/*! 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.
 */
[dir] 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;
}
[dir] h1 {
  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.
 */
[dir] 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] { /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
[dir] abbr[title] {
  border-bottom: none;
}

/**
 * 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.
 */
[dir] 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 */ /* 2 */
}
[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  margin: 0;
}

/**
 * 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.
 */
[dir] button::-moz-focus-inner, [dir] [type=button]::-moz-focus-inner, [dir] [type=reset]::-moz-focus-inner, [dir] [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.
 */
[dir] 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 */ /* 3 */
  white-space: normal; /* 1 */
}
[dir] legend {
  padding: 0;
}

/**
 * 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 */ /* 2 */
}
[dir] [type=checkbox], [dir] [type=radio] {
  padding: 0;
}

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

/**
 * Removes Firefox focus ring
 */
select:-moz-focusring {
  color: transparent;
}
[dir] select:-moz-focusring {
  text-shadow: 0 0 0 #000;
}

[dir] select::-ms-value {
  background: none;
}

@keyframes custom-checkbox {
  from {
    stroke-dashoffset: 11.5rem;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.o-boxes__label-container {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.3rem;
}
.o-boxes__label-container--left {
  top: 0.3rem;
  left: 0;
  right: initial;
  align-items: flex-end;
}
.o-boxes__label-container--right {
  top: 0.3rem;
  right: 0;
  left: initial;
  align-items: flex-end;
}

.o-boxes__label {
  display: flex;
  height: 2rem;
  width: -webkit-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
}
.o-boxes__label--new {
  background: #4065BC;
}
.o-boxes__label--sale {
  background: #183884;
}
.o-boxes__label--promotion {
  background: #40843F;
}
.o-boxes__label--product-of-the-week {
  background: #CD0004;
}
.o-boxes__label--inventor {
  background: #465020;
}

.o-boxes__label-text {
  padding: 0.7rem;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15em;
}

.o-boxes__video-icon {
  display: flex;
  position: absolute;
  top: 70%;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
}
html {
  font-size: 10px;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}

body {
  font-size: 1.4rem;
  width: 100vw;
  overflow-x: hidden;
  min-width: 36rem;
  color: #2E353B;
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1311px) {
  body {
    width: 100vw;
  }
}
@media (min-width: 1920px) {
  body {
    width: 100%;
  }
}
body:has(dialog[data-modal=true][open], dialog[data-drawer=true][open]) {
  overflow: hidden;
}

h1, .o-h1 {
  font-size: 2.2rem;
  color: #CD0004;
  text-transform: uppercase;
}

h2, .o-h2 {
  font-size: 1.8rem;
  color: #CD0004;
  text-transform: uppercase;
}

[dir] h2, [dir] .o-h2 {
  margin: 1.25em 0 0.83em;
}

h3, .o-h3 {
  font-size: 1.8rem;
  color: #CD0004;
  text-transform: initial;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}

[dir] h3, [dir] .o-h3 {
  margin: 1.25em 0 0.83em;
}

h4, .o-h4 {
  font-size: 1.8rem;
  color: #2E353B;
}

[dir] h4, [dir] .o-h4 {
  margin: 1.25em 0 0.83em;
}

.o-semantic-only-header {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.9em;
  text-transform: initial;
  font-weight: 400;
}

[dir] .o-semantic-only-header {
  margin: 0;
}

[dir] li {
  margin-bottom: 1rem;
}

[dir=ltr] li {
  padding-left: 2rem;
}

[dir=rtl] li {
  padding-right: 2rem;
}

p {
  font-size: 1.4rem;
  line-height: 1.9em;
}

blockquote {
  display: grid;
  font-size: 2rem;
  line-height: 1.6em;
  font-style: italic;
}

[dir] blockquote {
  padding: 4rem 8rem;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

[dir] table {
  border-radius: 0.5rem;
}
th {
  padding: 1rem;
  border-top: 1px solid #6F7E8B;
  border-bottom: 1px solid #6F7E8B;
}

tr:nth-child(2n) {
  background-color: #F5F5F5;
}
[dir] td {
  padding: 1rem;
  text-align: center;
}

[dir] tbody {
  border-bottom: 0.1rem solid #B5B5B5;
}

[dir] button[disabled], [dir] select[disabled], [dir] input[disabled], [dir] textarea[disabled] {
  cursor: not-allowed;
}

button, select {
  color: inherit;
}

@supports (-webkit-touch-callout: none) {
  input:focus, textarea:focus {
    font-size: 1.6rem;
  }
}

a, .o-url {
  color: #183884;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

[dir] a, [dir] .o-url {
  cursor: pointer;
}

a[href^="tel:"] {
  unicode-bidi: plaintext;
}

ul ul {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.no-scroll {
  overflow: hidden;
}

[dir] .o-hr {
  margin: 4.5rem 0 3.5rem 0;
  border: none;
  border-top: 0.1rem solid #EBEBEB;
}

[dir] .o-body-container {
  padding: 0 1rem;
}
@media (min-width: 1280px) {
  .o-body-container {
    max-width: 128rem;
  }
  [dir] .o-body-container {
    margin: 0 auto;
    padding: initial;
  }
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .o-body-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .o-body-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.o-body-container--full {
  max-width: 100%;
}
[dir] .o-body-container--full {
  padding: 0;
}
@media (min-width: 1280px) {
  .o-body-container--padded {
    max-width: 100%;
    box-sizing: border-box;
  }
  [dir] .o-body-container--padded {
    margin: 0 auto;
    padding: initial;
  }
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .o-body-container--padded {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .o-body-container--padded {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1380px) {
  .o-body-container--padded {
    max-width: 138rem;
    box-sizing: border-box;
  }
  [dir] .o-body-container--padded {
    margin: 0 auto;
    padding: initial;
  }
  [dir=ltr] .o-body-container--padded {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  [dir=rtl] .o-body-container--padded {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

body .is-hidden {
  display: none;
}

.o-bordered {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

[dir] .o-bordered {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0.5rem;
}
[dir] .o-bordered--light {
  border-color: #FFF;
}
[dir] .o-bordered--dark {
  border-color: #2E353B;
}
@media (min-width: 1280px) {
  .o-bordered {
    height: unset;
  }
}

.o-icon {
  display: inline-block;
  fill: #2E353B;
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  .o-icon--small {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.o-icon--semi-medium {
  height: 2rem;
  width: 2rem;
}
.o-icon--medium {
  height: 2.5rem;
  width: 2.5rem;
}
.o-icon--large {
  height: 3rem;
  width: 3rem;
}

.o-button-focus:focus {
  outline: none;
}

[dir] .o-button-focus:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 59, 0.6);
}

.o-button {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-button {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
}

.o-button--small {
  font-size: 1.2rem;
}

[dir] .o-button--small {
  padding: 0.6rem;
  border-radius: 0.3rem;
}

.o-button--medium {
  font-size: 1.4rem;
}

[dir] .o-button--medium {
  padding: 1.2rem;
  border-radius: 0.5rem;
}

.o-button-filled--red {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--red {
  border: 0.1rem solid #CD0004;
  background-color: #CD0004;
}
.o-button-filled--red:focus {
  outline: none;
}
[dir] .o-button-filled--red:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
[dir] .o-button-filled--red:active {
  background-color: #9B0303;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-button-filled--red:hover {
    background-color: #9B0303;
  }
}
.o-button-filled--red:disabled {
  color: #FFF;
}
[dir] .o-button-filled--red:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--red {
  color: #CD0004;
  fill: #CD0004;
  stroke: #CD0004;
}

[dir] .o-button-empty--red {
  border: 1px solid #CD0004;
  background-color: transparent;
}
.o-button-empty--red:focus {
  outline: none;
}
[dir] .o-button-empty--red:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
.o-button-empty--red:active {
  color: #FFF;
}
[dir] .o-button-empty--red:active {
  background-color: #CD0004;
}
.o-button-empty--red:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--red:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--red:hover {
    background-color: #CD0004;
  }
  .o-button-empty--red:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--red:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--red:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--blue {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--blue {
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.o-button-filled--blue:focus {
  outline: none;
}
[dir] .o-button-filled--blue:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .o-button-filled--blue:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-button-filled--blue:hover {
    background-color: #061945;
  }
}
.o-button-filled--blue:disabled {
  color: #FFF;
}
[dir] .o-button-filled--blue:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--blue {
  color: #183884;
  fill: #183884;
  stroke: #183884;
}

[dir] .o-button-empty--blue {
  border: 1px solid #183884;
  background-color: transparent;
}
.o-button-empty--blue:focus {
  outline: none;
}
[dir] .o-button-empty--blue:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
.o-button-empty--blue:active {
  color: #FFF;
}
[dir] .o-button-empty--blue:active {
  background-color: #183884;
}
.o-button-empty--blue:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--blue:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--blue:hover {
    background-color: #183884;
  }
  .o-button-empty--blue:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--blue:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--blue:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--light-blue {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--light-blue {
  border: 0.1rem solid #6683c9;
  background-color: #6683c9;
}
.o-button-filled--light-blue:focus {
  outline: none;
}
[dir] .o-button-filled--light-blue:focus {
  box-shadow: 0 0 0 0.3rem rgba(102, 131, 201, 0.4);
}
.o-button-filled--light-blue:disabled {
  color: #FFF;
}
[dir] .o-button-filled--light-blue:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--light-blue {
  color: #6683c9;
  fill: #6683c9;
  stroke: #6683c9;
}

[dir] .o-button-empty--light-blue {
  border: 1px solid #6683c9;
  background-color: transparent;
}
.o-button-empty--light-blue:focus {
  outline: none;
}
[dir] .o-button-empty--light-blue:focus {
  box-shadow: 0 0 0 0.3rem rgba(102, 131, 201, 0.4);
}
.o-button-empty--light-blue:active {
  color: #FFF;
}
[dir] .o-button-empty--light-blue:active {
  background-color: #6683c9;
}
.o-button-empty--light-blue:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--light-blue:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--light-blue:hover {
    background-color: #6683c9;
  }
  .o-button-empty--light-blue:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--light-blue:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--light-blue:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--white {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--white {
  border: 0.1rem solid #FFF;
  background-color: #FFF;
}
.o-button-filled--white:focus {
  outline: none;
}
[dir] .o-button-filled--white:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.4);
}
.o-button-filled--white:disabled {
  color: #FFF;
}
[dir] .o-button-filled--white:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--white {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-empty--white {
  border: 1px solid #FFF;
  background-color: transparent;
}
.o-button-empty--white:focus {
  outline: none;
}
[dir] .o-button-empty--white:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.4);
}
.o-button-empty--white:active {
  color: #FFF;
}
[dir] .o-button-empty--white:active {
  background-color: #FFF;
}
.o-button-empty--white:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
.o-button-empty--white:active {
  color: #183884;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--white:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--white:hover {
    background-color: #FFF;
  }
  .o-button-empty--white:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
  .o-button-empty--white:hover {
    color: #183884;
  }
}
.o-button-empty--white:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--white:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--gray {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--gray {
  border: 0.1rem solid #545F69;
  background-color: #545F69;
}
.o-button-filled--gray:focus {
  outline: none;
}
[dir] .o-button-filled--gray:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
[dir] .o-button-filled--gray:active {
  background-color: #2E353B;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-button-filled--gray:hover {
    background-color: #2E353B;
  }
}
.o-button-filled--gray:disabled {
  color: #FFF;
}
[dir] .o-button-filled--gray:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--gray {
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .o-button-empty--gray {
  border: 1px solid #545F69;
  background-color: transparent;
}
.o-button-empty--gray:focus {
  outline: none;
}
[dir] .o-button-empty--gray:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.o-button-empty--gray:active {
  color: #FFF;
}
[dir] .o-button-empty--gray:active {
  background-color: #545F69;
}
.o-button-empty--gray:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--gray:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--gray:hover {
    background-color: #545F69;
  }
  .o-button-empty--gray:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--gray:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--gray:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--green {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--green {
  border: 0.1rem solid #40843F;
  background-color: #40843F;
}
.o-button-filled--green:focus {
  outline: none;
}
[dir] .o-button-filled--green:focus {
  box-shadow: 0 0 0 0.3rem rgba(64, 132, 63, 0.4);
}
.o-button-filled--green:disabled {
  color: #FFF;
}
[dir] .o-button-filled--green:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--green {
  color: #40843F;
  fill: #40843F;
  stroke: #40843F;
}

[dir] .o-button-empty--green {
  border: 1px solid #40843F;
  background-color: transparent;
}
.o-button-empty--green:focus {
  outline: none;
}
[dir] .o-button-empty--green:focus {
  box-shadow: 0 0 0 0.3rem rgba(64, 132, 63, 0.4);
}
.o-button-empty--green:active {
  color: #FFF;
}
[dir] .o-button-empty--green:active {
  background-color: #40843F;
}
.o-button-empty--green:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--green:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--green:hover {
    background-color: #40843F;
  }
  .o-button-empty--green:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--green:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--green:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--yellow {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--yellow {
  border: 0.1rem solid #FFC70E;
  background-color: #FFC70E;
}
.o-button-filled--yellow:focus {
  outline: none;
}
[dir] .o-button-filled--yellow:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 199, 14, 0.4);
}
.o-button-filled--yellow:disabled {
  color: #FFF;
}
[dir] .o-button-filled--yellow:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--yellow {
  color: #FFC70E;
  fill: #FFC70E;
  stroke: #FFC70E;
}

[dir] .o-button-empty--yellow {
  border: 1px solid #FFC70E;
  background-color: transparent;
}
.o-button-empty--yellow:focus {
  outline: none;
}
[dir] .o-button-empty--yellow:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 199, 14, 0.4);
}
.o-button-empty--yellow:active {
  color: #FFF;
}
[dir] .o-button-empty--yellow:active {
  background-color: #FFC70E;
}
.o-button-empty--yellow:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--yellow:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--yellow:hover {
    background-color: #FFC70E;
  }
  .o-button-empty--yellow:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--yellow:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--yellow:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--middle-gray {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--middle-gray {
  border: 0.1rem solid #B5B5B5;
  background-color: #B5B5B5;
}
.o-button-filled--middle-gray:focus {
  outline: none;
}
[dir] .o-button-filled--middle-gray:focus {
  box-shadow: 0 0 0 0.3rem rgba(181, 181, 181, 0.4);
}
[dir] .o-button-filled--middle-gray:active {
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-button-filled--middle-gray:hover {
    cursor: not-allowed;
  }
}
.o-button-filled--middle-gray:disabled {
  color: #FFF;
}
[dir] .o-button-filled--middle-gray:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--middle-gray {
  color: #B5B5B5;
  fill: #B5B5B5;
  stroke: #B5B5B5;
}

[dir] .o-button-empty--middle-gray {
  border: 1px solid #B5B5B5;
  background-color: transparent;
}
.o-button-empty--middle-gray:focus {
  outline: none;
}
[dir] .o-button-empty--middle-gray:focus {
  box-shadow: 0 0 0 0.3rem rgba(181, 181, 181, 0.4);
}
.o-button-empty--middle-gray:active {
  color: #FFF;
}
[dir] .o-button-empty--middle-gray:active {
  background-color: #B5B5B5;
}
.o-button-empty--middle-gray:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
.o-button-empty--middle-gray:active {
  color: #B5B5B5;
}
[dir] .o-button-empty--middle-gray:active {
  cursor: not-allowed;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--middle-gray:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--middle-gray:hover {
    background-color: #B5B5B5;
  }
  .o-button-empty--middle-gray:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
  .o-button-empty--middle-gray:hover {
    color: #B5B5B5;
  }
  [dir] .o-button-empty--middle-gray:hover {
    cursor: not-allowed;
    background-color: transparent;
  }
}
.o-button-empty--middle-gray:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--middle-gray:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--transparent {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--transparent {
  border: 0.1rem solid transparent;
  background-color: transparent;
}
.o-button-filled--transparent:focus {
  outline: none;
}
[dir] .o-button-filled--transparent:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.4);
}
[dir] .o-button-filled--transparent {
  border: 0.1rem solid #FFF;
}
.o-button-filled--transparent:active {
  color: #183884;
}
[dir] .o-button-filled--transparent:active {
  background-color: #FFF;
  border-color: #183884;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-filled--transparent:hover {
    color: #183884;
  }
  [dir] .o-button-filled--transparent:hover {
    background-color: #FFF;
    border-color: #183884;
  }
}
.o-button-filled--transparent:disabled {
  color: #FFF;
}
[dir] .o-button-filled--transparent:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--transparent {
  color: transparent;
  fill: transparent;
  stroke: transparent;
}

[dir] .o-button-empty--transparent {
  border: 1px solid transparent;
  background-color: transparent;
}
.o-button-empty--transparent:focus {
  outline: none;
}
[dir] .o-button-empty--transparent:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.4);
}
.o-button-empty--transparent:active {
  color: #FFF;
}
[dir] .o-button-empty--transparent:active {
  background-color: transparent;
}
.o-button-empty--transparent:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--transparent:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--transparent:hover {
    background-color: transparent;
  }
  .o-button-empty--transparent:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--transparent:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--transparent:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-filled--violet {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .o-button-filled--violet {
  border: 0.1rem solid #6A2FBF;
  background-color: #6A2FBF;
}
.o-button-filled--violet:focus {
  outline: none;
}
[dir] .o-button-filled--violet:focus {
  box-shadow: 0 0 0 0.3rem rgba(106, 47, 191, 0.4);
}
[dir] .o-button-filled--violet:active {
  background-color: #542A88;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-button-filled--violet:hover {
    background-color: #542A88;
  }
}
.o-button-filled--violet:disabled {
  color: #FFF;
}
[dir] .o-button-filled--violet:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-button-empty--violet {
  color: #6A2FBF;
  fill: #6A2FBF;
  stroke: #6A2FBF;
}

[dir] .o-button-empty--violet {
  border: 1px solid #6A2FBF;
  background-color: transparent;
}
.o-button-empty--violet:focus {
  outline: none;
}
[dir] .o-button-empty--violet:focus {
  box-shadow: 0 0 0 0.3rem rgba(106, 47, 191, 0.4);
}
.o-button-empty--violet:active {
  color: #FFF;
}
[dir] .o-button-empty--violet:active {
  background-color: #6A2FBF;
}
.o-button-empty--violet:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .o-button-empty--violet:hover {
    color: #FFF;
  }
  [dir] .o-button-empty--violet:hover {
    background-color: #6A2FBF;
  }
  .o-button-empty--violet:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.o-button-empty--violet:disabled {
  color: #6F7E8B;
}
[dir] .o-button-empty--violet:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.o-custom-checkbox__container {
  position: relative;
}

.o-custom-checkbox__default {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

[dir] .o-custom-checkbox__default {
  padding: 0;
  border: 0;
}

.o-custom-checkbox__default:focus-visible + .o-custom-checkbox__label:before {
  outline: 0.4rem double #666666;
}

[dir] .o-custom-checkbox__default:checked + .o-custom-checkbox__label:before {
  background: #183884;
  border-color: #183884;
}
[dir] .o-custom-checkbox__default:checked + .o-custom-checkbox__label--disabled:before {
  background: #EBEBEB;
  border-color: #B5B5B5;
}
.o-custom-checkbox__default:checked + .o-custom-checkbox__label .o-custom-checkbox__svg-path {
  stroke: #FFF;
  stroke-dashoffset: 0;
}
[dir=ltr] .o-custom-checkbox__default:checked + .o-custom-checkbox__label .o-custom-checkbox__svg-path {
  animation: custom-checkbox 0.3s linear;
}
[dir=rtl] .o-custom-checkbox__default:checked + .o-custom-checkbox__label .o-custom-checkbox__svg-path {
  animation: custom-checkbox 0.3s linear;
}

.o-custom-checkbox__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
}

[dir] .o-custom-checkbox__label {
  cursor: pointer;
  margin-bottom: 0;
}
.o-custom-checkbox__label:before {
  flex-shrink: 0;
  height: 2.2rem;
  min-width: 2.2rem;
  content: "";
  box-sizing: border-box;
}
[dir] .o-custom-checkbox__label:before {
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.3rem;
  background-color: #FFF;
}
[dir=ltr] .o-custom-checkbox__label:before {
  animation: custom-checkbox 0.3s linear;
}
[dir=rtl] .o-custom-checkbox__label:before {
  animation: custom-checkbox 0.3s linear;
}
.o-custom-checkbox__label--disabled {
  color: #545F69;
}
[dir] .o-custom-checkbox__label--disabled {
  cursor: default;
}
[dir] .o-custom-checkbox__label--disabled:before {
  background: #EBEBEB;
  border-color: #B5B5B5;
}

.o-custom-checkbox__svg {
  position: absolute;
  height: auto;
  width: 1.4rem;
}

[dir=ltr] .o-custom-checkbox__svg {
  left: 0.4rem;
}

[dir=rtl] .o-custom-checkbox__svg {
  right: 0.4rem;
}

.o-custom-checkbox__svg-path {
  stroke-dashoffset: 11.5rem;
  stroke-dasharray: 11.5rem;
}

.o-custom-checkbox__text {
  display: inline-block;
  word-break: break-word;
}

[dir=ltr] .o-custom-checkbox__text {
  margin-left: 1rem;
}

[dir=rtl] .o-custom-checkbox__text {
  margin-right: 1rem;
}

[dir] .o-arrow-left {
  transition-duration: 0.5s;
}

[dir=ltr] .o-arrow-left {
  transform: rotate(90deg);
}

[dir=rtl] .o-arrow-left {
  transform: rotate(-90deg);
}

[dir] .o-arrow-up {
  transition-duration: 0.5s;
}

[dir=ltr] .o-arrow-up {
  transform: rotate(180deg);
}

[dir=rtl] .o-arrow-up {
  transform: rotate(-180deg);
}

[dir] .o-arrow-right {
  transition-duration: 0.5s;
}

[dir=ltr] .o-arrow-right {
  transform: rotate(270deg);
}

[dir=rtl] .o-arrow-right {
  transform: rotate(-270deg);
}

.o-pagination__list {
  display: flex;
  width: 100%;
  max-width: 36rem;
  box-sizing: border-box;
}

[dir] .o-pagination__list {
  margin: 0 auto;
  padding: 0;
  border: 1px solid #183884;
  border-radius: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .o-pagination__list {
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

.o-pagination__list-item {
  display: inline-block;
  list-style: none;
}

[dir] .o-pagination__list-item {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .o-pagination__list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
}

.o-pagination__number {
  display: block;
  color: #4B4B4B;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.3s;
}

[dir] .o-pagination__number {
  padding: 1rem 0.2rem;
}

[dir=ltr] .o-pagination__number {
  border-right: 1px solid #183884;
}

[dir=rtl] .o-pagination__number {
  border-left: 1px solid #183884;
}
@media (min-width: 768px) {
  [dir] .o-pagination__number {
    padding: 1rem 1.5rem;
  }
}
[dir] .o-pagination__number:hover {
  background-color: rgba(21, 56, 136, 0.22);
}
.o-pagination__number.active {
  color: #FFF;
}
[dir] .o-pagination__number.active {
  background-color: #183884;
}
.o-pagination__number--disabled {
  pointer-events: none;
}
[dir] .o-pagination__number--disabled {
  cursor: default;
}
[dir] .o-pagination__number--disabled:hover {
  background-color: unset;
}
[dir=ltr] .o-pagination__number__last {
  border-right: none;
}
[dir=rtl] .o-pagination__number__last {
  border-left: none;
}

.o-pagination__arrows {
  width: 1rem;
  height: 1rem;
  fill: #4B4B4B;
}
.o-pagination__arrows--disabled {
  fill: #B5B5B5;
}

.o-two-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(min-content, max-content);
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  color: #2E353B;
}

[dir] .o-two-column {
  padding: 1.5rem 0;
}
@media (min-width: 1280px) {
  .o-two-column {
    grid-template-columns: 22rem 1fr;
  }
}
@media (min-width: 1280px) {
  .o-two-column__sidebar-container {
    display: grid;
    grid-row: 1/3;
    /* autoprefixer: ignore next */
    align-items: start;
  }
}
.o-two-column__content-container {
  width: 100%;
}
[dir=ltr] .o-two-column__content-container {
  float: left;
}
[dir=rtl] .o-two-column__content-container {
  float: right;
}
.o-two-column__content-container > .o-two-column__tab-pane {
  display: block;
}
@media (min-width: 1280px) {
  .o-two-column__content-container > .o-two-column__tab-pane {
    display: none;
  }
}
.o-two-column__content-container > .o-two-column__tab-pane.active {
  display: block;
}
.o-two-column__content-container > .active {
  display: block;
}

.o-content-page__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  color: #2E353B;
}

[dir] .o-content-page__container {
  margin-bottom: 3rem;
}
@media (min-width: 1280px) {
  .o-content-page__container {
    grid-template-columns: 22rem 1fr;
    grid-template-rows: 1fr;
    column-gap: 2rem;
  }
}

.o-content-page__sidebar-container {
  display: none;
}
@media (min-width: 1280px) {
  .o-content-page__sidebar-container {
    display: grid;
    height: 100%;
  }
}

.o-content-page__sidebar {
  display: grid;
  grid-row: 1;
  width: 22rem;
  align-self: baseline;
}

[dir] .o-content-page__sidebar {
  background: #FFF;
  border: 1px solid #B5B5B5;
  border-radius: 0.5rem;
}

[dir] .o-content-page__share {
  margin-top: 5rem;
}

.o-content-page__link {
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-content-page__link {
  padding: 2rem;
  cursor: pointer;
  border-radius: 0.4rem;
}
.o-content-page__link--back {
  color: #FFF;
  font-weight: 700;
}
[dir] .o-content-page__link--back {
  background-color: #183884;
}
.o-content-page__link--back .o-icon {
  fill: #FFF;
}
[dir] .o-content-page__link:not(:last-child) {
  border-bottom: 0.1rem solid #B5B5B5;
}

.o-default__accordion {
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
}

[dir] .o-default__accordion {
  padding: 0 2rem;
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
}
[dir] .o-default__accordion--open {
  background-color: #F5F5F5;
}

.o-default__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  font-weight: 700;
}

[dir] .o-default__accordion-header {
  cursor: pointer;
}
.o-default__accordion-header .o-icon {
  fill: #2E353B;
  height: 1.5rem;
  width: 1.5rem;
}

.o-default__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.o-default__quote-content {
  font-size: 2rem;
  line-height: 1.6em;
  font-style: italic;
}

.o-default__quote-author {
  justify-self: end;
  font-size: 1.2rem;
}

[dir] .o-default__quote-author {
  padding-top: 2rem;
}

.o-default-gallery__title {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Arial", sans-serif;
}

[dir] .o-default-gallery__title {
  padding-bottom: 1rem;
}

.o-default-gallery__overview-photo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-height: 52rem;
}

[dir] .o-default-gallery__overview-photo-container {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}

.o-default-gallery__overview-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.6rem);
  min-height: 6.4rem;
  color: #FFF;
}

[dir] .o-default-gallery__overview-text-container {
  padding: 0 1.3rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.o-default-gallery__overview-text {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}

.o-default-gallery__overview-text--title {
  font-weight: bold;
  min-height: 2.4rem;
}

.o-default-gallery__overview-text--description {
  min-height: 3.8rem;
}

[dir] .o-default-gallery__overview-text--description {
  padding-bottom: 0.5rem;
}

.o-form__group {
  display: flex;
  flex-direction: column;
  position: relative;
}

[dir] .o-form__group {
  margin-top: 2rem;
}

.o-form__label {
  position: absolute;
  top: 1.5rem;
  width: auto;
  pointer-events: none;
  transition: 0.3s ease all;
}

[dir] .o-form__label {
  padding: 0 1rem;
  background-color: transparent;
}

[dir] .o-form__element {
  background-color: #F5F5F5;
  border-top: none;
  border-bottom: 1px solid #B5B5B5;
}

[dir=ltr] .o-form__element {
  border-right: none;
  border-left: none;
}

[dir=rtl] .o-form__element {
  border-left: none;
  border-right: none;
}
.o-form__element:focus {
  outline: none;
}
[dir] .o-form__element:focus {
  border-bottom: 1px solid #183884;
  box-shadow: none;
}
.o-form__element:focus + .o-form__label {
  top: 1.7rem;
  font-size: 12px;
  color: #183884;
}

.o-form__input {
  height: 5rem;
}

[dir] .o-form__input {
  padding: 0 1rem;
}
[dir] .o-form__input:-webkit-autofill {
  padding-top: 1.5rem;
}
.o-form__input:-webkit-autofill ~ .o-form__input-name {
  font-weight: 700;
  font-size: 1.1rem;
  top: 0;
}
.o-form__input::-ms-reveal {
  display: none;
}

.o-form__select {
  height: 5rem;
}

[dir] .o-form__select {
  padding: 0 1rem;
}

.o-form__textarea {
  height: 15rem;
}

[dir] .o-form__textarea {
  padding: 1.5rem 1rem 1rem 1rem;
}
[dir] .o-form__textarea::-webkit-input-placeholder {
  padding-top: 3rem;
}

.o-form__term {
  font-size: 12px;
}

.o-custom__radio-buttons [type=radio]:checked,
.o-custom__radio-buttons [type=radio]:not(:checked) {
  position: absolute;
}

[dir=ltr] .o-custom__radio-buttons [type=radio]:checked, [dir=ltr] .o-custom__radio-buttons [type=radio]:not(:checked) {
  left: -9999px;
}

[dir=rtl] .o-custom__radio-buttons [type=radio]:checked, [dir=rtl] .o-custom__radio-buttons [type=radio]:not(:checked) {
  right: -9999px;
}
.o-custom__radio-buttons [type=radio]:checked + label,
.o-custom__radio-buttons [type=radio]:not(:checked) + label {
  position: relative;
  line-height: 1.9em;
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
}
[dir] .o-custom__radio-buttons [type=radio]:checked + label, [dir] .o-custom__radio-buttons [type=radio]:not(:checked) + label {
  cursor: pointer;
}
[dir=ltr] .o-custom__radio-buttons [type=radio]:checked + label, [dir=ltr] .o-custom__radio-buttons [type=radio]:not(:checked) + label {
  padding-left: 3.5rem;
}
[dir=rtl] .o-custom__radio-buttons [type=radio]:checked + label, [dir=rtl] .o-custom__radio-buttons [type=radio]:not(:checked) + label {
  padding-right: 3.5rem;
}
.o-custom__radio-buttons [type=radio]:checked + label:before,
.o-custom__radio-buttons [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.15rem);
  width: 2.3rem;
  height: 2.3rem;
  box-sizing: content-box;
}
[dir] .o-custom__radio-buttons [type=radio]:checked + label:before, [dir] .o-custom__radio-buttons [type=radio]:not(:checked) + label:before {
  border: 1px solid #B5B5B5;
  border-radius: 100%;
  background: #fff;
}
[dir=ltr] .o-custom__radio-buttons [type=radio]:checked + label:before, [dir=ltr] .o-custom__radio-buttons [type=radio]:not(:checked) + label:before {
  left: 0;
}
[dir=rtl] .o-custom__radio-buttons [type=radio]:checked + label:before, [dir=rtl] .o-custom__radio-buttons [type=radio]:not(:checked) + label:before {
  right: 0;
}
.o-custom__radio-buttons [type=radio]:checked + label:after,
.o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: calc(50% - 0.75rem);
  box-sizing: content-box;
  transition: all 0.2s ease;
}
[dir] .o-custom__radio-buttons [type=radio]:checked + label:after, [dir] .o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  background: #183884;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
}
[dir=ltr] .o-custom__radio-buttons [type=radio]:checked + label:after, [dir=ltr] .o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  left: 0.4rem;
}
[dir=rtl] .o-custom__radio-buttons [type=radio]:checked + label:after, [dir=rtl] .o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  right: 0.4rem;
}
.o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
}
[dir] .o-custom__radio-buttons [type=radio]:not(:checked) + label:after {
  transform: scale(0);
}
.o-custom__radio-buttons [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
}
[dir] .o-custom__radio-buttons [type=radio]:checked + label:after {
  transform: scale(1);
}
.o-custom__radio-buttons [type=radio]:focus + label:before {
  outline: auto;
}
[dir] .o-custom__radio-buttons--error {
  border-bottom: 0.2rem solid #CD0004;
}

