@charset "UTF-8";
/* =================================================================
Styles for the base templates.
==================================================================== */
/**
 * 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=87.5em&xxlarge=118.75em";
}

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: #383838;
  -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: #383838;
  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: #383838;
}

::placeholder {
  color: #383838;
}

[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: #383838;
  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.6;
  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: #383838;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  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.6;
}

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 #383838;
}
blockquote, blockquote p {
  line-height: 1.6;
  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, .button,
  a.button, .cover-area-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: 1rem;
  padding-left: 1rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .grid-container {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
.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: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.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: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.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: #383838;
}
: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%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #383838;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.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 #383838;
  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 #383838 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: #383838 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 #383838 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 #383838;
}
@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: #383838 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 #383838 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 #383838;
  }
}
@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: #383838 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 #383838 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 #383838;
  }
}
.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 #383838 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 #383838;
}
.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(56, 56, 56, 0.8);
  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: 100rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}
.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: 87.49875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 87.5em) {
  .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: fixed;
  top: 0;
  z-index: 20;
}

.top-nav-desktop {
  height: 56px;
  z-index: 20;
  transition: height 300ms linear, background-color 300ms linear, box-shadow 300ms linear;
  text-align: right;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 64em) {
  .top-nav-desktop {
    height: 100px;
  }
}
.sticky-active .top-nav-desktop {
  height: 70px;
  background: #e6e4de;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.top-nav-desktop__contact-btn {
  width: 114px;
  height: 44px;
  background-color: #EDB605;
  position: absolute;
  right: 90px;
  top: 28px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  transition: top 300ms linear;
  text-decoration: none;
}
.sticky-active .top-nav-desktop__contact-btn {
  top: 11px;
}
.top-nav-desktop__menu-button {
  position: absolute;
  top: 37px;
  right: 30px;
  transition: top 300ms linear;
  font-weight: 400;
  cursor: pointer;
}
.sticky-active .top-nav-desktop__menu-button {
  top: 22px;
}

.site-logo-desktop {
  width: 223px;
  height: 50px;
  position: absolute;
  top: 26px;
  left: 30px;
  transition: top 300ms linear, width 300ms linear, height 300ms linear;
}
.sticky-active .site-logo-desktop {
  top: 8px;
}
.site-logo-desktop__dark-logo, .site-logo-desktop__light-logo {
  transition: opacity 300ms linear;
  width: 223px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-logo-desktop__dark-logo {
  opacity: 1;
}
.topbar-type--dark .site-logo-desktop__dark-logo {
  opacity: 1;
}
.topbar-type--light .site-logo-desktop__dark-logo {
  opacity: 0;
}
.has-sticky.sticky-active .site-logo-desktop__dark-logo {
  opacity: 1;
}
.site-logo-desktop__light-logo {
  opacity: 0;
}
.topbar-type--dark .site-logo-desktop__light-logo {
  opacity: 0;
}
.topbar-type--light .site-logo-desktop__light-logo {
  opacity: 1;
}
.has-sticky.sticky-active .site-logo-desktop__light-logo {
  opacity: 0;
}

.top-bar-mobile {
  background: transparent;
  height: 56px;
  transition: background-color, 300ms;
}
.top-bar-mobile__menu-icon {
  position: absolute;
  top: 17px;
  right: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.sticky-active .top-bar-mobile {
  background: #e6e4de;
}

.site-logo-mobile {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 185px;
}
.site-logo-mobile__dark-logo, .site-logo-mobile__light-logo {
  transition: opacity 200ms;
  width: 185px;
  height: auto;
  position: absolute;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-logo-mobile__dark-logo {
  opacity: 1;
}
.topbar-type--dark .site-logo-mobile__dark-logo {
  opacity: 1;
}
.topbar-type--light .site-logo-mobile__dark-logo {
  opacity: 0;
}
.has-sticky.sticky-active .site-logo-mobile__dark-logo {
  opacity: 1;
}
.site-logo-mobile__light-logo {
  opacity: 0;
}
.topbar-type--dark .site-logo-mobile__light-logo {
  opacity: 0;
}
.topbar-type--light .site-logo-mobile__light-logo {
  opacity: 1;
}
.has-sticky.sticky-active .site-logo-mobile__light-logo {
  opacity: 0;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 200ms;
  z-index: -10;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .mobile-nav-overlay {
    display: none;
  }
}
.mobile-nav-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-nav-overlay--active {
  z-index: 10;
  opacity: 1;
}
.mobile-nav-overlay--hide {
  opacity: 0 !important;
}
.mobile-nav-overlay--initial {
  transition: opacity 0s;
}

.desktop-search-box {
  display: none;
  background: #ebebeb;
  height: 70px;
  padding: 10px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
  width: 460px;
}
.sticky--short .desktop-search-box {
  top: 35px;
}
.desktop-search-box__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 50px;
  top: 10px;
  padding-right: 60px;
  background: white;
}
.desktop-search-box__submit {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background: url(/images//icons/search-icon-dark.svg) no-repeat center;
  background-size: contain;
  transition: opacity 200ms;
  overflow: hidden;
  border: 12.5px solid transparent;
  width: 55px;
}
.desktop-search-box__submit:hover, .desktop-search-box__submit:active {
  opacity: 0.8;
}
.desktop-search-box__input {
  margin: 0;
  border: 0;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
  color: #383838;
  background: white !important;
  height: 100%;
}
.desktop-search-box__input:focus {
  border: 0;
  background: transparent;
}
.desktop-search-box__input::-webkit-input-placeholder {
  color: #383838;
}
.desktop-search-box__input:-moz-placeholder { /* Firefox 18- */
  color: #383838;
}
.desktop-search-box__input::-moz-placeholder { /* Firefox 19+ */
  color: #383838;
}
.desktop-search-box__input:-ms-input-placeholder {
  color: #383838;
}
.desktop-search-box__close-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 8px;
  text-indent: -1000px;
  overflow: hidden;
  text-align: left;
  background: url(/images/icons/cross-dark.svg) no-repeat;
  background-size: contain;
  transition: opacity 200ms;
  border: 5px solid transparent;
}
.desktop-search-box__close-btn:active, .desktop-search-box__close-btn:hover {
  opacity: 0.8;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 32px;
  height: 20px;
  padding: 2px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: white;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, background-color 200ms;
  border-radius: 2px;
  margin-bottom: 9px;
}
.topbar-type--dark .animated-menu-icon__top, .has-sticky.sticky-active .animated-menu-icon__top, .topbar-type--dark .animated-menu-icon__middle, .has-sticky.sticky-active .animated-menu-icon__middle, .topbar-type--dark .animated-menu-icon__bottom, .has-sticky.sticky-active .animated-menu-icon__bottom {
  background-color: #383838;
}
.animated-menu-icon__top {
  top: 2px;
}
.animated-menu-icon__middle {
  top: 11px;
}
.animated-menu-icon__bottom {
  bottom: -11px;
}

