@charset "UTF-8";
/****************
    Foundation & Plugin Defaults
****************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
:root {
  --white: #ffffff;
  --lightest-green: #f5f8ed;
  --lighter-green: #d0e2ac;
  --light-green: #b4d6a1;
  --medium-green: #4eb26c;
  --main-green: #29a156;
  --dark-green: #1c6135;
  --darkest-green: #124236;
  /* colors */
  --order-green-78h-45s-94l: hsl(78, 45%, 94%);
  --order-white-81h-47s-94l: hsl(81, 47%, 94%);
  --order-green-137h-39s-50l: hsl(137, 39%, 50%);
  --order-green-144h-62s-39l: hsl(144, 62%, 39%);
  --order-green-142l-58s-40l: hsl(142, 58%, 40%);
  --order-green-144h-58s-24l: hsl(144, 58%, 24%);
  --order-green-162h-34s-19l: hsl(162, 34%, 19%);
  --order-blue-182h-81s-45l: hsl(182, 81%, 45%);
  --order-gray-0h-0s-81l: hsl(0, 0%, 81%);
  --order-gray-0h-0s-52l: hsl(0, 0%, 52%);
  --order-orange-35h-98s-65l: hsl(35, 98%, 65%);
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/****************
    Foundation Components
****************/
/*! 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=90em&xxlarge=100em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "reg", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: var(--darkest-green);
  -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: 5px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

.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: 5px;
  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;
}

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.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 print, 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 print, 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.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@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% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, 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% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.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 print, 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.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 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 print, 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 print, 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.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@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% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, 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% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.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 print, 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 print, 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 print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@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% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, 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% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
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: "bold", "reg", Helvetica, Roboto, Arial, 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: inherit;
}

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: #228748;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(29.24, 116.1, 61.92);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  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: 1.25rem;
  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: none;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: var(--main-green);
}

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;
  border-radius: 5px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
}

.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 print, 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 {
    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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #228748;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(28.9, 114.75, 61.2);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #228748;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(27.2, 108, 57.6);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #1c6135;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(22.4, 77.6, 42.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #228748;
  color: #228748;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(17, 67.5, 36);
  color: rgb(17, 67.5, 36);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #228748;
  color: #228748;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(17, 67.5, 36);
  color: rgb(17, 67.5, 36);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #1c6135;
  color: #1c6135;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(14, 48.5, 26.5);
  color: rgb(14, 48.5, 26.5);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #228748;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(17, 67.5, 36);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #228748;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(17, 67.5, 36);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #1c6135;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(14, 48.5, 26.5);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #228748;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #228748;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #1c6135;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid var(--light-green);
  border-radius: 5px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[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: 1px solid var(--medium-green);
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: 5px;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: var(--dark-green);
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 5px 0 0 5px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 5px 5px 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.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid solid var(--light-green);
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--light-green);
  border-radius: 5px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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>');
}
@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: 1px solid var(--medium-green);
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: rgb(249, 236.1, 234.1);
}
.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.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.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%;
}

.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 print, 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 print, screen and (min-width: 64em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 90em) {
  .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;
}

.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 print, 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 print, 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;
  }
}
/****************
    Views
****************/
body {
  background: var(--darkest-green);
  box-shadow: 0 50vh 0 50vh var(--darkest-green);
}

.container {
  background: #fefefe;
  overflow: hidden;
}

.section-large {
  width: 100rem;
  margin: auto;
  max-width: 100%;
  padding: 1rem;
}

.section-medium {
  width: 90rem;
  margin: auto;
  max-width: 100%;
  padding: 1rem;
}

.section-small {
  width: 75rem;
  margin: auto;
  max-width: 100%;
  padding: 1rem;
}

.underline {
  text-decoration: underline;
}

.is-ios .curves {
  background-size: cover;
  background-attachment: scroll;
}

.white-block {
  background: var(--white);
  box-shadow: 0px 0px 20px -10px black;
  border-radius: 4px;
  overflow: hidden;
}

.lightest-green-block {
  background: var(--lightest-green);
  box-shadow: 0px 0px 20px -10px black;
  border-radius: 4px;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  border-radius: 10px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #228748;
  color: #186033;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  font-size: 1.25rem !important;
  border: 1px solid #228748 !important;
  color: #186033 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
  border: 1px solid #228748 !important;
  color: #FFFFFF !important;
  background-color: #228748 !important;
}

@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("/assets/fonts/bold.woff2") format("woff2"), url("/assets/fonts/bold.woff") format("woff");
}
@font-face {
  font-family: "reg";
  font-display: swap;
  src: url("/assets/fonts/reg.woff2") format("woff2"), url("/assets/fonts/reg.woff") format("woff");
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-extralight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-regular.otf");
  font-weight: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-extrabold.otf");
  font-weight: 800;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-heavy.otf");
  font-weight: 900;
}
/*Italics*/
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesquealt-thinitalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-extralightitalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesquealt-lightitalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-italic.otf");
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-mediumitalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-semibolditalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-bolditalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-extrabolditalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  font-display: swap;
  src: url("/assets/fonts/GalanoGrotesque/galanogrotesque-heavyitalic.otf");
  font-weight: 900;
  font-style: italic;
}
.home-intro > .content {
  background: var(--lightest-green);
  padding: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.home-intro p {
  font-size: 125%;
}
.home-intro .address-quick-search {
  margin-bottom: 2rem;
}

@media screen and (min-width: 87.375em) {
  .home-intro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 0px 0px;
    margin-left: auto;
    /*.address-quick-search {
        grid-area: 2 / 6 / 3 / 13;
    }*/
  }
  .home-intro > .content {
    grid-area: 1/1/3/9;
  }
  .home-intro .brand-benefits {
    grid-area: 2/6/3/13;
    transform: translate(0px, 40px);
  }
}
/****************************
    Partial Views
****************************/
.block-grid {
  width: 100rem;
  margin: auto;
  max-width: 100%;
  padding: 1rem;
}
.block-grid:not(.grid-x) {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem 1rem;
}
.block-grid .block {
  background: var(--lightest-green);
  border-radius: 5px;
  overflow: hidden;
}
.block-grid .block > .content {
  padding: 1rem;
}
.block-grid .block > .content .title {
  color: var(--dark-green);
  line-height: 1.2;
  overflow: hidden;
}
.block-grid.event .image {
  text-align: right;
}

