@charset "UTF-8";
/* =================================================================
Styles for the base templates.
==================================================================== */
::-moz-selection {
  background: black;
  color: #FFFFFF;
}
::selection {
  background: black;
  color: #FFFFFF;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "inter", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #eee;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #ffffff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.5rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.75rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  padding: 0.875rem 0;
}

.help-text {
  margin-top: -0.75rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.75rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #eee;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #ffffff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.2;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 2rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid black;
}
blockquote, blockquote p {
  line-height: 1.2;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print, .campaign-form-fw button, .campaign-form button, .button,
  a.button, .cover-area-link, .feature-box__link, .footer {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.125rem);
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.125rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.5rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.5rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.5rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.5rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.5rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.5rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.5rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.5rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.5rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.5rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.5rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: black;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent black;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent black transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: black transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent black transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent black;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: black transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent black transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent black;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: black transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent black transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent black;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent black transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent black;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 2.125rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.sticky {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
}
.has-top-topbar .sticky {
  top: 28px;
}
@media screen and (min-width: 64em) {
  .has-top-topbar .sticky {
    top: 36px;
  }
}

#top-bar-desktop {
  height: 78px;
  background: transparent;
}

body.sticky-active #top-bar-desktop {
  position: fixed;
  left: 0;
  right: 0;
  height: 78px;
  background: white !important;
  z-index: 9999;
}

body.sticky-active.scrolling-up #top-bar-desktop {
  top: 0;
}

body.sticky-active.scrolling-down #top-bar-desktop {
  top: -78px;
}

