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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #E5E5E5;
  font-family: "raleway", 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

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

pre {
  overflow: auto;
}

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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          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;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

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

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

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

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

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@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;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
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: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

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

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

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

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

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

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

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

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

hr {
  clear: both;
  max-width: 87.5rem;
  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: "raleway", sans-serif;
  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: "raleway", sans-serif;
  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: "raleway", sans-serif;
  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: 26.25em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-text-left {
    text-align: left;
  }
  .xmedium-text-right {
    text-align: right;
  }
  .xmedium-text-center {
    text-align: center;
  }
  .xmedium-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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            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: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .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: 40em) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 26.25em) {
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-x > .xmedium-shrink, .grid-x > .xmedium-full, .grid-x > .xmedium-1, .grid-x > .xmedium-2, .grid-x > .xmedium-3, .grid-x > .xmedium-4, .grid-x > .xmedium-5, .grid-x > .xmedium-6, .grid-x > .xmedium-7, .grid-x > .xmedium-8, .grid-x > .xmedium-9, .grid-x > .xmedium-10, .grid-x > .xmedium-11, .grid-x > .xmedium-12 {
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-up-1 > .cell {
    width: 100%;
  }
  .xsmall-up-2 > .cell {
    width: 50%;
  }
  .xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xsmall-up-4 > .cell {
    width: 25%;
  }
  .xsmall-up-5 > .cell {
    width: 20%;
  }
  .xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xsmall-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  .xmedium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  .xmedium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xmedium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xmedium-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%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxlarge-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: 26.25em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x.xmedium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xmedium-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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .small-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .small-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .small-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .small-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .small-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.5625em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 101.5625em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xsmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .xsmall-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }
  .xsmall-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xsmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .xsmall-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }
  .xsmall-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xsmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .xsmall-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }
  .xsmall-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xsmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .xsmall-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }
  .xsmall-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xmedium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xmedium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xmedium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xmedium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-shrink, .grid-y > .xmedium-full, .grid-y > .xmedium-1, .grid-y > .xmedium-2, .grid-y > .xmedium-3, .grid-y > .xmedium-4, .grid-y > .xmedium-5, .grid-y > .xmedium-6, .grid-y > .xmedium-7, .grid-y > .xmedium-8, .grid-y > .xmedium-9, .grid-y > .xmedium-10, .grid-y > .xmedium-11, .grid-y > .xmedium-12 {
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xsmall-12, .grid-y > .xsmall-11, .grid-y > .xsmall-10, .grid-y > .xsmall-9, .grid-y > .xsmall-8, .grid-y > .xsmall-7, .grid-y > .xsmall-6, .grid-y > .xsmall-5, .grid-y > .xsmall-4, .grid-y > .xsmall-3, .grid-y > .xsmall-2, .grid-y > .xsmall-1, .grid-y > .xsmall-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xsmall-shrink {
    height: auto;
  }
  .grid-y > .xsmall-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xsmall-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xsmall-3 {
    height: 25%;
  }
  .grid-y > .xsmall-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xsmall-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xsmall-6 {
    height: 50%;
  }
  .grid-y > .xsmall-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xsmall-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xsmall-9 {
    height: 75%;
  }
  .grid-y > .xsmall-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xsmall-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xsmall-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xmedium-12, .grid-y > .xmedium-11, .grid-y > .xmedium-10, .grid-y > .xmedium-9, .grid-y > .xmedium-8, .grid-y > .xmedium-7, .grid-y > .xmedium-6, .grid-y > .xmedium-5, .grid-y > .xmedium-4, .grid-y > .xmedium-3, .grid-y > .xmedium-2, .grid-y > .xmedium-1, .grid-y > .xmedium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xmedium-shrink {
    height: auto;
  }
  .grid-y > .xmedium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xmedium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xmedium-3 {
    height: 25%;
  }
  .grid-y > .xmedium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xmedium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xmedium-6 {
    height: 50%;
  }
  .grid-y > .xmedium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xmedium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xmedium-9 {
    height: 75%;
  }
  .grid-y > .xmedium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xmedium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xmedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-y > .xxxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxxlarge-12, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 26.25em) {
  .xsmall-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xsmall-grid-frame {
    width: 100%;
  }
  .xsmall-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xsmall-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xsmall-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xsmall-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: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        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: 56.25em) {
  .xmedium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xmedium-grid-frame {
    width: 100%;
  }
  .xmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xmedium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xmedium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xmedium-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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxxlarge-grid-frame {
    width: 100%;
  }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxxlarge-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 {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y.xsmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y.xmedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .cell .grid-y.xsmall-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 101.5625em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .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 screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 26.25em) {
  .grid-margin-y.xsmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.xmedium-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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 101.5625em) {
  .grid-margin-y.xxxlarge-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;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  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: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  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: #5e5e5e;
  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: #22bb5b;
  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: #cc8b00;
  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: #a53b2a;
  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 #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.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 #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.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: #157539;
  color: #157539;
}
.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: #805700;
  color: #805700;
}
.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: #67251a;
  color: #67251a;
}
.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: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.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: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.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: #157539;
}
.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: #805700;
}
.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: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  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: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.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;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

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

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  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: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 56.24875em) {
  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: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.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: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

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

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

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

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

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

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

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

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 26.25em) {
  .menu.xsmall-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xsmall-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xsmall-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xsmall-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .menu.xmedium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xmedium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xmedium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xmedium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 101.5625em) {
  .menu.xxxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
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;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          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;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 87.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 87.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 87.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 87.5rem;
  }
}
.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: 26.24875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 26.25em) {
  .xsmall-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xsmall-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xsmall-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xsmall-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xsmall-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xsmall-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 26.25em) {
  .xsmall-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xsmall-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xsmall-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xsmall-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xsmall-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xsmall-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xsmall-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xsmall-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xmedium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xmedium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xmedium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xmedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xmedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xmedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 101.5625em) {
  .xxxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 56.24875em), screen and (min-width: 64em) {
  .show-for-xmedium-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;
  }
}

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

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 90em) and (max-width: 101.56125em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 101.56125em) {
  .show-for-xxxlarge-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;
  }
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/**
 * Animate.css
 * https://github.com/animate-css/animate.css
 * https://animate.style
 */
/**
 * Uncomment the ones you want to use. Feel free to change _vars and _base for your project.
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
          animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
          animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
          animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-01s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
          animation-delay: calc(var(--animate-delay) * 0.1);
}

.animated.delay-02s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
          animation-delay: calc(var(--animate-delay) * 0.2);
}

.animated.delay-03s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
          animation-delay: calc(var(--animate-delay) * 0.3);
}

.animated.delay-04s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
          animation-delay: calc(var(--animate-delay) * 0.4);
}

.animated.delay-05s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
          animation-delay: calc(var(--animate-delay) * 0.5);
}

.animated.delay-06s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
          animation-delay: calc(var(--animate-delay) * 0.6);
}

.animated.delay-09s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
          animation-delay: calc(var(--animate-delay) * 0.9);
}

.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
          animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
          animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
          animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
          animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
          animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
          animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
          animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
          animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
.animate {
  visibility: hidden;
}

/* Attention seekers  */
/* Back entrances */
/* Back exits */
/* Bouncing entrances  */
/* Bouncing exits  */
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* Fading exits */
/* Flippers */
/* Lightspeed */
/* Rotating entrances */
/* Rotating exits */
/* Specials */
/* Zooming entrances */
/* Zooming exits */
/* Sliding entrances */
/* Sliding exits */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

.takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
}
.takeover.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.admin-bar .takeover {
  top: 32px;
}
.show-takeover .takeover {
  pointer-events: auto;
}
.takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}
.takeover .takeover-content {
  height: 100%;
}
.takeover.ready {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.takeover.ready.takeover-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
}
.takeover.ready.takeover-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.takeover.ready.takeover-slidedown {
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}
.takeover.ready.takeover-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.takeover.ready.takeover-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.takeover.ready.takeover-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.takeover.ready.takeover-simplegenie {
  visibility: hidden;
  -webkit-transform: translateY(60%) scale(0);
  transform: translateY(60%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
}
.takeover.ready.takeover-simplegenie.open {
  visibility: visible;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.takeover {
  background-color: rgba(255, 255, 255, 0.8);
}
.takeover .toggle-takeover {
  color: #444;
  padding: 2rem 1rem;
}
.takeover .takeover-content {
  padding: 2rem;
}

.clear::before, .clear::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clear::after {
  clear: both;
}

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

.relative {
  position: relative;
}

.u-no-break {
  white-space: nowrap;
}

.hold {
  position: relative;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.vert-center {
  display: table;
  height: 100%;
}
.vert-center > * {
  display: table-cell;
  vertical-align: middle;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

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

.clr-primary {
  color: #002B36 !important;
}

.clr-secondary {
  color: #6AACC4 !important;
}

.clr-gray {
  color: #B2B2B2 !important;
}

.bg-gray {
  background-color: #B2B2B2;
}

.is-serif,
.font-serif {
  font-family: "spectral", serif;
}

.is-sans,
.font-sans {
  font-family: "raleway", sans-serif;
}

.is-caps {
  text-transform: uppercase;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.lh1 {
  line-height: 1;
}

.lh125 {
  line-height: 1.25;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.padd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .padd80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padd100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .padd100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padd120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .padd120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.altrows > div:nth-child(2n) div {
  float: right;
}
.altrows > div:nth-child(2n) div + div {
  float: left;
}
.altrows > div:nth-child(2n) div > div {
  float: left;
}
.altrows > div:nth-child(2n) div > div + div {
  float: right;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fade {
  opacity: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.no-js .fade {
  opacity: 1 !important;
}

.fade.in {
  opacity: 1 !important;
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.Spinner {
  height: 28px;
  width: 28px;
  position: relative;
  /* Spins external container */
  -webkit-animation: container-rotate 1200ms linear infinite;
          animation: container-rotate 1200ms linear infinite;
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.Spinner-line--1 {
  border-color: #dcd4c7;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
  border-color: #aec0a4;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
  border-color: #bfa779;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
  border-color: #2e3c40;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%;
}

.Spinner-line-ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

/**
 * GENERAL TAG STYLES
 *
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

blockquote {
  width: auto;
  padding: 0;
  margin-bottom: 2rem;
}
blockquote p {
  font-family: "spectral", serif;
  margin-bottom: 0;
}
blockquote p cite,
blockquote p .cite {
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

.height100 {
  height: 100%;
}

sup {
  top: -0.3em;
}

.grid-container {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (max-width: 56.24875em) {
  .grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

::-moz-selection {
  background: #cccccc;
}

::selection {
  background: #cccccc;
}

.close-button {
  outline: none;
  font-size: 3.5em;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/**
 * TYPOGRAPHY
 */
h2,
.h2 {
  font-family: "spectral", serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  color: #002B36;
}

/**
 * LAYOUT
 * 
 * General styles for content layout
 */
#content {
  position: relative;
  z-index: 2;
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}
#content main {
  position: relative;
  z-index: 9;
}

/**
 * COLORS
 */
.blue {
  color: #0066CC;
}

/**
 * BUTTONS
 */
button {
  outline: none;
  color: #002B36;
  font-family: "spectral", serif;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button,
button.button {
  border: 0px solid #002B36;
  background-color: #002B36;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  padding: 19px 30px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  min-width: 218px;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 56.24875em) {
  .button,
  button.button {
    padding: 17px 25px;
    font-size: 0.9375rem;
    min-width: 200px;
  }
}
.button:hover,
button.button:hover {
  background-color: #002B36;
}
.button:hover .text,
button.button:hover .text {
  left: -10px;
}
.button:hover .text i,
button.button:hover .text i {
  opacity: 1;
  right: -25px;
}
.button:focus,
button.button:focus {
  background-color: #002B36;
}
.button .text,
button.button .text {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.button .text i,
button.button .text i {
  position: absolute;
  right: 0px;
  top: 1px;
  opacity: 0;
  -webkit-transition: right 0.5s, opacity 0.5s;
  transition: right 0.5s, opacity 0.5s;
}

.button-arrow:hover i {
  margin-left: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.button-arrow i {
  vertical-align: middle;
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

/**
 * WIDGETS AND PLUGINS
 */
div.bg-image {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
div.bg-image + .container {
  z-index: 10;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
}
.bg-cover > img {
  height: 100%;
  width: 100%;
}

/**
 * ROWS FOR BG
 * Background grid when you need to have fluid boxes for content
 */
.row-bg {
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
@media print, screen and (max-width: 26.24875em) {
  .row-bg {
    display: none;
  }
  .row-bg div[data-equal-watch] {
    height: 0 !important;
  }
}
.row-bg .bg-white {
  background-color: #fff;
}
.row-bg .bg-white-half {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(51%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 51%);
}
.row-bg + .row {
  position: relative;
  z-index: 10;
}
.row-bg .row {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Lazy Load
 */
.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

/**
 * Ajax loader
 */
.reveal .ajax-loader {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #6AACC4;
}

.takeover {
  background-color: rgb(255, 255, 255);
}
.takeover .toggle-takeover {
  color: #999;
  padding: 0;
  position: relative;
  right: 1rem;
  top: 1rem;
}
.takeover .toggle-takeover i {
  font-size: 4rem;
}
.takeover .takeover-content {
  padding: 2rem;
}
.takeover .takeover-content .grid-x {
  position: relative;
}

/**
 * CSS Arrows
 * http://apps.eky.hk/css-triangle-generator/
 */
.arrow-right {
  display: inline-block;
  height: 2px;
  background-color: #002B36;
  min-width: 2rem;
  position: relative;
}
.arrow-right:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #002B36;
}

.arrow-left {
  display: inline-block;
  height: 2px;
  background-color: #002B36;
  min-width: 2rem;
  position: relative;
}
.arrow-left:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 9px 5px 0;
  border-color: transparent #002B36 transparent transparent;
}

.arrow-down {
  display: inline-block;
  width: 2px;
  background-color: #002B36;
  min-height: 2rem;
  position: relative;
}
.arrow-down:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #002B36 transparent transparent transparent;
}

/**
 * Slick Styles
 */
[data-slick] {
  margin-bottom: 2rem;
}
[data-slick] figure figcaption {
  padding-top: 0.5rem;
  text-align: center;
  color: #8a8a8a;
  font-size: 0.9rem;
}
[data-slick] .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  height: 14rem;
  width: 6rem;
  cursor: pointer;
  z-index: 99;
  background-color: transparent;
  color: #cacaca;
}
[data-slick] .slick-arrow:before {
  font-family: "theme-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
[data-slick] .slick-arrow:hover:before {
  color: #8a8a8a;
}
[data-slick] .slick-prev {
  left: -5rem;
}
[data-slick] .slick-next {
  right: -5rem;
}

/**
 * Progress Indicator for Barba
 * Based on Pace but uses greensock
 */
.barba-progress {
  background: #002B36;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

/**
 * Ajax Spinner
 */
.ajax-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.exitgroup-spinner,
.exitgroup-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.exitgroup-spinner {
  height: 50px;
  width: 50px;
  position: relative;
  border: 4px solid #008081;
  -webkit-animation: exitgroup-spinner-animation 4s infinite ease;
          animation: exitgroup-spinner-animation 4s infinite ease;
}

.exitgroup-spinner .spinner-inner {
  vertical-align: top;
  display: inline-block;
  background-color: #008081;
  width: 100%;
  opacity: 1;
  -webkit-animation: exitgroup-spinner-inner-animation 4s infinite ease-in;
          animation: exitgroup-spinner-inner-animation 4s infinite ease-in;
}

@-webkit-keyframes exitgroup-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes exitgroup-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes exitgroup-spinner-inner-animation {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes exitgroup-spinner-inner-animation {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/**
 * BarbaJS Transitions
 */
#barba-wrapper {
  position: relative;
}

.barba-container + .barba-container {
  position: absolute;
  min-height: 100vh;
  top: 0;
  width: 100%;
}

.secondary-site-header {
  top: 0px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  position: absolute;
  width: 100%;
  height: 2.5rem;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  background: #002B36;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.secondary-site-header .text, .secondary-site-header .tag {
  margin-right: 0.625rem;
  font-family: "raleway", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
  color: #F9F9F9;
}
.secondary-site-header .text:last-child, .secondary-site-header .tag:last-child {
  margin-right: 0;
  margin-left: 0.625rem;
}
.secondary-site-header .tag {
  background-color: #008081;
  padding: 0 0.25rem;
  border-radius: 3.125rem;
  font-size: 0.6875rem;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}
.secondary-site-header .border {
  border-left: #185362 solid 1px;
}

.page-template-template-home .secondary-site-header {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page-template-template-home .site-header .wrapper {
  top: 40px;
}

.site-header {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (max-width: 56.24875em) {
  .site-header .wrapper {
    top: 0px !important;
  }
}
.has-scrolled .site-header, .is-reveal-open .site-header, .post-template-default .site-header {
  height: 80px;
  background: #ffffff;
}
.has-scrolled .site-header .logo, .is-reveal-open .site-header .logo, .post-template-default .site-header .logo {
  margin-right: 0px;
}
.has-scrolled .site-header .logo a #main-logo, .is-reveal-open .site-header .logo a #main-logo, .post-template-default .site-header .logo a #main-logo {
  display: none !important;
}
.has-scrolled .site-header .logo a #main-logo-alt, .is-reveal-open .site-header .logo a #main-logo-alt, .post-template-default .site-header .logo a #main-logo-alt {
  display: table !important;
}
.has-scrolled .site-header .wrapper, .is-reveal-open .site-header .wrapper, .post-template-default .site-header .wrapper {
  top: 0;
}
.has-scrolled .site-header .wrapper .menu-header li.current-menu-item a, .has-scrolled .site-header .wrapper .menu-subheader li.current-menu-item a, .is-reveal-open .site-header .wrapper .menu-header li.current-menu-item a, .is-reveal-open .site-header .wrapper .menu-subheader li.current-menu-item a, .post-template-default .site-header .wrapper .menu-header li.current-menu-item a, .post-template-default .site-header .wrapper .menu-subheader li.current-menu-item a {
  color: #008081;
}
.has-scrolled .site-header .wrapper .menu-header li a, .has-scrolled .site-header .wrapper .menu-subheader li a, .is-reveal-open .site-header .wrapper .menu-header li a, .is-reveal-open .site-header .wrapper .menu-subheader li a, .post-template-default .site-header .wrapper .menu-header li a, .post-template-default .site-header .wrapper .menu-subheader li a {
  color: #002B36;
  background-color: transparent;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.has-scrolled .site-header .wrapper .menu-header li a:hover, .has-scrolled .site-header .wrapper .menu-subheader li a:hover, .is-reveal-open .site-header .wrapper .menu-header li a:hover, .is-reveal-open .site-header .wrapper .menu-subheader li a:hover, .post-template-default .site-header .wrapper .menu-header li a:hover, .post-template-default .site-header .wrapper .menu-subheader li a:hover {
  color: #008081;
}
.has-scrolled .site-header .secondary-site-header, .is-reveal-open .site-header .secondary-site-header, .post-template-default .site-header .secondary-site-header {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.has-scrolled .site-header .burg span, .is-reveal-open .site-header .burg span, .post-template-default .site-header .burg span {
  background-color: #002B36;
}
.has-scrolled .site-header .burg:before, .has-scrolled .site-header .burg:after, .is-reveal-open .site-header .burg:before, .is-reveal-open .site-header .burg:after, .post-template-default .site-header .burg:before, .post-template-default .site-header .burg:after {
  background-color: #002B36;
}
.fixed .site-header {
  position: fixed;
  height: 80px;
  top: 0;
}
.fixed .site-header .wrapper {
  top: 0;
}
.fixed .site-header .secondary-site-header {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media print, screen and (max-width: 56.24875em) {
  .site-header {
    height: 80px;
  }
}
.site-header .wrapper {
  height: 100%;
  position: relative;
  z-index: 100;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-header .wrapper .logo {
  margin-right: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .site-header .wrapper .logo {
    margin-right: 80px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .wrapper .logo {
    margin-right: 0px;
  }
}
.site-header .wrapper .logo a {
  height: 100%;
  display: inline-block;
  padding: 20px;
}
.site-header .wrapper .logo a #main-logo {
  height: 100%;
  max-height: 100%;
  display: table;
  position: relative;
}
.site-header .wrapper .logo a #main-logo-alt {
  display: none;
  height: 100%;
  max-height: 100%;
  position: relative;
}
.site-header .wrapper .menu-header, .site-header .wrapper .menu-subheader {
  margin: 0 auto;
  height: 100%;
  display: table;
}
.site-header .wrapper .menu-header.disable, .site-header .wrapper .menu-subheader.disable {
  pointer-events: none;
}
.site-header .wrapper .menu-header li, .site-header .wrapper .menu-subheader li {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.site-header .wrapper .menu-header li.current-menu-item a, .site-header .wrapper .menu-subheader li.current-menu-item a {
  color: #008081;
}
.site-header .wrapper .menu-header li a, .site-header .wrapper .menu-subheader li a {
  height: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 100% 15px;
  background-color: transparent;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .wrapper .menu-header li a, .site-header .wrapper .menu-subheader li a {
    padding: 100% 10px;
  }
}
.site-header .wrapper .menu-header li a:hover, .site-header .wrapper .menu-subheader li a:hover {
  color: #008081;
}
.site-header .wrapper .menu-header li .menu-count, .site-header .wrapper .menu-subheader li .menu-count {
  font-size: 0.6875rem;
  font-family: "karla", sans-serif;
  line-height: 1;
  color: #fefefe;
  font-weight: 600;
  letter-spacing: 0.13px;
  background-color: #008081;
  border-radius: 7px;
  position: relative;
  top: -15px;
  right: 0;
  padding: 2px 5px 1px 5px;
  display: inline-block;
}
.site-header .wrapper .menu-header li .menu-count.new:after, .site-header .wrapper .menu-subheader li .menu-count.new:after {
  opacity: 1;
}
.site-header .wrapper .menu-header li .menu-count:after, .site-header .wrapper .menu-subheader li .menu-count:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #FF0000;
  position: absolute;
  right: -3px;
  top: -3px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mobile-menu-icon {
  width: 55px;
  height: 45px;
  position: relative;
  top: calc(50% - 24px);
  right: 10px;
  cursor: pointer;
  display: block;
  pointer-events: initial;
  padding: 7px 10px;
  float: right;
  overflow: hidden;
}
.mobile-menu-icon .burg {
  float: right;
  width: 100%;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 0;
  opacity: 1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:before, .mobile-menu-icon .burg:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #FFFFFF;
  top: -10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:after {
  top: 10px;
}
.mobile-menu-icon.is-open .burg {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu-icon.is-open .burg span {
  left: 45px;
  opacity: 0;
  background-color: #008081;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mobile-menu-icon.is-open .burg:before, .mobile-menu-icon.is-open .burg:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-color: #008081;
}
.mobile-menu-icon.is-open .burg:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#nav_takeover {
  z-index: 99;
}
#nav_takeover .takeover-content {
  padding: 110px 0px 0 0px;
  overflow: hidden;
}
#nav_takeover .takeover-content .grid-container {
  padding-right: 0px;
  padding-left: 0px;
  height: 100%;
}
#nav_takeover .takeover-content .grid-container .grid-x {
  height: 100%;
}
#nav_takeover .takeover-content .grid-container .grid-x .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#nav_takeover .takeover-content .grid-container .grid-x ul {
  margin: 0;
}
#nav_takeover .takeover-content .grid-container .grid-x ul li a {
  height: 100%;
  color: #002B36;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  display: table;
  background-color: transparent;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
#nav_takeover .takeover-content .grid-container .grid-x ul li .menu-count {
  font-size: 0.6875rem;
  line-height: 1;
  color: #fefefe;
  letter-spacing: 0.13px;
  background-color: #008081;
  border-radius: 7px;
  position: relative;
  top: -15px;
  right: 0;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  font-weight: 700;
}
#nav_takeover .takeover-content .grid-container .grid-x ul li .menu-count.new:after {
  opacity: 1;
}
#nav_takeover .takeover-content .grid-container .grid-x ul li .menu-count:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #FF0000;
  position: absolute;
  right: -3px;
  top: -3px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.menu-header {
  padding: 0 35px;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.menu-header li a {
  font-size: 1rem;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.menu-subheader {
  padding: 0px 35px;
  margin-bottom: 20px;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.menu-subheader li a {
  font-size: 1rem;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu {
  background-color: #002B36;
  padding: 20px 35px;
  height: 100%;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu .text, #nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu .tag {
  margin-right: 0.625rem;
  font-family: "raleway", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
  color: #F9F9F9;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu .text:last-child, #nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu .tag:last-child {
  margin-right: 0;
  margin-left: 0.625rem;
}
#nav_takeover .takeover-content .grid-container .grid-x ul.secondary-menu .tag {
  background-color: #008081;
  padding: 0 0.25rem;
  border-radius: 3.125rem;
  font-size: 0.6875rem;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  z-index: 1;
  background-color: #071719;
  color: #fff;
}
.site-footer .grid-container {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .site-footer .grid-container {
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer .grid-container {
    padding-bottom: 20px;
  }
}
.site-footer .grid-container .vert-line {
  position: absolute;
  top: 0;
  height: 90px;
  background-color: #008081;
  width: 12px;
  margin-left: 78px;
}
.site-footer .grid-container .menu-footer {
  text-align: right;
}
.site-footer .grid-container .menu-footer li {
  display: inline-block;
  margin-left: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .site-footer .grid-container .menu-footer li {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.site-footer .grid-container .menu-footer li:first-child {
  margin-left: 0;
}
.site-footer .grid-container .menu-footer li a {
  color: #E2E3E4;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.site-footer .grid-container .menu-footer li a:hover {
  color: #ffffff;
}
.site-footer .grid-container .copyright {
  margin-top: 100px;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 63.99875em) {
  .site-footer .grid-container .copyright {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer .grid-container .copyright {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer .grid-container .copyright > .cell {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
  }
}
.site-footer .grid-container .copyright .privacy-menu {
  text-align: right;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .site-footer .grid-container .copyright .privacy-menu {
    margin-top: 10px;
    text-align: center;
  }
}
.site-footer .grid-container .copyright .privacy-menu li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #E2E3E4;
}
.site-footer .grid-container .copyright .privacy-menu li:first-child {
  padding-left: 0;
}
.site-footer .grid-container .copyright .privacy-menu li:last-child {
  padding-right: 0;
  border-right: 0px solid #E2E3E4;
}
.site-footer .grid-container .copyright .privacy-menu li a {
  color: #E2E3E4;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.12em;
  display: table;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.site-footer .grid-container .copyright .privacy-menu li a:hover {
  color: #ffffff;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-home .footer-cta .grid-container {
    padding-top: 0;
  }
}

.home-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#DCDCDC));
  background: linear-gradient(180deg, #F4F4F4 0%, #DCDCDC 100%);
  position: relative;
  overflow: hidden;
}
.home-hero .grid-container {
  position: relative;
}
.home-hero .grid-container.line-container {
  position: absolute;
  height: 30% !important;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72vh;
  max-height: 670px;
  z-index: 2;
}
.home-hero .grid-container.line-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 4.1666666667%;
  z-index: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}
.home-hero .grid-container.line-container .horiz-line {
  position: absolute;
  top: 0;
  height: 12px;
  background-color: #008081;
  width: 100vw;
  margin-left: 4.1666666667%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  opacity: 0;
}
@media screen and (min-width: 87.5em) {
  .home-hero .grid-container.line-container .horiz-line {
    width: calc((100vw - 87.5rem) / 2 + 41.6666666667%);
  }
}
.home-hero .grid-container .container {
  height: calc(100vh - 50px);
  max-height: 970px;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
  .home-hero .grid-container .container {
    padding-top: 14vh;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .home-hero .grid-container .container {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-height: 830px) {
  .home-hero .grid-container .container {
    height: 800px;
  }
}
.home-hero .grid-container .container .heading-container {
  padding-top: 250px;
}
@media screen and (max-width: 75em) {
  .home-hero .grid-container .container .heading-container {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-hero .grid-container .container .heading-container {
    padding-top: 40px;
  }
}
.home-hero .grid-container .container .heading-container .h1 {
  font-family: "spectral", serif;
  color: #FFF;
  font-size: clamp(2rem, 5vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 107.301%; /* 69.746px */
  letter-spacing: -2.9px;
}
@media print, screen and (max-width: 39.99875em) {
  .home-hero .grid-container .container .heading-container .h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.home-hero .grid-container .container .heading-container .cubes {
  font-size: 6px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
.home-hero .grid-container .container .heading-container .details {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #002B36;
  font-weight: 100;
  margin-top: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero .grid-container .container .heading-container .details {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-hero .grid-container .container .heading-container .details {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
.home-hero .grid-container .container .progress-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.home-hero .grid-container .container .progress-container .tab-heading {
  color: #FFF;
  font-family: "karla", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero .grid-container .container .progress-container .tab-heading {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-hero .grid-container .container .progress-container .tab-heading {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-bottom: 0.8rem;
  }
}
.home-hero .grid-container .container .progress-container .pagination-cell {
  position: relative;
  padding: 0.625rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero .grid-container .container .progress-container .pagination-cell {
    padding: 0.125rem 0;
  }
}
.home-hero .grid-container .container .progress-container .pagination-cell .text {
  color: rgba(255, 255, 255, 0.4);
  font-family: "karla", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero .grid-container .container .progress-container .pagination-cell .text {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-hero .grid-container .container .progress-container .pagination-cell .text {
    font-size: 0.875rem;
  }
}
.home-hero .grid-container .container .progress-container .pagination-cell.active .text {
  color: #FFF;
}
.home-hero .grid-container .container .progress-container .pagination-cell .border-line-active {
  display: block;
  width: 0%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.home-hero .grid-container .container .progress-container .pagination-cell .border-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.home-hero .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.19) 60.42%, rgba(0, 0, 0, 0.63) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.19) 60.42%, rgba(0, 0, 0, 0.63) 100%);
}
.home-hero video::-webkit-media-controls-timeline,
.home-hero video::-webkit-media-controls-panel {
  display: none;
}
.home-hero .swiper-wrapper .swiper-slide .bg-video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero .swiper-wrapper .swiper-slide .bg-video {
    width: 100%;
    margin-left: 0;
  }
}
.home-hero .swiper-wrapper .swiper-slide .bg-video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-hero .swiper-wrapper .swiper-slide .bg-video video {
  pointer-events: none;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.home-transactions {
  background: #002B36;
}
.home-transactions .grid-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .home-transactions .grid-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-transactions .grid-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home-transactions .grid-container .vert-line-upper {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 90px;
  background-color: #008081;
  width: 12px;
  margin-left: 4.1666666667%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2 !important;
}
.home-transactions .grid-container .vert-line {
  position: absolute;
  bottom: -80px;
  height: 100px;
  background-color: #008081;
  width: 12px;
  margin-left: 4.1666666667%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2 !important;
}
.home-transactions .grid-container .container .title {
  font-family: "spectral", serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .home-transactions .grid-container .container .title {
    font-size: 2.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-transactions .grid-container .container .title {
    font-size: 1.875rem;
  }
}
.home-transactions .grid-container .link {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #FFFFFF;
  text-decoration: underline;
  display: table;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media print, screen and (max-width: 63.99875em) {
  .home-transactions .grid-container .link {
    margin-top: 20px;
  }
}
.home-transactions .grid-container .link:hover {
  color: #FFFFFF;
}
.home-transactions .grid-container .link i {
  margin-left: 10px;
}
.home-transactions .grid-container .featured-transactions {
  margin-top: 1.875rem;
  padding: 1.875rem 0;
  background-color: #002B36;
  z-index: 2;
}
.home-transactions .grid-container .featured-transactions img {
  max-height: 3.75rem;
  width: auto;
  margin: auto;
  display: block;
}

.home-stats {
  background-color: #002B36;
  position: relative;
  overflow: hidden;
}
.home-stats .grid-container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home-stats .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 50px;
  background-color: #008081;
  width: 12px;
  margin-left: 4.1666666667%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .vert-line {
    height: 33px;
  }
}
.home-stats .grid-container .stat-wrapper {
  z-index: 2;
}
.home-stats .grid-container .stat-wrapper .stat-title {
  position: relative;
}
.home-stats .grid-container .stat-wrapper .stat-title .bottom-horiz-line {
  position: absolute;
  top: 0;
  height: 12px;
  background-color: #008081;
  width: 100%;
}
.home-stats .grid-container .stat-wrapper .stat-title .title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  display: table;
  position: relative;
  top: -3px;
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-title .title {
    margin-left: calc(8.3333333333% - 10px);
    font-size: 0.75rem;
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-title .title {
    padding: 0;
    margin-left: 0;
  }
}
.home-stats .grid-container .stat-wrapper .details, .home-stats .grid-container .stat-wrapper .subdetails {
  font-size: 1.5rem;
  line-height: normal;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
}
@media print, screen and (max-width: 74.99875em) {
  .home-stats .grid-container .stat-wrapper .details, .home-stats .grid-container .stat-wrapper .subdetails {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .details, .home-stats .grid-container .stat-wrapper .subdetails {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.home-stats .grid-container .stat-wrapper .details p, .home-stats .grid-container .stat-wrapper .subdetails p {
  font-size: 1.5rem;
  line-height: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .home-stats .grid-container .stat-wrapper .details p, .home-stats .grid-container .stat-wrapper .subdetails p {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .details p, .home-stats .grid-container .stat-wrapper .subdetails p {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .subdetails {
    padding-bottom: 2.5rem;
  }
}
.home-stats .grid-container .stat-wrapper .subdetails p {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  line-height: normal;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
  font-weight: 400;
}
@media print, screen and (max-width: 74.99875em) {
  .home-stats .grid-container .stat-wrapper .subdetails p {
    font-size: 1rem;
    line-height: normal;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .subdetails p {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .number {
  font-size: 3rem;
  line-height: 3.625rem;
  font-family: "raleway", sans-serif;
  color: #FFFFFF;
}
.home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .number .change-font {
  font-size: 10rem;
  line-height: 12.6875rem;
  font-family: "freight-big-pro", sans-serif;
  color: #FFFFFF;
}
@media print, screen and (max-width: 74.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .number .change-font {
    font-size: 7.5rem;
    line-height: 10.1875rem;
  }
}
.home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .title {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #FFFFFF;
  font-family: "karla", sans-serif;
}
@media print, screen and (max-width: 89.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .home-stats .grid-container .stat-wrapper .stat-container .stat .text-container .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-stats .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-stats .hero-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.19) 60.42%, rgba(0, 0, 0, 0.63) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.19) 60.42%, rgba(0, 0, 0, 0.63) 100%);
}
.home-stats video::-webkit-media-controls-timeline,
.home-stats video::-webkit-media-controls-panel {
  display: none;
}
.home-stats .bg-video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  .home-stats .bg-video {
    width: 100%;
    margin-left: 0;
  }
}
.home-stats .bg-video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-stats .bg-video video {
  pointer-events: none;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.home-tesimonials {
  color: #E2E3E4;
  position: relative;
}
.home-tesimonials .dot-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: auto;
  text-align: center;
  width: 75%;
  z-index: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .dot-container {
    width: 66.6666666%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-tesimonials .dot-container {
    width: 100%;
  }
}
.home-tesimonials .dot-container ul {
  display: table;
  margin: 0 auto 0 auto;
  list-style: none;
}
.home-tesimonials .dot-container ul li {
  display: inline-block;
  margin: 0 5px;
}
.home-tesimonials .dot-container ul li.slick-active button {
  background-color: #008081;
}
.home-tesimonials .dot-container ul li button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  -webkit-transition: background-color;
  transition: background-color;
  border: 2px solid #008081;
  text-indent: -9999px;
  display: table;
}
.home-tesimonials .tesimonial-container {
  background-color: #071719;
  position: relative;
  overflow: hidden;
}
.home-tesimonials .tesimonial-container .tesimonial:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container {
    padding: 60px 40px 100px 40px;
  }
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container .quote {
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-family: "spectral", serif;
  font-weight: 100;
  margin-bottom: 80px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container .quote {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container .quote {
    margin-bottom: 30px;
  }
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container .quote i {
  position: absolute;
  top: -10px;
  left: -30px;
  color: #008081;
  z-index: -1;
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container .quote p {
  font-size: 2.125rem;
  line-height: 2.5625rem;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container .quote p {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container .quote p {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .quote-container .quote p {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.home-tesimonials .tesimonial-container .tesimonial .quote-container .jobtitle {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #008081;
}
.home-tesimonials .tesimonial-container .tesimonial .right-container {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.home-tesimonials .tesimonial-container .tesimonial .right-container:before {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  content: "";
  background-color: #ffffff;
  z-index: -1;
}
.home-tesimonials .tesimonial-container .tesimonial .right-container .image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .image {
    width: 200px;
    height: 200px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .image {
    width: 180px;
    height: 180px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .image {
    width: 150px;
    height: 150px;
  }
}
.home-tesimonials .tesimonial-container .tesimonial .right-container .company-logo {
  max-height: 70px;
  max-width: 80%;
  margin: 80px auto 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .company-logo {
    max-height: 60px;
    margin: 60px auto 0 auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .company-logo {
    max-height: 50px;
    margin: 40px auto 0 auto;
  }
}
.home-tesimonials .tesimonial-container .tesimonial .right-container .tagline {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #008081;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  padding: 0 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .tagline {
    font-size: 0.9375rem;
    line-height: 1;
    max-height: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-tesimonials .tesimonial-container .tesimonial .right-container .tagline {
    font-size: 0.875rem;
    max-height: 40px;
  }
}

.home-insights .bg-lines {
  position: relative;
  height: 12px;
}
.home-insights .bg-lines .horiz-line {
  position: absolute;
  bottom: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(70.8333333331% - 93px);
}
@media print, screen and (max-width: 63.99875em) {
  .home-insights .bg-lines .horiz-line {
    width: calc(79.1666666665% - 96px);
  }
}
@media print, screen and (max-width: 56.24875em) {
  .home-insights .bg-lines .horiz-line {
    left: 93px;
    width: calc(87.4999999999% - 91px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .home-insights .bg-lines {
    display: none;
  }
}
.home-insights .grid-container {
  position: relative;
}
.home-insights .grid-container .title {
  padding-top: 70px;
}
.home-insights .grid-container .vert2-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 4.1666666667%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 0;
}
.home-insights .grid-container .home-featured-insights {
  margin-top: 20px;
}
.home-insights .grid-container .home-featured-insights article {
  height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .home-insights .grid-container .home-featured-insights article {
    padding-left: 0;
  }
}
.home-insights .grid-container .home-featured-insights article .news-post {
  display: table;
  width: 100%;
  background-color: #002B36;
  margin-bottom: 30px;
  padding: 40px 20px 110px 20px;
  height: calc(100% - 30px);
  position: relative;
}
.home-insights .grid-container .home-featured-insights article .news-post .date {
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #008081;
  font-weight: 500;
}
.home-insights .grid-container .home-featured-insights article .news-post .post-title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-family: "spectral", serif;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 10px;
}
.home-insights .grid-container .home-featured-insights article .news-post .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  width: 100%;
  margin-top: 40px;
  display: table;
}
.home-insights .grid-container .home-featured-insights article .news-post .excerpt {
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 40px;
}
.home-insights .grid-container .home-featured-insights article .news-post .link {
  color: #8E8E8E;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 40px;
  left: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.home-insights .grid-container .home-featured-insights article .news-post .link:hover {
  color: #ffffff;
}
.home-insights .grid-container .home-featured-insights article .news-post .link:hover i {
  left: 0;
  opacity: 1;
}
.home-insights .grid-container .home-featured-insights article .news-post .link i {
  margin-left: 10px;
  position: relative;
  top: 1px;
  opacity: 0;
  left: -10px;
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
}
.home-insights .grid-container .home-featured-insights article .news-post .link i.icon-external {
  opacity: 1;
  margin-left: 0px;
  margin-right: 10px;
  left: 0;
  color: #008081;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured {
  background-color: #fefefe;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .date {
  color: #008081;
  font-weight: 500;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .post-title {
  color: #0a0a0a;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .cubes {
  color: #008081;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .excerpt {
  color: #0a0a0a;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .link {
  color: #8E8E8E;
}
.home-insights .grid-container .home-featured-insights article .news-post.featured .link:hover {
  color: #0a0a0a;
}

#exit_intro {
  display: none;
  opacity: 0;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
}
.home #exit_intro {
  display: block;
  opacity: 1;
  background-color: #E5E5E5;
}
#exit_intro .logo-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#exit_intro .logo-container img {
  max-width: 257px;
  position: absolute;
  display: block;
  padding: 20px;
}
#exit_intro .wipe {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 252vh;
  width: 100%;
  background-color: #E5E5E5;
}
#exit_intro .wipe .dark {
  background-color: #071719;
  height: 152vh;
  position: absolute;
  bottom: 100vh;
  left: 0;
  width: 100%;
}
#exit_intro .wipe .dark .teal-dark {
  background-color: #002B36;
  height: 26vh;
  position: absolute;
  bottom: 26vh;
  left: 0;
  width: 100%;
}
#exit_intro .wipe .dark .teal {
  background-color: #008081;
  height: 26vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#home-founders-letter {
  padding: 0;
  margin-bottom: 100px;
  background-color: transparent;
  border: 0px solid transparent;
}
#home-founders-letter:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#home-founders-letter .site-header,
#home-founders-letter .site-footer {
  display: none;
}
#home-founders-letter #content {
  padding-top: 0px;
}
#home-founders-letter .interior-hero {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-bottom: 0px;
}
#home-founders-letter .interior-hero:before {
  display: none;
}
@media screen and (min-width: 75em) {
  #home-founders-letter .interior-hero {
    background-position: top right;
    background-size: cover;
  }
}
#home-founders-letter .interior-hero .back {
  position: absolute;
  left: 50px;
  top: 4.1666666667%;
  width: 40px;
  height: 40px;
  display: table;
}
#home-founders-letter .interior-hero .back:hover:before, #home-founders-letter .interior-hero .back:hover:after {
  background-color: #071719;
}
#home-founders-letter .interior-hero .back:before, #home-founders-letter .interior-hero .back:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#home-founders-letter .interior-hero .back:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#home-founders-letter .interior-hero .container {
  min-height: 570px;
  padding-bottom: 80px;
  padding-left: 4.1666666667%;
}
#home-founders-letter .interior-hero .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: 600;
  color: #071719;
}
#home-founders-letter .transaction-bio-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
#home-founders-letter .transaction-bio-container .container .text-container .bio {
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
#home-founders-letter .transaction-bio-container .container .text-container .bio a {
  color: #008081;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
}
#home-founders-letter .transaction-bio-container .container .text-container .bio a:hover {
  color: #071719;
}

.page-template-template-contact .contact-hero .line-container .vert-line {
  margin-left: 58.3333333331% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-contact .contact-hero .line-container .vert-line {
    margin-left: 58.3333333331% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-contact .contact-hero .line-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.page-template-template-contact .contact-hero .line-container .horiz-line {
  margin-left: 58.3333333331% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-contact .contact-hero .line-container .horiz-line {
    margin-left: 58.3333333331% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-contact .contact-hero .line-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}
.page-template-template-contact .footer-cta .grid-container.news .horiz-line {
  width: calc(58.3333333331% - 66px);
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-contact .footer-cta .grid-container.news .horiz-line {
    width: calc(91.6666666663% - 71px);
  }
}

.contact-intro .grid-container {
  padding-top: 200px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-intro .grid-container {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .contact-intro .grid-container {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact-intro .grid-container {
    padding-top: 30px;
  }
}
.contact-intro .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 58.3333333331%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: -1;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-intro .grid-container .vert-line {
    margin-left: 58.3333333331%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .contact-intro .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.contact-intro .grid-container .heading-container .title {
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-intro .grid-container .heading-container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.contact-intro .grid-container .heading-container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: table;
}
.contact-intro .grid-container .heading-container .details {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
.contact-intro .grid-container .heading-container .details p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.contact-intro .grid-container .info-container {
  background-color: #002B36;
  padding: 65px;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-intro .grid-container .info-container {
    padding: 40px;
    margin-top: 40px;
  }
}
.contact-intro .grid-container .info-container .info {
  margin-bottom: 30px;
}
.contact-intro .grid-container .info-container .info:last-child {
  margin-bottom: 0;
}
.contact-intro .grid-container .info-container .info .label {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #008081;
  font-weight: 600;
}
.contact-intro .grid-container .info-container .info .link {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-family: "spectral", serif;
  color: #E2E3E4;
  margin-top: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-intro .grid-container .info-container .info .link {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .contact-intro .grid-container .info-container .info .link {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.contact-intro .grid-container .info-container .info .link:hover {
  color: #ffffff;
}

.contact-map {
  background-color: #008081;
  height: 51vw;
  max-height: 800px;
  margin-top: 200px;
  margin-bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-map {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: -60%;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact-map {
    margin-top: 60px;
  }
}
.contact-map .grid-container {
  position: relative;
}
.contact-map .grid-container .vert-line {
  position: absolute;
  bottom: -112px;
  height: calc(100% + 312px);
  background-color: #008081;
  width: 12px;
  margin-left: 58.3333333331%;
  z-index: -1;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-map .grid-container .vert-line {
    margin-left: 58.3333333331%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .contact-map .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.contact-map .grid-container .title {
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #E2E3E4;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-map .grid-container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.contact-map .grid-container .cubes {
  font-size: 4px;
  color: #071719;
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: table;
}
.contact-map .grid-container .details {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #E2E3E4;
}
.contact-map .grid-container .details a {
  display: table;
  color: #E2E3E4;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.contact-map .grid-container .details a:hover {
  color: #ffffff;
}
.contact-map .grid-container .details p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.contact-map .grid-container .link {
  margin-top: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-map .grid-container .link {
    margin-top: 30px;
  }
}

.page-template-template-about .interior-hero {
  background: none;
}
.page-template-template-about .interior-hero .container {
  z-index: 2;
  min-height: calc(630px + 110px);
}
.page-template-template-about .interior-hero .container button {
  margin-top: 2.625rem;
  padding: 0.875rem 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-template-template-about .interior-hero .container button svg {
  margin-right: 0.625rem;
}
.page-template-template-about .interior-hero .container button span {
  position: relative;
  top: -0.375rem;
  font-size: 1rem;
}
.page-template-template-about .interior-hero .container button:hover {
  background-color: #ffffff;
}
.page-template-template-about .interior-hero .container button:hover svg path {
  fill: #071719;
}
.page-template-template-about .interior-hero .container button:hover span {
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  .page-template-template-about .interior-hero .container button {
    margin-top: 1.875rem;
    padding: 0.625rem 1.25rem;
  }
  .page-template-template-about .interior-hero .container button svg {
    width: 12px;
  }
  .page-template-template-about .interior-hero .container button span {
    font-size: 0.875rem;
  }
}
.page-template-template-about .interior-hero .hero-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-template-template-about .close-button {
  line-height: 0.3;
  top: 1.5rem;
  right: 1.5rem;
}
.page-template-template-about .footer-cta .grid-container {
  padding-top: 200px;
}
.page-template-template-about .about-hero .grid-container .vert-line {
  margin-left: 91.6666666663% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-about .about-hero .grid-container .vert-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-about .about-hero .grid-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.page-template-template-about .about-hero .grid-container .horiz-line {
  margin-left: 91.6666666663% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-about .about-hero .grid-container .horiz-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-about .about-hero .grid-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}

.about-intro .grid-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-intro .grid-container {
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-intro .grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-intro .grid-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about-intro .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .about-intro .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-intro .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.about-intro .grid-container .about-video {
  margin-bottom: 6.25rem;
}
@media print, screen and (max-width: 74.99875em) {
  .about-intro .grid-container .about-video {
    margin-bottom: 5rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-intro .grid-container .about-video {
    margin-bottom: 3.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-intro .grid-container .about-video {
    margin-bottom: 2.5rem;
  }
}
.about-intro .grid-container .about-video .wp-video video {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .about-intro .grid-container .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-intro .grid-container .container .subtitle {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #008081;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
}
.about-intro .grid-container .container .title {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  .about-intro .grid-container .container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.about-intro .grid-container .container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
.about-intro .grid-container .container .details {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
.about-intro .grid-container .container .link {
  margin-top: 60px;
}
@media print, screen and (max-width: 56.24875em) {
  .about-intro .grid-container .container .link {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-intro .grid-container .container .link {
    margin-top: 30px;
  }
}

.about-glance {
  background-color: #ffffff;
}
.about-glance .grid-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-glance .grid-container {
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-glance .grid-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-glance .grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-glance .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .about-glance .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-glance .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.about-glance .grid-container .container .about-glance-title {
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 3.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
.about-glance .grid-container .container .glance-row {
  margin-top: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .about-glance .grid-container .container .glance-row {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-glance .grid-container .container .glance-row {
    margin-top: 20px;
  }
}
.about-glance .grid-container .container .glance-row .image {
  width: 75px;
  height: 75px;
  background-color: #008081;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.about-glance .grid-container .container .glance-row .title {
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #071719;
  padding-left: 20px;
}

.about-founders {
  background-color: #071719;
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-founders .grid-container {
  position: relative;
}
.about-founders .grid-container .container .testimonial-container {
  padding: 60px 30px 40px 30px;
  position: relative;
  padding-right: 8.3333333333%;
}
.about-founders .grid-container .container .testimonial-container.no-link:after {
  display: none;
}
@media print, screen and (max-width: 89.99875em) {
  .about-founders .grid-container .container .testimonial-container {
    padding: 60px 30px 40px 30px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders .grid-container .container .testimonial-container {
    padding: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-founders .grid-container .container .testimonial-container {
    margin-top: 20px;
  }
}
.about-founders .grid-container .container .testimonial-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  height: calc(100% - 50px);
  width: 1px;
  background-color: #008081;
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders .grid-container .container .testimonial-container:after {
    display: none;
  }
}
.about-founders .grid-container .container .testimonial-container .testimonial {
  color: #E2E3E4;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-family: "spectral", serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 89.99875em) {
  .about-founders .grid-container .container .testimonial-container .testimonial {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders .grid-container .container .testimonial-container .testimonial {
    font-size: 1.5625rem;
    line-height: 1.1;
  }
}
.about-founders .grid-container .container .testimonial-container .testimonial p {
  font-size: 2.125rem;
  line-height: 2.5625rem;
}
@media print, screen and (max-width: 89.99875em) {
  .about-founders .grid-container .container .testimonial-container .testimonial p {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders .grid-container .container .testimonial-container .testimonial p {
    font-size: 1.5625rem;
    line-height: 1.1;
  }
}
.about-founders .grid-container .container .testimonial-container .testimonial .quote {
  position: absolute;
  left: -30px;
  top: -8px;
  color: #008081;
  z-index: -1;
}
.about-founders .grid-container .container .testimonial-container .name {
  text-align: right;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #ffffff;
}
.about-founders .grid-container .container .link {
  margin: 0;
  float: right;
}
@media print, screen and (max-width: 63.99875em) {
  .about-founders .grid-container .container .link {
    float: none;
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 30px;
  }
}

#founders-letter {
  padding: 0;
  margin-bottom: 100px;
  background-color: transparent;
  border: 0px solid transparent;
}
#founders-letter:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#founders-letter .site-header,
#founders-letter .site-footer {
  display: none;
}
#founders-letter #content {
  padding-top: 0px;
}
#founders-letter .interior-hero {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-bottom: 0px;
}
#founders-letter .interior-hero:before {
  display: none;
}
@media screen and (min-width: 75em) {
  #founders-letter .interior-hero {
    background-position: top right;
    background-size: cover;
  }
}
#founders-letter .interior-hero .back {
  position: absolute;
  left: 50px;
  top: 4.1666666667%;
  width: 40px;
  height: 40px;
  display: table;
}
#founders-letter .interior-hero .back:hover:before, #founders-letter .interior-hero .back:hover:after {
  background-color: #071719;
}
#founders-letter .interior-hero .back:before, #founders-letter .interior-hero .back:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#founders-letter .interior-hero .back:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#founders-letter .interior-hero .container {
  min-height: 570px;
  padding-bottom: 80px;
  padding-left: 4.1666666667%;
}
#founders-letter .interior-hero .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: 600;
  color: #071719;
}
#founders-letter .transaction-bio-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
#founders-letter .transaction-bio-container .container .text-container .bio {
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
#founders-letter .transaction-bio-container .container .text-container .bio a {
  color: #008081;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
}
#founders-letter .transaction-bio-container .container .text-container .bio a:hover {
  color: #071719;
}

.about-facts .grid-container {
  position: relative;
  padding-top: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-facts .grid-container {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-facts .grid-container {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-facts .grid-container {
    padding-top: 40px;
  }
}
.about-facts .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .about-facts .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-facts .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.about-facts .grid-container .container .subtitle {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #008081;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
}
.about-facts .grid-container .container .title {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  .about-facts .grid-container .container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.about-facts .grid-container .container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
.about-facts .grid-container .container .details {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
.about-facts .grid-container .container .fact-container {
  margin-top: 60px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-facts .grid-container .container .fact-container {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-facts .grid-container .container .fact-container {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-facts .grid-container .container .fact-container {
    margin-top: 30px;
  }
}
.about-facts .grid-container .container .fact-container .fact-title {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #002B36;
  font-family: "raleway", sans-serif;
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
}
.about-facts .grid-container .container .fact-container .fact-title .number {
  font-size: 1.25rem;
  line-height: 1;
  color: #008081;
  font-family: "spectral", serif;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.about-facts .grid-container .container .fact-container .transaction {
  margin-right: 30px;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 60px;
  background-color: #E5E5E5;
  position: relative;
  padding-top: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .about-facts .grid-container .container .fact-container .transaction {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-facts .grid-container .container .fact-container .transaction {
    width: 91.6666666667%;
    margin-right: 0px;
  }
}
.about-facts .grid-container .container .fact-container .transaction:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .about-facts .grid-container .container .fact-container .transaction:nth-child(3n) {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-facts .grid-container .container .fact-container .transaction:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-facts .grid-container .container .fact-container .transaction:nth-child(2n) {
    margin-right: 0;
  }
}
.about-facts .grid-container .container .fact-container .transaction a {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08), 0px 10px 23px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08), 0px 10px 23px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 30px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.about-facts .grid-container .container .fact-container .transaction a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
}
.about-facts .grid-container .container .fact-container .transaction a .type {
  padding: 20px;
  text-align: right;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #008081;
}
.about-facts .grid-container .container .fact-container .transaction a .chevron-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 70px;
  display: block;
  width: 25px;
  height: 70px;
}
.about-facts .grid-container .container .fact-container .transaction a .image-container {
  padding: 0 30px 0 10px;
}
.about-facts .grid-container .container .fact-container .transaction a .image-container .image {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-facts .grid-container .container .fact-container .transaction a .seller .image-container {
  padding: 0 10px 0 30px;
}
.about-facts .grid-container .container .fact-container .transaction a .seller .text {
  text-align: right;
}
.about-facts .grid-container .container .fact-container .transaction a .text {
  padding: 20px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #008081;
}
.about-facts .grid-container .container .fact-container .transaction a .text.center {
  text-align: center;
}
.about-facts .grid-container .container .bottom-details {
  margin-top: 100px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #002B36;
}
@media print, screen and (max-width: 74.99875em) {
  .about-facts .grid-container .container .bottom-details {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-facts .grid-container .container .bottom-details {
    margin-top: 40px;
  }
}
.about-facts .grid-container .container .bottom-details a {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
  display: table;
  color: #002B36;
}
.about-facts .grid-container .container .bottom-details a:hover {
  color: #071719;
}

#faq-reveal {
  padding: 0;
  background: #E5E5E5;
}
#faq-reveal:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#faq-reveal .faq-hero {
  position: relative;
  background-color: #071719;
}
#faq-reveal .faq-hero .back {
  position: absolute;
  top: 30px;
  left: 4.1666666667%;
  width: 40px;
  height: 40px;
  display: table;
}
#faq-reveal .faq-hero .back:hover:before, #faq-reveal .faq-hero .back:hover:after {
  background-color: #ffffff;
}
#faq-reveal .faq-hero .back:before, #faq-reveal .faq-hero .back:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#faq-reveal .faq-hero .back:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#faq-reveal .faq-hero .container {
  min-height: 400px;
  padding-bottom: 80px;
  padding-left: 4.1666666667%;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .faq-hero .container {
    min-height: 300px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #faq-reveal .faq-hero .container {
    min-height: 250px;
    padding-bottom: 30px;
  }
}
#faq-reveal .faq-hero .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 600;
  color: #E2E3E4;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .faq-hero .container .h1 {
    font-size: 2.125rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #faq-reveal .faq-hero .container .h1 {
    font-size: 1.875rem;
  }
}
#faq-reveal .faq-container {
  padding: 80px 0;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .faq-container {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #faq-reveal .faq-container {
    padding: 40px 0;
  }
}
#faq-reveal .faq-container .accordion {
  background-color: transparent;
}
#faq-reveal .faq-container .accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #ffffff;
}
#faq-reveal .faq-container .accordion .accordion-item.is-active .accordion-title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq-reveal .faq-container .accordion .accordion-item .accordion-title {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #000000;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 25px 100px 25px 25px;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .faq-container .accordion .accordion-item .accordion-title {
    font-size: 1rem;
    line-height: 20px;
    padding: 20px 100px 20px 20px;
  }
}
#faq-reveal .faq-container .accordion .accordion-item .accordion-title:before, #faq-reveal .faq-container .accordion .accordion-item .accordion-title:after {
  content: "";
  position: absolute;
  right: 45px;
  top: calc(50% - 6px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#faq-reveal .faq-container .accordion .accordion-item .accordion-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 45px;
  top: calc(50% - 14px);
}
#faq-reveal .faq-container .accordion .accordion-item .accordion-content {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 25px 25px 50px 25px;
  font-size: 1rem;
  line-height: 1.25rem;
}
#faq-reveal .question-form-container {
  background-color: #ffffff;
  padding: 100px 0;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .question-form-container {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #faq-reveal .question-form-container {
    padding: 40px 0;
  }
}
#faq-reveal .question-form-container .heading {
  font-size: 3.125rem;
  line-height: 1;
  font-family: "spectral", serif;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  #faq-reveal .question-form-container .heading {
    font-size: 2.125rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #faq-reveal .question-form-container .heading {
    font-size: 1.875rem;
  }
}

.about-bar .grid-container {
  position: relative;
  padding-top: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .about-bar .grid-container {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-bar .grid-container {
    padding-top: 40px;
  }
}
.about-bar .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  z-index: -1;
}
@media print, screen and (max-width: 63.99875em) {
  .about-bar .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .about-bar .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.about-bar .grid-container .horiz-line {
  position: absolute;
  bottom: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(91.6666666667% - 78px);
  z-index: -1;
}
@media print, screen and (max-width: 56.24875em) {
  .about-bar .grid-container .horiz-line {
    left: 93px;
    width: calc(91.6666666667% - 73px);
  }
}
.about-bar .grid-container .container {
  position: relative;
  top: 51px;
  z-index: 1;
}
.about-bar .grid-container .container > .cell {
  background-color: #071719;
}
.about-bar .grid-container .container > .cell .bar {
  padding: 30px 40px 30px 40px;
  position: relative;
}
.about-bar .grid-container .container > .cell .bar .title {
  color: #E2E3E4;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.about-bar .grid-container .container > .cell .bar .link {
  margin: 0;
  float: right;
}

.page-template-template-insights .relative {
  position: relative;
}
.page-template-template-insights .mt150 {
  margin-top: clamp(3.75rem, -0.469rem + 11.25vw, 9.375rem);
}
.page-template-template-insights .mb150 {
  margin-bottom: clamp(3.75rem, -0.469rem + 11.25vw, 9.375rem);
}
.page-template-template-insights .pt150 {
  padding-top: clamp(3.75rem, -0.469rem + 11.25vw, 9.375rem);
}
.page-template-template-insights .pb150 {
  padding-bottom: clamp(3.75rem, -0.469rem + 11.25vw, 9.375rem);
}
.page-template-template-insights .mt100 {
  margin-top: clamp(1.875rem, -1.406rem + 8.75vw, 6.25rem);
}
.page-template-template-insights .pt100 {
  padding-top: clamp(1.875rem, -1.406rem + 8.75vw, 6.25rem);
}
.page-template-template-insights .pb100 {
  padding-bottom: clamp(1.875rem, -1.406rem + 8.75vw, 6.25rem);
}
.page-template-template-insights .pt75 {
  padding-top: clamp(2.5rem, 0.859rem + 4.375vw, 4.688rem);
}
.page-template-template-insights .mb50 {
  margin-bottom: clamp(1.25rem, -0.156rem + 3.75vw, 3.125rem);
}
.page-template-template-insights .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
}
.page-template-template-insights .square {
  background-color: #008081;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  margin-top: 0.4rem;
}
.page-template-template-insights .subtitle {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #008081;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  margin-bottom: 1rem;
}
.page-template-template-insights .h1 {
  color: #002B36;
  font-family: "spectral", serif;
  font-size: clamp(2.5rem, 1.563rem + 2.5vw, 3.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 72px */
  text-transform: capitalize;
}
.page-template-template-insights .h2 {
  color: #071719;
  font-family: "spectral", serif;
  font-size: clamp(1.875rem, 1.219rem + 1.75vw, 2.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.page-template-template-insights .h3 {
  font-family: "spectral", serif;
  font-size: clamp(1.375rem, 1.094rem + 0.75vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  text-transform: capitalize;
}
.page-template-template-insights .details {
  color: #002B36;
  color: #002B36;
  font-family: "raleway", sans-serif;
  font-size: clamp(1rem, 0.906rem + 0.25vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
.page-template-template-insights .details:not(.no-margin) {
  margin-top: 1.25rem;
}
.page-template-template-insights .interior-hero {
  background: none;
}
.page-template-template-insights .interior-hero .container {
  z-index: 2;
  min-height: calc(630px + 110px);
}
.page-template-template-insights .interior-hero .hero-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-template-template-insights .close-button {
  line-height: 0.3;
  top: 1.5rem;
  right: 1.5rem;
}
.page-template-template-insights .footer-cta .grid-container {
  padding-top: 200px;
}
.page-template-template-insights .about-hero .grid-container .vert-line {
  margin-left: 91.6666666663% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-insights .about-hero .grid-container .vert-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-insights .about-hero .grid-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.page-template-template-insights .about-hero .grid-container .horiz-line {
  margin-left: 91.6666666663% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-insights .about-hero .grid-container .horiz-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-insights .about-hero .grid-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}

.insights-intro .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .insights-intro .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .insights-intro .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .insights-intro .grid-container .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.insights-intro .grid-container .insights-intro-list .insights-intro-list-item {
  margin-bottom: 1.25rem;
}

.insights-glance {
  background-color: #ffffff;
}
.insights-glance .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .insights-glance .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .insights-glance .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.insights-glance .grid-container .container .glance-row .image {
  width: 75px;
  height: 75px;
  background-color: #008081;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.insights-glance .grid-container .container .glance-row .details {
  padding-left: 20px;
}

.insights-compass {
  background-color: #071719;
}
.insights-compass .grid-container .h2, .insights-compass .grid-container .details {
  color: #E2E3E4;
}
.insights-compass .grid-container .insights-compass-image {
  border: 12px #008081 solid;
  top: calc(-1 * clamp(3.75rem, -0.469rem + 11.25vw, 9.375rem) - 30px);
}
.insights-compass .grid-container .insights-compass-image img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
@media print, screen and (max-width: 56.24875em) {
  .insights-compass .grid-container .insights-compass-image {
    margin: 0 -16px;
  }
}
.insights-compass .insights-compass-accordion .accordion {
  background-color: transparent;
}
.insights-compass .insights-compass-accordion .accordion .accordion-item {
  border-bottom: 0.5px solid #afafaf;
  background-color: transparent;
}
.insights-compass .insights-compass-accordion .accordion .accordion-item.is-active .accordion-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.insights-compass .insights-compass-accordion .accordion .accordion-item .accordion-title {
  font-family: "spectral", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  color: #E2E3E4;
  background-color: transparent;
  border: none;
  padding: 20px 50px 20px 0;
  position: relative;
  min-height: 97.59px;
}
.insights-compass .insights-compass-accordion .accordion .accordion-item .accordion-title::before {
  content: none;
}
.insights-compass .insights-compass-accordion .accordion .accordion-item .accordion-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 24px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none'%3E%3Cpath d='M1 1l11 10L23 1' stroke='%23008081' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.insights-compass .insights-compass-accordion .accordion .accordion-item .accordion-content {
  background-color: transparent;
  border: none;
  color: #E2E3E4;
  font-family: "raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 170%;
  padding: 0 50px 40px 0;
}

.insights-collab {
  background-color: #ffffff;
}
.insights-collab .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .insights-collab .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .insights-collab .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .insights-collab .grid-container .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.insights-collab .grid-container .insights-collab-list .insights-collab-list-item {
  margin-bottom: 1.25rem;
}

.lines {
  height: 100px;
}
.lines .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .lines .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .lines .vert-line {
    margin-left: 91.6666666663%;
  }
}
.lines .horiz-line {
  position: absolute;
  bottom: 0;
  height: 12px;
  background-color: #008081;
  width: 24.9999999999%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  margin-left: 66.6666666664%;
}
@media print, screen and (max-width: 63.99875em) {
  .lines .horiz-line {
    width: 16.6666666666%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .lines .horiz-line {
    width: 24.9999999999%;
  }
}

.insights-contact .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 66.6666666664%;
}
@media print, screen and (max-width: 63.99875em) {
  .insights-contact .grid-container .vert-line {
    margin-left: 66.6666666664%;
  }
}
.insights-contact .grid-container .container {
  background-color: #ffffff;
  z-index: 1;
}

.insights-post .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 66.6666666664%;
}
@media print, screen and (max-width: 63.99875em) {
  .insights-post .grid-container .vert-line {
    margin-left: 66.6666666664%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .insights-post .insights-post-heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.insights-post .insights-swiper-prev,
.insights-post .insights-swiper-next {
  cursor: pointer;
}
.insights-post .insights-swiper-prev svg,
.insights-post .insights-swiper-next svg {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.insights-post .insights-swiper-prev:hover svg,
.insights-post .insights-swiper-next:hover svg {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.insights-post .insights-swiper-next:hover svg {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media print, screen and (min-width: 56.25em) {
  .insights-post .arrow-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.insights-post .insights-slider .card {
  background-color: #ffffff;
  padding: 56px 40px;
}
.insights-post .insights-slider .card .link {
  display: block;
  margin-top: 26px;
  color: #002B36;
  font-family: "raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 1.44px;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.insights-post .insights-slider .card .link:hover {
  color: #008081;
}

.insights-cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #071719;
  height: 100px;
  width: 100%;
}
.insights-cta .grid-container {
  padding-top: 100px;
  position: relative;
}
.insights-cta .grid-container .vert-line {
  position: absolute;
  top: 0;
  height: 100px;
  background-color: #008081;
  width: 12px;
  margin-left: 78px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.insights-cta .grid-container .horiz-line {
  position: absolute;
  top: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(66.6666666664% - 66px);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
@media print, screen and (max-width: 56.24875em) {
  .insights-cta .grid-container .horiz-line {
    width: calc(66.6666666664% - 71px);
  }
}
.insights-cta .grid-container .container {
  background-color: #ffffff;
  padding-left: clamp(1.25rem, 0.313rem + 2.5vw, 2.5rem);
  padding-right: clamp(1.25rem, 0.313rem + 2.5vw, 2.5rem);
}
.insights-cta .grid-container .container .details {
  color: var(--text-primary, #010101);
  font-family: "raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 43.2px */
}
.insights-cta .grid-container .container .gform_wrapper.newsletter-form_wrapper {
  margin-top: 20px;
}
.insights-cta .grid-container .container .gform_wrapper.newsletter-form_wrapper ul {
  margin: 0;
  list-style-type: none;
  padding-right: 20px;
}

.page-template-template-careers .default-hero .grid-container .container {
  min-height: 440px;
}
.page-template-template-careers .gform_required_legend, .page-template-template-careers .gfield_required_asterisk {
  display: none !important;
}
.page-template-template-careers .default-container {
  min-height: calc(100vh - 440px);
}
.page-template-template-careers .gform_description {
  margin-bottom: 2.5rem;
}
.page-template-template-careers .gform_confirmation_message {
  font-weight: 600;
}

.page-template-template-team .interior-hero .grid-container.line-container .image-container {
  padding-bottom: 12px;
}
.page-template-template-team .interior-hero .grid-container.line-container .image-container .hero-image {
  height: 100%;
  position: relative;
}

.team-members .grid-container {
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .team-members .grid-container {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-members .grid-container {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .team-members .grid-container {
    padding-top: 30px;
  }
}
.team-members .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-members .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.team-members .grid-container .horiz-line {
  position: absolute;
  bottom: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(91.6666666667% - 78px);
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .horiz-line {
    width: calc(91.6666666667% - 151px);
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-members .grid-container .horiz-line {
    left: 93px;
    width: calc(91.6666666667% - 73px);
  }
}
.team-members .grid-container .intro-text-container {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .intro-text-container {
    margin-right: 8.3333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-members .grid-container .intro-text-container {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.team-members .grid-container .intro-text-container .title {
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
.team-members .grid-container .intro-text-container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
.team-members .grid-container .intro-text-container .details {
  margin-top: 16px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
  max-width: 700px;
}
.team-members .grid-container .button {
  margin-top: 52px;
}
.team-members .grid-container .member-container {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .member-container {
    padding-right: 8.3333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-members .grid-container .member-container {
    padding-right: 0;
  }
}
.team-members .grid-container .member-container .member-reveal-button {
  display: table;
  width: 100%;
}
.team-members .grid-container .member-container .member-reveal-button:hover .image {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
}
.team-members .grid-container .member-container .member-reveal-button .image {
  width: calc(100% + 20px);
  position: relative;
  left: -20px;
  height: auto;
  padding-bottom: 125%;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0), 0px 10px 23px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0), 0px 10px 23px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .member-container .member-reveal-button .image {
    left: 0px;
  }
}
.team-members .grid-container .member-container .member-reveal-button .name {
  padding: 20px 10px 20px 0px;
  font-family: "raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: padding 0.5s, color 0.5s;
  transition: padding 0.5s, color 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.team-members .grid-container .member-container .member-reveal-button .name.animated {
  padding: 20px 10px 20px 10px;
  color: rgb(0, 0, 0);
}
.team-members .grid-container .member-container .member-reveal-button .name.animated:before {
  height: calc(100% + 20px);
}
@media print, screen and (max-width: 63.99875em) {
  .team-members .grid-container .member-container .member-reveal-button .name {
    left: 20px;
  }
}
.team-members .grid-container .member-container .member-reveal-button .name:before {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  top: -20px;
  left: -10px;
  background-color: #008081;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

#team_reveal {
  top: 100px !important;
  padding: 0;
  margin-bottom: 100px;
  border: 0px solid transparent;
  background-color: #ffffff;
}
@media print, screen and (max-width: 56.24875em) {
  #team_reveal {
    top: 30px !important;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #team_reveal {
    top: 0px !important;
    margin-bottom: 0px;
  }
}
#team_reveal:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#team_reveal .reveal-content {
  min-height: calc(100vh - 100px);
  position: relative;
  height: 100%;
}
#team_reveal .ajax-spinner {
  top: calc(50vh - 57px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

body.single-meet-the-team .site-header,
body.single-meet-the-team .site-footer,
#team_reveal .site-header,
#team_reveal .site-footer {
  display: none;
}
body.single-meet-the-team #content,
#team_reveal #content {
  padding-top: 0px;
}
body.single-meet-the-team .interior-hero,
#team_reveal .interior-hero {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
}
body.single-meet-the-team .interior-hero:before,
#team_reveal .interior-hero:before {
  display: none;
}
@media print, screen and (max-width: 101.56125em) {
  body.single-meet-the-team .interior-hero,
  #team_reveal .interior-hero {
    background-position: top right;
    background-size: cover;
  }
}
body.single-meet-the-team .interior-hero .back,
#team_reveal .interior-hero .back {
  position: absolute;
  left: 4.1666666667%;
  top: 4.1666666667%;
  width: 40px;
  height: 40px;
  display: table;
}
body.single-meet-the-team .interior-hero .back:hover:before, body.single-meet-the-team .interior-hero .back:hover:after,
#team_reveal .interior-hero .back:hover:before,
#team_reveal .interior-hero .back:hover:after {
  background-color: #071719;
}
body.single-meet-the-team .interior-hero .back:before, body.single-meet-the-team .interior-hero .back:after,
#team_reveal .interior-hero .back:before,
#team_reveal .interior-hero .back:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
body.single-meet-the-team .interior-hero .back:after,
#team_reveal .interior-hero .back:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.single-meet-the-team .interior-hero .container,
#team_reveal .interior-hero .container {
  min-height: 570px;
  padding-bottom: 80px;
  padding-left: 4.1666666667%;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-meet-the-team .interior-hero .container,
  #team_reveal .interior-hero .container {
    min-height: 470px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .interior-hero .container,
  #team_reveal .interior-hero .container {
    min-height: 370px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .interior-hero .container,
  #team_reveal .interior-hero .container {
    min-height: 250px;
    padding-bottom: 20px;
  }
}
body.single-meet-the-team .interior-hero .container .subtitle,
#team_reveal .interior-hero .container .subtitle {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #002B36;
  font-weight: 100;
  margin: 0;
  font-family: "raleway", sans-serif;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .interior-hero .container .subtitle,
  #team_reveal .interior-hero .container .subtitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
body.single-meet-the-team .interior-hero .container .h1,
#team_reveal .interior-hero .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: 600;
  color: #071719;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-meet-the-team .interior-hero .container .h1,
  #team_reveal .interior-hero .container .h1 {
    font-size: 3.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .interior-hero .container .h1,
  #team_reveal .interior-hero .container .h1 {
    font-size: 2.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .interior-hero .container .h1,
  #team_reveal .interior-hero .container .h1 {
    font-size: 1.875rem;
  }
}
body.single-meet-the-team .interior-hero .grid-container.line-container .image-container,
#team_reveal .interior-hero .grid-container.line-container .image-container {
  padding-bottom: 12px;
}
body.single-meet-the-team .interior-hero .grid-container.line-container .image-container .hero-image,
#team_reveal .interior-hero .grid-container.line-container .image-container .hero-image {
  height: 100%;
  position: relative;
}
body.single-meet-the-team .member-info-container,
#team_reveal .member-info-container {
  background-color: #071719;
  padding: 38px 0;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-info-container,
  #team_reveal .member-info-container {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-info-container .container .info-container .grid-x .cell,
  #team_reveal .member-info-container .container .info-container .grid-x .cell {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left;
  }
}
body.single-meet-the-team .member-info-container .container .info-container a i,
#team_reveal .member-info-container .container .info-container a i {
  margin-left: 10px;
  font-size: 90%;
}
body.single-meet-the-team .member-info-container .container .info-container a:hover,
#team_reveal .member-info-container .container .info-container a:hover {
  color: #ffffff;
}
body.single-meet-the-team .member-info-container .container .info-container .email,
#team_reveal .member-info-container .container .info-container .email {
  color: #E2E3E4;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: table;
}
body.single-meet-the-team .member-info-container .container .info-container .phone,
#team_reveal .member-info-container .container .info-container .phone {
  color: #008081;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-left: 40px;
  display: table;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-info-container .container .info-container .phone,
  #team_reveal .member-info-container .container .info-container .phone {
    margin-left: 0px;
    margin-top: 15px;
  }
}
body.single-meet-the-team .member-info-container .container .info-container .linkedin,
#team_reveal .member-info-container .container .info-container .linkedin {
  color: #008081;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-info-container .container .info-container .linkedin,
  #team_reveal .member-info-container .container .info-container .linkedin {
    margin-left: 0px;
    margin-top: 15px;
    display: table;
  }
}
body.single-meet-the-team .member-bio-container,
#team_reveal .member-bio-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-meet-the-team .member-bio-container,
  #team_reveal .member-bio-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-bio-container,
  #team_reveal .member-bio-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .member-bio-container,
  #team_reveal .member-bio-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.single-meet-the-team .member-bio-container .container .quote-container,
#team_reveal .member-bio-container .container .quote-container {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  background-color: #071719;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container,
  #team_reveal .member-bio-container .container .quote-container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container,
  #team_reveal .member-bio-container .container .quote-container {
    padding: 60px 40px 60px 40px;
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container,
  #team_reveal .member-bio-container .container .quote-container {
    padding: 40px 40px 40px 40px;
    margin-top: 40px;
  }
}
body.single-meet-the-team .member-bio-container .container .quote-container .quote,
#team_reveal .member-bio-container .container .quote-container .quote {
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-family: "spectral", serif;
  font-weight: 100;
  margin-bottom: 80px;
  position: relative;
  color: #E2E3E4;
  z-index: 0;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container .quote,
  #team_reveal .member-bio-container .container .quote-container .quote {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container .quote,
  #team_reveal .member-bio-container .container .quote-container .quote {
    margin-bottom: 30px;
  }
}
body.single-meet-the-team .member-bio-container .container .quote-container .quote i,
#team_reveal .member-bio-container .container .quote-container .quote i {
  position: absolute;
  top: -10px;
  left: -30px;
  color: #008081;
  z-index: -1;
}
body.single-meet-the-team .member-bio-container .container .quote-container .quote p,
#team_reveal .member-bio-container .container .quote-container .quote p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container .quote p,
  #team_reveal .member-bio-container .container .quote-container .quote p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
body.single-meet-the-team .member-bio-container .container .quote-container .name,
#team_reveal .member-bio-container .container .quote-container .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #E2E3E4;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .member-bio-container .container .quote-container .name,
  #team_reveal .member-bio-container .container .quote-container .name {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
body.single-meet-the-team .member-bio-container .container .quote-container .jobtitle,
#team_reveal .member-bio-container .container .quote-container .jobtitle {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #008081;
}
body.single-meet-the-team .member-bio-container .container .text-container .lead-in,
#team_reveal .member-bio-container .container .text-container .lead-in {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-meet-the-team .member-bio-container .container .text-container .lead-in,
  #team_reveal .member-bio-container .container .text-container .lead-in {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .member-bio-container .container .text-container .lead-in,
  #team_reveal .member-bio-container .container .text-container .lead-in {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .member-bio-container .container .text-container .lead-in,
  #team_reveal .member-bio-container .container .text-container .lead-in {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
body.single-meet-the-team .member-bio-container .container .text-container .cubes,
#team_reveal .member-bio-container .container .text-container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
body.single-meet-the-team .member-bio-container .container .text-container .bio,
#team_reveal .member-bio-container .container .text-container .bio {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .member-bio-container .container .text-container .bio,
  #team_reveal .member-bio-container .container .text-container .bio {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
body.single-meet-the-team .next-member-container,
#team_reveal .next-member-container {
  padding: 100px 0 80px 0;
  display: table;
  background-color: #E5E5E5;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .next-member-container,
  #team_reveal .next-member-container {
    padding: 80px 0 80px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .next-member-container,
  #team_reveal .next-member-container {
    padding: 60px 0 60px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .next-member-container .container,
  #team_reveal .next-member-container .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.single-meet-the-team .next-member-container .container .next-text,
#team_reveal .next-member-container .container .next-text {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-family: "spectral", serif;
  text-transform: capitalize;
  color: #071719;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .next-member-container .container .next-text,
  #team_reveal .next-member-container .container .next-text {
    left: 0px;
    font-size: 2rem;
    line-height: 0.10625rem;
  }
}
body.single-meet-the-team .next-member-container .container .next-text .text,
#team_reveal .next-member-container .container .next-text .text {
  display: table;
}
@media print, screen and (max-width: 39.99875em) {
  body.single-meet-the-team .next-member-container .container .next-text .text,
  #team_reveal .next-member-container .container .next-text .text {
    margin: auto;
  }
}
body.single-meet-the-team .next-member-container .container .next-text .text:hover i,
#team_reveal .next-member-container .container .next-text .text:hover i {
  margin-left: 20px;
}
body.single-meet-the-team .next-member-container .container .next-text .text i,
#team_reveal .next-member-container .container .next-text .text i {
  color: #008081;
  position: relative;
  top: 6px;
  margin-left: 10px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
body.single-meet-the-team .next-member-container .member-container .member-reveal-button,
#team_reveal .next-member-container .member-container .member-reveal-button {
  display: table;
  width: 100%;
}
body.single-meet-the-team .next-member-container .member-container .member-reveal-button .image,
#team_reveal .next-member-container .member-container .member-reveal-button .image {
  width: calc(100% + 20px);
  position: relative;
  left: 0px;
  height: auto;
  padding-bottom: 125%;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-meet-the-team .next-member-container .member-container .member-reveal-button .image,
  #team_reveal .next-member-container .member-container .member-reveal-button .image {
    width: 100%;
    margin-top: 40px;
  }
}
body.single-meet-the-team .next-member-container .member-container .member-reveal-button .name,
#team_reveal .next-member-container .member-container .member-reveal-button .name {
  padding: 20px 10px;
  font-family: "raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  left: 20px;
}
body.single-meet-the-team .next-member-container .member-container .member-reveal-button .name:before,
#team_reveal .next-member-container .member-container .member-reveal-button .name:before {
  content: "";
  width: 4px;
  height: calc(100% + 20px);
  position: absolute;
  top: -20px;
  left: -10px;
  background-color: #008081;
}
body.single-meet-the-team .back-to-team,
#team_reveal .back-to-team {
  background-color: #071719;
  color: #E2E3E4;
  padding: 48px 0;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  width: 100%;
  display: table;
  z-index: 1;
  position: relative;
  -webkit-transition: letter-spacing 0.5s, color 0.5s;
  transition: letter-spacing 0.5s, color 0.5s;
}
body.single-meet-the-team .back-to-team:hover,
#team_reveal .back-to-team:hover {
  color: #ffffff;
  letter-spacing: 0.5em;
}

.blog .footer-cta .grid-container.news .horiz-line {
  display: none;
}

.news-hero .grid-container .vert-line {
  margin-left: 66.6666666664% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .news-hero .grid-container .vert-line {
    margin-left: 66.6666666664% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .news-hero .grid-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.news-hero .grid-container .horiz-line {
  margin-left: 66.6666666664% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .news-hero .grid-container .horiz-line {
    margin-left: 66.6666666664% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .news-hero .grid-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}

.single-news-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#DCDCDC));
  background: linear-gradient(180deg, #F4F4F4 0%, #DCDCDC 100%);
  position: relative;
  overflow: hidden;
}
.single-news-hero .grid-container {
  position: relative;
}
.single-news-hero .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 50%;
  background-color: #008081;
  width: 12px;
}
.single-news-hero .grid-container .horiz-line {
  position: absolute;
  top: 50%;
  left: calc(100% - 32px);
  height: 12px;
  background-color: #008081;
  width: 100vw;
}
.single-news-hero .grid-container .container {
  min-height: calc(520px - 110px);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-news-hero .grid-container .container {
    min-height: calc(60vh - 110px);
  }
}
.single-news-hero .grid-container .container .breadcrumb-container {
  position: relative;
  color: #008081;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.single-news-hero .grid-container .container .breadcrumb-container a {
  color: #008081;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.single-news-hero .grid-container .container .breadcrumb-container a:hover {
  color: #002B36;
}
.single-news-hero .grid-container .container .breadcrumb-container .divider {
  padding: 0 10px;
}
.single-news-hero .grid-container .container .subtitle {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #002B36;
  font-weight: 100;
  margin: 0;
  margin-top: 10px;
  font-family: "raleway", sans-serif;
}
.single-news-hero .grid-container .container .cubes {
  font-size: 4px;
  color: #071719;
  position: relative;
  margin-top: 20px;
}
.single-news-hero .grid-container .container .h1 {
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: 600;
  color: #071719;
}
@media print, screen and (max-width: 74.99875em) {
  .single-news-hero .grid-container .container .h1 {
    font-size: 3.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .single-news-hero .grid-container .container .h1 {
    font-size: 2.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .single-news-hero .grid-container .container .h1 {
    font-size: 1.875rem;
  }
}

.new-content-container .grid-container {
  position: relative;
}
.new-content-container .grid-container .vert-line {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  background-color: #008081;
  width: 12px;
}
.new-content-container .grid-container .container {
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
.new-content-container .grid-container .container .news-sidebar {
  padding-right: 60px;
}
@media print, screen and (max-width: 39.99875em) {
  .new-content-container .grid-container .container .news-sidebar {
    padding-right: 0px;
  }
}
.new-content-container .grid-container .container .news-sidebar .sidebar-container {
  background-color: #002B36;
  padding: 40px 20px 60px 20px;
  position: relative;
}
.new-content-container .grid-container .container .news-sidebar .sidebar-container:before {
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  content: "";
  background-color: #002B36;
}
.new-content-container .grid-container .container .news-sidebar .sidebar-container .heading {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AFAFAF;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
}
.new-content-container .grid-container .container .news-sidebar .sidebar-container .date {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #008081;
  margin-top: 10px;
}
.new-content-container .grid-container .container .news-content {
  padding: 60px 0 100px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .new-content-container .grid-container .container .news-content {
    padding: 40px 0 100px 0;
  }
}
.new-content-container .grid-container .container .news-content p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media print, screen and (max-width: 63.99875em) {
  .new-content-container .grid-container .container .news-content p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.new-content-container .grid-container .container .news-content p:first-child {
  font-size: 1.625rem;
  line-height: 2.375rem;
}
@media print, screen and (max-width: 63.99875em) {
  .new-content-container .grid-container .container .news-content p:first-child {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.new-content-container .grid-container .container .news-content a {
  color: #008081;
  text-decoration: underline;
}
.new-content-container .grid-container .container .news-content a:hover {
  color: #071719;
}
.new-content-container .grid-container .container .news-content h2,
.new-content-container .grid-container .container .news-content .h2 {
  font-family: "karla", sans-serif;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #071719;
}
.new-content-container .grid-container .container .news-content h3,
.new-content-container .grid-container .container .news-content .h3 {
  font-family: "karla", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #071719;
}

.news-next-cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #071719;
  height: 100px;
  width: 100%;
}
.news-next-cta .grid-container {
  padding-top: 100px;
  position: relative;
}
.news-next-cta .grid-container .vert-line {
  position: absolute;
  top: 0;
  height: 100px;
  background-color: #008081;
  width: 12px;
  margin-left: 78px;
}
.news-next-cta .grid-container .horiz-line {
  position: absolute;
  top: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(100% - 118px);
}
.news-next-cta .grid-container .container {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.news-next-cta .grid-container .container > .grid-x {
  min-height: 450px;
  padding: 80px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .news-next-cta .grid-container .container > .grid-x {
    min-height: 400px;
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-next-cta .grid-container .container > .grid-x {
    min-height: auto;
    padding: 60px 0;
  }
}
.news-next-cta .grid-container .container .up-next-text {
  text-align: center;
  text-transform: uppercase;
  color: #002B36;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .news-next-cta .grid-container .container .up-next-text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.news-next-cta .grid-container .container .date {
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 500;
  margin-top: 40px;
  color: #008081;
}
.news-next-cta .grid-container .container .title {
  margin-top: 10px;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #002B36;
  position: relative;
  text-align: center;
  font-family: "spectral", serif;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .news-next-cta .grid-container .container .title {
    font-size: 2.375rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-next-cta .grid-container .container .title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.news-next-cta .grid-container .container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: table;
}
.news-next-cta .grid-container .container .link {
  position: relative;
  margin: 10px auto 0 auto;
  display: table;
  background-color: transparent;
  color: #8E8E8E;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  font-weight: 600;
}

.news-posts-container .grid-container {
  padding-bottom: 80px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .news-posts-container .grid-container {
    padding-top: 0px;
  }
}
.news-posts-container .grid-container .vert-line {
  position: absolute;
  top: -160px;
  height: calc(100% + 160px);
  background-color: #008081;
  width: 12px;
  margin-left: 66.6666666664%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: -1;
}
@media screen and (max-width: 106.25em) {
  .news-posts-container .grid-container .vert-line {
    top: -300px;
    height: calc(100% + 300px);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-posts-container .grid-container .vert-line {
    top: -400px;
    height: calc(100% + 400px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .news-posts-container .grid-container .vert-line {
    margin-left: 66.6666666664%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .news-posts-container .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.news-posts-container .horiz-line {
  position: absolute;
  bottom: 0px;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(66.6666666664% - 78px);
}
@media print, screen and (max-width: 56.24875em) {
  .news-posts-container .horiz-line {
    left: 93px;
    width: calc(91.6666666663% - 70px);
  }
}
.news-posts-container .alm-btn-wrap {
  padding: 0;
}
.news-posts-container .alm-btn-wrap .alm-load-more-btn,
.news-posts-container .alm-btn-wrap .alm-load-more-btn.loading {
  border: 3px solid #AFAFAF;
  background-color: transparent;
  color: #8E8E8E;
  font-weight: 600;
  border-radius: 50px;
  padding: 24px 30px;
  font-size: 1rem;
  line-height: 0.1;
  cursor: pointer;
  min-width: 218px;
  letter-spacing: 0.03em;
  font-family: "raleway", sans-serif;
  -webkit-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
}
.news-posts-container .alm-btn-wrap .alm-load-more-btn:before,
.news-posts-container .alm-btn-wrap .alm-load-more-btn.loading:before {
  display: none !important;
}
@media print, screen and (max-width: 56.24875em) {
  .news-posts-container .alm-btn-wrap .alm-load-more-btn,
  .news-posts-container .alm-btn-wrap .alm-load-more-btn.loading {
    padding: 17px 25px;
    font-size: 0.9375rem;
    min-width: 200px;
  }
}
.news-posts-container .alm-btn-wrap .alm-load-more-btn:hover,
.news-posts-container .alm-btn-wrap .alm-load-more-btn.loading:hover {
  background-color: transparent;
  color: #002B36;
  border: 3px solid #002B36;
}
.news-posts-container .alm-btn-wrap .alm-load-more-btn:focus,
.news-posts-container .alm-btn-wrap .alm-load-more-btn.loading:focus {
  background-color: transparent;
}
.news-posts-container .alm-btn-wrap .alm-load-more-btn.done,
.news-posts-container .alm-btn-wrap .alm-load-more-btn.loading.done {
  display: none;
}
.news-posts-container .grid-container article {
  padding-right: 15px;
  padding-left: 15px;
}
@media print, screen and (max-width: 39.99875em) {
  .news-posts-container .grid-container article {
    padding-right: 30px;
    padding-left: 0;
  }
}
.news-posts-container .grid-container article .news-post {
  display: table;
  width: 100%;
  background-color: #002B36;
  margin-bottom: 30px;
  padding: 40px 20px 110px 20px;
  height: calc(100% - 30px);
  position: relative;
}
.news-posts-container .grid-container article .news-post .date {
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #008081;
  font-weight: 500;
}
.news-posts-container .grid-container article .news-post .post-title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-family: "spectral", serif;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 10px;
}
.news-posts-container .grid-container article .news-post .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  width: 100%;
  margin-top: 40px;
  display: table;
}
.news-posts-container .grid-container article .news-post .excerpt {
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 40px;
}
.news-posts-container .grid-container article .news-post .link {
  color: #8E8E8E;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 40px;
  left: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news-posts-container .grid-container article .news-post .link:hover {
  color: #ffffff;
}
.news-posts-container .grid-container article .news-post .link:hover i {
  left: 0;
  opacity: 1;
}
.news-posts-container .grid-container article .news-post .link i {
  margin-left: 10px;
  position: relative;
  top: 1px;
  opacity: 0;
  left: -10px;
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
}
.news-posts-container .grid-container article .news-post .link i.icon-external {
  opacity: 1;
  margin-left: 0px;
  margin-right: 10px;
  left: 0;
  color: #008081;
}
.news-posts-container .grid-container article .news-post.featured {
  background-color: #fefefe;
}
.news-posts-container .grid-container article .news-post.featured .date {
  color: #008081;
  font-weight: 500;
}
.news-posts-container .grid-container article .news-post.featured .post-title {
  color: #0a0a0a;
}
.news-posts-container .grid-container article .news-post.featured .cubes {
  color: #008081;
}
.news-posts-container .grid-container article .news-post.featured .excerpt {
  color: #0a0a0a;
}
.news-posts-container .grid-container article .news-post.featured .link {
  color: #8E8E8E;
}
.news-posts-container .grid-container article .news-post.featured .link:hover {
  color: #0a0a0a;
}

.featured-posts .slider .slick-arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
  visibility: hidden;
  cursor: pointer;
  color: #008081;
}
.featured-posts .slider .slick-arrow:before {
  font-family: "theme-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  visibility: visible;
  border: 2px solid teal;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.featured-posts .slider .slick-arrow.slick-prev {
  left: -50px;
}
@media print, screen and (min-width: 64em) {
  .featured-posts .slider .slick-arrow.slick-prev {
    left: calc(-50px - 4%);
  }
}
.featured-posts .slider .slick-arrow.slick-prev:before {
  content: "\e905";
}
.featured-posts .slider .slick-arrow.slick-next {
  right: -50px;
}
@media print, screen and (min-width: 64em) {
  .featured-posts .slider .slick-arrow.slick-next {
    right: calc(-50px - 4%);
  }
}
.featured-posts .slider .slick-arrow.slick-next:before {
  content: "\e902";
}

.transactions-hero .grid-container .vert-line {
  margin-left: 74.9999999997% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-hero .grid-container .vert-line {
    margin-left: 74.9999999997% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-hero .grid-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.transactions-hero .grid-container .horiz-line {
  margin-left: 74.9999999997% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-hero .grid-container .horiz-line {
    margin-left: 74.9999999997% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-hero .grid-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}

.transactions-container {
  position: relative;
}
.transactions-container .grid-container {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .transactions-container .grid-container {
    padding-top: 0px;
  }
}
.transactions-container .grid-container .vert-line {
  position: absolute;
  top: -160px;
  height: calc(100% + 160px);
  background-color: #008081;
  width: 12px;
  margin-left: 74.9999999997%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: -1;
}
@media screen and (max-width: 106.25em) {
  .transactions-container .grid-container .vert-line {
    top: -400px;
    height: calc(100% + 400px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-container .grid-container .vert-line {
    margin-left: 74.9999999997%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-container .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.transactions-container .grid-container .horiz-line {
  position: absolute;
  bottom: 0px;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(74.9999999997% - 78px);
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-container .grid-container .horiz-line {
    left: 93px;
    width: calc(91.6666666663% - 70px);
  }
}
.transactions-container .grid-container .alm-btn-wrap {
  padding: 0;
  width: 66.6666666667%;
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-container .grid-container .alm-btn-wrap {
    width: 91.6666666667%;
  }
}
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn,
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading {
  border: 3px solid #AFAFAF;
  background-color: transparent;
  color: #8E8E8E;
  font-weight: 600;
  border-radius: 50px;
  padding: 24px 30px;
  font-size: 1rem;
  line-height: 0.1;
  cursor: pointer;
  min-width: 218px;
  letter-spacing: 0.03em;
  font-family: "raleway", sans-serif;
  -webkit-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
}
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn:before,
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading:before {
  display: none !important;
}
@media print, screen and (max-width: 56.24875em) {
  .transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn,
  .transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading {
    padding: 17px 25px;
    font-size: 0.9375rem;
    min-width: 200px;
  }
}
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn:hover,
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading:hover {
  background-color: transparent;
  color: #002B36;
  border: 3px solid #002B36;
}
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn:focus,
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading:focus {
  background-color: transparent;
}
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.done,
.transactions-container .grid-container .alm-btn-wrap .alm-load-more-btn.loading.done {
  display: none;
}
.transactions-container .grid-container .transaction {
  margin-right: 30px;
  width: calc(33.3333333333% - 20px);
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-container .grid-container .transaction {
    width: calc(50% - 15px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .transactions-container .grid-container .transaction {
    width: 91.6666666667%;
    margin-right: 0px;
  }
}
.transactions-container .grid-container .transaction:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-container .grid-container .transaction:nth-child(3n) {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .transactions-container .grid-container .transaction:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .transactions-container .grid-container .transaction:nth-child(2n) {
    margin-right: 0;
  }
}
.transactions-container .grid-container .transaction a {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08), 0px 10px 23px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08), 0px 10px 23px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 30px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  min-height: 210px;
}
.transactions-container .grid-container .transaction a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 10px 23px rgba(0, 0, 0, 0.45);
}
.transactions-container .grid-container .transaction a .type {
  padding: 20px;
  text-align: right;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #008081;
}
.transactions-container .grid-container .transaction a .chevron-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 70px;
  display: block;
  width: 25px;
  height: 70px;
}
.transactions-container .grid-container .transaction a .image-container {
  padding: 0 30px 0 10px;
}
.transactions-container .grid-container .transaction a .image-container.add .image {
  height: 50px;
}
.transactions-container .grid-container .transaction a .image-container .image {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.transactions-container .grid-container .transaction a .image-container .image.add-logo {
  position: relative;
  top: -20px;
}
.transactions-container .grid-container .transaction a .buyer {
  padding-bottom: 50px;
}
.transactions-container .grid-container .transaction a .seller {
  padding-bottom: 50px;
}
.transactions-container .grid-container .transaction a .seller .image-container {
  padding: 0 10px 0 30px;
}
.transactions-container .grid-container .transaction a .seller .text {
  text-align: right;
  left: auto;
  right: 0;
}
.transactions-container .grid-container .transaction a .text {
  padding: 20px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #008081;
  position: absolute;
  left: 0;
  bottom: 0;
}
.transactions-container .grid-container .transaction a .text.center {
  text-align: center;
}

#transactions_reveal {
  top: 100px !important;
  padding: 0;
  margin-bottom: 100px;
  border: 0px solid transparent;
  background-color: #ffffff;
}
@media print, screen and (max-width: 56.24875em) {
  #transactions_reveal {
    top: 30px !important;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #transactions_reveal {
    top: 0px !important;
    margin-bottom: 0px;
  }
}
#transactions_reveal:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#transactions_reveal .reveal-content {
  min-height: calc(100vh - 100px);
  position: relative;
  height: 100%;
}
#transactions_reveal .ajax-spinner {
  top: calc(50vh - 57px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

body.single-transaction .site-header,
body.single-transaction .site-footer,
#transactions_reveal .site-header,
#transactions_reveal .site-footer {
  display: none;
}
body.single-transaction #content,
#transactions_reveal #content {
  padding-top: 0px;
}
body.single-transaction .interior-hero,
#transactions_reveal .interior-hero {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-bottom: 0px;
}
body.single-transaction .interior-hero:before,
#transactions_reveal .interior-hero:before {
  display: none;
}
@media screen and (min-width: 75em) {
  body.single-transaction .interior-hero,
  #transactions_reveal .interior-hero {
    background-position: top right;
    background-size: cover;
  }
}
body.single-transaction .interior-hero .back,
#transactions_reveal .interior-hero .back {
  position: absolute;
  left: 4.1666666667%;
  top: 4.1666666667%;
  width: 40px;
  height: 40px;
  display: table;
}
body.single-transaction .interior-hero .back:hover:before, body.single-transaction .interior-hero .back:hover:after,
#transactions_reveal .interior-hero .back:hover:before,
#transactions_reveal .interior-hero .back:hover:after {
  background-color: #071719;
}
body.single-transaction .interior-hero .back:before, body.single-transaction .interior-hero .back:after,
#transactions_reveal .interior-hero .back:before,
#transactions_reveal .interior-hero .back:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
  width: 2px;
  height: 30px;
  background-color: #008081;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
body.single-transaction .interior-hero .back:after,
#transactions_reveal .interior-hero .back:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.single-transaction .interior-hero .container,
#transactions_reveal .interior-hero .container {
  min-height: 470px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 4.1666666667%;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-transaction .interior-hero .container,
  #transactions_reveal .interior-hero .container {
    min-height: 470px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .interior-hero .container,
  #transactions_reveal .interior-hero .container {
    min-height: 370px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .interior-hero .container,
  #transactions_reveal .interior-hero .container {
    min-height: 370px;
    padding-bottom: 20px;
  }
}
body.single-transaction .interior-hero .container .subtitle,
#transactions_reveal .interior-hero .container .subtitle {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #002B36;
  font-weight: 100;
  margin: 0;
  font-family: "raleway", sans-serif;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .interior-hero .container .subtitle,
  #transactions_reveal .interior-hero .container .subtitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
body.single-transaction .interior-hero .container .h1,
#transactions_reveal .interior-hero .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 600;
  color: #071719;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-transaction .interior-hero .container .h1,
  #transactions_reveal .interior-hero .container .h1 {
    font-size: 3.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .interior-hero .container .h1,
  #transactions_reveal .interior-hero .container .h1 {
    font-size: 2.125rem;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .interior-hero .container .h1,
  #transactions_reveal .interior-hero .container .h1 {
    font-size: 1.875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .buyer-seller .arrow-container,
  #transactions_reveal .buyer-seller .arrow-container {
    width: 100%;
  }
}
body.single-transaction .buyer-seller .arrow-container .arrow,
#transactions_reveal .buyer-seller .arrow-container .arrow {
  color: #008081;
  padding: 0 20px;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .buyer-seller .arrow-container .arrow,
  #transactions_reveal .buyer-seller .arrow-container .arrow {
    padding: 20px 10px 25px 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
body.single-transaction .buyer-seller img,
#transactions_reveal .buyer-seller img {
  max-height: 40px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
body.single-transaction .buyer-seller .heading,
#transactions_reveal .buyer-seller .heading {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #008081;
  font-weight: 500;
}
body.single-transaction .buyer-seller .name,
#transactions_reveal .buyer-seller .name {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #002B36;
  font-weight: 400;
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .buyer-seller .name,
  #transactions_reveal .buyer-seller .name {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
body.single-transaction .transaction-info-container,
#transactions_reveal .transaction-info-container {
  background-color: #071719;
  padding: 38px 0;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container,
  #transactions_reveal .transaction-info-container {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container .container .info-container .grid-x .cell,
  #transactions_reveal .transaction-info-container .container .info-container .grid-x .cell {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left;
  }
}
body.single-transaction .transaction-info-container .container .info-container .name,
#transactions_reveal .transaction-info-container .container .info-container .name {
  color: #E2E3E4;
  font-size: 2.25rem;
  line-height: 2.4375rem;
  font-weight: 600;
  margin-right: 30px;
  font-family: "spectral", serif;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container .container .info-container .name,
  #transactions_reveal .transaction-info-container .container .info-container .name {
    font-size: 1.5rem;
    line-height: 1.625rem;
    margin-right: 0px;
  }
}
body.single-transaction .transaction-info-container .container .info-container .dc,
#transactions_reveal .transaction-info-container .container .info-container .dc {
  color: #E2E3E4;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-right: 40px;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container .container .info-container .dc,
  #transactions_reveal .transaction-info-container .container .info-container .dc {
    margin-top: 15px;
    margin-right: 0px;
  }
}
body.single-transaction .transaction-info-container .container .info-container .hq,
#transactions_reveal .transaction-info-container .container .info-container .hq {
  color: #008081;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container .container .info-container .hq,
  #transactions_reveal .transaction-info-container .container .info-container .hq {
    margin-top: 15px;
  }
}
body.single-transaction .transaction-info-container .container .info-container .website,
#transactions_reveal .transaction-info-container .container .info-container .website {
  color: #008081;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
  display: table;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-info-container .container .info-container .website,
  #transactions_reveal .transaction-info-container .container .info-container .website {
    margin-top: 15px;
  }
}
body.single-transaction .transaction-info-container .container .info-container .website:hover,
#transactions_reveal .transaction-info-container .container .info-container .website:hover {
  color: #ffffff;
}
body.single-transaction .transaction-info-container .container .info-container .website i,
#transactions_reveal .transaction-info-container .container .info-container .website i {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
body.single-transaction .transaction-bio-container,
#transactions_reveal .transaction-bio-container {
  padding-top: 100px;
  padding-bottom: 216px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-transaction .transaction-bio-container,
  #transactions_reveal .transaction-bio-container {
    padding-top: 80px;
    padding-bottom: 170px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .transaction-bio-container,
  #transactions_reveal .transaction-bio-container {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .transaction-bio-container,
  #transactions_reveal .transaction-bio-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-bio-container .container,
  #transactions_reveal .transaction-bio-container .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.single-transaction .transaction-bio-container .container .text-container,
#transactions_reveal .transaction-bio-container .container .text-container {
  padding-left: 4.1666666667%;
}
@media print, screen and (max-width: 56.24875em) {
  body.single-transaction .transaction-bio-container .container .text-container,
  #transactions_reveal .transaction-bio-container .container .text-container {
    padding-left: 0;
  }
}
body.single-transaction .transaction-bio-container .container .text-container .lead-in,
#transactions_reveal .transaction-bio-container .container .text-container .lead-in {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 74.99875em) {
  body.single-transaction .transaction-bio-container .container .text-container .lead-in,
  #transactions_reveal .transaction-bio-container .container .text-container .lead-in {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body.single-transaction .transaction-bio-container .container .text-container .lead-in,
  #transactions_reveal .transaction-bio-container .container .text-container .lead-in {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .transaction-bio-container .container .text-container .lead-in,
  #transactions_reveal .transaction-bio-container .container .text-container .lead-in {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
body.single-transaction .transaction-bio-container .container .text-container .cubes,
#transactions_reveal .transaction-bio-container .container .text-container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
body.single-transaction .transaction-bio-container .container .text-container .bio,
#transactions_reveal .transaction-bio-container .container .text-container .bio {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .transaction-bio-container .container .text-container .bio,
  #transactions_reveal .transaction-bio-container .container .text-container .bio {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
body.single-transaction .transaction-bio-container .container .text-container .bio a,
#transactions_reveal .transaction-bio-container .container .text-container .bio a {
  color: #008081;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: underline;
}
@media print, screen and (max-width: 39.99875em) {
  body.single-transaction .transaction-bio-container .container .text-container .bio a,
  #transactions_reveal .transaction-bio-container .container .text-container .bio a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
body.single-transaction .transaction-bio-container .container .text-container .bio a:hover,
#transactions_reveal .transaction-bio-container .container .text-container .bio a:hover {
  color: #071719;
}

.transaction-bottom-links {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .transaction-bottom-links {
    position: relative;
  }
}
.transaction-bottom-links .arrow-button {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  background-color: #002B36;
  color: #E2E3E4;
  padding: 48px 0;
  display: table;
  height: 116px;
  min-width: 300px;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-bottom-links .arrow-button {
    padding: 35px 0;
    height: 90px;
    min-width: 60px;
    font-size: 1rem;
  }
  .transaction-bottom-links .arrow-button .text {
    display: none;
  }
}
.transaction-bottom-links .arrow-button i {
  position: relative;
  margin-right: 10px;
  top: 2px;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-bottom-links .arrow-button i {
    margin-right: 0;
  }
}
.transaction-bottom-links .arrow-button.prev:hover i {
  left: -5px;
}
.transaction-bottom-links .arrow-button.next:hover i {
  left: 5px;
}
.transaction-bottom-links .arrow-button.next i {
  margin-right: 0;
  margin-left: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-bottom-links .arrow-button.next i {
    margin-left: 0;
  }
}
.transaction-bottom-links .back {
  background-color: #071719;
  color: #E2E3E4;
  padding: 48px 0;
  font-size: 1.125rem;
  line-height: 1;
  height: 116px;
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  width: 100%;
  display: table;
  z-index: 1;
  position: relative;
  -webkit-transition: letter-spacing 0.5s, color 0.5s;
  transition: letter-spacing 0.5s, color 0.5s;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-bottom-links .back {
    padding: 35px 0;
    height: 90px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.transaction-bottom-links .back:hover {
  color: #ffffff;
  letter-spacing: 0.44em;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-bottom-links .back:hover {
    letter-spacing: 0.1em;
  }
}

.transaction-map {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background-color: #008081;
  padding: 0 !important;
}
@media print, screen and (max-width: 56.24875em) {
  .transaction-map {
    display: none;
  }
}
.transaction-map .mapplic-edit-map {
  display: none !important;
}
.transaction-map .mapplic-zoom-buttons {
  display: none !important;
}

.page-template-template-investor-solutions .home-tesimonials .bg-lines .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 91.6666666663%;
  z-index: -1;
  top: auto;
  right: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-investor-solutions .home-tesimonials .bg-lines .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-investor-solutions .home-tesimonials .bg-lines .vert-line {
    margin-left: 91.6666666663%;
  }
}
.page-template-template-investor-solutions .home-tesimonials .bg-lines .horiz-line {
  position: absolute;
  bottom: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(91.6666666667% - 78px);
  z-index: -1;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-investor-solutions .home-tesimonials .bg-lines .horiz-line {
    left: 98px;
    width: calc(91.6666666667% - 148px);
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-investor-solutions .home-tesimonials .bg-lines .horiz-line {
    left: 93px;
    width: calc(91.6666666667% - 73px);
  }
}
.page-template-template-investor-solutions .investor-hero .grid-container .vert-line {
  margin-left: 83.333333333% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-investor-solutions .investor-hero .grid-container .vert-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-investor-solutions .investor-hero .grid-container .vert-line {
    margin-left: 91.6666666663% !important;
  }
}
.page-template-template-investor-solutions .investor-hero .grid-container .horiz-line {
  margin-left: 83.333333333% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-investor-solutions .investor-hero .grid-container .horiz-line {
    margin-left: 83.333333333% !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-template-template-investor-solutions .investor-hero .grid-container .horiz-line {
    margin-left: 91.6666666663% !important;
  }
}

.investor-intro .grid-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-intro .grid-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-intro .grid-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .investor-intro .grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.investor-intro .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 83.333333333%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .investor-intro .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-intro .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.investor-intro .grid-container .container .title {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #071719;
}
@media print, screen and (max-width: 39.99875em) {
  .investor-intro .grid-container .container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.investor-intro .grid-container .container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}
.investor-intro .grid-container .container .details {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}

.investor-stats {
  background-color: #071719;
}
.investor-stats .grid-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-stats .grid-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-stats .grid-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .investor-stats .grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.investor-stats .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 83.333333333%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .investor-stats .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-stats .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.investor-stats .grid-container .stat-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #E2E3E4;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-weight: 500;
}
.investor-stats .grid-container .stat .text-container .number {
  font-size: 3rem;
  line-height: 3.625rem;
  font-family: "raleway", sans-serif;
  color: #E2E3E4;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-stats .grid-container .stat .text-container .number {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-stats .grid-container .stat .text-container .number {
    font-size: 1.875rem;
  }
}
.investor-stats .grid-container .stat .text-container .number .change-font {
  font-size: 10rem;
  line-height: 12.6875rem;
  font-family: "freight-big-pro", sans-serif;
  color: #008081;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-stats .grid-container .stat .text-container .number .change-font {
    font-size: 7.5rem;
    line-height: 10rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-stats .grid-container .stat .text-container .number .change-font {
    font-size: 5.625rem;
    line-height: 7.5rem;
    position: relative;
    top: 8px;
  }
}
.investor-stats .grid-container .stat .text-container .title {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #E2E3E4;
  font-family: "karla", sans-serif;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-stats .grid-container .stat .text-container .title {
    font-size: 1.375rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-stats .grid-container .stat .text-container .title {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .investor-stats .grid-container .stat .text-container .title {
    font-size: 1rem;
  }
}

.investor-types .grid-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 74.99875em) {
  .investor-types .grid-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-types .grid-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .investor-types .grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.investor-types .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  height: calc(100% + 12px);
  background-color: #008081;
  width: 12px;
  margin-left: 83.333333333%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 63.99875em) {
  .investor-types .grid-container .vert-line {
    margin-left: 83.333333333%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .investor-types .grid-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.investor-types .grid-container .container .investor-type-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #008081;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-weight: 500;
}
.investor-types .grid-container .container .type-row {
  margin-top: 40px;
  padding-right: 40px;
}
.investor-types .grid-container .container .type-row > .grid-x {
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
}
.investor-types .grid-container .container .type-row > .grid-x .image {
  width: 64px;
  height: 64px;
  background-color: #008081;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.investor-types .grid-container .container .type-row > .grid-x .title {
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #071719;
  padding-left: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .investor-types .grid-container .container .type-row > .grid-x .title {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.investor-types .grid-container .container .type-row > .grid-x .title .change-font {
  font-weight: 700;
}

.footer-cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #071719;
  height: 100px;
  width: 100%;
}
.footer-cta .grid-container {
  padding-top: 100px;
  position: relative;
}
.footer-cta .grid-container .vert-line {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #008081;
  width: 12px;
  margin-left: 78px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.footer-cta .grid-container.news {
  position: relative;
}
.footer-cta .grid-container.news .vert-line {
  position: absolute;
  top: 0;
  height: 100px;
  background-color: #008081;
  width: 12px;
  margin-left: 78px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.footer-cta .grid-container.news .horiz-line {
  position: absolute;
  top: 0;
  left: 98px;
  height: 12px;
  background-color: #008081;
  width: calc(100% - 118px);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.footer-cta .grid-container.news .container {
  background-color: #ffffff;
}
.footer-cta .grid-container.news .container > .grid-x {
  padding: 80px 0;
}
@media print, screen and (max-width: 56.24875em) {
  .footer-cta .grid-container.news .container > .grid-x {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container.news .container > .grid-x {
    padding: 40px 0;
  }
}
.footer-cta .grid-container.news .container .title {
  font-size: 2.75rem;
  line-height: 4.1875rem;
  font-family: "spectral", serif;
  font-weight: 600;
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container.news .container .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.footer-cta .grid-container.news .container .details {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #002B36;
  font-family: "karla", sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container.news .container .details {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.footer-cta .grid-container.news .container .details p {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container.news .container .details p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.footer-cta .grid-container .container {
  position: relative;
  overflow: hidden;
}
.footer-cta .grid-container .container > .grid-x {
  min-height: 450px;
  padding: 100px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-cta .grid-container .container > .grid-x {
    min-height: 400px;
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container .container > .grid-x {
    min-height: auto;
    padding: 60px 0;
  }
}
.footer-cta .grid-container .container .image {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-cta .grid-container .container .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}
.footer-cta .grid-container .container .title {
  font-size: 2.75rem;
  line-height: 3.1875rem;
  color: #002B36;
  font-family: "karla", sans-serif;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-cta .grid-container .container .title {
    font-size: 2.375rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer-cta .grid-container .container .title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.footer-cta .grid-container .container .cubes {
  font-size: 4px;
  color: #008081;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: table;
}
.footer-cta .grid-container .container .link {
  position: relative;
  margin: 30px auto 0 auto;
  display: table;
}

.interior-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#DCDCDC));
  background: linear-gradient(180deg, #F4F4F4 0%, #DCDCDC 100%);
  position: relative;
  overflow: hidden;
  background: none;
}
.interior-hero .container {
  z-index: 2;
}
.interior-hero .hero-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.interior-hero .grid-container {
  position: relative;
}
.interior-hero .grid-container.line-container {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72%;
  max-height: 670px;
}
.interior-hero .grid-container.line-container .vert-line {
  position: absolute;
  bottom: -40px;
  height: calc(100% + 40px);
  background-color: #008081;
  width: 12px;
  z-index: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .interior-hero .grid-container.line-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .interior-hero .grid-container.line-container .vert-line {
    margin-left: 91.6666666663%;
  }
}
.interior-hero .grid-container.line-container .horiz-line {
  position: absolute;
  top: 0;
  height: 12px;
  background-color: #008081;
  width: 100vw;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  margin-left: 91.6666666663%;
}
@media print, screen and (max-width: 63.99875em) {
  .interior-hero .grid-container.line-container .horiz-line {
    margin-left: 91.6666666663%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .interior-hero .grid-container.line-container .horiz-line {
    margin-left: 91.6666666663%;
  }
}
.interior-hero .grid-container .container {
  min-height: calc(650px + 110px);
}
@media print, screen and (max-width: 63.99875em) {
  .interior-hero .grid-container .container {
    min-height: calc(500px + 110px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .interior-hero .grid-container .container {
    min-height: calc(450px + 110px);
  }
}
.interior-hero .grid-container .container .subtitle {
  font-size: 1.75rem !important;
  line-height: 2.0625rem !important;
  color: #FFFFFF;
  font-weight: 100 !important;
  margin: 0 !important;
  font-family: "raleway", sans-serif !important;
  max-width: 530px !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
}
@media print, screen and (max-width: 63.99875em) {
  .interior-hero .grid-container .container .subtitle {
    font-size: 1.375rem !important;
    line-height: 1.5625rem !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .interior-hero .grid-container .container .subtitle {
    font-size: 1.125rem !important;
    line-height: 1.4375rem !important;
  }
}
.interior-hero .grid-container .container .h1 {
  margin-top: 10px;
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 4.625rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media print, screen and (max-width: 63.99875em) {
  .interior-hero .grid-container .container .h1 {
    font-size: 2.75rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .interior-hero .grid-container .container .h1 {
    font-size: 1.875rem;
  }
}
.interior-hero .grid-container .container .cubes {
  font-size: 6px;
  color: #008081;
  position: relative;
  margin-top: 20px;
}

.default-hero {
  background-color: #002B36;
  position: relative;
  overflow: hidden;
}
.default-hero.investor .grid-container {
  position: relative;
}
.default-hero.investor .grid-container .vert-line {
  position: absolute;
  bottom: 0;
  right: 8.3333333333%;
  height: 50%;
  background-color: #008081;
  width: 12px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media print, screen and (max-width: 39.99875em) {
  .default-hero.investor .grid-container .vert-line {
    right: 0.625rem;
  }
}
.default-hero.investor .grid-container .horiz-line {
  position: absolute;
  top: 50%;
  left: 91.6666666667%;
  height: 12px;
  background-color: #008081;
  width: 100vw;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
@media print, screen and (max-width: 39.99875em) {
  .default-hero.investor .grid-container .horiz-line {
    left: calc(100% - 0.625rem);
  }
}
.default-hero.investor .grid-container .container .h1 {
  font-size: 3.125rem;
  line-height: 3.375rem;
}
@media print, screen and (max-width: 74.99875em) {
  .default-hero.investor .grid-container .container .h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .default-hero.investor .grid-container .container .h1 {
    font-size: 2.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .default-hero.investor .grid-container .container .h1 {
    font-size: 1.875rem;
  }
}
.default-hero .grid-container {
  position: relative;
}
.default-hero .grid-container .container {
  min-height: calc(650px - 110px);
}
@media print, screen and (max-width: 63.99875em) {
  .default-hero .grid-container .container {
    min-height: auto;
    padding: 60px 0;
  }
}
.default-hero .grid-container .container .breadcrumb-container {
  position: relative;
  color: #008081;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.default-hero .grid-container .container .breadcrumb-container a {
  color: #008081;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.default-hero .grid-container .container .breadcrumb-container a:hover {
  color: #002B36;
}
.default-hero .grid-container .container .breadcrumb-container .divider {
  padding: 0 10px;
}
.default-hero .grid-container .container .subtitle {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #008081;
  font-weight: 100;
  margin: 0;
  margin-top: 10px;
  font-family: "raleway", sans-serif;
}
.default-hero .grid-container .container .cubes {
  font-size: 4px;
  color: #071719;
  position: relative;
  margin-top: 20px;
}
.default-hero .grid-container .container .h1 {
  font-family: "spectral", serif;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
@media print, screen and (max-width: 74.99875em) {
  .default-hero .grid-container .container .h1 {
    font-size: 3.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .default-hero .grid-container .container .h1 {
    font-size: 2.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .default-hero .grid-container .container .h1 {
    font-size: 1.875rem;
  }
}

.default-container {
  padding: 40px 0 80px 0;
}
.default-container .grid-container .container {
  margin-top: 15px;
  font-family: "raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #071719;
}
.default-container .grid-container .container p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.default-container .grid-container .container a {
  color: #008081;
  text-decoration: underline;
}
.default-container .grid-container .container a:hover {
  color: #071719;
}
.default-container .grid-container .container h2,
.default-container .grid-container .container .h2 {
  font-family: "raleway", sans-serif;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #071719;
}
.default-container .grid-container .container h3,
.default-container .grid-container .container .h3 {
  font-family: "raleway", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #071719;
}

.transaction-filter-container {
  min-height: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .transaction-filter-container {
    min-height: auto;
  }
}
.transaction-filter-container.is-stuck .dropdown-grid-filter, .is-reveal-open .transaction-filter-container .dropdown-grid-filter {
  position: fixed;
  min-width: 100%;
  top: 80px;
  border-bottom: 1px solid #E2E3E4;
  border-top: 1px solid #E2E3E4;
}
.transaction-filter-container.is-map {
  min-height: 0;
}
.transaction-filter-container.is-map .dropdown-grid-filter {
  position: absolute;
  top: 0;
  padding: 0;
  right: 0;
  height: unset;
  border: none;
  width: unset;
  min-width: unset;
}
.transaction-filter-container.is-map .dropdown-grid-filter .view-map {
  margin-left: 0 !important;
}
.transaction-filter-container.is-map .dropdown-grid-filter li {
  margin-bottom: 0px !important;
}

.filter-container {
  position: relative;
  top: 0;
  z-index: 1;
}
.filter-container .dropdown-grid-filter {
  list-style: none;
  height: 80px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  position: relative;
  top: -80px;
  min-width: 0;
  -webkit-transition: min-width 0.5s, border 0.5s;
  transition: min-width 0.5s, border 0.5s;
}
@media screen and (max-width: 106.25em) {
  .filter-container .dropdown-grid-filter {
    padding: 20px 20px;
    display: table;
    width: unset;
  }
}
.filter-container .dropdown-grid-filter li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  color: #002B36;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 106.25em) {
  .filter-container .dropdown-grid-filter li {
    display: block;
    margin-bottom: 10px;
  }
}
.filter-container .dropdown-grid-filter li.title {
  color: #AFAFAF;
  font-weight: 900;
  padding-right: 20px;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li.title {
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .filter-container .dropdown-grid-filter li.title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.filter-container .dropdown-grid-filter li .filter-meta-btn {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  color: #002B36;
  position: relative;
  padding: 20px 10px 20px 30px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color 0.5s, font-weight 0.5s;
  transition: color 0.5s, font-weight 0.5s;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn {
    padding: 20px 5px 20px 25px;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn {
    padding: 5px 5px 5px 20px;
    letter-spacing: 0.12em;
  }
}
.filter-container .dropdown-grid-filter li .filter-meta-btn:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 3px);
  border: 2px solid #AFAFAF;
  width: 6px;
  height: 6px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, left 0.5s, border 0.5s;
  transition: opacity 0.5s, left 0.5s, border 0.5s;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn:before {
    left: 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn:before {
    left: 10px;
  }
}
.filter-container .dropdown-grid-filter li .filter-meta-btn.is-active {
  color: #008081;
  font-weight: 600;
}
.filter-container .dropdown-grid-filter li .filter-meta-btn.is-active:before {
  opacity: 1;
  left: 15px;
  border: 2px solid #008081;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn.is-active:before {
    left: 10px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn.is-active:before {
    left: 5px;
  }
}
.filter-container .dropdown-grid-filter li .filter-meta-btn:hover:before {
  opacity: 1;
  left: 15px;
}
@media print, screen and (max-width: 89.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn:hover:before {
    left: 10px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .filter-container .dropdown-grid-filter li .filter-meta-btn:hover:before {
    left: 5px;
  }
}
.filter-container .dropdown-grid-filter li .platform {
  font-weight: 600;
}
.filter-container .dropdown-grid-filter .view-map {
  background-color: #002B36;
  color: #ffffff;
  padding: 24px 10px;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 106.25em) {
  .filter-container .dropdown-grid-filter .view-map {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .filter-container .dropdown-grid-filter .view-map {
    display: none;
  }
}
.filter-container .dropdown-grid-filter .view-map .grid-icon {
  display: none;
}
.filter-container .dropdown-grid-filter .view-map:hover {
  background-color: #071719;
}

/**
 * Forms
 */
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #002B36;
  color: #002B36;
  outline: none;
  font-weight: 500;
  background-position: 105% 11px;
  background-image: url("../img/downarrow.svg");
  background-size: 5% auto;
  padding-left: 0;
}
select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password] {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #AFAFAF;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 15px 0 !important;
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  height: 50px;
  margin: 0;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
input[type=text].is-invalid-input,
input[type=search].is-invalid-input,
input[type=email].is-invalid-input,
input[type=tel].is-invalid-input,
input[type=url].is-invalid-input,
input[type=file].is-invalid-input,
input[type=password].is-invalid-input {
  background-color: transparent;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=file]:focus,
input[type=password]:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #071719;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #C9C9C9;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #C9C9C9;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #C9C9C9;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #C9C9C9;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=file]::placeholder,
input[type=password]::placeholder {
  color: #C9C9C9;
}

input[type=file] {
  padding: 4px 0 !important;
}

input[type=file]::-webkit-file-upload-button {
  border: 1px solid #002B36;
  background: none;
  color: #0a0a0a;
  font-weight: 500;
  border-radius: 50px;
  padding: 6px 12px;
  margin-right: 8px;
  font-size: 1rem;
  line-height: 100%;
  cursor: pointer;
  letter-spacing: 0.03em;
}

input[type=file]::file-selector-button {
  border: 1px solid #002B36;
  background: none;
  color: #0a0a0a;
  font-weight: 500;
  border-radius: 50px;
  padding: 6px 12px;
  margin-right: 8px;
  font-size: 1rem;
  line-height: 100%;
  cursor: pointer;
  letter-spacing: 0.03em;
}

textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #AFAFAF;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 15px 0 !important;
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin: 0;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
textarea.is-invalid-input {
  background-color: transparent;
}
textarea:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #071719;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}
textarea::-moz-placeholder {
  color: #C9C9C9;
}
textarea:-ms-input-placeholder {
  color: #C9C9C9;
}
textarea::-ms-input-placeholder {
  color: #C9C9C9;
}
textarea::placeholder {
  color: #C9C9C9;
}

label {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "karla", sans-serif;
  letter-spacing: 0.15em;
  color: #008081;
  text-transform: uppercase;
}

/**
 * Gravity Forms
 */
body .gform_wrapper ul li.gfield {
  position: relative;
}
body .gform_wrapper ul li.gfield .ginput_complex span {
  position: relative;
  margin-top: 1.75rem;
}
body .gform_wrapper ul li.gfield .ginput_complex span input {
  margin-top: 0;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}

body .gform_wrapper .validation_error {
  border: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background-color: transparent !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
}

.gform_confirmation_wrapper.newsletter-form .gform_confirmation_message {
  margin-top: 60px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.gform_wrapper.newsletter-form_wrapper {
  margin: 60px 0 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .gform_wrapper.newsletter-form_wrapper {
    margin: 40px 0 0 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper.newsletter-form_wrapper {
    margin: 30px 0 0 0;
  }
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-height: 0px;
  min-width: 0px;
  width: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_body {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_body .gform_fields .gfield .ginput_container_email {
  position: relative;
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_body .gform_fields .gfield .ginput_container_email input {
  padding-left: 40px !important;
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_body .gform_fields .gfield .ginput_container_email:before {
  font-family: "theme-icons";
  content: "\e909";
  position: absolute;
  top: calc(50% - 20px);
  font-size: 24px;
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_footer {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_footer {
    margin: 20px auto 0 auto;
  }
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_footer img {
  display: none !important;
}
.gform_wrapper.newsletter-form_wrapper .newsletter-form .gform_footer .gform_button {
  margin: 0;
}

.gform_confirmation_wrapper.question-form .gform_confirmation_message {
  margin-top: 60px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.gform_wrapper.question-form_wrapper {
  margin: 40px 0 0 0;
}
.gform_wrapper.question-form_wrapper .gform_wrapper .gfield_html.gfield_no_follows_desc {
  display: none;
}
.gform_wrapper.question-form_wrapper label {
  margin-bottom: 10px;
}
.gform_wrapper.question-form_wrapper textarea.large {
  height: 138px;
}
.gform_wrapper.question-form_wrapper ul {
  margin: 0;
}
.gform_wrapper.question-form_wrapper .fields-left ul li.gfield {
  margin-top: 0;
  margin-bottom: 30px;
}
.gform_wrapper.question-form_wrapper .fields-left ul li.gfield.email {
  margin-bottom: 0;
}
.gform_wrapper.question-form_wrapper .question-form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-height: 0px;
  min-width: 0px;
  width: auto;
}
.gform_wrapper.question-form_wrapper .question-form .gform_footer {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: auto;
}
.gform_wrapper.question-form_wrapper .question-form .gform_footer img {
  display: none !important;
}
.gform_wrapper.question-form_wrapper .question-form .gform_footer .gform_button {
  margin: 40px auto 0 auto;
  display: table;
}