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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.77;
  color: #656466;
  -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: 30px;
}

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

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

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

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

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5825rem;
  margin: 0 0 1.875rem;
  padding: 0.9375rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.77;
  color: rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.875rem;
  line-height: 1.77;
  padding: 1.0625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.875rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 30px 0 0 30px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 30px 30px 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 #656466;
  background: #F9F9F9;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.9375rem;
  margin-bottom: 1.875rem;
  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: inherit;
  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: "Titillium Web", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  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: #656466;
}

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 3.625rem;
  }
  h2, .h2 {
    font-size: 3.625rem;
  }
}
a {
  line-height: inherit;
  color: #131332;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(16.34, 16.34, 43);
  text-decoration: underline;
}
a img {
  border: 0;
}

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

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

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 #656466;
}
blockquote, blockquote p {
  line-height: inherit;
  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: #F9F9F9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 30px;
}

.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 #656466;
  background-color: #F9F9F9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 6rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 6rem);
  }
}
@media print, screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 6rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1.125rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 1.1em 1.5em;
}
[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: #131332;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #131332;
  color: #fff;
}
.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: #131332;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(15.2, 15.2, 40);
  color: #fff;
}
.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: #363582;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(43.2, 42.4, 104);
  color: #fff;
}
.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: #62C1D1;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(55.6532019704, 170.5891625616, 189.9467980296);
  color: #fff;
}
.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: #D7B104;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(172, 141.6, 3.2);
  color: #fff;
}
.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: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fff;
}
.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: 2px solid #131332;
  color: #131332;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(9.5, 9.5, 25);
  color: rgb(9.5, 9.5, 25);
}
.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: 2px solid #131332;
  color: #131332;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(9.5, 9.5, 25);
  color: rgb(9.5, 9.5, 25);
}
.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: 2px solid #363582;
  color: #363582;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(27, 26.5, 65);
  color: rgb(27, 26.5, 65);
}
.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: 2px solid #62C1D1;
  color: #62C1D1;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(34.7832512315, 106.618226601, 118.7167487685);
  color: rgb(34.7832512315, 106.618226601, 118.7167487685);
}
.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: 2px solid #D7B104;
  color: #D7B104;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(107.5, 88.5, 2);
  color: rgb(107.5, 88.5, 2);
}
.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: 2px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #131332;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(9.5, 9.5, 25);
}
.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: #131332;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(9.5, 9.5, 25);
}
.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: #363582;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(27, 26.5, 65);
}
.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: #62C1D1;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(34.7832512315, 106.618226601, 118.7167487685);
}
.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: #D7B104;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(107.5, 88.5, 2);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #131332;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #131332;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #363582;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #62C1D1;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #D7B104;
}
.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;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.125rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #131332;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(15.2, 15.2, 40);
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #363582;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(43.2, 42.4, 104);
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #62C1D1;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(55.6532019704, 170.5891625616, 189.9467980296);
  color: #fff;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #D7B104;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(172, 141.6, 3.2);
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 2px solid #131332;
  color: #131332;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(9.5, 9.5, 25);
  color: rgb(9.5, 9.5, 25);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 2px solid #131332;
  color: #131332;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(9.5, 9.5, 25);
  color: rgb(9.5, 9.5, 25);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 2px solid #363582;
  color: #363582;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgb(27, 26.5, 65);
  color: rgb(27, 26.5, 65);
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 2px solid #62C1D1;
  color: #62C1D1;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(34.7832512315, 106.618226601, 118.7167487685);
  color: rgb(34.7832512315, 106.618226601, 118.7167487685);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 2px solid #D7B104;
  color: #D7B104;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(107.5, 88.5, 2);
  color: rgb(107.5, 88.5, 2);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 2px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #131332;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(9.5, 9.5, 25);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #131332;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(9.5, 9.5, 25);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #363582;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgb(27, 26.5, 65);
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #62C1D1;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(34.7832512315, 106.618226601, 118.7167487685);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #D7B104;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(107.5, 88.5, 2);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.no-gaps .button {
  margin-right: -0.125rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 30px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #131332;
  color: #fff;
}
.label.primary {
  background: #131332;
  color: #fff;
}
.label.secondary {
  background: #363582;
  color: #fff;
}
.label.success {
  background: #62C1D1;
  color: #0a0a0a;
}
.label.warning {
  background: #D7B104;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 30px;
  background-color: #656466;
}
.progress.primary .progress-meter {
  background-color: #131332;
}
.progress.secondary .progress-meter {
  background-color: #363582;
}
.progress.success .progress-meter {
  background-color: #62C1D1;
}
.progress.warning .progress-meter {
  background-color: #D7B104;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #131332;
  border-radius: 30px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 30px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #F9F9F9;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #656466;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 30px;
  background-color: #131332;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(16.15, 16.15, 42.5);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 30px;
  background: #656466;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 30px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #131332;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(90.9, 90, 91.8);
}
input:focus-visible ~ .switch-paddle::after {
  background: #fff;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(16.15, 16.15, 42.5);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

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

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

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #656466;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #656466;
}

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

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

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

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

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

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

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #131332;
  color: #fff;
}
.badge.primary {
  background: #131332;
  color: #fff;
}
.badge.secondary {
  background: #363582;
  color: #fff;
}
.badge.success {
  background: #62C1D1;
  color: #0a0a0a;
}
.badge.warning {
  background: #D7B104;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #656466;
}
.breadcrumbs a {
  color: #131332;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #656466;
  cursor: not-allowed;
}

.callout {
  background-color: white;
  color: #656466;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 30px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(207.0652173913, 207.0652173913, 236.7847826087);
  color: #656466;
}
.callout.secondary {
  background-color: rgb(220.4237704918, 220.1557377049, 240.7942622951);
  color: #656466;
}
.callout.success {
  background-color: rgb(231.45, 245.7, 248.1);
  color: #656466;
}
.callout.warning {
  background-color: rgb(254.202739726, 246.6287671233, 212.147260274);
  color: #656466;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #656466;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #656466;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #F9F9F9;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 30px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 30px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #F9F9F9;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #131332;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #656466;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 30px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F9F9F9;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #131332;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F9F9F9;
  border-radius: 0 0 30px 30px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F9F9F9;
}
.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 #F9F9F9;
  border-bottom: 0;
  background-color: #fff;
  color: #656466;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F9F9F9;
}

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

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

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #656466;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.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 #F9F9F9;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #131332;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(25.0717391304, 25.0717391304, 65.9782608696);
}

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

