@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* @group FOUNDATION */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 50em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 50em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

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

.grid-x > .small-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: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .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: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .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-shrink, .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: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

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

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

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

.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-x > .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .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.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem); }

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

.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.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 50em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

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

@media print, screen and (min-width: 50em) {
  .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: 50em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .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.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

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

.small-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 2rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 2rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 2rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 2rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 2rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 2rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 2rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 2rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 2rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 2rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 2rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 2rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 2rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 2rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 2rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 2rem / 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: 50em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-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: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 50em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .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: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .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-shrink, .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: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }

.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }

.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: 50em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

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

@media print, screen and (min-width: 50em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 50em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

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

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem); }
  @media print, screen and (min-width: 50em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 50em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 4.8rem; }
  h2, .h2 {
    font-size: 4rem; }
  h3, .h3 {
    font-size: 3.1rem; }
  h4, .h4 {
    font-size: 2.5rem; }
  h5, .h5 {
    font-size: 2rem; }
  h6, .h6 {
    font-size: 1.6rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, 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.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

figure {
  margin: 0; }

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

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

.lead {
  font-size: 78.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, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 1.3rem; }
  cite:before, .cite-block:before {
    content: "— "; }

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    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; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-ie {
  display: none; }

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

.show-for-sticky {
  display: none; }

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

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

.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: 50em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .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; } }

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

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

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

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

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

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

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

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