nav {
  padding: 0.5rem 0;
  width: 100rem;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
nav .skip-to-content-link {
  position: fixed;
  top: 70px;
  left: 15px;
  transform: translateY(-400px);
  transition: transform 0.1s;
}
nav .skip-to-content-link:focus {
  transform: none;
}
nav .button-mobile {
  cursor: pointer;
}
nav > .hide-for-large {
  display: none !important;
}
@media (max-width: 1280px) {
  nav > .hide-for-large {
    display: block !important;
  }
}
nav > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  padding: 0.5rem 0rem;
}
@media (max-width: 1280px) {
  nav > .link {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 64em) {
  nav > .link {
    flex: none !important;
    padding: 0.5rem 0.5rem;
  }
}
@media print, screen and (min-width: 1281px) {
  nav > .link {
    flex: 1 1 0px !important;
    padding: 0.5rem 0;
  }
}
nav > .link svg {
  box-sizing: content-box;
  padding: 0.25rem;
  fill: #228748;
}
nav .menu-small {
  display: none;
}
@media (max-width: 1280px) {
  nav .menu-small {
    display: block;
  }
}
@media (max-width: 1280px) {
  nav .small-menu-hidden {
    display: none;
  }
}
nav .logo {
  justify-content: start;
  align-items: center;
  display: flex;
  align-content: center;
}
nav .logo img {
  margin-right: 0rem;
}
@media (max-width: 1280px) {
  nav .logo img {
    margin-right: 0.5rem;
  }
}
nav .logo-container {
  margin-left: 1.5rem;
  justify-content: left;
}
nav .logo-text {
  visibility: visible;
}
nav .phone {
  border-radius: 24px;
  background: var(--main-green);
  color: white;
  padding: 0.6rem 1rem;
  margin: 0.5rem 0;
  font-family: "reg";
  position: relative;
}
@media (max-width: 1280px) {
  nav .phone {
    flex-direction: row;
  }
}
nav .phone span {
  margin-left: 10px;
  font-size: 18px;
}
@media (min-width: 1281px) {
  nav .phone {
    border-radius: 24px 0 0 24px;
  }
  nav .phone:after {
    content: "";
    background: var(--main-green);
    left: calc(100% - 1px);
    height: 100%;
    position: absolute;
    width: 1000px;
    z-index: 1;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  top: 100%;
  min-width: 100%;
}
@media (max-width: 1280px) {
  .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: 0 0 0 0;
  }
}
.dropdown-content > a {
  float: none;
  /*padding: 16px 16px 0px 16px;*/
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: Galano Grotesque;
  font-weight: 500;
}
.dropdown-content > a:hover {
  background-color: #228748;
  color: #ffffff;
}
.dropdown-parent {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1280) {
  .dropdown-parent {
    padding: 12px 16px;
    width: 100%;
    text-align: center;
  }
}

.dropdown:hover > div > .fa-chevron-down {
  transform: rotate(180deg);
}
@media (min-width: 1281px) {
  .dropdown:hover .dropdown-content {
    display: block;
  }
}

@media (max-width: 1281px) {
  .dropdown.closed .dropdown-content {
    display: none;
  }
}

@media (max-width: 1281px) {
  .dropdown.open .dropdown-content {
    display: block;
  }
}

.home-hero {
  align-items: center;
  /*.brand-benefits {
      margin-bottom: 1rem;
      justify-content: center;

      @include breakpoint(medium) {
          transform: translate(-20px,0px);
      }

      @include breakpoint(large) {
          transform: translate(-100px,0px);
      }
  }*/
}
.home-hero .content {
  display: flex;
  flex-direction: column;
}
.home-hero .content .home-title {
  align-items: center;
  justify-content: center;
  font-family: "reg";
  padding: 2rem;
}
.home-hero .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.home-hero .image img {
  border-radius: 10px;
  overflow: hidden;
}
.home-hero .address-quick-search {
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .home-hero .address-quick-search {
    transform: translate(-20px, 0px);
  }
}
@media print, screen and (min-width: 64em) {
  .home-hero .address-quick-search {
    transform: translate(-200px, 0px);
    width: 780px;
  }
}
@media screen and (min-width: 90em) {
  .home-hero .address-quick-search .postcode-results {
    width: calc(100% + 200px);
  }
}

.brand-benefits {
  /*    display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;*/
}
.brand-benefits .benefit {
  padding: 0.5rem;
  text-align: center;
}
.brand-benefits img {
  height: 40px;
  width: auto;
  display: block;
  margin: auto auto 0.5rem auto;
}

.broadband-benefits {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-width: 60rem;
  margin: auto;
  transform: translate(0px, -1rem);
}
.broadband-benefits .benefit {
  display: flex;
  align-items: center;
}
.broadband-benefits img {
  margin-right: 1rem;
}

.address-quick-search {
  background: #228748;
  padding: 1rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  /*    display: grid;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: 1fr;
    gap: 0px 0px;*/
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.4);
}
.address-quick-search .postcode {
  margin: 0;
  background: var(--lightest-green);
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background-image: url(/assets/img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px;
  height: 56px;
  font-size: 125%;
}
.address-quick-search .search-button {
  background: var(--lightest-green);
  border: none;
  box-shadow: none;
  padding: 0 1rem;
}
.address-quick-search .button.hollow {
  border-color: var(--white);
  color: var(--white);
}
.address-quick-search .button.clear {
  color: var(--white);
}
.address-quick-search .content {
  color: #fff;
  position: relative;
  padding-left: 96px;
}
.address-quick-search .content:before {
  content: "";
  display: block;
  width: 80px;
  margin: 0.5rem 0rem;
  background-image: url(/assets/img/icon/connection-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
}
.address-quick-search select {
  background-color: var(--medium-green);
  border: none;
  color: #fff;
  background-image: url(/assets/img/icon/select-arrow.svg);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  max-width: 210px;
}
.address-quick-search .form {
  position: relative;
  /*margin: 0 1rem;*/
}
.address-quick-search .postcode-results {
  position: absolute;
  background: white;
  padding: 1rem;
  width: 100%;
  border-radius: 5px;
  top: 100%;
  z-index: 10;
  max-height: 200px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.28);
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: -20px;
}
.address-quick-search .pc-option {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--light-green);
  cursor: pointer;
}
.address-quick-search .pc-option:last-child {
  border-bottom: none;
}
.address-quick-search .pc-option:hover, .address-quick-search .pc-option:focus {
  background-color: #ececec;
}
.address-quick-search .hidden {
  display: none;
}

.coverage-checker-special .address-quick-search-special.hidden {
  display: none;
}

.address-quick-search--light-green {
  background: #27ae60;
}