.tabs-content {
  border: 1px solid #F9F9F9;
  border-top: 0;
  background: #fff;
  color: #656466;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #656466;
  border-radius: 30px;
  background-color: #fff;
}
[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: 101.875rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 101.875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 101.875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 101.875rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

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

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

.top-bar {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #F9F9F9;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 1.125rem;
}
@media print, screen and (max-width: 74.99875em) {
  body {
    font-size: 1rem;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 75em) {
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.875rem;
  }
}

a {
  outline: 0;
}

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

@media print, screen and (max-width: 63.99875em) {
  main {
    overflow: hidden;
  }
}

h2 span {
  color: #62C1D1;
}

h1 span {
  color: #62C1D1;
}

h3 span {
  color: #62C1D1;
}

h4 span {
  color: #62C1D1;
}

.wrapper {
  position: relative;
  width: 100%;
}

.button,
a.button {
  padding-right: 60px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s;
}
.button.clear,
a.button.clear {
  padding-right: 35px;
  padding-left: 0;
  text-decoration: underline;
  color: #363582;
  box-shadow: none;
}
.button.clear:hover,
a.button.clear:hover {
  color: #62C1D1;
  box-shadow: none;
}
.button.clear:after,
a.button.clear:after {
  right: 0;
}
.button.hollow,
a.button.hollow {
  color: #363582;
  border-color: rgba(54, 53, 130, 0.3);
}
.button.hollow:hover,
a.button.hollow:hover {
  color: #62C1D1;
  border-color: rgba(98, 193, 209, 0.3);
  box-shadow: 0 9px 16px rgba(88, 72, 0, 0);
}
.button.secondary,
a.button.secondary {
  color: #363582;
  border-color: #fff;
  background: #fff;
}
.button.secondary:hover,
a.button.secondary:hover {
  border-color: #131332;
}
.button:after,
a.button:after {
  position: absolute;
  top: 50%;
  right: 25px;
  font-family: "icomoon", sans-serif;
  font-size: 90%;
  transform: translateY(-50%);
  content: "\e901";
}
.button.white.hollow,
a.button.white.hollow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.button.white.hollow:hover,
a.button.white.hollow:hover {
  color: #62C1D1;
  box-shadow: 0 9px 16px rgba(88, 72, 0, 0);
}
.button.white.clear,
a.button.white.clear {
  color: #fff;
}
.button.white.clear:hover,
a.button.white.clear:hover {
  color: #62C1D1;
}
.button:hover,
a.button:hover {
  text-decoration: underline;
  box-shadow: 0 9px 16px rgba(88, 72, 0, 0.21);
}
.button.warning:hover,
a.button.warning:hover {
  background: #D7B104;
}

/* stylelint-disable */
.application-slider {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #F9F9F9;
}
@media print, screen and (min-width: 40em) {
  .application-slider {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.application-slider__title {
  margin-bottom: 30px;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .application-slider__title {
    margin-bottom: 0;
    max-width: 640px;
  }
}
.application-slider__title h2 {
  margin-bottom: 0;
  line-height: 1.05;
}
@media print, screen and (min-width: 64em) {
  .application-slider__paragraph {
    max-width: 720px;
  }
}
.application-slider__paragraph p {
  margin-bottom: 28px;
}
.application-slider__slider {
  padding-top: 73px;
  position: relative;
}
.application-slider__slider-arrows {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .application-slider__slider-arrows {
    top: 0;
    display: unset;
  }
}
.application-slider .card-application {
  padding: 0 25px 10px;
}

/* stylelint-disable */
.archive-banner h2 {
  color: #363582;
}

/* stylelint-disable */
.banner {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .banner {
    padding-bottom: 0;
  }
}
.banner__item {
  padding: 0 25px 20px;
  display: none;
}
.banner__slide-image {
  margin-top: 44px;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .banner__slide-image {
    max-width: 800px;
  }
}
.banner__slide-image img {
  width: 100%;
  height: auto;
}
.banner__slide-image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__slide-image--contain img {
  margin: auto;
  width: auto;
  height: 553.2938931298px;
}
.banner__holder {
  display: flex;
  flex-wrap: wrap;
}
.banner__images {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .banner__images {
    width: 50%;
  }
}
.banner__text {
  padding-top: 50px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .banner__text {
    padding-top: 8px;
    padding-left: 50px;
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .banner__text {
    padding-left: 50px;
  }
}
.banner__text h1 {
  margin-bottom: 22px;
  color: #363582;
}
.banner__text p {
  margin-bottom: 24px;
}
.banner__text a.button.share:after {
  content: "\e90d";
}
.banner__buttons {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .banner__buttons {
    margin: 0 -10px 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .banner__buttons {
    margin: 0 -10px 260px;
  }
}
.banner__btn {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .banner__btn {
    padding: 0 10px;
    width: auto;
  }
}
.banner__btn .button {
  margin-bottom: 0;
}
.banner__usps ul {
  margin: 0;
  margin-bottom: 20px;
}
.banner__usps ul li {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  color: #656466;
  list-style: none;
}
.banner__usps ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//check-circle.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
}
.banner__usps ul li:last-child {
  margin-bottom: 0;
}
.banner__big-slider {
  position: relative;
}
.banner__slider-navs {
  position: absolute;
  right: 22px;
  bottom: 40px;
  z-index: 1;
  display: flex;
}
.banner__slide {
  padding: 0 15px;
  cursor: pointer;
}
.banner__slide.slick-center .banner__small-image {
  background-color: #62C1D1;
}
.banner__slide.slick-center .banner__small-image a:before {
  opacity: 1;
  visibility: visible;
}
.banner__slide.slick-center .banner__small-image img {
  mix-blend-mode: multiply;
}
.banner__small-image {
  position: relative;
}
.banner__small-image a {
  position: relative;
  background-color: #62C1D1;
}
.banner__small-image a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  font-family: "icomoon", sans-serif;
  font-size: 25px;
  color: #fff;
  transform: translate(-50%, -50%);
  content: "\e90c";
}
.banner__small-image img {
  width: 100%;
}
.banner .js-banner-nav .slick-list {
  margin: 0 -15px;
  padding: 0 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.js-banner-for:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

/* stylelint-disable */
.breadcrumbs {
  padding-top: 2px;
  position: relative;
  z-index: 2;
}
.breadcrumbs span {
  font-size: 12px;
  color: #363582;
}
.breadcrumbs span a {
  text-decoration: underline;
  color: #656466;
  transition: all 0.3s;
}
.breadcrumbs span a:hover {
  color: #62C1D1;
}

/* stylelint-disable */
.card-application {
  display: block;
  text-decoration: none;
}
.card-application__image {
  margin-bottom: 25px;
  overflow: hidden;
}
.card-application__image img {
  width: 100%;
  transition: all 0.3s;
}
.card-application__box h3 {
  margin-bottom: 0;
  padding-right: 50px;
  position: relative;
  color: #363582;
  transition: all 0.3s;
}
.card-application__box h3:after {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "icomoon", sans-serif;
  font-size: 12px;
  border: 0;
  content: "\e901";
}
@media print, screen and (min-width: 64em) {
  .card-application__box h3:after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.card-application__box:focus, .card-application__box:hover {
  text-decoration: none;
}
.card-application__box:focus img, .card-application__box:hover img {
  transform: scale(1.05);
}
.card-application__box:focus h3, .card-application__box:hover h3 {
  color: #62C1D1;
}
.card-application__box:focus h3:after, .card-application__box:hover h3:after {
  border: 0 !important;
}

/* stylelint-disable */
.card-employee {
  background-color: #fff;
}
.card-employee__image {
  width: 100%;
}
.card-employee__text {
  padding: 20px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 64em) {
  .card-employee__text {
    display: flex;
    flex-flow: column;
    align-content: start;
    min-height: 220px;
  }
}
.card-employee__text h3 {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  font-size: 1.1875rem;
  color: #363582;
}
.card-employee__text .button {
  margin-top: auto;
  margin-bottom: 0;
  align-self: start;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .card-employee__text .button {
    font-size: 1.125rem;
  }
}
.card-employee__tag {
  margin-bottom: 30px;
  width: 100%;
}
.card-employee__tag span {
  padding: 8px 15px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 25px;
  background-color: #62C1D1;
}
.card-employee__mail {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  transition: all 0.3s;
}
.card-employee__mail:hover {
  text-decoration: none;
  color: #62C1D1;
}
.card-employee .button {
  margin-bottom: 0;
}

/* stylelint-disable */
.card-faq {
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.card-faq__title {
  padding-top: 11px;
  padding-right: 30px;
  padding-bottom: 11px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.card-faq__title:after {
  position: absolute;
  top: 19px;
  right: 3px;
  font-family: "icomoon", sans-serif;
  font-size: 8px;
  color: #62C1D1;
  transition: all 0.3s;
  content: "\e90f";
}
.card-faq__title:hover {
  color: #62C1D1;
}
.card-faq.active .card-faq__title {
  color: #62C1D1;
}
.card-faq.active .card-faq__title:after {
  transform: rotate(-180deg);
}
.card-faq__content {
  display: none;
}
.card-faq:last-child {
  border-bottom: 0;
}

/* stylelint-disable */
.card-faq-cat {
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.card-faq-cat__title {
  padding-top: 11px;
  padding-right: 30px;
  padding-bottom: 11px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.card-faq-cat__title:after {
  position: absolute;
  top: 19px;
  right: 3px;
  font-family: "icomoon", sans-serif;
  font-size: 8px;
  color: #62C1D1;
  transition: all 0.3s;
  content: "\e90f";
}
.card-faq-cat__title:hover {
  color: #62C1D1;
}
.card-faq-cat.active .card-faq-cat__title {
  color: #62C1D1;
}
.card-faq-cat.active .card-faq-cat__title:after {
  transform: rotate(-180deg);
}
.card-faq-cat__content {
  display: none;
}
.card-faq-cat:last-child {
  border-bottom: 0;
}

/* stylelint-disable */
.card-machine {
  display: block;
  text-decoration: none;
}
.card-machine__image {
  margin-bottom: 25px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
}
.card-machine__image img {
  width: 100%;
  transition: all 0.3s;
}
.card-machine__box h3 {
  margin-bottom: 0;
  padding-right: 50px;
  position: relative;
  color: #363582;
  transition: all 0.3s;
}
.card-machine__box h3:after {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "icomoon", sans-serif;
  font-size: 12px;
  content: "\e901";
}
@media print, screen and (min-width: 64em) {
  .card-machine__box h3:after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.card-machine__box:focus, .card-machine__box:hover {
  text-decoration: none;
}
.card-machine__box:focus img, .card-machine__box:hover img {
  transform: scale(1.05);
}
.card-machine__box:focus h3, .card-machine__box:hover h3 {
  color: #62C1D1;
}

/* stylelint-disable */
.card-machines__image {
  padding: 0 20px;
  padding-bottom: 20px;
  position: relative;
  height: auto;
  text-align: center;
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  .card-machines__image {
    height: 345.4188888889px;
  }
}
.card-machines__image img {
  width: auto;
  max-height: 345.4188888889px;
}
.card-machines__image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-machines__category {
  padding: 8px 13px;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 25px;
  background-color: #62C1D1;
}
.card-machines__text {
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  min-height: 305px;
  line-height: 1.2;
  background-color: #fff;
}
.card-machines__text h3 {
  margin-bottom: 21px;
  font-size: 25px;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .card-machines__text h3 {
    /* stylelint-disable property-no-vendor-prefix */
    display: box;
    align-content: end;
    min-height: 55px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    /* stylelint-enable property-no-vendor-prefix */
  }
}
.card-machines__text hr {
  margin: 0 -20px;
  width: calc(100% + 40px);
  border-color: rgba(54, 53, 130, 0.1);
}
.card-machines__text .button {
  margin-top: auto;
  margin-bottom: 0;
}
.card-machines__usp {
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #363582;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .card-machines__usp {
    height: 68px;
    overflow: hidden;
  }
}
.card-machines .card-machines__usp-item {
  display: flex;
  align-items: center;
}
.card-machines .card-machines__usp-item:before {
  margin-right: 5px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/gte/dist/images/check-circle-blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
  content: "";
}
.card-machines__clock {
  margin-bottom: 21px;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  color: rgba(19, 19, 50, 0.35);
}
.card-machines__clock:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 17px;
  color: #62C1D1;
  content: "\e900";
}
.card-machines__read-more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  color: #363582;
  transition: all 0.3s;
}
.card-machines__read-more:after {
  margin-left: 10px;
  display: inline-block;
  font-family: "icomoon", sans-serif;
  font-size: 13px;
  content: "\e901";
}
.card-machines__read-more--application {
  text-decoration: none;
}
.card-machines__read-more--application:after {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(54, 53, 130, 0.3);
  border-radius: 50%;
}
.card-machines:hover {
  text-decoration: none;
}
.card-machines:hover .card-machines__read-more {
  color: #62C1D1;
}
.card-machines:hover .card-machines__read-more.card-machines__read-more--application:after {
  border: 2px solid rgba(98, 193, 209, 0.3);
}

/* stylelint-disable */
.card-news__image {
  position: relative;
}
.card-news__image img {
  width: 100%;
}
.card-news__category {
  padding: 8px 13px;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 25px;
  background-color: #62C1D1;
}
.card-news__text {
  padding-top: 16px;
  padding-bottom: 15px;
  flex-grow: 1;
}
.card-news__text h3 {
  margin-bottom: 21px;
  font-size: 25px;
  color: #363582;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
@media print, screen and (min-width: 64em) {
  .card-news__text h3 {
    display: -webkit-box;
    height: 55px;
    min-height: 55px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.card-news__text h3 {
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.card-news__text {
  /*! autoprefixer: off */
}
.card-news__text p {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.card-news__text {
  /*! autoprefixer: on */
}
.card-news__clock {
  margin-bottom: 21px;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  color: rgba(19, 19, 50, 0.35);
}
.card-news__clock:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 17px;
  color: #0a0a0a;
  content: "\e900";
}
.card-news__read-more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  color: #363582;
  transition: all 0.3s;
}
.card-news__read-more:after {
  margin-left: 10px;
  display: inline-block;
  font-family: "icomoon", sans-serif;
  font-size: 13px;
  content: "\e901";
}
.card-news__read-more--application {
  text-decoration: none;
}
.card-news__read-more--application:after {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(54, 53, 130, 0.3);
  border-radius: 50%;
}
.card-news:hover {
  text-decoration: none;
}
.card-news:hover .card-news__read-more {
  color: #62C1D1;
}
.card-news:hover .card-news__read-more.card-news__read-more--application:after {
  border: 2px solid rgba(98, 193, 209, 0.3);
}

/* stylelint-disable */
.card-platform__box {
  display: block;
  text-decoration: none;
}
.card-platform__box:focus, .card-platform__box:hover {
  text-decoration: none;
}
.card-platform__box:focus img, .card-platform__box:hover img {
  transform: scale(1.05);
}
.card-platform__box:focus .card-platform__title:after, .card-platform__box:hover .card-platform__title:after {
  color: #62C1D1;
  border: 2px solid rgba(98, 193, 209, 0.3);
}
.card-platform__box:focus h3, .card-platform__box:hover h3 {
  color: #62C1D1;
}
.card-platform__image {
  box-shadow: 0 2px 14px 0 rgba(28, 27, 73, 0.05);
  overflow: hidden;
}
.card-platform__image img {
  width: 100%;
  transition: all 0.3s;
}
.card-platform__title {
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 15px;
  position: relative;
}
.card-platform__title h3 {
  margin-bottom: 0;
  color: #363582;
  transition: all 0.3s;
}
.card-platform__title:after {
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "icomoon", sans-serif;
  font-size: 12px;
  border: 2px solid rgba(54, 53, 130, 0.3);
  border-radius: 50%;
  transition: all 0.3s;
  content: "\e901";
}
@media print, screen and (min-width: 64em) {
  .card-platform__title:after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* stylelint-disable */
.card-success__box {
  display: block;
  border-radius: 10px;
  background-color: #1C1C3A;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
.card-success__image img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.card-success__content {
  padding: 41px 41px 23px;
  color: #fff;
}
.card-success__content h3 {
  margin-bottom: 21px;
  font-size: 25px;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
@media print, screen and (min-width: 64em) {
  .card-success__content h3 {
    display: -webkit-box;
    height: 55px;
    min-height: 55px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.card-success__content h3 {
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.card-success__content {
  /*! autoprefixer: off */
}
.card-success__content p {
  margin-bottom: 23px;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
@media print, screen and (min-width: 64em) {
  .card-success__content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card-success__content p {
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.card-success__content p strong {
  color: #363582;
}
.card-success__read-more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
}
.card-success__read-more i {
  margin-left: 15px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.card-success__tag {
  margin-bottom: 15px;
  padding: 8px 13px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 25px;
  background-color: #62C1D1;
}

/* stylelint-disable */
.card-successverhalen__image {
  padding: 0 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #fff;
}
.card-successverhalen__image img {
  width: 100%;
}
.card-successverhalen__category {
  padding: 8px 13px;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 25px;
  background-color: #62C1D1;
}
.card-successverhalen__text {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: #fff;
}
.card-successverhalen__text h3 {
  margin-bottom: 21px;
  font-size: 25px;
  color: #363582;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
@media print, screen and (min-width: 64em) {
  .card-successverhalen__text h3 {
    display: -webkit-box;
    align-content: end;
    height: 55px;
    min-height: 55px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.card-successverhalen__text h3 {
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.card-successverhalen__text {
  /*! autoprefixer: off */
}
.card-successverhalen__text p {
  margin-bottom: 23px;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
  /*! autoprefixer: on */
}
.card-successverhalen__text p strong {
  color: #363582;
}
.card-successverhalen__clock {
  margin-bottom: 21px;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  color: rgba(19, 19, 50, 0.35);
}
.card-successverhalen__clock:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 17px;
  color: #62C1D1;
  content: "\e900";
}
.card-successverhalen__read-more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  color: #363582;
  transition: all 0.3s;
}
.card-successverhalen__read-more:after {
  margin-left: 10px;
  display: inline-block;
  font-family: "icomoon", sans-serif;
  font-size: 13px;
  content: "\e901";
}
.card-successverhalen__read-more--application {
  text-decoration: none;
}
.card-successverhalen__read-more--application:after {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(54, 53, 130, 0.3);
  border-radius: 50%;
}
.card-successverhalen:hover {
  text-decoration: none;
}
.card-successverhalen:hover .card-successverhalen__read-more {
  color: #62C1D1;
}
.card-successverhalen:hover .card-successverhalen__read-more.card-successverhalen__read-more--application:after {
  border: 2px solid rgba(98, 193, 209, 0.3);
}

/* stylelint-disable */
.column-content {
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .column-content {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .column-content {
    padding-top: 20px;
    padding-bottom: 138px;
  }
}
.column-content h2 {
  color: #363582;
}
.column-content__left {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .column-content__left {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column-content__left {
    max-width: 700px;
  }
}
.column-content__left h2 {
  color: #363582;
}
.column-content__right {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .column-content__right {
    margin-left: auto;
    max-width: 700px;
  }
}
.column-content--blue {
  padding-top: 80px;
  padding-bottom: 200px;
  background-color: #131332;
}
.column-content--blue:after {
  position: absolute;
  right: 0;
  bottom: -50px;
  opacity: 0.06;
  width: 100%;
  height: 1366px;
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//success-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1012px 1366px;
}
@media print, screen and (min-width: 64em) {
  .column-content--blue:after {
    width: 1012px;
  }
}
.column-content--blue .column-content__left {
  color: #fff;
}
.column-content--blue .column-content__left h2 {
  color: #fff;
}
.column-content--blue .column-content__left h3 {
  font-size: 30px;
}
@media print, screen and (min-width: 64em) {
  .column-content--blue .column-content__left h3 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 75em) {
  .column-content--blue .column-content__left h3 {
    font-size: 58px;
  }
}
.column-content--blue .column-content__left h4 {
  font-size: 22px;
}
@media print, screen and (min-width: 64em) {
  .column-content--blue .column-content__left h4 {
    font-size: 28px;
  }
}
.column-content--blue .column-content__left a {
  font-weight: bold;
  color: #fff;
}
.column-content--blue .column-content__right {
  color: #fff;
}
.column-content--blue .column-content__right h4 {
  font-size: 30px;
}
@media print, screen and (min-width: 64em) {
  .column-content--blue .column-content__right h4 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 75em) {
  .column-content--blue .column-content__right h4 {
    font-size: 58px;
  }
}
.column-content--blue ul {
  margin: 0;
  padding: 0;
}
.column-content--blue ul li {
  margin-bottom: 10px;
  padding-left: 27px;
  position: relative;
  list-style: none;
}
.column-content--blue ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #62C1D1;
  content: "";
}
.column-content--blue ul li:last-child {
  margin-bottom: 0;
}
.column-content--grey {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 75em) {
  .column-content--grey {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.column-content + .cta-block {
  margin-top: -250px;
}
@media print, screen and (min-width: 75em) {
  .column-content + .cta-block {
    margin-top: -300px;
  }
}
.column-content + .cta-block:before {
  display: none;
}

/* stylelint-disable */
.connect {
  position: relative;
  z-index: 1;
}
.connect h1 {
  margin-bottom: 60px;
  color: #363582;
}
.connect h1 span {
  color: #62C1D1;
}
.connect__box {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(19, 19, 50, 0.2);
}
@media print, screen and (min-width: 40em) {
  .connect__box {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 75em) {
  .connect__box {
    padding-right: 101px;
    padding-left: 101px;
  }
}
.connect__contact {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media print, screen and (min-width: 64em) {
  .connect__contact {
    padding-top: 71px;
    padding-right: 20px;
    padding-bottom: 62px;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.connect__contact address {
  margin-bottom: 25px;
  padding-left: 33px;
  position: relative;
  font-style: normal;
}
.connect__contact address i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #62C1D1;
}
.connect__service {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .connect__service {
    padding-top: 71px;
    padding-bottom: 62px;
    padding-left: 20px;
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .connect__wrap {
    margin-left: auto;
    max-width: 531px;
  }
}
.connect__info {
  margin: 0 0 30px;
  padding: 0;
}
.connect__info li {
  margin-bottom: 12px;
  list-style: none;
}
.connect__info li a {
  padding-left: 33px;
  position: relative;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
.connect__info li a:hover {
  color: #62C1D1;
}
.connect__info li a i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #62C1D1;
}
.connect__info li:last-child {
  margin-bottom: 0;
}
.connect__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.connect__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 105);
  content: "";
  mix-blend-mode: multiply;
}
.connect__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}

/* stylelint-disable */
.contact-form {
  padding-top: 162px;
  padding-bottom: 20px;
  position: relative;
  background-color: #131332;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .contact-form {
    padding-bottom: 80px;
  }
}
.contact-form:before {
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0.06;
  width: 1533px;
  height: 1175px;
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//contact-bg.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1533px 1175px;
}
.contact-form__holder {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .contact-form__holder {
    padding-right: 500px;
  }
}
.contact-form__content {
  color: #fff;
}
.contact-form__image {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .contact-form__image {
    position: absolute;
    right: 0;
    bottom: -112px;
    display: block;
  }
}
.contact-form .gform_wrapper {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .contact-form .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* stylelint-disable */
.content {
  width: 100%;
}

/* stylelint-disable */
.content-video {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #131332;
}
@media print, screen and (min-width: 64em) {
  .content-video {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.content-video__text {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .content-video__text {
    margin-bottom: 0;
    max-width: 670px;
  }
}
.content-video__gap {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .content-video__gap {
    padding-bottom: 70px;
  }
}
.content-video__video {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #62C1D1;
}
@media print, screen and (min-width: 64em) {
  .content-video__video {
    margin-bottom: 0;
  }
}
.content-video__video .js-youtube-video {
  position: relative;
  display: block;
}
.content-video__video .js-youtube-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: "icomoon", sans-serif;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  content: "\e90c";
}
@media print, screen and (min-width: 40em) {
  .content-video__video .js-youtube-video:before {
    font-size: 50px;
  }
}
.content-video__video img {
  mix-blend-mode: multiply;
  width: 100%;
}
.content-video__bg {
  position: absolute;
  right: -8px;
  bottom: -154px;
  opacity: 0.06;
}
@media print, screen and (min-width: 64em) {
  .content-video__bg {
    bottom: -500px;
  }
}

/* stylelint-disable */
.cta-block {
  position: relative;
  z-index: 1;
  color: #fff;
}
.cta-block__holder {
  padding-top: 57px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 40em) {
  .cta-block__holder {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 90em) {
  .cta-block__holder {
    padding-right: 100px;
    padding-left: 103px;
  }
}
@media print, screen and (min-width: 64em) {
  .cta-block__holder .gfield--type-checkbox {
    bottom: 85px;
    left: 10px;
  }
}
@media print, screen and (min-width: 90em) {
  .cta-block__holder .gfield--type-checkbox {
    left: 85px;
  }
}
.cta-block__text {
  padding-top: 14px;
  max-width: 580px;
}
@media print, screen and (min-width: 64em) {
  .cta-block__text {
    padding-bottom: 110px;
  }
}
.cta-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.cta-block__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 105);
  content: "";
  mix-blend-mode: multiply;
}
.cta-block__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}
.cta-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  display: block;
  background: #F9F9F9;
  content: "";
}
.cta-block--inner:before {
  display: none;
}

/* stylelint-disable */
.double-cta {
  position: relative;
  z-index: 4;
  width: 100%;
}
.double-cta:before {
  position: absolute;
  top: 58%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #131332;
  content: "";
}
.double-cta__holder {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(19, 19, 50, 0.2);
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .double-cta__holder {
    display: flex;
    flex-wrap: wrap;
  }
}
.double-cta__image {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .double-cta__image {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 160px;
  }
}
@media print, screen and (min-width: 75em) {
  .double-cta__image {
    width: 200px;
  }
}
@media print, screen and (min-width: 90em) {
  .double-cta__image {
    width: 284px;
  }
}
.double-cta__image picture,
.double-cta__image img {
  display: block;
  width: 100%;
}
.double-cta__phone, .double-cta__mail {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #fff;
}
.double-cta__phone:after, .double-cta__mail:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "\e908";
}
.double-cta__phone:hover, .double-cta__mail:hover {
  color: #62C1D1;
}
.double-cta__phone:after {
  content: "\e909";
}
.double-cta__left {
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media print, screen and (min-width: 64em) {
  .double-cta__left {
    padding: 40px;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .double-cta__left {
    padding: 60px;
  }
}
@media print, screen and (min-width: 90em) {
  .double-cta__left {
    padding: 80px 150px 80px 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .double-cta__left h2 {
    width: calc(100% + 30px);
  }
}
.double-cta__left label {
  color: #fff;
}
.double-cta__left .button {
  background: #D7B104;
}
.double-cta__left .gform_heading {
  display: none;
}
.double-cta__right {
  padding: 30px 20px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .double-cta__right {
    padding-right: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .double-cta__right {
    padding: 40px;
    width: 35%;
  }
}
@media print, screen and (min-width: 75em) {
  .double-cta__right {
    padding: 60px;
    width: 34%;
  }
}
@media print, screen and (min-width: 90em) {
  .double-cta__right {
    padding: 80px 70px;
    width: 31%;
  }
}
.double-cta__right address {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  display: block;
  font-weight: 600;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  .double-cta__right address {
    min-height: 140px;
  }
}
.double-cta__right address:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "\e90a";
}
.double-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.double-cta__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 105);
  content: "";
  mix-blend-mode: multiply;
}
.double-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}

/* stylelint-disable */
.event-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 64em) {
  .event-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .event-block {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
.event-block__text {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .event-block__text {
    max-width: 560px;
  }
}
.event-block__text h2 {
  color: #363582;
}
.event-block__text p strong {
  color: #363582;
}
.event-block__box {
  margin-top: 30px;
  padding: 35px 40px 20px;
  border-radius: 10px;
  background-color: #f9f9fb;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 64em) {
  .event-block__box {
    margin-top: 0;
  }
}
.event-block__box h3 {
  margin-bottom: 34px;
  padding-left: 58px;
  position: relative;
  font-size: 22px;
  color: #363582;
}
.event-block__box h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px 34px;
}
.event-block__content {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.event-block__content h4 {
  margin-bottom: 10px;
  color: #363582;
}
.event-block__content p:last-child {
  margin-bottom: 0;
}
.event-block__content span {
  margin-bottom: 17px;
  padding: 6px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 15px;
  background-color: #62C1D1;
}
.event-block__content:last-child {
  border-bottom: 0;
}

/* stylelint-disable */
.faq-block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 64em) {
  .faq-block {
    padding-top: 164px;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.faq-block:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 1580px;
  background-color: #f9f9fb;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .faq-block:after {
    display: block;
  }
}
.faq-block h2 {
  margin-bottom: 62px;
  color: #363582;
}
.faq-block__holder {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
  .faq-block__holder {
    padding-top: 40px;
  }
}
.faq-block__item {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .faq-block__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .faq-block__item:nth-child(odd) {
    margin-top: -40px;
  }
}
.faq-block__box {
  padding: 37px 35px 23px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 50, 0.1);
}
.faq-block__box h4 {
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .faq-block__box h4 {
    margin-bottom: 39px;
    padding-left: 59px;
  }
}
.faq-block__box h4:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 25px;
  color: #62C1D1;
  content: "\e906";
}
@media print, screen and (min-width: 64em) {
  .faq-block__box h4:before {
    top: -7px;
    font-size: 35px;
  }
}
.faq-block__box picture {
  display: none;
}

/* stylelint-disable */
.faq-cat-block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 64em) {
  .faq-cat-block {
    padding-top: 164px;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.faq-cat-block:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 1580px;
  background-color: #f9f9fb;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .faq-cat-block:after {
    display: block;
  }
}
.faq-cat-block h2 {
  margin-bottom: 62px;
  color: #363582;
}
.faq-cat-block__holder {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
  .faq-cat-block__holder {
    padding-top: 40px;
  }
}
.faq-cat-block__item {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.faq-cat-block__box {
  padding: 37px 35px 23px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 50, 0.1);
}
.faq-cat-block__box h4 {
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .faq-cat-block__box h4 {
    margin-bottom: 39px;
    padding-left: 59px;
  }
}
.faq-cat-block__box h4:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 25px;
  color: #62C1D1;
  content: "\e906";
}
@media print, screen and (min-width: 64em) {
  .faq-cat-block__box h4:before {
    top: -7px;
    font-size: 35px;
  }
}
.faq-cat-block__box picture {
  display: none;
}

/* stylelint-disable */
.fillable-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #131332;
}
@media print, screen and (min-width: 40em) {
  .fillable-block {
    padding-top: 300px;
    padding-bottom: 140px;
  }
}
@media print, screen and (min-width: 64em) {
  .fillable-block {
    padding-top: 450px;
  }
}
@media print, screen and (min-width: 75em) {
  .fillable-block {
    padding-top: 560px;
  }
}
.fillable-block__text {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .fillable-block__text {
    max-width: 460px;
  }
}
.fillable-block__text h2 {
  margin-bottom: 33px;
  line-height: 1.05;
}
.fillable-block__buttons {
  margin-top: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__buttons {
    width: auto;
  }
}
.fillable-block__buttons .button {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__buttons .button {
    margin-right: 10px;
    width: auto;
  }
}
.fillable-block__buttons .button.clear {
  margin-right: 0;
  padding-right: 60px;
  padding-left: 28px;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__buttons .button.clear {
    padding-right: 0;
    padding-left: 0;
  }
}
.fillable-block__buttons .button.clear:after {
  right: 25px;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__buttons .button.clear:after {
    right: -35px;
  }
}
.fillable-block__holder {
  margin: 0 -10px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__holder {
    margin-bottom: -30px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 75em) {
  .fillable-block__holder {
    margin-bottom: -60px;
  }
}
.fillable-block__items {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .fillable-block__items {
    width: 50%;
  }
}
@media print, screen and (min-width: 40em) {
  .fillable-block__items:nth-child(odd) {
    margin-top: -30px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 75em) {
  .fillable-block__items:nth-child(odd) {
    margin-top: -30px;
    margin-bottom: 60px;
  }
}
.fillable-block__box {
  padding: 33px 40px 35px;
  display: block;
  color: #fff;
  border-radius: 10px;
  background-color: #1C1C3A;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
.fillable-block__box:hover {
  text-decoration: none;
  color: #fff;
}
.fillable-block__box picture {
  margin-bottom: 25px;
  display: block;
  width: 32px;
}
.fillable-block__box picture img {
  width: 100%;
}
.fillable-block__box h4 {
  margin-bottom: 12px;
}
.fillable-block__box p {
  margin-bottom: 0;
}
.fillable-block__box i {
  margin-bottom: 20px;
  display: block;
  font-size: 35px;
  transition: all 0.3s;
}
.fillable-block__box a {
  display: block;
  color: #fff;
}
.fillable-block__box a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.fillable-block__box a:hover i {
  color: #62C1D1;
}
.fillable-block__image {
  position: absolute;
  bottom: 60px;
  left: -10px;
  opacity: 0.1;
}

/* stylelint-disable */
.filling-block {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .filling-block {
    padding-bottom: 190px;
  }
}
.filling-block:after {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 230px);
  background: #f9f9fb;
  content: "";
}
.filling-block h3,
.filling-block h2 {
  color: #363582;
}
.filling-block__item {
  padding: 20px 20px 20px 0;
  position: relative;
  width: 100%;
  color: #363582;
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
@media print, screen and (min-width: 40em) {
  .filling-block__item {
    padding: 20px 130px 20px 0;
  }
}
.filling-block__item h5 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .filling-block__item h5 {
    margin-bottom: 0;
  }
}
.filling-block__item:last-child {
  border-bottom: 0;
}
.filling-block__item .button {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .filling-block__item .button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.filling-block__item .button {
  padding-top: 0;
  padding-bottom: 0;
}
.filling-block__list {
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(19, 19, 50, 0.05);
}
@media print, screen and (min-width: 64em) {
  .filling-block__list {
    margin-bottom: 0;
    padding: 40px;
    max-width: 90%;
  }
}

/* stylelint-disable */
.filter {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.filter ul {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter ul li {
  margin-right: 20px;
  list-style: none;
}
.filter ul li a.button {
  padding: 15px 20px;
}
@media print, screen and (min-width: 64em) {
  .filter ul li a.button {
    padding: 20px 30px;
  }
}
.filter ul li .button.hollow:hover,
.filter ul li a.button.hollow:hover {
  text-decoration: none;
  color: #363582;
  border-color: rgba(54, 53, 130, 0.1);
}
.filter ul li a.button:after {
  display: none;
}
.filter ul li:last-child {
  margin-right: 0;
}

.is-active a {
  border-color: #363582 !important;
}

/* stylelint-disable */
.filter-machines {
  margin-bottom: 20px;
  height: 100%;
}
.filter-machines__resetlink {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  color: #363582;
}
.filter-machines__resetlink:hover {
  text-decoration: underline;
}
.filter-machines__group-container {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(54, 53, 130, 0.1);
}
@media print, screen and (min-width: 64em) {
  .filter-machines__group-container {
    padding: 20px;
  }
}
.filter-machines__group-container:first-child {
  padding-top: 0;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-top: none;
  border-bottom: 1px solid rgba(54, 53, 130, 0.1);
}
.filter-machines__group-container:first-child h4 {
  margin-bottom: 5px;
}
.filter-machines ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  .filter-machines ul {
    padding-top: 30px;
    padding-bottom: 20px;
    position: sticky;
    top: 200px;
    overflow-y: auto;
    overscroll-behavior: contain;
    max-height: 73vh;
  }
}
.filter-machines ul li {
  list-style: none;
}
.filter-machines ul li a.button {
  padding: 15px 20px;
}
@media print, screen and (min-width: 64em) {
  .filter-machines ul li a.button {
    padding: 20px 30px;
  }
}
.filter-machines ul li .button.hollow:hover,
.filter-machines ul li a.button.hollow:hover {
  text-decoration: none;
  color: #363582;
  border-color: rgba(54, 53, 130, 0.1);
}
.filter-machines ul li a.button:after {
  display: none;
}
.filter-machines ul li:last-child {
  margin-right: 0;
}
.filter-machines__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-machines__group-toggle {
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font: inherit;
  line-height: 1.2;
  text-align: left;
  color: #363582;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.filter-machines__group-toggle:focus {
  outline: none;
}
.filter-machines__group-toggle:focus-visible {
  outline: 2px solid #363582;
  outline-offset: 4px;
}
.filter-machines__group-toggle-icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.filter-machines__group.is-collapsed .filter-machines__group-toggle-icon {
  transform: rotate(-135deg);
}
.filter-machines__group-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-machines__group.is-collapsed .filter-machines__group-content {
  display: none;
}
.filter-machines__group-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #363592;
}
.filter-machines__search {
  margin-bottom: 5px;
  padding: 10px 14px;
  min-width: 220px;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  border: 1px solid rgba(54, 53, 130, 0.3);
  border-radius: 3px;
}
.filter-machines__search::-moz-placeholder {
  font-style: italic;
  color: rgba(54, 53, 130, 0.5);
}
.filter-machines__search::placeholder {
  font-style: italic;
  color: rgba(54, 53, 130, 0.5);
}
.filter-machines__search:focus {
  border-color: #363582;
  outline: none;
}
.filter-machines__show-all {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  color: #363582;
}
.filter-machines__show-all:hover {
  text-decoration: underline;
}
.filter-machines__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-machines__options--hierarchy {
  flex-direction: column;
  align-items: flex-start;
}
.filter-machines__options--applications {
  max-height: 200px;
  overflow-y: scroll;
}
.filter-machines__children {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-machines__children--nested {
  padding-left: 18px;
}
.filter-machines__option {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #363582;
  cursor: pointer;
}
.filter-machines__option input {
  margin: 0;
}
.filter-machines__option:hover {
  text-decoration: none;
}
.filter-machines__checkbox {
  margin: 0;
}
.filter-machines__linkarrow {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  text-decoration: none;
  color: #363582;
}
.filter-machines__linkarrow:after {
  margin-left: auto;
  display: inline-block;
  font-family: "icomoon", sans-serif;
  font-size: 13px;
  content: "\e901";
}
.filter-machines__linkarrow:hover, .filter-machines__linkarrow:focus {
  text-decoration: none;
  color: #62C1D1;
}

/* stylelint-disable */
.footer {
  padding-top: 80px;
  position: relative;
  width: 100%;
  color: #fff;
  background: #131332;
}
@media print, screen and (min-width: 75em) {
  .footer {
    padding-top: 100px;
  }
}
.footer__menu-link {
  text-decoration: none;
  color: #fff;
}
.footer__logo {
  margin: 0 auto 30px;
  display: block;
  width: 170px;
}
@media print, screen and (min-width: 64em) {
  .footer__logo {
    margin: 0 0 50px;
  }
}
@media print, screen and (min-width: 90em) {
  .footer__logo {
    width: 212px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__top {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.footer__col-1 {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer__col-1 {
    width: 21.5%;
  }
}
.footer__col-2 {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .footer__col-2 {
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__col-2 {
    width: 59.5%;
  }
}
.footer__col-2 h5 {
  margin-bottom: 20px;
  width: 100%;
  text-decoration: underline;
}
@media print, screen and (min-width: 75em) {
  .footer__col-2 h5 {
    margin-bottom: 40px;
  }
}
.footer__link-list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 75em) {
  .footer__link-list {
    width: 50%;
  }
}
.footer__link-list li {
  margin-bottom: 5px;
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .footer__link-list li {
    margin-bottom: 10px;
  }
}
.footer__link-list li a {
  color: #fff;
}
.footer__link-list li a:hover {
  color: #fff;
}
.footer__menu-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .footer__menu-list {
    margin-bottom: 16px;
  }
}
.footer__menu-list li {
  margin-bottom: 5px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .footer__menu-list li {
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__menu-list li {
    margin-bottom: 10px;
  }
}
.footer__menu-list li a {
  color: #fff;
}
.footer__menu-list li a:hover {
  color: #fff;
}
.footer__left {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__left {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .footer__left {
    width: 70%;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__left {
    width: 52%;
  }
}
.footer__right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .footer__right {
    width: 30%;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__right {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
  }
}
.footer__col-3 {
  padding-top: 15px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer__col-3 {
    width: 28%;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__col-3 {
    width: 19%;
  }
}
.footer__col-3 h5 {
  margin-bottom: 30px;
  width: 100%;
  text-decoration: underline;
}
.footer__col-3 address {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-style: normal;
}
.footer__col-3 address:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "\e90a";
}
.footer__col-3 a {
  color: #fff;
}
.footer__phone, .footer__mail {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #fff;
}
.footer__phone:after, .footer__mail:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "\e908";
}
.footer__phone:after {
  content: "\e909";
}
.footer__social {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .footer__social {
    text-align: left;
  }
}
.footer__social ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .footer__social ul {
    justify-content: flex-start;
  }
}
.footer__social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 28px;
  color: #62C1D1;
}
.footer__social ul li a:hover {
  text-decoration: none;
  color: #62C1D1;
}
.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
  background: rgb(15, 15, 39);
}
@media print, screen and (min-width: 64em) {
  .footer__bottom {
    padding: 15px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer__bottom-inner p {
  margin-bottom: 1rem;
}
.footer__bottom-inner p a {
  color: #fff;
}
.footer__social-yt {
  padding-top: 8px;
}
.footer__copyright {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer__copyright {
    justify-content: flex-start;
    width: auto;
  }
}
.footer__copyright li:before {
  margin: 0 3px;
  content: "|";
}
.footer__copyright li:first-child:before {
  display: none;
}
.footer__copyright li a {
  text-decoration: none;
  color: #fff;
}
.footer__copyright li a:hover {
  text-decoration: underline;
}

/* stylelint-disable */
.gform_wrapper.gravity-theme div.gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.gform_wrapper.gravity-theme div.gform_validation_errors ol {
  display: none;
}
.gform_wrapper.gravity-theme .gform_heading .gform_description {
  margin-bottom: 20px;
  display: block;
}
.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  padding: 0.9375rem;
  font-size: 1rem;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_required {
  font-size: 17px;
  color: #62C1D1;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice {
  display: flex;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice {
    width: 33.3%;
  }
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice .gfield-choice-input {
  margin: 0;
  padding: 0;
  display: none;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice .gfield-choice-input:checked + label:after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background-color: #62C1D1;
  content: "";
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice .gform-field-label {
  margin-left: 0;
  padding-left: 33px;
  position: relative;
  display: block;
  width: 200px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gchoice .gform-field-label:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #62C1D1;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: "";
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_description.validation_message {
  padding: 0;
  border: 0;
  background: transparent;
}
.gform_wrapper.gravity-theme .gform_body .gform_validation_container {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 15px;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-bottom: 0;
  background: #D7B104;
}
.gform_wrapper.gravity-theme .gform_footer .gform_text_required {
  margin-right: 0.9375rem;
}

/* stylelint-disable */
.header {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 9;
  width: 100%;
}
.header__top {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 1rem;
  background: #F9F9F9;
}
@media print, screen and (min-width: 40em) {
  .header__top {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__top-left a {
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  height: 45px;
  font-weight: 600;
}
.header__top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .header__top-right {
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .header__top-right {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 64em) {
  .header__top-right {
    display: inline-flex;
    justify-content: flex-start;
  }
}
.header__language {
  margin: 0;
  list-style: none;
}
.header__language li {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
}
.header__language li a {
  padding-right: 16px;
  position: relative;
  display: contents;
  width: 200px;
  height: 11px;
}
.header__language li a:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-family: "icomoon", sans-serif;
  font-size: 7px;
  color: #878787;
  transition: all 0.3s;
  content: "\e90f";
}
.header__language li a img {
  margin-right: 3px;
  display: block;
}
.header__language li ul {
  margin: 0;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
}
.header__language li ul li a:after {
  display: none;
}
.header__language li:hover a:after {
  transform: rotate(-180deg);
}
.header__language li:hover ul {
  opacity: 1;
  visibility: visible;
}
.header__top-inner {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  width: 100%;
}
.header__nav {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .header__nav {
    display: block;
  }
}
.header__nav-item {
  margin-right: 15px;
}
@media print, screen and (min-width: 75em) {
  .header__nav-item {
    margin-right: 30px;
  }
}
.header__nav-link {
  display: inline-flex;
  align-items: center;
  height: 45px;
  font-weight: 600;
  color: #878787;
}
.header__nav-list {
  margin-bottom: 0;
  display: flex;
}
.header__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
@media print, screen and (min-width: 75em) {
  .header__bottom {
    padding-bottom: 0;
  }
}
.header__bottom img {
  transition: all 0.4s ease-in-out;
}
.header__bottom a {
  transition: all 0.4s ease-in-out;
}
.header__bottom-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__bottom-left {
  width: 154px;
}
.header__bottom-left img {
  width: 144px;
  height: 57px;
}
.header__bottom-right {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
  width: calc(100% - 154px);
}
@media print, screen and (min-width: 75em) {
  .header__menu-list {
    margin: 0;
    padding-right: 25px;
    display: inline-flex;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-list {
    padding-right: 50px;
  }
}
.header__menu-item {
  position: relative;
  border-bottom: 1px solid rgba(19, 19, 50, 0.2);
}
@media print, screen and (min-width: 75em) {
  .header__menu-item {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-item {
    margin-right: 0;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item.menu-item-has-children .header__menu-link {
  position: relative;
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.menu-item-has-children .header__menu-link {
    padding-right: 40px;
    border-radius: 14px 14px 0 0;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-item.menu-item-has-children .header__menu-link {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.menu-item-has-children .header__menu-link:after {
    position: absolute;
    top: 21px;
    right: 25px;
    font-family: "icomoon", sans-serif;
    font-size: 11px;
    transform: rotate(90deg);
    transition: all 0.3s;
    content: "\e904";
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-item.menu-item-has-children .header__menu-link:after {
    top: 23px;
  }
}
.header__menu-item.menu-item-has-children:hover .header__menu-link {
  color: #fff;
  background: rgb(28, 27, 73);
  box-shadow: 0 2px 4px rgba(19, 19, 50, 0.2);
}
.header__menu-item.menu-item-has-children:hover .header__menu-link:after {
  transform: rotate(-90deg);
}
.header__menu-item:hover .header__arrow {
  color: #fff;
}
.header__menu-item:hover .header__menu-subitems:not(.header__menu-subitems--mega-mobile) {
  opacity: 1;
  visibility: visible;
}
.header__menu-item.mega .header__menu-subilink:before {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.mega .header__menu-subitem {
    margin-right: -1px;
    width: calc(33.333% + 1px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__menu-item.mega .header__menu-subitem:nth-child(3n+3) {
    border-right: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-item.mega .header__menu-subitems {
    left: -170px;
    display: flex !important;
    flex-wrap: wrap !important;
    width: 1100px;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-item.mega .header__menu-subitems {
    width: 1280px;
  }
}
.header__menu-item--mobile {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .header__menu-item--mobile {
    display: none;
  }
}
.header__arrow {
  position: absolute;
  top: 8px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  color: #131332;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.header__arrow.is-active {
  transform: rotate(-90deg);
}
.header__menu-link {
  padding: 10px 20px;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s;
}
@media print, screen and (min-width: 75em) {
  .header__menu-link {
    padding: 15px 20px 40px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-link {
    padding: 15px 30px 40px;
    font-size: 1.25rem;
  }
}
.header__menu-link li {
  transition: all 0.4s ease-in-out;
}
.header__menu-subitems {
  padding-left: 15px;
  display: none;
}
@media print, screen and (min-width: 75em) {
  .header__menu-subitems {
    padding: 35px 0;
    position: absolute;
    top: 100%;
    left: -75px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    border-radius: 14px;
    background-image: linear-gradient(135deg, rgb(28, 27, 73) 0%, rgb(19, 19, 50) 100%);
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(19, 19, 50, 0.2);
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-subitems--mega-img:not(.open-megamenu) {
    width: 355px;
    min-height: auto;
  }
}
.header__menu-subitems--mega-img:not(.open-megamenu) .header__mega-menu-tabs-col {
  grid-column: span 3;
  border-right: 0;
  background-color: rgb(28, 27, 73);
  max-width: 355px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.header__menu-subitems--mega-img:not(.open-megamenu) .header__mega-menu-content {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .header__menu-subitems--mega-img {
    padding: 0;
    left: -170px;
    display: grid !important;
    grid-template-columns: 355px 2fr;
    width: 355px;
    min-height: auto;
    transition: all 0.3s;
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu-subitems--mega-img.open-megamenu {
    width: 1067px;
  }
}
.header__menu-subitems--mega-img.open-megamenu .header__mega-menu-tabs-col {
  grid-column: span 1;
  max-width: 355px;
}
@media print, screen and (min-width: 75em) {
  .header__menu-subitems--mega-mobile {
    display: none;
  }
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-tabs-col {
    padding: 30px 0;
    border-right: 1px solid #272655;
  }
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-content {
    padding: 30px 0;
  }
}
.header__mega-menu-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.header__mega-menu-tab-item {
  margin: 0;
}
.header__mega-menu-tab-item.item-end {
  margin-top: auto;
}
.header__mega-menu-tab {
  padding: 10px 50px 10px 20px;
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none !important;
  color: #131332;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-tab {
    padding: 16px 36px;
    font-size: 1.125rem;
    color: #fff;
  }
}
@media print, screen and (min-width: 90em) {
  .header__mega-menu-tab {
    padding: 10px 44px;
    font-size: 1.25rem;
  }
}
.header__mega-menu-tab:hover, .header__mega-menu-tab:focus, .header__mega-menu-tab.is-active {
  color: #fff;
  background: #62C1D1;
  outline: 0;
}
.header__mega-menu-tab-item.menu-item-has-children .header__mega-menu-tab::after {
  position: absolute;
  top: 21px;
  right: 25px;
  font-family: "icomoon", sans-serif;
  font-size: 11px;
  transition: all 0.3s;
  content: "\e904";
}
.header__mega-menu-panel {
  display: none;
}
.header__mega-menu-panel.is-active {
  display: block;
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-panel-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-links {
    padding-left: 30px;
  }
}
.header__mega-menu-link-list {
  margin: 0;
  padding: 0;
}
.header__mega-menu-link-item {
  margin: 0;
}
.header__mega-menu-media {
  margin-top: 0;
  height: 100%;
}
@media print, screen and (min-width: 75em) {
  .header__mega-menu-media {
    padding-right: 30px;
  }
}
.header__mega-menu-media .image-wrapper {
  position: relative;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
}
.header__mega-menu-media .image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to top, rgba(54, 53, 130, 0.5), rgba(54, 53, 130, 0));
  content: "";
}
.header__mega-menu-media .tag {
  padding: 5px 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  max-width: 87%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: normal;
  color: #363582;
  border-radius: 8px;
  background-color: #fff;
}
.header__menu-mega-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.header__menu-mega-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.header__menu-sublink {
  padding: 10px 50px 10px 20px;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #131332;
  transition: all 0.3s;
}
@media print, screen and (min-width: 75em) {
  .header__menu-sublink {
    padding: 14px 70px 14px 50px;
    font-size: 1.125rem;
    color: #fff;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-sublink {
    padding: 16px 120px 16px 95px;
    font-size: 1.25rem;
  }
}
.header__menu-sublink:hover {
  color: #363582;
  background: #fff;
}
.header__menu-sublink--mega {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 75em) {
  .header__menu-sublink--mega {
    padding: 12px 0;
  }
}
@media print, screen and (min-width: 90em) {
  .header__menu-sublink--mega {
    padding: 14px 0;
  }
}
.header__menu-sublink--mega:after {
  position: absolute;
  top: 21px;
  right: 25px;
  font-family: "icomoon", sans-serif;
  font-size: 11px;
  transition: all 0.3s;
  content: "\e904";
}
.header__menu-sublink--mega:hover, .header__menu-sublink--mega:focus, .header__menu-sublink--mega.is-active {
  text-decoration: none;
  color: #62C1D1 !important;
  background: transparent;
}
.header__toggle {
  margin-left: 15px;
  position: relative;
  z-index: 9;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.2);
}
@media print, screen and (min-width: 75em) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 20px;
  height: 2px;
  text-indent: -9999px;
  border-radius: 3px;
  background: transparent;
  transition: all 0.3s;
}
.header__toggle span:before, .header__toggle span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #131332;
  transition: all 0.3s;
  content: "";
}
.header__toggle span:before {
  top: -6px;
  left: 0;
}
.header__toggle span:after {
  right: 0;
  bottom: -6px;
}
@media print, screen and (max-width: 74.99875em) {
  .header__button {
    padding: 20px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header__menu {
    padding: 100px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.3s;
    overflow: auto;
  }
  .is-menu-open .header__menu {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 75em) {
  .header__menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.header__menu .header__toggle {
  position: absolute;
  top: 60px;
  right: 20px;
}
.is-menu-open .header__menu .header__toggle span {
  background: none;
}
.is-menu-open .header__menu .header__toggle span:before {
  top: 0;
  width: 100%;
  transform: rotate(135deg);
}
.is-menu-open .header__menu .header__toggle span:after {
  bottom: 0;
  width: 100%;
  transform: rotate(-135deg);
}

.lang-item-39 {
  display: none !important;
}

.header__menu-subitem.has-children .header__menu-sublink:after {
  position: absolute;
  top: 50%;
  right: 40px;
  font-family: "icomoon", sans-serif;
  font-size: 11px;
  transform: translateY(-50%);
  content: "\e904";
}
@media print, screen and (min-width: 90em) {
  .header__menu-subitem.has-children .header__menu-sublink:after {
    right: 60px;
  }
}

.hideAfterElement:after {
  content: "" !important;
}

.headerSticky {
  z-index: 99 !important;
}
.headerSticky .header__bottom {
  padding-top: 10px !important;
  background-color: #fff !important;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 800px) {
  .headerSticky .header__bottom {
    /* CSS for mobile */
  }
  .headerSticky .header__bottom .header__menu-link {
    padding: 0 30px !important;
  }
  .headerSticky .header__bottom .header__menu-link:after {
    top: 10px;
    right: 10px;
  }
  .headerSticky .header__bottom .header__button {
    padding-top: 5px;
  }
  .headerSticky .header__bottom .header__button a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .headerSticky .header__bottom img {
    width: 77px !important;
    height: 30px !important;
  }
}
.headerSticky .header__menu > ul > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
  /* CSS for mobile */
  .headerSticky .header__main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .headerSticky .header__toggle {
    top: 0.5rem !important;
  }
  .headerSticky .header__bottom-right #nav .header__toggle {
    top: 20px !important;
    right: 20px !important;
  }
}
/* stylelint-disable */
.hero {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .hero {
    margin-bottom: -200px;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 90em) {
  .hero {
    margin-bottom: -395px;
    padding: 105px 0 160px;
  }
}
.hero.hero--alt::after {
  content: "";
  background: #131332;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  display: none;
  bottom: 199px;
  z-index: -1;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .hero.hero--alt::after {
    display: none;
  }
}
.hero__image {
  margin: 0 -20px -60px;
  width: calc(100% + 40px);
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative !important;
  margin-left: -24px;
  margin-bottom: -150px;
  width: 90%;
  height: 350px;
}
@media print, screen and (min-width: 40em) {
  .hero__image {
    margin: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 90%;
    height: 85%;
  }
}
@media print, screen and (min-width: 75em) {
  .hero__image {
    width: calc(100% + 40px);
    margin: 0 -20px -60px;
  }
}
.hero__image picture,
.hero__image img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .hero__image picture,
  .hero__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 40em) {
  .hero__image .slick-list,
  .hero__image .slick-track {
    height: 100%;
  }
}
.hero__image-slide {
  width: 100%;
  height: 100%;
}
.hero__content {
  padding: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-left: 100px;
  padding: 40px;
  width: calc(100% - 100px);
}
@media print, screen and (min-width: 40em) {
  .hero__content {
    margin-left: 498px;
    padding: 60px 40px;
    width: calc(100% - 498px);
  }
}
@media print, screen and (min-width: 75em) {
  .hero__content {
    margin-left: 675px;
    padding: 80px 60px;
    width: calc(100% - 675px);
  }
}
@media print, screen and (min-width: 90em) {
  .hero__content {
    padding: 120px 90px;
  }
}
.hero__content h1 {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 75em) {
  .hero__content h1 {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 90em) {
  .hero__content h1 {
    font-size: 3.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero__content h1 {
    font-size: 2.5rem;
  }
}
.hero__buttons {
  display: flex;
  flex-wrap: row wrap;
  gap: 20px;
}
.hero__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.hero__content-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 105);
  content: "";
  mix-blend-mode: multiply;
}
.hero__content-bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}
.hero .subtitle {
  padding: 0.625rem 0.9375rem;
  display: inline-block;
  font-size: 1.25rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero--alt__content {
  color: #0a0a0a;
}

@media print, screen and (min-width: 1440px) {
  .hero {
    margin-bottom: -275px;
    padding: 65px 0 160px;
  }
  .hero__image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 12rem;
    width: 48%;
    height: 85%;
  }
  .hero__content {
    margin-left: 675px;
    padding: 60px 90px;
    width: calc(100% - 675px);
  }
  .hero__content h1 {
    margin-bottom: 1.5rem;
    font-size: 3.1rem;
  }
  .home .fillable-block {
    padding-top: 230px;
  }
  .hero--alt {
    margin-bottom: -160px;
    padding: 65px 0 45px;
  }
  .hero--alt .hero__image {
    left: 0;
    width: 78%;
  }
}
@media print, screen and (min-width: 1800px) {
  .hero__content {
    width: calc(100% - 570px);
  }
}
@media print, screen and (max-width: 1439px) {
  .hero.hero--alt + .usp {
    padding-top: 150px;
  }
}
/* stylelint-disable */
.image-slider {
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .image-slider {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
.image-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200px;
  background: #131332;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .image-slider:after {
    height: 320px;
  }
}
@media print, screen and (min-width: 75em) {
  .image-slider:after {
    height: 420px;
  }
}
.image-slider h2 {
  margin-bottom: 40px;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .image-slider h2 {
    margin-bottom: 60px;
  }
}
.image-slider__slider {
  position: relative;
  width: 100%;
}
.image-slider__slider .slick-list {
  overflow: visible;
}
.image-slider__slide {
  margin-right: 20px;
  width: 300px;
}
@media print, screen and (min-width: 64em) {
  .image-slider__slide {
    width: 380px;
  }
}
@media print, screen and (min-width: 75em) {
  .image-slider__slide {
    width: 480px;
  }
}
.image-slider__slide:nth-child(even) {
  padding-top: 20px;
}
.image-slider__slider-arrows {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .image-slider__slider-arrows {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    align-items: center;
  }
}

/* stylelint-disable */
.info-block {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .info-block {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .info-block {
    padding-bottom: 200px;
  }
}
@media print, screen and (min-width: 75em) {
  .info-block {
    padding-top: 160px;
  }
}
.info-block__intro {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .info-block__intro {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .info-block__intro {
    margin-bottom: 78px;
  }
}
.info-block__intro h2 {
  color: #363582;
}
.info-block__holder {
  margin: 0 -17px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info-block__items {
  margin-bottom: 30px;
  padding: 0 17px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .info-block__items {
    width: 50%;
  }
}
.info-block__box {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #f9f9fb;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 50, 0.1);
}
@media print, screen and (min-width: 64em) {
  .info-block__box {
    padding: 31px 42px 47px;
  }
}
.info-block__box i {
  margin-bottom: 25px;
  display: block;
  font-size: 35px;
  color: #62C1D1;
}
.info-block__box picture {
  margin-bottom: 25px;
  display: block;
  width: 32px;
}
.info-block__box picture img {
  width: 100%;
}
.info-block__box h4 {
  margin-bottom: 16px;
  color: #363582;
}
.info-block__box p {
  margin-bottom: 0;
}
.info-block__buttons {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.info-block__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* stylelint-disable */
.latest-news {
  margin-bottom: 40px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .latest-news {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .latest-news {
    margin-bottom: 141px;
    padding-top: 160px;
  }
}
.latest-news h2 {
  margin-bottom: 58px;
  color: #363582;
}
.latest-news h2 span {
  color: #62C1D1;
}
.latest-news__holder {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 75em) {
  .latest-news__holder {
    margin: 0 -20px;
  }
}
@media print, screen and (min-width: 90em) {
  .latest-news__holder {
    margin: 0 -50px;
  }
}
.latest-news__item {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .latest-news__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .latest-news__item {
    width: 33.3%;
  }
}
@media print, screen and (min-width: 75em) {
  .latest-news__item {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 90em) {
  .latest-news__item {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 40em) {
  .latest-news__buttons .button:first-child {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .latest-news__buttons .button:first-child {
    margin-right: 28px;
  }
}
.latest-news__buttons .button {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .latest-news__buttons .button {
    width: auto;
  }
}

/* stylelint-disable */
.machine-download {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .machine-download {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .machine-download {
    padding-top: 156px;
    padding-bottom: 156px;
  }
}
.machine-download__head {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.machine-download__head h2 {
  color: #363582;
}
.machine-download__select {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .machine-download__select {
    width: 490px;
  }
}
.machine-download__select select {
  padding: 10px 15px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #363582;
  border: 2px solid rgba(54, 53, 130, 0.3);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/wp-content/themes/gte/dist/images//select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 9px;
}
@media print, screen and (min-width: 64em) {
  .machine-download__select select {
    padding: 10px 25px;
    font-size: 18px;
  }
}
.machine-download__item {
  display: none;
}
.machine-download__item:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.machine-download__video {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #62C1D1;
}
@media print, screen and (min-width: 64em) {
  .machine-download__video {
    margin-bottom: 0;
    width: 50%;
  }
}
.machine-download__video .js-youtube-video {
  position: relative;
  display: block;
}
.machine-download__video .js-youtube-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: "icomoon", sans-serif;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  content: "\e90c";
}
@media print, screen and (min-width: 40em) {
  .machine-download__video .js-youtube-video:before {
    font-size: 50px;
  }
}
.machine-download__video img {
  mix-blend-mode: multiply;
  width: 100%;
}
.machine-download__download {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .machine-download__download {
    padding-left: 50px;
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .machine-download__download {
    padding-left: 150px;
  }
}
.machine-download__download ul {
  margin: 0;
  padding: 0;
}
.machine-download__download ul li {
  list-style: none;
}
.machine-download__download ul li a {
  padding-top: 8px;
  padding-right: 50px;
  padding-bottom: 8px;
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #363582;
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.machine-download__download ul li a:after {
  position: absolute;
  top: 13px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "icomoon", sans-serif;
  font-size: 8px;
  border: 2px solid rgba(54, 53, 130, 0.3);
  border-radius: 50%;
  content: "\e90f";
}
.machine-download__download ul li a:hover {
  text-decoration: none;
}
.machine-download__bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.03;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .machine-download__bg {
    width: 1128px;
  }
}
.machine-download__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* stylelint-disable */
.machines {
  margin-bottom: 80px;
  background-color: #f9f9f9;
}
@media print, screen and (min-width: 64em) {
  .machines {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .machines {
    margin-bottom: 150px;
  }
}
.machines__archive {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
}
@media print, screen and (min-width: 64em) {
  .machines__archive {
    padding: 50px 0;
  }
}
.machines__holder {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 75em) {
  .machines__holder {
    margin: 0 -20px;
  }
}
@media print, screen and (min-width: 90em) {
  .machines__holder {
    margin: 0 -50px;
  }
}
.machines__item {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .machines__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .machines__item {
    padding: 0 20px;
  }
}
.machines__buttons {
  padding-top: 40px;
  text-align: center;
}
.machines__buttons .button:after {
  transform: translateY(-50%) rotate(90deg);
}

/* stylelint-disable */
.machine-slider {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .machine-slider {
    padding-top: 125px;
    padding-bottom: 163px;
  }
}
.machine-slider__title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .machine-slider__title {
    margin-bottom: 0;
    max-width: 640px;
  }
}
.machine-slider__title h2 {
  margin-bottom: 0;
  line-height: 1.05;
}
.machine-slider__paragraph {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .machine-slider__paragraph {
    max-width: 720px;
  }
}
.machine-slider__paragraph p {
  margin-bottom: 28px;
}
.machine-slider__slider {
  padding-top: 73px;
  position: relative;
  z-index: 1;
}
.machine-slider .slick-track {
  margin-right: unset;
  margin-left: unset;
}
.machine-slider__slider-filter {
  margin-bottom: 50px;
}
.machine-slider__filters {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.machine-slider__filters li {
  margin: 0;
  list-style: none;
}
.machine-slider__filters h4 {
  margin: 0;
  color: #363582;
}
.machine-slider__filters a.button:after {
  display: none;
}
.machine-slider__select {
  margin-bottom: 0;
  min-width: 220px;
  line-height: 1.2;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23363582'/%3E%3C/svg%3E");
  background-size: 20px 25px;
}
.machine-slider__slider-arrows {
  position: absolute;
  top: 86px;
  right: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .machine-slider__slider-arrows {
    top: 0;
    display: unset;
  }
}
.machine-slider__bg {
  position: absolute;
  top: -160px;
  left: -10px;
  opacity: 0.03;
}
.machine-slider--grey {
  background-color: #f9f9fb;
}
.machine-slider .card-machine {
  padding: 0 25px 10px;
}

/* stylelint-disable */
.media-slider {
  margin-top: 40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .media-slider {
    margin-top: 80px;
    padding-bottom: 160px;
  }
}
.media-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 926px;
  height: 1366px;
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//media-overlay.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.media-slider h2 {
  margin-bottom: 40px;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .media-slider h2 {
    margin-bottom: 50px;
  }
}
.media-slider__slider {
  position: relative;
  width: 100%;
}
.media-slider__slider .slick-list {
  overflow: visible;
}
.media-slider__slide {
  margin-right: 20px;
  width: 300px;
}
@media print, screen and (min-width: 64em) {
  .media-slider__slide {
    width: 300px;
  }
}
@media print, screen and (min-width: 75em) {
  .media-slider__slide {
    width: 480px;
  }
}
.media-slider__slide:nth-child(even) {
  padding-top: 10px;
}
@media print, screen and (min-width: 75em) {
  .media-slider__slide:nth-child(even) {
    padding-top: 30px;
  }
}
.media-slider__slide:nth-child(3) {
  padding-top: 20px;
}
@media print, screen and (min-width: 75em) {
  .media-slider__slide:nth-child(3) {
    padding-top: 60px;
  }
}
.media-slider__video {
  margin-right: 20px;
  position: relative;
  display: block;
  width: 300px;
}
@media print, screen and (min-width: 40em) {
  .media-slider__video {
    width: 450px;
  }
}
@media print, screen and (min-width: 64em) {
  .media-slider__video {
    width: 600px;
  }
}
@media print, screen and (min-width: 75em) {
  .media-slider__video {
    width: 906px;
  }
}
.media-slider__video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #62C1D1;
  content: "";
  mix-blend-mode: multiply;
}
.media-slider__video:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/wp-content/themes/gte/dist/images//play-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.media-slider__video img {
  filter: grayscale(100%);
}
.media-slider__slider-arrows {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .media-slider__slider-arrows {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    align-items: center;
  }
}

/* stylelint-disable */
.news {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 64em) {
  .news {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .news {
    margin-bottom: 150px;
  }
}
.news__holder {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 75em) {
  .news__holder {
    margin: 0 -20px;
  }
}
@media print, screen and (min-width: 90em) {
  .news__holder {
    margin: 0 -50px;
  }
}
.news__item {
  margin-bottom: 80px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .news__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .news__item {
    width: 33.3%;
  }
}
@media print, screen and (min-width: 75em) {
  .news__item {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 90em) {
  .news__item {
    padding: 0 50px;
  }
}
.news__buttons {
  padding-top: 40px;
  text-align: center;
}
.news__buttons .button:after {
  transform: translateY(-50%) rotate(90deg);
}

/* stylelint-disable */
.page-banner {
  padding-top: 16px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .page-banner {
    padding-bottom: 0;
  }
}
.page-banner__holder {
  display: flex;
  flex-wrap: wrap;
}
.page-banner__content {
  padding-top: 20px;
  order: 2;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-banner__content {
    padding-right: 40px;
    padding-bottom: 40px;
    order: 1;
    width: 45%;
  }
}
@media print, screen and (min-width: 75em) {
  .page-banner__content {
    padding-top: 97px;
  }
}
.page-banner__content h1 {
  margin-bottom: 21px;
  color: #363582;
}
.page-banner__content .share:after {
  content: "\e90d";
}
.page-banner__images {
  order: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-banner__images {
    margin-right: -160px;
    order: 2;
    width: calc(55% + 160px);
  }
}
.page-banner__images img {
  margin: 0 auto;
}
.page-banner__slide a {
  position: relative;
  display: block;
  background-color: #62C1D1;
}
.page-banner__slide a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: "icomoon", sans-serif;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  content: "\e90c";
}
@media print, screen and (min-width: 64em) {
  .page-banner__slide a:before {
    font-size: 50px;
  }
}
.page-banner__slide a img {
  mix-blend-mode: multiply;
}

/* stylelint-disable */
.partner {
  padding-top: 100px;
  padding-bottom: 250px;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 40em) {
  .partner {
    padding-bottom: 320px;
  }
}
@media print, screen and (min-width: 75em) {
  .partner {
    padding-top: 161px;
  }
}
.partner h2 {
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .partner__left {
    max-width: 700px;
  }
}
.partner__right {
  padding-top: 4px;
}
@media print, screen and (min-width: 64em) {
  .partner__right {
    margin-left: auto;
    max-width: 700px;
  }
}

/* stylelint-disable */
.photo-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .photo-content {
    padding-bottom: 140px;
  }
}
.photo-content__text {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 75em) {
  .photo-content__text {
    padding-top: 108px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 90em) {
  .photo-content__text {
    padding-left: 99px;
  }
}
.photo-content__text h2 {
  margin-bottom: 31px;
  line-height: 1.05;
  color: #363582;
}
.photo-content__text p {
  margin-bottom: 33px;
}
.photo-content__images {
  position: relative;
  z-index: 1;
}
.photo-content__big-image {
  width: 300px;
  height: 300px;
}
@media print, screen and (min-width: 64em) {
  .photo-content__big-image {
    width: 700px;
    max-height: 600px;
  }
}
.photo-content__big-image img {
  max-height: 100%;
}
@media print, screen and (min-width: 40em) {
  .photo-content__align-top {
    padding-top: unset !important;
  }
}
.photo-content__small-image {
  padding-top: 20px;
  width: 250px;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .photo-content__small-image {
    margin-top: -230px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .photo-content__small-image {
    position: relative;
    z-index: 100;
    float: right;
    width: 500px;
    max-height: 500px;
  }
}
.photo-content__small-image img {
  margin-left: auto;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .photo-content__small-image img {
    width: auto;
  }
}
.photo-content__buttons .button.clear {
  font-weight: 600;
}
.photo-content__circle {
  position: absolute;
  top: -150px;
  left: -7px;
  opacity: 0.04;
}
@media print, screen and (min-width: 40em) {
  .photo-content__circle {
    top: -429px;
  }
}
.photo-content--blue {
  background-color: #131332;
}
@media print, screen and (min-width: 64em) {
  .photo-content--blue {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.photo-content--blue .photo-content__circle {
  top: 0;
}
@media print, screen and (min-width: 40em) {
  .photo-content--blue .photo-content__circle {
    top: 0;
  }
}
.photo-content--blue .photo-content__text h2,
.photo-content--blue .photo-content__text strong,
.photo-content--blue .photo-content__text p {
  color: #fff;
}
.photo-content--blue .photo-content__text a {
  color: #62C1D1;
}
.photo-content--blue .photo-content__buttons .button.warning {
  color: #fff !important;
}
.photo-content--blue .photo-content__buttons .button.clear {
  padding-right: 60px;
  padding-left: 24px;
  text-decoration: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.photo-content--blue .photo-content__buttons .button.clear:hover {
  color: #62C1D1;
  border-color: rgba(98, 193, 209, 0.3);
  box-shadow: 0 9px 16px rgba(88, 72, 0, 0);
}
.photo-content--blue .photo-content__buttons .button.clear:after {
  right: 25px;
}
.photo-content--cream {
  margin-top: -173px;
  padding-top: 270px;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 64em) {
  .photo-content--cream {
    padding-top: 330px;
  }
}
.photo-content--cream .photo-content__text {
  padding-left: 0;
}
.photo-content--cream .photo-content__big-image img {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .photo-content--cream .photo-content__big-image img {
    width: auto;
  }
}
.photo-content--cream .photo-content__small-image {
  display: none;
  width: 250px;
  height: 250px;
}
.photo-content--right {
  margin-top: 0;
  padding-top: 80px;
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  .photo-content--right {
    padding-top: 160px;
  }
}
@media print, screen and (min-width: 64em) {
  .photo-content--right .cell.large-7 {
    order: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .photo-content--right .cell.large-5 {
    order: 1;
  }
}
.photo-content--right .photo-content__text {
  padding-left: 0;
}
.photo-content--right .photo-content__big-image picture {
  display: block;
}
.photo-content--right .photo-content__big-image img {
  margin-left: auto;
  display: block;
}

/* stylelint-disable */
.platform-slider {
  padding-bottom: 70px;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 40em) {
  .platform-slider {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .platform-slider {
    padding-top: 20px;
    padding-bottom: 154px;
  }
}
.platform-slider__text {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .platform-slider__text {
    margin-bottom: 0;
    max-width: 460px;
  }
}
.platform-slider__text h2 {
  color: #363582;
}
.platform-slider__item {
  position: relative;
}
.platform-slider__slide {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 75em) {
  .platform-slider__slide {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.platform-slider__slider-navs {
  display: flex;
}
.platform-slider__slider-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* stylelint-disable */
.post-banner {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .post-banner {
    margin-bottom: 0;
  }
}
.post-banner__holder {
  display: flex;
  flex-wrap: wrap;
}
.post-banner__item {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .post-banner__item {
    width: 50%;
  }
}
.post-banner__item:first-child {
  padding-right: 20px;
  order: 2;
}
@media print, screen and (min-width: 64em) {
  .post-banner__item:first-child {
    order: 1;
  }
}
.post-banner__item:last-child {
  margin-bottom: 50px;
  order: 1;
}
@media print, screen and (min-width: 64em) {
  .post-banner__item:last-child {
    margin-bottom: 0;
    order: 2;
  }
}
.post-banner__text {
  margin-bottom: 40px;
  padding-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .post-banner__text {
    margin-bottom: 100px;
    padding-top: 67px;
    max-width: 700px;
  }
}
.post-banner__text h6 {
  margin-bottom: 11px;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.post-banner__text h6:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "icomoon", sans-serif;
  font-size: 17px;
  color: #62C1D1;
  content: "\e900";
}
.post-banner__text h1 {
  color: #363582;
}
.post-banner__info {
  margin-right: -125px;
  padding: 45px 27px 45px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 125px);
}
.post-banner__info-image {
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .post-banner__info-image {
    margin-bottom: 0;
    width: 12%;
  }
}
.post-banner__info-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .post-banner__info-text {
    padding-left: 10px;
    width: 88%;
  }
}
.post-banner__info-text h4 {
  margin-bottom: 14px;
  color: #fff;
}
.post-banner__contact {
  margin: 0;
  padding: 0;
}
.post-banner__contact li {
  margin-right: 27px;
  display: inline-block;
  list-style: none;
}
.post-banner__contact li:last-child {
  margin-right: 0;
}
.post-banner__tel, .post-banner__mail {
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}
.post-banner__tel:hover, .post-banner__mail:hover {
  text-decoration: none;
  color: #62C1D1;
}
.post-banner__tel:before, .post-banner__mail:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon", sans-serif;
  color: #62C1D1;
  content: "\e909";
}
.post-banner__mail:before {
  content: "\e908";
}
.post-banner__btn {
  padding-top: 12px;
  width: 100%;
}
@media print, screen and (min-width: 90em) {
  .post-banner__btn {
    width: auto;
  }
}
.post-banner__btn .button {
  margin-bottom: 0;
}
.post-banner__btn .button:after {
  content: "\e90d";
}
.post-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.post-banner__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 105);
  content: "";
  mix-blend-mode: multiply;
}
.post-banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}
.post-banner__images {
  margin-right: -162px;
  width: calc(100% + 162px);
}
.post-banner__images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .post-banner__images img {
    min-height: 760px;
  }
}
@media print, screen and (min-width: 64em) {
  .post-banner + .photo-content {
    margin-top: -145px;
    padding-top: 400px;
  }
}
.post-banner + .photo-content .photo-content__big-image img {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .post-banner + .photo-content .photo-content__big-image img {
    width: auto;
  }
}
.post-banner + .photo-content .photo-content__small-image {
  display: none;
}
.post-banner + .photo-content + .photo-content .photo-content__small-image {
  display: none;
}

/* stylelint-disable */
.quick-links {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.quick-links__text {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .quick-links__text {
    padding-top: 110px;
    padding-bottom: 0;
    max-width: 500px;
  }
}
@media print, screen and (min-width: 75em) {
  .quick-links__text {
    padding-top: 156px;
  }
}
.quick-links__text h2 {
  color: #363582;
}
.quick-links__text p a {
  font-weight: 700;
  color: #363582;
  transition: all 0.3s;
}
.quick-links__text p a:hover {
  color: #62C1D1;
}
.quick-links__single-btn {
  padding-top: 60px;
}
.quick-links__link {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .quick-links__link {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
  }
}
@media print, screen and (min-width: 75em) {
  .quick-links__link {
    padding-top: 143px;
    padding-bottom: 147px;
    padding-left: 135px;
  }
}
.quick-links__link:after {
  margin-right: -15px;
  margin-left: -15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #F9F9F9;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .quick-links__link:after {
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
  }
}
.quick-links__items {
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.quick-links__items .button {
  margin-bottom: 0;
  padding: 18px 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #363582;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  .quick-links__items .button {
    font-size: 28px;
  }
}
.quick-links__items .button:after {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.quick-links__items .button:hover {
  color: #62C1D1;
  background-color: transparent;
  box-shadow: none;
}
.quick-links__items:last-child {
  border-bottom: 0;
}
.quick-links__holder {
  overflow: hidden;
}
.quick-links__bg {
  position: absolute;
  top: -69px;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.quick-links__bg img {
  width: 100%;
}

.machine-slider + .quick-links {
  margin-top: -80px;
}

/* stylelint-disable */
.quote-block {
  padding-bottom: 80px;
  text-align: center;
  background-color: #131332;
}
@media print, screen and (min-width: 64em) {
  .quote-block {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .quote-block {
    padding-bottom: 150px;
  }
}
.quote-block__text {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1135px;
  color: #fff;
}
.quote-block__text p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 64em) {
  .quote-block__text p {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .quote-block__text p {
    font-size: 48px;
  }
}
.quote-block__text h5 {
  margin-bottom: 10px;
}
.quote-block__text:before, .quote-block__text:after {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: 47px;
  height: 34px;
  content: "";
}
.quote-block__text:before {
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/gte/dist/images//quote-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 47px 34px;
}
@media print, screen and (min-width: 75em) {
  .quote-block__text:before {
    left: -30px;
  }
}
.quote-block__text:after {
  margin-left: 130px;
  top: 50%;
  left: 50%;
  background-image: url(/wp-content/themes/gte/dist/images//quote-icon1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 47px 34px;
}
.quote-block + .photo-content .photo-content__small-image {
  display: none;
}

/* stylelint-disable */
.search-form {
  width: 100%;
}

/* stylelint-disable */
.success-slider {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  background-color: #131332;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .success-slider {
    padding-top: 160px;
    padding-bottom: 162px;
  }
}
.success-slider:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 380px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  background: linear-gradient(to right, rgba(19, 19, 50, 0) 0%, rgb(19, 19, 50) 100%);
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 64em) {
  .success-slider:after {
    display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .success-slider:after {
    width: 696px;
  }
}
.success-slider__text {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .success-slider__text {
    max-width: 460px;
  }
}
.success-slider__text h2 {
  margin-bottom: 30px;
}
.success-slider__buttons {
  margin-top: auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.success-slider__buttons .button.white.hollow:hover {
  border-color: rgba(98, 193, 209, 0.3);
}
.success-slider__slider {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .success-slider__slider {
    padding-left: 78px;
  }
}
.success-slider__slider-dots {
  margin-top: 9px;
}
.success-slider__slider-arrows {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 1;
}
@media print, screen and (min-width: 90em) {
  .success-slider__slider-arrows {
    left: auto;
  }
}
.success-slider .card-success {
  padding: 0 20px;
}
.success-slider__logo-slider {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .success-slider__logo-slider {
    padding-top: 130px;
  }
}
.success-slider__logo-slider h2 {
  margin-bottom: 30px;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .success-slider__logo-slider h2 {
    margin-bottom: 42px;
  }
}
.success-slider__logo-slide-nav {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .success-slider__logo-slide-nav {
    padding-top: 0;
    position: absolute;
    top: 140px;
    right: 0;
    bottom: auto;
    left: auto;
    justify-content: unset;
  }
}
@media print, screen and (min-width: 75em) {
  .success-slider__logo-slide-nav {
    top: 160px;
  }
}
.success-slider__logo-slide-nav .slick-dots {
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .success-slider__logo-slide-nav .slick-dots {
    padding-right: 48px;
  }
}
.success-slider__logo-slide-nav .slick-next {
  margin-left: 14px;
  order: 3;
}
.success-slider__logo-slide-nav .slick-prev {
  order: 2;
}
.success-slider__logos {
  padding: 0 20px;
}
.success-slider__logos img {
  height: 50px;
}
.success-slider__bg {
  position: absolute;
  bottom: -154px;
  left: -8px;
  opacity: 0.2;
}
.success-slider--white {
  background-color: #fff;
}
.success-slider--white .success-slider__bg {
  opacity: 0.06 !important;
}
.success-slider--white .success-slider__text h2 {
  color: #363582;
}
.success-slider--white .success-slider__text p {
  color: #656466;
}
.success-slider--white .success-slider__logo-slider h2 {
  color: #363582;
}
.success-slider--white .card-success .card-success__box {
  background-color: #fff;
}
.success-slider--white .card-success .card-success__content {
  color: #656466;
}
.success-slider--white .card-success .card-success__content h3 {
  color: #363582;
}
.success-slider--white:after {
  display: none;
}
.success-slider--blue strong {
  color: #fff;
}

.whiteLogo {
  filter: brightness(0%) invert(1);
}

.blackLogo {
  filter: brightness(0%) invert(0);
}

/* stylelint-disable */
.successverhalen {
  margin-bottom: 80px;
  padding-top: 40px;
  background-color: #f9f9f9;
}
@media print, screen and (min-width: 64em) {
  .successverhalen {
    margin-bottom: 100px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 75em) {
  .successverhalen {
    margin-bottom: 150px;
  }
}
.successverhalen__holder {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 75em) {
  .successverhalen__holder {
    margin: 0 -20px;
  }
}
@media print, screen and (min-width: 90em) {
  .successverhalen__holder {
    margin: 0 -50px;
  }
}
.successverhalen__item {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .successverhalen__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .successverhalen__item {
    width: 33.3%;
  }
}
@media print, screen and (min-width: 75em) {
  .successverhalen__item {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 90em) {
  .successverhalen__item {
    padding: 0 50px;
  }
}
.successverhalen__item hr {
  border: 1px solid #ebeaf2;
}
.successverhalen__buttons {
  padding-top: 40px;
  text-align: center;
}
.successverhalen__buttons .button:after {
  transform: translateY(-50%) rotate(90deg);
}

/* stylelint-disable */
.team-block {
  padding-top: 10px;
  padding-bottom: 150px;
  position: relative;
  background-color: #131332;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .team-block {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 75em) {
  .team-block {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media print, screen and (min-width: 40em) {
  .team-block:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, rgb(19, 19, 50), rgba(19, 19, 50, 0));
    content: "";
    pointer-events: none;
  }
}
.team-block__text {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .team-block__text {
    max-width: 490px;
  }
}
.team-block__text h2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .team-block__slider {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 75em) {
  .team-block__slider {
    padding-left: 78px;
  }
}
.team-block__slider-counter {
  margin-left: 20px;
  order: 4;
  font-weight: 600;
}
.team-block__item {
  padding-right: 12px;
  padding-left: 12px;
}
.team-block__slider-nav {
  display: flex;
  align-content: center;
}
.team-block .slick-list {
  margin-right: 0 !important;
  overflow: visible;
}
.team-block .slick-list:before {
  position: absolute;
  left: -50vw;
  z-index: 1;
  display: block;
  width: 50vw;
  height: 100%;
  background: #131332;
  content: "";
}

/* stylelint-disable */
.usp-block {
  margin-top: -260px;
  padding-top: 150px;
  padding-bottom: 20px;
  background-color: #f9f9fb;
}
.usp-block ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.usp-block ul li {
  padding: 0 5px;
  width: 100%;
  font-size: 18px;
  list-style: none;
}
@media print, screen and (min-width: 90em) {
  .usp-block ul li {
    width: 33.3%;
  }
}
.usp-block ul li svg {
  margin-right: 15px;
  width: 16px;
  height: 16px;
  stroke: #62C1D1;
}

/* stylelint-disable */
.video-banner {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.video-banner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #131332;
  content: "";
}
.video-banner--inner:after {
  display: none;
}
.video-banner h1 {
  margin-bottom: 30px;
  color: #363582;
}
@media print, screen and (min-width: 64em) {
  .video-banner h1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 75em) {
  .video-banner h1 {
    margin-bottom: 65px;
  }
}
.video-banner__slide {
  position: relative;
}
.video-banner__slide a:focus,
.video-banner__slide a:hover {
  text-decoration: none;
}
.video-banner__slide img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media print, screen and (min-width: 40em) {
  .video-banner__slide img {
    min-height: auto;
  }
}
.video-banner__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-banner__icon i {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  background-color: #62C1D1;
}
@media print, screen and (min-width: 40em) {
  .video-banner__icon i {
    width: 100px;
    height: 100px;
    font-size: 34px;
  }
}
.video-banner__icon span {
  margin-top: 10px;
  padding: 5px 10px;
  display: block;
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  background-color: #62C1D1;
}

/* stylelint-disable */
.video-block {
  margin-bottom: 80px;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #f9f9fb;
}
@media print, screen and (min-width: 40em) {
  .video-block {
    margin-bottom: 150px;
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.video-block__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.video-block__videos {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .video-block__videos {
    width: 50%;
  }
}
.video-block__video {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #62C1D1;
}
@media print, screen and (min-width: 64em) {
  .video-block__video {
    margin-bottom: 0;
  }
}
.video-block__video:last-child {
  display: block;
}
.video-block__video .js-youtube-video {
  position: relative;
  display: block;
}
.video-block__video .js-youtube-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: "icomoon", sans-serif;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  content: "\e90c";
}
@media print, screen and (min-width: 40em) {
  .video-block__video .js-youtube-video:before {
    font-size: 50px;
  }
}
.video-block__video img {
  width: 100%;
  mix-blend-mode: multiply;
}
.video-block__download {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .video-block__download {
    padding-left: 50px;
    width: 50%;
  }
}
@media print, screen and (min-width: 75em) {
  .video-block__download {
    padding-left: 150px;
  }
}
.video-block__download h4 {
  margin-bottom: 0;
  padding-top: 11px;
  padding-right: 50px;
  padding-bottom: 11px;
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #363582;
  border-bottom: 1px solid rgba(159, 159, 159, 0.1);
}
.video-block__download h4:after {
  position: absolute;
  top: 16px;
  right: 6px;
  font-family: "icomoon", sans-serif;
  font-size: 20px;
  color: #62C1D1;
  border-radius: 50%;
  content: "\e90c";
}
.video-block__download h4:hover {
  text-decoration: none;
}
.video-block__download h4 .js-youtube-video:before {
  content: "";
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/icons/icomoon.eot?o49eak");
  src: url("/wp-content/themes/gte/dist/fonts/icons/icomoon.eot?o49eak#iefix") format("embedded-opentype"), url("/wp-content/themes/gte/dist/fonts/icons/icomoon.ttf?o49eak") format("truetype"), url("/wp-content/themes/gte/dist/fonts/icons/icomoon.woff?o49eak") format("woff"), url("/wp-content/themes/gte/dist/fonts/icons/icomoon.svg?o49eak#icomoon") format("svg");
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e90f";
}

.icon-alarm-clock:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-next:before {
  content: "\e902";
}

.icon-arrow-prev:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-earth:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-pin-x-mark:before {
  content: "\e90a";
}

.icon-play-hollow:before {
  content: "\e90b";
}

.icon-play:before {
  content: "\e90c";
}

.icon-share:before {
  content: "\e90d";
}

.icon-youtube:before {
  content: "\e90e";
}

/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 400;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-400-italic-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 400;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-400-italic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 600;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-600-italic-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 600;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-600-italic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-700-italic-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-700-italic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-400-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-400.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 600;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-600-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 600;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-600.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-700-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: normal;
  src: url("/wp-content/themes/gte/dist/fonts/titillium/Titillium-Web-700.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.basicLightbox {
  cursor: zoom-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.01;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s ease;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  z-index: 1;
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

.lightbox {
  cursor: zoom-in;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #fff;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid transparent;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn--dark {
  color: #ddd;
  background: #333;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.slick-slide {
  height: auto;
}

.application-slider .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
@media print, screen and (min-width: 40em) {
  .application-slider .slick-list {
    margin-right: -370px;
  }
}
.machine-slider .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
@media print, screen and (min-width: 40em) {
  .machine-slider .slick-list {
    margin-right: -370px;
  }
}
.success-slider .slick-list {
  margin-right: -20px;
  margin-left: -20px;
}
@media print, screen and (min-width: 40em) {
  .success-slider .slick-list {
    margin-right: -470px;
  }
}
.platform-slider .slick-list {
  margin-right: -20px;
  margin-left: -20px;
}
@media print, screen and (min-width: 40em) {
  .platform-slider .slick-list {
    margin-right: -470px;
  }
}
@media print, screen and (min-width: 75em) {
  .platform-slider .slick-list {
    margin-left: -40px;
  }
}
.banner .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
.team-block .slick-list {
  margin-right: -20px;
  margin-left: -20px;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  .team-block .slick-list {
    margin-right: -320px;
  }
}
@media print, screen and (min-width: 75em) {
  .team-block .slick-list {
    margin-right: -600px;
  }
}

.application-slider .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.application-slider .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.application-slider .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.application-slider .slick-arrow.slick-prev {
  order: 2;
}
.application-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.machine-slider .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.machine-slider .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.machine-slider .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.machine-slider .slick-arrow.slick-prev {
  order: 2;
}
.machine-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.media-slider .slick-arrow, .image-slider .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.media-slider .slick-arrow.slick-disabled, .image-slider .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.media-slider .slick-arrow.slick-next, .image-slider .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.media-slider .slick-arrow.slick-prev, .image-slider .slick-arrow.slick-prev {
  order: 2;
}
.media-slider .slick-arrow:hover, .image-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.success-slider .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.success-slider .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.success-slider .slick-arrow.slick-next {
  margin-left: 14px;
}
.success-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.logos .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.logos .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.logos .slick-arrow:hover {
  transform: scale(1.2);
}
.platform-slider .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.platform-slider .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.platform-slider .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.platform-slider .slick-arrow.slick-prev {
  order: 2;
}
.platform-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.banner .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #363582;
  transition: all 0.3s;
}
.banner .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.banner .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.banner .slick-arrow.slick-prev {
  order: 2;
}
.banner .slick-arrow:hover {
  transform: scale(1.2);
}
.team-block .slick-arrow {
  font-size: 24px;
  cursor: pointer;
  color: #62C1D1;
  transition: all 0.3s;
}
.team-block .slick-arrow.slick-disabled {
  color: rgba(98, 193, 209, 0.2);
}
.team-block .slick-arrow.slick-next {
  margin-left: 14px;
  order: 3;
}
.team-block .slick-arrow.slick-prev {
  order: 2;
}
.team-block .slick-arrow:hover {
  transform: scale(1.2);
}

.application-slider .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .application-slider .slick-dots {
    padding-right: 165px;
  }
}
.application-slider .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.application-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.application-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.application-slider .slick-dots li:last-child {
  margin-right: 0;
}
.machine-slider .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .machine-slider .slick-dots {
    padding-right: 50px;
  }
}
.machine-slider .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.machine-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.machine-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.machine-slider .slick-dots li:last-child {
  margin-right: 0;
}
.media-slider .slick-dots, .image-slider .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 30px;
  display: flex;
  order: 3;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .media-slider .slick-dots, .image-slider .slick-dots {
    padding-left: 165px;
  }
}
.media-slider .slick-dots li, .image-slider .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.media-slider .slick-dots li button, .image-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.media-slider .slick-dots li.slick-active button, .image-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.media-slider .slick-dots li:last-child, .image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.success-slider .slick-dots {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  line-height: 1;
}
.success-slider .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.success-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgba(98, 193, 209, 0.2);
}
.success-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.success-slider .slick-dots li:last-child {
  margin-right: 0;
}
.logos .slick-dots {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  line-height: 1;
}
.logos .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.logos .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgba(98, 193, 209, 0.2);
}
.logos .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.logos .slick-dots li:last-child {
  margin-right: 0;
}
.platform-slider .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .platform-slider .slick-dots {
    padding-right: 48px;
  }
}
.platform-slider .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.platform-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.platform-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.platform-slider .slick-dots li:last-child {
  margin-right: 0;
}
.banner .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .banner .slick-dots {
    padding-right: 48px;
  }
}
.banner .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.banner .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.banner .slick-dots li:last-child {
  margin-right: 0;
}
.page-banner .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .page-banner .slick-dots {
    padding-right: 48px;
  }
}
.page-banner .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.page-banner .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.page-banner .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.page-banner .slick-dots li:last-child {
  margin-right: 0;
}
.team-block .slick-dots {
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 30px;
  display: flex;
  order: 1;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .team-block .slick-dots {
    padding-right: 115px;
  }
}
.team-block .slick-dots li {
  margin-right: 5px;
  list-style: none;
}
.team-block .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(98, 193, 209, 0.2);
  cursor: pointer;
}
.team-block .slick-dots li.slick-active button {
  width: 20px;
  background-color: #62C1D1;
}
.team-block .slick-dots li:last-child {
  margin-right: 0;
}
