/**
 *  Import variables
 */
:root {
  --primaryColor: #464fe5;
  --primaryColors10: #fbfbfe;
  --primaryColors20: #f6f7fd;
  --primaryColors50: #e9eafb;
  --primaryColors100: #d4d6f7;
  --primaryColors200: #a9acef;
  --primaryColors300: #7e83e7;
  --primaryColors400: #535adf;
  --primaryColors500: #2830d7;
  --primaryColors600: #2027ac;
  --primaryColors700: #181d81;
  --primaryColors800: #101356;
  --primaryColors900: #080a2b;
}
:root {
  --secondaryColor: #d6302d;
  --secondaryColors10: #fefbfb;
  --secondaryColors20: #fdf7f6;
  --secondaryColors50: #fbeaea;
  --secondaryColors100: #f7d5d4;
  --secondaryColors200: #eeabaa;
  --secondaryColors300: #e6817f;
  --secondaryColors400: #dd5755;
  --secondaryColors500: #d52d2a;
  --secondaryColors600: #aa2422;
  --secondaryColors700: #801b19;
  --secondaryColors800: #551211;
  --secondaryColors900: #2b0908;
}
:root {
  --neutralColor: #8c98a8;
  --neutralColors0: #ffffff;
  --neutralColors10: #fcfcfd;
  --neutralColors20: #f9fafb;
  --neutralColors50: #f0f2f4;
  --neutralColors100: #e2e5e9;
  --neutralColors200: #c5cbd3;
  --neutralColors300: #a8b1bd;
  --neutralColors400: #8b97a7;
  --neutralColors500: #6e7d91;
  --neutralColors600: #586474;
  --neutralColors700: #424b57;
  --neutralColors800: #2c323a;
  --neutralColors900: #16191d;
  --neutralColors1000: #000000;
}
:root {
  --globalBodyBackgroundColor: #ffffff;
  --globalFontColor: #2c323a;
  --globalFontColorSecondary: #586474;
  --globalFontColorTertiary: #6e7d91;
}
/**
  *  Import mixins
  */
