@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: local("montserrat-light"), local("montserratlight"),
    url("../fonts/montserrat-light.woff2") format("woff2"),
    url("../fonts/montserrat-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("montserrat-medium"), local("montserratmedium"),
    url("../fonts/montserrat-medium.woff2") format("woff2"),
    url("../fonts/montserrat-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --baseline: 1.5;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  box-sizing: border-box;
}

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

:root {
  --duration: 1;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration: 0;
  }
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #3c3c3b;
  font-family: Arial, sans-serif;
  line-height: var(--baseline);
  background-color: #ffffff;
}
@media (max-width: 56.24em) {
  body {
    /* bds modified was .75 */
    font-size: 0.9rem;
  }
}
@media (min-width: 56.25em) {
  body {
    /* bds modified was .875 */
    font-size: 1rem;
  }
}

blockquote {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
}
blockquote p::before,
blockquote::after {
  display: inline-block;
}
blockquote p::before {
  content: "«";
  margin-right: 0.5em;
}
blockquote p::after {
  content: "»";
  margin-left: 0.5em;
}
@media (max-width: 56.24em) {
  blockquote {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 56.25em) {
  blockquote {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 28px;
  }
}

q {
  font-style: italic;
}
q::before {
  margin-right: 0.25em;
}
q::after {
  margin-left: 0.25em;
}
h2 q,
q span,
nav q {
  font-style: normal;
}
q [lang] {
  font-style: inherit;
}

*:focus {
  outline: 1px dashed currentColor;
  outline-offset: 0.25em;
}

[tabindex="-1"]:focus {
  outline: none;
}

label,
legend {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 56.24em) {
  label,
  legend {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  label,
  legend {
    font-size: 16px;
    line-height: 21px;
  }
}

label[for] {
  cursor: pointer;
}

legend {
  display: block;
}
@media (max-width: 56.24em) {
  legend {
    margin-bottom: 6px;
  }
}
@media (min-width: 56.25em) {
  legend {
    margin-bottom: 7px;
  }
}

input,
textarea {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: border-color calc(var(--duration) * 250ms);
  box-sizing: border-box;
  color: #3c3c3b;
  background-color: #fff;
  border: 1px solid #134393;
  border-radius: 14px;
}
input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active {
  border-color: #ababab;
  outline: 0;
}
@media (max-width: 56.24em) {
  input,
  textarea {
    padding: 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  input,
  textarea {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 21px;
  }
}

textarea {
  display: block;
  width: 100%;
  resize: vertical;
}
@media (max-width: 56.24em) {
  textarea {
    height: 126px;
  }
}
@media (min-width: 56.25em) {
  textarea {
    height: 147px;
  }
}

/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

label,
legend {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 56.24em) {
  label,
  legend {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  label,
  legend {
    font-size: 16px;
    line-height: 21px;
  }
}

label[for] {
  cursor: pointer;
}

legend {
  display: block;
}
@media (max-width: 56.24em) {
  legend {
    margin-bottom: 6px;
  }
}
@media (min-width: 56.25em) {
  legend {
    margin-bottom: 7px;
  }
}

input,
textarea {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: border-color calc(var(--duration) * 250ms);
  box-sizing: border-box;
  color: #3c3c3b;
  background-color: #fff;
  border: 1px solid #134393;
  border-radius: 14px;
}
input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active {
  border-color: #ababab;
  outline: 0;
}
@media (max-width: 56.24em) {
  input,
  textarea {
    padding: 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  input,
  textarea {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 21px;
  }
}

textarea {
  display: block;
  width: 100%;
  resize: vertical;
}
@media (max-width: 56.24em) {
  textarea {
    height: 126px;
  }
}
@media (min-width: 56.25em) {
  textarea {
    height: 147px;
  }
}

address,
cite {
  font-style: normal;
}

strong {
  font-weight: 700;
}

abbr[title] {
  text-decoration: none;
}

a {
  color: #134393;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}
main a {
  font-weight: bold;
}
@media (hover: none) {
  a:hover {
    text-decoration: none;
  }
}
a abbr[title] {
  /* stylelint-disable-line */
  text-decoration: none;
}

@media (max-width: 56.24em) {
  ol,
  ul,
  dl,
  p {
    margin-bottom: 18px;
  }
}

@media (min-width: 56.25em) {
  ol,
  ul,
  dl,
  p {
    margin-bottom: 21px;
  }
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

::-moz-selection {
  text-shadow: none;
  color: inherit;
  background: #e3e3e3;
}

::selection {
  text-shadow: none;
  color: inherit;
  background: #e3e3e3;
}

table {
  width: 100%;
}
@media (max-width: 56.24em) {
  table {
    margin-bottom: 24px;
  }
}
@media (min-width: 56.25em) {
  table {
    margin-bottom: 28px;
  }
}

caption {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid rgba(60, 60, 59, 0.75);
  text-align: left;
  color: #134393;
}
@media (max-width: 56.24em) {
  caption {
    padding: 6px 0;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  caption {
    padding: 7px 0;
    font-size: 18px;
    line-height: 21px;
  }
}

th::first-letter,
td::first-letter {
  text-transform: uppercase;
}

@media (max-width: 56.24em) {
  th,
  td {
    padding: 6px 14px;
  }
}

@media (min-width: 56.25em) {
  th,
  td {
    padding: 7px 16px;
  }
}

th {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #fff;
  background-color: #134393;
}
th:nth-child(n + 2) {
  border-left: 1px solid #fff;
}
@media (max-width: 56.24em) {
  th {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  th {
    font-size: 16px;
    line-height: 21px;
  }
}

td {
  border-bottom: 1px solid #3c3c3b;
  background-color: #fff;
}
td:nth-child(n + 2) {
  border-left: 1px solid #3c3c3b;
}

.u-visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-nav__list,
.c-nav__sublist,
.c-footer__map-list,
.c-footer__social-list,
.c-breadcrumb__list,
.c-toc__list,
.c-pagination,
.c-overview,
.c-arrival,
li.c-color-chart__origin,
.c-result__action,
.c-partner__supply,
.c-event__summary {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.c-btn,
.c-favorite,
.c-carrousel__arrow,
.c-result__button {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

@media (max-width: 56.24em) {
  .o-flex--um {
    display: flex;
    flex-direction: column;
  }
  .o-flex--um .o-flex--space {
    margin-top: 36px;
  }
  .o-flex--um .o-flex__order-1 {
    order: 1;
  }
  .o-flex--um .o-flex__order-2 {
    order: 2;
  }
  .o-flex--um .o-flex__order-3 {
    order: 3;
  }
  .o-flex--um .o-flex__order-4 {
    order: 4;
  }
}

@media (min-width: 56.25em) {
  .o-flex {
    display: flex;
    justify-content: space-between;
  }
  .o-flex--middle {
    align-items: baseline;
  }
  .o-flex--wrap {
    flex-wrap: wrap;
  }
  .o-flex__full {
    width: 100%;
  }
  .o-flex__half {
    width: calc((100% - 30px) / 2);
  }
  .o-flex__third {
    width: calc((100% - 60px) / 3);
  }
  .o-flex__two-thirds {
    width: calc((100% - 30px) / 3 * 2);
  }
}

@media (max-width: 63.99em) {
  .o-wrapper {
    margin-right: 18px;
    margin-left: 18px;
  }
}

@media (min-width: 64em) and (max-width: 78.115em) {
  .o-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}

@media (min-width: 78.125em) {
  .o-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.o-wrapper--context {
  position: relative;
}

.c-header {
  position: relative;
  z-index: 15;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#0b3d94, #0b3d94 50%, #0a3172);
}

.c-header__logo {
  display: inline-block;
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.c-header__logo::before {
  content: normal;
}
@media (max-width: 56.24em) {
  .c-header__logo {
    padding: 12px 0;
  }
}
@media (min-width: 56.25em) {
  .c-header__logo {
    padding-top: 24px;
  }
}

.c-header__img {
  -webkit-filter: drop-shadow(0 0 15px #3c3c3b);
  filter: drop-shadow(0 0 15px #3c3c3b);
}
@media (max-width: 56.24em) {
  .c-header__img {
    height: 32px;
  }
}

/*! Hamburgers | @author Jonathan Suh @jonsuh | @site https://jonsuh.com/hamburgers */
.hamburger {
  padding: 18px 18px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover,
.hamburger:focus {
  -webkit-filter: opacity(75%);
  filter: opacity(75%);
  color: #fff;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after,
.hamburger:focus .hamburger-inner,
.hamburger:focus .hamburger-inner::before,
.hamburger:focus .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active:hover,
.hamburger.is-active:focus {
  -webkit-filter: opacity(75%);
  filter: opacity(75%);
}
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after,
.hamburger.is-active:focus .hamburger-inner,
.hamburger.is-active:focus .hamburger-inner::before,
.hamburger.is-active:focus .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring[aria-expanded="true"] .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring[aria-expanded="true"] .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring[aria-expanded="true"] .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.c-nav {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 56.24em) {
  .c-nav {
    position: relative;
  }
}
@media (min-width: 56.25em) {
  .c-nav {
    padding: 24px 0 0;
    background-image: linear-gradient(#0a3172, #082350);
  }
}

@media (min-width: 56.25em) {
  .c-nav__list--primary {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 56.25em) {
  .c-nav__item {
    position: relative;
    margin-left: 24px;
  }
  .c-nav__item:hover .c-nav__sublist,
  .c-nav__item:hover .c-nav__item > a::after {
    transform: translateY(0);
    opacity: 1;
  }
  .c-nav__item:hover .c-nav__sublist {
    visibility: visible;
  }
  .c-nav__item:focus-within .c-nav__sublist,
  .c-nav__item:focus-within .c-nav__item > a::after {
    transform: translateY(0);
    opacity: 1;
  }
  .c-nav__item:focus-within .c-nav__sublist {
    visibility: visible;
  }
}

@media (min-width: 56.25em) {
  .c-nav__item:first-child {
    margin-left: 0;
  }
}

@media (min-width: 56.25em) {
  .c-nav__item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -14px;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
  }
}

@media (min-width: 56.25em) {
  .c-nav__item:first-child::before {
    content: normal;
  }
}

.c-nav__link:focus,
.c-nav__link:hover,
.c-nav__link:active,
.c-nav__item > a:focus,
.c-nav__item > a:hover,
.c-nav__item > a:active {
  text-decoration: none;
  outline: 0;
}

@media (max-width: 56.24em) {
  .c-nav__link,
  .c-nav__item > a {
    position: relative;
    display: block;
    border-top: 1px solid rgba(60, 60, 59, 0.5);
    padding: 6px 18px;
    color: #3c3c3b;
  }
  .c-nav__link[aria-expanded]::after,
  .c-nav__item > a[aria-expanded]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
    width: 14px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMSA2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxMSA2IiB3aWR0aD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEwLjQ2Ny42NTMtLjUwOC0uNTA3Yy0uMDY4LS4wNjgtLjE0Ny0uMTAyLS4yMzQtLjEwMnMtLjE2Ni4wMzQtLjIzMy4xMDJsLTMuOTkzIDMuOTkyLTMuOTkxLTMuOTkyYy0uMDY4LS4wNjgtLjE0Ni0uMTAyLS4yMzQtLjEwMnMtLjE2Ni4wMzQtLjIzNC4xMDJsLS41MDcuNTA3Yy0uMDY3LjA2OC0uMTAxLjE0Ni0uMTAxLjIzNHMuMDM0LjE2Ni4xMDIuMjMzbDQuNzMyIDQuNzM0Yy4wNjguMDY4LjE0Ni4xMDIuMjMzLjEwMi4wODkgMCAuMTY3LS4wMzMuMjM0LS4xMDJsNC43MzMtNC43MzRjLjA2OC0uMDY3LjEwMi0uMTQ2LjEwMi0uMjMzIDAtLjA4OC0uMDMzLS4xNjYtLjEwMS0uMjM0em0wIDAiIGZpbGw9IiMyMDQ3OTAiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.5s;
  }
  .c-nav__link[aria-expanded="true"]::after,
  .c-nav__item > a[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
}

@media (min-width: 56.25em) {
  .c-nav__link,
  .c-nav__item > a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding-bottom: 20px;
  }
  .c-nav__link[aria-current="page"]::after,
  .c-nav__link:focus::after,
  .c-nav__link:hover::after,
  .c-nav__link:active::after,
  .c-nav__item > a[aria-current="page"]::after,
  .c-nav__item > a:focus::after,
  .c-nav__item > a:hover::after,
  .c-nav__item > a:active::after {
    opacity: 1;
  }
  .c-nav__link::after,
  .c-nav__item > a::after {
    content: "";
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
}

@media (max-width: 56.24em) {
  .c-nav__sublist {
    overflow: hidden;
    border-top: 1px solid rgba(60, 60, 59, 0);
    background-color: #ebebeb;
    transition: max-height 0.5s, border-top-color 0.75s;
  }
  .c-nav__sublist[aria-hidden="false"] {
    max-height: 10rem;
    padding: 2px 0;
    border-top: 1px solid rgba(60, 60, 59, 0.5);
  }
  .c-nav__sublist[aria-hidden="true"] {
    max-height: 0;
  }
}

@media (min-width: 56.25em) {
  .c-nav__sublist {
    position: absolute;
    z-index: 10;
    top: 41px;
    left: -14px;
    width: 205px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(60, 60, 59, 0.75);
    opacity: 0;
    visibility: hidden;
    transform: translateY(25%);
    transition: transform 0.5s, opacity 0.75s;
  }
}

@media (max-width: 56.24em) {
  .c-nav__subitem {
    padding: 4px 18px;
  }
}

@media (min-width: 56.25em) {
  .c-nav__subitem {
    border-bottom: 1px solid rgba(60, 60, 59, 0.5);
  }
  .c-nav__subitem:last-child {
    border-bottom: 0;
  }
}

.c-nav__subitem > a {
  color: #3c3c3b;
}
.c-nav__subitem > a:focus,
.c-nav__subitem > a:hover,
.c-nav__subitem > a:active {
  text-decoration: none;
  text-transform: inherit;
  outline: 0;
}
@media (min-width: 56.25em) {
  .c-nav__subitem > a {
    position: relative;
    display: block;
    padding: 6px 12px;
  }
  .c-nav__subitem > a[aria-current="page"],
  .c-nav__subitem > a:focus,
  .c-nav__subitem > a:hover,
  .c-nav__subitem > a:active {
    color: #134393;
  }
  .c-nav__subitem > a[aria-current="page"]::before,
  .c-nav__subitem > a:focus::before,
  .c-nav__subitem > a:hover::before,
  .c-nav__subitem > a:active::before {
    content: "";
  }
  .c-nav__subitem > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    border: solid transparent;
    border-left-color: #134393;
    border-width: 6px;
    margin-top: -7px;
  }
}

@media (min-width: 56.25em) {
  .c-nav__list--secondary {
    display: flex;
  }
}

.c-nav__separator {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}
@media (min-width: 56.25em) {
  .c-nav__separator::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 21px;
    border-left: 1px solid #fff;
  }
}

@media (min-width: 56.25em) {
  .c-nav__list--secondary a::after {
    top: 22px;
    border-width: 7px;
    margin-left: -7px;
  }
}

.c-nav__flag {
  position: absolute;
  z-index: 20;
  top: -38px;
  right: 18px;
  outline: 1px solid rgba(235, 235, 235, 0.5);
}

@media (max-width: 56.24em) {
  .c-nav__wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(60, 60, 59, 0.5);
    background-color: #fff;
    box-shadow: 0 0 10px #3c3c3b80;
    transition: transform 1s;
  }
  .c-nav__wrapper[aria-hidden="false"] {
    transform: translateY(0);
  }
  .c-nav__wrapper[aria-hidden="true"] {
    transform: translateY(-100%);
  }
}

@media (min-width: 56.25em) {
  .c-nav__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.c-nav__wrapper {
  font-size: 90%;
}

.c-nav__btn {
  position: absolute;
  z-index: 20;
  top: -56px;
  left: 0;
}
.c-nav__btn:focus,
.c-nav__btn:hover,
.c-nav__btn:active {
  outline: 0;
}

@media (min-width: 56.25em) {
  .c-main {
    padding-top: 105px;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}

@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-main {
    background-image: url("../img/body--1024.jpg");
  }
}

@media (min-width: 64em) and (max-width: 78.115em) {
  .c-main {
    background-image: url("../img/body--1100.jpg");
  }
}

@media (min-width: 78.125em) {
  .c-main {
    background-image: url("../img/body--1300.jpg");
  }
}

@media (min-width: 56.25em) {
  .home .c-main,
  [class^="error"] .c-main {
    padding-top: 0;
    background-image: none;
  }
}

.c-footer {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 56.24em) {
  .c-footer {
    padding-top: 36px;
  }
}
@media (min-width: 56.25em) {
  .c-footer {
    padding-top: 63px;
  }
}

.c-footer .o-wrapper {
  position: relative;
  border-top: 1px solid rgba(60, 60, 59, 0.75);
  padding-top: 42px;
}

@media (max-width: 56.24em) {
  .c-footer .o-flex__third {
    margin-bottom: 36px;
  }
}

.c-footer__top {
  position: absolute;
  z-index: 1;
  background-color: #ec1d3b;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNSAxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE1IDE3IiB3aWR0aD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibS4xNDkgOC40NzQuNzU0Ljc1Yy4wOTguMS4yMTQuMTQ5LjM0NS4xNDkuMTI4IDAgLjI0Ni0uMDUxLjM0Ni0uMTQ5bDUuOTA3LTUuOTA5IDUuOTA3IDUuOTA5Yy4xLjEwMS4yMTYuMTUuMzQ2LjE1LjEzMSAwIC4yNDUtLjA1MS4zNDYtLjE1bC43NS0uNzVjLjA5OS0uMTAyLjE1LS4yMTYuMTUtLjM0N3MtLjA1MS0uMjQ3LS4xNTItLjM0NWwtNy4wMDItNy4wMDNjLS4xLS4xMDItLjIxNi0uMTU0LS4zNDUtLjE1NC0uMTMxIDAtLjI0OC4wNTItLjM0NS4xNTRsLTcuMDA2IDcuMDA0Yy0uMTAxLjA5OC0uMTUuMjE1LS4xNS4zNDQgMCAuMTMxLjA0OC4yNDUuMTQ5LjM0N3oiLz48cGF0aCBkPSJtLjE0OSAxNS42NjcuNzU0Ljc1MmMuMDk4LjA5OS4yMTQuMTQ5LjM0NS4xNDkuMTI4IDAgLjI0Ni0uMDUxLjM0Ni0uMTQ5bDUuOTA3LTUuOTA5IDUuOTA3IDUuOTA5Yy4xLjA5OS4yMTYuMTQ5LjM0Ni4xNDkuMTMxIDAgLjI0NS0uMDUxLjM0Ni0uMTQ5bC43NS0uNzUxYy4xLS4xMDIuMTUtLjIxNS4xNS0uMzQ4IDAtLjEyOS0uMDUxLS4yNDYtLjE1Mi0uMzQ0bC03LjAwMi03LjAwMmMtLjEtLjEwMi0uMjE2LS4xNTQtLjM0NS0uMTU0LS4xMzEgMC0uMjQ4LjA1Mi0uMzQ1LjE1NGwtNy4wMDQgNy4wMDJjLS4wOTguMDk4LS4xNTIuMjE1LS4xNTIuMzQ0IDAgLjEzMi4wNDguMjQ0LjE0OS4zNDd6Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  transition: background-color 0.5s;
}
.c-footer__top:focus,
.c-footer__top:hover,
.c-footer__top:active {
  background-color: #ababab;
}
@media (hover: none) {
  .c-footer__top:hover {
    background-color: #ec1d3b;
  }
}
@media (max-width: 56.24em) {
  .c-footer__top {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    outline: 5px solid #fff;
    background-size: auto 13px;
    background-position: 50% 45%;
  }
}
@media (min-width: 56.25em) {
  .c-footer__top {
    top: -50px;
    right: 45px;
    width: 28px;
    height: 28px;
    background-size: auto 15px;
    background-position: 50% 50%;
  }
}

.c-footer__header {
  position: relative;
  display: block;
  text-transform: uppercase;
}
.c-footer__header--spaced {
  margin-bottom: 7px;
}
.c-footer__header::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  border: solid transparent;
  border-left-color: #134393;
  border-width: 8px;
  transform: rotate(-135deg);
  transform-origin: top left;
}

@media (max-width: 56.24em) {
  .c-footer__header {
    margin-bottom: 6px;
  }
}

@media (max-width: 56.24em) {
  .c-footer__mail,
  .c-footer__url {
    display: inline-block;
  }
  .c-footer__mail::before,
  .c-footer__url::before {
    content: "-";
    display: inline-block;
    margin: 0 4px;
  }
}

@media (min-width: 56.25em) {
  .c-footer__mail,
  .c-footer__url {
    display: block;
  }
}

.c-footer__map-list {
  margin-bottom: 21px;
}

@media (max-width: 56.24em) {
  .c-footer__map-item {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 56.25em) {
  .c-footer__map-item {
    margin-bottom: 7px;
  }
}

@media (max-width: 56.24em) {
  .c-footer__map-item::after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
  }
  .c-footer__map-item:last-child::after {
    content: normal;
  }
}

.c-footer__map-item a,
.c-footer__link {
  color: #3c3c3b;
  transition: color 0.25s;
}
.c-footer__map-item a:focus,
.c-footer__map-item a:hover,
.c-footer__map-item a:active,
.c-footer__link:focus,
.c-footer__link:hover,
.c-footer__link:active {
  color: #134393;
  text-decoration: underline;
}
@media (hover: none) {
  .c-footer__map-item a,
  .c-footer__link {
    color: inherit;
    text-decoration: inherit;
    outline: none;
  }
}

.c-footer__link--img:focus,
.c-footer__link--img:hover,
.c-footer__link--img:active {
  color: rgba(60, 60, 59, 0.6);
}

.c-footer__copyright {
  border-top: 1px solid rgba(60, 60, 59, 0.5);
}
@media (max-width: 56.24em) {
  .c-footer__copyright {
    padding: 18px 0 24px;
    text-align: center;
  }
}
@media (min-width: 56.25em) {
  .c-footer__copyright {
    padding: 14px 0 21px;
  }
}

.c-footer__legal {
  font-size: 1em;
}
@media (max-width: 56.24em) {
  .c-footer__legal {
    display: block;
    margin-bottom: 18px;
  }
}

.c-footer__social-list {
  margin-bottom: 0;
}

.c-footer__social-item {
  display: inline-block;
}
@media (max-width: 56.24em) {
  .c-footer__social-item {
    margin: 0 12px;
  }
}
@media (min-width: 56.25em) {
  .c-footer__social-item {
    margin: 0 8px;
  }
}

@media (max-width: 56.24em) {
  .c-footer__img {
    height: 21px;
    width: auto;
  }
}

.c-breadcrumb {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid rgba(60, 60, 59, 0.5);
  padding-bottom: 6px;
  font-size: 0.857em;
  text-transform: uppercase;
}

.c-breadcrumb__item {
  display: inline-block;
  margin-right: 6px;
}
.c-breadcrumb__item::before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-left-color: #134393;
  border-width: 5px;
}

.c-breadcrumb a {
  font-weight: 500;
}

h1,
.c-h1 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  border-bottom: 1px solid #134393;
  text-transform: uppercase;
  color: #134393;
}
h1::before,
.c-h1::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  border: solid transparent;
  border-left-color: #134393;
  transform: rotate(-135deg);
  transform-origin: top left;
}
@media (max-width: 56.24em) {
  h1,
  .c-h1 {
    margin: 48px 0 18px;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 30px;
  }
  h1::before,
  .c-h1::before {
    border-width: 8px;
  }
}
@media (min-width: 56.25em) {
  h1,
  .c-h1 {
    margin: 63px 0 21px;
    padding-bottom: 13px;
    font-size: 26px;
    line-height: 35px;
  }
  h1::before,
  .c-h1::before {
    border-width: 10px;
  }
}

.c-h1--without-border {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 56.24em) {
  .c-h1--without-border {
    margin-bottom: 12px;
  }
}
@media (min-width: 56.25em) {
  .c-h1--without-border {
    margin-bottom: 28px;
  }
}

@media (max-width: 56.24em) {
  .c-h1--with-link {
    padding-right: 100px;
  }
}

.c-h1--error {
  border-bottom: 0;
  color: inherit;
}
.c-h1--error::before {
  content: normal;
}

h2,
.c-h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #ec1d3b;
  text-transform: none;
  color: #ec1d3b;
}
h2::before,
.c-h2::before {
  content: normal;
}
@media (max-width: 56.24em) {
  h2,
  .c-h2 {
    margin: 18px 0;
    padding-bottom: 11px;
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 56.25em) {
  h2,
  .c-h2 {
    margin: 28px 0 21px;
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 28px;
  }
}

.c-h2__sup {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}

@media (max-width: 56.24em) {
  h1 + h2,
  h1 + .c-h2,
  .c-h1 + h2,
  .c-h1 + .c-h2 {
    margin-top: 12px;
  }
}

h3,
.c-h3,
h4,
.c-h4 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #134393;
}
@media (max-width: 56.24em) {
  h3,
  .c-h3,
  h4,
  .c-h4 {
    margin: 18px 0 12px;
  }
}
@media (min-width: 56.25em) {
  h3,
  .c-h3,
  h4,
  .c-h4 {
    margin: 21px 0 14px;
  }
}

h3,
.c-h3 {
  display: block;
}
@media (max-width: 56.24em) {
  h3,
  .c-h3 {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 56.25em) {
  h3,
  .c-h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.c-h3--with-favorite {
  padding-right: 30px;
}

h4,
.c-h4 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 56.24em) {
  h4,
  .c-h4 {
    font-size: 17px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  h4,
  .c-h4 {
    font-size: 20px;
    line-height: 21px;
  }
}

h5,
.c-h5 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #134393;
}
@media (max-width: 56.24em) {
  h5,
  .c-h5 {
    margin: 12px 0 6px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  h5,
  .c-h5 {
    margin: 14px 0 7px;
    font-size: 18px;
    line-height: 21px;
  }
}

h6 {
  font-size: 1rem;
}

.c-toc {
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  margin-top: 63px;
  margin-bottom: 42px;
  margin-left: 15px;
}
.c-toc::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 63px;
  left: -15px;
  border: solid transparent;
  border-left-color: #ec1d3b;
  border-width: 55px;
  transform: rotate(-135deg);
  transform-origin: top left;
}

.c-toc__list {
  padding: 21px 30px;
  background-color: #ebebeb;
  box-shadow: 10px 15px 20px rgba(60, 60, 59, 0.3);
}

.c-toc__item {
  margin-bottom: 7px;
}

.c-toc__link {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  color: #3c3c3b;
}

.c-toc__link.is-active {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #ec1d3b;
}
.c-toc__link.is-active::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border: solid transparent;
  border-left-color: #ec1d3b;
  border-width: 5px;
}

.c-ol,
.c-ul {
  list-style-type: none;
}
.c-ol li,
.c-ul li {
  position: relative;
  padding-left: 1.5em;
}
.c-ol li::before,
.c-ul li::before {
  position: absolute;
  left: 0.25em;
}

.c-ol li {
  counter-increment: c-ol;
}
.c-ol li::before {
  content: counter(c-ol) ". ";
  top: 0;
  color: #134393;
  font-weight: bold;
}

.c-ul {
  list-style-type: none;
}

.c-ul li::before {
  content: "";
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #134393;
}

.c-img {
  position: relative;
  display: inline-block;
}
.c-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  border: solid transparent;
  border-left-color: #134393;
  border-width: 55px;
  transform: rotate(-135deg);
  transform-origin: top left;
}
@media (max-width: 56.24em) {
  .c-img {
    margin: 13px 0 24px 13px;
  }
  .c-img::before {
    top: 66px;
    left: -13px;
  }
}
@media (min-width: 56.25em) {
  .c-img {
    margin: 15px 0 28px 15px;
  }
  .c-img::before {
    top: 63px;
    left: -15px;
  }
}

.c-img img {
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}

.c-img small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
}

.c-btn {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  border: 1px solid #134393;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.c-btn:focus,
.c-btn:hover,
.c-btn:active {
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #134393;
}
@media (hover: none) {
  .c-btn:hover {
    text-decoration: none;
    color: inherit;
    background-color: inherit !important;
  }
}
@media (max-width: 56.24em) {
  .c-btn {
    padding: 12px 2em;
    border-radius: 12px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-btn {
    padding: 14px 2em;
    border-radius: 14px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 56.24em) {
  .c-btn--big {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 56.25em) {
  .c-btn--big {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 21px;
  }
}

.c-btn--highlight {
  color: #ec1d3b;
  border-color: #ec1d3b;
}
.c-btn--highlight:focus,
.c-btn--highlight:hover,
.c-btn--highlight:active {
  background-color: #ec1d3b;
}

.c-btn--invert {
  color: #fff;
  background-color: #134393;
  border-color: #fff;
}
.c-btn--invert:focus,
.c-btn--invert:hover,
.c-btn--invert:active {
  color: #134393;
  background-color: #fff;
  border-color: #134393;
}

@media (min-width: 56.25em) {
  .c-btn--thin {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
}

@media (max-width: 56.24em) {
  .c-form {
    margin-bottom: 18px;
  }
}

@media (min-width: 56.25em) {
  .c-form {
    margin-bottom: 21px;
  }
}

@media (max-width: 63.99em) {
  .c-form .o-flex {
    display: block;
  }
}

@media (min-width: 64em) {
  .c-form .o-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 63.99em) {
  .c-form .c-form__container {
    width: 100%;
  }
}

@media (max-width: 56.24em) {
  .c-form .c-form__container {
    margin-bottom: 24px;
  }
}

@media (min-width: 56.25em) {
  .c-form .c-form__container {
    margin-bottom: 28px;
  }
}

@media (min-width: 56.25em) {
  .c-form__container--right {
    text-align: right;
  }
}

.c-form__instruction {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media (max-width: 56.24em) {
  .c-form__instruction {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-form__instruction {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 21px;
  }
}

.c-form__img {
  vertical-align: top;
}

.c-form__label {
  display: block;
}
@media (max-width: 56.24em) {
  .c-form__label {
    margin-bottom: 6px;
  }
}
@media (min-width: 56.25em) {
  .c-form__label {
    margin-bottom: 7px;
  }
}

@media (max-width: 56.24em) {
  .c-form__info {
    margin-top: -18px;
  }
}

@media (min-width: 56.25em) {
  .c-form__info {
    margin-top: -21px;
  }
}

.c-form__label--checkbox {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
  padding-left: 2.125em;
}
.c-form__label--checkbox:last-child {
  margin: 0;
}
@media (max-width: 56.24em) {
  .c-form__label--checkbox {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-form__label--checkbox {
    font-size: 14px;
    line-height: 43px;
  }
}

.c-form__label--checkbox::before {
  content: " ";
  position: absolute;
  left: 0;
  border: 1px solid #134393;
}

.c-form__label--checkbox::after {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ec1d3b;
  width: 5px;
  height: 11px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}

@media (max-width: 56.24em) {
  .c-form__label--checkbox::before {
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 4px;
  }
  .c-form__label--checkbox::after {
    top: 10px;
    left: 0.3em;
  }
}

@media (min-width: 56.25em) {
  .c-form__label--checkbox::before {
    top: 0.78571em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 5px;
  }
  .c-form__label--checkbox::after {
    top: 22px;
    left: 0.375em;
  }
}

.c-form__checkbox:checked + .c-form__label--checkbox::after {
  content: " ";
  position: absolute;
}

.c-form__checkbox:checked + .c-form__label--checkbox::after {
  -webkit-animation: draw 0.25s ease 1;
  animation: draw 0.25s ease 1;
}

@-webkit-keyframes draw {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  20% {
    width: 0.375em;
    height: 0;
    opacity: 1;
  }
  40% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
  100% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
}

@keyframes draw {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  20% {
    width: 0.375em;
    height: 0;
    opacity: 1;
  }
  40% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
  100% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
}

.c-form__input {
  display: block;
  width: 100%;
}

.c-form__select {
  overflow: hidden;
  position: relative;
  display: flex;
  border: 1px solid #134393;
  border-radius: 14px;
  background-color: #fff;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #3c3c3b;
  width: 40px;
  background: #fff url("../img/arrow.svg") 50% 50% / auto 11px no-repeat;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 56.25em) {
  .c-form__select::after {
    width: 48px;
    background-size: auto 13px;
  }
}

.c-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}
.c-form__select select::-ms-expand {
  display: none;
}

.c-form__select select {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  flex: 1;
  box-sizing: border-box;
  color: #3c3c3b;
  cursor: pointer;
}

@media (max-width: 56.24em) {
  .c-form__select {
    padding: 9px 9px 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 56.25em) {
  .c-form__select {
    padding: 10px 10px 10px 18px;
    font-size: 14px;
    min-height: 43px;
  }
}

.c-form__forgotten-password {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 56.24em) {
  .c-form__forgotten-password {
    left: 18px;
    bottom: 36px;
  }
}
@media (min-width: 56.25em) {
  .c-form__forgotten-password {
    left: 30px;
    bottom: 42px;
  }
}

.c-form__submit {
  text-align: right;
}
@media (max-width: 63.99em) {
  .c-form__submit {
    margin-bottom: 24px;
  }
}
@media (min-width: 64em) {
  .c-form__submit {
    margin-bottom: 28px;
  }
}

@media (max-width: 56.24em) {
  .c-form__submit .c-btn {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 56.25em) {
  .c-form__submit .c-btn {
    font-size: 16px;
    line-height: 21px;
  }
}

.c-form--dark {
  border-bottom: 1px solid transparent;
  background-color: #134393;
}
@media (max-width: 56.24em) {
  .c-form--dark {
    padding: 18px 18px 0;
  }
}
@media (min-width: 56.25em) {
  .c-form--dark {
    padding: 21px 30px 0;
  }
}

.c-form--dark .c-form__label,
.c-form--dark legend {
  color: #fff;
}

.c-form--dark .c-form__label--checkbox::before {
  border-color: #fff;
  background-color: #fff;
}

.c-form--dark input:focus,
.c-form--dark textarea:focus {
  outline-color: #fff;
}

.c-form--center {
  position: relative;
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.5);
}
@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-form--center {
    margin: 48px auto;
    max-width: 85%;
  }
}
@media (min-width: 56.25em) {
  .c-form--center {
    margin: 56px auto;
    width: 700px;
  }
}

@media (min-width: 56.25em) {
  .c-form--contact {
    margin-top: 49px;
  }
}

@media (max-width: 63.99em) {
  .c-form--contact .frm_fields_container {
    display: block;
  }
}

@media (min-width: 64em) {
  .c-form--contact .frm_fields_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.frm_message {
  border: 1px solid #134393;
  border-radius: 14px;
  text-align: center;
  background-color: rgba(19, 67, 147, 0.15);
}
@media (max-width: 56.24em) {
  .frm_message {
    margin-bottom: 18px;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .frm_message {
    margin-bottom: 21px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 21px;
  }
}

.frm_message p {
  margin-bottom: 0;
}

.c-favorite__svg {
  width: 17px;
  height: 18px;
}

.c-pagination {
  text-align: center;
}
@media (max-width: 56.24em) {
  .c-pagination {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-pagination {
    margin-top: 56px;
    font-size: 16px;
    line-height: 21px;
  }
}

.c-pagination__item {
  display: inline-block;
}
@media (max-width: 28.115em) {
  .c-pagination--short .c-pagination__item {
    display: block;
    margin-bottom: 12px;
  }
}

@media (min-width: 28.125em) {
  .c-pagination--short .c-pagination__item:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    background-color: #134393;
  }
}

.c-pagination__link {
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
  color: #ababab;
  text-decoration: none;
}
.c-pagination--short .c-pagination__link {
  color: #134393;
  text-decoration: underline;
}
.c-pagination__link:focus,
.c-pagination__link:hover,
.c-pagination__link:active {
  color: #134393;
  text-decoration: none;
}

.c-pagination__item [aria-current="page"] {
  font-weight: bold;
  color: #134393;
}

.c-pagination__link--img {
  display: inline-block;
  vertical-align: 1px;
  color: #134393;
}

.c-pagination__img:focus,
.c-pagination__img:hover,
.c-pagination__img:active {
  color: #ec1d3b;
}

.c-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-overlay__img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  transform: scale(0.95);
  transition: transform 0.3s;
}

.c-overlay:target {
  visibility: visible;
  outline: none;
  opacity: 1;
  cursor: default;
}

.c-overlay:target .c-overlay__img {
  transform: scale(1);
}

.c-aside {
  padding: 21px 30px;
  font-size: 15px;
  line-height: 21px;
  box-shadow: 10px 15px 20px rgba(60, 60, 59, 0.3);
  background-color: #ebebeb;
}

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

.c-toc__item {
  margin-bottom: 7px;
}

.c-toc__link {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  color: #3c3c3b;
}

.c-toc__link--is-active {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #ec1d3b;
}
.c-toc__link--is-active::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border: solid transparent;
  border-left-color: #ec1d3b;
  border-width: 5px;
}

.c-overview__item {
  margin-bottom: 30px;
  color: #fff;
  background-color: #134393;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}
@media (max-width: 56.24em) {
  .c-overview__item {
    padding: 12px 18px 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 56.25em) {
  .c-overview__item {
    padding: 14px 20px 35px;
  }
}

.c-overview__item--1 {
  background-image: url("../img/overview-1.jpg");
}

.c-overview__item--2 {
  background-image: url("../img/overview-2.jpg");
}

.c-overview__item--3 {
  background-image: url("../img/overview-3.jpg");
}

.c-overview__item--4 {
  background-image: url("../img/overview-4.jpg");
}

.c-overview__title {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  color: inherit;
}
.c-overview__title:focus,
.c-overview__title:hover,
.c-overview__title:active {
  text-decoration: none;
}
@media (max-width: 56.24em) {
  .c-overview__title {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 56.25em) {
  .c-overview__title {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 28px;
  }
}

.c-overview__link {
  display: block;
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
.c-overview__link:focus,
.c-overview__link:hover,
.c-overview__link:active {
  text-decoration: none;
}
@media (max-width: 56.24em) {
  .c-overview__link {
    margin-top: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-overview__link {
    margin-top: 21px;
  }
}

.c-splash {
  display: flex;
}
@media (max-width: 56.24em) {
  .c-splash {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-splash__content {
  color: #134393;
  background-color: #ebebeb;
}
@media (max-width: 56.24em) {
  .c-splash__content {
    order: 2;
    padding: 15px 18px 30px;
  }
}
@media (min-width: 56.25em) {
  .c-splash__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 30px;
    padding-left: 30px;
    width: calc(100% / 3);
  }
}

.c-splash__content strong {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.c-splash__baseline {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  line-height: 2;
}
@media (max-width: 56.24em) {
  .c-splash__baseline {
    order: 2;
    font-size: 15px;
  }
}
@media (min-width: 56.25em) {
  .c-splash__baseline {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 56.24em) {
  .c-splash__img {
    order: 1;
  }
}

.c-background {
  overflow: hidden;
  background-color: #ebebeb;
}

@media (min-width: 28.125em) {
  .c-arrival {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-arrival {
    flex-wrap: wrap;
  }
}

@media (min-width: 56.25em) {
  .c-arrival {
    margin-bottom: 42px;
  }
}

@media (max-width: 56.24em) {
  .c-arrival__item {
    margin-bottom: 36px;
  }
}

.c-arrival__link {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  color: #3c3c3b;
}
.c-arrival__link:focus .c-arrival__wrapper::after,
.c-arrival__link:hover .c-arrival__wrapper::after,
.c-arrival__link:active .c-arrival__wrapper::after {
  background-color: rgba(19, 67, 147, 0.5);
}
.c-arrival__link:focus .c-arrival__detail,
.c-arrival__link:hover .c-arrival__detail,
.c-arrival__link:active .c-arrival__detail {
  opacity: 1;
}

.c-arrival__title {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  order: 2;
  margin-bottom: 0;
  color: #3c3c3b;
}
@media (max-width: 56.24em) {
  .c-arrival__title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-arrival__title {
    font-size: 18px;
    line-height: 21px;
  }
}

.c-arrival__wrapper {
  position: relative;
}

@media (min-width: 56.25em) {
  .c-arrival__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.25s;
  }
}

.c-arrival__img {
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.3);
}

.c-arrival__detail {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  z-index: 1;
}
@media (max-width: 56.24em) {
  .c-arrival__detail {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #3c3c3b;
  }
}
@media (min-width: 56.25em) {
  .c-arrival__detail {
    bottom: 15px;
    right: 0;
    left: 15px;
    opacity: 0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    transition: opacity 0.25s;
  }
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

@media (max-width: 56.24em) {
  .c-carrousel__arrows {
    text-align: center;
  }
}

@media (min-width: 56.25em) {
  .c-carrousel__arrows {
    position: absolute;
    right: 0;
    top: 64px;
    text-align: right;
  }
}

.c-carrousel__arrow {
  color: #134393;
}
@media (max-width: 56.24em) {
  .c-carrousel__arrow {
    margin: 0 13px 18px;
    padding: 8px 16px;
  }
}
@media (min-width: 56.25em) {
  .c-carrousel__arrow {
    margin-left: 20px;
    padding: 5px 2em;
  }
}

.c-carrousel__svg {
  width: 8px;
  height: 15px;
}

.c-see-all {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  right: 0;
  text-decoration: underline;
}
.c-see-all:focus,
.c-see-all:hover,
.c-see-all:active {
  text-decoration: none;
}
@media (hover: none) {
  .c-see-all:hover {
    text-decoration: underline;
    outline: none;
  }
}
@media (max-width: 56.24em) {
  .c-see-all {
    top: 5px;
    font-size: 17px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-see-all {
    top: 6px;
    font-size: 20px;
    line-height: 21px;
  }
}

@media (max-width: 56.24em) {
  .c-product {
    margin-top: 36px;
  }
}

@media (min-width: 56.25em) {
  .c-product {
    display: flex;
    justify-content: space-between;
    margin: 42px 0;
  }
}

@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-product {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 64em) {
  .c-product {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.c-product__item {
  text-align: center;
}
@media (max-width: 56.24em) {
  .c-product__item {
    margin-bottom: 36px;
  }
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-product__item {
    width: calc((100% - 90px) / 3);
  }
}
@media (min-width: 64em) {
  .c-product__item {
    width: calc((100% - 180px) / 3);
  }
}

.c-product__header {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #134393;
}
@media (max-width: 56.24em) {
  .c-product__header {
    margin: 0 0 18px;
    padding: 12px 0;
    font-size: 17px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-product__header {
    margin: 0 0 21px;
    padding: 14px 0;
    font-size: 20px;
    line-height: 21px;
  }
}

@media (min-width: 56.25em) {
  .c-product__header--short {
    min-height: 70px;
    line-height: 42px;
  }
}

@media (min-width: 28.125em) {
  .c-product__links {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 28.115em) {
  .c-product__link {
    display: block;
    margin-bottom: 12px;
  }
}

@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-product__link {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 56.24em) {
  .c-product__link {
    padding: 5px 1em;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 56.25em) {
  .c-product__link {
    padding: 8px 1em;
    width: calc((100% - 10px) / 2);
    font-size: 16px;
    line-height: 18px;
  }
}

.c-highlight {
  text-align: center;
}
@media (min-width: 28.125em) {
  .c-highlight {
    display: flex;
  }
}
@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-highlight {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 56.25em) {
  .c-highlight {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}

@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-highlight__item {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 56.24em) {
  .c-highlight__item {
    margin-bottom: 24px;
  }
}

@media (min-width: 56.25em) {
  .c-highlight__item {
    width: calc((100% - 60px) / 3);
  }
}

.c-highlight__img {
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}

@media (max-width: 28.115em) {
  .c-color-chart {
    overflow: hidden;
  }
}

@media (min-width: 28.125em) {
  .c-color-chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 63.99em) {
  .c-color-chart {
    margin-bottom: 24px;
    padding: 0 18px;
  }
}

@media (min-width: 64em) {
  .c-color-chart {
    margin-bottom: 28px;
    padding: 0 30px;
  }
}

.c-color-chart--dark {
  background-color: #ebebeb;
}

.c-color-chart__item {
  position: relative;
}
@media (max-width: 28.115em) {
  .c-color-chart__item {
    margin-top: 30px;
  }
}
@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-color-chart__item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
  }
  .c-color-chart__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-color-chart__item {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
  }
  .c-color-chart__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .c-color-chart__item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .c-color-chart__item:nth-child(4n) {
    margin-right: 0;
  }
}

.c-color-chart__favorite {
  position: absolute;
  right: 0;
}
@media (max-width: 28.115em) {
  .c-color-chart__favorite {
    top: 3px;
  }
}
@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-color-chart__favorite {
    top: 21px;
  }
}
@media (min-width: 56.25em) {
  .c-color-chart__favorite {
    top: 26px;
  }
}

li.c-color-chart__origin {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #3c3c3b;
  padding-left: 0;
  color: #3c3c3b;
}
li.c-color-chart__origin::before {
  content: normal;
}
@media (max-width: 56.24em) {
  li.c-color-chart__origin {
    margin-bottom: 7px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  li.c-color-chart__origin {
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }
}

.c-color-chart__img {
  display: block;
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}
@media (max-width: 56.24em) {
  .c-color-chart__img {
    margin-bottom: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-color-chart__img {
    margin-bottom: 21px;
  }
}

.c-result {
  position: relative;
  border: 1px solid #134393;
}
@media (max-width: 56.24em) {
  .c-result {
    margin-bottom: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-result {
    margin-bottom: 21px;
  }
}

.c-result--favorite {
  border-color: transparent;
  background-color: #ebebeb;
}

.c-result__button {
  width: 100%;
  text-align: left;
}
.c-result__button:focus,
.c-result__button:hover,
.c-result__button:active {
  outline: none;
}
@media (max-width: 56.24em) {
  .c-result__button {
    border-bottom: 1px solid transparent;
    padding: 18px 18px 12px;
  }
}
@media (min-width: 56.25em) {
  .c-result__button {
    padding: 21px 30px 14px;
  }
}

.c-result__button[aria-expanded="false"] {
  color: #fff;
  background-color: #134393;
}
@media (max-width: 56.24em) {
  .c-result__button[aria-expanded="false"] {
    border-bottom: 1px solid transparent;
  }
}

.c-result__button[aria-expanded="true"] {
  color: #134393;
  background-color: transparent;
}
@media (max-width: 56.24em) {
  .c-result__button[aria-expanded="true"] {
    border-bottom-color: rgba(60, 60, 59, 0.3);
  }
}

.c-result__button[aria-expanded]::after {
  content: "";
  position: absolute;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url("../img/arrow.svg") 50% 50% / cover no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 56.24em) {
  .c-result__button[aria-expanded]::after {
    top: 27px;
    right: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-result__button[aria-expanded]::after {
    top: 32px;
    right: 32px;
  }
}

.c-result__button[aria-expanded="false"]::after {
  background-image: url("../img/sprite.svg#arrow-white");
}

.c-result__title.c-h4 {
  margin: 0;
}

.c-result__wrapper[aria-hidden="true"] {
  display: none;
}

.c-result__container {
  position: relative;
}
@media (max-width: 56.24em) {
  .c-result__container {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    padding-top: 12px;
  }
}
@media (min-width: 56.25em) {
  .c-result__container {
    margin: 0 30px;
    border-top: 1px solid #134393;
    padding: 35px 0 14px 330px;
  }
}

@media (max-width: 56.24em) {
  .c-result__container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #134393;
  }
}

@media (min-width: 56.25em) {
  .c-result__subtitle {
    margin-top: 0;
    border-top: 1px solid rgba(60, 60, 59, 0.75);
    padding-top: 14px;
  }
}

@media (max-width: 56.24em) {
  .c-result__link {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }
}

@media (min-width: 56.25em) {
  .c-result__link {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    width: 300px;
    height: 200px;
  }
}

.c-result__img {
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.3);
}
@media (min-width: 56.25em) {
  .c-result__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
  }
}

.c-result__action {
  position: absolute;
  right: 0;
}
@media (max-width: 56.24em) {
  .c-result__action {
    top: 24px;
  }
}
@media (min-width: 56.25em) {
  .c-result__action {
    top: 50px;
  }
}

.c-result__action-item {
  display: inline-block;
  margin-left: 4px;
}

.c-result__container:first-child {
  border-top-color: transparent;
}
@media (min-width: 56.25em) {
  .c-result__container:first-child {
    padding-top: 0;
  }
}
@media (max-width: 56.24em) {
  .c-result__container:first-child::before {
    content: normal;
  }
}

.c-result__container:first-child .c-result__link {
  top: 0;
}

@media (min-width: 56.25em) {
  .c-result__container:first-child .c-result__action {
    top: 14px;
  }
}

.c-error {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #134393;
}
@media (max-width: 56.24em) {
  .c-error {
    margin-bottom: 48px;
    font-size: 17px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-error {
    margin-bottom: 63px;
    font-size: 20px;
    line-height: 21px;
  }
}

.c-error--403 {
  color: #ec1d3b;
}

@media (max-width: 56.24em) {
  .c-error__img {
    max-width: 75%;
  }
}

@media (max-width: 56.24em) {
  .c-error__action {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 56.25em) {
  .c-error__action {
    font-size: 16px;
    line-height: 21px;
  }
}

a.c-error__link {
  font-weight: 300;
  color: inherit;
  text-decoration: underline;
}
a.c-error__link:focus,
a.c-error__link:hover,
a.c-error__link:active {
  text-decoration: none;
}

@media (max-width: 56.24em) {
  .c-partner {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
}

@media (min-width: 56.25em) {
  .c-partner {
    position: relative;
    margin-bottom: 56px;
  }
}

@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-partner {
    padding-left: calc(100% / 4 + 30px);
    overflow: hidden;
  }
}

@media (min-width: 64em) {
  .c-partner {
    padding-left: calc(100% / 3 + 30px);
  }
}

@media (min-width: 64em) and (max-width: 78.115em) {
  .c-partner {
    min-height: 335px;
  }
}

@media (min-width: 78.125em) {
  .c-partner {
    min-height: 400px;
  }
}

@media (min-width: 56.25em) {
  .c-partner__title {
    margin-top: -2px;
  }
}

.c-partner__url {
  color: inherit;
  font-weight: 300;
}

@media (max-width: 56.24em) {
  .c-partner__img {
    align-self: center;
  }
}

@media (min-width: 56.25em) {
  .c-partner__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-partner__img {
    max-width: calc(100% / 4);
  }
}

@media (min-width: 64em) {
  .c-partner__img {
    max-width: calc(100% / 3);
  }
}

.c-partner__item {
  text-align: center;
  vertical-align: top;
}
@media (max-width: 56.24em) {
  .c-partner__item {
    display: block;
    margin-bottom: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-partner__item {
    display: inline-block;
    margin-right: 27px;
  }
  .c-partner__item:last-child {
    margin-right: 0;
  }
}

.c-partner__link {
  display: block;
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-partner__link {
    width: 180px;
  }
}
@media (min-width: 64em) {
  .c-partner__link {
    width: 190px;
  }
}

.c-address__name {
  text-transform: uppercase;
}

.c-address__link {
  font-weight: normal;
  color: inherit;
}

.c-map {
  text-align: center;
}
@media (max-width: 28.115em) {
  .c-map {
    margin: 36px -18px 54px;
  }
}
@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-map {
    margin: 36px auto 54px;
  }
}

@media (max-width: 56.24em) {
  .c-event {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 56.24em) {
  .c-event__item {
    margin-bottom: 24px;
  }
}

@media (min-width: 56.25em) {
  .c-event__item {
    margin-bottom: 28px;
  }
}

.c-event__summary {
  text-align: left;
  background-color: #ebebeb;
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.3);
}
@media (max-width: 56.24em) {
  .c-event__summary {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56.25em) {
  .c-event__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 56.24em) {
  .c-event__summary {
    padding: 18px 0;
  }
}

.c-event__summary li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
.c-event__summary li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1em;
  border: solid transparent;
  border-left-color: #134393;
  border-width: 6px;
}

.c-event__summary strong,
.c-event__summary a {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  color: #134393;
}

.c-event__summary a {
  text-decoration: underline;
}
.c-event__summary a:focus,
.c-event__summary a:hover,
.c-event__summary a:active {
  text-decoration: none;
}

.u-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

@media (max-width: 28.115em) {
  .u-hidden--us {
    display: none;
  }
}

@media (min-width: 28.125em) {
  .u-hidden--fs {
    display: none;
  }
}

@media (max-width: 56.24em) {
  .u-hidden--um {
    display: none;
  }
}

@media (min-width: 56.25em) {
  .u-hidden--fm {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .u-hidden--ul {
    display: none;
  }
}

@media (min-width: 64em) {
  .u-hidden--fl {
    display: none;
  }
}

.u-block {
  display: block;
}

@media (min-width: 28.125em) {
  .u-block--fm {
    display: block;
  }
}

@media (min-width: 56.25em) {
  _:-ms-fullscreen .c-nav__sublist,
  :root .c-nav__sublist {
    top: 38px;
  }
  _:-ms-fullscreen .c-nav__link::after,
  :root .c-nav__link::after {
    bottom: -2px;
  }
}

.tns-item {
  margin-left: 0 !important;
}