.o-unavailable-photo--grey {
  fill: #D6D6D6;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

[dir] .o-unavailable-photo--grey {
  background: white;
  padding: 0.5rem;
}

.o-news__date {
  color: #4B5B69;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

[dir] .o-news__date {
  margin-bottom: 0.5rem;
}

.o-news__date-info {
  display: flex;
  gap: 0.5rem;
}

.o-content-page__content-container {
  display: grid;
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 1280px) {
  .o-content-page__content-container {
    grid-template-columns: 78rem 24rem;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
  }
}
.o-content-page__content-container li {
  line-height: 1.6em;
}

[dir] .o-content-page__header {
  margin-top: 1rem;
}
[dir] .o-content-page__header .o-content-page__header-title {
  margin: 0;
}
[dir] .o-content-page__header .o-news__date {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .o-content-page__header {
    grid-column: 1/2;
    grid-row: 1;
  }
}

@media (min-width: 1280px) {
  .o-content-page__content {
    grid-row: 2;
  }
}

.o-content-page__right-column {
  grid-row: 2;
}

[dir] .o-content-page__right-column {
  text-align: center;
}
@media (min-width: 1280px) {
  .o-content-page__right-column {
    grid-row: 2;
  }
}

.o-content-page__right-column-image {
  display: none;
}
@media (min-width: 1280px) {
  .o-content-page__right-column-image {
    display: block;
    width: 100%;
    max-width: 24rem;
  }
}

.o-content-page__mobile-image {
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  .o-content-page__mobile-image {
    display: none;
  }
}

.o-article__download {
  display: grid;
  grid-template-columns: auto 20rem auto;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 1rem;
  gap: 1rem;
}

[dir] .o-article__download {
  padding: 2.5rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #F5F5F5;
}
@media (max-width: 768px) {
  .o-article__download {
    display: flex;
    flex-wrap: wrap;
  }
}
.o-article__download span:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E353B;
}

.o-article__download-buttons {
  display: flex;
  gap: 1rem;
}
.o-article__download-buttons a, .o-article__download-buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 10rem;
  font-size: 1.4rem;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #4B4B4B;
  overflow: hidden;
}
[dir] .o-article__download-buttons a, [dir] .o-article__download-buttons button {
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  background-color: transparent;
  border: 1px solid #B5B5B5;
  border-radius: 0.5rem;
}