@keyframes revealMessage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.star-score {
  display: inline-flex;
}
.stars-rating-control {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
/**
  *  Import actual styles
  */
.module {
  width: 100%;
  margin-bottom: 1rem;
}
.module:last-child {
  margin-bottom: initial;
}
.module__header {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7875rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .module__header {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.module__header_highlight {
  border-bottom: 3px solid #464fe5;
  display: inline-block;
}
.module__header_s {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.module__header-content {
  padding: 0.5rem 0;
}
.module__header-title {
  width: 100%;
}
.module__header-title_no-underline {
  border: none;
}
.module__header-title_highlight {
  padding: 0;
}
.module__link-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .module__link-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .module__link-wrapper {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
  }
  .module__link-wrapper .module__header-title {
    border: none;
  }
}
.module__link-wrapper .module__header-title {
  width: auto;
}
.module__link {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-size: 0.875rem;
  text-decoration: none;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .module__link {
    width: 100%;
    position: relative;
    margin-top: 0.625rem;
  }
}
.module__description {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .module__description {
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: 0;
  outline-color: #181d81;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Inter', Arial;
  font-size: 16px;
  color: #2c323a;
  background-color: #ffffff;
  overflow-y: scroll;
}
body.body_with-trial-bar {
  padding-bottom: 4.375rem;
}
@media (max-width: 576px) {
  body.body_with-trial-bar {
    padding-top: 4.375rem;
    padding-bottom: 0;
  }
}
button {
  background-color: initial;
  font-family: 'Inter';
  font-size: 1rem;
  line-height: 1.5rem;
  outline-offset: 0.25rem;
}
input {
  font-family: 'Inter';
  color: #2c323a;
  font-size: 1rem;
  line-height: 1.5rem;
}
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active,
:-internal-autofill-selected {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
pre {
  white-space: pre-line;
}
a {
  outline-offset: 0.25rem;
}
ul,
ol {
  list-style-type: none;
}
#main-header > .grid:not(.grid_full),
main > .grid:not(.grid_full),
#main-footer > .grid:not(.grid_full) {
  padding-left: 1rem;
  padding-right: 1rem;
}
[hidden] {
  display: none !important;
}
.visible-hidden {
  visibility: hidden;
}
.scrollable {
  overflow-y: scroll;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollable::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.scroll-x_blocked {
  overflow-x: hidden;
}
.scroll-y_blocked {
  overflow-y: hidden;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.icon {
  fill: transparent;
  stroke: #2c323a;
  width: 16px;
  height: 16px;
}
.icon_l {
  width: 20px;
  height: 20px;
}
.icon_xl {
  width: 24px;
  height: 24px;
}
.icon_xxl {
  width: 32px;
  height: 32px;
}
.icon_xxxl {
  width: 64px;
  height: 64px;
}
.icon_clickable {
  cursor: pointer;
}
.icon_filled {
  fill: #2c323a;
}
.icon_no-stroke {
  stroke: transparent;
}
.icon_secondary-color {
  stroke: #586474;
}
.icon_tertiary-color {
  stroke: #6e7d91;
}
.icon_link {
  fill: transparent;
  stroke: #464fe5;
}
.icon_success {
  fill: transparent;
  stroke: #464fe5;
}
.icon_success-filled {
  stroke: #ffffff;
  background-color: #464fe5;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0.5rem;
  box-shadow: 0 0 0px 6px #e8fdf4;
}
.icon_error {
  fill: transparent;
  stroke: #2c323a;
}
.icon_error-filled {
  stroke: #ffffff;
  background-color: #2c323a;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0.5rem;
  box-shadow: 0 0 0px 6px #fce9e8;
}
.icon_promo {
  fill: transparent;
  stroke: #ffffff;
  background-color: #d6302d;
  padding: 0.0625rem;
  border-radius: 0.125rem;
  vertical-align: middle;
}
h-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.925rem;
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
h2,
.h2 {
  font-size: 1.375rem;
  line-height: 1.7875rem;
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.65rem;
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
h4,
.h4 {
  font-size: 1.1875rem;
  line-height: 1.58125rem;
}
@media screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.5125rem;
}
@media screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
h6,
.h6 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.secondary-header {
  font-weight: 600;
}
.secondary-header:not(:last-child) {
  margin-bottom: 1rem;
}
.secondary-header_m {
  font-size: 1.125rem;
}
.secondary-header_s {
  font-size: 1rem;
}
.btn-icon {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.6875rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.6875rem;
}
.btn-icon_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn-icon_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5625rem;
  padding-right: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn-icon_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.4375rem;
}
.btn-icon_primary {
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.btn-icon_primary:hover {
  background-color: #1c25c5;
}
.btn-icon_primary-disabled {
  background-color: #7e83e7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.btn-icon_secondary {
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.btn-icon_secondary:hover {
  background-color: #abaef0;
}
.btn-icon_secondary-disabled {
  background-color: #e9eafb;
  color: #a9acef;
  border-color: transparent;
  fill: #a9acef;
  stroke: #a9acef;
  pointer-events: none;
}
.btn-icon_outline {
  background-color: inherit;
  color: #424b57;
  border-color: #a8b1bd;
  fill: #424b57;
  stroke: #424b57;
  border-width: 1px;
}
.btn-icon_outline:hover {
  color: #16191d;
  border-color: #6e7d91;
}
.btn-icon_outline-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: #a8b1bd;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.btn-icon_ghost {
  background-color: transparent;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.btn-icon_ghost:hover {
  color: #1c25c5;
  background-color: transparent;
}
.btn-icon_ghost-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: transparent;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.btn-icon_join-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-icon_join-left {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-icon__icon {
  stroke: inherit;
}
.btn {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  outline-offset: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  font-weight: 600;
  line-height: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.4375rem;
  padding-right: 1.25rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.25rem;
}
.btn_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.5rem;
}
.btn_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.btn_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
}
.btn_full-width {
  min-width: fit-content;
  width: 100%;
}
.btn_primary {
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.btn_primary:hover {
  background-color: #1c25c5;
  color: #ffffff;
}
.btn_primary-disabled {
  background-color: #7e83e7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.btn_secondary {
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.btn_secondary:hover {
  background-color: #abaef0;
  color: #464fe5;
}
.btn_secondary-disabled {
  background-color: #e9eafb;
  color: #a9acef;
  border-color: transparent;
  fill: #a9acef;
  stroke: #a9acef;
  pointer-events: none;
}
.btn_special {
  background-color: #080a2b;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.btn_special:hover {
  background-color: #0e114b;
  color: #ffffff;
}
.btn_special-disabled {
  background-color: #8b97a7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.btn_outline {
  background-color: inherit;
  color: #424b57;
  border-color: #a8b1bd;
  fill: #424b57;
  stroke: #424b57;
  border-width: 1px;
}
.btn_outline:hover {
  color: #16191d;
  border-color: #6e7d91;
}
.btn_outline-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: #a8b1bd;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.btn_ghost {
  background-color: transparent;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.btn_ghost:hover {
  color: #1c25c5;
  background-color: transparent;
}
.btn_ghost-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: transparent;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.btn_icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.5625rem;
  background-color: #f0f2f4;
  color: #586474;
  border-color: transparent;
  fill: #586474;
  stroke: #586474;
  border-radius: 50%;
  aspect-ratio: 1;
}
.btn_icon:hover {
  background-color: #e2e5e9;
}
.btn_join-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn_join-left {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn__icon {
  width: 16px;
  height: 16px;
  stroke: inherit;
}
.btn__icon_left {
  margin-right: 0.625rem;
}
.btn__icon_right {
  margin-left: 0.625rem;
}
.btn__icon_filled {
  fill: inherit;
}
@media (max-width: 767px) {
  .btn_full-width-mobile {
    width: 100%;
  }
}
buy-button {
  display: inline-flex;
}
.btn-group {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
}
.grid {
  display: flex;
  flex-direction: column;
  max-width: calc(1200px + (2 * 1rem));
  width: 100%;
  margin: 0 auto;
}
.grid_full {
  max-width: 100dvw;
  padding-left: 0;
  padding-right: 0;
}
.grid_full > .grid__row {
  margin-left: 0;
  margin-right: 0;
}
.grid_full > .grid__row > .grid__col:first-child {
  padding-left: 0;
}
.grid_full > .grid__row > .grid__col:last-child {
  padding-right: 0;
}
.grid_full-container-width > .grid__row {
  width: 100%;
  max-width: 1200px;
  min-width: auto;
}
.grid_l {
  max-width: 1400px;
}
.grid_s {
  max-width: 1000px;
}
.grid_text-color *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--text-color);
}
.grid_text-color h1,
.grid_text-color h2,
.grid_text-color h3,
.grid_text-color h4,
.grid_text-color h5,
.grid_text-color h6,
.grid_text-color [role='heading'] {
  color: var(--heading-color);
}
.grid_text-color h1 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color h2 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color h3 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color h4 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color h5 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color h6 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid_text-color [role='heading'] *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--heading-color);
}
.grid_text-color .js__grid-placeholder,
.grid_text-color .js__grid-placeholder * {
  color: var(--a-neutral-900);
}
.grid_xs-hleft {
  align-items: flex-start;
}
.grid_xs-hcenter {
  align-items: center;
}
.grid_xs-hright {
  align-items: flex-end;
}
@media screen and (min-width: 576px) {
  .grid_sm-hleft {
    align-items: flex-start;
  }
  .grid_sm-hcenter {
    align-items: center;
  }
  .grid_sm-hright {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .grid_md-hleft {
    align-items: flex-start;
  }
  .grid_md-hcenter {
    align-items: center;
  }
  .grid_md-hright {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .grid_lg-hleft {
    align-items: flex-start;
  }
  .grid_lg-hcenter {
    align-items: center;
  }
  .grid_lg-hright {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .grid_xl-hleft {
    align-items: flex-start;
  }
  .grid_xl-hcenter {
    align-items: center;
  }
  .grid_xl-hright {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .grid_xxl-hleft {
    align-items: flex-start;
  }
  .grid_xxl-hcenter {
    align-items: center;
  }
  .grid_xxl-hright {
    align-items: flex-end;
  }
}
.grid__row {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  max-width: 100dvw;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid__row_container-width {
  width: 100%;
  max-width: 1200px;
  min-width: auto;
}
.grid__row_text-color *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--text-color);
}
.grid__row_text-color h1,
.grid__row_text-color h2,
.grid__row_text-color h3,
.grid__row_text-color h4,
.grid__row_text-color h5,
.grid__row_text-color h6,
.grid__row_text-color [role='heading'] {
  color: var(--heading-color);
}
.grid__row_text-color h1 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color h2 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color h3 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color h4 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color h5 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color h6 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__row_text-color [role='heading'] *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--heading-color);
}
.grid__row_text-color .js__grid-placeholder,
.grid__row_text-color .js__grid-placeholder * {
  color: var(--a-neutral-900);
}
.grid__row_xs-vtop {
  align-items: flex-start;
}
.grid__row_xs-vcenter {
  align-items: center;
}
.grid__row_xs-vbottom {
  align-items: flex-end;
}
.grid__row_xs-vstretch {
  align-items: stretch;
  min-height: 100%;
}
.grid__row_xs-vbaseline {
  align-items: baseline;
  min-width: 100%;
}
.grid__row_xs-hleft {
  justify-content: flex-start;
}
.grid__row_xs-hcenter {
  justify-content: center;
}
.grid__row_xs-hbetween {
  justify-content: space-between;
}
.grid__row_xs-haround {
  justify-content: space-around;
}
.grid__row_xs-hevenly {
  justify-content: space-evenly;
}
.grid__row_xs-hright {
  justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .grid__row_sm-vtop {
    align-items: flex-start;
  }
  .grid__row_sm-vcenter {
    align-items: center;
  }
  .grid__row_sm-vbottom {
    align-items: flex-end;
  }
  .grid__row_sm-vstretch {
    align-items: stretch;
    min-height: 100%;
  }
  .grid__row_sm-vbaseline {
    align-items: baseline;
    min-width: 100%;
  }
  .grid__row_sm-hleft {
    justify-content: flex-start;
  }
  .grid__row_sm-hcenter {
    justify-content: center;
  }
  .grid__row_sm-hbetween {
    justify-content: space-between;
  }
  .grid__row_sm-haround {
    justify-content: space-around;
  }
  .grid__row_sm-hevenly {
    justify-content: space-evenly;
  }
  .grid__row_sm-hright {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .grid__row_md-vtop {
    align-items: flex-start;
  }
  .grid__row_md-vcenter {
    align-items: center;
  }
  .grid__row_md-vbottom {
    align-items: flex-end;
  }
  .grid__row_md-vstretch {
    align-items: stretch;
    min-height: 100%;
  }
  .grid__row_md-vbaseline {
    align-items: baseline;
    min-width: 100%;
  }
  .grid__row_md-hleft {
    justify-content: flex-start;
  }
  .grid__row_md-hcenter {
    justify-content: center;
  }
  .grid__row_md-hbetween {
    justify-content: space-between;
  }
  .grid__row_md-haround {
    justify-content: space-around;
  }
  .grid__row_md-hevenly {
    justify-content: space-evenly;
  }
  .grid__row_md-hright {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .grid__row_lg-vtop {
    align-items: flex-start;
  }
  .grid__row_lg-vcenter {
    align-items: center;
  }
  .grid__row_lg-vbottom {
    align-items: flex-end;
  }
  .grid__row_lg-vstretch {
    align-items: stretch;
    min-height: 100%;
  }
  .grid__row_lg-vbaseline {
    align-items: baseline;
    min-width: 100%;
  }
  .grid__row_lg-hleft {
    justify-content: flex-start;
  }
  .grid__row_lg-hcenter {
    justify-content: center;
  }
  .grid__row_lg-hbetween {
    justify-content: space-between;
  }
  .grid__row_lg-haround {
    justify-content: space-around;
  }
  .grid__row_lg-hevenly {
    justify-content: space-evenly;
  }
  .grid__row_lg-hright {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .grid__row_xl-vtop {
    align-items: flex-start;
  }
  .grid__row_xl-vcenter {
    align-items: center;
  }
  .grid__row_xl-vbottom {
    align-items: flex-end;
  }
  .grid__row_xl-vstretch {
    align-items: stretch;
    min-height: 100%;
  }
  .grid__row_xl-vbaseline {
    align-items: baseline;
    min-width: 100%;
  }
  .grid__row_xl-hleft {
    justify-content: flex-start;
  }
  .grid__row_xl-hcenter {
    justify-content: center;
  }
  .grid__row_xl-hbetween {
    justify-content: space-between;
  }
  .grid__row_xl-haround {
    justify-content: space-around;
  }
  .grid__row_xl-hevenly {
    justify-content: space-evenly;
  }
  .grid__row_xl-hright {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .grid__row_xxl-vtop {
    align-items: flex-start;
  }
  .grid__row_xxl-vcenter {
    align-items: center;
  }
  .grid__row_xxl-vbottom {
    align-items: flex-end;
  }
  .grid__row_xxl-vstretch {
    align-items: stretch;
    min-height: 100%;
  }
  .grid__row_xxl-vbaseline {
    align-items: baseline;
    min-width: 100%;
  }
  .grid__row_xxl-hleft {
    justify-content: flex-start;
  }
  .grid__row_xxl-hcenter {
    justify-content: center;
  }
  .grid__row_xxl-hbetween {
    justify-content: space-between;
  }
  .grid__row_xxl-haround {
    justify-content: space-around;
  }
  .grid__row_xxl-hevenly {
    justify-content: space-evenly;
  }
  .grid__row_xxl-hright {
    justify-content: flex-end;
  }
}
.grid__col {
  display: grid;
  align-content: start;
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr);
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid__col_text-color *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--text-color);
}
.grid__col_text-color h1,
.grid__col_text-color h2,
.grid__col_text-color h3,
.grid__col_text-color h4,
.grid__col_text-color h5,
.grid__col_text-color h6,
.grid__col_text-color [role='heading'] {
  color: var(--heading-color);
}
.grid__col_text-color h1 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color h2 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color h3 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color h4 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color h5 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color h6 *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss),
.grid__col_text-color [role='heading'] *:not(a, button, .btn, .js__grid-placeholder, .ribbon, .price__value_special, .resetcss *, .resetcss) {
  color: var(--heading-color);
}
.grid__col_text-color .js__grid-placeholder,
.grid__col_text-color .js__grid-placeholder * {
  color: var(--a-neutral-900);
}
.grid__col_xs-hleft {
  justify-items: start;
}
.grid__col_xs-hcenter {
  justify-items: center;
}
.grid__col_xs-hright {
  justify-items: end;
}
.grid__col_xs-vtop {
  align-content: start;
}
.grid__col_xs-vcenter {
  align-content: center;
}
.grid__col_xs-vbottom {
  align-content: end;
}
.grid__col_xs-vbetween {
  align-content: space-between;
}
@media screen and (min-width: 576px) {
  .grid__col_sm-hleft {
    justify-items: start;
  }
  .grid__col_sm-hcenter {
    justify-items: center;
  }
  .grid__col_sm-hright {
    justify-items: end;
  }
  .grid__col_sm-vtop {
    align-content: start;
  }
  .grid__col_sm-vcenter {
    align-content: center;
  }
  .grid__col_sm-vbottom {
    align-content: end;
  }
  .grid__col_sm-vbetween {
    align-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .grid__col_md-hleft {
    justify-items: start;
  }
  .grid__col_md-hcenter {
    justify-items: center;
  }
  .grid__col_md-hright {
    justify-items: end;
  }
  .grid__col_md-vtop {
    align-content: start;
  }
  .grid__col_md-vcenter {
    align-content: center;
  }
  .grid__col_md-vbottom {
    align-content: end;
  }
  .grid__col_md-vbetween {
    align-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .grid__col_lg-hleft {
    justify-items: start;
  }
  .grid__col_lg-hcenter {
    justify-items: center;
  }
  .grid__col_lg-hright {
    justify-items: end;
  }
  .grid__col_lg-vtop {
    align-content: start;
  }
  .grid__col_lg-vcenter {
    align-content: center;
  }
  .grid__col_lg-vbottom {
    align-content: end;
  }
  .grid__col_lg-vbetween {
    align-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .grid__col_xl-hleft {
    justify-items: start;
  }
  .grid__col_xl-hcenter {
    justify-items: center;
  }
  .grid__col_xl-hright {
    justify-items: end;
  }
  .grid__col_xl-vtop {
    align-content: start;
  }
  .grid__col_xl-vcenter {
    align-content: center;
  }
  .grid__col_xl-vbottom {
    align-content: end;
  }
  .grid__col_xl-vbetween {
    align-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .grid__col_xxl-hleft {
    justify-items: start;
  }
  .grid__col_xxl-hcenter {
    justify-items: center;
  }
  .grid__col_xxl-hright {
    justify-items: end;
  }
  .grid__col_xxl-vtop {
    align-content: start;
  }
  .grid__col_xxl-vcenter {
    align-content: center;
  }
  .grid__col_xxl-vbottom {
    align-content: end;
  }
  .grid__col_xxl-vbetween {
    align-content: space-between;
  }
}
.grid__col_xs-0 {
  flex: 1 0 0%;
  max-width: 0%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-1 {
  flex: 1 0 8.33333333%;
  max-width: 8.33333333%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-2 {
  flex: 1 0 16.66666667%;
  max-width: 16.66666667%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-3 {
  flex: 1 0 25%;
  max-width: 25%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-4 {
  flex: 1 0 33.33333333%;
  max-width: 33.33333333%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-5 {
  flex: 1 0 41.66666667%;
  max-width: 41.66666667%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-6 {
  flex: 1 0 50%;
  max-width: 50%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-7 {
  flex: 1 0 58.33333333%;
  max-width: 58.33333333%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-8 {
  flex: 1 0 66.66666667%;
  max-width: 66.66666667%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-9 {
  flex: 1 0 75%;
  max-width: 75%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-10 {
  flex: 1 0 83.33333333%;
  max-width: 83.33333333%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-11 {
  flex: 1 0 91.66666667%;
  max-width: 91.66666667%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_xs-12 {
  flex: 1 0 100%;
  max-width: 100%;
}
.grid__col_xs-auto {
  flex: 0 0 auto;
  max-width: initial;
}
.grid__col_xs-grow {
  flex: 1 0;
  max-width: initial;
}
.grid__col_order-xs-0 {
  order: 0;
}
.grid__col_order-xs-1 {
  order: 1;
}
.grid__col_order-xs-2 {
  order: 2;
}
.grid__col_order-xs-3 {
  order: 3;
}
.grid__col_order-xs-4 {
  order: 4;
}
.grid__col_order-xs-5 {
  order: 5;
}
@media screen and (min-width: 576px) {
  .grid__col_sm-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_sm-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grid__col_sm-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_sm-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_order-sm-0 {
    order: 0;
  }
  .grid__col_order-sm-1 {
    order: 1;
  }
  .grid__col_order-sm-2 {
    order: 2;
  }
  .grid__col_order-sm-3 {
    order: 3;
  }
  .grid__col_order-sm-4 {
    order: 4;
  }
  .grid__col_order-sm-5 {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .grid__col_md-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_md-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grid__col_md-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_md-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_order-md-0 {
    order: 0;
  }
  .grid__col_order-md-1 {
    order: 1;
  }
  .grid__col_order-md-2 {
    order: 2;
  }
  .grid__col_order-md-3 {
    order: 3;
  }
  .grid__col_order-md-4 {
    order: 4;
  }
  .grid__col_order-md-5 {
    order: 5;
  }
}
@media screen and (min-width: 1000px) {
  .grid__col_lg-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_lg-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grid__col_lg-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_lg-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_order-lg-0 {
    order: 0;
  }
  .grid__col_order-lg-1 {
    order: 1;
  }
  .grid__col_order-lg-2 {
    order: 2;
  }
  .grid__col_order-lg-3 {
    order: 3;
  }
  .grid__col_order-lg-4 {
    order: 4;
  }
  .grid__col_order-lg-5 {
    order: 5;
  }
}
@media screen and (min-width: 1200px) {
  .grid__col_xl-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xl-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grid__col_xl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_order-xl-0 {
    order: 0;
  }
  .grid__col_order-xl-1 {
    order: 1;
  }
  .grid__col_order-xl-2 {
    order: 2;
  }
  .grid__col_order-xl-3 {
    order: 3;
  }
  .grid__col_order-xl-4 {
    order: 4;
  }
  .grid__col_order-xl-5 {
    order: 5;
  }
}
@media screen and (min-width: 1440px) {
  .grid__col_xxl-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_xxl-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grid__col_xxl-auto {
    flex: 0 0 auto;
    max-width: initial;
  }
  .grid__col_xxl-grow {
    flex: 1 0;
    max-width: initial;
  }
  .grid__col_order-xxl-0 {
    order: 0;
  }
  .grid__col_order-xxl-1 {
    order: 1;
  }
  .grid__col_order-xxl-2 {
    order: 2;
  }
  .grid__col_order-xxl-3 {
    order: 3;
  }
  .grid__col_order-xxl-4 {
    order: 4;
  }
  .grid__col_order-xxl-5 {
    order: 5;
  }
}
.f-row {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.f-grid-0 {
  flex: 1 1 0%;
  max-width: 0%;
}
.f-grid-1 {
  flex: 1 1 8.33333333%;
  max-width: 8.33333333%;
}
.f-grid-2 {
  flex: 1 1 16.66666667%;
  max-width: 16.66666667%;
}
.f-grid-3 {
  flex: 1 1 25%;
  max-width: 25%;
}
.f-grid-4 {
  flex: 1 1 33.33333333%;
  max-width: 33.33333333%;
}
.f-grid-5 {
  flex: 1 1 41.66666667%;
  max-width: 41.66666667%;
}
.f-grid-6 {
  flex: 1 1 50%;
  max-width: 50%;
}
.f-grid-7 {
  flex: 1 1 58.33333333%;
  max-width: 58.33333333%;
}
.f-grid-8 {
  flex: 1 1 66.66666667%;
  max-width: 66.66666667%;
}
.f-grid-9 {
  flex: 1 1 75%;
  max-width: 75%;
}
.f-grid-10 {
  flex: 1 1 83.33333333%;
  max-width: 83.33333333%;
}
.f-grid-11 {
  flex: 1 1 91.66666667%;
  max-width: 91.66666667%;
}
.f-grid-12 {
  flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .grid-mobile-wrap .f-row {
    flex-direction: column;
  }
  .f-grid-1,
  .f-grid-2,
  .f-grid-3,
  .f-grid-4,
  .f-grid-5,
  .f-grid-6,
  .f-grid-7,
  .f-grid-8,
  .f-grid-9,
  .f-grid-10,
  .f-grid-11,
  .f-grid-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
a,
.link {
  color: #464fe5;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: #1821ad;
}
a:active,
.link:active {
  color: #0c1053;
}
a:hover,
.link:hover {
  text-decoration: none;
}
a_secondary,
.link_secondary {
  color: #2c323a;
}
a_secondary:hover,
.link_secondary:hover {
  color: #586474;
}
a_secondary:active,
.link_secondary:active {
  color: #2c323a;
}
a_regular,
.link_regular {
  color: #2c323a;
}
a_regular:hover,
.link_regular:hover {
  color: #181d81;
}
a_regular:active,
.link_regular:active {
  color: #080a2b;
}
a_disabled,
.link_disabled {
  color: #8b97a7;
  text-decoration: none;
  pointer-events: none;
}
a_disabled:hover,
.link_disabled:hover {
  color: #8b97a7;
}
a_disabled:active,
.link_disabled:active {
  color: #8b97a7;
}
a_no-underline,
.link_no-underline {
  text-decoration: none;
}
a_no-underline:hover,
.link_no-underline:hover {
  text-decoration: underline;
}
a_no-underline.link_secondary:hover,
.link_no-underline.link_secondary:hover {
  color: #2c323a;
}
a_with-icon,
.link_with-icon {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
a[target='_blank']:not(:has(img))[data-label]::after,
.link[target='_blank']:not(:has(img))[data-label]::after {
  content: '' / attr(data-label);
}
a[target='_blank']:not(:has(img))::after,
.link[target='_blank']:not(:has(img))::after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
a[target='_blank'].btn:not(:has(img))::after,
.link[target='_blank'].btn:not(:has(img))::after {
  width: 1em;
  height: 1em;
  margin-left: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  align-self: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
a__skip-link,
.link__skip-link {
  display: block;
  position: absolute;
  top: -10000px;
  background-color: #ffffff;
  color: #101356;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1rem;
  border: 2px solid #101356;
  border-radius: 0.5rem;
}
a__skip-link:focus-within,
.link__skip-link:focus-within {
  top: unset;
  outline: none;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}
.p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.p:not(:last-child) {
  margin-bottom: 1rem;
}
.p_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.p_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.p_xl {
  font-size: 1.25rem;
  line-height: 2rem;
}
.p_no-margin {
  margin-bottom: 0;
}
.p_no-margin:not(:last-child) {
  margin-bottom: 0;
}
.p_overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
@media (max-width: 575px) {
  .hidden-xs-only {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hidden-md-only {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xl-only {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xxl-only {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xxxl-only {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .visible-xs-only {
    display: none !important;
  }
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__spinner {
  width: 32px;
  height: 32px;
  border-width: 3px;
  border: solid #e2e5e9;
  border-left-color: #2830d7;
  border-top-color: #2830d7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loader__spinner_xs {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.loader__spinner_m {
  width: 48px;
  height: 48px;
  border-width: 4px;
}
.loader__spinner_l {
  width: 64px;
  height: 64px;
  border-width: 6px;
}
.loader__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
}
.loader__text_m {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.loader__text_l {
  font-size: 1rem;
  line-height: 1.5rem;
}
.loader_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.indicator {
  position: relative;
  display: inline-flex;
}
.indicator::after {
  content: attr(data-value);
  position: absolute;
  left: 0;
  border-radius: 17px;
  width: fit-content;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding-top: 0.125rem;
  padding-right: 0.375rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  min-width: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #d6302d;
  border: 1px solid #ffffff;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  transform: translate(80%, -50%);
  font-weight: 600;
}
.indicator_top-left::before {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  transform: translate(-80%, -50%);
}
.indicator_bottom-right::before {
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
  transform: translate(80%, 50%);
}
.indicator_bottom-left::before {
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  transform: translate(-80%, 50%);
}
.indicator_secondary::before {
  color: #ffffff;
  background-color: #2830d7;
  border: 1px solid #ffffff;
}
.indicator_static {
  margin-right: 0.25rem;
}
.indicator_static::after {
  position: static;
  transform: initial;
}
.modal-wrapper {
  position: fixed;
  z-index: 2;
  max-width: 100%;
  will-change: transform, opacity;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.modal-wrapper_l .modal__container {
  width: 960px;
}
.modal-wrapper_s .modal__container {
  width: 460px;
}
.modal-wrapper_s .modal__btn {
  flex: 1;
}
.modal-wrapper_alert {
  z-index: 1000;
}
.modal-wrapper_layer-out {
  z-index: 0;
}
.modal-wrapper_full-bottom {
  top: initial;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  left: 0;
}
.modal-wrapper_full-bottom .modal__container {
  width: 100vw;
}
.modal-wrapper_full-bottom .modal__footer {
  justify-content: flex-start;
}
@media screen and (max-width: 999px) {
  .modal-wrapper {
    top: 50%;
    left: 50%;
    max-width: calc(100% - calc(2rem * 2));
    transform: translate3d(-50%, -50%, 0);
  }
  .modal-wrapper_full-bottom {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    max-width: 100vw;
    max-width: 100dvw;
  }
}
@media screen and (max-width: 575px) {
  .modal-wrapper {
    max-width: 100%;
  }
}
.modal {
  transition: opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  will-change: transform, opacity;
}
.modal_visible {
  transition: opacity 0.15s cubic-bezier(0.465, 0.183, 0.153, 0.946), transform 0.15s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}
.modal_show-scale-start,
.modal_hide-scale-end {
  opacity: 0;
  transform: translate3d(-2rem, 0, 0);
}
.modal_show-scale-end,
.modal_hide-scale-start {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.modal__container {
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 640px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  column-gap: 1rem;
  padding: 2rem 2rem 1rem;
}
.modal__header_center {
  justify-content: center;
}
.modal__title {
  font-size: 1.375rem;
  line-height: 1.7875rem;
  font-weight: 600;
  color: #2c323a;
}
.modal__body {
  overflow-y: scroll;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  overscroll-behavior: none;
  overflow-y: auto;
  padding: 0 2rem;
}
.modal__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modal__body::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.modal__body::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.modal__body::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.modal__body .input,
.modal__body .input input {
  background-color: #ffffff;
}
.modal__body .textarea textarea {
  background-color: #ffffff;
}
.modal__body .checkbox__label {
  background-color: #ffffff;
}
.modal__footer {
  display: flex;
  padding: 2rem;
  justify-content: flex-end;
  column-gap: 1rem;
}
.modal_language-and-currency {
  z-index: 2147483641;
  /* Cookiebot sets 2147483631, so we need to be above that */
}
h-modal-close {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .modal__header {
    padding: 1rem;
  }
  .modal__body {
    padding: 0 1rem;
  }
  .modal__footer {
    gap: 1rem;
    padding: 1rem;
  }
}
.list__content_unordered {
  list-style-type: none;
}
.list__content_disc {
  list-style-type: disc;
  list-style-position: inside;
}
.list__content_all-lines-indent-disc {
  list-style-type: none;
  list-style-position: outside;
}
.list__content_all-lines-indent-disc > li {
  display: flex;
}
.list__content_all-lines-indent-disc > li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.75rem;
}
.list__content_ordered {
  list-style-type: none;
  counter-reset: list;
}
.list__content_ordered li::before {
  counter-increment: list;
  content: counter(list) '. ';
}
.list__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.list__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
  stroke: #2c323a;
}
.list__item_error {
  font-weight: 600;
  color: #e62019;
  stroke: #e62019;
}
.list__item_checked {
  color: #2c323a;
  stroke: #14eb8e;
}
.list__item_secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list__item_secondary:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list__item_secondary {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #586474;
  stroke: #586474;
}
.list__item_secondary:not(:last-child) {
  margin-bottom: 0;
}
.list__item_feature {
  display: flex;
  column-gap: 0.5rem;
  padding: 0.25rem;
}
.list__item_feature:nth-child(odd) {
  background-color: #f0f2f4;
}
.list__feature-item-label {
  flex: 0 1 50%;
  text-align: right;
  color: #586474;
}
.list__feature-item-value {
  flex: 1 0 50%;
}
.sheet {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: transform, opacity;
}
.sheet_visible {
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.sheet_show-scale-start,
.sheet_hide-scale-end {
  opacity: 0;
}
.sheet_show-scale-end,
.sheet_hide-scale-start {
  opacity: 1;
}
.sheet__container {
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100dvh;
  background-color: #ffffff;
}
.sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  column-gap: 1rem;
  padding: 2rem 2rem 1rem;
}
.sheet__btn-right {
  margin-left: auto;
}
.sheet__title {
  font-size: 1.375rem;
  line-height: 1.7875rem;
  font-weight: 600;
  color: #2c323a;
}
.sheet__body {
  overflow-y: scroll;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  overscroll-behavior: none;
  overflow-y: auto;
  padding: 0 2rem;
  flex: 1 1 0;
}
.sheet__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sheet__body::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.sheet__body::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.sheet__body::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.sheet__body .input,
.sheet__body .input input {
  background-color: #ffffff;
}
.sheet__body .textarea textarea {
  background-color: #ffffff;
}
.sheet__body .checkbox__label {
  background-color: #ffffff;
}
.sheet__footer {
  flex: 0 0 auto;
  padding: 1rem 2rem 2rem;
}
h-sheet-close {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .sheet__header {
    padding: 1rem;
  }
  .sheet__body {
    padding: 0 1rem;
  }
  .sheet__footer {
    gap: 1rem;
    padding: 1rem;
  }
}
.sheet-wrapper {
  position: fixed;
  z-index: 2;
  max-width: 500px;
  width: 400px;
  top: 0;
  right: 0;
  left: initial;
}
.sheet-wrapper_layer-out {
  z-index: 0;
}
.sheet-wrapper .sheet_show-scale-start,
.sheet-wrapper .sheet_hide-scale-end {
  transform: translate3d(20%, 0, 0);
}
.sheet-wrapper .sheet_show-scale-end,
.sheet-wrapper .sheet_hide-scale-start {
  transform: translate3d(0, 0, 0);
}
.sheet-wrapper_left {
  left: 0;
  right: initial;
}
.sheet-wrapper_left .sheet_show-scale-start,
.sheet-wrapper_left .sheet_hide-scale-end {
  transform: translate3d(-20%, 0, 0);
}
.sheet-wrapper_left .sheet_show-scale-end,
.sheet-wrapper_left .sheet_hide-scale-start {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 575px) {
  .sheet-wrapper {
    max-width: 90dvw;
  }
}
.storefront-search {
  display: block;
  position: relative;
}
.search__bar {
  display: none;
  grid-template-columns: 30px 1fr 30px 36px;
  gap: 0.5rem;
  align-items: center;
  height: 44px;
  box-shadow: 0px 1px 2px -1px #111316 14;
  box-shadow: 0px 1px 3px 0px #11131614;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
}
.search_mobile-opened {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 0;
  background-color: white;
}
.search_mobile-opened .search__bar {
  display: grid;
}
.search_mobile-opened .search__icon {
  display: none;
}
.search {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search__close .icon {
  stroke: #464fe5;
}
.search__headline {
  color: #6e7d91;
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  line-height: 1.25rem;
}
.search__input input {
  width: 100%;
  background-color: inherit;
  font-size: 0.875rem;
}
.search__input input:focus {
  outline: none;
}
.search__input input::-webkit-search-cancel-button {
  display: none;
}
.search__input input::placeholder {
  color: #6e7d91;
}
.search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #464fe5;
  border-radius: 2px;
  height: 100%;
  outline-offset: 0.25rem;
}
.search__submit .icon {
  stroke: #ffffff;
}
.search__container {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 3;
  padding: 0 8px 48px;
  color: #2c323a;
  background-color: #ffffff;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.search__container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.search__container::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.search__container::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.search__container::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.search__section {
  display: block;
}
.search__section:not(:last-child) {
  margin-bottom: 24px;
}
.search__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.search__item_hoverable:hover {
  text-decoration: underline;
  cursor: pointer;
}
.search__item_active {
  font-weight: 600;
  cursor: pointer;
}
.search__link {
  color: #2c323a;
  text-decoration: none;
  width: 100%;
  line-height: 1.25rem;
}
.search__link_with-image {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 12px;
  text-decoration: none;
  color: #2c323a;
  width: 100%;
}
.search__message {
  color: #b81a14;
  padding: 8px 16px;
}
.search__message-text {
  color: #464fe5;
  text-decoration: none;
}
.search__message_with-history {
  margin-bottom: 8px;
}
.search__message_no-results {
  padding: 8px 16px;
  margin: -8px 0;
  font-weight: 600;
}
.search__message_no-results .search__message-text:hover {
  cursor: pointer;
}
.search__history-item-value:hover {
  text-decoration: underline;
  cursor: pointer;
}
.search__history-load-more {
  display: block;
  margin-top: 8px;
  color: #6e7d91;
  text-decoration: underline;
  padding: 0 16px 8px;
  font-size: 0.75rem;
}
.search__history-load-more:hover {
  cursor: pointer;
}
.search__history-remove-icon:hover {
  background-color: #d4d6f7;
  border-radius: 16px;
}
.search__history-remove-icon .icon {
  stroke: #6e7d91;
  margin: 4px;
}
.search__history-select {
  display: flex;
}
.search__history-select .icon {
  margin-right: 12px;
  stroke: #6e7d91;
}
.search__category-title {
  font-size: 0.75rem;
  color: #6e7d91;
}
.search__product-icon-filled {
  fill: #ffbf00;
}
.search__product-icon-empty {
  fill: #c5cbd3;
}
.search__product-text {
  font-weight: 600;
  padding: 3px 0;
}
.search__product-button {
  color: #464fe5;
  text-decoration: underline;
  padding: 8px 16px;
  font-size: 0.875rem;
}
.search__product-button:hover {
  cursor: pointer;
}
.search__product-availability {
  font-size: 0.75rem;
  color: #586474;
}
.search__product-price_basic {
  text-decoration: line-through;
}
.search__product-price_promotion {
  display: flex;
  align-items: center;
  padding: 3px 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e62019;
}
.search__product-price_promotion-icon {
  display: inline-flex;
  border-radius: 2px;
  padding: 1px;
  margin-right: 5px;
  background-color: #e62019;
}
.search__product-price_promotion-icon .icon {
  stroke: #e2e5e9;
}
.search__product-price_promotion-percent {
  color: #d52d2a;
}
.search__product-price-info {
  font-size: 0.75rem;
  color: #6e7d91;
}
.search__product-price_regular {
  font-size: 0.75rem;
  color: #586474;
}
@media screen and (min-width: 768px) {
  .search__bar {
    display: grid;
    grid-template-columns: 1fr 30px 36px;
    border-radius: 4px;
    border: 1px solid #c5cbd3;
    padding-left: 1rem;
  }
  .search__bar:hover {
    border: 1px solid #16191d;
  }
  .search__input {
    padding-left: 1rem;
  }
  .search__icon,
  .search__close {
    display: none;
  }
  .search__container {
    padding: 8px 0;
    border: 1px solid #e2e5e9;
    border-radius: 4px;
    box-shadow: 0px 12px 16px -4px rgba(17, 19, 22, 0.08), 0px 4px 6px -4px rgba(17, 19, 22, 0.08);
    max-height: 640px;
  }
  .search .search_outline {
    outline: 2px solid #181d81;
    outline-offset: 0.125rem;
  }
  .storefront-search:not(.storefront-search_with-popup):not(.storefront-search_with-sidebar) .search__icon,
  .storefront-search:not(.storefront-search_with-popup):not(.storefront-search_with-sidebar) .search__close {
    display: none;
  }
}
.search__popup .search {
  position: relative;
}
.search__popup-form {
  display: flex;
  flex-direction: column;
}
.search__popup-form .search__container {
  position: unset;
  top: 0;
  box-shadow: none;
  border: none;
  overflow-y: visible;
}
.search__popup-form .search__product-button {
  margin-bottom: 1rem;
}
.search__popup-opener {
  float: right;
}
.search__sidebar {
  width: 517px;
}
.search__sidebar-form {
  display: flex;
  flex-direction: column;
}
.search__sidebar-opener {
  float: right;
}
.search__sidebar .search__sidebar-form .search__container {
  position: unset;
  top: 0;
  box-shadow: none;
  border: none;
  overflow-y: unset;
  max-height: unset;
}
.storefront-search_with-popup .search__popup-form .search:not(.search_mobile-opened) .search__container {
  display: none;
}
.storefront-search_with-sidebar .search__sidebar-form .search:not(.search_mobile-opened) .search__container {
  display: none;
}
@media screen and (min-width: 768px) {
  .search__popup-form {
    margin-top: 0.5rem;
  }
  .search__sidebar-form {
    margin-top: 0.5rem;
  }
}
.product-gallery {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
.product-gallery__thumbnail-item {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnail-item .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-gallery_vertical {
  flex-direction: column;
}
.product-gallery_vertical .splide__track {
  width: auto;
  max-width: 100%;
}
.product-gallery_vertical .product-gallery .splide__slide {
  width: 65px;
  height: 65px;
}
.product-gallery__main-image {
  width: 100%;
}
.product-gallery__grid {
  display: block;
}
.product-gallery__grid-images {
  display: grid;
  width: 100%;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
}
@media screen and (min-width: 576px) {
  .product-gallery__grid-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
  .product-gallery__grid-images > [data-visible-index='3'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='6'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='9'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='12'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='15'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='18'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='21'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='24'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='27'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='30'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='33'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='36'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='39'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='42'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='45'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='48'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='51'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='54'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='57'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='60'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='63'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='66'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='69'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='72'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='75'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='78'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='81'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='84'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='87'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='90'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='93'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='96'] {
    grid-column: span 2;
  }
  .product-gallery__grid-images > [data-visible-index='99'] {
    grid-column: span 2;
  }
}
.product-gallery__grid-images a {
  width: 100%;
  outline-offset: 3px;
}
.product-gallery__grid-image img {
  width: 100%;
  margin: auto;
}
.product-gallery__grid-image.active {
  display: none;
}
.product-gallery__grid .featured-image {
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .product-gallery__grid .featured-image {
    margin-bottom: 0.85rem;
  }
}
.product-gallery__grid .open-gallery-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 0.5rem 1rem;
  background: #d4d6f7;
  color: #464fe5;
  border-radius: 8px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}
.product-gallery__grid .open-gallery-button img {
  display: none;
}
.product-gallery__grid .open-gallery-button svg {
  stroke: #464fe5;
}
.product-gallery__slider {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.product-gallery__slider_main-image .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.25rem;
}
.product-gallery__slider_thumbnails {
  flex-direction: column;
  flex: 1 0 60px;
  min-width: 60px;
}
.product-gallery__slider_thumbnails-under {
  flex-direction: row;
  width: 0;
  margin: 0 auto;
}
.product-gallery__slider_thumbnails-under.is-initialized {
  width: auto;
}
.product-gallery__slider_thumbnails-left {
  order: -1;
}
.product-gallery__slider_thumbnails .splide__list {
  display: block;
}
.product-gallery__slider_thumbnails .splide__list_horizontal {
  display: flex;
}
.product-gallery__slider_thumbnails .splide__slide {
  opacity: 0.5;
}
.product-gallery__slider_thumbnails .splide__slide img {
  width: 100%;
}
.product-gallery__slider_thumbnails .splide__slide:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-gallery__slider_thumbnails .splide__slide.is-active {
  opacity: 1;
}
.product-gallery__slider_thumbnails-bottom {
  margin-top: 0.5rem;
  flex-direction: row;
  width: auto;
}
.product-gallery__slider_thumbnails-bottom .splide__list {
  display: flex;
}
.product-gallery__slider_thumbnails-bottom .splide__slide:not(:last-child) {
  margin-right: 0.5rem;
}
.product-gallery__thumbnail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  border: 1px solid #586474;
  border-radius: 3px;
  cursor: pointer;
}
.product-gallery__thumbnail-arrow {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.product-gallery__thumbnail-arrow_hidden {
  opacity: 0;
  visibility: hidden;
}
.product-gallery__thumbnail-arrow_up {
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0.5rem;
}
.product-gallery__thumbnail-arrow_down {
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
}
.product-gallery__thumbnail-arrow_left {
  top: 0;
  bottom: 0;
  left: 0;
  padding-right: 0.5rem;
}
.product-gallery__thumbnail-arrow_right {
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 0.5rem;
}
.slider__arrow_centered-with-content {
  position: absolute;
  z-index: 1;
}
.slider__arrow_centered-with-content-left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 767px) {
  .slider__arrow_centered-with-content-left {
    top: 50%;
    left: 0.5rem;
    transform: translate3d(0px, -50%, 0);
  }
}
.slider__arrow_centered-with-content-right {
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 767px) {
  .slider__arrow_centered-with-content-right {
    top: 50%;
    right: 0.5rem;
    transform: translate3d(0px, -50%, 0);
  }
}
.slider__arrow_centered-with-pagination {
  position: absolute;
  z-index: 1;
}
.slider__arrow_centered-with-pagination-left {
  top: 50%;
  left: 0.5rem;
  transform: translate3d(0px, -50%, 0);
}
.slider__arrow_centered-with-pagination-right {
  top: 50%;
  right: 0.5rem;
  transform: translate3d(0px, -50%, 0);
}
.slider__arrow_centered-with-pagination-up {
  top: 0;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
.slider__arrow_centered-with-pagination-down {
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
.slider__arrow_secondary {
  background-color: #f0f2f4;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 24px;
}
.slider__arrow_secondary:hover {
  background-color: #e2e5e9;
}
.slider__arrow_inactive {
  opacity: 0.2;
  cursor: default;
}
.photo-slider .splide {
  display: flex;
  flex-direction: column;
}
.photo-slider__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.photo-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-slider__slide a {
  outline-offset: 2px;
}
.photo-slider__img {
  outline-offset: 0.25rem;
  border-radius: 0.5rem;
}
.photo-slider__progress {
  margin-top: 0.5rem;
  background-color: #c5cbd3;
}
.photo-slider__progress-bar {
  height: 0.25rem;
  width: 0;
  background-color: #2c323a;
}
.photo-slider__action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.photo-slider__arrows {
  display: flex;
  align-self: flex-end;
  gap: 1rem;
}
.photo-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  font-size: 0.875rem;
}
.photo-slider_minimal .photo-slider__slide {
  border-radius: 0.5rem;
  overflow: hidden;
}
.photo-slider_minimal .photo-slider__progress {
  margin-top: -0.25rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
}
.photo-slider_multiple .photo-slider__img {
  border-radius: 0.25rem;
}
.photo-slider:not(.slider_minimal) .splide__arrow--next {
  width: auto;
  padding-right: 0.3125rem;
  padding-left: 1.8125rem;
  border-radius: 1.6875rem;
  background-color: #16191d;
}
.photo-slider:not(.slider_minimal) .splide__arrow--next .icon {
  stroke: #f0f2f4;
}
.scroller__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, end);
  overflow-x: clip;
}
.scroller__content {
  --invertedSkew: calc(var(--skew, 0deg) * -1);
  transform: skew(var(--invertedSkew), var(--skew, 0deg));
}
.scroller__content .splide__track {
  padding-block: 1rem;
}
.scroller .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.menu {
  color: #2c323a;
  background-color: #ffffff;
  display: block;
  position: relative;
  max-width: 100%;
}
.menu__link {
  text-decoration: none;
}
.menu__link > span {
  border-bottom: 2px solid transparent;
}
.menu__navigation {
  max-width: 100%;
}
.menu .menu-action-button_close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.menu__list {
  display: flex;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.menu__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu__list::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu__list::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu__list::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu__list-item_promotions {
  color: blue;
}
.menu__list_root {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  white-space: nowrap;
}
.menu__list_root::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .menu__list_root {
    margin-left: -0.75rem;
  }
}
.menu__list_root .menu__list-item {
  flex-shrink: 0;
}
.menu__list_gradient::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.menu__list-link {
  display: flex;
  text-decoration: none;
  color: #2c323a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu__list-link > span {
  border-bottom: 2px solid transparent;
}
.menu__list-link:hover {
  color: #2c323a;
}
.menu__list-link:hover > span {
  border-bottom: 2px solid #2c323a;
}
.menu__list-link_toggle[active] > span {
  border-bottom: 2px solid #2c323a;
}
.menu__list-link_secondary {
  color: #464fe5;
}
.menu__list-link_secondary:hover {
  color: #1c25c5;
}
.menu__list-link_secondary:hover span {
  border-bottom: 2px solid #464fe5;
}
.menu__content {
  display: block;
  width: 100%;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.menu__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu__content::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu__content::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu__content::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu__content_root {
  display: block;
  position: static;
  max-width: 1200px;
  margin: 0 auto;
}
.menu__content_level-1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  overflow-x: auto;
}
.menu__content_aggregated {
  overflow-x: unset;
}
.menu__level {
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  width: 100%;
}
.menu__level::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu__level::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu__level::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu__level::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu__level-header {
  position: sticky;
  left: 0;
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.menu__level_2 {
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
}
.menu__level_2 .menu__content-info {
  margin-top: 0.75rem;
  margin-right: 0rem;
  margin-bottom: 0.75rem;
  margin-left: 2rem;
}
.menu__level_rest {
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.menu__level_rest .menu-action-button_go-back {
  margin-bottom: 1.25rem;
}
.menu__level_rest .menu__content {
  margin-bottom: 1.5rem;
}
.menu__submenu-list {
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu__submenu-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu__submenu-list::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu__submenu-list::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu__submenu-list::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu__submenu-list_level-rest {
  display: grid;
  grid-template-rows: repeat(10, max-content);
  grid-auto-flow: column;
  grid-auto-columns: 18.75rem;
}
.menu__submenu-list_level-2 {
  display: grid;
  grid-template-rows: repeat(4, max-content);
  grid-auto-columns: 13.6875rem;
  grid-auto-flow: column;
}
.menu__submenu-list-link {
  cursor: pointer;
  color: #2c323a;
  text-decoration: none;
  display: block;
  padding-top: 0.03125remrem;
  padding-right: 0.03125remrem;
  padding-bottom: 0.03125remrem;
  padding-left: 0.125remrem;
}
.menu__submenu-list-link:hover {
  text-decoration: underline;
}
.menu__submenu-list-link_level-rest {
  padding-top: 0.375rem;
  padding-right: 2rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  color: #2c323a;
}
.menu__submenu-list-link_level-rest:hover {
  color: #2c323a;
}
.menu__submenu-list-link_level-2 {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
.menu__submenu-list-item {
  text-wrap: auto;
}
.menu_with-sidebar .menu__level_2 {
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
  width: 13.6875rem;
  min-width: 13.6875rem;
  overflow: hidden auto;
  max-height: 400px;
  background-color: #f0f2f4;
}
.menu_with-sidebar .menu__level_2 .menu__content-info {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 2rem;
}
.menu_with-sidebar .menu__submenu-list_level-2 {
  display: block;
}
.menu_with-sidebar .menu__submenu-list-link_toggle:hover {
  text-decoration: underline;
  background-color: #e2e5e9;
}
.menu_with-sidebar .menu__submenu-list-link_toggle[active] {
  font-weight: 600;
  background-color: #e9eafb;
}
.menu .menu-action-button_close {
  display: block;
}
.menu .menu-content__container {
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.menu .menu-content__container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu .menu-content__container::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu .menu-content__container::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu .menu-content__container::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu .menu-content__container::before {
  content: '';
  display: block;
  width: calc(-910vw);
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #f0f2f4;
}
@media screen and (max-width: 575px) {
  .menu {
    position: fixed;
    display: none;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 5;
    min-width: 16.625rem;
    height: 100vh;
    width: 83%;
    overflow: auto;
    background: #ffffff;
  }
  .menu__navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .menu__content-info {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
  }
  .menu__mobile-action-buttons {
    min-height: 3.3125rem;
    border-bottom: 1px solid #e2e5e9;
  }
  .menu__mobile-action-buttons .menu-action-button {
    display: flex;
  }
  .menu__content {
    flex-basis: 100%;
    position: static;
  }
  .menu__content_level-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
  }
  .menu__level-header {
    padding: 0;
    position: static;
  }
  .menu__level_rest {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    min-width: auto;
    max-height: initial;
    max-width: 100%;
  }
  .menu__level_2 {
    background: #ffffff;
  }
  .menu__level_2 .menu__content-info {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
  }
  .menu__list {
    height: 100%;
    flex-direction: column;
    padding: 0.5rem;
  }
  .menu__list_root {
    position: relative;
    overflow-x: auto;
  }
  .menu__list-link {
    width: 100%;
    display: block;
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  .menu__list-link.menu-action-button_toggle {
    font-weight: 600;
  }
  .menu__list-link.menu-action-button_toggle .menu-action-button__icon {
    transform: rotate(-90deg);
  }
  .menu__submenu-list-link {
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .menu__submenu-list_level-rest {
    display: block;
  }
  .menu__submenu-list_level-2 {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 999px) {
  .menu__submenu-list {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .menu_with-sidebar .menu__level_2 {
    width: 309;
    min-width: 309;
  }
}
.menu-action-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  outline-offset: -1px;
}
.menu-action-button_icon-spread {
  justify-content: space-between;
}
.menu-action-button_close {
  padding: 1.75rem;
  cursor: pointer;
}
.menu-action-button_close .menu-action-button__icon {
  color: #2c323a;
  stroke: #2c323a;
}
.menu-action-button__icon {
  fill: transparent;
  width: 16px;
  height: 16px;
  color: #2c323a;
  stroke: #2c323a;
}
.menu-action-button__icon_l {
  width: 20px;
  height: 20px;
}
.menu-action-button__icon_xl {
  width: 24px;
  height: 24px;
}
.menu-action-button__icon_xxl {
  width: 32px;
  height: 32px;
}
.menu-action-button__icon_xxxl {
  width: 64px;
  height: 64px;
}
.menu-action-button__icon_clickable {
  cursor: pointer;
}
.menu-action-button__icon_filled {
  fill: #2c323a;
}
.menu-action-button__icon_no-stroke {
  stroke: transparent;
}
.menu-action-button__icon_secondary-color {
  stroke: #586474;
}
.menu-action-button__icon_tertiary-color {
  stroke: #6e7d91;
}
.menu-action-button__icon_link {
  fill: transparent;
  stroke: #464fe5;
}
.menu-action-button__icon_success {
  fill: transparent;
  stroke: #464fe5;
}
.menu-action-button__icon_success-filled {
  stroke: #ffffff;
  background-color: #464fe5;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0.5rem;
  box-shadow: 0 0 0px 6px #e8fdf4;
}
.menu-action-button__icon_error {
  fill: transparent;
  stroke: #2c323a;
}
.menu-action-button__icon_error-filled {
  stroke: #ffffff;
  background-color: #2c323a;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0.5rem;
  box-shadow: 0 0 0px 6px #fce9e8;
}
.menu-action-button__icon_promo {
  fill: transparent;
  stroke: #ffffff;
  background-color: #d6302d;
  padding: 0.0625rem;
  border-radius: 0.125rem;
  vertical-align: middle;
}
.menu-action-button__icon_left {
  margin-right: 0.5rem;
}
.menu-action-button__icon_right {
  margin-left: 0.25rem;
}
.menu-action-button_go-back {
  color: #464fe5;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
  font-size: 0.75rem;
}
.menu-action-button_go-back .menu-action-button__icon {
  color: #2830d7;
  stroke: #2830d7;
}
.menu-action-button_go-back:hover {
  color: #1821ad;
}
.menu-action-button_go-back:active {
  color: #0c1053;
}
.menu-action-button_go-back:hover {
  text-decoration: none;
}
.menu-action-button_go-back_secondary {
  color: #2c323a;
}
.menu-action-button_go-back_secondary:hover {
  color: #586474;
}
.menu-action-button_go-back_secondary:active {
  color: #2c323a;
}
.menu-action-button_go-back_regular {
  color: #2c323a;
}
.menu-action-button_go-back_regular:hover {
  color: #181d81;
}
.menu-action-button_go-back_regular:active {
  color: #080a2b;
}
.menu-action-button_go-back_disabled {
  color: #8b97a7;
  text-decoration: none;
  pointer-events: none;
}
.menu-action-button_go-back_disabled:hover {
  color: #8b97a7;
}
.menu-action-button_go-back_disabled:active {
  color: #8b97a7;
}
.menu-action-button_go-back_no-underline {
  text-decoration: none;
}
.menu-action-button_go-back_no-underline:hover {
  text-decoration: underline;
}
.menu-action-button_go-back_no-underline.link_secondary:hover {
  color: #2c323a;
}
.menu-action-button_go-back_with-icon {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.menu-action-button_go-back[target='_blank']:not(:has(img))[data-label]::after {
  content: '' / attr(data-label);
}
.menu-action-button_go-back[target='_blank']:not(:has(img))::after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
.menu-action-button_go-back[target='_blank'].btn:not(:has(img))::after {
  width: 1em;
  height: 1em;
  margin-left: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  align-self: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.menu-action-button_go-back__skip-link {
  display: block;
  position: absolute;
  top: -10000px;
  background-color: #ffffff;
  color: #101356;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1rem;
  border: 2px solid #101356;
  border-radius: 0.5rem;
}
.menu-action-button_go-back__skip-link:focus-within {
  top: unset;
  outline: none;
}
@media screen and (max-width: 575px) {
  .menu-action-button {
    justify-content: space-between;
  }
  .menu-action-button_close,
  .menu-action-button_go-back {
    text-decoration: none;
    padding: 1rem;
    font-size: 0.875rem;
  }
  .menu-action-button_close .menu-action-button__icon,
  .menu-action-button_go-back .menu-action-button__icon {
    width: 20px;
    height: 20px;
  }
  .menu-action-button__icon {
    width: 16px;
    height: 16px;
  }
}
.menu-content {
  display: block;
  background-color: #ffffff;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
}
.menu-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu-content::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.menu-content::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.menu-content::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.menu-content_root {
  background-color: #ffffff;
}
.menu-content_level-1 {
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
}
.menu-content__container {
  display: flex;
  align-items: stretch;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 575px) {
  .menu-content__container,
  .menu-content_root {
    background-color: #ffffff;
  }
}
.menu-content-info {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.875rem;
}
.menu-content-info__name {
  color: #2c323a;
  font-weight: 600;
}
.menu-content-info__link {
  font-size: 0.75rem;
}
.menu-content-info__link * {
  color: #2830d7;
}
@media screen and (max-width: 575px) {
  .menu-content-info {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .menu-content-info__link {
    margin-left: 0;
    font-size: 0.875rem;
  }
}
.footer-groups {
  width: 100%;
  column-gap: 2rem;
  row-gap: 2rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.footer-group__title {
  line-height: normal;
}
.footer-group__list {
  margin-top: 1rem;
}
.footer-group__link {
  text-decoration: none;
  color: #2c323a;
}
.footer-group__link:hover {
  color: #2c323a;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .footer-groups {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__arrow[disabled] {
  display: none;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  gap: 0.75rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .splide__pagination {
    margin-top: 1.875rem;
  }
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle:not(.is-active) .splide__toggle__play {
  display: flex;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: flex;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.splide__pagination__page {
  background: #c5cbd3;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background: #2c323a;
  cursor: default;
}
.splide__arrow,
.splide__toggle {
  transition: box-shadow 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #e2e5e9;
  border-radius: 50%;
  cursor: pointer;
}
.splide__arrow:hover,
.splide__toggle:hover {
  box-shadow: 0 1px 3px rgba(17, 19, 22, 0.08), 0 1px 2px -1px rgba(17, 19, 22, 0.08), 0 0 0px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .splide__arrow,
  .splide__toggle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.splide__slide-number {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #e2e5e9;
  padding: 0.2rem;
  border-radius: 4px;
  color: #586474;
  font-weight: 600;
  font-size: 0.875rem;
  display: none;
}
@media (min-width: 768px) {
  .slider {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.slider__content {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1439px) {
  .slider__content_with-arrows-desktop {
    padding: 0 3.5rem;
  }
}
.slider__content_with-arrows-desktop-below {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1439px) {
  .slider__content_with-arrows-desktop-below {
    padding: 0;
  }
}
@media screen and (min-width: 999px) and (max-width: 1440px) {
  .slider__content_with-arrows-laptop {
    padding: 0 3.5rem;
  }
}
.slider__content_with-arrows-laptop-below {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 999px) and (max-width: 1440px) {
  .slider__content_with-arrows-laptop-below {
    padding: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .slider__content_with-arrows-tablet {
    padding: 0 3.5rem;
  }
}
.slider__content_with-arrows-tablet-below {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .slider__content_with-arrows-tablet-below {
    padding: 0;
  }
}
.slider .splide__arrows-position-container {
  display: flex;
  justify-content: end;
  column-gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .slider .splide__arrows {
    position: relative;
    width: 5.625rem;
    height: 2rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .slider_has-pagination {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .splide__slide-number {
    display: block;
  }
}
@media (max-width: 1000px) {
  .splide:not(.is-active) .splide__track {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.splide:not(.is-active):not(.product-gallery__slider) {
  position: relative;
}
.splide:not(.is-active):not(.product-gallery__slider)::after {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-width: 3px;
  border: solid #e2e5e9;
  border-left-color: #2830d7;
  border-top-color: #2830d7;
  border-radius: 50%;
  z-index: 11;
  animation: spin 1s linear infinite;
}
.splide:not(.is-active):not(.product-gallery__slider)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
  opacity: 0.5;
  display: flex;
}
.splide:not(.is-active):not(.product-gallery__slider) .splide__slide {
  flex-shrink: 1;
}
.splide:not(.is-active):not(.product-gallery__slider) .splide__slide:not(:first-child) {
  display: none;
}
h-slider {
  display: block;
}
.product-producer__link {
  font-size: 0.875rem;
  color: #2c323a;
}
.product-producer__link::after {
  display: none;
}
.product-producer__image {
  max-height: 24px;
}
.product-description__content {
  display: block;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .product-description__header {
    margin-bottom: 1rem;
  }
}
.product-short-description__content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
  text-align: left;
}
.product-short-description__content-secondary {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 1.5rem 0;
  color: #2c323a;
}
.product-availability {
  font-size: 0.875rem;
  color: #2c323a;
}
.product-availability_s {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.product-availability_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.product-availability_flex .product-availability__image-and-description {
  padding-top: 0;
}
.product-availability_flex .product-availability__description_unavailable {
  padding-top: 0;
}
.product-availability__image-and-description {
  display: flex;
  align-items: center;
  padding-top: 0.3125rem;
  max-height: 1.25rem;
}
.product-availability__image {
  max-height: 0.75rem;
  margin-right: 0.125rem;
}
.product-availability__description_unavailable {
  color: #e62019;
  padding-top: 0.625rem;
}
.product-availability__description_available {
  padding-top: 0.625rem;
}
.product-quantity {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-quantity__input {
  background-color: #ffffff;
  border-radius: 8px;
}
.availability-notifier-modal__product-name {
  font-size: 0.875rem;
  color: #586474;
}
.availability-notifier-modal__text {
  font-size: 0.875rem;
}
.availability-notifier-modal__footer {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .availability-notifier-modal__footer {
    flex-direction: column;
    width: 100%;
  }
}
.product-actions {
  display: flex;
  column-gap: 0.5rem;
}
.product-actions_no-gap {
  column-gap: 0;
}
.product-actions__wrapper {
  width: 100%;
  max-width: 600px;
}
.product-actions__buy-button {
  display: block;
}
.product-actions__availability-notifier-btn {
  width: 100%;
}
.product-actions__setup-bundle {
  display: block;
}
.product-attributes__groups {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
}
.product-attributes__attributes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  align-items: stretch;
}
.product-attributes__attributes_one-column {
  grid-template-columns: 1fr;
}
.product-attributes__group-header {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.product-attributes__group {
  width: 100%;
  margin-bottom: 2rem;
}
.product-attributes__attribute {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.product-attributes__attribute_padding-l {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product-attributes__attribute_padding-l-horizontal {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product-attributes__attribute-name {
  flex: 0 1 50%;
  color: #586474;
}
.product-attributes__attribute-name_secondary {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.product-attributes__attribute-name_short {
  flex: 0 1 25%;
}
.product-attributes__attribute-value {
  flex: 0 1 50%;
  display: inline-flex;
  font-weight: 600;
}
.product-attributes__icon_checked {
  color: #14eb8e;
}
.product-attributes__icon_unchecked {
  color: #e62019;
}
@media (max-width: 767px) {
  .product-attributes__attributes {
    grid-template-columns: 1fr;
  }
  .product-attributes__attribute {
    align-items: flex-start;
  }
  .product-attributes__attribute_secondary {
    border-radius: 4px;
    padding: 0.5rem;
    background-color: #e2e5e9;
    margin-bottom: 1rem;
    width: 100%;
  }
  .product-attributes__attribute_padding-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.25rem;
  }
  .product-attributes__attribute_column-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .product-attributes__attribute_border-mobile {
    border-bottom: 1px solid #e2e5e9;
  }
}
.price {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline;
  color: #2c323a;
  align-items: center;
}
.price_l {
  font-size: 1.25rem;
}
.price_m {
  font-size: 1.125rem;
}
.price_s {
  font-size: 0.875rem;
}
.price_xs {
  font-size: 0.75rem;
}
.price__value_special {
  color: #d6302d;
}
.price__value_secondary {
  color: #586474;
}
.price__value_inactive {
  text-decoration: line-through;
}
.price__value_bold {
  font-weight: 600;
}
.price__special-price-icon {
  background-color: #d6302d;
  stroke: #fff;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  width: 19px;
  height: 19px;
}
.vat-info {
  color: #586474;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
.vat-info_xs {
  font-size: 0.75rem;
}
.price-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.price-list_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.price-list_secondary {
  margin-bottom: 0;
  padding-top: 0.625rem;
  padding-right: 0rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid #c5cbd3;
}
.price-list__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.price-list__item_zebra {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.price-list__item_zebra:nth-child(odd) {
  background-color: #e2e5e9;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.price-list__item_summary {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.8rem;
  align-self: flex-end;
  max-width: fit-content;
  align-items: baseline;
  border-top: 1px solid #c5cbd3;
}
.price-list__value {
  text-align: right;
}
.price-list__value_secondary {
  flex: 1;
}
.product-prices {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}
.product-prices__header {
  display: flex;
  gap: 1.0625rem;
}
@media screen and (max-width: 576px) {
  .product-prices {
    gap: 0.8125rem;
  }
  .product-prices__row_info {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .product-prices__row_info-margin-top {
    margin-top: 0.25rem;
  }
  .product-prices__row_alert {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.product-price__base-price {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.product-price__final-price {
  display: flex;
  gap: 0.25rem;
}
.product-price__unit-price {
  display: flex;
  margin-bottom: 1rem;
}
.product-price__regular-price {
  display: flex;
  gap: 0.25rem;
  margin-top: 1rem;
}
.product-price__lowest-historical-price {
  display: flex;
  gap: 0.25rem;
}
.product-price__shipping-cost-info {
  color: #2c323a;
  margin-top: 1rem;
}
.product-price__special-offer-duration {
  margin-bottom: 1rem;
}
.product-price__price-outside-loyalty-program {
  margin-top: 1rem;
}
.product-price__price-outside-loyalty-program-link {
  display: block;
}
*[is-stock] {
  position: relative;
}
.product-variants {
  position: relative;
  display: block;
}
.product-variants_error .color-swatches {
  border: 2px solid #e62019;
}
.product-variants_error .control__element_radio-box {
  border: 2px solid #e62019;
}
.product-variants .select-toggler__layout {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.product-variants .select-toggler__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
.product-variants .select-toggler__addon {
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 0.25rem;
}
.accordion__toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion__toggler:not([aria-disabled='true']) {
  cursor: pointer;
}
.accordion__toggler[aria-disabled='true'] .module__header-title,
.accordion__toggler[disabled] .module__header-title {
  cursor: auto;
}
.accordion__toggler-icon {
  transition: transform 0.2s ease-in-out;
}
.accordion__toggler-icon_secondary {
  vertical-align: sub;
}
.accordion__toggler[aria-expanded='true'] .accordion__toggler-icon {
  transform: rotate(180deg);
}
.accordion-toggle-transition-start {
  opacity: 0;
}
.accordion-toggle-transition-end {
  opacity: 1;
}
h-accordion-content {
  transition: opacity 0.2s ease-in, transform 0.2s ease-out, height 0.2s ease-in;
  display: block;
  overflow: hidden;
}
h-accordion-content.accordion-content_container {
  container-type: inline-size;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #16191d;
  z-index: 1;
  opacity: 0.4;
}
.backdrop-opacity-transition-start .backdrop {
  opacity: 0;
}
.backdrop-opacity-transition-end .backdrop {
  opacity: 0.4;
}
.backdrop_language-and-currency {
  z-index: 2147483640;
  /* Cookiebot sets 2147483631, so we need to be above that */
}
.product-codes {
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .product-codes__code {
    display: block;
  }
}
.property {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #586474;
}
.property__value {
  font-weight: 600;
}
.property__icon {
  margin-right: 0.25rem;
}
.ribbon {
  display: inline-block;
  background-color: #ffffff;
  color: #2c323a;
  padding-top: 0rem;
  padding-right: 0.25rem;
  padding-bottom: 0rem;
  padding-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.ribbon_primary {
  background-color: #d6302d;
  color: #ffffff;
}
.ribbon_secondary {
  background-color: #f7d5d4;
  color: #2c323a;
}
.ribbon_absolute {
  position: absolute;
  top: 8px;
  left: 0;
}
.ribbon_rounded-corners {
  border-radius: 2px;
}
.ribbon-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 1;
}
.ribbon-group_absolute {
  position: absolute;
  top: 8px;
  left: 0;
}
.special-tile-size-mobile-tile > .mobile-only {
  grid-row: span 1;
  grid-column: span 1;
}
.special-tile-size-mobile-2horizontal > .mobile-only {
  grid-row: span 1;
  grid-column: span 2;
}
.special-tile-size-mobile-2vertical > .mobile-only {
  grid-row: span 2;
  grid-column: span 1;
}
.special-tile-size-mobile-square > .mobile-only {
  grid-row: span 2;
  grid-column: span 2;
}
.special-tile-size-tablet-tile > .tablet-only {
  grid-row: span 1;
  grid-column: span 1;
}
.special-tile-size-tablet-2horizontal > .tablet-only {
  grid-row: span 1;
  grid-column: span 2;
}
.special-tile-size-tablet-2vertical > .tablet-only {
  grid-row: span 2;
  grid-column: span 1;
}
.special-tile-size-tablet-square > .tablet-only {
  grid-row: span 2;
  grid-column: span 2;
}
.special-tile-size-laptop-tile > .laptop-only {
  grid-row: span 1;
  grid-column: span 1;
}
.special-tile-size-laptop-2horizontal > .laptop-only {
  grid-row: span 1;
  grid-column: span 2;
}
.special-tile-size-laptop-2vertical > .laptop-only {
  grid-row: span 2;
  grid-column: span 1;
}
.special-tile-size-laptop-square > .laptop-only {
  grid-row: span 2;
  grid-column: span 2;
}
.special-tile-size-desktop-tile > .desktop-only {
  grid-row: span 1;
  grid-column: span 1;
}
.special-tile-size-desktop-2horizontal > .desktop-only {
  grid-row: span 1;
  grid-column: span 2;
}
.special-tile-size-desktop-2vertical > .desktop-only {
  grid-row: span 2;
  grid-column: span 1;
}
.special-tile-size-desktop-square > .desktop-only {
  grid-row: span 2;
  grid-column: span 2;
}
.tile-grid {
  display: grid;
  gap: 8px;
  width: 100%;
}
.tile-grid .special-tile {
  container-type: inline-size;
  display: flex;
  height: auto;
}
.tile-grid .special-tile__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.tile-grid .special-tile a {
  display: flex;
  width: 100%;
  height: auto;
}
.tile-grid .desktop-only,
.tile-grid .laptop-only,
.tile-grid .tablet-only,
.tile-grid .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tile-grid .mobile-only {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tile-grid .tablet-only {
    display: flex;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .tile-grid .laptop-only {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .tile-grid .desktop-only {
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .tile-grid {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .tile-grid {
    gap: 32px;
  }
}
.tile-grid_l {
  gap: 32px;
}
@media screen and (min-width: 576px) {
  .tile-grid_l {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .tile-grid_l {
    gap: 32px;
  }
}
.tile-grid_xs-0 {
  grid-template-columns: repeat(0, 1fr);
}
.tile-grid_xs-1 {
  grid-template-columns: repeat(1, 1fr);
}
.tile-grid_xs-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tile-grid_xs-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tile-grid_xs-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tile-grid_xs-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tile-grid_xs-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tile-grid_xs-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tile-grid_xs-8 {
  grid-template-columns: repeat(8, 1fr);
}
.tile-grid_xs-9 {
  grid-template-columns: repeat(9, 1fr);
}
.tile-grid_xs-10 {
  grid-template-columns: repeat(10, 1fr);
}
.tile-grid_xs-11 {
  grid-template-columns: repeat(11, 1fr);
}
.tile-grid_xs-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 576px) {
  .tile-grid_sm-0 {
    grid-template-columns: repeat(0, 1fr);
  }
  .tile-grid_sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tile-grid_sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-grid_sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tile-grid_sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tile-grid_sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tile-grid_sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tile-grid_sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tile-grid_sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .tile-grid_sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .tile-grid_sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .tile-grid_sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .tile-grid_sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .tile-grid_md-0 {
    grid-template-columns: repeat(0, 1fr);
  }
  .tile-grid_md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tile-grid_md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-grid_md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tile-grid_md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tile-grid_md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tile-grid_md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tile-grid_md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tile-grid_md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .tile-grid_md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .tile-grid_md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .tile-grid_md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .tile-grid_md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .tile-grid_lg-0 {
    grid-template-columns: repeat(0, 1fr);
  }
  .tile-grid_lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tile-grid_lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-grid_lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tile-grid_lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tile-grid_lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tile-grid_lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tile-grid_lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tile-grid_lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .tile-grid_lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .tile-grid_lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .tile-grid_lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .tile-grid_lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .tile-grid_xl-0 {
    grid-template-columns: repeat(0, 1fr);
  }
  .tile-grid_xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tile-grid_xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-grid_xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tile-grid_xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tile-grid_xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tile-grid_xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tile-grid_xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tile-grid_xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .tile-grid_xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .tile-grid_xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .tile-grid_xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .tile-grid_xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .tile-grid_xxl-0 {
    grid-template-columns: repeat(0, 1fr);
  }
  .tile-grid_xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tile-grid_xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-grid_xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tile-grid_xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tile-grid_xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tile-grid_xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tile-grid_xxl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tile-grid_xxl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .tile-grid_xxl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .tile-grid_xxl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .tile-grid_xxl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .tile-grid_xxl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.tile-grid_products {
  column-gap: 8px;
  row-gap: 16px;
  padding-inline: 1rem;
}
@media screen and (min-width: 577px) {
  .tile-grid_products {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .tile-grid_products {
    column-gap: 20px;
    padding-inline: 0;
  }
}
.masonry-grid {
  gap: 0.5rem;
  width: 100%;
}
.masonry-grid__item {
  break-inside: avoid;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .masonry-grid {
    gap: 1rem;
  }
  .masonry-grid__item {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .masonry-grid {
    gap: 2rem;
  }
  .masonry-grid__item {
    margin-bottom: 2rem;
  }
}
.masonry-grid_xs-0 {
  column-count: 0;
}
.masonry-grid_xs-1 {
  column-count: 1;
}
.masonry-grid_xs-2 {
  column-count: 2;
}
.masonry-grid_xs-3 {
  column-count: 3;
}
.masonry-grid_xs-4 {
  column-count: 4;
}
.masonry-grid_xs-5 {
  column-count: 5;
}
.masonry-grid_xs-6 {
  column-count: 6;
}
.masonry-grid_xs-7 {
  column-count: 7;
}
.masonry-grid_xs-8 {
  column-count: 8;
}
.masonry-grid_xs-9 {
  column-count: 9;
}
.masonry-grid_xs-10 {
  column-count: 10;
}
.masonry-grid_xs-11 {
  column-count: 11;
}
.masonry-grid_xs-12 {
  column-count: 12;
}
@media screen and (min-width: 576px) {
  .masonry-grid_sm-0 {
    column-count: 0;
  }
  .masonry-grid_sm-1 {
    column-count: 1;
  }
  .masonry-grid_sm-2 {
    column-count: 2;
  }
  .masonry-grid_sm-3 {
    column-count: 3;
  }
  .masonry-grid_sm-4 {
    column-count: 4;
  }
  .masonry-grid_sm-5 {
    column-count: 5;
  }
  .masonry-grid_sm-6 {
    column-count: 6;
  }
  .masonry-grid_sm-7 {
    column-count: 7;
  }
  .masonry-grid_sm-8 {
    column-count: 8;
  }
  .masonry-grid_sm-9 {
    column-count: 9;
  }
  .masonry-grid_sm-10 {
    column-count: 10;
  }
  .masonry-grid_sm-11 {
    column-count: 11;
  }
  .masonry-grid_sm-12 {
    column-count: 12;
  }
}
@media screen and (min-width: 768px) {
  .masonry-grid_md-0 {
    column-count: 0;
  }
  .masonry-grid_md-1 {
    column-count: 1;
  }
  .masonry-grid_md-2 {
    column-count: 2;
  }
  .masonry-grid_md-3 {
    column-count: 3;
  }
  .masonry-grid_md-4 {
    column-count: 4;
  }
  .masonry-grid_md-5 {
    column-count: 5;
  }
  .masonry-grid_md-6 {
    column-count: 6;
  }
  .masonry-grid_md-7 {
    column-count: 7;
  }
  .masonry-grid_md-8 {
    column-count: 8;
  }
  .masonry-grid_md-9 {
    column-count: 9;
  }
  .masonry-grid_md-10 {
    column-count: 10;
  }
  .masonry-grid_md-11 {
    column-count: 11;
  }
  .masonry-grid_md-12 {
    column-count: 12;
  }
}
@media screen and (min-width: 1000px) {
  .masonry-grid_lg-0 {
    column-count: 0;
  }
  .masonry-grid_lg-1 {
    column-count: 1;
  }
  .masonry-grid_lg-2 {
    column-count: 2;
  }
  .masonry-grid_lg-3 {
    column-count: 3;
  }
  .masonry-grid_lg-4 {
    column-count: 4;
  }
  .masonry-grid_lg-5 {
    column-count: 5;
  }
  .masonry-grid_lg-6 {
    column-count: 6;
  }
  .masonry-grid_lg-7 {
    column-count: 7;
  }
  .masonry-grid_lg-8 {
    column-count: 8;
  }
  .masonry-grid_lg-9 {
    column-count: 9;
  }
  .masonry-grid_lg-10 {
    column-count: 10;
  }
  .masonry-grid_lg-11 {
    column-count: 11;
  }
  .masonry-grid_lg-12 {
    column-count: 12;
  }
}
@media screen and (min-width: 1200px) {
  .masonry-grid_xl-0 {
    column-count: 0;
  }
  .masonry-grid_xl-1 {
    column-count: 1;
  }
  .masonry-grid_xl-2 {
    column-count: 2;
  }
  .masonry-grid_xl-3 {
    column-count: 3;
  }
  .masonry-grid_xl-4 {
    column-count: 4;
  }
  .masonry-grid_xl-5 {
    column-count: 5;
  }
  .masonry-grid_xl-6 {
    column-count: 6;
  }
  .masonry-grid_xl-7 {
    column-count: 7;
  }
  .masonry-grid_xl-8 {
    column-count: 8;
  }
  .masonry-grid_xl-9 {
    column-count: 9;
  }
  .masonry-grid_xl-10 {
    column-count: 10;
  }
  .masonry-grid_xl-11 {
    column-count: 11;
  }
  .masonry-grid_xl-12 {
    column-count: 12;
  }
}
@media screen and (min-width: 1440px) {
  .masonry-grid_xxl-0 {
    column-count: 0;
  }
  .masonry-grid_xxl-1 {
    column-count: 1;
  }
  .masonry-grid_xxl-2 {
    column-count: 2;
  }
  .masonry-grid_xxl-3 {
    column-count: 3;
  }
  .masonry-grid_xxl-4 {
    column-count: 4;
  }
  .masonry-grid_xxl-5 {
    column-count: 5;
  }
  .masonry-grid_xxl-6 {
    column-count: 6;
  }
  .masonry-grid_xxl-7 {
    column-count: 7;
  }
  .masonry-grid_xxl-8 {
    column-count: 8;
  }
  .masonry-grid_xxl-9 {
    column-count: 9;
  }
  .masonry-grid_xxl-10 {
    column-count: 10;
  }
  .masonry-grid_xxl-11 {
    column-count: 11;
  }
  .masonry-grid_xxl-12 {
    column-count: 12;
  }
}
.product-tile {
  container-type: inline-size;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.product-tile__content {
  flex-grow: 1;
}
.product-tile__row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-tile__image {
  position: relative;
  text-align: center;
  font-weight: 600;
}
.product-tile__image a {
  display: grid;
  margin-inline: auto;
}
.product-tile__image a .image {
  grid-area: none;
}
.product-tile__image img {
  object-fit: contain;
}
.product-tile__image_primary {
  opacity: 1;
  transition: all 0.3s ease;
}
.product-tile__image_secondary {
  opacity: 0;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .product-tile__image_primary,
  .product-tile__image_secondary {
    transition: none;
  }
}
.product-tile__favourites {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.product-tile__codes {
  font-size: 0.75rem;
  color: #586474;
}
.product-tile__name {
  font-size: 1rem;
  font-weight: 600;
  color: #2c323a;
  line-height: 1.4;
  word-break: break-word;
}
.product-tile__name_fixed-height {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  overflow-y: hidden;
}
.product-tile__code:not(:last-child)::after {
  content: '|';
  margin-left: 0.25rem;
}
.product-tile__producer {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.product-tile__info {
  font-size: 0.75rem;
  color: #2c323a;
}
.product-tile__footer-btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-tile__availability {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #2c323a;
  display: block;
}
.product-tile__availability-value {
  font-weight: 600;
}
.product-tile__availability-value_inactive {
  color: #d52d2a;
}
.product-tile__price {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-tile__unit-price {
  display: flex;
}
.product-tile__regular-price {
  display: flex;
  gap: 0.25rem;
}
.product-tile__lowest-price {
  display: flex;
  gap: 0.25rem;
}
@container (max-width: 284px) {
  .product-tile__price,
  .product-tile__regular-price,
  .product-tile__lowest-price {
    display: block;
  }
  .price__label {
    display: block;
  }
}
.product-tile__image img {
  height: 390px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .product-tile__price_secondary {
    justify-content: flex-end;
  }
  .product-tile__unit-price_secondary {
    justify-content: flex-end;
  }
  .product-tile__lowest-price_secondary {
    justify-content: flex-end;
  }
}
.splide.is-active .splide__slide .product-tile {
  container-type: inline-size;
}
.splide__slide .product-tile {
  container-type: normal;
}
.tile-grid_products .product-tile {
  height: fit-content;
}
.unit-price {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #586474;
}
.box {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e2e5e9;
}
.box__header {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2c323a;
}
.box__content {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.box_spacing-s {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.box_primary {
  background-color: #f0f2f4;
  border-color: #e2e5e9;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.flex-wrap {
  flex-wrap: wrap;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.inactive {
  filter: grayscale(1);
}
.resetcss em {
  font-style: italic;
}
.resetcss ul {
  padding-left: 40px;
  list-style-type: disc;
}
.resetcss ol {
  padding-left: 40px;
  list-style-position: outside;
  list-style-type: decimal;
}
.resetcss p,
.resetcss ol,
.resetcss ul {
  margin: 1em 0;
}
.resetcss h1,
.resetcss h2,
.resetcss h3,
.resetcss h4,
.resetcss h5,
.resetcss h6 {
  line-height: initial;
  font-weight: bold;
}
.resetcss h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.resetcss h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.resetcss h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.resetcss h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.resetcss h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.resetcss h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.resetcss blockquote {
  margin-left: 2em;
}
.resetcss hr {
  border-style: inset;
  border-width: 1px;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: start;
}
.align-items-end {
  align-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.product-shipping-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.product-shipping-time__time {
  color: #2c323a;
}
.star-icon {
  fill: #c5cbd3;
}
.star-icon_filled {
  fill: #464fe5;
}
.star-icon_active {
  fill: #464fe5;
}
.star-icon_hovered {
  fill: #464fe5;
}
.star-icon_hoverable {
  cursor: pointer;
}
.star-icon_hoverable:hover {
  fill: #464fe5;
}
.star-icon_disabled {
  pointer-events: none;
}
.flash-message {
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  position: relative;
  border-radius: 2px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: inherit;
  column-gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  transition: opacity 0.3s ease-in-out;
  animation: flashMessageLoad 0.3s ease-in-out;
}
.flash-message_secondary {
  align-items: start;
}
.flash-message_no-animation {
  animation: none;
}
.flash-message__success {
  background-color: #e8fdf4;
  border: 1px solid #14eb8e;
  color: #02170e;
}
.flash-message__success .flash-message__icon {
  stroke: #14eb8e;
}
.flash-message__success .flash-message__close-icon {
  stroke: #02170e;
  cursor: pointer;
}
.flash-message__info {
  background-color: #e8e9fc;
  border: 1px solid #464fe5;
  color: #050621;
}
.flash-message__info .flash-message__icon {
  stroke: #464fe5;
}
.flash-message__info .flash-message__close-icon {
  stroke: #050621;
  cursor: pointer;
}
.flash-message__warning {
  background-color: #fff9e5;
  border: 1px solid #ffbf00;
  color: #332600;
}
.flash-message__warning .flash-message__icon {
  stroke: #ffbf00;
}
.flash-message__warning .flash-message__close-icon {
  stroke: #332600;
  cursor: pointer;
}
.flash-message__error {
  background-color: #fce9e8;
  border: 1px solid #e62019;
  color: #2e0605;
}
.flash-message__error .flash-message__icon {
  stroke: #e62019;
}
.flash-message__error .flash-message__close-icon {
  stroke: #2e0605;
  cursor: pointer;
}
.flash-message__notice {
  background-color: #323842;
  border: 1px solid #8c98a8;
  color: #ffffff;
}
.flash-message__notice .flash-message__icon {
  stroke: #ffffff;
}
.flash-message__notice .flash-message__close-icon {
  stroke: #ffffff;
  cursor: pointer;
}
.flash-message__removed {
  opacity: 0;
}
.flash-message strong {
  font-weight: 600;
}
@keyframes flashMessageLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .flash-message {
    width: 100%;
    max-width: none;
    pointer-events: all;
  }
}
.flash-messenger {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  z-index: 1;
}
.flash-messenger_fixed {
  padding-top: 0rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  max-width: 21.875rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .flash-messenger_fixed {
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    max-width: none;
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.product-rating__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2c323a;
}
.product-rating__element {
  display: inline-flex;
  align-items: center;
}
.product-rating__numbers {
  gap: 0.25rem;
}
.product-rating__score {
  font-weight: 600;
}
.product-rating__score,
.product-rating__number-of-votes,
.product-rating__vote-link,
.product-rating__no-vote {
  font-size: 0.75rem;
}
.breadcrumbs__list {
  display: flex;
  column-gap: 4px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  white-space: nowrap;
}
.breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__list-item {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.breadcrumbs__list-item[aria-current='page'] {
  scroll-snap-align: end;
}
.breadcrumbs__list-item[aria-current='page'] a {
  pointer-events: none;
  color: #2c323a;
}
@media screen and (max-width: 576px) {
  .breadcrumbs__list-item[aria-current='page'] {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs__list-item:nth-last-child(2) {
    scroll-snap-align: end;
  }
  .breadcrumbs__list-item:nth-last-child(2) a {
    text-overflow: ellipsis;
    max-width: 240px;
    overflow: hidden;
  }
}
.breadcrumbs__list-item-icon {
  stroke: #586474;
}
.breadcrumbs__list-item-link {
  text-decoration: none;
}
.breadcrumbs__list-item-link_disabled {
  color: #2c323a;
  pointer-events: all;
  cursor: text;
}
.breadcrumbs__list-item-link_disabled:hover {
  color: #2c323a;
}
@media screen and (min-width: 576px) {
  .breadcrumbs__list {
    flex-wrap: wrap;
  }
  .breadcrumbs__list-item-link {
    word-break: break-word;
    white-space: normal;
  }
}
.product-review__rate-count {
  font-size: 0.75rem;
}
.product-review__description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #586474;
  margin-top: 3rem;
}
.comment:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e5e9;
}
.comment_secondary {
  max-width: 856px;
}
.comment__header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.comment__avatar {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c323a;
  border-radius: 1.375rem;
}
.comment__author {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2c323a;
}
.comment__author:not(:last-child) {
  margin-bottom: 0;
}
.comment__date {
  font-size: 0.75rem;
  color: #586474;
}
.comment__content {
  font-size: 0.75rem;
  color: #2c323a;
}
.info-box {
  min-width: 288px;
  border: 1px solid #e2e5e9;
  border-radius: 4px;
  background-color: #f0f2f4;
  color: #6e7d91;
  padding: 1rem;
  text-align: center;
}
.info-box_secondary {
  border: 1px solid #c5cbd3;
  background-color: transparent;
  color: #16191d;
}
.info-box_s {
  padding: 0.5rem 0.5rem;
}
.info-box_m {
  padding: 2rem 1.5rem;
}
.info-box_l {
  padding: 3rem 4rem;
}
.info-box_no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.info-box_no-padding {
  padding: 0;
}
.info-box_full-width {
  width: 100%;
}
.info-box_full-height {
  height: 100%;
}
.info-box__header {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.info-box__header_secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info-box__content {
  font-size: 0.75rem;
}
.info-box__content_flex {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .info-box {
    min-width: unset;
  }
  .info-box_l {
    padding: 1.5rem 1rem;
  }
  .info-box_full-width-mobile {
    width: calc(100vw - 3rem);
  }
  .info-box__content_flex {
    flex-direction: column;
  }
  .info-box_width_l {
    min-width: 288px;
  }
}
.color-item {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #a8b1bd;
  border-radius: 100%;
  cursor: pointer;
}
.color-item_s {
  width: 32px;
  height: 32px;
}
.color-item_xs {
  width: 20px;
  height: 20px;
}
.color-item[selected] {
  position: relative;
  border: 2px solid #464fe5;
}
.color-item[selected]::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-color: #464fe5;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 1;
}
.color-item[disabled] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #a8b1bd;
}
.color-item[disabled]::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #a8b1bd;
  transform: rotate(45deg);
}
.color-item[disabled][selected] {
  border-color: #a9acef;
}
.color-item[disabled][selected]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L3 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3L9 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.color-item[disabled][selected]::after {
  background-color: #a9acef;
}
.color-item[unclickable] {
  cursor: not-allowed;
}
.color-swatches {
  box-sizing: content-box;
  width: 352px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.color-swatches_s {
  width: 296px;
}
.color-swatches h-color-swatches-show-more,
.color-swatches h-show-more-button {
  grid-column-start: 1;
  grid-column-end: calc(8);
}
.color-swatches__color-item:focus-visible {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.color-swatches-show-more {
  color: #464fe5;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
  font-size: 0.75rem;
}
.color-swatches-show-more:hover {
  color: #1821ad;
}
.color-swatches-show-more:active {
  color: #0c1053;
}
.color-swatches-show-more:hover {
  text-decoration: none;
}
.color-swatches-show-more_secondary {
  color: #2c323a;
}
.color-swatches-show-more_secondary:hover {
  color: #586474;
}
.color-swatches-show-more_secondary:active {
  color: #2c323a;
}
.color-swatches-show-more_regular {
  color: #2c323a;
}
.color-swatches-show-more_regular:hover {
  color: #181d81;
}
.color-swatches-show-more_regular:active {
  color: #080a2b;
}
.color-swatches-show-more_disabled {
  color: #8b97a7;
  text-decoration: none;
  pointer-events: none;
}
.color-swatches-show-more_disabled:hover {
  color: #8b97a7;
}
.color-swatches-show-more_disabled:active {
  color: #8b97a7;
}
.color-swatches-show-more_no-underline {
  text-decoration: none;
}
.color-swatches-show-more_no-underline:hover {
  text-decoration: underline;
}
.color-swatches-show-more_no-underline.link_secondary:hover {
  color: #2c323a;
}
.color-swatches-show-more_with-icon {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.color-swatches-show-more[target='_blank']:not(:has(img))[data-label]::after {
  content: '' / attr(data-label);
}
.color-swatches-show-more[target='_blank']:not(:has(img))::after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
.color-swatches-show-more[target='_blank'].btn:not(:has(img))::after {
  width: 1em;
  height: 1em;
  margin-left: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  align-self: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.color-swatches-show-more__skip-link {
  display: block;
  position: absolute;
  top: -10000px;
  background-color: #ffffff;
  color: #101356;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1rem;
  border: 2px solid #101356;
  border-radius: 0.5rem;
}
.color-swatches-show-more__skip-link:focus-within {
  top: unset;
  outline: none;
}
.color-swatches-control {
  display: inline-block;
}
.color-swatches-control_error {
  padding: 0.25rem;
  border: 2px solid #e62019;
  border-radius: 2px;
}
.tooltip {
  width: fit-content;
}
.tooltip__content {
  border-radius: 0.25rem;
  margin: 0rem;
  z-index: 3;
  animation: revealMessage 0.15s;
  transition: 0.15s opacity;
}
.tooltip_removed {
  opacity: 0;
}
.tooltip__content {
  max-width: 308px;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
  padding: 0.75rem;
}
.tooltip__content:before {
  content: '';
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
  background-color: #ffffff;
}
.tooltip__content[direction='top-left']:before {
  bottom: -0.5rem;
  left: 1.5rem;
}
.tooltip__content[direction='top-center']:before {
  bottom: -0.5rem;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 50%);
}
.tooltip__content[direction='top-right']:before {
  bottom: -0.5rem;
  right: 1.5rem;
}
.tooltip__content[direction='bottom-left']:before {
  top: -0.5rem;
  left: 1.5rem;
}
.tooltip__content[direction='bottom-center']:before {
  top: -0.5rem;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 50%);
}
.tooltip__content[direction='bottom-right']:before {
  top: -0.5rem;
  right: 1.5rem;
}
.tooltip__content[direction='left-top']:before {
  top: 0.75rem;
  right: -0.5rem;
}
.tooltip__content[direction='left-center']:before {
  top: 50%;
  right: -0.5rem;
  transform: rotate(45deg) translate(-50%, -50%);
}
.tooltip__content[direction='left-bottom']:before {
  bottom: 0.75rem;
  right: -0.5rem;
}
.tooltip__content[direction='right-top']:before {
  top: 0.75rem;
  left: -0.5rem;
}
.tooltip__content[direction='right-center']:before {
  top: 50%;
  left: -0.5rem;
  transform: rotate(45deg) translate(-50%, -50%);
}
.tooltip__content[direction='right-bottom']:before {
  bottom: 0.75rem;
  left: -0.5rem;
}
.tooltip__content[direction='center-top']:before {
  bottom: -0.5rem;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 50%);
}
.tooltip__content[direction='center-right']:before {
  top: 50%;
  left: -0.5rem;
  transform: rotate(45deg) translate(-50%, -50%);
}
.tooltip__content[direction='center-bottom']:before {
  top: -0.5rem;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 50%);
}
.tooltip__content[direction='center-left']:before {
  top: 50%;
  right: -0.5rem;
  transform: rotate(45deg) translate(-50%, -50%);
}
h-tooltip-content {
  display: none;
}
.hint {
  width: fit-content;
}
.hint__content {
  border-radius: 0.25rem;
  margin: 0rem;
  z-index: 3;
  animation: revealMessage 0.15s;
  transition: 0.15s opacity;
}
.hint_removed {
  opacity: 0;
}
.hint__content {
  max-width: 308px;
  background-color: #2c323a;
  color: #ffffff;
  display: block;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  line-height: 1rem;
}
h-hint-content {
  display: none;
}
.tag {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  background-color: #e2e5e9;
  border-right: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: top;
  text-align: center;
  height: fit-content;
}
.tag_promotion {
  color: #ffffff;
  background-color: #d52d2a;
  line-height: 1;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tag_l {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tag__remove-button {
  width: 16px;
  height: 16px;
  line-height: 1rem;
}
.tag__remove-button .icon {
  stroke: #6e7d91;
}
.tag_interactive {
  cursor: pointer;
}
.tag_interactive.tag:hover {
  background-color: #c5cbd3;
}
.tag_interactive.tag:hover .icon {
  cursor: pointer;
  stroke: #2c323a;
}
.tag_secondary {
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
}
.tag_tertiary {
  padding: 0.25rem 0.5rem;
  border-radius: 1.25rem;
}
.tag_quaternary {
  display: inline-block;
  color: #2c323a;
  background-color: #c5cbd3;
  font-size: 0.75rem;
  padding: 0 0.375rem;
  border-radius: 0rem;
}
.tag_minimal {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2c323a;
  background-color: #e2e5e9;
  border: 1px solid #c5cbd3;
  padding: 0 0.5rem;
}
.tag_success {
  background-color: #e8fdf4;
  color: #042f1c;
}
.tag_info {
  background-color: #e9eafb;
  color: #080a2b;
}
.tag_error {
  background-color: #fad2d1;
  color: #5c0d0a;
}
.tag_notice {
  background-color: #16191d;
  color: #ffffff;
}
.tag__group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  vertical-align: super;
}
.product-files__files-section {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pagination__button {
  gap: calc(0.625rem);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: calc(0.75rem);
}
.pagination__button_secondary {
  padding: calc(0.5rem);
}
@media screen and (max-width: 576px) {
  .pagination__button_secondary {
    padding: calc(0.5rem);
  }
}
.pagination__button_with-text {
  padding-top: calc(0.5rem);
  padding-left: 1rem;
  padding-bottom: calc(0.5rem);
  padding-right: 1rem;
}
@media screen and (max-width: 576px) {
  .pagination__button_with-text {
    padding: calc(0.75rem);
  }
}
@media screen and (max-width: 576px) {
  .pagination__button-text {
    display: none;
  }
}
.pagination__icon-prev {
  stroke: #424b57;
}
.pagination__icon-next {
  stroke: #2830d7;
}
.pagination__page-selector {
  display: flex;
  align-items: center;
  gap: calc(0.25rem);
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.pagination__page-selector-text {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .pagination {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .rating-and-review-modal__product {
    flex-direction: column;
  }
}
.rating-and-review-modal__product-image-wrapper {
  max-width: 128px;
}
@media (max-width: 575px) {
  .rating-and-review-modal__product-image-wrapper {
    margin-bottom: 1rem;
  }
}
.rating-and-review-modal__product-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #586474;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}
.tabs__tab {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #6e7d91;
  background-color: inherit;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  cursor: pointer;
  border: 1px solid #6e7d91;
}
.tabs__tab[selected] {
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #464fe5;
  border-radius: 4px;
  background-color: #464fe5;
}
.tabs__tab[selected]:hover {
  color: #ffffff;
}
.tabs__tab:hover {
  color: #464fe5;
  border-color: #464fe5;
}
.tabs__tab:first-child:not(&:last-child) {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.tabs__tab:last-child:not(&:first-child) {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.product-list {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.product-list__header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.product-list__footer {
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .product-list__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .product-list__footer {
    width: 100%;
    margin-top: 2rem;
  }
}
.contact-info__wrapper {
  padding: 0.625rem 0;
  font-style: normal;
}
.contact-info__logo-section {
  margin-bottom: 1rem;
}
.contact-info__header {
  margin-bottom: 1rem;
}
.contact-info__logo-text {
  font-weight: 600;
}
.contact-info__details {
  font-size: 0.875rem;
  display: flex;
  gap: 0.75rem;
}
.contact-info__details:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-info__details-phone:not(:last-child) {
  margin-bottom: 0;
}
.contact-info__details-icon {
  flex-shrink: 0;
}
.contact-info__link {
  text-decoration: none;
  color: #2c323a;
}
.contact-info__link:hover {
  color: #2c323a;
}
.contact-info__link:active {
  color: #2c323a;
}
.contact-info__link:hover {
  text-decoration: underline;
}
.loyalty-program {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid #e2e5e9;
  border-bottom: 1px solid #e2e5e9;
}
.loyalty-program__points {
  font-weight: 600;
}
.social-media .border-all {
  border: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-top {
  border: none;
  border-top: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-bottom {
  border: none;
  border-bottom: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-left {
  border: none;
  border-left: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-right {
  border: none;
  border-right: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-left-right {
  border: none;
  border-left: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
  border-right: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media .border-top-bottom {
  border: none;
  border-top: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
  border-bottom: var(--socialMediaIconBorderWidth, 0px) var(--socialMediaIconBorderStyle, solid) var(--socialMediaIconBorderColor, #000000);
}
.social-media__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.social-media__item {
  place-content: center;
}
.social-media__item a {
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--socialMediaIconBorderRadius, 0) * 1%);
  background-color: var(--socialMediaIconBgColor, #ffffff);
  padding: calc(calc(var(--socialMediaIconPadding, 10) / 16) * 1rem);
  gap: 0.5rem;
  text-decoration: none;
  height: 100%;
}
.social-media__item a:hover {
  text-decoration: underline;
}
.social-media__item-image {
  display: block;
  margin-inline: auto;
}
.social-media__item-title {
  display: block;
  margin-inline: auto;
  color: var(--socialMediaIconTextColor, #2c323a);
  font-size: 0.875rem;
}
.visual-subcategories .category-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.visual-subcategories .category-tile__image-wrapper {
  background-color: var(--visualSubcategoriesTileBgColor, #ffffff);
}
.visual-subcategories .category-tile__link {
  color: var(--visualSubcategoriesTileTextColor, #2c323a);
}
.visual-subcategories .category-tile__link .category-tile__caption {
  color: var(--visualSubcategoriesTileTextColor, #586474);
  text-decoration: none;
}
.visual-subcategories .category-tile__link:hover {
  text-decoration-color: var(--visualSubcategoriesTileTextColor, #2c323a);
  color: var(--visualSubcategoriesTileTextColor, #2c323a);
}
.visual-subcategories .category-tile__link:hover .category-tile__caption {
  color: var(--visualSubcategoriesTileTextColor, #586474);
}
.category-tile__header {
  height: 100%;
}
.category-tile__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.category-tile__link:hover {
  text-decoration: none;
}
.category-tile__link:hover .category-tile__title {
  text-decoration: underline;
}
.category-tile__title_clamp {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}
.category-tile__image {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.category-tile__image-wrapper {
  height: 270px;
  margin-top: 1rem;
}
.category-tile__image-wrapper_first {
  order: -1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.category-tile__caption {
  margin-top: 0.125rem;
  font-weight: 400;
}
.icon-with-text .border-all {
  border: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-top {
  border: none;
  border-top: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-bottom {
  border: none;
  border-bottom: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-left {
  border: none;
  border-left: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-right {
  border: none;
  border-right: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-left-right {
  border: none;
  border-left: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
  border-right: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text .border-top-bottom {
  border: none;
  border-top: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
  border-bottom: var(--iconWithTextBorderWidth, 1px) var(--iconWithTextBorderStyle, solid) var(--iconWithTextBorderColor, #000000);
}
.icon-with-text__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: fit-content;
  place-self: center;
  padding: var(--iconWithTextPadding, 10px);
  gap: 1rem;
  background-color: var(--iconWithTextBgColor, #ffffff);
  border-radius: calc(var(--iconWithTextBorderRadius, 0) * 1%);
  overflow: hidden;
}
.icon-with-text__position_left {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.icon-with-text__position_right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.icon-with-text__position_above {
  justify-content: center;
  flex-direction: column-reverse;
}
.icon-with-text__position_below {
  justify-content: center;
}
.icon-with-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.icon-with-text__wrapper p:not(:last-child) {
  margin-bottom: 0;
}
.icon-with-text__image {
  display: block;
  margin-inline: auto;
}
.icon-with-text__content {
  display: block;
  color: var(--iconWithTextTextColor, #2c323a);
}
.icon-with-text__title {
  font-weight: 700;
}
.section-title {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.925rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.section-title_secondary {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.section-title_inline {
  display: inline;
}
.section-title_s {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7875rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .section-title_s {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.section-title_xs {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.image {
  display: flex;
}
.image_block {
  display: block;
}
.image_rounded {
  border-radius: 8px;
}
.image_s {
  aspect-ratio: 1;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .image_s {
    min-width: 88px;
    min-height: 88px;
    width: 88px;
    height: 88px;
  }
}
filters-aggregator {
  display: block;
}
.filters__more-filters {
  display: flex;
  flex-direction: column;
}
.filters__expand-btn,
.filters__collapse-btn {
  color: #464fe5;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
  order: 1;
  text-decoration: none;
}
.filters__expand-btn:hover,
.filters__collapse-btn:hover {
  color: #1821ad;
}
.filters__expand-btn:active,
.filters__collapse-btn:active {
  color: #0c1053;
}
.filters__expand-btn:hover,
.filters__collapse-btn:hover {
  text-decoration: none;
}
.filters__expand-btn_secondary,
.filters__collapse-btn_secondary {
  color: #2c323a;
}
.filters__expand-btn_secondary:hover,
.filters__collapse-btn_secondary:hover {
  color: #586474;
}
.filters__expand-btn_secondary:active,
.filters__collapse-btn_secondary:active {
  color: #2c323a;
}
.filters__expand-btn_regular,
.filters__collapse-btn_regular {
  color: #2c323a;
}
.filters__expand-btn_regular:hover,
.filters__collapse-btn_regular:hover {
  color: #181d81;
}
.filters__expand-btn_regular:active,
.filters__collapse-btn_regular:active {
  color: #080a2b;
}
.filters__expand-btn_disabled,
.filters__collapse-btn_disabled {
  color: #8b97a7;
  text-decoration: none;
  pointer-events: none;
}
.filters__expand-btn_disabled:hover,
.filters__collapse-btn_disabled:hover {
  color: #8b97a7;
}
.filters__expand-btn_disabled:active,
.filters__collapse-btn_disabled:active {
  color: #8b97a7;
}
.filters__expand-btn_no-underline,
.filters__collapse-btn_no-underline {
  text-decoration: none;
}
.filters__expand-btn_no-underline:hover,
.filters__collapse-btn_no-underline:hover {
  text-decoration: underline;
}
.filters__expand-btn_no-underline.link_secondary:hover,
.filters__collapse-btn_no-underline.link_secondary:hover {
  color: #2c323a;
}
.filters__expand-btn_with-icon,
.filters__collapse-btn_with-icon {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.filters__expand-btn[target='_blank']:not(:has(img))[data-label]::after,
.filters__collapse-btn[target='_blank']:not(:has(img))[data-label]::after {
  content: '' / attr(data-label);
}
.filters__expand-btn[target='_blank']:not(:has(img))::after,
.filters__collapse-btn[target='_blank']:not(:has(img))::after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
.filters__expand-btn[target='_blank'].btn:not(:has(img))::after,
.filters__collapse-btn[target='_blank'].btn:not(:has(img))::after {
  width: 1em;
  height: 1em;
  margin-left: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  align-self: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.filters__expand-btn__skip-link,
.filters__collapse-btn__skip-link {
  display: block;
  position: absolute;
  top: -10000px;
  background-color: #ffffff;
  color: #101356;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1rem;
  border: 2px solid #101356;
  border-radius: 0.5rem;
}
.filters__expand-btn__skip-link:focus-within,
.filters__collapse-btn__skip-link:focus-within {
  top: unset;
  outline: none;
}
.filters__collapse-btn {
  margin-top: 1rem;
}
.filters__category-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #2c323a;
  padding: 0.4rem 0.4rem 0.4rem 0;
}
.filters__category-link_active {
  background-color: #f0f2f4;
  font-weight: 600;
  padding: 0.4rem;
}
.filters__clear-link {
  font-size: 0.75rem;
  color: #464fe5;
  text-decoration: underline;
  width: fit-content;
  display: flex;
  column-gap: 0.25rem;
  align-items: center;
  cursor: pointer;
}
.filters__clear-link:hover {
  color: #1821ad;
}
.filters__clear-link:active {
  color: #0c1053;
}
.filters__clear-link:hover {
  text-decoration: none;
}
.filters__clear-link_secondary {
  color: #2c323a;
}
.filters__clear-link_secondary:hover {
  color: #586474;
}
.filters__clear-link_secondary:active {
  color: #2c323a;
}
.filters__clear-link_regular {
  color: #2c323a;
}
.filters__clear-link_regular:hover {
  color: #181d81;
}
.filters__clear-link_regular:active {
  color: #080a2b;
}
.filters__clear-link_disabled {
  color: #8b97a7;
  text-decoration: none;
  pointer-events: none;
}
.filters__clear-link_disabled:hover {
  color: #8b97a7;
}
.filters__clear-link_disabled:active {
  color: #8b97a7;
}
.filters__clear-link_no-underline {
  text-decoration: none;
}
.filters__clear-link_no-underline:hover {
  text-decoration: underline;
}
.filters__clear-link_no-underline.link_secondary:hover {
  color: #2c323a;
}
.filters__clear-link_with-icon {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.filters__clear-link[target='_blank']:not(:has(img))[data-label]::after {
  content: '' / attr(data-label);
}
.filters__clear-link[target='_blank']:not(:has(img))::after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
.filters__clear-link[target='_blank'].btn:not(:has(img))::after {
  width: 1em;
  height: 1em;
  margin-left: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969697 0H3.81818V1.09091H1.09091V7.63636H7.63636V4.90909H8.72727V7.75758C8.72727 8.26424 8.33345 8.68339 7.83681 8.72404L7.75758 8.72727H0.969697C0.46303 8.72727 0.0438788 8.33345 0.0032303 7.83681L0 7.75758V0.969697C0 0.46303 0.393818 0.0438788 0.890467 0.0032303L0.969697 0ZM8.72727 0.545455V2.72727C8.72727 3.02852 8.48306 3.27273 8.18182 3.27273C7.90209 3.27273 7.67154 3.06216 7.64003 2.79088L7.63636 2.72727V1.8623L4.74933 4.74933C4.53632 4.96234 4.19096 4.96234 3.97794 4.74933C3.76493 4.53632 3.76493 4.19096 3.97794 3.97794L6.86497 1.09091L6 1.09091C5.69875 1.09091 5.45455 0.846701 5.45455 0.545454C5.45455 0.265726 5.66511 0.0351778 5.93639 0.00366955L6 0H8.18182C8.44541 0 8.66533 0.186972 8.71619 0.435526C8.72346 0.471034 8.72727 0.507799 8.72727 0.545455Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  align-self: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.filters__clear-link__skip-link {
  display: block;
  position: absolute;
  top: -10000px;
  background-color: #ffffff;
  color: #101356;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1rem;
  border: 2px solid #101356;
  border-radius: 0.5rem;
}
.filters__clear-link__skip-link:focus-within {
  top: unset;
  outline: none;
}
.filters-vertical__categories {
  margin-bottom: 1rem;
}
.filters-vertical__title {
  display: flex;
  align-items: center;
}
.filters-vertical__filter-group {
  margin-bottom: 2rem;
}
.filters-vertical__back-to-category-link {
  font-size: 0.75rem;
  color: #2c323a;
  text-decoration: underline;
  margin-bottom: 1rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.filters-vertical__in-category {
  font-size: 0.75rem;
}
.filters-vertical__actions {
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid #c5cbd3;
  padding: 1rem 0;
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .filters-vertical_on-layer {
    display: none;
  }
  .filter-subcategories {
    display: none;
  }
}
@media (max-width: 575px) {
  .filters-vertical {
    position: fixed;
    display: none;
    flex-direction: column;
    z-index: 5;
    min-width: 16.625rem;
    height: 100vh;
    height: 100dvh;
    width: 300px;
    overflow: auto;
    background-color: #ffffff;
    top: 0;
    right: 0;
    overflow-x: hidden;
  }
  .filters-vertical_visible {
    display: block;
  }
  .filters-vertical__header {
    border-bottom: 1px solid #e2e5e9;
    padding: 1rem;
  }
  .filters-vertical__filters,
  .filters-vertical__subcategories {
    padding: 0 1rem 0;
  }
  .filters-vertical__subcategories {
    display: none;
  }
  .filters-vertical__actions {
    box-shadow: 0px -4px 6px -1px rgba(17, 19, 22, 0.08), 0px -2px 4px -2px rgba(17, 19, 22, 0.08);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
  }
  .filters-vertical_not-layer {
    display: none;
  }
}
.filters-horizontal__content {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.filters-horizontal__dropdown-content {
  padding: 1rem 1rem 2rem;
  min-width: 280px;
}
.filters-horizontal__dropdown-actions {
  box-shadow: 0px -4px 6px -1px rgba(17, 19, 22, 0.08), 0px -2px 4px -2px rgba(17, 19, 22, 0.08);
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}
.filters-horizontal__active-filters {
  margin-top: 1rem;
  align-items: center;
  gap: 0.5rem;
}
.filters-horizontal__filter-header_active {
  color: #464fe5;
}
.filters-horizontal__mobile-header {
  display: flex;
  align-items: end;
  flex-direction: column;
  padding: 0.5rem 0.25rem 0;
}
.filters-horizontal__mobile-header-close-btn {
  background-color: #f0f2f4;
  border-radius: 2px;
  padding: 0.5rem;
}
.filters-subcategories__list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.filters-subcategories__category-link-counter {
  font-weight: 400;
}
.filter-subcategories {
  margin-bottom: 0.5rem;
}
.filter-subcategories__slider .splide__slide {
  width: auto !important;
}
filters-reset {
  outline-offset: 0.25rem;
}
.filter-control {
  display: flex;
  justify-content: space-between;
}
.filter-control:not(:last-child) {
  margin-bottom: 1rem;
}
.filter-control_empty {
  opacity: 0.5;
}
.filter-control__counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.number-of-products {
  font-size: 0.875rem;
}
.number-of-products_no-results strong {
  color: #e62019;
}
@media screen and (max-width: 576px) {
  .added-to-basket-modal__h-modal-paddings {
    padding: 1rem;
  }
}
.added-to-basket-modal__generic_wrap {
  flex-wrap: wrap;
}
.added-to-basket-modal__options {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #586474;
  margin-bottom: 0.5rem;
}
.added-to-basket-modal_quantity-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e5e9;
  font-size: 0.75rem;
  padding: 0 0.25rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.added-to-basket-modal_product-name {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.added-to-basket-modal_quantity-summary {
  flex-wrap: wrap;
  background-color: #e2e5e9;
  line-height: 1.5rem;
  padding: 0.5rem;
  margin: 1.5rem 0;
}
.added-to-basket-modal_preview-image {
  object-fit: contain;
  width: 8rem;
  height: 8rem;
}
.added-to-basket-modal_button {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .added-to-basket-modal__customized-paragraph {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.article {
  border: 1px solid #c5cbd3;
  border-radius: 0.25rem;
}
.article_no-tags {
  padding-bottom: 0.75rem;
}
.article__slide {
  height: 100%;
}
.article__image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: 100%;
  height: 288px;
  object-fit: cover;
}
.article__image-hint {
  width: auto;
}
@media screen and (min-width: 576px) {
  .article__image {
    height: 424px;
  }
}
.article__main-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem 1rem 0;
}
.article__main-section_full-padding {
  padding-bottom: 1rem;
}
.article__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__category {
  flex: 1;
  color: #2c323a;
  text-decoration: none;
}
.article__category:hover {
  color: #2c323a;
}
.article__date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.article__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #2c323a;
  text-decoration: none;
}
.article__title:hover {
  color: #2c323a;
}
.article__content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #586474;
}
.article__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__author {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.article-comments {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #2c323a;
  text-decoration: none;
}
.article-comments__quantity {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.article-tags {
  margin-top: 1rem;
  padding: 0 1rem 0.75rem;
}
.article-tags__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-top: 1px solid #a8b1bd;
  padding-top: 1rem;
}
.article-tags__tag {
  text-decoration: none;
  color: #2c323a;
}
.article-tags__tag:hover {
  color: #2c323a;
}
.separator {
  width: 100%;
  border-bottom: 1px solid #c5cbd3;
  margin: 1rem 0;
}
.separator_xs {
  margin: 0.5rem 0;
}
.separator_s {
  margin: 1rem 0;
}
.separator_m {
  margin: 1.5rem 0;
}
.separator_l {
  margin: 2rem 0;
}
.separator-horizontal {
  height: 100%;
  width: fit-content;
  display: list-item;
  border-bottom: 0;
  border-left: 1px solid #c5cbd3;
  margin: 0 1rem;
}
.separator-horizontal_s {
  margin: 0 0.5rem;
}
.separator-horizontal_m {
  margin: 0 1.25rem;
}
.separator_secondary {
  border-color: #e2e5e9;
}
.separator_tertiary {
  border-color: #c5cbd3;
}
.text-separator {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog-article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-article-details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.blog-article-details__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.blog-article-details__detail {
  font-weight: bold;
}
.blog-article-details__link {
  color: #2c323a;
  text-decoration: none;
}
.blog-article-details__link:hover {
  color: #2c323a;
  text-decoration: underline;
}
.blog-article__image {
  max-height: 42.3125rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .blog-article-details {
    justify-content: flex-start;
  }
  .blog-article__image {
    max-height: 22.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-article-details {
    flex-direction: column;
  }
  .blog-article__image {
    max-height: 29.3125rem;
  }
}
.file-box {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e2e5e9;
  transition: border-color 0.2s ease-in;
}
.file-box__header {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2c323a;
}
.file-box__content {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.file-box_spacing-s {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.file-box_primary {
  background-color: #f0f2f4;
  border-color: #e2e5e9;
}
.file-box__header {
  padding-top: 0.375rem;
  padding-right: 0.25rem;
  padding-bottom: 0.375rem;
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
.file-box__header:hover {
  background-color: #e2e5e9;
  border-radius: 2px;
  text-decoration: underline;
  cursor: pointer;
}
.file-box__title {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2c323a;
  padding-top: 0rem;
  padding-right: 0.25rem;
  padding-bottom: 0rem;
  padding-left: 0.25rem;
}
.file-box__download-icon {
  stroke: #586474;
}
.file-box__size {
  font-weight: 400;
  color: #586474;
}
.file-box__description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #2c323a;
  margin-top: 0.75rem;
}
.file-box:hover {
  border-color: #c5cbd3;
}
.blog-article-title {
  font-weight: 600;
  color: #2c323a;
  font-size: 1.25rem;
}
.blog-tag-list-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
}
.blog-article-tags__tag {
  color: #2c323a;
  text-decoration: none;
}
.blog-article-tags__tag:hover {
  color: #2c323a;
}
.blog-category-list-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #2c323a;
  margin-bottom: 2rem;
}
.info-page-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .info-page-title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}
.contact-form {
  max-width: 100%;
  margin: 0;
}
.contact-form__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 1.5rem 0 1rem;
  padding: 0.25rem 0.5rem;
}
.contact-form__input {
  max-width: 407px;
}
.contact-form__button {
  width: fit-content;
}
.contact-form .form-container {
  max-width: 407px;
}
.newsletter__container {
  max-width: 40rem;
}
.newsletter__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.newsletter__controls-wrapper {
  display: block;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.newsletter__submit-button {
  min-width: max-content;
  width: 100%;
  margin-top: 1rem;
}
.newsletter__legal-notice {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 575px) {
  .newsletter__control-errors_block {
    display: none;
  }
  .newsletter .control__element_flex {
    display: block;
  }
  .newsletter .newsletter__control-errors_inline {
    display: block;
  }
  .newsletter .newsletter__submit-button {
    width: 100%;
    margin-top: 1rem;
  }
}
.newsletter__container {
  container-type: inline-size;
}
@container (min-width: 451px) {
  .newsletter__container newsletter-form .newsletter__controls-wrapper {
    display: flex;
  }
  .newsletter__container newsletter-form .newsletter__controls-wrapper .newsletter__submit-button {
    width: initial;
    margin-top: 0;
  }
  .newsletter__control-errors_inline {
    display: none;
  }
}
@container (max-width: 450px) {
  .newsletter__container .control__element_flex {
    display: block;
  }
  .newsletter__control-errors_block {
    display: none;
  }
}
.language-and-currency {
  width: fit-content;
  max-width: 640px;
}
.language-and-currency__modal-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.125rem;
}
.language-and-currency__modal-body > div .radio-box-group {
  margin-bottom: 3rem;
}
.language-and-currency__modal-body > div:last-of-type .radio-box-group {
  margin-bottom: 0;
}
.language-and-currency__modal-body .helper {
  margin-top: 2rem;
}
.language-and-currency__modal-opener {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.language-and-currency__modal-opener_horizontal {
  column-gap: 0.5rem;
  flex-direction: row;
}
.language-and-currency__label {
  display: flex;
}
.language-and-currency__flag {
  width: 1.625rem;
  height: 1rem;
  border-radius: 2px;
}
.language-and-currency__icon {
  stroke: #586474;
}
@media (min-width: 576px) {
  .language-and-currency__modal-header {
    font-size: 1.125rem;
  }
}
.radio-box-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.radio-box-group__radio-box > .radio-box__label {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.radio-box-group legend {
  margin-bottom: 1rem;
}
.helper {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #586474;
}
.basket-product {
  display: flex;
  border-top: 1px solid #c5cbd3;
  column-gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1rem;
}
.basket-product:first-child {
  border-top: none;
  margin-top: 1.5rem;
  padding-top: 0;
}
.basket-product__wrapper {
  flex: 1 0 10%;
  display: flex;
  column-gap: 2rem;
}
.basket-product__prices {
  flex: 0 0 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.basket-product__image {
  flex: 0 0 50px;
}
.basket-product__image-border {
  display: inline-flex;
  border: 1px solid #c5cbd3;
  border-radius: 4px;
}
.basket-product__info {
  display: flex;
  column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
.basket-product__content {
  width: 100%;
}
.basket-product__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.basket-product__actions .remove-product__button {
  font-size: 0.875rem;
}
.basket-product__price {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.basket-product__name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 1rem;
}
.basket-product__link {
  font-weight: 600;
  text-decoration: none;
  color: #2c323a;
}
.basket-product__additional-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5rem;
}
.basket-product__options {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #586474;
  margin-top: 0.5rem;
}
.basket-products__header {
  border-bottom: 1px solid #c5cbd3;
  margin-bottom: 1rem;
}
.basket-module {
  width: 100%;
  display: block;
  border: 1px solid #c5cbd3;
  background-color: #ffffff;
  border-radius: 5px;
}
.basket-module_processing {
  position: relative;
}
.basket-module_processing::after {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-width: 3px;
  border: solid #e2e5e9;
  border-left-color: #2830d7;
  border-top-color: #2830d7;
  border-radius: 50%;
  z-index: 11;
  animation: spin 1s linear infinite;
}
.basket-module_processing::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
  opacity: 0.5;
  display: flex;
}
.basket-module_error {
  border-color: #e62019;
}
.basket-module__content {
  padding: 1rem;
}
.basket-module__content_secondary {
  background-color: #f0f2f4;
}
.basket-module__content_tertiary {
  background-color: #f0f2f4;
  padding: 0.5rem 1rem;
  color: #2c323a;
}
@media screen and (max-width: 768px) {
  .basket-module__content_quaternary {
    display: flex;
    flex-direction: column;
  }
}
.basket-module__content_pt-0 {
  padding-top: 0;
}
.basket-module__content_pb-0 {
  padding-bottom: 0;
}
.basket-module__content_pl-0 {
  padding-left: 0;
}
.basket-module__content_pr-0 {
  padding-right: 0;
}
main.context-25,
main.context-26,
main.context-27,
main.context-28,
main.context-30 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  main.context-25,
  main.context-26,
  main.context-27,
  main.context-28,
  main.context-30 {
    padding-left: 0;
    padding-right: 0;
  }
}
.basket-products {
  container-type: inline-size;
}
@container (max-width: 1190px) {
  .basket-product__info {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@container (max-width: 576px) {
  .basket-product {
    column-gap: 1rem;
  }
  .basket-product__prices {
    flex: 1 0 calc(49%);
    margin-top: 1rem;
    background-color: #e2e5e9;
    align-items: flex-start;
    padding: 0.5rem;
    margin-left: calc(51px);
    border-radius: 5px;
  }
  .basket-product__name {
    width: 100%;
  }
}
@supports (max-height: 1dvh) {
  .modal__container {
    max-height: calc(98dvh);
  }
}
@supports not (max-height: 1dvh) {
  .modal__container {
    max-height: calc(98vh);
  }
}
@media screen and (max-width: 575px) {
  .modal__container {
    max-height: 100dvh;
    height: 100dvh;
  }
}
.basket-summary__coupon:not(:last-child) {
  margin-bottom: 1rem;
}
.basket-summary__coupon-code {
  color: #2c323a;
  background-color: #e2e5e9;
}
.basket-summary__box {
  width: 100%;
  background-color: #f0f2f4;
  padding: 1rem;
}
.basket-summary__box:not(:last-child) {
  margin-bottom: 2rem;
}
.basket-summary__box-header {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
[data-module-name='basket_summary_checkout'] {
  position: sticky;
  top: 1rem;
  z-index: 1;
}
[data-module-name='basket_done'] button[type='submit'].important,
[data-module-name='basket_done'] input[type='button']#submit-button,
[data-module-name='customer_panel'] button[type='submit'].important {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  outline-offset: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  font-weight: 600;
  line-height: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.4375rem;
  padding-right: 1.25rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.25rem;
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
[data-module-name='basket_done'] button[type='submit'].important_l,
[data-module-name='basket_done'] input[type='button']#submit-button_l,
[data-module-name='customer_panel'] button[type='submit'].important_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.5rem;
}
[data-module-name='basket_done'] button[type='submit'].important_s,
[data-module-name='basket_done'] input[type='button']#submit-button_s,
[data-module-name='customer_panel'] button[type='submit'].important_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
[data-module-name='basket_done'] button[type='submit'].important_xs,
[data-module-name='basket_done'] input[type='button']#submit-button_xs,
[data-module-name='customer_panel'] button[type='submit'].important_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
}
[data-module-name='basket_done'] button[type='submit'].important_full-width,
[data-module-name='basket_done'] input[type='button']#submit-button_full-width,
[data-module-name='customer_panel'] button[type='submit'].important_full-width {
  min-width: fit-content;
  width: 100%;
}
[data-module-name='basket_done'] button[type='submit'].important_primary,
[data-module-name='basket_done'] input[type='button']#submit-button_primary,
[data-module-name='customer_panel'] button[type='submit'].important_primary {
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
[data-module-name='basket_done'] button[type='submit'].important_primary:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_primary:hover,
[data-module-name='customer_panel'] button[type='submit'].important_primary:hover {
  background-color: #1c25c5;
  color: #ffffff;
}
[data-module-name='basket_done'] button[type='submit'].important_primary-disabled,
[data-module-name='basket_done'] input[type='button']#submit-button_primary-disabled,
[data-module-name='customer_panel'] button[type='submit'].important_primary-disabled {
  background-color: #7e83e7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
[data-module-name='basket_done'] button[type='submit'].important_secondary,
[data-module-name='basket_done'] input[type='button']#submit-button_secondary,
[data-module-name='customer_panel'] button[type='submit'].important_secondary {
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
[data-module-name='basket_done'] button[type='submit'].important_secondary:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_secondary:hover,
[data-module-name='customer_panel'] button[type='submit'].important_secondary:hover {
  background-color: #abaef0;
  color: #464fe5;
}
[data-module-name='basket_done'] button[type='submit'].important_secondary-disabled,
[data-module-name='basket_done'] input[type='button']#submit-button_secondary-disabled,
[data-module-name='customer_panel'] button[type='submit'].important_secondary-disabled {
  background-color: #e9eafb;
  color: #a9acef;
  border-color: transparent;
  fill: #a9acef;
  stroke: #a9acef;
  pointer-events: none;
}
[data-module-name='basket_done'] button[type='submit'].important_special,
[data-module-name='basket_done'] input[type='button']#submit-button_special,
[data-module-name='customer_panel'] button[type='submit'].important_special {
  background-color: #080a2b;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
[data-module-name='basket_done'] button[type='submit'].important_special:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_special:hover,
[data-module-name='customer_panel'] button[type='submit'].important_special:hover {
  background-color: #0e114b;
  color: #ffffff;
}
[data-module-name='basket_done'] button[type='submit'].important_special-disabled,
[data-module-name='basket_done'] input[type='button']#submit-button_special-disabled,
[data-module-name='customer_panel'] button[type='submit'].important_special-disabled {
  background-color: #8b97a7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
[data-module-name='basket_done'] button[type='submit'].important_outline,
[data-module-name='basket_done'] input[type='button']#submit-button_outline,
[data-module-name='customer_panel'] button[type='submit'].important_outline {
  background-color: inherit;
  color: #424b57;
  border-color: #a8b1bd;
  fill: #424b57;
  stroke: #424b57;
  border-width: 1px;
}
[data-module-name='basket_done'] button[type='submit'].important_outline:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_outline:hover,
[data-module-name='customer_panel'] button[type='submit'].important_outline:hover {
  color: #16191d;
  border-color: #6e7d91;
}
[data-module-name='basket_done'] button[type='submit'].important_outline-disabled,
[data-module-name='basket_done'] input[type='button']#submit-button_outline-disabled,
[data-module-name='customer_panel'] button[type='submit'].important_outline-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: #a8b1bd;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
[data-module-name='basket_done'] button[type='submit'].important_ghost,
[data-module-name='basket_done'] input[type='button']#submit-button_ghost,
[data-module-name='customer_panel'] button[type='submit'].important_ghost {
  background-color: transparent;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
[data-module-name='basket_done'] button[type='submit'].important_ghost:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_ghost:hover,
[data-module-name='customer_panel'] button[type='submit'].important_ghost:hover {
  color: #1c25c5;
  background-color: transparent;
}
[data-module-name='basket_done'] button[type='submit'].important_ghost-disabled,
[data-module-name='basket_done'] input[type='button']#submit-button_ghost-disabled,
[data-module-name='customer_panel'] button[type='submit'].important_ghost-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: transparent;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
[data-module-name='basket_done'] button[type='submit'].important_icon,
[data-module-name='basket_done'] input[type='button']#submit-button_icon,
[data-module-name='customer_panel'] button[type='submit'].important_icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.5625rem;
  background-color: #f0f2f4;
  color: #586474;
  border-color: transparent;
  fill: #586474;
  stroke: #586474;
  border-radius: 50%;
  aspect-ratio: 1;
}
[data-module-name='basket_done'] button[type='submit'].important_icon:hover,
[data-module-name='basket_done'] input[type='button']#submit-button_icon:hover,
[data-module-name='customer_panel'] button[type='submit'].important_icon:hover {
  background-color: #e2e5e9;
}
[data-module-name='basket_done'] button[type='submit'].important_join-right,
[data-module-name='basket_done'] input[type='button']#submit-button_join-right,
[data-module-name='customer_panel'] button[type='submit'].important_join-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-module-name='basket_done'] button[type='submit'].important_join-left,
[data-module-name='basket_done'] input[type='button']#submit-button_join-left,
[data-module-name='customer_panel'] button[type='submit'].important_join-left {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-module-name='basket_done'] button[type='submit'].important__icon,
[data-module-name='basket_done'] input[type='button']#submit-button__icon,
[data-module-name='customer_panel'] button[type='submit'].important__icon {
  width: 16px;
  height: 16px;
  stroke: inherit;
}
[data-module-name='basket_done'] button[type='submit'].important__icon_left,
[data-module-name='basket_done'] input[type='button']#submit-button__icon_left,
[data-module-name='customer_panel'] button[type='submit'].important__icon_left {
  margin-right: 0.625rem;
}
[data-module-name='basket_done'] button[type='submit'].important__icon_right,
[data-module-name='basket_done'] input[type='button']#submit-button__icon_right,
[data-module-name='customer_panel'] button[type='submit'].important__icon_right {
  margin-left: 0.625rem;
}
[data-module-name='basket_done'] button[type='submit'].important__icon_filled,
[data-module-name='basket_done'] input[type='button']#submit-button__icon_filled,
[data-module-name='customer_panel'] button[type='submit'].important__icon_filled {
  fill: inherit;
}
[data-module-name='basket_done'] button[type='submit'].important:hover,
[data-module-name='basket_done'] input[type='button']#submit-button:hover,
[data-module-name='customer_panel'] button[type='submit'].important:hover {
  background-color: #1c25c5;
  color: #ffffff;
}
.basket-shipping {
  border: 1px solid #a8b1bd;
  padding: 1rem;
  border-radius: 4px;
}
.basket-shipping:focus-within {
  border-color: #2830d7;
  box-shadow: #181d81;
}
.basket-shipping_selected {
  border-color: #2830d7;
}
.basket-shipping:not(:last-child) {
  margin-bottom: 1rem;
}
.basket-shipping__radio {
  flex-grow: 1;
}
.basket-shipping__header {
  display: flex;
  justify-content: space-between;
}
.basket-shipping__summary {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.basket-shipping__image {
  height: 30px;
  max-width: 345px;
  object-fit: contain;
  width: calc(99%);
  margin-left: 1rem;
}
.basket-shipping__pickup-point {
  margin-top: 0.5rem;
}
.basket-shipping__pickup-point-address {
  background-color: #f0f2f4;
  padding: 1rem;
  border-radius: 2px;
  margin-top: 0.5rem;
  font-style: normal;
}
.basket-shipping__price_highlight {
  color: #d6302d;
}
.easypack-widget :focus {
  box-shadow: #181d81 !important;
  border-color: #2830d7 !important;
}
.payments-channels-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.payment-channel {
  gap: 1rem;
  border: 1px solid #a8b1bd;
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-direction: column;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  word-break: break-word;
}
.payment-channel_selected,
.payment-channel:hover {
  border-color: #2830d7;
  background-color: #e9eafb;
}
.payment-channel__image {
  flex: 0 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-channel__image img {
  max-height: 70px;
}
.address-card {
  border: 1px solid #a8b1bd;
  padding: 1rem;
  border-radius: 4px;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.basket-addresses__form-teaser {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
.basket-addresses__form-teaser::after {
  content: '';
  display: block;
  box-shadow: 0px 0px 10px 1px #586474;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.basket-addresses__form-teaser-blur {
  filter: blur(1px);
  height: 250px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.5;
}
.basket-addresses__form-teaser-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.basket-preview {
  max-width: 440px;
  display: block;
}
.basket-preview .basket-module__content {
  margin-top: 1rem;
}
.basket-preview .basket-product__prices {
  flex: 1 0 calc(48%);
  margin-top: 0.5rem;
  background-color: #e2e5e9;
  align-items: flex-start;
  padding: 0.5rem;
  margin-left: calc(50px + 2rem);
  border-radius: 5px;
  margin-top: 1rem;
}
.basket-preview .basket-product__info {
  flex-direction: column;
}
.basket-preview .basket-product__name {
  width: 100%;
}
.basket-preview .basket-product__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.basket-preview__disabled {
  padding: 1rem;
}
.basket-preview__disabled-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.basket-preview__disabled-icon {
  stroke: #b81a14;
}
.basket-login__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.basket-gift-cards {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.basket-gift-cards__action-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
  padding: 0;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.basket-gift-cards__action-button_left {
  align-self: flex-start;
}
.basket-gift-cards__list {
  display: grid;
  row-gap: 1rem;
}
.basket-gift-cards__list-item-wrapper flash-messenger:has(flash-message) {
  display: block;
  margin-block-start: 1rem;
}
.basket-gift-cards__list-item {
  padding: 1rem;
  border: 1px solid #c5cbd3;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
}
.basket-gift-cards__info {
  flex: 1;
  display: grid;
}
.basket-gift-cards__image {
  width: 95px;
}
.basket-gift-cards__description-line {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #424b57;
}
.basket-gift-cards__description-line_main {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #16191d;
}
.progress-bar {
  width: 100%;
  background-color: #c5cbd3;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
}
.progress-bar__bar {
  background-color: #424b57;
  height: 100%;
}
.form__additional-info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 1.5rem 0 1rem;
  padding: 0.25rem 0.5rem;
  background-color: #e2e5e9;
  color: #2c323a;
  border-radius: 2px;
  width: fit-content;
}
.form__additional-info_secondary {
  color: #464fe5;
}
.form__additional-info_margin-l {
  margin: 1rem 0 2.5rem;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
      font-size: 16px !important;
    }
  }
}
.image-order {
  width: 3.5rem;
}
@media screen and (max-width: 576px) {
  .image-order {
    width: 2.5rem;
  }
}
.user-menu__close {
  display: flex;
  justify-content: flex-end;
}
.user-menu__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.user-menu__user-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5cbd3;
  border-radius: 100%;
  color: #6e7d91;
  font-size: 1.25rem;
  font-weight: 600;
}
.user-menu__user-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.user-menu__user-text_secondary {
  font-weight: 600;
}
.user-menu__list-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.user-menu__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
  color: #2c323a;
  text-decoration: none;
}
.user-menu__link:hover {
  color: #2c323a;
  text-decoration: underline;
}
.user-menu__link:hover .user-menu__user-text {
  text-decoration: underline;
}
.user-menu__link_no-underline:hover {
  text-decoration: none;
}
.user-menu__link_secondary {
  color: #464fe5;
}
.user-menu__link_secondary:hover {
  color: #1c25c5;
}
.rating-modal__product-image-wrapper {
  max-width: 128px;
}
.bundle-items {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1.25rem;
  background-color: #f0f2f4;
  border: 1px dashed #a8b1bd;
  border-radius: 0.5rem;
}
.bundle-items__plus {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7875rem;
  text-align: center;
  font-weight: 600;
  color: #a8b1bd;
}
@media screen and (max-width: 575px) {
  .bundle-items__plus {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.bundle-items__list {
  display: flex;
  flex-direction: column;
}
.product-bundle-item-tile {
  min-width: 288px;
  padding: 1rem;
  border: 1px solid #c5cbd3;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(17, 19, 22, 0.08), 0px 1px 2px -1px rgba(17, 19, 22, 0.08);
  color: #2c323a;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .product-bundle-item-tile__price-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.25rem;
  }
}
.product-ask-questions-modal__product {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 575px) {
  .product-ask-questions-modal__product_with-image {
    flex-direction: column;
  }
}
.product-ask-questions-modal__product-image-wrapper {
  max-width: 128px;
}
.product-ask-questions-modal__product-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #586474;
}
.product-ask-questions-modal__legal-notice {
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #586474;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .product-ask-questions-modal__legal-notice {
    margin-bottom: 1rem;
  }
}
.header {
  width: 100%;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
.header_h2 {
  font-size: 1.375rem;
  line-height: 1.7875rem;
}
.header_h3 {
  font-size: 1.25rem;
  line-height: 1.65rem;
}
.header_h4 {
  font-size: 1.1875rem;
  line-height: 1.58125rem;
}
.header_h5 {
  font-size: 1.125rem;
  line-height: 1.5125rem;
}
.header_h6 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
.header_underline {
  border-bottom: 1px solid #c5cbd3;
  width: 100%;
  padding: 0;
}
.header_highlight {
  display: inline-block;
  border-bottom: 3px solid #464fe5;
  padding: 0.5rem 0;
}
@media screen and (max-width: 575px) {
  .header_h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .header_h3 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
  .header_h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .header_h5 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .header_h6 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.products__header {
  margin-bottom: 2rem;
}
.logo-text {
  color: #2c323a;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.7875rem;
}
inpost-thank-you {
  display: block;
  margin-bottom: 2rem;
}
.side-menu-categories {
  position: relative;
}
.side-menu-categories__list .side-menu-categories__list-item-link_active > ul {
  border-left: 1px solid #e2e5e9;
}
.side-menu-categories__list-go-back-link {
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
}
.side-menu-categories__list-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-left: 0.5rem;
  padding-left: 0.75rem;
  padding-left: 1rem;
  padding-left: 1.25rem;
}
.side-menu-categories__list-item_secondary {
  color: #464fe5;
  font-weight: 700;
}
.side-menu-categories__list-item-link {
  font-weight: 400;
  color: #2c323a;
  text-decoration: none;
}
.side-menu-categories__list-item-link:hover {
  color: #586474;
}
.side-menu-categories__list-item-link_secondary {
  color: #464fe5;
}
.side-menu-categories__list-item-link_secondary:hover {
  color: #1821ad;
}
.side-menu-categories__list-item-link_active {
  font-weight: 700;
  color: #464fe5;
}
.side-menu-categories__list-item-link_active:hover {
  color: #464fe5;
}
.side-menu-categories__list .side-menu-categories__list-level-1 {
  padding-left: 0;
}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: '';
  height: 0;
}
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}
.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}
.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px;
}
.fr-view {
  word-wrap: break-word;
}
.fr-view span[style~='color:'] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view .fr-table[border='0'] td:not([class]),
.fr-view .fr-table[border='0'] th:not([class]),
.fr-view .fr-table[border='0'] td[class=''],
.fr-view .fr-table[border='0'] th[class=''] {
  border-width: 0px;
}
.fr-view .fr-table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view .fr-table td {
  min-width: 5px;
}
.fr-view .fr-table.fr-dashed-borders td,
.fr-view .fr-table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view .fr-table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}
.fr-view .fr-table td,
.fr-view .fr-table th {
  border: 1px solid #ddd;
}
.fr-view .fr-table td:empty,
.fr-view .fr-table th:empty {
  height: 20px;
}
.fr-view .fr-table td.fr-highlighted,
.fr-view .fr-table th.fr-highlighted {
  border: 1px double red;
}
.fr-view .fr-table td.fr-thick,
.fr-view .fr-table th.fr-thick {
  border-width: 2px;
}
.fr-view .fr-table th {
  background: #ececec;
}
.fr-view .fr-table tfoot td {
  background: #ececec;
}
.fr-view .fr-mso-hidden {
  display: none;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: '\1F4CE';
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
.fr-view[dir='rtl'] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}
.fr-view[dir='rtl'] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir='rtl'] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #aaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: 'Courier New', Courier, monospace;
}
.fr-view .fr-class-transparency {
  opacity: 0.5;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
  min-width: 10px;
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
  min-width: 5px;
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
  min-width: 5px;
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
  min-width: 10px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
  min-width: 5px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
  min-width: 5px;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
.fr-view span.fr-img-caption.fr-dii.fr-fil,
.fr-view p img.fr-dii.fr-fil {
  margin-right: 15px;
}
/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
  min-width: 10px;
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
  min-width: 5px;
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
  min-width: 5px;
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
  min-width: 10px;
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
  min-width: 5px;
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
  min-width: 5px;
}
.video {
  display: flex;
  flex-direction: column;
}
.video__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.video__container:hover .video__controls,
.video__container:focus .video__controls {
  opacity: 1;
}
.video__transcript-modal-opener {
  text-decoration: none;
  color: #0745c0;
  cursor: pointer;
}
.video__transcript-modal-opener:hover {
  text-decoration: underline;
  color: #2c323a;
}
.video__controls {
  position: absolute;
  bottom: 30px;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  line-height: 1;
}
.video__controls .icon {
  stroke: #ffffff;
}
.video__controls-play .icon,
.video__controls-pause .icon {
  fill: #ffffff;
}
.video__controls:hover,
.video__controls:focus {
  opacity: 1;
}
.video__controls:hover h-icon,
.video__controls:focus h-icon {
  background: rgba(44, 50, 59, 0.6);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px rgba(44, 50, 59, 0.6);
}
.video__controls-ad {
  min-width: 36px;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.video__controls-ad.inactive .icon {
  stroke: #7b7a77;
}
.video__controls-play,
.video__controls-pause {
  left: 16px;
  border-radius: 50%;
}
.video__controls .disabled .icon {
  stroke: #7b7a77;
}
.video__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.video__play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 1px 3px rgba(17, 19, 22, 0.08), 0 1px 2px -1px rgba(17, 19, 22, 0.08), 0 0 0px 6px rgba(0, 0, 0, 0.1);
}
.video__play-button svg {
  width: 24px;
  height: 24px;
}
.video__audio-description-display {
  display: none;
  width: 100%;
  height: 2.5rem;
  padding: 0.75rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
}
.video:has(.video__controls-ad.active) .video__audio-description-display {
  display: block;
}
.video__audio-description-text {
  display: block;
  font-weight: 700;
}
.yt-video__container {
  display: flex;
  flex-direction: column;
}
.overlay {
  position: relative;
  z-index: 0;
}
.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--overlay-color);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.control_row {
  flex-direction: row;
  column-gap: 1rem;
}
.control:not(:last-child) {
  margin-bottom: 1rem;
}
.control_no-margin:not(:last-child) {
  margin-bottom: 0;
}
.control__label {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.control__content {
  display: flex;
  max-width: 100%;
}
.control__content_auto {
  width: auto;
}
.control__additional-content {
  margin-top: 0.25rem;
}
.control__additional-content_type-text {
  color: #586474;
  font-size: 0.75rem;
}
.control__additional-content_with-indent {
  margin-left: calc(21px + 0.75rem);
}
.control__additional-content_with-border {
  border-left: 1px solid #c5cbd3;
  padding-left: 1.4375rem;
  margin-left: 0.625rem;
}
.control__additional-content button {
  height: fit-content;
}
.control__element {
  flex-basis: 100%;
  width: 100%;
}
.control__element_auto {
  flex-basis: auto;
}
.control__element_full {
  flex-basis: 100%;
  width: 100%;
}
.control__element_three-quarters {
  flex-basis: 75%;
  width: 75%;
}
.control__element_half {
  flex-basis: 50%;
  width: 50%;
}
.control__element_quarter {
  flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width: 576px) {
  .control__element_quarter {
    flex-basis: 50%;
    width: 50%;
  }
}
.control__element_flex {
  display: flex;
  gap: 1rem;
}
.control__element_radio-box {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  gap: 8px;
}
.control__element_radio-box .control {
  width: auto;
  margin-bottom: 0;
}
.control__errors {
  color: #e62019;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  line-height: 1.25rem;
}
input[name='email_verify'] {
  overflow: hidden;
  height: 0;
  width: 0;
  position: fixed;
  top: -500px;
  left: -500px;
}
.input {
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #8b97a7;
  border-radius: 2px;
  column-gap: 0.5rem;
  color: #2c323a;
  -webkit-text-fill-color: #2c323a;
  background-color: inherit;
  padding-top: 0.5625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.input:hover {
  border-color: #2c323a;
}
.input:focus-within {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.input__icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  stroke: #2c323a;
}
.input__control,
.input input {
  width: 100%;
  outline: 0;
  background-color: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.input_l {
  padding-top: 0.8125rem;
  padding-right: 0.75rem;
  padding-bottom: 0.8125rem;
  padding-left: 0.75rem;
}
.input_s {
  padding-top: 0.4375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.75rem;
}
.input_xs {
  width: 2rem;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.input_text-center {
  text-align: center;
}
.input_no-arrows[type='number'] {
  -moz-appearance: textfield;
}
.input_no-arrows[type='number']::-webkit-outer-spin-button,
.input_no-arrows[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input_with-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25rem;
}
.input_disabled {
  border-color: #e2e5e9;
  background-color: #e2e5e9;
  color: #6e7d91;
  pointer-events: none;
}
.input_disabled .input__control {
  background-color: #e2e5e9;
  color: #6e7d91;
}
.input_disabled .input__control input {
  background-color: #e2e5e9;
}
.input_disabled .input__icon {
  stroke: #6e7d91;
}
.input_error {
  border-color: #e62019;
  box-shadow: inset 0 0 0px 1px #e62019;
}
.input_error .control__input {
  color: #e62019;
}
.input__copy-btn {
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: #464fe5;
  font-weight: 600;
}
.checkbox {
  display: inline-flex;
  column-gap: 0.75rem;
}
.checkbox__control {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  transition: box-shadow 0.15s ease-in;
  user-select: none;
}
.checkbox__control:active,
.checkbox__control:focus {
  box-shadow: 0px 2px 4px -2px rgba(17, 19, 22, 0.08), 0px 4px 6px -1px rgba(17, 19, 22, 0.08);
}
.checkbox__description {
  color: #586474;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.checkbox_disabled .checkbox__label {
  background-color: #8b97a7;
  border: none;
}
.checkbox_disabled .checkbox__label:hover {
  box-shadow: none;
}
.checkbox_disabled .checkbox__input:checked + .checkbox__label {
  background-color: #8b97a7;
}
.checkbox_disabled label[for] {
  cursor: not-allowed;
}
.checkbox__input {
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkbox__input:checked + .checkbox__label {
  border-color: #464fe5;
  background-color: #464fe5;
}
.checkbox__input:checked + .checkbox__label::after {
  border-color: #ffffff;
}
.checkbox__input:checked + [data-check-more]::before {
  content: attr(data-check-less);
}
.checkbox__input:focus + .checkbox__label,
.checkbox__input:active + .checkbox__label {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.checkbox__input_partially-checked:not(:checked) + .checkbox__label::after {
  top: 15%;
  transform: rotate(0);
  border-width: 0 0 2px 0;
  border-color: #464fe5;
}
.checkbox__label {
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease-in, box-shadow 0.15s ease-in, border-color 0.15s ease-in;
  background-color: inherit;
  border: 1px solid #8b97a7;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox__label:hover {
  box-shadow: 0 0 3px 0 #464fe5;
  border-color: #464fe5;
}
.checkbox__label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 55%;
  height: 40%;
  transform: rotate(-52deg);
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: transparent;
}
.checkbox_error .checkbox__content {
  color: #e62019;
}
.switch {
  display: inline-flex;
  column-gap: 0.75rem;
}
.switch__control {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  transition: background-color 0.2s ease-in, box-shadow 0.15s ease-in, border-color 0.15s ease-in;
  background-color: #a8b1bd;
  border-radius: 18;
  width: 1.875rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  user-select: none;
}
.switch__description {
  color: #586474;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.switch_disabled .switch__label {
  background-color: #8b97a7;
  border: none;
}
.switch_disabled .switch__label:hover {
  box-shadow: none;
}
.switch_disabled .switch__input:checked + .switch__label {
  background-color: #8b97a7;
}
.switch_disabled .switch__input:checked + .switch__label::after {
  border-color: #8b97a7;
}
.switch_disabled label[for] {
  cursor: default;
}
.switch__input {
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  clip: rect(1px, 1px, 1px, 1px);
}
.switch__input:checked + .switch__label {
  border-color: #464fe5;
  background-color: #464fe5;
}
.switch__input:checked + .switch__label::after {
  border-color: #464fe5;
  transform: translate3d(calc(30px - 18px), 0, 0);
}
.switch__input:focus + .switch__label::after,
.switch__input:active + .switch__label::after {
  box-shadow: 0 0 0 5px rgba(197, 203, 211, 0.3);
}
.switch__input:focus:checked + .switch__label::after,
.switch__input:active:checked + .switch__label::after {
  box-shadow: 0 0 0 5px rgba(169, 172, 239, 0.3);
}
.switch__label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 1.125rem;
  transition: background-color 0.15s ease-out;
}
.switch__label::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  will-change: box-shadow;
  border-radius: 1.125rem;
  transform: translate3d(0, 0, 0);
}
.switch__label::after {
  border: 1px solid #a8b1bd;
  transition: transform 0.13s ease-in, box-shadow 0.2s ease-in 0.08s, border-color 0.15s ease-in;
  background-color: #ffffff;
}
.switch_error .switch__content {
  color: #e62019;
}
.radio {
  display: flex;
  column-gap: 0.75rem;
}
.radio__control {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  transition: box-shadow 0.15s ease-in;
  user-select: none;
}
.radio__control:active,
.radio__control:focus {
  box-shadow: 0px 2px 4px -2px rgba(17, 19, 22, 0.08), 0px 4px 6px -1px rgba(17, 19, 22, 0.08);
}
.radio__description {
  color: #586474;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  clip: rect(1px, 1px, 1px, 1px);
}
.radio__input:checked + .radio__label {
  border-width: 0.125rem;
  border-color: #464fe5;
}
.radio__input:checked + .radio__label::after {
  display: inline-block;
}
.radio__input:active:not(:disabled) + .radio__label,
.radio__input:focus:not(:disabled) + .radio__label {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.radio__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease-in, box-shadow 0.15s ease-in, border-color 0.15s ease-in;
  border: 1px solid #8b97a7;
  border-radius: 50%;
  cursor: pointer;
}
.radio__label:hover:not(:disabled) {
  box-shadow: 0 0 3px 0 #464fe5;
  border-color: #464fe5;
}
.radio__label::after {
  content: '';
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  background: #464fe5;
  border-radius: 50%;
}
.radio_disabled .radio__input {
  background-color: #8b97a7;
}
.radio_disabled .radio__input:not(:disabled) {
  background-color: transparent;
}
.radio_disabled .radio__input:not(:disabled) + .radio__label {
  background-color: transparent;
  border: 1px solid #8b97a7;
}
.radio_disabled .radio__input:hover {
  box-shadow: none;
}
.radio_disabled .radio__input:not(:checked) {
  width: 100%;
  height: 100%;
}
.radio_disabled .radio__input:checked + .radio__label {
  border-color: #8b97a7;
}
.radio_disabled .radio__input:checked + .radio__label:after {
  background-color: #8b97a7;
}
.radio_disabled .radio__label {
  background-color: #8b97a7;
  border: none;
}
.radio_disabled .radio__label:hover {
  box-shadow: none;
}
.radio_disabled label[for] {
  cursor: default;
}
.radio_error .radio__content {
  color: #e62019;
}
.label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
  cursor: pointer;
}
.label__optional {
  color: #6e7d91;
  font-size: 0.75rem;
}
.label_disabled {
  color: #586474;
  pointer-events: none;
}
.label_vcenter {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.label_required {
  position: relative;
  padding-left: 0.5rem;
}
.label__asterisk {
  position: absolute;
  top: -0.0625rem;
  left: 0rem;
  color: #464fe5;
  vertical-align: text-top;
  font-size: 0.875rem;
}
.textarea {
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #8b97a7;
  border-radius: 2px;
  column-gap: 0.5rem;
  padding-top: 0.0625rem;
  padding-right: 0.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
  -webkit-text-fill-color: #2c323a;
}
.textarea:hover {
  border-color: #2c323a;
}
.textarea:focus-within {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.textarea_disabled {
  border-color: #e2e5e9;
  background-color: #e2e5e9;
  color: #6e7d91;
  pointer-events: none;
}
.textarea_error {
  border-color: #e62019;
  box-shadow: inset 0 0 0px 1px #e62019;
}
.textarea__control,
.textarea textarea {
  display: flex;
  flex: 1 0 auto;
  outline: 0;
  background-color: inherit;
  min-height: 6.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.textarea textarea {
  padding-top: 0.5625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.75rem;
  font-family: 'Inter', Arial;
}
.radio-box {
  width: fit-content;
  position: relative;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.radio-box__label {
  min-height: 44px;
  min-width: 44px;
  border-radius: 2px;
  border: 1px solid #c5cbd3;
  background-color: #ffffff;
  display: block;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  color: #586474;
  word-break: break-word;
  text-align: center;
  cursor: pointer;
}
.radio-box__label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.radio-box__label:hover {
  background-color: #f2f2f2;
}
.radio-box:focus-within .radio-box__label {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.radio-box__input {
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  clip: rect(1px, 1px, 1px, 1px);
}
.radio-box__input:checked + .radio-box__label {
  background-color: #e9eafb;
  border-radius: 2px;
  border: 1px solid #2830d7;
  font-weight: 600;
}
.radio-box__input:checked + .radio-box__label:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-color: #464fe5;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  z-index: 1;
}
.radio-box_disabled .radio-box__label {
  background-color: #f0f2f4;
  color: #586474;
}
.radio-box_disabled .radio-box__label::after {
  content: '';
  background-image: linear-gradient(to top left, transparent 48%, #c5cbd3, transparent 52%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.radio-box_disabled .radio-box__input:checked + .radio-box__label {
  background-color: #f0f2f4;
  border-color: #e2e5e9;
}
.radio-box_disabled .radio-box__input:checked + .radio-box__label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L3 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3L9 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.radio-box_disabled .radio-box__input:checked + .radio-box__label::after {
  background-image: linear-gradient(to top left, transparent 48%, #e2e5e9, transparent 52%);
}
.form-errors {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #e62019;
}
.form-errors:first-letter {
  text-transform: uppercase;
}
.file {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.file__name {
  height: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 1px solid #a8b1bd;
  border-radius: 2px;
  color: #424b57;
}
.file-picker_has-value .file__name {
  box-shadow: 0 0 0 1px #464fe5;
}
.file__remove-button {
  height: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: #e62019;
  cursor: pointer;
}
.file .file-picker-icon {
  margin-right: 0.875rem;
}
.file .file-picker-icon .icon {
  stroke: #e62019;
}
.file-picker {
  min-height: 2.25rem;
  display: inline-block;
}
.file-picker__label {
  height: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 1px solid #a8b1bd;
  border-radius: 2px;
  color: #424b57;
  cursor: pointer;
}
.file-picker__label .file-picker-icon {
  margin-right: 0.625rem;
}
.file-picker_error .file-picker__label {
  border: 2px solid #e62019;
}
.select {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #2c323a;
  -webkit-text-fill-color: #2c323a;
}
.select h-option {
  display: none;
}
.select h-dropdown-toggler {
  width: 100%;
}
.select:not([multiple]) .select-toggler__values {
  padding-top: 0.5625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.75rem;
}
.select_with-search {
  min-width: 120px;
}
.select_disabled {
  pointer-events: none;
}
.select_disabled .select-toggler {
  background-color: #f0f2f4;
  border-color: #f0f2f4;
  color: #6e7d91;
}
.select_disabled .select-toggler__icon {
  stroke: #6e7d91;
}
.select_opened .select-toggler {
  border-radius: 2px 2px 0 0;
  box-shadow: #181d81;
  border-color: #2830d7;
}
.select_opened .select-toggler:hover {
  border-color: #2830d7;
}
.select_with-links {
  width: 200px;
}
.select__content {
  background-color: #ffffff;
}
.select__content.dropdown__content {
  border: 1px solid #2830d7;
  border-top: none;
  border-radius: 0 0 2px 2px;
  padding: 0;
}
.select__content_error.dropdown__content {
  border-color: #e62019;
}
.select__footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #c5cbd3;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.select__footer .h-select-close-btn {
  display: block;
}
.select__no-result {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.select__options {
  overflow-y: auto;
  display: block;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  max-height: 18.5rem;
}
.select__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select__options::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.select__options::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.select__options::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.select__clear-btn {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  outline-offset: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  font-weight: 600;
  line-height: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.select__clear-btn_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.5rem;
}
.select__clear-btn_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.select__clear-btn_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
}
.select__clear-btn_full-width {
  min-width: fit-content;
  width: 100%;
}
.select__clear-btn_primary {
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.select__clear-btn_primary:hover {
  background-color: #1c25c5;
  color: #ffffff;
}
.select__clear-btn_primary-disabled {
  background-color: #7e83e7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.select__clear-btn_secondary {
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.select__clear-btn_secondary:hover {
  background-color: #abaef0;
  color: #464fe5;
}
.select__clear-btn_secondary-disabled {
  background-color: #e9eafb;
  color: #a9acef;
  border-color: transparent;
  fill: #a9acef;
  stroke: #a9acef;
  pointer-events: none;
}
.select__clear-btn_special {
  background-color: #080a2b;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.select__clear-btn_special:hover {
  background-color: #0e114b;
  color: #ffffff;
}
.select__clear-btn_special-disabled {
  background-color: #8b97a7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.select__clear-btn_outline {
  background-color: inherit;
  color: #424b57;
  border-color: #a8b1bd;
  fill: #424b57;
  stroke: #424b57;
  border-width: 1px;
}
.select__clear-btn_outline:hover {
  color: #16191d;
  border-color: #6e7d91;
}
.select__clear-btn_outline-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: #a8b1bd;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.select__clear-btn_ghost {
  background-color: transparent;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.select__clear-btn_ghost:hover {
  color: #1c25c5;
  background-color: transparent;
}
.select__clear-btn_ghost-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: transparent;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.select__clear-btn_icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.5625rem;
  background-color: #f0f2f4;
  color: #586474;
  border-color: transparent;
  fill: #586474;
  stroke: #586474;
  border-radius: 50%;
  aspect-ratio: 1;
}
.select__clear-btn_icon:hover {
  background-color: #e2e5e9;
}
.select__clear-btn_join-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select__clear-btn_join-left {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select__clear-btn__icon {
  width: 16px;
  height: 16px;
  stroke: inherit;
}
.select__clear-btn__icon_left {
  margin-right: 0.625rem;
}
.select__clear-btn__icon_right {
  margin-left: 0.625rem;
}
.select__clear-btn__icon_filled {
  fill: inherit;
}
.select__clear-btn:hover {
  background-color: #1c25c5;
}
.select__close-btn {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  outline-offset: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  font-weight: 600;
  line-height: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.select__close-btn_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.5rem;
}
.select__close-btn_s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.4375rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.select__close-btn_xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
}
.select__close-btn_full-width {
  min-width: fit-content;
  width: 100%;
}
.select__close-btn_primary {
  background-color: #464fe5;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.select__close-btn_primary:hover {
  background-color: #1c25c5;
  color: #ffffff;
}
.select__close-btn_primary-disabled {
  background-color: #7e83e7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.select__close-btn_secondary {
  background-color: #e9eafb;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.select__close-btn_secondary:hover {
  background-color: #abaef0;
  color: #464fe5;
}
.select__close-btn_secondary-disabled {
  background-color: #e9eafb;
  color: #a9acef;
  border-color: transparent;
  fill: #a9acef;
  stroke: #a9acef;
  pointer-events: none;
}
.select__close-btn_special {
  background-color: #080a2b;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
}
.select__close-btn_special:hover {
  background-color: #0e114b;
  color: #ffffff;
}
.select__close-btn_special-disabled {
  background-color: #8b97a7;
  color: #ffffff;
  border-color: transparent;
  fill: #ffffff;
  stroke: #ffffff;
  pointer-events: none;
}
.select__close-btn_outline {
  background-color: inherit;
  color: #424b57;
  border-color: #a8b1bd;
  fill: #424b57;
  stroke: #424b57;
  border-width: 1px;
}
.select__close-btn_outline:hover {
  color: #16191d;
  border-color: #6e7d91;
}
.select__close-btn_outline-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: #a8b1bd;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.select__close-btn_ghost {
  background-color: transparent;
  color: #464fe5;
  border-color: transparent;
  fill: #464fe5;
  stroke: #464fe5;
}
.select__close-btn_ghost:hover {
  color: #1c25c5;
  background-color: transparent;
}
.select__close-btn_ghost-disabled {
  background-color: transparent;
  color: #a8b1bd;
  border-color: transparent;
  fill: #a8b1bd;
  stroke: #a8b1bd;
  pointer-events: none;
}
.select__close-btn_icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.5625rem;
  padding-right: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.5625rem;
  background-color: #f0f2f4;
  color: #586474;
  border-color: transparent;
  fill: #586474;
  stroke: #586474;
  border-radius: 50%;
  aspect-ratio: 1;
}
.select__close-btn_icon:hover {
  background-color: #e2e5e9;
}
.select__close-btn_join-right {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select__close-btn_join-left {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select__close-btn__icon {
  width: 16px;
  height: 16px;
  stroke: inherit;
}
.select__close-btn__icon_left {
  margin-right: 0.625rem;
}
.select__close-btn__icon_right {
  margin-left: 0.625rem;
}
.select__close-btn__icon_filled {
  fill: inherit;
}
.select__close-btn:hover {
  background-color: #1c25c5;
}
.select__close-mobile-btn {
  display: none;
}
.select__label {
  display: none;
}
.select__title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
.select_error .select-toggler {
  border-color: #e62019;
  box-shadow: inset 0 0 0px 1px #e62019;
}
.select_error .select-toggler__values,
.select_error .select-toggler__placeholder {
  color: #e62019;
}
@media screen and (max-width: 576px) {
  .select__content.dropdown__content {
    display: flex;
    flex-direction: column;
    border: none;
    z-index: 3;
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
  .select__options {
    max-height: unset;
    flex-basis: 100%;
  }
  .select__options_empty {
    flex-basis: 0;
  }
  .select__label {
    display: block;
    padding-top: 0.25rem;
    padding-right: 1.5rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
  .select__label .select-toggler__placeholder {
    padding: 0;
  }
  .select__no-result {
    padding-top: 0.75rem;
    padding-left: 1.5rem;
  }
  .select__footer {
    border: none;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .select__close-mobile-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1.25rem;
    padding-right: 1.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.125rem;
  }
}
.select-option {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.select-option_no-wrap {
  flex-wrap: nowrap;
}
.select-option[selected] {
  font-weight: 600;
  color: #2830d7;
}
.select-option[selected] .icon {
  stroke: #2830d7;
}
@media screen and (max-width: 576px) {
  .select-option[selected] .icon {
    margin-left: 0.5rem;
  }
}
.select-option[disabled] {
  color: #8b97a7;
}
.select-option[disabled]:not([clickable]):hover {
  cursor: not-allowed;
  background-color: #ffffff;
}
.select-option[disabled]:not([clickable]):hover .select-option__content {
  color: #8b97a7;
}
.select-option:hover {
  background-color: #e9eafb;
  cursor: pointer;
}
.select-option_with-link {
  padding: 0;
}
.select-option_with-link .select-option__content .select-option__link {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  color: #2c323a;
  text-decoration: none;
}
.select-option_with-link .select-option__content .select-option__link:hover {
  color: #2c323a;
}
.select-option_with-link .select-option__content .select-option__link_active {
  font-weight: 600;
  color: #2830d7;
}
.select-option_with-link .select-option__content .select-option__link_active:hover {
  color: #2830d7;
}
.select-option_with-link-and-dev-select-placeholder-flag {
  gap: 8px;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.select-option_with-link-and-dev-select-placeholder-flag .select-option__content .select-option__link {
  padding: 0;
}
.select-option__additional-value {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .select-option {
    flex-wrap: nowrap;
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
  }
}
.select-search {
  display: flex;
  align-items: center;
  min-width: 120px;
  border-bottom: 1px solid #c5cbd3;
  border-top: 1px solid #c5cbd3;
  box-shadow: 0 4px 3px -4px #c5cbd3;
  gap: 0.6875rem;
  padding-top: 0.625rem;
  padding-right: 0.25rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
}
.select-search__input {
  color: #2c323a;
  width: 100%;
  flex-basis: 100%;
  outline: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.select-search .icon {
  stroke: #6e7d91;
}
@media screen and (max-width: 576px) {
  .select-search {
    padding-left: 1.4375rem;
  }
}
.select-toggler {
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
  border: 1px solid #8b97a7;
  border-radius: 2px;
  column-gap: 0.5rem;
  color: #2c323a;
  -webkit-text-fill-color: #2c323a;
  background-color: inherit;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-right: 0.75rem;
}
.select-toggler:hover {
  border-color: #2c323a;
}
.select-toggler:focus-within {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.select-toggler__icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  stroke: #2c323a;
}
.select-toggler__control,
.select-toggler input {
  width: 100%;
  outline: 0;
  background-color: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.select-toggler_l {
  padding-top: 0.8125rem;
  padding-right: 0.75rem;
  padding-bottom: 0.8125rem;
  padding-left: 0.75rem;
}
.select-toggler_s {
  padding-top: 0.4375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.75rem;
}
.select-toggler_xs {
  width: 2rem;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.select-toggler_text-center {
  text-align: center;
}
.select-toggler_no-arrows[type='number'] {
  -moz-appearance: textfield;
}
.select-toggler_no-arrows[type='number']::-webkit-outer-spin-button,
.select-toggler_no-arrows[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.select-toggler_with-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25rem;
}
.select-toggler_disabled {
  border-color: #e2e5e9;
  background-color: #e2e5e9;
  color: #6e7d91;
  pointer-events: none;
}
.select-toggler_disabled .input__control {
  background-color: #e2e5e9;
  color: #6e7d91;
}
.select-toggler_disabled .input__control input {
  background-color: #e2e5e9;
}
.select-toggler_disabled .input__icon {
  stroke: #6e7d91;
}
.select-toggler_error {
  border-color: #e62019;
  box-shadow: inset 0 0 0px 1px #e62019;
}
.select-toggler_error .control__input {
  color: #e62019;
}
.select-toggler__copy-btn {
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: #464fe5;
  font-weight: 600;
}
.select-toggler:empty {
  height: 2.5rem;
}
.select-toggler_selected {
  border-color: #2830d7;
}
.select-toggler__placeholder {
  flex-basis: 100%;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
}
.select-toggler__values {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  overflow-y: auto;
  max-height: 6.75rem;
  scrollbar-color: #8b97a7 #e2e5e9;
  scrollbar-width: thin;
  gap: 0.375rem;
  padding-top: 0.375rem;
  padding-right: 0.421875rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5625rem;
}
.select-toggler__values::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select-toggler__values::-webkit-scrollbar-track {
  background-color: #e2e5e9;
  border-radius: 12px;
}
.select-toggler__values::-webkit-scrollbar-thumb {
  background-color: #8b97a7;
  border-radius: 12px;
}
.select-toggler__values::-webkit-scrollbar-thumb:hover {
  background-color: #8b97a7;
}
.select-toggler_variant .select-toggler__values > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-stepper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
.input-stepper__value {
  border-right: none;
  color: #586474;
  max-width: 3.75rem;
}
.input-stepper__value_input {
  text-align: center;
  -moz-appearance: textfield;
  margin-top: 0.125rem;
  width: 3rem;
  padding-top: 0rem;
  padding-right: 0.25rem;
  padding-bottom: 0rem;
  padding-left: 0.25rem;
  background-color: inherit;
}
.input-stepper__value_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-stepper__value_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-stepper__value_input:focus {
  outline: none;
}
.input-stepper__display-container {
  border: 1px solid #a8b1bd;
  background-color: inherit;
  display: flex;
  align-items: center;
}
.input-stepper__additional-content {
  color: #586474;
  border-left: none;
  max-width: 4.375rem;
  padding-top: 0rem;
  padding-right: 0.3125rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}
.labeled-icon {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  text-decoration: none;
}
.labeled-icon_horizontal {
  flex-direction: row;
  column-gap: 0.5rem;
}
.labeled-icon__icon {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #2c323a;
}
.labeled-icon__icon_m {
  width: 16px;
  height: 16px;
}
.labeled-icon__signature {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #2c323a;
  text-decoration: none;
}
.labeled-icon__signature_secondary {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.labeled-icon:hover {
  cursor: pointer;
}
.labeled-icon:hover .labeled-icon__signature {
  text-decoration: underline;
}
h-dropdown h-dropdown-content {
  display: none;
}
.dropdown__toggler {
  border-radius: 2px;
  display: block;
  width: fit-content;
}
.dropdown__toggler:focus-within {
  outline: 2px solid #181d81;
  outline-offset: 0.125rem;
}
.dropdown__content {
  width: fit-content;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -4px rgba(17, 19, 22, 0.08), 0px 12px 16px -4px rgba(17, 19, 22, 0.08);
  padding: 1rem;
  border: 1px solid #e2e5e9;
  border-radius: 4px;
  transition: opacity 0.15s ease-in-out;
  will-change: opacity;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown__content_visible {
  z-index: 5;
  display: block;
  width: fit-content;
}
.dropdown__content_show-direction-start,
.dropdown__content_hide-direction-end {
  opacity: 0;
}
.dropdown__content_show-direction-end,
.dropdown__content_hide-direction-start {
  opacity: 1;
}
.dropdown__content_no-padding {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .dropdown__content_no-padding-mobile {
    padding: 0;
  }
}
.dropdown__close {
  display: flex;
  cursor: pointer;
}
.dropdown__close-wrapper_with-border {
  display: flex;
  justify-content: end;
  padding: 1rem;
  border-bottom: 1px solid #e2e5e9;
}
@media screen and (max-width: 575px) {
  .dropdown__content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 70vw;
    min-width: 310px;
    z-index: 1;
    transition: opacity 0.15s ease-in-out, transform 0.15s cubic-bezier(0, 1, 0.59, 0.97);
    will-change: opacity, transform;
  }
  .dropdown__content_show-direction-start,
  .dropdown__content_hide-direction-end {
    opacity: 0;
    transform: translateX(-100%);
  }
  .dropdown__content_show-direction-end,
  .dropdown__content_hide-direction-start {
    opacity: 1;
    transform: translateX(0);
  }
  .dropdown__content_right {
    left: unset;
    right: 0;
  }
  .dropdown__content_right.dropdown__content_show-direction-end,
  .dropdown__content_right.dropdown__content_hide-direction-start {
    opacity: 0;
    transform: translateX(200%);
  }
  .dropdown__content_right.dropdown__content_show-direction-start,
  .dropdown__content_right.dropdown__content_hide-direction-end {
    opacity: 1;
    transform: translateX(100%);
  }
}
.blog-articles-list-categories {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.blog-articles-list-categories__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-articles-list-categories__header-mobile {
  padding-bottom: 1rem;
}
.blog-articles-list-categories__category {
  width: 100%;
  color: #2c323a;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog-articles-list-categories__category:hover {
  color: #2c323a;
  text-decoration: underline;
}
.blog-articles-list-categories__category_current {
  font-weight: 600;
}
.blog-articles-list-categories__container {
  container-type: inline-size;
}
@container (min-width: 768px) {
  .blog-articles-list-categories {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
  .blog-articles-list-categories__category {
    width: fit-content;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px;
  }
}
.blog-articles-list {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.blog-articles-list__header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: calc(2.5rem);
}
.blog-articles-list__footer {
  margin-top: calc(1.5rem);
}
@media screen and (max-width: 576px) {
  .blog-articles-list__header {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(2rem);
    margin-bottom: calc(2rem);
  }
  .blog-articles-list__footer {
    width: 100%;
    margin-top: calc(2rem);
  }
}
.blog-articles-list-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}
.blog-articles-list-tags__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-articles-list-tags__header-mobile {
  padding-bottom: 1rem;
}
.blog-articles-list-tags__tag {
  color: #2c323a;
  text-decoration: none;
}
.blog-articles-list-tags__tag:hover {
  color: #2c323a;
}
.blog-articles-list-tags__tag_current {
  border: 1px solid #2c323a;
}
.dropdown-button__toggler {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.loyalty-number-of-points__icon {
  stroke: #586474;
}
.loyalty-number-of-points__icon-wrapper:hover {
  cursor: auto;
}
.loyalty-number-of-points__icon-label {
  color: #2c323a;
}
.loyalty-number-of-points__points {
  display: block;
  font-family: 'Inter', Arial;
  color: #2c323a;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5125rem;
  color: #586474;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .loyalty-number-of-points__points {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
.klarna-banner__container {
  container-type: inline-size;
}
.klarna-banner__image_mobile {
  display: none;
}
.klarna-banner__image_desktop {
  display: block;
}
@container (max-width: 320px) {
  .klarna-banner__image_mobile {
    display: block;
  }
  .klarna-banner__image_desktop {
    display: none;
  }
}
.store-disabled {
  text-align: center;
}
.store-disabled__announcement {
  display: block;
  color: #586474;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-shipping-prices {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}
.product-shipping-prices__icon {
  margin-right: 0.5rem;
}
.product-shipping-prices-modal__shipping {
  padding: 0.25rem 0.5rem;
}
.product-shipping-prices-modal__shipping_secondary {
  background-color: #f0f2f4;
}
.product-shipping-prices-modal__shipping-details {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2c323a;
}
.product-shipping-prices-modal__shipping-price {
  font-weight: 600;
}
.product-shipping-prices-modal__shipping-price_secondary {
  color: #d52d2a;
}
.product-shipping-prices-modal__shipping-description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #586474;
}
.select-shipping-prices__select {
  max-width: 100%;
  width: 288px;
}
.product-share-modal__product-name {
  color: #586474;
}
.product-share-modal__social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .product-share-modal__social-icons {
    gap: 1.5rem;
  }
}
.product-share-modal__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 1px solid #e2e5e9;
  border-radius: 28px;
}
.sticky-mobile-bars {
  position: fixed;
  bottom: 0;
  width: 100dvw;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
}
.sticky-mobile-bars_active {
  background-color: inherit;
}
.sticky-mobile-bars__menu {
  padding: 0.5rem 1rem 0.25rem;
  border-top: 1px solid #c5cbd3;
}
.sticky-mobile-bars__menu-container {
  background-color: #ffffff;
}
.sticky-mobile-bars__buy-button {
  padding: 0.5rem 1rem;
  display: block;
}
.sticky-mobile-bars__buy-button-container {
  position: relative;
  z-index: -1;
  background-color: #ffffff;
  box-shadow: 1px -6px 8px -2px rgba(17, 19, 22, 0.08);
}
.sticky-mobile-bars__buy-button_hidden {
  display: none;
}
.sticky-mobile-bars__total-and-pay {
  padding: 0.5rem 1rem;
  border-top: 1px solid #c5cbd3;
}
.sticky-mobile-bars__total-and-pay-container {
  background-color: #ffffff;
}
.sticky-menu {
  display: flex;
}
.sticky-menu__item {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fade-transition-end,
.fade-transition-start {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.fade-transition-end {
  transform: translateY(0);
}
.fade-transition-start {
  transform: translateY(20dvh);
}
.sticky-total-and-pay-transition-end,
.sticky-total-and-pay-transition-start {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sticky-total-and-pay-transition-end {
  opacity: 1;
  transform: scale(1);
}
.sticky-total-and-pay-transition-start {
  opacity: 0;
  transform: scale(0.8);
}
.p24-installments-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.p24-installments-modal_visible {
  display: block;
}
.p24-installments-modal__content {
  background: none;
  margin: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
}
.p24-installments-modal__frame {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.trial-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: normal;
  background: #464fe5;
  color: #ffffff;
  font-size: 0.875rem;
  height: 4.375rem;
  line-height: 1.25rem;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .trial-bar {
    gap: 2.25rem;
    top: 0;
  }
}
.trial-bar__link {
  color: #ffffff;
}
.trial-bar__link:hover {
  color: #ffffff;
}
.trial-bar__link:active {
  color: #ffffff;
}
.trial-bar__modal {
  line-height: 1.25rem;
}
.trial-bar__modal-header {
  align-items: start;
}
.modal-wrapper_inpost-map .modal__container {
  width: 1200px;
}
.modal-wrapper_inpost-map .modal__body {
  height: 100dvh;
  padding: 0;
}
.nearest-pickup-points__separator {
  margin: 1rem 0;
}
.featured-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: flex-start;
  justify-items: stretch;
  align-content: flex-start;
}
.featured-product__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.featured-product__head-bar {
  display: flex;
  flex-direction: 'column';
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.featured-product__rating {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.featured-product__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem;
}
.featured-product__buy-show-actions {
  flex: 1 0 auto;
}
.featured-product__prices .product-price__lowest-historical-price {
  display: block;
}
.featured-product__availability_flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.featured-product__availability_flex .product-availability__description_unavailable,
.featured-product__availability_flex .product-availability__image-and-description {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .modal-wrapper.modal-wrapper_sso {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    max-width: 100vw;
    max-width: 100dvw;
  }
  .modal-wrapper.modal-wrapper_sso .modal__container {
    width: 100vw;
    height: auto;
  }
  .modal-wrapper.modal-wrapper_sso .modal__footer {
    justify-content: flex-start;
  }
}
.modal-wrapper_sso-side .modal-sso__indicator {
  left: -10px;
  top: 3rem;
}
.modal-wrapper_sso-side-left .modal-sso__indicator {
  left: initial;
  right: -10px;
  top: 3rem;
}
.modal-wrapper_sso-under .modal-sso__indicator {
  top: -10px;
  left: 3rem;
}
.modal-sso__indicator {
  width: 20px;
  height: 20px;
  z-index: 4;
  background-color: #ffffff;
  position: fixed;
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .modal-sso__indicator {
    display: none;
  }
}
.shoper_sso {
  background-color: #ffffff;
  color: #0e1400;
}
.shoper_sso__logo {
  margin-left: 0.5rem;
}
.shoper_sso__logo_dark {
  display: none;
}
.shoper_sso__logo_light {
  display: inline;
}
.faq__heading {
  margin-block-end: 0.5rem;
}
.faq__heading .header {
  margin-block-end: 0;
}
.faq__heading-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 976px;
  padding-block: 1rem 0.5rem;
  margin-inline: auto;
}
.faq__content {
  max-width: 976px;
  margin-inline: auto;
}
.faq__item {
  display: block;
}
.faq__item:not(:last-child) {
  border-block-end: 1px solid #e2e5e9;
}
.faq__item .faq__item-question-icon_expanded {
  display: inline-block;
}
.faq__item .faq__item-question-icon_collapsed {
  display: none;
}
.faq__item[opened] .faq__item-question-icon_expanded {
  display: none;
}
.faq__item[opened] .faq__item-question-icon_collapsed {
  display: inline-block;
}
.faq__item-question {
  padding-block: 1rem;
}
.faq__item-question-header {
  font-weight: 600;
}
.faq__item-question[aria-expanded='true'] .accordion__toggler-icon {
  transform: none;
}
.faq__item-answer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-block-end: 1rem;
}
.countdown-timer {
  display: grid;
  position: relative;
  min-width: 100%;
  max-width: calc(100vw - (1rem * 2));
  background-image: var(--background-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .countdown-timer {
    padding: 2.5rem;
  }
}
.countdown-timer_small {
  min-height: 356px;
}
.countdown-timer_medium {
  min-height: 400px;
}
.countdown-timer_large {
  min-height: 516px;
}
.countdown-timer__position_top-left {
  justify-content: start;
  align-content: start;
}
.countdown-timer__position_top-center {
  justify-content: center;
  align-content: start;
}
.countdown-timer__position_top-right {
  justify-content: end;
  align-content: start;
}
.countdown-timer__position_center-left {
  justify-content: start;
  align-content: center;
}
.countdown-timer__position_center {
  justify-content: center;
  align-content: center;
}
.countdown-timer__position_center-right {
  justify-content: end;
  align-content: center;
}
.countdown-timer__position_bottom-left {
  justify-content: start;
  align-content: end;
}
.countdown-timer__position_bottom-center {
  justify-content: center;
  align-content: end;
}
.countdown-timer__position_bottom-right {
  justify-content: end;
  align-content: end;
}
.countdown-timer__active,
.countdown-timer__ended {
  display: grid;
  z-index: 1;
}
.countdown-timer__ended .countdown-timer__button {
  margin-top: 2rem;
}
.countdown-timer__header {
  word-break: break-word;
}
.countdown-timer__header,
.countdown-timer__description,
.countdown-timer__countdown {
  width: 100%;
  max-width: 720px;
}
.countdown-timer__header {
  color: inherit;
  margin: 0;
  width: fit-content;
  font-weight: 700;
}
.countdown-timer__description {
  font-size: 1rem;
}
.countdown-timer__description_below {
  margin-bottom: 2rem;
}
.countdown-timer__button {
  width: fit-content;
}
.countdown-timer__countdown {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-inline: inherit;
  margin-block: 2rem;
  width: fit-content;
  flex-wrap: wrap;
}
.countdown-timer__countdown:has(.countdown-timer__separator) {
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .countdown-timer__countdown {
    gap: 1.5rem;
  }
  .countdown-timer__countdown:has(.countdown-timer__separator) {
    gap: 0.75rem;
  }
}
.countdown-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 45px;
}
@media (min-width: 576px) {
  .countdown-timer__unit {
    min-width: 76px;
  }
}
.countdown-timer__unit_with-background {
  background-color: var(--timeUnitBackgroundColor);
  border-radius: calc(var(--borderRadius) * 1%);
  min-width: 45px;
  padding: 0.75rem;
}
@media (min-width: 576px) {
  .countdown-timer__unit_with-background {
    min-width: 76px;
    padding: 1.25rem;
  }
}
.countdown-timer__unit_with-background * {
  color: var(--textColor, inherit);
}
.countdown-timer__value {
  text-align: center;
  margin-inline: auto;
  word-break: break-word;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .countdown-timer__value {
    font-size: 1.75rem;
  }
}
.countdown-timer__value_with-background {
  display: block;
  background-color: var(--timeUnitBackgroundColor);
  border-radius: calc(var(--borderRadius) * 1%);
  padding: 0.75rem;
  color: var(--textColor, inherit);
}
@media (min-width: 576px) {
  .countdown-timer__value_with-background {
    padding: 1.25rem;
  }
}
.countdown-timer__label {
  text-align: center;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .countdown-timer__label {
    font-size: 0.875rem;
  }
}
.countdown-timer__separator {
  text-align: center;
  width: 0.375rem;
  padding-top: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .countdown-timer__separator {
    padding-top: 1.25rem;
    font-size: 1.75rem;
  }
}
.countdown-timer__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--overlayBackgroundColor);
}
@media screen and (max-width: 575px) {
  .consents-modal__footer {
    flex-direction: column;
  }
  .consents-modal .modal__container {
    max-height: 80dvh;
  }
}
.blik-modal__input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  background-color: #f9fafb;
  padding: 1rem;
  margin-bottom: 1rem;
}
.blik-modal__input {
  border: none;
  background-color: inherit !important;
}
.blik-modal__input input {
  padding: 0;
  background-color: transparent !important;
  border: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  width: 150px;
}
/**
  *  Import modifiers
  */
.font_normal {
  font-weight: 400;
}
.font_medium {
  font-weight: 500;
}
.font_semibold {
  font-weight: 600;
}
.font_bold {
  font-weight: 700;
}
.font_extrabold {
  font-weight: 800;
}
.font_line-through {
  text-decoration: line-through;
}
.font_underline {
  text-decoration: underline;
}
.font_normal {
  font-style: normal;
}
.font_italic {
  font-style: italic;
}
.font_size-l {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font_size-m {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font_size-s {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font_size-xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.text_uppercase {
  text-transform: uppercase;
}
.overline {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.overline_s {
  font-size: 0.75rem;
}
.color_neutral-50 {
  color: #f0f2f4;
}
.color_neutral-900 {
  color: #16191d;
}
.color_neutral-800 {
  color: #2c323a;
}
.color_neutral-700 {
  color: #424b57;
}
.color_neutral-600 {
  color: #586474;
}
.color_neutral-500 {
  color: #6e7d91;
}
.color_neutral-400 {
  color: #8b97a7;
}
.color_neutral-300 {
  color: #a8b1bd;
}
.color_neutral-200 {
  color: #c5cbd3;
}
.color_neutral-100 {
  color: #e2e5e9;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_primary-50 {
  color: #e9eafb;
}
.color_primary-900 {
  color: #080a2b;
}
.color_primary-800 {
  color: #101356;
}
.color_primary-700 {
  color: #181d81;
}
.color_primary-600 {
  color: #2027ac;
}
.color_primary-500 {
  color: #2830d7;
}
.color_primary-400 {
  color: #535adf;
}
.color_primary-300 {
  color: #7e83e7;
}
.color_primary-200 {
  color: #a9acef;
}
.color_primary-100 {
  color: #d4d6f7;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_secondary-50 {
  color: #fbeaea;
}
.color_secondary-900 {
  color: #2b0908;
}
.color_secondary-800 {
  color: #551211;
}
.color_secondary-700 {
  color: #801b19;
}
.color_secondary-600 {
  color: #aa2422;
}
.color_secondary-500 {
  color: #d52d2a;
}
.color_secondary-400 {
  color: #dd5755;
}
.color_secondary-300 {
  color: #e6817f;
}
.color_secondary-200 {
  color: #eeabaa;
}
.color_secondary-100 {
  color: #f7d5d4;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_success-50 {
  color: #e8fdf4;
}
.color_success-900 {
  color: #02170e;
}
.color_success-800 {
  color: #042f1c;
}
.color_success-700 {
  color: #085e39;
}
.color_success-600 {
  color: #0c8d55;
}
.color_success-500 {
  color: #14eb8e;
}
.color_success-400 {
  color: #43efa4;
}
.color_success-300 {
  color: #72f3bb;
}
.color_success-200 {
  color: #a1f7d2;
}
.color_success-100 {
  color: #d0fbe8;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_error-50 {
  color: #fce9e8;
}
.color_error-900 {
  color: #2e0605;
}
.color_error-800 {
  color: #5c0d0a;
}
.color_error-700 {
  color: #8a130f;
}
.color_error-600 {
  color: #b81a14;
}
.color_error-500 {
  color: #e62019;
}
.color_error-400 {
  color: #eb4d47;
}
.color_error-300 {
  color: #f07975;
}
.color_error-200 {
  color: #f5a6a3;
}
.color_error-100 {
  color: #fad2d1;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_warning-50 {
  color: #fff9e5;
}
.color_warning-900 {
  color: #332600;
}
.color_warning-800 {
  color: #664d00;
}
.color_warning-700 {
  color: #997300;
}
.color_warning-600 {
  color: #cc9900;
}
.color_warning-500 {
  color: #ffbf00;
}
.color_warning-400 {
  color: #ffcc33;
}
.color_warning-300 {
  color: #ffd966;
}
.color_warning-200 {
  color: #ffe699;
}
.color_warning-100 {
  color: #fff2cc;
}
.color_main {
  color: #2c323a;
}
.color_secondary {
  color: #586474;
}
.color_tertiary {
  color: #6e7d91;
}
.color_shade-light {
  color: #ffffff;
}
.color_shade-dark {
  color: #000000;
}
.mt-xs-0 {
  margin-top: 0rem;
}
.mr-xs-0 {
  margin-right: 0rem;
}
.ml-xs-0 {
  margin-left: 0rem;
}
.mb-xs-0 {
  margin-bottom: 0rem;
}
.pt-xs-0 {
  padding-top: 0rem;
}
.pr-xs-0 {
  padding-right: 0rem;
}
.pl-xs-0 {
  padding-left: 0rem;
}
.pb-xs-0 {
  padding-bottom: 0rem;
}
.m-all-xs-0 {
  margin: 0rem;
}
.p-all-xs-0 {
  padding: 0rem;
}
.mt-xs-1 {
  margin-top: 0.5rem;
}
.mr-xs-1 {
  margin-right: 0.5rem;
}
.ml-xs-1 {
  margin-left: 0.5rem;
}
.mb-xs-1 {
  margin-bottom: 0.5rem;
}
.pt-xs-1 {
  padding-top: 0.5rem;
}
.pr-xs-1 {
  padding-right: 0.5rem;
}
.pl-xs-1 {
  padding-left: 0.5rem;
}
.pb-xs-1 {
  padding-bottom: 0.5rem;
}
.m-all-xs-1 {
  margin: 0.5rem;
}
.p-all-xs-1 {
  padding: 0.5rem;
}
.mt-xs-2 {
  margin-top: 1rem;
}
.mr-xs-2 {
  margin-right: 1rem;
}
.ml-xs-2 {
  margin-left: 1rem;
}
.mb-xs-2 {
  margin-bottom: 1rem;
}
.pt-xs-2 {
  padding-top: 1rem;
}
.pr-xs-2 {
  padding-right: 1rem;
}
.pl-xs-2 {
  padding-left: 1rem;
}
.pb-xs-2 {
  padding-bottom: 1rem;
}
.m-all-xs-2 {
  margin: 1rem;
}
.p-all-xs-2 {
  padding: 1rem;
}
.mt-xs-3 {
  margin-top: 1.5rem;
}
.mr-xs-3 {
  margin-right: 1.5rem;
}
.ml-xs-3 {
  margin-left: 1.5rem;
}
.mb-xs-3 {
  margin-bottom: 1.5rem;
}
.pt-xs-3 {
  padding-top: 1.5rem;
}
.pr-xs-3 {
  padding-right: 1.5rem;
}
.pl-xs-3 {
  padding-left: 1.5rem;
}
.pb-xs-3 {
  padding-bottom: 1.5rem;
}
.m-all-xs-3 {
  margin: 1.5rem;
}
.p-all-xs-3 {
  padding: 1.5rem;
}
.mt-xs-4 {
  margin-top: 2rem;
}
.mr-xs-4 {
  margin-right: 2rem;
}
.ml-xs-4 {
  margin-left: 2rem;
}
.mb-xs-4 {
  margin-bottom: 2rem;
}
.pt-xs-4 {
  padding-top: 2rem;
}
.pr-xs-4 {
  padding-right: 2rem;
}
.pl-xs-4 {
  padding-left: 2rem;
}
.pb-xs-4 {
  padding-bottom: 2rem;
}
.m-all-xs-4 {
  margin: 2rem;
}
.p-all-xs-4 {
  padding: 2rem;
}
.mt-xs-5 {
  margin-top: 2.5rem;
}
.mr-xs-5 {
  margin-right: 2.5rem;
}
.ml-xs-5 {
  margin-left: 2.5rem;
}
.mb-xs-5 {
  margin-bottom: 2.5rem;
}
.pt-xs-5 {
  padding-top: 2.5rem;
}
.pr-xs-5 {
  padding-right: 2.5rem;
}
.pl-xs-5 {
  padding-left: 2.5rem;
}
.pb-xs-5 {
  padding-bottom: 2.5rem;
}
.m-all-xs-5 {
  margin: 2.5rem;
}
.p-all-xs-5 {
  padding: 2.5rem;
}
.mt-xs-6 {
  margin-top: 3rem;
}
.mr-xs-6 {
  margin-right: 3rem;
}
.ml-xs-6 {
  margin-left: 3rem;
}
.mb-xs-6 {
  margin-bottom: 3rem;
}
.pt-xs-6 {
  padding-top: 3rem;
}
.pr-xs-6 {
  padding-right: 3rem;
}
.pl-xs-6 {
  padding-left: 3rem;
}
.pb-xs-6 {
  padding-bottom: 3rem;
}
.m-all-xs-6 {
  margin: 3rem;
}
.p-all-xs-6 {
  padding: 3rem;
}
.mt-xs-7 {
  margin-top: 3.5rem;
}
.mr-xs-7 {
  margin-right: 3.5rem;
}
.ml-xs-7 {
  margin-left: 3.5rem;
}
.mb-xs-7 {
  margin-bottom: 3.5rem;
}
.pt-xs-7 {
  padding-top: 3.5rem;
}
.pr-xs-7 {
  padding-right: 3.5rem;
}
.pl-xs-7 {
  padding-left: 3.5rem;
}
.pb-xs-7 {
  padding-bottom: 3.5rem;
}
.m-all-xs-7 {
  margin: 3.5rem;
}
.p-all-xs-7 {
  padding: 3.5rem;
}
.mt-xs-8 {
  margin-top: 4rem;
}
.mr-xs-8 {
  margin-right: 4rem;
}
.ml-xs-8 {
  margin-left: 4rem;
}
.mb-xs-8 {
  margin-bottom: 4rem;
}
.pt-xs-8 {
  padding-top: 4rem;
}
.pr-xs-8 {
  padding-right: 4rem;
}
.pl-xs-8 {
  padding-left: 4rem;
}
.pb-xs-8 {
  padding-bottom: 4rem;
}
.m-all-xs-8 {
  margin: 4rem;
}
.p-all-xs-8 {
  padding: 4rem;
}
.mt-xs-9 {
  margin-top: 4.5rem;
}
.mr-xs-9 {
  margin-right: 4.5rem;
}
.ml-xs-9 {
  margin-left: 4.5rem;
}
.mb-xs-9 {
  margin-bottom: 4.5rem;
}
.pt-xs-9 {
  padding-top: 4.5rem;
}
.pr-xs-9 {
  padding-right: 4.5rem;
}
.pl-xs-9 {
  padding-left: 4.5rem;
}
.pb-xs-9 {
  padding-bottom: 4.5rem;
}
.m-all-xs-9 {
  margin: 4.5rem;
}
.p-all-xs-9 {
  padding: 4.5rem;
}
.mt-xs-10 {
  margin-top: 5rem;
}
.mr-xs-10 {
  margin-right: 5rem;
}
.ml-xs-10 {
  margin-left: 5rem;
}
.mb-xs-10 {
  margin-bottom: 5rem;
}
.pt-xs-10 {
  padding-top: 5rem;
}
.pr-xs-10 {
  padding-right: 5rem;
}
.pl-xs-10 {
  padding-left: 5rem;
}
.pb-xs-10 {
  padding-bottom: 5rem;
}
.m-all-xs-10 {
  margin: 5rem;
}
.p-all-xs-10 {
  padding: 5rem;
}
.mt-xs-11 {
  margin-top: 5.5rem;
}
.mr-xs-11 {
  margin-right: 5.5rem;
}
.ml-xs-11 {
  margin-left: 5.5rem;
}
.mb-xs-11 {
  margin-bottom: 5.5rem;
}
.pt-xs-11 {
  padding-top: 5.5rem;
}
.pr-xs-11 {
  padding-right: 5.5rem;
}
.pl-xs-11 {
  padding-left: 5.5rem;
}
.pb-xs-11 {
  padding-bottom: 5.5rem;
}
.m-all-xs-11 {
  margin: 5.5rem;
}
.p-all-xs-11 {
  padding: 5.5rem;
}
.mt-xs-12 {
  margin-top: 6rem;
}
.mr-xs-12 {
  margin-right: 6rem;
}
.ml-xs-12 {
  margin-left: 6rem;
}
.mb-xs-12 {
  margin-bottom: 6rem;
}
.pt-xs-12 {
  padding-top: 6rem;
}
.pr-xs-12 {
  padding-right: 6rem;
}
.pl-xs-12 {
  padding-left: 6rem;
}
.pb-xs-12 {
  padding-bottom: 6rem;
}
.m-all-xs-12 {
  margin: 6rem;
}
.p-all-xs-12 {
  padding: 6rem;
}
.mt-xs-13 {
  margin-top: 6.5rem;
}
.mr-xs-13 {
  margin-right: 6.5rem;
}
.ml-xs-13 {
  margin-left: 6.5rem;
}
.mb-xs-13 {
  margin-bottom: 6.5rem;
}
.pt-xs-13 {
  padding-top: 6.5rem;
}
.pr-xs-13 {
  padding-right: 6.5rem;
}
.pl-xs-13 {
  padding-left: 6.5rem;
}
.pb-xs-13 {
  padding-bottom: 6.5rem;
}
.m-all-xs-13 {
  margin: 6.5rem;
}
.p-all-xs-13 {
  padding: 6.5rem;
}
.mt-xs-14 {
  margin-top: 7rem;
}
.mr-xs-14 {
  margin-right: 7rem;
}
.ml-xs-14 {
  margin-left: 7rem;
}
.mb-xs-14 {
  margin-bottom: 7rem;
}
.pt-xs-14 {
  padding-top: 7rem;
}
.pr-xs-14 {
  padding-right: 7rem;
}
.pl-xs-14 {
  padding-left: 7rem;
}
.pb-xs-14 {
  padding-bottom: 7rem;
}
.m-all-xs-14 {
  margin: 7rem;
}
.p-all-xs-14 {
  padding: 7rem;
}
.mt-xs-15 {
  margin-top: 7.5rem;
}
.mr-xs-15 {
  margin-right: 7.5rem;
}
.ml-xs-15 {
  margin-left: 7.5rem;
}
.mb-xs-15 {
  margin-bottom: 7.5rem;
}
.pt-xs-15 {
  padding-top: 7.5rem;
}
.pr-xs-15 {
  padding-right: 7.5rem;
}
.pl-xs-15 {
  padding-left: 7.5rem;
}
.pb-xs-15 {
  padding-bottom: 7.5rem;
}
.m-all-xs-15 {
  margin: 7.5rem;
}
.p-all-xs-15 {
  padding: 7.5rem;
}
@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem;
  }
  .mr-sm-0 {
    margin-right: 0rem;
  }
  .ml-sm-0 {
    margin-left: 0rem;
  }
  .mb-sm-0 {
    margin-bottom: 0rem;
  }
  .pt-sm-0 {
    padding-top: 0rem;
  }
  .pr-sm-0 {
    padding-right: 0rem;
  }
  .pl-sm-0 {
    padding-left: 0rem;
  }
  .pb-sm-0 {
    padding-bottom: 0rem;
  }
  .m-all-sm-0 {
    margin: 0rem;
  }
  .p-all-sm-0 {
    padding: 0rem;
  }
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mr-sm-1 {
    margin-right: 0.5rem;
  }
  .ml-sm-1 {
    margin-left: 0.5rem;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem;
  }
  .pt-sm-1 {
    padding-top: 0.5rem;
  }
  .pr-sm-1 {
    padding-right: 0.5rem;
  }
  .pl-sm-1 {
    padding-left: 0.5rem;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem;
  }
  .m-all-sm-1 {
    margin: 0.5rem;
  }
  .p-all-sm-1 {
    padding: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mr-sm-2 {
    margin-right: 1rem;
  }
  .ml-sm-2 {
    margin-left: 1rem;
  }
  .mb-sm-2 {
    margin-bottom: 1rem;
  }
  .pt-sm-2 {
    padding-top: 1rem;
  }
  .pr-sm-2 {
    padding-right: 1rem;
  }
  .pl-sm-2 {
    padding-left: 1rem;
  }
  .pb-sm-2 {
    padding-bottom: 1rem;
  }
  .m-all-sm-2 {
    margin: 1rem;
  }
  .p-all-sm-2 {
    padding: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .mr-sm-3 {
    margin-right: 1.5rem;
  }
  .ml-sm-3 {
    margin-left: 1.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem;
  }
  .pt-sm-3 {
    padding-top: 1.5rem;
  }
  .pr-sm-3 {
    padding-right: 1.5rem;
  }
  .pl-sm-3 {
    padding-left: 1.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem;
  }
  .m-all-sm-3 {
    margin: 1.5rem;
  }
  .p-all-sm-3 {
    padding: 1.5rem;
  }
  .mt-sm-4 {
    margin-top: 2rem;
  }
  .mr-sm-4 {
    margin-right: 2rem;
  }
  .ml-sm-4 {
    margin-left: 2rem;
  }
  .mb-sm-4 {
    margin-bottom: 2rem;
  }
  .pt-sm-4 {
    padding-top: 2rem;
  }
  .pr-sm-4 {
    padding-right: 2rem;
  }
  .pl-sm-4 {
    padding-left: 2rem;
  }
  .pb-sm-4 {
    padding-bottom: 2rem;
  }
  .m-all-sm-4 {
    margin: 2rem;
  }
  .p-all-sm-4 {
    padding: 2rem;
  }
  .mt-sm-5 {
    margin-top: 2.5rem;
  }
  .mr-sm-5 {
    margin-right: 2.5rem;
  }
  .ml-sm-5 {
    margin-left: 2.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem;
  }
  .pt-sm-5 {
    padding-top: 2.5rem;
  }
  .pr-sm-5 {
    padding-right: 2.5rem;
  }
  .pl-sm-5 {
    padding-left: 2.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem;
  }
  .m-all-sm-5 {
    margin: 2.5rem;
  }
  .p-all-sm-5 {
    padding: 2.5rem;
  }
  .mt-sm-6 {
    margin-top: 3rem;
  }
  .mr-sm-6 {
    margin-right: 3rem;
  }
  .ml-sm-6 {
    margin-left: 3rem;
  }
  .mb-sm-6 {
    margin-bottom: 3rem;
  }
  .pt-sm-6 {
    padding-top: 3rem;
  }
  .pr-sm-6 {
    padding-right: 3rem;
  }
  .pl-sm-6 {
    padding-left: 3rem;
  }
  .pb-sm-6 {
    padding-bottom: 3rem;
  }
  .m-all-sm-6 {
    margin: 3rem;
  }
  .p-all-sm-6 {
    padding: 3rem;
  }
  .mt-sm-7 {
    margin-top: 3.5rem;
  }
  .mr-sm-7 {
    margin-right: 3.5rem;
  }
  .ml-sm-7 {
    margin-left: 3.5rem;
  }
  .mb-sm-7 {
    margin-bottom: 3.5rem;
  }
  .pt-sm-7 {
    padding-top: 3.5rem;
  }
  .pr-sm-7 {
    padding-right: 3.5rem;
  }
  .pl-sm-7 {
    padding-left: 3.5rem;
  }
  .pb-sm-7 {
    padding-bottom: 3.5rem;
  }
  .m-all-sm-7 {
    margin: 3.5rem;
  }
  .p-all-sm-7 {
    padding: 3.5rem;
  }
  .mt-sm-8 {
    margin-top: 4rem;
  }
  .mr-sm-8 {
    margin-right: 4rem;
  }
  .ml-sm-8 {
    margin-left: 4rem;
  }
  .mb-sm-8 {
    margin-bottom: 4rem;
  }
  .pt-sm-8 {
    padding-top: 4rem;
  }
  .pr-sm-8 {
    padding-right: 4rem;
  }
  .pl-sm-8 {
    padding-left: 4rem;
  }
  .pb-sm-8 {
    padding-bottom: 4rem;
  }
  .m-all-sm-8 {
    margin: 4rem;
  }
  .p-all-sm-8 {
    padding: 4rem;
  }
  .mt-sm-9 {
    margin-top: 4.5rem;
  }
  .mr-sm-9 {
    margin-right: 4.5rem;
  }
  .ml-sm-9 {
    margin-left: 4.5rem;
  }
  .mb-sm-9 {
    margin-bottom: 4.5rem;
  }
  .pt-sm-9 {
    padding-top: 4.5rem;
  }
  .pr-sm-9 {
    padding-right: 4.5rem;
  }
  .pl-sm-9 {
    padding-left: 4.5rem;
  }
  .pb-sm-9 {
    padding-bottom: 4.5rem;
  }
  .m-all-sm-9 {
    margin: 4.5rem;
  }
  .p-all-sm-9 {
    padding: 4.5rem;
  }
  .mt-sm-10 {
    margin-top: 5rem;
  }
  .mr-sm-10 {
    margin-right: 5rem;
  }
  .ml-sm-10 {
    margin-left: 5rem;
  }
  .mb-sm-10 {
    margin-bottom: 5rem;
  }
  .pt-sm-10 {
    padding-top: 5rem;
  }
  .pr-sm-10 {
    padding-right: 5rem;
  }
  .pl-sm-10 {
    padding-left: 5rem;
  }
  .pb-sm-10 {
    padding-bottom: 5rem;
  }
  .m-all-sm-10 {
    margin: 5rem;
  }
  .p-all-sm-10 {
    padding: 5rem;
  }
  .mt-sm-11 {
    margin-top: 5.5rem;
  }
  .mr-sm-11 {
    margin-right: 5.5rem;
  }
  .ml-sm-11 {
    margin-left: 5.5rem;
  }
  .mb-sm-11 {
    margin-bottom: 5.5rem;
  }
  .pt-sm-11 {
    padding-top: 5.5rem;
  }
  .pr-sm-11 {
    padding-right: 5.5rem;
  }
  .pl-sm-11 {
    padding-left: 5.5rem;
  }
  .pb-sm-11 {
    padding-bottom: 5.5rem;
  }
  .m-all-sm-11 {
    margin: 5.5rem;
  }
  .p-all-sm-11 {
    padding: 5.5rem;
  }
  .mt-sm-12 {
    margin-top: 6rem;
  }
  .mr-sm-12 {
    margin-right: 6rem;
  }
  .ml-sm-12 {
    margin-left: 6rem;
  }
  .mb-sm-12 {
    margin-bottom: 6rem;
  }
  .pt-sm-12 {
    padding-top: 6rem;
  }
  .pr-sm-12 {
    padding-right: 6rem;
  }
  .pl-sm-12 {
    padding-left: 6rem;
  }
  .pb-sm-12 {
    padding-bottom: 6rem;
  }
  .m-all-sm-12 {
    margin: 6rem;
  }
  .p-all-sm-12 {
    padding: 6rem;
  }
  .mt-sm-13 {
    margin-top: 6.5rem;
  }
  .mr-sm-13 {
    margin-right: 6.5rem;
  }
  .ml-sm-13 {
    margin-left: 6.5rem;
  }
  .mb-sm-13 {
    margin-bottom: 6.5rem;
  }
  .pt-sm-13 {
    padding-top: 6.5rem;
  }
  .pr-sm-13 {
    padding-right: 6.5rem;
  }
  .pl-sm-13 {
    padding-left: 6.5rem;
  }
  .pb-sm-13 {
    padding-bottom: 6.5rem;
  }
  .m-all-sm-13 {
    margin: 6.5rem;
  }
  .p-all-sm-13 {
    padding: 6.5rem;
  }
  .mt-sm-14 {
    margin-top: 7rem;
  }
  .mr-sm-14 {
    margin-right: 7rem;
  }
  .ml-sm-14 {
    margin-left: 7rem;
  }
  .mb-sm-14 {
    margin-bottom: 7rem;
  }
  .pt-sm-14 {
    padding-top: 7rem;
  }
  .pr-sm-14 {
    padding-right: 7rem;
  }
  .pl-sm-14 {
    padding-left: 7rem;
  }
  .pb-sm-14 {
    padding-bottom: 7rem;
  }
  .m-all-sm-14 {
    margin: 7rem;
  }
  .p-all-sm-14 {
    padding: 7rem;
  }
  .mt-sm-15 {
    margin-top: 7.5rem;
  }
  .mr-sm-15 {
    margin-right: 7.5rem;
  }
  .ml-sm-15 {
    margin-left: 7.5rem;
  }
  .mb-sm-15 {
    margin-bottom: 7.5rem;
  }
  .pt-sm-15 {
    padding-top: 7.5rem;
  }
  .pr-sm-15 {
    padding-right: 7.5rem;
  }
  .pl-sm-15 {
    padding-left: 7.5rem;
  }
  .pb-sm-15 {
    padding-bottom: 7.5rem;
  }
  .m-all-sm-15 {
    margin: 7.5rem;
  }
  .p-all-sm-15 {
    padding: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem;
  }
  .mr-md-0 {
    margin-right: 0rem;
  }
  .ml-md-0 {
    margin-left: 0rem;
  }
  .mb-md-0 {
    margin-bottom: 0rem;
  }
  .pt-md-0 {
    padding-top: 0rem;
  }
  .pr-md-0 {
    padding-right: 0rem;
  }
  .pl-md-0 {
    padding-left: 0rem;
  }
  .pb-md-0 {
    padding-bottom: 0rem;
  }
  .m-all-md-0 {
    margin: 0rem;
  }
  .p-all-md-0 {
    padding: 0rem;
  }
  .mt-md-1 {
    margin-top: 0.5rem;
  }
  .mr-md-1 {
    margin-right: 0.5rem;
  }
  .ml-md-1 {
    margin-left: 0.5rem;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem;
  }
  .pt-md-1 {
    padding-top: 0.5rem;
  }
  .pr-md-1 {
    padding-right: 0.5rem;
  }
  .pl-md-1 {
    padding-left: 0.5rem;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem;
  }
  .m-all-md-1 {
    margin: 0.5rem;
  }
  .p-all-md-1 {
    padding: 0.5rem;
  }
  .mt-md-2 {
    margin-top: 1rem;
  }
  .mr-md-2 {
    margin-right: 1rem;
  }
  .ml-md-2 {
    margin-left: 1rem;
  }
  .mb-md-2 {
    margin-bottom: 1rem;
  }
  .pt-md-2 {
    padding-top: 1rem;
  }
  .pr-md-2 {
    padding-right: 1rem;
  }
  .pl-md-2 {
    padding-left: 1rem;
  }
  .pb-md-2 {
    padding-bottom: 1rem;
  }
  .m-all-md-2 {
    margin: 1rem;
  }
  .p-all-md-2 {
    padding: 1rem;
  }
  .mt-md-3 {
    margin-top: 1.5rem;
  }
  .mr-md-3 {
    margin-right: 1.5rem;
  }
  .ml-md-3 {
    margin-left: 1.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem;
  }
  .pt-md-3 {
    padding-top: 1.5rem;
  }
  .pr-md-3 {
    padding-right: 1.5rem;
  }
  .pl-md-3 {
    padding-left: 1.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem;
  }
  .m-all-md-3 {
    margin: 1.5rem;
  }
  .p-all-md-3 {
    padding: 1.5rem;
  }
  .mt-md-4 {
    margin-top: 2rem;
  }
  .mr-md-4 {
    margin-right: 2rem;
  }
  .ml-md-4 {
    margin-left: 2rem;
  }
  .mb-md-4 {
    margin-bottom: 2rem;
  }
  .pt-md-4 {
    padding-top: 2rem;
  }
  .pr-md-4 {
    padding-right: 2rem;
  }
  .pl-md-4 {
    padding-left: 2rem;
  }
  .pb-md-4 {
    padding-bottom: 2rem;
  }
  .m-all-md-4 {
    margin: 2rem;
  }
  .p-all-md-4 {
    padding: 2rem;
  }
  .mt-md-5 {
    margin-top: 2.5rem;
  }
  .mr-md-5 {
    margin-right: 2.5rem;
  }
  .ml-md-5 {
    margin-left: 2.5rem;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem;
  }
  .pt-md-5 {
    padding-top: 2.5rem;
  }
  .pr-md-5 {
    padding-right: 2.5rem;
  }
  .pl-md-5 {
    padding-left: 2.5rem;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem;
  }
  .m-all-md-5 {
    margin: 2.5rem;
  }
  .p-all-md-5 {
    padding: 2.5rem;
  }
  .mt-md-6 {
    margin-top: 3rem;
  }
  .mr-md-6 {
    margin-right: 3rem;
  }
  .ml-md-6 {
    margin-left: 3rem;
  }
  .mb-md-6 {
    margin-bottom: 3rem;
  }
  .pt-md-6 {
    padding-top: 3rem;
  }
  .pr-md-6 {
    padding-right: 3rem;
  }
  .pl-md-6 {
    padding-left: 3rem;
  }
  .pb-md-6 {
    padding-bottom: 3rem;
  }
  .m-all-md-6 {
    margin: 3rem;
  }
  .p-all-md-6 {
    padding: 3rem;
  }
  .mt-md-7 {
    margin-top: 3.5rem;
  }
  .mr-md-7 {
    margin-right: 3.5rem;
  }
  .ml-md-7 {
    margin-left: 3.5rem;
  }
  .mb-md-7 {
    margin-bottom: 3.5rem;
  }
  .pt-md-7 {
    padding-top: 3.5rem;
  }
  .pr-md-7 {
    padding-right: 3.5rem;
  }
  .pl-md-7 {
    padding-left: 3.5rem;
  }
  .pb-md-7 {
    padding-bottom: 3.5rem;
  }
  .m-all-md-7 {
    margin: 3.5rem;
  }
  .p-all-md-7 {
    padding: 3.5rem;
  }
  .mt-md-8 {
    margin-top: 4rem;
  }
  .mr-md-8 {
    margin-right: 4rem;
  }
  .ml-md-8 {
    margin-left: 4rem;
  }
  .mb-md-8 {
    margin-bottom: 4rem;
  }
  .pt-md-8 {
    padding-top: 4rem;
  }
  .pr-md-8 {
    padding-right: 4rem;
  }
  .pl-md-8 {
    padding-left: 4rem;
  }
  .pb-md-8 {
    padding-bottom: 4rem;
  }
  .m-all-md-8 {
    margin: 4rem;
  }
  .p-all-md-8 {
    padding: 4rem;
  }
  .mt-md-9 {
    margin-top: 4.5rem;
  }
  .mr-md-9 {
    margin-right: 4.5rem;
  }
  .ml-md-9 {
    margin-left: 4.5rem;
  }
  .mb-md-9 {
    margin-bottom: 4.5rem;
  }
  .pt-md-9 {
    padding-top: 4.5rem;
  }
  .pr-md-9 {
    padding-right: 4.5rem;
  }
  .pl-md-9 {
    padding-left: 4.5rem;
  }
  .pb-md-9 {
    padding-bottom: 4.5rem;
  }
  .m-all-md-9 {
    margin: 4.5rem;
  }
  .p-all-md-9 {
    padding: 4.5rem;
  }
  .mt-md-10 {
    margin-top: 5rem;
  }
  .mr-md-10 {
    margin-right: 5rem;
  }
  .ml-md-10 {
    margin-left: 5rem;
  }
  .mb-md-10 {
    margin-bottom: 5rem;
  }
  .pt-md-10 {
    padding-top: 5rem;
  }
  .pr-md-10 {
    padding-right: 5rem;
  }
  .pl-md-10 {
    padding-left: 5rem;
  }
  .pb-md-10 {
    padding-bottom: 5rem;
  }
  .m-all-md-10 {
    margin: 5rem;
  }
  .p-all-md-10 {
    padding: 5rem;
  }
  .mt-md-11 {
    margin-top: 5.5rem;
  }
  .mr-md-11 {
    margin-right: 5.5rem;
  }
  .ml-md-11 {
    margin-left: 5.5rem;
  }
  .mb-md-11 {
    margin-bottom: 5.5rem;
  }
  .pt-md-11 {
    padding-top: 5.5rem;
  }
  .pr-md-11 {
    padding-right: 5.5rem;
  }
  .pl-md-11 {
    padding-left: 5.5rem;
  }
  .pb-md-11 {
    padding-bottom: 5.5rem;
  }
  .m-all-md-11 {
    margin: 5.5rem;
  }
  .p-all-md-11 {
    padding: 5.5rem;
  }
  .mt-md-12 {
    margin-top: 6rem;
  }
  .mr-md-12 {
    margin-right: 6rem;
  }
  .ml-md-12 {
    margin-left: 6rem;
  }
  .mb-md-12 {
    margin-bottom: 6rem;
  }
  .pt-md-12 {
    padding-top: 6rem;
  }
  .pr-md-12 {
    padding-right: 6rem;
  }
  .pl-md-12 {
    padding-left: 6rem;
  }
  .pb-md-12 {
    padding-bottom: 6rem;
  }
  .m-all-md-12 {
    margin: 6rem;
  }
  .p-all-md-12 {
    padding: 6rem;
  }
  .mt-md-13 {
    margin-top: 6.5rem;
  }
  .mr-md-13 {
    margin-right: 6.5rem;
  }
  .ml-md-13 {
    margin-left: 6.5rem;
  }
  .mb-md-13 {
    margin-bottom: 6.5rem;
  }
  .pt-md-13 {
    padding-top: 6.5rem;
  }
  .pr-md-13 {
    padding-right: 6.5rem;
  }
  .pl-md-13 {
    padding-left: 6.5rem;
  }
  .pb-md-13 {
    padding-bottom: 6.5rem;
  }
  .m-all-md-13 {
    margin: 6.5rem;
  }
  .p-all-md-13 {
    padding: 6.5rem;
  }
  .mt-md-14 {
    margin-top: 7rem;
  }
  .mr-md-14 {
    margin-right: 7rem;
  }
  .ml-md-14 {
    margin-left: 7rem;
  }
  .mb-md-14 {
    margin-bottom: 7rem;
  }
  .pt-md-14 {
    padding-top: 7rem;
  }
  .pr-md-14 {
    padding-right: 7rem;
  }
  .pl-md-14 {
    padding-left: 7rem;
  }
  .pb-md-14 {
    padding-bottom: 7rem;
  }
  .m-all-md-14 {
    margin: 7rem;
  }
  .p-all-md-14 {
    padding: 7rem;
  }
  .mt-md-15 {
    margin-top: 7.5rem;
  }
  .mr-md-15 {
    margin-right: 7.5rem;
  }
  .ml-md-15 {
    margin-left: 7.5rem;
  }
  .mb-md-15 {
    margin-bottom: 7.5rem;
  }
  .pt-md-15 {
    padding-top: 7.5rem;
  }
  .pr-md-15 {
    padding-right: 7.5rem;
  }
  .pl-md-15 {
    padding-left: 7.5rem;
  }
  .pb-md-15 {
    padding-bottom: 7.5rem;
  }
  .m-all-md-15 {
    margin: 7.5rem;
  }
  .p-all-md-15 {
    padding: 7.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .mt-lg-0 {
    margin-top: 0rem;
  }
  .mr-lg-0 {
    margin-right: 0rem;
  }
  .ml-lg-0 {
    margin-left: 0rem;
  }
  .mb-lg-0 {
    margin-bottom: 0rem;
  }
  .pt-lg-0 {
    padding-top: 0rem;
  }
  .pr-lg-0 {
    padding-right: 0rem;
  }
  .pl-lg-0 {
    padding-left: 0rem;
  }
  .pb-lg-0 {
    padding-bottom: 0rem;
  }
  .m-all-lg-0 {
    margin: 0rem;
  }
  .p-all-lg-0 {
    padding: 0rem;
  }
  .mt-lg-1 {
    margin-top: 0.5rem;
  }
  .mr-lg-1 {
    margin-right: 0.5rem;
  }
  .ml-lg-1 {
    margin-left: 0.5rem;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem;
  }
  .pt-lg-1 {
    padding-top: 0.5rem;
  }
  .pr-lg-1 {
    padding-right: 0.5rem;
  }
  .pl-lg-1 {
    padding-left: 0.5rem;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem;
  }
  .m-all-lg-1 {
    margin: 0.5rem;
  }
  .p-all-lg-1 {
    padding: 0.5rem;
  }
  .mt-lg-2 {
    margin-top: 1rem;
  }
  .mr-lg-2 {
    margin-right: 1rem;
  }
  .ml-lg-2 {
    margin-left: 1rem;
  }
  .mb-lg-2 {
    margin-bottom: 1rem;
  }
  .pt-lg-2 {
    padding-top: 1rem;
  }
  .pr-lg-2 {
    padding-right: 1rem;
  }
  .pl-lg-2 {
    padding-left: 1rem;
  }
  .pb-lg-2 {
    padding-bottom: 1rem;
  }
  .m-all-lg-2 {
    margin: 1rem;
  }
  .p-all-lg-2 {
    padding: 1rem;
  }
  .mt-lg-3 {
    margin-top: 1.5rem;
  }
  .mr-lg-3 {
    margin-right: 1.5rem;
  }
  .ml-lg-3 {
    margin-left: 1.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem;
  }
  .pt-lg-3 {
    padding-top: 1.5rem;
  }
  .pr-lg-3 {
    padding-right: 1.5rem;
  }
  .pl-lg-3 {
    padding-left: 1.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem;
  }
  .m-all-lg-3 {
    margin: 1.5rem;
  }
  .p-all-lg-3 {
    padding: 1.5rem;
  }
  .mt-lg-4 {
    margin-top: 2rem;
  }
  .mr-lg-4 {
    margin-right: 2rem;
  }
  .ml-lg-4 {
    margin-left: 2rem;
  }
  .mb-lg-4 {
    margin-bottom: 2rem;
  }
  .pt-lg-4 {
    padding-top: 2rem;
  }
  .pr-lg-4 {
    padding-right: 2rem;
  }
  .pl-lg-4 {
    padding-left: 2rem;
  }
  .pb-lg-4 {
    padding-bottom: 2rem;
  }
  .m-all-lg-4 {
    margin: 2rem;
  }
  .p-all-lg-4 {
    padding: 2rem;
  }
  .mt-lg-5 {
    margin-top: 2.5rem;
  }
  .mr-lg-5 {
    margin-right: 2.5rem;
  }
  .ml-lg-5 {
    margin-left: 2.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem;
  }
  .pt-lg-5 {
    padding-top: 2.5rem;
  }
  .pr-lg-5 {
    padding-right: 2.5rem;
  }
  .pl-lg-5 {
    padding-left: 2.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem;
  }
  .m-all-lg-5 {
    margin: 2.5rem;
  }
  .p-all-lg-5 {
    padding: 2.5rem;
  }
  .mt-lg-6 {
    margin-top: 3rem;
  }
  .mr-lg-6 {
    margin-right: 3rem;
  }
  .ml-lg-6 {
    margin-left: 3rem;
  }
  .mb-lg-6 {
    margin-bottom: 3rem;
  }
  .pt-lg-6 {
    padding-top: 3rem;
  }
  .pr-lg-6 {
    padding-right: 3rem;
  }
  .pl-lg-6 {
    padding-left: 3rem;
  }
  .pb-lg-6 {
    padding-bottom: 3rem;
  }
  .m-all-lg-6 {
    margin: 3rem;
  }
  .p-all-lg-6 {
    padding: 3rem;
  }
  .mt-lg-7 {
    margin-top: 3.5rem;
  }
  .mr-lg-7 {
    margin-right: 3.5rem;
  }
  .ml-lg-7 {
    margin-left: 3.5rem;
  }
  .mb-lg-7 {
    margin-bottom: 3.5rem;
  }
  .pt-lg-7 {
    padding-top: 3.5rem;
  }
  .pr-lg-7 {
    padding-right: 3.5rem;
  }
  .pl-lg-7 {
    padding-left: 3.5rem;
  }
  .pb-lg-7 {
    padding-bottom: 3.5rem;
  }
  .m-all-lg-7 {
    margin: 3.5rem;
  }
  .p-all-lg-7 {
    padding: 3.5rem;
  }
  .mt-lg-8 {
    margin-top: 4rem;
  }
  .mr-lg-8 {
    margin-right: 4rem;
  }
  .ml-lg-8 {
    margin-left: 4rem;
  }
  .mb-lg-8 {
    margin-bottom: 4rem;
  }
  .pt-lg-8 {
    padding-top: 4rem;
  }
  .pr-lg-8 {
    padding-right: 4rem;
  }
  .pl-lg-8 {
    padding-left: 4rem;
  }
  .pb-lg-8 {
    padding-bottom: 4rem;
  }
  .m-all-lg-8 {
    margin: 4rem;
  }
  .p-all-lg-8 {
    padding: 4rem;
  }
  .mt-lg-9 {
    margin-top: 4.5rem;
  }
  .mr-lg-9 {
    margin-right: 4.5rem;
  }
  .ml-lg-9 {
    margin-left: 4.5rem;
  }
  .mb-lg-9 {
    margin-bottom: 4.5rem;
  }
  .pt-lg-9 {
    padding-top: 4.5rem;
  }
  .pr-lg-9 {
    padding-right: 4.5rem;
  }
  .pl-lg-9 {
    padding-left: 4.5rem;
  }
  .pb-lg-9 {
    padding-bottom: 4.5rem;
  }
  .m-all-lg-9 {
    margin: 4.5rem;
  }
  .p-all-lg-9 {
    padding: 4.5rem;
  }
  .mt-lg-10 {
    margin-top: 5rem;
  }
  .mr-lg-10 {
    margin-right: 5rem;
  }
  .ml-lg-10 {
    margin-left: 5rem;
  }
  .mb-lg-10 {
    margin-bottom: 5rem;
  }
  .pt-lg-10 {
    padding-top: 5rem;
  }
  .pr-lg-10 {
    padding-right: 5rem;
  }
  .pl-lg-10 {
    padding-left: 5rem;
  }
  .pb-lg-10 {
    padding-bottom: 5rem;
  }
  .m-all-lg-10 {
    margin: 5rem;
  }
  .p-all-lg-10 {
    padding: 5rem;
  }
  .mt-lg-11 {
    margin-top: 5.5rem;
  }
  .mr-lg-11 {
    margin-right: 5.5rem;
  }
  .ml-lg-11 {
    margin-left: 5.5rem;
  }
  .mb-lg-11 {
    margin-bottom: 5.5rem;
  }
  .pt-lg-11 {
    padding-top: 5.5rem;
  }
  .pr-lg-11 {
    padding-right: 5.5rem;
  }
  .pl-lg-11 {
    padding-left: 5.5rem;
  }
  .pb-lg-11 {
    padding-bottom: 5.5rem;
  }
  .m-all-lg-11 {
    margin: 5.5rem;
  }
  .p-all-lg-11 {
    padding: 5.5rem;
  }
  .mt-lg-12 {
    margin-top: 6rem;
  }
  .mr-lg-12 {
    margin-right: 6rem;
  }
  .ml-lg-12 {
    margin-left: 6rem;
  }
  .mb-lg-12 {
    margin-bottom: 6rem;
  }
  .pt-lg-12 {
    padding-top: 6rem;
  }
  .pr-lg-12 {
    padding-right: 6rem;
  }
  .pl-lg-12 {
    padding-left: 6rem;
  }
  .pb-lg-12 {
    padding-bottom: 6rem;
  }
  .m-all-lg-12 {
    margin: 6rem;
  }
  .p-all-lg-12 {
    padding: 6rem;
  }
  .mt-lg-13 {
    margin-top: 6.5rem;
  }
  .mr-lg-13 {
    margin-right: 6.5rem;
  }
  .ml-lg-13 {
    margin-left: 6.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 6.5rem;
  }
  .pt-lg-13 {
    padding-top: 6.5rem;
  }
  .pr-lg-13 {
    padding-right: 6.5rem;
  }
  .pl-lg-13 {
    padding-left: 6.5rem;
  }
  .pb-lg-13 {
    padding-bottom: 6.5rem;
  }
  .m-all-lg-13 {
    margin: 6.5rem;
  }
  .p-all-lg-13 {
    padding: 6.5rem;
  }
  .mt-lg-14 {
    margin-top: 7rem;
  }
  .mr-lg-14 {
    margin-right: 7rem;
  }
  .ml-lg-14 {
    margin-left: 7rem;
  }
  .mb-lg-14 {
    margin-bottom: 7rem;
  }
  .pt-lg-14 {
    padding-top: 7rem;
  }
  .pr-lg-14 {
    padding-right: 7rem;
  }
  .pl-lg-14 {
    padding-left: 7rem;
  }
  .pb-lg-14 {
    padding-bottom: 7rem;
  }
  .m-all-lg-14 {
    margin: 7rem;
  }
  .p-all-lg-14 {
    padding: 7rem;
  }
  .mt-lg-15 {
    margin-top: 7.5rem;
  }
  .mr-lg-15 {
    margin-right: 7.5rem;
  }
  .ml-lg-15 {
    margin-left: 7.5rem;
  }
  .mb-lg-15 {
    margin-bottom: 7.5rem;
  }
  .pt-lg-15 {
    padding-top: 7.5rem;
  }
  .pr-lg-15 {
    padding-right: 7.5rem;
  }
  .pl-lg-15 {
    padding-left: 7.5rem;
  }
  .pb-lg-15 {
    padding-bottom: 7.5rem;
  }
  .m-all-lg-15 {
    margin: 7.5rem;
  }
  .p-all-lg-15 {
    padding: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem;
  }
  .mr-xl-0 {
    margin-right: 0rem;
  }
  .ml-xl-0 {
    margin-left: 0rem;
  }
  .mb-xl-0 {
    margin-bottom: 0rem;
  }
  .pt-xl-0 {
    padding-top: 0rem;
  }
  .pr-xl-0 {
    padding-right: 0rem;
  }
  .pl-xl-0 {
    padding-left: 0rem;
  }
  .pb-xl-0 {
    padding-bottom: 0rem;
  }
  .m-all-xl-0 {
    margin: 0rem;
  }
  .p-all-xl-0 {
    padding: 0rem;
  }
  .mt-xl-1 {
    margin-top: 0.5rem;
  }
  .mr-xl-1 {
    margin-right: 0.5rem;
  }
  .ml-xl-1 {
    margin-left: 0.5rem;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem;
  }
  .pt-xl-1 {
    padding-top: 0.5rem;
  }
  .pr-xl-1 {
    padding-right: 0.5rem;
  }
  .pl-xl-1 {
    padding-left: 0.5rem;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem;
  }
  .m-all-xl-1 {
    margin: 0.5rem;
  }
  .p-all-xl-1 {
    padding: 0.5rem;
  }
  .mt-xl-2 {
    margin-top: 1rem;
  }
  .mr-xl-2 {
    margin-right: 1rem;
  }
  .ml-xl-2 {
    margin-left: 1rem;
  }
  .mb-xl-2 {
    margin-bottom: 1rem;
  }
  .pt-xl-2 {
    padding-top: 1rem;
  }
  .pr-xl-2 {
    padding-right: 1rem;
  }
  .pl-xl-2 {
    padding-left: 1rem;
  }
  .pb-xl-2 {
    padding-bottom: 1rem;
  }
  .m-all-xl-2 {
    margin: 1rem;
  }
  .p-all-xl-2 {
    padding: 1rem;
  }
  .mt-xl-3 {
    margin-top: 1.5rem;
  }
  .mr-xl-3 {
    margin-right: 1.5rem;
  }
  .ml-xl-3 {
    margin-left: 1.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem;
  }
  .pt-xl-3 {
    padding-top: 1.5rem;
  }
  .pr-xl-3 {
    padding-right: 1.5rem;
  }
  .pl-xl-3 {
    padding-left: 1.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem;
  }
  .m-all-xl-3 {
    margin: 1.5rem;
  }
  .p-all-xl-3 {
    padding: 1.5rem;
  }
  .mt-xl-4 {
    margin-top: 2rem;
  }
  .mr-xl-4 {
    margin-right: 2rem;
  }
  .ml-xl-4 {
    margin-left: 2rem;
  }
  .mb-xl-4 {
    margin-bottom: 2rem;
  }
  .pt-xl-4 {
    padding-top: 2rem;
  }
  .pr-xl-4 {
    padding-right: 2rem;
  }
  .pl-xl-4 {
    padding-left: 2rem;
  }
  .pb-xl-4 {
    padding-bottom: 2rem;
  }
  .m-all-xl-4 {
    margin: 2rem;
  }
  .p-all-xl-4 {
    padding: 2rem;
  }
  .mt-xl-5 {
    margin-top: 2.5rem;
  }
  .mr-xl-5 {
    margin-right: 2.5rem;
  }
  .ml-xl-5 {
    margin-left: 2.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem;
  }
  .pt-xl-5 {
    padding-top: 2.5rem;
  }
  .pr-xl-5 {
    padding-right: 2.5rem;
  }
  .pl-xl-5 {
    padding-left: 2.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem;
  }
  .m-all-xl-5 {
    margin: 2.5rem;
  }
  .p-all-xl-5 {
    padding: 2.5rem;
  }
  .mt-xl-6 {
    margin-top: 3rem;
  }
  .mr-xl-6 {
    margin-right: 3rem;
  }
  .ml-xl-6 {
    margin-left: 3rem;
  }
  .mb-xl-6 {
    margin-bottom: 3rem;
  }
  .pt-xl-6 {
    padding-top: 3rem;
  }
  .pr-xl-6 {
    padding-right: 3rem;
  }
  .pl-xl-6 {
    padding-left: 3rem;
  }
  .pb-xl-6 {
    padding-bottom: 3rem;
  }
  .m-all-xl-6 {
    margin: 3rem;
  }
  .p-all-xl-6 {
    padding: 3rem;
  }
  .mt-xl-7 {
    margin-top: 3.5rem;
  }
  .mr-xl-7 {
    margin-right: 3.5rem;
  }
  .ml-xl-7 {
    margin-left: 3.5rem;
  }
  .mb-xl-7 {
    margin-bottom: 3.5rem;
  }
  .pt-xl-7 {
    padding-top: 3.5rem;
  }
  .pr-xl-7 {
    padding-right: 3.5rem;
  }
  .pl-xl-7 {
    padding-left: 3.5rem;
  }
  .pb-xl-7 {
    padding-bottom: 3.5rem;
  }
  .m-all-xl-7 {
    margin: 3.5rem;
  }
  .p-all-xl-7 {
    padding: 3.5rem;
  }
  .mt-xl-8 {
    margin-top: 4rem;
  }
  .mr-xl-8 {
    margin-right: 4rem;
  }
  .ml-xl-8 {
    margin-left: 4rem;
  }
  .mb-xl-8 {
    margin-bottom: 4rem;
  }
  .pt-xl-8 {
    padding-top: 4rem;
  }
  .pr-xl-8 {
    padding-right: 4rem;
  }
  .pl-xl-8 {
    padding-left: 4rem;
  }
  .pb-xl-8 {
    padding-bottom: 4rem;
  }
  .m-all-xl-8 {
    margin: 4rem;
  }
  .p-all-xl-8 {
    padding: 4rem;
  }
  .mt-xl-9 {
    margin-top: 4.5rem;
  }
  .mr-xl-9 {
    margin-right: 4.5rem;
  }
  .ml-xl-9 {
    margin-left: 4.5rem;
  }
  .mb-xl-9 {
    margin-bottom: 4.5rem;
  }
  .pt-xl-9 {
    padding-top: 4.5rem;
  }
  .pr-xl-9 {
    padding-right: 4.5rem;
  }
  .pl-xl-9 {
    padding-left: 4.5rem;
  }
  .pb-xl-9 {
    padding-bottom: 4.5rem;
  }
  .m-all-xl-9 {
    margin: 4.5rem;
  }
  .p-all-xl-9 {
    padding: 4.5rem;
  }
  .mt-xl-10 {
    margin-top: 5rem;
  }
  .mr-xl-10 {
    margin-right: 5rem;
  }
  .ml-xl-10 {
    margin-left: 5rem;
  }
  .mb-xl-10 {
    margin-bottom: 5rem;
  }
  .pt-xl-10 {
    padding-top: 5rem;
  }
  .pr-xl-10 {
    padding-right: 5rem;
  }
  .pl-xl-10 {
    padding-left: 5rem;
  }
  .pb-xl-10 {
    padding-bottom: 5rem;
  }
  .m-all-xl-10 {
    margin: 5rem;
  }
  .p-all-xl-10 {
    padding: 5rem;
  }
  .mt-xl-11 {
    margin-top: 5.5rem;
  }
  .mr-xl-11 {
    margin-right: 5.5rem;
  }
  .ml-xl-11 {
    margin-left: 5.5rem;
  }
  .mb-xl-11 {
    margin-bottom: 5.5rem;
  }
  .pt-xl-11 {
    padding-top: 5.5rem;
  }
  .pr-xl-11 {
    padding-right: 5.5rem;
  }
  .pl-xl-11 {
    padding-left: 5.5rem;
  }
  .pb-xl-11 {
    padding-bottom: 5.5rem;
  }
  .m-all-xl-11 {
    margin: 5.5rem;
  }
  .p-all-xl-11 {
    padding: 5.5rem;
  }
  .mt-xl-12 {
    margin-top: 6rem;
  }
  .mr-xl-12 {
    margin-right: 6rem;
  }
  .ml-xl-12 {
    margin-left: 6rem;
  }
  .mb-xl-12 {
    margin-bottom: 6rem;
  }
  .pt-xl-12 {
    padding-top: 6rem;
  }
  .pr-xl-12 {
    padding-right: 6rem;
  }
  .pl-xl-12 {
    padding-left: 6rem;
  }
  .pb-xl-12 {
    padding-bottom: 6rem;
  }
  .m-all-xl-12 {
    margin: 6rem;
  }
  .p-all-xl-12 {
    padding: 6rem;
  }
  .mt-xl-13 {
    margin-top: 6.5rem;
  }
  .mr-xl-13 {
    margin-right: 6.5rem;
  }
  .ml-xl-13 {
    margin-left: 6.5rem;
  }
  .mb-xl-13 {
    margin-bottom: 6.5rem;
  }
  .pt-xl-13 {
    padding-top: 6.5rem;
  }
  .pr-xl-13 {
    padding-right: 6.5rem;
  }
  .pl-xl-13 {
    padding-left: 6.5rem;
  }
  .pb-xl-13 {
    padding-bottom: 6.5rem;
  }
  .m-all-xl-13 {
    margin: 6.5rem;
  }
  .p-all-xl-13 {
    padding: 6.5rem;
  }
  .mt-xl-14 {
    margin-top: 7rem;
  }
  .mr-xl-14 {
    margin-right: 7rem;
  }
  .ml-xl-14 {
    margin-left: 7rem;
  }
  .mb-xl-14 {
    margin-bottom: 7rem;
  }
  .pt-xl-14 {
    padding-top: 7rem;
  }
  .pr-xl-14 {
    padding-right: 7rem;
  }
  .pl-xl-14 {
    padding-left: 7rem;
  }
  .pb-xl-14 {
    padding-bottom: 7rem;
  }
  .m-all-xl-14 {
    margin: 7rem;
  }
  .p-all-xl-14 {
    padding: 7rem;
  }
  .mt-xl-15 {
    margin-top: 7.5rem;
  }
  .mr-xl-15 {
    margin-right: 7.5rem;
  }
  .ml-xl-15 {
    margin-left: 7.5rem;
  }
  .mb-xl-15 {
    margin-bottom: 7.5rem;
  }
  .pt-xl-15 {
    padding-top: 7.5rem;
  }
  .pr-xl-15 {
    padding-right: 7.5rem;
  }
  .pl-xl-15 {
    padding-left: 7.5rem;
  }
  .pb-xl-15 {
    padding-bottom: 7.5rem;
  }
  .m-all-xl-15 {
    margin: 7.5rem;
  }
  .p-all-xl-15 {
    padding: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mt-xxl-0 {
    margin-top: 0rem;
  }
  .mr-xxl-0 {
    margin-right: 0rem;
  }
  .ml-xxl-0 {
    margin-left: 0rem;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem;
  }
  .pt-xxl-0 {
    padding-top: 0rem;
  }
  .pr-xxl-0 {
    padding-right: 0rem;
  }
  .pl-xxl-0 {
    padding-left: 0rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem;
  }
  .m-all-xxl-0 {
    margin: 0rem;
  }
  .p-all-xxl-0 {
    padding: 0rem;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem;
  }
  .mr-xxl-1 {
    margin-right: 0.5rem;
  }
  .ml-xxl-1 {
    margin-left: 0.5rem;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem;
  }
  .pr-xxl-1 {
    padding-right: 0.5rem;
  }
  .pl-xxl-1 {
    padding-left: 0.5rem;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem;
  }
  .m-all-xxl-1 {
    margin: 0.5rem;
  }
  .p-all-xxl-1 {
    padding: 0.5rem;
  }
  .mt-xxl-2 {
    margin-top: 1rem;
  }
  .mr-xxl-2 {
    margin-right: 1rem;
  }
  .ml-xxl-2 {
    margin-left: 1rem;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem;
  }
  .pt-xxl-2 {
    padding-top: 1rem;
  }
  .pr-xxl-2 {
    padding-right: 1rem;
  }
  .pl-xxl-2 {
    padding-left: 1rem;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem;
  }
  .m-all-xxl-2 {
    margin: 1rem;
  }
  .p-all-xxl-2 {
    padding: 1rem;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem;
  }
  .mr-xxl-3 {
    margin-right: 1.5rem;
  }
  .ml-xxl-3 {
    margin-left: 1.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem;
  }
  .pr-xxl-3 {
    padding-right: 1.5rem;
  }
  .pl-xxl-3 {
    padding-left: 1.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem;
  }
  .m-all-xxl-3 {
    margin: 1.5rem;
  }
  .p-all-xxl-3 {
    padding: 1.5rem;
  }
  .mt-xxl-4 {
    margin-top: 2rem;
  }
  .mr-xxl-4 {
    margin-right: 2rem;
  }
  .ml-xxl-4 {
    margin-left: 2rem;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem;
  }
  .pt-xxl-4 {
    padding-top: 2rem;
  }
  .pr-xxl-4 {
    padding-right: 2rem;
  }
  .pl-xxl-4 {
    padding-left: 2rem;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem;
  }
  .m-all-xxl-4 {
    margin: 2rem;
  }
  .p-all-xxl-4 {
    padding: 2rem;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem;
  }
  .mr-xxl-5 {
    margin-right: 2.5rem;
  }
  .ml-xxl-5 {
    margin-left: 2.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem;
  }
  .pr-xxl-5 {
    padding-right: 2.5rem;
  }
  .pl-xxl-5 {
    padding-left: 2.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem;
  }
  .m-all-xxl-5 {
    margin: 2.5rem;
  }
  .p-all-xxl-5 {
    padding: 2.5rem;
  }
  .mt-xxl-6 {
    margin-top: 3rem;
  }
  .mr-xxl-6 {
    margin-right: 3rem;
  }
  .ml-xxl-6 {
    margin-left: 3rem;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem;
  }
  .pt-xxl-6 {
    padding-top: 3rem;
  }
  .pr-xxl-6 {
    padding-right: 3rem;
  }
  .pl-xxl-6 {
    padding-left: 3rem;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem;
  }
  .m-all-xxl-6 {
    margin: 3rem;
  }
  .p-all-xxl-6 {
    padding: 3rem;
  }
  .mt-xxl-7 {
    margin-top: 3.5rem;
  }
  .mr-xxl-7 {
    margin-right: 3.5rem;
  }
  .ml-xxl-7 {
    margin-left: 3.5rem;
  }
  .mb-xxl-7 {
    margin-bottom: 3.5rem;
  }
  .pt-xxl-7 {
    padding-top: 3.5rem;
  }
  .pr-xxl-7 {
    padding-right: 3.5rem;
  }
  .pl-xxl-7 {
    padding-left: 3.5rem;
  }
  .pb-xxl-7 {
    padding-bottom: 3.5rem;
  }
  .m-all-xxl-7 {
    margin: 3.5rem;
  }
  .p-all-xxl-7 {
    padding: 3.5rem;
  }
  .mt-xxl-8 {
    margin-top: 4rem;
  }
  .mr-xxl-8 {
    margin-right: 4rem;
  }
  .ml-xxl-8 {
    margin-left: 4rem;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem;
  }
  .pt-xxl-8 {
    padding-top: 4rem;
  }
  .pr-xxl-8 {
    padding-right: 4rem;
  }
  .pl-xxl-8 {
    padding-left: 4rem;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem;
  }
  .m-all-xxl-8 {
    margin: 4rem;
  }
  .p-all-xxl-8 {
    padding: 4rem;
  }
  .mt-xxl-9 {
    margin-top: 4.5rem;
  }
  .mr-xxl-9 {
    margin-right: 4.5rem;
  }
  .ml-xxl-9 {
    margin-left: 4.5rem;
  }
  .mb-xxl-9 {
    margin-bottom: 4.5rem;
  }
  .pt-xxl-9 {
    padding-top: 4.5rem;
  }
  .pr-xxl-9 {
    padding-right: 4.5rem;
  }
  .pl-xxl-9 {
    padding-left: 4.5rem;
  }
  .pb-xxl-9 {
    padding-bottom: 4.5rem;
  }
  .m-all-xxl-9 {
    margin: 4.5rem;
  }
  .p-all-xxl-9 {
    padding: 4.5rem;
  }
  .mt-xxl-10 {
    margin-top: 5rem;
  }
  .mr-xxl-10 {
    margin-right: 5rem;
  }
  .ml-xxl-10 {
    margin-left: 5rem;
  }
  .mb-xxl-10 {
    margin-bottom: 5rem;
  }
  .pt-xxl-10 {
    padding-top: 5rem;
  }
  .pr-xxl-10 {
    padding-right: 5rem;
  }
  .pl-xxl-10 {
    padding-left: 5rem;
  }
  .pb-xxl-10 {
    padding-bottom: 5rem;
  }
  .m-all-xxl-10 {
    margin: 5rem;
  }
  .p-all-xxl-10 {
    padding: 5rem;
  }
  .mt-xxl-11 {
    margin-top: 5.5rem;
  }
  .mr-xxl-11 {
    margin-right: 5.5rem;
  }
  .ml-xxl-11 {
    margin-left: 5.5rem;
  }
  .mb-xxl-11 {
    margin-bottom: 5.5rem;
  }
  .pt-xxl-11 {
    padding-top: 5.5rem;
  }
  .pr-xxl-11 {
    padding-right: 5.5rem;
  }
  .pl-xxl-11 {
    padding-left: 5.5rem;
  }
  .pb-xxl-11 {
    padding-bottom: 5.5rem;
  }
  .m-all-xxl-11 {
    margin: 5.5rem;
  }
  .p-all-xxl-11 {
    padding: 5.5rem;
  }
  .mt-xxl-12 {
    margin-top: 6rem;
  }
  .mr-xxl-12 {
    margin-right: 6rem;
  }
  .ml-xxl-12 {
    margin-left: 6rem;
  }
  .mb-xxl-12 {
    margin-bottom: 6rem;
  }
  .pt-xxl-12 {
    padding-top: 6rem;
  }
  .pr-xxl-12 {
    padding-right: 6rem;
  }
  .pl-xxl-12 {
    padding-left: 6rem;
  }
  .pb-xxl-12 {
    padding-bottom: 6rem;
  }
  .m-all-xxl-12 {
    margin: 6rem;
  }
  .p-all-xxl-12 {
    padding: 6rem;
  }
  .mt-xxl-13 {
    margin-top: 6.5rem;
  }
  .mr-xxl-13 {
    margin-right: 6.5rem;
  }
  .ml-xxl-13 {
    margin-left: 6.5rem;
  }
  .mb-xxl-13 {
    margin-bottom: 6.5rem;
  }
  .pt-xxl-13 {
    padding-top: 6.5rem;
  }
  .pr-xxl-13 {
    padding-right: 6.5rem;
  }
  .pl-xxl-13 {
    padding-left: 6.5rem;
  }
  .pb-xxl-13 {
    padding-bottom: 6.5rem;
  }
  .m-all-xxl-13 {
    margin: 6.5rem;
  }
  .p-all-xxl-13 {
    padding: 6.5rem;
  }
  .mt-xxl-14 {
    margin-top: 7rem;
  }
  .mr-xxl-14 {
    margin-right: 7rem;
  }
  .ml-xxl-14 {
    margin-left: 7rem;
  }
  .mb-xxl-14 {
    margin-bottom: 7rem;
  }
  .pt-xxl-14 {
    padding-top: 7rem;
  }
  .pr-xxl-14 {
    padding-right: 7rem;
  }
  .pl-xxl-14 {
    padding-left: 7rem;
  }
  .pb-xxl-14 {
    padding-bottom: 7rem;
  }
  .m-all-xxl-14 {
    margin: 7rem;
  }
  .p-all-xxl-14 {
    padding: 7rem;
  }
  .mt-xxl-15 {
    margin-top: 7.5rem;
  }
  .mr-xxl-15 {
    margin-right: 7.5rem;
  }
  .ml-xxl-15 {
    margin-left: 7.5rem;
  }
  .mb-xxl-15 {
    margin-bottom: 7.5rem;
  }
  .pt-xxl-15 {
    padding-top: 7.5rem;
  }
  .pr-xxl-15 {
    padding-right: 7.5rem;
  }
  .pl-xxl-15 {
    padding-left: 7.5rem;
  }
  .pb-xxl-15 {
    padding-bottom: 7.5rem;
  }
  .m-all-xxl-15 {
    margin: 7.5rem;
  }
  .p-all-xxl-15 {
    padding: 7.5rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/**
  *  Import optional
  */