.footer {
  background: #383838;
  text-align: left;
  color: white;
  padding: 100px 0 90px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .footer {
    padding: 160px 0 110px;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }
}
.footer a,
.footer a:visited {
  text-decoration: none;
}
.footer a:hover,
.footer a:active {
  color: #ffffff;
}
.footer__title {
  text-align: left;
  font-size: 1rem;
  color: #edb605;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .footer__title {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 64em) {
  .footer__social-title {
    margin-bottom: 25px;
  }
}
.footer__items {
  display: flex;
  flex-direction: column;
}
.footer__item {
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .footer__item {
    font-size: 1.75rem;
  }
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__item-sm {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .footer__item-sm {
    font-size: 1.3125rem;
  }
}
.footer__item-sm:last-child {
  margin-bottom: 0;
}
.footer__icon {
  width: 25px;
  height: 25px;
  background: no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
.footer__phone-icon {
  background-image: url(/images/icons/phone-line-light.svg);
}
.footer__pin-icon {
  background-image: url(/images/icons/pin-line-light.svg);
}
.footer__email-icon {
  background-image: url(/images/icons/mail-line-light.svg);
}
.footer__links {
  font-size: 0;
  margin: 0 auto;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .footer__links {
    margin-top: 80px;
  }
}
.footer__links a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  color: rgba(245, 245, 245, 0.3803921569);
  margin: 0;
  line-height: 1.2;
}
@media print, screen and (max-width: 39.99875em) {
  .footer__links a {
    line-height: 38px;
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .footer__links a {
    line-height: 34px;
    padding: 0;
  }
  .footer__links a:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: none;
    color: rgba(245, 245, 245, 0.3803921569);
  }
  .footer__links a:first-child {
    padding-left: 0;
  }
}
.footer__socials .icon {
  margin-right: 25.5px;
}
.footer__socials .twitter svg {
  width: 22px;
  height: 17.87px;
}
.footer__socials .linkedin svg {
  width: 16.79px;
  height: 16.79px;
}
.footer__copy {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 605px;
}
@media print, screen and (min-width: 40em) {
  .footer__copy {
    font-size: 1.3125rem;
  }
}
.footer__copy p {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .footer__subscribe {
    margin-top: 80px;
  }
}
.footer__subscribe-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}
.footer__subscribe-field {
  width: 100%;
  margin-top: auto;
}
.footer__subscribe-field input {
  background: transparent;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 18px;
}
.footer__subscribe-field input:active, .footer__subscribe-field input:focus, .footer__subscribe-field input:hover {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__subscribe-field label {
  margin-bottom: 10px;
}
.footer__subscribe-field ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe-field ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__subscribe-field .ff-form-errors {
  margin: 0;
}
.footer__subscribe-field .ff-errors {
  margin: 30px 0 0;
  list-style-type: none;
}
.footer__subscribe-button {
  width: 84px;
  border: 1px solid #EDB605;
  padding: 15px;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  margin: auto 0 0;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .footer__subscribe-button {
    width: 94px;
    padding: 37px 16px;
    text-transform: uppercase;
  }
}
.footer__separator {
  width: 100%;
  height: 1px;
  background-color: rgba(245, 245, 245, 0.3803921569);
  margin: 40px 0;
}
@media screen and (min-width: 64em) {
  .footer__separator {
    margin: 120px 0;
  }
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 22px;
  align-items: center;
  justify-content: left;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .footer__logos {
    margin-top: 25px;
  }
}
@media screen and (min-width: 64em) {
  .footer__logos {
    gap: 20px 26px;
    justify-content: end;
  }
}
.footer__cyber-logo {
  width: 79px;
}
@media screen and (min-width: 64em) {
  .footer__cyber-logo {
    width: 94px;
  }
}
.footer__apmp-logo {
  width: 78px;
}
@media screen and (min-width: 64em) {
  .footer__apmp-logo {
    width: 98px;
  }
}
.footer__gbc-logo {
  width: 89px;
}
@media screen and (min-width: 64em) {
  .footer__gbc-logo {
    width: 99px;
  }
}
.footer__disability-logo {
  width: 142px;
}
@media screen and (min-width: 64em) {
  .footer__disability-logo {
    width: 158px;
  }
}
@media screen and (min-width: 64em) {
  .footer__bottom {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__copyright {
    order: 100;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #383838;
  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: #ffffff;
}
@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: #333333;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

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

.offcanvas-nav {
  background: #383838;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  width: calc(100% - 16px);
  min-height: 100vh;
  transition: transform 350ms;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
@media print, screen and (max-width: 63.99875em) {
  .offcanvas-nav {
    left: 0;
  }
}
@media screen and (min-width: 64em) {
  .offcanvas-nav {
    padding-left: 50px;
    width: calc(100% - 40px);
    right: 0;
    transform: translateX(100%);
  }
}
.offcanvas-nav--active {
  transform: none;
}
.offcanvas-nav--active .appear-anim.appear-anim--1 {
  animation-delay: 200ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--2 {
  animation-delay: 400ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--3 {
  animation-delay: 600ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--4 {
  animation-delay: 800ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--5 {
  animation-delay: 1000ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--6 {
  animation-delay: 1200ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--7 {
  animation-delay: 1400ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--8 {
  animation-delay: 1600ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--9 {
  animation-delay: 1800ms;
}
.offcanvas-nav--active .appear-anim.appear-anim--10 {
  animation-delay: 2000ms;
}
.offcanvas-nav .appear-anim {
  opacity: 0;
  animation-name: appear-up-anim;
  animation-duration: 600ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.offcanvas-nav > .grid-container {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .offcanvas-nav__col {
    margin-bottom: 30px;
  }
}
.offcanvas-nav__title {
  color: #EDB605;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .offcanvas-nav__title {
    margin-bottom: 45px;
  }
}
.offcanvas-nav__social-title {
  margin-bottom: 19px;
}
.offcanvas-nav__items {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.offcanvas-nav__items a {
  font-size: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.14;
  margin: 0;
  transition: color 200ms;
}
.offcanvas-nav__items a:hover,
.offcanvas-nav__items a:active {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-nav__big-items {
  gap: 26px;
  margin-top: -8px;
}
.offcanvas-nav__big-items a {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .offcanvas-nav__big-items a {
    font-size: 3.5rem;
  }
}
.offcanvas-nav__socials {
  padding-top: 10vh;
}
.offcanvas-nav__social-icon {
  margin-right: 25px;
  display: inline-block;
}
.offcanvas-nav__social-icon .twitter {
  width: 26.54px;
}
.offcanvas-nav__social-icon .linkedin {
  width: 23.06px;
}
.offcanvas-nav__close-btn {
  display: flex;
  position: absolute;
  right: 25px;
  top: 37px;
  flex-direction: row;
  text-transform: uppercase;
  font-weight: 400;
  height: auto;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.offcanvas-nav__close-btn svg {
  margin-left: 20px;
}
.offcanvas-nav__close-btn span {
  color: white;
  font-size: 14px;
  letter-spacing: 0.075em;
}

.offcanvas-nav-sm {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 65px 0 40px;
}
.offcanvas-nav-sm__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.offcanvas-nav-sm__menu {
  padding: 0;
  margin: 0;
}
.offcanvas-nav-sm__menu > li {
  list-style-type: none;
}
.offcanvas-nav-sm__menu a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.25rem;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #565656;
  line-height: 1.8;
}
.offcanvas-nav-sm__menu a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-nav-sm__menu a:hover, .offcanvas-nav-sm__menu a:active, .offcanvas-nav-sm__menu a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
}
.offcanvas-nav-sm__menu > li:last-child > a {
  border: 0;
}
.offcanvas-nav-sm__button {
  display: block;
  width: 100%;
  background-color: #edb605;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  transition: top 300ms linear;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 30px;
}

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

@keyframes appear-up-anim {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================================================
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;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-area-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;
}

img:not(.lazy):before {
  content: "Image not found";
  display: block;
  background: #e6e4de;
  padding: 10px;
}

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

.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;
  }
}

.invisible-at-start {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  * {
    transition: all 0s !important;
    animation-duration: 0s !important;
  }
}
/* ================================================================================
Use this class for chunks of WYSIWYG text with formatting
=================================================================================== */
.copy, .copy p,
.copy li {
  color: #383838;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.0625rem;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
@media print, screen and (min-width: 40em) {
  .copy, .copy p,
  .copy li {
    font-size: 1.125rem;
  }
}
.copy .subtitle {
  font-size: 1.5rem;
}
.copy h1,
.copy h2 {
  font-size: 1.125rem;
  color: #383838;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .copy h1,
  .copy h2 {
    font-size: 1.75rem;
  }
}
.copy h3 {
  font-size: 1.25rem;
  color: #383838;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .copy h3 {
    font-size: 1.25rem;
  }
}
.copy__title {
  margin-bottom: 1rem;
  color: #383838;
  font-size: 1.5rem;
  line-height: 1.2;
  max-width: 645px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .copy__title {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 87.5em) {
  .copy__title {
    margin-right: 170px;
  }
}
.copy__abstract, .process__abstract p {
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 782px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .copy__abstract, .process__abstract p {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
.copy__abstract p, .process__abstract p p {
  font-weight: inherit;
}
.copy__abstract p:last-child, .process__abstract p p:last-child {
  margin-bottom: 0;
}
.copy__copy {
  text-align: left;
}
.copy__buttons {
  margin-top: 1.5rem;
}
.copy__col1 {
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .copy__col1 {
    padding: 0 16px;
  }
}
@media screen and (min-width: 64em) {
  .copy__col1 {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .copy__col2 {
    padding: 0 16px;
  }
}
@media screen and (min-width: 64em) {
  .copy__col2 {
    margin-top: 3px;
  }
}
.copy__wrapper.wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 64em) {
  .copy__wrapper.wrapper {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.copy__wrapper.wrapper.copyColor--dark {
  background: linear-gradient(180deg, rgb(38, 38, 38) 584px, rgb(38, 38, 38) 100%);
}
.copy p,
.copy li {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .copy p,
  .copy li {
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}
.copy ul,
.copy ol {
  margin-left: 0;
}
.copy ul {
  margin-left: 0.25rem;
}
.copy li {
  margin-bottom: 0;
  text-align: left;
  margin-left: 1rem;
}
.copy a,
.copy a:visited {
  color: #383838;
  font-weight: inherit;
  transition: color 200ms, border-color 200ms;
  word-wrap: break-word;
  text-decoration: underline;
}
.copy a:hover,
.copy a:active {
  color: black;
}
.copy blockquote {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .copy blockquote {
    font-size: 1.375rem;
    margin: 2rem 0;
  }
}
.copy img:last-child,
.copy figure:last-child {
  margin-bottom: 0;
}
.copy > ul:last-child, .copy p > ul:last-child,
.copy li > ul:last-child,
.copy > p:last-child,
.copy p > p:last-child,
.copy li > p:last-child {
  margin-bottom: 0;
}
.copy iframe {
  max-width: 100%;
}
.copy .responsive-embed iframe {
  width: 100% !important;
  height: 100% !important;
}
.copy.text-center, .copy p.text-center,
.copy li.text-center {
  text-align: center;
}
.copy.text-center p, .copy p.text-center p,
.copy li.text-center p {
  text-align: inherit;
}
.copy .align-center,
.copy .center-img {
  text-align: center;
}
.copy .align-center img,
.copy .center-img img {
  margin-left: auto;
  margin-right: auto;
}
.copy .bordered {
  padding: 5px;
  border: 1px solid #DBE3E3;
}
.copy img {
  margin-bottom: 1.5rem;
}
.copy .medium, .copy .small {
  text-align: center;
}
.copy .medium img, .copy .small img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.copy .small img {
  width: 300px;
}
.copy .medium img {
  width: 600px;
}
@media print, screen and (min-width: 40em) {
  .copy .left {
    float: left;
    max-width: calc(50% - 2.125rem);
    margin: 0 2.125rem 2.125rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .copy .right {
    float: right;
    max-width: calc(50% - 2.125rem);
    margin: 0 0 2.125rem 2.125rem;
  }
}
.copy ol {
  counter-reset: section;
  list-style-type: none;
  margin-left: 0;
}
.copy ol li {
  margin: 0 0 6px;
}
.copy ol li > strong + p {
  margin-top: 0.6rem;
}
.copy ol ul {
  margin: 0.5rem 0 0 1.4rem !important;
}
.copy ol table {
  border: 0 none;
}
.copy ol table td {
  padding: 0;
}
.copy ol table td:first-child {
  width: 25%;
}
.copy ol table td img {
  margin: 0 3rem !important;
}
.copy ol table tbody {
  background: none;
  border: none;
}
.copy ol ol {
  margin-left: 1.4rem;
}
.copy ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: 700;
}
.copy--dark, .wrapper--dark .copy, .wrapper--dark .copy p, .copy .wrapper--dark p,
.wrapper--dark .copy li,
.copy .wrapper--dark li, .wrapper--darkGrey .copy, .wrapper--darkGrey .copy p, .copy .wrapper--darkGrey p,
.wrapper--darkGrey .copy li,
.copy .wrapper--darkGrey li {
  color: #ffffff;
}
.copy--dark a, .wrapper--dark .copy a, .copy .wrapper--dark p a,
.copy .wrapper--dark li a, .wrapper--darkGrey .copy a, .copy .wrapper--darkGrey p a,
.copy .wrapper--darkGrey li a,
.copy--dark a:visited {
  color: #ffffff;
}
.copy--dark a:hover, .wrapper--dark .copy a:hover, .copy .wrapper--dark p a:hover,
.copy .wrapper--dark li a:hover, .wrapper--darkGrey .copy a:hover, .copy .wrapper--darkGrey p a:hover,
.copy .wrapper--darkGrey li a:hover,
.copy--dark a:active,
.wrapper--dark .copy a:active,
.copy .wrapper--dark p a:active,
.copy .wrapper--dark li a:active,
.wrapper--darkGrey .copy a:active,
.copy .wrapper--darkGrey p a:active,
.copy .wrapper--darkGrey li a:active,
.copy--dark a:focus,
.wrapper--dark .copy a:focus,
.copy .wrapper--dark p a:focus,
.copy .wrapper--dark li a:focus,
.wrapper--darkGrey .copy a:focus,
.copy .wrapper--darkGrey p a:focus,
.copy .wrapper--darkGrey li a:focus {
  color: #d9d9d9;
}
.copy--center {
  text-align: center;
}
.copy--center h1,
.copy--center h2,
.copy--center h3,
.copy--center p,
.copy--center li {
  text-align: center;
}
html {
  height: 100%;
  min-height: 100%;
}

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

a.social-icon {
  background: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 4px;
  line-height: 35px !important;
  text-align: center;
  position: relative;
  transition: opacity 200ms, background 200ms;
}
a.social-icon:first-child {
  margin-left: 0;
}
a.social-icon:last-child {
  margin-right: 0;
}
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-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;
}

/* ====================================================
Button styles
======================================================= */
.button,
a.button {
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem 2rem 0.5625rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.075em;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
}
.button::-moz-selection, a.button::-moz-selection {
  background: transparent;
}
.button::selection,
a.button::selection {
  background: transparent;
}
.button--wide,
a.button--wide {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .button--wide,
  a.button--wide {
    width: auto;
  }
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--light, .carousel .slide-content .button,
a.button--light {
  background-color: #a5a7a7;
  color: #ffffff;
}
.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: #383838;
  background: #bfc0c0;
}

.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: #383838;
  background: white;
}

.button--dark, .button,
a.button,
a.button--dark {
  background-color: #edb605;
  color: #383838;
}
.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: #ffffff;
  border-color: #bb9004;
  background: #bb9004;
}

.button--dark-solid,
a.button--dark-solid {
  color: white;
  background: #edb605;
}
.button--dark-solid:hover, .button--dark-solid:focus, .button--dark-solid:active,
a.button--dark-solid:hover,
a.button--dark-solid:focus,
a.button--dark-solid:active {
  color: white;
  border-color: #fbc92a;
  background: #fbc92a;
}

.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 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found__title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 2rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .not-found__title {
    font-size: 1.75rem;
  }
}
.not-found p {
  font-size: 1.25rem;
}
.not-found__copy {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .not-found__copy {
    margin-bottom: 40px;
  }
}
.not-found__copy p {
  font-size: 21px;
}
@media print, screen and (min-width: 40em) {
  .not-found__copy p {
    font-size: 28px;
    max-width: 762px;
  }
}
.not-found__big {
  font-size: 3rem !important;
  line-height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #EDB605 !important;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .not-found__big {
    font-size: 7.5rem !important;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  margin-top: 2.25rem;
}

/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media print, screen and (min-width: 40em) {
  form ::-webkit-input-placeholder {
    color: rgba(56, 56, 56, 0.6);
  }
}
form :-moz-placeholder { /* Firefox 18- */ }
@media print, screen and (min-width: 40em) {
  form :-moz-placeholder {
    color: rgba(56, 56, 56, 0.6);
  }
}
form ::-moz-placeholder { /* Firefox 19+ */ }
@media print, screen and (min-width: 40em) {
  form ::-moz-placeholder {
    color: rgba(56, 56, 56, 0.6);
  }
}
@media print, screen and (min-width: 40em) {
  form :-ms-input-placeholder {
    color: rgba(56, 56, 56, 0.6);
  }
}
@media print, screen and (max-width: 63.99875em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 40em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    background: transparent;
  }
}
form select {
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 2px solid #eee;
  border-radius: 5px;
  background-image: url(/images/icons/dropdown-arrow-dark.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
}
form select:hover, form select:active, form select:focus {
  border: 2px solid #bbbbbb;
  background-color: transparent;
}
form .required {
  color: #383838;
}

.contact-form {
  padding-right: 160px;
  padding-left: 160px;
  padding-top: 115px !important;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .contact-form {
    padding-top: 215px !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .contact-form__top {
    padding: 0 20px;
  }
}
.contact-form__title {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  line-height: 1;
  color: #edb605;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .contact-form__title {
    line-height: 1.2;
    font-weight: 600;
    font-size: 4.625rem;
  }
}
.contact-form__copy {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  max-width: 675px;
  margin: 0;
  line-height: 1.15;
}
@media screen and (min-width: 64em) {
  .contact-form__copy {
    font-size: 3.25rem;
  }
}
.contact-form__address {
  margin: 50px 0 0;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .contact-form__address {
    margin: 100px 0;
    font-size: 1.125rem;
  }
}
.contact-form__address-label {
  color: #edb605;
  margin-right: 15px;
  font-weight: 600;
  font-style: normal;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-form__address-label {
    display: block;
    margin-bottom: 5px;
  }
}
.contact-form__main {
  padding: 60px 35px;
  background: white;
  margin: 50px 0 0;
}
@media screen and (min-width: 87.5em) {
  .contact-form__main {
    padding: 100px 130px;
    margin-top: 100px;
  }
}
.contact-form__message-field {
  text-align: left;
}
.contact-form__field {
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: left;
}
.contact-form__input {
  border: 0;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  padding-bottom: 15px;
  padding-left: 0;
  background: none;
  border-radius: 0 !important;
  transition: border-color 200ms;
  overflow: hidden;
  resize: none;
}
@media screen and (min-width: 64em) {
  .contact-form__input {
    font-size: 1.125rem;
  }
}
.contact-form__input:hover, .contact-form__input:active, .contact-form__input:focus {
  border: 0;
  border-bottom: 1px solid #383838;
}
.contact-form__input::-moz-placeholder {
  color: rgba(56, 56, 56, 0.5);
}
.contact-form__input::placeholder {
  color: rgba(56, 56, 56, 0.5);
}
.contact-form__label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.15;
  color: #edb605;
  text-transform: uppercase;
}
.contact-form__checkbox {
  color: rgba(56, 56, 56, 0.5411764706);
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid rgba(56, 56, 56, 0.5);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 200ms;
  margin: 0;
}
.contact-form__checkbox:hover, .contact-form__checkbox:active {
  border: 1px solid rgba(56, 56, 56, 0.75);
}
.contact-form__checkbox:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/images/icons/checked.svg) no-repeat;
  background-position: 2px;
}
.contact-form__checkbox-label {
  display: flex;
  font-size: 1rem;
  color: rgba(56, 56, 56, 0.5);
  cursor: pointer;
  text-align: left;
  margin: 0 0 20px;
}
.contact-form__button {
  width: 100%;
  height: 50px;
  background-color: #edb605;
  font-weight: 400;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 114px;
  max-height: 44px;
}
@media print, screen and (min-width: 40em) {
  .contact-form__button {
    width: 94px;
    height: 94px;
  }
}
.contact-form .ff-errors {
  margin: 0 0 10px;
  list-style-type: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 2.5rem 0 2.5rem;
  text-align: center;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .wrapper {
    padding: 9.375rem 0 12.5rem;
  }
}
.wrapper p,
.wrapper li,
.wrapper .copy__abstract,
.wrapper .copy__abstract p {
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 12.5rem;
  }
}
.wrapper--light {
  background-color: #fff;
}
.wrapper--dark {
  background: #262626;
  color: #ffffff;
}
.wrapper--darkGrey {
  background: #434343;
  color: #ffffff;
}
.wrapper--lightGrey {
  background: #e6e4de;
  color: #383838;
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
@media screen and (min-width: 64em) {
  .testimonial {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.testimonial__top-title {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #EDB605;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 64em) {
  .testimonial__top-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.testimonial__content {
  text-align: center;
  font-size: 1.3125rem;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #383838;
  flex: 1;
  margin: 0 0 20px;
  max-width: 1054px;
  line-height: 1.16;
}
@media screen and (min-width: 64em) {
  .testimonial__content {
    font-size: 3.75rem;
    margin-bottom: 60px;
  }
}
.testimonial__content p {
  line-height: inherit;
  margin: 0;
}
.testimonial__graphic {
  width: 34px;
}
@media screen and (min-width: 64em) {
  .testimonial__graphic {
    width: 50px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center no-repeat;
}

/* 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: #434343;
  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 - 100px);
  }
}
@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: #383838;
}
.carousel .slide-content__title {
  color: #ffffff;
  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 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta-bar {
  text-align: center;
  position: relative;
}
.cta-bar__wrapper {
  padding: 100px 0;
}
@media screen and (min-width: 64em) {
  .cta-bar__wrapper {
    padding: 80px 0;
    min-height: 870px;
    display: flex;
    align-items: center;
  }
}
.cta-bar__button {
  width: 118px;
  height: 118px;
  border: 1px solid #edb605 !important;
  padding: 0;
  transition: background-color 200ms, color 200ms;
  font-size: 1.125rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  text-transform: none;
  z-index: 1;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.cta-bar__button:hover, .cta-bar__button:active {
  background: #edb605 !important;
  color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 63.99875em) {
  .cta-bar__buttons {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }
}
.cta-bar__content-wrapper {
  position: relative;
  z-index: 1;
}
.cta-bar__content {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  max-width: 290px;
  color: white;
  margin: 0 auto 30px;
}
@media screen and (min-width: 64em) {
  .cta-bar__content {
    font-size: 3.25rem;
    line-height: 1.12;
    margin-bottom: 60px;
    max-width: 760px;
  }
}
.cta-bar__content p {
  font-size: inherit;
  line-height: inherit;
}
.cta-bar__content strong, .cta-bar__content em {
  color: #edb605;
}
.cta-bar__square-anim {
  position: absolute;
  bottom: -95px;
  transition: transform 200ms;
}
.cta-bar__button:active .cta-bar__square-anim, .cta-bar__button:focus .cta-bar__square-anim, .cta-bar__button:hover .cta-bar__square-anim {
  transform: rotate(-45deg);
}
.cta-bar__square {
  width: 510px;
  height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 255px);
  left: calc(50% - 255px);
  pointer-events: none;
}
.cta-bar__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 447px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (min-width: 64em) {
  .cta-bar__gradient {
    height: 584px;
  }
}

/* ====================================================
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: #ffffff;
  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 in a carousel
========================================================== */
.feature-box {
  background: #3B3B3B;
  position: relative;
  padding: 40px 20px;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  border: 1px solid #3B3B3B;
  transition: border-color 200ms;
  aspect-ratio: 509/711;
}
@media screen and (min-width: 118.75em) {
  .feature-box {
    margin-bottom: 0;
    padding: 80px 80px;
  }
}
.feature-box__top-title {
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  display: block;
}
@media screen and (min-width: 87.5em) {
  .feature-box__top-title {
    font-size: 1rem;
    margin-bottom: 1.625rem;
  }
}
.feature-box__title {
  font-size: 1.125rem;
  margin: 0 0 10px;
  font-weight: 600;
  color: #edb605 !important;
  line-height: 1.2;
}
@media screen and (min-width: 87.5em) {
  .feature-box__title {
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
  }
}
.feature-box__title a {
  text-decoration: none;
}
.feature-box__content-wrapper {
  transition: transform 200ms;
}
.feature-box--clickable:hover .feature-box__content-wrapper, .feature-box--clickable:active .feature-box__content-wrapper {
  transform: translateY(-10px);
}
.feature-box__content {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 87.5em) {
  .feature-box__content {
    font-size: 2.25rem;
  }
}
.feature-box__wrapper {
  margin: 0 10px 0 20px;
}
@media screen and (min-width: 118.75em) {
  .feature-box__wrapper {
    margin: 0 30px;
  }
}
.feature-box__gradient {
  position: absolute;
  bottom: 1px;
  left: 1px;
  height: 584px;
  width: calc(100% - 2px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.feature-box__link {
  border: 1px solid transparent;
  transition: border-color 200ms;
}
.feature-box__link:hover, .feature-box__link:active {
  border-color: #edb605;
}
.feature-box__arrow {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 12px;
  height: 22px;
  opacity: 0;
  transition: opacity 200ms linear;
}
@media screen and (min-width: 64em) {
  .feature-box--clickable:hover .feature-box__arrow, .feature-box--clickable:active .feature-box__arrow {
    opacity: 1;
  }
}
@media screen and (min-width: 118.75em) {
  .feature-box__arrow {
    bottom: 78px;
    left: 78px;
  }
}

/* =======================================================
The surrounding component
========================================================== */
.feature-boxes {
  background: linear-gradient(180deg, rgb(38, 38, 38) 584px, rgb(38, 38, 38) 100%);
  padding: 100px 0;
}
@media screen and (min-width: 64em) {
  .feature-boxes {
    padding: 240px 0;
  }
}
.feature-boxes__title {
  padding: 15px 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 2rem;
  margin: 0 auto 20px;
}
@media screen and (min-width: 64em) {
  .feature-boxes__title {
    font-size: 3.5rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  .feature-boxes__title-wrapper {
    padding-top: 50px;
  }
}
.feature-boxes__top-left, .feature-boxes__bottom-right {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/images/title-left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.feature-boxes__top-left {
  top: 0;
  left: 0;
  background-image: url(/images/title-left.svg);
}
.feature-boxes__bottom-right {
  bottom: 0;
  right: 0;
  background-image: url(/images/title-right.svg);
}
.feature-boxes__copy {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .feature-boxes__copy {
    margin-bottom: 2.25rem;
  }
}
.feature-boxes__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 584px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/* =======================================================
A component with several news boxes, an image, title,
content, and link.
========================================================== */
.news-box {
  background: transparent;
  position: relative;
  padding: 0;
  text-align: left;
  border: 0;
  transition: color 200ms, border 200ms;
  box-shadow: none;
  color: #383838;
  height: inherit !important;
  max-width: 510px;
}
@media print, screen and (max-width: 39.99875em) {
  .news-box {
    margin-bottom: 40px;
  }
}
@media print {
  .news-box {
    border: 1px solid grey;
  }
}
.news-box__title {
  font-size: 1.3125rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #edb605;
  line-height: 1.3;
}
@media screen and (min-width: 64em) {
  .news-box__title {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}
.news-box__content {
  padding: 20px 20px 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .news-box__content {
    padding: 40px 38px 0;
    font-size: 1rem;
  }
}
.news-box__date {
  margin: 0 0 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .news-box__date {
    font-size: 1rem;
    margin-bottom: 14px;
  }
}
.news-box__image {
  transition: transform 200ms, filter 200ms;
}
.news-box__image-wrapper {
  width: 100%;
  background: #d0ccc1;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.news-box__link {
  text-decoration: none;
}
.news-box__abstract {
  margin-bottom: 0;
}
.news-box__button {
  color: #383838;
  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:hover, .news-box:active {
  color: black;
}
.news-box:hover .news-box__image, .news-box:active .news-box__image {
  filter: brightness(115%);
  transform: scale(1.1);
}

/* =======================================================
The surrounding component
========================================================== */
.news-list__wrapper {
  padding-top: 116px;
  padding-bottom: 100px;
}
@media screen and (min-width: 64em) {
  .news-list__wrapper {
    padding-top: 240px;
    padding-bottom: 100px;
  }
}
.news-list__top {
  margin: 0 auto 60px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 64em) {
  .news-list__top {
    max-width: 1054px;
  }
}
.news-list__top-title {
  font-size: 1.3125rem;
  line-height: 1.19;
  color: #edb605;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .news-list__top-title {
    font-size: 2.625rem;
    margin-bottom: 18px;
  }
}
.news-list__title {
  font-size: 1.5625rem;
  color: #383838;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .news-list__title {
    font-size: 3.25rem;
  }
}
.news-list__filters {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .news-list__filters {
    margin-bottom: 60px;
  }
}
.news-list__pagination {
  margin: 40px auto 0;
}
@media screen and (min-width: 64em) {
  .news-list__pagination {
    margin-top: 60px;
  }
}

.news-list-item {
  display: grid;
  gap: 0;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 64em) {
  .news-list-item {
    margin-bottom: 120px;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
  }
}
.news-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .news-list-item:nth-child(even) .news-list-item__content-wrapper {
    order: -1;
  }
}
.news-list-item__content-wrapper {
  padding: 20px 16px 0;
}
@media screen and (min-width: 64em) {
  .news-list-item__content-wrapper {
    flex: 1;
    padding: 0 16px;
  }
}
@media screen and (min-width: 118.75em) {
  .news-list-item__content-wrapper {
    padding: 0 136px;
  }
}
.news-list-item__title {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin: 0;
  color: #edb605;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .news-list-item__title {
    font-size: 2.125rem;
  }
}
.news-list-item__date {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .news-list-item__date {
    font-size: 1rem;
  }
}
.news-list-item__copy {
  font-size: 1rem;
  margin: 10px 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 64em) {
  .news-list-item__copy {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
.news-list-item__image-wrapper {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .news-list-item__image-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .news-list-item__image-wrapper {
    flex: 1;
  }
}
/* =======================================================
News in a carousel - e.g. "Related news" component, also
used for "related case studies"
========================================================== */
/* =======================================================
For the related news component - box styles are in "news box"
and carousel styles are in "news carousel"
========================================================== */
.related-news__title {
  font-size: 1.5625rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .related-news__title {
    font-size: 3.25rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 40em) {
  .related-news__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 64em) {
  .related-news__boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
.related-news__container {
  margin: 0 auto;
}
.related-news__more {
  margin-top: 20px;
}

/* ================================================================
Default <figure> & <figcaption> styles
- used as caption on copy images
=================================================================== */
figure {
  margin: 0 0 1.5rem;
}

figcaption {
  font-style: normal;
  margin: -15px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  figcaption {
    font-size: 1rem;
  }
}

.reveal-on-scroll {
  opacity: 0;
  position: relative;
  /* ====================================================
    Set initial states
    ======================================================= */
  /* ====================================================
    ...then when in view, set final state
    ======================================================= */
  /* ====================================================
    Stagger their entrance
    ======================================================= */
}
.reveal-on-scroll.slide-in-left {
  opacity: 0;
  transition: transform 2s, opacity 2s;
  transform: translate3d(-25px, 0px, 0px);
}
.reveal-on-scroll.slide-in-right {
  opacity: 0;
  transition: transform 700ms, opacity 700ms;
  transform: translate3d(25px, 0px, 0px);
}
.reveal-on-scroll.fade-in-up {
  opacity: 0;
  transition: transform 700ms ease-out, opacity 700ms ease-in;
  transform: translate3d(0, 40px, 0px);
}
.reveal-on-scroll.fade-in {
  opacity: 0;
  transition: opacity 850ms linear;
}
.reveal-on-scroll.slide-in-left.in-view, .reveal-on-scroll.slide-in-right.in-view, .reveal-on-scroll.fade-in-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.reveal-on-scroll.fade-in.in-view {
  opacity: 1;
}
.reveal-on-scroll.zoom-in {
  opacity: 0;
  transform: scale(0.98);
  transition: transform 400ms, opacity 400ms;
}
.reveal-on-scroll.zoom-in.in-view {
  opacity: 1;
  transform: scale(1);
}

/* ====================================================
Manual staggered transitions
======================================================= */
.transition-delay-1 {
  transition-delay: 250ms !important;
}

.transition-delay-2 {
  transition-delay: 500ms !important;
}

.transition-delay-3 {
  transition-delay: 750ms !important;
}

.transition-delay-4 {
  transition-delay: 1000ms !important;
}

.transition-delay-5 {
  transition-delay: 1250ms !important;
}

.transition-delay-6 {
  transition-delay: 1500ms !important;
}

.transition-delay-7 {
  transition-delay: 1750ms !important;
}

.transition-delay-8 {
  transition-delay: 2000ms !important;
}

.transition-delay-9 {
  transition-delay: 2250ms !important;
}

.transition-delay-10 {
  transition-delay: 2500ms !important;
}

.transition-delay-11 {
  transition-delay: 2750ms !important;
}

.transition-delay-12 {
  transition-delay: 3000ms !important;
}

.transition-delay-13 {
  transition-delay: 3250ms !important;
}

.transition-delay-14 {
  transition-delay: 3500ms !important;
}

.transition-delay-15 {
  transition-delay: 3750ms !important;
}

.transition-delay-16 {
  transition-delay: 4000ms !important;
}

/* ================================================================
A full-width image banner which loads a video in lightbox when
button is clicked
=================================================================== */
.video {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.video__play {
  margin: 0 auto;
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video__tint {
  opacity: 0.4;
  z-index: 1;
}
.video__lightbox {
  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 {
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.video__embed textarea {
  display: none;
}

.image-carousel-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.image-carousel__slide-content {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .image-carousel__slide-content {
    padding-bottom: 42.857%;
  }
}
.image-carousel__slide-img {
  display: block;
}
.image-carousel .slick-prev,
.image-carousel .slick-next {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 12px;
  width: auto;
  height: auto;
  transition: background 200ms;
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media screen and (min-width: 64em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-prev:before,
  .image-carousel .slick-next:before {
    width: 17px;
    padding-bottom: 133.33%;
  }
}
.image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
.image-carousel .slick-next:hover,
.image-carousel .slick-next:active,
.image-carousel .slick-next:focus {
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
  .image-carousel .slick-next:hover,
  .image-carousel .slick-next:active,
  .image-carousel .slick-next:focus {
    background: rgba(0, 0, 0, 0.7);
  }
}
.image-carousel .slick-prev {
  left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-prev {
    padding-right: 21px;
  }
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev {
    left: 2.125rem;
  }
}
.image-carousel .slick-next {
  right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-next {
    padding-left: 21px;
  }
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-next {
    right: 2.125rem;
  }
}

.search-result {
  text-align: left;
  border-bottom: 2px solid #b8b8b8;
  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: #383838;
  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: #454545;
}
.search-results__prev:after {
  transform: rotate(180deg);
}
.search-results__paginate-amount {
  border-color: #6b6b6b;
  border-width: 1px;
  display: inline;
  margin-left: 6px;
  width: auto;
  min-width: 140px;
}

/* =============================================================
Display text and images next to each other - vertically align
the text to the image. Default is image on left.
================================================================ */
@media print, screen and (max-width: 63.99875em) {
  .copy-full-img {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img {
    min-height: 430px;
  }
}
.copy-full-img__content-wrapper {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 12.5rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 0;
    min-height: 5rem;
    display: flex;
    align-items: center;
  }
}
.copy-full-img__content {
  text-align: left;
}
.copy-full-img__img-wrapper {
  background: #BEBFBF;
  padding-bottom: 68%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .copy-full-img__img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
  }
  .copy-full-img--right .copy-full-img__img-wrapper {
    left: 50%;
    right: 0;
  }
}
.copy-full-img.wrapper + .wrapper {
  padding-top: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .copy-full-img.wrapper + .wrapper {
    padding-top: 9.375rem !important;
  }
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.pagination {
  font-size: 0;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .pagination {
    margin-bottom: 1.25rem;
  }
}
.pagination__item {
  display: inline-block;
  text-decoration: none;
  color: #383838 !important;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  background: transparent;
  position: relative;
  transition: border 200ms;
  outline: none;
  padding: 0 4px 4px;
  margin: 6px 4px 0;
  line-height: 1.62;
}
.pagination__item:hover, .pagination__item:active, .pagination__item:focus {
  z-index: 1;
  border-color: #bbb;
}
.pagination__item:hover:not(.disabled):not(.current), .pagination__item:active:not(.disabled):not(.current), .pagination__item:focus:not(.disabled):not(.current) {
  color: #a27c03 !important;
}
.pagination__item.current {
  color: #edb605 !important;
  border-color: #bbb;
  z-index: 2;
}
.pagination__item.current:after {
  content: "";
  border-bottom: 2px solid #edb605;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 200ms, border-color 200ms;
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: default;
}
.pagination__item.disabled:hover, .pagination__item.disabled:active {
  opacity: 0.5;
}
.pagination__pages {
  margin: 0 0.75rem;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination__pages {
    margin: 0 1rem;
  }
}
.pagination__next, .pagination__prev, .pagination__last, .pagination__first {
  font-size: 14px;
  line-height: 2.43;
  letter-spacing: 0.15em;
  margin-top: 0;
}
.pagination__first {
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .pagination__first {
    margin-right: 1rem;
  }
}
.pagination__last {
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .pagination__last {
    margin-left: 1rem;
  }
}
.pagination__prev-next {
  display: inline-block;
  text-transform: uppercase;
}
.pagination__icon-left {
  transform: rotate(180deg);
}

/* ====================================================
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-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: 4px;
  font-size: 0.75rem;
  opacity: 0.6;
}
.animated-input label {
  position: absolute;
  left: 0.75rem;
  top: 12px;
  transition: all 200ms;
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
.news-article__wrapper {
  padding-top: 116px;
  padding-bottom: 80px;
}
@media screen and (min-width: 64em) {
  .news-article__wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.news-article__date {
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  .news-article__date {
    margin-bottom: 28px;
    font-size: 1.25rem;
  }
}
.news-article__title {
  font-size: 1.3125rem;
  color: #edb605;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto 40px;
}
@media screen and (min-width: 64em) {
  .news-article__title {
    margin-bottom: 80px;
    font-size: 3.25rem;
  }
}
.news-article__image-wrapper {
  margin: 0 auto 40px;
}
@media screen and (min-width: 64em) {
  .news-article__image-wrapper {
    margin-bottom: 80px;
  }
}
.news-article__image {
  margin: 0 auto;
}
.news-article__abstract {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .news-article__abstract {
    font-size: 1.75rem;
  }
}

.expander__button {
  cursor: pointer;
}
.expander__content {
  display: none;
  overflow: hidden;
}
select.filter {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  background-image: url(/images/icons/dropdown-arrow-yellow.svg);
  font-size: 1rem;
  margin: 0;
  display: block;
  border-radius: 0;
}
@media print, screen and (min-width: 40em) {
  select.filter {
    display: inline-block;
    max-width: 330px;
  }
  select.filter:last-child {
    margin-right: 0;
  }
}
select.filter:hover, select.filter:active, select.filter:focus {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.map {
  width: 100%;
  height: 25rem;
}

.banner {
  width: 100%;
  height: 470px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0;
  background: #262626;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .banner {
    height: 940px;
  }
}
.banner__content-wrapper {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-bottom: 30px;
  max-width: 340px;
}
@media screen and (min-width: 64em) {
  .banner__content-wrapper {
    max-width: 1050px;
  }
}
.banner__top-title {
  font-size: 1.3125rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #edb605;
  line-height: 1.2;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .banner__top-title {
    font-size: 2.625rem;
  }
}
.banner__copy {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.13;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .banner__copy {
    font-size: 4.5rem;
  }
}
.banner__copy strong, .banner__copy i {
  color: #edb605;
}
.banner__copy p {
  line-height: inherit;
  margin: 0;
}
.banner__diamond-wrapper {
  position: absolute;
  top: calc(50% - 330px/2);
  left: calc(50% - 330px/2);
}
@media screen and (min-width: 64em) {
  .banner__diamond-wrapper {
    top: calc(50% - 1054px/2);
    left: calc(50% - 1054px/2);
  }
}
.banner__diamond {
  width: 228px;
  height: 228px;
  border: 1px solid rgba(245, 245, 245, 0.5);
  transform: rotate(45deg);
  margin: auto;
}
@media screen and (min-width: 64em) {
  .banner__diamond {
    width: 478px;
    height: 478px;
  }
}
.banner__diamond-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 330px;
  transition: -webkit-clip-path 1000ms linear;
  transition: clip-path 1000ms linear;
  transition: clip-path 1000ms linear, -webkit-clip-path 1000ms linear;
  display: flex;
  visibility: hidden;
  -webkit-clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
          clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
}
@media screen and (min-width: 64em) {
  .banner__diamond-anim {
    width: 1054px;
    height: 1054px;
  }
}
.banner__image {
  visibility: hidden;
}
.banner__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 263px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.faqs {
  text-align: left;
}
.faqs a {
  text-decoration: none;
  color: #383838;
}
.faqs__item {
  border: 1px solid #B9BABA;
  margin-left: 0 !important;
  position: relative;
}
.faqs__item:not(:last-of-type) {
  border-bottom: 0;
}
.faqs .accordion {
  margin-bottom: 0;
}
.is-active > .faqs__question:before {
  transform: rotate(90deg);
  content: "";
}
.faqs__filter {
  display: inline;
  width: 100%;
  border: 1px solid red;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 64em) {
  .faqs__filter {
    width: 250px;
  }
}
.faqs__question {
  border: 0 !important;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 60px;
  background: transparent;
  padding-right: 30px;
}
@media print, screen and (min-width: 40em) {
  .faqs__question {
    font-size: 1.3125rem;
  }
}
.faqs__question:before {
  margin-left: auto;
  margin-top: -0.25rem;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/images/faq-arrow-right.svg) no-repeat center;
  background-size: contain;
  transition: transform 200ms;
}
@media print, screen and (min-width: 40em) {
  .faqs__question:before {
    width: 12px;
    height: 12px;
  }
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  margin-left: 60px;
  border: 0 !important;
  font-size: 1.125rem;
  padding-top: 2px;
}
@media print, screen and (min-width: 40em) {
  .faqs__answer {
    font-size: 1rem;
  }
}
.faqs__answer p {
  margin-bottom: 0;
}
.faqs__number {
  display: inline-block;
  background: gainsboro;
  color: white;
  padding-top: 1rem;
  text-align: center;
  width: 60px;
  position: absolute;
  font-weight: 700;
  font-size: 1.125rem;
  top: 0;
  bottom: 0;
  transition: background 200ms;
}
.is-active > .faqs__number {
  background: grey;
}
.faqs__top {
  margin-bottom: 2rem;
}

/* ================================================================================
A menu of logos in borders (logos can be any aspect ratio)
=================================================================================== */
.logos {
  padding: 0 0.40625rem;
  margin-bottom: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.logos:hover, .logos:focus, .logos:active {
  outline: none;
}
@media print, screen and (min-width: 40em) {
  .logos {
    padding: 0 0.8125rem;
  }
}
.logos__title {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .logos__title {
    margin-bottom: 2.75rem;
  }
}
.logos__logos {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .logos__logos {
    display: flex;
    gap: 20px;
  }
}

.logos-item {
  margin: 0 0 0.8125rem;
  padding: 0 0.40625rem;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .logos-item:last-child:nth-child(odd) {
    float: none !important;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .logos-item {
    min-width: 200px;
  }
}
.logos-item__image-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 50%;
  position: relative;
  transition: border 200ms;
  border: 1px solid #e5e5e5;
}
.logos-item__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 70%;
  max-height: 65%;
  filter: saturate(0);
  transition: filter 200ms;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-item--with-link:hover, .logos-item--with-link:active, .logos-item--with-link:focus {
  outline: none;
}
.logos-item--with-link:hover img, .logos-item--with-link:active img, .logos-item--with-link:focus img {
  filter: none;
}
.logos-item--with-link:hover .logos-item__logo-wrapper, .logos-item--with-link:active .logos-item__logo-wrapper, .logos-item--with-link:focus .logos-item__logo-wrapper {
  border-color: #b2b2b2;
}

a.logo-menu-item:hover {
  border-color: #b2b2b2;
}

/* =====================================================================
Very specific logo sizings - because there'll always be some exceptions
======================================================================== */
.logo-menu-item--narrow .logo-menu-item__image {
  max-width: 47%;
}

@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;
  }
}

.fw-asset {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0;
  background: #262626;
  z-index: 1;
}
.fw-asset__content-wrapper {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-bottom: 30px;
}
.fw-asset__top-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: white;
  line-height: 1.2;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .fw-asset__top-title {
    letter-spacing: 0.3em;
    font-size: 1.125rem;
  }
}
.fw-asset__copy {
  font-size: 3rem;
  color: #fff;
  max-width: 750px;
  font-weight: 600;
  line-height: 1.21;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .fw-asset__copy {
    font-size: 7.5rem;
  }
}
.fw-asset__copy strong, .fw-asset__copy i {
  color: #edb605;
}
.fw-asset__copy p {
  line-height: inherit;
  margin: 0;
}
.fw-asset__diamond-wrapper {
  position: absolute;
  top: calc(50% - 330px/2);
  left: calc(50% - 330px/2);
}
@media screen and (min-width: 64em) {
  .fw-asset__diamond-wrapper {
    top: calc(50% - 720px/2);
    left: calc(50% - 720px/2);
  }
}
.fw-asset__diamond {
  width: 228px;
  height: 228px;
  border: 1px solid rgba(245, 245, 245, 0.5);
  transform: rotate(45deg);
  margin: auto;
}
@media screen and (min-width: 64em) {
  .fw-asset__diamond {
    width: 478px;
    height: 478px;
  }
}
.fw-asset__diamond-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 330px;
  transition: -webkit-clip-path 1000ms linear;
  transition: clip-path 1000ms linear;
  transition: clip-path 1000ms linear, -webkit-clip-path 1000ms linear;
  display: flex;
  visibility: hidden;
  -webkit-clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
          clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
}
@media screen and (min-width: 64em) {
  .fw-asset__diamond-anim {
    width: 720px;
    height: 720px;
  }
}
.fw-asset__video {
  visibility: hidden;
}
.fw-asset__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 263px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.fw-asset .alternate .fw-asset__top-title {
  text-transform: none;
  font-size: 21px;
  color: #EDB605;
}
@media screen and (min-width: 64em) {
  .fw-asset .alternate .fw-asset__top-title {
    font-size: 42px;
  }
}
.fw-asset .alternate .fw-asset__copy {
  max-width: 290px;
  font-size: 25px;
}
@media screen and (min-width: 64em) {
  .fw-asset .alternate .fw-asset__copy {
    font-size: 74px;
    max-width: 1050px;
  }
}

.gallery-item {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 708/993;
}
@media screen and (min-width: 118.75em) {
  .gallery-item {
    margin-bottom: 0;
  }
}
.gallery-item__wrapper {
  padding: 0 15px;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .gallery-item__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 118.75em) {
  .gallery-item__wrapper {
    padding: 0 50px;
  }
}
.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%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .gallery-item__image {
    max-height: 980px;
  }
}
/* =======================================================
The surrounding component
========================================================== */
.gallery {
  overflow: hidden;
}
.services {
  background-color: #e6e4de;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.25rem;
  padding-top: 6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .services {
    padding-bottom: 12.5rem;
    padding-top: 14.375rem;
  }
}
.services__container {
  width: 100%;
}
.services__title {
  color: #edb605;
  font-family: "Inter", sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin: 0 auto;
  max-width: 18.75rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .services__title {
    max-width: 65.875rem;
  }
}
@media screen and (min-width: 64em) {
  .services__title {
    font-size: 2.625rem;
    line-height: 3.125rem;
    margin-bottom: 1.125rem;
  }
}
.services__copy {
  font-family: "Inter", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin: 0 auto;
  max-width: 18.75rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .services__copy {
    max-width: 65.875rem;
  }
}
@media screen and (min-width: 64em) {
  .services__copy {
    font-size: 3.25rem;
    line-height: 3.625rem;
    margin-top: 1.125rem;
  }
}
.services__entries {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 3.75rem;
  gap: 20px;
}
@media screen and (min-width: 64em) {
  .services__entries {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10rem;
  }
}
@media screen and (min-width: 87.5em) {
  .services__entries {
    gap: 74px;
  }
}

.service-item {
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 1.875rem 1.25rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .service-item {
    padding: 3.125rem 2.5rem;
    max-width: initial;
  }
}
@media screen and (min-width: 87.5em) {
  .service-item {
    padding: 5rem 4.6875rem;
  }
}
.service-item__tint {
  background: linear-gradient(rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.service-item__image {
  filter: saturate(0);
  transition: transform 200ms ease-in-out, filter 200ms linear;
}
.service-item:hover .service-item__image, .service-item:active .service-item__image {
  transform: scale(1.07);
  filter: saturate(1);
}
.service-item__content-wrapper {
  z-index: 2;
  position: relative;
  transition: transform 200ms ease-in-out;
}
.service-item:hover .service-item__content-wrapper, .service-item:active .service-item__content-wrapper {
  transform: translateY(-10px);
}
.service-item__title {
  color: #edb605;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 1.3125rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 64em) {
  .service-item__title {
    font-size: 2.625rem;
    line-height: 3.125rem;
    max-width: 37.5rem;
    margin: 0 0 12px;
  }
}
.service-item__desc {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .service-item__desc {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-top: 0.625rem;
  }
}

.team-listing {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (min-width: 64em) {
  .team-listing {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.team-listing .grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 4rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.team-listing .grid-container .team-item {
  grid-column: span 6;
}
@media screen and (min-width: 64em) {
  .team-listing .grid-container .team-item {
    grid-column: span 3;
  }
}

.team-item {
  position: relative;
}
.team-item__image-wrapper {
  aspect-ratio: 509/702;
  position: relative;
  overflow: hidden;
  box-shadow: 2px -2px 8px rgba(0, 0, 0, 0.18);
}
.team-item__image {
  filter: saturate(0);
  transition: transform 200ms ease-in-out, filter 200ms linear;
}
.team-item:hover .team-item__image, .team-item:active .team-item__image {
  transform: scale(1.07);
  filter: saturate(1);
}
.team-item__content {
  margin: 10px 0 0;
  transition: transform 200ms ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .team-item__content {
    margin-top: 20px;
  }
}
.team-item:hover .team-item__content, .team-item:active .team-item__content {
  transform: translateX(10px);
}
.team-item__name {
  font-weight: 600;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .team-item__name {
    font-size: 1.3125rem;
  }
}
.team-item__job {
  font-size: 1rem;
  text-align: left;
  margin: 5px 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .team-item__job {
    margin-top: 6px;
    font-weight: 600;
  }
}
.team-item__email {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  line-height: 1.5;
  display: flex;
  align-items: end;
}
@media screen and (min-width: 64em) {
  .team-item__email {
    order: 0;
  }
}
.team-item__icons {
  text-align: left;
  margin-top: 5px;
  display: flex;
  gap: 16px;
  align-items: end;
}
@media screen and (min-width: 64em) {
  .team-item__icons {
    margin-top: 8px;
  }
}
.team-item__linkedin {
  width: 20px;
  display: flex;
  align-items: end;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.team-item__email {
  width: 20px;
  display: flex;
  align-items: end;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.team-member-modal {
  width: calc(100% - 30px);
  max-width: 1054px;
  padding: 35px 20px 40px;
  color: #f5f5f5;
  background: #383838;
  border: 0;
  margin: 15px auto;
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 87.5em) {
  .team-member-modal {
    padding: 90px 100px 100px;
    max-width: 1054px;
    margin: auto;
  }
}
.team-member-modal__top {
  margin-bottom: 30px;
}
.team-member-modal__name {
  font-size: 1.5rem;
  line-height: 1.15;
  color: #f5f5f5;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .team-member-modal__name {
    font-size: 3.25rem;
  }
}
.team-member-modal__job {
  margin: 10px 0 0;
  color: #f5f5f5;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  .team-member-modal__job {
    margin-top: 12px;
    font-size: 1.3125rem;
  }
}
.team-member-modal__copy {
  font-size: 1rem;
  color: #f5f5f5;
}
@media screen and (min-width: 64em) {
  .team-member-modal__copy {
    font-size: 1.125rem;
  }
}
.team-member-modal__copy p,
.team-member-modal__copy ul {
  color: inherit;
  margin: 0 0 30px;
}
@media screen and (min-width: 64em) {
  .team-member-modal__copy p,
  .team-member-modal__copy ul {
    margin-bottom: 40px;
  }
}
.team-member-modal__copy p:last-child,
.team-member-modal__copy ul:last-child {
  margin-bottom: 0;
}
.team-member-modal__copy h2,
.team-member-modal__copy h3 {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .team-member-modal__copy h2,
  .team-member-modal__copy h3 {
    font-size: 1.75rem;
  }
}
.team-member-modal__close-button {
  width: 23px;
  height: 23px;
  background: url(/images/icons/close-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 18px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .team-member-modal__close-button {
    top: 100px;
    right: 100px;
  }
}
.team-member-modal__icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: end;
}
@media screen and (min-width: 64em) {
  .team-member-modal__icons {
    margin-top: 24px;
  }
}
.team-member-modal__linkedin-icon {
  width: 20px;
}
.team-member-modal__email-icon {
  width: 20px;
}
.team-member-modal__email {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
}
.team-member-modal__email:hover, .team-member-modal__email:focus, .team-member-modal__email:active {
  color: white;
}

html.is-reveal-open {
  top: 0 !important;
}

.tabbedContent {
  padding-top: 250px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tabbedContent__container {
  max-width: 1054px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__container {
    max-width: 90%;
  }
}
.tabbedContent__header {
  color: #EDB605;
  font-size: 42px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__header {
    font-size: 21px;
  }
}
.tabbedContent__copy {
  margin-top: 15px;
  font-size: 52px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__copy {
    font-size: 25px;
  }
}
.tabbedContent__list .tabs {
  background: none;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs {
    margin-top: 30px;
  }
}
.tabbedContent__list .tabs-title.is-active a {
  border-bottom: 1px solid #EDB605;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs-title.is-active a {
    border-bottom: none;
  }
}
.tabbedContent__list .tabs-title a {
  color: #383838;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs-title a {
    font-size: 14px;
  }
}
.tabbedContent__list .tabs-content {
  margin-top: 60.5px;
  background: none;
  border: none;
  text-align: left;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs-content {
    margin-top: 30px;
  }
}
.tabbedContent__list .tabs-content .tabs-reveal.is-active {
  animation: fadeIn 1.5s;
}
.tabbedContent__list .tabs-content-p h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs-content-p h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.tabbedContent__list .tabs-content-p p {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .tabbedContent__list .tabs-content-p p {
    font-size: 18px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.process {
  text-align: left;
  overflow: hidden;
}
.process__top-title {
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0 0 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #edb605;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .process__top-title {
    margin-bottom: 30px;
    font-size: 1rem;
    position: absolute;
    top: -50px;
  }
}
.process__title {
  margin-bottom: 1rem;
  color: #383838;
  font-size: 1.5rem;
  line-height: 1.2;
  max-width: 645px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .process__title {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 87.5em) {
  .process__title {
    margin-right: 170px;
  }
}
.process__abstract {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 782px;
}
@media print, screen and (min-width: 40em) {
  .process__abstract {
    font-size: 1.75rem;
  }
}
.process__abstract p {
  font-size: 18px;
  max-width: 782px;
}
.process__abstract:last-child p {
  margin-bottom: 0;
}
.process__col1 {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .process__col1 {
    padding: 0 16px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .process__col2 {
    padding: 0 16px;
  }
}
.process__wrapper.wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 64em) {
  .process__wrapper.wrapper {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.process__copy a,
.process__copy a:visited {
  color: #383838;
  font-weight: inherit;
  transition: color 200ms, border-color 200ms;
  word-wrap: break-word;
  text-decoration: underline;
}
.process__copy a:hover,
.process__copy a:active {
  color: #383838;
}
.process__copy p,
.process__copy li {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .process__copy p,
  .process__copy li {
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}
.process__carousel {
  margin-top: 60px;
}
@media screen and (min-width: 64em) {
  .process__carousel {
    margin-top: 100px;
  }
}
.process__constrain {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.process .slick-dots {
  margin: 18px auto 0;
  text-align: center;
}
.process .slick-dots li {
  margin: 0;
  height: 22px;
  padding: 10px 0;
}
.process .slick-dots li button {
  width: 45px;
  height: 2px;
  border-radius: 0;
  background: white;
  cursor: pointer;
}
.process .slick-dots li button:hover {
  transform: none;
}
.process .slick-dots li.slick-active button {
  background: #edb605;
}
.process .slick-next,
.process .slick-prev {
  width: 10px;
  height: 17px;
  top: initial;
  bottom: 8px;
}
.process .slick-next:before,
.process .slick-prev:before {
  background-image: url(/images/components/process/arrow.svg);
}
.process .slick-next.slick-disabled:after,
.process .slick-prev.slick-disabled:after {
  opacity: 0.8;
}
.process .slick-next {
  right: initial;
  left: calc(50% + 150px);
}
@media screen and (min-width: 64em) {
  .process .slick-next {
    left: calc(50% + 100px);
  }
}
.process .slick-prev {
  left: initial;
  right: calc(50% + 150px);
}
@media screen and (min-width: 64em) {
  .process .slick-prev {
    right: calc(50% + 100px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .process .slick-track {
    display: flex;
  }
}

.process-box {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
}
@media screen and (min-width: 87.5em) {
  .process-box {
    padding: 34px 50px 50px;
  }
}
.process-box__title {
  font-size: 1.75rem;
  margin: 0 0 27px;
  font-weight: 600;
  color: #edb605;
  line-height: 1.1;
}
@media screen and (min-width: 64em) {
  .process-box__title {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
.process-box__copy {
  line-height: 1.6;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  .process-box__copy {
    font-size: 1.25rem;
  }
}
.process-box__copy p {
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.process-box__wrapper {
  margin: 0 20px;
  display: flex !important;
  height: auto !important;
}
@media screen and (min-width: 64em) {
  .process-box__wrapper {
    margin: 0 20px;
  }
  .process-box__wrapper:nth-child(even) {
    margin-top: 100px;
  }
}

.case-studies {
  overflow: hidden;
  padding-top: 6.875rem;
}
.case-studies__title {
  font-size: 21px;
  line-height: 1.8;
  color: #edb605;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .case-studies__title {
    font-size: 2.625rem;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 64em) {
  .case-studies {
    padding-top: 14.375rem;
  }
}
.case-studies__copy {
  font-size: 1.5625rem;
  line-height: 1.36;
  max-width: 1054px;
  margin: 0 auto 60px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .case-studies__copy {
    font-size: 3.25rem;
    line-height: 1.15;
  }
}
.case-studies__copy p {
  line-height: inherit;
}
.case-studies__list {
  margin-top: 60px;
}
@media screen and (min-width: 64em) {
  .case-studies__list {
    margin-top: 200px;
  }
}

.case-study {
  display: grid;
  gap: 0;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .case-study {
    margin-bottom: 150px;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
  }
}
.case-study:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .case-study:nth-child(even) .case-study__content-wrapper {
    order: -1;
  }
}
.case-study__content-wrapper {
  padding: 0 16px;
}
@media screen and (min-width: 64em) {
  .case-study__content-wrapper {
    flex: 1;
  }
}
@media screen and (min-width: 118.75em) {
  .case-study__content-wrapper {
    padding: 0 136px;
  }
}
.case-study__abstract {
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0 0;
  font-size: 1.3125rem;
}
@media screen and (min-width: 64em) {
  .case-study__abstract {
    line-height: 1.3;
    margin-top: 18px;
    font-size: 1.75rem;
  }
}
.case-study__copy {
  font-size: 1rem;
  margin: 20px 0 0;
}
@media screen and (min-width: 64em) {
  .case-study__copy {
    font-size: 1.125rem;
    margin-top: 18px;
  }
}
.case-study__stat {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .case-study__stat {
    font-size: 5rem;
    margin-top: 10px;
  }
}
.case-study__num {
  font-size: 3.5rem;
  line-height: 0.67;
  color: #edb605 !important;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .case-study__num {
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 1;
  }
}
.case-study__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 63.99875em) {
  .case-study__image-wrapper {
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .case-study__image-wrapper {
    aspect-ratio: 782/879;
    flex: 1;
  }
}
.copy-wd {
  color: white;
  text-align: left;
  position: relative;
}
.copy-wd__title {
  margin-bottom: 1rem;
  color: white;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .copy-wd__title {
    font-size: 3.25rem;
    max-width: 465px;
  }
}
@media screen and (min-width: 87.5em) {
  .copy-wd__title {
    font-size: 5rem;
    margin-right: 170px;
    line-height: 1.1;
    max-width: 645px;
  }
}
.copy-wd__abstract {
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 782px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .copy-wd__abstract {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
.copy-wd__abstract p {
  font-weight: inherit;
}
.copy-wd__abstract p:last-child {
  margin-bottom: 0;
}
.copy-wd__buttons {
  margin-top: 1.5rem;
}
.copy-wd__col1 {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .copy-wd__col1 {
    flex-direction: column;
  }
}
.copy-wd__col2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .copy-wd__col2 {
    margin-top: -30px;
  }
}
.copy-wd__wrapper.wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .copy-wd__wrapper.wrapper {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.copy-wd__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 584px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.copy-wd p {
  max-width: 782px;
}
.copy-wd__decs {
  top: 80px;
  right: 102px;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .copy-wd__decs {
    top: 20px;
    right: 300px;
  }
}
.copy-wd__dec1, .copy-wd__dec2, .copy-wd__dec3 {
  position: absolute;
}
.copy-wd__dec1 {
  top: -100px;
}
.copy-wd__dec3 {
  top: 100px;
}
.copy-wd__sq {
  width: 230px;
  height: 230px;
  transform: rotate(-45deg);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.service-banner {
  position: relative;
  z-index: 2;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 116px 0 60px;
  background: #262626;
}
@media screen and (min-width: 64em) {
  .service-banner {
    padding: 216px 0 100px;
    min-height: 940px;
  }
}
.service-banner__container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.service-banner__content-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 1;
}
.service-banner__heading {
  font-size: 2rem;
  color: #edb605;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}
@media screen and (min-width: 64em) {
  .service-banner__heading {
    font-size: 4.625rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .service-banner__copy-wrapper {
    margin-bottom: 40px;
  }
}
.service-banner__copy {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (min-width: 64em) {
  .service-banner__copy {
    font-size: 3.25rem;
  }
}
.service-banner__copy p {
  line-height: inherit;
  margin: 0;
}
.service-banner__box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-align: left;
  position: relative;
}
.service-banner__box-content {
  padding: 17px 15px 20px;
}
@media screen and (min-width: 64em) {
  .service-banner__box-content {
    padding: 60px 50px;
  }
}
.service-banner__box-title {
  font-size: 18px;
  color: #EDB605;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.service-banner__box-title-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  .service-banner__box-title-row {
    flex-direction: row-reverse;
  }
}
.service-banner__box-copy {
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .service-banner__box-copy {
    font-size: 1rem;
  }
}
.service-banner__box-copy p {
  line-height: inherit;
  margin: 0;
}
.service-banner__link {
  display: block;
  text-decoration: none;
  border-top: 1px solid #707070;
  width: 100%;
  padding: 16px 15px;
  line-height: 1;
  transition: background-color 200ms;
  color: #383838;
  position: relative;
}
@media screen and (min-width: 64em) {
  .service-banner__link {
    padding: 25px 50px;
  }
}
.service-banner__link:hover, .service-banner__link:active {
  background: #e6e6e6;
  color: #383838;
}
.service-banner__arrow {
  position: absolute;
  right: 20px;
  top: 15px;
}
@media screen and (min-width: 64em) {
  .service-banner__arrow {
    right: 47px;
    top: 27px;
  }
}
@media screen and (min-width: 64em) {
  .service-banner__stat-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.service-banner__stat {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .service-banner__stat {
    font-size: 3.5rem;
  }
}
.service-banner__stat-label {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .service-banner__stat-label {
    margin: 9px 0 0;
  }
}

.scs {
  background: white;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .scs {
    align-items: center;
  }
}
.scs__content-wrapper {
  padding: 30px 15px 60px;
}
@media screen and (min-width: 64em) {
  .scs__content-wrapper {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 87.5em) {
  .scs__content-wrapper {
    padding: 230px 0 230px 140px;
  }
}
.scs__abstract {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  font-size: 1.3125rem;
}
@media screen and (min-width: 64em) {
  .scs__abstract {
    line-height: 1.3;
    margin-top: 18px;
    font-size: 1.75rem;
  }
}
.scs__copy {
  font-size: 1rem;
  margin: 20px 0 0;
}
@media screen and (min-width: 64em) {
  .scs__copy {
    font-size: 1.125rem;
    margin-top: 18px;
  }
}
.scs__copy p:last-child, .scs__copy ul:last-child {
  margin-bottom: 0;
}
.scs__stat {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .scs__stat {
    font-size: 5rem;
    margin-top: 10px;
  }
}
.scs__num {
  font-size: 3.5rem;
  line-height: 1;
  color: #edb605 !important;
  font-weight: 600;
  margin: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .scs__num {
    position: absolute;
    left: 30px;
    bottom: 18px;
    z-index: 1;
  }
}
.scs__image-wrapper {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  .scs__image-wrapper {
    margin: 0 auto;
    min-height: 360px;
  }
}
@media screen and (min-width: 64em) {
  .scs__image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 15px);
  }
}
.text-banner-with-links {
  background-color: #e6e4de;
  padding-bottom: 0;
}
.text-banner-with-links__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 18.75rem;
  padding: 3.75rem 0;
}
@media print, screen and (min-width: 40em) {
  .text-banner-with-links__container {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__container {
    padding: 7.5rem 0;
    padding-bottom: 3.75rem;
  }
}
.text-banner-with-links__header {
  color: #edb605;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 2.375rem;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__header {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
.text-banner-with-links__copy {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.125rem;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__copy {
    font-size: 3.25rem;
    line-height: 3.625rem;
    width: 75%;
  }
}
.text-banner-with-links__list {
  padding-top: 3.75rem;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__list {
    padding-top: 3.75rem;
  }
}
.text-banner-with-links__links {
  display: flex;
  list-style: none;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__links {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
  }
}
.text-banner-with-links__link-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  padding: 0 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__link-link {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 1.375rem;
  }
}
.text-banner-with-links__link-link:after {
  background-color: #edb605;
  content: "";
  height: 0.0625rem;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .text-banner-with-links__link-link:after {
    margin-top: 0.4375rem;
  }
}
.text-banner-with-links__link-link:hover, .text-banner-with-links__link-link--active {
  color: #edb605;
  font-weight: 600;
}
.text-banner-with-links__link-link:hover:after, .text-banner-with-links__link-link--active:after {
  opacity: 1;
}

.copy__single-col {
  margin: 0 auto;
}
.copy__single-col--text-centred {
  text-align: center;
}
.copy__single-col--text-centred .copy__container {
  text-align: center;
}
.copy__single-col--text-centred .copy__abstract, .copy__single-col--text-centred .process__abstract p, .process__abstract .copy__single-col--text-centred p {
  text-align: center;
}
.copy__single-col--text-centred .copy__abstract p, .copy__single-col--text-centred .process__abstract p p, .process__abstract .copy__single-col--text-centred p p {
  text-align: center;
}
.copy__single-col--text-centred .copy__copy {
  text-align: center;
}
.copy__single-col--text-centred .copy__copy p {
  text-align: center;
}
.copy__single-col--text-left {
  text-align: left;
}
.copy__single-col--text-left .copy__container {
  text-align: left;
}
.copy__single-col--text-left .copy__abstract, .copy__single-col--text-left .process__abstract p, .process__abstract .copy__single-col--text-left p {
  text-align: left;
}
.copy__single-col--text-left .copy__abstract p, .copy__single-col--text-left .process__abstract p p, .process__abstract .copy__single-col--text-left p p {
  text-align: left;
}
.copy__single-col--text-left .copy__copy {
  text-align: left;
}
.copy__single-col--text-left .copy__copy p {
  text-align: left;
}
.copy__single-col--text-right {
  text-align: right;
}
.copy__single-col--text-right .copy__container {
  text-align: right;
}
.copy__single-col--text-right .copy__abstract, .copy__single-col--text-right .process__abstract p, .process__abstract .copy__single-col--text-right p {
  text-align: right;
}
.copy__single-col--text-right .copy__abstract p, .copy__single-col--text-right .process__abstract p p, .process__abstract .copy__single-col--text-right p p {
  text-align: right;
}
.copy__single-col--text-right .copy__copy {
  text-align: right;
}
.copy__single-col--text-right .copy__copy p {
  text-align: right;
}
.copy__single-col .copy__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 18.75rem;
  padding: 3.75rem 0;
}
@media print, screen and (min-width: 40em) {
  .copy__single-col .copy__container {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .copy__single-col .copy__container {
    padding: 3.75rem 0;
  }
}
.copy__single-col .copy__abstract p, .copy__single-col .process__abstract p p, .process__abstract .copy__single-col p p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .copy__single-col .copy__abstract p, .copy__single-col .process__abstract p p, .process__abstract .copy__single-col p p {
    font-size: 1.75rem;
    line-height: 2.625rem;
    max-width: unset;
  }
}
.copy__single-col .copy__copy p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .copy__single-col .copy__copy p {
    font-size: 1.125rem;
    max-width: unset;
  }
}

/*
  Copied from CivicUK
 */
#ccc {
  position: fixed;
  z-index: 6;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4em;
  font-smooth: antialised;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  #ccc {
    font-size: 16px;
  }
}
#ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: transform 0s, opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

#ccc[open] #ccc-overlay {
  transform: translateZ(0);
  opacity: 1;
}

#ccc-icon {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
  fill: #000000 !important;
  outline: none !important;
}

#ccc[left] #ccc-icon {
  left: 0;
}

#ccc[right] #ccc-icon {
  right: 0;
}

#ccc[dark] #ccc-icon {
  fill: #6b1111 !important;
}

#ccc[dark] #ccc-icon #star path {
  fill: #fff;
}

#ccc[light] #ccc-icon {
  fill: #555;
}

#ccc[light] #ccc-icon #star path {
  fill: #f4f4f4;
}

#ccc-module {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}

#ccc[slideout] #ccc-module {
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 420px;
}

#ccc[slideout][left] #ccc-module {
  left: auto;
  right: 100%;
  transform: translateZ(0);
}

#ccc[slideout][left][open] #ccc-module {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}

#ccc[slideout][right] #ccc-module {
  right: auto;
  left: 100%;
  transform: translateZ(0);
}

#ccc[slideout][right][open] #ccc-module {
  transform: translate3d(-100%, 0, 0);
}

#ccc[popup] #ccc-module {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transform: translateZ(0);
}

#ccc[popup][open] #ccc-module {
  transform: translate3d(0, -100%, 0);
}

#ccc-content {
  position: absolute;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}

#ccc[slideout] #ccc-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ccc[popup] #ccc-content {
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

#ccc[dark] #ccc-content {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[light] #ccc-content {
  color: #333;
  fill: #333;
  background-color: #f4f4f4;
}

#ccc-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}

#ccc-title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  padding-right: 32px;
  margin: 0;
}

#ccc #ccc-recommended-settings {
  margin-left: 0;
  float: none;
  clear: both;
}

#ccc h3 {
  margin: 0;
  font-weight: 700;
  padding-right: 120px;
}

#ccc h3, #ccc p {
  font-size: 1em;
  line-height: 1.5em;
}

#ccc p {
  font-weight: 400;
  margin: 1em 0;
}

#ccc hr {
  height: 1px;
  border: 0;
  margin: 24px 0;
  opacity: 0.25;
}

#ccc .ccc-svg-element {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 8px;
}

#ccc[dark] hr {
  background-color: #fff;
}

#ccc[dark] a, #ccc[dark] h2, #ccc[dark] h3, #ccc[dark] p, #ccc[dark] span {
  color: #fff;
  fill: #fff;
}

#ccc[light] hr {
  background-color: #333;
}

#ccc[light] a, #ccc[light] h2, #ccc[light] h3, #ccc[light] p, #ccc[light] span {
  color: #333;
  fill: #333;
}

#ccc .optional-cookie {
  position: relative;
}

#ccc .checkbox-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  margin: 0;
  border-radius: 50px;
  border: 4px solid #fff;
}

#ccc .checkbox-toggle-label {
  display: flex;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

#ccc .checkbox-toggle-input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#ccc .checkbox-toggle-off, #ccc .checkbox-toggle-on {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 6px;
  white-space: nowrap;
}

#ccc .checkbox-toggle-off {
  opacity: 0.65;
}

#ccc .checkbox-toggle-toggle {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: #000;
}

#ccc .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
  left: 50%;
}