.o-page {
  box-sizing: border-box;
  overflow: hidden;
}

[dir] .o-page {
  margin: 0 auto;
  margin-bottom: 1rem;
  border: 0.1rem solid #666666;
  background: #FFF;
}

[dir=ltr] .o-page {
  text-align: left;
  box-shadow: 0.3rem 0.3rem 0.3rem #666666;
}

[dir=rtl] .o-page {
  text-align: right;
  box-shadow: -0.3rem 0.3rem 0.3rem #666666;
}

.o-page__size--a4 {
  width: 210mm;
  height: 297mm;
}

[dir] .o-page__size--a4 {
  padding: 20mm;
}

.admin-box, .office-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

[dir] .admin-box, [dir] .office-box {
  padding: 2rem;
}
.admin-box__label-container, .office-box__label-container {
  min-width: 28rem;
}
.admin-box__btn-container, .office-box__btn-container {
  width: 100%;
}
[dir] .admin-box__btn-container, [dir] .office-box__btn-container {
  margin-top: 2rem;
}
.admin-box__btn-container > button, .office-box__btn-container > button {
  width: 100%;
}

[dir] .new-office-login-container {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #F5F5F5;
}

.new-office-login {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

[dir] .new-office-login {
  margin-bottom: 1.5rem;
}

[data-tooltip-modal-content] {
  display: none;
}

[dir] .c-cookiebot-table__declaration-intro, [dir] .c-cookiebot-table__declaration-dialog-text, [dir] .c-cookiebot-table__declaration-last-updated {
  margin: 0 0 1.4rem 0;
}

.c-cookiebot-table__declaration-type {
  display: block;
  vertical-align: top;
}

[dir] .c-cookiebot-table__declaration-type {
  margin: 1.2rem 0;
  border-radius: 0.3rem;
}

.c-cookiebot-table__declaration-type-header {
  font-size: 1.8rem;
  color: #2E353B;
}

[dir] .c-cookiebot-table__declaration-type-header {
  margin: 1.25em 0 0.83em;
}

[dir] .c-cookiebot-table__declaration-type-description {
  margin: 0.2rem 0 1.6rem 0;
}

.c-cookiebot-table__declaration-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
  font: inherit;
  vertical-align: baseline;
}

[dir] .c-cookiebot-table__declaration-table {
  margin: 0 0 1.8rem 0;
  padding: 0;
  border: 0;
}

.c-cookiebot-table__declaration-table-header {
  font-weight: bold;
  overflow: hidden;
}

[dir] .c-cookiebot-table__declaration-table-header {
  border-bottom: 1px solid #6F7E8B;
  padding: 1rem;
}

[dir=ltr] .c-cookiebot-table__declaration-table-header {
  text-align: left;
}

[dir=rtl] .c-cookiebot-table__declaration-table-header {
  text-align: right;
}