.row-of-blocks {
  grid-gap: 0px 0px;
  width: 100rem;
  margin: auto;
  max-width: 100%;
}
.row-of-blocks > .content {
  background: var(--lightest-green);
  padding: 2rem;
}
.row-of-blocks .block {
  overflow: hidden;
  max-width: 100%;
}
.row-of-blocks .block img.image {
  border-radius: 0;
  width: 100%;
}
.row-of-blocks .block > .content {
  padding: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  .row-of-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0px 0px;
  }
  .row-of-blocks > .content {
    grid-area: 1/1/3/3;
    width: calc(100% - 3rem);
  }
  .row-of-blocks > .content h2, .row-of-blocks > .content p {
    width: 50%;
  }
  .row-of-blocks .block {
    width: calc(100% - 1rem);
  }
  .row-of-blocks .block:nth-child(2) {
    grid-area: 2/2/4/3;
  }
  .row-of-blocks .block:nth-child(3) {
    grid-area: 2/3/4/4;
  }
  .row-of-blocks .block:nth-child(4) {
    grid-area: 2/4/4/5;
  }
}
.reviews {
  overflow: hidden;
}
.reviews .content {
  margin: 1rem;
  padding: 2rem;
  background: var(--lightest-green);
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .reviews .content {
    margin: 6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .reviews .content {
    background: transparent;
    margin: 6rem 6rem 3rem 6rem;
  }
  .reviews .content:before {
    content: "";
    background: var(--lightest-green);
    position: absolute;
    z-index: 0;
    top: 110px;
    left: 0;
    width: 100%;
    height: 58%;
  }
}
@media print, screen and (min-width: 64em) {
  .reviews .review-set {
    display: flex;
    align-self: flex-end;
  }
}
@media print, screen and (min-width: 64em) {
  .reviews .title-area {
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.reviews .review {
  background-image: url("/assets/img/speech-bubble.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: var(--white);
  margin: 1rem 0 1.5rem 0;
  padding: 1rem;
  border-radius: 15px;
  font-size: 20px;
  position: relative;
}
.reviews .review:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 14px 0;
  border-color: transparent var(--main-green) transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 30px;
}
.reviews .review:nth-child(even):after {
  border-width: 14px 23px 0 0;
  border-color: var(--main-green) transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  right: auto;
  left: 30px;
}
@media print, screen and (min-width: 64em) {
  .reviews .review {
    max-width: 45%;
    height: -moz-fit-content;
    height: fit-content;
    align-self: flex-end;
    margin: 1rem 1rem;
    padding: 1.5rem;
  }
  .reviews .review:after {
    transform: scale(1.4, 2);
  }
}
.reviews .review blockquote,
.reviews .review blockquote p {
  line-height: 1.6;
  color: var(--white);
  font-family: "bold", "reg", Helvetica, Roboto, Arial, sans-serif;
}
.reviews .review blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}
.reviews .review figcaption {
  text-align: right;
  color: var(--darkest-green);
  font-family: "bold", "reg", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.1;
  margin-top: 1rem;
}
.reviews .average-review {
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content min-content;
  gap: 0px 0px;
  grid-template-areas: "number-rating star-rating star-rating" "number-rating . review-logo";
}
@media print, screen and (min-width: 64em) {
  .reviews .average-review {
    width: 270px;
  }
}
.reviews .score-number {
  grid-area: number-rating;
  font-family: "bold";
  font-size: 44px;
}
.reviews .score-stars {
  grid-area: star-rating;
}
.reviews .review-logo {
  grid-area: review-logo;
}

.review-slider {
  position: relative;
}
.review-slider .glide__arrows {
  bottom: -40px;
}
@media print, screen and (min-width: 64em) {
  .review-slider .glide__arrows {
    bottom: 50%;
    width: 120%;
  }
}

.position-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.video-modal {
  top: 50%;
  bottom: 50%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  margin: 0rem 2rem;
  max-width: 60rem;
  width: 100%;
}

.video-modal-content {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.video-modal-content button {
  font-size: 2em;
}
.video-modal-content button:hover {
  font-weight: bolder;
}
.video-modal-content video {
  align-self: center;
  max-width: 100%;
}
.video-modal-content iframe {
  align-self: center;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.block {
  max-width: 100%;
}
.block > .content {
  background: var(--lightest-green);
  padding: 1rem 1rem 0.5rem 1rem;
  border-radius: 10px;
}
.block .image {
  border-radius: 10px;
}
.block .image.svg {
  width: 100%;
  height: 130px;
  padding: 2rem 1rem 1rem 1rem;
  margin: auto;
}
.block.connected {
  overflow: hidden;
}
.block.connected.image-left-text-right .image {
  border-radius: 10px 0 0 10px;
}
.block.connected.image-left-text-right .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.block.connected.image-left-text-right .image-container svg {
  z-index: 2;
  height: 100%;
  aspect-ratio: 1/1;
  opacity: 1;
  position: absolute;
  max-width: 80px;
}
.block.connected.image-left-text-right .image-container .show-video-button {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.block.connected.image-left-text-right .image-container .show-video-button:hover {
  cursor: pointer;
}
.block.connected.text-left-image-right .image {
  border-radius: 0 10px 10px 0;
  text-align: right;
}
.block.connected.text-left-image-right .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.block.connected.text-left-image-right .image-container svg {
  z-index: 2;
  height: 100%;
  aspect-ratio: 1/1;
  opacity: 1;
  position: absolute;
  padding: 6rem;
  max-width: 100%;
  fill: darkgrey;
}
.block.connected.text-left-image-right .image-container .show-video-button {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.block.connected.text-left-image-right .image-container .show-video-button:hover {
  cursor: pointer;
}
.block.connected .content {
  border-radius: 0 0 10px 10px;
}
.block.overlap .image {
  float: right;
  position: relative;
  top: -10px;
  right: -7px;
  width: 100px;
}
.block.gap .image {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .content-block-text-small .block > .content {
    font-size: 100%;
  }
  .block {
    max-width: 100%;
  }
  .block > .content {
    align-self: center;
    /*justify-self: center;*/
    font-size: 125%;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .block > .content p {
    width: 550px;
    max-width: 100%;
  }
  .block img.image {
    border-radius: 10px;
  }
  .block.connected {
    background: var(--lightest-green);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas: "image content";
  }
  .block.connected.image-left-text-right {
    grid-template-areas: "image content";
  }
  .block.connected.image-left-text-right img.image {
    border-radius: 10px 0 0 10px;
  }
  .block.connected.text-left-image-right {
    grid-template-areas: "content image";
  }
  .block.connected.text-left-image-right img.image {
    border-radius: 0 10px 10px 0;
  }
  .block.connected .image {
    grid-area: image;
  }
  .block.connected .content {
    grid-area: content;
    margin: 1rem;
    padding: 1rem;
  }
  .block.overlap {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    grid-template-rows: 100px auto 100px;
    gap: 0px 0px;
    font-size: 125%;
  }
  .block.overlap .content {
    background: var(--lightest-green);
    border-radius: 10px;
    padding: 2rem;
    margin: 1rem;
    padding: 1rem;
  }
  .block.overlap .content h2,
  .block.overlap .content p {
    width: 66%;
  }
  .block.overlap .image {
    z-index: 1;
    float: none;
    width: auto;
    top: 0;
    left: 0;
  }
  .block.overlap.image-left-text-right {
    grid-template-areas: "image content";
  }
  .block.overlap.image-left-text-right .content {
    grid-area: 1/1/4/5;
    padding-left: 35%;
    padding-right: 15%;
  }
  .block.overlap.image-left-text-right .content p, .block.overlap.image-left-text-right .content h2 {
    width: 100%;
  }
  .block.overlap.image-left-text-right .image {
    grid-area: 2/1/3/2;
  }
  .block.overlap.text-left-image-right {
    grid-template-areas: "content image";
  }
  .block.overlap.text-left-image-right .content {
    grid-area: 1/1/4/4;
  }
  .block.overlap.text-left-image-right .image {
    grid-area: 2/3/3/5;
  }
  .block.gap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px 16px;
  }
  .block.gap.image-left-text-right {
    grid-template-areas: "image content content";
  }
  .block.gap.text-left-image-right {
    grid-template-areas: "content content image";
  }
  .block.gap .content {
    background: var(--lightest-green);
    border-radius: 10px;
    grid-area: content;
    margin: 1rem;
    padding: 1rem;
  }
  .block.gap .image {
    grid-area: image;
  }
  .block.gap h2,
  .block.gap p {
    width: 66%;
  }
}
.order-cta {
  margin: 1rem;
}

.package-listing {
  /*    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  justify-content: center;
  justify-items: center;
}

.package {
  background-color: var(--white);
  border: 1px solid var(--order-green-144h-62s-39l);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  /*height: fit-content;*/
  /*max-width: 380px;*/
  /*width: 380px;*/
}
.package__title {
  text-align: center;
}
.package__speed-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: auto;
  width: 100%;
}
.package__speed-icon {
  min-height: 130px;
  height: 130px;
  width: 100%;
}
@media (max-width: 350px) {
  .package__speed-icon {
    height: 90px;
  }
}
.package__speed-container + .package__perfect-for-container {
  margin-top: 2rem;
}
.package__speed-mbs-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0;
  top: calc(100% - 100px);
}
@media (max-width: 350px) {
  .package__speed-mbs-container {
    top: calc(100% - 90px);
  }
}
.package__speed-value-unit-container {
  text-align: center;
  margin-bottom: -0.5rem;
}
.package__download-speed {
  text-align: center;
}
.package__download-speed--value {
  font-weight: bold;
  font-size: 2rem;
}
.package__download-speed--value, .package__download-speed--unit {
  font-weight: bold;
}
@media (max-width: 576px) {
  .package__perfect-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.package__perfect-for-container {
  margin-bottom: auto;
}
.package__perfect-for-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.package__benefit-desc {
  line-height: 18px;
}
.package__price-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: auto;
  margin-top: auto;
}
.package__month-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
}
.package__monthly-price {
  font-size: 3rem;
}
.package__monthly-price--small {
  font-size: 1.6rem;
}
@media (max-width: 70.9375em) {
  .package__monthly-price--decimal {
    display: flex;
    flex-direction: column;
  }
  .package__monthly-price--decimal .package__including-vat {
    margin-top: -0.5rem;
  }
}
@media (max-width: 34.0625em) {
  .package__monthly-price--decimal {
    display: unset;
  }
  .package__monthly-price--decimal .package__including-vat {
    margin-top: unset;
  }
}
.package__collapse-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
  /*margin-top: 1.5rem;*/
}
.package__collapse-container::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background-color: var(--order-green-144h-58s-24l);
  z-index: 1;
}
.package__collapse-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--white);
  z-index: 2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