/* 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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden; }
  @media only screen and (max-width: 640px) {
    html {
      font-size: 55%; } }

body {
  font-size: 1.8rem;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  position: relative;
  font-family: 'Red Hat Display', sans-serif; }

main {
  overflow: hidden; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 4.8rem; }

h2 {
  font-size: 3.6rem;
  letter-spacing: 1.7px; }

h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.8px; }

h4 {
  font-size: 2rem;
  letter-spacing: 0.5px; }

p {
  color: #555555;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0; }
  p.lead {
    font-size: 2.2rem; }

a {
  -webkit-transition: all 200ms;
  font-weight: 600;
  -o-transition: all 200ms;
  transition: all 200ms;
  color: inherit;
  position: relative;
  color: inherit;
  text-decoration: none; }
  a:focus {
    color: inherit; }
  a.btn {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    padding: 1rem 2.6rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    a.btn.btn-primary {
      background-color: #1a3b6d;
      border: 1px solid #1a3b6d; }
      a.btn.btn-primary:hover {
        background-color: transparent;
        color: #1a3b6d; }
    a.btn.btn-white {
      background-color: #fff;
      border: 1px solid #fff;
      color: #000; }
      a.btn.btn-white:hover {
        background-color: #1a3b6d;
        border: 1px solid #1a3b6d;
        color: #fff; }
    a.btn.btn-white-outlined {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff; }
      a.btn.btn-white-outlined:hover {
        background-color: #1a3b6d;
        color: #fff; }

hr {
  height: 0;
  width: 100%;
  max-width: 130rem;
  margin: 0rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(26, 59, 109, 0.2);
  border-left: 0; }

.mb-xs {
  margin-bottom: 1rem; }

.mb-sm {
  margin-bottom: 2rem; }

.mb-md {
  margin-bottom: 3rem; }

.mb-lg {
  margin-bottom: 5rem; }

.mb-xl {
  margin-bottom: 7rem; }

.mb-xxl {
  margin-bottom: 9rem; }
  @media screen and (max-width: 350px) {
    .mb-xxl {
      margin-bottom: 5rem; } }

.mt-xs {
  margin-top: 1rem; }

.mt-sm {
  margin-top: 2rem; }

.mt-md {
  margin-top: 3rem; }

.mt-lg {
  margin-top: 4rem; }

.mt-xl {
  margin-top: 7rem; }

.mt-xxl {
  margin-top: 9rem; }

.padding {
  padding: 7rem 0; }

.padding-small {
  padding: 5rem 0; }

.padding-large {
  padding: 10rem 0; }

.no-padding {
  padding: 0; }

.page-title {
  font-size: 6.8rem;
  letter-spacing: 2px; }

.page-pretitle {
  font-size: 1.6rem;
  letter-spacing: 2px; }

.gradient {
  background: linear-gradient(180deg, #c7deeb 0%, rgba(199, 222, 235, 0) 32.1%); }

.relative {
  position: relative; }

.page-intro {
  max-width: 77.5rem;
  margin: 0 auto;
  text-align: center; }
  .page-intro p:not(:last-child) {
    margin-bottom: 1em; }

.grid-container {
  padding: 0 4rem;
  max-width: 140rem;
  width: 100%; }
  @media screen and (max-width: 1350px) {
    .grid-container {
      max-width: 140rem; } }
  @media screen and (max-width: 800px) {
    .grid-container {
      padding: 0 2rem; } }
  .grid-container.fluid {
    padding: 0; }

.grid-container-small {
  max-width: 67rem;
  margin: 0 auto; }

.grid-container-medium {
  max-width: 90rem;
  margin: 0 auto; }

.grid-container-medium-large {
  max-width: 115rem;
  margin: 0 auto;
  width: 100%; }

.grid-container-large {
  max-width: 160rem;
  margin: 0 auto;
  width: 100%; }

hr {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  max-width: 100%; }

.min-view {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.white {
  color: #fff; }

.grey-bg {
  background-color: #ebecee; }

.primary {
  color: #1a3b6d; }

.black {
  color: #000; }

.primary {
  color: #1a3b6d; }

.secondary {
  color: #c7deeb; }

.primary-bg {
  background-color: #1a3b6d; }

.secondary-bg {
  background-color: #c7deeb; }

.white-bg {
  background-color: #fff; }

.regular {
  font-weight: 400; }

.semi {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.height-100 {
  height: 100%; }

.caps {
  text-transform: uppercase; }

.section-title {
  font-size: 3.4rem;
  font-weight: 600;
  color: #000;
  position: relative; }
  .section-title.big {
    font-size: 5.4rem; }
    @media print, screen and (max-width: 49.99875em) {
      .section-title.big {
        font-size: 4.5rem; } }
  .section-title.underline {
    margin-bottom: 7rem; }
    .section-title.underline:after {
      content: '';
      position: absolute;
      width: 13.3rem;
      height: 2px;
      position: absolute;
      bottom: -2rem;
      left: 0.4rem;
      background-color: #000; }
    .section-title.underline.centered:after {
      left: 50%;
      transform: translateX(-50%); }

.portfolio-item {
  max-width: 70rem;
  margin: 0 auto 3rem auto;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 800px) {
    .portfolio-item {
      max-width: 50rem; } }
  .portfolio-item__details {
    padding: 3rem;
    transition: all 300ms;
    background-color: #fff;
    position: relative;
    z-index: 30; }
  .portfolio-item__image__wrap {
    width: 100%;
    height: 42rem;
    overflow: hidden;
    flex-shrink: 0; }
    @media screen and (max-width: 800px) {
      .portfolio-item__image__wrap {
        width: 100%; } }
    .portfolio-item__image__wrap:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all 300ms;
      background: linear-gradient(181.09deg, rgba(26, 59, 109, 0) 36.79%, #1a3b6d 99.06%);
      opacity: 0;
      z-index: 10; }
  .portfolio-item__image {
    width: 100%;
    height: 42rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: transform 2s; }
    @media screen and (max-width: 800px) {
      .portfolio-item__image {
        width: 100%; } }
  .portfolio-item__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    transition: all 300ms;
    margin: 0; }
  .portfolio-item__address {
    font-size: 1.8rem;
    color: #555555;
    transition: all 300ms; }
  .portfolio-item:hover .portfolio-item__image__wrap:before {
    opacity: 1; }
  .portfolio-item:hover .portfolio-item__details {
    background-color: #1a3b6d; }
  .portfolio-item:hover .portfolio-item__title {
    color: #fff; }
  .portfolio-item:hover .portfolio-item__address {
    color: #fff; }

.skipnav {
  position: absolute;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%; }
  .skipnav a {
    display: block;
    position: absolute;
    left: -1000em;
    top: 0; }
    .skipnav a:focus, .skipnav a:active {
      color: #fff;
      background-color: #000;
      left: auto;
      top: auto;
      height: auto;
      overflow: auto;
      padding: 5px;
      border-radius: 15px;
      border: 4px solid yellow;
      text-align: center;
      font-size: 1.2em;
      z-index: 999;
      display: block;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.loader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a3b6d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .loader-wrap img {
    max-width: 30rem; }

.parallax__wrap {
  position: relative; }

.parallax-img {
  z-index: -1; }

.decorator-top {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 23rem; }

main {
  z-index: 0; }
  main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 36rem;
    background: linear-gradient(180deg, #fff 3%, rgba(255, 255, 255, 0) -25.81%, #aac4d2 70%);
    transform: matrix(1, 0, 0, -1, 0, 0); }

.sphere {
  position: relative;
  width: 45rem;
  height: 45rem;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .sphere {
      width: 30rem;
      height: 30rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .sphere {
      margin-bottom: 4rem; } }
  .sphere.small {
    width: 40rem;
    height: 40rem; }
    @media screen and (max-width: 1350px) {
      .sphere.small {
        width: 35rem;
        height: 35rem; } }
    @media screen and (max-width: 640px) {
      .sphere.small {
        width: 30rem;
        height: 30rem; } }
    .sphere.small .sphere__image {
      width: 40rem;
      height: 40rem;
      z-index: 100;
      position: relative; }
      @media screen and (max-width: 1350px) {
        .sphere.small .sphere__image {
          width: 35rem;
          height: 35rem; } }
      @media screen and (max-width: 640px) {
        .sphere.small .sphere__image {
          width: 30rem;
          height: 30rem; } }
    .sphere.small .sphere__wrap {
      width: 40rem;
      height: 40rem;
      left: -20px; }
      @media screen and (max-width: 1350px) {
        .sphere.small .sphere__wrap {
          width: 35rem;
          height: 35rem;
          left: -15px; } }
      @media screen and (max-width: 640px) {
        .sphere.small .sphere__wrap {
          width: 30rem;
          height: 30rem; } }
  .sphere__wrap {
    position: absolute;
    top: 0;
    left: -25px;
    width: 45rem;
    height: 45rem;
    transform-origin: center;
    transform: scale(1.08); }
    @media screen and (max-width: 640px) {
      .sphere__wrap {
        left: -15px;
        width: 30rem;
        height: 30rem; } }
  .sphere__image {
    width: 45rem;
    height: 45rem;
    z-index: 100;
    position: relative;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    @media screen and (max-width: 640px) {
      .sphere__image {
        width: 30rem;
        height: 30rem; } }
  .sphere .rellax-sphere .one {
    position: absolute;
    left: -15rem;
    top: -4rem;
    z-index: -1;
    transform: rotate(-180deg);
    opacity: 0.5; }
  .sphere .rellax-sphere .two {
    position: absolute;
    right: -2rem;
    bottom: -6rem;
    z-index: -1; }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }

form {
  padding-bottom: 2rem;
  max-width: 76.7rem;
  margin: 3rem auto; }
  form .flex-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 2rem;
    margin-bottom: 2.5rem; }
    form .flex-fields > * {
      flex: 1; }
    @media screen and (max-width: 800px) {
      form .flex-fields {
        flex-direction: column; } }
  form label {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000; }
  form .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    align-items: flex-end; }
  form input[type='text'],
  form input[type='email'],
  form input[type='tel'],
  form select {
    height: 5.4rem;
    font-size: 2rem;
    width: 100%;
    padding: 0 2rem;
    border: 1px solid #1a3b6d;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 10px; }
    form input[type='text']::placeholder,
    form input[type='email']::placeholder,
    form input[type='tel']::placeholder,
    form select::placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type='text'].margin,
    form input[type='email'].margin,
    form input[type='tel'].margin,
    form select.margin {
      margin-bottom: 2.5rem; }
  form .select-wrap {
    position: relative; }
    form .select-wrap:after {
      right: 2rem;
      top: 50%;
      transform: translateY(45deg);
      position: absolute;
      display: block;
      content: '';
      z-index: 15;
      transform: rotate(45deg) translateY(-50%);
      pointer-events: none;
      width: 0;
      height: 0;
      border-bottom: 6px solid #1a3b6d;
      border-left: 6px solid transparent; }
      @media screen and (max-width: 640px) {
        form .select-wrap:after {
          right: 3.3rem;
          top: 72%; } }
  form textarea {
    height: 11.8rem;
    padding-left: 2rem;
    width: 100%;
    border: none;
    font-size: 1.6rem;
    padding: 2rem;
    border: 1px solid #1a3b6d;
    margin-top: 10px; }
    form textarea::placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form textarea.textarea-margin {
      margin-bottom: 2.5rem; }
  form .submit-wrap {
    margin-top: 3rem;
    position: relative; }
  form input[type='submit'] {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    padding: 1.8rem 4.5rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #1a3b6d;
    border: 1px solid #1a3b6d;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif; }
    form input[type='submit']:hover {
      background-color: transparent;
      color: #1a3b6d; }
  form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 0.85em; }
  form .wpcf7-response-output {
    font-size: 1.6rem; }
  form .ajax-loader {
    display: none; }
  form .wpcf7-spinner {
    position: absolute;
    top: 25%; }
  form .wpcf7-form-control-wrap.file {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='5%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 3rem; }
    form .wpcf7-form-control-wrap.file input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 24rem;
      font-size: 1.6rem;
      margin: 0 auto; }
  .wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    text-align: center;
    margin: 2em 0 0; }

.slider__controls .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  width: 6rem;
  height: 6rem;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 300ms; }
  @media screen and (max-width: 800px) {
    .slider__controls .slick-prev {
      width: 4rem;
      height: 4rem; } }
  .slider__controls .slick-prev:hover {
    background-color: #1a3b6d; }
    .slider__controls .slick-prev:hover span {
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
  @media screen and (max-width: 800px) {
    .slider__controls .slick-prev {
      left: -1rem; } }
  .slider__controls .slick-prev span {
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg) translate(4px, 3px);
    cursor: pointer;
    transition: all 300ms; }
    @media screen and (max-width: 800px) {
      .slider__controls .slick-prev span {
        width: 1rem;
        height: 1rem;
        transform: rotate(-45deg) translate(1px, 1px); } }

.slider__controls .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  width: 6rem;
  height: 6rem;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 300ms; }
  @media screen and (max-width: 800px) {
    .slider__controls .slick-next {
      width: 4rem;
      height: 4rem; } }
  .slider__controls .slick-next:hover {
    background-color: #1a3b6d; }
    .slider__controls .slick-next:hover span {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  @media screen and (max-width: 800px) {
    .slider__controls .slick-next {
      right: -1rem; } }
  .slider__controls .slick-next span {
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translate(-3px, 2px);
    cursor: pointer;
    transition: all 300ms; }
    @media screen and (max-width: 800px) {
      .slider__controls .slick-next span {
        width: 1rem;
        height: 1rem;
        transform: rotate(45deg) translate(-1px, 0); } }

.slider__controls .slick-prev.slick-hidden,
.slider__controls .slick-next.slick-hidden {
  display: none; }

.slick-dots > li {
  display: inline-block; }

.slick-dots > li:only-child {
  display: none; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  background-color: transparent; }
  @media screen and (max-width: 800px) {
    .tabs {
      flex-direction: column;
      gap: 2rem; } }
  .tabs-title {
    max-width: 30rem;
    height: 9.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 300ms;
    float: none;
    width: 100%;
    text-align: center;
    max-width: 35rem;
    margin: 0 auto;
    cursor: pointer; }
    .tabs-title a {
      font-size: 2.4rem;
      line-height: 3.1rem;
      padding: 0;
      text-transform: uppercase;
      color: #000; }
      .tabs-title a:hover {
        background-color: transparent;
        color: #000; }
    .tabs-title:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 1.5rem;
      height: 1.5rem;
      border-left: 2px solid #c7deeb;
      border-bottom: 2px solid #c7deeb;
      bottom: -9px;
      background-color: #c7deeb;
      z-index: 10;
      transform: rotate(-45deg);
      transition: all 300ms;
      opacity: 0; }
    .tabs-title:hover {
      border: 1px solid #c7deeb; }
    .tabs-title.is-active {
      background-color: #c7deeb;
      border: 1px solid #c7deeb; }
      .tabs-title.is-active:before {
        opacity: 1; }
      .tabs-title.is-active a {
        background-color: transparent;
        color: #000; }
  .tabs-panel {
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    .tabs-panel-inner {
      position: relative;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      min-height: 37rem;
      transition: all 600ms;
      gap: 5rem;
      padding: 2rem; }
      .tabs-panel-inner p {
        max-width: 82rem;
        text-align: center;
        font-size: 3rem;
        line-height: 3.6rem;
        color: #fff; }
        @media print, screen and (max-width: 49.99875em) {
          .tabs-panel-inner p {
            font-size: 2.5rem; } }
    .tabs-panel-wrap {
      padding: 1rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .tabs-panel-wrap:before {
        transition: all 600ms;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 59, 109, 0.7); }
      .tabs-panel-wrap:hover .tabs-panel-inner {
        border: 1px solid transparent; }

.stats {
  position: relative; }
  .stats__scroller {
    position: absolute;
    width: 74rem;
    top: 0;
    z-index: -1;
    left: 50%;
    opacity: 0.5;
    transform: translateX(-50%); }
  .stats .stats-item {
    opacity: 0;
    position: relative;
    z-index: 10;
    text-align: center;
    transition: all 300ms; }
    .stats .stats-item.active {
      opacity: 1; }
    @media screen and (max-width: 800px) {
      .stats .stats-item {
        margin: 0 auto 4rem auto; } }
    .stats .stats-item__pre, .stats .stats-item__amount, .stats .stats-item__after, .stats .stats-item__amount-noformat {
      font-size: 6.4rem;
      font-weight: 600; }
      @media print, screen and (max-width: 49.99875em) {
        .stats .stats-item__pre, .stats .stats-item__amount, .stats .stats-item__after, .stats .stats-item__amount-noformat {
          font-size: 4.6rem; } }
    .stats .stats-item__description {
      font-size: 2.4rem;
      color: #555555;
      margin-top: 1rem;
      position: relative; }
      .stats .stats-item__description:before {
        content: '';
        width: 8rem;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 0 auto 1.5rem; }
  @media print, screen and (max-width: 63.99875em) {
    .stats__scroller {
      width: 54rem;
      top: 22rem; } }

.site-header {
  height: 12.1rem;
  position: relative;
  z-index: 1000;
  position: sticky;
  top: 0;
  transition: all 300ms; }
  @media print, screen and (min-width: 64em) {
    .site-header.is-sticky {
      height: 7rem; }
      .site-header.is-sticky #header-logo img {
        max-width: 12rem;
        transition: all 300ms; } }
  @media screen and (max-width: 1024px) {
    .site-header {
      height: 9.65909rem; } }
  .site-header__container {
    height: 100%; }
  .site-header #menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem; }
  .site-header__logo__wrap {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .site-header__logo__wrap {
        height: initial;
        padding-top: 2.72727rem; } }
    .site-header__logo__wrap img {
      width: 21rem; }
      @media screen and (max-width: 1024px) {
        .site-header__logo__wrap img {
          width: 12.27273rem; } }
  .site-header .menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all 300ms; }
  .site-header .menu-item:hover a, .site-header .menu-item.current-menu-item a {
    color: rgba(255, 255, 255, 0.5); }
  .site-header .menu-item.menu-item-has-children {
    position: relative; }
    .site-header .menu-item.menu-item-has-children:hover::after {
      content: '';
      position: absolute;
      right: 10px;
      transform: rotate(45deg);
      top: 40%;
      display: block;
      border-bottom: 5px solid #000;
      border-left: 5px solid transparent;
      transition: all 200ms; }
    .site-header .menu-item.menu-item-has-children:hover .sub-menu {
      display: block; }
      .site-header .menu-item.menu-item-has-children:hover .sub-menu:hover {
        display: block; }
    .site-header .menu-item.menu-item-has-children::after {
      content: '';
      position: absolute;
      right: 10px;
      transform: rotate(45deg);
      top: 40%;
      display: block;
      border-bottom: 5px solid #c7deeb;
      border-left: 5px solid transparent;
      transition: all 200ms; }
    .site-header .menu-item.menu-item-has-children.menu-item {
      padding-right: 25px; }
    .site-header .menu-item.menu-item-has-children .sub-menu {
      display: none;
      position: absolute;
      padding: 5px;
      width: 100%;
      top: 85%;
      left: 0;
      min-width: 25rem;
      margin-left: 0;
      z-index: 100000;
      background: #102e5c;
      background-clip: padding-box;
      border-top: 3rem solid transparent; }
      .site-header .menu-item.menu-item-has-children .sub-menu::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 15px solid #102e5c;
        border-right: 15px solid transparent;
        top: -2rem;
        left: 50%;
        position: absolute;
        /* transform: translateX(-50%); */
        position: absolute;
        transform: rotate(45deg);
        left: 6rem;
        top: -7px; }
      .site-header .menu-item.menu-item-has-children .sub-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 5rem;
        margin: 0;
        padding: 0 1rem 0 2rem; }
        .site-header .menu-item.menu-item-has-children .sub-menu li.current-menu-item, .site-header .menu-item.menu-item-has-children .sub-menu li:hover {
          background-color: #1a3b6d; }
        .site-header .menu-item.menu-item-has-children .sub-menu li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: unset;
          -ms-flex-pack: unset;
          justify-content: unset;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          width: 100%;
          height: 100%;
          font-size: 1.4rem;
          color: #c7deeb; }
      .site-header .menu-item.menu-item-has-children .sub-menu.active {
        display: block; }
        .site-header .menu-item.menu-item-has-children .sub-menu.active:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: 0px;
          left: 50%;
          transform: rotate(45deg) translateX(-50%);
          border-top: 20px solid #f6f6f6;
          border-right: 20px solid transparent; }
  .site-header .menu-handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    z-index: 10; }
    .site-header .menu-handle span {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #fff;
      float: left;
      position: relative;
      width: 18px;
      height: 2px; }
      .site-header .menu-handle span:before {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
        content: '';
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        top: -6px; }
      .site-header .menu-handle span:after {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
        content: '';
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px; }
  .site-header__mobile__bar {
    padding: 0.8rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(199, 222, 235, 0.1); }
    .site-header__mobile__bar .mobile-menu-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 2rem;
      cursor: pointer;
      width: 100%;
      position: relative; }
      .site-header__mobile__bar .mobile-menu-toggle span.caps {
        margin: 0 auto;
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase; }

