:root {
  --body-bg: #fff;
  --primary: #4c4f90;
  --light: #e2e2f1;
  --lighter: #eaeaf5;
  --red: #f56357;
  --light-grey: #f9f9f9;
  --text-color: #000;
  --headings-color: ;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 376px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-hd: 1921px; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #000;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1250px; } }
  @media (min-width: 1921px) {
    .container {
      max-width: 1800px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-hd {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-xs, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-xs, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1250px; } }

@media (min-width: 1921px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-hd {
    max-width: 1800px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd,
.col-hd-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 376px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1921px) {
  .col-hd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-hd-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-hd-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-hd-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-hd-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-hd-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-hd-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-hd-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-hd-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-hd-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-hd-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-hd-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-hd-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-hd-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-hd-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-hd-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-hd-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-hd-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-hd-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-hd-first {
    order: -1; }
  .order-hd-last {
    order: 13; }
  .order-hd-0 {
    order: 0; }
  .order-hd-1 {
    order: 1; }
  .order-hd-2 {
    order: 2; }
  .order-hd-3 {
    order: 3; }
  .order-hd-4 {
    order: 4; }
  .order-hd-5 {
    order: 5; }
  .order-hd-6 {
    order: 6; }
  .order-hd-7 {
    order: 7; }
  .order-hd-8 {
    order: 8; }
  .order-hd-9 {
    order: 9; }
  .order-hd-10 {
    order: 10; }
  .order-hd-11 {
    order: 11; }
  .order-hd-12 {
    order: 12; }
  .offset-hd-0 {
    margin-left: 0; }
  .offset-hd-1 {
    margin-left: 8.33333%; }
  .offset-hd-2 {
    margin-left: 16.66667%; }
  .offset-hd-3 {
    margin-left: 25%; }
  .offset-hd-4 {
    margin-left: 33.33333%; }
  .offset-hd-5 {
    margin-left: 41.66667%; }
  .offset-hd-6 {
    margin-left: 50%; }
  .offset-hd-7 {
    margin-left: 58.33333%; }
  .offset-hd-8 {
    margin-left: 66.66667%; }
  .offset-hd-9 {
    margin-left: 75%; }
  .offset-hd-10 {
    margin-left: 83.33333%; }
  .offset-hd-11 {
    margin-left: 91.66667%; } }

:root {
  --font-family-base: "Open Sans", sans-serif;
  --fz-body: 1.6rem;
  --fz-large: 1.8rem;
  --fz-nav: 1.7rem;
  --fz-larger: 2.3rem;
  --fz-h1: 4.8rem;
  --fz-h2: 3.2rem;
  --fz-h3: 25px;
  --fz-h3-small: 2.6rem;
  --fz-h4: 2.2rem;
  --fz-h5: 2rem;
  --fz-h6: 1.8rem;
  --fz-small: 1.4rem;
  --fz-tiny: 1.2rem;
  --fz-medium: 1.8rem;
  --fz-big: 5.3rem;
  --lh-body: 1.375;
  --lh-h1: 1.25;
  --lh-h2: 1.5;
  --lh-h3: 1.153;
  --lh-h4: 1.272;
  --lh-h5: 1.2;
  --lh-h6: 1.33;
  --spacing-xxs: 2rem;
  --spacing-xs: 5rem;
  --spacing-sm: 8rem;
  --spacing-md: 10rem;
  --spacing-lg: 16rem; }
  @media (max-width: 1199.98px) {
    :root {
      --fz-large: 2rem;
      --fz-nav: 1.8rem; } }
  @media (max-width: 991.98px) {
    :root {
      --fz-body: 1.4rem;
      --fz-h1: 3.4rem;
      --fz-h2: 2.6rem;
      --fz-h3: 2.3rem;
      --fz-h4: 1.8rem;
      --fz-h5: 1.6rem;
      --fz-h6: 1.4rem;
      --fz-h3-small: 1.8rem;
      --fz-larger: 1.8rem;
      --lh-body: 1.571;
      --lh-h1: 1.05;
      --lh-h2: 1.07;
      --lh-h3: 1.304;
      --lh-h4: 1.333;
      --lh-h5: 1.565;
      --lh-h6: 1.357; } }
  @media (max-width: 991.98px) {
    :root {
      --spacing-xs: 3rem;
      --spacing-sm: 4rem;
      --spacing-md: 6rem;
      --spacing-lg: 8rem; } }

html {
  font-size: 10px;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  background: #fff;
  overflow-x: hidden; }

::-moz-selection {
  color: #fff;
  background-color: #000; }

::selection {
  color: #fff;
  background-color: #000; }

*:focus {
  outline: none; }

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%; }

figure {
  margin-bottom: 0; }

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

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

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

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

@media (max-width: 575.98px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem; } }

.hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0 !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.single-post .container section[class^='block-'], .single-case-study .container section[class^='block-'] {
  margin-top: var(--spacing-xxs) !important;
  margin-bottom: var(--spacing-xxs) !important; }

h1, h2, h3, h4, h5, h6,
.title--h1, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem; }

h1,
.title--h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1); }

h2,
.title--h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2); }

h3,
.title--h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-h3); }

h4,
.title--h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4); }

h5,
.title--h5 {
  font-size: var(--fz-h5);
  font-weight: 600;
  line-height: var(--lh-h5); }

h6,
.title--h6 {
  font-size: var(--fz-h6);
  font-weight: 600;
  line-height: var(--lh-h6); }