.package__icon-content-container {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  /*max-height: 120px;
      height: 120px;

      @media(max-width: 42em) {
          height: 130px;
          max-height: 130px;
      }

      @media(max-width: 37em) {
          height: 150px;
          max-height: 150px;
      }

      @media(max-width: 30em) {
          height: unset;
          max-height: unset;
      }*/
}
.package__perfect-icon {
  width: 4rem;
  height: 4rem;
}
.package__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.package__cta-container {
  width: 100%;
}
.package__button {
  width: 100%;
  margin-bottom: 0;
}
.package__installation-text {
  color: var(--order-green-137h-39s-50l);
}
.package__including-vat {
  font-size: 16px;
}

.telephone-package-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem 1rem;
}
.telephone-package-listing .button {
  margin: 1rem auto;
  display: block;
}
.telephone-package-listing .telephone-package {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 40px 40px 80px auto;
}
.telephone-package-listing .title {
  grid-column: span 2;
}
.telephone-package-listing .title .h3 {
  font-size: 140%;
  text-align: center;
  color: var(--main-green);
  border-bottom: 1px solid var(--main-green);
  padding: 0.5rem;
}
.telephone-package-listing .landline-call {
  grid-column: span 2;
  padding: 0.5rem;
  font-family: "bold";
}
.telephone-package-listing .monthly-call {
  grid-column: span 2;
  padding: 0.5rem;
  font-family: "bold";
}
.telephone-package-listing .international-call {
  grid-column: span 2;
  padding: 0.5rem;
  font-family: "bold";
}
.telephone-package-listing .monthly-fee {
  padding: 0.5rem;
  font-size: 125%;
  text-align: center;
  border-top: 1px solid var(--main-green);
  border-right: 1px solid var(--main-green);
}
.telephone-package-listing .monthly-fee small {
  font-size: 60%;
  display: block;
}
.telephone-package-listing .one-off-fee {
  padding: 0.5rem;
  font-size: 125%;
  text-align: center;
  border-top: 1px solid var(--main-green);
}
.telephone-package-listing .one-off-fee small {
  font-size: 60%;
  display: block;
}

.feature-hero {
  font-size: 125%;
  margin: auto;
  max-width: 80rem;
  transform: translate(0, -8rem);
  margin-bottom: -8rem;
  margin-top: 5rem;
}
@media print, screen and (min-width: 64em) {
  .feature-hero {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 70px repeat(4, auto);
    gap: 0.5rem 0.5rem;
    grid-template-areas: ". . image image" "one one image image" "one one two two" "three three two two" "three three . .";
  }
}
.feature-hero .block {
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 5px;
}
.feature-hero .one {
  grid-area: one;
  background: var(--lightest-green);
}
@media print, screen and (max-width: 63.99875em) {
  .feature-hero .one {
    margin-right: 3rem;
  }
}
.feature-hero .two {
  grid-area: two;
  background: var(--lightest-green);
}
@media print, screen and (max-width: 63.99875em) {
  .feature-hero .two {
    margin-left: 3rem;
  }
}
.feature-hero .three {
  grid-area: three;
  background: var(--lightest-green);
}
@media print, screen and (max-width: 63.99875em) {
  .feature-hero .three {
    margin-right: 3rem;
  }
}
.feature-hero .image {
  grid-area: image;
  margin: 0.5rem;
  align-self: end;
}
.feature-hero .image img {
  border-radius: 5px;
}
@media print, screen and (max-width: 63.99875em) {
  .feature-hero .image {
    display: none;
  }
}

