@charset "UTF-8";
/* === Responsive Typography mixins === */
/* === Cross-browser Flexbox mixins === */
:root {
  --color-blue-primary: #22438D;
  --color-blue-secondary: #1D3574;
  --color-blue-tertiary: #162B5A;
  --color-white-primary: #FFFFFF;
  --color-white-secondary: #FBFBFC;
  --color-black-primary: #000000;
  --color-grey-primary: #686873;
  --color-grey-secondary: #CCCCCC;
}

/* === Responsive Typography variables === */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  font-family: "Roboto", sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  outline: none;
  text-align: center;
  position: relative;
  background-color: var(--color-white-secondary);
  color: var(--color-black-primary);
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
  color: var(--color-black-primary);
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  border: 0;
}

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;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1.seo {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 1px;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.txt-xlg {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 321px) {
  .txt-xlg {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (min-width: 744px) {
  .txt-xlg {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .txt-xlg {
    font-size: 50px;
    line-height: 54px;
  }
}
.txt-xlg--bold {
  font-weight: 900;
}

.txt-subpg-h1 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 321px) {
  .txt-subpg-h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 744px) {
  .txt-subpg-h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .txt-subpg-h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
.txt-subpg-h1--extrabold {
  font-weight: 900;
}
.txt-subpg-h1--bold {
  font-weight: 600;
}
.txt-subpg-h1--semibold {
  font-weight: 500;
}
.txt-subpg-h1--regular {
  font-weight: 400;
}
.txt-subpg-h1--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-subpg-h1-span {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 321px) {
  .txt-subpg-h1-span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 744px) {
  .txt-subpg-h1-span {
    font-size: 28px;
    line-height: 32px;
  }
}
.txt-subpg-h1-span--extrabold {
  font-weight: 900;
}
.txt-subpg-h1-span--bold {
  font-weight: 600;
}
.txt-subpg-h1-span--semibold {
  font-weight: 500;
}
.txt-subpg-h1-span--regular {
  font-weight: 400;
}
.txt-subpg-h1-span--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-lg {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 744px) {
  .txt-lg {
    font-size: 28px;
    line-height: 32px;
  }
}
.txt-lg--extrabold {
  font-weight: 900;
}
.txt-lg--bold {
  font-weight: 600;
}
.txt-lg--semibold {
  font-weight: 500;
}
.txt-lg--regular {
  font-weight: 400;
}
.txt-lg--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-mdLg {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 744px) {
  .txt-mdLg {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .txt-mdLg {
    font-size: 28px;
    line-height: 32px;
  }
}
.txt-mdLg--bold {
  font-weight: 600;
}
.txt-mdLg--semibold {
  font-weight: 500;
}
.txt-mdLg--regular {
  font-weight: 400;
}
.txt-mdLg--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-md {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .txt-md {
    font-size: 20px;
    line-height: 24px;
  }
}
.txt-md--bold {
  font-weight: 600;
}
.txt-md--semibold {
  font-weight: 500;
}
.txt-md--regular {
  font-weight: 400;
}
.txt-md--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-sm {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 321px) {
  .txt-sm {
    font-size: 16px;
    line-height: 20px;
  }
}
.txt-sm--bold {
  font-weight: 600;
}
.txt-sm--semibold {
  font-weight: 500;
}
.txt-sm--regular {
  font-weight: 400;
}

.txt-xs {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 1025px) {
  .txt-xs {
    font-size: 14px;
    line-height: 18px;
  }
}
.txt-xs--bold {
  font-weight: 600;
}
.txt-xs--semibold {
  font-weight: 500;
}
.txt-xs--regular {
  font-weight: 400;
}
.txt-xs--italic {
  font-weight: 400;
  font-style: italic;
}

.txt-testimonial {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}
@media screen and (min-width: 321px) {
  .txt-testimonial {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 744px) {
  .txt-testimonial {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .txt-testimonial {
    font-size: 32px;
    line-height: 36px;
  }
}
.txt-testimonial--bold {
  font-weight: 600;
}
.txt-testimonial--semibold {
  font-weight: 500;
}
.txt-testimonial--regular {
  font-weight: 400;
}

.l-flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 744px) {
  .l-flex-container--desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 743px) {
  .l-flex-container--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.l-flex-col {
  flex-direction: column;
}

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

@media (min-width: 744px) {
  .l-flex-row--desktop {
    flex-direction: row;
  }
}

@media (max-width: 743px) {
  .l-flex-row--mobile {
    flex-direction: row;
  }
}

.l-flex-justify-flexend {
  justify-content: flex-end;
}

.l-flex-justify-flexstart {
  justify-content: flex-start;
}

.l-flex-justify-center {
  justify-content: center;
}

.l-flex-align-center {
  align-items: center;
}

.l-flex-align-flexend {
  align-items: flex-end;
}

.l-flex-colToRow {
  height: 100%;
  flex-direction: column;
}

@media (min-width: 744px) {
  .l-flex-colToRow {
    flex-direction: row;
  }
}
.l-flex-element {
  width: 100%;
  height: 100%;
}

.l-grid-container {
  display: grid;
}

@media (min-width: 744px) {
  .l-grid-container--desktop {
    display: grid;
  }
}

@media (max-width: 744px) {
  .l-grid-container--mobile {
    display: grid;
  }
}

.l-grid-justify-center {
  justify-items: center;
}

@media (min-width: 744px) {
  .l-grid-justify-center--desktop {
    justify-items: center;
  }
}

@media (max-width: 743px) {
  .l-grid-justify-center--mobile {
    justify-items: center;
  }
}

.u-overflow-hidden {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

@media (max-width: 744px) {
  .u-underline--mobile {
    text-decoration: underline;
  }
}

@media (min-width: 744px) {
  .u-mobile-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 743px) {
  .u-desktop-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.u-padding--section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.u-padding--section::after {
  height: 3px;
  content: "";
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px var(--color-blue-primary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 744px) {
  .u-padding--section::after {
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .u-padding--section::after {
    max-width: 90%;
  }
}
@media (min-width: 1025px) {
  .u-padding--section::after {
    max-width: 1008px;
  }
}

.u-padding--section:last-of-type::after {
  content: none;
}

.u-padding--section.u-last-of-type::after {
  content: none;
}

body.homepage .u-padding--section::after {
  content: none;
}

.u-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.u-max-width--section-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 744px) {
  .u-max-width--section-container {
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .u-max-width--section-container {
    max-width: 90%;
  }
}
@media (min-width: 1025px) {
  .u-max-width--section-container {
    max-width: 1008px;
  }
}

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

.u-text-align--center-to-left {
  text-align: center;
}
@media (min-width: 744px) {
  .u-text-align--center-to-left {
    text-align: left;
  }
}

.u-margin--h2 {
  margin: 0;
  margin-bottom: 48px;
}
.u-margin--p {
  margin: 0 auto;
}

.u-flex-basis-100 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.u-fallback-color {
  background-color: var(--color-blue-primary);
}

.cta--primary {
  width: 100%;
  padding: 12px 0;
  background-color: var(--color-white-primary);
  color: var(--color-black-primary);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  transform-origin: center;
  transform: scale(1);
}
@media (min-width: 744px) {
  .cta--primary {
    width: auto;
    padding: 12px 25px;
  }
}
@media (min-width: 1025px) {
  .cta--primary.has-hover:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
    transition: all 0.1s ease-in-out;
  }
}
.cta--primary.blue {
  background-color: var(--color-blue-primary);
  color: var(--color-white-primary);
}
.cta--primary.has-mobile-icon {
  width: auto;
}
@media (max-width: 743px) {
  .cta--primary.has-mobile-icon {
    background-color: transparent;
  }
}
@media (max-width: 743px) {
  .cta--primary.has-mobile-icon span {
    display: none;
  }
}
.cta--primary.has-mobile-icon img {
  width: 40px;
}
@media (min-width: 744px) {
  .cta--primary.has-mobile-icon img {
    display: none;
  }
}
.cta--secondary {
  width: auto;
  padding: 9px 19px;
  transition: all 0.1s ease-in-out;
  background-color: var(--color-white-primary);
  color: var(--color-black-primary);
  border-radius: 5px;
  cursor: pointer;
  transform-origin: center;
  transform: scale(1);
}
@media (max-width: 344px) {
  .cta--secondary {
    padding: 6px 12px;
  }
}
@media (min-width: 744px) {
  .cta--secondary {
    padding: 6px 18px;
    min-width: 84px;
  }
}
@media (min-width: 1025px) {
  .cta--secondary {
    padding: 10px 24px;
  }
}
.cta--secondary.u-uppercase {
  margin: 5px 10px 5px 0;
}
@media (min-width: 1025px) {
  .cta--secondary.u-uppercase {
    margin: 5px 18px 10px 0;
  }
}
@media (max-width: 743px) {
  .cta--secondary.u-underline {
    padding: 0;
    color: var(--color-blue-primary);
    background: none;
    border: none;
    text-decoration: underline;
  }
}
.cta--secondary.blue {
  background-color: var(--color-blue-primary);
  color: var(--color-white-primary);
  border: 1px solid var(--color-blue-primary);
}
@media (max-width: 743px) {
  .cta--secondary.blue.u-underline--mobile {
    padding: 0;
    color: var(--color-blue-primary);
    background: none;
    border: none;
    text-decoration: underline;
  }
  .cta--secondary.blue.u-underline--mobile.has-hover:hover {
    border: none;
  }
}
@media (min-width: 1025px) {
  .cta--secondary.has-hover:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
    transition: all 0.1s ease-in-out;
  }
}
.cta--tertiary {
  width: 100%;
  padding: 12px 0;
  transition: background 0.2s ease-out;
  background-color: var(--color-white-primary);
  color: var(--color-black-primary);
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 744px) {
  .cta--tertiary {
    width: auto;
    padding: 12px 25px;
  }
}
.cta--tertiary.has-hover:hover {
  background-color: rgba(89, 89, 89, 0.5);
  transition: background 0.2s ease-in, color 0.2s ease-in;
  color: var(--color-white-primary);
}
.cta--tertiary.blue {
  background-color: var(--color-blue-primary);
  color: var(--color-white-primary);
}
.cta--tertiary.blue.has-hover:hover {
  background-color: var(--color-white-primary);
  transition: background 0.2s ease-in, color 0.2s ease-in;
  color: var(--color-black-primary);
}

.button-icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 16px auto 0 auto;
}

body.fnb .sticky-banner .content-wrapper--cta {
  transition: all 0.1s ease-in-out;
  transform-origin: center;
  transform: scale(1);
}
@media (min-width: 1025px) {
  body.fnb .sticky-banner .content-wrapper--cta:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 744px) {
  body.fnb .sticky-banner.yellow .cta--primary {
    background-color: var(--color-blue-tertiary);
    color: var(--color-white-primary);
    border: 1px solid var(--color-blue-tertiary);
  }
}
body.fnb .sticky-banner.yellow .cta--primary.has-mobile-icon img {
  -webkit-filter: invert(14%) sepia(27%) saturate(3469%) hue-rotate(202deg) brightness(96%) contrast(96%);
  filter: invert(14%) sepia(27%) saturate(3469%) hue-rotate(202deg) brightness(96%) contrast(96%);
}
body.fnb .sticky-banner.blue .cta--primary.has-mobile-icon img,
body.fnb .sticky-banner.radial-blue .cta--primary.has-mobile-icon img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

h2 {
  color: var(--color-blue-primary);
}

.modal-ie11 {
  display: none;
  visibility: hidden;
  opacity: 0;
}

body.ie11 {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
body.ie11 .modal-ie11 {
  display: block;
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
body.ie11 .fnm {
  background: rgb(28, 60, 120);
  background: linear-gradient(0deg, rgb(28, 60, 120) 0%, rgb(32, 70, 139) 50%, rgb(28, 60, 120) 100%);
  border: solid 1px rgb(28, 60, 120);
}
body.ie11 .fn {
  background: rgb(34, 34, 85);
  background: linear-gradient(125deg, rgb(34, 34, 85) 0%, rgb(36, 66, 145) 100%);
  border: solid 1px #244291;
}
body.ie11 .modal-group {
  width: 70%;
  position: fixed;
  margin: 0 auto;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: 0 1px 12px 8px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  body.ie11 .modal-group {
    max-width: 900px;
    height: 400px;
    min-height: 400px;
  }
}
body.ie11 .text-wrapper {
  width: 100%;
}
body.ie11 .ie,
body.ie11 a {
  color: #ffffff;
}
body.ie11 a {
  font-weight: bold;
}
body.ie11 h2.ie {
  font-family: sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  body.ie11 h2.ie {
    font-size: 2.2em;
    margin-top: 0;
    line-height: 1.3em;
  }
}
@media (max-width: 1023px) {
  body.ie11 h2.ie {
    font-size: 1.7em;
    line-height: 1.3em;
  }
}
@media (max-width: 500px) {
  body.ie11 h2.ie {
    font-size: 1.5em;
  }
}
@media (max-width: 360px) {
  body.ie11 h2.ie {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 320px) {
  body.ie11 h2.ie {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}
body.ie11 p.ie {
  width: 100%;
  font-family: sans-serif;
  font-size: unset;
  color: #fff;
  color: #fff;
  margin: 0.3em auto 0.5em;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media (min-width: 1024px) {
  body.ie11 p.ie {
    margin: 10px auto;
  }
}
@media (max-width: 1023px) {
  body.ie11 p.ie {
    margin: 1.3em auto;
  }
}
@media (max-width: 500px) {
  body.ie11 p.ie {
    margin: 1.1em auto;
  }
}
@media (max-width: 320px) {
  body.ie11 p.ie {
    margin: 0.9em auto;
  }
}
@media (min-width: 744px) and (max-width: 1023) {
  body.ie11 p.ie {
    width: 100%;
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  body.ie11 p.ie {
    width: 90%;
    font-size: 1.2em;
    margin: 0.3em auto 1em;
  }
}
@media (max-width: 320px) {
  body.ie11 p.ie {
    width: 80%;
    font-size: 1.1em;
  }
}
body.ie11 .cancel {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  color: #fff;
  font-size: 30px;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}
@media (min-width: 744px) {
  body.ie11 .cancel {
    top: 10px;
    right: 10px;
  }
}

body > iframe[src*=ketch-proxy],
body > img[src*="pix.pub"] {
  position: absolute;
  left: -100%;
}

body.black .navigation-button--lines .line {
  background-color: var(--color-black-primary);
}
body.black img.navigation-menu-logo--img {
  filter: invert(1);
}
body.black.u-overflow-hidden .navigation-button--lines .line {
  background-color: var(--color-white-primary);
}
body.black.u-overflow-hidden img.navigation-menu-logo--img {
  filter: none;
  transition: none;
}

body.white .navigation-button--lines .line {
  background-color: var(--color-white-primary);
}
body.white img.navigation-menu-logo--img {
  filter: none;
}

header.navigation-menu-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  color: var(--color-white-primary);
  height: 50px;
}
header.navigation-menu-container.is-active .navigation-menu-wrapper {
  transition: transition 200ms ease-in, opacity 200ms ease-in;
  background-color: var(--color-blue-primary);
}
header.navigation-menu-container .navigation-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 9999999;
  background-color: transparent;
  transition: transition 200ms ease-out, opacity 200ms ease-out;
}
header.navigation-menu-container .navigation-menu-inner-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 95%;
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-menu-inner-wrapper {
    width: calc(100% - 24px);
  }
}
header.navigation-menu-container .navigation-menu-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header.navigation-menu-container .navigation-menu-logo a {
  margin: auto 0;
  line-height: 0;
}
header.navigation-menu-container .navigation-menu-logo.is-active {
  z-index: 999999;
}
header.navigation-menu-container img.navigation-menu-logo--img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (max-width: 320px) {
  header.navigation-menu-container img.navigation-menu-logo--img {
    width: 200px;
  }
}
header.navigation-menu-container img.navigation-menu-logo--img.black {
  filter: invert(1);
}
header.navigation-menu-container .navigation-menu-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: auto 0;
}
header.navigation-menu-container .navigation-menu-action {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  height: 100%;
}
header.navigation-menu-container .navigation-button {
  font-weight: bold;
  width: 50px;
  position: relative;
  cursor: pointer;
  height: 100%;
}
header.navigation-menu-container .navigation-button.is-active {
  z-index: 999999;
}
header.navigation-menu-container .navigation-button.is-active img {
  opacity: 0;
}
header.navigation-menu-container .navigation-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.navigation-menu-container .navigation-button--lines {
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 0;
  right: 0;
  height: 22px;
  width: 60%;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 320px) {
  header.navigation-menu-container .navigation-button--lines {
    height: 20px;
  }
}
header.navigation-menu-container .navigation-button--lines:hover {
  cursor: pointer;
}
header.navigation-menu-container .navigation-button--lines .line {
  width: 100%;
  height: 3px;
  display: block;
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
header.navigation-menu-container .navigation-button--lines .line.black {
  background-color: var(--color-black-primary);
}
header.navigation-menu-container .navigation-button.is-active .line:nth-child(1) {
  display: block;
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0s ease 0s;
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-button.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
header.navigation-menu-container .navigation-button.is-active .line:nth-child(2) {
  opacity: 0;
}
header.navigation-menu-container .navigation-button.is-active .line:nth-child(3) {
  display: block;
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0s ease 0s;
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-button.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
}
header.navigation-menu-container .navigation-menu-submenus {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: background 0.2s ease-in, opacity 0.2s ease-in;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: none;
  left: 0;
  color: var(--color-white-primary);
  z-index: 99999;
  pointer-events: none;
}
header.navigation-menu-container .navigation-menu-submenus.is-active {
  display: block;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: background 0.2s ease-in, opacity 0.2s ease-in;
  background-color: var(--color-blue-primary);
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
header.navigation-menu-container .navigation-menu-submenu {
  margin: 0 auto;
  font-weight: bold;
  padding: 0;
  margin-bottom: 90px;
  padding-top: 70px;
  list-style: none;
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-menu-submenu {
    padding-top: 93px;
  }
}
header.navigation-menu-container .navigation-menu-submenu li {
  padding: 0;
  list-style-type: none;
  transition: background 0.2s ease-out;
  cursor: pointer;
}
header.navigation-menu-container .navigation-menu-submenu li a {
  color: var(--color-white-primary);
  display: block;
  margin: 0;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-menu-submenu li a {
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.navigation-menu-container .navigation-menu-submenu li:hover {
  background-color: var(--color-blue-secondary);
  transition: background 0.2s ease-in;
}
header.navigation-menu-container .navigation-menu-submenu li:last-child {
  color: var(--color-grey-secondary);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 744px) {
  header.navigation-menu-container .navigation-menu-submenu li:last-child {
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.has-slick .navigation-button--lines .line {
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 150ms ease 120ms;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 150ms ease 120ms;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 150ms ease 120ms;
}

body.has-slick.black .navigation-button--lines .line {
  background-color: var(--color-black-primary);
}
body.has-slick.black img.navigation-menu-logo--img {
  filter: invert(1);
  transition: all 150ms ease 120ms;
}
body.has-slick.black.u-overflow-hidden .navigation-button--lines .line {
  background-color: var(--color-white-primary);
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out background-color 0s ease 0s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0s ease 0s;
}
body.has-slick.black.u-overflow-hidden img.navigation-menu-logo--img {
  filter: none;
  transition: none;
}

body.has-slick.white .navigation-button--lines .line {
  background-color: var(--color-white-primary);
}
body.has-slick.white img.navigation-menu-logo--img {
  filter: none;
  transition: all 150ms ease 120ms;
}

body.homepage.black .heros .card .card-copy h2, body.homepage.black .heros .card p, body.homepage.black .heros .card span {
  color: var(--color-black-primary);
}
body.homepage.black .heros .card.is-slick-current .card-copy h2, body.homepage.black .heros .card.is-slick-current p, body.homepage.black .heros .card.is-slick-current span {
  color: var(--color-black-primary);
  transition: color 150ms ease 120ms;
}

body.homepage.white .heros .card .card-copy h2, body.homepage.white .heros .card p, body.homepage.white .heros .card span {
  color: var(--color-white-primary);
}
body.homepage.white .heros .card.is-slick-current .card-copy h2, body.homepage.white .heros .card.is-slick-current p, body.homepage.white .heros .card.is-slick-current span {
  color: var(--color-white-primary);
  transition: color 150ms ease 120ms;
}

.homepage h1 {
  margin: 0;
  padding: 0;
  text-indent: -999999px;
  font-size: 1px;
}
.homepage .heros .card-copy img {
  margin: 0 0 8px 0;
}
.homepage .slick-initialized .slick-slide.heros-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 570px;
  height: 100%;
}
@media (min-width: 744px) {
  .homepage .slick-initialized .slick-slide.heros-card-container {
    min-height: 500px;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .homepage .slick-initialized .slick-slide.heros-card-container {
    min-height: 640px;
    height: 100%;
  }
}

.heros-container.slick-initialized .slick-dots {
  position: absolute;
}
.heros-container.slick-initialized .slick-dots button {
  color: var(--color-white-primary);
  background-color: var(--color-white-primary);
}
.heros-container.slick-initialized .slick-dots.slick-active button {
  border-color: var(--color-white-primary);
  box-shadow: 0 0 0 1px var(--color-white-primary);
  border: 2px solid var(--color-white-primary);
}
.heros-container.slick-initialized .slick-dots.slick-active button:before {
  color: var(--color-white-primary) !important;
}
.heros-container.slick-initialized .heros:nth-child(n+2) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.heros-container.slick-initialized .heros-section-container {
  min-height: 570px;
  height: 570px;
}
@media (min-width: 744px) {
  .heros-container.slick-initialized .heros-section-container {
    min-height: 500px;
    height: 500px;
  }
}
@media (min-width: 1025px) {
  .heros-container.slick-initialized .heros-section-container {
    min-height: 640px;
    height: 640px;
  }
}
.heros-container.slick-initialized .heros-copy-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 570px;
  height: 100%;
}
@media (min-width: 744px) {
  .heros-container.slick-initialized .heros-copy-container {
    min-height: 500px;
  }
}
@media (min-width: 1025px) {
  .heros-container.slick-initialized .heros-copy-container {
    min-height: 640px;
  }
}

.heros-container .slick-slider .slick-track, .slick-slider .slick-list,
.heros-container .slick-slider .slick-track, .slick-slider .heros-card-container {
  min-height: 570px;
  height: 100%;
}
@media (min-width: 744px) {
  .heros-container .slick-slider .slick-track, .slick-slider .slick-list,
  .heros-container .slick-slider .slick-track, .slick-slider .heros-card-container {
    min-height: 500px;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .heros-container .slick-slider .slick-track, .slick-slider .slick-list,
  .heros-container .slick-slider .slick-track, .slick-slider .heros-card-container {
    min-height: 640px;
    height: 100%;
  }
}

@media (max-width: 743px) {
  .heros-container .slick-slider .slick-track, .slick-slider .heros-card-container .card {
    max-height: 450px;
    margin-bottom: 50px;
  }
}

.heros-container,
.heros {
  position: relative;
  min-height: 570px;
  height: 570px;
  overflow: hidden;
  background: var(--color-grey-secondary);
}
@media (min-width: 744px) {
  .heros-container,
  .heros {
    min-height: 500px;
    height: 500px;
  }
}
@media (min-width: 1025px) {
  .heros-container,
  .heros {
    min-height: 640px;
    height: 640px;
  }
}
.heros-container:nth-child(n+3),
.heros:nth-child(n+3) {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.heros-container .heros-section-container,
.heros .heros-section-container {
  min-height: 570px;
  height: 570px;
}
@media (min-width: 744px) {
  .heros-container .heros-section-container,
  .heros .heros-section-container {
    min-height: 500px;
    height: 500px;
  }
}
@media (min-width: 1025px) {
  .heros-container .heros-section-container,
  .heros .heros-section-container {
    min-height: 640px;
    height: 640px;
  }
}
.heros-container .heros-card-container,
.heros .heros-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 744px) {
  .heros-container .heros-card-container,
  .heros .heros-card-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.heros-container .card,
.heros .card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 465px;
  width: 90%;
  position: relative;
  margin-top: auto;
  margin-bottom: 25px;
}
@media (min-width: 744px) {
  .heros-container .card,
  .heros .card {
    padding-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 650px;
    width: 100%;
    margin: auto;
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .heros-container .card,
  .heros .card {
    max-width: 900px;
  }
}
@media (min-width: 1025px) {
  .heros-container .card,
  .heros .card {
    max-width: 1008px;
  }
}
.heros-container .card-image,
.heros .card-image {
  -moz-box: 1;
  -webkit-flex: 1 2 25%;
  -ms-flex: 1 2 25%;
  flex: 1 2 25%;
  min-height: 1px;
  max-height: 252px;
}
@media (min-width: 744px) {
  .heros-container .card-image,
  .heros .card-image {
    flex: initial;
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 350px;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .heros-container .card-image,
  .heros .card-image {
    max-height: 410px;
    max-width: 270px;
  }
}
.heros-container .card-image img,
.heros .card-image img {
  max-height: 252px;
}
@media (min-width: 1025px) {
  .heros-container .card-image img,
  .heros .card-image img {
    max-height: 410px;
    max-width: 270px;
  }
}
.heros-container .card-image img,
.heros .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 744px) {
  .heros-container .card-image img,
  .heros .card-image img {
    max-height: 350px;
    min-width: 200px;
    height: auto;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .heros-container .card-image img,
  .heros .card-image img {
    max-height: 410px;
  }
}
.heros-container .card-copy,
.heros .card-copy {
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  width: 100%;
}
@media (min-width: 744px) {
  .heros-container .card-copy,
  .heros .card-copy {
    flex: initial;
    max-height: none;
    max-width: 61%;
    min-width: 0;
    flex-basis: auto;
    width: auto;
    margin-left: 32px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .heros-container .card-copy,
  .heros .card-copy {
    max-width: 65%;
  }
}
.heros-container .card-copy img,
.heros .card-copy img {
  height: 100%;
  object-fit: contain;
}
.heros-container .card-copy p,
.heros .card-copy p {
  margin: 8px 0 0 0;
  text-align: left;
}
.heros-container .card-copy p:last-of-type,
.heros .card-copy p:last-of-type {
  margin-bottom: 16px;
}
.heros-container .card-copy h2,
.heros .card-copy h2 {
  margin: 0;
  text-align: left;
}
.heros-container .card-copy h2 + a,
.heros .card-copy h2 + a {
  margin-top: 16px;
}
.heros-container .card-copy span.card-copy--subtitle,
.heros .card-copy span.card-copy--subtitle {
  display: block;
  margin: 8px 0 0 0;
  font-size: 20px;
  line-height: 24px;
}

section.heros:nth-child(n+2) {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  z-index: 0;
}

section.heros {
  z-index: 1;
}

body.homepage.white .heros .card-copy h2,
body.homepage.white .heros .card-copy p,
body.homepage.white .heros .card-copy span {
  transition: color 150ms ease 120ms;
}

body.homepage.black .heros .card-copy h2,
body.homepage.black .heros .card-copy p,
body.homepage.black .heros .card-copy span {
  transition: color 150ms ease 120ms;
}

body.subpage h2.section-title {
  text-align: left;
}

body.homepage h2.section-title {
  text-align: center;
}

section.books {
  margin-left: auto;
  margin-right: auto;
}
section.books h2 {
  color: var(--color-blue-primary);
}
section.books .books-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 744px) {
  section.books .books-container {
    width: 650px;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  section.books .books-container {
    width: 100%;
    max-width: 900px;
  }
}
@media (min-width: 1025px) {
  section.books .books-container {
    max-width: 1008px;
  }
}
@media (max-width: 743px) {
  section.books .card:nth-child(n+6) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  section.books .is-hidden.card:nth-child(n+6) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  section.books .is-loaded.card:nth-child(n+6) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 744px) {
  section.books .card:nth-child(n+11) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  section.books .is-hidden.card:nth-child(n+11) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  section.books .is-loaded.card:nth-child(n+11) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
section.books .card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  transition: transform 500ms ease;
  transform: translateY(0);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) {
  section.books .card:hover {
    transform: translateY(-5px);
  }
}
@media (min-width: 744px) {
  section.books .card {
    margin: 0 5px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 110px;
    min-height: 110px;
  }
  @supports (display: grid) {
    section.books .card {
      margin: 0;
    }
  }
}
@media (min-width: 1024px) {
  section.books .card {
    max-width: 125px;
    min-height: 125px;
  }
}
@media (min-width: 1025px) {
  section.books .card {
    margin: 0 25px;
    max-width: 150px;
    min-height: 350px;
  }
  @supports (display: grid) {
    section.books .card {
      margin: 0;
    }
  }
}
@media (min-width: 744px) {
  section.books .card:hover > .card-copy a h3 {
    text-decoration: underline;
  }
}
@media (min-width: 744px) {
  section.books .card:hover > .card-copy a p {
    text-decoration: underline;
  }
}
section.books .card-image {
  width: 100%;
  max-width: 112px;
  height: auto;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 744px) {
  section.books .card-image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 110px;
    height: 185px;
    min-width: 110px;
    min-height: 185px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  section.books .card-image {
    width: 125px;
    height: 200px;
    min-width: 125px;
    min-height: 200px;
  }
}
@media (min-width: 1025px) {
  section.books .card-image {
    width: 150px;
    height: 230px;
    min-width: 150px;
    min-height: 230px;
  }
}
section.books .card-image img {
  width: 100%;
  max-width: 112px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  object-fit: contain;
}
@media (min-width: 744px) {
  section.books .card-image img {
    width: 110px;
    max-width: 110px;
    max-height: 185px;
  }
}
@media (min-width: 1024px) {
  section.books .card-image img {
    width: 125px;
    max-width: 125px;
    max-height: 200px;
  }
}
@media (min-width: 1025px) {
  section.books .card-image img {
    width: 150px;
    max-width: 150px;
    max-height: 230px;
  }
}
section.books .card-copy {
  width: 70%;
  text-align: left;
  margin-left: 20px;
}
@media (min-width: 744px) {
  section.books .card-copy {
    margin-left: 0px;
  }
}
section.books .card-copy h3 {
  margin: 0;
  text-align: left;
}
section.books .card-copy p {
  margin: 8px 0;
  text-align: left;
}
@media (max-width: 743px) {
  section.books .card-copy a.cta {
    display: inline-block;
    margin-right: auto;
  }
}
@media (min-width: 744px) {
  section.books .card-copy {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  section.books .card-copy h3 {
    margin: 0 0 0 0;
  }
}
@media (min-device-width : 744px) and (max-device-width : 1024px) and (orientation : portrait) {
  section.books .card-copy h3, section.books .card-copy p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 744px) {
  section.books .card-copy {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  section.books .card-copy h3 {
    margin: 0 0 0 0;
  }
}

@media (min-width: 744px) {
  .books-list {
    padding-top: 16px;
  }
}
@media (min-width: 1025px) {
  .books-list {
    padding-top: 48px;
  }
}
.books-list .card:nth-of-type(n+6) {
  margin-top: 48px;
}
@media (max-width: 743px) {
  .books-list {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 744px) {
  .books-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  @supports (display: grid) {
    .books-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
      grid-gap: 0;
      justify-items: center;
    }
  }
}
@media (min-width: 1024px) {
  @supports (display: grid) {
    .books-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    }
  }
}
@media (min-width: 1025px) {
  @supports (display: grid) {
    .books-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
}

.books-list-button {
  margin-top: 32px;
}
@media (min-width: 744px) {
  .books-list-button {
    display: inline-block;
  }
}

section.books .card {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 4px;
  min-height: 200px;
  background-color: var(--color-white-primary);
  border: 1px solid var(--color-grey-secondary);
}
@media (min-width: 744px) {
  section.books .card {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
  }
}
section.books .card .card-image {
  padding-left: 16px;
}
@media (min-width: 744px) {
  section.books .card .card-image {
    padding-left: 0;
  }
}
section.books .card .card-copy {
  padding-right: 16px;
}
@media (min-width: 744px) {
  section.books .card .card-copy {
    padding-right: 0;
  }
}

body.homepage .aboutSite h2, body.homepage .aboutSite p, body.homepage .aboutSite span {
  color: var(--color-white-primary);
}

.aboutSite {
  position: relative;
  background-color: var(--color-blue-primary);
  background-image: url("https://marketing.foxnews.com/app/themes/marketing/img/books//bg-kliegs.svg");
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 1s ease;
  height: 650px;
}
@media (min-width: 744px) {
  .aboutSite {
    background-size: 65vw;
    height: 500px;
  }
}
@media (min-width: 1025px) {
  .aboutSite {
    background-size: 50vw;
    height: 780px;
  }
}
.aboutSite.animate {
  background-size: cover;
}
@media (min-width: 744px) {
  .aboutSite.animate {
    background-size: 100vw;
    transition: background 1s ease;
  }
}
.aboutSite .aboutSite-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 85%;
  margin: auto;
}
.aboutSite .card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 744px) {
  .aboutSite .card {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .aboutSite .card {
    max-width: 900px;
  }
}
@media (min-width: 1025px) {
  .aboutSite .card {
    max-width: 1008px;
  }
}
.aboutSite .card-copy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 744px) {
  .aboutSite .card-copy {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box: 1;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }
}
.aboutSite .card-copy h2 {
  text-align: center;
  margin: 0;
}
@media (min-width: 744px) {
  .aboutSite .card-copy h2 {
    text-align: left;
  }
}
.aboutSite .card-copy h2 span {
  display: block;
}
@media (min-width: 744px) {
  .aboutSite .card-copy h2 span {
    display: inline-block;
  }
}
.aboutSite .card-copy p {
  text-align: left;
  margin: 16px 0 0 0;
}
.aboutSite .card-copy h2, .aboutSite .card-copy p {
  width: 100%;
}
.aboutSite .card-copy a {
  margin: 16px 0 0 0;
}
.aboutSite .card-image {
  margin: 0 0 32px 0;
}
@media (min-width: 744px) {
  .aboutSite .card-image {
    margin: 0 46px 0 0;
  }
}
.aboutSite .card-image img {
  width: 102px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .aboutSite .card-image img {
    width: 183px;
    -moz-box: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}

body .sticky-banner h2.section-title {
  text-align: left;
  margin: 0 16px 0 0;
}
@media (max-width: 743px) {
  body .sticky-banner h2.section-title {
    font-size: 21px;
    line-height: 25px;
    flex-basis: 100%;
  }
}
@media (min-width: 416px) {
  body .sticky-banner h2.section-title {
    font-size: 28px;
    line-height: 31px;
  }
}
@media (min-width: 744px) {
  body .sticky-banner h2.section-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1440px) {
  body .sticky-banner h2.section-title {
    font-size: 38px;
    line-height: 42px;
  }
}
body .sticky-banner h2.section-title span.u-inline-on-mobile {
  display: inline;
}
@media (min-width: 744px) {
  body .sticky-banner h2.section-title span.u-inline-on-mobile {
    display: block;
  }
}
body .sticky-banner h2.section-title span.u-block-on-mobile {
  display: block;
}
@media (min-width: 744px) {
  body .sticky-banner h2.section-title span.u-block-on-mobile {
    display: inline;
  }
}

a.clickable-content-desc {
  width: 100%;
}
@media (min-width: 744px) {
  a.clickable-content-desc {
    width: auto;
  }
}

a.clickable-content-desc > p:first-child {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  width: 100%;
}

.sticky-banner {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 9;
  display: flex;
  padding: 8px 0;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}
.sticky-banner.blue {
  min-height: calc(25vw - 29px);
  background-color: #005FB9;
}
.sticky-banner.blue h2, .sticky-banner.blue p {
  color: var(--color-white-primary);
}
@media (min-width: 744px) {
  .sticky-banner.blue {
    min-height: 104px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner.blue {
    min-height: 136px;
  }
}
.sticky-banner.blue.has-image {
  background-color: transparent;
}
.sticky-banner.blue.has-image .section-title,
.sticky-banner.blue.has-image .content-desc {
  color: inherit;
}
.sticky-banner.yellow {
  background-color: #F9C504;
  background-image: radial-gradient(50% 50% at 50% 50%, #FFE688 0%, #F9C504 100%);
  min-height: calc(25vw - 29px);
}
@media (min-width: 744px) {
  .sticky-banner.yellow {
    min-height: 88px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner.yellow {
    min-height: 120px;
  }
}
.sticky-banner.yellow .section-title,
.sticky-banner.yellow .section-title + p {
  color: var(--color-blue-tertiary);
}
.sticky-banner.yellow.has-image {
  background-color: transparent;
}
.sticky-banner.yellow.has-image .section-title,
.sticky-banner.yellow.has-image .section-title + p {
  color: var(--color-white-primary);
}
.sticky-banner.radial-blue {
  min-height: calc(25vw - 29px);
  background-color: #005FB9;
  background-image: radial-gradient(circle at 51% 51%, #005fb9 1%, #004485 100%);
}
.sticky-banner.radial-blue h2, .sticky-banner.radial-blue p {
  color: var(--color-white-primary);
}
@media (min-width: 744px) {
  .sticky-banner.radial-blue {
    min-height: 104px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner.radial-blue {
    min-height: 136px;
  }
}
.sticky-banner.radial-blue .section-title,
.sticky-banner.radial-blue .section-title + p {
  color: var(--color-white-primary);
}
.sticky-banner.radial-blue.has-image {
  background-color: transparent;
}
.sticky-banner.radial-blue.has-image .section-title,
.sticky-banner.radial-blue.has-image .section-title + p {
  color: var(--color-white-primary);
}
.sticky-banner .background-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-banner .content-container {
  margin: auto;
  position: relative;
  top: 0px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 85%;
}
@media (min-width: 744px) {
  .sticky-banner .content-container {
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .sticky-banner .content-container {
    max-width: 1340px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner .content-container {
    max-width: 1700px;
  }
}
.sticky-banner .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sticky-banner h2 + p.content-desc {
  margin: 0;
}

.sticky-banner.has-image {
  padding: initial;
  height: calc(25vw - 29px);
}
@media (min-width: 744px) {
  .sticky-banner.has-image {
    height: 104px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner.has-image {
    height: 136px;
  }
}
.sticky-banner.has-image .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
@media (min-width: 744px) {
  .sticky-banner.has-image .content-container {
    flex-direction: row;
    max-width: 98%;
    justify-content: space-between;
  }
}
@media (min-width: 744px) {
  .sticky-banner.has-image .content-container {
    max-width: 95%;
  }
}
@media (min-width: 1440px) {
  .sticky-banner.has-image .content-container {
    max-width: 1340px;
  }
}
@media (min-width: 2560px) {
  .sticky-banner.has-image .content-container {
    max-width: 1700px;
  }
}

.content-wrapper--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.content-wrapper--cta {
  min-width: 30px;
}
@media (min-width: 744px) {
  .content-wrapper--cta {
    min-width: 200px;
  }
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* 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;
}

.slick-loading .slick-list {
  background: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slide {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

/* Arrows */
.custom-navigation-buttons {
  transform: translateZ(10px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color-black-primary);
  margin: 0 auto;
  width: 269px;
  padding: 1rem 0;
}
@media (min-width: 744px) {
  .custom-navigation-buttons {
    width: 297px;
  }
}

.slick-arrow {
  cursor: pointer;
  pointer-events: auto;
  color: var(--color-black-primary);
  font-weight: 600;
  display: block;
  position: relative;
  transition: all 200ms, transform 50ms;
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}
.slick-arrow:after, .slick-arrow:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 200ms;
  width: 100%;
}
.slick-arrow:after {
  content: "";
}
.slick-arrow:before {
  content: "";
}

.prev-button {
  margin-left: 0%;
}
.prev-button:after {
  content: "←";
}
.next-button:after {
  content: "→";
}
@media (min-width: 992px) {
  .next-button:after {
    margin-right: 0%;
  }
}

.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 1.5%;
  left: 0;
}
.slick-dots li {
  margin: 0 10px;
  height: 15px;
}
@media (max-width: 360px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li button {
  width: 35%;
  height: 35%;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #555555;
  opacity: 0.4;
  margin: auto;
}
.slick-dots li button:before {
  color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  transition: all 1s ease;
}
.slick-dots li.slick-active button:before {
  opacity: 0;
}

.slick-slide {
  outline: none;
}
.slick-slide:focus {
  outline: none;
}

.testimonial .slick-dots {
  position: relative;
  margin-top: 16px;
}
.testimonial .slick-dots button {
  background-color: var(--color-blue-primary);
  color: var(--color-blue-primary);
}
.testimonial .slick-dots.slick-active button {
  border-color: var(--color-blue-primary);
  box-shadow: 0 0 0 1px var(--color-blue-primary);
  border: 2px solid var(--color-blue-primary);
}

/* === CSS Footer Start === */
.footerContainer {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 21px;
  background-color: #000;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footerContainer {
    display: block;
  }
}

@media (min-width: 768px) {
  .footerContainer {
    padding: 30px 1em;
  }
}
.footerContainer .footerBreakLine {
  max-width: 640px;
}

@media (min-width: 1024px) {
  .footerContainer .footerBreakLine {
    max-width: 1130px;
  }
}
a.footerLogoLink {
  margin: 25px auto 30px;
  display: inline-block;
}
@media (min-width: 769px) {
  a.footerLogoLink {
    margin: 20px auto;
  }
}

.footerLogo {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footerLogo {
    width: 75px;
    height: 75px;
  }
}

.footerLinksContainer,
.footerSocialContainer,
.footerTrademarkContainer {
  margin: 0 auto;
  max-width: 640px;
}
@media (min-width: 1024px) {
  .footerLinksContainer,
  .footerSocialContainer,
  .footerTrademarkContainer {
    max-width: 1130px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footerTrademarkContainer {
    display: block;
  }
}

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

.footerTrademarkText {
  color: #a1a1a1;
  font-size: 11.5px;
  margin: 0 auto;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .footerTrademarkText {
    font-size: 14px;
  }
}

.footerTrademark2 {
  display: inline;
}

.footerTrademarkLink {
  text-decoration: none;
  color: #ffffff;
}