#ccc[dark] .checkbox-toggle {
  background-color: #111125;
  border-color: #111125;
}

#ccc[dark] .checkbox-toggle-toggle {
  background-color: #2f2f5f;
}

#ccc[light] .checkbox-toggle {
  background-color: #555;
  border-color: #555;
}

#ccc[light] .checkbox-toggle-toggle {
  background-color: #000;
}

#ccc[light] .checkbox-toggle-off, #ccc[light] .checkbox-toggle-on {
  color: #fff;
}

#ccc .ccc-alert {
  margin: -16px 0 0;
  overflow: hidden;
  border-radius: 8px;
}

#ccc .ccc-alert[visible] {
  height: auto;
  margin: 24px 0;
  padding: 16px 16px 0;
}

#ccc .ccc-alert-title {
  display: flex;
  align-items: center;
  padding: 0;
}

#ccc .ccc-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}

#ccc .ccc-alert-break {
  margin: 12px 0;
}

.third-party-cookie-link {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.third-party-cookie-name {
  font-size: 1em;
  font-weight: 700;
}

.third-party-cookie-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

#ccc[dark] .ccc-alert {
  color: #fff;
  fill: #fff;
  background: #111125;
}

#ccc[light] .ccc-alert {
  background: #eaeaea;
}

#ccc #ccc-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 48px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s;
}