.hero {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}
.hero img {
  border-radius: 8px;
  overflow: hidden;
}
.hero h1,
.hero padding {
  font-family: "reg";
}
.hero p {
  font-size: 150%;
  font-family: "bold";
  color: var(--main-green);
}
.hero__cta-label {
  font-size: 1rem;
}
.hero__cta-button {
  background-color: var(--main-green);
  padding-block: 10px;
  padding-inline: 60px;
  position: absolute;
  left: 3.8rem;
  z-index: 2;
  bottom: -3rem;
}
@media screen and (max-width: 100rem) {
  .hero__cta-button {
    bottom: -1rem;
  }
}
@media screen and (max-width: 40rem) {
  .hero__cta-button {
    left: 0;
    bottom: -3rem;
  }
}
.hero .content {
  position: relative;
  padding: 1.5rem 0 0 0;
}
@media screen and (min-width: 40em) {
  .hero .content {
    padding: 3rem;
  }
}
.hero-scroll-logos {
  display: flex;
  flex-direction: row;
  min-height: 80px;
  overflow-x: hidden;
  gap: 1%;
  margin-bottom: 0.5rem;
}
.hero-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer {
  background: var(--darkest-green);
}
.footer a {
  color: var(--white);
}
.footer .links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
  list-style: none;
  width: 75rem;
  max-width: 100%;
}
.footer .link {
  color: white;
  display: block;
  padding: 1rem;
  font-size: 125%;
}
.footer .logo {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .footer .logo {
    margin-right: 1rem;
  }
}
.footer .terms {
  color: white;
  text-align: center;
  padding: 1rem;
}
.footer .social-links {
  margin-left: 1rem;
}
.footer .social-links img {
  width: 50px;
}
.footer .social-links a {
  display: inline-block;
}
.footer .trustpilot-container {
  margin-left: auto;
  margin-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .trustpilot-container {
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .footer .trustpilot-container {
    margin-right: auto;
  }
}
.footer .trustpilot-container .trustpilot-widget {
  width: 220px;
}

.team-listing .team-member .title {
  margin-bottom: 0;
}
.team-listing .team-member .subtitle {
  color: var(--main-green);
  margin-bottom: 1rem;
  display: block;
}
.team-listing .team-member .content {
  padding: 1rem;
}

.usage {
  position: relative;
}
.usage .usage-hint {
  display: inline-block;
  border-bottom: dashed 1px var(--white);
}
.usage:focus .usage-tooltip, .usage:hover .usage-tooltip {
  opacity: 1;
  display: block;
  animation: fadeIn 200ms ease-in-out;
}

.category-blocks.team-grid .team-grid-item {
  overflow: visible;
}
.category-blocks.team-grid .team-grid-item .content span {
  font-size: 14px;
}
.category-blocks.team-grid .team-grid-item figure {
  width: 48px;
  height: 64px;
  overflow: hidden;
  margin-top: -32px;
  right: 7px;
  border-radius: 5px;
}
.category-blocks.team-grid .team-grid-item .team-grid-item-pop {
  opacity: 0;
  display: none;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  background: #fefefe;
  padding: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 100%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 5px;
  z-index: 5;
}
.category-blocks.team-grid .team-grid-item .team-grid-item-pop p {
  font-size: 14px;
}
.category-blocks.team-grid .team-grid-item:focus .team-grid-item-pop, .category-blocks.team-grid .team-grid-item:hover .team-grid-item-pop {
  opacity: 1;
  display: block;
  animation: fadeIn 200ms ease-in-out;
}

@media print, screen and (min-width: 40em) {
  .category-blocks.team-grid .team-grid-item {
    box-shadow: none;
    cursor: pointer;
  }
  .category-blocks.team-grid .team-grid-item .content {
    text-align: center;
  }
  .category-blocks.team-grid .team-grid-item figure {
    width: 100%;
    height: auto;
    position: relative;
    background: none;
    right: 0;
    max-width: 250px;
    margin: 0 auto;
  }
  .category-blocks.team-grid .team-grid-item figure img {
    width: 100%;
  }
}
.blog-search {
  background: var(--main-green);
}

.blog-search-form {
  padding: 1rem;
  display: grid;
  margin: auto;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  grid-gap: 1rem;
  width: 60rem;
}
.blog-search-form input, .blog-search-form select {
  margin-bottom: 0;
}
.blog-search-form .button {
  border: 1px solid #fff;
  margin-bottom: 0;
}

.knowledge-base.content {
  font-size: 125%;
  padding: 2rem;
}

.section-tab {
  margin: auto;
  display: flex;
  width: 75rem;
  margin: auto;
  max-width: 100%;
  overflow-x: auto;
}
@media print, screen and (min-width: 1200px) {
  .section-tab {
    overflow-x: hidden;
  }
}
.section-tab .button {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.simple-hero {
  background: var(--dark-green);
}
.simple-hero .section-large {
  align-content: center;
  display: flex;
  flex-direction: column;
}
.simple-hero h1, .simple-hero p {
  color: var(--white);
  margin-bottom: 0;
}
.simple-hero p {
  font-size: 125%;
}

.article strong {
  color: var(--main-green);
}

.text-block {
  background: var(--white);
  border-radius: 4px;
}
.text-block strong {
  font-family: "bold";
  color: var(--main-green);
}

.featured-blocks .text-block {
  background: transparent;
}

.white-block .text-block {
  box-shadow: none;
}

.curves .white-block .text-block {
  box-shadow: none;
}

.curves .text-block {
  box-shadow: 0px 0px 20px -10px black;
  overflow: hidden;
  padding: 1rem;
  font-size: 125%;
}

.table-container {
  overflow-x: auto;
  background: linear-gradient(to left, transparent 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-size: 4em 100%, 4em 100%, 1.4em 100%, 1.4em 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.table-container table thead tr {
  text-align: center;
  background-color: var(--dark-green);
  color: #fff;
  font-weight: 600;
  font-family: "Galano Grotesque";
}
.table-container table thead tr td:first-of-type {
  position: relative;
}
.table-container table thead tr th:first-of-type {
  position: relative;
}

.breadcrumbs {
  margin: 2rem auto;
}
.breadcrumbs a, .breadcrumbs span {
  color: var(--main-green);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.package-tabs {
  position: relative;
  z-index: 2;
}
.package-tabs div:focus, .package-tabs div:active {
  outline: none;
}
.package-tabs__header, .package-tabs__subtitle {
  text-align: center;
}
.package-tabs__subtitle {
  margin-bottom: 2rem;
}
.package-tabs .tab-label-list {
  display: flex;
  background-color: var(--order-white-81h-47s-94l);
  padding: 30px 5px;
  justify-content: center;
}
.package-tabs .tab-label-list .h5 {
  margin-bottom: 0;
  text-align: center;
}
.package-tabs .tab-label-list .tab-label {
  padding: 0.6rem 0.6rem;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 40em) {
  .package-tabs .tab-label-list .tab-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.package-tabs .tab-label-list .tab-label:focus, .package-tabs .tab-label-list .tab-label:active {
  outline: none;
}
.package-tabs .tab-label-list .tab-label:hover .h4 {
  color: #0a0a0a;
}
.package-tabs .tab-label-list .tab-label[aria-selected=true] {
  background-color: var(--order-green-144h-62s-39l);
  color: #fefefe;
}
.package-tabs .tab-label-list .tab-label[aria-selected=true]:hover .h4 {
  color: #fefefe;
}
.package-tabs .tab-label-list .tab-label .h4 {
  font-size: 1.3rem;
  line-height: 1.1;
}
.package-tabs [hidden] .package {
  display: none;
}
.package-tabs .package {
  animation: fadeInUp 300ms ease-in-out;
}
.package-tabs .package:nth-child(2) {
  animation: fadeInUp 600ms;
}
.package-tabs .package:nth-child(3) {
  animation: fadeInUp 900ms;
}
.package-tabs .package:nth-child(4) {
  animation: fadeInUp 1200ms;
}

.packages.section-large {
  padding-top: 0;
}

.package-tabs.section-large {
  padding: 2rem 0.1rem 0;
}

.section-package-tabs {
  background-color: var(--lightest-green);
}

.terms-section-title {
  color: var(--main-green);
}

.image-block img {
  border-radius: 10px;
}

.cookies {
  position: fixed;
  bottom: 0;
  background: var(--darkest-green);
  color: white;
  padding: 1rem;
  left: 0;
  right: 0;
  z-index: 48;
}
.cookies p {
  font-size: 14px;
}
.cookies .button {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .cookies p {
    margin-bottom: 0;
  }
}
.cookies.hidden {
  display: none;
}

.project-intro > .content {
  background: var(--lightest-green);
  padding: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.project-intro > .content p {
  font-size: 125%;
}
.project-intro .address-quick-search {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  .project-intro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0px 0px;
    margin-left: auto;
  }
  .project-intro > .content {
    grid-area: 1/1/3/9;
  }
  .project-intro p {
    width: 65%;
  }
  .project-intro .address-quick-search {
    grid-area: 1/7/3/13;
    margin: 2rem auto;
  }
  .project-intro .address-quick-search .content {
    padding-bottom: 0;
  }
  .project-intro .address-quick-search .content, .project-intro .address-quick-search .form {
    width: 100%;
    margin: auto;
  }
}
.closeable-banner__wrapper {
  background-color: var(--darkest-green);
  overflow: hidden;
}
.closeable-banner__wrapper.hidden {
  height: 0;
}
.closeable-banner__wrapper.preload-hidden {
  display: none !important;
}
.closeable-banner__container {
  color: var(--white);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 30px;
}
@media screen and (min-width: 53.75em) {
  .closeable-banner__container {
    padding-top: 0;
  }
}
.closeable-banner__header, .closeable-banner__paragraph {
  margin: 0;
}
@media screen and (min-width: 53.75em) {
  .closeable-banner__header {
    max-width: 96%;
  }
}
.closeable-banner__paragraph {
  font-size: 18px;
}
@media screen and (min-width: 53.75em) {
  .closeable-banner__paragraph {
    font-size: 20px;
  }
}
.closeable-banner__link {
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  color: var(--white);
  text-decoration: underline;
}
.closeable-banner__close:hover, .closeable-banner__link:hover {
  color: #228748;
}
.closeable-banner__close:hover svg, .closeable-banner__link:hover svg {
  stroke: #228748;
}
.closeable-banner__close {
  position: absolute;
  top: 0;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 53.75em) {
  .closeable-banner__close {
    top: 0.2rem;
    padding: 0.5rem;
  }
}
.closeable-banner__close svg {
  pointer-events: none;
}

.category-section {
  background: var(--dark-green);
  padding: 50px 15px 100px 15px;
  position: relative;
}
.category-section > section {
  position: relative;
  z-index: 1;
}
.category-section:after {
  content: "";
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  height: 100px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  background-image: url("/assets/img/wi-mask-bottom.svg");
  z-index: 0;
}
.category-section .faq-search .title {
  color: var(--white);
}
.category-section .faq-articles {
  padding: 0 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.category-section .faq-articles .article {
  padding: 0.5rem;
  display: block;
  border-bottom: 1px solid var(--light-green);
}
.category-section .faq-articles .article:last-child {
  border-bottom: none;
}
.category-section .faq-articles .article .title {
  margin-bottom: 0;
}

.category-blocks .article {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
}
.category-blocks .article .content {
  padding: 1rem;
}
.category-blocks .article figure {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}
.category-blocks .article figure img {
  width: 100%;
}
.category-blocks .article .title {
  color: var(--darkest-green);
  line-height: 1.2;
  margin-bottom: 0;
  order: 1;
  padding-right: 40px;
}
.category-blocks .article:hover .title {
  color: var(--main-green);
}

@media print, screen and (min-width: 40em) {
  .category-blocks .article figure {
    position: relative;
    width: 100%;
    height: 100px;
    right: 0;
    top: 0;
    margin-top: 0;
    background-color: var(--lightest-green);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-blocks .article figure img {
    width: 50px;
  }
  .category-blocks .article .title {
    padding-right: 0;
  }
}
.faq-search {
  margin-bottom: 60px;
}

.faq-articles {
  margin-bottom: 1rem;
}

.faq-search-form {
  max-width: 600px;
  margin: 0 auto;
}
.faq-search-form .input-group {
  padding: 5px;
  background-color: #fefefe;
  border-radius: 5px;
  border: 2px solid var(--main-green);
}
.faq-search-form .input-group input {
  border: none;
  box-shadow: none;
}

.featured-articles {
  padding: 50px 15px 50px 15px;
}
.featured-articles .article {
  background-color: var(--lightest-green);
}

.featured-blocks {
  margin-top: 30px;
}
.featured-blocks .article {
  display: flex;
  height: 100%;
}
.featured-blocks .article .content {
  padding: 0.75rem;
  flex: 60%;
}
.featured-blocks .article figure {
  flex: 40%;
}
.featured-blocks .article figure img {
  width: 100%;
}
.featured-blocks .article .title {
  color: var(--dark-green);
  line-height: 1.2;
}
.featured-blocks .article:hover .title {
  color: var(--darkest-green);
}

.curves .featured-blocks .text-block {
  background-color: #fefefe;
}

.featured-projects .article:hover .content .h5 {
  transform: translateY(-2px);
}
.featured-projects .article figure {
  position: relative;
}
.featured-projects .article .h6 {
  background-color: #fefefe;
  display: inline-block;
  color: var(--darkest-green);
  position: absolute;
  top: 10px;
  right: 0;
  padding: 5px 5px 5px 12px;
  font-size: 12px;
  border-radius: 24px 0 0 24px;
}
@media print, screen and (min-width: 1024px) {
  .featured-projects .article .h6 {
    font-size: 16px;
  }
}
.featured-projects .article .content {
  transform: translateY(-26px);
}
.featured-projects .article .content .h5 {
  background-color: var(--main-green);
  display: inline-block;
  padding: 10px;
  color: #fefefe;
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 40em) {
  .featured-blocks .article .content {
    padding: 1rem;
  }
  .featured-blocks .article:hover figure img {
    transform: translateY(-12px) translateX(-10px);
    box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .featured-blocks figure img {
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.2s;
    transform: translateY(-10px) translateX(-10px);
    box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.75);
  }
}
.form-section {
  background-color: var(--lightest-green);
  padding: 10px 15px;
}
.form-section .button.expand {
  width: 100%;
}
.form-section .req {
  color: #FC440F;
  font-weight: bold;
}

.form-group.has-danger input, .form-group.has-danger textarea, .form-group.has-danger select {
  border-color: #FC440F;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.has-danger .pristine-error {
  font-size: 12px;
  color: #fefefe;
  background-color: #FC440F;
  padding: 1px 5px;
  position: relative;
  top: -1rem;
}

.postcode-form-field-wrapper {
  position: relative;
}
.postcode-form-field-wrapper .postcode-form-results {
  position: absolute;
  background: white;
  padding: 1rem;
  width: 100%;
  border-radius: 5px;
  top: 100%;
  z-index: 1;
  max-height: 200px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.28);
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
.postcode-form-field-wrapper .pc-option {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--light-green);
}
.postcode-form-field-wrapper .pc-option:last-child {
  border-bottom: none;
}
.postcode-form-field-wrapper .hidden {
  display: none;
}

.form-group-checkbox {
  margin-bottom: 1rem;
}
.form-group-checkbox label {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.form-group-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}
.form-group-checkbox.has-danger .pristine-error {
  top: 0;
}

.jobs {
  padding: 30px 15px;
}

.BambooHR-ATS-board h2 {
  font-family: "bold", "reg", Helvetica, Roboto, Arial, sans-serif !important;
}

.BambooHR-ATS-Jobs-Item {
  position: relative;
  padding: 10px 12px;
  background-color: var(--lightest-green);
  border-bottom: 3px solid #fefefe;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.BambooHR-ATS-Jobs-Item a {
  font-family: "bold", "reg", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: normal;
  color: var(--dark-green) !important;
  line-height: 1.2 !important;
  position: relative;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .BambooHR-ATS-Jobs-Item a {
    font-size: 21px !important;
  }
}
.BambooHR-ATS-Jobs-Item:hover {
  background-color: var(--light-green);
}

.BambooHR-ATS-Jobs-List {
  padding-left: 0 !important;
}

.BambooHR-ATS-board .BambooHR-ATS-Location {
  float: none !important;
  display: block;
  padding-top: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .BambooHR-ATS-Jobs-Item a {
    max-width: 400px;
  }
  .BambooHR-ATS-Jobs-Item:after {
    content: "Find out more";
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: var(--main-green);
    color: #fefefe;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
  }
}
.projects-listing-controls {
  display: flex;
  flex-wrap: wrap;
}

.projects-listing-form {
  padding-bottom: 15px;
  width: 100%;
}
.projects-listing-form .label {
  margin-right: 15px;
}
.projects-listing-form select {
  width: 100%;
  margin-bottom: 0;
}
.projects-listing-form .button-hidden {
  display: none;
}
.projects-listing-form .input-group-wrapper {
  display: inline-block;
  width: 100%;
}
.projects-listing-form .input-group {
  margin-bottom: 0;
}
@media print, screen and (min-width: 767px) {
  .projects-listing-form {
    margin-right: 10px;
    width: calc(50% - 10px);
    max-width: 320px;
  }
}

.projects-listing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projects-listing-list li {
  border-bottom: 1px solid #8a8a8a;
  padding: 3px 0 3px 0;
}
.projects-listing-list li:first-child {
  border-top: 1px solid #8a8a8a;
  margin-top: 5px;
}
.projects-listing-list li a {
  color: var(--darkest-green);
  padding: 6px 15px 6px 15px;
  display: block;
  background-color: var(--lightest-green);
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.projects-listing-list li a:hover {
  background-color: var(--light-green);
}
.projects-listing-list li figure {
  display: none;
}
.projects-listing-list li .h5, .projects-listing-list li .location {
  display: block;
}
.projects-listing-list li .h5 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.1;
}
.projects-listing-list li .location {
  font-size: 12px;
}
.projects-listing-list li .stage h6 {
  background-color: #fefefe;
  display: inline-block;
  color: var(--darkest-green);
  padding: 2px 8px 2px 8px;
  font-size: 11px;
  line-height: 1.1;
  border-radius: 12px;
  margin: 0;
}
.projects-listing-list li .name, .projects-listing-list li .stage {
  width: calc(100% - 75px);
}
.projects-listing-list li .cta {
  position: absolute;
  top: 8px;
  right: 15px;
  margin-bottom: 0;
}
.projects-listing-list li .button {
  margin-bottom: 0;
  padding: 0.6em 1em;
}

@media print, screen and (min-width: 767px) {
  .projects-listing-list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 15px 4px 15px;
  }
  .projects-listing-list li figure {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
  }
  .projects-listing-list li .location {
    font-size: 14px;
  }
  .projects-listing-list li .name {
    width: calc(70% - 220px);
  }
  .projects-listing-list li .stage {
    width: auto;
  }
  .projects-listing-list li .stage h6 {
    font-size: 14px;
  }
}
.carousel {
  padding-bottom: 60px;
}

.glide__arrows {
  position: absolute;
  bottom: 0;
  width: 200px;
  max-width: 1510px;
  left: 50%;
  margin-left: -100px;
}
@media screen and (min-width: 40em) {
  .glide__arrows {
    bottom: 50%;
    width: 100%;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
.glide__arrows .glide__arrow {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  margin-bottom: 0;
  top: auto;
  bottom: 0;
  transition: all 0.2s;
}
@media screen and (min-width: 1600px) {
  .glide__arrows .glide__arrow {
    height: 60px;
    width: 60px;
    border-radius: 30px;
  }
}
.glide__arrows .glide__arrow--left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23fff' d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E");
}
.glide__arrows .glide__arrow--right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23fff' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
}
.pagination a {
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darkest-green);
  border-radius: 3px;
  margin-left: 5px;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .pagination a {
    width: 40px;
    height: 40px;
  }
}
.pagination a.active {
  background-color: var(--main-green);
  color: #FFF;
}
.pagination a:not(.active):hover {
  color: var(--darkest-green);
  background-color: var(--lightest-green);
}

.event.block {
  margin-bottom: 1rem;
}
.event.block p {
  font-size: 14px;
}
.event.block .image {
  max-width: 120px;
}
.event.block .image img {
  border-radius: 5px;
}
.event.block .location {
  color: var(--main-green);
}

@media print, screen and (min-width: 40em) {
  .event.block p {
    font-size: inherit;
  }
  .event.block .image {
    max-width: 220px;
  }
}
.timeline {
  white-space: nowrap;
  background-color: #fefefe;
  position: relative;
  width: 90rem;
  margin: auto;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 400px 0;
  transition: transform 0.5s;
  margin: 0;
  cursor: grab;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 280px;
  height: 2px;
  background: #cacaca;
}

.timeline ol li:last-child {
  width: 500px;
  opacity: 0.5;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--dark-green);
  box-shadow: 0 0 0 3px rgba(28, 97, 53, 0.2);
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 500px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: var(--lightest-green);
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: var(--lightest-green) transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent var(--lightest-green);
}

.timeline time {
  background: var(--dark-green);
  display: inline-block;
  border-radius: 16px;
  color: white;
  font-size: 14px;
  padding: 3px 12px;
  margin-bottom: 5px;
  font-family: "bold", "reg", Helvetica, Roboto, Arial, sans-serif;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline button.disabled,
.timeline button:disabled {
  opacity: 0.8;
  cursor: pointer !important;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline {
    width: auto;
  }
  .timeline ol,
  .timeline ol li {
    width: auto;
  }
  .timeline ol {
    padding: 0;
    transform: none !important;
    cursor: auto;
  }
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  .timeline ol li div {
    position: static;
  }
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid var(--dark-green);
    height: 25px;
  }
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}
.project-status {
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.project-status:after, .project-status:before {
  content: "";
  height: 100%;
  width: 20px;
  background-color: red;
  top: 0;
  position: absolute;
  z-index: 2;
}
.project-status:before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.project-status:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.project-status-wrapper {
  overflow-x: scroll;
}

.project-status-steps {
  margin: 1rem 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 10px;
  white-space: nowrap;
}
.project-status-steps li {
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-bottom: 35px;
  width: 190px;
}
.project-status-steps li span:last-child {
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.project-status-steps li span:first-child {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 28px;
  height: 28px;
  color: #fefefe;
  font-size: 14px;
  line-height: 28px;
  border-radius: 14px;
  background-color: var(--main-green);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.project-status-steps li span:first-child:before {
  content: "";
  height: 6px;
  background-color: var(--main-green);
  width: 192px;
  left: 28px;
  bottom: 11px;
  position: absolute;
  display: block;
  z-index: 0;
}
.project-status-steps li:last-child span:before {
  display: none;
}
.project-status-steps li.active span:first-child:before {
  background-color: #cacaca;
}
.project-status-steps li.active span:first-child:after {
  content: "";
  border: 2px solid var(--main-green);
  border-radius: 50%;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  animation: pulsate 1s ease-out infinite;
  z-index: -2;
}
.project-status-steps li.active ~ li span:first-child {
  background-color: #cacaca;
  color: var(--darkest-green);
}
.project-status-steps li.active ~ li span:first-child:before {
  background-color: #cacaca;
}

.transition-hover-top {
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.transition-hover-top:hover {
  transform: translateY(-2px);
}

.transition-hover-color {
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.intro-cta {
  background: var(--lightest-green);
  border-radius: 4px;
  margin-bottom: 1rem;
}
.intro-cta .content {
  font-size: 125%;
}

@media print, screen and (min-width: 40em) {
  .video-wrapper {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 64em) {
  .video-wrapper {
    max-width: 60%;
  }
}

.curves {
  position: relative;
  background-image: url(/assets/img/wi-pattern.svg);
  padding: 7rem 1rem;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.curves > * {
  position: relative;
  z-index: 1;
}
.curves:before, .curves:after {
  content: "";
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  height: 100px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
@media (min-width: 620px) {
  .curves:before, .curves:after {
    background-size: 100% 100%;
  }
}
.curves:before {
  background-position: top left;
  top: -1px;
  background-image: url("/assets/img/wi-mask-top.svg");
}
.curves:after {
  bottom: -1px;
  background-image: url("/assets/img/wi-mask-bottom.svg");
  background-position: bottom left;
}

.curves-no-padding-top {
  padding-top: 2rem;
}

.order-complete {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 64em) {
  .order-complete {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.xlhero-carousel .carousel-bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .xlhero-carousel .carousel-bg-image {
    min-height: 450px;
  }
}
.xlhero-carousel .carousel-bg-image .content {
  padding: 2rem 2rem;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .xlhero-carousel .carousel-bg-image .content {
    padding: 2rem 5rem;
  }
}
.xlhero-carousel .carousel-bg-image .content p {
  font-size: 125%;
  font-weight: 600;
}
.xlhero-carousel .carousel-bg-image .content .image,
.xlhero-carousel .carousel-bg-image .content .title,
.xlhero-carousel .carousel-bg-image .content .button {
  display: block;
}
.xlhero-carousel .carousel-bg-image .content .button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.xlhero-carousel .carousel-bg-image .content .image {
  padding: 1rem;
}
.xlhero-carousel .carousel-bg-image .icon-grid {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.xlhero-carousel.dark-bg {
  color: white;
}

.coverage-checker-special {
  position: fixed;
  bottom: -5px;
  left: 2%;
  z-index: 47;
  width: 96%;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 920px;
  transform: translateY(600px);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.coverage-checker-special.show {
  transform: none;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special {
    left: calc(50% - 460px);
  }
}
.coverage-checker-special .address-quick-search {
  background-color: var(--darkest-green);
  box-shadow: none;
}
.coverage-checker-special .content {
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coverage-checker-special .content::before {
  display: none;
}
.coverage-checker-special .content .button {
  margin: 0;
}
.coverage-checker-special .content.returning {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .content.returning {
    width: 66.66667%;
  }
}
.coverage-checker-special .form {
  padding: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .form {
    max-height: 1000px;
    overflow: unset;
  }
}
.coverage-checker-special .form.returning {
  max-height: unset;
}
.coverage-checker-special .form.returning .button {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .form.returning {
    width: 33.33333%;
  }
}
.coverage-checker-special .title {
  line-height: 1.1;
  font-size: 18px;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.coverage-checker-special .button-close {
  display: none;
}
.coverage-checker-special .postcode-results {
  position: relative;
  margin-top: 0;
  top: 0;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .postcode-results {
    position: absolute;
    top: -200px;
  }
}
@media screen and (min-width: 90em) {
  .coverage-checker-special .postcode-results {
    width: calc(100% + 200px);
  }
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .button-open {
    display: none;
  }
}
.coverage-checker-special .postcode,
.coverage-checker-special select {
  height: 45px;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special .postcode,
  .coverage-checker-special select {
    margin-bottom: 0;
  }
}
.coverage-checker-special .postcode-container {
  position: relative;
}
.coverage-checker-special .button-collapse {
  display: flex;
  justify-content: flex-end;
  background-color: var(--darkest-green);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.coverage-checker-special .button-collapse .button-arrow-container {
  background-color: var(--darkest-green);
  position: absolute;
  top: -30px;
  right: 0;
  width: 35px;
  height: 35px;
}
.coverage-checker-special .button-collapse .button-arrow-container .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.coverage-checker-special .button-collapse .button-arrow-container .arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.coverage-checker-special .button-collapse .button-arrow-container .arrow-down {
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.coverage-checker-special .button-collapse .hidden {
  display: none;
}

.coverage-checker-special.active .form {
  max-height: 1000px;
}
.coverage-checker-special.active .button-close {
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .coverage-checker-special.active .button-close {
    display: none;
  }
}
.coverage-checker-special.active .button-open {
  display: none;
}

.section-accordion {
  padding-bottom: 2rem;
}

.accordion {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.accordion li {
  position: relative;
  border-top: 1px solid #0a0a0a;
}
.accordion li .accordion-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0rem;
  padding: 10px 10px 10px 10px;
  text-align: left;
  transition: background-color 0.1s, color 0.1s;
  width: 100%;
}
.accordion li .accordion-title:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/assets/img/icon/down.svg) center center no-repeat;
  transition: transform 0.1s;
}
.accordion li .accordion-title:hover {
  background-color: var(--lightest-green);
  color: var(--black);
}

.accordion-content {
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: visibility 0s 0.1s, opacity 0.2s ease-out, max-height 0.3s;
  overflow: hidden;
  display: block;
  background: var(--lightest-green);
  padding: 0 1rem 0 1rem;
}

.accordion li.is-active {
  padding-bottom: 30px;
}
.accordion li.is-active .accordion-title {
  color: var(--main-green);
}
.accordion li.is-active .accordion-title:after {
  transform: rotate(180deg);
}
.accordion li.is-active .accordion-title:hover {
  color: var(--main-green);
  background: none;
}
.accordion li.is-active .accordion-content {
  visibility: visible;
  padding: 1rem 1rem 0 1rem;
  opacity: 1;
  max-height: 1000px;
}

.awards-listing {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-right: 4rem;
}
@media (max-width: 81.875em) {
  .awards-listing {
    margin-right: 0;
  }
}
.awards-listing__header {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.awards-listing__subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 48em) {
  .awards-listing__subtitle {
    width: unset;
    margin-right: unset;
    margin-left: unset;
  }
}

.awards__block {
  width: 25%;
  word-break: break-word;
}
.awards__trohpy-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.awards__icon {
  width: 240px;
  height: 160px;
  display: inline-block;
}
.awards__icon--small {
  transform: scale(0.85);
}
.awards__icon--big {
  transform: scale(1.25);
}
.awards__content-p {
  font-size: 0.875em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.awards__content-header {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.ja-job-list-container .ja-pager-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.ja-job-list-container .ja-pager-container .ja-pager {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.ja-job-list-container .ja-job-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ja-job-list-container .ja-job-list .job {
  display: flex;
  flex-direction: column;
  background-color: var(--lightest-green);
  padding: 1rem;
  border-radius: 5px;
}
.ja-job-list-container .ja-job-list .job .view-details {
  color: white;
  text-decoration: none;
  background-color: #228748;
  padding: 10px;
  display: inline;
  border-radius: 5px;
  align-self: flex-end;
}
.ja-job-list-container .ja-job-list .job h2 a {
  font-size: 21px !important;
}

.ja-job-details h2 {
  color: #228748;
  font-size: 21px !important;
}
.ja-job-details .description strong {
  color: #228748;
}
.ja-job-details .apply {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
.ja-job-details .apply .ja-button {
  width: 30%;
  color: white;
  text-decoration: none;
  background-color: #228748;
  padding: 10px;
  display: inline;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.ja-job-search {
  margin-bottom: 2rem;
}
.ja-job-search .ja-form .ja-field-container label {
  font-size: 21px;
  font-weight: 800;
  color: #1d743e;
}
.ja-job-search .ja-form .ja-submit .ja-button {
  width: 30%;
  color: white;
  text-decoration: none;
  background-color: #228748;
  padding: 10px;
  display: inline;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.ja-apply-iframe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: solid 2px #29a156 !important;
  border-radius: 5px;
  width: 100%;
  padding: 1rem;
}
.ja-apply-iframe iframe {
  width: 50% !important;
}
@media (max-width: 990px) {
  .ja-apply-iframe iframe {
    width: 100% !important;
  }
}

/****************
    Motion UI
****************/