[dir=ltr] .c-cookiebot-table__declaration-table-header:first-child {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

[dir=rtl] .c-cookiebot-table__declaration-table-header:first-child {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

[dir=ltr] .c-cookiebot-table__declaration-table-header:last-child {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

[dir=rtl] .c-cookiebot-table__declaration-table-header:last-child {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.c-cookiebot-table__declaration-table-header[dir=rtl] {
  text-align: right;
}

.c-cookiebot-table__declaration-table-cell {
  text-overflow: ellipsis;
  word-wrap: break-word;
  vertical-align: inherit;
}

[dir] .c-cookiebot-table__declaration-table-cell {
  padding: 1rem;
}

[dir=ltr] .c-cookiebot-table__declaration-table-cell {
  text-align: left;
}

[dir=rtl] .c-cookiebot-table__declaration-table-cell {
  text-align: right;
}

@media (max-width: 768px) {
  .c-cookiebot-table__declaration table.c-cookiebot-table__declaration-table tr td:nth-child(n+5),
  .c-cookiebot-table__declaration table.c-cookiebot-table__declaration-table tr th:nth-child(n+5),
  .c-cookiebot-table__declaration table.c-cookiebot-table__declaration-table colgroup col:nth-child(n+5) {
    display: none;
  }
}

/* example of use

  // position of each element is defined relative to parent container (from 0 0 to 100% 100%)
  $someElements: (
    (width: 50%, height: 3rem, position: 0 0),
    (width: 4rem, height: 4rem, position: 0 12rem),
    (width: calc(100% - 6rem), height: 4rem, position: 100% 12rem)
  );

  .container {
    @include skeletonPlaceholder.placeholder($someElements);
  }
*/
@keyframes skeleton-opacity {
  to {
    opacity: 0.5;
  }
}
.c-tme-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  flex-wrap: wrap;
}
[dir] .c-tme-info {
  margin-top: 3rem;
  padding: 4rem 8rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .c-tme-info {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}

.cs-section-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media (min-width: 1280px) {
  .cs-section-2 {
    column-gap: 1rem;
  }
}
.cs-section-2.cs-force-one-row {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}

@media (max-width: 1280px) {
  .cs-section-item-span-1 .span-mobile-line {
    display: inline-block;
    line-height: 1.4em;
  }
  [dir] .cs-section-item-span-1 .span-mobile-line {
    margin: 0.3rem 0;
  }
}

.cs-responsive {
  display: block;
}
@media (max-width: 768px) {
  .cs-responsive {
    width: auto !important;
  }
}

[dir] .cs-table-responsive__no-stripes tr {
  background: none;
}

[dir] .cs-table-responsive__cell-borders td {
  border: 0.1rem solid #D6D6D6;
}

.o-responsive-table-container {
  position: relative;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  .o-responsive-table-container {
    max-width: 100%;
  }
}

.cs-section-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cs-section-3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
  }
  .cs-section-3 .cs-section-item-span-2 {
    grid-column: span 2;
  }
}
.cs-section-3.cs-force-one-row {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}
.cs-section-3.cs-force-one-row .cs-section-item-span-2 {
  grid-column: span 2;
}

.cs-section-4 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cs-section-4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
  .cs-section-4 .cs-section-item-span-2 {
    grid-column: span 2;
  }
  .cs-section-4 .cs-section-item-span-2:nth-child(2) {
    grid-row: 1;
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .cs-section-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cs-section-4 .cs-section-item-span-2 {
    grid-column: span 2;
  }
  .cs-section-4 .cs-section-item-span-2:nth-child(2) {
    grid-row: auto;
  }
  .cs-section-4 .cs-section-item-span-3 {
    grid-column: span 3;
  }
}
.cs-section-4.cs-force-one-row {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
}
.cs-section-4.cs-force-one-row .cs-section-item-span-2 {
  grid-column: span 2;
}
.cs-section-4.cs-force-one-row .cs-section-item-span-3 {
  grid-column: span 3;
}

[dir] .cs-section-item__text-header p {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  [dir] .cs-section-item__text-header p {
    margin: 1.4rem 0;
  }
}

[dir] .cs-section-2:first-child .cs-section-item__text-header p {
  margin: 1.4rem 0;
}

.cs-section-gap-large {
  column-gap: 4rem;
  row-gap: 4rem;
}

[dir] .cs-section__background--grey {
  padding: 2rem;
  background-color: #F5F5F5;
}

[dir] .cs-section__background--blue {
  padding: 2rem;
  background-color: #183884;
}

[dir] .cs-section__background--red {
  padding: 2rem;
  background-color: #CD0004;
}

[dir] .cs-section__background--black {
  padding: 2rem;
  background-color: #2E353B;
}

[dir] .cs-section__background--white {
  padding: 2rem;
  background-color: #FFF;
}

[dir] .cs-section__background--light-grey {
  padding: 2rem;
  background-color: #B5B5B5;
}

[dir] .cs-section__background--dark-grey {
  padding: 2rem;
  background-color: #5A5A5A;
}

[dir] .cs-section__background--blue-light {
  padding: 2rem;
  background-color: #4065BC;
}

[dir] .cs-section__background--blue-dark {
  padding: 2rem;
  background-color: #061945;
}

[dir] .cs-section__background--red-dark {
  padding: 2rem;
  background-color: #9B0303;
}

[dir] .cs-section__background--green {
  padding: 2rem;
  background-color: #40843F;
}

[dir] .cs-section__background--yellow {
  padding: 2rem;
  background-color: #FFC70E;
}

[dir] .cs-section__background--silver {
  padding: 2rem;
  background-color: #D6E1E5;
}

[dir] .cs-section__background--dark-green {
  padding: 2rem;
  background-color: #234D22;
}

[dir] .cs-section__background--orange {
  padding: 2rem;
  background-color: #E45A08;
}

[dir] .cs-section__background--brown {
  padding: 2rem;
  background-color: #5C4033;
}

[dir] .cs-section__background--purple {
  padding: 2rem;
  background-color: #6A2FBF;
}

.cs-primary {
  color: #183884;
}

.cs-secondary {
  color: #4B4B4B;
}

.cs-success {
  color: #40843F;
}

.cs-danger {
  color: #CD0004;
}

.cs-warning {
  color: #FFC70E;
}

.cs-info {
  color: #6683c9;
}

[dir=ltr] .cs-float-left {
  float: left;
  margin: 1rem 1rem 1rem 0;
  text-align: left;
}

[dir=rtl] .cs-float-left {
  float: right;
  margin: 1rem 0 1rem 1rem;
  text-align: right;
}
@media (max-width: 768px) {
  .cs-float-left {
    width: 100%;
  }
}

[dir=ltr] .cs-float-right {
  float: right;
  margin: 1rem 0 1rem 1rem;
  text-align: right;
}

[dir=rtl] .cs-float-right {
  float: left;
  margin: 1rem 1rem 1rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cs-float-right {
    width: 100%;
  }
}

.cs-center {
  display: inline-block;
  width: 100%;
}

[dir] .cs-center {
  text-align: center;
}

.cs-image-description {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  line-height: 1.6em;
}

.o-content-page__content {
  position: relative;
}
.o-content-page__content img {
  max-width: 100%;
  max-height: 100%;
}
.o-content-page__content .cs-lead-articles {
  font-size: 1.6rem;
  line-height: 1.9em;
  font-weight: bold;
}
[dir] .o-content-page__content .cs-lead-articles {
  margin: 1.25em 0 0.83em;
}
.o-content-page__content pre {
  max-width: 100%;
}
[dir] .o-content-page__content pre {
  background-color: #F5F5F5;
  padding: 0.5rem;
}
.o-content-page__content code {
  width: calc(100vw - 3rem);
  /* width */
}
.o-content-page__content code::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.o-content-page__content code {
  /* Track */
}
[dir] .o-content-page__content code::-webkit-scrollbar-track {
  background: #B5B5B5;
}
.o-content-page__content code {
  /* Handle */
}
[dir] .o-content-page__content code::-webkit-scrollbar-thumb {
  background: #4B4B4B;
  border-radius: 0.9rem;
}
.o-content-page__content code {
  /* Handle on hover */
}
[dir] .o-content-page__content code::-webkit-scrollbar-thumb:hover {
  background: #2E353B;
}
.o-content-page__content code {
  display: inline-block;
  overflow-x: auto;
}
@media (min-width: 1280px) {
  .o-content-page__content code {
    width: 77rem;
  }
}
.o-content-page__content .o-slider__step-number {
  display: grid;
  align-items: center;
  height: 3rem;
  width: -webkit-max-content;
  width: max-content;
}
[dir] .o-content-page__content .o-slider__step-number {
  border: 1px solid #B5B5B5;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.o-content-page__content .o-slider__pause--big {
  width: 3rem;
  height: 3rem;
}
[dir] .o-content-page__content .o-slider__pause--big {
  border: 1px solid #2E353B;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg%20id='pause-svg'%20viewBox='0%200%2050%2050'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.21%200a3.68%203.68%200%20013.68%203.68v42.64A3.68%203.68%200%200113.21%2050a3.69%203.69%200%2001-3.69-3.68V3.68A3.69%203.69%200%200113.21%200zm24.54%200a3.68%203.68%200%20013.68%203.68v42.64A3.68%203.68%200%200137.75%2050a3.68%203.68%200%2001-3.68-3.68V3.68A3.68%203.68%200%200137.75%200z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
[dir=ltr] .o-content-page__content .o-slider__pause--big {
  margin-left: 0.5rem;
}
[dir=rtl] .o-content-page__content .o-slider__pause--big {
  margin-right: 0.5rem;
}
.o-content-page__content h2::before {
  display: block;
  content: " ";
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}
[dir] .o-content-page__content h2::before {
  margin-top: -80px;
}

.cs-btn-primary {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-primary {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.cs-btn-primary:focus {
  outline: none;
}
[dir] .cs-btn-primary:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .cs-btn-primary:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .cs-btn-primary:hover {
    background-color: #061945;
  }
}
.cs-btn-primary:disabled {
  color: #FFF;
}
[dir] .cs-btn-primary:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-primary a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-btn-secondary {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-secondary {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #545F69;
  background-color: #545F69;
}
.cs-btn-secondary:focus {
  outline: none;
}
[dir] .cs-btn-secondary:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
[dir] .cs-btn-secondary:active {
  background-color: #2E353B;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .cs-btn-secondary:hover {
    background-color: #2E353B;
  }
}
.cs-btn-secondary:disabled {
  color: #FFF;
}
[dir] .cs-btn-secondary:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-secondary a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-btn-success {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-success {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #40843F;
  background-color: #40843F;
}
.cs-btn-success:focus {
  outline: none;
}
[dir] .cs-btn-success:focus {
  box-shadow: 0 0 0 0.3rem rgba(64, 132, 63, 0.4);
}
.cs-btn-success:disabled {
  color: #FFF;
}
[dir] .cs-btn-success:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-success a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-btn-danger {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-danger {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #CD0004;
  background-color: #CD0004;
}
.cs-btn-danger:focus {
  outline: none;
}
[dir] .cs-btn-danger:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
[dir] .cs-btn-danger:active {
  background-color: #9B0303;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .cs-btn-danger:hover {
    background-color: #9B0303;
  }
}
.cs-btn-danger:disabled {
  color: #FFF;
}
[dir] .cs-btn-danger:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-danger a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-btn-warning {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-warning {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #FFC70E;
  background-color: #FFC70E;
}
.cs-btn-warning:focus {
  outline: none;
}
[dir] .cs-btn-warning:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 199, 14, 0.4);
}
.cs-btn-warning:disabled {
  color: #FFF;
}
[dir] .cs-btn-warning:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-warning a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-btn-empty {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .cs-btn-empty {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #545F69;
  background-color: transparent;
}
.cs-btn-empty:focus {
  outline: none;
}
[dir] .cs-btn-empty:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.cs-btn-empty:active {
  color: #FFF;
}
[dir] .cs-btn-empty:active {
  background-color: #545F69;
}
.cs-btn-empty:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .cs-btn-empty:hover {
    color: #FFF;
  }
  [dir] .cs-btn-empty:hover {
    background-color: #545F69;
  }
  .cs-btn-empty:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.cs-btn-empty:disabled {
  color: #6F7E8B;
}
[dir] .cs-btn-empty:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.cs-btn-info {
  display: inline-block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .cs-btn-info {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #6683c9;
  background-color: #6683c9;
}
.cs-btn-info:focus {
  outline: none;
}
[dir] .cs-btn-info:focus {
  box-shadow: 0 0 0 0.3rem rgba(102, 131, 201, 0.4);
}
.cs-btn-info:disabled {
  color: #FFF;
}
[dir] .cs-btn-info:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.cs-btn-info a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cs-slider-button {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  font-size: 1.2rem;
  text-decoration: none;
}

[dir] .cs-slider-button {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
}
.cs-slider-button:hover {
  color: #183884;
}
[dir] .cs-slider-button:hover {
  background-color: #FFF;
}
@media (min-width: 768px) {
  [dir=ltr] .cs-slider-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  [dir=rtl] .cs-slider-button {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .cs-slider-button {
    font-size: 1.4rem;
  }
}

.cs-mb-s {
  display: inline-block;
}

[dir] .cs-mb-s {
  margin-bottom: 1rem;
}

.cs-mb-m {
  display: inline-block;
}

[dir] .cs-mb-m {
  margin-bottom: 1.5rem;
}

.cs-mb-l {
  display: inline-block;
}

[dir] .cs-mb-l {
  margin-bottom: 2rem;
}

.cs-voucher {
  font-size: 2.6rem;
}

.cs-pdf-download:after {
  display: inline-block;
  vertical-align: middle;
  height: 2.2rem;
  width: 2rem;
  content: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20id='icon_PDF-svg'%20viewBox='0%200%2050%2050'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23183884'%3e%3cpath%20d='M20.8%2027.1v5.6h1.6c1.4%200%202.4-1.1%202.4-2.8%200-1.7-1-2.8-2.5-2.8h-1.5z'/%3e%3cpath%20d='M44.5%2020.3v-8s0-.1-.1-.1l-.1-.1L32.6.3l-.1-.1s-.1%200-.1-.1H6.5C6%200%205.6.4%205.6.9v19.4H2.8v19.8h2.8v9c0%20.5.4.9.9.9h37.1c.5%200%20.9-.4.9-.9v-9h2.7V20.3h-2.7zM32.9%203.1l8.6%208.7h-8.6V3.1zM7.4%201.8h23.7v10.8c0%20.5.4.9.9.9h10.7v6.8H7.4V1.8zm29.7%2027.4v2.4h-4.7v3.6h-3.1V24.7h8.2v2.4h-5v2.1h4.6zm-9.2.7c0%203.2-2.3%205.3-5.8%205.3h-4.5V24.7h4.6c3.5%200%205.7%202%205.7%205.2zM7.2%2024.7H12c2.7%200%204.3%201.4%204.3%203.7%200%202.5-1.6%203.9-4.3%203.9h-1.6v2.8H7.2V24.7zm35.5%2023.5H7.4v-8.1h35.3v8.1z'/%3e%3cpath%20d='M13.3%2028.5c0-.9-.5-1.4-1.5-1.4h-1.5V30h1.5c1-.1%201.5-.6%201.5-1.5z'/%3e%3c/svg%3e");
}

[dir] .cs-pdf-download:after {
  padding: 0 0.4rem;
}

.hide {
  display: none;
}

.cs-table__no-header thead:first-child {
  display: none;
}

.o-zoom-modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

[dir=ltr] .o-zoom-modal-container {
  right: 0;
}

[dir=rtl] .o-zoom-modal-container {
  left: 0;
}

.accordion__item {
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
}

[dir] .accordion__item {
  padding: 0 2rem;
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
}
[dir] .accordion__item--open {
  background-color: #F5F5F5;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  font-weight: 700;
}

[dir] .accordion__header {
  cursor: pointer;
}
.accordion__header .o-icon {
  fill: #2E353B;
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
}
[dir] .accordion__header .o-icon {
  transition-duration: 0.3s;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.o-responsive-table-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir] .o-responsive-table-button {
  cursor: pointer;
}

[dir=ltr] .o-responsive-table-button {
  right: 50%;
  transform: translate(50%, 50%);
}

[dir=rtl] .o-responsive-table-button {
  left: 50%;
  transform: translate(-50%, 50%);
}
.o-responsive-table-button .o-responsive-table-button__message {
  font-weight: bold;
}
[dir=ltr] .o-responsive-table-button .o-responsive-table-button__message {
  padding-right: 1rem;
}
[dir=rtl] .o-responsive-table-button .o-responsive-table-button__message {
  padding-left: 1rem;
}
.o-responsive-table-button .o-icon {
  width: 1.5rem;
  height: 1.5rem;
}
[dir] .o-responsive-table-button .o-icon {
  transition-duration: 0.3s;
}
[dir=ltr] .o-responsive-table-button .o-icon {
  transform: rotate(180deg);
}
[dir=rtl] .o-responsive-table-button .o-icon {
  transform: rotate(-180deg);
}
[dir] .o-responsive-table-button .o-icon--rotated {
  transform: rotate(0deg);
}

.cs-livechat {
  color: #183884;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

[dir] .cs-livechat {
  cursor: pointer;
}

[dir] tbody {
  border-bottom: none;
}

.underlined {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.math-formula {
  opacity: 1;
  color: transparent;
}

[dir] .math-formula {
  background-image: linear-gradient(#EBEBEB, #EBEBEB);
  background-size: 100% 100%;
  cursor: default;
}

[dir=ltr] .math-formula {
  animation-name: skeleton-opacity;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

[dir=rtl] .math-formula {
  animation-name: skeleton-opacity;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.math-formula--inline, .math-formula[data-inline=true] {
  display: inline-block;
}
[dir] .math-formula--inline, [dir] .math-formula[data-inline=true] {
  margin: 0 0.5rem;
}

.cs-list__nested-numeric ol {
  counter-reset: item;
  list-style-type: none;
}

[dir=ltr] .cs-list__nested-numeric ol {
  padding-left: 0;
}

[dir=rtl] .cs-list__nested-numeric ol {
  padding-right: 0;
}

.cs-list__nested-numeric li {
  display: block;
}

[dir] .cs-list__nested-numeric li {
  margin-top: 1rem;
}

[dir=ltr] .cs-list__nested-numeric li {
  padding-left: 4rem;
}

[dir=rtl] .cs-list__nested-numeric li {
  padding-right: 4rem;
}
.cs-list__nested-numeric li > * {
  display: inline;
}

.cs-list__nested-numeric li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}

[dir=ltr] .cs-list__nested-numeric li:before {
  margin-right: 0.5rem;
}

[dir=rtl] .cs-list__nested-numeric li:before {
  margin-left: 0.5rem;
}

.cs-list__nested-numeric li ol {
  counter-reset: item;
}

.cs-list__custom ol {
  list-style-type: none;
}

[dir] .cs-list__custom ol {
  margin-top: 1rem;
}

[dir] .cs-list__custom li {
  padding: 0;
}

.cs-btn-withdrawal-form {
  display: block;
  font-size: 1.6rem;
}

[dir] .cs-btn-withdrawal-form {
  margin: 2rem 0;
}

.o-gesture-host {
  display: grid;
  position: relative;
}

.o-gesture-container {
  height: 100%;
  width: calc(100% - 2rem);
  position: absolute;
  opacity: 0;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

[dir] .o-gesture-container {
  padding: 1rem;
  margin: 0;
}

.o-tme-loader-svg {
  width: 100%;
  height: 100%;
  stroke: #183884;
}

.o-loader {
  fill: none;
  stroke-miterlimit: 10;
  will-change: transform;
}

.o-loader--1-0 {
  stroke-width: 5px;
  stroke-dasharray: 58;
  stroke-dashoffset: 58;
}

[dir=ltr] .o-loader--1-0 {
  animation: dash-1-0 6s linear infinite;
}

[dir=rtl] .o-loader--1-0 {
  animation: dash-1-0 6s linear infinite;
}

.o-loader--1-1 {
  stroke-width: 5px;
  stroke-dasharray: 353;
  stroke-dashoffset: 353;
}

[dir=ltr] .o-loader--1-1 {
  animation: dash-1-1 6s linear infinite;
}

[dir=rtl] .o-loader--1-1 {
  animation: dash-1-1 6s linear infinite;
}

.o-loader--1-2 {
  stroke-width: 5px;
  stroke-dasharray: 47;
  stroke-dashoffset: 47;
}

[dir=ltr] .o-loader--1-2 {
  animation: dash-1-2 6s linear infinite;
}

[dir=rtl] .o-loader--1-2 {
  animation: dash-1-2 6s linear infinite;
}

@keyframes dash-1-0 {
  0% {
    stroke-dashoffset: 58;
  }
  7.5% {
    stroke-dashoffset: 58;
  }
  15% {
    stroke-dashoffset: 0;
  }
  22.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-1-1 {
  0% {
    stroke-dashoffset: 353;
  }
  7.5% {
    stroke-dashoffset: 0;
  }
  22.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-1-2 {
  0% {
    stroke-dashoffset: 47;
  }
  15% {
    stroke-dashoffset: 47;
  }
  20% {
    stroke-dashoffset: 0;
  }
  22.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.o-loader--2-0 {
  stroke-width: 5px;
  stroke-dasharray: 161;
  stroke-dashoffset: 161;
}
[dir=ltr] .o-loader--2-0 {
  animation: dash-2-0 6s linear infinite;
}
[dir=rtl] .o-loader--2-0 {
  animation: dash-2-0 6s linear infinite;
}

.o-loader--2-1 {
  stroke-width: 5px;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
}

[dir=ltr] .o-loader--2-1 {
  animation: dash-2-1 6s linear infinite;
}

[dir=rtl] .o-loader--2-1 {
  animation: dash-2-1 6s linear infinite;
}

.o-loader--2-2 {
  stroke-width: 5px;
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
}

[dir=ltr] .o-loader--2-2 {
  animation: dash-2-2 6s linear infinite;
}

[dir=rtl] .o-loader--2-2 {
  animation: dash-2-2 6s linear infinite;
}

@keyframes dash-2-0 {
  0% {
    stroke-dashoffset: 161;
  }
  25% {
    stroke-dashoffset: 161;
  }
  35% {
    stroke-dashoffset: 0;
  }
  47.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-2-1 {
  0% {
    stroke-dashoffset: 20;
  }
  35% {
    stroke-dashoffset: 20;
  }
  40% {
    stroke-dashoffset: 0;
  }
  47.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-2-2 {
  0% {
    stroke-dashoffset: 15;
  }
  40% {
    stroke-dashoffset: 15;
  }
  45% {
    stroke-dashoffset: 0;
  }
  47.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.o-loader--3-0 {
  stroke-width: 5px;
  stroke-dasharray: 312;
  stroke-dashoffset: 312;
}
[dir=ltr] .o-loader--3-0 {
  animation: dash-3-0 6s linear infinite;
}
[dir=rtl] .o-loader--3-0 {
  animation: dash-3-0 6s linear infinite;
}

.o-loader--3-1 {
  stroke-width: 5px;
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
}

[dir=ltr] .o-loader--3-1 {
  animation: dash-3-1 6s linear infinite;
}

[dir=rtl] .o-loader--3-1 {
  animation: dash-3-1 6s linear infinite;
}

.o-loader--3-2 {
  stroke-width: 5px;
  stroke-dasharray: 43;
  stroke-dashoffset: 43;
}

[dir=ltr] .o-loader--3-2 {
  animation: dash-3-2 6s linear infinite;
}

[dir=rtl] .o-loader--3-2 {
  animation: dash-3-2 6s linear infinite;
}

.o-loader--3-3 {
  stroke-width: 3px;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
}

[dir=ltr] .o-loader--3-3 {
  animation: dash-3-3 6s linear infinite;
}

[dir=rtl] .o-loader--3-3 {
  animation: dash-3-3 6s linear infinite;
}

@keyframes dash-3-0 {
  0% {
    stroke-dashoffset: 312;
  }
  50% {
    stroke-dashoffset: 312;
  }
  60% {
    stroke-dashoffset: 0;
  }
  72.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-3-1 {
  0% {
    stroke-dashoffset: 24;
  }
  60% {
    stroke-dashoffset: 24;
  }
  62.5% {
    stroke-dashoffset: 0;
  }
  72.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-3-2 {
  0% {
    stroke-dashoffset: 43;
  }
  62.5% {
    stroke-dashoffset: 43;
  }
  65% {
    stroke-dashoffset: 0;
  }
  72.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-3-3 {
  0% {
    stroke-dashoffset: 63;
  }
  65% {
    stroke-dashoffset: 63;
  }
  70% {
    stroke-dashoffset: 0;
  }
  72.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.o-loader--4-0 {
  stroke-width: 5px;
  stroke-dasharray: 129;
  stroke-dashoffset: 129;
}
[dir=ltr] .o-loader--4-0 {
  animation: dash-4-0 6s linear infinite;
}
[dir=rtl] .o-loader--4-0 {
  animation: dash-4-0 6s linear infinite;
}

.o-loader--4-1 {
  stroke-width: 5px;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
}

[dir=ltr] .o-loader--4-1 {
  animation: dash-4-1 6s linear infinite;
}

[dir=rtl] .o-loader--4-1 {
  animation: dash-4-1 6s linear infinite;
}

.o-loader--4-2 {
  stroke-width: 5px;
  stroke-dasharray: 188;
  stroke-dashoffset: 188;
}

[dir=ltr] .o-loader--4-2 {
  animation: dash-4-2 6s linear infinite;
}

[dir=rtl] .o-loader--4-2 {
  animation: dash-4-2 6s linear infinite;
}

.o-loader--4-3 {
  stroke-width: 5px;
  stroke-dasharray: 38;
  stroke-dashoffset: 38;
}

[dir=ltr] .o-loader--4-3 {
  animation: dash-4-3 6s linear infinite;
}

[dir=rtl] .o-loader--4-3 {
  animation: dash-4-3 6s linear infinite;
}

.o-loader--4-4 {
  stroke-width: 5px;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
}

[dir=ltr] .o-loader--4-4 {
  animation: dash-4-4 6s linear infinite;
}

[dir=rtl] .o-loader--4-4 {
  animation: dash-4-4 6s linear infinite;
}

@keyframes dash-4-0 {
  0% {
    stroke-dashoffset: 129;
  }
  75% {
    stroke-dashoffset: 129;
  }
  82.5% {
    stroke-dashoffset: 0;
  }
  97.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-4-1 {
  0% {
    stroke-dashoffset: 34;
  }
  82.5% {
    stroke-dashoffset: 34;
  }
  85% {
    stroke-dashoffset: 0;
  }
  97.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-4-2 {
  0% {
    stroke-dashoffset: 188;
  }
  85% {
    stroke-dashoffset: 188;
  }
  90% {
    stroke-dashoffset: 0;
  }
  97.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-4-3 {
  0% {
    stroke-dashoffset: 38;
  }
  90% {
    stroke-dashoffset: 38;
  }
  92.5% {
    stroke-dashoffset: 0;
  }
  97.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-4-4 {
  0% {
    stroke-dashoffset: 20;
  }
  92.5% {
    stroke-dashoffset: 20;
  }
  95% {
    stroke-dashoffset: 0;
  }
  97.5% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.o-tme-loader {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto -webkit-max-content;
  grid-template-rows: auto max-content;
  width: 100%;
  height: 100%;
}
.o-tme-loader--small {
  height: 3rem;
  width: 3rem;
}
.o-tme-loader--medium {
  height: 5rem;
  width: 5rem;
}
.o-tme-loader--large {
  height: 8rem;
  width: 8rem;
}

.o-tme-loader__image {
  display: grid;
  /* autoprefixer: ignore next */
  justify-items: center;
  /* autoprefixer: ignore next */
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
}

[dir] .o-tme-loader__text {
  text-align: center;
}

.o-button-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.o-button-loader use {
  stroke: #FFF;
}
.o-button-loader.is-hidden {
  display: none;
}

.o-button-loader-svg {
  width: 2.2rem;
  height: 2.2rem;
}

.o-button-empty--blue .o-button-loader-xlink {
  stroke: #183884;
}

.o-button-empty--red .o-button-loader-xlink {
  stroke: #CD0004;
}

.o-button-empty--gray .o-button-loader-xlink {
  stroke: #2E353B;
}

.o-button-empty--middle-gray .o-button-loader-xlink {
  stroke: #4B4B4B;
}

.loader-button {
  fill: none;
  stroke-miterlimit: 10;
  will-change: transform;
}

.loader-btn--0 {
  stroke-width: 5px;
  stroke-dasharray: 58;
  stroke-dashoffset: 58;
}

[dir=ltr] .loader-btn--0 {
  animation: dash-btn-0 1.25s linear infinite;
}

[dir=rtl] .loader-btn--0 {
  animation: dash-btn-0 1.25s linear infinite;
}

.loader-btn--1 {
  stroke-width: 5px;
  stroke-dasharray: 353;
  stroke-dashoffset: 353;
}

[dir=ltr] .loader-btn--1 {
  animation: dash-btn-1 1.25s linear infinite;
}

[dir=rtl] .loader-btn--1 {
  animation: dash-btn-1 1.25s linear infinite;
}

.loader-btn--2 {
  stroke-width: 5px;
  stroke-dasharray: 47;
  stroke-dashoffset: 47;
}

[dir=ltr] .loader-btn--2 {
  animation: dash-btn-2 1.25s linear infinite;
}

[dir=rtl] .loader-btn--2 {
  animation: dash-btn-2 1.25s linear infinite;
}

@keyframes dash-btn-0 {
  0% {
    stroke-dashoffset: 58;
  }
  30% {
    stroke-dashoffset: 58;
  }
  60% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-btn-1 {
  0% {
    stroke-dashoffset: 353;
  }
  30% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-btn-2 {
  0% {
    stroke-dashoffset: 47;
  }
  60% {
    stroke-dashoffset: 47;
  }
  80% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
.o-modal-wrapper {
  box-sizing: border-box;
  max-width: 100dvw;
  max-height: calc(100dvh - 2rem);
  overflow: auto;
}
[dir] .o-modal-wrapper {
  padding: 0;
  margin: auto;
  border: none;
  background: #FFF;
  border-radius: 0.5rem;
}
[dir] .o-modal-wrapper::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.zoom-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

[dir] .zoom-modal-overlay {
  background: transparent;
}

.o-modal__header {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  width: 100%;
}

.o-modal__content {
  box-sizing: border-box;
  max-width: 100dvw;
  max-height: calc(100dvh - 2rem);
}

.o-modal-close {
  height: 3rem;
  width: 3rem;
  fill: #B5B5B5;
  z-index: 200;
}

[dir] .o-modal-close {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.o-modal-close .o-modal-close__svg {
  width: 100%;
  height: 100%;
}
.o-modal-close:hover {
  fill: #2E353B;
}
.o-modal-close {
  display: flex;
  position: absolute;
  top: 2.1rem;
}
[dir] .o-modal-close {
  border-radius: 50%;
}
[dir=ltr] .o-modal-close {
  right: 2.1rem;
}
[dir=rtl] .o-modal-close {
  left: 2.1rem;
}

.o-modal-close-icon {
  height: 3rem;
  width: 3rem;
  fill: #B5B5B5;
  z-index: 200;
}

[dir] .o-modal-close-icon {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.o-modal-close-icon .o-modal-close__svg {
  width: 100%;
  height: 100%;
}
.o-modal-close-icon:hover {
  fill: #2E353B;
}

.o-modal__footer {
  display: flex;
  /* autoprefixer: ignore next */
  justify-content: center;
  /* autoprefixer: ignore next */
  align-items: center;
}

@keyframes loader {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.4;
  }
}
.o-form--loading {
  pointer-events: none;
}
[dir] .o-form--loading {
  cursor: wait;
}
[dir=ltr] .o-form--loading {
  animation: loader 1.1s infinite;
}
[dir=rtl] .o-form--loading {
  animation: loader 1.1s infinite;
}

.o-form__steps {
  align-items: end;
}

[dir] .o-form__step {
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.5rem;
  padding: 1rem;
}
[dir] .o-form__step .u-separator-top {
  border-color: #B5B5B5;
}
@media (min-width: 1280px) {
  [dir] .o-form__step {
    padding: 3rem 4.5rem 3rem;
  }
}

.o-form__legend {
  color: #4B4B4B;
  font-size: 1.2rem;
}

[dir=ltr] .o-form__legend {
  text-align: right;
}

[dir=rtl] .o-form__legend {
  text-align: left;
}

.o-form__input-field {
  display: flex;
  align-items: center;
  position: relative;
}

[dir] .o-form__input-field {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
  background: #F5F5F5;
  border-bottom: 0.1rem solid #B5B5B5;
  border-radius: 0.4rem 0.4rem 0 0;
}
[dir] .o-form__input-field :-webkit-autofill {
  border-radius: 0.4rem 0.4rem 0 0;
}
.o-form__input-field--focus .o-form__input-name, .o-form__input-field--filled .o-form__input-name, .o-form__input-field--filled-by-placeholder .o-form__input-name {
  font-weight: 700;
  font-size: 1.1rem;
  top: 0;
}
[dir] .o-form__input-field--filled .o-form__input, [dir] .o-form__input-field--filled-by-placeholder .o-form__input {
  padding-top: 1.5rem;
}
.o-form__input-field--focus .o-form__input-name {
  color: #183884;
}
[dir] .o-form__input-field--focus .o-form__input {
  padding-top: 1.4rem;
  border-radius: 0;
}
[dir] .o-form__input-field--error {
  border-bottom: 0.2rem solid #CD0004;
}
[dir] .o-form__input-field--error o-form__input {
  border-radius: 0;
}
[dir] .o-form__input-field--focus {
  border-bottom: 0.1rem solid #183884;
}
[dir] .o-form__input-field--focus.o-custom-checkbox__container, [dir] .o-form__input-field--focus.o-custom__radio-buttons, [dir] .o-form__input-field--filled.o-custom-checkbox__container, [dir] .o-form__input-field--filled.o-custom__radio-buttons {
  border-bottom: none;
}

.o-form__input-name {
  position: absolute;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: calc(100% - 4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

[dir] .o-form__input-name {
  margin: 0.8rem 2rem;
}

[dir=ltr] .o-form__input-name {
  text-align: left;
}

[dir=rtl] .o-form__input-name {
  text-align: right;
}
.o-form__input-name[data-css-is-password=true] {
  max-width: calc(100% - 4rem - 4rem);
}
.o-form__input-name {
  color: #4B5B69;
}
[dir] .o-form__input-name {
  cursor: text;
}

.o-form__input {
  box-sizing: border-box;
  width: 100%;
  min-height: 5rem;
  outline: none;
  display: block;
}

[dir] .o-form__input {
  border: none;
  padding: 0 2rem;
  background: none;
  border-bottom: 0.1rem solid transparent;
}
[dir] .o-form__input--disabled {
  background-color: #D6D6D6;
}
[dir] .o-form__input--error {
  border-bottom: 0.2rem solid #CD0004;
}
.o-form__input[data-native-select=true] {
  display: none;
}
[dir] .o-form__input.o-form__textarea {
  padding-bottom: 1rem;
}

.o-form-input__number-input {
  /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.o-form-input__number-input::-webkit-outer-spin-button, .o-form-input__number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[dir] .o-form-input__number-input::-webkit-outer-spin-button, [dir] .o-form-input__number-input::-webkit-inner-spin-button {
  margin: 0;
}

.o-form__password-icon {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
}

[dir] .o-form__password-icon {
  cursor: pointer;
}

[dir=ltr] .o-form__password-icon {
  right: 2rem;
}

[dir=rtl] .o-form__password-icon {
  left: 2rem;
}

[dir] .o-form__input-container {
  margin-top: 2rem;
}

.o-form__input--select {
  -webkit-appearance: none;
          appearance: none;
}

[dir=ltr] .o-form__input--select {
  padding: 0 4.5rem 0 2rem;
}

[dir=rtl] .o-form__input--select {
  padding: 0 2rem 0 4.5rem;
}

.o-form__input-select-arrow {
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  top: 40%;
  fill: #2E353B;
  pointer-events: none;
}

[dir=ltr] .o-form__input-select-arrow {
  right: 5%;
}

[dir=rtl] .o-form__input-select-arrow {
  left: 5%;
}

.o-form__textarea-field {
  align-items: flex-start;
  position: relative;
}
.o-form__textarea-field:after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  width: calc(100% - 3rem);
  height: 1rem;
}
[dir] .o-form__textarea-field:after {
  background-color: #F5F5F5;
}
[dir=ltr] .o-form__textarea-field:after {
  left: 0;
}
[dir=rtl] .o-form__textarea-field:after {
  right: 0;
}

.o-form__textarea {
  resize: vertical;
}

[dir] .o-form__textarea {
  margin-top: 2rem;
}

.o-form__input-validation {
  color: #CD0004;
}

.o-form__button {
  min-width: 100%;
}

[dir] .o-form__button {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .o-form__button {
    min-width: 24rem;
  }
  [dir=ltr] .o-form__button {
    margin-left: 1rem;
  }
  [dir=rtl] .o-form__button {
    margin-right: 1rem;
  }
}

.o-form__return-button {
  display: inline;
}

[dir] .o-form__return-button {
  cursor: pointer;
  margin-top: 3rem;
}

[dir=ltr] .o-form__return-button {
  float: left;
}

[dir=rtl] .o-form__return-button {
  float: right;
}

.o-form__input-dropdown {
  position: relative;
}

[dir] .o-form__input-dropdown {
  cursor: pointer;
}
.o-form__input-dropdown--open .o-form__input-dropdown-menu {
  display: block;
}

.o-form__input-dropdown-select {
  position: relative;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.15em;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  outline: none;
  transition: all 0.3s ease-in-out;
}

[dir] .o-form__input-dropdown-select {
  cursor: pointer;
  padding: 0.6rem;
  border: none;
  border-radius: 0.25rem;
}

.o-form__input-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

[dir] .o-form__input-dropdown-menu {
  border: 0.1rem solid #B5B5B5;
  background-color: #FFF;
}

[dir=ltr] .o-form__input-dropdown-menu {
  left: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

[dir=rtl] .o-form__input-dropdown-menu {
  right: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

[dir] .o-form__input-dropdown-menu-search-container {
  padding: 1rem;
}

.o-form__input-dropdown-menu-search {
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  outline: none;
  color: #000;
}

[dir] .o-form__input-dropdown-menu-search {
  padding: 0.65rem 1.25rem;
  border: 0.2rem solid #183884;
  border-radius: 0.5rem;
}

.o-form__input-dropdown-menu-inner {
  max-height: 20rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

[dir] .o-form__input-dropdown-menu-inner {
  margin: 0;
  padding: 0;
}

[dir=ltr] .o-form__input-dropdown-menu-inner {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

[dir=rtl] .o-form__input-dropdown-menu-inner {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.o-form__input-dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
[dir] .o-form__input-dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #EBEBEB;
  box-shadow: #F5F5F5;
}

.o-form__input-dropdown-menu-item {
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
  list-style-type: none;
}

[dir] .o-form__input-dropdown-menu-item {
  cursor: pointer;
  padding: 0.65rem 1.25rem;
  background-color: #FFF;
  margin: 0;
}
.o-form__input-dropdown-menu-item:hover {
  color: #000;
}
[dir] .o-form__input-dropdown-menu-item:hover {
  background-color: #F5F5F5;
}
.o-form__input-dropdown-menu-item.is-select, .o-form__input-dropdown-menu-item.is-select:hover {
  color: #FFF;
}
[dir] .o-form__input-dropdown-menu-item.is-select, [dir] .o-form__input-dropdown-menu-item.is-select:hover {
  background-color: #CD0004;
}

[dir] .o-form__input-field:has(+ .o-form__input-validation > .o-form__input-validation-msg) {
  border-bottom: 0.1rem solid #CD0004;
}

[dir] .o-form__input-field--focus-disable {
  border-bottom: 0.1rem solid #B5B5B5;
}

@font-face {
  font-family: Constantia;
  src: local(Constantia);
}
.js-font-fallback {
  letter-spacing: -0.05px;
  word-spacing: -0.2px;
}

html {
  font-size: 10px;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}

.c-header--hidden {
  display: grid;
}
@media (max-width: 1280px) {
  .c-header--hidden .c-header__container {
    z-index: 98;
    position: fixed;
    width: 100vw;
    top: -6.5rem;
    transition: top 0.5s ease;
  }
}
@media (min-width: 1280px) {
  .c-header--hidden {
    z-index: 98;
    position: fixed;
    width: 100vw;
    top: -6.5rem;
    transition: top 0.5s ease;
    grid-template-rows: 6.5rem;
  }
  [dir=ltr] .c-header--hidden {
    box-shadow: 1rem 0 1rem #4B4B4B;
  }
  [dir=rtl] .c-header--hidden {
    box-shadow: -1rem 0 1rem #4B4B4B;
  }
  .c-header--hidden .c-header__slogans-container {
    display: none;
  }
}
[dir] .c-header--fixed, [dir] .c-header--hard-fixed {
  background-color: #FFF;
}
@media (max-width: 1280px) {
  .c-header--fixed .c-header__container, .c-header--hard-fixed .c-header__container {
    z-index: 98;
    position: fixed;
    width: 100vw;
    top: 0;
    transition: top 0.3s ease;
  }
}
@media (min-width: 1280px) {
  .c-header--fixed, .c-header--hard-fixed {
    z-index: 98;
    position: fixed;
    width: 100vw;
    top: 0;
    transition: top 0.3s ease;
    grid-template-rows: 6.5rem;
  }
  [dir=ltr] .c-header--fixed, [dir=ltr] .c-header--hard-fixed {
    box-shadow: 1rem 0 1rem #4B4B4B;
  }
  [dir=rtl] .c-header--fixed, [dir=rtl] .c-header--hard-fixed {
    box-shadow: -1rem 0 1rem #4B4B4B;
  }
  .c-header--fixed .c-header__slogans-container, .c-header--hard-fixed .c-header__slogans-container {
    display: none;
  }
}

.c-header__container {
  display: grid;
  grid-template-columns: 6.5rem -webkit-max-content 1fr 6.5rem 6.5rem;
  grid-template-columns: 6.5rem max-content 1fr 6.5rem 6.5rem;
  grid-template-rows: 8.5rem 5.5rem;
}

[dir] .c-header__container {
  background-color: #183884;
  padding: 0;
}
@media (min-width: 768px) {
  .c-header__container {
    grid-template-columns: 7.5rem 7.5rem auto 7.5rem minmax(7.5rem, -webkit-min-content);
    grid-template-columns: 7.5rem 7.5rem auto 7.5rem minmax(7.5rem, min-content);
    grid-template-rows: 6.5rem;
  }
}
@media (min-width: 1280px) {
  .c-header__container {
    grid-template-columns: 22rem 70rem repeat(2, 10rem) auto;
    grid-template-rows: 3.8rem 9.4rem 4.5rem;
    grid-column: 2/span 1;
    grid-row: 2/span 3;
  }
  [dir] .c-header__container {
    background-color: #FFF;
    padding: 0 1rem;
  }
}
.c-header__container--fixed {
  grid-template-rows: 6.5rem;
  grid-row: 1/span 3;
  width: 100%;
}
[dir] .c-header__container--fixed .c-header__quickbuy, [dir] .c-header__container--fixed .c-header__favourites {
  margin: 0.5rem 1.5rem;
}
@media (min-width: 1280px) {
  .c-header__container--fixed .c-header__favourites {
    grid-row: 1/span 1;
  }
  .c-header__container--fixed .c-header__basket {
    grid-row: 1;
  }
}
.c-header__container .o-icon {
  fill: #FFF;
}
@media (min-width: 1280px) {
  .c-header__container .o-icon {
    fill: #2E353B;
  }
}

.c-header__top-bar {
  display: flex;
  position: relative;
  grid-column: 4/span 1;
  grid-row: 1/span 1;
}
@media (min-width: 1280px) {
  .c-header__top-bar {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content;
    grid-column-gap: 2rem;
    column-gap: 2rem;
    grid-column: 1/span 5;
    grid-row: 1/span 1;
  }
  [dir] .c-header__top-bar {
    background-color: #F5F5F5;
  }
  .c-header__top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
  }
  [dir] .c-header__top-bar::before {
    background-color: #F5F5F5;
  }
  [dir=ltr] .c-header__top-bar::before {
    left: 50%;
    transform: translateX(-50%);
  }
  [dir=rtl] .c-header__top-bar::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .c-header__top-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .c-header__top-bar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .c-header__top-bar--hidden {
    display: none;
  }
}
.c-header__top-bar .c-header__text {
  display: none;
}
.c-header__top-bar .c-header__text--country-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
[dir=ltr] .c-header__top-bar .c-header__text--country-name {
  margin-right: 0.5rem;
}
[dir=rtl] .c-header__top-bar .c-header__text--country-name {
  margin-left: 0.5rem;
}
@media (min-width: 1280px) {
  .c-header__top-bar .c-header__text {
    display: flex;
    font-size: 1.4rem;
  }
}
.c-header__top-bar {
  z-index: 0;
}

.c-header__slogan-login {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__slogan-login {
    display: flex;
    grid-column: 1;
    justify-content: space-between;
  }
}

.c-header__slogan {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__slogan {
    display: table;
    height: 3.8rem;
    overflow-y: hidden;
  }
}

.c-header__slogan-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.c-header__slogan-element {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  height: 3.8rem;
  color: #183884;
  width: -webkit-max-content;
  width: max-content;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-header__slogan-element .o-icon {
  fill: #183884;
}
[dir=ltr] .c-header__slogan-element:nth-child(1) {
  animation: blink-1 15s infinite;
}
[dir=rtl] .c-header__slogan-element:nth-child(1) {
  animation: blink-1 15s infinite;
}
[dir=ltr] .c-header__slogan-element:nth-child(2) {
  animation: blink-2 15s infinite;
}
[dir=rtl] .c-header__slogan-element:nth-child(2) {
  animation: blink-2 15s infinite;
}
[dir=ltr] .c-header__slogan-element:nth-child(3) {
  animation: blink-3 15s infinite;
}
[dir=rtl] .c-header__slogan-element:nth-child(3) {
  animation: blink-3 15s infinite;
}

@keyframes blink-1 {
  0%, 35% {
    opacity: 0;
  }
  5%, 30% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  30%, 70% {
    opacity: 0;
  }
  35%, 65% {
    opacity: 1;
  }
}
@keyframes blink-3 {
  5%, 65% {
    opacity: 0;
  }
  70%, 0%, 100% {
    opacity: 1;
  }
}
.c-header__login-container {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__login-container {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: fit-content;
    justify-self: end;
  }
}

.c-header__login {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #2E353B;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  [dir] .c-header__login {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
  }
  [dir=ltr] .c-header__login .o-icon {
    padding-right: 0.2rem;
  }
  [dir=rtl] .c-header__login .o-icon {
    padding-left: 0.2rem;
  }
  .c-header__login:hover {
    color: #183884;
  }
  .c-header__login:hover .o-icon {
    fill: #183884;
  }
}

.c-header__logout {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #183884;
}

[dir] .c-header__logout {
  cursor: pointer;
}

.c-header__login-container {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__login-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.c-header__panel {
  display: flex;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  overflow: hidden;
}

[dir] .c-header__panel {
  padding: 1.5rem;
  background-color: transparent;
  border: 0;
}
.c-header__panel .o-icon {
  height: unset;
  max-height: 100%;
}
@media (min-width: 1280px) {
  .c-header__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    align-self: center;
    color: #2E353B;
    width: -webkit-max-content;
    width: max-content;
  }
  [dir] .c-header__panel {
    padding: 0;
    cursor: pointer;
  }
  .c-header__panel .o-icon {
    height: 1.5rem;
    max-height: unset;
  }
  .c-header__panel:hover {
    color: #183884;
  }
  .c-header__panel:hover .o-icon {
    fill: #183884;
  }
}

.c-header__phone-login-logout {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  width: 100%;
}

.c-header__phone-number {
  display: flex;
  align-items: center;
}
[dir] .c-header__phone-number p {
  margin: 0;
}

.c-header__logout-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
[dir=ltr] .c-header__logout-wrapper .c-header__register {
  margin-left: 0.5rem;
}
[dir=rtl] .c-header__logout-wrapper .c-header__register {
  margin-right: 0.5rem;
}

[dir=ltr] .c-header__login-svg {
  padding-right: 0.2rem;
}

[dir=rtl] .c-header__login-svg {
  padding-left: 0.2rem;
}

.c-header__user-info-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.c-header__user-info {
  font-weight: 700;
  white-space: nowrap;
}
.c-header__user-info--user {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4065BC;
}
[dir=ltr] .c-header__user-info--user {
  margin-right: 0.3rem;
}
[dir=rtl] .c-header__user-info--user {
  margin-left: 0.3rem;
}

[dir=ltr] .c-header__user-panel-svg {
  padding-right: 0.2rem;
}

[dir=rtl] .c-header__user-panel-svg {
  padding-left: 0.2rem;
}

.c-header__locale {
  display: none;
}

[dir] .c-header__locale {
  background-color: transparent;
  border: 0;
}
@media (min-width: 1280px) {
  .c-header__locale {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 3;
    width: -webkit-max-content;
    width: max-content;
  }
  [dir] .c-header__locale {
    padding: 0;
    cursor: pointer;
  }
}

[dir] .c-header__locale-wrapper {
  padding: 0.2rem 0.5rem;
}
.c-header__locale-wrapper .flag {
  width: 2.4rem;
  height: 2.4rem;
}
[dir=ltr] .c-header__locale-wrapper .flag {
  margin-right: 0.5rem;
}
[dir=rtl] .c-header__locale-wrapper .flag {
  margin-left: 0.5rem;
}

.c-header__tme-anchor {
  display: grid;
  grid-template-rows: 1fr 2rem;
  height: 100%;
}
@media (min-width: 1280px) {
  .c-header__tme-anchor {
    grid-template-rows: 1fr 2.5rem;
  }
}

.c-header__tme-logo {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  max-width: 10rem;
}

[dir=ltr] .c-header__tme-logo {
  justify-self: left;
}

[dir=rtl] .c-header__tme-logo {
  justify-self: right;
}
@media (min-width: 768px) {
  .c-header__tme-logo {
    max-width: 8rem;
  }
  [dir] .c-header__tme-logo {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1280px) {
  .c-header__tme-logo {
    grid-column: 1/span 1;
    grid-row: 2/span 2;
    position: relative;
    max-width: 16rem;
    z-index: 5;
  }
  [dir] .c-header__tme-logo {
    border-radius: 0.5rem;
    padding: 0;
    cursor: pointer;
  }
  .c-header__tme-logo:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 2.5rem);
    z-index: -1;
  }
  [dir] .c-header__tme-logo:after {
    background-color: #FFF;
  }
  [dir=ltr] .c-header__tme-logo:after {
    left: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  [dir=rtl] .c-header__tme-logo:after {
    right: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
.c-header__tme-logo--fixed {
  max-width: 8rem;
}
[dir] .c-header__tme-logo--fixed {
  padding: 0 1rem;
}
.c-header__tme-logo--fixed .c-header__logo {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  [dir] .c-header__tme-logo--fixed {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1280px) {
  .c-header__tme-logo--fixed {
    max-width: 16rem;
    grid-row: 1/span 1;
  }
  [dir] .c-header__tme-logo--fixed .c-header__logo {
    padding: 0.5rem 0.5rem 0;
  }
  .c-header__tme-logo--fixed .c-header__logo-est {
    fill: #183884;
  }
  .c-header__tme-logo--fixed .c-header__tme-anchor {
    grid-template-rows: 1fr 1.5rem;
  }
}

.c-header__logo:not(:root) {
  box-sizing: border-box;
}
.c-header__logo {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  width: 8rem;
  fill: #FFF;
}
[dir] .c-header__logo {
  margin: auto;
  padding: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .c-header__logo {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .c-header__logo {
    fill: #183884;
  }
  [dir] .c-header__logo {
    padding: 2.5rem 1.5rem 0.5rem;
  }
}

.c-header__logo-est:not(:root) {
  box-sizing: border-box;
}
.c-header__logo-est {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  width: 100%;
  fill: #FFF;
}
[dir] .c-header__logo-est {
  padding: 0.25rem 0;
}

.c-header__search {
  grid-column: 1/span 5;
  grid-row: 2/span 1;
  position: relative;
}

[dir] .c-header__search {
  border: none;
  border-radius: 0.5rem;
  margin: 0.3rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .c-header__search {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  [dir=ltr] .c-header__search {
    margin: 1rem 1rem 1rem 3rem;
  }
  [dir=rtl] .c-header__search {
    margin: 1rem 3rem 1rem 1rem;
  }
}
@media (min-width: 1280px) {
  .c-header__search {
    grid-column: 2;
    grid-row: 2/span 1;
    align-self: center;
  }
  [dir] .c-header__search {
    border: 0.2rem solid #CD0004;
  }
  [dir=ltr] .c-header__search {
    margin: 0 0.5rem 0 0;
  }
  [dir=rtl] .c-header__search {
    margin: 0 0 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .c-header__search.is-hidden {
    display: block;
  }
}
@media (min-width: 1280px) {
  .c-header__search.is-hidden {
    display: block;
    grid-row: 1/span 1;
  }
}
.c-header__search--shown {
  display: initial;
}

.c-header__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  grid-template-rows: 4.1rem;
}

[dir] .c-header__form {
  border-radius: 0.5rem;
  background-color: #FFF;
}
.c-header__form[data-css-is-smart-search=true] {
  grid-template-columns: 1fr 10rem 4.5rem;
}
@media (min-width: 1280px) {
  .c-header__form[data-css-is-smart-search=true] {
    grid-template-columns: 1fr auto 4.5rem;
  }
}
@media (min-width: 1280px) {
  .c-header__form {
    grid-template-columns: 1fr 20rem 4.5rem;
  }
  .c-header__form[data-css-is-focused=true] {
    outline: none;
  }
  [dir] .c-header__form[data-css-is-focused=true] {
    box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
  }
}

.c-header__input-wrapper {
  position: relative;
  display: flex;
}

.c-header__search-bar {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
}

[dir] .c-header__search-bar {
  padding: 0 3rem;
  border: none;
}

[dir=ltr] .c-header__search-bar {
  border-radius: 0.5rem 0 0 0.5rem;
}

[dir=rtl] .c-header__search-bar {
  border-radius: 0 0.5rem 0.5rem 0;
}
.c-header__search-bar:focus {
  outline: none;
}
[dir] .c-header__search-bar:focus {
  box-shadow: 0 0 0 0.2rem #CD0004;
}
@media (min-width: 768px) {
  .c-header__search-bar {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  [dir] .c-header__search-bar:focus {
    box-shadow: none;
  }
}

.c-header__search-close-simple-svg {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  fill: #2E353B;
  top: 50%;
}

[dir] .c-header__search-close-simple-svg {
  cursor: pointer;
  transform: translateY(-50%);
}

[dir=ltr] .c-header__search-close-simple-svg {
  right: 1.5rem;
}

[dir=rtl] .c-header__search-close-simple-svg {
  left: 1.5rem;
}

.c-header__smart-search-button {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .c-header__smart-search-button {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #6A2FBF;
  background-color: #6A2FBF;
}
.c-header__smart-search-button:focus {
  outline: none;
}
[dir] .c-header__smart-search-button:focus {
  box-shadow: 0 0 0 0.3rem rgba(106, 47, 191, 0.4);
}
[dir] .c-header__smart-search-button:active {
  background-color: #542A88;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .c-header__smart-search-button:hover {
    background-color: #542A88;
  }
}
.c-header__smart-search-button:disabled {
  color: #FFF;
}
[dir] .c-header__smart-search-button:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.c-header__smart-search-button {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  font-weight: 700;
  color: #FFF;
  overflow-wrap: anywhere;
  stroke: none;
}
[dir] .c-header__smart-search-button {
  cursor: pointer;
  margin: 0;
  padding: 0.8rem 1rem;
  border: none;
  margin: auto 0.5rem;
  padding: 0 1rem;
  border: none;
  border-radius: 2rem;
  background-color: #6A2FBF;
}
@media (min-width: 1280px) {
  [dir] .c-header__smart-search-button {
    padding: 0.5rem 1rem;
  }
}

.c-header__smart-search-button-magnifier {
  width: 2rem;
  height: 2rem;
}

.c-header__smart-search-button-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-header__search-button {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .c-header__search-button {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #CD0004;
  background-color: #CD0004;
}
.c-header__search-button:focus {
  outline: none;
}
[dir] .c-header__search-button:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
[dir] .c-header__search-button:active {
  background-color: #9B0303;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .c-header__search-button:hover {
    background-color: #9B0303;
  }
}
.c-header__search-button:disabled {
  color: #FFF;
}
[dir] .c-header__search-button:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
[dir] .c-header__search-button {
  cursor: pointer;
  margin: 0;
  padding: 0.8rem 1rem;
  border: none;
}
[dir=ltr] .c-header__search-button {
  border-radius: 0 0.3rem 0.3rem 0;
}
[dir=rtl] .c-header__search-button {
  border-radius: 0.3rem 0 0 0.3rem;
}
.c-header__search-button:focus {
  z-index: 0;
}
[dir] .c-header__search-button:focus {
  box-shadow: 0 0 0 0.2rem #EB999B;
}
@media (min-width: 1280px) {
  [dir] .c-header__search-button:focus {
    box-shadow: 0 0 0 0.3rem #EB999B;
  }
}
.c-header__search-button .o-icon {
  pointer-events: none;
}
@media (min-width: 1280px) {
  .c-header__search-button .o-icon {
    fill: #FFF;
  }
  [dir] .c-header__search-button .o-icon {
    cursor: pointer;
  }
}
[dir] .c-header__search-button.o-button {
  margin: 0;
}

.c-header__icon {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #2E353B;
}
@media (min-width: 1280px) {
  .c-header__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-header__icon:hover .o-icon, .c-header__icon:hover .c-header__text {
    fill: #183884;
    color: #183884;
  }
}

.c-header__quickbuy:focus, .c-header__favourites:focus {
  outline: none;
}

[dir] .c-header__quickbuy:focus, [dir] .c-header__favourites:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 59, 0.6);
}
.c-header__quickbuy, .c-header__favourites {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__quickbuy, .c-header__favourites {
    display: flex;
  }
  [dir] .c-header__quickbuy, [dir] .c-header__favourites {
    margin: 2rem 1.5rem;
  }
}

@media (min-width: 1280px) {
  .c-header__favourites {
    position: relative;
    grid-column: 4/span 1;
    grid-row: 2/span 1;
  }
}

.c-header__basket {
  position: relative;
  grid-column: 5/span 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .c-header__basket {
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
}
@media (min-width: 768px) {
  .c-header__basket {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .c-header__basket {
    grid-row: 2;
    width: 9rem;
  }
  [dir] .c-header__basket {
    cursor: pointer;
  }
}
.c-header__basket .c-header__text {
  word-break: break-word;
  display: none;
}
@media (min-width: 1280px) {
  .c-header__basket .c-header__text {
    display: block;
  }
}
.c-header__basket--icon {
  width: 3.5rem;
}
@media (min-width: 1280px) {
  .c-header__basket--icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.c-header__text {
  font-size: 1.2rem;
}
.c-header__text--main-header {
  color: #2E353B;
  font-weight: 400;
  text-transform: none;
}
[dir] .c-header__text--main-header {
  margin: 0;
}

.c-header__burger-wrapper {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

[dir] .c-header__burger-wrapper {
  padding: 1rem;
}
@media (min-width: 1280px) {
  .c-header__burger-wrapper {
    display: none;
  }
}

.c-header__burger:focus {
  outline: none;
}

[dir] .c-header__burger:focus {
  box-shadow: 0 0 0 0.2rem #D6E1E5;
}
.c-header__burger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[dir] .c-header__burger {
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.c-header__burger-icon {
  display: inline-block;
  fill: #FFF;
  width: 3.5rem;
  height: 3.5rem;
}

.c-header__glass {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
  box-sizing: border-box;
  width: 6.5rem;
  justify-self: end;
}

[dir] .c-header__glass {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .c-header__glass {
    display: none;
  }
}

.c-header__menu {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__menu {
    position: relative;
    display: flex;
    height: inherit;
    align-items: stretch;
    grid-column: 1/span 5;
    grid-row: 3/span 1;
    font-family: "Lato", "Lato-polyfill", "Constantia";
    z-index: 4;
  }
  [dir] .c-header__menu {
    background-color: #183884;
  }
  [dir=ltr] .c-header__menu {
    left: 0;
    padding-right: 5rem;
    padding-left: 22rem;
  }
  [dir=rtl] .c-header__menu {
    right: 0;
    padding-left: 5rem;
    padding-right: 22rem;
  }
  .c-header__menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
  }
  [dir] .c-header__menu::before {
    background-color: #183884;
  }
  [dir=ltr] .c-header__menu::before {
    left: 50%;
    transform: translateX(-50%);
  }
  [dir=rtl] .c-header__menu::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 1280px) {
  .c-header__menu--hidden {
    display: none;
  }
}

@media (min-width: 1280px) {
  .c-header__menu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-height: calc(100vh - 6.5rem);
  }
  [dir] .c-header__menu-list {
    margin: 0;
    padding: 0;
  }
}

.c-header__menu-text {
  color: #FFF;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
}

[dir=ltr] .c-header__menu-text {
  padding-left: 0.5rem;
}

[dir=rtl] .c-header__menu-text {
  padding-right: 0.5rem;
}
@media (min-width: 1280px) {
  .c-header__menu-text {
    font-size: unset;
  }
}

@media (min-width: 1280px) {
  .c-header__menu-button {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 6.5rem);
    justify-content: center;
  }
  [dir] .c-header__menu-button {
    cursor: pointer;
    margin: 0;
    padding: 0 0.5rem;
  }
  [dir] .c-header__menu-button:hover, [dir] .c-header__menu-button:has(:focus), [dir] .c-header__menu-button:has(:focus-visible), [dir] .c-header__menu-button--active {
    background-color: #0B2155;
  }
  .c-header__menu-button .c-header__menu-category {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
.c-header__menu-button .o-icon {
  height: 1rem;
  width: 1rem;
  fill: #FFF;
}
[dir=ltr] .c-header__menu-button .o-icon {
  transform: rotate(-90deg);
}
[dir=rtl] .c-header__menu-button .o-icon {
  transform: rotate(90deg);
}
@media (min-width: 1280px) {
  [dir] .c-header__menu-button .o-icon {
    transform: unset;
  }
  [dir=ltr] .c-header__menu-button .o-icon {
    padding-left: 1rem;
  }
  [dir=rtl] .c-header__menu-button .o-icon {
    padding-right: 1rem;
  }
}

.c-header__menu-category {
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .c-header__menu-category {
  padding: 0 1.5rem;
}
@media (min-width: 1280px) {
  .c-header__menu-category {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
}
.c-header__menu-category--visible {
  display: flex;
}
.c-header__menu-category.is-hidden {
  display: none;
}

@media (min-width: 1280px) {
  .c-header__menu-subcategories {
    position: absolute;
    top: 4.5rem;
    color: #2E353B;
    font-weight: 400;
    max-height: calc(100vh - 16.5rem);
    list-style: none;
  }
  [dir] .c-header__menu-subcategories {
    padding: 0;
    margin-top: 0;
    background-color: #FFF;
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.6);
  }
  [dir=ltr] .c-header__menu-subcategories {
    margin-left: -0.4rem;
  }
  [dir=rtl] .c-header__menu-subcategories {
    margin-right: -0.4rem;
  }
}
.c-header__menu-subcategories.is-hidden {
  display: none;
}

[dir] .c-header__list {
  padding: 0;
  margin: 0;
}

.c-header__link {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 5rem;
}

[dir] .c-header__link {
  border-bottom: 0.2rem solid #4065BC;
}

[dir=ltr] .c-header__link {
  padding-left: 5rem;
}

[dir=rtl] .c-header__link {
  padding-right: 5rem;
}
@media (min-width: 1280px) {
  .c-header__link {
    color: #2E353B;
    height: unset;
    font-weight: unset;
  }
  [dir] .c-header__link {
    padding: 1rem 2rem;
    border-bottom: unset;
  }
  .c-header__link:hover {
    color: #183884;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  [dir] .c-header__link:hover {
    background-color: #F5F5F5;
    border-radius: inherit;
  }
}
@media (min-width: 1280px) {
  .c-header__link--back {
    display: none;
  }
}

[dir] .c-header__catalogue-button .c-header__menu-text {
  background-color: transparent;
  cursor: pointer;
}
.c-header__catalogue-button .c-header__menu-text:focus-visible {
  outline: none;
}
[dir] .c-header__catalogue-button .c-header__menu-text:focus-visible {
  box-shadow: 0 0 0 0.1rem #FFF;
}
@media (max-width: 1280px) {
  .c-header__catalogue-button {
    height: 4.8rem;
  }
  [dir] .c-header__catalogue-button {
    margin: 0 2rem;
  }
}

.c-header__pin {
  display: none;
  position: absolute;
  top: 0.2rem;
  height: 2rem;
  width: 2rem;
}

[dir] .c-header__pin {
  padding: 0.2rem;
  cursor: pointer;
}

[dir=ltr] .c-header__pin {
  right: 2rem;
}

[dir=rtl] .c-header__pin {
  left: 2rem;
}

.c-header__pin-empty {
  fill: #000;
  stroke: #000;
}

.c-header__pin-filled {
  fill: #183884;
  stroke: #183884;
}

.c-header__pin-empty, .c-header__pin-filled {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.01rem;
  opacity: 0.8;
  transition: 0.2s opacity;
}
.c-header__pin-empty:hover, .c-header__pin-filled:hover {
  opacity: 1;
}

@media (min-width: 1280px) {
  .c-header--fixed .c-header__pin {
    display: block;
  }
}

.c-header__slogans-container {
  display: none;
}
@media (min-width: 1280px) {
  .c-header__slogans-container {
    display: block;
    grid-column: 1/-1;
    grid-row: 1;
  }
  [dir] .c-header__slogans-container {
    background-color: #2E353B;
  }
}

.c-header__slogans {
  max-width: 128rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

[dir] .c-header__slogans {
  margin: 0 auto;
}

.c-header__slogan {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 0.5rem;
}
.c-header__slogan p {
  color: #FFF;
}
[dir] .c-header__slogan p {
  margin: 0;
}

.c-header__slogan-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFF;
}

.c-header__autocomplete-mask-container {
  display: contents;
}

.c-category-select__select--twig-container {
  opacity: 0.4;
}

[dir=ltr] .c-category-select__select--twig-container {
  padding-left: 0.1rem;
}

[dir=rtl] .c-category-select__select--twig-container {
  padding-right: 0.1rem;
}

.c-technical-information {
  font-weight: 700;
}

.c-locale-suggestion {
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
  /* autoprefixer: ignore next */
  align-items: center;
  min-height: 4.5rem;
  color: #2E353B;
  font-size: 1.2rem;
  font-weight: 700;
}

[dir] .c-locale-suggestion {
  margin: 1rem;
  background-color: #FFC70E;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .c-locale-suggestion {
    grid-template-columns: 5rem 1fr 5rem;
    column-gap: 2rem;
    min-height: 5rem;
    font-size: 1.4rem;
  }
  [dir] .c-locale-suggestion {
    margin: 1rem 0;
  }
}
@media (min-width: 1280px) {
  .c-locale-suggestion {
    max-width: 128rem;
  }
  [dir] .c-locale-suggestion {
    margin: 1rem auto;
  }
}
.c-locale-suggestion.is-hidden {
  display: none;
}

.c-locale-suggestion__message {
  display: flex;
  /* autoprefixer: ignore next */
  justify-content: space-between;
  /* autoprefixer: ignore next */
  align-items: center;
}

.c-locale-suggestion__warning-container {
  display: flex;
  justify-content: flex-end;
}

.c-locale-suggestion__warning-icon {
  width: 3rem;
  height: 3rem;
  fill: #FFF;
}

.c-locale-suggestion__ignore-container {
  display: flex;
  height: 100%;
  width: -webkit-min-content;
  width: min-content;
  align-items: center;
}
@media (min-width: 768px) {
  .c-locale-suggestion__ignore-container {
    justify-content: center;
  }
}

.c-locale-suggestion__ignore-icon.o-icon {
  height: 2.5rem;
  width: 2.5rem;
}

[dir] .c-locale-suggestion__ignore-icon.o-icon {
  cursor: pointer;
}

.c-breadcrumbs__wrapper {
  position: relative;
}

[dir] .c-breadcrumbs__wrapper {
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: solid 0.1rem #F5F5F5;
}
@media (min-width: 1280px) {
  .c-breadcrumbs__wrapper {
    position: initial;
  }
}

.c-breadcrumbs {
  scrollbar-width: none;
  overflow-x: scroll;
  font-size: 1.2rem;
  color: #4B4B4B;
  -ms-overflow-style: none;
}
.c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .c-breadcrumbs {
    overflow: initial;
  }
}

.c-breadcrumbs__list {
  display: flex;
  list-style: none;
  position: relative;
}

[dir] .c-breadcrumbs__list {
  margin: 0;
  padding: 0;
}
.c-breadcrumbs__list--sublist {
  position: absolute;
  z-index: 97;
  top: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  display: none;
  max-height: 40rem;
  line-height: 1.9em;
}
[dir] .c-breadcrumbs__list--sublist {
  padding: 0.5rem 1rem 0;
  border-radius: 0.2rem;
  background: #FFF;
  box-shadow: 0 0.1rem 0.2rem #D6D6D6;
}
[dir=ltr] .c-breadcrumbs__list--sublist {
  margin-left: -1rem;
}
[dir=rtl] .c-breadcrumbs__list--sublist {
  margin-right: -1rem;
}

.c-breadcrumbs__list-item {
  position: relative;
  white-space: nowrap;
}

[dir] .c-breadcrumbs__list-item {
  margin: 0;
  padding: 0;
}
.c-breadcrumbs__list-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
[dir=ltr] .c-breadcrumbs__list-item:not(:last-of-type)::after {
  transform: rotate(23deg);
  border-right: 0.1rem solid #4B4B4B;
}
[dir=rtl] .c-breadcrumbs__list-item:not(:last-of-type)::after {
  transform: rotate(-23deg);
  border-left: 0.1rem solid #4B4B4B;
}
.c-breadcrumbs__list-item * {
  color: #4B4B4B;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .c-breadcrumbs__list-item a:hover {
    color: #183884;
  }
}
.c-breadcrumbs__list-item a:focus {
  color: #183884;
}
.c-breadcrumbs__list-item {
  display: flex;
  align-items: center;
}
[dir] .c-breadcrumbs__list-item {
  padding-bottom: 0.5rem;
}
[dir=ltr] .c-breadcrumbs__list-item--no-separator {
  margin-right: 0.8rem;
}
[dir=rtl] .c-breadcrumbs__list-item--no-separator {
  margin-left: 0.8rem;
}
.c-breadcrumbs__list-item--no-separator:not(:last-of-type)::after {
  content: none;
}
.c-breadcrumbs__list-item--sublist {
  display: block;
}
.c-breadcrumbs__list-item--sublist:nth-child(n)::after {
  content: none;
}
@media (min-width: 1280px) {
  .c-breadcrumbs__list-item:hover .c-breadcrumbs__list--sublist {
    display: block;
  }
}

.c-breadcrumbs__producer-name {
  display: contents;
}

[dir] .c-breadcrumbs__list-label {
  cursor: default;
}

.c-breadcrumbs__link {
  display: inline-flex;
}
.c-breadcrumbs__link--red {
  color: #CD0004;
}
@media (min-width: 1280px) {
  .c-breadcrumbs__link--red:hover {
    color: #CD0004;
  }
}

.c-breadcrumbs__mobile-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 4rem;
  height: 100%;
}

[dir=ltr] .c-breadcrumbs__mobile-overlay {
  right: 0;
  background-image: linear-gradient(to left, #FFF 30%, rgba(255, 255, 255, 0));
}

[dir=rtl] .c-breadcrumbs__mobile-overlay {
  left: 0;
  background-image: linear-gradient(to right, #FFF 30%, rgba(255, 255, 255, 0));
}
[dir=ltr] .c-breadcrumbs__mobile-overlay[data-css-left=true] {
  right: initial;
  left: 0;
  background-image: linear-gradient(to right, #FFF 30%, rgba(255, 255, 255, 0));
}
[dir=rtl] .c-breadcrumbs__mobile-overlay[data-css-left=true] {
  left: initial;
  right: 0;
  background-image: linear-gradient(to left, #FFF 30%, rgba(255, 255, 255, 0));
}

.c-breadcrumbs-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
}

[dir] .c-breadcrumbs-container {
  border-bottom: solid 0.1rem #F5F5F5;
}

[dir=ltr] .c-breadcrumbs-container {
  margin: 0 auto 0 0;
}

[dir=rtl] .c-breadcrumbs-container {
  margin: 0 0 0 auto;
}
[dir] .c-breadcrumbs-container .c-breadcrumbs__wrapper {
  margin: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  [dir=ltr] .c-breadcrumbs-container {
    padding-right: 2.6rem;
  }
  [dir=rtl] .c-breadcrumbs-container {
    padding-left: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .c-breadcrumbs-container {
    grid-area: b;
    flex-direction: column-reverse;
    max-width: calc(100vw - 36rem);
  }
  [dir=ltr] .c-breadcrumbs-container {
    margin: 0 auto 0 0;
    padding: 0 2rem 0 4rem;
  }
  [dir=rtl] .c-breadcrumbs-container {
    margin: 0 0 0 auto;
    padding: 0 4rem 0 2rem;
  }
  .c-breadcrumbs-container--collapsed {
    max-width: calc(100vw - 3.5rem);
  }
  [dir=ltr] .c-breadcrumbs-container--collapsed {
    padding: 0 2rem 0 4rem;
  }
  [dir=rtl] .c-breadcrumbs-container--collapsed {
    padding: 0 4rem 0 2rem;
  }
  [dir] .c-breadcrumbs-container .c-breadcrumbs__wrapper {
    padding: 1rem 0;
  }
}

.c-breadcrumbs__wrapper--full .c-breadcrumbs__wrapper {
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  .c-breadcrumbs__wrapper--full .c-breadcrumbs__wrapper {
    max-width: 192rem;
  }
  [dir] .c-breadcrumbs__wrapper--full .c-breadcrumbs__wrapper {
    margin: 0 auto;
  }
  [dir=ltr] .c-breadcrumbs__wrapper--full .c-breadcrumbs__wrapper {
    padding-left: 5rem;
  }
  [dir=rtl] .c-breadcrumbs__wrapper--full .c-breadcrumbs__wrapper {
    padding-right: 5rem;
  }
}

[dir] .o-zone-bar__container[data-css-zone-symbol=tme4power] {
  background: #99FA92;
}
[dir] .o-zone-bar__container[data-css-zone-symbol=tme4lab] {
  background: #00EBFF;
}
[dir] .o-zone-bar__container[data-css-zone-symbol=tme4safety] {
  background: #FF9D00;
}
[dir] .o-zone-bar__container[data-css-zone-symbol=tme4solder] {
  background: #CEA86C;
}
[dir] .o-zone-bar__container[data-css-zone-symbol=tme4connection] {
  background: #A5B0BE;
}
[dir] .o-zone-bar__container[data-css-zone-symbol=tme4thermal-control] {
  background: #B9C2F5;
}
.o-zone-bar__container {
  display: block;
  width: 100%;
  height: 4.5rem;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  [dir=ltr] .o-zone-bar__container[data-css-is-catalogue="1"] {
    padding-left: 38rem;
  }
  [dir=rtl] .o-zone-bar__container[data-css-is-catalogue="1"] {
    padding-right: 38rem;
  }
  [dir=ltr] .o-zone-bar__container[data-css-is-catalogue="1"][data-css-is-category-tree-hidden=true] {
    padding-left: 5.5rem;
  }
  [dir=rtl] .o-zone-bar__container[data-css-is-catalogue="1"][data-css-is-category-tree-hidden=true] {
    padding-right: 5.5rem;
  }
  .o-zone-bar__container[data-css-is-catalogue="1"] .o-zone-bar-svg__container {
    max-width: unset;
  }
  [dir] .o-zone-bar__container[data-css-is-catalogue="1"] .o-zone-bar-svg__container {
    margin: 0;
  }
}
@media (min-width: 2560px) {
  [dir=ltr] .o-zone-bar__container[data-css-is-catalogue="1"] {
    padding-left: 58rem;
  }
  [dir=rtl] .o-zone-bar__container[data-css-is-catalogue="1"] {
    padding-right: 58rem;
  }
  [dir=ltr] .o-zone-bar__container[data-css-is-catalogue="1"][data-css-is-category-tree-hidden=true] {
    padding-left: 5rem;
  }
  [dir=rtl] .o-zone-bar__container[data-css-is-catalogue="1"][data-css-is-category-tree-hidden=true] {
    padding-right: 5rem;
  }
  .o-zone-bar__container[data-css-is-catalogue="1"] .o-zone-bar-svg__container {
    max-width: unset;
  }
  [dir] .o-zone-bar__container[data-css-is-catalogue="1"] .o-zone-bar-svg__container {
    margin: 0;
  }
}

.o-zone-bar-svg__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.o-zone-bar-svg {
  max-height: 3.5rem;
  fill: #2E353B;
}

.o-sidebar__container {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  width: 100%;
}

[dir] .o-sidebar__container {
  margin: 1rem 0;
}
@media (min-width: 1280px) {
  .o-sidebar__container {
    display: grid;
    height: 100%;
  }
  [dir] .o-sidebar__container {
    margin: unset;
  }
}

.o-sidebar__mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 5rem;
  justify-self: center;
}

[dir] .o-sidebar__mobile-menu-button {
  margin-bottom: 0;
  background-color: #F5F5F5;
  border: none;
}
.o-sidebar__mobile-menu-button .o-icon {
  fill: #2E353B;
  height: 1.5rem;
  width: 1.5rem;
}
[dir=ltr] .o-sidebar__mobile-menu-button .o-icon {
  margin-right: 1rem;
}
[dir=rtl] .o-sidebar__mobile-menu-button .o-icon {
  margin-left: 1rem;
}
@media (min-width: 1280px) {
  .o-sidebar__mobile-menu-button {
    display: none;
  }
}

[dir=ltr] .o-sidebar__mobile-dots {
  transform: rotate(90deg);
}

[dir=rtl] .o-sidebar__mobile-dots {
  transform: rotate(-90deg);
}

[dir=ltr] .o-sidebar__mobile-text {
  margin-right: 1rem;
}

[dir=rtl] .o-sidebar__mobile-text {
  margin-left: 1rem;
}

[dir] .o-sidebar__mobile-arrow {
  transition-duration: 0.5s;
}

.o-sidebar__lists-wrapper {
  overflow: hidden;
  width: 100%;
  justify-self: center;
  align-self: center;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  opacity: 1;
}

[dir] .o-sidebar__lists-wrapper {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .o-sidebar__lists-wrapper {
    max-height: unset;
    align-self: baseline;
    opacity: 1;
    width: 22rem;
  }
}

.o-sidebar__list {
  box-sizing: border-box;
  overflow: hidden;
}

[dir] .o-sidebar__list {
  border-radius: 0.5rem;
  border: 1px solid #B5B5B5;
}
@media (min-width: 1280px) {
  .o-sidebar__list {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    opacity: 1;
    width: 22rem;
    align-self: baseline;
  }
  [dir] .o-sidebar__list {
    background-color: #FFF;
  }
}
.o-sidebar__list--available-forward-links {
  list-style: none;
}
[dir] .o-sidebar__list--available-forward-links {
  margin: 0;
  padding: 0;
  border-top: 0;
}
[dir=ltr] .o-sidebar__list--available-forward-links {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir=rtl] .o-sidebar__list--available-forward-links {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
[dir] .o-sidebar__list[data-css-without-back-link=true] {
  margin-top: 0;
  border: 1px solid #B5B5B5;
}

.o-sidebar__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  min-height: 5rem;
  color: #2E353B;
  word-break: break-word;
}

[dir] .o-sidebar__link {
  margin: 0 0.1rem;
  cursor: pointer;
}

[dir=ltr] .o-sidebar__link {
  padding: 0 2rem 0 3rem;
}

[dir=rtl] .o-sidebar__link {
  padding: 0 3rem 0 2rem;
}
[dir] .o-sidebar__link:hover {
  background-color: #F5F5F5;
}
[dir] .o-sidebar__link:not(:last-child):not([dir] .o-sidebar__link--back) {
  border-bottom: 1px solid #B5B5B5;
}
.o-sidebar__link--back {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}
[dir] .o-sidebar__link--back {
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.o-sidebar__link--back:focus {
  outline: none;
}
[dir] .o-sidebar__link--back:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .o-sidebar__link--back:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .o-sidebar__link--back:hover {
    background-color: #061945;
  }
}
.o-sidebar__link--back:disabled {
  color: #FFF;
}
[dir] .o-sidebar__link--back:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.o-sidebar__link--back {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
[dir] .o-sidebar__link--back {
  margin: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
[dir=ltr] .o-sidebar__link--back {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
[dir=rtl] .o-sidebar__link--back {
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.o-sidebar__link--back .o-icon {
  display: block;
  height: 2rem;
  width: 1.5rem;
  fill: #FFF;
}
[dir=ltr] .o-sidebar__link--back .o-icon {
  margin-right: 0.5rem;
}
[dir=rtl] .o-sidebar__link--back .o-icon {
  margin-left: 0.5rem;
}
.o-sidebar__link--category-header {
  color: #2E353B;
  font-weight: 700;
}
[dir] .o-sidebar__link--category-header {
  background-color: #F5F5F5;
  cursor: default;
  border-radius: 0.5rem 0.5rem 0 0;
}
.o-sidebar__link--category {
  color: #183884;
}
[dir=ltr] .o-sidebar__link--unavailable-forward-links {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
[dir=rtl] .o-sidebar__link--unavailable-forward-links {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[dir] .o-sidebar__link--archive {
  background-color: #F5F5F5;
}
[dir] .o-sidebar__link--archive:hover {
  background-color: #D6D6D6;
}

[dir] .o-sidebar__categories {
  margin-top: 2rem;
}

.o-sidebar__link-list {
  list-style: none;
}

[dir] .o-sidebar__link-list {
  margin: 0;
  padding: 0;
}

[dir] .o-sidebar__link-list-item {
  margin: 0;
  padding: 0;
}
[dir] .o-sidebar__link-list-item:not(:last-child) {
  border-bottom: 1px solid #B5B5B5;
}

.o-sidebar__table-of-content .o-sidebar__table-of-content__header {
  font-weight: bold;
  font-size: 1.8rem;
}

[dir] .o-sidebar__table-of-content .o-sidebar__table-of-content__header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.o-sidebar__table-of-content .o-sidebar__table-of-content__link {
  font-size: 1.4rem;
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}
[dir] .o-sidebar__table-of-content .o-sidebar__table-of-content__link {
  padding-bottom: 1rem;
}
.o-sidebar__table-of-content .o-sidebar__table-of-content__link:hover {
  color: #183884;
}

.o-help-how-to__search {
  display: flex;
  /* autoprefixer: ignore next */
  justify-content: center;
  /* autoprefixer: ignore next */
  align-items: center;
  width: 100%;
  height: 13rem;
}

[dir] .o-help-how-to__search {
  background: #ECEFF7 url("/build/assets/Bm4ZUVFb.svg");
  background-size: 85rem;
  background-attachment: fixed;
}

.o-help-how-to__search-bar {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  width: calc(100% - 2rem);
  height: 4.5rem;
  max-width: 78rem;
}
@media (min-width: 768px) {
  .o-help-how-to__search-bar {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .o-help-how-to__search-bar {
    width: 60%;
  }
}

.o-help-how-to__search-bar-input {
  align-self: stretch;
}

[dir] .o-help-how-to__search-bar-input {
  border: 0.2rem solid #183884;
}

[dir=ltr] .o-help-how-to__search-bar-input {
  border-radius: 0.5rem 0 0 0.5rem;
  padding-left: 1.5rem;
}

[dir=rtl] .o-help-how-to__search-bar-input {
  border-radius: 0 0.5rem 0.5rem 0;
  padding-right: 1.5rem;
}

.o-help-how-to__search-bar-button {
  display: flex;
  /* autoprefixer: ignore next */
  justify-content: space-evenly;
  /* autoprefixer: ignore next */
  align-items: center;
  color: #FFF;
  height: 100%;
}

[dir] .o-help-how-to__search-bar-button {
  padding: 1rem;
  background-color: #183884;
  border: none;
  cursor: pointer;
  margin: 0;
}

[dir=ltr] .o-help-how-to__search-bar-button {
  border-radius: 0 0.5rem 0.5rem 0;
}

[dir=rtl] .o-help-how-to__search-bar-button {
  border-radius: 0.5rem 0 0 0.5rem;
}
@media (min-width: 768px) {
  .o-help-how-to__search-bar-button {
    min-width: 15rem;
  }
}
.o-help-how-to__search-bar-button .o-icon {
  fill: #FFF;
  height: 2rem;
  width: 2rem;
}
[dir=ltr] .o-help-how-to__search-bar-button .o-icon {
  margin-left: 1rem;
}
[dir=rtl] .o-help-how-to__search-bar-button .o-icon {
  margin-right: 1rem;
}

.o-news-box--newsroom {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.o-news-box {
  display: grid;
  position: relative;
  grid-template-areas: "photo" "content";
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  height: 100%;
  box-sizing: border-box;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-news-box {
  border: 0.1rem solid #EBEBEB;
  background-color: #FFF;
  border-radius: 0.5rem;
  cursor: pointer;
}
[dir] .o-news-box:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .o-news-box {
    grid-template-rows: auto 1fr;
  }
}

.o-news-box-main {
  display: grid;
  position: relative;
  grid-template-areas: "photo" "content";
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  height: 100%;
  box-sizing: border-box;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-news-box-main {
  border: 0.1rem solid #EBEBEB;
  background-color: #FFF;
  border-radius: 0.5rem;
  cursor: pointer;
}
[dir] .o-news-box-main:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .o-news-box-main {
    grid-template-areas: "photo content";
    grid-template-columns: 8.5fr 2fr;
    grid-template-rows: 1fr;
    grid-column: span 3;
  }
}
.o-news-box-main .o-news-box__image {
  max-height: 24rem;
}
@media (min-width: 1280px) {
  .o-news-box-main .o-news-box__image {
    max-height: 35rem;
  }
  [dir=ltr] .o-news-box-main .o-news-box__image {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [dir=rtl] .o-news-box-main .o-news-box__image {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
@media (min-width: 1280px) {
  .o-news-box-main .o-news-box__image-container {
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .o-news-box-main .o-news-box__content-container {
    grid-template-rows: auto auto 1fr;
  }
}
.o-news-box-main .o-news-box__content-news:not(.o-text-expand-hover) {
  height: 100%;
}
@media (min-width: 1280px) {
  .o-news-box-main .o-news-box__content-news:not(.o-text-expand-hover) {
    display: block;
    -webkit-line-clamp: unset;
  }
}
@media (min-width: 1280px) {
  .o-news-box-main .o-news-box__content-news-container {
    height: 19rem;
    max-height: initial;
  }
}
.o-news-box-main .o-boxes__video-icon {
  top: initial;
  bottom: 1.5rem;
}

.o-news-box__image-container {
  position: relative;
  grid-area: photo;
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-height: 20rem;
}

[dir=ltr] .o-news-box__image-container {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

[dir=rtl] .o-news-box__image-container {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
@media (min-width: 1280px) {
  .o-news-box__image-container {
    min-height: auto;
  }
}

.o-news-box__content-container {
  display: grid;
  grid-template-rows: 5.1rem 3rem auto;
  grid-area: content;
  align-self: stretch;
}

[dir] .o-news-box__content-container {
  padding: 1.5rem;
}
@media (min-width: 1280px) {
  .o-news-box__content-container {
    align-self: initial;
  }
}

.o-news-box__content-title {
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2E353B;
  line-height: 1.15em;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-news-box__content-title {
  margin: 0;
}
@media (min-width: 1280px) {
  .o-news-box__content-title {
    font-size: 1.5rem;
  }
}

.o-news-box__content-news-container {
  height: 3rem;
  overflow: hidden;
}

.o-news-box__content-news {
  height: 100%;
  line-height: 1.15em;
  font-size: 1.3rem;
  overflow: hidden;
  scroll-behavior: smooth;
}

[dir] .o-news-box__content-news {
  margin: 0;
}
.o-news-box__content-news:not(.o-text-expand-hover) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1280px) {
  .o-news-box__content-news {
    min-height: initial;
  }
}

.o-news-box__image {
  width: 100%;
  max-height: 20rem;
  object-fit: scale-down;
}

[dir=ltr] .o-news-box__image {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

[dir=rtl] .o-news-box__image {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
@media (min-width: 1280px) {
  .o-news-box__image {
    max-height: 15rem;
  }
}

.o-news-box__unavailable-photo {
  fill: #D6D6D6;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  max-height: 20rem;
}

[dir] .o-news-box__unavailable-photo {
  background: white;
  padding: 0.5rem;
  padding: 2rem 0;
}

[dir=ltr] .o-news-box__unavailable-photo {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

[dir=rtl] .o-news-box__unavailable-photo {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
@media (min-width: 1280px) {
  .o-news-box__unavailable-photo {
    max-height: 15rem;
  }
}

.o-news-box__content-date {
  display: flex;
  align-self: center;
  color: #4B5B69;
  font-size: 1.1rem;
  font-weight: 700;
}

[dir] .o-news-box__content-date {
  margin: 0;
}
@media (min-width: 1280px) {
  [dir] .o-news-box__content-date {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.o-steps {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

[dir=ltr] .o-steps {
  margin-right: 0.5rem;
}

[dir=rtl] .o-steps {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .o-steps {
    flex-wrap: initial;
  }
  [dir] .o-steps {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .o-steps {
    width: auto;
  }
}

.o-steps__step {
  display: flex;
  position: relative;
  /* autoprefixer: ignore next */
  align-items: center;
  /* autoprefixer: ignore next */
  justify-content: center;
  height: 4.6rem;
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-steps__step {
  background: #B5B5B5;
}

[dir=ltr] .o-steps__step {
  padding: 0 1rem 0 3em;
}

[dir=rtl] .o-steps__step {
  padding: 0 3em 0 1rem;
}
@media (max-width: 1280px) {
  .o-steps__step {
    width: 100%;
  }
}

.o-steps__step-icon {
  fill: #B5B5B5;
  min-width: 2.6rem;
  max-width: 2.6rem;
  position: absolute;
  top: 0;
  height: 4.6rem;
  z-index: 1;
  display: none;
}

[dir=ltr] .o-steps__step-icon {
  right: -24px;
}

[dir=rtl] .o-steps__step-icon {
  left: -24px;
}
.o-steps__step-icon--back {
  fill: #F5F5F5;
}
[dir=ltr] .o-steps__step-icon--back {
  right: -27px;
}
[dir=rtl] .o-steps__step-icon--back {
  left: -27px;
}
@media (min-width: 768px) {
  .o-steps__step-icon {
    display: initial;
  }
}

[dir] .o-steps__step--active {
  background: #4B4B4B;
}
.o-steps__step--active .o-steps__step-icon {
  fill: #4B4B4B;
}
.o-steps__step--active .o-steps__step-icon--back {
  fill: #F5F5F5;
}

[dir=ltr] .o-steps__step--first {
  padding: 0 1rem 0 2em;
}

[dir=rtl] .o-steps__step--first {
  padding: 0 2em 0 1rem;
}
@media (min-width: 768px) {
  [dir=ltr] .o-steps__step--first {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [dir=rtl] .o-steps__step--first {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

[dir=ltr] .o-steps__step--last {
  padding: 0 2rem 0 3em;
}

[dir=rtl] .o-steps__step--last {
  padding: 0 3em 0 2rem;
}
@media (min-width: 768px) {
  [dir=ltr] .o-steps__step--last {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [dir=rtl] .o-steps__step--last {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.o-steps__step--last .o-steps__step-icon {
  display: none;
}
.o-side-links {
  color: #183884;
}
[dir] .o-side-links {
  padding: 1rem 0;
}
[dir=ltr] .o-side-links {
  text-align: right;
}
[dir=rtl] .o-side-links {
  text-align: left;
}
.o-side-links--inline {
  display: inline;
}

[dir] .o-side-links__link {
  cursor: pointer;
}

.o-side-links__icon {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}

[dir] .u-margin-top-1 {
  margin-top: 1rem;
}

[dir] .u-margin-top-2 {
  margin-top: 2rem;
}

[dir] .u-margin-top-3 {
  margin-top: 3rem;
}

[dir=ltr] .u-margin-right-1 {
  margin-right: 1rem;
}

[dir=rtl] .u-margin-right-1 {
  margin-left: 1rem;
}

[dir=ltr] .u-margin-right-2 {
  margin-right: 2rem;
}

[dir=rtl] .u-margin-right-2 {
  margin-left: 2rem;
}

[dir=ltr] .u-margin-right-3 {
  margin-right: 3rem;
}

[dir=rtl] .u-margin-right-3 {
  margin-left: 3rem;
}

[dir] .u-margin-bottom-1 {
  margin-bottom: 1rem;
}

[dir] .u-margin-bottom-2 {
  margin-bottom: 2rem;
}

[dir] .u-margin-bottom-3 {
  margin-bottom: 3rem;
}

[dir=ltr] .u-margin-left-1 {
  margin-left: 1rem;
}

[dir=rtl] .u-margin-left-1 {
  margin-right: 1rem;
}

[dir=ltr] .u-margin-left-2 {
  margin-left: 2rem;
}

[dir=rtl] .u-margin-left-2 {
  margin-right: 2rem;
}

[dir=ltr] .u-margin-left-3 {
  margin-left: 3rem;
}

[dir=rtl] .u-margin-left-3 {
  margin-right: 3rem;
}

[dir=ltr] .u-text-align-left {
  text-align: left;
}

[dir=rtl] .u-text-align-left {
  text-align: right;
}

[dir] .u-text-align-center {
  text-align: center;
}

[dir=ltr] .u-text-align-right {
  text-align: right;
}

[dir=rtl] .u-text-align-right {
  text-align: left;
}

.u-font-size-base {
  font-size: 1.6rem;
}

@supports (-webkit-appearance: none) {
  img[ci-src] {
    display: none;
  }
  [dir] .u-critical-style__obscured {
    background: #F5F5F5;
  }
  .u-critical-style__obscured * {
    opacity: 0;
  }
  .u-critical-style__push-over-fold {
    min-height: 100rem;
  }
  @media (min-width: 768px) {
    .u-critical-style__hidden {
      display: none;
    }
  }
}