#ccc #ccc-notify:empty {
  height: 0;
  padding: 0;
}

#ccc #ccc-notify[visible] {
  transform: translateZ(0);
}

#ccc #ccc-notify h3 {
  padding: 0;
}

#ccc #ccc-notify p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9em;
}

#ccc .ccc-notify-buttons {
  position: relative;
  margin-top: 16px;
}

#ccc .ccc-notify-button {
  border: 2px solid;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 1em;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

#ccc .ccc-notify-button:focus, #ccc .ccc-notify-button:hover {
  outline: 0;
}

#ccc #ccc-notify-dismiss {
  display: none;
}

@media (min-width: 400px) {
  #ccc #ccc-notify-dismiss {
    position: relative;
    right: auto;
  }
}
@media (min-width: 600px) {
  #ccc #ccc-notify {
    font-size: 12px;
    flex-direction: row;
    align-items: center;
  }
  #ccc .ccc-notify-buttons {
    margin-top: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  #ccc #ccc-notify {
    font-size: 16px;
    z-index: 0;
    padding: 16px 100px;
  }
}
#ccc[dark] #ccc-notify {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[dark] .ccc-notify-button {
  color: #fff;
  border-color: #fff;
}

#ccc[dark] .ccc-button-solid {
  color: #111125;
  background: #fff;
  font-weight: 700;
}