.top-bar-desktop {
  background-color: white;
  color: black;
  text-align: center;
  height: 56px;
  z-index: 20;
  transition: height 200ms, background-color 200ms linear;
}
@media screen and (min-width: 64em) {
  .top-bar-desktop {
    height: 78px;
  }
}
.top-bar-desktop__lemon {
  display: none;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__lemon {
  display: block;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__lemon {
  display: none;
}
.top-bar-desktop__peacock {
  display: none;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__peacock {
  display: block;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__peacock {
  display: none;
}
.sticky-active .top-bar-desktop {
  height: 78px;
  position: fixed;
  top: 0;
  background: white !important;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop {
  background: transparent;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop {
  background: transparent;
}
.top-bar-desktop__buttons {
  display: flex;
  position: absolute;
  top: 16px;
  left: 28px;
  align-items: center;
  gap: 14px;
}
.top-bar-desktop__account-link {
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
}
.top-bar-desktop__account-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.top-bar-desktop__account-icon-dark, .top-bar-desktop__account-icon-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-bar-desktop__account-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__account-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__account-icon-dark {
  opacity: 0;
}
.sticky-active .top-bar-desktop__account-icon-dark {
  opacity: 1 !important;
}
.top-bar-desktop__account-icon-light {
  width: 24px;
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__account-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__account-icon-light {
  opacity: 1;
}
.sticky-active .top-bar-desktop__account-icon-light {
  opacity: 0 !important;
}
.top-bar-desktop__account-label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar-desktop__account-label {
    display: none;
  }
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__account-label {
  color: white;
}
.sticky-active .top-bar-desktop__account-label {
  color: black;
}
.top-bar-desktop__logo {
  position: absolute;
  top: 10px;
  width: 180px;
  height: 58px;
  left: calc(50% - 77px);
}
.top-bar-desktop__logo img {
  height: 100%;
}
.top-bar-desktop__logo-light, .top-bar-desktop__logo-dark {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-bar-desktop__logo-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__logo-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__logo-dark {
  opacity: 0;
}
.sticky-active .top-bar-desktop__logo-dark {
  opacity: 1 !important;
}
.top-bar-desktop__logo-light {
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__logo-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__logo-light {
  opacity: 1;
}
.sticky-active .top-bar-desktop__logo-light {
  opacity: 0 !important;
}
.top-bar-desktop__menu-button {
  display: flex;
  justify-content: right;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
  padding-top: 28px;
  padding-right: 60px;
  gap: 20px;
  color: black;
}
.top-bar-desktop__menu-button a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.top-bar-desktop__menu-button a.active {
  color: #0028E6 !important;
}
.top-bar-desktop__menu-button a:hover {
  color: #0028E6 !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #0028E6;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-button {
  color: white;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-button a.active {
  color: #FFF000 !important;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-button a:hover {
  color: #FFF000 !important;
  border-bottom: 1px solid #FFF000;
}
.sticky-active .top-bar-desktop__menu-button {
  color: black;
}
.sticky-active .top-bar-desktop__menu-button a.active {
  color: #0028E6 !important;
}
.sticky-active .top-bar-desktop__menu-button a:hover {
  color: #0028E6 !important;
  border-bottom: 1px solid #0028E6;
}
.top-bar-desktop__menu-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
}
.top-bar-desktop__menu-icon-dark, .top-bar-desktop__menu-icon-light {
  width: 100%;
  position: absolute;
  top: 0;
  right: -55px;
}
.top-bar-desktop__menu-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__menu-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-icon-dark {
  opacity: 0;
}
.sticky-active .top-bar-desktop__menu-icon-dark {
  opacity: 1 !important;
}
.top-bar-desktop__menu-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-desktop__menu-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-icon-light {
  opacity: 1;
}
.sticky-active .top-bar-desktop__menu-icon-light {
  opacity: 0 !important;
}
.top-bar-desktop__menu-button-outer .top-bar-desktop__menu-icon:hover ~ .top-bar-desktop__menu-label {
  color: #0028E6 !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #0028E6;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-button-outer .top-bar-desktop__menu-icon:hover ~ .top-bar-desktop__menu-label {
  color: #FFF000 !important;
  border-bottom: 1px solid #FFF000;
}
.sticky-active .top-bar-desktop__menu-button-outer .top-bar-desktop__menu-icon:hover ~ .top-bar-desktop__menu-label {
  color: #0028E6 !important;
  border-bottom: 1px solid #0028E6;
}
.top-bar-desktop__menu-label {
  color: black;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}
.top-bar-desktop__menu-label:hover {
  color: #0028E6 !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #0028E6;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-label {
  color: white;
}
.topbar-type--transparentWithYellowButtons .top-bar-desktop__menu-label:hover {
  color: #FFF000 !important;
  border-bottom: 1px solid #FFF000;
}
.sticky-active .top-bar-desktop__menu-label {
  color: black !important;
}
.sticky-active .top-bar-desktop__menu-label:hover {
  color: #0028E6 !important;
  border-bottom: 1px solid #0028E6;
}

#top-bar-mobile-bar {
  height: 56px;
  background: transparent;
}

body.sticky-active #top-bar-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  height: 56px;
  background: white !important;
  z-index: 9999;
}

body.sticky-active.scrolling-up #top-bar-mobile-bar {
  top: 0;
}

body.sticky-active.scrolling-down #top-bar-mobile-bar {
  top: -56px;
}

.top-bar-mobile {
  background: white;
  height: 56px;
  transition: background-color 300ms, background-color 200ms linear;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile {
  background: transparent;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile {
  background: transparent;
}
.sticky-active .top-bar-mobile {
  position: fixed;
  top: 0px;
  background: white !important;
}
.top-bar-mobile__buttons {
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  align-items: center;
}
.top-bar-mobile__account-link {
  display: flex;
  text-decoration: none;
}
.top-bar-mobile__account-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.top-bar-mobile__account-icon-dark, .top-bar-mobile__account-icon-light {
  position: absolute;
  width: 100%;
}
.top-bar-mobile__account-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__account-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__account-icon-dark {
  opacity: 0;
}
.sticky-active .top-bar-mobile__account-icon-dark {
  opacity: 1 !important;
}
.top-bar-mobile__account-icon-light {
  width: 24px;
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__account-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__account-icon-light {
  opacity: 1;
}
.sticky-active .top-bar-mobile__account-icon-light {
  opacity: 0 !important;
}
.top-bar-mobile__account-label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar-mobile__account-label {
    display: none;
  }
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__account-label {
  color: white;
}
.sticky-active .top-bar-mobile__account-label {
  color: black;
}
.top-bar-mobile__logo {
  position: absolute;
  top: 10px;
  width: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.top-bar-mobile__logo-light, .top-bar-mobile__logo-dark {
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.top-bar-mobile__logo-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__logo-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__logo-dark {
  opacity: 0;
}
.sticky-active .top-bar-mobile__logo-dark {
  opacity: 1 !important;
}
.top-bar-mobile__logo-light {
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__logo-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__logo-light {
  opacity: 1;
}
.sticky-active .top-bar-mobile__logo-light {
  opacity: 0 !important;
}
.top-bar-mobile__menu-button {
  position: absolute;
  width: 24px;
  top: 19px;
  right: 16px;
  margin: 0;
  cursor: pointer;
}
.top-bar-mobile__menu-icon-dark, .top-bar-mobile__menu-icon-light {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-bar-mobile__menu-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__menu-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__menu-icon-dark {
  opacity: 0;
}
.sticky-active .top-bar-mobile__menu-icon-dark {
  opacity: 1 !important;
}
.top-bar-mobile__menu-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithBlueButtons .top-bar-mobile__menu-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithYellowButtons .top-bar-mobile__menu-icon-light {
  opacity: 1;
}
.sticky-active .top-bar-mobile__menu-icon-light {
  opacity: 0 !important;
}

.top-nav-mobile {
  height: 100dvh;
  transform: translateX(113%);
  transition: transform 300ms ease-in;
  position: fixed;
  top: 0;
  z-index: 10001;
  margin: 0;
  width: 100%;
  color: white;
  flex-direction: column;
  background-color: #F4F4F4;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.top-nav-mobile--initial {
  transition: transform 0s;
}
.top-nav-mobile--active {
  transform: translateX(0);
  transition: transform 300ms ease-out;
  transition-delay: 200ms;
}
.top-nav-mobile__account-link-top {
  display: flex;
  text-decoration: none;
  width: 24px;
  position: absolute;
  top: 4px;
}
.top-nav-mobile__topbar {
  height: 56px;
  background: #F4F4F4;
}
.top-nav-mobile__buttons {
  display: flex;
  position: absolute;
  top: 16px;
  left: 28px;
  align-items: center;
}
.top-nav-mobile__account-link {
  display: flex;
  text-decoration: none;
  width: 24px;
}
.top-nav-mobile__account-icon-dark, .top-nav-mobile__account-icon-light {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-nav-mobile__account-icon-dark {
  opacity: 0;
}
.top-nav-mobile__account-icon-light {
  opacity: 1;
}
.top-nav-mobile__logo-link {
  position: absolute;
  top: 10px;
  width: 112px;
  left: calc(50% - 56px);
}
.top-nav-mobile__logo {
  width: 100%;
}
.top-nav-mobile__close-button {
  position: absolute;
  width: 20px;
  top: 22px;
  right: 32px;
  margin: 0;
  cursor: pointer;
}
.top-nav-mobile__close-icon-dark, .top-nav-mobile__close-icon-light {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-nav-mobile__close-icon-dark {
  opacity: 1;
}
.top-nav-mobile__menu {
  margin: 0px 16px 0;
}
.top-nav-mobile .menu {
  padding: 0 1rem 2.125rem;
}
.top-nav-mobile .menu > li:first-of-type a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.top-nav-mobile .menu > li > a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.top-nav-mobile .menu > li > a:visited, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  color: black !important;
}
.top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  background: transparent;
  outline: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
}
.top-nav-mobile .menu > li > a:before {
  border: 0;
}
.top-nav-mobile .menu > li > a:after {
  border: 0;
}
.top-nav-mobile .menu .is-drilldown-submenu {
  background: transparent;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a {
  position: relative;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a:after {
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  background-image: url("/images/icons/arrow-right-peacock.svg");
}
.top-nav-mobile .menu > li.js-drilldown-back {
  background: transparent;
}
.top-nav-mobile .menu > li.js-drilldown-back > a {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.top-nav-mobile .menu > li.js-drilldown-back > a:before {
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
  top: calc(50% - (16px/2));
  background-image: url("/images/icons/arrow-right-peacock.svg");
}
.top-nav-mobile .menu .active > a {
  background: none;
  color: black;
}
.top-nav-mobile .menu.submenu {
  min-height: 100%;
}
.top-nav-mobile__container {
  padding: 0 32px;
  display: none;
}
.top-nav-mobile__container.active {
  display: block;
}
.top-nav-mobile__bottom {
  padding: 0 32px 32px;
  margin: 15px 0 0;
  display: none;
}
.top-nav-mobile__bottom.active {
  display: block;
}
.top-nav-mobile__button {
  width: 100%;
}
.top-nav-mobile__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-nav-mobile__links a,
.top-nav-mobile__links a:visited {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}
.top-nav-mobile__social-icons {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.top-nav-mobile__social-icons button.social-icon img {
  width: auto;
  height: 22px;
}

.top-topbar {
  background: #0028E6;
  width: 100%;
  height: 28px;
  color: white;
  position: absolute;
  padding: 3px 0 0;
  font-size: 1rem;
  line-height: 150%;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  z-index: 100;
  top: 0;
  transition: background-color 200, color 200 linear;
}
@media print, screen and (max-width: 39.99875em) {
  .top-topbar {
    overflow: hidden;
  }
}
@media screen and (min-width: 64em) {
  .top-topbar {
    height: 36px;
    padding: 6px 0 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top-topbar__carousel-slide {
    padding: 0px 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .top-topbar__carousel-slide {
    overflow: hidden;
  }
}
.top-topbar__marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: 2rem;
  padding-left: 2rem;
}
.top-topbar__marquee-wrap {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .top-topbar__marquee-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: marquee 30s linear infinite;
  }
}
@media print, screen and (min-width: 40em) {
  .top-topbar__marquee-track {
    display: flex;
    gap: 10px;
    overflow: clip;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sticky-active .top-topbar {
  opacity: 0;
  background-color: transparent;
}
.top-topbar__text-track {
  padding: 0 24px;
}
@media screen and (min-width: 64em) {
  .top-topbar__text-track {
    padding: 0 40px;
  }
}
.top-topbar__text {
  white-space: nowrap;
  color: white;
  line-height: 23px;
  margin: 0;
  font-size: 0.75rem;
  width: -moz-max-content;
  width: max-content;
}
.top-topbar__text p {
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .top-topbar__text {
    text-align: center;
    font-size: 0.875rem;
  }
}
.top-topbar__text a,
.top-topbar__text a:hover,
.top-topbar__text a:visited,
.top-topbar__text a:active {
  color: white;
}
@media print, screen and (min-width: 40em) {
  .top-topbar__carousel-slide {
    -webkit-mask-image: linear-gradient(to right, transparent 20px, black 45px, black calc(100% - 45px), transparent calc(100% - 20px));
            mask-image: linear-gradient(to right, transparent 20px, black 45px, black calc(100% - 45px), transparent calc(100% - 20px));
  }
}
.top-topbar__carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-topbar__carousel .slick-prev,
.top-topbar__carousel .slick-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 48px;
  height: 48px;
}
.top-topbar__carousel .slick-prev:before,
.top-topbar__carousel .slick-next:before {
  background-image: url(/images/top-bar/arrow-right-lemon.svg);
  background-size: contain;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
}
.top-topbar__carousel .slick-prev {
  left: 50%;
  transform: translate(-330px, -50%);
}
.top-topbar__carousel .slick-next {
  left: 50%;
  transform: translate(310px, -50%);
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-12.5%);
  }
}
.offcanvas-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  min-height: 100vh;
  transition: transform 350ms;
  z-index: 10000;
  display: flex;
  background: #002C50;
  padding: 0;
  transform: translateX(100%);
}
.offcanvas-nav--active {
  transform: none;
}
.offcanvas-nav__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offcanvas-nav__links a,
.offcanvas-nav__links a:visited {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.offcanvas-nav__middle-col {
  background: #F4F4F4;
  padding: 64px 32px 64px;
  flex: 1;
  display: flex;
  align-items: center;
  border-right: 1px solid #D2D2D2;
}
.offcanvas-nav__menu-col {
  background: #F4F4F4;
  padding: 80px 32px 64px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offcanvas-nav__social-icons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.offcanvas-nav__social-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offcanvas-nav__social-icons img:hover {
  opacity: 0.9;
  cursor: pointer;
}
.offcanvas-nav__social-icons button.social-icon {
  width: 22px;
  height: 22px;
}
.offcanvas-nav__social-icons a.social-icon {
  width: 22px;
  height: 22px;
}
.offcanvas-nav__close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
  width: 32px;
  transition: opacity 200ms;
}
.offcanvas-nav__close-btn:hover, .offcanvas-nav__close-btn:active, .offcanvas-nav__close-btn:focus {
  opacity: 0.8;
}
.offcanvas-nav__menu {
  width: 100%;
  display: block;
  min-height: 100px;
}
.offcanvas-nav__menu .menu {
  width: 100%;
  display: block;
  padding: 0 0 2.125rem;
}
.offcanvas-nav__menu .menu > li > a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.25rem 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: black;
  border-color: rgba(0, 0, 0, 0.2);
}
.offcanvas-nav__menu .menu > li > a span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.offcanvas-nav__menu .menu > li > a:visited {
  color: black;
}
.offcanvas-nav__menu .menu > li > a.active {
  color: #0028E6;
}
.offcanvas-nav__menu .menu > li > a:hover, .offcanvas-nav__menu .menu > li > a:active, .offcanvas-nav__menu .menu > li > a:focus {
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #0028E6;
}
.offcanvas-nav__menu .menu > li > a:hover span, .offcanvas-nav__menu .menu > li > a:active span, .offcanvas-nav__menu .menu > li > a:focus span {
  border-bottom: 1px solid #0028E6;
}
.offcanvas-nav__menu .menu > li > a:before {
  border: 0;
}
.offcanvas-nav__menu .menu > li > a:after {
  border: 0;
}
.offcanvas-nav__menu .menu > li:first-child > a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.offcanvas-nav__menu .menu .is-drilldown-submenu {
  background: transparent;
}
.offcanvas-nav__menu .menu > li.is-drilldown-submenu-parent > a {
  position: relative;
}
.offcanvas-nav__menu .menu > li.is-drilldown-submenu-parent > a:after {
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  background-image: url("/images/icons/arrow-right-peacock.svg");
}
.offcanvas-nav__menu .menu > li.js-drilldown-back {
  background: transparent;
}
.offcanvas-nav__menu .menu > li.js-drilldown-back > a {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  padding-top: 1.5rem;
  font-weight: 400;
}
.offcanvas-nav__menu .menu > li.js-drilldown-back > a:before {
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
  top: calc(50% - (12px/2));
  background-image: url("/images/icons/arrow-right-peacock.svg");
}
.offcanvas-nav__menu .menu .active > a {
  background: none;
  color: rgba(255, 255, 255, 0.9);
}
.offcanvas-nav__menu .menu.submenu {
  min-height: 100%;
}
.offcanvas-nav__bottom {
  width: 100%;
}
.offcanvas-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 44, 80, 0.95);
  transition: opacity 350ms;
  z-index: 10;
  opacity: 0;
}
.offcanvas-nav-active .offcanvas-nav__bg {
  opacity: 1;
}

body.offcanvas-nav-active {
  overflow: hidden;
}

.offcanvas-promo {
  text-align: center;
}
.offcanvas-promo__title {
  font-family: "Shrikhand", serif;
  font-size: 2.125rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 auto;
}
.offcanvas-promo__image-wrapper {
  position: relative;
  margin: 0 auto 28px;
}
.offcanvas-promo__image {
  border-radius: 24px;
}
.offcanvas-promo__text {
  margin: 12px auto 0;
}
.offcanvas-promo__button {
  margin: 20px auto 0 !important;
}
.offcanvas-promo__arrow-holder {
  position: absolute;
  bottom: calc(100% - 43px);
  left: 143px;
}
.offcanvas-promo__arrow-text {
  position: absolute;
  bottom: 75px;
  left: 35px;
  text-align: center;
  font-size: 2rem;
  color: #4B48C9;
  font-family: "Caveat", cursive;
  font-weight: 600;
  rotate: 6deg;
  margin: 0 auto;
  line-height: 0.9;
  min-width: 110px;
}
.offcanvas-promo__emoji {
  width: 72px;
  position: absolute;
  bottom: 28px;
  right: -33px;
}

.offcanvas-form {
  margin: auto;
}
.offcanvas-form__top-title {
  color: black;
  font-size: 1.25rem;
  line-height: 130%;
  margin: 0 auto 8px;
  font-family: "editorial-new", serif;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-form__top-title {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.offcanvas-form__title {
  font-size: 1.75rem;
  margin: 0 auto;
  line-height: 120%;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-form__title {
    font-size: 2.125rem;
  }
}
.offcanvas-form__abstract {
  font-size: 1rem;
  line-height: 1.5;
  margin: 12px 0 0;
}
@media print, screen and (max-width: 39.99875em) {
  .offcanvas-form__abstract {
    color: black;
    margin: 8px 0 0;
  }
}
.offcanvas-form__dob {
  margin-bottom: 20px;
}
.offcanvas-form__country-outer {
  margin-bottom: 20px;
}
.offcanvas-form__country-outer select {
  padding-top: 0px !important;
  border-radius: 10px !important;
  border: 0.5px solid #D2D2D2 !important;
  background-image: url(/images/icons/arrow-down.svg);
  background-size: 17px 10px;
  background-position: right -20px top 18px !important;
}
.offcanvas-form__date-of-birth-heading {
  font-size: 1rem;
  line-height: 1.5;
  color: #002C50;
  margin: 0 0 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .offcanvas-form__top {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .offcanvas-form__top {
    text-align: center;
  }
}
.offcanvas-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-form__fields {
    gap: 20px;
  }
}
.offcanvas-form__form {
  margin-top: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  .offcanvas-form__field input {
    margin-bottom: 16px !important;
  }
}
.offcanvas-form__button-wrapper {
  text-align: center;
}
.offcanvas-form__button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  margin: 20px auto 0;
}
.offcanvas-form label {
  font-size: 1rem;
  line-height: 1.5;
  color: #002C50;
  margin: 0 0 4px;
}
.offcanvas-form input[type=text],
.offcanvas-form input[type=email],
.offcanvas-form textarea {
  background: white;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  margin: 0 0 20px;
}
.offcanvas-form__checkboxes {
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 20px;
}
.offcanvas-form__checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
}
.offcanvas-form__checkbox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 !important;
  height: 16px;
  width: 16px;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  background-color: white;
  cursor: pointer;
}
.offcanvas-form__checkbox input:checked {
  border: 1px solid #90C6D9;
  background-color: white;
}
.offcanvas-form__checkbox label {
  margin: 0;
  font-size: 0.875rem;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 31px;
  height: 22px;
  padding: 3px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: white;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
  border-radius: 2px;
}
.animated-menu-icon__top {
  top: 3px;
}
.animated-menu-icon__middle {
  top: 10px;
}
.animated-menu-icon__bottom {
  bottom: 3px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 10px;
  transition: transform 200ms ease 200ms, top 200ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  transition: transform 200ms ease 200ms, bottom 200ms ease;
}

.footer {
  text-align: left;
  color: black;
  padding: 64px 0 0;
  position: relative;
  font-weight: 600;
  background: #0028E6;
}
@media screen and (min-width: 64em) {
  .footer {
    padding: 80px 0 0;
  }
}
.footer__logos-bottom {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 32px;
}
.footer__logos-bottom--image-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
}
.footer__logos-bottom--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .footer__logos-bottom {
    gap: 50px;
    margin-top: 42px;
  }
}
.footer__bottom {
  background-color: #0d33e7;
  padding-bottom: 40px;
}
.footer__big-menu a,
.footer__big-menu a:visited {
  font-size: 2rem;
  line-height: 120%;
  text-decoration: none;
  color: white;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-family: "polysans", serif;
  font-weight: 300;
  padding-bottom: 4px;
  border-bottom: 1px solid #0028E6;
}
@media screen and (min-width: 64em) {
  .footer__big-menu a,
  .footer__big-menu a:visited {
    font-size: 2.125rem;
    line-height: 130%;
  }
}
.footer__big-menu a:hover,
.footer__big-menu a:active {
  border-bottom: 1px solid #FFF000;
  opacity: 0.9;
}
.footer__menu a,
.footer__menu a:visited {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  color: white;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-bottom: 4px;
  border-bottom: 1px solid #0028E6;
}
@media screen and (min-width: 64em) {
  .footer__menu a,
  .footer__menu a:visited {
    font-size: 1.125rem;
  }
}
.footer__menu a:hover,
.footer__menu a:active {
  border-bottom: 1px solid #FFF000;
  opacity: 0.9;
}
.footer__title {
  color: #FFF000;
  font-family: "editorial-new", serif;
  font-size: 1.25rem;
}
.footer__copy {
  color: white;
}
.footer__links a,
.footer__links a:visited {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  padding: 0 0 8px;
  font-weight: 400;
  text-decoration: none;
}
.footer__links a:after,
.footer__links a:visited:after {
  content: "";
  display: block;
  border-bottom: 1px solid #FFF000;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer__links a:hover,
.footer__links a:active {
  opacity: 0.9;
}
.footer__logos {
  width: 100%;
  margin: 20px 0 0;
  max-width: 350px;
}
@media screen and (min-width: 64em) {
  .footer__logos {
    margin-top: 40px;
    max-width: 570px;
  }
}
.footer__content {
  padding-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .footer__content {
    padding-bottom: 40px;
  }
}
.footer__title {
  font-size: 1.25rem;
  font-family: "editorial-new", serif;
  line-height: 130%;
  margin: 0 0 8px;
}
@media print, screen and (min-width: 40em) {
  .footer__title {
    margin: 0 0 12px;
  }
}
.footer__big-menu {
  margin: 8px 0 0;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__small-menu {
    margin-top: 28px;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  .footer__menu {
    margin-top: 16px;
  }
}
@media screen and (min-width: 64em) {
  .footer__menu {
    gap: 12px 32px;
  }
}
.footer__copy {
  margin: 32px 0 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .footer__copy {
    margin-top: 40px;
  }
}
.footer__links {
  display: flex;
  gap: 16px 28px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
@media screen and (min-width: 64em) {
  .footer__links {
    margin-top: 80px;
  }
}
.footer__social-icons-col {
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__social-icons-col {
    margin-top: 24px;
    order: -1;
  }
}
.footer__social-icons-wrap {
  margin-top: auto;
}
.footer__social-icons {
  display: flex;
  gap: 20px;
}
.footer__social-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social-icons img:hover {
  opacity: 0.9;
  cursor: pointer;
}
.footer__social-icons button.social-icon {
  width: 22px;
  height: 22px;
}
.footer__social-icons a.social-icon {
  width: 22px;
  height: 22px;
}

@font-face {
  font-family: "polysans";
  src: url("../fonts/polysans.woff2") format("woff2"), url("../fonts/polysans.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "editorial-new";
  src: url("../fonts/editorial-new.woff2") format("woff2"), url("../fonts/editorial-new.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: normal;
  line-height: 1.2em;
}
.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

h1, h2, h3 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
  h1, h2, h3 {
    font-size: 3.25rem;
  }
}

a,
a:visited {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #333;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

p {
  line-height: inherit;
  font-size: inherit;
}

.editorial-italic {
  font-family: "editorial-new", serif;
  font-weight: 400;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-area-link, .feature-box__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

@media print, screen and (max-width: 39.99875em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
  z-index: 1;
}

.small-centered {
  margin: auto;
}

@media print, screen and (min-width: 40em) {
  .medium-centered {
    margin: auto;
  }
}

@media screen and (min-width: 64em) {
  .large-centered {
    margin: auto;
  }
}

.copy__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .copy__title-wrapper {
    gap: 12px;
  }
}
.copy__top-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Caveat", cursive;
  color: #FFBF0D;
}
@media screen and (min-width: 64em) {
  .copy__top-title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
  }
}
.copy__title {
  color: #002C50;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .copy__title {
    font-size: 2.875rem;
    line-height: 3.5625rem;
  }
}
.copy__abstract {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.copy__abstract p {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .copy__abstract {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
}
.copy__content {
  text-align: left;
}
.copy__content a {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.copy__content p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 64em) {
  .copy__content p {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.copy__content p:last-of-type {
  margin-bottom: 0px;
}
.copy__content h1 {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media screen and (min-width: 64em) {
  .copy__content h1 {
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 400;
  }
}
.copy__content h2 {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 64em) {
  .copy__content h2 {
    font-size: 1.75rem;
    line-height: 2.4375rem;
    font-weight: 400;
  }
}
.copy__content h3 {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 64em) {
  .copy__content h3 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 400;
  }
}
.copy__content h4 {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
@media screen and (min-width: 64em) {
  .copy__content h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
.copy__content h1, .copy__content h2, .copy__content h3, .copy__content h4, .copy__content h5, .copy__content h6 {
  color: #0028E6;
  font-family: "polysans", serif;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.copy__content h1:first-of-type, .copy__content h2:first-of-type, .copy__content h3:first-of-type, .copy__content h4:first-of-type, .copy__content h5:first-of-type, .copy__content h6:first-of-type {
  margin-top: 0;
}
.copy__content ul, .copy__content ol {
  line-height: 28px;
}
@media screen and (min-width: 64em) {
  .copy--left {
    text-align: left;
  }
}

.copy-with-sidecol__sidecol {
  margin-top: 2.125rem;
}

.accent {
  color: #FFBF0D;
}

.accent-yellow {
  color: #FFBF0D;
}

.accent-peacock {
  color: #0028E6;
}

.accent-red {
  color: #F55350;
}

.purple-caveat {
  color: #4B48C9;
  font-family: "Caveat", cursive;
  font-weight: 600;
}

html {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #EEF6F9;
}
body.menu-open {
  overflow: hidden;
}

a.social-icon {
  background: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  line-height: 35px !important;
  text-align: center;
  position: relative;
  transition: opacity 200ms, background 200ms;
}
a.social-icon img, a.social-icon svg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
a.social-icon:hover, a.social-icon:active {
  opacity: 0.8;
}

.social-links__tint {
  background-color: rgba(0, 44, 80, 0.9490196078);
  position: fixed;
  height: 100vw;
  width: 100vw;
  z-index: 21;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.social-links__tint.active {
  opacity: 1;
  visibility: visible;
}
.social-links__modal {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 94%;
  max-width: 1008px;
  z-index: 22;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.social-links__modal.active {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 40em) {
  .social-links__modal {
    border-radius: 24px;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
  }
}
.social-links__modal--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px 36px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
@media print, screen and (min-width: 40em) {
  .social-links__modal--wrapper {
    padding: 64px 68px;
    border-radius: 24px;
  }
}
.social-links__modal--close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.social-links__modal h2 {
  font-size: 1.875rem;
  line-height: 120%;
  margin-bottom: 12px;
  font-family: "polysans", serif;
  text-align: center;
  color: #0028E6;
}
@media print, screen and (min-width: 40em) {
  .social-links__modal h2 {
    margin-bottom: 20px;
    font-size: 2.875rem;
  }
}
.social-links__modal--inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .social-links__modal--inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.social-links__modal--subheading {
  font-size: 1rem;
  line-height: 150%;
  color: #0028E6;
  font-weight: 500;
  margin-bottom: 14px;
}
.social-links__modal--tiktok {
  width: 28px;
  height: 28px;
}
.social-links__modal--instagram {
  width: 28px;
  height: 28px;
}
.social-links__modal--facebook {
  width: 28px;
  height: 28px;
}
.social-links__modal--link:not(:last-of-type) {
  margin-bottom: 8px;
}
.social-links__modal--link a {
  text-decoration: none;
  display: flex;
  gap: 15px;
  font-size: 1rem;
}

.social-strip {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
@media screen and (min-width: 82.8125em) {
  .social-strip {
    display: block;
  }
}
.social-strip a {
  display: block;
  margin-bottom: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: background 200ms;
  outline: 0;
  background-color: #363636;
}
.social-strip a:nth-child(1) {
  background-color: #363636;
}
.social-strip a:nth-child(2), .social-strip a:nth-child(8) {
  background-color: #464646;
}
.social-strip a:nth-child(3) {
  background-color: #636363;
}
.social-strip a:nth-child(4) {
  background-color: #898989;
}
.social-strip a:nth-child(5) {
  background-color: #E1E1E1;
}
.social-strip a:nth-child(6) {
  background-color: #898989;
}
.social-strip a:hover.facebook {
  background-color: #4d70a8;
}
.social-strip a:hover.twitter {
  background-color: #00baf2;
}
.social-strip a:hover.linkedin {
  background-color: #1687b1;
}
.social-strip a:hover.google-plus {
  background-color: #e2411d;
}
.social-strip a:hover.instagram {
  background-color: #517fa4;
}
.social-strip a:hover.youtube {
  background-color: #bb0000;
}
.social-strip a:hover.pinterest {
  background-color: #CB2026;
}
.social-strip a:hover.snapchat {
  background-color: #FFCE05;
}
.social-strip a:hover.envelope {
  background-color: #2a8189;
}
.social-strip a:hover.envelope i {
  color: #fff;
}
.social-strip--coloured a.facebook {
  background-color: #4d70a8;
}
.social-strip--coloured a.facebook:hover, .social-strip--coloured a.facebook:active {
  background-color: #3d5985;
}
.social-strip--coloured a.twitter {
  background-color: #00baf2;
}
.social-strip--coloured a.twitter:hover, .social-strip--coloured a.twitter:active {
  background-color: #0093bf;
}
.social-strip--coloured a.linkedin {
  background-color: #1687b1;
}
.social-strip--coloured a.linkedin:hover, .social-strip--coloured a.linkedin:active {
  background-color: #106484;
}
.social-strip--coloured a.google-plus {
  background-color: #e2411d;
}
.social-strip--coloured a.google-plus:hover, .social-strip--coloured a.google-plus:active {
  background-color: #b53417;
}
.social-strip--coloured a.instagram {
  background-color: #517fa4;
}
.social-strip--coloured a.instagram:hover, .social-strip--coloured a.instagram:active {
  background-color: #406582;
}
.social-strip--coloured a.youtube {
  background-color: #bb0000;
}
.social-strip--coloured a.youtube:hover, .social-strip--coloured a.youtube:active {
  background-color: #880000;
}
.social-strip--coloured a.pinterest {
  background-color: #CB2026;
}
.social-strip--coloured a.pinterest:hover, .social-strip--coloured a.pinterest:active {
  background-color: #9f191e;
}
.social-strip--coloured a.snapchat {
  background-color: #FFCE05;
}
.social-strip--coloured a.snapchat:hover, .social-strip--coloured a.snapchat:active {
  background-color: #d1a800;
}
.social-strip--coloured a.envelope {
  background-color: #58595b;
}
.social-strip .social-icon {
  color: white;
  font-size: 1.25rem;
  width: 24px;
  line-height: 48px;
  height: auto;
  display: block;
  margin: auto;
}
.social-strip .social-icon--facebook {
  width: 18px;
  margin-top: 0.6875rem;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.social-strip .social-icon--twitter {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--linkedin {
  width: 1.375rem;
  margin-top: 0.75rem;
}
.social-strip .social-icon--gplus {
  width: 30px;
  margin-top: 0.875rem;
}
.social-strip .social-icon--youtube {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--pinterest {
  margin-top: 0.75rem;
}
.social-strip .social-icon--instagram {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--snapchat {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--envelope {
  margin-top: 0.8125rem;
}

/* ====================================================
Animated Google material design inputs.
Not using BEM just because to keep the fields free of
too many classes - although slightly slower to find.
- Input should have no placeholder
- Label should be after input
- Wrap input & label with .animated-input
======================================================= */
.animated-input {
  position: relative;
}
.animated-input input,
.animated-input textarea {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 6px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label {
  top: 7px;
  font-size: 0.75rem;
  line-height: 150%;
  color: #0028E6;
}
.animated-input input:focus ~ .contact-form__country-code, .animated-input input.has-value ~ .contact-form__country-code,
.animated-input textarea:focus ~ .contact-form__country-code,
.animated-input textarea.has-value ~ .contact-form__country-code {
  display: block;
}
.animated-input label {
  position: absolute;
  left: 20px;
  top: 12px;
  transition: all 200ms;
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
/* ====================================================
Button styles
======================================================= */
.button,
a.button {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.75rem 20px 0.8125rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 23px;
  text-transform: none;
  background-color: transparent;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  transition: transform 0.2s ease;
}
.button:hover, .button:focus, .button:active,
a.button:hover,
a.button:focus,
a.button:active {
  transform: scale(1.02);
}
.button::-moz-selection, a.button::-moz-selection {
  background: transparent;
}
.button::selection,
a.button::selection {
  background: transparent;
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}
.button--highlighted.button,
a.button--highlighted.button {
  border-color: #F55350;
  background-color: #F55350;
  color: #fff;
}
.button--highlighted.button:focus, .button--highlighted.button:hover, .button--highlighted.button:active,
a.button--highlighted.button:focus,
a.button--highlighted.button:hover,
a.button--highlighted.button:active {
  border-color: #d3100c;
  background-color: #d3100c;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--light, .carousel .slide-content .button,
a.button--light {
  border-color: white;
  color: black;
}
.button--light:hover, .carousel .slide-content .button:hover, .button--light:focus, .carousel .slide-content .button:focus, .button--light:active, .carousel .slide-content .button:active,
a.button--light:hover,
a.button--light:focus,
a.button--light:active {
  color: black;
  border-color: white;
  background: white;
}

.button--white,
a.button--white {
  border-color: white;
  color: white;
}
.button--white:hover, .button--white:focus, .button--white:active,
a.button--white:hover,
a.button--white:focus,
a.button--white:active {
  color: black;
  border-color: white;
  background: white;
}

.button--red,
a.button--red,
.button--dark,
.button,
a.button,
a.button--dark {
  color: white;
  background: #F55350;
  transition: transform 0.2s ease;
}
.button--red:hover, .button--red:focus, .button--red:active,
a.button--red:hover,
a.button--red:focus,
a.button--red:active,
.button--dark:hover,
.button:hover,
.button--dark:focus,
.button:focus,
.button--dark:active,
.button:active,
a.button--dark:hover,
a.button--dark:focus,
a.button--dark:active {
  color: white;
  transform: scale(1.02);
  background: #e14c4a;
}

.button--blue,
a.button--blue {
  color: white;
  background: #4B48C9;
}
.button--blue:hover, .button--blue:focus, .button--blue:active,
a.button--blue:hover,
a.button--blue:focus,
a.button--blue:active {
  color: white;
  background: #4542b9;
}

.button--yellow,
a.button--yellow {
  color: #002C50;
  background: #FFBF0D;
}
.button--yellow:hover, .button--yellow:focus, .button--yellow:active,
a.button--yellow:hover,
a.button--yellow:focus,
a.button--yellow:active {
  color: white;
  background: #ebb00c;
}

.button--lemon,
a.button--lemon {
  color: black;
  background: #FFF000;
}
.button--lemon:hover, .button--lemon:focus, .button--lemon:active,
a.button--lemon:hover,
a.button--lemon:focus,
a.button--lemon:active {
  color: black;
  background: #ebdd00;
}

.button--peacock, .campaign-form-fw button, .campaign-form button,
a.button--peacock {
  color: white;
  background: #0028E6;
}
.button--peacock:hover, .campaign-form-fw button:hover, .campaign-form button:hover, .button--peacock:focus, .campaign-form-fw button:focus, .campaign-form button:focus, .button--peacock:active, .campaign-form-fw button:active, .campaign-form button:active,
a.button--peacock:hover,
a.button--peacock:focus,
a.button--peacock:active {
  color: white;
  background: #0025d4;
}

.inline-buttons {
  font-size: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.inline-buttons .button {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
}
@media print, screen and (min-width: 40em) {
  .inline-buttons .button {
    min-width: 240px;
    margin: 0 10px;
  }
  .inline-buttons .button:first-child {
    margin-left: 0;
  }
  .inline-buttons .button:last-child {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .stack-on-small .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* =============================================================
For the 404 template
================================================================ */
.not-found__title {
  font-size: 1.5rem;
  font-family: "editorial-new", serif;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 0px;
  line-height: 130%;
}
@media print, screen and (min-width: 40em) {
  .not-found__title {
    font-size: 1.625rem;
    padding-bottom: 12px;
    line-height: 100%;
  }
}
.not-found p {
  font-size: 1rem;
  line-height: 150%;
}
.not-found__big {
  font-size: 4rem !important;
  line-height: 105% !important;
  margin-bottom: 8px;
  color: #0028E6 !important;
  font-family: "polysans", serif;
}
@media print, screen and (min-width: 40em) {
  .not-found__big {
    font-size: 7rem !important;
    margin-bottom: 12px;
    line-height: 110% !important;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  margin-top: 2.25rem;
  gap: 12px;
}
.not-found__buttons .button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0px !important;
}

.form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.form__group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 100%;
  position: relative;
}
.form__group--half {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .form__group--half {
    margin-left: 0.625rem;
    width: calc(50% - 1.25rem);
  }
}
.form__group--thirds {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .form__group--thirds {
    margin-left: 0.625rem;
    width: 33.33%;
  }
}
.form__group--text .form__label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #002C50;
  background: white;
  padding: 0 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form__group--textarea .form__label {
  position: absolute;
  left: 20px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: black;
  background: white;
  padding: 0 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form__group--checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.form__group--checkbox p {
  font-size: 1rem;
  line-height: 150%;
  color: #0028E6 !important;
  font-weight: 400;
  margin-bottom: 12px !important;
}
.form__group--checkbox .form__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.form__group--checkbox .form__label span {
  text-align: left;
  width: 95%;
}
.form__group--checkbox .form__checkbox {
  flex: 1;
  min-width: 1rem;
}
.form__checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (min-width: 64em) {
  .form__checkboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form__submit .button {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 64em) {
  .form__submit .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form__errors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.form__errors .errors {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.form__errors .errors li {
  align-items: center;
  background-color: #CD0000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding: 0.625rem;
  text-decoration: none;
  width: 100%;
}
.form__input,
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=time],
.form input[type=tel],
.form input[type=number] {
  background-color: #ffffff;
  border: 0.5px solid #D2D2D2;
  border-radius: 10px;
  color: black;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.form__select,
.form select,
.form tags {
  background-color: #ffffff;
  border-bottom: 0.5px solid #D2D2D2;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: black;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 12px 30px 12px 12px !important;
  width: 100%;
}
.form__select:hover, .form__select:focus, .form__select:active,
.form select:hover,
.form select:focus,
.form select:active,
.form tags:hover,
.form tags:focus,
.form tags:active {
  background-color: #ffffff;
  border-bottom: 0.5px solid #D2D2D2;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  width: 100%;
}
.form__select::-moz-placeholder, .form select::-moz-placeholder, .form tags::-moz-placeholder {
  opacity: 0.75;
  color: #D2D2D2;
}
.form__select::placeholder,
.form select::placeholder,
.form tags::placeholder {
  opacity: 0.75;
  color: #D2D2D2;
}
.form__textarea,
.form textarea {
  background-color: #ffffff;
  border: 0.5px solid #D2D2D2;
  border-radius: 10px;
  color: black;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.form__textarea:hover, .form__textarea:focus, .form__textarea:active,
.form textarea:hover,
.form textarea:focus,
.form textarea:active {
  background-color: #ffffff;
  border: 0.5px solid #D2D2D2;
  width: 100%;
}
.form__textarea::-moz-placeholder, .form textarea::-moz-placeholder {
  opacity: 0.75;
  color: #D2D2D2;
}
.form__textarea::placeholder,
.form textarea::placeholder {
  opacity: 0.75;
  color: #D2D2D2;
}
.form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  margin: 0px 8px 0px 0px !important;
}
.form__checkbox:checked {
  position: relative;
  border: 1px solid #D2D2D2;
  background-color: rgba(0, 40, 230, 0.15);
}
.form__checkbox:checked:before {
  content: "";
  background: url(/images/icons/checkbox-tick-blue.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 39.99875em) {
  .contact-form__top-content {
    padding-top: 116px !important;
  }
}
.contact-form__date-of-birth-heading {
  color: #0028E6 !important;
  text-align: left;
  line-height: 150%;
  font-size: 1rem;
  margin-bottom: 12px;
}
.contact-form__dob {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .contact-form__dob {
    margin-bottom: 28px;
  }
}
.contact-form__year {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 10px;
  border: 0.5px solid #D2D2D2 !important;
  margin-bottom: 0px !important;
}
.contact-form__month {
  border-radius: 10px;
  border: 0.5px solid #D2D2D2 !important;
  margin-bottom: 0px !important;
}
.contact-form__day {
  border-radius: 10px;
  border: 0.5px solid #D2D2D2 !important;
  margin-bottom: 0px !important;
}
.contact-form__row {
  max-width: 1008px;
  margin: 0px auto;
}
.contact-form__top-title {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .contact-form__top-title {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.contact-form__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 38px;
  margin-bottom: 0;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .contact-form__title {
    font-size: 3rem;
    line-height: 57px;
  }
}
@media screen and (min-width: 64em) {
  .contact-form__title {
    margin-bottom: 12px;
  }
}
.contact-form__phone input {
  border: 0.5px solid #D2D2D2;
}
@media screen and (min-width: 64em) {
  .contact-form__phone {
    grid-column: span 9 !important;
  }
}
@media screen and (min-width: 64em) {
  .contact-form__county {
    grid-column: span 3 !important;
  }
}
.contact-form__county select {
  border-radius: 0px 10px 10px 0px;
  border-width: 1px;
  border: 0.5px solid #D2D2D2;
}
.contact-form__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.contact-form__copy p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .contact-form__copy {
    max-width: 800px;
  }
}
.contact-form__row-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .contact-form__row-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 28px;
  }
}
.contact-form__form .text-left:last-of-type .form__group {
  margin-bottom: 0px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: transparent !important;
  min-height: 54px;
}
.contact-form input:focus, .contact-form input:active, .contact-form input:checked,
.contact-form select:focus,
.contact-form select:active,
.contact-form select:checked,
.contact-form textarea:focus,
.contact-form textarea:active,
.contact-form textarea:checked {
  background-color: transparent !important;
  border: 1px solid #D2D2D2 !important;
}
.contact-form input[type=checkbox] {
  min-height: auto;
  background-color: white;
  cursor: pointer;
}
.contact-form input[type=checkbox]:checked {
  border: 1px solid #D2D2D2;
  background-color: white;
}
.contact-form .form__label {
  background-color: transparent !important;
}
.contact-form__image {
  margin-bottom: 1.75rem;
  overflow: hidden;
  aspect-ratio: 2/1;
  border-radius: 24px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .contact-form__image {
    aspect-ratio: 1/1;
    max-width: 280px;
  }
}
.contact-form__phone-outer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.contact-form__phone {
  position: relative;
  grid-column: span 9;
}
.contact-form__phone input {
  height: 54px;
  border: 0.5px solid #D2D2D2;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact-form__phone input:focus, .contact-form__phone input:hover, .contact-form__phone input:active {
  border: 0.5px solid #D2D2D2;
  border-right: 0px !important;
}
.contact-form__country-code {
  position: absolute;
  left: 20px;
  top: 22px;
  display: none;
  transition: all 200ms;
}
.contact-form__outer-image-wrapper {
  padding: 0px 40px;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__outer-image-wrapper {
    padding: 0px 16px;
  }
}
.contact-form__image-wrapper {
  aspect-ratio: 3/1;
  overflow: hidden;
  border-radius: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__image-wrapper {
    aspect-ratio: 1/1;
  }
}
.contact-form__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.contact-form__country {
  grid-column: span 3;
}
.contact-form__country select {
  border: 0.5px solid #D2D2D2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 54px;
  background-image: url(/images/components/event-listing/arrow.svg);
  background-size: 17.5px;
  margin-bottom: 0px;
}
.contact-form__country label {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__row-fields {
    margin: 0px 0px 64px !important;
    width: 100% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__row-fields-bottom {
    margin: 0px !important;
    width: 100% !important;
  }
}
.contact-form__fields {
  height: 54px !important;
  padding: 18px 0px 6px 55px !important;
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-bottom: 0px;
}
.contact-form__fields-label {
  left: 10px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__field {
    margin-bottom: 20px;
  }
}
.contact-form__field p {
  text-align: left;
}
.contact-form__button {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-form__business-info, .contact-form__address {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 64em) {
  .contact-form__business-info, .contact-form__address {
    align-items: center;
    width: 100%;
  }
}
.contact-form__business-info p, .contact-form__address p {
  margin: 0;
}
.contact-form__business-info p strong, .contact-form__address p strong {
  color: #0028E6;
}
.contact-form__business-info {
  margin-bottom: 1.75rem;
  color: #0028E6;
}
.contact-form__info {
  display: flex;
  flex-direction: column;
}
.contact-form__privacy-policy p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
  color: black !important;
}
.contact-form__privacy-policy p span {
  color: black !important;
}
.contact-form__privacy-policy a {
  color: #0028E6;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 4rem 0 4rem;
  text-align: center;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 40em) {
  .wrapper {
    padding: 6.25rem 0 6.25rem;
  }
}
.wrapper:first-of-type {
  padding-top: calc(6.25rem + 78px);
}
@media print, screen and (max-width: 63.99875em) {
  .wrapper:first-of-type {
    padding-top: 116px;
  }
}
.wrapper p,
.wrapper li {
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 6.25rem;
  }
}
.wrapper--dark {
  background: #212527;
  color: #fff;
}
.wrapper--darkGrey {
  background: #45494a;
  color: #fff;
}
.wrapper--lightGrey {
  background: #f5f5f5;
  color: black;
}
.wrapper--lightBlue {
  background: #E0EFF4;
  color: black;
}
.wrapper--skyBlue {
  color: black;
  background: #EEF6F9;
}
.wrapper--lemonYellow {
  color: black;
  background: #FFF000;
}
.wrapper--mountainBlue {
  color: #fff;
  background: #4B48C9;
}
.wrapper--white {
  color: black;
  background: #fff;
}

.dynamic-bg {
  transition: background-color 0.8s ease;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 4.3rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 4.3rem;
}
[dir=rtl] .slick-next {
  left: 4.3rem;
  right: auto;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dots {
  margin: 2.125rem 0;
}
.slick-dots li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 200ms;
  vertical-align: top;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/* ====================================================
A main carousel, with slides of content, maybe buttons
======================================================= */
.carousel {
  width: 100%;
  background-color: #45494a;
  text-align: center;
  height: 400px;
}
.carousel--light {
  background-color: #fff;
}
.carousel--tall {
  height: 600px;
}
@media print, screen and (max-width: 39.99875em) {
  .carousel--tall {
    height: 100vh;
    height: calc(100vh - 56px - 60px);
  }
}
.carousel--full {
  height: 100vh;
  height: calc(100vh - 56px - 60px);
}
@media print, screen and (min-width: 40em) {
  .carousel--full {
    min-height: 600px;
    height: calc(100vh - 56px);
  }
}
@media screen and (min-width: 64em) {
  .carousel--full {
    height: calc(100vh - 78px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-icons {
    display: none;
  }
}
.carousel-hint {
  position: absolute;
  bottom: 34px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  z-index: 1;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .carousel-hint {
    display: none;
  }
}
.carousel-hint img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-hint__scroll {
  height: 53px;
  width: 53px;
  margin-bottom: 2px;
  display: block;
}
.carousel-cta {
  position: absolute;
  bottom: 40px;
  right: 20px;
  transform: translateX(-50%);
}
.carousel-cta__enquiry {
  height: 45px;
  width: 45px;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel__video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.carousel__video {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .carousel--short .carousel__video {
    height: 400%;
    top: -133%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--tall .carousel__video {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width: 64em) {
  .carousel--tall .carousel__video {
    width: 100%;
    left: 0;
    height: 300%;
    top: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
    top: -10%;
    height: 120%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
  }
}
.carousel .slide {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel .slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-content {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 39.99875em) and (orientation: landscape) {
  .carousel .slide-content {
    margin-top: 2.125rem;
  }
}
.carousel .slide-content--dark-text h1, .carousel .slide-content--dark-text h2, .carousel .slide-content--dark-text p {
  color: black;
}
.carousel .slide-content__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 64em) and (orientation: landscape) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (min-width: 64em) {
  .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.3125rem;
    font-weight: 400;
    margin-top: 24px;
  }
}
.carousel .slide-content__content-wrapper {
  position: relative;
}
.carousel .slide-content__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carousel .slide-content__top-subtitle {
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-top: 0;
}
.carousel .slide-content__top-subtitle:after {
  content: "";
  width: 33px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.carousel .slide-content__buttons {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .carousel .slide-content__buttons {
    margin-top: 3.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .carousel .slide-content .button {
    margin-right: 0.5rem;
  }
}
.carousel .slide-content .button:first-child {
  margin-left: 0;
}
.carousel .slide-content .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.carousel .slick-next {
  right: 4.3rem;
}
.carousel .slick-prev {
  left: 4.3rem;
}

/* ====================================================
A version with light bg & dark text - don't use yet
======================================================= */
/* ====================================================
Dots
======================================================= */
.carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 39.99875em) and (orientation: landscape) {
  .carousel .slick-dots {
    bottom: 20px;
    left: auto;
    transform: none;
  }
}
@media print, screen and (min-width: 40em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
.carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-dots li.slick-active button {
  background: #fff;
}
.carousel--dots-right .slick-dots {
  right: 25px;
  left: auto;
  transform: none;
}
.carousel--dots-left .slick-dots {
  left: 25px;
  right: auto;
  transform: none;
}
.carousel--dots-left li:first-child {
  margin-left: 0;
}
.carousel--small .slick-dots, .carousel--tall .slick-dots {
  bottom: 20px !important;
}

/* ============================================================
Wrapper around carousel to add other things, like share button
=============================================================== */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ============================================================
Share button in the carousel
=============================================================== */
/* ====================================================
Large image which will fit edge to edge with container
======================================================= */
.fullwidth-img {
  padding-left: 32px;
  padding-right: 32px;
}
.fullwidth-img__image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 24px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .fullwidth-img__image-wrapper {
    aspect-ratio: 3/1;
  }
}
.fullwidth-img__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta-bar {
  color: black;
  font-family: "inter", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0px;
  font-size: 1.0625rem;
  position: relative;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
@media print, screen and (max-width: 39.99875em) {
  .cta-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 40em) {
  .cta-bar {
    font-size: 1.3125rem;
  }
}
.cta-bar .slide-tint {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.cta-bar__container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cta-bar__top-title {
  color: #FFF000;
  font-size: 1.5rem;
  max-width: 592px !important;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
  font-family: "editorial-new", serif;
}
@media print, screen and (min-width: 40em) {
  .cta-bar__top-title {
    margin-bottom: 12px;
    font-size: 1.625rem;
    text-align: left;
  }
  .site-aifsProgrammes .cta-bar__top-title {
    color: #0028E6;
  }
}
.cta-bar__title {
  line-height: 120%;
  text-align: center;
  color: white;
  max-width: 592px !important;
  font-size: 2.25rem;
  font-family: "polysans", serif;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .cta-bar__title {
    font-size: 4.5rem;
    line-height: 110%;
    text-align: left;
  }
}
.cta-bar__buttons {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.cta-bar__buttons a {
  color: black;
  background: #FFF000;
}
.cta-bar__buttons a:hover, .cta-bar__buttons a:focus, .cta-bar__buttons a:active {
  color: black;
  background: #ebdd00;
}
@media print, screen and (min-width: 40em) {
  .site-aifsProgrammes .cta-bar__buttons a {
    background: #0028E6;
    color: white;
  }
}
@media print, screen and (min-width: 40em) {
  .cta-bar__buttons {
    margin-top: 28px;
    justify-content: flex-start;
  }
}
.cta-bar__content {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  max-width: 592px !important;
}
@media print, screen and (min-width: 40em) {
  .cta-bar__content {
    margin-top: 12px;
    font-size: 1.125rem;
    text-align: left;
  }
}
.cta-bar__content p:last-child {
  margin-bottom: 0;
}
.cta-bar__emoji {
  width: 48px;
  margin: 0 auto 20px;
}
.cta-bar__image {
  height: 100%;
  width: 100vw;
  z-index: 0;
}
.cta-bar--dark, .wrapper--dark .cta-bar, .wrapper--darkGrey .cta-bar {
  color: #fff;
}
/* ====================================================
The scroll thing on the homepage
======================================================= */
.scroll-instruction {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 35px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .scroll-instruction {
    width: 100px;
    height: 50px;
  }
}
.scroll-instruction:after {
  content: "";
  display: block;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 70px;
  background: #da2129;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 200ms;
}
@media print, screen and (min-width: 40em) {
  .scroll-instruction:after {
    height: 100px;
  }
}
.scroll-instruction__arrow {
  background: url(/images/down-arrow-white.svg) center no-repeat;
  width: 100%;
  height: 40%;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  bottom: 15%;
}
.scroll-instruction:hover:after, .scroll-instruction:active:after {
  background-color: #ae1a21;
}

a.scroll-instruction {
  transition: background-color 200ms;
}

/* =======================================================
A component with several feature boxes, an image, title,
content, and link.
========================================================== */
.feature-box {
  background: white;
  position: relative;
  padding: 0;
  margin-bottom: 2.125rem;
  text-align: left;
  color: black;
}
@media screen and (min-width: 64em) {
  .feature-box {
    margin-bottom: 0;
  }
}
.feature-box:hover, .feature-box:active {
  color: black;
}
.feature-box__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: black !important;
}
@media print, screen and (min-width: 40em) {
  .feature-box__title {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
  }
}
.feature-box__content-wrapper {
  padding: 10px;
  background: white;
}
.feature-box__content {
  padding: 0.5rem 1rem 1.25rem;
  font-size: 0.9375rem;
  color: black;
}
@media print, screen and (min-width: 40em) {
  .feature-box__content {
    padding: 1rem 1.5rem 1.25rem;
    font-size: 1rem;
  }
}
.feature-box__image-wrapper {
  width: 100%;
  background: gainsboro;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/10;
}
.feature-box__image {
  width: 100%;
}
.feature-box__link {
  text-decoration: none;
}
.feature-box__more-link {
  color: black !important;
}
.feature-box__more-arrow {
  width: 6px;
  height: 9px;
  display: inline-block;
  background: url(/images/icons/arrow-right-black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 2px;
}
.feature-box__abstract {
  margin-bottom: 1.5rem;
}
.feature-box__abstract:last-child {
  margin-bottom: 0;
}

/* =======================================================
A component with several news boxes, an image, title,
content, and link.
========================================================== */
.news-box {
  background: white;
  position: relative;
  padding: 0;
  text-align: left;
  border: 1px solid #E5E5E5;
  transition: color 200ms, border 200ms;
  box-shadow: none;
  color: black;
  height: inherit !important;
}
@media print {
  .news-box {
    border: 1px solid grey;
  }
}
.wrapper--dark .news-box, .wrapper--darkGrey .news-box {
  color: #fff;
  background: transparent;
  border: none;
}
.news-box__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: black;
  line-height: 1.3;
}
@media print, screen and (min-width: 40em) {
  .news-box__title {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
  }
}
.wrapper--dark .news-box__title, .wrapper--darkGrey .news-box__title {
  color: #fff;
}
.news-box__content {
  padding: 1rem 1rem 3.5rem;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .news-box__content {
    padding: 1.75rem 1.75rem 4rem;
    font-size: 1rem;
    min-height: 196px;
  }
}
.news-box__date {
  line-height: 1.2;
}
.news-box__image {
  transition: transform 200ms, filter 200ms;
}
.news-box__image-wrapper {
  width: 100%;
  background: gainsboro;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.news-box__link {
  text-decoration: none;
}
.news-box__abstract {
  margin-bottom: 0;
}
.news-box__button {
  color: black;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .news-box__button {
    left: 1.75rem;
    bottom: 1.5rem;
  }
}
.news-box__more-arrow {
  width: 6px;
  height: 9px;
  display: inline-block;
  background: url(/images/icons/arrow-right-black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}
.news-box:hover, .news-box:active {
  color: black;
  border-color: #b2b2b2;
}
.news-box:hover .news-box__image, .news-box:active .news-box__image {
  filter: brightness(115%);
  transform: scale(1.1);
}
.wrapper--dark .news-box:hover, .wrapper--darkGrey .news-box:hover, .wrapper--dark .news-box:active, .wrapper--darkGrey .news-box:active {
  color: #d9d9d9;
}

/* =======================================================
The surrounding component
========================================================== */
.news-boxes__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
  .news-boxes__title {
    margin-bottom: 2.25rem;
    font-size: 2.0625rem;
  }
}
.news-boxes__filters {
  margin-bottom: 1rem;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .news-boxes__filters {
    margin-bottom: 2rem;
  }
}
.news-boxes__bottom {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .news-boxes__bottom {
    margin-top: 2.5rem;
  }
}
.news-boxes__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media print, screen and (min-width: 40em) {
  .news-boxes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .news-boxes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) {
  .news-boxes.wrapper {
    padding-bottom: 4.125rem;
  }
}

/* =======================================================
News in a carousel - e.g. "Related news" component, also
used for "related case studies"
========================================================== */
/* ================================================================
Default <figure> & <figcaption> styles
- used as caption on copy images
=================================================================== */
figure {
  margin: 0 0 1.5rem;
}

figcaption {
  font-style: italic;
  margin: 0;
}

/* ================================================================
A full-width image banner which loads a video in lightbox when
button is clicked
=================================================================== */
.video {
  critical: this;
  max-width: 100vw;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
}
.video__play {
  critical: this;
  margin: 0 auto;
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .video__iframe-wrapper {
    height: 80vh;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video__iframe-wrapper iframe {
    height: inherit;
  }
}
.video__tint {
  opacity: 0.4;
  z-index: 1;
}
.video__overlay-embed {
  critical: this;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 250px;
  height: 15.625rem;
  width: 100vw;
}
@media print, screen and (min-width: 40em) {
  .video__overlay-embed {
    critical: this;
    height: 31.25rem;
  }
}
@media screen and (min-width: 64em) {
  .video__overlay-embed {
    critical: this;
    height: 37.5rem;
  }
}
.video__lightbox {
  critical: this;
  text-align: center;
  top: 0 !important;
}
.video__lightbox .close-button {
  transition: color 200ms;
  color: #e6e6e6;
}
.video__lightbox .close-button:hover, .video__lightbox .close-button:active, .video__lightbox .close-button:focus {
  color: #fff;
}
.video__embed {
  critical: this;
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 87.5rem;
}
.video__embed textarea {
  display: none;
}

.reveal-overlay {
  top: auto;
  background-color: rgba(0, 44, 80, 0.75);
}

.video-image__inner-wrapper {
  position: relative;
}
.video-image__image-wrapper {
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .video-image__image-wrapper {
    aspect-ratio: 3/1;
  }
}
.video-image__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-result {
  text-align: left;
  border-bottom: 2px solid gray;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-result__title {
  font-size: 1.75rem;
}
.search-result__title a,
.search-result__title a:visited {
  text-decoration: none;
}
.search-result__title a:hover,
.search-result__title a:active,
.search-result__title a:focus {
  text-decoration: none;
  color: black;
}
.search-result__content {
  font-size: 1.125rem;
}
.search-result__link {
  text-decoration: none;
  margin: 0;
}
.search-result__link:hover, .search-result__link:active, .search-result__link:focus {
  text-decoration: none;
  color: black;
}

.search-results__title {
  font-size: 2.875rem;
  color: black;
  margin-bottom: 2rem;
}
.search-results__summary {
  text-align: left;
  font-size: 1.125rem;
}
.search-results__pagination {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .search-results__pagination {
    text-align: right;
  }
}
.search-results__next, .search-results__prev {
  text-indent: -1000px;
  display: inline-block;
  border: 1px solid #b9baba;
  height: 49px;
  width: 44px;
  overflow: hidden;
  position: relative;
  margin: 0 2px;
  text-align: left;
  vertical-align: middle;
  transition: border-color 200ms;
}
.search-results__next:after, .search-results__prev:after {
  content: "";
  background: url(/images/icons/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 15px;
  right: 15px;
}
.search-results__next.disabled, .search-results__prev.disabled {
  opacity: 0.25;
}
.search-results__next:hover, .search-results__next:active, .search-results__prev:hover, .search-results__prev:active {
  border-color: #0d0d0d;
}
.search-results__prev:after {
  transform: rotate(180deg);
}
.search-results__paginate-amount {
  border-color: #333333;
  border-width: 1px;
  display: inline;
  margin-left: 6px;
  width: auto;
  min-width: 140px;
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.pagination {
  text-align: center;
  font-size: 0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .pagination {
    margin-bottom: 2rem;
    text-align: right;
  }
}
.pagination__item {
  display: inline-block;
  border: 2px solid #eee;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: black;
  font-size: 1rem;
  margin-left: -2px;
  width: 46px;
  text-align: center;
  font-weight: 700;
  background: white;
  position: relative;
  transition: border 200ms;
  outline: none;
}
.pagination__item:hover, .pagination__item:active, .pagination__item:focus {
  z-index: 1;
  border-color: #bbb;
}
.pagination__item.current {
  border-color: #bbb;
  z-index: 2;
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: default;
  border: 2px solid #eee;
}
.pagination__item.disabled:hover, .pagination__item.disabled:active {
  opacity: 0.5;
  border: 2px solid #eee;
}
.pagination__item img {
  width: auto;
  height: 14px;
  margin-top: -2px;
}
.pagination__icon-left {
  transform: rotate(180deg);
}
.pagination__pages {
  margin: 0 1rem;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination__pages {
    margin: 0 1.5rem;
  }
}
.pagination__prev-next {
  display: none;
}
@media screen and (min-width: 64em) {
  .pagination__prev-next {
    display: inline-block;
  }
}
.news-boxes__bottom .pagination {
  margin-bottom: 0;
}

.expander__button {
  cursor: pointer;
}
.expander__content {
  display: none;
  overflow: hidden;
}
select.filter {
  border: 2px solid #eee;
  margin: 0;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  select.filter {
    margin-bottom: 0.75rem;
  }
  select.filter:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  select.filter {
    display: inline-block;
    margin-right: 1rem;
    max-width: 210px;
  }
  select.filter:last-child {
    margin-right: 0;
  }
}
select.filter:hover, select.filter:active, select.filter:focus {
  border: 2px solid #bbbbbb;
}

.banner {
  text-align: left;
}
.banner__title {
  text-align: left;
}
.banner__copy {
  text-align: left;
  margin: 0;
}
.banner__content {
  position: relative;
}

.faqs {
  text-align: left;
}
.faqs a {
  text-decoration: none;
  color: black;
}
.faqs__top {
  width: 1008px;
  position: relative;
}
.faqs__speech-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  display: none;
}
@media screen and (min-width: 64em) {
  .faqs__speech-bubble {
    margin-bottom: 0px;
    top: -20px;
    right: 60px;
    position: absolute;
  }
}
.faqs__speech-flick-sb {
  display: block;
}
.faqs__speech-flick-mb {
  display: none;
}
.faqs__thinking-outer {
  position: relative;
  height: 62px;
  width: 62px;
  background-color: #4B48C9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faqs__speech-flick {
  position: absolute;
  left: -6px;
  bottom: 0px;
}
.faqs__top-title {
  text-align: center;
}
.faqs__top-title p {
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  color: black;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .faqs__top-title p {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.faqs__heading {
  font-family: "polysans", serif;
  text-align: center;
  font-size: 2rem;
  line-height: 38.4px;
  color: #0028E6;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  .faqs__heading {
    font-size: 3rem;
    line-height: 57.6px;
    margin-bottom: 40px;
  }
}
.faqs__items {
  max-width: 1008px;
  margin: auto;
  border-radius: 24px;
  border: 1px solid #D2D2D2;
  overflow: hidden;
}
.faqs__items .accordion {
  background-color: transparent;
}
.faqs__item {
  border-bottom: 1px solid #D2D2D2;
  margin-left: 0 !important;
  position: relative;
}
.faqs__item:first-of-type {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.faqs__item:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.faqs .accordion {
  margin-bottom: 0;
}
.faqs .accordion-title {
  border: none !important;
}
.faqs__question {
  display: block;
  font-size: 1rem;
  font-family: "inter", sans-serif;
  font-weight: 400;
  background: transparent;
  padding: 20px 56px 20px 64px;
  border: none;
  line-height: 150%;
}
@media print, screen and (min-width: 40em) {
  .faqs__question {
    font-size: 1.3125rem;
    padding: 28px 144px 28px 156px;
  }
}
.faqs__question:before {
  margin-left: auto;
  margin-top: -12px;
  margin-right: 0px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/faq-arrow-new.svg) no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
}
@media print, screen and (min-width: 40em) {
  .faqs__question:before {
    margin-right: 44px;
  }
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs__question:hover {
  color: #0028E6;
}
.faqs__question:hover:before {
  transform: scale(1.15);
}
.is-active > .faqs__question {
  background-color: #0028E6;
  color: white;
  padding-bottom: 8px;
}
.is-active > .faqs__question:before {
  transform: rotate(90deg);
  content: "";
  filter: brightness(0) invert(1);
}
@media print, screen and (min-width: 40em) {
  .is-active > .faqs__question {
    padding-bottom: 12px;
  }
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  font-family: "inter", sans-serif;
  padding: 0px 56px 20px 64px;
  border: 0 !important;
  font-size: 0.875rem;
  padding-top: 2px;
  font-weight: 400;
  line-height: 21px;
}
@media print, screen and (min-width: 40em) {
  .faqs__answer {
    font-size: 1rem;
    padding: 0px 144px 28px 156px;
    line-height: 24px;
  }
}
.faqs__answer p:last-of-type:not(:has(+ ul)) {
  margin-bottom: 0px;
}
.faqs__answer ul {
  margin-bottom: 16px;
  margin-left: 12px;
}
.faqs__answer ul li {
  line-height: 150%;
}
.faqs__answer ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.faqs__answer a {
  color: white;
  text-decoration: underline;
}
.is-active > .faqs__answer {
  background-color: #0028E6;
  color: white;
}
.faqs__number {
  display: inline-block;
  color: #0028E6;
  text-align: center;
  width: 52px;
  position: absolute;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: right;
  top: 0;
  bottom: 0;
  transition: background 200ms;
  font-family: "polysans", serif;
}
@media print, screen and (min-width: 40em) {
  .faqs__number {
    font-size: 2rem;
    width: 124px;
  }
}
.faqs__number span {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .faqs__number span {
    height: 60px;
    width: 60px;
  }
}
.is-active > .faqs__number span {
  background-color: white;
}

@media screen and (min-width: 64em) {
  .copy-image {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .copy-image--image-left .copy-image__row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .copy-image__image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.copy-image__image {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .copy-image__image {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-image__title {
    text-align: left;
  }
}
.copy-image__buttons {
  margin-top: 1.5rem;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .copy-image__buttons .button:first-child {
    margin-left: 0;
  }
}

.hp-hero {
  width: 100%;
  min-height: 640px;
  position: relative;
  padding-top: 0px !important;
}
.hp-hero__carousel {
  height: calc(100vh - 95px);
}
.hp-hero__icon-sb {
  display: block;
}
.hp-hero__icon-mb {
  display: none;
}
.hp-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #212527;
}
.hp-hero__slide-content {
  display: flex;
  padding: 100px 0;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .hp-hero__slide-content {
    padding: 160px 0;
    align-items: center;
  }
}
.hp-hero__slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.hp-hero__title h1 {
  font-size: 3.125rem;
  line-height: 110%;
  max-width: 350px;
  margin: 0 auto;
  text-wrap: balance;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .hp-hero__title h1 {
    font-size: 7rem;
    max-width: 692px;
    margin: 0;
  }
}
.hp-hero__title--white h1 {
  color: white !important;
}
.hp-hero__title--peacockBlue h1 {
  color: #0028E6 !important;
}
.hp-hero__content-wrapper {
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .hp-hero__content-wrapper {
    padding-left: 50px;
    text-align: left;
  }
}
.hp-hero__copy {
  margin: 10px 0 0;
  font-size: 1.125rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  max-width: 595px;
}
@media screen and (min-width: 64em) {
  .hp-hero__copy {
    margin-top: 10px;
    font-size: 1.375rem;
  }
}
.hp-hero__buttons {
  display: flex;
  gap: 15px;
  margin: 16px auto 0;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .hp-hero__buttons {
    margin-top: 24px;
    text-align: left;
    justify-content: left;
  }
}
.hp-hero__arrow {
  width: 78px;
  margin-top: -4px;
}
.hp-hero__button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .hp-hero__button {
    min-width: 150px;
  }
}
.hp-hero .slick-dots {
  position: absolute;
  margin: 0;
  display: flex;
  gap: 12px;
}
@media print, screen and (max-width: 63.99875em) {
  .hp-hero .slick-dots {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 64em) {
  .hp-hero .slick-dots {
    left: 20px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 0 100%;
  }
}
.hp-hero .slick-dots li {
  margin: 0;
}
.hp-hero .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  background: white;
}
.hp-hero .slick-dots li button:hover {
  transform: scale(1.25, 1.25);
}
.hp-hero .slick-dots li.slick-active button {
  background-color: #FFF000;
}
.hp-hero .slick-list,
.hp-hero .slick-track {
  height: 100%;
}
.hp-hero__roundel-outer {
  position: absolute;
  z-index: 10;
  right: 21px;
  transform: rotate(8deg);
  bottom: 191px;
}
@media screen and (min-width: 1421px) {
  .hp-hero__roundel-outer {
    bottom: 160px;
    right: 26px;
  }
}
.hp-hero__roundel-container {
  position: relative;
  height: 122px;
  width: 122px;
}
@media screen and (min-width: 64em) {
  .hp-hero__roundel-container {
    height: 170px;
    width: 170px;
  }
}
.hp-hero__roundel {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #0028E6 !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "polysans", serif;
  position: relative;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px;
}
@media screen and (min-width: 64em) {
  .hp-hero__roundel {
    height: 165px;
    width: 165px;
    font-size: 1.25rem;
    padding: 12px;
  }
}
.hp-hero__roundel p {
  margin: auto;
  z-index: 2;
}
.hp-hero__roundel img {
  position: absolute;
  width: 122px;
  height: 122px;
}
@media screen and (min-width: 64em) {
  .hp-hero__roundel img {
    height: 170px;
    width: 170px;
  }
}
.hp-hero__roundel-cross {
  position: absolute;
  cursor: pointer;
  right: 5px;
  z-index: 2;
  top: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0028E6;
}
.hp-hero__roundel-cross img {
  width: 16px;
}
@media screen and (min-width: 64em) {
  .hp-hero__roundel-cross {
    width: 32px;
    height: 32px;
  }
  .hp-hero__roundel-cross img {
    width: 16px;
  }
}

.hp-hero-bar {
  height: 95px;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .hp-hero-bar {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hp-hero-bar::-webkit-scrollbar {
    display: none;
  }
}
.hp-hero-bar__scroll {
  height: 16px;
  width: 80px;
  border-radius: 100px;
  margin: auto;
  border: 1px solid #E9E9E9;
  padding: 0px 4px;
  display: flex;
  align-items: center;
}
.hp-hero-bar__scroll--inner {
  background-color: #0028E6;
  height: 8px;
  width: 28px;
  border-radius: 100px;
  transition: transform 0.2s ease;
}
.hp-hero-bar__items {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 64em) {
  .hp-hero-bar__items {
    justify-content: center;
  }
}
.hp-hero-bar__item {
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .hp-hero-bar__item {
    padding: 20px 28px;
  }
}
.hp-hero-bar__item:not(:last-child):after {
  content: "";
  display: block;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  background: #E0EFF4;
}
.hp-hero-bar__item:hover {
  color: #0028E6;
}
.hp-hero-bar__item-label {
  white-space: nowrap;
  font-size: 0.875rem;
}
.hp-hero-bar__icon {
  max-width: 28px;
  margin: auto;
}

.copy-2-cols {
  text-align: left;
}
.copy-2-cols__wrapper {
  overflow: hidden;
}
.copy-2-cols__row {
  display: grid;
  max-width: 1008px;
  margin: auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 64em) {
  .copy-2-cols__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.copy-2-cols__container {
  max-width: 1007px;
  position: relative;
}
.copy-2-cols__title {
  font-size: 1.75rem;
  font-family: "polysans", serif;
  color: #0028E6;
}
.copy-2-cols__title p {
  margin-bottom: 0px;
  line-height: 130%;
}
@media screen and (min-width: 64em) {
  .copy-2-cols__title p {
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .copy-2-cols__title {
    font-size: 2.5rem;
  }
}
.copy-2-cols__buttons {
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .copy-2-cols__buttons {
    margin-top: 28px;
  }
}
.copy-2-cols__button {
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .copy-2-cols__line {
    position: absolute;
    bottom: -40px;
    right: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-2-cols__line {
    position: absolute;
    right: calc(50% + 25px);
    bottom: -50px;
    width: 100%;
    max-width: 750px;
  }
}

.copy-3-cols__inner {
  position: relative;
  padding-left: 0px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .copy-3-cols__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100vw !important;
  }
}
@media screen and (min-width: 64em) {
  .copy-3-cols__inner {
    max-width: 1214px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 64em) {
  .copy-3-cols__carousel .slick-track {
    display: flex;
    justify-content: center;
  }
}
.copy-3-cols__carousel .slick-next,
.copy-3-cols__carousel .slick-prev {
  width: 40px;
  height: 40px;
  transform: none;
}
.copy-3-cols__carousel .slick-next:before,
.copy-3-cols__carousel .slick-prev:before {
  background: url(/images/components/feature-box-carousel/arrow-right-dark.svg);
}
.copy-3-cols__carousel .slick-next.slick-disabled:before,
.copy-3-cols__carousel .slick-prev.slick-disabled:before {
  opacity: 0.75;
}
.copy-3-cols__carousel .slick-prev {
  top: initial;
  bottom: 0;
  left: 50% !important;
  transform: translateX(calc(-50% - 28px));
}
.copy-3-cols__carousel .slick-next {
  top: initial;
  bottom: 0;
  left: 50% !important;
  transform: translateX(calc(-50% + 28px));
}
.copy-3-cols__grid-col {
  margin-right: 16px;
  position: relative;
}
.copy-3-cols__grid-col:last-child {
  margin-right: 0;
}
.copy-3-cols__grid-col:first-child {
  margin-left: 16px;
}
@media screen and (min-width: 64em) {
  .copy-3-cols__grid-col {
    margin-right: 64px;
  }
  .copy-3-cols__grid-col:last-child {
    margin-right: 0;
  }
}
.copy-3-cols__image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .copy-3-cols__image-wrapper {
    margin-bottom: 20px;
  }
}
.copy-3-cols__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 300px;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .copy-3-cols__image {
    max-height: 200px;
  }
}
.copy-3-cols__background-text {
  z-index: 4;
  position: absolute;
  right: 0px;
  bottom: -15%;
  font-family: "Shrikhand", serif;
  text-align: right;
  max-width: 730px;
  font-size: 5.5rem;
  line-height: 98.8px;
  -webkit-text-stroke: 1px rgba(210, 232, 239, 0.8);
  -webkit-text-fill-color: #EEF6F9;
  margin-bottom: 0px;
  display: none;
}
.copy-3-cols__top-title {
  color: black !important;
  font-family: "editorial-new", serif;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .copy-3-cols__top-title {
    margin-bottom: 12px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.copy-3-cols__title {
  margin-bottom: 28px;
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 2rem;
  line-height: 38.4px;
}
@media print, screen and (min-width: 40em) {
  .copy-3-cols__title {
    font-size: 3rem;
    line-height: 57.6px;
    margin-bottom: 40px;
  }
}
.copy-3-cols__entry-category-outer {
  border-radius: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  height: 29px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  margin-bottom: 12px;
  font-family: "polysans", serif;
  color: black;
  background-color: #FFF000;
}
@media print, screen and (min-width: 40em) {
  .copy-3-cols__entry-category-outer {
    margin-bottom: 16px;
  }
}
.copy-3-cols__entry-category-outer p {
  margin-bottom: 0px;
  font-family: "polysans", serif;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.copy-3-cols__entry-title {
  font-size: 1.25rem;
  line-height: 30px;
  font-family: "polysans", serif;
  text-align: left;
}
.copy-3-cols__entry-title p {
  margin-bottom: 12px !important;
}
@media print, screen and (min-width: 40em) {
  .copy-3-cols__entry-title {
    font-size: 1.5rem;
    line-height: 31.2px;
  }
}
.copy-3-cols__entry-copy {
  text-align: left;
}
.copy-3-cols__entry-copy p {
  margin-bottom: 0px;
}

.copy-banner {
  padding-bottom: 50px !important;
}
.copy-banner--top {
  max-height: 537px;
}
@media print, screen and (max-width: 39.99875em) {
  .copy-banner--top {
    max-height: 440px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .copy-banner {
    padding-bottom: 32px !important;
  }
}
.copy-banner__wrapper {
  overflow: hidden;
}
.copy-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  gap: 12px;
}
.copy-banner__top-title {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .copy-banner__top-title {
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.copy-banner__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 2.25rem;
  line-height: 38px;
  margin-bottom: 0;
  max-width: 592px;
}
@media print, screen and (min-width: 40em) {
  .copy-banner__title {
    font-size: 4.5rem;
    line-height: 110%;
    max-width: 800px;
  }
}
.copy-banner__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 592px;
  margin: 0 auto;
}
.copy-banner__copy p {
  margin-bottom: 0;
}

.gallery-item {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 246px;
  aspect-ratio: 708/993;
}
.gallery-item__image-container {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.gallery-item__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item__scroll {
  height: 16px;
  width: 80px;
  border-radius: 100px;
  margin: 14px auto 0px;
  border: 1px solid #E9E9E9;
  padding: 0px 4px;
  display: flex;
  align-items: center;
}
.gallery-item__scroll--inner {
  background-color: #0028E6;
  height: 8px;
  width: 28px;
  border-radius: 100px;
  transition: transform 0.2s ease;
}
.gallery-item__image-alt {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.gallery-item__image-alt p {
  margin-bottom: 0px;
  font-family: "editorial-new", serif;
  font-size: 20px;
  line-height: 20px;
  margin-left: 4px;
}
@media print, screen and (min-width: 40em) {
  .gallery-item__image-alt p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 90em) {
  .gallery-item {
    margin-bottom: 0;
  }
}
.gallery-item__wrapper {
  padding: 0 12px;
  align-items: center;
  overflow: hidden;
  cursor: grab;
}
@media screen and (min-width: 64em) {
  .gallery-item__wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 90em) {
  .gallery-item__wrapper {
    padding: 0 16px;
  }
}
.gallery-item__caption {
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.13;
}
@media screen and (min-width: 64em) {
  .gallery-item__caption {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.gallery-item__image {
  width: 100%;
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 64em) {
  .gallery-item__image {
    max-height: 980px;
  }
}

/* =======================================================
The surrounding component
========================================================== */
.gallery-carousel {
  overflow: hidden;
}
.gallery-carousel__emoji-outer {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.gallery-carousel__emoji-outer img {
  border-radius: 0px !important;
  max-width: 40px;
}
.gallery-carousel__emoji-hearts {
  background-color: #4B48C9;
  top: 0px;
  left: 20%;
}
.gallery-carousel__emoji-peace {
  background-color: #F55350;
  bottom: 30%;
  right: -10px;
}
.gallery-carousel__plane-background {
  position: absolute;
  width: 100%;
  display: none;
}
.gallery-carousel__carousel {
  z-index: 4;
  position: relative;
}

.interactive-map {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .interactive-map {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.interactive-map__learn-more {
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 2px;
}
.interactive-map__learn-more--mobile {
  margin-bottom: 0px;
  text-decoration: none;
  border-bottom: 1px solid white;
  width: -moz-fit-content !important;
  width: fit-content !important;
  line-height: 120%;
}
.interactive-map__learn-more--mobile:hover, .interactive-map__learn-more--mobile:focus, .interactive-map__learn-more--mobile:active {
  color: #C8C8EE !important;
}
.interactive-map__popout-grid {
  display: flex;
  text-decoration: none;
  gap: 10px;
}
.interactive-map__popout-grid:hover, .interactive-map__popout-grid:focus, .interactive-map__popout-grid:active {
  color: #C8C8EE !important;
}
.interactive-map__popout-image {
  width: 78px;
  height: 78px;
  overflow: hidden;
}
.interactive-map__popout-image img {
  border-radius: 18px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interactive-map__popout-text {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
}
.interactive-map__popout-text:hover, .interactive-map__popout-text:focus, .interactive-map__popout-text:active {
  color: #C8C8EE !important;
}
.interactive-map__popout-text p {
  margin-bottom: 0px;
}
.interactive-map__popout-text p:hover, .interactive-map__popout-text p:focus, .interactive-map__popout-text p:active {
  color: #C8C8EE !important;
}
.interactive-map__small-outer img {
  padding: 0px 16px;
  margin-top: -80px;
  margin-bottom: 16px;
}
.interactive-map__small-inner {
  background: #E9E9E9;
  padding-top: 64px;
  padding-bottom: 120px;
}
.interactive-map__outer {
  background: #E9E9E9;
  position: absolute;
  height: 70%;
  width: 100%;
  padding: 0px 40px;
}
@media print, screen and (min-width: 40em) {
  .interactive-map__outer {
    border-radius: 24px;
  }
}
.interactive-map__inner-text {
  padding-top: 64px;
}
@media print, screen and (min-width: 40em) {
  .interactive-map__inner-text {
    padding-top: 80px;
  }
}
.interactive-map__sub-text {
  margin-top: 2px;
  color: #C8C8EE;
  opacity: 0.6;
}
.interactive-map__sub-text:hover, .interactive-map__sub-text:focus, .interactive-map__sub-text:active {
  color: #C8C8EE !important;
}
.interactive-map__top-title {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .interactive-map__top-title {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.interactive-map__title {
  margin-bottom: 28px;
  font-family: "polysans", serif;
  font-size: 2rem;
  color: #0028E6;
  line-height: 38.4px;
}
@media print, screen and (min-width: 40em) {
  .interactive-map__title {
    font-size: 3rem;
    line-height: 57.6px;
    margin-bottom: 20px;
  }
}
.interactive-map__copy {
  max-width: 800px;
  margin: auto;
}

.interactive-map-small__tile {
  border-radius: 24px;
  text-align: left;
  z-index: 1;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: #0028E6;
  line-height: 27px;
  padding: 10px;
  opacity: 1;
  color: white;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.interactive-map-small__tile.inbound {
  background-color: #FFF000;
}
.interactive-map-small__tile.inbound .interactive-map-small__title {
  color: black;
}
.interactive-map-small__tile.inbound .interactive-map-small__subtitle {
  color: #817801;
}
.interactive-map-small__tile:hover, .interactive-map-small__tile:focus, .interactive-map-small__tile:active {
  color: #C8C8EE !important;
}
.interactive-map-small__tile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.interactive-map-small__text {
  padding: 10px;
}
.interactive-map-small__image-wrapper {
  max-width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.interactive-map-small__image-wrapper img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interactive-map-small__title {
  font-size: 1.125rem;
  line-height: 27px;
  color: white;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin-bottom: 0px;
}
.interactive-map-small__subtitle {
  font-size: 1.125rem;
  line-height: 27px;
  color: #C8C8EE;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin-bottom: 0px;
}

#map {
  padding-top: 150px;
}
@media print, screen and (min-width: 40em) {
  #map {
    padding-top: 300px;
  }
}

.tt_sm {
  border-radius: 24px;
  text-align: left;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: #0028E6;
  line-height: 27px;
  padding: 20px;
  opacity: 1;
  color: white;
  margin-bottom: 2px;
}

.tt_name_sm {
  float: left;
  font-weight: bold;
}

.xmark_sm {
  display: none;
}

.tt_custom_sm {
  color: #C8C8EE;
}

.bullet-points__top-title {
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "editorial-new", serif;
  color: black;
}
@media print, screen and (min-width: 40em) {
  .bullet-points__top-title {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.bullet-points__tick-sb {
  display: block;
}
.bullet-points__tick-mb {
  display: none;
}
.bullet-points__title {
  margin-bottom: 28px;
  font-family: "polysans", serif;
  font-size: 2rem;
  color: #0028E6;
  line-height: 38.4px;
}
@media print, screen and (min-width: 40em) {
  .bullet-points__title {
    font-size: 3rem;
    line-height: 57.6px;
    margin-bottom: 40px;
  }
}
.bullet-points__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: auto;
  max-width: 1006px;
}
@media screen and (min-width: 64em) {
  .bullet-points__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.bullet-points__point-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .bullet-points__point-container {
    max-width: 700px;
    margin: 0px auto 20px;
  }
}
.bullet-points__point-container p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .bullet-points__point-container p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 64em) {
  .bullet-points__point-container {
    margin-bottom: 28px;
  }
}
.bullet-points__tick-container {
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #FFF000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width-feature {
  position: relative;
}
.full-width-feature__image-outer {
  position: relative;
}
@media screen and (min-width: 64em) {
  .full-width-feature__image-outer {
    padding: 0px 40px;
  }
}
.full-width-feature__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .full-width-feature__image {
    border-radius: 24px;
  }
}
.full-width-feature__roundel-outer {
  bottom: 20px;
  right: 100px;
}
.full-width-feature__text-content-small {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0px 16px;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.full-width-feature__button-content-small {
  position: absolute;
  text-align: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.full-width-feature__text-content-large {
  position: absolute;
  text-align: center;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.full-width-feature__title {
  color: white;
  max-width: 500px;
  text-align: center;
  margin: 0px auto 27px;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 120%;
}
@media screen and (min-width: 64em) {
  .full-width-feature__title {
    font-size: 2.5rem;
    line-height: 130%;
  }
}
.full-width-feature__speech-bubble {
  position: absolute;
  right: 25%;
  top: 10%;
  z-index: 10;
  display: none;
}
.site-aifsProgrammes .full-width-feature__speech-bubble {
  display: block;
}
.full-width-feature__stars-hearts-outer {
  background-color: #4B48C9;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 189px;
  position: relative;
}
.full-width-feature__speech-flick {
  position: absolute;
  left: -15px;
  bottom: -10px;
}

.fb-carousel {
  text-align: center;
}
.fb-carousel__text-motif {
  display: flex;
}
.fb-carousel__text-motif p {
  max-width: 100px;
  position: absolute;
  left: -110px;
  bottom: 8%;
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 24px;
  color: #F55350;
  rotate: 6deg;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .fb-carousel__text-motif p {
    font-size: 2rem;
    max-width: 100px;
    line-height: 32px;
  }
}
.fb-carousel__text-motif img {
  height: 55px;
  position: absolute;
  left: -76px;
  bottom: 20%;
}
@media screen and (min-width: 64em) {
  .fb-carousel__text-motif img {
    height: 65px;
  }
}
.fb-carousel__top-title {
  color: black;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 8px;
  font-family: "editorial-new", serif;
}
@media screen and (min-width: 64em) {
  .fb-carousel__top-title {
    font-size: 1.625rem;
    margin-bottom: 12px;
  }
}
.fb-carousel__title {
  font-size: 2.25rem;
  font-family: "polysans", serif;
  color: #0028E6;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .fb-carousel__title {
    font-size: 2.875rem;
  }
}
.fb-carousel__carousel-wrapper {
  position: relative;
  padding: 28px 0 0px;
}
@media screen and (min-width: 64em) {
  .fb-carousel__carousel-wrapper {
    padding: 32px 0 0px;
  }
}
.fb-carousel__carousel {
  padding-bottom: 60px;
}
.fb-carousel__carousel .slick-next,
.fb-carousel__carousel .slick-prev {
  width: 40px;
  height: 40px;
  transform: none;
}
.fb-carousel__carousel .slick-next:before,
.fb-carousel__carousel .slick-prev:before {
  background: url(/images/components/feature-box-carousel/arrow-right-dark.svg);
}
.fb-carousel__carousel .slick-next.slick-disabled:before,
.fb-carousel__carousel .slick-prev.slick-disabled:before {
  opacity: 0.75;
}
.fb-carousel__carousel .slick-prev {
  top: initial;
  bottom: 0;
  left: 50% !important;
  transform: translateX(calc(-50% - 28px));
}
.fb-carousel__carousel .slick-next {
  top: initial;
  bottom: 0;
  left: 50% !important;
  transform: translateX(calc(-50% + 28px));
}
.fb-carousel__text-motif-mb {
  display: none;
}
.fb-carousel__text-motif-sb {
  display: block;
}
.fb-carousel__start {
  width: 84px;
  position: absolute;
  bottom: 0;
  right: calc(100% + 15px);
}
.fb-carousel__check-out {
  width: 110px;
  position: absolute;
  bottom: 0;
  right: calc(100% + 15px);
}

.fb-carousel-box {
  display: flex;
  margin: 0 12px;
  position: relative;
  transition: opacity 200ms;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .fb-carousel-box {
    margin: 0 20px;
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .fb-carousel-box.slick-current {
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .fb-carousel-box.slick-current + .slick-slide, .fb-carousel-box.slick-current + .slick-slide + .slick-slide, .fb-carousel-box.slick-current + .slick-slide + .slick-slide + .slick-slide, .fb-carousel-box.slick-slide:nth-last-child(1), .fb-carousel-box.slick-slide:nth-last-child(2), .fb-carousel-box.slick-slide:nth-last-child(3) {
    opacity: 1;
  }
}
.fb-carousel-box--first {
  background: transparent;
  opacity: 1;
  max-width: 112px;
}
.fb-carousel-box:hover .fb-carousel-box__image-wrapper {
  transform: scale(1.03);
  filter: brightness(95%);
}
.fb-carousel-box__inner {
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
}
.fb-carousel-box__image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  transform: scale(1.01);
  box-shadow: inset 0 0 0 1px #000;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
.fb-carousel-box__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fb-carousel-box__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.fb-carousel-box__label {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 29px;
  font-family: "polysans", serif;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  z-index: 1;
  font-size: 0.875rem;
  line-height: 100%;
  background-color: #FFF000;
  color: black;
  max-width: calc(100% - 56px);
}
.fb-carousel-box__label--inbound {
  background-color: #0028E6;
  color: white;
}
@media screen and (min-width: 64em) {
  .fb-carousel-box__label {
    top: 28px;
    left: 28px;
  }
}
.fb-carousel-box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  padding: 0 20px 20px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .fb-carousel-box__content {
    padding: 0 28px 40px;
  }
}
.fb-carousel-box__title {
  color: white;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px;
  text-align: left;
  max-height: 150px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .fb-carousel-box__title {
    margin-bottom: 12px;
  }
}
.fb-carousel-box__text-row {
  display: flex;
  gap: 4px;
  align-items: center;
}
.fb-carousel-box__icon {
  width: 18px;
}
.fb-carousel-box__link-text {
  margin: 0;
  color: white;
  font-size: 1rem;
  text-align: left;
}
.fb-carousel-box__link {
  z-index: 1;
}

.latest-events__top {
  padding-bottom: 32px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .latest-events__top {
    padding-bottom: 40px;
  }
}
.latest-events__top-title {
  color: black !important;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 8px;
  font-family: "editorial-new", serif;
}
@media print, screen and (min-width: 40em) {
  .latest-events__top-title {
    font-size: 1.625rem;
    margin-bottom: 12px;
  }
}
.latest-events__title {
  font-size: 2.25rem;
  font-family: "polysans", serif;
  color: #0028E6;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .latest-events__title {
    font-size: 2.875rem;
  }
}
.latest-events__container {
  position: relative;
}
.latest-events__events {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1008px;
}
.latest-events__events .slick-next,
.latest-events__events .slick-prev {
  width: 40px;
  height: 40px;
  transform: none;
}
.latest-events__events .slick-next:before,
.latest-events__events .slick-prev:before {
  background: url(/images/components/feature-box-carousel/arrow-right-dark.svg);
}
.latest-events__events .slick-next.slick-disabled:before,
.latest-events__events .slick-prev.slick-disabled:before {
  opacity: 0.75;
}
.latest-events__events .slick-prev {
  left: 50% !important;
  transform: translateX(calc(-50% - 28px));
}
@media print, screen and (max-width: 63.99875em) {
  .latest-events__events .slick-prev {
    top: initial;
    bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .latest-events__events .slick-prev {
    top: initial;
    bottom: -60px;
  }
}
.latest-events__events .slick-next {
  left: 50% !important;
  transform: translateX(calc(-50% + 28px));
}
@media print, screen and (max-width: 63.99875em) {
  .latest-events__events .slick-next {
    top: initial;
    bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .latest-events__events .slick-next {
    top: initial;
    bottom: -60px;
  }
}
.latest-events__events-wrapper {
  position: relative;
  padding: 0px;
}
@media screen and (min-width: 64em) {
  .latest-events__events-wrapper {
    padding: 0px 0px 60px;
  }
}
.latest-events__emoji {
  position: absolute;
  top: -36px;
  right: calc(36% + 22px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #4B48C9;
}
.latest-events__emoji-laptop {
  width: 40px;
}
.latest-events__items {
  display: flex;
}

@media print, screen and (max-width: 63.99875em) {
  .l-event {
    padding-bottom: 60px;
  }
}
.l-event__inner {
  background: #FFF000;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .l-event__inner {
    flex-direction: row;
  }
}
.l-event__image-col {
  position: relative;
  background: grey;
}
@media print, screen and (max-width: 63.99875em) {
  .l-event__image-col {
    aspect-ratio: 350/196;
    order: -1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 64em) {
  .l-event__image-col {
    min-width: 36%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.l-event__image-col:hover .l-event__image-wrapper {
  transform: scale(1.01);
  opacity: 0.95;
}
.l-event__image-wrapper {
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
@media screen and (min-width: 64em) {
  .l-event__image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.l-event__image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (min-width: 64em) {
  .l-event__image {
    border-top-right-radius: 24px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 24px;
  }
}
.l-event__content-col {
  display: flex;
  padding: 28px 20px;
  color: white;
  text-align: left;
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .l-event__content-col {
    padding: 64px 54px 64px 64px;
    gap: 28px;
  }
}
.l-event__date {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background: white;
  border-radius: 8px;
}
@media screen and (min-width: 64em) {
  .l-event__date {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}
.l-event__date-num {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: -2px auto -9px;
  font-family: "polysans", serif;
  color: #0028E6 !important;
}
@media screen and (min-width: 64em) {
  .l-event__date-num {
    font-size: 2rem;
    margin: 0 auto -8px;
  }
}
.l-event__date-month {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #0028E6 !important;
  font-weight: 500;
  margin: 0 auto;
}
.l-event__details {
  font-style: 1rem;
  margin: 0 0 7px;
  color: black !important;
}
.l-event__details i {
  color: #F55350;
  text-decoration: none;
  font-style: normal;
}
.site-aifsProgrammes .l-event__details i {
  color: #4B48C9;
}
.l-event__title {
  font-size: 1.25rem;
  font-family: "polysans", serif;
  color: #0028E6 !important;
  line-height: 130%;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .l-event__title {
    font-size: 1.75rem;
  }
}
.l-event__title:hover {
  color: #0020B8;
}
.l-event__abstract {
  margin: 7px 0 0;
  font-size: 0.875rem;
  color: black !important;
}
@media screen and (min-width: 64em) {
  .l-event__abstract {
    font-size: 1rem;
  }
}
.l-event__button {
  margin: 20px 0 0 !important;
}

.f-stories__top {
  padding-bottom: 40px;
  text-align: center;
}
.f-stories__top-title {
  color: black;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 8px;
  font-family: "editorial-new", serif;
}
@media print, screen and (min-width: 40em) {
  .f-stories__top-title {
    font-size: 1.625rem;
    margin-bottom: 12px;
  }
}
.f-stories__title {
  font-size: 2rem;
  margin: 0 auto;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media print, screen and (min-width: 40em) {
  .f-stories__title {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .f-stories__container {
    padding-left: 18px !important;
  }
}
@media screen and (max-width: 950px) {
  .f-stories__container {
    padding: 0;
  }
}
.f-stories__content-wrapper {
  position: relative;
  min-height: 375px;
}
@media print, screen and (max-width: 39.99875em) {
  .f-stories__content-wrapper {
    padding-top: 32px;
  }
}
.f-stories__sq {
  background: #FFF000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(50% + 120px);
  height: 100%;
  border-radius: 0 24px 24px 0;
  min-width: 290px;
}
.f-stories__items {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .f-stories__items {
    padding: 80px 0;
  }
}
.f-stories__items .slick-track {
  display: flex;
  justify-content: center;
}

.f-story {
  aspect-ratio: 1/1;
  border-radius: 24px;
  text-decoration: none;
  min-height: 312px !important;
  max-width: 312px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  text-align: left;
  flex-direction: column;
  background: grey;
  justify-content: end;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
}
.f-story:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .f-story {
    margin-right: 32px;
    min-height: 384px;
    max-width: 384px;
  }
  .f-story:last-child {
    margin-right: 0;
  }
}
.f-story:hover .f-story__image {
  transform: scale(1.05);
  filter: brightness(95%);
}
.f-story__text-box {
  background-color: #F4F4F4 !important;
  background: #F4F4F4 !important;
  justify-content: space-between !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 64em) {
  .f-story__text-box {
    padding-top: 40px !important;
  }
}
.f-story__text-box a {
  width: -moz-fit-content;
  width: fit-content;
}
.f-story__text-box .f-story__title {
  color: #0028E6;
  font-size: 1.5rem;
  font-family: "polysans", serif;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .f-story__text-box .f-story__title {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }
}
.f-story__text-box .f-story__location {
  color: black;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .f-story__text-box .f-story__location {
    font-size: 0.875rem;
  }
}
.f-story__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
.f-story__content {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 28px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .f-story__content {
    padding: 84px 32px 32px 32px;
  }
}
.f-story__title {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin: 0;
}
.f-story__location {
  color: #FFF000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 8px 0 0;
  font-weight: 500;
}

.cost-boxes__wrapper {
  overflow: hidden;
}
.cost-boxes__grid {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .cost-boxes__grid {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0px;
    gap: 20px;
  }
}
@media screen and (min-width: 75em) {
  .cost-boxes__grid {
    gap: 32px;
  }
}
.cost-boxes__disclaimer {
  font-size: 0.875rem;
}
.cost-boxes__disclaimer p:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .cost-boxes__disclaimer {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 75em) {
  .cost-boxes__disclaimer {
    margin-top: 32px;
  }
}

@media screen and (min-width: 64em) {
  .cost-box__cell {
    max-width: 385px;
    width: 100%;
    flex: 1 1 385px;
  }
}
.cost-box__cell-one {
  max-width: 800px;
}
.cost-box__card {
  background-color: #F4F4F4;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 24px;
  gap: 15px;
}
@media print, screen and (min-width: 40em) {
  .cost-box__card {
    padding: 40px 28px;
    border-radius: 24px;
    gap: 15px;
  }
}
.cost-box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cost-box__content {
  flex-grow: 1;
}
.cost-box__content-one .cost-box__bullets {
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .cost-box__content-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.cost-box__footer {
  display: flex;
}
.cost-box__category {
  background-color: #FFF000;
  color: black;
  border-radius: 100px;
  font-size: 0.875rem;
  font-family: "polysans", serif;
  height: 33px;
  line-height: 160%;
  padding: 6px 10px;
}
.cost-box__price {
  font-size: 2.25rem;
  line-height: 120%;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media print, screen and (min-width: 40em) {
  .cost-box__price {
    font-size: 2.5rem;
    line-height: 130%;
  }
}
.cost-box__copy {
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
}
.cost-box__copy p, .cost-box__copy span {
  font-size: 0.875rem;
  line-height: 21px;
}
@media print, screen and (min-width: 40em) {
  .cost-box__copy {
    text-align: left;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
  }
  .cost-box__copy p, .cost-box__copy span {
    font-size: 0.875rem;
    line-height: 21px;
  }
}
.cost-box__bullets {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  font-size: 0.875rem;
  line-height: 21px;
  gap: 12px;
}
@media print, screen and (min-width: 40em) {
  .cost-box__bullets {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    gap: 12px;
  }
}
.cost-box__bullet-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.cost-box__bullet-item svg {
  min-width: 24px;
  min-height: 24px;
}
.cost-box__bullet-item span {
  flex-grow: 1;
}
@media print, screen and (min-width: 40em) {
  .cost-box__bullet-item svg {
    min-width: 24px;
    min-height: 24px;
  }
}
.cost-box__button {
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 40em) {
  .button.cost-box__button {
    margin-top: 0.9375rem;
  }
}

.statistics {
  padding-left: 32px;
  padding-right: 32px;
}
.statistics__inner {
  background-color: #FFF000;
  border-radius: 24px;
  padding: 2rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .statistics__inner {
    padding: 6.25rem 0;
  }
}
.statistics__woman {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 2;
}
.statistics__woman img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 64em) {
  .statistics__woman img {
    height: 90%;
  }
}
.statistics__title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-direction: column;
  margin-bottom: 1.25rem;
  z-index: 3;
}
@media screen and (min-width: 64em) {
  .statistics__title-container {
    margin-bottom: 2.5rem;
  }
}
.statistics__top-title {
  font-family: "editorial-new", serif;
  text-align: center;
  color: #0028E6 !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .statistics__top-title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.statistics__title {
  color: #0028E6;
  font-family: "polysans", serif;
  text-align: center;
  font-size: 2rem;
  line-height: 2.375rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .statistics__title {
    font-size: 3rem;
    line-height: 3.5625rem;
  }
}
.statistics__grid {
  display: grid;
  grid-template-columns: repeat(1fr, minmax(0, 1fr));
  justify-content: center;
  grid-gap: 32px;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 64em) {
  .statistics__grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 300px));
  }
}
.statistics__grid-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
.statistics__entry-title {
  font-family: "editorial-new", serif;
  color: #0028E6;
  text-align: center;
  font-size: 2rem;
  line-height: 120%;
}
@media screen and (min-width: 64em) {
  .statistics__entry-title {
    font-size: 2.875rem;
  }
}
.statistics__entry-copy {
  font-family: "inter", sans-serif;
  color: #002C50;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .statistics__entry-copy {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .statistics__entry-copy {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-align: center;
    width: 100%;
  }
}
.statistics--colored .statistics__inner {
  background-color: #4B48C9;
}
.statistics--colored .statistics__title {
  color: #ffffff;
}
.statistics--colored .statistics__entry-title {
  color: #FFBF0D;
}
.statistics--colored .statistics__entry-copy {
  color: #ffffff;
}

.events {
  padding-top: 104px !important;
  padding-bottom: 32px !important;
  background-color: #FFF000;
}
@media screen and (min-width: 64em) {
  .events {
    padding-top: 152px !important;
    padding-bottom: 100px !important;
  }
}
.events__copy li, .events__copy ul {
  line-height: 150%;
}
.events__copy p a:hover {
  color: #0028E6;
}
.events__info-strip-outer {
  background-color: #FFF000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.events__info-strip {
  max-width: 736px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 32px;
}
@media screen and (min-width: 64em) {
  .events__info-strip {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1216px;
    padding: 60px 0px;
  }
}
.events__info-strip--tile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.events__info-strip--tile:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.events__info-strip--tile:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (min-width: 64em) {
  .events__info-strip--tile {
    justify-content: center;
    border-bottom: none !important;
  }
  .events__info-strip--tile:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.events__info-strip--icon {
  height: 100%;
}
.events__info-strip--icon img {
  max-width: 40px;
}
@media screen and (min-width: 64em) {
  .events__info-strip--icon img {
    max-width: 56px;
  }
}
.events__info-strip--heading {
  font-size: 1.25rem;
  color: #0028E6;
  font-family: "polysans", serif;
  line-height: 130%;
  margin-bottom: 0px;
}
.events__info-strip--copy {
  margin-bottom: 0px;
}
.events__inner {
  background: #002C50;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .events__inner {
    flex-direction: row;
  }
}
.events__outer {
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  .events__outer {
    max-width: 800px;
  }
}
@media screen and (min-width: 64em) {
  .events__outer {
    flex-direction: row;
    gap: 31px;
    align-items: center;
    justify-content: space-evenly;
  }
}
.events__image-wrapper {
  border-radius: 24px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  .events__image-wrapper {
    order: 1;
  }
}
.events__image {
  border: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events__content-col {
  color: #002C50;
  text-align: left;
}
@media print, screen and (max-width: 63.99875em) {
  .events__content-col {
    order: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .events__content-col {
    max-width: 591px;
  }
}
.events__date {
  width: 86px;
  height: 36px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0028E6;
  background-color: white;
  font-family: "polysans", serif;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .events__date {
    flex-direction: column;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    margin-bottom: 14px;
  }
}
.events__date-num {
  font-size: 1.75rem;
  line-height: 1.4;
  margin: -4px auto -4px;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .events__date-num {
    font-size: 2.25rem;
    margin: 0 auto -8px;
  }
}
.events__date-month {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 auto;
}
.events__details {
  font-style: 1rem;
  margin: 0 0 7px;
}
.events__details i {
  color: #002C50;
  text-decoration: none;
  font-style: normal;
}
.events__title {
  font-size: 1.75rem;
  line-height: 36.4px;
  font-family: "polysans", serif;
  margin: 0;
  color: #0028E6;
}
@media screen and (min-width: 64em) {
  .events__title {
    font-size: 3rem;
    line-height: 57.6px;
  }
}
.events__abstract {
  margin: 7px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .events__abstract {
    font-size: 1rem;
  }
}
.events__button {
  margin: 20px 0 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .events__copy-outer {
    padding-top: 64px;
  }
}
.events__copy {
  text-align: left;
  max-width: 800px;
  margin: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .events__copy {
    margin: auto;
  }
}
.events__copy p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 64em) {
  .events__copy p:last-of-type {
    margin-bottom: 1.25rem;
  }
}
.events__copy h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .events__copy h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.events__copy h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .events__copy h2 {
    font-size: 1.75rem;
    line-height: 2.4375rem;
  }
}
.events__copy h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .events__copy h3 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }
}
.events__copy h4 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .events__copy h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.events__copy h1, .events__copy h2, .events__copy h3, .events__copy h4, .events__copy h5, .events__copy h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.events__copy h1:first-of-type, .events__copy h2:first-of-type, .events__copy h3:first-of-type, .events__copy h4:first-of-type, .events__copy h5:first-of-type, .events__copy h6:first-of-type {
  margin-top: 0;
}
.events__copy ul, .events__copy ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
}
.events__copy ul li, .events__copy ol li {
  position: relative;
  padding-left: 60px;
  display: flex;
  align-items: center;
  min-height: 48px;
}
.events__copy li:has(> span.padding-bottom) {
  margin-bottom: 12px;
}
.events__copy ul li::before, .events__copy ol li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/images/components/event-listing/bullet-tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.events__copy-tile {
  background-color: #F4F4F4;
  border-radius: 24px;
  margin-top: 64px;
  max-width: 800px;
  margin: 32px auto 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .events__copy-tile {
    margin: 32px auto 0px;
    flex-direction: row;
  }
}
.events__copy-tile h4 {
  font-size: 1.375rem;
  line-height: 33.6px;
  font-family: "polysans", serif;
  color: #0028E6;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .events__copy-tile h4 {
    font-size: 1.75rem;
  }
}
.events__copy-tile p {
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
}
.events__copy-tile--content {
  padding: 20px;
  order: 2;
}
@media screen and (min-width: 64em) {
  .events__copy-tile--content {
    padding: 32px;
    order: 1;
  }
}
.events__copy-tile--button-wrapper {
  display: flex;
}
.events__copy-tile--image-wrapper {
  overflow: hidden;
  order: 1;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
@media screen and (min-width: 64em) {
  .events__copy-tile--image-wrapper {
    order: 2;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.events__copy-tile--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.vacancy-listing__top-title {
  font-family: "editorial-new", serif;
  color: black;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__top-title {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.vacancy-listing__tint {
  position: absolute;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 110px, rgba(0, 0, 0, 0) 60%);
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.vacancy-listing__title {
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 2rem;
  line-height: 38.4px;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__title {
    font-size: 2.875rem;
    line-height: 55.2px;
    margin-bottom: 40px;
  }
}
.vacancy-listing__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 1216px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__grid {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (min-width: 64em) {
  .vacancy-listing__grid {
    gap: 32px;
  }
}
.vacancy-listing__grid-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__grid-col {
    gap: 28px;
  }
}
.vacancy-listing__entry-col-image {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  order: 1;
  aspect-ratio: 1.5/1;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry-col-image {
    aspect-ratio: 1/1;
    min-width: 280px;
    order: 2;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    border-top-left-radius: 0px;
  }
}
.vacancy-listing__entry-col-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacancy-listing__entry-col-image:hover img {
  transform: scale(1.01);
  filter: brightness(95%);
}
.vacancy-listing__entry-title-col {
  text-decoration: none;
}
.vacancy-listing__entry-title-col:hover {
  color: #0020B8;
}
.vacancy-listing__entry-col-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry-col-content {
    order: 1;
    padding: 16px 32px;
  }
}
.vacancy-listing__entry-col-content .vacancy-listing__button {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 130%;
  border-radius: 100px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.vacancy-listing__entry-copy-col {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}
.vacancy-listing__entry-copy-col p {
  margin-bottom: 0px;
}
.vacancy-listing__entry-position-col {
  background-color: #FFF000;
  color: black;
  font-family: "polysans", serif;
  font-size: 0.875rem;
  line-height: 150%;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 100px;
  margin-bottom: 0px;
}
.vacancy-listing__entry-title-col {
  font-size: 1.5rem;
  font-family: "polysans", serif;
  line-height: 130%;
  color: #0028E6;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry-title-col {
    font-size: 2.125rem;
  }
}
.vacancy-listing__entry-col {
  background-color: #E9E9E9;
  display: flex;
  max-width: 1080px;
  margin: auto;
  border-radius: 16px;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry-col {
    flex-direction: row;
    border-radius: 24px;
  }
}
.vacancy-listing__entry {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 24px;
  transition: transform 0.2s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .vacancy-listing__entry {
    min-height: 262px;
  }
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry {
    aspect-ratio: 1/1;
    max-width: 384px;
  }
}
.vacancy-listing__entry:hover, .vacancy-listing__entry:focus, .vacancy-listing__entry:active {
  transform: scale(1.02);
  opacity: 0.9;
}
.vacancy-listing__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.vacancy-listing__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .vacancy-listing__text {
    bottom: 32px;
    left: 32px;
    padding-right: 32px;
  }
}
.vacancy-listing__entry-title {
  color: white;
  font-family: "inter", sans-serif;
  line-height: 33.6px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .vacancy-listing__entry-title {
    font-size: 1.25rem;
    line-height: 27.5px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 64em) {
  .vacancy-listing__entry-title {
    font-size: 1.5rem;
    line-height: 31.2px;
  }
}
.vacancy-listing__entry-position {
  color: #FFBF0D;
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: left;
}

.vacancies {
  padding-bottom: 64px !important;
}
.vacancies__copy-wrapper {
  padding-top: 64px !important;
}
.vacancies__top-container {
  margin-bottom: 50px;
}
.vacancies__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 120%;
  max-width: 800px;
  margin: 0px auto 12px;
}
@media print, screen and (min-width: 40em) {
  .vacancies__title {
    font-size: 2.875rem;
  }
}
.vacancies__abstract {
  font-size: 1rem;
  line-height: 21px;
  font-family: "inter", sans-serif;
  font-weight: 400;
  margin: 0px auto 16px;
  max-width: 800px;
  color: black;
}
@media print, screen and (min-width: 40em) {
  .vacancies__abstract {
    line-height: 24px;
    margin: 0px auto 20px;
  }
}
.vacancies__button-wrapper {
  max-width: 800px;
  margin: auto;
  display: flex;
}
.vacancies__copy {
  text-align: left;
  max-width: 800px;
  font-family: "inter", sans-serif;
  margin: 0 auto;
  color: black;
}
.vacancies__copy figure {
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy figure {
    margin-bottom: 40px;
  }
}
.vacancies__copy img {
  border-radius: 24px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy img {
    max-width: 800px;
  }
}
.vacancies__copy figcaption {
  color: black;
  font-size: 0.75rem;
  line-height: 19.2px;
  font-family: "inter", sans-serif;
  font-style: normal;
}
.vacancies__copy ul {
  margin-bottom: 24px;
}
.vacancies__copy ul li {
  line-height: 24px;
}
.vacancies__copy ol li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  line-height: 24px;
}
.vacancies__copy ol li:before {
  font-weight: 400;
}
.vacancies__copy p {
  font-family: "inter", sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.vacancies__copy h2, .vacancies__copy h3, .vacancies__copy h4, .vacancies__copy h5 {
  margin: 0 0 8px;
  color: #0028E6;
  font-family: "polysans", serif;
}
.vacancies__copy h2 {
  font-size: 1.75rem;
  line-height: 39.2px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy h2 {
    font-size: 2rem;
    line-height: 44.8px;
  }
}
.vacancies__copy h3 {
  font-size: 1.5rem;
  line-height: 33.6px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy h3 {
    font-size: 1.75rem;
    line-height: 39.2px;
  }
}
.vacancies__copy h4 {
  font-size: 1.25rem;
  line-height: 28px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy h4 {
    font-size: 1.5rem;
    line-height: 33.6px;
  }
}
.vacancies__copy h5 {
  font-size: 1.125rem;
  line-height: 25.2px;
}
@media screen and (min-width: 64em) {
  .vacancies__copy h5 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.vacancies__copy blockquote {
  margin: 64px 0;
  padding: 0;
  border: 0;
  font-family: "inter", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .vacancies__copy blockquote {
    margin-left: -10%;
    width: 135%;
    max-width: 135%;
  }
}
.vacancies__copy blockquote em {
  font-style: italic;
}
.vacancies__copy blockquote p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 36px;
  color: #002C50;
}
@media screen and (min-width: 64em) {
  .vacancies__copy blockquote p {
    font-size: 2rem;
    line-height: 44.8px;
  }
}
.vacancies__copy blockquote p:last-child {
  margin: 0;
  font-family: "inter", sans-serif;
  font-size: 0.875rem;
  line-height: 19.6px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.vacancies__copy blockquote p:last-child:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
}
.vacancies__small-print {
  font-size: 0.875rem;
  line-height: 21px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto 0px;
}
.vacancies__small-print p {
  margin-bottom: 0px;
}

.campaign-form button {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.75rem 20px 0.8125rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 23px;
  text-transform: none;
  background-color: transparent;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  color: white;
  background: #0028E6;
}
.campaign-form__wrapper {
  padding-top: 0px;
}
.campaign-form__image-wrapper {
  max-width: 1360px;
  width: 100%;
  border-radius: 24px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .campaign-form__image-wrapper {
    aspect-ratio: 2/1;
    overflow: hidden;
  }
}
.campaign-form__image-wrapper img {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media print, screen and (min-width: 40em) {
  .campaign-form__image-wrapper img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 64em) {
  .campaign-form__image-wrapper img {
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.campaign-form__top-text {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.campaign-form__small-print {
  text-align: left;
  margin-bottom: 16px;
  font-size: 0.75rem;
  line-height: 18px;
}
.campaign-form__form {
  background-color: #F4F4F4;
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  .campaign-form__form {
    max-width: 492px;
    position: absolute;
    border-radius: 24px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 75em) {
  .campaign-form__form {
    right: 72px;
    max-width: 592px;
    padding: 40px;
  }
}
.campaign-form__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign-form__container input, .campaign-form__container select {
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  height: 54px;
  padding-left: 20px !important;
}
.campaign-form__container input:active, .campaign-form__container input:focus, .campaign-form__container input:hover, .campaign-form__container select:active, .campaign-form__container select:focus, .campaign-form__container select:hover {
  border-radius: 10px;
  border: 1px solid #D2D2D2;
}
.campaign-form__container select {
  background-image: url(/images/components/event-listing/arrow.svg);
  background-size: 17.5px;
  background-position: right -20px top 20px;
}
.campaign-form #phone {
  padding-left: 60px !important;
}
.campaign-form__country-outer {
  position: relative;
}
.campaign-form__country-outer select {
  padding-left: 20px !important;
  margin-bottom: 0px;
  padding-top: 16px;
  background-color: white !important;
}
.campaign-form__country-outer select:hover {
  background-color: white !important;
}
.campaign-form__country-outer select:active {
  background-color: white !important;
}
.campaign-form__country-outer select:not(:-internal-select-author-button) {
  background-color: white !important;
}
.campaign-form__country-outer label {
  display: none;
}
.campaign-form input {
  background-color: white !important;
  margin-bottom: 0px;
}
.campaign-form__country {
  grid-column: span 4;
}
@media (min-width: 860px) {
  .campaign-form__country {
    grid-column: span 2;
  }
}
.campaign-form__country select {
  background-color: white !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  margin-bottom: 0px;
  cursor: pointer;
}
.campaign-form__country select:hover {
  background-color: white !important;
}
.campaign-form__country select:active {
  background-color: white !important;
}
.campaign-form__country select:not(:-internal-select-author-button) {
  background-color: white !important;
}
.campaign-form__country label {
  display: none;
}
.campaign-form__country-code {
  padding: 17px 10px 0px 10px;
  position: absolute;
  left: 10px;
  top: 6px;
}
.campaign-form__phone-outer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.campaign-form__phone {
  position: relative;
  grid-column: span 8;
  display: flex;
}
@media (min-width: 860px) {
  .campaign-form__phone {
    grid-column: span 10;
  }
}
.campaign-form__phone input {
  height: 54px;
  padding-top: 14px !important;
}
.campaign-form__phone label {
  display: none;
}
.campaign-form__fields {
  margin-bottom: 12px;
  height: 54px !important;
  padding: 0px 0px 0px 60px !important;
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.campaign-form__fields-label {
  left: 10px !important;
}

.featured-event {
  position: relative;
  margin: 0px auto 120px;
  align-items: center;
  padding: 0px 8px;
}
@media print, screen and (min-width: 40em) {
  .featured-event {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 64em) {
  .featured-event {
    margin-bottom: 0px;
    padding: 0px 20px;
  }
}
.featured-event__image-outer-wrapper {
  border-radius: 24px;
  margin: auto;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-event__image-outer-wrapper {
    aspect-ratio: 1/1;
    min-height: 343px;
    height: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-event__image-outer-wrapper {
    height: 540px;
  }
}
.featured-event__wrapper {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-event__wrapper {
    padding-bottom: 32px;
  }
}
.featured-event img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
}
.featured-event__width {
  width: 100%;
  position: absolute;
  height: auto;
  min-height: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: -120px;
}
@media print, screen and (min-width: 40em) {
  .featured-event__width {
    bottom: -60px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 64em) {
  .featured-event__width {
    max-width: 1008px;
    top: 108px;
    bottom: 0px;
  }
}
.featured-event__inner {
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #D2E8EF;
  margin: 0px 8px;
}
@media screen and (min-width: 64em) {
  .featured-event__inner {
    flex-direction: row;
    max-width: 593px;
    margin: 0px;
    width: 100%;
    margin: 0px 20px;
  }
}
.featured-event__image-col {
  position: relative;
  background: grey;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-event__image-col {
    aspect-ratio: 350/196;
    height: auto;
    order: -1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 64em) {
  .featured-event__image-col {
    min-width: 36%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 64em) {
  .featured-event__image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.featured-event__image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (min-width: 64em) {
  .featured-event__image {
    border-top-right-radius: 24px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 24px;
  }
}
.featured-event__content-col {
  padding: 20px;
  color: #002C50;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .featured-event__content-col {
    display: flex;
    padding: 40px;
    gap: 28px;
  }
}
.featured-event__date {
  width: 86px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F55350;
  color: white;
  border-radius: 8px;
  margin-bottom: 6px;
}
.site-hostFamilies .featured-event__date {
  background-color: white;
  color: #002C50;
}
@media screen and (min-width: 64em) {
  .featured-event__date {
    width: 36px;
    aspect-ratio: 1/1;
    flex-direction: column;
    width: 60px;
    margin-bottom: 0px;
    height: 60px;
    border-radius: 12px;
  }
}
.featured-event__date-num {
  font-size: 1.75rem;
  line-height: 1.4;
  margin: -9px 0px -9px;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media screen and (min-width: 64em) {
  .featured-event__date-num {
    font-size: 2rem;
    margin: 0 auto -8px;
  }
}
.featured-event__date-month {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "polysans", serif;
  margin: 0px;
}
@media screen and (min-width: 64em) {
  .featured-event__date-month {
    font-size: 0.75rem;
    margin: 0 auto;
  }
}
.featured-event__details {
  font-style: 1rem;
  margin: 0 0 7px;
}
.featured-event__details i {
  color: #F55350;
  text-decoration: none;
  font-style: normal;
}
.site-aifsProgrammes .featured-event__details i {
  color: #4B48C9;
}
.featured-event__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  color: #4B48C9;
}
@media screen and (min-width: 64em) {
  .featured-event__title {
    font-size: 1.5rem;
  }
}
.site-aifsProgrammes .featured-event__title {
  font-family: "Shrikhand", serif;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .site-aifsProgrammes .featured-event__title {
    font-size: 1.75rem;
  }
}
.featured-event__abstract {
  margin: 7px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .featured-event__abstract {
    font-size: 1rem;
  }
}
.featured-event__button {
  margin: 20px 0 0 !important;
}

.events-listing-filters {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}
@media print, screen and (max-width: 39.99875em) {
  .events-listing-filters {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.events-listing-filters__button {
  border: 1px solid #D2D2D2;
  border-radius: 24px;
  padding: 10px 16px;
  font-family: "polysans", serif;
  font-size: 0.875rem;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 64em) {
  .events-listing-filters__button {
    font-size: 1rem;
  }
}
.events-listing-filters__button.active {
  background-color: #FFF000;
  border: none;
}
.events-listing-filters__button:hover {
  background-color: #0028E6;
  color: white;
}
.events-listing-filters__select {
  max-width: 384px;
  cursor: pointer;
  border-radius: 10px;
  border: 0.5px solid #90C6D9;
  color: #002C50;
  background-image: url(/images/components/event-listing/arrow.svg);
  background-size: 17.5px;
  margin-bottom: 0px;
}
.events-listing-filters__select:active, .events-listing-filters__select:focus {
  border: 0.5px solid #90C6D9;
}
.events-listing-filters form {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 64em) {
  .events-listing-filters form {
    margin-bottom: 40px;
    gap: 20px;
  }
}

.events-listing {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .events-listing {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.events-listing__block {
  background-color: #EEF6F9;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.events-listing__events-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.events-listing__entries {
  max-width: 1008px;
}
.events-listing__button-wrapper {
  max-width: 1008px;
  position: relative;
  z-index: 2;
  margin: 32px 0px 0px 12px;
}
@media print, screen and (min-width: 40em) {
  .events-listing__button-wrapper {
    margin: 32px 0px 0px 17px;
  }
}
@media screen and (min-width: 64em) {
  .events-listing__button-wrapper {
    margin: 40px auto 0px;
  }
}
.event {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .event {
    padding-bottom: 32px;
  }
}
.event__inner {
  background: #F4F4F4;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .event__inner {
    flex-direction: row;
  }
}
.event__image-col {
  position: relative;
  background: grey;
}
@media print, screen and (max-width: 63.99875em) {
  .event__image-col {
    aspect-ratio: 350/196;
    height: auto;
    order: -1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 64em) {
  .event__image-col {
    min-width: 36%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.event__image-col:hover .event__image-wrapper {
  transform: scale(1.01);
  opacity: 0.95;
}
.event__image-wrapper {
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
@media screen and (min-width: 64em) {
  .event__image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.event__image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (min-width: 64em) {
  .event__image {
    border-top-right-radius: 24px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 24px;
  }
}
.event__content-col {
  padding: 28px 20px;
  color: black;
  text-align: left;
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .event__content-col {
    display: flex;
    padding: 64px 54px 64px 64px;
    gap: 28px;
  }
}
.event__date {
  width: 86px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: white;
  border-radius: 8px;
  margin-bottom: 6px;
  gap: 2px;
}
@media screen and (min-width: 64em) {
  .event__date {
    flex-direction: column;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}
.event__date-num {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: -9px 0px -9px;
  font-family: "polysans", serif;
  color: #0028E6 !important;
}
@media screen and (min-width: 64em) {
  .event__date-num {
    font-size: 2.125rem;
    margin: 0 auto -8px;
  }
}
.event__date-month {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0px;
  color: #0028E6 !important;
}
@media screen and (min-width: 64em) {
  .event__date-month {
    font-weight: 500;
    margin: 0 auto;
  }
}
.event__details {
  font-style: 1rem;
  margin: 0px;
}
@media screen and (min-width: 64em) {
  .event__details {
    margin: 0 0 7px;
  }
}
.event__details i {
  color: #002C50;
  text-decoration: none;
  font-style: normal;
}
.event__title {
  font-size: 1.5rem;
  font-family: "polysans", serif;
  line-height: 130%;
  margin: 0;
  color: #0028E6 !important;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .event__title {
    font-size: 1.75rem;
  }
}
.event__title:hover {
  color: #0020B8;
}
.event__top-date-loc {
  display: flex;
  gap: 8px;
  align-items: center;
}
.event__abstract {
  margin: 7px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .event__abstract {
    font-size: 1rem;
  }
}
.event__button {
  margin: 12px 0 0 !important;
}
@media screen and (min-width: 64em) {
  .event__button {
    margin: 20px 0 0 !important;
  }
}

.event:last-child {
  padding-bottom: 0px;
}

.feature-callout__outer {
  height: 175px;
  position: relative;
  width: 350px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__outer {
    height: 245px;
    width: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .feature-callout__outer {
    height: 323px;
    width: 100%;
  }
}
.feature-callout__ohyeah {
  max-width: 350px;
  background-color: #4B48C9;
  font-family: "Shrikhand", serif;
  color: white;
  font-size: 60px;
  line-height: 68px;
  border-radius: 100px;
  padding: 34px 30px;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__ohyeah {
    max-width: 630px;
    font-size: 100px;
    line-height: 88px;
    padding: 40px 44px;
  }
}
@media screen and (min-width: 64em) {
  .feature-callout__ohyeah {
    max-width: 847px;
    font-size: 160px;
    line-height: 168px;
    padding: 40px 44px;
    border-radius: 120px;
  }
}
.feature-callout__ohyeah-button-sb {
  display: block;
}
.feature-callout__ohyeah-button-mb {
  display: none;
}
.feature-callout__ohyeah-inner {
  position: relative;
}
.feature-callout__ohyeah-inner img {
  position: absolute;
  bottom: -20px;
  right: -30px;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__ohyeah-inner img {
    bottom: -28px;
    right: -40px;
  }
}
.feature-callout__emoji {
  position: absolute;
  bottom: 0px;
  left: 35px;
  max-width: 88px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__emoji {
    max-width: 185px;
    left: 0px;
  }
}
@media screen and (min-width: 64em) {
  .feature-callout__emoji {
    max-width: 266px;
    left: 20%;
  }
}
.feature-callout__emoji img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.feature-callout__aupair {
  position: absolute;
  top: 0px;
  left: -15px;
  max-width: 110px;
  background-color: #D2E8EF;
  padding: 8px 18px;
  border-radius: 100px;
  color: #002C50;
  font-size: 18px;
  line-height: 21px;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__aupair {
    max-width: 190px;
    font-size: 32px;
    padding: 14px 32px;
    line-height: 30px;
  }
}
@media screen and (min-width: 64em) {
  .feature-callout__aupair {
    max-width: 311px;
    left: 10%;
    font-size: 60px;
    padding: 12px 32px;
    line-height: 58px;
  }
}
.feature-callout__aupair-inner {
  position: relative;
}
.feature-callout__aupair-inner img {
  position: absolute;
  bottom: -15px;
  left: -40px;
  transform: scaleX(-1);
}
@media print, screen and (min-width: 40em) {
  .feature-callout__aupair-inner img {
    left: -45px;
  }
}
.feature-callout__big {
  position: absolute;
  right: 10px;
  max-width: 266px;
  background-color: #D2E8EF;
  padding: 6px 18px;
  border-radius: 100px;
  color: #4B48C9;
  font-size: 14px;
  line-height: 21px;
}
@media print, screen and (max-width: 39.99875em) {
  .feature-callout__big {
    bottom: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .feature-callout__big {
    max-width: 300px;
    right: -15px;
    top: 0px;
  }
}
@media screen and (min-width: 64em) {
  .feature-callout__big {
    max-width: 411px;
    right: 10%;
    font-size: 20px;
    padding: 10px 28px;
    line-height: 30px;
  }
}
.feature-callout__big-inner {
  position: relative;
}
.feature-callout__big-inner img {
  position: absolute;
  bottom: -15px;
  right: -30px;
}
@media print, screen and (min-width: 40em) {
  .feature-callout__big-inner img {
    bottom: -10px;
  }
}

.campaign-form-fw__hidden {
  display: none;
}
.campaign-form-fw__date-of-birth {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  max-width: 202px;
  gap: 4px;
  margin-left: 0px;
}
@media print, screen and (max-width: 63.99875em) {
  .campaign-form-fw__date-of-birth {
    max-width: none;
    justify-content: left;
  }
  .campaign-form-fw__date-of-birth .campaign-hero__day,
  .campaign-form-fw__date-of-birth .campaign-hero__month,
  .campaign-form-fw__date-of-birth .campaign-hero__year {
    width: 100%;
  }
}
.campaign-form-fw__date-of-birth span {
  width: 14px;
}
.campaign-form-fw__date-of-birth input {
  margin-bottom: 0px;
  text-align: center !important;
  font-size: 18px;
  height: 50px;
}
.campaign-form-fw__date-of-birth input:focus::-moz-placeholder {
  color: transparent;
}
.campaign-form-fw__date-of-birth input:focus::placeholder {
  color: transparent;
}
.campaign-form-fw__date-of-birth input::-moz-placeholder {
  text-align: center;
}
.campaign-form-fw__date-of-birth input::placeholder {
  text-align: center;
}
.campaign-form-fw__date-of-birth-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  margin-bottom: 4px;
  color: black;
}
.campaign-form-fw__day {
  width: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .campaign-form-fw__day {
    border: none;
  }
}
.campaign-form-fw__month {
  width: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .campaign-form-fw__month {
    border: none;
  }
}
.campaign-form-fw__year {
  width: 73px;
}
@media print, screen and (max-width: 63.99875em) {
  .campaign-form-fw__year {
    border: none;
  }
}
.campaign-form-fw__desktop-image {
  display: none;
}
@media (min-width: 860px) {
  .campaign-form-fw__desktop-image {
    display: block;
  }
}
.campaign-form-fw__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.campaign-form-fw button {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.75rem 20px 0.8125rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 23px;
  text-transform: none;
  background-color: transparent;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  color: white;
  background: #0028E6;
}
.campaign-form-fw__wrapper {
  padding-top: 0px;
}
.campaign-form-fw__image-wrapper {
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
}
@media (min-width: 860px) {
  .campaign-form-fw__image-wrapper {
    height: 100vh;
    max-height: 900px;
  }
}
@media screen and (min-width: 64em) {
  .campaign-form-fw__image-wrapper {
    overflow: hidden;
  }
}
.campaign-form-fw__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 60vh;
}
@media (min-width: 860px) {
  .campaign-form-fw__image-wrapper img {
    max-height: 900px;
  }
}
.campaign-form-fw__top-text {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.campaign-form-fw__small-print {
  text-align: left;
  margin-bottom: 16px;
  font-size: 0.75rem;
  line-height: 18px;
}
.campaign-form-fw__top-content {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 860px) {
  .campaign-form-fw__top-content {
    position: absolute;
    grid-template-columns: repeat(2, 1fr);
    top: 212px;
    width: 90%;
    max-width: 1216px;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.campaign-form-fw__mobile {
  display: block;
  position: relative;
  height: 60vh;
}
@media (min-width: 860px) {
  .campaign-form-fw__mobile {
    display: none !important;
  }
}
.campaign-form-fw__text {
  position: absolute;
  top: calc(50% + 42px);
  transform: translateY(-50%);
  margin: auto;
  padding: 0px 16px;
  z-index: 4;
}
.campaign-form-fw__text-subtitle {
  font-family: "editorial-new", serif;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 8px;
}
.campaign-form-fw__text-title {
  font-family: "polysans", serif;
  text-align: center;
  color: #FFF000;
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 8px;
}
.campaign-form-fw__text-abstract {
  color: white;
  text-align: center;
  line-height: 150%;
  font-weight: 500;
  font-size: 1rem;
}
.campaign-form-fw__mobile-image {
  display: block;
  z-index: 3;
  position: absolute;
}
.campaign-form-fw__left {
  max-width: 488px;
  text-align: center;
  margin: auto;
  display: none;
}
@media (min-width: 860px) {
  .campaign-form-fw__left {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .campaign-form-fw__left {
    text-align: left;
  }
}
.campaign-form-fw__left-subtitle {
  font-family: "editorial-new", serif;
  color: white;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .campaign-form-fw__left-subtitle {
    font-size: 1.625rem;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.campaign-form-fw__left-title {
  font-family: "polysans", serif;
  color: #FFF000;
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .campaign-form-fw__left-title {
    font-size: 4.5rem;
    line-height: 110%;
    margin-bottom: 12px;
  }
}
.campaign-form-fw__left-abstract {
  color: white;
  line-height: 150%;
  font-weight: 500;
  font-size: 1rem;
}
.campaign-form-fw__form {
  background-color: #F4F4F4;
  padding: 20px;
}
@media (min-width: 860px) {
  .campaign-form-fw__form {
    max-width: 592px;
    margin: auto;
    border-radius: 24px;
  }
}
@media screen and (min-width: 64em) {
  .campaign-form-fw__form {
    min-width: 592px;
  }
}
@media screen and (min-width: 75em) {
  .campaign-form-fw__form {
    padding: 40px;
  }
}
.campaign-form-fw__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign-form-fw__container input, .campaign-form-fw__container select {
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  height: 54px;
}
.campaign-form-fw__container input:active, .campaign-form-fw__container input:focus, .campaign-form-fw__container input:hover, .campaign-form-fw__container select:active, .campaign-form-fw__container select:focus, .campaign-form-fw__container select:hover {
  border-radius: 10px;
  border: 1px solid #D2D2D2;
}
.campaign-form-fw__container select {
  background-image: url(/images/components/event-listing/arrow.svg);
  background-size: 17.5px;
  background-position: right -20px top 20px;
  padding-left: 20px !important;
}
.campaign-form-fw__country-label {
  position: absolute;
  color: #0028E6 !important;
  font-size: 12px;
  top: 7px;
  font-family: "inter", sans-serif;
  font-weight: 400;
  left: 20px;
}
.campaign-form-fw__country-outer {
  position: relative;
}
.campaign-form-fw__country-outer select {
  margin-bottom: 0px;
  background-color: white !important;
  padding-left: 20px !important;
  padding-top: 16px;
}
.campaign-form-fw__country-outer select:hover {
  background-color: white !important;
}
.campaign-form-fw__country-outer select:active {
  background-color: white !important;
}
.campaign-form-fw__country-outer select:not(:-internal-select-author-button) {
  background-color: white !important;
}
.campaign-form-fw__country-outer label {
  display: none;
}
.campaign-form-fw input {
  background-color: white !important;
  margin-bottom: 0px;
}
.campaign-form-fw__country {
  grid-column: span 4;
}
@media (min-width: 860px) {
  .campaign-form-fw__country {
    grid-column: span 2;
  }
}
.campaign-form-fw__country select {
  background-color: white !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  margin-bottom: 0px;
}
.campaign-form-fw__country select:hover {
  background-color: white !important;
}
.campaign-form-fw__country select:active {
  background-color: white !important;
}
.campaign-form-fw__country select:not(:-internal-select-author-button) {
  background-color: white !important;
}
.campaign-form-fw__country label {
  display: none;
}
.campaign-form-fw__country-code {
  padding: 17px 10px 0px 10px;
  position: absolute;
  left: 10px;
  top: 6px;
}
.campaign-form-fw__phone-outer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.campaign-form-fw__phone {
  position: relative;
  grid-column: span 8;
  display: flex;
}
@media (min-width: 860px) {
  .campaign-form-fw__phone {
    grid-column: span 10;
  }
}
.campaign-form-fw__phone input {
  height: 54px;
  padding-top: 14px !important;
  border-width: 0.5px !important;
}
.campaign-form-fw__phone label {
  display: none;
}
.campaign-form-fw__fields {
  margin-bottom: 12px;
  height: 54px !important;
  padding: 0px 0px 0px 60px !important;
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.campaign-form-fw__fields-label {
  left: 10px !important;
}

.animated-checkbox {
  position: relative;
  margin: 1em 0;
  display: flex;
}

.animated-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: white;
  vertical-align: middle;
  transition: border-color 0.2s, background-color 0.2s;
}

.animated-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #0028E6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.animated-checkbox label {
  margin-left: 8px;
  cursor: pointer;
}

.team-listing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media print, screen and (min-width: 40em) {
  .team-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .team-listing__grid {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.team-listing__thumbnail-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
.team-listing__thumbnail-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team-listing__thumbnail-wrapper:hover {
  transform: scale(1.02);
  opacity: 0.95;
}
.team-listing__thumbnail-content {
  position: absolute;
  padding: 0px 10px 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  bottom: 0px;
  height: 114px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 64em) {
  .team-listing__thumbnail-content {
    padding: 0px 20px 20px;
  }
}
.team-listing__thumbnail-title {
  color: white;
  font-size: 1rem;
  font-family: "polysans", serif;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .team-listing__thumbnail-title {
    font-size: 1.5rem;
    line-height: 31.2px;
    margin-bottom: 8px;
  }
}
.team-listing__thumbnail-job-title {
  font-size: 0.75rem;
  line-height: 18px;
  margin-bottom: 0px;
  text-align: left;
  color: #FFF000 !important;
}
@media screen and (min-width: 64em) {
  .team-listing__thumbnail-job-title {
    font-size: 1rem;
    line-height: 24px;
  }
}

.team-listing-modal-tint {
  position: fixed;
  display: none;
  background-color: rgba(244, 244, 244, 0.9490196078);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.team-listing-modal {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  width: 100%;
  overflow-y: auto;
}
.team-listing-modal::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal {
    top: 60px;
  }
}
@media (min-width: 1156px) {
  .team-listing-modal {
    justify-content: space-between;
    top: 100px;
  }
}
.team-listing-modal__inner {
  max-width: 1180px;
  margin: auto;
  max-height: calc(100vh - 20px);
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__inner {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 1156px) {
  .team-listing-modal__inner {
    max-height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 64em) {
  .team-listing-modal__top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
.team-listing-modal__quote {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: rgba(244, 244, 244, 0.9568627451);
  border-radius: 24px;
  padding: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .team-listing-modal__quote {
    margin-top: 28px;
    opacity: 0.9;
  }
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__quote {
    padding: 40px;
    gap: 20px;
  }
}
.team-listing-modal__quote img {
  width: 20px;
  height: 15px;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__quote img {
    width: 28px;
    height: 21px;
  }
}
.team-listing-modal__quote-text h4 {
  font-family: "editorial-new", serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 130%;
  color: black;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__quote-text h4 {
    font-size: 1.625rem;
  }
}
.team-listing-modal__quote-text p {
  font-size: 1rem;
  line-height: 24px;
  font-family: "inter", sans-serif;
  color: #FFBF0D;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__top-text {
    grid-column: span 2;
    max-width: 592px;
  }
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__quote-image-wrapper-small {
    max-width: 400px;
    margin: auto;
  }
}
.team-listing-modal__quote-image-wrapper {
  background-color: white;
  padding-bottom: 18px;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__quote-image-wrapper {
    max-width: 384px;
    padding-bottom: 29px;
  }
}
.team-listing-modal__quote-image-wrapper p {
  font-family: "editorial-new", serif;
  color: black;
  font-size: 1.25rem;
  text-align: center;
  line-height: 130%;
  margin: 10px auto 0px;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__quote-image-wrapper p {
    margin: 20px auto 0px;
  }
}
.team-listing-modal__quote-image {
  padding: 20px 20px 0px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.team-listing-modal__quote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-listing-modal__carousel {
  width: 100%;
  max-width: 1094px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__carousel {
    padding-left: 102px;
    padding-right: 102px;
  }
}
@media (min-width: 1156px) {
  .team-listing-modal__carousel {
    padding-left: 86px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
  }
}
.team-listing-modal__carousel .slick-next,
.team-listing-modal__carousel .slick-prev {
  width: 40px;
  height: 40px;
  transform: none;
}
.team-listing-modal__carousel .slick-next:before,
.team-listing-modal__carousel .slick-prev:before {
  background: url(/images/components/feature-box-carousel/arrow-right-dark.svg);
}
.team-listing-modal__carousel .slick-next.slick-disabled:before,
.team-listing-modal__carousel .slick-prev.slick-disabled:before {
  opacity: 0.75;
}
.team-listing-modal__carousel .slick-prev {
  top: -40px !important;
  left: 32px !important;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__carousel .slick-prev {
    left: 102px !important;
  }
}
@media (min-width: 1156px) {
  .team-listing-modal__carousel .slick-prev {
    top: 0 !important;
    left: 0 !important;
  }
}
.team-listing-modal__carousel .slick-prev:hover {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 44, 80, 0.7);
}
.team-listing-modal__carousel .slick-next {
  top: -40px !important;
  left: 86px !important;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__carousel .slick-next {
    left: 156px !important;
  }
}
@media (min-width: 1156px) {
  .team-listing-modal__carousel .slick-next {
    top: 56px !important;
    left: 0 !important;
  }
}
.team-listing-modal__carousel .slick-next:hover {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 44, 80, 0.7);
  opacity: 1;
}
.team-listing-modal__button-wrapper-small {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}
@media print, screen and (min-width: 40em) {
  .team-listing-modal__button-wrapper-small {
    padding-right: 102px;
  }
}
@media (min-width: 1156px) {
  .team-listing-modal__button-wrapper-small {
    display: none;
  }
}
.team-listing-modal__button-wrapper-large {
  display: none;
  justify-content: flex-end;
  position: fixed;
  z-index: 10001;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1008px;
  width: 100%;
  padding: 0px 20px;
}
@media (min-width: 1156px) {
  .team-listing-modal__button-wrapper-large {
    padding: 0px;
    top: 50px;
  }
}
.team-listing-modal__button {
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  cursor: pointer;
  background-color: #f5f5f5;
}
.team-listing-modal__job {
  background-color: #FFF000;
  border-radius: 100px;
  color: black;
  font-family: "polysans", serif;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4px 10px;
  font-size: 0.875rem;
  line-height: 120%;
}
@media print, screen and (max-width: 63.99875em) {
  .team-listing-modal__job {
    margin: 0px auto 12px;
  }
}
@media screen and (min-width: 64em) {
  .team-listing-modal__job {
    margin-bottom: 16px;
    line-height: 150%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .team-listing-modal__my-story {
    margin-top: 28px;
  }
}
.team-listing-modal__my-story h3 {
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 1.75rem;
  line-height: 130%;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__my-story h3 {
    font-size: 2.125rem;
  }
}
.team-listing-modal__my-story p {
  text-align: left;
  color: black;
  font-size: 1rem;
  line-height: 24px;
}
.team-listing-modal__my-story p:not(:last-of-type) {
  margin-bottom: 8px;
}
.team-listing-modal__favourite-place {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__favourite-place {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.team-listing-modal__favourite-place h3 {
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 1.75rem;
  line-height: 130%;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__favourite-place h3 {
    font-size: 2.125rem;
  }
}
.team-listing-modal__favourite-place-tile {
  background-color: #E9E9E9;
  border-radius: 24px;
  padding: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .team-listing-modal__favourite-place-tile {
    opacity: 0.9;
  }
}
@media screen and (min-width: 64em) {
  .team-listing-modal__favourite-place-tile {
    display: flex;
    gap: 32px;
    padding: 40px;
  }
}
.team-listing-modal__favourite-place-tile-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .team-listing-modal__favourite-place-tile-image-wrapper {
    min-width: 344px;
    margin-bottom: 0px;
    max-height: 218px;
  }
}
.team-listing-modal__favourite-place-tile-image-wrapper picture {
  -o-object-fit: cover;
     object-fit: cover;
}
.team-listing-modal__favourite-place-tile-image-wrapper picture img {
  height: 100%;
  width: 100%;
}
.team-listing-modal__favourite-place-tile-content-wrapper {
  display: flex;
  align-items: center;
}
.team-listing-modal__favourite-place-tile-content h4 {
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: left;
}
.team-listing-modal__favourite-place-tile-content p {
  color: black;
  text-align: left;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0px;
}
.team-listing-modal__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 2.25rem;
  line-height: 38.4px;
}
@media print, screen and (max-width: 63.99875em) {
  .team-listing-modal__title {
    margin: 0px auto 28px;
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .team-listing-modal__title {
    font-size: 2.875rem;
    line-height: 55.2px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.stories {
  padding-top: 64px !important;
}
@media screen and (min-width: 64em) {
  .stories {
    padding-top: 100px !important;
  }
}
.stories__top-wrapper {
  padding-top: 104px !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 64em) {
  .stories__top-wrapper {
    padding-top: 152px !important;
    padding-bottom: 100px !important;
  }
}
.stories__top {
  max-width: 1287px;
  display: flex;
  flex-direction: column;
  padding: 0px 17px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .stories__top {
    flex-direction: row;
    gap: 64px;
  }
}
.stories__top--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 558px;
  order: 2;
}
@media screen and (min-width: 64em) {
  .stories__top--content {
    order: 1;
  }
}
.stories__top--content-location {
  color: black;
  font-size: 1.25rem;
  line-height: 120%;
  font-family: "editorial-new", serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .stories__top--content-location {
    font-size: 1.625rem;
    margin-bottom: 12px;
    line-height: 100%;
  }
}
.stories__top--content-title {
  font-size: 2.25rem;
  color: #0028E6;
  line-height: 120%;
  font-family: "polysans", serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .stories__top--content-title {
    line-height: 110%;
    font-size: 4.5rem;
    margin-bottom: 12px;
  }
}
.stories__top--content-abstract p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 4px !important;
}
.stories__top--image {
  aspect-ratio: 7/5;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  justify-content: end;
  order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .stories__top--image {
    max-width: 665px;
    max-height: 500px;
    order: 2;
    margin-bottom: 0px;
  }
}
.stories__top--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories__copy {
  max-width: 800px;
  margin: auto;
  text-align: left;
}
.stories__copy li {
  margin-bottom: 8px;
  line-height: 150%;
}
.stories__copy figure {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.stories__copy img {
  border-radius: 24px;
}
.stories__copy h1 {
  line-height: 120%;
  font-size: 2rem;
  margin-bottom: 13px;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media screen and (min-width: 64em) {
  .stories__copy h1 {
    line-height: 140%;
  }
}
.stories__copy h2 {
  line-height: 130%;
  font-size: 1.75rem;
  margin-bottom: 13px;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media screen and (min-width: 64em) {
  .stories__copy h2 {
    line-height: 140%;
  }
}
.stories__copy h3 {
  font-family: "polysans", serif;
  font-size: 1.5rem;
  color: #0028E6;
}
.stories__copy h4 {
  font-family: "polysans", serif;
  font-size: 1.25rem;
  color: #0028E6;
}
.stories__copy p {
  margin-bottom: 12px;
}
.stories__copy p:not(:has(+ p)):not(:has(+ ol)):not(:has(+ ul)) {
  margin-bottom: 40px;
}
.stories__copy p:last-of-type {
  margin-bottom: 0px;
}
.stories__copy blockquote {
  border-left: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.stories__copy blockquote p {
  font-size: 1.25rem;
  line-height: 130%;
  color: #0028E6;
  font-family: "polysans", serif;
}
.stories__copy blockquote p .editorial-italic {
  color: black !important;
}
.stories__copy blockquote p:last-of-type {
  margin-bottom: 0px !important;
}

.numbered-copy-with-image__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__row {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__row.numbered-copy-with-image--image-left .numbered-copy-with-image__image-wrapper {
    justify-content: start;
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__row.numbered-copy-with-image--image-left .numbered-copy-with-image__content-wrapper {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__row:not(.numbered-copy-with-image--image-left) .numbered-copy-with-image__image-wrapper {
    justify-content: end;
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__row:not(.numbered-copy-with-image--image-left) .numbered-copy-with-image__content-wrapper {
    order: 1;
  }
}
.numbered-copy-with-image__content-wrapper {
  flex: 1;
}
.numbered-copy-with-image__content {
  margin: 0;
  text-align: left;
  gap: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__content {
    gap: 20px;
    padding: 0;
    padding: 1rem;
  }
}
.numbered-copy-with-image__title {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-family: "polysans", serif;
  color: #0028E6;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.numbered-copy-with-image__number {
  padding: 0;
  margin: 0;
  text-align: left;
  color: black;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__number {
    font-size: 2.5rem;
  }
}
.numbered-copy-with-image__copy {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
}
.numbered-copy-with-image__copy p {
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.site-aifsProgrammes .numbered-copy-with-image__copy {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media screen and (min-width: 64em) {
  .site-aifsProgrammes .numbered-copy-with-image__copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.numbered-copy-with-image__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbered-copy-with-image__image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 24px;
}
@media screen and (min-width: 64em) {
  .numbered-copy-with-image__image {
    max-width: 488px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .numbered-copy-with-image.wrapper {
    padding: 64px 0;
  }
}
.statement__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1008px;
  margin: auto;
}
.statement__content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  position: relative;
}
.statement__sb-arrow {
  display: block;
}
.statement__mb-arrow {
  display: none;
}
.statement__text-motif {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.statement__text-motif p {
  max-width: 102px;
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4B48C9;
  rotate: -6deg;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .statement__text-motif p {
    font-size: 2rem;
    max-width: 136px;
    line-height: 32px;
  }
}
.statement__text-motif img {
  height: 55px;
}
@media screen and (min-width: 64em) {
  .statement__text-motif img {
    height: 65px;
  }
}
.statement__copy .editorial-italic {
  color: black;
}
.statement__copy p {
  margin: 0;
  color: #0028E6;
  font-family: "polysans", serif;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .statement__copy p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.75rem;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
.statement__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.statement__button-placeholder {
  height: 20px;
}
.timeline__container {
  border-radius: 24px;
  padding-top: 64px;
  padding-bottom: 104px;
  margin: 0px 16px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E9E9E9;
}
@media (min-width: 1215px) {
  .timeline__container {
    padding-top: 132px;
    padding-bottom: 80px;
    margin: 0px 32px 32px;
  }
}
.timeline__top-title {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .timeline__top-title {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.timeline__title {
  color: #0028E6 !important;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 38.4px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .timeline__title {
    font-size: 2.875rem;
    line-height: 55.2px;
    margin-bottom: 28px;
  }
}
.timeline__line {
  width: 100%;
  position: absolute;
  top: 45px;
  height: 1px;
  background: linear-gradient(to right, transparent, black 10%, black 80%, transparent);
  margin: 0 0 69px;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .timeline__line {
    top: 55px;
  }
}
.timeline__date {
  font-family: "polysans", serif;
  color: black !important;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .timeline__date {
    font-size: 1.75rem;
    line-height: 33.6px;
    margin-bottom: 17px;
  }
}
.timeline__dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: black;
  margin: auto;
  z-index: 2;
  position: relative;
}
.timeline__date-container {
  position: relative;
}
.timeline__date-carousel {
  display: flex;
  justify-content: space-between;
}
.timeline__date-carousel .slick-current .timeline__date {
  color: #0028E6 !important;
}
.timeline__date-carousel .slick-current .timeline__dot {
  background-color: #0028E6 !important;
}
.timeline__date-carousel .slick-list {
  z-index: 2;
}
.timeline__entry-container {
  max-width: 1008px;
  margin: auto;
}
.timeline__entry-carousel .slick-next,
.timeline__entry-carousel .slick-prev {
  position: absolute;
  bottom: -20px !important;
  top: initial;
  transform: translateX(0);
}
@media (min-width: 1215px) {
  .timeline__entry-carousel .slick-next,
  .timeline__entry-carousel .slick-prev {
    transform: none;
  }
}
.timeline__entry-carousel .slick-prev {
  left: 50% !important;
  transform: translateX(calc(-50% - 40px));
}
@media (min-width: 1215px) {
  .timeline__entry-carousel .slick-prev {
    left: -87px !important;
    bottom: 0px !important;
    top: 64px !important;
    transform: none;
  }
}
.timeline__entry-carousel .slick-next {
  left: 50% !important;
  transform: translateX(calc(-50% + 10px));
}
@media (min-width: 1215px) {
  .timeline__entry-carousel .slick-next {
    bottom: 0px !important;
    left: -87px !important;
    top: 120px !important;
    transform: none;
  }
}
.timeline__entry-carousel .slick-next:focus:before,
.timeline__entry-carousel .slick-prev:focus:before,
.timeline__entry-carousel .slick-next:hover:before,
.timeline__entry-carousel .slick-prev:hover:before {
  opacity: 1 !important;
}
.timeline__entry-carousel .slick-next:before {
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: url(/images/components/timeline/timeline-arrow-next.svg) no-repeat center !important;
}
.timeline__entry-carousel .slick-prev:before {
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: url(/images/components/timeline/timeline-arrow-next.svg) no-repeat center !important;
}
.timeline__entry-carousel .slick-prev:before:focus {
  opacity: 1 !important;
}
.timeline__entry {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 1008px;
  background-color: white;
  border-radius: 24px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .timeline__entry {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 40px;
    margin: 64px auto 20px;
  }
}
@media (min-width: 1215px) {
  .timeline__entry {
    float: right;
    margin: 64px 0px 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .timeline__content-wrapper {
    grid-row: 2;
    padding: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .timeline__content-wrapper {
    grid-column: span 2;
    padding-right: 40px;
    padding-top: 66.5px;
    padding-bottom: 66.5px;
  }
}
.timeline__image-wrapper {
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .timeline__image-wrapper {
    grid-row: 1;
    max-height: 232px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}
@media print, screen and (min-width: 40em) {
  .timeline__image-wrapper {
    grid-column: span 1;
  }
}
.timeline__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .timeline__image-wrapper img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.timeline__entry-date {
  background-color: #FFF000;
  font-family: "polysans", serif;
  font-size: 0.875rem;
  line-height: 21px;
  padding: 4px;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  color: black !important;
  width: fit-content;
  min-width: 58px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 40em) {
  .timeline__entry-date {
    margin-bottom: 24px;
  }
}
.timeline__entry-title {
  font-family: "polysans", serif;
  color: #0028E6;
  font-size: 1.5rem;
  line-height: 28.8px;
  margin-bottom: 12px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .timeline__entry-title {
    font-size: 1.75rem;
    line-height: 33.6px;
    margin-bottom: 20px;
  }
}
.timeline__entry-copy {
  text-align: left;
}
.timeline__entry-copy p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0px;
}

@media print, screen and (max-width: 63.99875em) {
  .legals {
    padding-top: 116px !important;
  }
}
.legals__subtitle {
  font-family: "editorial-new", serif;
  color: black;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .legals__subtitle {
    font-size: 1.625rem;
    margin-bottom: 12px;
  }
}
.legals__dropdown {
  position: relative;
}
.legals__dropdown label {
  position: absolute;
  top: 7px;
  left: 16px;
  font-size: 0.75rem;
  color: #4B48C9;
}
.legals__dropdown select {
  background-image: url(/images/icons/purple-arrow.svg);
  background-size: 17px 10px;
  background-position: right -1rem top 0rem;
  border: 1px solid #90C6D9;
  border-radius: 10px;
  height: 54px;
  cursor: pointer;
  padding-top: 23px;
  padding-left: 16px;
  padding-bottom: 7px;
}
.legals__copy {
  text-align: left;
  max-width: 800px;
  margin: auto;
}
.legals__copy p {
  line-height: 150%;
}
.legals__copy h2, .legals__copy h3, .legals__copy h4, .legals__copy h5 {
  font-family: "polysans", serif;
  margin-bottom: 12px;
  line-height: 130%;
  color: #0028E6;
}
.legals__copy h2 {
  font-size: 1.625rem;
}
@media print, screen and (min-width: 40em) {
  .legals__copy h2 {
    font-size: 1.75rem;
  }
}
.legals__copy h3 {
  font-size: 1.5rem;
}
.legals__copy h3 {
  font-size: 1.375rem;
}
.legals__copy h4 {
  font-size: 1.25rem;
}
.legals__copy ul li:not(:last-of-type), .legals__copy ol li:not(:last-of-type) {
  margin-bottom: 8px;
}
.legals__title {
  font-family: "polysans", serif;
  font-size: 2.25rem;
  color: #0028E6;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  .legals__title {
    font-size: 4.5rem;
    margin-bottom: 50px;
  }
}
.legals__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  .legals__tabs {
    gap: 20px;
    margin-bottom: 32px;
  }
}
.legals__tab {
  background-color: white;
  color: black;
  border-radius: 24px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  text-decoration: none;
  font-family: "polysans", serif;
  border: 1px solid #D2D2D2;
}
.legals .is-active {
  background-color: #FFF000;
  border: none;
}

.grid-container {
  padding-left: 32px;
  padding-right: 32px;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    max-width: 736px !important;
  }
}
@media screen and (min-width: 64em) {
  .grid-container {
    max-width: 1248px !important;
  }
}

.statement-with-image__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (max-width: 63.99875em) {
  .statement-with-image__row {
    max-width: 592px;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .statement-with-image__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.statement-with-image__row.statement-with-image--image-left .statement-with-image__image-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .statement-with-image__row.statement-with-image--image-left .statement-with-image__image-wrapper {
    margin-bottom: 0px;
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .statement-with-image__row.statement-with-image--image-left .statement-with-image__content-wrapper {
    order: 2;
  }
}
.statement-with-image__row.statement-with-image--image-left .statement-with-image__content {
  padding: 0px 0px 0px 17px;
}
@media screen and (min-width: 64em) {
  .statement-with-image__row.statement-with-image--image-left .statement-with-image__content {
    padding: 0px 0px 0px 36px;
  }
}
.statement-with-image__row.statement-with-image--image-left .statement-with-image__emoji {
  right: -32px;
}
.statement-with-image__row.statement-with-image--image-left .statement-with-image__text-mofif {
  right: -120px;
  rotate: 6deg;
}
.statement-with-image__row.statement-with-image--image-left .statement-with-image__text-mofif img {
  transform: scaleX(-1);
}
.statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__image-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__image-wrapper {
    margin-bottom: 0px;
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__content-wrapper {
    order: 1;
  }
}
.statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__content {
  padding: 0px 17px 0px 0px;
}
@media screen and (min-width: 64em) {
  .statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__content {
    padding: 0px 36px 0px 0px;
  }
}
.statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__emoji {
  left: -32px;
}
.statement-with-image__row:not(.statement-with-image--image-left) .statement-with-image__text-mofif {
  left: -120px;
  rotate: -6deg;
}
.statement-with-image__emoji {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #4B48C9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 94px;
}
.statement-with-image__text-mofif {
  position: absolute;
  z-index: 2;
  top: -20px;
  font-family: "Caveat", cursive;
  color: #F55350;
  font-size: 2rem;
  line-height: 32px;
  font-weight: 600;
  display: flex;
  gap: 6px;
}
.statement-with-image__text-mofif-text {
  max-width: 110px;
}
.statement-with-image__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: left;
  flex: 1;
}
.statement-with-image__content {
  margin: 0;
  text-align: left;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .statement-with-image__content {
    max-width: 488px;
  }
}
.statement-with-image__copy .editorial-italic {
  color: black;
}
.statement-with-image__copy p {
  margin: 0;
  font-family: "polysans", serif;
  color: #0028E6;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .statement-with-image__copy p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.625rem;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
.statement-with-image__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.statement-with-image__image-wrapper {
  position: relative;
  z-index: 1;
  min-height: 330px;
}
@media screen and (min-width: 64em) {
  .statement-with-image__image-wrapper {
    max-height: 592px;
  }
}
.statement-with-image__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.program-info-with-image {
  max-width: 1216px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
}
.program-info-with-image__image-wrapper picture img {
  width: 100%;
  border-radius: 24px;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__image-wrapper picture img {
    min-width: 352px;
  }
}
.program-info-with-image__tile {
  display: flex;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__tile {
    gap: 64px;
    margin-bottom: 40px;
    flex-direction: row;
  }
}
.program-info-with-image__tile:last-of-type {
  margin-bottom: 0px;
}
.program-info-with-image__title {
  font-size: 2rem;
  font-family: "polysans", serif;
  color: #0028E6;
  margin-bottom: 8px;
  line-height: 120%;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__title {
    font-size: 2.125rem;
    line-height: 130%;
  }
}
.copy-bullets-with-image__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .copy-bullets-with-image__row {
    max-width: 592px;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__row.copy-bullets-with-image--image-left .copy-bullets-with-image__image-wrapper {
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__row.copy-bullets-with-image--image-left .copy-bullets-with-image__content-wrapper {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__row:not(.copy-bullets-with-image--image-left) .copy-bullets-with-image__image-wrapper {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__row:not(.copy-bullets-with-image--image-left) .copy-bullets-with-image__content-wrapper {
    order: 1;
  }
}
.copy-bullets-with-image__content-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.copy-bullets-with-image__content {
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__content {
    max-width: 560px;
  }
}
.copy-bullets-with-image__top-title {
  font-family: "editorial-new", serif;
  text-align: center;
  color: black;
  font-size: 1.5rem;
  line-height: 130%;
  padding: 0;
  margin-bottom: 8px;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__top-title {
    font-size: 1.625rem;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.copy-bullets-with-image__title {
  padding: 0;
  margin-bottom: 12px;
  text-align: left;
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 400;
  color: #0028E6;
  font-family: "polysans", serif;
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__title {
    font-size: 2.875rem;
  }
}
.copy-bullets-with-image__bullet-image-mb {
  display: none;
}
.copy-bullets-with-image__bullet-image-sb {
  display: block;
}
.copy-bullets-with-image__copy {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  font-family: "inter", sans-serif;
}
.copy-bullets-with-image__copy p {
  margin-bottom: 12px;
}
.copy-bullets-with-image__bullets {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__bullets {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.copy-bullets-with-image__bullet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
  margin: 0;
  text-align: left;
  gap: 20px;
}
.copy-bullets-with-image__bullet-image {
  height: 52px;
  width: 52px;
  aspect-ratio: 1/1;
}
.copy-bullets-with-image__bullet-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy-bullets-with-image__bullet-image svg {
  fill: #4B48C9;
}
.copy-bullets-with-image__bullet-content {
  font-size: 1rem;
  line-height: 1.5rem;
}
.copy-bullets-with-image__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .copy-bullets-with-image__image-wrapper {
    margin-bottom: 0px;
  }
}
.copy-bullets-with-image__image {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.programme-listing__grid {
  display: grid;
  max-width: 1216px;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 64em) {
  .programme-listing__grid {
    gap: 32px;
  }
}
.programme-listing__tint {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  top: 0;
}
.programme-listing__lozenge {
  position: absolute;
  top: 20px;
  background-color: #0028E6;
  color: white;
  font-family: "polysans", serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  padding: 4px 10px;
  border-radius: 100px;
  margin-left: 20px;
}
.programme-listing__lozenge--yellow {
  background-color: #FFF000;
  color: black;
}
.programme-listing__lozenge p {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__lozenge {
    margin-left: 15px;
    margin-right: 15px;
    top: 15px;
  }
}
@media screen and (min-width: 64em) {
  .programme-listing__lozenge {
    margin-left: 30px;
    top: 29px;
  }
}
.programme-listing__register {
  display: flex;
  gap: 8px;
}
.programme-listing__register img {
  width: 18px;
  height: 18px;
}
.programme-listing__register p {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  font-family: "inter", sans-serif;
  line-height: 24px;
  margin-bottom: 0px;
}
.programme-listing__bottom-content-wrapper {
  bottom: 20px;
  padding: 0px;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__bottom-content-wrapper {
    bottom: 24px;
    padding: 0px 28px;
  }
}
.programme-listing__thumbnail-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
  width: 100%;
  height: 100%;
}
.programme-listing__item-outer {
  grid-column: span 2;
  text-decoration: none;
}
.programme-listing__item-outer:last-of-type .programme-listing__copy p:last-of-type {
  margin-bottom: 0px;
}
.programme-listing__item {
  overflow: hidden;
  border-radius: 24px;
  height: 197px;
  position: relative;
  margin-bottom: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__item {
    height: 300px;
  }
}
@media screen and (min-width: 64em) {
  .programme-listing__item {
    height: 333px;
  }
}
.programme-listing__item:hover {
  transform: scale(1.02);
  filter: brightness(95%);
}
.programme-listing__copy p {
  text-align: left;
}
.programme-listing__title {
  font-family: "polysans", serif;
  font-size: 1.5rem;
  line-height: 110%;
  color: #0028E6;
  text-align: left;
  margin-bottom: 4px;
  border-bottom: 1px solid white;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 64em) {
  .programme-listing__title {
    font-size: 1.75rem;
  }
}
.programme-listing__title:hover {
  border-bottom: 1px solid #0028E6;
}

.programme + * {
  padding-top: 64px !important;
}
@media print, screen and (min-width: 40em) {
  .programme + * {
    padding-top: 100px !important;
  }
}

.programme__logo-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.programme__logo-top-title {
  color: white;
  font-size: 1.625rem;
  font-family: "editorial-new", serif;
  margin-top: 20px;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 64em) {
  .programme__logo-top-title {
    margin-top: 28px;
  }
}
.programme__logo-title {
  display: flex;
}
.programme__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.programme__subheading {
  color: white;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  font-family: "polysans", serif;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .programme__subheading {
    font-size: 2.875rem;
  }
}
.programme__subheading-small {
  color: white;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  font-family: "editorial-new", serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .programme__subheading-small {
    font-size: 1.625rem;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.programme__title {
  font-family: "polysans", serif;
  font-size: 4rem;
  line-height: 110%;
  margin-bottom: 0px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .programme__title {
    font-size: 11.25rem;
    line-height: 80%;
  }
}
.programme__title-small {
  font-family: "polysans", serif;
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 0px;
  color: white;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .programme__title-small {
    font-size: 4.5rem;
    line-height: 110%;
  }
}
.programme__content-tile {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px solid #3f5eeb;
}
@media print, screen and (min-width: 40em) {
  .programme__content-tile {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 0px;
    max-width: 220px;
    justify-content: flex-start;
    border-right: 1px solid #3f5eeb;
    flex-direction: column;
    align-items: center;
    border-bottom: none;
  }
}
@media (min-width: 950px) {
  .programme__content-tile {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.programme__content-tile:first-child {
  padding-bottom: 12px;
  padding-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .programme__content-tile:first-child {
    padding-right: 8px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 950px) {
  .programme__content-tile:first-child {
    padding-right: 16px;
  }
}
.programme__content-tile:last-child {
  border: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .programme__content-tile:last-child {
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 950px) {
  .programme__content-tile:last-child {
    padding-left: 16px;
  }
}
@media print, screen and (min-width: 40em) {
  .programme__content-tile img {
    margin-bottom: 12px;
  }
}
.programme__content-tile-text {
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .programme__content-tile-text {
    width: 263px;
    text-align: left;
  }
}
.programme__content-tile-top {
  color: white !important;
  font-size: 1rem;
  line-height: 20.8px;
  font-family: "inter", sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
  .programme__content-tile-top {
    font-size: 0.875rem;
  }
}
@media (min-width: 870px) {
  .programme__content-tile-top {
    font-size: 1rem;
  }
}
.programme__content-tile-bottom {
  color: white !important;
  font-size: 0.875rem;
  line-height: 21px;
  font-family: "inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}
.programme__content-container {
  background-color: #0028E6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 32px;
}
@media print, screen and (min-width: 40em) {
  .programme__content-container {
    flex-direction: row;
    padding: 20px 0px;
  }
}
@media (min-width: 1230px) {
  .programme__content-container {
    padding: 32px 0px;
  }
}
.programme__image-container {
  position: relative;
  height: 80vh;
}
.programme__image-container-small {
  position: relative;
  height: 60vh;
}
.programme__text {
  position: absolute;
  width: 100%;
  top: calc(50% + 42px);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  z-index: 2;
}
.programme__image-wrapper {
  width: 100%;
  overflow: hidden;
  margin: auto;
  height: 80vh;
}
.programme__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.programme__image-wrapper-small {
  width: 100%;
  overflow: hidden;
  margin: auto;
  height: 60vh;
}
.programme__image-wrapper-small img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.programme__navbar-bottom {
  background-color: white;
}
.programme__navbar-bottom.is-fixed {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
  z-index: 3;
}
@media screen and (min-width: 64em) {
  .programme__navbar-bottom.is-fixed {
    top: 78px;
  }
}
.programme__navbar-bottom.is-fixed-downwards {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}
.programme__navbar-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.programme__nav-bar-outer {
  padding: 14px 32px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .programme__nav-bar-outer {
    padding: 16px 32px;
  }
}
.programme__nav-bar {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 39.99875em) {
  .programme__nav-bar {
    justify-content: center;
  }
}
.programme__nav-bar--title {
  color: rgba(0, 0, 0, 0.5);
  font-family: "polysans", serif;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-bottom: 0px;
  font-size: 14px;
}
.programme__nav-bar--title-small {
  margin: auto;
  text-align: center;
}
.programme__nav-bar--link.is-active a {
  color: #0028E6;
  border-bottom: 1px solid #0028E6;
}
.programme__nav-bar--link a {
  text-decoration: none;
  font-family: "polysans", serif;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}

.icon-stack {
  max-width: 702px;
  margin: auto;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0px 32px;
}
@media screen and (min-width: 64em) {
  .icon-stack {
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}
.icon-stack__image-wrapper {
  border-radius: 50%;
  background-color: #FFF000;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .icon-stack__image-wrapper {
    height: 60px;
    width: 60px;
  }
}
.icon-stack__tile {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  justify-content: center;
}
.icon-stack__tile p {
  margin-bottom: 0px;
  font-family: "polysans", serif;
  font-size: 16px;
  color: #0028E6;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .icon-stack__tile p {
    font-size: 20px;
  }
}
.icon-stack__tile picture img {
  max-width: 30px;
}
@media screen and (min-width: 64em) {
  .icon-stack__tile picture img {
    max-width: 60px;
  }
}

.program-boxes {
  max-width: 1216px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 32px;
  gap: 20px;
  padding-right: 32px;
}
@media screen and (min-width: 64em) {
  .program-boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.program-boxes__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 366px;
}
.program-boxes__text a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0px auto;
}
.program-boxes__tile {
  background-color: #F4F4F4;
  border-radius: 24px;
  padding: 20px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .program-boxes__tile {
    padding: 40px 32px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .program-boxes__tile {
    width: 702px;
    margin: auto;
  }
}
.program-boxes__image-wrapper {
  border-radius: 50%;
  background-color: #FFF000;
  height: 40px;
  width: 40px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .program-boxes__image-wrapper {
    height: 60px;
    width: 60px;
  }
}
.program-boxes__image-wrapper picture img {
  max-width: 40px;
}
@media screen and (min-width: 64em) {
  .program-boxes__image-wrapper picture img {
    max-width: 60px;
  }
}
.program-boxes__icon-wrapper {
  flex-shrink: 0;
}
.program-boxes__icon-wrapper picture img {
  height: 32px;
  width: 32px;
}
.program-boxes__heading-outer {
  padding-top: 8px;
}
.program-boxes__bottom-copy p {
  font-family: "inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
}
.program-boxes__heading-wrapper {
  padding-bottom: 12px;
  padding-top: 12px;
  margin-left: 40px;
  margin-right: 40px;
}
.program-boxes__heading-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #D2D2D2;
}
.program-boxes__heading-wrapper:last-of-type {
  padding-bottom: 20px !important;
}
.program-boxes__heading {
  color: #0028E6;
  font-size: 1.25rem;
  font-family: "polysans", serif;
  margin-bottom: 0px;
  line-height: 130%;
}
.program-boxes__icon-text {
  font-size: 1rem;
  font-family: "inter", sans-serif;
  line-height: 150%;
  flex: 1;
}
.program-boxes__icon-text b {
  font-weight: 600;
}
.program-boxes__icon-list {
  display: flex;
  gap: 10px;
  text-align: left;
}
.program-boxes__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 0px;
  margin-top: 16px;
}
.program-boxes__subtitle {
  font-family: "inter", sans-serif;
  line-height: 150%;
  margin-bottom: 16px;
}

.get-in-touch {
  max-width: 1072px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 64em) {
  .get-in-touch {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.get-in-touch__wrapper {
  background-color: #FFF000;
  border-radius: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .get-in-touch__wrapper {
    max-width: 702px;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .get-in-touch__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 28px 64px;
    gap: 28px;
  }
}
.get-in-touch__image-wrapper {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .get-in-touch__image-wrapper {
    width: 100%;
  }
}
.get-in-touch__image-wrapper picture img {
  max-width: 36px;
}
.get-in-touch__copy p {
  margin-bottom: 0px;
}
.get-in-touch__button {
  min-width: 125px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .get-in-touch__button {
    width: 100%;
  }
}
.get-in-touch__content {
  text-align: left;
}
.get-in-touch__title {
  color: #0028E6;
  font-family: "polysans", serif;
  font-size: 1.75rem;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
  .get-in-touch__title {
    font-size: 2.125rem;
  }
}

.third-party-boxes {
  max-width: 1216px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 32px;
  gap: 20px;
  padding-right: 32px;
}
@media screen and (min-width: 64em) {
  .third-party-boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.third-party-boxes__image-wrapper {
  border-radius: 50%;
  background-color: #FFF000;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .third-party-boxes__image-wrapper {
    margin-bottom: 16px;
    height: 64px;
    width: 64px;
  }
}
.third-party-boxes__image-wrapper picture img {
  max-width: 40px;
}
@media screen and (min-width: 64em) {
  .third-party-boxes__image-wrapper picture img {
    max-width: 64px;
  }
}
.third-party-boxes__header {
  font-size: 2.25rem;
  color: #0028E6;
  font-family: "polysans", serif;
  line-height: 120%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .third-party-boxes__header {
    font-size: 2.875rem;
  }
}
.third-party-boxes__tile {
  background-color: #F4F4F4;
  border-radius: 24px;
  padding: 20px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .third-party-boxes__tile {
    padding: 40px 32px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .third-party-boxes__tile {
    max-width: 702px;
    margin: auto;
  }
}
.third-party-boxes__title {
  font-size: 1.5rem;
  color: #0028E6;
  font-family: "polysans", serif;
  line-height: 130%;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .third-party-boxes__title {
    font-size: 2.125rem;
    margin-bottom: 8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .third-party-boxes__top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    flex-direction: row-reverse;
  }
}

.numbered-icon-rows {
  max-width: 766px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows {
    max-width: 1072px;
  }
}
.numbered-icon-rows__copy {
  margin-bottom: 0px;
}
.numbered-icon-rows__tile {
  padding: 20px;
  display: flex;
  background-color: #F4F4F4;
  border-radius: 24px;
  text-align: left;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows__tile {
    padding: 40px;
    gap: 32px;
    flex-direction: row;
    margin: 0px 16px;
  }
}
.numbered-icon-rows__tile:not(:last-of-type) {
  margin-bottom: 20px;
}
.numbered-icon-rows__tile picture img {
  width: 40px;
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows__tile picture img {
    width: 80px;
  }
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows__tile-text {
    display: flex;
    gap: 16px;
  }
}
.numbered-icon-rows__heading {
  color: #0028E6;
  font-family: "polysans", serif;
  line-height: 130%;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows__heading {
    font-size: 2.125rem;
    margin-bottom: 8px;
  }
}
.numbered-icon-rows__image-wrapper {
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #FFF000;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .numbered-icon-rows__image-wrapper {
    height: 80px;
    width: 80px;
  }
}

.tips-box {
  max-width: 766px;
  margin: auto;
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 64em) {
  .tips-box {
    max-width: 1072px;
  }
}
.tips-box__wrapper {
  background-color: #0028E6;
  border-radius: 24px;
  padding: 32px 20px;
}
@media screen and (min-width: 64em) {
  .tips-box__wrapper {
    padding: 40px;
    margin: 0px 16px;
  }
}
.tips-box__title {
  color: #FFF000;
  font-family: "polysans", serif;
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .tips-box__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.tips-box__tile {
  display: flex;
  text-align: left;
  color: white;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .tips-box__tile {
    gap: 20px;
  }
}
.tips-box__tile:last-of-type {
  margin-bottom: 0px;
}
.tips-box__tile:last-of-type p {
  margin-bottom: 0px;
}
.tips-box__image-wrapper {
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #FFF000;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .tips-box__image-wrapper {
    height: 40px;
    width: 40px;
  }
}
.tips-box__image-wrapper img {
  max-width: 19px;
}
@media screen and (min-width: 64em) {
  .tips-box__image-wrapper img {
    max-width: 24px;
  }
}

.copy-banner-image {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .copy-banner-image {
    min-height: 640px;
    max-height: 640px;
  }
}
.copy-banner-image__wrapper {
  padding-top: 0px !important;
}
.copy-banner-image__tint {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  top: 0;
  z-index: 1;
}
.copy-banner-image__image-wrapper {
  height: 60vh;
}
@media screen and (min-width: 64em) {
  .copy-banner-image__image-wrapper {
    height: calc(100vh - 95px);
  }
}
.copy-banner-image__image-wrapper picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.copy-banner-image__text {
  z-index: 2;
  position: absolute;
  top: calc(50% + 42px);
  text-align: center;
  transform: translateY(-50%);
  margin: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.copy-banner-image__subtitle {
  color: white !important;
  margin-bottom: 8px;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 130%;
}
@media screen and (min-width: 64em) {
  .copy-banner-image__subtitle {
    margin-bottom: 16px;
    line-height: 100%;
    font-size: 1.625rem;
  }
}
.copy-banner-image__title {
  color: white;
  font-family: "polysans", serif;
  font-size: 4rem;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .copy-banner-image__title {
    font-size: 7rem;
  }
}

.donations {
  padding-left: 32px;
  padding-right: 32px;
}
.donations__subtitle {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .donations__subtitle {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.donations__title {
  color: #0028E6 !important;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 38.4px;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  .donations__title {
    font-size: 2.875rem;
    line-height: 55.2px;
    margin-bottom: 40px;
  }
}
.donations__items .accordion {
  margin-bottom: 0px !important;
}
.donations__question {
  text-align: left;
  text-decoration: none;
  border-bottom: none !important;
  margin: 0px;
  padding: 20px 85px 20px 20px;
}
@media print, screen and (min-width: 40em) {
  .donations__question {
    padding: 34px 85px 34px 170px;
  }
}
@media screen and (min-width: 64em) {
  .donations__question {
    adding: 34px 85px 34px 180px;
  }
}
.donations__question--title {
  font-size: 1.25rem;
  line-height: 130%;
  font-family: "polysans", serif;
  color: #0028E6;
  margin-bottom: 4px;
}
@media screen and (min-width: 64em) {
  .donations__question--title {
    font-size: 1.5rem;
  }
}
.donations__question--title:hover {
  color: #0020B8;
}
.donations__question--subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "inter", sans-serif;
  line-height: 150%;
  color: black;
}
@media screen and (min-width: 64em) {
  .donations__question--subtitle {
    font-size: 1rem;
  }
}
.donations__answer {
  text-align: left;
  margin: 0px;
  padding: 0px 56px 28px 20px;
}
.donations__answer a {
  color: black !important;
  margin-top: 12px;
}
@media print, screen and (min-width: 40em) {
  .donations__answer {
    padding: 0px 85px 34px 170px;
  }
}
@media screen and (min-width: 64em) {
  .donations__answer {
    padding: 0px 85px 34px 170px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .is-active > .donations__question {
    padding: 20px 85px 20px 20px;
  }
}
.is-active > .donations__question .donations__question--title {
  color: white;
}
.is-active > .donations__question .donations__question--subtitle {
  color: white;
}
.donations__image-wrapper {
  position: absolute;
  top: 0px;
  bottom: auto !important;
  width: 100%;
  justify-content: left;
  padding: 28px 0px 0px 20px;
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .donations__image-wrapper img {
    width: 50%;
    display: flex;
  }
}
@media print, screen and (min-width: 40em) {
  .donations__image-wrapper {
    justify-content: right;
    padding: 0px;
    display: flex;
    width: 140px;
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  .donations__image-wrapper {
    width: 160px;
    padding: 32px 0px 0px 20px;
  }
}
.donations__image-wrapper picture {
  z-index: 4;
}
.is-active > .donations__image-wrapper {
  padding: 28px 0px 0px 20px;
  background-color: #0028E6;
  display: flex;
}
@media screen and (min-width: 64em) {
  .is-active > .donations__image-wrapper {
    padding: 32px 0px 0px 20px;
    align-items: flex-start;
  }
}

.accreditations {
  padding-left: 32px;
  padding-right: 32px;
}
.accreditations__subtitle {
  color: black !important;
  font-family: "editorial-new", serif;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .accreditations__subtitle {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.accreditations__title {
  color: #0028E6 !important;
  font-family: "polysans", serif;
  font-size: 2rem;
  line-height: 38.4px;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .accreditations__title {
    font-size: 2.875rem;
    line-height: 55.2px;
    margin-bottom: 40px;
  }
}
.accreditations__tiles {
  display: flex;
  flex-direction: column;
  max-width: 1214px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .accreditations__tiles {
    flex-direction: row;
  }
}
.accreditations__tile:not(:last-of-type) {
  border-bottom: 1px solid #D2D2D2;
}
@media print, screen and (min-width: 40em) {
  .accreditations__tile:not(:last-of-type) {
    border-right: 1px solid #D2D2D2;
    border-bottom: none;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 40em) {
  .accreditations__tile:not(:first-of-type) {
    padding-left: 16px;
  }
}
.accreditations__copy {
  font-family: "polysans", serif;
  font-size: 1.25rem;
  line-height: 130%;
}

.program-info-with-image {
  max-width: 1216px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
}
.program-info-with-image__image-wrapper picture img {
  width: 100%;
  border-radius: 24px;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__image-wrapper picture img {
    min-width: 352px;
  }
}
.program-info-with-image__tile {
  display: flex;
  gap: 20px;
  text-align: left;
  flex-direction: column;
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__tile {
    gap: 64px;
    margin-bottom: 40px;
    flex-direction: row;
  }
}
.program-info-with-image__tile:last-of-type {
  margin-bottom: 0px;
}
.program-info-with-image__title {
  font-size: 2rem;
  font-family: "polysans", serif;
  color: #0028E6;
  margin-bottom: 8px;
  line-height: 120%;
}
@media screen and (min-width: 64em) {
  .program-info-with-image__title {
    font-size: 2.125rem;
    line-height: 130%;
  }
}
.wrapper .copy-with-tabbed-side-menu {
  padding-bottom: 0;
}
.copy-with-tabbed-side-menu__sidebar-icon-mb {
  display: none;
}
.copy-with-tabbed-side-menu__sidebar-icon-sb {
  display: block;
}
.copy-with-tabbed-side-menu__sidebar {
  display: none;
  width: 352px;
}
@media screen and (min-width: 64em) {
  .copy-with-tabbed-side-menu__sidebar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-top: 1px solid #90C6D9;
  }
}
.copy-with-tabbed-side-menu__sidebar-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #90C6D9;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  gap: 12px;
  cursor: pointer;
}
.copy-with-tabbed-side-menu__sidebar-item--active, .copy-with-tabbed-side-menu__sidebar-item.active, .copy-with-tabbed-side-menu__sidebar-item:hover {
  background-color: rgba(144, 198, 217, 0.15);
}
.copy-with-tabbed-side-menu__sidebar-icon {
  height: 28px;
  width: 28px;
}
.copy-with-tabbed-side-menu__sidebar-title {
  color: #002C50;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 64em) {
  .copy-with-tabbed-side-menu__mobile {
    display: none;
  }
}
.copy-with-tabbed-side-menu__mobile-label {
  text-align: left;
  margin-bottom: 8px;
  color: #4B48C9;
}
.copy-with-tabbed-side-menu__mobile-select {
  display: flex;
  background-color: rgba(144, 198, 217, 0.15);
  border: 1px solid #90C6D9;
  padding: 12px;
  border-radius: 8px;
  background-image: url(/images/icons/dropdown-arrow-blue.svg);
  background-size: auto;
  background-position: top calc(50% + 2px) right 0;
  max-width: 400px;
}
.copy-with-tabbed-side-menu__mobile-select:focus, .copy-with-tabbed-side-menu__mobile-select:active, .copy-with-tabbed-side-menu__mobile-select:hover {
  background-color: rgba(144, 198, 217, 0.15);
}
@media screen and (min-width: 64em) {
  .copy-with-tabbed-side-menu__row {
    display: flex;
    justify-content: space-between;
  }
}
.copy-with-tabbed-side-menu__content {
  max-width: 800px;
}
.copy-with-tabbed-side-menu__content .wrapper {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.tabs-bullet-listing__bullets {
  padding: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 40em) {
  .tabs-bullet-listing__bullets {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  .tabs-bullet-listing__bullets {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.tabs-bullet-listing__bullet-image-sb {
  display: block;
}
.tabs-bullet-listing__bullet-image-mb {
  display: none;
}
.tabs-bullet-listing__bullet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
  margin: 0;
  text-align: left;
  gap: 20px;
}
.tabs-bullet-listing__bullet-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-bullet-listing__bullet-image svg {
  width: 30px;
  height: 30px;
  color: #4B48C9;
}
.tabs-bullet-listing__bullet-content {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tabs-bullet-listing__bullet-content p {
  margin-bottom: 0px;
}

.tabs-cta {
  padding-top: 8px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  .tabs-cta {
    padding-top: 20px !important;
    gap: 32px;
  }
}
.tabs-cta__row {
  background-color: rgba(144, 198, 217, 0.15);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 24px;
  gap: 12px;
  width: 100%;
  padding: 1.25rem;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 40em) {
  .tabs-cta__row {
    flex-direction: row;
    gap: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  .tabs-cta__row {
    padding: 1.75rem;
  }
}
.tabs-cta__title-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}
.tabs-cta__button-sb {
  display: block !important;
}
.tabs-cta__button-mb {
  display: none !important;
}
.tabs-cta__title {
  text-align: left;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
  color: #002C50;
  font-family: "Shrikhand", serif;
  order: 2;
}
@media screen and (min-width: 64em) {
  .tabs-cta__title {
    font-size: 2.875rem;
    line-height: 3.4375rem;
    order: 1;
  }
}
.tabs-cta__badge {
  background-color: #4B48C9;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  order: 1;
}
@media screen and (min-width: 64em) {
  .tabs-cta__badge {
    order: 2;
  }
}
.tabs-cta__content-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.tabs-cta__content {
  text-align: left;
}
.tabs-cta__content p {
  text-align: left;
}
.tabs-cta__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-cta__content ul li {
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 24px;
  position: relative;
}
.tabs-cta__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%234B48C9'/%3E%3Cpath d='M17.3332 8L9.99984 15.3333L6.6665 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.tabs-cta__content ul li:last-of-type {
  margin-bottom: 0px;
}
.tabs-cta__content ol li {
  margin-bottom: 15px;
  line-height: 24px;
  position: relative;
}
.tabs-cta__button {
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .tabs-cta__button {
    width: 100%;
  }
  .tabs-cta__button a {
    width: 100%;
  }
}

.tabs-copy {
  padding-bottom: 0px !important;
}
.tabs-copy:not(:last-of-type) {
  padding-bottom: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .tabs-copy:not(:last-of-type) {
    padding-bottom: 20px !important;
  }
}
.tabs-copy__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .tabs-copy__title-wrapper {
    gap: 12px;
  }
}
.tabs-copy__title {
  color: #002C50;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .tabs-copy__title {
    font-size: 2.875rem;
    line-height: 3.4375rem;
  }
}
.tabs-copy__content {
  text-align: left;
}
.tabs-copy__content p {
  color: #002C50;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .tabs-copy__content p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.tabs-copy__content p:not(:last-of-type) {
  margin-bottom: 16px;
}
.tabs-copy__content h1 {
  color: #002C50;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media screen and (min-width: 64em) {
  .tabs-copy__content h1 {
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 400;
  }
}
.tabs-copy__content h2, .tabs-copy__content h3 {
  color: #002C50;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 64em) {
  .tabs-copy__content h2, .tabs-copy__content h3 {
    font-size: 1.75rem;
    line-height: 2.4375rem;
    font-weight: 400;
  }
}
.tabs-copy__content h1, .tabs-copy__content h2, .tabs-copy__content h3, .tabs-copy__content h4, .tabs-copy__content h5, .tabs-copy__content h6 {
  color: #002C50;
  margin-bottom: 1.25rem;
}
.tabs-numbered-list {
  padding-top: 8px !important;
  padding-bottom: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .tabs-numbered-list {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
}
.tabs-numbered-list__list {
  border: 1px solid #90C6D9;
  border-radius: 12px;
}
.tabs-numbered-list__item {
  border-bottom: 1px solid #90C6D9;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 20px;
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .tabs-numbered-list__item {
    padding: 20px;
    gap: 16px;
  }
}
.tabs-numbered-list__item:last-of-type {
  border-bottom: none;
}
.tabs-numbered-list__number {
  font-weight: 400;
  font-family: "Shrikhand", serif;
  color: #4B48C9;
  font-size: 26px;
  line-height: 31px;
}
@media screen and (min-width: 64em) {
  .tabs-numbered-list__number {
    font-size: 26px;
    line-height: 31px;
  }
}
.tabs-numbered-list__content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.tabs-numbered-list__title {
  color: #002C50;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 64em) {
  .tabs-numbered-list__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
  }
}
.tabs-numbered-list__content {
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 64em) {
  .tabs-numbered-list__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.tabs-numbered-list__content p {
  margin: 0;
  padding: 0;
}

.wrapper .tabs-title {
  padding-bottom: 1.25rem;
}
.tabs-title__title {
  color: #002C50;
  font-family: "Shrikhand", serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.9375rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .tabs-title__title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}

.double-image {
  position: relative;
}
.double-image__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .double-image__row {
    align-items: flex-end;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.double-image__image-left {
  z-index: 10;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .double-image__image-left {
    width: 50%;
    margin-bottom: 50px;
  }
}
.double-image__image-right {
  z-index: 10;
  overflow: hidden;
  aspect-ratio: 2/1;
  border-radius: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .double-image__image-right {
    aspect-ratio: 1/1;
    width: 50%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 64em) {
  .double-image__image-right {
    margin-bottom: 80px;
  }
}
.double-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.double-image__content {
  display: none;
}
@media screen and (min-width: 64em) {
  .double-image__content {
    display: block;
    background: #90C6D9;
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 0;
    left: calc(50% + 120px);
    height: 100%;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    min-width: 290px;
    max-height: 53%;
    z-index: 1;
  }
}
.site-aifsProgrammes .double-image__content {
  display: none;
}
@media screen and (min-width: 64em) {
  .site-aifsProgrammes .double-image__content {
    background: #EEF6F9;
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .double-image__abstract {
    position: absolute;
    bottom: calc(0% + 50px);
    left: calc(25% + 50px);
    transform: rotate(-15deg);
  }
}
@media print, screen and (min-width: 40em) {
  .double-image__abstract img {
    position: absolute;
    top: -30px;
    left: -10px;
    transform: rotate(15deg);
  }
}
@media print, screen and (min-width: 40em) {
  .double-image__abstract span {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #F55350;
    font-family: "Caveat", cursive;
    display: inline-block;
    width: 75%;
  }
}

.full-width-video__modal {
  position: fixed;
  display: none;
  background-color: rgba(0, 44, 80, 0.95);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10001;
}
.full-width-video__modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.full-width-video__modal-close:hover {
  opacity: 0.8;
}
.full-width-video__embed {
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 81.25rem;
}
@media screen and (min-width: 64em) {
  .full-width-video__embed {
    padding-bottom: 45% !important;
  }
}
.full-width-video__embed textarea {
  display: none;
}

:root {
  --plyr-color-main: #F55350;
  --plyr-font-family: "Inter", sans-serif;
}

.plyr {
  border-radius: 24px !important;
}

.tf {
  position: relative;
  height: 810px;
  z-index: 3;
  padding-top: 0px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .tf {
    height: 748px;
  }
}
@media screen and (min-width: 64em) {
  .tf {
    display: flex;
    align-items: center;
    height: 1080px;
  }
}
.tf__image {
  pointer-events: none;
}
.tf__content-wrapper {
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .tf__content-wrapper {
    text-align: left;
  }
}
.tf__title h2 {
  color: #FFF000;
  font-size: 2.25rem;
  line-height: 100%;
  font-family: "polysans", serif;
  margin: 0px auto 12px;
  line-height: 120%;
  max-width: 595px;
}
@media screen and (min-width: 64em) {
  .tf__title h2 {
    font-size: 4.5rem;
    line-height: 110%;
    margin: 0 0 16px;
  }
}
.tf__copy {
  font-size: 1rem;
  line-height: 1.375rem;
  max-width: 595px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .tf__copy {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
  }
}
.tf__button {
  min-width: 150px;
}
.tf__quotes-outer {
  display: flex;
  align-items: center;
}
@media screen and ((min-width: 1024px) and (max-width: 1920px)) {
  .tf__quotes-outer {
    width: 100%;
    max-width: 1650px;
    height: 1080px;
    margin: auto;
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 1921px) {
  .tf__quotes-outer {
    width: 80%;
    max-width: 1650px;
    height: 1080px;
    margin: auto;
    z-index: 1;
    position: relative;
  }
}
.tf__content-wrapper {
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tf__content-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 64em) {
  .tf__content-wrapper {
    text-align: left;
  }
}
@media screen and ((min-width: 1024px) and (max-width: 1300px)) {
  .tf__quotes {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 500px;
    z-index: 1;
  }
}
@media screen and (min-width: 1300px) {
  .tf__quotes {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 640px;
    z-index: 1;
  }
}
.tf__gradient {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgb(24, 29, 38) calc(50% + 600px));
}
.tf__tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
}

.tf-quote {
  background: #EEF6F9;
  border-radius: 15px;
  width: 280px;
  font-size: 0.875rem;
  position: absolute;
  margin: 0;
  z-index: 1;
  padding: 20px 15px;
  min-height: 147px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  .tf-quote {
    bottom: 30px;
  }
}
@media screen and ((min-width: 1024px) and (max-width: 1300px)) {
  .tf-quote {
    border-radius: 20px;
    width: 390px;
    padding: 35px 30px 20px;
    font-size: 1.125rem;
    min-height: 200px;
    top: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .tf-quote {
    border-radius: 20px;
    width: 490px;
    padding: 35px 30px 20px;
    font-size: 1.125rem;
    min-height: 200px;
    top: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .tf-quote:nth-child(even) {
    bottom: 230px;
  }
}
@media screen and (min-width: 64em) {
  .tf-quote:nth-child(even) {
    margin-left: 110px;
  }
}
.tf-quote__icon {
  position: absolute;
  top: -15px;
  width: 40px;
}
@media screen and (min-width: 64em) {
  .tf-quote__icon {
    width: 75px;
    top: -36px;
  }
}
.tf-quote__author-wrapper {
  display: flex;
  gap: 5px;
  margin: 5px 0 0;
}
@media screen and (min-width: 64em) {
  .tf-quote__author-wrapper {
    gap: 10px;
  }
}
.tf-quote__author-pic-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 64em) {
  .tf-quote__author-pic-wrapper {
    width: 40px;
    height: 40px;
  }
}
.tf-quote__author-pic {
  width: 100%;
}
.tf-quote__author {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  line-height: 18px;
}
@media screen and (min-width: 64em) {
  .tf-quote__author {
    font-size: 1rem;
    line-height: 40px;
  }
}
.tf-quote__content {
  text-align: left;
}
.tf-quote__content p {
  text-align: left;
  margin: 0;
  line-height: 1.4;
}
.tf-quote--anim {
  visibility: hidden;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media print, screen and (max-width: 63.99875em) {
  .tf-quote--anim {
    animation-name: rightToLeft;
    animation-duration: 60s;
  }
}
@media screen and (min-width: 64em) {
  .tf-quote--anim {
    animation-name: bottomToTop;
    animation-duration: 60s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tf-quote--anim {
    animation-play-state: paused;
  }
}
.tf-quote--1 {
  animation-delay: -50s;
}
@media (prefers-reduced-motion: reduce) {
  .tf-quote--1 {
    display: none;
  }
}
.tf-quote--2 {
  animation-delay: -40s;
}
@media (prefers-reduced-motion: reduce) {
  .tf-quote--2 {
    display: none;
  }
}
.tf-quote--3 {
  animation-delay: -30s;
}
.tf-quote--4 {
  animation-delay: -20s;
}
.tf-quote--5 {
  animation-delay: -10s;
}
.tf-quote--6 {
  animation-delay: 0s;
}

@keyframes rightToLeft {
  0% {
    visibility: visible;
    left: 100%;
    transform: translateX(0);
  }
  70% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
@keyframes bottomToTop {
  0% {
    visibility: visible;
    top: calc(100% + 35px);
    transform: translateY(0);
  }
  80% {
    visibility: visible;
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    visibility: visible;
    top: 0;
    transform: translateY(-100%);
  }
}
/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light:not(.dynamic-bg),
.wrapper--lightGrey + .wrapper--lightGrey:not(.dynamic-bg),
.wrapper--darkGrey + .wrapper--darkGrey:not(.dynamic-bg),
.wrapper--white + .wrapper--white:not(.dynamic-bg) {
  padding-top: 0;
}

.wrapper.dynamic-bg + .wrapper.dynamic-bg {
  padding-top: 0;
}

/* Import plugin styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
