@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-black.woff") format("woff"), url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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=48em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

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

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

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

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

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

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

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

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  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;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  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] {
  appearance: none;
  border-radius: 0;
}

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

::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: #0a0a0a;
}
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: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  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)::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;
}

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: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

h2, .h2 {
  font-size: 2.125rem;
  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: 48em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  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: #0c304e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(10.32, 41.28, 67.08);
}
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: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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;
    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;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .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, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    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, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto;
  }
}
.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .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: 4.1666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%;
}

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

.grid-x > .small-15 {
  width: 62.5%;
}

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

.grid-x > .small-17 {
  width: 70.8333333333%;
}

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

.grid-x > .small-19 {
  width: 79.1666666667%;
}

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

.grid-x > .small-21 {
  width: 87.5%;
}

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

.grid-x > .small-23 {
  width: 95.8333333333%;
}

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .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: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .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: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    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: 48em) {
  .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: 48em) {
  .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(4.1666666667% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-24 {
    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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .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: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    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: 4.1666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%;
}

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

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

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

.small-offset-15 {
  margin-left: 62.5%;
}

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

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

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

.small-offset-17 {
  margin-left: 70.8333333333%;
}

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

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

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

.small-offset-19 {
  margin-left: 79.1666666667%;
}

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

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

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

.small-offset-21 {
  margin-left: 87.5%;
}

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

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

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

.small-offset-23 {
  margin-left: 95.8333333333%;
}

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 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: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 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, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .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, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    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, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    flex-basis: auto;
  }
}
.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .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: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .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: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .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: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  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;
}
[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: #0c304e;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(10.2, 40.8, 66.3);
  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: #0c304e;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(9.6, 38.4, 62.4);
  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: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.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 #0c304e;
  color: #0c304e;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #061827;
  color: #061827;
}
.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 #0c304e;
  color: #0c304e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #061827;
  color: #061827;
}
.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 #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.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: #0c304e;
}
.button.clear:hover, .button.clear:focus {
  color: #061827;
}
.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: #0c304e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #061827;
}
.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: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.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: #0c304e;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0c304e;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.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;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(200.4, 225.6, 246.6);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

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

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

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

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

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

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

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

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

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

.tabs.primary {
  background: #0c304e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(14.8, 59.2, 96.2);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0c304e;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(10.32, 41.28, 67.08);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #0c304e;
}

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(12, 48, 78, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0c304e transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0c304e transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

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

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

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

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

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

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

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: none;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 47.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: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

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

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

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

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%; /* 1, 3 */
}

.site-header,
.site-footer {
  flex: none; /* 2 */
}

.site-content {
  flex: 1 0 auto; /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%;
}

.site-content::after {
  content: " "; /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}

@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg);
  }
  .site-content::after {
    margin-top: var(--space-lg);
  }
}
.site-content--full {
  padding: 0;
}

.site-content--full::after {
  content: none;
}

.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none !important;
}

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

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
a, a:hover, a:active, a:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-bar {
  max-width: 900px;
  margin: auto;
}

.header-logo {
  width: auto;
  height: 70px;
  padding: 15px 0;
  margin-right: 0px;
}
.header-logo img {
  height: 100%;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-header {
  padding: 0 1rem;
}

.header-top {
  align-items: center;
  min-height: 70px;
}

.responsive-toggle .menu-icon {
  color: #fff !important;
}
.responsive-toggle .menu-icon::after {
  background: #fff !important;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff !important;
}

.title-bar .menu-icon {
  color: #fff !important;
}
.title-bar .menu-icon::after {
  background: #fff !important;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff !important;
}

.menu-toggle,
.hamburger {
  color: #fff !important;
}
.menu-toggle::after, .menu-toggle::before,
.hamburger::after,
.hamburger::before {
  background: #fff !important;
}

#masthead {
  background-color: #000;
  padding: 0;
}

h1 {
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p,
.entry-content,
.content,
.text-content,
.body-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
}

.newsletter-cta-section {
  padding: 2rem 0;
  margin: 2rem 0;
}
.newsletter-cta-section .newsletter-cta-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  max-width: 500px;
  margin: auto;
}
.newsletter-cta-section .newsletter-cta-content p {
  margin-bottom: 1rem;
}
.newsletter-cta-section .newsletter-cta-content h1, .newsletter-cta-section .newsletter-cta-content h2, .newsletter-cta-section .newsletter-cta-content h3, .newsletter-cta-section .newsletter-cta-content h4, .newsletter-cta-section .newsletter-cta-content h5, .newsletter-cta-section .newsletter-cta-content h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
}
.newsletter-cta-section .newsletter-cta-content a {
  color: #333333;
  text-decoration: underline;
}
.newsletter-cta-section .newsletter-cta-content a:hover {
  color: #000000;
}

.post-navigation-section {
  margin: 1rem 0;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 290px;
  margin: 0 auto;
  position: relative;
}
.post-navigation::before {
  left: 0;
}
.post-navigation::after {
  right: 0;
}

.post-nav-previous,
.post-nav-next {
  flex: 1;
  text-align: center;
}

.post-nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.post-nav-link:hover {
  color: #000000;
}
.post-nav-link.disabled {
  color: #999999;
  cursor: default;
}

.back-link-section {
  padding: 1rem 0;
  margin: 1rem 0;
}
.back-link-section .back-to-all-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.back-link-section .back-to-all-link:hover {
  color: #000000;
}

.category-hero-section {
  padding: 2rem 0;
  margin: 2rem 0;
}
.category-hero-section .category-header {
  text-align: center;
}
.category-hero-section .category-header .category-divider {
  width: 60px;
  height: 3px;
  background-color: #a0cb06;
  border: none;
  margin: 0 auto 1rem;
}
.category-hero-section .category-header .category-title {
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.category-hero-section .category-header .category-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.blog-posts-section {
  background-color: #fff;
  padding: 3rem 0;
}
.blog-posts-section .results-count {
  margin-bottom: 2rem;
}
.blog-posts-section .results-count .results {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.blog-posts-section .posts-container .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .blog-posts-section .posts-container .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.blog-posts-section .posts-container .post-card {
  background: #fff;
  border: 3px solid #a0cb06;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-posts-section .posts-container .post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(160, 203, 6, 0.2);
}
.blog-posts-section .posts-container .post-card .post-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.blog-posts-section .posts-container .post-card .post-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
}
.blog-posts-section .posts-container .post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-posts-section .posts-container .post-card .post-thumbnail:hover img {
  transform: scale(1.05);
}
.blog-posts-section .posts-container .post-card .post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.blog-posts-section .posts-container .post-card .post-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: #000;
}
.blog-posts-section .posts-container .post-card .post-title a {
  color: inherit;
  text-decoration: none;
}
.blog-posts-section .posts-container .post-card .post-title a:hover {
  color: #a0cb06;
}
.blog-posts-section .posts-container .post-card .post-categories {
  font-size: 0.85rem;
  color: #a0cb06;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.blog-posts-section .posts-container .post-card .post-excerpt {
  color: #000;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.blog-posts-section .posts-container .post-card .post-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-posts-section .posts-container .post-card .post-footer .read-more-button {
  width: 40px;
  height: 40px;
  border: 2px solid #a0cb06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-posts-section .posts-container .post-card .post-footer .read-more-button svg {
  width: 16px;
  height: 16px;
}
.blog-posts-section .posts-container .post-card .post-footer .read-more-button:hover {
  background-color: #a0cb06;
  color: #fff;
  transform: scale(1.1);
}
.blog-posts-section .posts-container .loading-posts {
  text-align: center;
  padding: 3rem 0;
}
.blog-posts-section .posts-container .loading-posts .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(160, 203, 6, 0.3);
  border-top: 3px solid #a0cb06;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.blog-posts-section .posts-container .loading-posts p {
  color: #000;
  font-size: 1.1rem;
}
.blog-posts-section .posts-container .load-more-container {
  text-align: center;
  margin-top: 2rem;
}
.blog-posts-section .posts-container .load-more-container .load-more-button {
  background-color: #a0cb06;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-posts-section .posts-container .load-more-container .load-more-button:hover {
  background-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  transform: translateY(-2px);
}
.blog-posts-section .posts-container .no-results {
  text-align: center;
  padding: 3rem 0;
}
.blog-posts-section .posts-container .no-results h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.blog-posts-section .posts-container .no-results p {
  color: #000;
  font-size: 1.2rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#responsive-menu {
  padding: 20px 0;
}

.dropdown.menu a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.dropdown.menu a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown.menu > li > a {
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 1.5rem;
  color: #fff;
}
.dropdown.menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.dropdown.menu > li.is-active > a {
  color: #fff;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 10px;
}

.menu .active > a {
  color: #fff;
  background: transparent;
}

.is-dropdown-submenu {
  background: red;
  border: 0px;
}
.is-dropdown-submenu .is-dropdown-submenu-item a {
  background: blue;
  color: white;
}
.is-dropdown-submenu .is-dropdown-submenu-item a:hover {
  background-color: pink;
  color: red;
}
.is-dropdown-submenu .active > a {
  background: orange;
}
.is-dropdown-submenu .active > a:hover {
  color: white;
  text-decoration: none;
}

.accordion-menu {
  background-color: #000;
}
.accordion-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 1.5rem;
}
.accordion-menu .active > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.accordion-menu .current-menu-parent > .is-active > .active > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.accordion-menu .submenu li {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.05);
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #ffffff transparent transparent;
}

