/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.icon {
  display: inline-block; }

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

@media (max-width: 720px) {
  .u-hidden-xs {
    display: none; } }

@media (max-width: 990px) {
  .u-hidden-md {
    display: none; } }

.u-shown-md {
  display: none; }
  @media (max-width: 990px) {
    .u-shown-md {
      display: block; } }

.u-hidden {
  display: none; }

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

:root {
  font-size: 62.5%; }
  @media (min-width: 1170px) {
    :root {
      font-size: 62.5%; } }
  @media (min-width: 1350px) {
    :root {
      font-size: 75%; } }
  @media (min-width: 1600px) {
    :root {
      font-size: 80%; } }

html {
  box-sizing: border-box;
  overflow-x: hidden; }
  html.scrollbar-hidden {
    overflow: hidden; }
  html.menu-opened .c-main-menu__toggle--open {
    display: none; }
  html.menu-opened .c-main-menu__toggle--close {
    display: block; }
  html.menu-opened .c-main-menu-mobile__wrap, html.menu-opened .c-main-menu-footer__wrap {
    opacity: 1;
    visibility: visible; }

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

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #1D1D1D;
  font-size: 1.6rem;
  position: relative;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.h1, h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }
  .h1 span, h1 span {
    color: #F1C525; }

.h1--huge {
  font-size: 6.4rem; }

.h2, .h3 {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.h2 {
  font-size: 2.6rem; }

.h3 {
  font-size: 1.8rem; }

@media (max-width: 990px) {
  .h1, .h2, .h3 {
    text-align: center; } }

img {
  max-width: 100%;
  height: auto; }

button, input[type="submit"] {
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input, textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  text-decoration-line: underline;
  font-weight: 400;
  font-size: 1.8rem;
  color: #005BBB; }

p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.6rem; }

.icon {
  display: inline-block;
  vertical-align: middle; }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url("../../assets/fonts/Roboto/Roboto-Light.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  src: url("../../assets/fonts/Roboto/Roboto-LightItalic.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/fonts/Roboto/Roboto-Regular.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/fonts/Roboto/Roboto-Italic.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/fonts/Roboto/Roboto-Medium.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/fonts/Roboto/Roboto-MediumItalic.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/fonts/Roboto/Roboto-Bold.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/fonts/Roboto/Roboto-BoldItalic.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  src: url("../../assets/fonts/Roboto/Roboto-Black.ttf"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  src: url("../../assets/fonts/Roboto/Roboto-BlackItalic.ttf"); }

.o-button-default {
  transition: 0.5s all;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 35px 12px 35px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  line-height: 1.4;
  position: relative;
  background: #005BBB;
  border: 1px solid #005BBB;
  box-sizing: border-box;
  border-radius: 8px;
  letter-spacing: 0.04em; }
  .o-button-default:hover, .o-button-default.is-active {
    background: #1686C9;
    color: #fff;
    border-color: #1686C9; }
  .o-button-default:active, .o-button-default:focus {
    outline: none; }
  .o-button-default span {
    position: relative; }
  @media (max-width: 720px) {
    .o-button-default {
      font-size: 1.6rem; } }

.o-button-default--border {
  background-color: transparent;
  color: #005BBB; }

.o-button-close {
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
  background: transparent;
  padding: 0;
  border: none; }
  .o-button-close:after, .o-button-close:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: calc(50% - 1.65rem);
    background-color: #005BBB; }
  .o-button-close:before {
    transform: rotate(-45deg); }
  .o-button-close:after {
    transform: rotate(45deg); }

.o-title-secondary {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #828282; }
  @media (min-width: 990px) {
    .o-title-secondary {
      font-size: 2rem;
      letter-spacing: 0.24em; } }

.o-title-secondary--small {
  font-size: 1.6rem; }

.svg-account, .svg-arrow-left, .svg-arrow-left-long, .svg-arrow-right, .svg-arrow-right-long, .svg-caret, .c-main-menu-mobile > li.menu-item-has-children > a:after, .svg-caret-arrow, .svg-cart, .svg-close, .svg-fb, .svg-heart, .svg-ig, .svg-search, .svg-show, .svg-sort, .svg-status-all, .svg-status-instock, .svg-status-special_order {
  background: url("../../img/sprite.svg") no-repeat; }

.svg-account {
  background-position: 48.484848484848484% 81.17647058823529%; }

.svg-account-dims {
  width: 18px;
  height: 20px; }

.svg-arrow-left {
  background-position: 0 56.09756097560975%; }

.svg-arrow-left-dims {
  width: 35px;
  height: 23px; }

.svg-arrow-left-long {
  background-position: 0 28.048780487804876%; }

.svg-arrow-left-long-dims {
  width: 69px;
  height: 23px; }

.svg-arrow-right {
  background-position: 42.68292682926829% 56.09756097560975%; }

.svg-arrow-right-dims {
  width: 35px;
  height: 23px; }

.svg-arrow-right-long {
  background-position: 0 0; }

.svg-arrow-right-long-dims {
  width: 71px;
  height: 23px; }

.svg-caret, .c-main-menu-mobile > li.menu-item-has-children > a:after {
  background-position: 92.38095238095238% 78.94736842105263%; }

.svg-caret-dims, .c-main-menu-mobile > li.menu-item-has-children > a:after {
  width: 12px;
  height: 10px; }

.svg-caret-arrow {
  background-position: 90.65420560747664% 85.85858585858585%; }

.svg-caret-arrow-dims {
  width: 10px;
  height: 6px; }

.svg-cart {
  background-position: 73.19587628865979% 27.160493827160494%; }

.svg-cart-dims {
  width: 20px;
  height: 24px; }

.svg-close {
  background-position: 0 100%; }

.svg-close-dims {
  width: 12px;
  height: 12px; }

.svg-fb {
  background-position: 0 85.18518518518519%; }

.svg-fb-dims {
  width: 24px;
  height: 24px; }

.svg-heart {
  background-position: 78.02197802197803% 0; }

.svg-heart-dims {
  width: 26px;
  height: 22px; }

.svg-ig {
  background-position: 25.806451612903224% 85.18518518518519%; }

.svg-ig-dims {
  width: 24px;
  height: 24px; }

.svg-search {
  background-position: 96.03960396039604% 65.9090909090909%; }

.svg-search-dims {
  width: 16px;
  height: 17px; }

.svg-show {
  background-position: 98.9795918367347% 45.97701149425287%; }

.svg-show-dims {
  width: 19px;
  height: 18px; }

.svg-sort {
  background-position: 76.34408602150538% 51.68539325842696%; }

.svg-sort-dims {
  width: 24px;
  height: 16px; }

.svg-status-all {
  background-position: 68.04123711340206% 81.17647058823529%; }

.svg-status-all-dims {
  width: 20px;
  height: 20px; }

.svg-status-instock {
  background-position: 100% 0; }

.svg-status-instock-dims {
  width: 20px;
  height: 20px; }

.svg-status-special_order {
  background-position: 100% 23.529411764705884%; }

.svg-status-special_order-dims {
  width: 20px;
  height: 20px; }

section {
  position: relative;
  width: 100%; }

.s-page {
  padding-top: 11rem;
  padding-bottom: 6rem; }

.s-hero {
  padding-top: 9rem; }
  .s-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81%;
    background-color: #f5f5f5; }
  @media (min-width: 990px) {
    .s-hero {
      padding-top: 12rem; }
      .s-hero:before {
        height: 71%; } }

.s-hero--variation {
  background-color: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .s-hero--variation:before {
    display: none; }
  @media (min-width: 990px) {
    .s-hero--variation .c-hero__text {
      margin-bottom: 2rem; } }
  @media (min-width: 990px) {
    .s-hero--variation {
      padding-top: 7rem;
      padding-bottom: 7rem; } }

.s-list {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 990px) {
    .s-list {
      padding-top: 9rem;
      padding-bottom: 3rem; } }

.s-values {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 990px) {
    .s-values {
      padding-top: 9rem;
      padding-bottom: 9rem; } }

.s-values__more {
  display: none; }

.s-attention-seeker {
  background-color: #F1C525;
  padding-top: 2rem;
  padding-bottom: 1rem; }

.s-attention-seeker--compact {
  padding-top: 1.5rem;
  padding-bottom: 1.1rem;
  text-align: center; }
  .s-attention-seeker--compact a {
    color: #fff;
    display: inline-block; }
    .s-attention-seeker--compact a:first-child {
      margin-right: 3rem; }
      @media (min-width: 990px) {
        .s-attention-seeker--compact a:first-child {
          position: relative;
          bottom: .3rem; } }
    .s-attention-seeker--compact a:last-child {
      text-decoration: none;
      text-transform: uppercase; }

.s-blog {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 990px) {
    .s-blog {
      padding-top: 9rem;
      padding-bottom: 9rem; } }

.s-slider-generic {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 990px) {
    .s-slider-generic {
      padding-top: 9rem;
      padding-bottom: 5rem; } }

.s-comments {
  background-color: #f5f5f5; }

.s-partners {
  background-color: #f5f5f5;
  padding-top: 4rem; }
  @media (min-width: 990px) {
    .s-partners {
      padding-top: 9rem; } }

.c-blog__text p {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500; }
  .c-blog__text p:first-child {
    margin-top: 0; }
  .c-blog__text p strong {
    font-weight: 500;
    color: #005BBB; }

.c-blog__more {
  min-width: 21.5rem; }

.c-post {
  background: #fff;
  border-radius: 5px; }

.c-post__image {
  object-fit: cover;
  display: block;
  height: 14rem;
  width: 100%;
  border-radius: 5px; }

.c-post__body {
  padding: 0 1.5rem 3rem; }

.c-post__text {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }

.c-post__title {
  margin-bottom: 1.5rem;
  font-weight: 900; }

.c-post__link {
  font-weight: 700;
  text-decoration: none; }

.c-breadcrumbs a, .c-breadcrumbs span {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  text-decoration: none; }

.c-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #f5f5f5;
  z-index: 2; }

.c-header__logo img {
  display: block;
  max-width: 4.5rem;
  height: auto; }

.c-footer {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: #f5f5f5; }

.c-footer__logo img {
  display: block;
  max-width: 4.5rem;
  height: auto; }

.c-footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .c-footer-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .c-footer-menu li:first-child a {
      padding-left: 0; }
    .c-footer-menu li:last-child a {
      padding-right: 0; }
    .c-footer-menu li a {
      font-size: 1.6rem;
      color: #1D1D1D;
      text-decoration: none;
      padding: 0 1.5rem;
      display: block;
      position: relative;
      transition: .3s all; }
      .c-footer-menu li a:hover {
        color: #1686C9; }

.c-footer-menu--compact li a {
  font-size: 1.4rem;
  color: rgba(29, 29, 29, 0.55); }

.c-main-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .c-main-menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .c-main-menu > li > a {
      font-size: 1.6rem;
      color: #1D1D1D;
      text-decoration: none;
      padding: 2.5rem 1.5rem;
      display: block;
      position: relative;
      transition: .3s all; }
      .c-main-menu > li > a:hover {
        color: #1686C9; }
    .c-main-menu > li:first-child a {
      padding-left: 0; }
    .c-main-menu > li:last-child a {
      padding-right: 0;
      font-weight: 700;
      color: #005BBB; }
      .c-main-menu > li:last-child a:hover {
        color: #1686C9; }
    .c-main-menu > li:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
    .c-main-menu > li .sub-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      visibility: hidden;
      opacity: 0;
      transition: .3s all;
      padding: 3.5rem 5rem;
      background: rgba(0, 0, 0, 0.8);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
      border-top: 2px solid #fff;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      z-index: 10; }
      @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        .c-main-menu > li .sub-menu {
          backdrop-filter: blur(20px);
          background: rgba(0, 0, 0, 0.5); } }
      .c-main-menu > li .sub-menu:before {
        content: '';
        width: 1px;
        height: 25px;
        position: absolute;
        left: calc(50% - 1px);
        bottom: 100%;
        background-color: #fff; }
      .c-main-menu > li .sub-menu li {
        white-space: nowrap;
        display: block;
        padding: 0; }
        .c-main-menu > li .sub-menu li:first-child a {
          padding-top: 0; }
        .c-main-menu > li .sub-menu li:last-child a {
          padding-bottom: 0; }
        .c-main-menu > li .sub-menu li a {
          font-size: 1.6rem;
          padding: 0 0;
          line-height: 225%;
          display: inline-block; }
          .c-main-menu > li .sub-menu li a:after {
            height: 1px; }

.c-main-menu--compact > li > a {
  font-size: 1.4rem;
  color: rgba(29, 29, 29, 0.55) !important;
  font-weight: 300 !important; }

.c-main-menu__socials {
  padding: 0 1.5rem; }

.c-main-menu__toggle--open {
  background: transparent;
  border: none;
  padding: 0; }
  .c-main-menu__toggle--open span {
    height: 2px;
    background-color: #005BBB;
    margin-bottom: 1.1rem;
    display: block;
    margin-left: auto;
    width: 3.5rem; }
  .c-main-menu__toggle--open span:nth-child(3) {
    margin-bottom: 0; }

.c-main-menu__toggle--close {
  display: none;
  left: .5rem; }

.c-main-menu-mobile__wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: .3s all; }

.c-main-menu-mobile__wrap {
  height: 100%;
  top: 60px;
  background: #f5f5f5;
  max-height: 100%;
  overflow: auto; }

.c-main-menu-mobile {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
  .c-main-menu-mobile li a {
    color: #112E3F;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    position: relative; }
    .c-main-menu-mobile li a:focus, .c-main-menu-mobile li a:active {
      outline: none; }
  .c-main-menu-mobile > li {
    display: block; }
    .c-main-menu-mobile > li:first-child > a {
      border-top: 1px solid #112E3F; }
    .c-main-menu-mobile > li > a {
      font-weight: 700;
      border-bottom: 1px solid #112E3F;
      padding: 13px 1.2rem 13px 1.2rem; }
    .c-main-menu-mobile > li.current-menu-item a, .c-main-menu-mobile > li:hover a {
      opacity: 1; }
    .c-main-menu-mobile > li.menu-item-has-children {
      position: relative; }
      .c-main-menu-mobile > li.menu-item-has-children.is-active > a:after {
        transform: translateY(-50%) rotate(180deg); }
      .c-main-menu-mobile > li.menu-item-has-children > a:after {
        content: '';
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s all; }
      .c-main-menu-mobile > li.menu-item-has-children .sub-menu {
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        display: none;
        padding-top: 15px; }
        .c-main-menu-mobile > li.menu-item-has-children .sub-menu li a {
          padding: 13px 1.2rem 13px 4rem; }
  .c-main-menu-mobile .c-socials {
    text-align: center; }
  .c-main-menu-mobile .c-main-menu-mobile__info {
    padding-top: 20px; }

.c-hero__text {
  font-size: 1.8rem;
  line-height: 1.4; }

.c-hero-number {
  border: 1px solid rgba(29, 29, 29, 0.23);
  border-radius: 5px;
  width: 100%;
  height: 11rem;
  padding: 2rem 1rem;
  text-align: right;
  color: #ECBB0C;
  text-transform: uppercase;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); }

.c-hero-number--blue {
  color: #005BBB; }

.c-hero-number__title {
  font-weight: 700;
  font-size: 2.4rem; }

.c-hero-number__subtitle {
  font-weight: 600;
  font-size: 1.6rem; }

@media (max-width: 990px) {
  .c-hero__socials--desktop {
    display: none; } }

.c-hero__socials--mobile {
  text-align: center;
  margin-top: 4.5rem !important; }
  @media (min-width: 990px) {
    .c-hero__socials--mobile {
      display: none; } }

.c-form-donate {
  background: #F1C525;
  border-radius: 5px;
  padding: 2.5rem;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); }
  .c-form-donate ::-webkit-input-placeholder {
    color: #1D1D1D;
    font-weight: 400;
    opacity: 1 !important;
    transition: .3s all; }
  .c-form-donate :-moz-placeholder {
    color: #1D1D1D;
    font-weight: 400;
    opacity: 1 !important;
    transition: .3s all; }
  .c-form-donate :-ms-input-placeholder {
    color: #1D1D1D;
    font-weight: 400;
    opacity: 1 !important;
    transition: .3s all; }
  @media (min-width: 990px) {
    .c-form-donate {
      padding: 5.6rem 2rem 3.5rem; } }
  @media (max-width: 990px) {
    .c-form-donate {
      text-align: center; } }

.c-form-donate__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem; }

.c-form__group {
  position: relative;
  margin-bottom: 2rem; }

.c-form__control {
  min-width: 100%;
  max-width: 100%;
  border: none;
  font-size: 1.8rem;
  font-weight: 300;
  height: 5rem;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 1.5rem; }

.c-form__control-appendix {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: 500; }

.c-form-donate__submit {
  width: 100%; }

.c-list-icons__icon {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block; }
  .c-list-icons__icon svg, .c-list-icons__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c-list-icons__text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2; }

.c-socials {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .c-socials li {
    display: inline-block;
    vertical-align: middle; }
    .c-socials li:first-child a {
      padding-left: 0; }
    .c-socials li a {
      padding: .75rem .4rem;
      display: inline-block;
      vertical-align: middle; }
      .c-socials li a svg, .c-socials li a img {
        vertical-align: middle; }
      .c-socials li a svg path {
        transition: .3s all; }
      .c-socials li a:hover svg path {
        fill: #1686C9; }

.c-slider-generic__slide {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .c-slider-generic__slide {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.c-slider-generic__image {
  object-fit: cover;
  height: 20rem;
  width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 990px) {
    .c-slider-generic__image {
      height: 35rem; } }

.c-slider-generic__text {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: .5rem; }
  @media (max-width: 990px) {
    .c-slider-generic__text {
      text-align: center; } }

.c-slider-generic__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.5rem; }
  .c-slider-generic__nav .slick-dots {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .c-slider-generic__nav .slick-dots li {
      display: inline-block; }
      .c-slider-generic__nav .slick-dots li:after {
        content: '';
        width: 0;
        height: 1px;
        background-color: #1D1D1D;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: .3rem;
        transition: .5s all; }
        @media (max-width: 990px) {
          .c-slider-generic__nav .slick-dots li:after {
            display: none; } }
      .c-slider-generic__nav .slick-dots li button {
        background: transparent;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.6);
        transition: .3s all;
        border: none;
        padding: 1rem 1.5rem; }
      .c-slider-generic__nav .slick-dots li.slick-active:after {
        width: 7rem; }
      .c-slider-generic__nav .slick-dots li.slick-active button {
        color: #1D1D1D; }
  .c-slider-generic__nav .slick-arrow {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 1px solid #D1D1D1;
    font-weight: 300;
    background-color: #fff; }
    .c-slider-generic__nav .slick-arrow.slick-next {
      order: 3;
      margin-left: 2rem; }

.c-page__content {
  margin-top: 3rem; }
  .c-page__content p {
    font-weight: 300;
    font-size: 1.6rem; }
    .c-page__content p strong {
      font-size: 1.8rem;
      font-weight: 700; }
  .c-page__content blockquote {
    margin-left: 0;
    padding-left: 1.5rem;
    border-left: 4px solid #F1C525; }
  .c-page__content .wp-block-button__link {
    transition: 0.5s all;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    padding: 15px 35px 12px 35px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
    line-height: 1.4;
    position: relative;
    background: #005BBB;
    border: 1px solid #005BBB;
    box-sizing: border-box;
    border-radius: 8px;
    letter-spacing: 0.04em; }
    .c-page__content .wp-block-button__link:hover, .c-page__content .wp-block-button__link.is-active {
      background: #1686C9;
      color: #fff;
      border-color: #1686C9; }
    .c-page__content .wp-block-button__link:active, .c-page__content .wp-block-button__link:focus {
      outline: none; }
    .c-page__content .wp-block-button__link span {
      position: relative; }
    @media (max-width: 720px) {
      .c-page__content .wp-block-button__link {
        font-size: 1.6rem; } }

.c-page__title span {
  color: #1D1D1D; }
  .c-page__title span:last-child {
    color: #F1C525; }

.l-container {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-two-columns {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2rem; }
  .l-two-columns:after {
    content: '';
    flex: auto; }
  @media (min-width: 990px) {
    .l-two-columns {
      margin-top: 7rem; } }

.l-two-columns__item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1170px) {
    .l-two-columns__item {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 990px) {
    .l-two-columns__item {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (min-width: 720px) {
    .l-two-columns__item {
      width: 50%; } }

.l-header {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-header__logo, .l-header__menu, .l-header__menu-toggle {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-header__logo, .l-header__menu, .l-header__menu-toggle {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-header__logo {
  width: 8.33333%;
  margin-right: auto; }

.l-header__menu {
  display: none;
  margin-left: auto; }
  @media (min-width: 990px) {
    .l-header__menu {
      display: block; } }

.l-header__menu-toggle {
  display: flex;
  align-items: center;
  text-align: right;
  margin-left: auto; }
  @media (min-width: 990px) {
    .l-header__menu-toggle {
      display: none; } }

.l-footer {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

.l-footer__logo, .l-footer__copy, .l-footer__menu {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-footer__logo, .l-footer__copy, .l-footer__menu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-footer__logo {
  width: 8.33333%; }
  @media (max-width: 990px) {
    .l-footer__logo {
      width: 25%; } }

.l-footer__copy {
  width: 33.33333%; }
  @media (max-width: 990px) {
    .l-footer__copy {
      width: 75%; }
      .l-footer__copy .c-footer-menu li {
        width: 100%;
        margin-top: 1rem; }
        .l-footer__copy .c-footer-menu li a {
          padding-left: 0;
          padding-righ: 0; } }

.l-footer__menu {
  width: 58.33333%;
  text-align: right; }
  @media (max-width: 990px) {
    .l-footer__menu {
      width: 100%;
      order: -1;
      text-align: left;
      margin-bottom: 2.5rem; }
      .l-footer__menu .c-footer-menu {
        display: flex;
        flex-wrap: wrap; }
        .l-footer__menu .c-footer-menu li {
          width: 50%;
          margin-top: 1.1rem;
          margin-bottom: 1.1rem; }
          .l-footer__menu .c-footer-menu li a {
            padding-left: 0;
            padding-right: 0; } }

.l-blog {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.l-blog__text, .l-blog__posts, .l-blog__pagination, .l-blog__title {
  width: 100%; }

.l-blog__title {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-blog__title {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-blog__text {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-blog__text {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 990px) {
    .l-blog__text {
      width: 25%; } }

.l-blog__posts {
  margin-bottom: 2rem; }
  @media (min-width: 990px) {
    .l-blog__posts {
      width: 75%; } }

.l-blog__pagination {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center; }
  @media (min-width: 1170px) {
    .l-blog__pagination {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-posts {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start; }

.l-posts__item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
  padding-bottom: 3rem;
  display: none; }
  @media (min-width: 1170px) {
    .l-posts__item {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .l-posts__item.is-active {
    display: block; }
  @media (min-width: 990px) {
    .l-posts__item {
      width: 33.33333%; } }

.l-donors {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-donors__title, .l-donors__slider {
  width: 100%; }

.l-donors__title {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 3rem; }
  @media (min-width: 1170px) {
    .l-donors__title {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-partners {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-partners__title, .l-partners__gallery {
  width: 100%; }

.l-partners__title {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 3rem; }
  @media (min-width: 1170px) {
    .l-partners__title {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-partners__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.l-partners__image {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 1170px) {
    .l-partners__image {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 720px) {
    .l-partners__image {
      width: 50%;
      text-align: center; } }
  @media (min-width: 720px) {
    .l-partners__image {
      margin-right: 2rem; } }

.l-hero {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-hero__text, .l-hero__image, .l-hero__form {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%; }
  @media (min-width: 1170px) {
    .l-hero__text, .l-hero__image, .l-hero__form {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 990px) {
  .l-hero__text {
    width: 37.5%; } }

@media (max-width: 990px) {
  .l-hero__text {
    text-align: center;
    margin-bottom: 2.5rem; } }

@media (min-width: 990px) {
  .l-hero__image {
    position: relative;
    width: 37.5%; } }

@media (max-width: 990px) {
  .l-hero__image {
    order: -1; } }

@media (min-width: 990px) {
  .l-hero__form {
    width: 25%; } }

.l-hero-numbers {
  display: flex;
  margin-bottom: 2rem; }
  @media (max-width: 990px) {
    .l-hero-numbers {
      justify-content: space-between; } }

@media (max-width: 990px) {
  .l-hero-numbers--desktop {
    display: none; } }

.l-hero-numbers--mobile {
  margin-top: 5rem; }
  @media (min-width: 990px) {
    .l-hero-numbers--mobile {
      display: none; } }

.l-hero-numbers__item {
  width: 43%;
  margin-right: 7%; }
  .l-hero-numbers__item:last-child {
    margin-right: 0; }
  @media (max-width: 990px) {
    .l-hero-numbers__item {
      width: 47%; } }

.l-list-icons {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.l-list-icons__title, .l-list-icons__item {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 1170px) {
    .l-list-icons__title, .l-list-icons__item {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-list-icons__title {
  width: 100%; }

.l-list-icons__item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 990px) {
    .l-list-icons__item {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
      width: 33.3333%; } }
  @media (max-width: 990px) {
    .l-list-icons__item {
      text-align: center; } }

.l-values {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.l-values__title, .l-values__gallery, .l-values__text {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%; }
  @media (min-width: 1170px) {
    .l-values__title, .l-values__gallery, .l-values__text {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-values__title {
  margin-bottom: 3rem; }
  @media (min-width: 990px) {
    .l-values__title {
      margin-bottom: 4rem; } }

@media (max-width: 990px) {
  .l-values__gallery {
    margin-bottom: 2.5rem; } }

@media (min-width: 990px) {
  .l-values__gallery {
    width: 41.66667%; }
    .l-values__gallery img {
      display: block;
      margin-bottom: 3rem; } }

@media (min-width: 990px) {
  .l-values__text {
    width: 58.33333%; } }

@media (max-width: 990px) {
  .l-values__text .h2 {
    text-align: left;
    font-size: 1.8rem; } }

.l-attention-seeker {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-attention-seeker__title, .l-attention-seeker__text, .l-attention-seeker__button {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 1170px) {
    .l-attention-seeker__title, .l-attention-seeker__text, .l-attention-seeker__button {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.l-attention-seeker__title .h3 {
  text-align: left !important; }

@media (min-width: 990px) {
  .l-attention-seeker__title {
    width: 50%; } }

@media (min-width: 990px) {
  .l-attention-seeker__text {
    width: 26.66667%; } }

.l-attention-seeker__button {
  text-align: center; }
  @media (min-width: 990px) {
    .l-attention-seeker__button {
      width: 23.33333%; } }

.l-page {
  width: 100%;
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-page__content {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%; }
  @media (min-width: 1170px) {
    .l-page__content {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 990px) {
    .l-page__content {
      width: 58.33333%; } }

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