#ccc[light] #ccc-notify {
  color: #000;
  fill: #000;
  background: #f4f4f4;
}

#ccc[light] .ccc-notify-button {
  color: #000;
  border-color: #000;
}

#ccc[light] .ccc-button-solid {
  color: #fff;
  background: #000;
  font-weight: 700;
}

#ccc-info-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

#ccc-info-link .svg-element {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

#ccc[slideout] #ccc-info {
  height: 100px;
}

#ccc[popup] #ccc-info {
  height: 40px;
}

#ccc #ccc-content, #ccc #ccc-notify {
  background-color: #EDB605 !important;
}

#ccc .checkbox-toggle-toggle {
  background-color: lightblue !important;
}

#ccc .checkbox-toggle {
  background-color: #262626 !important;
  border-color: #262626 !important;
}

#ccc .ccc-content--dark a, #ccc .ccc-content--dark h1, #ccc .ccc-content--dark h2, #ccc .ccc-content--dark h3, #ccc .ccc-content--dark p, #ccc .ccc-content--dark span {
  color: #000 !important;
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
  background-color: white !important;
  border-color: white !important;
}

#ccc .ccc-content--dark .ccc-alert {
  background: white !important;
}

#ccc .ccc-content--dark .third-party-cookie-link {
  background: white !important;
}

/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light,
.wrapper--dark + .wrapper--dark,
.wrapper--lightGrey + .wrapper--lightGrey,
.wrapper--darkGrey + .wrapper--darkGrey {
  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;
}