.menu-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  width: 18px;
  height: 18px;
  z-index: 100;
  cursor: pointer;
  pointer-events: all; }
  .menu-handle__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 10px; }
    .menu-handle__wrap:hover span:before {
      top: -6px; }
    .menu-handle__wrap:hover span:after {
      bottom: -6px; }
  .menu-handle span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    float: left;
    position: relative;
    width: 18px;
    height: 2px; }
    .menu-handle span:before {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #fff;
      content: '';
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      top: -6px; }
    .menu-handle span:after {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #fff;
      content: '';
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px; }
  .menu-handle.active span {
    background-color: transparent; }
    .menu-handle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      background-color: #fff; }
    .menu-handle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0;
      background-color: #fff; }

.mobile-navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 8rem);
  overflow: hidden;
  z-index: 1500;
  position: fixed;
  margin-top: 8rem;
  width: 0;
  right: 0;
  background-color: #1a3b6d;
  top: 0; }
  .mobile-navigation-menu #menu-main-menu-1 {
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    overflow-y: auto; }
    .mobile-navigation-menu #menu-main-menu-1::-webkit-scrollbar {
      width: 5px; }
    .mobile-navigation-menu #menu-main-menu-1::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #d9d9d9;
      border-radius: 15px; }
    .mobile-navigation-menu #menu-main-menu-1::-webkit-scrollbar-thumb {
      border-radius: 15px;
      background: rgba(26, 59, 109, 0.4); }
    .mobile-navigation-menu #menu-main-menu-1 li {
      width: 100%; }
      .mobile-navigation-menu #menu-main-menu-1 li.menu-item-has-children {
        position: relative; }
        .mobile-navigation-menu #menu-main-menu-1 li.menu-item-has-children .sub-menu {
          display: none;
          padding: 0 0 1.5rem 2rem;
          margin: 0; }
        .mobile-navigation-menu #menu-main-menu-1 li.menu-item-has-children .sub-menu li a {
          font-size: 1.6rem; }
      .mobile-navigation-menu #menu-main-menu-1 li a {
        padding: 1rem;
        color: #fff;
        font-size: 1.8rem;
        display: block;
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        padding: 1rem 1rem 1rem 4rem; }
  .mobile-navigation-menu__submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 2rem; }
    .mobile-navigation-menu__submenu-toggle::after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      transition: transform 0.2s; }
    .mobile-navigation-menu__submenu-toggle.active::after {
      transform: rotate(225deg); }
  .mobile-navigation-menu.active {
    width: 100%;
    transition: width 500ms; }
    @media screen and (max-width: 640px) {
      .mobile-navigation-menu.active {
        width: 100%; } }
  .mobile-navigation-menu .current-menu-item li a {
    color: #1a3b6d; }
  .mobile-navigation-menu .menu-handle {
    position: absolute;
    top: 5rem;
    right: 2.5rem;
    opacity: 0; }
    .mobile-navigation-menu .menu-handle span {
      background-color: transparent; }
      .mobile-navigation-menu .menu-handle span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        background-color: #fff; }
      .mobile-navigation-menu .menu-handle span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        background-color: #fff; }
  .mobile-navigation-menu.active .menu-handle {
    opacity: 1;
    top: 2rem;
    right: 1.5rem; }

.homepage main {
  overflow: hidden; }

.homepage__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 68.4rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: height 800ms; }
  .homepage__hero.scrolled {
    height: 70vh; }
    @media screen and (max-width: 800px) {
      .homepage__hero.scrolled {
        height: 55vw;
        min-height: 25rem; } }
  @media screen and (max-width: 800px) {
    .homepage__hero {
      height: 55vw;
      min-height: 25rem; } }
  .homepage__hero h1 {
    font-size: 7.2rem;
    text-transform: uppercase;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .homepage__hero h1 {
        font-size: 6.4rem; } }
    @media screen and (max-width: 640px) {
      .homepage__hero h1 {
        font-size: 4.2rem; } }
  .homepage__hero iframe,
  .homepage__hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10; }
    @media (min-aspect-ratio: 16 / 9) {
      .homepage__hero iframe,
      .homepage__hero video {
        height: 56.25vw; } }
    @media (max-aspect-ratio: 16 / 9) {
      .homepage__hero iframe,
      .homepage__hero video {
        width: 177.78vh; } }
    @media screen and (max-width: 800px) {
      .homepage__hero iframe,
      .homepage__hero video {
        height: 65vw;
        min-height: 35rem;
        min-width: 100%; } }
  .homepage__hero .grid-container {
    height: 100%;
    width: 100%; }
    .homepage__hero .grid-container .homepage__hero__content {
      height: 100%;
      width: 100%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 10; }