/* Hero Section Styles */
.hero-section-wrapper {
  width: 100%;
  height: 100%;
  background: #000;
  padding: 100px 0px 100px 0px;
}
@media print, screen and (max-width: 47.99875em) {
  .hero-section-wrapper {
    padding: 50px 20px 50px 20px;
  }
}

.hero-content-container {
  align-self: stretch;
  height: 339px;
  padding: 60px 70px;
  background: #111111;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.hero-green-line {
  width: 274px;
  height: 17px;
  background: #A0CB06;
}

.hero-title {
  color: white;
  font-size: 64px;
  font-family: Gotham, sans-serif;
  font-weight: 800;
  word-wrap: break-word;
  line-height: 1em;
  margin: 0;
  padding-top: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  .hero-title {
    font-size: 48px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hero-title {
    font-size: 56px;
  }
}

.hero-bottom-spacer {
  width: 100px;
  height: 100px;
  position: relative;
}

/* Video Section Styles */
.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333; /* Fallback background color */
  min-height: 200px; /* Minimum height to ensure visibility */
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  background: #333; /* Fallback background for video element */
}

/* Optional overlay - remove if not needed */
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}

/* Responsive adjustments */
@media print, screen and (max-width: 47.99875em) {
  .video-background {
    min-width: 100%;
    min-height: 100%;
  }
}
/* CTA Section Styles */
.cta-section {
  width: 100%;
  padding: 80px 0;
  background: white;
}
.cta-section--black {
  background: #000;
  color: white;
}

.cta-content {
  text-align: center;
  padding: 0 20px;
}

.cta-header {
  font-size: 48px;
  font-family: Gotham, sans-serif;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #000;
}
.cta-section--black .cta-header {
  color: white;
}
@media print, screen and (max-width: 47.99875em) {
  .cta-header {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .cta-header {
    font-size: 42px;
  }
}

.cta-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  color: #666;
}
.cta-section--black .cta-text {
  color: #ccc;
}
@media print, screen and (max-width: 47.99875em) {
  .cta-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  background: #a0cb06;
  color: white;
}
.cta-button:hover {
  background: rgb(120.956937799, 153.4641148325, 4.5358851675);
  transform: translateY(-2px);
}
.cta-button--hollow {
  background: transparent;
  color: #a0cb06;
  border-color: #a0cb06;
}
.cta-button--hollow:hover {
  background: #a0cb06;
  color: white;
  transform: translateY(-2px);
}
.cta-button--on-black.cta-button--hollow {
  color: white;
  border-color: white;
}
.cta-button--on-black.cta-button--hollow:hover {
  background: white;
  color: #000;
}
@media print, screen and (max-width: 47.99875em) {
  .cta-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .grid-container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-headline {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-section .hero-headline {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hero-section .hero-headline {
    font-size: 2rem;
  }
}
.hero-section .hero-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: white;
  line-height: 1.6;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-section .hero-description {
    font-size: 1.1rem;
  }
}
.hero-section .hero-cta {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
  border: none;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.hero-section .hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(160, 203, 6, 0.3);
}

.two-column-section {
  padding: 5rem 0;
}
.two-column-section .section-headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.two-column-section .section-headline.text-white {
  color: white;
}
.two-column-section .section-headline.text-dark {
  color: #333;
}
@media print, screen and (max-width: 63.99875em) {
  .two-column-section .section-headline {
    font-size: 2rem;
  }
}
.two-column-section .column-content {
  font-size: 1.1rem;
  line-height: 1.7;
}
.two-column-section .column-content.text-white {
  color: white;
}
.two-column-section .column-content.text-dark {
  color: #333;
}
.two-column-section .column-content p {
  margin-bottom: 1.5rem;
}
.two-column-section .logo-gallery {
  margin-top: 3rem;
}
.two-column-section .logo-gallery .retail-logos {
  max-width: 100%;
  height: auto;
}

.video-section {
  padding: 5rem 0;
  background: #f8f9fa;
}
.video-section .video-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #333;
}
@media print, screen and (max-width: 63.99875em) {
  .video-section .video-title {
    font-size: 1.75rem;
  }
}
.video-section .video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.video-section .video-container .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-section .video-container .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cta-section {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cta-section .grid-container {
  position: relative;
  z-index: 2;
}
.cta-section .cta-headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media print, screen and (max-width: 63.99875em) {
  .cta-section .cta-headline {
    font-size: 2rem;
  }
}
.cta-section .cta-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: white;
  line-height: 1.6;
}
@media print, screen and (max-width: 63.99875em) {
  .cta-section .cta-description {
    font-size: 1.1rem;
  }
}
.cta-section .cta-button {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  border: none;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.cta-section .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(160, 203, 6, 0.3);
}