p {
  font-size: var(--fz-body);
  line-height: var(--lh-body);
  margin: 0 0 2rem; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

hr {
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  background: #000; }

ol,
ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style-position: outside; }
  ol:last-child,
  ul:last-child {
    margin-bottom: 0; }
  ol li,
  ul li {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.text-color--primary {
  color: #4c4f90; }

.text-color--white {
  color: #fff; }

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

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

.inner-text-content {
  padding-bottom: 2em; }
  .inner-text-content h1, .inner-text-content h2, .inner-text-content h3, .inner-text-content h4, .inner-text-content h5, .inner-text-content h6,
  .inner-text-content .title--h1, .inner-text-content .title--h2, .inner-text-content .title--h3, .inner-text-content .title--h4, .inner-text-content .title--h5, .inner-text-content .title--h6 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3rem; }
  .inner-text-content h1,
  .inner-text-content .title--h1 {
    font-size: var(--fz-h1);
    line-height: var(--lh-h1); }
  .inner-text-content h2,
  .inner-text-content .title--h2 {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2); }
  .inner-text-content h3,
  .inner-text-content .title--h3 {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3); }
  .inner-text-content h4,
  .inner-text-content .title--h4 {
    font-size: var(--fz-h4);
    line-height: var(--lh-h4); }
  .inner-text-content h5,
  .inner-text-content .title--h5 {
    font-size: var(--fz-h5);
    font-weight: 600;
    line-height: var(--lh-h5); }
  .inner-text-content h6,
  .inner-text-content .title--h6 {
    font-size: var(--fz-h6);
    font-weight: 600;
    line-height: var(--lh-h6); }
  .inner-text-content p, .inner-text-content .core-paragraph {
    font-size: var(--fz-body);
    line-height: var(--lh-body);
    margin: 2rem 0 2rem 0; }
    .inner-text-content p:last-child, .inner-text-content .core-paragraph:last-child {
      margin-bottom: 0; }
  .inner-text-content a {
    text-decoration: underline; }
    .inner-text-content a:hover {
      text-decoration: none; }
  .inner-text-content hr {
    width: 100%;
    height: 1px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    background: #000; }
  .inner-text-content ol,
  .inner-text-content ul, .inner-text-content .core-list {
    margin: 0 0 3rem;
    padding: 0;
    list-style-position: outside; }
    .inner-text-content ol:last-child,
    .inner-text-content ul:last-child, .inner-text-content .core-list:last-child {
      margin-bottom: 0; }
    .inner-text-content ol li,
    .inner-text-content ul li, .inner-text-content .core-list li {
      font-size: 1.6rem;
      line-height: 1.375;
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .inner-text-content .text-color--primary {
    color: #4c4f90; }
  .inner-text-content .text-color--white {
    color: #fff; }
  .inner-text-content .text--center {
    text-align: center; }
  .inner-text-content .text--bold {
    font-weight: bold; }

main a.aligncenter img {
  display: block;
  margin: 0 auto; }

main a.alignnone {
  display: inline-block; }

main .alignleft {
  float: left;
  text-align: left; }

main .alignright {
  float: right;
  text-align: right; }

main a.alignleft,
main a.alignnone,
main a.alignright {
  max-width: 100%; }

main img.centered,
main .aligncenter,
main .singular-image {
  display: block;
  margin: 0 auto 3rem; }

main img.alignnone,
main .alignnone {
  margin-bottom: 3rem; }

main a.alignleft,
main img.alignleft,
main .wp-caption.alignleft {
  margin: 0 2rem 2rem 0; }

main a.alignright,
main img.alignright,
main .wp-caption.alignright {
  margin: 0 0 2rem 3rem; }

main .wp-block-image {
  margin-bottom: 3rem; }

main .wp-block-gallery {
  margin-bottom: 3rem; }

main .wp-block-quote {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  border-left: 1px solid #000;
  background: rgba(0, 0, 0, 0.05); }
  main .wp-block-quote cite {
    font-size: 1.6rem; }

main figcaption,
main .gallery-caption,
main .wp-caption-text {
  text-align: left; }

main .entry-content p.wp-caption-text {
  margin-bottom: 0; }

main .entry-content .wp-audio-shortcode,
main .entry-content .wp-playlist,
main .entry-content .wp-video {
  margin: 0 0 3rem; }

.no-js [data-anim*="fade"] {
  opacity: 1; }

[data-anim*="fade"] {
  opacity: 0; }

[data-anim] {
  animation-duration: 0.6s;
  animation-fill-mode: both; }
  [data-anim][data-anim__delay="1"] {
    animation-delay: 0.1s; }
  [data-anim][data-anim__duration="1"] {
    animation-duration: 0.1s; }
  [data-anim][data-anim__delay="2"] {
    animation-delay: 0.2s; }
  [data-anim][data-anim__duration="2"] {
    animation-duration: 0.2s; }
  [data-anim][data-anim__delay="3"] {
    animation-delay: 0.3s; }
  [data-anim][data-anim__duration="3"] {
    animation-duration: 0.3s; }
  [data-anim][data-anim__delay="4"] {
    animation-delay: 0.4s; }
  [data-anim][data-anim__duration="4"] {
    animation-duration: 0.4s; }
  [data-anim][data-anim__delay="5"] {
    animation-delay: 0.5s; }
  [data-anim][data-anim__duration="5"] {
    animation-duration: 0.5s; }
  [data-anim][data-anim__delay="6"] {
    animation-delay: 0.6s; }
  [data-anim][data-anim__duration="6"] {
    animation-duration: 0.6s; }
  [data-anim][data-anim__delay="7"] {
    animation-delay: 0.7s; }
  [data-anim][data-anim__duration="7"] {
    animation-duration: 0.7s; }
  [data-anim][data-anim__delay="8"] {
    animation-delay: 0.8s; }
  [data-anim][data-anim__duration="8"] {
    animation-duration: 0.8s; }
  [data-anim][data-anim__delay="9"] {
    animation-delay: 0.9s; }
  [data-anim][data-anim__duration="9"] {
    animation-duration: 0.9s; }
  [data-anim][data-anim__delay="10"] {
    animation-delay: 1s; }
  [data-anim][data-anim__duration="10"] {
    animation-duration: 1s; }
  [data-anim][data-anim__delay="11"] {
    animation-delay: 1.1s; }
  [data-anim][data-anim__duration="11"] {
    animation-duration: 1.1s; }
  [data-anim][data-anim__delay="12"] {
    animation-delay: 1.2s; }
  [data-anim][data-anim__duration="12"] {
    animation-duration: 1.2s; }
  [data-anim][data-anim__delay="13"] {
    animation-delay: 1.3s; }
  [data-anim][data-anim__duration="13"] {
    animation-duration: 1.3s; }
  [data-anim][data-anim__delay="14"] {
    animation-delay: 1.4s; }
  [data-anim][data-anim__duration="14"] {
    animation-duration: 1.4s; }
  [data-anim][data-anim__delay="15"] {
    animation-delay: 1.5s; }
  [data-anim][data-anim__duration="15"] {
    animation-duration: 1.5s; }
  [data-anim][data-anim__delay="16"] {
    animation-delay: 1.6s; }
  [data-anim][data-anim__duration="16"] {
    animation-duration: 1.6s; }
  [data-anim][data-anim__delay="17"] {
    animation-delay: 1.7s; }
  [data-anim][data-anim__duration="17"] {
    animation-duration: 1.7s; }
  [data-anim][data-anim__delay="18"] {
    animation-delay: 1.8s; }
  [data-anim][data-anim__duration="18"] {
    animation-duration: 1.8s; }
  [data-anim][data-anim__delay="19"] {
    animation-delay: 1.9s; }
  [data-anim][data-anim__duration="19"] {
    animation-duration: 1.9s; }
  [data-anim][data-anim__delay="20"] {
    animation-delay: 2s; }
  [data-anim][data-anim__duration="20"] {
    animation-duration: 2s; }
  [data-anim][data-anim__delay="21"] {
    animation-delay: 2.1s; }
  [data-anim][data-anim__duration="21"] {
    animation-duration: 2.1s; }
  [data-anim][data-anim__delay="22"] {
    animation-delay: 2.2s; }
  [data-anim][data-anim__duration="22"] {
    animation-duration: 2.2s; }
  [data-anim][data-anim__delay="23"] {
    animation-delay: 2.3s; }
  [data-anim][data-anim__duration="23"] {
    animation-duration: 2.3s; }
  [data-anim][data-anim__delay="24"] {
    animation-delay: 2.4s; }
  [data-anim][data-anim__duration="24"] {
    animation-duration: 2.4s; }
  [data-anim][data-anim__delay="25"] {
    animation-delay: 2.5s; }
  [data-anim][data-anim__duration="25"] {
    animation-duration: 2.5s; }
  [data-anim][data-anim__delay="26"] {
    animation-delay: 2.6s; }
  [data-anim][data-anim__duration="26"] {
    animation-duration: 2.6s; }
  [data-anim][data-anim__delay="27"] {
    animation-delay: 2.7s; }
  [data-anim][data-anim__duration="27"] {
    animation-duration: 2.7s; }
  [data-anim][data-anim__delay="28"] {
    animation-delay: 2.8s; }
  [data-anim][data-anim__duration="28"] {
    animation-duration: 2.8s; }
  [data-anim][data-anim__delay="29"] {
    animation-delay: 2.9s; }
  [data-anim][data-anim__duration="29"] {
    animation-duration: 2.9s; }
  [data-anim][data-anim__delay="30"] {
    animation-delay: 3s; }
  [data-anim][data-anim__duration="30"] {
    animation-duration: 3s; }
  [data-anim][data-anim__delay="31"] {
    animation-delay: 3.1s; }
  [data-anim][data-anim__duration="31"] {
    animation-duration: 3.1s; }
  [data-anim][data-anim__delay="32"] {
    animation-delay: 3.2s; }
  [data-anim][data-anim__duration="32"] {
    animation-duration: 3.2s; }
  [data-anim][data-anim__delay="33"] {
    animation-delay: 3.3s; }
  [data-anim][data-anim__duration="33"] {
    animation-duration: 3.3s; }
  [data-anim][data-anim__delay="34"] {
    animation-delay: 3.4s; }
  [data-anim][data-anim__duration="34"] {
    animation-duration: 3.4s; }
  [data-anim][data-anim__delay="35"] {
    animation-delay: 3.5s; }
  [data-anim][data-anim__duration="35"] {
    animation-duration: 3.5s; }
  [data-anim][data-anim__delay="36"] {
    animation-delay: 3.6s; }
  [data-anim][data-anim__duration="36"] {
    animation-duration: 3.6s; }
  [data-anim][data-anim__delay="37"] {
    animation-delay: 3.7s; }
  [data-anim][data-anim__duration="37"] {
    animation-duration: 3.7s; }
  [data-anim][data-anim__delay="38"] {
    animation-delay: 3.8s; }
  [data-anim][data-anim__duration="38"] {
    animation-duration: 3.8s; }
  [data-anim][data-anim__delay="39"] {
    animation-delay: 3.9s; }
  [data-anim][data-anim__duration="39"] {
    animation-duration: 3.9s; }
  [data-anim][data-anim__delay="40"] {
    animation-delay: 4s; }
  [data-anim][data-anim__duration="40"] {
    animation-duration: 4s; }
  [data-anim][data-anim__delay="41"] {
    animation-delay: 4.1s; }
  [data-anim][data-anim__duration="41"] {
    animation-duration: 4.1s; }
  [data-anim][data-anim__delay="42"] {
    animation-delay: 4.2s; }
  [data-anim][data-anim__duration="42"] {
    animation-duration: 4.2s; }
  [data-anim][data-anim__delay="43"] {
    animation-delay: 4.3s; }
  [data-anim][data-anim__duration="43"] {
    animation-duration: 4.3s; }
  [data-anim][data-anim__delay="44"] {
    animation-delay: 4.4s; }
  [data-anim][data-anim__duration="44"] {
    animation-duration: 4.4s; }
  [data-anim][data-anim__delay="45"] {
    animation-delay: 4.5s; }
  [data-anim][data-anim__duration="45"] {
    animation-duration: 4.5s; }
  [data-anim][data-anim__delay="46"] {
    animation-delay: 4.6s; }
  [data-anim][data-anim__duration="46"] {
    animation-duration: 4.6s; }
  [data-anim][data-anim__delay="47"] {
    animation-delay: 4.7s; }
  [data-anim][data-anim__duration="47"] {
    animation-duration: 4.7s; }
  [data-anim][data-anim__delay="48"] {
    animation-delay: 4.8s; }
  [data-anim][data-anim__duration="48"] {
    animation-duration: 4.8s; }
  [data-anim][data-anim__delay="49"] {
    animation-delay: 4.9s; }
  [data-anim][data-anim__duration="49"] {
    animation-duration: 4.9s; }
  [data-anim][data-anim__delay="50"] {
    animation-delay: 5s; }
  [data-anim][data-anim__duration="50"] {
    animation-duration: 5s; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadein"] {
    animation-name: fadeIn; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadescale"] {
    animation-name: fadeScale; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadedownfromtop"] {
    animation-name: fadeDownFromTop;
    animation-timing-function: ease-in; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideup"] {
    animation-name: slideUp; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideupmax"] {
    animation-name: slideUpMax; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideright"] {
    animation-name: slideRight; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideleft"] {
    animation-name: slideLeft; }
  [data-anim][data-anim__animate="true"][data-anim~="fadein"] {
    animation-name: fadeIn; }
  [data-anim][data-anim__animate="true"][data-anim~="fadescale"] {
    animation-name: fadeScale; }
  [data-anim][data-anim__animate="true"][data-anim~="fadedownfromtop"] {
    animation-name: fadeDownFromTop;
    animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideup"] {
    animation-name: slideUp; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideupmax"] {
    animation-name: slideUpMax;
    animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideright"] {
    animation-name: slideRight; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideleft"] {
    animation-name: slideLeft; }
  [data-anim][data-anim__iteration="infinte"] {
    animation-iteration-count: infinite; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes fadeDownFromTop {
  0% {
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    transform: translateY(200px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideRight {
  0% {
    transform: translateX(-200px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideLeft {
  0% {
    transform: translateX(200px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideUpMax {
  0% {
    transform: translateY(1000px);
    opacity: 0; }
  50% {
    transform: translateY(500px);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMin {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.c-button, .gform_button {
  display: inline-block;
  font-size: var(--font-family-base);
  font-weight: bold;
  line-height: 1;
  position: relative;
  min-width: 15rem;
  padding: 1.2rem 3.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 5rem;
  background-color: #4c4f90;
  box-shadow: none;
  min-width: 19.3rem; }
  .c-button > span, .gform_button > span {
    position: relative;
    letter-spacing: .5px; }
    .c-button > span:before, .gform_button > span:before {
      position: absolute;
      right: 3.5rem;
      bottom: -.2rem;
      left: 0;
      width: 0;
      height: 1px;
      content: '';
      transition: all 0.2s ease-in-out;
      background-color: #fff; }
  .c-button:hover, .gform_button:hover {
    color: #fff;
    outline: none;
    background-color: #303268; }
    .c-button:hover span:before, .gform_button:hover span:before {
      bottom: -.2rem;
      width: 100%; }
  .c-button:active, .c-button:focus, .gform_button:active, .gform_button:focus {
    color: #fff;
    background-color: #303268; }
  .c-button--white, .gform_button--white {
    color: #4c4f90;
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 rgba(127, 127, 127, 0.35); }
    .c-button--white span:before, .gform_button--white span:before {
      background-color: #4c4f90; }
    .c-button--white:hover, .gform_button--white:hover {
      color: #4c4f90;
      background-color: #fff; }
    .c-button--white:active, .c-button--white:focus, .gform_button--white:active, .gform_button--white:focus {
      color: #4c4f90;
      background-color: #fff; }
  .c-button--arrow, .gform_button--arrow {
    font-weight: bold;
    position: relative;
    min-width: auto;
    padding: 0 3rem .5rem 0;
    text-align: left;
    letter-spacing: .55px;
    color: #4c4f90;
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .c-button--arrow:before, .gform_button--arrow:before {
      position: absolute;
      bottom: -.2rem;
      left: 0;
      width: 0;
      height: 2.5px;
      content: '';
      transition: width 0.2s ease-in-out;
      background-color: #303268; }
    .c-button--arrow:after, .gform_button--arrow:after {
      display: block;
      position: absolute;
      top: 44%;
      right: 0;
      width: 1.7rem;
      height: .9rem;
      content: '';
      transform: translateY(-50%);
      background-image: url("./../img/icons/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 1.7rem;
      filter: invert(29%) sepia(11%) saturate(3014%) hue-rotate(199deg) brightness(100%) contrast(84%); }
    .c-button--arrow:hover, .c-button--arrow:active, .c-button--arrow:focus, .gform_button--arrow:hover, .gform_button--arrow:active, .gform_button--arrow:focus {
      color: #303268;
      background-color: transparent; }
      .c-button--arrow:hover:before, .c-button--arrow:active:before, .c-button--arrow:focus:before, .gform_button--arrow:hover:before, .gform_button--arrow:active:before, .gform_button--arrow:focus:before {
        width: 100%; }
      .c-button--arrow:hover:after, .c-button--arrow:active:after, .c-button--arrow:focus:after, .gform_button--arrow:hover:after, .gform_button--arrow:active:after, .gform_button--arrow:focus:after {
        filter: invert(19%) sepia(40%) saturate(1003%) hue-rotate(201deg) brightness(91%) contrast(94%); }

.c-video__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 0; }
  .c-video__iframe embed,
  .c-video__iframe iframe,
  .c-video__iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

input[type=text], input[type=email], input[type=tel], textarea {
  font-size: var(--fz-body) !important;
  font-weight: 400;
  line-height: var(--lh-body);
  padding: 1.1rem 2.6rem !important;
  color: #000;
  border: 1px solid #EAEAEA;
  border-radius: 23px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.18); }
  input[type=text].filled, input[type=email].filled, input[type=tel].filled, textarea.filled {
    border: 1px solid #4C4F90; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    color: #AFAFAF; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
    color: #AFAFAF; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    border: 1px solid #4C4F90; }
  input[type=text][aria-invalid=true], input[type=email][aria-invalid=true], input[type=tel][aria-invalid=true], textarea[aria-invalid=true] {
    border: 1px solid #DF1A1A !important; }

.gform_wrapper .validation_message.gfield_validation_message {
  font-size: var(--fz-small) !important;
  line-height: 1.35 !important;
  margin-top: 0.7rem !important;
  padding: 0 !important;
  border: none;
  background: transparent;
  box-shadow: none !important; }

.gform_wrapper .gform_body .ginput_container input[type=text], .gform_wrapper .gform_body .ginput_container input[type=email], .gform_wrapper .gform_body .ginput_container input[type=tel] .textarea {
  font-size: var(--fz-body) !important; }

.gform_wrapper .gform_ajax_spinner {
  margin-left: 1.5rem; }

.page-header-spacer {
  height: 16rem; }
  @media all and (max-width: 1200px) {
    .page-header-spacer {
      height: 12.8rem; } }
  @media all and (max-width: 991px) {
    .page-header-spacer {
      height: 8.8rem; } }

.page-header {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(209, 209, 209, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 11; }
  .page-header.sticky .page-header__top {
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  @media (min-width: 992px) {
    .page-header .sub-menu {
      display: none; } }
  .page-header__top {
    background-color: #fafaff;
    padding: 0.95rem 0;
    transition: all .1s ease-in; }
    @media (max-width: 1199.98px) {
      .page-header__top {
        display: none; } }
  .page-header__top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .page-header__top-nav a {
      text-decoration: none;
      display: flex;
      align-items: center;
      color: #000;
      font-size: var(--fz-small);
      font-weight: 700;
      line-height: 1.3;
      margin-left: 3.6rem;
      transition-duration: .3s;
      letter-spacing: 0.48px; }
      .page-header__top-nav a:hover {
        opacity: .7; }
      .page-header__top-nav a:first-of-type {
        margin-left: 0; }
      .page-header__top-nav a img {
        margin-right: 0.8rem; }
  .page-header .c-button {
    margin-left: 3.35rem;
    letter-spacing: 0.48px;
    font-size: var(--fz-small);
    padding: 1.3rem 3rem; }
    @media (max-width: 1199.98px) {
      .page-header .c-button {
        order: 2;
        margin-left: 0;
        margin-bottom: 3.36rem;
        display: flex;
        align-items: center;
        height: 5rem;
        justify-content: center;
        font-size: var(--fz-nav);
        font-weight: bold; } }
    .page-header .c-button.hidden {
      display: none; }
  .page-header__search-btn-trigger {
    margin-left: 2.5rem;
    cursor: pointer;
    transition-duration: .3s;
    width: 25px; }
    .page-header__search-btn-trigger img {
      width: 2.4rem;
      height: 2.4rem; }
    .page-header__search-btn-trigger.hidden {
      display: none; }
    @media (max-width: 1199.98px) {
      .page-header__search-btn-trigger {
        display: none; } }
    .page-header__search-btn-trigger:hover {
      opacity: .7; }
  .page-header__main-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .page-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199.98px) {
      .page-header__inner {
        padding-top: 1.9rem;
        padding-bottom: 2.5rem; } }
  .page-header__logo img {
    max-height: 8.4rem; }
    @media (max-width: 991.98px) {
      .page-header__logo img {
        max-height: 4.4rem;
        width: auto; } }
  @media (max-width: 1199.98px) {
    .page-header__nav {
      width: 100%;
      order: 3; } }
  .page-header__nav nav > ul {
    list-style-type: none;
    display: flex; }
    @media (max-width: 1199.98px) {
      .page-header__nav nav > ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch; } }
    .page-header__nav nav > ul li {
      padding: 0 1rem; }
      @media (max-width: 1199.98px) {
        .page-header__nav nav > ul li {
          padding: 0;
          margin-top: 0;
          border-bottom: 1px solid #DCDCDC; } }
      .page-header__nav nav > ul li > a {
        display: flex; }
      .page-header__nav nav > ul li:last-of-type {
        padding-right: 0; }
    .page-header__nav nav > ul > li {
      margin: 0; }
      .page-header__nav nav > ul > li.menu-item-has-children {
        display: flex;
        align-items: center; }
        .page-header__nav nav > ul > li.menu-item-has-children::after {
          display: block;
          content: '';
          background-image: url("./../img/icons/menu-dropdown.svg");
          background-repeat: no-repeat;
          background-position: center bottom;
          width: 10px;
          height: 7px;
          margin-left: 4px;
          transition-duration: .3s; }
        @media (max-width: 1199.98px) {
          .page-header__nav nav > ul > li.menu-item-has-children .sub-menu--open .menu-item-has-children .sub-menu {
            display: block;
            position: relative;
            top: 0;
            padding-left: 2em !important; }
            .page-header__nav nav > ul > li.menu-item-has-children .sub-menu--open .menu-item-has-children .sub-menu li {
              padding: 1rem 0;
              border: 0; }
              .page-header__nav nav > ul > li.menu-item-has-children .sub-menu--open .menu-item-has-children .sub-menu li a {
                display: initial; } }
      @media (hover: hover) {
        .page-header__nav nav > ul > li:hover .sub-depth-0 {
          display: flex;
          flex-direction: row; } }
      .page-header__nav nav > ul > li a {
        padding: 4.8rem 0; }
        @media (max-width: 1199.98px) {
          .page-header__nav nav > ul > li a {
            padding-top: 1.25rem;
            padding-bottom: 1.6rem; } }
        .page-header__nav nav > ul > li a::after {
          bottom: 4.1rem; }
      @media (max-width: 1199.98px) {
        .page-header__nav nav > ul > li {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .page-header__nav nav > ul > li.menu-item-has-children::after {
            display: block;
            content: '';
            background-image: url("./../img/icons/arrow-mobile.svg") !important;
            background-repeat: no-repeat;
            background-position: center bottom;
            width: 0.8rem !important;
            height: 1.5rem !important;
            transition-duration: .3s;
            margin-right: .6rem; } }
      .page-header__nav nav > ul > li:hover > a::after {
        width: 100%; }
    .page-header__nav nav > ul a {
      text-decoration: none;
      font-weight: 700;
      font-size: var(--fz-nav);
      color: #000;
      line-height: 1.333;
      display: block;
      position: relative;
      letter-spacing: 0.59px; }
      @media (max-width: 1199.98px) {
        .page-header__nav nav > ul a {
          font-size: var(--fz-large); } }
      .page-header__nav nav > ul a::after {
        content: '';
        height: 0.25rem;
        background-color: #4c4f90;
        position: absolute;
        transition-duration: .3s;
        box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.13);
        bottom: -0.75rem;
        left: 0;
        width: 0; }
        @media (max-width: 1199.98px) {
          .page-header__nav nav > ul a::after {
            display: none !important; } }
      .page-header__nav nav > ul a:hover::after {
        width: 100%; }
  .page-header__nav-search {
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      .page-header__nav-search {
        top: 0 !important; } }
    @media (max-width: 1199.98px) {
      .page-header__nav-search {
        justify-content: flex-start;
        align-items: stretch;
        position: fixed;
        height: calc(100vh - 88px);
        width: 100vw;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition-duration: .3s;
        flex-flow: column;
        background-color: white;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 2rem 15rem;
        z-index: 12; }
        .page-header__nav-search.opened {
          transform: translateX(0);
          overflow-x: hidden; } }
    @media (max-width: 991.98px) {
      .page-header__nav-search {
        padding: 2rem; } }
    .page-header__nav-search #search-trigger-toggle {
      display: none; }
    .page-header__nav-search .search-toggle {
      cursor: pointer; }
      .page-header__nav-search .search-toggle .search-close {
        display: none;
        position: relative; }
        .page-header__nav-search .search-toggle .search-close::before, .page-header__nav-search .search-toggle .search-close::after {
          content: '';
          position: absolute;
          height: 25px;
          width: 2px;
          background-color: #000;
          top: -12px;
          right: 13px; }
        .page-header__nav-search .search-toggle .search-close::before {
          transform: rotate(45deg); }
        .page-header__nav-search .search-toggle .search-close::after {
          transform: rotate(-45deg); }
      .page-header__nav-search .search-toggle.open img {
        display: none; }
      .page-header__nav-search .search-toggle.open .search-close {
        display: block; }
    @media (min-width: 992px) {
      .page-header__nav-search .search-form-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        max-height: 0px;
        overflow: hidden;
        padding: 0;
        transition: bottom .3s ease; }
        .page-header__nav-search .search-form-wrapper::before, .page-header__nav-search .search-form-wrapper::after {
          content: '';
          height: 100%;
          width: 1000px;
          position: absolute;
          top: 0;
          background: #fff; }
        .page-header__nav-search .search-form-wrapper::before {
          left: -1000px; }
        .page-header__nav-search .search-form-wrapper::after {
          right: -1000px; }
        .page-header__nav-search .search-form-wrapper.open {
          max-height: 1000px;
          padding: 1rem 0;
          overflow: visible;
          bottom: -50px; } }
    @media (max-width: 1199.98px) {
      .page-header__nav-search .search-form-wrapper {
        display: block;
        order: 1; } }
    .page-header__nav-search form.search-form {
      border-radius: 48px;
      box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.13);
      display: flex;
      justify-content: space-between;
      padding: 0.7rem 1.6rem;
      margin-left: 1.6rem;
      border: 1px solid #EAEAEA; }
      .page-header__nav-search form.search-form.focus {
        border: 1px solid #4C4F90; }
      .page-header__nav-search form.search-form.filled {
        border: 1px solid #4C4F90; }
      @media (max-width: 1199.98px) {
        .page-header__nav-search form.search-form {
          margin-bottom: 1.5rem;
          margin-left: 0;
          padding: 1.35rem 2rem; } }
      .page-header__nav-search form.search-form label {
        margin: 0;
        width: 100%; }
      .page-header__nav-search form.search-form input {
        border: none;
        height: 100%;
        background-color: transparent;
        padding: 0;
        padding-left: 0.5rem;
        letter-spacing: 0.69px;
        line-height: 1;
        color: #000;
        font-size: 1.5rem;
        width: 100%; }
        @media (max-width: 1199.98px) {
          .page-header__nav-search form.search-form input {
            font-size: 2rem; } }
        .page-header__nav-search form.search-form input::-moz-placeholder {
          color: #818181; }
        .page-header__nav-search form.search-form input::placeholder {
          color: #818181; }
          @media (max-width: 1199.98px) {
            .page-header__nav-search form.search-form input::-moz-placeholder {
              color: #000; }
            .page-header__nav-search form.search-form input::placeholder {
              color: #000; } }
      .page-header__nav-search form.search-form button {
        border: none;
        background-color: transparent; }
        .page-header__nav-search form.search-form button img {
          height: 2.4rem;
          width: 2.5rem; }
  .page-header__top-nav-mobile {
    display: none;
    flex-flow: column;
    margin-top: 2rem; }
    @media (max-width: 1199.98px) {
      .page-header__top-nav-mobile {
        display: flex;
        order: 4; } }
    .page-header__top-nav-mobile a {
      text-decoration: none;
      display: flex;
      align-items: center;
      color: #000;
      font-size: var(--fz-medium);
      font-weight: 700;
      line-height: 1.3;
      transition-duration: .3s;
      margin-bottom: 4rem; }
      .page-header__top-nav-mobile a:hover {
        opacity: .7; }
      .page-header__top-nav-mobile a:first-of-type {
        margin-left: 0; }
      .page-header__top-nav-mobile a img {
        margin-right: 1.6rem;
        width: 3.2rem;
        height: 2.6rem; }
  .page-header__btn-hamburger {
    display: none; }
    @media (max-width: 1199.98px) {
      .page-header__btn-hamburger {
        display: block;
        margin-left: auto; }
        .page-header__btn-hamburger .open {
          display: block; }
        .page-header__btn-hamburger .close {
          display: none; }
        .page-header__btn-hamburger.opened .open {
          display: none; }
        .page-header__btn-hamburger.opened .close {
          display: block;
          height: 3.5rem; } }
  .page-header .mega-menu {
    position: absolute;
    z-index: 100;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 4.8rem .8rem 7.5rem .8rem;
    list-style: none;
    transition: top .2s;
    background-color: #fff;
    flex-direction: row;
    min-height: 50rem; }
    @media (min-width: 992px) {
      .page-header .mega-menu .menu-ladder {
        width: calc(25% - 20px); } }
    .page-header .mega-menu .menu-ladder a {
      z-index: 9; }
    .page-header .mega-menu ul li {
      margin: 0;
      padding: 0; }
      .page-header .mega-menu ul li a {
        font-size: var(--fz-large);
        line-height: 1.333;
        padding: 0;
        margin-bottom: 4.5rem;
        color: #4C4F90;
        display: block;
        max-width: -moz-max-content;
        max-width: max-content; }
        @media (max-width: 1199.98px) {
          .page-header .mega-menu ul li a {
            opacity: 1; } }
        .page-header .mega-menu ul li a:hover {
          opacity: 1; }
        .page-header .mega-menu ul li a.active {
          opacity: 1; }
      .page-header .mega-menu ul li:last-of-type a {
        margin-bottom: 0; }
    .page-header .mega-menu .sub-menu-ladder {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      list-style-type: none; }
      .page-header .mega-menu .sub-menu-ladder > li {
        width: 33%; }
        .page-header .mega-menu .sub-menu-ladder > li > a::after {
          bottom: -0.7rem; }
    .page-header .mega-menu .sub-depth-1 {
      position: absolute;
      top: 4.8rem;
      left: 0;
      width: 100%;
      padding-left: 0;
      width: 100%;
      padding-left: calc(25% - 10px) !important;
      grid-template-columns: repeat(3, 1fr);
      gap: 5rem; }
      .page-header .mega-menu .sub-depth-1 li a {
        color: #4C4F90;
        opacity: 1;
        line-height: 1.333;
        position: relative; }
        .page-header .mega-menu .sub-depth-1 li a::before {
          content: '>';
          position: absolute;
          left: -4px;
          top: 50%;
          transform: translateY(-50%) translateX(-100%);
          color: #4C4F90;
          font-size: var(--fz-large); }
        .page-header .mega-menu .sub-depth-1 li a::after {
          bottom: -.7rem; }
        .page-header .mega-menu .sub-depth-1 li a:hover::after {
          width: 100%; }
      .page-header .mega-menu .sub-depth-1 li .menu-item-short-description {
        margin-top: 0.815rem;
        font-size: var(--fz-body);
        line-height: var(--lh-body);
        color: #000; }
        @media (max-width: 1199.98px) {
          .page-header .mega-menu .sub-depth-1 li .menu-item-short-description {
            display: none !important; } }
    .page-header .mega-menu::after {
      position: absolute;
      z-index: -10;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      content: '';
      transform: translateX(-50%);
      background-color: #fff;
      box-shadow: 0 0.2rem 1rem 0 rgba(209, 209, 209, 0.5); }
      @media (max-width: 1199.98px) {
        .page-header .mega-menu::after {
          display: none; } }
    .page-header .mega-menu li {
      margin: 0;
      padding: 0; }
      .page-header .mega-menu li a {
        color: black; }
      .page-header .mega-menu li.links-normal {
        min-width: 248px;
        height: auto; }
        .page-header .mega-menu li.links-normal a {
          width: 100%;
          height: auto; }
        .page-header .mega-menu li.links-normal .links-list {
          flex-direction: column;
          padding-left: 2rem;
          list-style: none; }
          .page-header .mega-menu li.links-normal .links-list li {
            padding: 0; }
            .page-header .mega-menu li.links-normal .links-list li a {
              line-height: normal;
              display: inline; }
        .page-header .mega-menu li.links-normal .mobile-navigation {
          display: none; }
          .page-header .mega-menu li.links-normal .mobile-navigation .slide-out {
            font-size: 1.8rem;
            font-weight: normal;
            display: flex;
            align-items: center;
            margin-bottom: 18px;
            color: red; }
            .page-header .mega-menu li.links-normal .mobile-navigation .slide-out img {
              margin-right: 10px;
              transform: rotate(180deg); }
          .page-header .mega-menu li.links-normal .mobile-navigation .main-category {
            display: block;
            padding: 20px 0 15px 0;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
            .page-header .mega-menu li.links-normal .mobile-navigation .main-category a {
              font-size: 2.2rem; }
              .page-header .mega-menu li.links-normal .mobile-navigation .main-category a::after {
                display: none; }
              .page-header .mega-menu li.links-normal .mobile-navigation .main-category a::before {
                display: none; }
    @media (max-width: 1199.98px) {
      .page-header .mega-menu {
        z-index: 10;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 85px);
        margin-top: 0;
        transition: transform .2s ease;
        transform: translateX(100%); }
        .page-header .mega-menu.sub-menu--open {
          transform: translateX(0);
          display: block; }
        .page-header .mega-menu.slide-in {
          transform: translateX(0%); }
        .page-header .mega-menu li.links-hero {
          display: none; }
        .page-header .mega-menu li.links-banner {
          display: none; }
        .page-header .mega-menu li.links-normal {
          width: 100%;
          padding: 0 19px; }
          .page-header .mega-menu li.links-normal .links-list {
            padding-left: 0; }
            .page-header .mega-menu li.links-normal .links-list li {
              margin: 0; }
              .page-header .mega-menu li.links-normal .links-list li a {
                font-weight: 400;
                line-height: 1;
                display: flex;
                padding: 19px 0 19px 1px; }
          .page-header .mega-menu li.links-normal .mobile-navigation {
            display: block; } }

@media (min-width: 1200px) {
  li.horizontal .mega-menu {
    width: 100% !important; }
    li.horizontal .mega-menu .menu-ladder {
      width: 100% !important; }
      li.horizontal .mega-menu .menu-ladder .sub-menu-ladder {
        display: block !important;
        -moz-column-count: 3;
             column-count: 3; }
        li.horizontal .mega-menu .menu-ladder .sub-menu-ladder li {
          display: inline-block !important;
          padding-bottom: 1em; }
          li.horizontal .mega-menu .menu-ladder .sub-menu-ladder li a {
            margin-bottom: 1rem !important; }
            li.horizontal .mega-menu .menu-ladder .sub-menu-ladder li a::before {
              content: '>';
              position: absolute;
              left: -4px;
              top: 50%;
              transform: translateY(-50%) translateX(-100%);
              color: #4C4F90;
              font-size: var(--fz-large); }
          li.horizontal .mega-menu .menu-ladder .sub-menu-ladder li .menu-item-short-description {
            margin-bottom: 2rem; } }

@media (max-width: 1199.98px) {
  .menu-item-short-description {
    display: none !important; } }

.back--button {
  position: relative !important;
  padding: 0 0 0 19px !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  color: #4c4f90 !important; }
  .back--button::before {
    display: inline-block;
    content: '';
    background-image: url("./../img/icons/menu-dropdown.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    height: 7px;
    margin-right: 4px;
    transition-duration: .3s;
    transform: rotate(90deg);
    vertical-align: middle; }
  @media (min-width: 992px) {
    .back--button {
      display: none; } }

.page-footer {
  background-color: rgba(28, 35, 153, 0.09);
  box-shadow: inset 0 0 43px 0 rgba(0, 0, 0, 0.04);
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  @media (max-width: 991.98px) {
    .page-footer {
      padding: 3.6rem 2.8rem; } }
  .page-footer__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem; }
    .page-footer__inner h2 {
      font-size: 2rem; }
  .page-footer__general {
    grid-column: span 4; }
    @media (max-width: 1199.98px) {
      .page-footer__general {
        grid-column: span 6; } }
    @media (max-width: 991.98px) {
      .page-footer__general {
        grid-column: span 12; } }
    .page-footer__general .contact-info-single a {
      text-decoration: none;
      font-weight: 600;
      font-size: var(--fz-body);
      line-height: 1.375;
      margin-bottom: 2.2rem;
      display: flex; }
      @media (max-width: 991.98px) {
        .page-footer__general .contact-info-single a {
          font-size: var(--fz-tiny); } }
      .page-footer__general .contact-info-single a img {
        max-width: 2.5rem;
        margin-right: 1.5rem; }
        @media (max-width: 767.98px) {
          .page-footer__general .contact-info-single a img {
            max-width: initial;
            max-height: 1.9rem;
            width: auto; } }
      .page-footer__general .contact-info-single a:hover span {
        text-decoration: underline; }
  .page-footer__social-icons {
    margin-top: 1.28rem; }
    @media (max-width: 991.98px) {
      .page-footer__social-icons {
        display: flex;
        justify-content: center;
        margin-bottom: 1.28rem;
        margin-top: 3.28rem; } }
    .page-footer__social-icons .single-icon {
      margin-right: 1.5rem;
      display: inline-block;
      transition-duration: .3s; }
      .page-footer__social-icons .single-icon:hover {
        opacity: .7; }
      .page-footer__social-icons .single-icon:last-of-type {
        margin-right: 0; }
      .page-footer__social-icons .single-icon img {
        width: 4rem; }
  .page-footer__company-info {
    grid-column: span 3; }
    @media (max-width: 991.98px) {
      .page-footer__company-info {
        grid-column: span 12; } }
    .page-footer__company-info p {
      font-size: var(--fz-body);
      line-height: var(--lh-body);
      font-weight: 600;
      max-width: calc(100% / 3 * 2); }
      @media (max-width: 1199.98px) {
        .page-footer__company-info p {
          max-width: 100%;
          margin: 0 auto; } }
      @media (max-width: 991.98px) {
        .page-footer__company-info p {
          font-size: var(--fz-h5); } }
      @media (max-width: 767.98px) {
        .page-footer__company-info p {
          max-width: calc(100% / 2);
          text-align: center; } }
    .page-footer__company-info ul {
      list-style-type: none;
      margin-top: 2.5rem; }
      @media (max-width: 991.98px) {
        .page-footer__company-info ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 2.17rem; } }
      .page-footer__company-info ul li {
        margin: 0; }
        .page-footer__company-info ul li a {
          font-size: var(--fz-small);
          font-weight: 600;
          line-height: var(--lh-body);
          text-decoration: none; }
          .page-footer__company-info ul li a:hover {
            text-decoration: underline; }
  .page-footer__companies {
    grid-column: span 3;
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 991.98px) {
      .page-footer__companies {
        grid-column: span 12; } }
    .page-footer__companies .single-company {
      transition-duration: .3s;
      max-height: 4.9rem;
      margin-right: 4.1rem;
      margin-bottom: 2.25rem;
      margin-right: 2rem;
      width: calc(50% - 1rem); }
      @media (max-width: 1199.98px) {
        .page-footer__companies .single-company {
          width: calc(50% - 2rem); } }
      @media (max-width: 767.98px) {
        .page-footer__companies .single-company {
          margin: 1.5rem 2.05rem;
          width: calc(50% - 4.1rem);
          display: flex;
          justify-content: center; } }
      @media (min-width: 992px) {
        .page-footer__companies .single-company:nth-child(2n + 2) {
          margin-right: 0; } }
      .page-footer__companies .single-company:hover {
        opacity: .7; }
      .page-footer__companies .single-company img {
        height: 50px;
        width: auto;
        max-width: 50000px; }
  .page-footer__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.8rem; }
    @media (max-width: 767.98px) {
      .page-footer__lower {
        flex-flow: column-reverse; } }
    .page-footer__lower p {
      font-weight: 600;
      font-size: var(--fz-small);
      line-height: 1.35;
      color: #1f1f1f;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .page-footer__lower p {
          font-size: var(--fz-tiny); } }
      @media (max-width: 767.98px) {
        .page-footer__lower p {
          text-align: center; } }
      .page-footer__lower p:nth-child(2) {
        max-width: calc(100% / 12 * 5);
        text-align: right; }
        @media (max-width: 767.98px) {
          .page-footer__lower p:nth-child(2) {
            max-width: 100%;
            text-align: center;
            margin-bottom: 3.85rem; } }

.newsletter-subscribe-footer {
  background-color: #f9f9f9;
  padding-top: 3.8rem;
  padding-bottom: 3.4rem; }
  .newsletter-subscribe-footer__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem; }
  .newsletter-subscribe-footer .gform_wrapper {
    grid-column: span 7; }
    @media (max-width: 767.98px) {
      .newsletter-subscribe-footer .gform_wrapper {
        grid-column: span 12; } }
    .newsletter-subscribe-footer .gform_wrapper .gfield_label {
      display: none !important; }
    .newsletter-subscribe-footer .gform_wrapper .gform_validation_errors {
      border-radius: 23px !important; }
  @media (max-width: 767.98px) {
    .newsletter-subscribe-footer .gform_button.button {
      width: 100% !important; } }
  @media (max-width: 767.98px) {
    .newsletter-subscribe-footer.gap {
      display: none; } }
  .newsletter-subscribe-footer__texts {
    grid-column: span 4; }
    @media (max-width: 767.98px) {
      .newsletter-subscribe-footer__texts {
        grid-column: span 12; } }
    .newsletter-subscribe-footer__texts h3 {
      font-weight: 700;
      color: #4c4f90;
      margin-bottom: 1.85rem;
      font-size: var(--fz-larger); }
      @media (max-width: 767.98px) {
        .newsletter-subscribe-footer__texts h3 {
          margin-bottom: 1.15rem; } }
    .newsletter-subscribe-footer__texts p {
      color: #4c4f90;
      font-size: var(--fz-body);
      line-height: var(--lh-body); }
      @media (max-width: 767.98px) {
        .newsletter-subscribe-footer__texts p {
          color: #000; } }

.search-results-heading {
  background-color: #e2e2f1;
  padding: 4rem 0; }
  .search-results-heading h1 {
    margin-bottom: 0; }

.search-results-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: var(--spacing-md);
  margin-bottom: var(--spacing-md); }
  @media (max-width: 767.98px) {
    .search-results-wrapper {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 2rem;
      grid-row-gap: 2rem; } }
  .search-results-wrapper .article-box {
    padding: 2rem; }
    .search-results-wrapper .article-box .article-box__categories {
      margin-top: 0; }

.article-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0rem 2rem 2rem 2rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16); }
  .article-box-grant {
    padding: 2rem; }
  .article-box-team_member .article-box__thumbnail {
    margin-bottom: 1rem; }
  .article-box-hidden {
    display: none; }
    .article-box-hidden-date {
      display: none; }
  .article-box__thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: -2rem;
    margin-left: -2rem;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #e2e2f1; }
    .article-box__thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      transition: transform .5s;
      transform: scale(1);
      aspect-ratio: 3/2; }
      .article-box__thumbnail img.fallback {
        -o-object-fit: contain;
           object-fit: contain; }
  .article-box .c-button {
    margin-top: 3rem;
    margin-right: auto;
    margin-top: auto; }
  .article-box__title {
    margin-bottom: 1.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .article-box__excerpt {
    margin-bottom: 2rem; }
  .article-box__categories {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .article-box__category {
    display: inline-block;
    font-size: var(--fz-small);
    position: relative;
    letter-spacing: 2.71px;
    text-transform: uppercase; }
    .article-box__category:after {
      display: inline-block;
      content: ', '; }
    .article-box__category:last-child:after {
      display: none; }
  .article-box:hover .article-box__thumbnail img {
    transform: scale(1.11); }


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