.homepage__overview {
  position: relative;
  z-index: 0; }
  .homepage__overview .overview-title {
    font-size: 5rem;
    line-height: 1.1; }
    @media screen and (max-width: 800px) {
      .homepage__overview .overview-title {
        font-size: 4.2rem;
        padding-right: 5rem; } }
  .homepage__overview .cell:last-of-type {
    z-index: 10; }
  .homepage__overview .parallax__parallax__wrap {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .homepage__overview .parallax .rellax-overview {
    z-index: 0; }
  .homepage__overview .parallax__img.one {
    position: absolute;
    right: 0;
    top: 0; }
  .homepage__overview .parallax__img.two {
    position: absolute;
    left: 3rem;
    bottom: -14rem; }
  @media print, screen and (max-width: 63.99875em) {
    .homepage__overview > .grid-x {
      flex-direction: column-reverse; }
    .homepage__overview .sphere {
      margin-top: 4rem; }
    .homepage__overview .parallax__img.two {
      position: absolute;
      left: -3rem;
      width: 23rem;
      bottom: -7rem; } }

.homepage .stats {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.1%, #c7deeb 77.87%); }
  .homepage .stats .section-title {
    margin-bottom: 4rem; }
  @media print, screen and (max-width: 49.99875em) {
    .homepage .stats {
      margin-top: 0;
      padding-top: 0; } }

.homepage__approach {
  position: relative; }
  .homepage__approach:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #c7deeb 0%, #c7deeb 66%, rgba(199, 222, 235, 0) 100%);
    z-index: -2; }
  .homepage__approach .approach-item {
    border-radius: 290.596px 290.596px 0px 0px; }
  .homepage__approach .approach-item {
    height: 32rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative; }
    @media screen and (max-width: 800px) {
      .homepage__approach .approach-item {
        margin-bottom: 3rem;
        border-radius: 290.596px 290.596px 0px 0px; } }
    @media screen and (max-width: 640px) {
      .homepage__approach .approach-item {
        height: 45rem; } }
    .homepage__approach .approach-item p {
      font-size: 16px;
      color: #fff;
      position: absolute;
      bottom: 0;
      padding: 1rem;
      width: 100%;
      margin: 0;
      text-align: center;
      background-color: rgba(26, 59, 109, 0.7); }
  .homepage__approach__image {
    width: 45rem;
    max-width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 47rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border-radius: 290.596px 290.596px 0px 0px; }
    @media print, screen and (max-width: 63.99875em) {
      .homepage__approach__image {
        margin-bottom: 4rem; } }
  .homepage__approach .top-sphere-wrap {
    position: relative;
    overflow: hidden; }
  .homepage__approach .btn {
    position: relative;
    z-index: 10; }

.homepage__specialties .rellax-specialties .parallax-img {
  position: absolute;
  top: -15rem;
  left: 0; }
  @media print, screen and (max-width: 49.99875em) {
    .homepage__specialties .rellax-specialties .parallax-img {
      top: -4rem;
      width: 15rem; } }

.homepage__properties .rellax-properties .parallax-img {
  position: absolute;
  top: -13rem;
  right: 0; }
  @media print, screen and (max-width: 49.99875em) {
    .homepage__properties .rellax-properties .parallax-img {
      top: -3rem; } }

.homepage__properties__outer__wrap {
  max-width: 180rem;
  margin: 0 auto; }

.homepage__properties__slider__wrap {
  position: relative;
  max-width: 180rem;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 2rem; }
  .homepage__properties__slider__wrap .slick-slide {
    margin: 0 1rem; }
  .homepage__properties__slider__wrap .slick-list {
    margin: 0 -1rem; }
  .homepage__properties__slider__wrap .slick-next {
    right: 2rem;
    background-color: transparent;
    border: 2px solid #fff;
    top: 38%;
    z-index: 200; }
    .homepage__properties__slider__wrap .slick-next span {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  .homepage__properties__slider__wrap .slick-prev {
    left: 2rem;
    background-color: transparent;
    border: 2px solid #fff;
    top: 38%;
    z-index: 200; }
    .homepage__properties__slider__wrap .slick-prev span {
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
  .homepage__properties__slider__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 42rem;
    width: 30%;
    background: linear-gradient(270deg, #595959 0%, rgba(69, 69, 69, 0) 91.18%);
    opacity: 0.6;
    z-index: 100;
    transform: rotate(180deg);
    pointer-events: none; }
  .homepage__properties__slider__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 42rem;
    width: 30%;
    background: linear-gradient(270deg, #595959 0%, rgba(69, 69, 69, 0) 91.18%);
    opacity: 0.6;
    z-index: 100;
    pointer-events: none; }

.news {
  position: relative; }
  .news .section-title.underline {
    margin-bottom: 8rem; }
  .news .post-item {
    max-width: 70rem;
    margin: 0 auto 2rem auto;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .news .post-item {
        max-width: 50rem; } }
    .news .post-item__title {
      font-size: 2.2rem;
      line-height: 2.8rem;
      text-transform: capitalize;
      font-weight: 600;
      color: #1a3b6d;
      transition: all 300ms; }
    .news .post-item__details {
      padding: 1rem 2rem;
      transition: all 300ms;
      background-color: #fff;
      position: relative; }
      .news .post-item__details:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 300ms;
        background: linear-gradient(181.09deg, rgba(26, 59, 109, 0.49) 36.79%, #1a3b6d 99.06%);
        opacity: 0;
        z-index: 0; }
      .news .post-item__details p {
        font-size: 1.8rem;
        color: rgba(0, 0, 0, 0.5);
        margin: 0;
        transition: all 300ms;
        position: relative;
        z-index: 10; }
      .news .post-item__details__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .news .post-item__details__flex p {
          font-size: 1.6rem; }
    .news .post-item__image__wrap {
      width: 100%;
      height: 28rem;
      overflow: hidden;
      flex-shrink: 0; }
      @media screen and (max-width: 800px) {
        .news .post-item__image__wrap {
          width: 100%; } }
    .news .post-item__image {
      width: 100%;
      height: 28rem;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      transition: transform 2s; }
      @media screen and (max-width: 800px) {
        .news .post-item__image {
          width: 100%; } }
    .news .post-item .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap; }
      .news .post-item .tags p {
        font-size: 1.4rem;
        color: #000;
        text-transform: uppercase;
        transition: all 300ms;
        position: relative;
        z-index: 10; }
    .news .post-item:hover .post-item__details p {
      color: rgba(255, 255, 255, 0.5); }
    .news .post-item:hover .post-item__details:before {
      opacity: 1; }
    .news .post-item:hover .post-item__title {
      color: #fff; }
    .news .post-item:hover .tags p {
      color: #fff; }
  .news__single {
    position: relative; }
    .news__single .section-title.text-center.underline.centered {
      font-size: 4.8rem;
      line-height: 6.4rem;
      text-transform: capitalize; }
      @media screen and (max-width: 800px) {
        .news__single .section-title.text-center.underline.centered {
          font-size: 3.2rem;
          line-height: 4.2rem; } }
      .news__single .section-title.text-center.underline.centered:after {
        bottom: -4rem; }
        @media screen and (max-width: 800px) {
          .news__single .section-title.text-center.underline.centered:after {
            bottom: -2rem; } }
    .news__single__back {
      font-size: 2rem;
      font-weight: 500; }
      .news__single__back:hover {
        color: #1a3b6d; }
    .news__single__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 2rem;
      border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
      @media screen and (max-width: 640px) {
        .news__single__meta {
          flex-direction: column;
          gap: 2rem; } }
      .news__single__meta .category {
        margin: 0;
        font-size: 18px; }
      .news__single__meta .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem 1.5rem;
        width: 50; }
        .news__single__meta .tags p {
          text-transform: uppercase;
          color: #000;
          font-weight: 500;
          margin: 0;
          font-size: 14px; }
    .news__single__image__wrap {
      height: 50rem;
      width: 100%; }
      .news__single__image__wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news__single__intro__text p {
      font-size: 2.4rem;
      line-height: 3.6rem; }
    .news__single__intro__text hr {
      margin-top: 3rem; }
    .news__single__content__wrap {
      margin: 2.5rem auto 0 auto; }
      .news__single__content__wrap a {
        color: #1a3b6d; }
        .news__single__content__wrap a:hover {
          color: rgba(0, 0, 0, 0.8); }
      .news__single__content__wrap p,
      .news__single__content__wrap li {
        font-size: 1.8rem;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.67;
        margin-bottom: 2rem; }
      .news__single__content__wrap ul,
      .news__single__content__wrap ol {
        padding-left: 6rem; }
      .news__single__content__wrap ul {
        margin-bottom: 2rem; }
        .news__single__content__wrap ul li {
          font-size: 1.8rem;
          color: rgba(0, 0, 0, 0.8);
          line-height: 1.67;
          text-indent: -1rem;
          margin-bottom: 1rem; }
          .news__single__content__wrap ul li:before {
            color: #1a3b6d;
            content: '•';
            position: relative;
            top: 0em;
            left: -1rem;
            margin-right: 0.5rem; }
      .news__single__content__wrap h1,
      .news__single__content__wrap h2,
      .news__single__content__wrap h3 {
        font-size: 2.4rem;
        color: #1a3b6d;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 2rem; }
      .news__single__content__wrap blockquote {
        padding: 4rem 4rem 4rem 8rem;
        border-left: 0;
        background: rgba(199, 222, 235, 0.4);
        position: relative;
        margin: 3rem 0; }
        .news__single__content__wrap blockquote:before {
          content: '“';
          position: absolute;
          top: 2rem;
          left: 3rem;
          font-size: 6rem;
          color: #1a3b6d; }
          @media screen and (max-width: 800px) {
            .news__single__content__wrap blockquote:before {
              top: -4px;
              left: 2rem;
              font-size: 5rem; } }
        @media screen and (max-width: 800px) {
          .news__single__content__wrap blockquote {
            padding: 4rem 2rem 2rem 2rem; } }
        .news__single__content__wrap blockquote p {
          color: rgba(0, 0, 0, 0.8);
          margin-bottom: 0;
          font-style: italic; }
      .news__single__content__wrap table {
        width: 100%; }
        .news__single__content__wrap table th,
        .news__single__content__wrap table td {
          padding: 5px; }
    .news__single .btn {
      color: #fff; }

.portfolio {
  position: relative; }
  .portfolio__top__right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 46rem; }

.single-property__top {
  position: relative; }
  .single-property__top__left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .single-property__top__left {
        display: none; } }
  .single-property__top__right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }

.single-property .rellax-single-property .parallax-img {
  position: absolute;
  top: -5rem;
  left: 0; }

.single-property h1.section-title.underline {
  margin-bottom: 4rem; }

.single-property__gallery__wrap {
  position: relative; }
  .single-property__gallery__wrap img {
    width: auto;
    max-height: 70rem;
    height: 100%;
    object-fit: cover; }
    @media print, screen and (max-width: 49.99875em) {
      .single-property__gallery__wrap img {
        height: 250px; } }
  .single-property__gallery__wrap .slick-next {
    right: 2rem;
    background-color: transparent;
    border: 2px solid #fff;
    z-index: 100; }
    .single-property__gallery__wrap .slick-next span {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  .single-property__gallery__wrap .slick-prev {
    left: 2rem;
    background-color: transparent;
    border: 2px solid #fff;
    z-index: 100; }
    .single-property__gallery__wrap .slick-prev span {
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
  .single-property__gallery__wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    background: linear-gradient(270deg, #595959 0%, rgba(69, 69, 69, 0) 91.18%);
    opacity: 0.6;
    z-index: 1;
    transform: rotate(180deg);
    pointer-events: none; }
  .single-property__gallery__wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    background: linear-gradient(270deg, #595959 0%, rgba(69, 69, 69, 0) 91.18%);
    opacity: 0.6;
    z-index: 1;
    pointer-events: none; }

.single-property__slider {
  height: 100%; }
  .single-property__slider .slick-track {
    display: flex !important; }
  .single-property__slider .slick-slide {
    height: inherit !important;
    margin: 0 5px; }

.single-property__hero {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 56rem; }

.single-property__details__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 2rem;
  position: relative; }
  @media screen and (max-width: 800px) {
    .single-property__details__wrap {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 4rem; } }
  .single-property__details__wrap:after {
    content: '';
    position: absolute;
    width: 13.3rem;
    height: 2px;
    position: absolute;
    bottom: -4rem;
    left: 0.4rem;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%); }

.single-property__detail {
  flex: 1;
  max-width: 28rem;
  margin: 0 auto; }
  .single-property__detail__title {
    color: rgba(85, 85, 85, 0.5); }
  .single-property__detail__text {
    font-size: 1.8rem;
    color: #030303; }

.single-property__description__wrap strong {
  font-weight: 700;
  font-size: 2.4rem; }

.single-property__description__wrap p {
  margin-bottom: 1.5rem; }

.single-property__map {
  min-height: 43rem; }
  .single-property__map .acf-map {
    min-height: 43rem; }

.single-property a.btn.single-property__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto;
  gap: 1rem; }
  .single-property a.btn.single-property__back span.arrow {
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    transition: all 300ms; }
  .single-property a.btn.single-property__back:hover span.arrow {
    border-top: 1px solid #1a3b6d;
    border-left: 1px solid #1a3b6d; }

.team {
  position: relative; }
  .team .rellax-team .parallax-img {
    position: absolute;
    bottom: 59rem;
    right: 0;
    z-index: -1; }
  .team__top__right {
    position: absolute;
    top: 0;
    right: 0; }
  .team .section-title.underline {
    margin-bottom: 5rem; }
  .team__intro {
    max-width: 77.5rem;
    margin: 0 auto;
    text-align: center; }
  .team .team-item {
    position: relative;
    z-index: 10; }
    .team .team-item__image__wrap {
      width: 100%;
      height: 50rem;
      overflow: hidden;
      flex-shrink: 0;
      position: relative; }
      .team .team-item__image__wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all 300ms;
        background: linear-gradient(180deg, rgba(26, 59, 109, 0.1) 0%, #1a3b6d 100%);
        opacity: 0;
        z-index: 10; }
      @media screen and (max-width: 800px) {
        .team .team-item__image__wrap {
          width: 100%; } }
    .team .team-item__image {
      width: 100%;
      height: 50rem;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      @media screen and (max-width: 800px) {
        .team .team-item__image {
          width: 100%; } }
      @media screen and (max-width: 640px) {
        .team .team-item__image {
          background-position: 50% 0% !important; } }
    .team .team-item__title {
      font-size: 2.4rem;
      line-height: 3.2rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #000;
      transition: all 300ms;
      margin-bottom: 0; }
    .team .team-item__position {
      font-size: 1.8rem;
      color: #555555;
      transition: all 300ms; }
    .team .team-item__inner {
      opacity: 0;
      transform: translateY(4rem);
      transition: all 600ms;
      position: absolute;
      width: 100%;
      bottom: 3rem;
      z-index: 10; }
      .team .team-item__inner .btn {
        text-transform: capitalize; }
    .team .team-item:hover .team-item__image__wrap:before {
      opacity: 1; }
    .team .team-item:hover .team-item__inner {
      opacity: 1;
      transform: translateY(0); }
    .team .team-item__rest {
      display: block;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 4rem 2rem;
      overflow: hidden;
      position: relative;
      height: 50rem;
      transition: all 300ms; }
      .team .team-item__rest h5 {
        position: relative;
        z-index: 10;
        font-size: 3rem;
        font-weight: 500; }
      .team .team-item__rest img {
        position: absolute;
        top: -4rem;
        right: -4rem;
        z-index: 0;
        transform: rotate(181deg);
        top: -1rem;
        right: -8rem;
        opacity: 0.4; }
      .team .team-item__rest:hover {
        border: 1px solid #1a3b6d; }
  .team__full {
    position: relative;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .team__full h5 {
      font-size: 2rem;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
      .team__full h5 span {
        margin-top: -5px;
        display: block; }
    .team__full .one {
      position: absolute;
      left: 0rem;
      top: 0rem;
      max-width: 8rem; }
    .team__full .two {
      position: absolute;
      right: 0rem;
      bottom: 0rem;
      max-width: 8rem; }
  .team__single {
    position: relative; }
    .team__single .team__top__right {
      position: absolute;
      top: 0;
      right: 0; }
    .team__single .section-title {
      margin-bottom: 3rem; }
    .team__single__position {
      font-size: 2.4rem; }
    .team__single__image {
      height: 81rem;
      max-width: 57rem;
      background-position: center !important;
      background-size: cover !important;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .team__single__image {
          height: 60rem; } }
    .team__single__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8vw; }
      .team__single__contacts__title {
        color: rgba(85, 85, 85, 0.5); }
      .team__single__contacts a {
        color: #000; }
        .team__single__contacts a:hover {
          color: #1a3b6d; }
    .team__single__content {
      max-width: 67rem;
      margin: 0 auto; }
      .team__single__content__bio p,
      .team__single__content__bio li {
        margin-bottom: 2rem;
        line-height: 3.6rem; }
      .team__single__content__bio ul {
        padding-left: 2rem; }
      .team__single__content__bio li {
        font-size: 2.4rem;
        line-height: 3.6rem;
        text-indent: -1rem; }
        .team__single__content__bio li:before {
          color: #1a3b6d;
          content: '•';
          position: relative;
          top: 0em;
          left: -1rem;
          margin-right: 0.5rem; }
      .team__single__content__bio h1,
      .team__single__content__bio h2,
      .team__single__content__bio h3 {
        font-size: 3rem;
        color: #000;
        font-weight: 600;
        margin-bottom: 2rem; }

.contact {
  position: relative; }
  .contact .section-title.underline {
    margin-bottom: 5rem; }
  .contact__intro {
    max-width: 77.5rem;
    margin: 0 auto;
    text-align: center; }
  .contact__top {
    position: absolute;
    top: 0;
    left: 0; }
  .contact__top__right {
    position: absolute;
    top: 0;
    left: 0; }
  .contact__bottom {
    position: absolute;
    bottom: -4rem;
    right: 0; }
  @media print, screen and (min-width: 50em) {
    .contact__bottom {
      bottom: 5rem; } }

.acquisitions {
  position: relative; }
  .acquisitions .section-title.underline {
    margin-bottom: 5rem; }
  .acquisitions__overview {
    position: relative;
    z-index: 0; }
    .acquisitions__overview .cell:last-of-type {
      z-index: 10; }
    .acquisitions__overview .parallax__parallax__wrap {
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }
    .acquisitions__overview .parallax .rellax-overview {
      z-index: 0; }
    .acquisitions__overview__wrap {
      column-count: 2;
      column-gap: 2rem; }
      @media screen and (max-width: 1024px) {
        .acquisitions__overview__wrap {
          margin-top: 6rem; } }
      @media screen and (max-width: 800px) {
        .acquisitions__overview__wrap {
          column-count: 1; } }
      .acquisitions__overview__wrap .overview-item {
        max-width: 33rem;
        width: 100%;
        -webkit-column-break-inside: avoid;
        margin: 0 auto 3rem auto; }
        .acquisitions__overview__wrap .overview-item__title {
          font-weight: 700;
          font-size: 2.4rem; }
        .acquisitions__overview__wrap .overview-item__text {
          font-weight: 400;
          font-size: 2.4rem;
          line-height: 3.2rem; }
  .acquisitions__contact {
    position: relative; }
    .acquisitions__contact__intro {
      max-width: 42.7rem;
      margin: 0 auto; }

.specialties:before {
  display: none; }

.specialties__hero {
  height: 46.3rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .specialties__hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 59, 109, 0.7), rgba(26, 59, 109, 0.7));
    transform: matrix(1, 0, 0, -1, 0, 0); }

.specialties .section-title {
  color: #fff; }
  .specialties .section-title:after {
    background-color: #fff; }

.specialties__grid {
  position: relative; }
  .specialties__grid .rellax-top .parallax-img {
    position: absolute;
    top: -7rem;
    left: 0; }
  .specialties__grid .rellax-mid .parallax-img {
    position: absolute;
    top: 80rem;
    right: 0; }
  .specialties__grid .rellax-bottom .parallax-img {
    position: absolute;
    top: 85rem;
    left: 0; }

.specialties .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem; }
  @media screen and (max-width: 1024px) {
    .specialties .grid-item {
      flex-direction: column; } }
  .specialties .grid-item__content {
    flex: 1;
    max-width: 62rem; }
    @media screen and (max-width: 1024px) {
      .specialties .grid-item__content {
        order: 1; } }
  .specialties .grid-item__image__wrap {
    text-align: right;
    flex: 1; }
    @media screen and (max-width: 1024px) {
      .specialties .grid-item__image__wrap {
        order: 0; } }
  .specialties .grid-item__title {
    font-size: 3.4rem;
    font-weight: 600;
    text-transform: capitalize; }
    .specialties .grid-item__title.underline {
      margin-bottom: 4rem;
      position: relative; }
      .specialties .grid-item__title.underline:after {
        content: '';
        position: absolute;
        width: 13.3rem;
        height: 2px;
        position: absolute;
        bottom: -2rem;
        left: 0.4rem;
        background-color: #000; }
  .specialties .grid-item img {
    max-width: 50.7rem;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1.12; }
  .specialties .grid-item:nth-child(even) .grid-item__content {
    order: 1; }
  .specialties .grid-item:nth-child(even) .grid-item__image__wrap {
    order: 0;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .specialties .grid-item:nth-child(even) .grid-item__image__wrap {
        text-align: center; } }

.specialties__contact h2 {
  max-width: 49rem;
  font-size: 3.4rem;
  margin: 0 auto 2rem auto;
  color: #000;
  text-transform: capitalize;
  font-weight: 600; }

.specialties__contact p {
  max-width: 53.7rem;
  margin: 0 auto 2rem auto; }

.about {
  position: relative; }
  .about .rellax-sphere {
    z-index: -1;
    position: relative; }
  @media screen and (max-width: 1024px) {
    .about__intro__text {
      margin-top: 4rem; } }
  @media screen and (max-width: 1024px) {
    .about__overview {
      margin-top: 10rem; } }
  .about .stats {
    position: relative; }
    .about .stats .rellax-stats .parallax-img {
      position: absolute;
      top: 9rem;
      left: 0; }
  .about__involvement {
    position: relative; }
    .about__involvement .rellax-involvement .parallax-img {
      position: absolute;
      top: 4rem;
      right: 0; }
    .about__involvement__text {
      max-width: 77.5rem;
      margin: 0 auto; }
  .about__team__gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    flex-wrap: wrap;
    gap: 1rem; }
    @media screen and (max-width: 800px) {
      .about__team__gallery ul {
        flex-direction: column; } }
    .about__team__gallery ul li {
      flex-basis: 32%; }
      .about__team__gallery ul li img {
        width: 100%;
        aspect-ratio: 1.17;
        object-fit: cover; }
        @media screen and (max-width: 800px) {
          .about__team__gallery ul li img {
            max-width: 35rem;
            display: block;
            margin: 0 auto; } }
      .about__team__gallery ul li:first-child img {
        border-bottom-right-radius: 27rem; }
      .about__team__gallery ul li:nth-child(2) img {
        border-radius: 21rem 21rem 0 0; }
      .about__team__gallery ul li:nth-child(4) img {
        border-top-left-radius: 28rem; }
      .about__team__gallery ul li:nth-child(6) img {
        border-radius: 0 0 21rem 21rem; }
  .about__award {
    position: relative; }
    .about__award .rellax-award .parallax-img {
      position: absolute;
      top: -6rem;
      left: 0; }
    .about__award__slider__wrap {
      position: relative;
      padding: 0 4rem; }
      @media screen and (max-width: 800px) {
        .about__award__slider__wrap {
          padding: 0 2rem; } }
    .about__award .award-item img {
      height: 9rem;
      max-width: 14rem;
      margin: 0 auto; }
    .about__award .award-item__description {
      max-width: 25.1rem;
      margin: 1.5rem auto 0 auto;
      line-height: 3.6rem; }
  .about__team__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 72rem;
    overflow: hidden;
    padding: 4rem;
    border-radius: 290.596px 290.596px 0px 0px; }
    @media screen and (max-width: 800px) {
      .about__team__image {
        padding: 4rem 2rem;
        border-radius: 190px 190px 0px 0px; } }
    @media screen and (max-width: 640px) {
      .about__team__image {
        padding: 2rem;
        justify-content: center; } }
    .about__team__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(26, 59, 109, 0) 0%, rgba(26, 59, 109, 0.5) 83.84%); }
  .about__team__inner {
    max-width: 56.9rem;
    position: relative;
    z-index: 15; }
    .about__team__inner p {
      line-height: 3.2rem; }

.specialty {
  position: relative; }
  @media print, screen and (max-width: 49.99875em) {
    .specialty .sphere .rellax-sphere .one {
      display: none; }
    .specialty .sphere .rellax-sphere .two {
      right: -15rem;
      bottom: -15rem; } }
  .specialty__sphere__slider__wrap {
    position: relative; }
    .specialty__sphere__slider__wrap .sphere-next {
      right: -5rem;
      background-color: transparent;
      border: 0; }
      .specialty__sphere__slider__wrap .sphere-next span {
        border-top: 2px solid #1a3b6d;
        border-right: 2px solid #1a3b6d; }
    .specialty__sphere__slider__wrap .sphere-prev {
      left: -5rem;
      background-color: transparent;
      border: 0; }
      .specialty__sphere__slider__wrap .sphere-prev span {
        border-top: 2px solid #1a3b6d;
        border-left: 2px solid #1a3b6d; }
  .specialty__sphere__slider img {
    height: 45rem;
    object-fit: cover;
    border-radius: 50%; }
    @media screen and (max-width: 640px) {
      .specialty__sphere__slider img {
        height: 30rem; } }
  .specialty__gallery .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem; }
    .specialty__gallery .cell .gallery-item {
      width: 100%;
      display: flex; }
      .specialty__gallery .cell .gallery-item img {
        width: 100%;
        object-fit: cover; }
        @media screen and (max-width: 800px) {
          .specialty__gallery .cell .gallery-item img {
            margin: 0 auto;
            width: 100%;
            max-width: 42rem; } }
    .specialty__gallery .cell:nth-child(1) .gallery-item {
      height: 47rem; }
      .specialty__gallery .cell:nth-child(1) .gallery-item:nth-child(1) img {
        height: 44rem;
        align-self: flex-end;
        border-radius: 290.596px 290.596px 0px 0px; }
      .specialty__gallery .cell:nth-child(1) .gallery-item:nth-child(2) img {
        height: 47rem; }
    .specialty__gallery .cell:nth-child(2) .gallery-item:nth-child(1) img {
      height: 47rem; }
    .specialty__gallery .cell:nth-child(2) .gallery-item:nth-child(2) img {
      height: 47rem;
      border-radius: 0px 0px 290.596px 290.596px; }
    .specialty__gallery .cell:nth-child(3) .gallery-item:nth-child(1) img {
      height: 32.5rem;
      border-radius: 0px 0px 290.596px 0px; }
    .specialty__gallery .cell:nth-child(3) .gallery-item:nth-child(2) img {
      height: 31.2rem;
      border-radius: 290.596px 0px 0px 0px; }
    .specialty__gallery .cell:nth-child(3) .gallery-item:nth-child(3) img {
      height: 30rem; }
  .specialty__testimonials {
    position: relative;
    min-height: 65rem;
    /*
		&:after {
			content: '';
			position: absolute;
			width: 100%;
			//height: 50rem;
			top: 50%;
			bottom: -15rem;
			left: 0;
			z-index: -2;
			background: linear-gradient(
				180deg,
				rgba(255, 255, 255, 0) 2.1%,
				#c7deeb 77.87%
			);
			transform: rotate(-180deg);
		}
		*/ }
    @media print, screen and (max-width: 49.99875em) {
      .specialty__testimonials {
        padding-top: 0; } }
    .specialty__testimonials .rellax-testimonials-left .parallax-img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        .specialty__testimonials .rellax-testimonials-left .parallax-img {
          display: none; } }
    .specialty__testimonials .rellax-testimonials-right .parallax-img {
      position: absolute;
      top: 30rem;
      right: 0; }
      @media screen and (max-width: 800px) {
        .specialty__testimonials .rellax-testimonials-right .parallax-img {
          display: none; } }
    .specialty__testimonials__slider__wrap {
      position: relative; }
      .specialty__testimonials__slider__wrap .slider__controls .slick-prev,
      .specialty__testimonials__slider__wrap .slider__controls .slick-next {
        background-color: transparent; }
        .specialty__testimonials__slider__wrap .slider__controls .slick-prev:hover,
        .specialty__testimonials__slider__wrap .slider__controls .slick-next:hover {
          background-color: #1a3b6d; }
        @media print, screen and (max-width: 49.99875em) {
          .specialty__testimonials__slider__wrap .slider__controls .slick-prev,
          .specialty__testimonials__slider__wrap .slider__controls .slick-next {
            top: auto;
            bottom: 0;
            transform: none; } }
    .specialty__testimonials__slider .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.3rem;
      margin-top: 4rem; }
      .specialty__testimonials__slider .slick-dots button {
        width: 2rem;
        height: 3px;
        background-color: rgba(0, 0, 0, 0.3);
        margin-right: 10px;
        text-indent: -9999px;
        cursor: pointer; }
      .specialty__testimonials__slider .slick-dots .slick-active button {
        background-color: #1a3b6d; }
    .specialty__testimonials__slider .slick-track {
      display: flex;
      align-items: center; }
    .specialty__testimonials .testimonial-item {
      max-width: 65rem;
      margin: 0 auto; }
      .specialty__testimonials .testimonial-item__author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem; }
        .specialty__testimonials .testimonial-item__author div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start; }
        .specialty__testimonials .testimonial-item__author .quote-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #fff;
          border-radius: 50%;
          width: 6.5rem;
          height: 6.5rem; }
        .specialty__testimonials .testimonial-item__author__name {
          font-weight: 600;
          font-size: 1.9rem;
          line-height: 2rem; }
        .specialty__testimonials .testimonial-item__author__position {
          font-size: 1.6rem; }
      @media print, screen and (max-width: 63.99875em) {
        .specialty__testimonials .testimonial-item p {
          font-size: 2rem; } }
    .specialty__testimonials:before {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      top: -29rem;
      left: 0;
      background: linear-gradient(to bottom, rgba(199, 222, 235, 0) 0%, #c7deeb 42%, #c7deeb 86%, rgba(199, 222, 235, 0) 100%);
      z-index: -1; }
  .specialty__case-studies .study-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem; }
    @media screen and (max-width: 1024px) {
      .specialty__case-studies .study-item {
        flex-direction: column; } }
    .specialty__case-studies .study-item img {
      max-width: 44rem;
      width: 100%;
      flex-shrink: 0;
      height: 30rem;
      object-fit: cover; }
      @media screen and (max-width: 1024px) {
        .specialty__case-studies .study-item img {
          margin: 2rem auto; } }
    .specialty__case-studies .study-item__title {
      font-size: 3rem; }
    .specialty__case-studies .study-item__text {
      margin: 1rem 0 2rem 0; }
    .specialty__case-studies .study-item .btn svg {
      margin-right: 10px; }
    .specialty__case-studies .study-item .btn:hover svg path {
      fill: #1a3b6d; }
  .specialty .tabs-panel {
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    .specialty .tabs-panel-inner {
      position: relative;
      z-index: 10;
      display: block;
      border: none;
      width: 100%;
      height: 100%;
      min-height: 65rem;
      transition: all 600ms;
      padding: 0;
      border: 1px solid transparent; }
      .specialty .tabs-panel-inner .bafg-twentytwenty-wrapper,
      .specialty .tabs-panel-inner .bafg-twentytwenty-container,
      .specialty .tabs-panel-inner .bafg-twentytwenty-container img {
        height: 65rem !important;
        min-width: 100% !important;
        object-fit: cover; }
    .specialty .tabs-panel-wrap {
      padding: 0;
      position: relative;
      display: block;
      width: 100%;
      margin: 0 auto;
      border: 1px solid transparent; }
      .specialty .tabs-panel-wrap:before {
        transition: all 600ms;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent; }
      .specialty .tabs-panel-wrap:hover .tabs-panel-inner {
        border: 1px solid transparent; }
  .specialty .tabs-content {
    background-color: transparent;
    max-width: 95rem;
    margin: 0 auto; }
  .specialty .tabs-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-left: 2px solid #c7deeb;
    border-top: 2px solid #c7deeb;
    top: -9px;
    background-color: #c7deeb;
    z-index: 10;
    transform: rotate(45deg);
    transition: all 300ms;
    opacity: 0; }
  .specialty .tabs-title:hover {
    border: 1px solid #c7deeb; }
  .specialty .tabs-title.is-active {
    background-color: #c7deeb;
    border: 1px solid #c7deeb; }
    .specialty .tabs-title.is-active:before {
      opacity: 1; }
    .specialty .tabs-title.is-active a {
      background-color: transparent;
      color: #000; }

.care {
  position: relative; }
  .care__hero h1 {
    max-width: 61rem;
    margin: 0 auto 3rem auto; }
  .care__hero p {
    max-width: 53rem;
    margin: 0 auto; }
  .care__top {
    position: absolute;
    top: 0;
    left: 0; }
  .care__top__right {
    position: absolute;
    top: 0;
    left: 0; }
  .care__bottom {
    position: absolute;
    bottom: 5rem;
    right: 0; }

.site-footer__logo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem; }
  .site-footer__logo__wrap #footer-logo {
    max-width: 20rem;
    width: 100%; }

.site-footer__description {
  font-size: 12px;
  color: #fff;
  line-height: 16px; }

.site-footer__disclaimer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4); }
  .site-footer__disclaimer__link {
    font-size: 14px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.4); }

.site-footer .social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-top: 5px; }

.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .site-footer__links a,
  .site-footer__links span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600; }