.logo-gallery-section {
  padding: 5rem 0;
  background: white;
}
.logo-gallery-section .section-headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
}
@media print, screen and (max-width: 63.99875em) {
  .logo-gallery-section .section-headline {
    font-size: 2rem;
  }
}
.logo-gallery-section .section-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 3rem;
}
.logo-gallery-section .logo-item {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.logo-gallery-section .logo-item .client-logo {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.logo-gallery-section .logo-item .client-logo:hover {
  filter: grayscale(0%);
}
.logo-gallery-section .logo-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-white {
  color: white !important;
}

.text-dark {
  color: #333 !important;
}

/**
 * Post List with Filter Section Styles
 */
.post-list-filter-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  text-align: center;
}
.post-list-filter-section .section-subtitle {
  font-size: 1.1rem;
  color: #000;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}
.post-list-filter-section .filter-section {
  background-color: #000;
  color: #fff;
  padding: 3rem 0;
  margin-bottom: 0;
}
.post-list-filter-section .filter-section .filter-group {
  margin-bottom: 2.5rem;
}
.post-list-filter-section .filter-section .filter-group:last-child {
  margin-bottom: 0;
}
.post-list-filter-section .filter-section .filter-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #fff;
}
.post-list-filter-section .filter-section .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.post-list-filter-section .filter-section .filter-buttons .filter-button {
  background: transparent;
  border: 1px solid #a0cb06;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-list-filter-section .filter-section .filter-buttons .filter-button:hover {
  background-color: rgba(160, 203, 6, 0.1);
  border-color: rgb(196.3875598086, 247.8229665072, 12.1770334928);
}
.post-list-filter-section .filter-section .filter-buttons .filter-button.active {
  background-color: #a0cb06;
  color: #000;
  border-color: #a0cb06;
}
@media (max-width: 768px) {
  .post-list-filter-section .filter-section .filter-buttons .filter-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
  }
}
.post-list-filter-section .filter-section .clear-filters-container {
  text-align: center;
}
.post-list-filter-section .filter-section .clear-filters-container .clear-filters-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.post-list-filter-section .filter-section .clear-filters-container .clear-filters-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper {
  position: relative;
  max-width: 300px;
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-input {
  width: 100%;
  background: transparent;
  border: 1px solid #a0cb06;
  color: #fff;
  padding: 0.75rem 3rem 0.75rem 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: rgb(196.3875598086, 247.8229665072, 12.1770334928);
  background-color: rgba(160, 203, 6, 0.05);
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-button {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #a0cb06;
  cursor: pointer;
  padding: 0.25rem;
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-button svg {
  width: 16px;
  height: 16px;
}
.post-list-filter-section .filter-section .search-section .search-input-wrapper .search-button:hover {
  color: rgb(196.3875598086, 247.8229665072, 12.1770334928);
}
.post-list-filter-section .posts-section {
  background-color: #fff;
  padding: 3rem 0;
}
.post-list-filter-section .posts-section .posts-container .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .post-list-filter-section .posts-section .posts-container .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.post-list-filter-section .posts-section .posts-container .post-card {
  background: #fff;
  border: 3px solid #a0cb06;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post-list-filter-section .posts-section .posts-container .post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(160, 203, 6, 0.2);
}
.post-list-filter-section .posts-section .posts-container .post-card .post-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-thumbnail:hover img {
  transform: scale(1.05);
}
.post-list-filter-section .posts-section .posts-container .post-card .post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: #000;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-categories {
  font-size: 0.85rem;
  color: #a0cb06;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-excerpt {
  color: #000;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-footer .read-more-button {
  width: 40px;
  height: 40px;
  border: 2px solid #a0cb06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-footer .read-more-button svg {
  width: 16px;
  height: 16px;
}
.post-list-filter-section .posts-section .posts-container .post-card .post-footer .read-more-button:hover {
  background-color: #a0cb06;
  color: #fff;
  transform: scale(1.1);
}
.post-list-filter-section .posts-section .posts-container .loading-posts {
  text-align: center;
  padding: 3rem 0;
}
.post-list-filter-section .posts-section .posts-container .loading-posts .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(160, 203, 6, 0.3);
  border-top: 3px solid #a0cb06;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.post-list-filter-section .posts-section .posts-container .loading-posts p {
  color: #000;
  font-size: 1.1rem;
}
.post-list-filter-section .posts-section .posts-container .no-results {
  text-align: center;
  padding: 3rem 0;
}
.post-list-filter-section .posts-section .posts-container .no-results p {
  color: #000;
  font-size: 1.2rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .post-list-filter-section .filter-section .filter-buttons {
    gap: 0.5rem;
  }
  .post-list-filter-section .posts-section {
    padding: 2rem 0;
  }
  .post-list-filter-section .posts-section .posts-container .posts-grid {
    gap: 1.5rem;
  }
  .post-list-filter-section .posts-section .posts-container .post-card .post-content {
    padding: 1.25rem;
  }
  .post-list-filter-section .posts-section .posts-container .post-card .post-title {
    font-size: 1.2rem;
  }
}
.load-more-container {
  text-align: center;
  margin-top: 2rem;
}
.load-more-container .load-more-button {
  background-color: #a0cb06;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.load-more-container .load-more-button:hover {
  background-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  transform: translateY(-2px);
}

/**
 * Simple Page Cards Section Styles
 * Based on post-list-filter card structure but without images
 */
.simple-page-cards-section {
  padding: 3rem 0;
}
.simple-page-cards-section--white {
  background-color: #fff;
}
.simple-page-cards-section--white .section-title {
  color: #a0cb06;
}
.simple-page-cards-section--white .section-subtitle {
  color: #000;
}
.simple-page-cards-section--black {
  background-color: #000;
}
.simple-page-cards-section--black .section-title {
  color: #fff;
}
.simple-page-cards-section--black .section-subtitle {
  color: #fff;
}
.simple-page-cards-section--black .simple-page-card {
  background: #000;
}
.simple-page-cards-section--black .simple-page-card .simple-page-card-title {
  color: #fff;
}
.simple-page-cards-section--black .simple-page-card .simple-page-card-text {
  color: #fff;
}
.simple-page-cards-section--black .simple-page-card .simple-page-card-link {
  color: #fff;
  border-color: #fff;
}
.simple-page-cards-section--black .simple-page-card .simple-page-card-link:hover {
  background-color: #fff;
  color: #000;
}
.simple-page-cards-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.simple-page-cards-section .section-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}
.simple-page-cards-section .simple-page-cards-container--white {
  background-color: #fff;
}
.simple-page-cards-section .simple-page-cards-container--black {
  background-color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .simple-page-cards-section .simple-page-cards-container .simple-page-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .simple-page-cards-section .simple-page-cards-container .simple-page-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card {
  background: #fff;
  border-radius: 8px;
  border: 3px solid #a0cb06;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-white {
  background: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-white .simple-page-card-title {
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-white .simple-page-card-text {
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-white .simple-page-card-link {
  color: #000;
  border-color: #a0cb06;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-white .simple-page-card-link:hover {
  background-color: #a0cb06;
  color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black {
  background: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-title {
  color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-text {
  color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-link {
  color: #fff;
  border-color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-link svg {
  stroke: #fff !important;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-link:hover {
  background-color: #fff;
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card.card-back-black .simple-page-card-link:hover svg {
  stroke: #000 !important;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-link.link-back-white {
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-link.link-back-white:hover {
  color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-link.link-back-black {
  color: #fff;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-link.link-back-black:hover {
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-dark-purple {
  border-color: #3e1b4d;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-dark-blue {
  border-color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-teal {
  border-color: #00d1be;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-taupe {
  border-color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-bright-orange {
  border-color: #ff6502;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-sky-blue {
  border-color: #57aff7;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-dark-red {
  border-color: #be1d26;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card--border-lime-green {
  border-color: #a0cb06;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #000;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-text {
  color: #000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-size: 1rem;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-footer .simple-page-card-link {
  width: 40px;
  height: 40px;
  border: 2px solid #a0cb06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-footer .simple-page-card-link svg {
  width: 16px;
  height: 16px;
}
.simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-footer .simple-page-card-link:hover {
  background-color: #a0cb06;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .simple-page-cards-section {
    padding: 2rem 0;
  }
  .simple-page-cards-section .section-title {
    font-size: 2rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-content {
    padding: 1.5rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .simple-page-cards-section .simple-page-cards-container .simple-page-cards-grid {
    gap: 1rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-content {
    padding: 1.25rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-title {
    font-size: 1.1rem;
  }
  .simple-page-cards-section .simple-page-cards-container .simple-page-card .simple-page-card-text {
    font-size: 0.95rem;
  }
}
/**
 * Profile Cards Section Styles
 * Based on team profile card design with image, name, and title
 */
.profile-cards-section {
  padding: 3rem 0 6rem;
}
.profile-cards-section--white {
  background-color: #fff;
}
.profile-cards-section--white .section-title {
  color: #000;
}
.profile-cards-section--white .section-subtitle {
  color: #000;
}
.profile-cards-section--black {
  background-color: #000;
}
.profile-cards-section--black .section-title {
  color: #fff;
}
.profile-cards-section--black .section-subtitle {
  color: #fff;
}
.profile-cards-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.profile-cards-section .section-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}
.profile-cards-section .profile-cards-container--white {
  background-color: #fff;
}
.profile-cards-section .profile-cards-container--black {
  background-color: #000;
}
.profile-cards-section .profile-cards-container .profile-cards-track {
  margin-top: 2rem;
}
.profile-cards-section .profile-cards-container .profile-cards-track.slick-slider {
  margin: 0;
}
.profile-cards-section .profile-cards-container .profile-cards-track .slick-slide {
  padding: 0 1rem;
}
.profile-cards-section .profile-cards-container .profile-cards-track .slick-arrow {
  display: none !important;
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  background: #a0cb06;
  border-radius: 50%;
  z-index: 10;
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-arrow:before {
  font-size: 20px;
  color: #fff;
  opacity: 1;
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-prev {
  left: 50%;
  transform: translateX(-60px);
  top: auto;
  bottom: -70px;
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-prev:before {
  content: "←";
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-next {
  right: 50%;
  transform: translateX(60px);
  top: auto;
  bottom: -70px;
}
.profile-cards-section .profile-cards-container .profile-cards-track.arrows-enabled .slick-next:before {
  content: "→";
}
.profile-cards-section .profile-cards-container .profile-card {
  background: #fff;
  border-radius: 8px;
  border: 3px solid #a0cb06;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.profile-cards-section .profile-cards-container .profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.profile-cards-section .profile-cards-container .profile-card.card-back-white {
  background: #fff;
}
.profile-cards-section .profile-cards-container .profile-card.card-back-white .profile-card-name {
  color: #000;
}
.profile-cards-section .profile-cards-container .profile-card.card-back-white .profile-card-title {
  color: #666;
}
.profile-cards-section .profile-cards-container .profile-card.card-back-black {
  background: #000;
}
.profile-cards-section .profile-cards-container .profile-card.card-back-black .profile-card-name {
  color: #fff;
}
.profile-cards-section .profile-cards-container .profile-card.card-back-black .profile-card-title {
  color: #ccc;
}
.profile-cards-section .profile-cards-container .profile-card--border-dark-purple {
  border-color: #3e1b4d;
}
.profile-cards-section .profile-cards-container .profile-card--border-dark-blue {
  border-color: #000;
}
.profile-cards-section .profile-cards-container .profile-card--border-teal {
  border-color: #00d1be;
}
.profile-cards-section .profile-cards-container .profile-card--border-taupe {
  border-color: #000;
}
.profile-cards-section .profile-cards-container .profile-card--border-bright-orange {
  border-color: #ff6502;
}
.profile-cards-section .profile-cards-container .profile-card--border-sky-blue {
  border-color: #57aff7;
}
.profile-cards-section .profile-cards-container .profile-card--border-dark-red {
  border-color: #be1d26;
}
.profile-cards-section .profile-cards-container .profile-card--border-lime-green {
  border-color: #a0cb06;
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .profile-cards-section .profile-cards-container .profile-card .profile-card-image {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .profile-cards-section .profile-cards-container .profile-card .profile-card-image {
    height: 320px;
  }
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-image .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.profile-cards-section .profile-cards-container .profile-card:hover .profile-card-image .profile-image {
  transform: scale(1.05);
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .profile-cards-section .profile-cards-container .profile-card .profile-card-name {
    font-size: 1.5rem;
    padding: 1.75rem 1.75rem 0;
  }
}
.profile-cards-section .profile-cards-container .profile-card .profile-card-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 1.5rem 1.5rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .profile-cards-section .profile-cards-container .profile-card .profile-card-title {
    font-size: 1.1rem;
    padding: 0 1.75rem 1.75rem;
  }
}

@media (max-width: 768px) {
  .profile-cards-section {
    padding: 2rem 0 6rem;
  }
  .profile-cards-section .section-title {
    font-size: 2rem;
  }
  .profile-cards-section .profile-cards-container .profile-cards-track .slick-slide {
    padding: 0 0.75rem;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-image {
    height: 510px;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-name {
    font-size: 1.3rem;
    padding: 1.25rem 1.25rem 0;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-title {
    font-size: 0.95rem;
    padding: 0 1.25rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .profile-cards-section .profile-cards-container .profile-cards-track .slick-slide {
    padding: 0 0.5rem;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-image {
    height: 200px;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-name {
    font-size: 1.2rem;
    padding: 1rem 1rem 0;
  }
  .profile-cards-section .profile-cards-container .profile-card .profile-card-title {
    font-size: 0.9rem;
    padding: 0 1rem 1rem;
  }
}
.icon-cards-section {
  padding: 4rem 0;
}
.icon-cards-section .section-title {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .icon-cards-section .section-title {
    font-size: 2rem;
  }
}
.icon-cards-section .section-subtitle {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .icon-cards-section .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.icon-cards-section--white {
  background-color: #fff;
}
.icon-cards-section--white .section-title {
  color: #000;
}
.icon-cards-section--white .section-subtitle {
  color: #000;
}
.icon-cards-section--black {
  background-color: #000;
}
.icon-cards-section--black .section-title {
  color: #fff;
}
.icon-cards-section--black .section-subtitle {
  color: #fff;
}

.icon-cards-container--white {
  background-color: #fff;
}
.icon-cards-container--black {
  background-color: #000;
}

.icon-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .icon-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.icon-card {
  background: #fff;
  border: 3px solid #a0cb06;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.icon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(160, 203, 6, 0.2);
}
.icon-card.card-back-white {
  background: #fff;
}
.icon-card.card-back-white .icon-card-title {
  color: #000;
}
.icon-card.card-back-white .icon-card-description {
  color: #000;
  font-weight: 300;
}
.icon-card.card-back-black {
  background: #000;
  border-color: #fff;
}
.icon-card.card-back-black .icon-card-title {
  color: #fff;
}
.icon-card.card-back-black .icon-card-description {
  color: #fff;
}
.icon-card.card-back-black:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.icon-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.icon-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.icon-card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-card-icon .icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 80px;
  max-height: 80px;
}

.icon-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .icon-card-title {
    font-size: 1.25rem;
  }
}

.icon-card-description {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .icon-card-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .icon-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  .icon-card-inner {
    padding: 1.5rem;
  }
  .icon-card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.25rem;
  }
  .icon-card-icon .icon-image {
    max-width: 70px;
    max-height: 70px;
  }
  .icon-card-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .icon-cards-section {
    padding: 3rem 0;
  }
  .icon-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .icon-card-inner {
    padding: 1.25rem;
  }
  .icon-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  .icon-card-icon .icon-image {
    max-width: 60px;
    max-height: 60px;
  }
  .icon-card-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .icon-card-description {
    font-size: 0.875rem;
  }
}
.text-cards-section {
  padding: 4rem 0;
}
.text-cards-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .text-cards-section .section-title {
    font-size: 2rem;
  }
}
.text-cards-section .section-subtitle {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .text-cards-section .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.text-cards-section--white {
  background-color: #fff;
}
.text-cards-section--white .section-title {
  color: #000;
}
.text-cards-section--white .section-subtitle {
  color: #000;
}
.text-cards-section--black {
  background-color: #000;
}
.text-cards-section--black .section-title {
  color: #fff;
}
.text-cards-section--black .section-subtitle {
  color: #fff;
}

.text-cards-container--white {
  background-color: #fff;
}
.text-cards-container--black {
  background-color: #000;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.grid-margin-x > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}

.text-card {
  background: #fff;
  border: 3px solid #a0cb06;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.text-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(160, 203, 6, 0.2);
}
.text-card.card-back-white {
  background: #fff;
}
.text-card.card-back-white .text-card-headline {
  color: #000;
}
.text-card.card-back-white .text-card-copy {
  color: #000;
}
.text-card.card-back-black {
  background: #000;
  border-color: #fff;
}
.text-card.card-back-black .text-card-headline {
  color: #fff;
}
.text-card.card-back-black .text-card-copy {
  color: #fff;
}
.text-card.card-back-black:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.text-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.text-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-card-headline {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text-card-headline {
    font-size: 1.25rem;
  }
}

.text-card-copy {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .text-card-copy {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .text-card-inner {
    padding: 1.5rem;
  }
  .text-card-headline {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .text-cards-section {
    padding: 3rem 0;
  }
  .text-card-inner {
    padding: 1.25rem;
  }
  .text-card-headline {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .text-card-copy {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .grid-margin-x > .cell {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .grid-margin-x > .cell {
    margin-bottom: 1.25rem;
  }
}
.testimonial-section {
  padding: 4rem 0;
}
.testimonial-section--white {
  background-color: #fff;
}
.testimonial-section--black {
  background-color: #000;
}

.testimonial-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}
.testimonial-container--white {
  background-color: #fff;
}
.testimonial-container--black {
  background-color: #000;
}
.testimonial-container blockquote {
  border-left: 0px solid #000;
}

.testimonial-quote {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  font-style: normal;
  padding: 0px;
}
@media (max-width: 768px) {
  .testimonial-quote {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .testimonial-quote {
    font-size: 1.125rem;
  }
}

.testimonial-attribution {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .testimonial-attribution {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .testimonial-attribution {
    font-size: 0.8rem;
  }
}

.testimonial-name {
  font-weight: 500;
}

.testimonial-title {
  font-weight: 400;
}

.testimonial-section--white .testimonial-quote {
  color: #000;
}
.testimonial-section--white .testimonial-attribution {
  color: #000;
}

.testimonial-section--black .testimonial-quote {
  color: #fff;
}
.testimonial-section--black .testimonial-attribution {
  color: #fff;
}

@media (max-width: 1024px) {
  .testimonial-section {
    padding: 3.5rem 0;
  }
  .testimonial-container {
    padding: 0 1.5rem;
  }
  .testimonial-quote {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 3rem 0;
  }
  .testimonial-container {
    padding: 0 1rem;
  }
  .testimonial-quote {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .testimonial-attribution {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .testimonial-section {
    padding: 2.5rem 0;
  }
  .testimonial-container {
    padding: 0 0.75rem;
  }
  .testimonial-quote {
    font-size: 1.125rem;
  }
  .testimonial-attribution {
    font-size: 0.8rem;
  }
}
.gallery-section {
  padding: 4rem 0;
}
.gallery-section .section-title {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .gallery-section .section-title {
    font-size: 2rem;
  }
}
.gallery-section .section-subtitle {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .gallery-section .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.gallery-section--white {
  background-color: #fff;
}
.gallery-section--white .section-title {
  color: #000;
}
.gallery-section--white .section-subtitle {
  color: #000;
}
.gallery-section--black {
  background-color: #000;
}
.gallery-section--black .section-title {
  color: #fff;
}
.gallery-section--black .section-subtitle {
  color: #fff;
}

.gallery-container--white {
  background-color: #fff;
}
.gallery-container--black {
  background-color: #000;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.grid-margin-x > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}

.gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gallery-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .gallery-img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-img {
    height: 200px;
  }
}

.gallery-caption {
  padding: 1rem;
  background: #fff;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .gallery-caption {
    padding: 0.75rem;
    font-size: 0.8rem;
  }
}

.gallery-button {
  margin-top: 2rem;
  margin-bottom: 50px;
  text-align: center;
}
.gallery-button .cta-button {
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gallery-button .cta-button:hover {
  background-color: #a0cb06;
  color: #fff;
}

.gallery-section--white .gallery-caption {
  background: #fff;
  color: #000;
}

.gallery-section--black .gallery-caption {
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .gallery-section {
    padding: 3.5rem 0;
  }
  .grid-margin-x > .cell {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .gallery-section {
    padding: 3rem 0;
  }
  .grid-margin-x > .cell {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .gallery-section {
    padding: 2.5rem 0;
  }
  .grid-margin-x > .cell {
    margin-bottom: 1rem;
  }
}
.stats-column-section {
  padding: 4rem 0;
}
.stats-column-section--white {
  background-color: #fff;
}
.stats-column-section--light-gray {
  background-color: #f8f9fa;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.grid-margin-x > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.stats-column-content {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .stats-column-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.stats-column-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .stats-column-heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .stats-column-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.stats-column-content-text {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .stats-column-content-text {
    font-size: 1rem;
  }
}
.stats-column-content-text p {
  margin-bottom: 1.5rem;
}
.stats-column-content-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .stats-column-content-text p {
    margin-bottom: 1.25rem;
  }
}

.stats-column-achievements {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .stats-column-achievements {
    gap: 2rem;
  }
}

.achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .achievement-item {
    gap: 1rem;
  }
}

.achievement-number {
  flex-shrink: 0;
  position: relative;
}
.achievement-number .achievement-number-text {
  font-size: 120px;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px #a0cb06;
  text-stroke: 3px #a0cb06;
  display: block;
}
@media (max-width: 1024px) {
  .achievement-number .achievement-number-text {
    font-size: 100px;
    -webkit-text-stroke: 2.5px #a0cb06;
    text-stroke: 2.5px #a0cb06;
  }
}
@media (max-width: 768px) {
  .achievement-number .achievement-number-text {
    font-size: 80px;
    -webkit-text-stroke: 2px #a0cb06;
    text-stroke: 2px #a0cb06;
  }
}

.achievement-content {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 120px;
  max-width: 200px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .achievement-content {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .achievement-content {
    min-height: 80px;
  }
}

.achievement-text {
  color: #000;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .achievement-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .achievement-text {
    font-size: 0.85rem;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 1024px) {
  .two-column-text-section {
    padding: 3.5rem 0;
  }
  .stats-column-content {
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .two-column-text-section {
    padding: 3rem 0;
  }
  .stats-column-content {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  .achievement-item {
    flex-direction: row;
    align-items: center;
  }
  .achievement-number {
    width: 80px;
    flex-shrink: 0;
  }
  .achievement-content {
    min-height: auto;
    flex: 1;
  }
}
@media (max-width: 480px) {
  .two-column-text-section {
    padding: 2.5rem 0;
  }
  .stats-column-heading {
    font-size: 1.75rem;
  }
  .stats-column-paragraph {
    font-size: 0.95rem;
  }
  .achievement-number .achievement-number-text {
    font-size: 70px;
    -webkit-text-stroke: 1.5px #a0cb06;
    text-stroke: 1.5px #a0cb06;
  }
  .achievement-text {
    font-size: 0.8rem;
  }
}
.two-columns-section {
  padding: 60px 0;
}
.two-columns-section--white {
  background-color: #fff;
}
.two-columns-section--light-gray {
  background-color: #e6e6e6;
}

.two-columns-content {
  padding: 0 20px;
}
@media print, screen and (min-width: 48em) {
  .two-columns-content {
    padding: 0 30px;
  }
}

.two-columns-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .two-columns-heading {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .two-columns-heading {
    font-size: 3.5rem;
  }
}

.two-columns-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
}
.two-columns-text p {
  margin-bottom: 20px;
}
.two-columns-text p:last-child {
  margin-bottom: 0;
}
.two-columns-text h1, .two-columns-text h2, .two-columns-text h3, .two-columns-text h4, .two-columns-text h5, .two-columns-text h6 {
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}
.two-columns-text h1:first-child, .two-columns-text h2:first-child, .two-columns-text h3:first-child, .two-columns-text h4:first-child, .two-columns-text h5:first-child, .two-columns-text h6:first-child {
  margin-top: 0;
}
.two-columns-text ul, .two-columns-text ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.two-columns-text ul li, .two-columns-text ol li {
  margin-bottom: 8px;
}
.two-columns-text a {
  color: #a0cb06;
  text-decoration: none;
}
.two-columns-text a:hover {
  text-decoration: underline;
}
.two-columns-text strong {
  font-weight: 700;
}
.two-columns-text em {
  font-style: italic;
}

@media print, screen and (max-width: 47.99875em) {
  .two-columns-section {
    padding: 40px 0;
  }
  .two-columns-content {
    padding: 0 15px;
  }
  .two-columns-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .two-columns-text {
    font-size: 1rem;
  }
}
/**
 * Two Column with Image Section Styles
 */
.two-column-with-image-section {
  padding: 4rem 0;
}
.two-column-with-image-section .two-column-content .two-column-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .two-column-with-image-section .two-column-content .two-column-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.two-column-with-image-section .two-column-content .two-column-copy {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .two-column-with-image-section .two-column-content .two-column-copy {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.two-column-with-image-section .two-column-content .two-column-button-wrapper {
  margin-top: 1rem;
}
.two-column-with-image-section .two-column-content .two-column-button-wrapper .two-column-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.two-column-with-image-section .two-column-content .two-column-button-wrapper .two-column-button:hover {
  background-color: #a0cb06;
  color: #fff;
}
.two-column-with-image-section .two-column-content .two-column-button-wrapper .two-column-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(160, 203, 6, 0.3);
}
@media screen and (max-width: 768px) {
  .two-column-with-image-section .two-column-content .two-column-button-wrapper .two-column-button {
    padding: 0.6rem 1.5rem;
    font-size: 0.8rem;
  }
}
.two-column-with-image-section .two-column-image-wrapper {
  text-align: center;
}
.two-column-with-image-section .two-column-image-wrapper .two-column-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.two-column-with-image-section .two-column-image-wrapper .two-column-image:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .two-column-with-image-section .two-column-image-wrapper .two-column-image {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .two-column-with-image-section {
    padding: 3rem 0;
  }
  .two-column-with-image-section .grid-x .cell {
    margin-bottom: 2rem;
  }
  .two-column-with-image-section .grid-x .cell:last-child {
    margin-bottom: 0;
  }
}

.paycor-section {
  padding: 60px 0;
}
.paycor-section--white {
  background-color: #fff;
}
.paycor-section--light-gray {
  background-color: #e6e6e6;
}

.paycor-content {
  width: 100%;
  min-height: 400px;
}
.paycor-content iframe {
  width: 100%;
  border: none;
  min-height: 400px;
}

@media print, screen and (max-width: 47.99875em) {
  .paycor-section {
    padding: 40px 0;
  }
  .paycor-content {
    min-height: 300px;
  }
  .paycor-content iframe {
    min-height: 300px;
  }
}
.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_title {
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  padding: 12px 16px;
  border: 3px solid #a0cb06 !important;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  transition: all 0.3s ease;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  box-shadow: 0 0 0 2px rgba(160, 203, 6, 0.2);
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  color: #999;
  font-style: italic;
}
.gform_wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 40px;
  appearance: none;
}
.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
  width: 18px;
  height: 18px;
  border: 3px solid #a0cb06;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.gform_wrapper input[type=checkbox]:checked,
.gform_wrapper input[type=radio]:checked {
  background-color: #a0cb06;
  border-color: #a0cb06;
}
.gform_wrapper input[type=radio] {
  border-radius: 50%;
}
.gform_wrapper input[type=radio]:checked {
  background-color: #a0cb06;
}

.gfield_label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.gfield_label .gfield_required {
  color: #a0cb06;
  margin-left: 4px;
}

.gfield_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  line-height: 1.4;
}

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=url],
.gfield_error input[type=password],
.gfield_error input[type=number],
.gfield_error textarea,
.gfield_error select {
  border-color: #be1d26;
  background-color: #fef2f2;
}
.gfield_error .gfield_label {
  color: #be1d26;
}

.validation_error {
  background-color: #fef2f2;
  border: 1px solid #be1d26;
  color: #be1d26;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.gfield_validation_message {
  color: #be1d26;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.gform_confirmation_message {
  background-color: #f0f9f0;
  border: 1px solid #a0cb06;
  color: rgb(81.9138755981, 103.9282296651, 3.0717703349);
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.gform_wrapper .gform_footer {
  margin-top: 2rem;
  text-align: left;
}
.gform_wrapper input[type=submit],
.gform_wrapper .gform_button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 2px solid #a0cb06 !important;
  border-radius: 4px;
  background-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper .gform_button:hover {
  background-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  border-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gform_wrapper input[type=submit]:active,
.gform_wrapper .gform_button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gform_wrapper input[type=submit]:focus,
.gform_wrapper .gform_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(160, 203, 6, 0.3);
}

.gfield {
  margin-bottom: 1.5rem;
}
.gfield:last-child {
  margin-bottom: 0;
}

.gform_wrapper .ginput_complex {
  display: flex;
  gap: 1rem;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  flex: 1;
}
.gform_wrapper .name_first,
.gform_wrapper .name_last {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}
.gform_wrapper .name_last {
  margin-right: 0;
}

.ginput_container_fileupload input[type=file] {
  border: 3px dashed #a0cb06;
  border-radius: 4px;
  padding: 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ginput_container_fileupload input[type=file]:hover {
  border-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  background-color: #f0f0f0;
}

.ginput_container_date input[type=date] {
  border: 3px solid #a0cb06;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.ginput_container_date input[type=date]:focus {
  outline: none;
  border-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  box-shadow: 0 0 0 2px rgba(160, 203, 6, 0.2);
}

.ginput_container_time input[type=time] {
  border: 3px solid #a0cb06;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.ginput_container_time input[type=time]:focus {
  outline: none;
  border-color: rgb(120.956937799, 153.4641148325, 4.5358851675);
  box-shadow: 0 0 0 2px rgba(160, 203, 6, 0.2);
}

@media screen and (max-width: 768px) {
  .gform_wrapper .ginput_complex {
    flex-direction: column;
    gap: 0;
  }
  .gform_wrapper .name_first,
  .gform_wrapper .name_last {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .gform_wrapper .name_last {
    margin-bottom: 0;
  }
}
.footer-cta-section label, .footer-cta-section legend {
  display: none !important;
  color: #fff !important;
}
.footer-cta-section input[type=submit],
.footer-cta-section .gform_button {
  background-color: #000 !important;
  color: #fff !important;
}

body {
  position: relative;
  z-index: 1;
}

.the-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.the-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.the-hero .hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.the-hero .container {
  position: relative;
  z-index: 2;
}
.the-hero .headline-text {
  color: white;
}
.the-hero .headline-text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 63.99875em) {
  .the-hero .headline-text h1 {
    font-size: 2rem;
  }
}
.the-hero .headline-text .hero-paragraph {
  margin-bottom: 2rem;
}
.the-hero .headline-text .hero-paragraph p {
  font-size: 1.25rem;
  line-height: 1.6;
}
.the-hero .headline-text .hero-cta .button {
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.the-hero .headline-text .hero-cta .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.col-2-section {
  padding: 150px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .col-2-section {
    padding: 75px 0;
  }
}
.col-2-section .headline-text {
  margin-bottom: 3rem;
}
.col-2-section .headline-text h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 63.99875em) {
  .col-2-section .headline-text h2 {
    font-size: 2rem;
  }
}
.col-2-section .columns-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .col-2-section .columns-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.col-2-section .columns-text .col1-of-2 p,
.col-2-section .columns-text .col2-of-2 p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-section {
  padding: 75px 0;
}
.service-section:first-child {
  padding-top: 150px;
}
.service-section:last-child {
  padding-bottom: 150px;
}
.service-section .headline-text {
  margin-bottom: 3rem;
}
.service-section .headline-text h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.service-section .columns-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .service-section .columns-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.service-section .columns-text.image_right .col1-of-2 {
  order: 2;
}
.service-section .columns-text.image_right .col2-of-2 {
  order: 1;
}
.service-section .columns-text .image-column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.service-section .columns-text .content-column h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000000;
}
.service-section .columns-text .content-column p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.service-section .columns-text .content-column .highlight-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.service-section .columns-text .content-column .highlight-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.service-section .columns-text .content-column .highlight-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
  border-radius: 50%;
}

.bold-cta-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bold-cta-section .text-container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}
.bold-cta-section .text-container h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 63.99875em) {
  .bold-cta-section .text-container h2 {
    font-size: 2rem;
  }
}
.bold-cta-section .text-container .bold-cta-paragraph-text {
  margin-bottom: 2rem;
}
.bold-cta-section .text-container .bold-cta-paragraph-text p {
  font-size: 1.25rem;
  line-height: 1.6;
}
.bold-cta-section .text-container .bold-cta .button {
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.bold-cta-section .text-container .bold-cta .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.buncha-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center;
  padding: 3rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .buncha-logos {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
  }
}
.buncha-logos img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.buncha-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.learning-center-section {
  background-color: #F7F4E9;
  padding: 75px 0;
}
.learning-center-section .headline-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .learning-center-section .headline-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.learning-center-section .headline-text .headline-headline h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.learning-center-section .headline-text .headline-paragraph p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.learning-center-section .three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .learning-center-section .three-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.learning-center-section .three-columns .content-column .data-points {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.learning-center-section .three-columns .content-column .data-points li {
  margin-bottom: 1.5rem;
}
.learning-center-section .three-columns .content-column .data-points li .data-number {
  font-size: 2rem;
  font-weight: 700;
  color: #A0CB06;
  display: block;
}
.learning-center-section .three-columns .content-column .data-points li .data-title {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.learning-center-section .three-columns .content-column .highlight-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.learning-center-section .three-columns .content-column .highlight-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.learning-center-section .three-columns .content-column .highlight-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #A0CB06;
  font-weight: bold;
}
.learning-center-section .three-columns .image-column .resource-center-index {
  display: grid;
  gap: 2rem;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post:hover {
  transform: translateY(-5px);
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post .resource-center-index__post-content {
  padding: 1.5rem;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post .resource-center-index__post-content .date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post .resource-center-index__post-content .title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post .resource-center-index__post-content .title a {
  color: #000000;
  text-decoration: none;
}
.learning-center-section .three-columns .image-column .resource-center-index .resource-center-index__post .resource-center-index__post-content .title a:hover {
  color: #A0CB06;
}

.testimonial__splider .testimonial__slide blockquote {
  text-align: center;
  padding: 3rem 2rem;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #000000;
}
.testimonial__splider .testimonial__slide blockquote img {
  margin-bottom: 2rem;
}
.testimonial__splider .testimonial__slide blockquote p {
  margin-bottom: 2rem;
}
.testimonial__splider .testimonial__slide blockquote cite {
  font-style: normal;
  font-weight: 600;
}
.testimonial__splider .testimonial__slide blockquote cite p {
  margin-bottom: 0.5rem;
}
.testimonial__splider .testimonial__slide blockquote cite a {
  color: #A0CB06;
  text-decoration: none;
}
.testimonial__splider .testimonial__slide blockquote cite a:hover {
  text-decoration: underline;
}

.wntt_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 75px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .wntt_wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.wntt_wrap .wntt_col1 img {
  width: 100%;
  height: auto;
}
.wntt_wrap .wntt_col2 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.wntt_wrap .wntt_col2 .wntt_paragraph {
  margin-bottom: 2rem;
}
.wntt_wrap .wntt_col2 .wntt_paragraph p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.wntt_wrap .wntt_col2 .legalstuff {
  font-size: 0.9rem;
  color: #666;
  margin-top: 1rem;
}
.wntt_wrap .wntt_col2 .legalstuff a {
  color: #A0CB06;
  text-decoration: none;
}
.wntt_wrap .wntt_col2 .legalstuff a:hover {
  text-decoration: underline;
}

.hero-blog-single,
.hero-blog-archive {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.hero-blog-single .headline-text,
.hero-blog-archive .headline-text {
  color: white;
}
.hero-blog-single .headline-text h1,
.hero-blog-archive .headline-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-blog-single .headline-text h1,
  .hero-blog-archive .headline-text h1 {
    font-size: 2rem;
  }
}
.hero-blog-single .headline-text .blog-meta,
.hero-blog-single .headline-text .archive-description,
.hero-blog-archive .headline-text .blog-meta,
.hero-blog-archive .headline-text .archive-description {
  font-size: 1.1rem;
  opacity: 0.9;
}
.hero-blog-single .headline-text .blog-meta span,
.hero-blog-single .headline-text .archive-description span,
.hero-blog-archive .headline-text .blog-meta span,
.hero-blog-archive .headline-text .archive-description span {
  margin-right: 1rem;
}
.hero-blog-single .headline-text .blog-meta span:after,
.hero-blog-single .headline-text .archive-description span:after,
.hero-blog-archive .headline-text .blog-meta span:after,
.hero-blog-archive .headline-text .archive-description span:after {
  content: "•";
  margin-left: 1rem;
  opacity: 0.7;
}
.hero-blog-single .headline-text .blog-meta span:last-child:after,
.hero-blog-single .headline-text .archive-description span:last-child:after,
.hero-blog-archive .headline-text .blog-meta span:last-child:after,
.hero-blog-archive .headline-text .archive-description span:last-child:after {
  display: none;
}

.blog-post-body .blog-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-post-body .blog-content .featured-image {
  margin-bottom: 2rem;
}
.blog-post-body .blog-content .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-post-body .blog-content .post-content {
  font-size: 1.1rem;
  line-height: 1.7;
}
.blog-post-body .blog-content .post-content h1, .blog-post-body .blog-content .post-content h2, .blog-post-body .blog-content .post-content h3, .blog-post-body .blog-content .post-content h4, .blog-post-body .blog-content .post-content h5, .blog-post-body .blog-content .post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.blog-post-body .blog-content .post-content p {
  margin-bottom: 1.5rem;
}
.blog-post-body .blog-content .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5rem 0;
}
.blog-post-body .blog-content .post-content blockquote {
  border-left: 4px solid #A0CB06;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.2rem;
}
.blog-post-body .blog-content .post-content ul, .blog-post-body .blog-content .post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.blog-post-body .blog-content .post-content ul li, .blog-post-body .blog-content .post-content ol li {
  margin-bottom: 0.5rem;
}
.blog-post-body .blog-content .blog-cta-section h3 {
  color: #000000;
  margin-bottom: 1rem;
}
.blog-post-body .blog-content .blog-cta-section .cta-content {
  margin-bottom: 1.5rem;
}
.blog-post-body .blog-content .blog-cta-section .cta-button .button {
  background: #a0cb06;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.blog-post-body .blog-content .blog-cta-section .cta-button .button:hover {
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.blog-archive-content .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .blog-archive-content .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.blog-archive-content .blog-post-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-archive-content .blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.blog-archive-content .blog-post-card .post-card-inner .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content {
  padding: 1.5rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-meta span {
  margin-right: 1rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-meta span:after {
  content: "•";
  margin-left: 1rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-meta span:last-child:after {
  display: none;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-title {
  margin-bottom: 1rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-title a {
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-title a:hover {
  color: #A0CB06;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-excerpt {
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.6;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-read-more .read-more-link {
  color: #A0CB06;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.blog-archive-content .blog-post-card .post-card-inner .post-content .post-read-more .read-more-link:hover {
  text-decoration: underline;
}
.blog-archive-content .blog-pagination {
  text-align: center;
  margin-top: 3rem;
}
.blog-archive-content .blog-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background: #f8f9fa;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.blog-archive-content .blog-pagination .page-numbers:hover, .blog-archive-content .blog-pagination .page-numbers.current {
  background: #A0CB06;
  color: white;
}
.blog-archive-content .no-posts-found {
  text-align: center;
  padding: 3rem;
}
.blog-archive-content .no-posts-found h2 {
  color: #000000;
  margin-bottom: 1rem;
}
.blog-archive-content .no-posts-found p {
  color: #666;
  font-size: 1.1rem;
}

@media print, screen and (max-width: 47.99875em) {
  .the-hero .headline-text h1 {
    font-size: 1.8rem;
  }
  .col-2-section .headline-text h2,
  .service-section .headline-text h2,
  .bold-cta-section .text-container h2 {
    font-size: 1.8rem;
  }
  .buncha-logos {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .hero-blog-single .headline-text h1,
  .hero-blog-archive .headline-text h1 {
    font-size: 1.8rem;
  }
  .blog-archive-content .blog-posts-grid {
    grid-template-columns: 1fr;
  }
}
h1 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.site-footer {
  background: #000;
  background-image: url("../images/footer-back.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 7rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.site-footer .footer-row-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}
.site-footer .footer-section {
  margin-bottom: 1.5rem;
}
.site-footer .footer-menus {
  display: flex;
  gap: 4rem;
}
.site-footer .footer-menus .footer-section {
  flex: 1;
  margin-bottom: 0;
}
.site-footer .menu-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-footer .footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu-list li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-menu-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 300;
  transition: color 0.3s ease;
}
.site-footer .footer-menu-list li a:hover {
  color: #a0cb06;
}
.site-footer .newsletter-section {
  margin-top: 0;
}
.site-footer .newsletter-section .newsletter-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 450;
  font-size: 36px;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}
.site-footer .newsletter-section .newsletter-form .input-group {
  display: flex;
  gap: 1rem;
}
.site-footer .newsletter-section .newsletter-form .input-group .newsletter-input {
  flex: 1;
  height: 47px;
  padding: 10px 30px;
  border: 2px solid #a0cb06;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .site-footer .newsletter-section .newsletter-form .input-group .newsletter-input {
    margin: auto;
  }
}
.site-footer .newsletter-section .newsletter-form .input-group .newsletter-input::placeholder {
  color: #a0cb06;
  font-weight: 400;
}
.site-footer .newsletter-section .newsletter-form .input-group .newsletter-input:focus {
  outline: none;
  border-color: #a0cb06;
  box-shadow: 0 0 0 2px rgba(191, 255, 0, 0.2);
}
.site-footer .newsletter-section .newsletter-form .input-group .newsletter-button {
  width: 195px;
  height: 47px;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  border: 2px solid #a0cb06;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.site-footer .newsletter-section .newsletter-form .input-group .newsletter-button:hover {
  background: #a0cb06;
  color: #000;
  border-color: #a0cb06;
}
.site-footer .social-links {
  display: flex;
  gap: 1rem;
  margin-top: 0;
  justify-content: flex-end;
}
.site-footer .social-links a {
  display: inline-block;
  transition: all 0.3s ease;
}
.site-footer .social-links a:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(54%) saturate(2009%) hue-rotate(29deg) brightness(101%) contrast(95%);
}
.site-footer .social-links a img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.site-footer .footer-bottom {
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}
.site-footer .footer-bottom .copyright-legal {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-bottom .copyright-legal .copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a0cb06;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}
.site-footer .footer-bottom .copyright-legal .legal-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a0cb06;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .copyright-legal .legal-link:hover {
  color: #fff;
}
.site-footer .footer-bottom .copyright-legal .separator {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a0cb06;
  line-height: 1;
  letter-spacing: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .site-footer .footer-headline {
    font-size: 2rem;
  }
  .site-footer .footer-menus {
    flex-direction: column;
    gap: 1.5rem;
  }
  .site-footer .newsletter-section .newsletter-title {
    font-size: 32px;
  }
  .site-footer .newsletter-form .input-group {
    flex-direction: column;
    gap: 1rem;
  }
  .site-footer .newsletter-form .input-group .newsletter-button {
    align-self: flex-start;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .site-footer {
    padding: 3rem 0 0;
  }
  .site-footer .footer-menus {
    text-align: center;
  }
  .site-footer .newsletter-section {
    text-align: center;
    margin-top: 2rem;
  }
  .site-footer .newsletter-section .newsletter-title {
    font-size: 28px;
  }
  .site-footer .footer-bottom {
    text-align: center;
  }
  .site-footer .footer-bottom .copyright-legal {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .site-footer .footer-bottom .copyright-legal .separator {
    display: none;
  }
  .site-footer .footer-bottom .social-links {
    justify-content: center;
    margin-top: 1rem;
  }
}
.hero-blog-single,
.hero-blog-archive {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-blog-single .hero-background,
.hero-blog-archive .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-blog-single .hero-overlay,
.hero-blog-archive .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-blog-single .hero-content,
.hero-blog-archive .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  color: white;
}
.hero-blog-single .hero-content .headline-text,
.hero-blog-archive .hero-content .headline-text {
  text-align: left;
}
.hero-blog-single .hero-content .headline-text .hero-divider,
.hero-blog-archive .hero-content .headline-text .hero-divider {
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
  height: 13px;
  width: 273px;
  border: 0;
  margin: 0 0 35px 0;
  display: block;
}
.hero-blog-single .hero-content .headline-text h1,
.hero-blog-archive .hero-content .headline-text h1 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 39.9375em) {
  .hero-blog-single .hero-content .headline-text h1,
  .hero-blog-archive .hero-content .headline-text h1 {
    font-size: 2rem;
  }
}
.hero-blog-single .hero-content .headline-text .blog-meta,
.hero-blog-archive .hero-content .headline-text .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.hero-blog-single .hero-content .headline-text .blog-meta span,
.hero-blog-archive .hero-content .headline-text .blog-meta span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.hero-blog-single .hero-content .headline-text .blog-meta span.blog-category,
.hero-blog-archive .hero-content .headline-text .blog-meta span.blog-category {
  background: rgba(160, 203, 6, 0.8);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  color: white;
  font-weight: 500;
}
.hero-blog-single .hero-content .headline-text .archive-description,
.hero-blog-archive .hero-content .headline-text .archive-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.hero-blog-single:not(:has(.hero-background)),
.hero-blog-archive:not(:has(.hero-background)) {
  background: #000000;
}
.hero-blog-single:not(:has(.hero-background)) .hero-content .headline-text .hero-divider,
.hero-blog-archive:not(:has(.hero-background)) .hero-content .headline-text .hero-divider {
  background: linear-gradient(-270deg, #A0CB06 0%, #B2E306 100%);
}

@media screen and (max-width: 39.9375em) {
  .hero-blog-single,
  .hero-blog-archive {
    min-height: 50vh;
  }
  .hero-blog-single .hero-content .headline-text .hero-divider,
  .hero-blog-archive .hero-content .headline-text .hero-divider {
    width: 200px;
    height: 10px;
  }
  .hero-blog-single .hero-content .headline-text h1,
  .hero-blog-archive .hero-content .headline-text h1 {
    font-size: 2rem;
  }
  .hero-blog-single .hero-content .headline-text .blog-meta,
  .hero-blog-archive .hero-content .headline-text .blog-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog-content-section {
  padding: 4rem 0;
  background-color: #FFFFFF;
}
.blog-content-section .blog-post-body .post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.blog-content-section .blog-post-body .post-content h1, .blog-content-section .blog-post-body .post-content h2, .blog-content-section .blog-post-body .post-content h3, .blog-content-section .blog-post-body .post-content h4, .blog-content-section .blog-post-body .post-content h5, .blog-content-section .blog-post-body .post-content h6 {
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-content-section .blog-post-body .post-content h2 {
  font-size: 2rem;
  border-bottom: 2px solid #A0CB06;
  padding-bottom: 0.5rem;
}
.blog-content-section .blog-post-body .post-content h3 {
  font-size: 1.5rem;
  color: #A0CB06;
}
.blog-content-section .blog-post-body .post-content p {
  margin-bottom: 1.5rem;
}
.blog-content-section .blog-post-body .post-content ul, .blog-content-section .blog-post-body .post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.blog-content-section .blog-post-body .post-content ul li, .blog-content-section .blog-post-body .post-content ol li {
  margin-bottom: 0.5rem;
}
.blog-content-section .blog-post-body .post-content blockquote {
  border-left: 4px solid #A0CB06;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
  background: #f8f9fa;
  padding: 1.5rem 2rem;
  border-radius: 4px;
}
.blog-content-section .blog-post-body .post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.blog-content-section .blog-post-body .post-content a {
  color: #A0CB06;
  text-decoration: none;
}
.blog-content-section .blog-post-body .post-content a:hover {
  color: #B2E306;
  text-decoration: underline;
}
.blog-content-section .blog-post-body .blog-cta-section {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-left: 4px solid #A0CB06;
  border-radius: 4px;
}
.blog-content-section .blog-post-body .blog-cta-section h3 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.blog-content-section .blog-post-body .blog-cta-section .cta-content {
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.6;
}
.blog-content-section .blog-post-body .blog-cta-section .cta-button .button.primary {
  background-color: #A0CB06;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.blog-content-section .blog-post-body .blog-cta-section .cta-button .button.primary:hover {
  background-color: #B2E306;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
  .blog-content-section {
    padding: 2rem 0;
  }
  .blog-content-section .blog-post-body .post-content {
    font-size: 1rem;
  }
  .blog-content-section .blog-post-body .post-content h2 {
    font-size: 1.5rem;
  }
  .blog-content-section .blog-post-body .post-content h3 {
    font-size: 1.25rem;
  }
  .blog-content-section .blog-post-body .blog-cta-section {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .blog-content-section .blog-post-body .blog-cta-section h3 {
    font-size: 1.25rem;
  }
}
.process-steps-section {
  padding: 4rem 0;
  background-color: #FFFFFF;
}
.process-steps-section .process-steps-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #111111;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-steps-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.process-steps-section .process-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-steps-container {
    flex-direction: column;
    gap: 3rem;
    padding: 0 1rem;
  }
}
.process-steps-section .process-step {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 200px;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-step {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    width: 100%;
  }
}
.process-steps-section .process-step .step-number {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.process-steps-section .process-step .step-number .number {
  font-size: 200px;
  font-family: "Gotham", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px #A0CB06;
  text-stroke: 3px #A0CB06;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-step .step-number .number {
    font-size: 150px;
    -webkit-text-stroke: 2px #A0CB06;
    text-stroke: 2px #A0CB06;
  }
}
.process-steps-section .process-step .step-content {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.process-steps-section .process-step .step-content[style*=margin-top] {
  transform: none;
  top: auto;
}
.process-steps-section .process-step .step-content[style*=margin-left] {
  left: 120px;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-step .step-content {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 1rem;
  }
}
.process-steps-section .process-step .step-content .step-text {
  color: #111111;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  word-wrap: break-word;
  max-width: 200px;
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section .process-step .step-content .step-text {
    font-size: 16px;
    letter-spacing: 1px;
    max-width: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .process-steps-section .process-steps-container {
    gap: 1rem;
  }
  .process-steps-section .process-step .step-number .number {
    font-size: 150px;
  }
  .process-steps-section .process-step .step-content {
    left: 100px;
  }
  .process-steps-section .process-step .step-content .step-text {
    font-size: 16px;
    max-width: 180px;
  }
}
@media screen and (max-width: 39.9375em) {
  .process-steps-section {
    padding: 2rem 0;
  }
  .process-steps-section .process-steps-container {
    flex-direction: column;
    gap: 2rem;
  }
  .process-steps-section .process-steps-container .process-step {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    width: 100%;
  }
  .process-steps-section .process-steps-container .process-step .step-number {
    width: 80px;
    height: 120px;
    flex-shrink: 0;
  }
  .process-steps-section .process-steps-container .process-step .step-number .number {
    font-size: 100px;
    left: 5px;
    top: 5px;
  }
  .process-steps-section .process-steps-container .process-step .step-content {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0;
    padding-left: 1rem;
    flex: 1;
  }
  .process-steps-section .process-steps-container .process-step .step-content .step-text {
    font-size: 16px;
    letter-spacing: 1px;
    max-width: none;
  }
}

.logo-ticker-section {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 2rem 0;
}
.logo-ticker-section .logo-ticker-title {
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 450;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}
.logo-ticker-section .logo-ticker-container {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
}
.logo-ticker-section .logo-ticker-track {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
}
.logo-ticker-section .logo-ticker-track.slick-slider {
  display: block;
  overflow: visible;
}
.logo-ticker-section .logo-ticker-track .slick-slide {
  padding: 0 2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 115px;
}
.logo-ticker-section .slick-list {
  padding: 10px !important;
}
.logo-ticker-section .logo-ticker-item {
  flex-shrink: 0;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4rem;
  padding: 0 2rem;
}
.logo-ticker-section .logo-ticker-image {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.logo-ticker-section .logo-ticker-image:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .logo-ticker-section .logo-ticker-item {
    margin-right: 2rem;
    padding: 0 1rem;
  }
  .logo-ticker-section .logo-ticker-image {
    max-height: 60px;
    max-width: 150px;
  }
  .logo-ticker-section .logo-ticker-title {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .logo-ticker-section .logo-ticker-item {
    margin-right: 1.5rem;
    padding: 0 0.5rem;
  }
  .logo-ticker-section .logo-ticker-image {
    max-height: 50px;
    max-width: 120px;
  }
}

@keyframes logoTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-cards-section {
  width: 100%;
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  overflow: hidden;
}
.page-cards-section .page-cards-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-cards-section .page-cards-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 3rem auto;
  padding: 0 2rem;
  max-width: 800px;
}
.page-cards-section .page-cards-title {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.page-cards-section .page-cards-copy {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}
.page-cards-section .page-cards-button {
  margin-top: 2rem;
  text-align: center;
}
.page-cards-section .page-cards-button .cta-button {
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-cards-section .page-cards-button .cta-button:hover {
  background-color: #a0cb06;
  color: #fff;
}
.page-cards-section .page-cards-container {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.page-cards-section .page-cards-track {
  margin-top: 2rem;
}
.page-cards-section .page-cards-track.slick-slider {
  margin: 0;
}
.page-cards-section .page-cards-track .slick-slide {
  padding: 0 1rem;
}
.page-cards-section .page-cards-track .slick-arrow {
  display: none !important;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-arrow {
  display: block !important;
  width: 47px;
  height: 47px;
  background: transparent;
  border: 2px solid #a0cb06;
  border-radius: 50%;
  z-index: 10;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-arrow:before {
  font-size: 0;
  opacity: 1;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-prev {
  left: 50%;
  transform: translateX(-60px);
  top: auto;
  bottom: -70px;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-prev:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-next {
  right: 50%;
  transform: translateX(60px);
  top: auto;
  bottom: -70px;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-next:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-cards-track.arrows-enabled .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.page-cards-section .page-card {
  flex-shrink: 0;
  width: 293px;
  min-height: 460px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  outline: 3px solid #a0cb06;
  outline-offset: -3px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0px 1rem 0px 1rem;
  padding: 0 1rem;
  margin-top: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
}
.page-cards-section .page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.page-cards-section .page-card.border-dark-purple {
  outline-color: #3e1b4d;
}
.page-cards-section .page-card.border-dark-purple .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-purple .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-purple .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-dark-blue {
  outline-color: #000;
}
.page-cards-section .page-card.border-dark-blue .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-blue .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-blue .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-teal {
  outline-color: #00d1be;
}
.page-cards-section .page-card.border-teal .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-teal .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-teal .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-taupe {
  outline-color: #000;
}
.page-cards-section .page-card.border-taupe .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-taupe .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-taupe .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-bright-orange {
  outline-color: #ff6502;
}
.page-cards-section .page-card.border-bright-orange .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-bright-orange .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-bright-orange .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-sky-blue {
  outline-color: #57aff7;
}
.page-cards-section .page-card.border-sky-blue .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-sky-blue .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-sky-blue .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-dark-red {
  outline-color: #be1d26;
}
.page-cards-section .page-card.border-dark-red .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-red .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-dark-red .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card.border-lime-green {
  outline-color: #a0cb06;
}
.page-cards-section .page-card.border-lime-green .page-card-link {
  border-color: #a0cb06;
}
.page-cards-section .page-card.border-lime-green .page-card-link:hover {
  background-color: #a0cb06;
}
.page-cards-section .page-card.border-lime-green .page-card-link-circle::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.page-cards-section .page-card-content {
  position: relative;
  width: 100%;
  min-height: 450px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.page-cards-section .page-card-title {
  color: #fff;
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 450;
  font-size: 36px;
  text-align: left;
  line-height: 1.2;
  word-wrap: break-word;
  margin: 0;
  user-select: none;
}
.page-cards-section .page-card-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #a0cb06;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-cards-section .page-card-link:hover {
  background-color: #a0cb06;
  transform: scale(1.1);
}
.page-cards-section .page-card-link-circle {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: -3px;
}
.page-cards-section .page-card-link-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .page-cards-section .page-cards-title {
    font-size: 36px;
  }
  .page-cards-section .page-cards-copy {
    font-size: 16px;
  }
  .page-cards-section .page-card {
    width: 250px;
    height: 160px;
  }
  .page-cards-section .page-card-title {
    font-size: 28px;
  }
  .page-cards-section .page-cards-container .page-cards-track .slick-slide {
    padding: 0 0.75rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-cards-section {
    padding: 2rem 0;
  }
  .page-cards-section .page-cards-title {
    font-size: 28px;
  }
  .page-cards-section .page-card {
    width: 220px;
    height: 140px;
  }
  .page-cards-section .page-card-title {
    font-size: 24px;
  }
  .page-cards-section .page-card-content {
    padding: 30px;
  }
  .page-cards-section .page-cards-container .page-cards-track .slick-slide {
    padding: 0 0.5rem;
  }
}

/* GreenSock handles the animation - no keyframes needed */
.cta-section {
  padding: 4rem 0;
  background-color: #fff;
  text-align: center;
}
.cta-section.cta-section--black {
  background-color: #000;
  color: #fff;
}
.cta-section.cta-section--light-gray {
  background-color: #F9F9F9;
  color: #000;
}
.cta-section .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.cta-section .cta-header {
  font-family: "Gotham", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .cta-section .cta-header {
    font-size: 2rem;
  }
}
.cta-section--black .cta-section .cta-header {
  color: #fff;
}
.cta-section--light-gray .cta-section .cta-header {
  color: #000;
}
.cta-section .cta-text {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
}
.cta-section--black .cta-section .cta-text {
  color: #ccc;
}
.cta-section--light-gray .cta-section .cta-text {
  color: #666;
}
.cta-section .cta-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-section .cta-button:hover {
  background-color: #a0cb06;
  color: #fff;
}
.cta-section .cta-button.cta-button--solid {
  background-color: #a0cb06;
  color: #fff;
  border: 2px solid #a0cb06;
}
.cta-section .cta-button.cta-button--solid:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
}
.cta-section .cta-button.cta-button--on-black {
  background-color: #a0cb06;
  color: #fff;
  border: 2px solid #a0cb06;
}
.cta-section .cta-button.cta-button--on-black:hover {
  background-color: #fff;
  color: #000;
}

.recent-posts-section {
  padding: 4rem 0;
  background-color: #fff;
}
.recent-posts-section .recent-posts-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .recent-posts-section .recent-posts-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.recent-posts-section .recent-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recent-posts-section .recent-post-image {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 8px;
}
.recent-posts-section .recent-post-image a {
  display: block;
  text-decoration: none;
}
.recent-posts-section .recent-post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.recent-posts-section .recent-post-image img:hover {
  transform: scale(1.05);
}
.recent-posts-section .recent-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recent-posts-section .recent-post-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
.recent-posts-section .recent-post-title a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  transition: all 0.3s ease;
}
.recent-posts-section .recent-post-title a:hover {
  color: #a0cb06;
  text-decoration: none;
}

.single-featured-post-section {
  padding: 4rem 0;
  background-color: #fff;
}
.single-featured-post-section .single-featured-post-image {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.single-featured-post-section .single-featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-featured-post-section .single-featured-post-content {
  padding-left: 2rem;
}
@media print, screen and (max-width: 47.99875em) {
  .single-featured-post-section .single-featured-post-content {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.single-featured-post-section .single-featured-post-title {
  font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .single-featured-post-section .single-featured-post-title {
    font-size: 2rem;
  }
}
.single-featured-post-section .single-featured-post-excerpt {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.single-featured-post-section .single-featured-post-meta {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.single-featured-post-section .single-featured-post-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #fff;
  color: #000;
  border: 2px solid #a0cb06;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-featured-post-section .single-featured-post-button:hover {
  background-color: #a0cb06;
  color: #fff;
}

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