.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  height: 42px;
  line-height: 2.5rem;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 0.75rem;
    height: 36px;
    line-height: 2.125rem; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 2.125rem;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2.5rem;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
:root {
  --block-shadow: 0 10px 15px rgba(0, 40, 135, .1), 0 2px 3px rgba(0, 40, 135, .1);
  --fixed-bottom-shadow: 0 -10px 15px rgba(0, 40, 135, .1);
  --gradient-zircon: linear-gradient(to right, #f4f7ff 0%, #e8efff 100%);
}

/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bg-sq {
  position: relative;
}
.bg-sq .container {
  position: relative;
  z-index: 2;
}
.bg-sq .ctn-sq span {
  position: absolute;
  z-index: 1;
}
.bg-sq .ctn-sq span.c1 {
  background-color: #fff;
}
.bg-sq .ctn-sq span.c2 {
  background-color: #eef3ff;
}
.bg-sq .ctn-sq span.s1 {
  width: 80px;
  height: 80px;
}
.bg-sq .ctn-sq span.s2 {
  width: 70px;
  height: 70px;
}
.bg-sq .ctn-sq span.s3 {
  width: 40px;
  height: 40px;
}

.icon {
  font-size: 0;
  line-height: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
}

.nofont {
  font-size: 0;
  line-height: 0;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  background-color: #dde3f2;
}
.slick-dots li.slick-active {
  background-color: #8896b7;
}
.slick-dots li button {
  display: none;
}

.slider-nav {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
.slider-nav:has(.slick-dots li:first-child:last-child) {
  display: none;
}
.slider-nav .dots {
  width: calc(100% - 24px);
  padding: 0 30px;
}
.slider-nav .arrow {
  display: block;
  width: 12px;
  height: 18px;
  cursor: pointer;
  color: #8896b7;
}
.slider-nav .arrow.slick-disabled, .slider-nav .arrow.slick-hidden {
  pointer-events: none;
  opacity: 0;
}
.slider-nav .arrow svg {
  stroke: currentColor;
  stroke-width: 2px;
}

* {
  outline: none !important;
}
* ::-moz-selection {
  color: #fff;
  background: rgba(203, 4, 88, 0.99);
  text-shadow: none;
}
* ::selection {
  color: #fff;
  background: rgba(203, 4, 88, 0.99);
  text-shadow: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  min-height: 100%;
  color: #000;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  display: none;
}

svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

#header {
  position: relative;
  z-index: 10;
  background-image: var(--gradient-zircon);
}
#header.color-white {
  background: #fff;
}
#header .header-notice {
  font-family: "DM Sans", sans-serif;
  padding: 16px 0;
  color: #fff;
  background-color: #4169c7;
}
#header .header-notice .container {
  display: flex;
  align-items: center;
  gap: 24px;
}
#header .header-notice .container > svg {
  width: 24px;
  height: 24px;
}
#header .header-notice .container > div {
  font-size: 0.9375rem;
  line-height: 1.4;
  flex: 1;
}
#header .header-notice .container > div strong {
  font-weight: 700;
}
#header .header-notice .container button {
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: none;
}
#header .header-bar {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.8125rem, 0.7893rem + 0.0952vw, 0.875rem);
  line-height: 2rem;
  color: #fff;
  background-color: #8896b7;
}
#header .header-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-bar.page-checkout .container {
  justify-content: center;
}
#header .header-bar .bar-right {
  display: flex;
  align-items: center;
}
#header .header-bar.page-checkout .bar-right {
  display: none;
}
#header .header-bar .bar-right > * {
  position: relative;
  margin: 0 20px;
}
#header .header-bar .bar-right > *:before {
  position: absolute;
  top: calc(50% - 5px);
  left: -20px;
  width: 1px;
  height: 10px;
  content: "";
  pointer-events: none;
  background-color: #fff;
}
#header .header-bar .bar-right > *:first-child {
  margin-left: 0;
}
#header .header-bar .bar-right > *:first-child:before {
  display: none;
}
#header .header-bar .bar-right > *:last-child {
  margin-right: 0;
}
#header .header-bar .bar-right .flags {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
}
#header .header-bar .bar-right .flags li {
  margin: 0 0 0 8px;
}
#header .header-bar .bar-right .flags li:first-child {
  margin: 0;
}
#header .header-bar .bar-right .flags li a {
  display: block;
  width: 20px;
  height: 24px;
}
#header .header-bar .bar-right .link {
  color: #fff;
}
#header .header-bar .bar-right .link-phone svg {
  width: 12px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
#header .header-content {
  padding: 20px 0;
}
#header .header-content.page-checkout {
  padding: 10px 0;
}
#header .header-content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-content .content-left {
  position: relative;
  display: flex;
  align-items: center;
}
#header .header-content .content-left .logo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 250px;
  height: 90px;
  margin: 0 10px 0 0;
  color: #002887;
}
/*#header .header-content .content-left .logo svg {
  fill: #000;
}*/
#header .header-content .content-left .logo-baseline {
  font-size: clamp(0.8125rem, 0.7661rem + 0.1905vw, 0.9375rem);
  line-height: 1.25rem;
  color: #000;
  white-space: nowrap;
}
#header .header-content .content-left nav {
  transition: all 0.3s ease;
}
#header .header-content .content-left nav > ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-content .content-left nav > ul > li.parent {
  position: relative;
}
#header .header-content .content-left nav > ul > li.parent > a {
  position: relative;
}
#header .header-content .content-left nav > ul > li.parent > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  content: "";
}
#header .header-content .content-left nav > ul > li.parent ul {
  position: absolute;
  top: calc(100% + 20px);
  left: calc(50% - 110px);
  width: 220px;
  transition: opacity 0.3s ease, top 0.3s ease;
  pointer-events: none;
  opacity: 0;
  box-shadow: var(--block-shadow);
}
#header .header-content .content-left nav > ul > li.parent ul li {
  border-top: 1px solid #dde3f2;
  background-color: #fff;
}
#header .header-content .content-left nav > ul > li.parent ul li:first-child {
  border-top: none;
}
#header .header-content .content-left nav > ul > li.parent ul li a {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 10px 30px;
  transition: padding-left 0.3s ease;
  color: #000;
}
#header .header-content .content-left nav > ul > li.parent ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  transition: height 0.3s ease;
}
#header .header-content .content-left nav > ul > li > a {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0 10px;
  transition: color 0.3s ease, background-color 0.3s ease;
  color: #000;
}
#header .header-content .content-left nav > ul > li > a span {
  position: relative;
  z-index: 2;
}
#header .header-content .content-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
#header .header-content .content-right .button-subscribe {
  white-space: nowrap;
}
#header .header-content .content-right .actions {
  display: flex;
  align-items: center;
}
#header .header-content .content-right .actions .btn-helper {
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 0 10px;
  padding: 0;
  border-radius: 50%;
}
#header .header-content .content-right .actions .btn-helper svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
#header .header-content .content-right .actions .btn-helper.button-search {
  position: relative;
  transition: all 0.3s ease;
  border-radius: 50px;
}
#header .header-content .content-right .actions .btn-helper.button-search svg {
  position: relative;
  z-index: 2;
}
#header .header-content .content-right .actions .btn-helper.button-search form {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
#header .header-content .content-right .actions .btn-helper.button-search form input[type=search] {
  font-size: 0.9375rem;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 50px;
  background: transparent;
}
#header .header-content .content-right .actions .btn-helper.button-search form input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#header .header-content .content-right .actions .btn-helper.button-search form input[type=search]:-moz-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#header .header-content .content-right .actions .btn-helper.button-search form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#header .header-content .content-right .actions .btn-helper.button-search form input[type=search]:-ms-input-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#header .header-content .content-right .actions .btn-helper.button-search form button {
  display: none;
}
#header .header-content .content-right .actions .btn-helper.button-cart {
  position: relative;
}
#header .header-content .content-right .actions .btn-helper.button-cart span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  position: absolute;
  top: -3px;
  right: -1px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #002887;
}

#menu-mobile {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  background-color: #fff;
}
#menu-mobile .inner {
  display: flex;
  overflow: auto;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  padding: 60px 30px;
}
#menu-mobile .inner .close {
  align-self: flex-end;
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: #cb0458;
}
#menu-mobile .inner > ul {
  margin: 50px 0 0 0;
}
#menu-mobile .inner > ul > li {
  border-bottom: 1px solid #8896b7;
}
#menu-mobile .inner > ul > li.parent.is-open > a span:last-child {
  transform: scaleY(-1);
}
#menu-mobile .inner > ul > li.parent > a {
  display: flex;
  align-items: center;
}
#menu-mobile .inner > ul > li.parent > a span:first-child {
  flex: 1;
  padding: 0 20px 0 0;
}
#menu-mobile .inner > ul > li.parent > a span:last-child {
  width: 12px;
  height: 18px;
  transition: transform 0.3s ease;
}
#menu-mobile .inner > ul > li.parent ul {
  display: none;
  margin: -5px 10px 25px 10px;
}
#menu-mobile .inner > ul > li.parent ul li {
  border-top: 1px solid #dde3f2;
}
#menu-mobile .inner > ul > li.parent ul li:first-child {
  border: none;
}
#menu-mobile .inner > ul > li.parent ul li a {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  padding: 10px 20px;
  color: #000;
}
#menu-mobile .inner > ul > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  padding: 25px 10px;
  color: #000;
}
#menu-mobile .inner .btn-helper {
  margin: 20px 0 0 0;
}
#menu-mobile .inner .btn-helper.button-search {
  margin: 40px 0 0 0;
  cursor: default;
}
#menu-mobile .inner .btn-helper.button-search svg {
  cursor: pointer;
}
#menu-mobile .inner .btn-helper.button-search form {
  display: flex;
  max-width: calc(100% - 30px);
}
#menu-mobile .inner .btn-helper.button-search form input[type=search] {
  font-size: 0.875rem;
}
#menu-mobile .inner .btn-helper.button-search form input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#menu-mobile .inner .btn-helper.button-search form input[type=search]:-moz-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#menu-mobile .inner .btn-helper.button-search form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#menu-mobile .inner .btn-helper.button-search form input[type=search]:-ms-input-placeholder {
  opacity: 1;
  color: rgba(203, 4, 88, 0.3);
}
#menu-mobile .inner .btn-helper.button-search form button {
  display: none;
}

#footer.is-min .footer-content {
  align-items: center;
  padding: 40px 0;
}
#footer.is-min .footer-logo {
  margin: 0 50px 0 0;
}
#footer.is-min #cust-widget-note {
  margin: 0 auto !important;
}
#footer.is-min #cust-widget-note .custplace-widgfooter {
  margin: 0 !important;
}
#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #dde3f2;
}
#footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #dde3f2;
}
#footer .footer-content .column {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3333333333em;
  color: #8896b7;
}
#footer .footer-content .column .title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 20px 0;
  color: #000;
}
#footer .footer-content .column p {
  margin: 0 0 10px 0;
}
#footer .footer-content .column a {
  display: inline-block;
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
  color: #8896b7;
}
#footer .footer-content .column a.link-group {
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
  color: #002887;
}
#footer .footer-content .column a svg {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#footer .footer-logo {
  /*width: 120px;*/
  height: 90px;
  color: #002887;
}
/*#footer .footer-logo svg {
  fill: #000;
}*/
#footer .footer-logo img {
  max-height: 100%;
}
#footer .footer-socials {
  display: flex;
  align-items: center;
}
#footer .footer-socials li {
  margin: 0 0 0 10px;
}
#footer .footer-socials li:first-child {
  margin: 0;
}
#footer .footer-socials li a {
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
}
#footer .footer-socials li a svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
#footer .footer-nav.two-columns {
  -moz-columns: 2;
       columns: 2;
}
#footer .footer-content .column:first-child {
  display: flex;
  flex-direction: column;
}
#footer .footer-bottom {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}
#footer .footer-bottom ul li {
  display: inline-block;
}
#footer .footer-bottom ul li:not(:first-child):before {
  content: "- ";
  color: #8896b7;
}
#footer .footer-bottom ul li a {
  transition: color 0.3s ease;
  color: #8896b7;
}
#footer #cust-widget-note {
  position: relative;
  z-index: 1;
  max-width: 210px !important;
  margin: 20px 0 0 0 !important;
}

.block-magazines {
  padding: 40px 0 80px 0;
}
.block-magazines:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  content: "";
  background: var(--gradient-zircon);
}
.block-magazines .entry-title {
  margin: 0 0 15px 0;
}
.block-magazines .entry-content {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 60px 0;
}
.block-magazines .items .magazine-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin: 0 20px;
}
.block-magazines .items .magazine-card img {
  margin: 0;
}
.block-magazines .ctn-sq span:nth-child(1) {
  top: -20px;
  right: 150px;
}
.block-magazines .ctn-sq span:nth-child(2) {
  top: -20px;
  right: 0;
}
.block-magazines .ctn-sq span:nth-child(3) {
  top: 60px;
  right: 80px;
}
.block-magazines .ctn-sq span:nth-child(4) {
  top: 90px;
  right: 260px;
}
.block-magazines .ctn-sq span:nth-child(5) {
  right: 40px;
  bottom: 285px;
}

.block-newsletter {
  position: relative;
  padding: 80px 0;
  background-image: var(--gradient-zircon);
}
.block-newsletter .entry-title {
  margin: 0 0 15px 0;
}
.block-newsletter form {
  text-align: right;
}
.block-newsletter form .fields {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 550px;
}
.block-newsletter form .fields .form-input {
  line-height: 3.625rem;
  height: 60px;
  padding: 0 220px 0 30px;
  border-radius: 50px;
}
.block-newsletter form .fields .btn-helper {
  position: absolute;
  top: 8px;
  right: 10px;
  justify-content: center;
  width: 180px;
}
.block-newsletter form .form-errors {
  display: inline-block;
  max-width: 550px;
}
.block-newsletter .ctn-sq span:nth-child(1) {
  top: 0;
  right: 0;
}
.block-newsletter .ctn-sq span:nth-child(2) {
  top: 80px;
  right: 80px;
}

.block-search form .fields {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 650px;
}
.block-search form .fields .form-input {
  line-height: 3.625rem;
  height: 60px;
  padding: 0 220px 0 30px;
  border-radius: 50px;
}
.block-search form .fields .btn-helper {
  position: absolute;
  top: 8px;
  right: 10px;
  justify-content: center;
  width: 200px;
}

.block-reassurance {
  padding: 80px 0 150px 0;
  text-align: center;
}
.block-reassurance.has-background {
  background-color: #f2f6ff;
}
.block-reassurance.has-background .ctn-sq span {
  background-color: #fff;
}
.block-reassurance .entry-title {
  margin: 0 0 60px 0;
}
.block-reassurance .items {
  display: flex;
  justify-content: space-between;
}
.block-reassurance .items .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 4);
}
.block-reassurance .items .item .icon {
  display: block;
  height: 90px;
  margin: 0 0 30px 0;
  color: #8896b7;
}
.block-reassurance .items .item .text {
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  color: #000;
}
.block-reassurance .ctn-sq span:nth-child(1) {
  top: 0;
  left: 0;
}
.block-reassurance .ctn-sq span:nth-child(2) {
  top: 80px;
  left: 150px;
}
.block-reassurance .ctn-sq span:nth-child(3) {
  right: 0;
  bottom: 160px;
}
.block-reassurance .ctn-sq span:nth-child(4) {
  right: 0;
  bottom: 0;
}

.block-related {
  padding: 80px 0 120px 0;
  overflow: hidden;
  text-align: center;
  background-image: var(--gradient-zircon);
}
.block-related .entry-title {
  margin: 0 0 50px 0;
}
.block-related .items .magazine-card {
  margin: 0 20px;
}
.block-related .ctn-sq span:nth-child(1) {
  top: 0;
  right: 0;
}
.block-related .ctn-sq span:nth-child(2) {
  top: 80px;
  right: 80px;
}
.block-related .ctn-sq span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.block-shop {
  overflow: hidden;
  padding: 0 0 95px 0;
  background-image: var(--gradient-zircon);
}
.block-shop .entry-title {
  margin: 0 0 15px 0;
  text-align: left;
}
.block-shop .entry-content {
  font-size: 1.25rem;
  line-height: 1.3;
}
.block-shop .row {
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.block-shop .slider {
  margin: 40px 0 0 0;
}
.block-shop .slider .items .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
.block-shop .slider .items .slick-list .slick-track {
  display: flex;
}
.block-shop .ctn-sq span:nth-child(1) {
  top: -160px;
  right: 0;
}
.block-shop .ctn-sq span:nth-child(2) {
  top: -80px;
  right: 80px;
}
.block-shop .ctn-sq span:nth-child(3) {
  top: -10px;
  right: 190px;
}
.block-shop .ctn-sq span:nth-child(4) {
  top: 70px;
  right: 0;
}
.block-shop .ctn-sq span:nth-child(5) {
  bottom: 0;
  left: 0;
}
.block-shop .button-shop {
  margin: 40px 0 0 0;
}

.block-slider {
  position: relative;
  background-image: var(--gradient-zircon);
}
.block-slider:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
  background-color: #fff;
}
.block-slider .container {
  position: relative;
  z-index: 2;
}
.block-slider .slider {
  position: relative;
}
.block-slider .slider .items {
  display: none;
}
.block-slider .slider .items.slick-initialized {
  display: block;
}
.block-slider .slider .items img {
  display: none;
  margin: auto;
}
.block-slider .slider .arrow {
  position: absolute;
  top: calc(50% - 14px);
  width: 18px;
  height: 28px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: rgba(0, 0, 0, 0.3);
}
.block-slider .slider .arrow-prev {
  left: -48px;
}
.block-slider .slider .arrow-next {
  right: -48px;
}

.block-reviews .container .widget {
  padding: 40px 0;
  border-bottom: 1px solid #dde3f2;
}

.breadcrumb {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  color: #8896b7;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li:after {
  margin: 0 3px;
  content: "/";
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  color: #8896b7;
}
.breadcrumb li a strong {
  font-weight: 500;
}
.breadcrumb li svg {
  width: 8px;
  height: 14px;
  margin: 0 12px 0 0;
}

.btn-helper {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  color: #fff;
  border-radius: 50px;
  background-color: #cb0458;
}
.btn-helper.color-tv {
  background-color: #5d4cc1;
}
.btn-helper svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.btn-helper svg:first-child {
  margin: 0 10px 0 0;
}
.btn-helper svg:last-child {
  margin: 0 0 0 10px;
}
.btn-helper.btn-arrow-reversed svg {
  transform: scaleX(-1);
}
.btn-helper.btn-border {
  padding: 9px 23px;
  color: #cb0458;
  border: 1px solid #cb0458;
  background-color: transparent;
}
.btn-helper.btn-border.color-blue {
  color: #002887;
  border-color: #002887;
}
.btn-helper.btn-border.color-tv {
  color: #5d4cc1;
  border-color: #5d4cc1;
  background-color: transparent;
}

.entry-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 1.0643rem + 0.7619vw, 1.75rem);
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}
.entry-title.size-large {
  font-size: clamp(1.75rem, 1.5643rem + 0.7619vw, 2.25rem);
}
.entry-title.no-br br {
  display: none;
}

.entry-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 1.0179rem + 0.9524vw, 1.875rem);
  font-weight: 500;
  line-height: 1.3333333333em;
  color: #000;
}
.entry-subtitle.size-medium {
  font-size: clamp(1.25rem, 1.1339rem + 0.4762vw, 1.5625rem);
}
.entry-subtitle.size-small {
  font-size: 1.25rem;
}

.entry-content {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.8125rem, 0.7661rem + 0.1905vw, 0.9375rem);
  line-height: 1.6;
  color: #2f3034;
}
.entry-content strong {
  font-weight: 500;
}
.entry-content ul li {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
}
.entry-content ul li:first-child {
  margin: 0;
}
.entry-content ul li:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 0 0;
  content: "";
  vertical-align: middle;
  border-radius: 50%;
  background-color: #000;
}
.entry-content .identity {
  color: #ee1f76;
}

table.many-checkboxes tr {
  display: flex;
  flex-wrap: wrap;
}
.field-checkbox, table.many-checkboxes tr td {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.many-checkboxes tr td {
  flex: 0 0 auto;
  width: 50%;
  margin: 10px 0;
}
.field-checkbox input[type=checkbox]:checked ~ span, table.many-checkboxes tr td input[type=checkbox]:checked {
  border-color: #cb0458;
  background-color: #cb0458;
}
.field-checkbox input[type=checkbox]:checked ~ span svg {
  opacity: 1;
}
.field-checkbox span, table.many-checkboxes tr td input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  pointer-events: none;
  border: 1px solid #8896b7;
}
.field-checkbox span svg {
  width: 12px;
  height: 12px;
  transition: opacity 0.3s ease;
  opacity: 0;
  fill: #fff;
}
.field-checkbox label, table.many-checkboxes tr td label {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.field-checkbox label a, table.many-checkboxes tr td label a {
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #cb0458;
}
.field-checkbox label em, table.many-checkboxes tr td label em {
  font-style: normal;
  color: #757575;
}

.field-client {
  position: relative;
}
.field-client .form-input {
  padding-right: 57px;
}
.field-client .icon {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
  height: 24px;
  color: #cb0458;
}

.field-password {
  position: relative;
}
.field-password .form-input {
  padding-right: 57px;
}
.field-password .icon {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #000;
}

.field-radio {
  position: relative;
  display: flex;
  margin: 0 0 0 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.field-radio:first-child {
  margin: 0;
}
.field-radio input[type=radio]:checked ~ span:before {
  opacity: 1;
}
.field-radio span {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border: 1px solid #8896b7;
  border-radius: 50%;
}
.field-radio span:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: "";
  transition: opacity 0.3s ease;
  opacity: 0;
  border-radius: 50%;
  background-color: #cb0458;
}
.field-radio label {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  padding: 0 0 0 34px;
  cursor: pointer;
}

.form-input {
  font-size: 1rem;
  line-height: 3rem;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  transition: box-shadow 0.3s ease;
  color: #2f3034;
  border: 1px solid #dde3f2;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent;
}
.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #8896b7;
}
.form-input:-moz-placeholder {
  opacity: 1;
  color: #8896b7;
}
.form-input::-moz-placeholder {
  opacity: 1;
  color: #8896b7;
}
.form-input:-ms-input-placeholder {
  opacity: 1;
  color: #8896b7;
}
textarea.form-input {
  height: auto;
}
.form-input[type=date] {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.form-input[type=date].is-empty {
  color: #8896b7;
}
.form-input:focus {
  box-shadow: 0 0 0 1px #dde3f2;
}

.form-title {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #2f3034;
}

.form-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 5px 0;
  cursor: pointer;
  color: #000;
}
.form-label em {
  font-style: normal;
  color: #757575;
}

.form-legend {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  color: #8896b7;
}

.form-row {
  margin: 30px 0 0 0;
  text-align: left;
}
.form-row:first-child {
  margin: 0;
}
.form-row.row-separator {
  display: flex;
}
.form-row.row-separator:before {
  display: block;
  align-self: center;
  flex: 1;
  margin: 0 15px 0 0;
  content: "";
  border-bottom: 1px solid #dde3f2;
}
.form-row.row-separator:after {
  display: block;
  align-self: center;
  flex: 1;
  margin: 0 0 0 15px;
  content: "";
  border-bottom: 1px solid #dde3f2;
}
.form-row.row-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-row.row-bottom a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #2f3034;
}
.form-row.row-radios {
  display: flex;
  flex-wrap: wrap;
}
.form-row.row-radios-full {
  width: 100%;
  margin: 30px 0 0 0;
}
.form-row.row-radios-full .form-label {
  font-size: 1rem;
  margin: 0;
}
.form-row.row-radios-full .form-label + .field-radio {
  margin-top: 20px !important;
}
.form-row.row-radios > .form-label:first-child {
  width: 100%;
}
.form-row.row-radios > .form-label:first-child + .field-radio {
  margin: 0;
}
.form-row.row-checkboxes .field-checkbox {
  margin: 20px 0 0 0;
}
.form-row.row-checkboxes .field-checkbox:first-child {
  margin: 0;
}
.form-row.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.form-row .form-title {
  margin: 0 0 15px 0;
}
.form-row .form-legend {
  margin: 10px 0 0 0;
}

.form-switch {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  border-radius: 50px;
  background-color: whitesmoke;
  box-shadow: inset 0 0 0 1px #dde3f2;
}
.form-switch:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  transition: left 0.3s ease;
  border-radius: 50px;
}
.form-switch.color-default:before {
  background-color: #cb0458;
}
.form-switch.color-tv:before {
  background-color: #5d4cc1;
}
.form-switch.state-secondary:before {
  left: 50%;
}
.form-switch .item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
  color: #8896b7;
}
.form-switch .item:not(.is-active) {
  cursor: pointer;
}
.form-switch .item.is-active {
  color: #fff;
}
.form-switch.is-multiple:before {
  width: 33.3333333333%;
}
.form-switch.is-multiple.state-secondary:before {
  left: 33.3333333333%;
}
.form-switch.is-multiple.state-tertiary:before {
  left: 66.6666666667%;
}

.form-information {
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
  text-align: left;
}
.form-information svg {
  width: 24px;
  height: 24px;
  fill: #cb0458;
}
.form-information span {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  flex: 1;
  max-width: calc(100% - 24px);
  padding: 0 0 0 20px;
}

.form-infobox {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 40px;
  text-align: left;
  border-radius: 8px;
  background-color: #e9f0ff;
}
.form-infobox ul {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0 0 0;
}
.form-infobox ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-infobox ul li svg {
  width: 16px;
  height: 16px;
}
.form-infobox ul li span {
  flex: 1;
  color: #000;
}

.form-notice {
  display: flex;
  gap: 16px;
  padding: 20px;
  text-align: left;
  color: #2f3034;
  border: 1px solid #dde3f2;
  border-radius: 10px;
  background: #f5f5f5;
}
.form-notice > svg {
  width: 24px;
  height: 24px;
  fill: #8896b7;
}
.form-notice__content {
  font-size: 0.9375rem;
  line-height: 1.3;
  flex: 1;
}
.form-notice__close {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #8896b7;
  border: none;
  background: none;
}

.nice-select {
  font-size: 1rem;
  line-height: 3rem;
  float: none;
  width: 100%;
  height: 50px;
  padding: 0 57px 0 20px;
  transition: box-shadow 0.3s ease;
  color: #2f3034;
  border: 1px solid #dde3f2;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent;
}
.nice-select:after {
  display: none;
}
.nice-select.open {
  border-color: #dde3f2;
  box-shadow: 0 0 0 1px #dde3f2;
}
.nice-select.open svg {
  transform: rotate(180deg);
}
.nice-select:active, .nice-select:focus {
  border-color: #dde3f2;
}
.nice-select .list {
  overflow: auto;
  min-width: 100%;
  max-height: 202px;
  margin: 10px 0 0 0;
  border: 1px solid #dde3f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.nice-select .list .option {
  font-size: 0.875rem;
  line-height: 1.25rem;
  min-height: 0;
  padding: 10px 20px;
  box-shadow: inset 0 1px 0 rgba(221, 227, 242, 0.5);
}
.nice-select .list .option:first-child {
  box-shadow: none;
}
.nice-select .list .option.selected {
  font-weight: 600;
  background-color: #eef3ff;
}
.nice-select svg {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 18px;
  height: 12px;
  transition: transform 0.3s ease;
}
.nice-select.align-right .list {
  right: 0;
  left: auto;
}
.nice-select.size-medium {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  width: auto;
  height: 20px;
  padding: 0 20px 0 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.nice-select.size-medium svg {
  top: 6px;
  right: 0;
  width: 14px;
  height: 8px;
}
.nice-select.size-small {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  display: inline-block;
  width: auto;
  min-width: 40px;
  max-width: 100%;
  height: 23px;
  padding: 0 24px 0 4px;
  border: none;
  border-bottom: 1px solid #8896b7;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: none;
}
.nice-select.size-small .list {
  max-height: 182px;
}
.nice-select.size-small .list .option {
  font-size: 0.8125rem;
  padding: 8px 15px;
}
.nice-select.size-small svg {
  top: 7px;
  right: 0;
  width: 14px;
  height: 8px;
}

.password-verification {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 5px 0;
}
.password-verification li {
  display: flex;
  align-items: center;
  margin: 5px 10px;
  color: #000;
}
.password-verification li.ok {
  color: #76b327;
}
.password-verification li svg {
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
}

.mz-color-tv {
  color: #5d4cc1 !important;
}

.mz-bg-tv {
  background-color: #5d4cc1;
}

.mz-bgl-tv {
  background-color: #edeaff;
}

.mz-border-tv {
  border-color: #5d4cc1;
}

.mz-gradient-tv {
  background-image: linear-gradient(to right, #f2f0ff 0%, #e8e4ff 100%);
}

.magazine-card {
  display: block;
  padding: 30px 70px;
  text-align: center;
  box-shadow: var(--block-shadow);
}
.magazine-card.no-shadow img {
  box-shadow: none;
}
.magazine-card.mz-service {
  background-color: #eef3ff;
}
.magazine-card.mz-service .thumbnail, .magazine-card.mz-tv .thumbnail {
  width: calc(100% + 140px);
  height: 0;
  margin: 0 0 0 -70px;
  padding-bottom: 133.3333333333%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.magazine-card.mz-tv .thumbnail {
  background-position: center center;
  background-size: calc(100% - 100px) auto;
}
.magazine-card img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
  margin: auto;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.magazine-card .name {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 30px 0 0 0;
  color: #000;
}
.magazine-card .description {
  font-size: 1rem;
  line-height: 1.4;
  margin: 10px 0 0 0;
  color: #000;
}
.magazine-card .description strong {
  font-weight: 600;
  color: #cb0458;
}
.magazine-card .btn-helper {
  justify-content: center;
  width: 100%;
  margin: 30px 0 0 0;
}

.magazine-detail {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.magazine-detail .thumbnail {
  width: 220px;
}
.magazine-detail .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
}
.magazine-detail .content {
  flex: 1;
  padding: 0 0 0 110px;
}
.magazine-detail .content ul {
  font-family: "DM Sans", sans-serif;
  max-width: 440px;
  margin: 15px 0 0 0;
}
.magazine-detail .content ul li {
  font-size: 0.8125rem;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0 0;
  color: #2f3034;
}
.magazine-detail .content ul li:first-child {
  margin: 0;
}
.magazine-detail .content ul li span:last-child {
  color: #8896b7;
}
.magazine-detail .content ul li span.nok {
  color: #eb212e;
}
.magazine-detail .content ul li span strong {
  font-weight: 500;
}
.magazine-detail .content ul li.address {
  display: block;
}
.magazine-detail .content ul li.address span {
  display: block;
}
.magazine-detail .content .actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 30px 0 0 0;
}
.magazine-detail .content .actions .btn-helper {
  font-size: 0.8125rem;
  font-weight: 400;
  min-width: 300px;
  padding: 8px 20px;
}
.magazine-detail .content .actions .btn-calendar {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  color: #cb0458;
}
.magazine-detail .content .actions .btn-calendar svg {
  width: 16px;
  position: relative;
  top: -1px;
  height: 16px;
  margin: 0 10px 0 0;
}
.magazine-detail .content .actions .information {
  display: flex;
  align-items: center;
  text-align: left;
}
.magazine-detail .content .actions .information:not(:first-child) {
  margin-top: 20px;
}
.magazine-detail .content .actions .information svg {
  width: 16px;
  height: 16px;
  fill: #cb0458;
}
.magazine-detail .content .actions .information span {
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  flex: 1;
  max-width: calc(100% - 16px);
  padding: 0 0 0 16px;
  color: #2f3034;
}
.magazine-detail .content .actions .information span a {
  margin: 0;
  color: #cb0458;
}
.magazine-detail .content .actions a {
  margin: 20px 0 0 0;
}
.magazine-detail .content .actions a:first-child {
  margin: 0;
}

#page-masthead {
  padding: 40px 0;
  background-image: var(--gradient-zircon);
}
#page-masthead.size-large {
  margin: 0 0 50px 0;
}
#page-masthead.full-content .breadcrumb {
  margin: 0 0 10px 0;
}
#page-masthead.full-content .entry-title {
  margin: 0 0 30px 0;
}
#page-masthead.full-content .entry-subtitle {
  margin: 0 0 15px 0;
}
#page-masthead.full-content .ctn-sq span:nth-child(1) {
  right: 0;
  bottom: 190px;
}
#page-masthead.full-content .ctn-sq span:nth-child(2) {
  right: 260px;
  bottom: 110px;
}
#page-masthead.full-content .ctn-sq span:nth-child(3) {
  right: 80px;
  bottom: 80px;
}
#page-masthead.full-content .ctn-sq span:nth-child(4) {
  right: 150px;
  bottom: 40px;
}
#page-masthead.full-content .ctn-sq span:nth-child(5) {
  right: 0;
  bottom: 0;
}
#page-masthead.full-content.title-only {
  padding: 0 0 60px 0;
}
#page-masthead.full-content.title-only .entry-title {
  margin: 0;
  text-align: center;
}
#page-masthead .row {
  align-items: center;
}
#page-masthead .entry-title {
  margin: 0 0 10px 0;
}
#page-masthead .entry-title:last-child {
  margin: 0;
}
#page-masthead .entry-content {
  max-width: 660px;
}
#page-masthead .entry-content.entry-content-service {
  max-width: 100%;
  text-align: justify;
}
#page-masthead .masthead-account {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#page-masthead .masthead-account .identifier {
  font-size: 1rem;
  margin: 0 0 12px 0;
}
#page-masthead .breadcrumb:first-child {
  margin-top: 0;
}

#page-content {
  margin: 0 0 80px 0;
}
#page-content .wrapper-content {
  background-color: #fff;
}
#page-content .wrapper-content.is-boxed {
  padding: 30px;
  box-shadow: var(--block-shadow);
}
#page-content .ctn-sq span:nth-child(1) {
  top: 80px;
  right: 0;
}
#page-content .ctn-sq span:nth-child(2) {
  top: 120px;
  right: 150px;
}
#page-content .ctn-sq span:nth-child(3) {
  top: 160px;
  right: 80px;
}
#page-content .ctn-sq span:nth-child(4) {
  top: 270px;
  right: 0;
}

body .swal2-container.swal2-backdrop-show {
  padding: 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
}
body .swal2-container.swal2-backdrop-show .swal2-popup {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.075);
}
body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 1;
  box-shadow: none;
}
body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:before, body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:after {
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 20px;
  content: "";
  transition: background-color 0.3s ease;
  background-color: #2f3034;
}
body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:before {
  transform: rotate(45deg);
}
body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:after {
  transform: rotate(-45deg);
}
body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-html-container {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin: 0;
  text-align: left;
  color: #000;
}

.product-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  color: #000;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.product-card .thumbnail {
  position: relative;
  width: 100%;
}
.product-card .thumbnail:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.product-card .thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-card .thumbnail span img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
}
.product-card .content {
  flex: 1;
}
.product-card .content .name {
  font-size: 1rem;
  line-height: 1.4;
  margin: 30px 0 0 0;
  color: #000;
}
.product-card .content .price {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
.product-card .btn-helper {
  margin: 20px 0 0 0;
}
.product-card .btn-version {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  margin: 10px 0 0 0;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 50px;
  background-color: whitesmoke;
}
.product-card .btn-version.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
.product-card .btn-version.is-selected {
  color: #fff;
  background-color: #cb0458;
}
.product-card .btn-version.is-selected .round {
  border: 3px solid #fff;
  background-color: transparent;
}
.product-card .btn-version .round {
  width: 20px;
  height: 20px;
  border: 1px solid #c0bcb9;
  border-radius: 100%;
  background-color: #fff;
}
.product-card .btn-version .type {
  flex: 1;
  text-align: left;
  margin: 0 0 0 10px;
}
.product-card .btn-version .price {
  font-size: 1rem;
}
.product-offer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  padding: 30px;
  color: #000;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.product-offer-card .content .name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.product-offer-card .content .description {
  margin: 20px 0 0 0;
}
.product-offer-card .content .description li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
.product-offer-card .content .description li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #cb0458;
}
.product-offer-card .pricing {
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
  color: #2f3034;
}
.product-offer-card .pricing .price {
  color: #000;
}
.product-offer-card .pricing .price span {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}
.product-offer-card .pricing .old-price {
  margin: 5px 0 0 0;
}
.product-offer-card .pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
.product-offer-card .pricing .saving {
  font-size: 0.8125rem;
}
.product-offer-card .pricing .saving span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.product-offer-card .actions {
  text-align: center;
}

.warning-popup {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 992px;
  max-width: 100%;
  padding: 64px 96px;
  text-align: center;
  color: #000;
}
.warning-popup > svg {
  width: 48px;
  height: 48px;
  fill: #cb0458;
}
.warning-popup > svg:not(:last-child) {
  margin: 0 0 16px 0;
}
.warning-popup .content {
  font-size: 1.25rem;
  line-height: 1.5;
}
.warning-popup .btn-helper {
  min-width: 225px;
}
.warning-popup .btn-helper:not(:first-child) {
  margin: 40px 0 0 0;
}

.gift-popup {
  display: flex;
  width: 1000px;
  max-width: 100%;
}
.gift-popup__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  padding: 40px 60px 60px 60px;
  background-color: #fff;
}
.gift-popup__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gift-popup__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 48px 30px;
  background-color: #f5f5f5;
}
.gift-popup__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}
.gift-popup__label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #2f3034;
}
.gift-popup__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.gift-popup__value {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.gift-popup__value-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.gift-popup__value-icon svg {
  width: 100%;
  height: 100%;
}
.gift-popup__value-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gift-popup__value-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #2f3034;
}
.gift-popup__value-price {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #2f3034;
}
.gift-popup__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 24px 0 32px 0;
  border-top: 1px solid #daecf6;
}
.gift-popup__features li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gift-popup__features .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.gift-popup__features .icon svg {
  width: 13px;
  height: 12px;
  fill: #2f3034;
}
.gift-popup__features .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}
.gift-popup form .btn-helper {
  align-self: flex-start;
}
.gift-popup form .form-errors .msg-error {
  text-align: left;
}

.webtv-popup {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 992px;
  max-width: 100%;
  padding: 64px 96px;
  text-align: center;
  color: #000;
}
.webtv-popup h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.webtv-popup .content {
  font-size: 1.25rem;
  line-height: 1.5;
}
.webtv-popup .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}
.webtv-popup .actions .btn-helper {
  min-width: 300px;
  max-width: 100%;
}

.webtv-special-popup {
  width: 800px;
  max-width: 100%;
  padding: 64px;
  text-align: center;
}
.webtv-special-popup h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.webtv-special-popup .subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 40px 0 0 0;
}
.webtv-special-popup .offer-pricing {
  margin: 30px 0 0 0;
}
.webtv-special-popup .offer-2x {
  height: 41px;
  max-width: calc(100% - 60px);
  margin: 20px auto 0 auto;
}
.webtv-special-popup .offer-2x .text {
  width: 100%;
}
.webtv-special-popup .offer-supports {
  width: calc(100% + 128px);
  margin: 40px 0 40px -64px;
}
.webtv-special-popup .btn-helper {
  min-width: 300px;
  max-width: 100%;
}

.account-blocks.rows {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.account-blocks.rows .block {
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50% - 40px);
  margin: 20px;
}
.account-blocks.rows .block:first-child {
  margin: 20px;
}
.account-blocks.rows .block .btn-helper {
  margin: 40px 0 0 0;
}
.account-blocks .block {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 30px 70px;
  color: #000;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.account-blocks .block:first-child {
  margin: 0;
}
.account-blocks .block .block-title {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.account-blocks .block .block-content {
  flex: 1;
  padding: 0 200px 0 0;
}
.account-blocks .block address {
  font-style: normal;
}
.account-blocks .block ul li {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
}
.account-blocks .block ul li:first-child {
  margin: 0;
}
.account-blocks .block ul li > span:first-child {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  color: #8896b7;
}
.account-blocks .block .btn-helper {
  justify-content: center;
  min-width: 150px;
}

.account-login {
  text-align: center;
}
.account-login .form-switch {
  max-width: 400px;
  margin: 0 0 50px 0;
}
.account-login .container-forms {
  max-width: 700px;
  margin: auto;
}
.account-login .container-forms form:nth-child(2) {
  display: none;
}
.account-login .container-forms form .entry-subtitle {
  margin: 0 0 50px 0;
  text-align: center;
}
.account-login .container-forms form .form-notice {
  margin: 0 0 24px 0;
}
.account-login .container-forms form .client-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.account-login .container-forms form .client-legend p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  flex: 1;
  max-width: 350px;
}
.account-login .container-forms form .client-legend .btn-helper {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 8px 20px;
}
.account-login .container-forms form .actions {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}
.account-login .container-forms form .actions .btn-helper {
  justify-content: center;
  margin: 0 0 20px 0;
}
.account-login .container-forms form .actions.with-social .btn-helper:first-child {
  margin: 0 0 40px 0;
}
.account-login .container-forms form .actions .btn-helper:last-child {
  margin: 0;
}
.account-login .container-forms form .actions.with-social .btn-social {
  color: #2f3034;
  border-color: #8896b7;
}
.account-login .container-forms form .actions.with-social .btn-social svg {
  margin: 0 8px 0 0;
}
.account-login .container-forms form .actions .separator {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.account-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 30px 0;
}
.account-menu li {
  margin: 0 0 0 50px;
}
.account-menu li:first-child {
  margin: 0;
  border: none;
}
.account-menu li.is-current a {
  color: #cb0458;
}
.account-menu li.is-current a:before {
  display: none;
}
.account-menu li a {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease;
  color: #000;
}
.account-menu li a:before {
  position: absolute;
  top: calc(50% - 14px);
  left: -10px;
  width: calc(100% + 20px);
  height: 28px;
  content: "";
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  background: #cb0458;
}
.account-menu li a > span {
  position: relative;
  z-index: 2;
}
.account-menu li a .tooltip {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
}
.account-menu li a .tooltip svg {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  fill: #cb0458;
}
.account-menu li a .tooltip .tooltip-text {
  visibility: hidden;
  font-size: 0.875rem;
  position: absolute;
  z-index: 3;
  bottom: 165%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 5px 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #8896b7;
}
.account-menu li a .tooltip .tooltip-text:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: #8896b7 transparent transparent transparent;
}

.account-subscriptions .account-subscription {
  margin: 30px 0 0 0;
}
.account-subscriptions .account-subscription:first-child {
  margin: 0;
}
.account-subscriptions .account-subscription .reminder {
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px 70px;
  color: #000;
  background-color: whitesmoke;
}
.account-subscriptions .account-subscription .reminder .item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.account-subscriptions .account-subscription .reminder .item:first-child {
  margin: 0;
}
.account-subscriptions .account-subscription .reminder .item p {
  display: flex;
  align-items: center;
}
.account-subscriptions .account-subscription .reminder .item p svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  fill: #cb0458;
}
.account-subscriptions .account-subscription .reminder .item p span {
  max-width: calc(100% - 26px);
}
.account-subscriptions .account-subscription .reminder .item a {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #cb0458;
}
.account-subscriptions .account-subscription .reminder .item a svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  transition: transform 0.3s ease;
}
.account-subscriptions .account-subscription .reminder .item a span {
  max-width: calc(100% - 30px);
}
.account-subscriptions .account-subscription .magazine-detail {
  padding: 30px 70px;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}

.account-orders .account-order {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #dde3f2;
}
.account-orders .account-order:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.account-orders .account-order .order-head {
  cursor: pointer;
}
.account-orders .account-order .order-head .date {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0 0 5px 34px;
  color: #8896b7;
}
.account-orders .account-order .order-head .order-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-orders .account-order .order-head .order-detail .number {
  display: flex;
  align-items: center;
  color: #000;
}
.account-orders .account-order .order-head .order-detail .number svg {
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
  fill: currentColor;
}
.account-orders .account-order.is-open .order-head .order-detail .number svg {
  transform: rotate(180deg);
}
.account-orders .account-order .order-head .order-detail .number span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  flex: 1;
  padding: 0 0 0 20px;
}
.account-orders .account-order .order-head .order-detail .status {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
}
.account-orders .account-order .order-head .order-detail .status.ok {
  color: #76b327;
}
.account-orders .account-order .order-head .order-detail .status.nok {
  color: #eb212e;
}
.account-orders .account-order .order-head .order-detail .amount {
  font-size: 1.5625rem;
  font-weight: 500;
}
.account-orders .account-order .order-head .order-detail .amount.size-small {
  font-size: 1rem;
}
.account-orders .account-order .order-content {
  display: none;
  margin: 15px 0 0 0;
  padding: 0 0 0 34px;
}
.account-orders .account-order.is-open .order-content {
  display: block;
}
.account-orders .account-order .order-content .head {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: whitesmoke;
}
.account-orders .account-order .order-content .head p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  flex: 1;
  text-align: center;
}
.account-orders .account-order .order-content .head p:first-child {
  flex: 3;
  text-align: left;
}
.account-orders .account-order .order-content .content .order-item {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #dde3f2;
}
.account-orders .account-order .order-content .content .order-item .column {
  flex: 1;
  text-align: center;
}
.account-orders .account-order .order-content .content .order-item .column:first-child {
  flex: 3;
  text-align: left;
}
.account-orders .account-order .order-content .content .order-item .column p span.gift {
  text-decoration: underline;
}
.account-orders .account-order .order-content .content .order-item .column p strong {
  font-weight: 500;
}
.account-orders .account-order .actions a {
  margin: 20px 0 0 34px;
}

.renewoffer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
  padding: 30px;
  text-align: left;
  color: #000;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.renewoffer-card .content .name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.renewoffer-card .content .description {
  margin: 20px 0 0 0;
}
.renewoffer-card .content .description li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
.renewoffer-card .content .description li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #cb0458;
}
.renewoffer-card .content .description li .icon-2x {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
.renewoffer-card .content .description li .icon-2x svg {
  width: 44px;
  height: 22px;
}
.renewoffer-card .pricing {
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
  color: #2f3034;
}
.renewoffer-card .pricing .price {
  color: #000;
}
.renewoffer-card .pricing .price span {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}
.renewoffer-card .pricing .old-price {
  margin: 5px 0 0 0;
}
.renewoffer-card .pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
.renewoffer-card .pricing .saving {
  font-size: 0.8125rem;
}
.renewoffer-card .pricing .saving span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.renewoffer-card .actions {
  text-align: center;
}

.account-termination {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.account-termination .entry-subtitle {
  display: inline-block;
  margin: 0 0 15px 0;
}
.account-termination .entry-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.account-termination .row-radios {
  display: inline-flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}
.account-termination .row-radios .field-radio {
  margin: 15px 0 0 0;
}
.account-termination .row-radios .field-radio:first-child {
  margin: 0;
}
.account-termination .btn-helper {
  margin: 40px 0 0 0;
}
.account-termination .termination-reminder {
  margin: 64px 0 0 0;
}
.account-termination .termination-reminder .offer-card {
  margin: 40px 0 0 0;
}
.account-termination .termination-reminder .offer-card-new {
  margin: 40px 0 0 0;
}
.account-termination .termination-reminder .offer-card-new .actions .btn-helper {
  margin: 0;
}
.account-termination .termination-reminder > .btn-helper {
  margin: 5px 0 0 0;
}

.error-termination {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.error-termination .entry-subtitle {
  display: inline-block;
  margin: 0 0 15px 0;
}
.error-termination .entry-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.error-termination .btn-helper {
  margin: 40px 0 0 0;
}

.checkout-cart .entry-subtitle {
  margin: 0 0 25px 0;
}
.checkout-cart .cart-item {
  display: flex;
  margin: 0 0 20px 0;
  padding: 40px 70px;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.checkout-cart .cart-item:last-child {
  margin: 0;
}
.checkout-cart .cart-item .thumbnail {
  display: block;
  width: 110px;
}
.checkout-cart .cart-item .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
}
.checkout-cart .cart-item .item-inner {
  flex: 1;
  padding: 0 0 0 40px;
}
.checkout-cart .cart-item .item-inner .item-content {
  display: flex;
}
.checkout-cart .cart-item .item-inner .item-content .content {
  flex: 1;
  padding: 0 40px 0 0;
}
.checkout-cart .cart-item .item-inner .item-content .content .name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.checkout-cart .cart-item .item-inner .item-content .content .name.color-rose {
  color: #cb0458;
}
.checkout-cart .cart-item .item-inner .item-content .content .subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  margin: 5px 0 0 0;
}
.checkout-cart .cart-item .item-inner .item-content .content .description {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 15px 0 0 0;
  text-align: left;
}
.checkout-cart .cart-item .item-inner .item-content .content .description p {
  display: flex;
  margin: 5px 0 0 0;
}
.checkout-cart .cart-item .item-inner .item-content .content .description p:first-child {
  margin: 0;
}
.checkout-cart .cart-item .item-inner .item-content .content .description p .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 0 5px 0 0;
}
.checkout-cart .cart-item .item-inner .item-content .pricing {
  line-height: 1.4;
  text-align: right;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .price {
  font-size: 1.5625rem;
  font-weight: 500;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .price.color-rose {
  color: #cb0458;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .price span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .old-price {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .discount {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
}
.checkout-cart .cart-item .item-inner .item-content .pricing .discount span.color-rose {
  color: #cb0458;
}
.checkout-cart .cart-item .item-inner .item-content .update {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.checkout-cart .cart-item .item-inner .item-content .update .quantity {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
.checkout-cart .cart-item .item-inner .item-content .update .quantity .form-row {
  margin: 0 0 0 10px;
}
.checkout-cart .cart-item .item-inner .item-content .update .btn-delete {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 30px;
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #000;
}
.checkout-cart .cart-item .item-inner .item-content .update .btn-delete svg {
  width: 15px;
  height: 15px;
  margin: 0 6px 0 0;
  fill: currentColor;
}
.checkout-cart .cart-item .item-inner .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 0 0;
  padding: 10px;
  background-color: whitesmoke;
}
.checkout-cart .cart-item .item-inner .actions .start {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
.checkout-cart .cart-item .item-inner .actions .start .form-row {
  margin: 0 0 0 10px;
}
.checkout-cart .cart-item .item-inner .actions .field-checkbox label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  padding: 0 0 0 28px;
}
.checkout-payment > .entry-content {
  font-family: "Poppins", sans-serif;
  margin: 15px 0 0 0;
}
.checkout-payment > .entry-content p {
  margin: 0 0 5px 0;
}
.checkout-payment > .entry-content p:last-child {
  margin: 0;
}
.checkout-payment > .entry-content svg {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 13px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  fill: #cb0458;
}
.checkout-payment > .entry-content strong {
  font-weight: 600;
  color: #cb0458;
}
.checkout-payment .account-login {
  padding: 50px 0 0 0;
}
.checkout-payment .addresses-listing {
  margin: 30px 0 0 0;
  text-align: left;
}
.checkout-payment .addresses-listing .item {
  padding: 20px;
  border-top: 1px solid #dde3f2;
}
.checkout-payment .addresses-listing .item:first-child {
  border-top: none;
}
.checkout-payment .addresses-listing .item.is-disabled .row {
  pointer-events: none;
  opacity: 0.3;
}
.checkout-payment .addresses-listing .item .button-address {
  margin: 30px 0 0 0;
}
.checkout-payment .addresses-listing .item .account-login {
  padding: 0;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing {
  margin: 30px 0 0 0;
  padding: 15px 20px;
  text-align: left;
  background-color: whitesmoke;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing .content {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 0 0;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing .content .field-checkbox {
  margin: 0 0 0 20px;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing .content .field-checkbox:first-child {
  margin: 0;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing .content .field-checkbox .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
.checkout-payment .addresses-listing .item .account-login .cart-listing .content .field-checkbox .name.color-rose {
  color: #cb0458;
}
.checkout-payment .addresses-listing .item .head p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.checkout-payment .addresses-listing .item .details {
  margin: 30px 0 0 0;
}
.checkout-payment .addresses-listing .item .details:first-child {
  margin: 0;
}
.checkout-payment .addresses-listing .item .details .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 5px 0;
}
.checkout-payment .addresses-listing .item .details .name.color-rose, .checkout-payment .addresses-listing .item .details .name span.color-rose {
  color: #cb0458;
}
.checkout-payment .addresses-listing .item .details .address-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 0 0;
}
.checkout-payment .addresses-listing .item .details .address-actions a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin: 0 0 0 50px;
  transition: color 0.3s ease;
  color: #cb0458;
}
.checkout-payment .addresses-listing .item .details .address-actions a:first-child {
  margin: 0;
}
.checkout-payment .addresses-listing .item .details .address-actions a svg {
  width: 15px;
  height: 15px;
  margin: 0 0 0 6px;
}
.checkout-payment .addresses-listing .item .details .address-actions a.btn-delete {
  display: inline-flex;
  text-decoration: underline;
}
.checkout-payment .addresses-listing .item .details .address-actions a.btn-delete svg {
  margin: 0 6px 0 0;
}
.checkout-payment .addresses-listing .item.actions {
  padding: 0;
  text-align: center;
}
.checkout-payment .addresses-listing .item.actions .row {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}
.checkout-payment .payment-methods {
  margin: 30px 0 0 0;
  text-align: left;
}
.checkout-payment .payment-methods .item {
  padding: 40px 40px 40px 84px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-top: 1px solid #dde3f2;
  background-color: #fff;
}
.checkout-payment .payment-methods .item:first-child {
  border-top: none;
}
.checkout-payment .payment-methods .item.is-selected {
  cursor: auto;
  background-color: whitesmoke;
}
.checkout-payment .payment-methods .item.is-selected .head .check:before {
  opacity: 1;
}
.checkout-payment .payment-methods .item.is-selected .details {
  display: block;
}
.checkout-payment .payment-methods .item .head {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.checkout-payment .payment-methods .item .head .check {
  position: absolute;
  top: 0;
  left: -44px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border: 1px solid #8896b7;
  border-radius: 50%;
}
.checkout-payment .payment-methods .item .head .check:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: "";
  transition: opacity 0.3s ease;
  opacity: 0;
  border-radius: 50%;
  background-color: #cb0458;
}
.checkout-payment .payment-methods .item .head .label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
}
.checkout-payment .payment-methods .item .head .label:not(:last-child) {
  padding: 0 20px 0 0;
}
.checkout-payment .payment-methods .item .head .logos {
  display: flex;
  align-items: center;
}
.checkout-payment .payment-methods .item .head .logos > * {
  margin: 0 0 0 10px;
}
.checkout-payment .payment-methods .item .head .logos > *:first-child {
  margin: 0;
}
.checkout-payment .payment-methods .item .head .logos img {
  height: 20px;
}
.checkout-payment .payment-methods .item .head .logos svg {
  width: 28px;
  height: 20px;
}
.checkout-payment .payment-methods .item .head .logos .icon-2x {
  display: flex;
  align-items: center;
  height: 40px;
  margin: -10px 0;
  padding: 0 8px;
  border: 1px solid rgba(136, 150, 183, 0.56);
  border-radius: 4px;
  background: #f5f5f5;
}
.checkout-payment .payment-methods .item .head .logos .icon-2x svg {
  width: 48px;
  height: 24px;
  fill: #8896b7;
}
.checkout-payment .payment-methods .item .entry-content {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #000;
}
.checkout-payment .payment-methods .item .entry-content > * {
  margin: 15px 0 0 0;
}
.checkout-payment .payment-methods .item .entry-content > *:first-child {
  margin: 0;
}
.checkout-payment .payment-methods .item .details {
  display: none;
  margin: 15px 0 0 0;
}
.checkout-payment .payment-methods .item .details .form-row {
  margin: 20px 0 0 0;
}
.checkout-payment .payment-methods .item .details .form-row:first-child {
  margin: 0;
}
.checkout-payment .payment-methods .item .details .checkboxes {
  margin: 30px 0 0 0;
}
.checkout-payment .payment-methods .item .details .checkboxes .field-checkbox {
  margin: 20px 0 0 0;
}
.checkout-payment .payment-methods .item .details .checkboxes .field-checkbox:first-child {
  margin: 0;
}
.checkout-payment .payment-methods .item .details .btn-helper {
  margin: 30px 0 0 0;
}
.checkout-payment .payment-methods .item .details .gtc-required-mention {
  font-style: italic;
  margin: 15px 0 0 0;
  text-align: right;
}
.checkout-payment .payment-methods .item .container-iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #dde3f2;
}
.checkout-payment .termination-reminder {
  margin: 40px 0;
  padding: 15px 30px;
  text-align: left;
  background-color: whitesmoke;
}
.checkout-payment .termination-reminder p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.checkout-payment .termination-reminder p strong {
  font-weight: 600;
}
.checkout-payment .termination-summary {
  margin: 20px 0 0 0;
  text-align: left;
}
.checkout-payment .termination-summary .item {
  display: flex;
  margin: 10px 0 0 0;
}
.checkout-payment .termination-summary .item:first-child {
  margin: 0;
}
.checkout-payment .termination-summary .item .number {
  min-width: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #cb0458;
}
.checkout-payment .termination-summary .item .entry-content {
  width: 100%;
  margin: 10px 0 0 10px;
}
.checkout-payment .termination-summary .item .entry-content a {
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #cb0458;
}
.checkout-payment .termination-summary .account-login {
  padding: 0;
}
.checkout-payment .termination-summary .account-login .form-row {
  margin: 15px 0 0 0;
}
.checkout-payment .termination-summary .account-login .form-legend {
  line-height: 1;
}
.checkout-payment .termination-summary .account-login .password-verification li {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
  margin: 5px 10px;
  padding: 0;
}
.checkout-payment .termination-summary .account-login .password-verification li:before {
  display: none;
}
.checkout-payment .termination-summary .account-login .container-forms form .actions {
  margin: 20px 0 0 0;
}
.checkout-payment .termination-actions {
  margin: 40px 0 0 0;
}
.checkout-payment-new .entry-content {
  margin-top: 16px;
}
.checkout-payment-new .entry-content p:not(:first-child) {
  margin-top: 16px;
}
.checkout-payment-new .payment-secure {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #006b41;
}
.checkout-payment-new .payment-secure svg {
  width: 16px;
  height: 14px;
}
.checkout-payment-new .payment-secure strong {
  font-weight: 600;
}
.checkout-payment-new form {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 24px;
  padding: 24px 20px 40px 20px;
  text-align: left;
}
.checkout-payment-new .container-cgv {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 12px 16px;
}
.checkout-payment-new .container-cgv.has-error .field-error {
  display: block;
}
.checkout-payment-new .container-cgv.has-error .field-checkbox:not(:has(input[type=checkbox]:checked)) span {
  border-color: #eb212e;
}
.checkout-payment-new .container-cgv.has-error .field-checkbox:not(:has(input[type=checkbox]:checked)) label {
  color: #eb212e;
}
.checkout-payment-new .container-cgv .field-error {
  font-size: 1rem;
  line-height: 1.4;
  display: none;
  padding: 16px;
  color: #eb212e;
  background: rgba(255, 0, 0, 0.1);
}
.checkout-payment-new .container-cgv.is-disabled .field-checkbox span {
  opacity: 0.3;
}
.checkout-payment-new .container-cgv.is-disabled .field-checkbox label {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.checkout-payment-new .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.checkout-payment-new .payment-methods .item {
  width: 100%;
  transition: border-color 0.3s ease;
  border: 1px solid #dde3f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 40, 135, 0.1), 0 2px 3px 0 rgba(0, 40, 135, 0.1);
  outline: 2px solid transparent;
}
.checkout-payment-new .payment-methods .item.is-selected {
  border: 2px solid #cb0458;
}
.checkout-payment-new .payment-methods .item.is-selected .head .check:before {
  transform: scale(1);
}
.checkout-payment-new .payment-methods .item.is-selected .head .label {
  color: #cb0458;
}
.checkout-payment-new .payment-methods .item.is-selected .content {
  display: flex;
}
.checkout-payment-new .payment-methods .item .head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
}
.checkout-payment-new .payment-methods .item .head .check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #8896b7;
  border-radius: 50%;
}
.checkout-payment-new .payment-methods .item .head .check:before {
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.3s ease;
  transform: scale(0);
  border-radius: 50%;
  background-color: #cb0458;
}
.checkout-payment-new .payment-methods .item .head .label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
  transition: color 0.3s ease;
  color: #000;
}
.checkout-payment-new .payment-methods .item .head .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.checkout-payment-new .payment-methods .item .head .logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 24px;
  border: 1px solid #dde3f2;
  border-radius: 4px;
}
.checkout-payment-new .payment-methods .item .head .logos li img, .checkout-payment-new .payment-methods .item .head .logos li svg {
  width: 24px;
  height: 24px;
}
.checkout-payment-new .payment-methods .item .head .logos li span {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.checkout-payment-new .payment-methods .item .content {
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 0 16px 16px 16px;
  color: #084966;
}
.checkout-payment-new .payment-methods .item .content > p img {
  margin-left: 2px;
  vertical-align: middle;
}
.checkout-payment-new .payment-methods .item .content .form-row {
  width: 100%;
  margin: 0;
}
.checkout-payment-new .payment-methods .item .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 16px 12px;
  color: #2f3034;
  border-radius: 10px;
  background: #e9efff;
}
.checkout-payment-new .payment-methods .item .content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkout-payment-new .payment-methods .item .content ul li svg {
  width: 20px;
  height: 20px;
  fill: #00804e;
}
.checkout-payment-new .payment-methods .item .content .infobox {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  color: #000;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.checkout-payment-new .payment-methods .item .content .infobox svg {
  fill: #8896b7;
}
.checkout-payment-new .payment-methods .item .content .infobox svg:nth-child(1) {
  width: 32px;
  height: 38px;
}
.checkout-payment-new .payment-methods .item .content .infobox svg:nth-child(2) {
  width: 78px;
  height: 40px;
}
.checkout-payment-new .payment-methods .item .content .infobox p {
  flex: 1;
}
.checkout-payment-new .payment-methods .item .content .container-iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.checkout-steps {
  display: flex;
  align-items: center;
  align-self: flex-end;
  flex: 1;
  padding: 0 0 0 100px;
}
.checkout-steps li {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #8896b7;
}
.checkout-steps li:after {
  width: 90px;
  height: 1px;
  margin: 0 15px;
  content: "";
  background-color: #8896b7;
}
.checkout-steps li:last-child:after {
  display: none;
}
.checkout-steps li.is-current {
  color: #cb0458;
}
.checkout-steps li.is-current span {
  display: block;
}
.checkout-steps li.is-done {
  color: #000;
}
.checkout-steps li.is-done:after {
  background-color: #000;
}
.checkout-steps li svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.checkout-summary .entry-subtitle {
  margin: 0 0 25px 0;
}
.checkout-summary .entry-subtitle:not(:first-child) {
  margin-top: 50px;
}
.checkout-summary .addresses {
  padding: 0 20px;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.checkout-summary .addresses .item {
  border-top: 1px solid #dde3f2;
}
.checkout-summary .addresses .item:first-child {
  border: none;
}
.checkout-summary .addresses .item .head {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #000;
}
.checkout-summary .addresses .item .head span {
  flex: 1;
  padding: 0 15px 0 0;
}
.checkout-summary .addresses .item .head svg {
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
  fill: currentColor;
}
.checkout-summary .addresses .item.is-open .head svg {
  transform: rotate(180deg);
}
.checkout-summary .addresses .item .body {
  display: none;
}
.checkout-summary .addresses .item.is-open .body {
  display: block;
}
.checkout-summary .addresses .item .body .details {
  padding: 0 0 20px 0;
}
.checkout-summary .addresses .item .body .details .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 5px 0;
}
.checkout-summary .addresses .item .body .details .name.color-rose {
  color: #cb0458;
}
.checkout-summary .addresses .item .body .details .address-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0 0 0;
}
.checkout-summary .addresses .item .body .details .address-actions a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  color: #cb0458;
}
.checkout-summary .addresses .item .body .details .address-actions a svg {
  width: 15px;
  height: 15px;
  margin: 0 0 0 6px;
}
.checkout-summary .promotion-code {
  margin: 0 0 10px 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.checkout-summary .promotion-code .title {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #2f3034;
}
.checkout-summary .promotion-code .field {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
.checkout-summary .promotion-code .field .form-input {
  font-size: 0.9375rem;
  line-height: 2.375rem;
  flex: 1;
  height: 40px;
  padding: 0 10px;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.checkout-summary .promotion-code .field button {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
  border-radius: 0 10px 10px 0;
  background-color: #cb0458;
}
.checkout-summary .promotion-code .delete {
  margin: 10px 0 0 0;
}
.checkout-summary .promotion-code .delete .btn-delete {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #000;
}
.checkout-summary .promotion-code .delete .btn-delete svg {
  width: 15px;
  height: 15px;
  margin: 0 6px 0 0;
  fill: currentColor;
}
.checkout-summary .summary {
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.checkout-summary .summary ul {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #000;
}
.checkout-summary .summary ul:not(.payment-details) li {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #dde3f2;
}
.checkout-summary .summary ul:not(.payment-details) li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.checkout-summary .summary ul:not(.payment-details) li:last-child {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.checkout-summary .summary ul:not(.payment-details) li .summary-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}
.checkout-summary .summary ul:not(.payment-details) li .summary-content .summary-magazine:not(:last-child) {
  margin: 0 0 20px 0;
}
.checkout-summary .summary ul:not(.payment-details) li .summary-content .summary-magazine img {
  max-height: 200px;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 40, 135, 0.15);
}
.checkout-summary .summary ul:not(.payment-details) li .label {
  flex: 1;
  padding: 0 15px 0 0;
}
.checkout-summary .summary ul:not(.payment-details) li .label em {
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 4px 0 0 0;
  color: #8896b7;
}
.checkout-summary .summary ul:not(.payment-details) li .label em strong {
  font-weight: 500;
  color: #000;
}
.checkout-summary .payment-details {
  margin: 16px 0 0 0;
  padding: 0 16px;
  border: 1px solid #dde3f2;
  border-radius: 10px;
}
.checkout-summary .payment-details li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.checkout-summary .payment-details li:not(:first-child) {
  border-top: 1px solid #dde3f2;
}
.checkout-summary .payment-details li .label {
  flex: 1;
  padding: 0 15px 0 0;
}
.checkout-summary .summary .btn-helper {
  justify-content: center;
  width: 100%;
  margin: 20px 0 0 0;
}

.checkout-cart-validate {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: var(--fixed-bottom-shadow);
}
.checkout-cart-validate .btn-helper {
  width: 100%;
}

.checkout-related {
  overflow: hidden;
  width: 100%;
  margin: 60px 0 0 0;
}
.checkout-related .entry-subtitle {
  margin: 0 0 25px 0;
}
.checkout-related .items .slick-list {
  margin: 0 -20px;
}
.checkout-related .items .slick-list .slick-track {
  display: flex;
}
.checkout-related .items .magazine-card {
  height: auto;
  margin: 0 20px;
  padding: 20px 40px;
  box-shadow: none;
}
.checkout-related .items .magazine-card img {
  max-width: 140px;
}
.checkout-related .items .magazine-card .name {
  font-size: 1.25rem;
  margin: 20px 0 0 0;
}
.checkout-related .items .magazine-card .description {
  font-size: 0.9375rem;
}
.checkout-related .items .magazine-card .btn-helper {
  margin: 20px 0 0 0;
}

#eservice-content {
  overflow: hidden;
  margin: 50px 0 -20px 0;
  padding: 0 0 20px 0;
}
#eservice-content .items .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
#eservice-content .items .slick-list .slick-track {
  display: flex;
}
#eservice-content .items .magazine-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.3333333333% - 40px);
  height: auto;
  margin: 0 20px;
  padding-top: 0;
}
#eservice-content .items .magazine-card .thumbnail {
  height: auto;
  padding: 0;
  background-position: center center;
  background-size: auto;
}
#eservice-content .items .magazine-card .thumbnail:after {
  display: block;
  width: 100%;
  padding-bottom: 94.25%;
  content: "";
}

#eservice-digital {
  overflow: hidden;
  margin-bottom: -20px;
  padding: 0 0 20px 0;
}
#eservice-digital .digital-block {
  margin: 80px 0 0 0;
}
#eservice-digital .digital-block .block-head {
  position: relative;
  display: flex;
  margin: 0 0 80px 0;
  padding: 20px 290px 20px 70px;
}
#eservice-digital .digital-block .block-head .content .entry-content {
  font-size: 1rem;
}
#eservice-digital .digital-block .container-offers .items .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
#eservice-digital .digital-block .container-offers .items .slick-list .slick-track {
  display: flex;
}
#eservice-digital .digital-block .container-offers .items .offer-card {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#eservice-digital .digital-block .container-offers .items .offer-card-new {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#eservice-digital .digital-block .container-offers .items .offer-card-new .offer-2x {
  min-height: 40px;
}

.offer-card {
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px 0;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  text-align: center;
  background-color: #fff;
  box-shadow: var(--block-shadow);
}
.offer-card .offer-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 20px 40px;
}
.offer-card .offer-head img {
  max-height: 200px;
  margin: 0 0 20px 0;
}
.offer-card .offer-head .name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  color: #000;
}
.offer-card .offer-pricing {
  min-height: 140px;
  padding: 20px;
}
.offer-card .cost {
  font-size: 0.9375rem;
  margin: 20px 0 0 0;
}
.offer-card .actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.offer-card .actions .btn-helper {
  min-width: 190px;
  margin: 20px 0 0 0;
}
.offer-card .actions .btn-details {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin: 20px 0 0 0;
  transition: color 0.3s ease;
  text-decoration: underline;
  color: #000;
}

.offer-card-new {
  font-family: "DM Sans", sans-serif;
  position: relative;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 40, 135, 0.1), 0 10px 15px 0 rgba(0, 40, 135, 0.1);
}
.offer-card-new:not(:has(.badge)) {
  border-color: #dde3f2 !important;
}
.offer-card-new:has(.badge) {
  border-width: 2px;
}
.offer-card-new .badge {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 40px;
  padding: 0 12px;
  color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.offer-card-new .offer-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 36px;
  border-radius: 12px 12px 0 0;
}
.offer-card-new .offer-head img {
  display: block;
  width: auto;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px 12px 0 0;
}
.offer-card-new .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
}
.offer-card-new .name {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  text-align: center;
  color: #2f3034;
}
.offer-card-new ul.offer-supports {
  margin: 0;
  padding: 0;
  background: transparent;
}
.offer-card-new ul.offer-supports li {
  padding: 0 15px;
  border: none;
}
.offer-card-new ul.offer-supports li:before {
  font-weight: 400;
  line-height: 0.625rem;
  top: calc(50% - 5px);
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.offer-card-new .offer-pricing {
  align-items: center;
  min-height: 130px;
  margin: 0;
}
.offer-card-new .offer-pricing .price span {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
.offer-card-new .offer-pricing .old-price {
  margin: 8px 0 0 0;
}
.offer-card-new .offer-pricing .saving {
  margin: 10px 0 0 0;
  padding: 4px 8px;
  border-radius: 4px;
}
.offer-card-new .offer-pricing .saving span {
  font-family: "Poppins", sans-serif;
}
.offer-card-new .offer-2x {
  max-width: 100%;
  margin: 0 auto;
}
.offer-card-new .actions {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.offer-card-new .actions .btn-details {
  color: #2f3034;
  text-decoration: underline;
}
.offer-card-new .offer-arguments {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px;
  border-radius: 0 0 12px 12px;
  background-color: #f5f5f5;
}
.offer-card-new .offer-arguments li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer-card-new .offer-arguments li.btn-gift {
  cursor: pointer;
  text-decoration: underline;
}
.offer-card-new .offer-arguments li .icon {
  width: 16px;
  height: 16px;
}
.offer-card-new .offer-arguments li .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  text-align: left;
}
.offer-card-new .offer-arguments li .text svg {
  width: 16px;
  height: 16px;
  color: #8896b7;
}

.offer-popup {
  font-family: "DM Sans", sans-serif;
  display: flex;
  background-color: #fff;
}
.offer-popup .content {
  width: calc(100% - 290px);
  padding: 40px 60px;
}
.offer-popup .content .arguments {
  font-family: "Poppins", sans-serif;
}
.offer-popup .content .arguments li {
  display: flex;
  margin: 10px 0 0 0;
}
.offer-popup .content .arguments li:first-child {
  margin: 0;
}
.offer-popup .content .arguments li .icon {
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
}
.offer-popup .content .arguments li .text {
  font-size: 1rem;
  line-height: 1.5;
  width: calc(100% - 14px);
  padding: 0 0 0 10px;
  color: #000;
}
.offer-popup .content .offer-supports {
  margin: 40px 0 0 0;
}
.offer-popup .content .offer-supports li {
  padding: 0 30px;
}
.offer-popup .content .custplace-rating-block {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 500px;
  margin: 40px 0 0 0;
  padding: 20px 16px;
  border: 1px solid #daecf6;
  border-radius: 8px;
  background-color: #fff;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content {
  flex: 1;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2f3034;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars {
  line-height: 1;
  position: relative;
  top: -1px;
  display: inline-flex;
  gap: 2px;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars .star {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.25;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM4ODk2YjciIHZpZXdCb3g9IjAgMCAyMCAxOSI+PHBhdGggZD0ibTkuODM3OTMgMCAyLjc1MDk3IDYuNTQ1NzFMMTkuNjczIDcuMTRsLTUuMzgxNyA0LjYzNDMgMS42MjY1IDYuOTExNC02LjA3OTg3LTMuNjgtNi4wNzk4NiAzLjY4IDEuNjI1MTEtNi45MTE0TDAgNy4xNGw3LjA4NTU0LS41OTQyOXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars .star.filled {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM3M0IxNDMiIHZpZXdCb3g9IjAgMCAyMCAxOSI+PHBhdGggZD0ibTkuODM3OTMgMCAyLjc1MDk3IDYuNTQ1NzFMMTkuNjczIDcuMTRsLTUuMzgxNyA0LjYzNDMgMS42MjY1IDYuOTExNC02LjA3OTg3LTMuNjgtNi4wNzk4NiAzLjY4IDEuNjI1MTEtNi45MTE0TDAgNy4xNGw3LjA4NTU0LS41OTQyOXoiLz48L3N2Zz4=);
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars .star.half {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAxOSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjNzNiMTQzIiBkPSJtMTAuMTQ1OSAzLjY5MTcgMS40Mzc1IDMuNDE3MDguMzM2MS43OTgxMi44NjI1LjA3Mjk1IDMuNjg3NC4zMTAzOC0yLjgwMzQgMi40MTU4Ny0uNjU2Ni41NjY0LjE5ODkuODQzOS44NDY3IDMuNjA1OS0zLjE2ODItMS45MjEtLjc0MjMtLjQ0NzctLjc0MjM3LjQ0NzctMy4xNjI0NyAxLjkxOTUuODQ2NzYtMy42MDQ0LjE5ODgyLS44NDM5LS42NTY1My0uNTY2NC0yLjgwNDg5LTIuNDE1ODcgMy42ODg4NC0uMzEwMzguODYzOTItLjA3Mjk1LjMzNDctLjc5OTU2ek0xMC4xNDQ1IDAgNy4zOTI1MSA2LjU1MzhsLTcuMDgxNTk3LjU5NTAyTDUuNjk0NyAxMS43ODg4bC0xLjYyNjI5IDYuOTIgNi4wNzYwOS0zLjY4NDUgNi4wODE4IDMuNjg0NS0xLjYyNjMtNi45MiA1LjM4MDktNC42Mzk5OC03LjA3ODctLjU5NTAyeiIvPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZmlsbD0iIzczYjE0MyIgZD0ibTEwLjE0NiAwIDIuNzU1MiA2LjU0NTcxIDcuMDgyNy41OTQyOS01LjM4MzIgNC42MzQzIDEuNjI4IDYuOTExNC02LjA4MjctMy42OC02LjA3NzAyIDMuNjggMS42MjY1NC02LjkxMTRMLjMxMDkxMyA3LjE0bDcuMDgxMjQ3LS41OTQyOXoiLz48L2c+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxOS42N3YxOC43MDg4SDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0uMzEwOTEzIDBoMTB2MTloLTEweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars .star.empty {
  color: #c4c4c4;
}
.offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-description {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 6px 0 0 0;
  color: #8896b7;
}
.offer-popup .content .custplace-rating-block .custplace-rating-logo img {
  height: 71px;
}
.offer-popup .content .summary {
  margin: 40px 0 0 0;
}
.offer-popup .content .summary .entry-subtitle {
  margin: 0 0 30px 0;
}
.offer-popup .content .summary .item {
  margin: 0 0 20px 0;
}
.offer-popup .content .summary .item:last-child {
  margin: 0;
}
.offer-popup .content .summary .item .item-title {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.offer-popup .content .summary .item .item-title span {
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 4px;
  color: #8896b7;
}
.offer-popup .content .summary .item ul {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #8896b7;
  border: 1px solid #8896b7;
}
.offer-popup .content .summary .item ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px solid #8896b7;
}
.offer-popup .content .summary .item ul li:first-child {
  border-top: none;
}
.offer-popup .content .summary .item:not(:last-child) ul li:last-child {
  color: #000;
  background-color: whitesmoke;
}
.offer-popup .content .summary .item ul li:last-child span:last-child {
  font-weight: 600;
}
.offer-popup .content .summary .item ul li span:first-child {
  flex: 1;
  padding: 0 20px 0 0;
}
.offer-popup .content .summary .item ul li span.old-price {
  text-decoration: line-through;
}
.offer-popup .side {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 290px;
  padding: 60px 40px;
  text-align: center;
  background-color: whitesmoke;
}
.offer-popup .side form {
  width: 100%;
}
.offer-popup .side form .btn-helper {
  min-width: 190px;
  margin: 30px 0 0 0;
}

.offer-pricing {
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2f3034;
}
.offer-pricing .information {
  line-height: 1.3;
  display: block;
  max-width: 260px;
  margin: 0 auto 5px auto;
  color: #000;
}
.offer-pricing .price {
  color: #000;
}
.offer-pricing .price span {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}
.offer-pricing .old-price {
  margin: 10px 0 0 0;
}
.offer-pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
.offer-pricing .saving {
  font-size: 0.8125rem;
}
.offer-pricing .saving span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.offer-popup .offer-pricing .saving span {
  font-size: 1.75rem;
}

.offer-2x {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: calc(100% - 30px);
  margin: 0 auto 20px auto;
  border-radius: 8px;
}
.offer-2x .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.offer-2x .icon svg {
  width: 48px;
  height: 24px;
}
.offer-2x .text {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  position: relative;
  left: -1px;
  display: flex;
  align-items: center;
  height: calc(100% - 2px);
  padding: 0 12px;
  text-align: left;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}

.offer-supports {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  background-color: whitesmoke;
}
.offer-supports li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  color: #000;
}
.offer-supports li:not(:first-child) {
  border-left: 2px solid #dde3f2;
}
.offer-supports li:not(:first-child):before {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  top: calc(50% - 10px);
  left: -11px;
  width: 20px;
  height: 20px;
  content: "+";
  color: #8896b7;
  background-color: whitesmoke;
}
.offer-supports li .icon {
  width: 40px;
  height: 40px;
}
.offer-supports li .text {
  font-size: 0.8125rem;
  line-height: 1;
  margin: 10px 0 0 0;
  white-space: nowrap;
}

#offer-masthead {
  padding: 40px 0;
}
#offer-masthead .breadcrumb {
  margin: 0 0 16px 0;
}
#offer-masthead .entry-title {
  margin: 0 0 16px 0;
}
#offer-masthead .entry-subtitle {
  margin: 0 0 8px 0;
}
#offer-masthead .entry-content {
  font-size: 0.9375rem;
}
#offer-masthead .thumbnail:not(.thumbnail-tv) {
  max-width: 304px;
  aspect-ratio: 304/370;
  margin-left: auto;
  margin-bottom: -70px;
}
#offer-masthead .thumbnail:not(.thumbnail-tv).is-large {
  position: relative;
  top: 20px;
  max-width: 490px;
  aspect-ratio: 490/396;
}
#offer-masthead .thumbnail:not(.thumbnail-tv) img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#offer-masthead .thumbnail:not(.thumbnail-tv).is-large img {
  box-shadow: none;
}
#offer-masthead .thumbnail:not(.thumbnail-tv) img.no-shadow {
  box-shadow: none;
}
#offer-masthead .thumbnail.thumbnail-tv {
  position: relative;
  top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 475px;
  height: 100%;
  margin: 0 auto -130px auto;
}
#offer-masthead .thumbnail.thumbnail-tv img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
}

#offer-subscription {
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
}
#offer-subscription .offer-help {
  position: relative;
  margin: -40px 0 50px 0;
  padding: 0 0 0 24px;
  text-align: left;
}
#offer-subscription .offer-help svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
#offer-subscription .offer-help span {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  max-width: 590px;
  color: #000;
}
#offer-subscription .entry-subtitle {
  margin: 0 0 20px 0;
}
#offer-subscription .form-switch {
  width: 100%;
  max-width: 640px;
}
#offer-subscription .form-switch.is-multiple {
  max-width: 912px;
}
#offer-subscription .container-offers .title {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin: 30px 20px 0 20px;
  color: #000;
}
#offer-subscription .container-offers .title:before {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #dde3f2;
}
#offer-subscription .container-offers .title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 40px;
  background-color: #fff;
}
#offer-subscription .container-offers .slider {
  margin: 50px 0 0 0;
}
#offer-subscription .container-offers .slider .items .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
#offer-subscription .container-offers .slider .items .slick-list .slick-track {
  display: flex;
}
#offer-subscription .container-offers .slider .items .offer-card {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#offer-subscription .container-offers .slider .items .offer-card-new {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#offer-subscription .offer-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 60px;
  margin: 50px 0 0 0;
  padding: 30px 0;
}
#offer-subscription .offer-actions a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
#offer-subscription .offer-actions a:first-child {
  margin: 0;
}
#offer-subscription .offer-actions a svg {
  width: 15px;
  height: 15px;
  margin: 0 0 0 6px;
}
#offer-subscription .offer-actions .separator {
  width: 100%;
  height: 0;
}
#offer-subscription .ctn-sq span:nth-child(1) {
  top: 0;
  right: 0;
}
#offer-subscription .ctn-sq span:nth-child(2) {
  top: 80px;
  right: 80px;
}
#offer-subscription .ctn-sq span:nth-child(3) {
  top: 110px;
  right: 260px;
}
#offer-subscription .ctn-sq span:nth-child(4) {
  right: 0;
  bottom: 0;
}

#offer-description {
  padding: 40px 0 0 0;
}
#offer-description .container {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.8627rem + 2.6144vw, 5rem);
}
#offer-description .content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.9314rem + 1.3072vw, 2.5rem);
  max-width: 840px;
  margin: auto;
}

.flash-card {
  font-family: "DM Sans", sans-serif;
}
.flash-card .flash-image {
  display: flex;
  justify-content: center;
}
.flash-card .flash-image .thumbnail {
  width: auto;
  height: auto;
}
.flash-card .flash-image .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
}
.flash-card .flash-details .name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 35px 0 0 0;
  color: #000;
}
.flash-card .flash-details .subtitle {
  font-size: 1rem;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
.flash-card .flash-details .description {
  margin: 20px 0 0 0;
}
.flash-card .flash-details .description li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
.flash-card .flash-details .description li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #cb0458;
}
.flash-card .flash-pricing {
  margin: 20px 0 0 0;
  text-align: center;
}
.flash-card .actions {
  text-align: center;
}
.flash-card .actions .btn-helper {
  margin: 20px 0 0 0;
}
#flash-content .single-tips {
  padding: 10px 0 0 0;
}
#flash-content .single-tips .flash-card .actions .btn-helper {
  margin: 30px 0 0 0;
}

.flash-pricing {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #2f3034;
}
.flash-pricing .information {
  line-height: 1.3;
  max-width: 260px;
  margin: 0 auto 5px auto;
  color: #000;
}
.flash-pricing .price {
  color: #000;
}
.flash-pricing .price span {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}
.flash-pricing .old-price {
  margin: 5px 0 0 0;
}
.flash-pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
.flash-pricing .saving {
  font-size: 0.8125rem;
}
.flash-pricing .saving span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

#edito-masthead {
  padding: 20px 0 0 0;
}
#edito-masthead .thumbnail {
  width: 250px;
  margin: 0 auto;
  padding: 8px 0;
}
#edito-masthead .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(-3deg);
}
#edito-masthead .thumbnail-tv, #edito-masthead .thumbnail-podcast {
  width: 380px;
  margin: 0 auto;
  padding: 0;
}
#edito-masthead .thumbnail-tv img, #edito-masthead .thumbnail-podcast img {
  box-shadow: none;
  transform: none;
}
#edito-masthead .breadcrumb {
  margin: 0 0 16px 0;
}
#edito-masthead .entry-title {
  margin: 0 0 16px 0;
}
#edito-masthead .entry-subtitle {
  margin: 0 0 8px 0;
}
#edito-masthead .summaries {
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 60px;
  margin: 30px 0 0 0;
  color: #2f3034;
}
#edito-masthead .summaries ul {
  list-style: disc inside;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#edito-masthead .summaries ul ul {
  font-size: 0.75rem;
  margin: 6px 0 0 0;
  padding: 0 0 0 16px;
}
#edito-masthead .edito-summary {
  margin: 24px 0 0 0;
  padding: 24px;
  border: 1px solid #daecf6;
  background-color: #f5f5f5;
}
#edito-masthead .edito-summary h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2f3034;
}
#edito-masthead .edito-summary ul {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 0 0;
}
#edito-masthead .edito-summary ul li {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
#edito-masthead .edito-summary ul span {
  min-width: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
#edito-masthead .actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#edito-masthead .actions .btn-helper {
  margin: 35px 0 0 0;
  text-align: center;
}
#edito-masthead .actions .action {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  transition: color 0.3s ease;
}
#edito-masthead .actions .action svg {
  width: 15px;
  height: 15px;
  margin: 0 0 0 6px;
}
#edito-redac {
  margin: 40px 0 0 0;
  padding: 40px 0;
}
#edito-redac .content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 50px 70px;
  background-color: #fff;
}
#edito-redac .content .quote {
  position: relative;
  flex: 1;
  margin: 0 0 0 90px;
}
#edito-redac .content .quote .entry-subtitle {
  padding: 0 25px;
}
#edito-redac .content .quote:before {
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  position: absolute;
  bottom: 100%;
  right: 100%;
  content: "«";
  transform: translateY(50%);
}
#edito-redac .content .quote:after {
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  position: absolute;
  top: 100%;
  left: 100%;
  content: "»";
  transform: translateY(-50%);
}
#edito-redac .content .redac {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#edito-redac .content .redac img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}
#edito-redac .content .redac .job {
  margin: 15px 0 0 0;
  text-align: center;
}
#edito-description {
  overflow: hidden;
}
#edito-description .content {
  position: relative;
  padding: 80px 0 0 0;
}
#edito-description .content .sail {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 18.75%;
  width: 62.5%;
  content: "";
  pointer-events: none;
  transform: rotate(-4deg);
  background-color: #fff;
  background-size: 100%;
}
#edito-description .content .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 85%;
}
#edito-description .content .line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18.75%;
  width: 62.5%;
  content: "";
  pointer-events: none;
  transform: rotate(-4deg);
  background-size: cover;
}
#edito-description .content .line.line-mk:before {
  top: -10px;
  left: 15%;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: currentcolor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NTkgOTgyIj48cGF0aCBkPSJNMTgzLjI1MyAyNy4wOTdjMCA0LjIyOS41OSA1LjgzMSAyLjE0OCA1LjgzMSAxLjQzMiAwIDIuMTQ3LTEuNDMxIDIuMTQ3LTQuMjk1IDAtMi4zNjIuMDM0LTQuNzc4LjA3Ni01LjM2OC4wNDItLjU5MS0uOTI1LTEuMjgyLTIuMTQ4LTEuNTM3LTEuNzIxLS4zNTktMi4yMjMuODUzLTIuMjIzIDUuMzY5bS0uMTk1IDI5LjQxYy0uMzY5LjM3LS40MDYgMi45NDctLjA4MSA1LjcyNy44NTIgNy4zMDUgNC41NzEgNi43NTkgNC41NzEtLjY3MiAwLTMuODE4LS42MzYtNS43MjctMS45MDktNS43MjctMS4wNDkgMC0yLjIxMS4zMDItMi41ODEuNjcybTEuNjI3IDM5LjQxNWMwIDQuODc3LjQ0OSA1LjcyNiAzLjAzIDUuNzI2IDIuNDQ0IDAgMi44NjQtLjYyMyAyLjE2Ny0zLjIyMS0uNDc0LTEuNzcyLS44NzItNC4zNDktLjg4Mi01LjcyNy0uMDExLTEuMzc4LS45ODYtMi41MDUtMi4xNjctMi41MDUtMS41NTEgMC0yLjE0OCAxLjU5MS0yLjE0OCA1LjcyN201LjEwMyAzMi41N2MxLjQ4OSA2Ljc5NCAxLjkwNCA3LjUxNiA0LjMyNSA3LjUxNiAxLjc0OCAwIDIuMTM2LS44MzQgMS40OTYtMy4yMjEtLjQ3NS0xLjc3Mi0uODcyLTQuMzQ5LS44ODMtNS43MjctLjAxMi0xLjU1Mi0xLjExOS0yLjUwNS0yLjkxLTIuNTA1LTIuNDA4IDAtMi43NDcuNjU3LTIuMDI4IDMuOTM3bTkuMjE0IDMxLjA3MWMwIDIuODc1IDMuMDc4IDkuMzc0IDQuNDQgOS4zNzQgMi4yMjggMCAyLjY1Mi0yLjYyNyAxLjEyOS02Ljk5NC0xLjU3MS00LjUwOS01LjU2OS02LjIxNi01LjU2OS0yLjM4bTE0LjMyNiAzMS4yMDdjLjAwNS45ODQgMS4xNzIgMy41NTMgMi41OTQgNS43MDkgMS45NDcgMi45NTIgMi45OTEgMy41MTQgNC4yMyAyLjI3NCAxLjIzOS0xLjIzOSAxLjA1My0yLjY0OC0uNzU1LTUuNzA5LTIuNDQ5LTQuMTQ1LTYuMDg2LTUuNTA4LTYuMDY5LTIuMjc0bTIwLjY1NyAyNi45OTJjLS41MzcuODcuNzA1IDMuMjYyIDIuNzYgNS4zMTcgMi45MDYgMi45MDYgNC4xMTggMy4zNTQgNS40NTUgMi4wMTcgMS4zMzYtMS4zMzYuOTY4LTIuNTE3LTEuNjYyLTUuMzE2LTMuNzI3LTMuOTY3LTUuMDg5LTQuMzg2LTYuNTUzLTIuMDE4bTI1LjkwMSAyMS4yNjRjLS41MDguODIyLS41MjIgMi4xNDMtLjAzMiAyLjkzNiAxLjQyMSAyLjMgOS4yOTkgNS45NjEgOS4yOTkgNC4zMjEgMC0uODA3LjA1OC0xLjg4Mi4xMjktMi4zODcuMjYxLTEuODY1LTguNDU5LTYuMzg1LTkuMzk2LTQuODdtMzAuMTcyIDE2Ljg1OGMtMS43MjggMS43MjgtLjc3IDMuMjIxIDMuNDc2IDUuNDE3IDQuMDg1IDIuMTEyIDcuMTE2IDEuODc1IDcuMTE2LS41NTcgMC0xLjUyNS05LjU0Ni01LjkwNi0xMC41OTItNC44Nm0zMC4wNjUgMTUuNzQ4Yy0xLjcyOCAxLjcyOS0uNzcgMy4yMjIgMy40NzYgNS40MTcgNC4wODUgMi4xMTMgNy4xMTYgMS44NzUgNy4xMTYtLjU1NyAwLTEuNTI1LTkuNTQ2LTUuOTA1LTEwLjU5Mi00Ljg2bTMwLjEyMiAxNi44MzhjLS43ODQgMi4wNDIgNS4zOTEgNi40NTMgOS4wMzIgNi40NTMgMy4wMTUgMCAxLjM5NS0zLjc0MS0yLjY1NS02LjEzMy01LjA2Mi0yLjk5MS01LjM0Ny0zLjAwNS02LjM3Ny0uMzJtMzEuNDE0IDE0LjY4NWMtMS45NjMgMS45NjMtLjUzNiA0LjQzIDMuNTM5IDYuMTE4IDYuNzM1IDIuNzkgOC41MS0uMzM3IDIuMjc5LTQuMDE0LTIuNzQxLTEuNjE3LTUuMzU5LTIuNTY0LTUuODE4LTIuMTA0bTI5Ljg2MSAxNy42NzRjLTEuMjM4IDIuMDA0IDQuODU0IDcuMTYzIDcuODU3IDYuNjU0IDMuMzItLjU2MyAyLjI4OC0zLjAyNy0yLjQyLTUuNzc2LTMuMjM1LTEuODktNC42NjgtMi4xMjEtNS40MzctLjg3OG0yOC45NCAxNy42OTZjLTEuMDM4IDIuNzA0IDcuNzYzIDguNDEgOS43OTEgNi4zNDcuOTctLjk4Ny41MDYtMi4xNjgtMS40MjQtMy42MjEtNS42MjEtNC4yMzMtNy41NDgtNC44Ni04LjM2Ny0yLjcyNm0yOC4zNTIgMTkuNDg3Yy0uODk5IDEuNDU1IDEuNTcyIDQuMDUzIDYuNzE2IDcuMDYxIDQuNDEzIDIuNTggNC4yODUtMi41MjEtLjE0Mi01LjY3My00LjcwNi0zLjM1MS01LjI4NS0zLjQ3My02LjU3NC0xLjM4OG0yNy4yNDEgMjEuNDExYy0xLjQ3MSAyLjM4MSA1Ljk1MiA5LjY0MSA3Ljg4NCA3LjcxLjk5My0uOTkzLjEzMy0yLjczMy0yLjY4Ny01LjQzNC0yLjg5Mi0yLjc3MS00LjQ2NS0zLjQ2LTUuMTk3LTIuMjc2bTIyLjkyOCAyNS43MzZjLS45NDMgMS41MjYgMy40OTMgMTAuMDI0IDUuMjMzIDEwLjAyNCAyLjQ5NCAwIDIuNjEyLTMuMTg0LjI2Ni03LjE1NS0yLjY3LTQuNTE5LTQuMDM4LTUuMjMzLTUuNDk5LTIuODY5bTEzLjYxOSAzMi41NzNjLjAzNyA0LjgxIDEuNzYxIDguOTQ4IDMuNzI2IDguOTQ4IDIuMDUyIDAgMi42NzEtNS4xMjQgMS4xMTItOS4xODktMS4xNzctMy4wNjYtNC44NjMtMi44ODItNC44MzguMjQxbTYuMDY1IDMxLjQ4M2MtMi42MjIuODk0LTIuMzY5IDExLjgyNS4yNzMgMTEuODI1IDIuODA3IDAgMy4yMDgtMS4yNzYgMi4yOTYtNy4yOTEtLjQ5NC0zLjI1Ni0xLjQzNy00LjkyLTIuNTY5LTQuNTM0bTIuODYzIDM0LjM2Yy0yLjE5Ni43NDktMi4zODYgOS44NTYtLjIzMyAxMS4xODYgMi41MDkgMS41NTEgMy42MzctMS4xMjcgMi44MDEtNi42NTItLjQ5My0zLjI1Ni0xLjQzNS00LjkyLTIuNTY4LTQuNTM0bS0uMDg3IDQwLjFjLjMgMy42MjEgMS4xNDQgNS4zNjkgMi41OTIgNS4zNjlzMi4yOTMtMS43NDggMi41OTItNS4zNjljLjM4Ni00LjY1NS4wNDEtNS4zNjgtMi41OTItNS4zNjhzLTIuOTc3LjcxMy0yLjU5MiA1LjM2OG0uNzYxIDMzLjY0NWMtLjM5OSAyLjU1OS0uMjA2IDUuMjA4LjQyOCA1Ljg4OCAyLjA5NyAyLjI0NSA0LjI2Ny0uNjExIDQuMjY3LTUuNjE1IDAtNi40NjQtMy42OTctNi42NzktNC42OTUtLjI3M20tMi40NjQgMzQuNjMzYzAgMi43MDkuNjg3IDUuMzUxIDEuNTI3IDUuODcgMi4wMDQgMS4yMzkgMi4yMTYuODk3IDMuMzU5LTUuNDI4Ljg2My00Ljc3LjY0NC01LjM2OC0xLjk1Ny01LjM2OC0yLjM4MyAwLTIuOTI5LjkxOC0yLjkyOSA0LjkyNm0tNC43NTggMjkuMDc2Yy0uMzQ3LjU5LTEuMDgxIDMuMTY3LTEuNjMgNS43MjYtLjc4MiAzLjY0Ny0uNTI3IDQuNjUzIDEuMTc5IDQuNjUzIDIuNjMxIDAgMy4xNTEtLjc5OCA0LjQzOS02LjguNzgyLTMuNjQ3LjUyNy00LjY1My0xLjE3OS00LjY1My0xLjE5NyAwLTIuNDYxLjQ4My0yLjgwOSAxLjA3NG0tMTMuMjM2IDM2LjMzOWMtMS45MDggMy42OS0xLjk3OSA0LjY5Ni0uNDAyIDUuNjcgMS4zNDEuODI5IDIuNjU0LS4xOTYgNC4zNy0zLjQxMSAzLjA1MS01LjcxNyAzLjEyMS02Ljc0NC40NjItNi43NDQtMS4xNjEgMC0zLjE1NCAyLjAxOS00LjQzIDQuNDg1bS0yMC42NzggMjYuMzE1Yy0yLjM2OCAyLjUyMS0yLjkyOSA0LjA1LTEuODczIDUuMTA2IDEuOTc1IDEuOTc1IDkuOTU0LTQuNjQ5IDguNDc4LTcuMDM4LTEuNTE5LTIuNDU3LTIuODQ3LTIuMDY5LTYuNjA1IDEuOTMybS0yNi43MjkgMTkuODk1Yy0zLjEzNCAyLjE2LTQuMTg1IDMuNzM4LTMuMzY5IDUuMDU5Ljk0OCAxLjUzMyAyLjA3OSAxLjI4MyA1LjYyOS0xLjI0NSAyLjQ0NC0xLjc0IDQuNDQzLTMuNzI2IDQuNDQzLTQuNDEzIDAtMi42MzItMi4zMTYtMi40MjUtNi43MDMuNTk5bS0yOC42MzMgMTguNjExYy0yLjkyOSAyLjAxOS00LjE2MiAzLjc3Ny0zLjQ1NCA0LjkyMy44NTEgMS4zNzYgMi4xMzQgMS4xOTUgNS42Mi0uNzg5IDQuMzE1LTIuNDU2IDUuNzY5LTUuMjQxIDMuNDYzLTYuNjI4LS41OTEtLjM1NS0zLjEyNC43NjctNS42MjkgMi40OTRtLTI4LjczMSAxOC4wMWMtNC41NzggMi43OTItNS43NTUgNC44OTMtMy41MTYgNi4yNzYgMi4wNTEgMS4yNjggMTAuMjA2LTQuODgzIDkuMzY4LTcuMDY2LS45NjEtMi41MDQtLjMwMy0yLjU5My01Ljg1Mi43OW0tMjkuMzQ5IDE4LjAxNWMtMy44NjYgMi4wOTctNS40NTEgNi4zMzktMi4zNjkgNi4zMzkgMi42MzUgMCA5Ljk3Mi01Ljg1OSA5LjEwMi03LjI2Ny0xLjA4LTEuNzQ4LTIuMDQ4LTEuNjE0LTYuNzMzLjkyOG0tMjkuMjcxIDE4LjA3NGMtMi44NjYgMS43MjUtNC4yOCAzLjUyNS0zLjc4NCA0LjgxNiAxLjA3MSAyLjc5IDEuOTI4IDIuNjE1IDYuOTI3LTEuNDE4IDUuNjkzLTQuNTkzIDMuMjQyLTcuMjQzLTMuMTQzLTMuMzk4bS0yOS42NTkgMTguODE2Yy0yLjMxMiAxLjg1MS0zLjcyOCA0LjA0Ni0zLjE4MSA0LjkzMiAxLjQ2NyAyLjM3MyAxMC45OTctMy41NzUgOS45NzktNi4yMjctMS4wNjItMi43NjctMS45MjYtMi42MDMtNi43OTggMS4yOTVtLTI5LjIwNyAxOC4zNDdjLTMuNDQzIDIuMjA1LTQuMzEyIDMuNDY3LTMuMTcxIDQuNjA4IDIuMDM4IDIuMDM4IDkuMTI2LTEuNzUgOS43OTgtNS4yMzYuNjE3LTMuMjA4LS44NTMtMy4wNjktNi42MjcuNjI4bS0yOC41NTEgMTguNTkzYy0yLjU1MyAxLjYxNy00LjI4MyAzLjUyMS0zLjg0NCA0LjIzMiAxLjIzOCAyLjAwMyAzLjg3NCAxLjQ4NiA3Ljc4OC0xLjUyNiA1LjM5Mi00LjE0OCAyLjAwNS02LjQ3Mi0zLjk0NC0yLjcwNm0tMjguNTI5IDE4Ljk5NWMtMy4xMzQgMi4xNjEtNC4xODUgMy43MzktMy4zNjkgNS4wNTkuOTQ4IDEuNTM0IDIuMDc5IDEuMjg0IDUuNjI5LTEuMjQ0IDIuNDQ0LTEuNzQgNC40NDMtMy43MjYgNC40NDMtNC40MTQgMC0yLjYzMi0yLjMxNi0yLjQyNS02LjcwMy41OTltLTI3LjY5NiAxOC45ODNjLTEuOTQ3IDEuMzE0LTMuNzgxIDIuNTc0LTQuMDc1IDIuODAyLS4yOTQuMjI3LS4xNDMgMS40MzMuMzM2IDIuNjgxLjc1NyAxLjk3MiAxLjQzNCAxLjg1MiA1LjE4Ny0uOTIzIDIuMzc1LTEuNzU2IDQuMzE4LTQuMDM3IDQuMzE4LTUuMDcgMC0yLjUwMS0xLjUwMS0yLjM2OC01Ljc2Ni41MW0tMjguODgxIDIwLjYzNGMtMi4yMDYgMS42NDUtMy41MzUgMy43NDYtMy4wOTUgNC44OTMuNjIgMS42MTUgMS43MjcgMS4zOTEgNS42MzYtMS4xNDIgNC42MTctMi45OSA1LjYyOC01LjM1NCAyLjY2Ny02LjIzNS0uNzM4LS4yMTktMy4wODIuODk4LTUuMjA4IDIuNDg0bS0yNy42OTQgMjAuNjA2Yy0zLjI4NyAyLjY0My0zLjg1MiAzLjc5MS0yLjUyOSA1LjE0MSAxLjMzMiAxLjM1OSAyLjY0OS45NDMgNi4wMzUtMS45MDYgMy4zNDctMi44MTcgMy45MjItMy45ODYgMi41MjktNS4xNDItMS4zMDgtMS4wODYtMi45NjUtLjU2Mi02LjAzNSAxLjkwN20tMjcuMTA5IDIxLjUyNWMtMy4yNCAyLjY0NC0zLjg2NiAzLjg4Mi0yLjYwMyA1LjE0NXMyLjcuODQzIDUuOTctMS43NDdjNC4xNzgtMy4zMDggNC45OTctNS42ODIgMi4yNDEtNi40ODgtLjczOS0uMjE2LTMuMjYyIDEuMTc1LTUuNjA4IDMuMDltLTI2LjM3MyAyMi43NDNjLTEuOTk1IDIuMTIzLTIuNjUgMy43ODEtMS43MjIgNC4zNTQgMS45NzcgMS4yMjIgOC43MzgtMy4yNjUgOC43MzgtNS43OTkgMC0zLjA2Mi0zLjQ1LTIuMzUxLTcuMDE2IDEuNDQ1Ii8+PC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NTkgOTgyIj48cGF0aCBkPSJNMTgzLjI1MyAyNy4wOTdjMCA0LjIyOS41OSA1LjgzMSAyLjE0OCA1LjgzMSAxLjQzMiAwIDIuMTQ3LTEuNDMxIDIuMTQ3LTQuMjk1IDAtMi4zNjIuMDM0LTQuNzc4LjA3Ni01LjM2OC4wNDItLjU5MS0uOTI1LTEuMjgyLTIuMTQ4LTEuNTM3LTEuNzIxLS4zNTktMi4yMjMuODUzLTIuMjIzIDUuMzY5bS0uMTk1IDI5LjQxYy0uMzY5LjM3LS40MDYgMi45NDctLjA4MSA1LjcyNy44NTIgNy4zMDUgNC41NzEgNi43NTkgNC41NzEtLjY3MiAwLTMuODE4LS42MzYtNS43MjctMS45MDktNS43MjctMS4wNDkgMC0yLjIxMS4zMDItMi41ODEuNjcybTEuNjI3IDM5LjQxNWMwIDQuODc3LjQ0OSA1LjcyNiAzLjAzIDUuNzI2IDIuNDQ0IDAgMi44NjQtLjYyMyAyLjE2Ny0zLjIyMS0uNDc0LTEuNzcyLS44NzItNC4zNDktLjg4Mi01LjcyNy0uMDExLTEuMzc4LS45ODYtMi41MDUtMi4xNjctMi41MDUtMS41NTEgMC0yLjE0OCAxLjU5MS0yLjE0OCA1LjcyN201LjEwMyAzMi41N2MxLjQ4OSA2Ljc5NCAxLjkwNCA3LjUxNiA0LjMyNSA3LjUxNiAxLjc0OCAwIDIuMTM2LS44MzQgMS40OTYtMy4yMjEtLjQ3NS0xLjc3Mi0uODcyLTQuMzQ5LS44ODMtNS43MjctLjAxMi0xLjU1Mi0xLjExOS0yLjUwNS0yLjkxLTIuNTA1LTIuNDA4IDAtMi43NDcuNjU3LTIuMDI4IDMuOTM3bTkuMjE0IDMxLjA3MWMwIDIuODc1IDMuMDc4IDkuMzc0IDQuNDQgOS4zNzQgMi4yMjggMCAyLjY1Mi0yLjYyNyAxLjEyOS02Ljk5NC0xLjU3MS00LjUwOS01LjU2OS02LjIxNi01LjU2OS0yLjM4bTE0LjMyNiAzMS4yMDdjLjAwNS45ODQgMS4xNzIgMy41NTMgMi41OTQgNS43MDkgMS45NDcgMi45NTIgMi45OTEgMy41MTQgNC4yMyAyLjI3NCAxLjIzOS0xLjIzOSAxLjA1My0yLjY0OC0uNzU1LTUuNzA5LTIuNDQ5LTQuMTQ1LTYuMDg2LTUuNTA4LTYuMDY5LTIuMjc0bTIwLjY1NyAyNi45OTJjLS41MzcuODcuNzA1IDMuMjYyIDIuNzYgNS4zMTcgMi45MDYgMi45MDYgNC4xMTggMy4zNTQgNS40NTUgMi4wMTcgMS4zMzYtMS4zMzYuOTY4LTIuNTE3LTEuNjYyLTUuMzE2LTMuNzI3LTMuOTY3LTUuMDg5LTQuMzg2LTYuNTUzLTIuMDE4bTI1LjkwMSAyMS4yNjRjLS41MDguODIyLS41MjIgMi4xNDMtLjAzMiAyLjkzNiAxLjQyMSAyLjMgOS4yOTkgNS45NjEgOS4yOTkgNC4zMjEgMC0uODA3LjA1OC0xLjg4Mi4xMjktMi4zODcuMjYxLTEuODY1LTguNDU5LTYuMzg1LTkuMzk2LTQuODdtMzAuMTcyIDE2Ljg1OGMtMS43MjggMS43MjgtLjc3IDMuMjIxIDMuNDc2IDUuNDE3IDQuMDg1IDIuMTEyIDcuMTE2IDEuODc1IDcuMTE2LS41NTcgMC0xLjUyNS05LjU0Ni01LjkwNi0xMC41OTItNC44Nm0zMC4wNjUgMTUuNzQ4Yy0xLjcyOCAxLjcyOS0uNzcgMy4yMjIgMy40NzYgNS40MTcgNC4wODUgMi4xMTMgNy4xMTYgMS44NzUgNy4xMTYtLjU1NyAwLTEuNTI1LTkuNTQ2LTUuOTA1LTEwLjU5Mi00Ljg2bTMwLjEyMiAxNi44MzhjLS43ODQgMi4wNDIgNS4zOTEgNi40NTMgOS4wMzIgNi40NTMgMy4wMTUgMCAxLjM5NS0zLjc0MS0yLjY1NS02LjEzMy01LjA2Mi0yLjk5MS01LjM0Ny0zLjAwNS02LjM3Ny0uMzJtMzEuNDE0IDE0LjY4NWMtMS45NjMgMS45NjMtLjUzNiA0LjQzIDMuNTM5IDYuMTE4IDYuNzM1IDIuNzkgOC41MS0uMzM3IDIuMjc5LTQuMDE0LTIuNzQxLTEuNjE3LTUuMzU5LTIuNTY0LTUuODE4LTIuMTA0bTI5Ljg2MSAxNy42NzRjLTEuMjM4IDIuMDA0IDQuODU0IDcuMTYzIDcuODU3IDYuNjU0IDMuMzItLjU2MyAyLjI4OC0zLjAyNy0yLjQyLTUuNzc2LTMuMjM1LTEuODktNC42NjgtMi4xMjEtNS40MzctLjg3OG0yOC45NCAxNy42OTZjLTEuMDM4IDIuNzA0IDcuNzYzIDguNDEgOS43OTEgNi4zNDcuOTctLjk4Ny41MDYtMi4xNjgtMS40MjQtMy42MjEtNS42MjEtNC4yMzMtNy41NDgtNC44Ni04LjM2Ny0yLjcyNm0yOC4zNTIgMTkuNDg3Yy0uODk5IDEuNDU1IDEuNTcyIDQuMDUzIDYuNzE2IDcuMDYxIDQuNDEzIDIuNTggNC4yODUtMi41MjEtLjE0Mi01LjY3My00LjcwNi0zLjM1MS01LjI4NS0zLjQ3My02LjU3NC0xLjM4OG0yNy4yNDEgMjEuNDExYy0xLjQ3MSAyLjM4MSA1Ljk1MiA5LjY0MSA3Ljg4NCA3LjcxLjk5My0uOTkzLjEzMy0yLjczMy0yLjY4Ny01LjQzNC0yLjg5Mi0yLjc3MS00LjQ2NS0zLjQ2LTUuMTk3LTIuMjc2bTIyLjkyOCAyNS43MzZjLS45NDMgMS41MjYgMy40OTMgMTAuMDI0IDUuMjMzIDEwLjAyNCAyLjQ5NCAwIDIuNjEyLTMuMTg0LjI2Ni03LjE1NS0yLjY3LTQuNTE5LTQuMDM4LTUuMjMzLTUuNDk5LTIuODY5bTEzLjYxOSAzMi41NzNjLjAzNyA0LjgxIDEuNzYxIDguOTQ4IDMuNzI2IDguOTQ4IDIuMDUyIDAgMi42NzEtNS4xMjQgMS4xMTItOS4xODktMS4xNzctMy4wNjYtNC44NjMtMi44ODItNC44MzguMjQxbTYuMDY1IDMxLjQ4M2MtMi42MjIuODk0LTIuMzY5IDExLjgyNS4yNzMgMTEuODI1IDIuODA3IDAgMy4yMDgtMS4yNzYgMi4yOTYtNy4yOTEtLjQ5NC0zLjI1Ni0xLjQzNy00LjkyLTIuNTY5LTQuNTM0bTIuODYzIDM0LjM2Yy0yLjE5Ni43NDktMi4zODYgOS44NTYtLjIzMyAxMS4xODYgMi41MDkgMS41NTEgMy42MzctMS4xMjcgMi44MDEtNi42NTItLjQ5My0zLjI1Ni0xLjQzNS00LjkyLTIuNTY4LTQuNTM0bS0uMDg3IDQwLjFjLjMgMy42MjEgMS4xNDQgNS4zNjkgMi41OTIgNS4zNjlzMi4yOTMtMS43NDggMi41OTItNS4zNjljLjM4Ni00LjY1NS4wNDEtNS4zNjgtMi41OTItNS4zNjhzLTIuOTc3LjcxMy0yLjU5MiA1LjM2OG0uNzYxIDMzLjY0NWMtLjM5OSAyLjU1OS0uMjA2IDUuMjA4LjQyOCA1Ljg4OCAyLjA5NyAyLjI0NSA0LjI2Ny0uNjExIDQuMjY3LTUuNjE1IDAtNi40NjQtMy42OTctNi42NzktNC42OTUtLjI3M20tMi40NjQgMzQuNjMzYzAgMi43MDkuNjg3IDUuMzUxIDEuNTI3IDUuODcgMi4wMDQgMS4yMzkgMi4yMTYuODk3IDMuMzU5LTUuNDI4Ljg2My00Ljc3LjY0NC01LjM2OC0xLjk1Ny01LjM2OC0yLjM4MyAwLTIuOTI5LjkxOC0yLjkyOSA0LjkyNm0tNC43NTggMjkuMDc2Yy0uMzQ3LjU5LTEuMDgxIDMuMTY3LTEuNjMgNS43MjYtLjc4MiAzLjY0Ny0uNTI3IDQuNjUzIDEuMTc5IDQuNjUzIDIuNjMxIDAgMy4xNTEtLjc5OCA0LjQzOS02LjguNzgyLTMuNjQ3LjUyNy00LjY1My0xLjE3OS00LjY1My0xLjE5NyAwLTIuNDYxLjQ4My0yLjgwOSAxLjA3NG0tMTMuMjM2IDM2LjMzOWMtMS45MDggMy42OS0xLjk3OSA0LjY5Ni0uNDAyIDUuNjcgMS4zNDEuODI5IDIuNjU0LS4xOTYgNC4zNy0zLjQxMSAzLjA1MS01LjcxNyAzLjEyMS02Ljc0NC40NjItNi43NDQtMS4xNjEgMC0zLjE1NCAyLjAxOS00LjQzIDQuNDg1bS0yMC42NzggMjYuMzE1Yy0yLjM2OCAyLjUyMS0yLjkyOSA0LjA1LTEuODczIDUuMTA2IDEuOTc1IDEuOTc1IDkuOTU0LTQuNjQ5IDguNDc4LTcuMDM4LTEuNTE5LTIuNDU3LTIuODQ3LTIuMDY5LTYuNjA1IDEuOTMybS0yNi43MjkgMTkuODk1Yy0zLjEzNCAyLjE2LTQuMTg1IDMuNzM4LTMuMzY5IDUuMDU5Ljk0OCAxLjUzMyAyLjA3OSAxLjI4MyA1LjYyOS0xLjI0NSAyLjQ0NC0xLjc0IDQuNDQzLTMuNzI2IDQuNDQzLTQuNDEzIDAtMi42MzItMi4zMTYtMi40MjUtNi43MDMuNTk5bS0yOC42MzMgMTguNjExYy0yLjkyOSAyLjAxOS00LjE2MiAzLjc3Ny0zLjQ1NCA0LjkyMy44NTEgMS4zNzYgMi4xMzQgMS4xOTUgNS42Mi0uNzg5IDQuMzE1LTIuNDU2IDUuNzY5LTUuMjQxIDMuNDYzLTYuNjI4LS41OTEtLjM1NS0zLjEyNC43NjctNS42MjkgMi40OTRtLTI4LjczMSAxOC4wMWMtNC41NzggMi43OTItNS43NTUgNC44OTMtMy41MTYgNi4yNzYgMi4wNTEgMS4yNjggMTAuMjA2LTQuODgzIDkuMzY4LTcuMDY2LS45NjEtMi41MDQtLjMwMy0yLjU5My01Ljg1Mi43OW0tMjkuMzQ5IDE4LjAxNWMtMy44NjYgMi4wOTctNS40NTEgNi4zMzktMi4zNjkgNi4zMzkgMi42MzUgMCA5Ljk3Mi01Ljg1OSA5LjEwMi03LjI2Ny0xLjA4LTEuNzQ4LTIuMDQ4LTEuNjE0LTYuNzMzLjkyOG0tMjkuMjcxIDE4LjA3NGMtMi44NjYgMS43MjUtNC4yOCAzLjUyNS0zLjc4NCA0LjgxNiAxLjA3MSAyLjc5IDEuOTI4IDIuNjE1IDYuOTI3LTEuNDE4IDUuNjkzLTQuNTkzIDMuMjQyLTcuMjQzLTMuMTQzLTMuMzk4bS0yOS42NTkgMTguODE2Yy0yLjMxMiAxLjg1MS0zLjcyOCA0LjA0Ni0zLjE4MSA0LjkzMiAxLjQ2NyAyLjM3MyAxMC45OTctMy41NzUgOS45NzktNi4yMjctMS4wNjItMi43NjctMS45MjYtMi42MDMtNi43OTggMS4yOTVtLTI5LjIwNyAxOC4zNDdjLTMuNDQzIDIuMjA1LTQuMzEyIDMuNDY3LTMuMTcxIDQuNjA4IDIuMDM4IDIuMDM4IDkuMTI2LTEuNzUgOS43OTgtNS4yMzYuNjE3LTMuMjA4LS44NTMtMy4wNjktNi42MjcuNjI4bS0yOC41NTEgMTguNTkzYy0yLjU1MyAxLjYxNy00LjI4MyAzLjUyMS0zLjg0NCA0LjIzMiAxLjIzOCAyLjAwMyAzLjg3NCAxLjQ4NiA3Ljc4OC0xLjUyNiA1LjM5Mi00LjE0OCAyLjAwNS02LjQ3Mi0zLjk0NC0yLjcwNm0tMjguNTI5IDE4Ljk5NWMtMy4xMzQgMi4xNjEtNC4xODUgMy43MzktMy4zNjkgNS4wNTkuOTQ4IDEuNTM0IDIuMDc5IDEuMjg0IDUuNjI5LTEuMjQ0IDIuNDQ0LTEuNzQgNC40NDMtMy43MjYgNC40NDMtNC40MTQgMC0yLjYzMi0yLjMxNi0yLjQyNS02LjcwMy41OTltLTI3LjY5NiAxOC45ODNjLTEuOTQ3IDEuMzE0LTMuNzgxIDIuNTc0LTQuMDc1IDIuODAyLS4yOTQuMjI3LS4xNDMgMS40MzMuMzM2IDIuNjgxLjc1NyAxLjk3MiAxLjQzNCAxLjg1MiA1LjE4Ny0uOTIzIDIuMzc1LTEuNzU2IDQuMzE4LTQuMDM3IDQuMzE4LTUuMDcgMC0yLjUwMS0xLjUwMS0yLjM2OC01Ljc2Ni41MW0tMjguODgxIDIwLjYzNGMtMi4yMDYgMS42NDUtMy41MzUgMy43NDYtMy4wOTUgNC44OTMuNjIgMS42MTUgMS43MjcgMS4zOTEgNS42MzYtMS4xNDIgNC42MTctMi45OSA1LjYyOC01LjM1NCAyLjY2Ny02LjIzNS0uNzM4LS4yMTktMy4wODIuODk4LTUuMjA4IDIuNDg0bS0yNy42OTQgMjAuNjA2Yy0zLjI4NyAyLjY0My0zLjg1MiAzLjc5MS0yLjUyOSA1LjE0MSAxLjMzMiAxLjM1OSAyLjY0OS45NDMgNi4wMzUtMS45MDYgMy4zNDctMi44MTcgMy45MjItMy45ODYgMi41MjktNS4xNDItMS4zMDgtMS4wODYtMi45NjUtLjU2Mi02LjAzNSAxLjkwN20tMjcuMTA5IDIxLjUyNWMtMy4yNCAyLjY0NC0zLjg2NiAzLjg4Mi0yLjYwMyA1LjE0NXMyLjcuODQzIDUuOTctMS43NDdjNC4xNzgtMy4zMDggNC45OTctNS42ODIgMi4yNDEtNi40ODgtLjczOS0uMjE2LTMuMjYyIDEuMTc1LTUuNjA4IDMuMDltLTI2LjM3MyAyMi43NDNjLTEuOTk1IDIuMTIzLTIuNjUgMy43ODEtMS43MjIgNC4zNTQgMS45NzcgMS4yMjIgOC43MzgtMy4yNjUgOC43MzgtNS43OTkgMC0zLjA2Mi0zLjQ1LTIuMzUxLTcuMDE2IDEuNDQ1Ii8+PC9zdmc+);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
}
#edito-description .content .item {
  margin: 60px 0 0 0;
}
#edito-description .content .item .icon {
  position: relative;
  display: block;
  z-index: 2;
  width: 40px;
  height: 30px;
  background-color: #fff;
}
#edito-description .content .item:nth-child(odd) .icon {
  margin-left: auto;
}
#edito-description .content .item:nth-child(even) .icon.icon-mk {
  background-color: currentcolor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCAzMCI+PHBhdGggZD0iTTIwIDIwaDEwVjEwSDIwek0wIDEwaDEwVjBIMHpNMCAzMGgxMFYyMEgwek0zMCAxMGgxMFYwSDMweiIvPjwvc3ZnPg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCAzMCI+PHBhdGggZD0iTTIwIDIwaDEwVjEwSDIwek0wIDEwaDEwVjBIMHpNMCAzMGgxMFYyMEgwek0zMCAxMGgxMFYwSDMweiIvPjwvc3ZnPg==);
}
#edito-description .content .item:nth-child(odd) .icon.icon-mk {
  background-color: currentcolor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCAzMCI+PHBhdGggZD0iTTEwIDIwaDEwVjEwSDEweiIgb3BhY2l0eT0iLjgiLz48cGF0aCBkPSJNMzAgMzBoMTBWMjBIMzB6Ii8+PHBhdGggZD0iTTAgMTBoMTBWMEgweiIgb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNMjAgMTBoMTBWMEgyMHoiIG9wYWNpdHk9Ii45Ii8+PC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCAzMCI+PHBhdGggZD0iTTEwIDIwaDEwVjEwSDEweiIgb3BhY2l0eT0iLjgiLz48cGF0aCBkPSJNMzAgMzBoMTBWMjBIMzB6Ii8+PHBhdGggZD0iTTAgMTBoMTBWMEgweiIgb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNMjAgMTBoMTBWMEgyMHoiIG9wYWNpdHk9Ii45Ii8+PC9zdmc+);
}
#edito-description .content .item .infos {
  position: relative;
  z-index: 2;
  padding: 15px 0;
  background-color: #fff;
}
#edito-description .content .item:nth-child(even) .infos {
  margin-left: 50px;
}
#edito-description .content .item:nth-child(odd) .infos {
  margin-right: 50px;
}
#edito-description .content .item .infos .entry-content {
  margin: 10px 0 0 0;
}
#edito-description .content .item .edito-img {
  position: relative;
  z-index: 2;
  width: 100%;
}
#edito-description .content .item .edito-img img {
  width: 100%;
}
#edito-description .content .item .edito-img.edito-img-reversed {
  aspect-ratio: 620/390;
}
#edito-description .content .item .edito-img.edito-img-reversed img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
#edito-description .content .item-video {
  margin: 80px 0 0 0;
}
#edito-description .content .item-video .entry-title {
  text-align: center;
  transform: rotate(-5deg);
  background-color: #fff;
}
#edito-description .content .item-video .video {
  position: static;
  margin: 30px 0 0 0;
}
#edito-description .content .item-video .video:before {
  position: absolute;
  bottom: 50px;
  height: 80px;
  content: "";
}
#edito-description .content .item-video .video iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 430px;
}
#edito-video {
  margin: 80px 0 0 0;
  padding: 70px 0;
}
#edito-video .container {
  display: flex;
  align-items: center;
  gap: 50px;
}
#edito-video .content {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  width: 380px;
  padding: 0 55px;
  text-align: center;
  transform: rotate(-5deg);
}
#edito-video .video {
  position: relative;
  flex: 1;
}
#edito-video .video:after {
  display: block;
  width: 100%;
  padding-bottom: 51.1904761905%;
  content: "";
}
#edito-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#edito-offer {
  margin: 100px 0 0 0;
}
#edito-offer .content {
  display: flex;
  justify-content: center;
}
#edito-offer .content .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#edito-offer .content .actions .btn-helper {
  margin: 30px 0 0 0;
}
#edito-offers {
  overflow: hidden;
  margin: 100px 0 0 0;
}
#edito-offers .container-offers .slider {
  margin: 20px 0 0 0;
}
#edito-offers .container-offers .slider .items .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
#edito-offers .container-offers .slider .items .slick-list .slick-track {
  display: flex;
}
#edito-offers .container-offers .slider .items .offer-card {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#edito-offers .container-offers .slider .items .offer-card-new {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 20px;
}
#edito-offers .container-offers .slider .items .offer-card-new .offer-2x {
  min-height: 40px;
}
#edito-offers .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
#edito-offers .container-offers + .actions .btn-helper {
  margin: 40px 0 0 0;
}
#edito-banner {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: calc(50% - 400px);
  display: flex;
  align-items: center;
  gap: 32px;
  width: 800px;
  height: 130px;
  padding: 0 40px;
  background-color: #fff;
  border: 1px solid #daecf6;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 15px 0 rgba(0, 40, 135, 0.1), 0 2px 3px 0 rgba(0, 40, 135, 0.1);
}
#edito-banner div {
  font-size: 0.9375rem;
  line-height: 1.4;
  flex: 1;
}
#edito-banner div .entry-subtitle {
  font-size: 1.25rem;
  margin: 0 0 4px 0;
}
#edito-banner img {
  height: 134px;
  margin-top: -64px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
body:has(#edito-banner) {
  padding-bottom: 180px;
}

#shop-search .search-block {
  position: relative;
  display: flex;
  margin: 60px 0;
  padding: 20px 290px 20px 70px;
}
#shop-search .search-block form .search-input {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #fff;
}
#shop-search .search-block form .search-input input {
  font-size: 1rem;
  flex: 1;
  padding: 0;
  color: #2f3034;
}
#shop-search .search-block form .search-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #8896b7;
}
#shop-search .search-block form .search-input input:-moz-placeholder {
  opacity: 1;
  color: #8896b7;
}
#shop-search .search-block form .search-input input::-moz-placeholder {
  opacity: 1;
  color: #8896b7;
}
#shop-search .search-block form .search-input input:-ms-input-placeholder {
  opacity: 1;
  color: #8896b7;
}
#shop-search .search-block form .search-input button {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 0 40px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
#shop-search .search-block form .search-input button:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #dde3f2;
}
#shop-search .search-block form .search-input button svg {
  width: 24px;
  height: 24px;
}

#shop-products.search-products {
  margin: 0 0 50px 0;
}
#shop-products .products-head {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
#shop-products .products-head .categories {
  display: flex;
  align-items: center;
}
#shop-products .products-head .categories ul {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  justify-content: center;
  flex-wrap: wrap;
}
#shop-products .products-head .categories ul li {
  margin: 5px;
}
#shop-products .products-head .categories ul li.is-selected a {
  color: #fff;
  background-color: #cb0458;
}
#shop-products .products-head .categories ul li a {
  line-height: 1.875rem;
  display: block;
  padding: 0 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
  color: #000;
  border-radius: 2px;
  background-color: whitesmoke;
}
#shop-products .products-head .sort {
  display: flex;
  align-items: center;
  color: #8896b7;
}
#shop-products:not(.search-products) .products-head .sort .count {
  margin: 0 30px 0 0;
}
#shop-products .products-head .sort .order {
  display: flex;
  align-items: center;
}
#shop-products .products-head .sort .order .form-row {
  margin: 0 0 0 8px;
}
#shop-products .products-listing {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
#shop-products .products-listing .product-card {
  width: calc(25% - 40px);
  margin: 20px;
}
#shop-products .products-listing .product-offer-card {
  width: 100%;
  margin: 20px;
}
#shop-products .products-pagination {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
}
#shop-products .products-pagination ul {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px 5px;
}
#shop-products .products-pagination ul li {
  margin: 5px;
}
#shop-products .products-pagination ul li.is-current a {
  color: #fff;
  background-color: #cb0458;
}
#shop-products .products-pagination ul li a {
  line-height: 1.25rem;
  display: block;
  width: 20px;
  transition: color 0.3s ease;
  text-align: center;
  color: #000;
}
#shop-products .products-pagination .arrow {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  color: #000;
}
#shop-products .products-pagination .arrow.is-disabled {
  cursor: default;
  pointer-events: none;
  color: #8896b7;
}
#shop-products .products-pagination .arrow svg {
  width: 8px;
  height: 14px;
  margin: 0 0 0 15px;
}
#shop-products .products-pagination .arrow svg:first-child {
  margin: 0 15px 0 0;
}

.pre-cart {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  color: #fff;
  background-color: #cb0458;
}
.pre-cart p span.number {
  font-size: 1.875rem;
  font-weight: 500;
}
.pre-cart .button-selection {
  color: #cb0458;
  background-color: #fff;
  margin: 0 0 0 30px;
}

#shop-product {
  padding: 10px 0 0 0;
}
#shop-product .row > div:nth-child(1) .breadcrumb {
  margin: 0 0 25px 0;
}
#shop-product .row > div:nth-child(2) .breadcrumb {
  margin: 0 0 10px 0;
}
#shop-product .product-images {
  display: flex;
}
#shop-product .product-images .thumbs .product-img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px 0 0 0;
  cursor: pointer;
  border: 1px solid #dde3f2;
}
#shop-product .product-images .thumbs .product-img:first-child {
  margin: 0;
}
#shop-product .product-images .thumbs .product-img.is-active {
  border: 1px solid #cb0458;
}
#shop-product .product-images .thumbs .product-img img {
  width: 100%;
  height: 100%;
}
#shop-product .product-images .thumbnail {
  flex: 1;
  margin: 0 0 0 30px;
}
#shop-product .product-images .thumbnail .product-img img {
  display: block;
}
#shop-product .product-pricing {
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  margin: 20px 0 0 0;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #dde3f2;
  color: #2f3034;
}
#shop-product .product-pricing .price {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #cb0458;
}
#shop-product .product-pricing .old-price {
  margin: 0 0 0 10px;
}
#shop-product .product-pricing .old-price span {
  font-weight: 500;
  text-decoration: line-through;
}
#shop-product .details {
  margin: 25px 0 0 0;
}
#shop-product .details .product-actions .stock {
  display: flex;
  align-items: center;
}
#shop-product .details .product-actions .stock .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#shop-product .details .product-actions .stock.ok .icon {
  background-color: #76b327;
}
#shop-product .details .product-actions .stock.nok .icon {
  background-color: #eb212e;
}
#shop-product .details .product-actions .stock .icon svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}
#shop-product .details .product-actions .stock .icon img {
  width: 10px;
  height: 10px;
}
#shop-product .details .product-actions .stock .text {
  font-weight: 500;
  margin: 0 0 0 5px;
  white-space: nowrap;
}
#shop-product .details .product-actions .stock.ok .text {
  color: #76b327;
}
#shop-product .details .product-actions .stock.nok .text {
  color: #eb212e;
}
#shop-product .details .product-actions .btn-helper {
  margin: 25px 0 0 0;
  white-space: nowrap;
}
#shop-product .details .product-description {
  font-family: "Poppins", sans-serif;
  color: #000;
}
#shop-product .details .product-description .plus {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#shop-product .details .product-description .plus span {
  font-size: 1.875rem;
  font-weight: 600;
  font-style: italic;
  color: #cb0458;
}
#shop-product .details .product-description .arguments {
  margin: 5px 0 0 0;
}
#shop-product .details .product-description .arguments li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
#shop-product .details .product-description .arguments li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background-color: #cb0458;
}

#signup-masthead {
  position: relative;
  overflow: hidden;
  padding: 70px 0 130px 0;
  background-image: var(--gradient-zircon);
}
#signup-masthead .content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: calc(100% - 336px);
}
#signup-masthead .content img {
  max-width: clamp(9rem, 5.9597rem + 12.4731vw, 16.25rem);
}
#signup-masthead > img {
  position: absolute;
  top: 0;
  right: 0;
}
#signup-masthead > img.visual-desktop {
  width: 336px;
}
#signup-masthead > img.visual-mobile {
  width: 144px;
}

#page-content.signup-content {
  position: relative;
  z-index: 2;
  margin: -80px 0 130px 0;
}
#page-content.signup-content .signup-form {
  padding: 40px;
  text-align: center;
}
#page-content.signup-content .signup-form form {
  max-width: 590px;
  margin: auto;
}
#page-content.signup-content .signup-form form .form-infobox {
  margin: 40px 0;
}
#page-content.signup-content .signup-form form .form-legend {
  text-align: left;
}
#page-content.signup-content .signup-form form .actions {
  margin: 50px 0 0 0;
}
#page-content.signup-content .signup-form form .actions .btn-arrow {
  width: 100%;
  max-width: 320px;
}
#page-content.signup-content .signup-reassurance {
  position: sticky;
  top: 16px;
  padding: 40px;
  text-align: center;
}
#page-content.signup-content .signup-reassurance .entry-title {
  font-size: 1.5rem;
}
#page-content.signup-content .signup-reassurance .items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 0 0;
}
#page-content.signup-content .signup-reassurance .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#page-content.signup-content .signup-reassurance .item .icon {
  width: 100%;
  height: 90px;
  color: #8896b7;
}
#page-content.signup-content .signup-reassurance .item .text {
  font-size: 1rem;
  line-height: 1.4;
}

#signup-reviews {
  position: relative;
}
#signup-reviews .entry-title {
  position: relative;
  z-index: 2;
  margin: 0 0 30px 0;
  text-align: center;
}

#signup-button {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: translateY(100%);
  box-shadow: 0 -10px 15px rgba(0, 40, 135, 0.1);
}
#signup-button.is-visible {
  transform: translateY(0);
}
#signup-button button {
  width: 100%;
}

#page-faq {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 80px 0;
  padding: 10px 0 0 0;
}
#page-faq .faq-menu {
  padding: 40px;
  background-color: #ee1f76;
}
#page-faq .faq-menu .entry-title {
  color: #fff;
  white-space: nowrap;
}
#page-faq .faq-menu .cat-selection .form-label {
  margin: 10px 0 0 0;
  cursor: text;
  color: #fff;
}
#page-faq .faq-menu .cat-listing .entry-subtitle {
  margin: 35px 0 0 0;
  color: #fff;
}
#page-faq .faq-menu .cat-listing ul {
  margin: 40px 0 0 0;
}
#page-faq .faq-menu .cat-listing ul li {
  font-size: 1rem;
  line-height: 1.6;
  margin: 30px 0 0 0;
}
#page-faq .faq-menu .cat-listing ul li:first-child {
  margin: 0;
}
#page-faq .faq-menu .cat-listing ul li.is-selected {
  position: relative;
  font-weight: 600;
  padding: 0 0 0 10px;
  border-left: 4px solid #fff;
}
#page-faq .faq-menu .cat-listing ul li.is-selected:after {
  position: absolute;
  top: calc(50% - 15px);
  right: -55px;
  width: 30px;
  height: 30px;
  content: "";
  transform: rotate(45deg);
  background-color: #fff;
}
#page-faq .faq-menu .cat-listing ul li a {
  color: #fff;
}
#page-faq .faq-asks .entry-subtitle:not(.same-cat-title) {
  margin: 45px 0 0 0;
}
#page-faq .faq-asks .entry-subtitle.same-cat-title {
  margin: 40px 0 0 0;
  padding: 40px 0 10px 0;
  border-top: 1px solid #dde3f2;
}
#page-faq .faq-asks .entry-content {
  margin: 25px 0 0 0;
}
#page-faq .faq-asks .faq-ask {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #dde3f2;
}
#page-faq .faq-asks .faq-ask p {
  font-size: 1rem;
  flex: 1;
  margin: 0 10px 0 0;
  color: #000;
}
#page-faq .faq-asks .faq-ask svg {
  width: 10px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: #cb0458;
}

.popup {
  max-width: 700px;
  background-color: #fff;
}
.popup.size-large {
  max-width: 900px;
}
.popup.size-xlarge {
  max-width: 1200px;
}
.popup > .content {
  padding: 40px 60px;
}
.popup > .content > .entry-content {
  font-family: "Poppins", sans-serif;
  margin: 15px 0 0 0;
}
.popup > .content > .entry-content strong {
  font-weight: 600;
}
.popup > .content > form {
  text-align: center;
}
.popup > .content > form > .form-row.row-fields.row-clientnumber .row-field .btn-helper {
  width: 100%;
}
.popup > .content > form > .actions {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}
.popup > .content > form > .actions .btn-helper {
  justify-content: center;
  margin: 0 0 20px 0;
}
.popup > .content > form > .actions .btn-helper:last-child {
  margin: 0;
}
.popup > .content .container-iframe {
  margin: 20px 0 0 0;
}
.btn-zoom {
  cursor: zoom-in;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title, .ui-dialog .ui-dialog-content {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  transition: background-color 0.3s ease;
  color: #fff;
  border: none;
  background-color: #cb0458;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-color: #ee1f76;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color 0.3s ease;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #cb0458;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
  background-color: #ee1f76;
}
.ui-widget-overlay {
  opacity: 0.3;
}
.cap-alert-popup #cap-spn-adresse-saisie {
  font-weight: 600;
}
.btn-hidden {
  display: none;
}

.global-errors, .form-errors {
  width: 100%;
  clear: both;
}
.global-errors {
  background-image: var(--gradient-zircon);
}
.global-errors.color-white {
  background: #fff;
}
.global-errors .msg-error, .form-errors .msg-error {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 5px 0 0 0;
  text-align: center;
  color: #eb212e;
}
.global-errors .msg-error:first-child {
  margin-top: 0;
  padding-top: 15px;
}
.global-errors .msg-error:last-child {
  padding-bottom: 15px;
}
.form-errors .msg-error:first-child {
  margin-top: 15px;
}
.global-errors .msg-error img, .form-errors .msg-error img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 8px 0 0;
}
.global-errors .msg-error strong, .form-errors .msg-error strong {
  font-weight: 600;
}
.global-errors .msg-error a:not(.btn-helper), .form-errors .msg-error a:not(.btn-helper) {
  color: #eb212e;
  text-decoration: underline;
}
.global-errors .msg-error a.btn-helper, .form-errors .msg-error a.btn-helper {
  margin: 10px 0;
}
.form-msg-error, .cap__error-msg {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
  color: #eb212e;
}
.form-msg-error a, .cap__error-msg a {
  color: #eb212e;
  text-decoration: underline;
}
.form-field-error input, .form-field-error textarea, .form-field-error .nice-select {
  border-color: #eb212e;
}

#loader {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
#loader .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 70px;
  width: 150px;
  z-index: 9999;
}
#loader .text {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#loader .spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
}
#loader .spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#loader .spinner > div:not(:first-child) {
  margin-left: 3px;
}
#loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
#loader .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}
#loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
#loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
            transform: scaleY(1.0);
  } }
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .form-input[type=date] {
    width: 220px;
  }
  .form-row.row-fields {
    display: flex;
    justify-content: space-between;
  }
  .form-row.row-fields.row-zipcode .row-field:first-child {
    width: 90px;
  }
  .form-row.row-fields.row-zipcode .row-field:last-child {
    width: calc(100% - 130px);
  }
  .form-row.row-fields .row-field {
    width: calc(50% - 20px);
  }
  #shop-products .products-listing .product-card .btn-version {
    padding-left: 10px;
    padding-right: 10px;
  }
  #shop-products .products-listing .product-card .btn-version .type {
    margin-left: 5px;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(1) {
    display: inline-block;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(2) {
    display: none;
  }
  #signup-reviews .entry-title {
    font-size: 1.875rem;
  }
  .popup > .content > form > .form-row.row-fields.row-clientnumber .row-field .btn-helper {
    margin: 29px 0 0 0;
  } }
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  #header.search-open .header-content .content-left nav {
    width: 0;
    transform: translateX(-200px);
    white-space: nowrap;
    opacity: 0;
  }
  #header.search-open .header-content .content-right .actions {
    flex: 1;
    justify-content: flex-end;
    transition: all 0.3s ease;
  }
  #header.search-open .header-content .content-right .actions .btn-helper.button-search {
    flex: 1;
    justify-content: flex-start;
    width: auto;
    min-width: 44px;
    padding: 0 20px;
  }
  #header.search-open .header-content .content-right .actions .btn-helper.button-search form {
    display: block;
  }
  .block-shop .button-shop {
    display: none;
  }
  .block-slider .slider .items img:first-child {
    display: block;
  }
  .account-login .container-forms form .container-iframe {
    margin: 0 100px;
  }
  .checkout-payment-new .payment-methods .item .content {
    align-items: flex-start;
  }
  .checkout-payment-new .payment-methods .item .content .infobox {
    gap: 12px;
  }
  .checkout-payment-new .payment-methods .item .content .infobox svg:nth-child(1) {
    display: none;
  }
  .checkout-payment-new .payment-methods .item .content .container-iframe iframe {
    margin: 0 50px;
  } }
@media (min-width: 768px) and (hover: hover) {
  #header.search-open .header-content .content-right .actions .btn-helper.button-search:hover {
    color: #cb0458;
    border-color: #cb0458;
    background-color: transparent;
  } }
@media (hover: hover) and (min-width: 992px) {
  .account-menu li.is-current a:hover {
    color: #cb0458;
  }
  .account-menu li a:hover {
    color: #fff;
  }
  .account-menu li a:hover:before {
    opacity: 1;
  }
  .account-menu li a:hover .tooltip svg {
    fill: #fff;
  } }
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .form-row.row-radios-full .field-radio {
    margin-left: 40px !important;
  }
  #page-masthead.size-large {
    margin: 0 0 -80px 0;
    padding: 40px 0 130px 0;
  }
  #page-masthead.full-content {
    padding: 10px 0 30px 0;
  }
  #page-masthead.full-content .entry-title:first-child {
    margin: 30px 0;
  }
  #page-masthead.full-content.title-only {
    padding: 0 0 88px 0;
  }
  #page-masthead.full-content.title-only .breadcrumb {
    margin: 0 0 72px 0;
  }
  .product-offer-card .content {
    flex: 0.8;
  }
  .account-login {
    padding: 30px 0;
  }
  .renewoffer-card .content {
    flex: 0.8;
  }
  .account-termination {
    padding: 30px 0;
  }
  .error-termination {
    padding: 30px 0;
  }
  .checkout-payment .addresses-listing .item .foot .button-address {
    display: none;
  }
  .checkout-payment .payment-methods .item .container-iframe iframe {
    margin: 0 150px;
  }
  .checkout-payment-new .payment-methods .item .content .container-iframe iframe {
    margin: 0 175px;
  }
  #eservice-content .container.no-nav .slider-nav {
    display: none;
  }
  #eservice-digital .digital-block .block-head img {
    position: absolute;
    top: 50%;
    right: 70px;
    height: 190px;
    transform: translateY(-50%);
  }
  #eservice-digital .digital-block .container-offers.no-nav .slider-nav {
    display: none;
  }
  #flash-content .single-tips .tips-row {
    align-items: center;
    flex-direction: row-reverse;
  }
  #flash-content .single-tips .flash-card .breadcrumb {
    margin: 0;
  }
  #flash-content .single-tips .flash-card .flash-pricing {
    text-align: left;
  }
  #flash-content .single-tips .flash-card .flash-pricing .information {
    margin: 0 0 5px 0;
  }
  #flash-content .single-tips .flash-card .actions {
    text-align: left;
  }
  #flash-content .multi-tips .tips-row {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #dde3f2;
  }
  #flash-content .multi-tips .tips-row:first-child {
    padding: 0;
    border: none;
  }
  #flash-content .multi-tips .tips-row:last-child {
    margin: 40px 0;
  }
  #flash-content .multi-tips .tips-row .tips-three-columns:not(:nth-child(3n)), #flash-content .multi-tips .tips-row .tips-two-columns:not(:last-child) {
    border-right: 1px solid #dde3f2;
  }
  #flash-content .multi-tips .flash-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
  #flash-content .multi-tips .flash-card .flash-image .thumbnail {
    height: 300px;
  }
  #shop-search .search-block img {
    position: absolute;
    top: 50%;
    right: 70px;
    height: 190px;
    transform: translateY(-50%);
  }
  #shop-search .search-block form .search-input {
    width: 400px;
  }
  #shop-product .product-images-slider {
    display: none;
  }
  #shop-product .details {
    display: flex;
    justify-content: space-between;
  }
  #shop-product .details .product-actions {
    padding: 0 30px 0 0;
  }
  #shop-product .details .product-description {
    padding: 0 0 0 30px;
    border-left: 1px solid #dde3f2;
  }
  #signup-masthead > img.visual-mobile {
    display: none;
  } }
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  #header .header-content .content-right .actions .btn-helper.button-burger {
    display: none;
  }
  .block-magazines .items {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  }
  .block-magazines .items .magazine-card {
    width: calc(33.3333333333% - 40px);
    margin: 20px;
  }
  .block-magazines .slider-nav {
    display: none;
  }
  .block-related .items {
    display: flex;
    margin: 0 -20px;
  }
  .block-related .items .magazine-card {
    width: calc(33.3333333333% - 40px);
  }
  .block-related .slider-nav {
    display: none;
  }
  .block-slider .slider-nav {
    margin: 10px 0 0 0;
  }
  .block-slider .slider-nav .arrow {
    pointer-events: none;
    opacity: 0;
  }
  .checkout-summary {
    position: sticky;
    top: 30px;
  }
  .checkout-cart-validate {
    display: none;
  }
  #edito-masthead .row > div:nth-child(2) .actions {
    display: none;
  }
  #edito-redac .content .redac .job .entry-content strong {
    font-weight: 600;
  }
  #edito-description .content {
    overflow: visible;
  }
  #edito-description .content .item .infos {
    width: 80%;
    margin: 0 auto;
  }
  #edito-description .content .item-video .entry-title {
    width: 80%;
    margin: -50px auto 0 auto;
  }
  #edito-description .content .item-video .video:before {
    left: calc((-100vw + 1100px) / 2);
    right: calc((-100vw + 1100px) / 2);
  }
  #edito-description .content .item-video .video:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    content: "";
    background-color: #fff;
  }
  .pre-cart p span {
    font-size: 1rem;
  }
  #page-content.signup-content .block-reassurance {
    display: none;
  }
  #signup-reviews:before {
    position: absolute;
    bottom: calc(100% - 60px);
    left: 0;
    width: 100%;
    height: 560px;
    content: "";
    background-image: var(--gradient-zircon);
  }
  #signup-button {
    display: none;
  }
  #page-faq .faq-menu {
    position: sticky;
    top: 0;
    min-height: 100vh;
  }
  #page-faq .faq-menu .cat-selection {
    display: none;
  }
  .popup > .content > form > .form-row.row-fields.row-clientnumber .row-field .btn-helper {
    margin: 26px 0 0 0;
  } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .checkout-payment .payment-methods .item .container-iframe iframe {
    margin: 0 100px;
  }
  .checkout-payment-new .payment-methods .item .content .container-iframe iframe {
    margin: 0 50px;
  }
  .checkout-related .items .slick-list {
    padding: 0 0 20px 0;
    margin-bottom: -20px;
  }
  #edito-masthead .thumbnail-tv, #edito-masthead .thumbnail-podcast {
    width: 340px;
  } }
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .checkout-related .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .checkout-related .items .magazine-card {
    width: calc(33.3333333333% - 40px);
  }
  .checkout-related .slider-nav {
    display: none;
  }
  #edito-description .content .item-video .video:before {
    left: calc((-100vw + 1280px) / 2);
    right: calc((-100vw + 1280px) / 2);
  }
  #shop-products .products-listing .product-card .btn-version {
    padding-left: 24px;
    padding-right: 24px;
  }
  #shop-products .products-listing .product-card .btn-version .type {
    margin-left: 10px;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(1) {
    display: none;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(2) {
    display: inline-block;
  } }
@media (max-width: 1399.98px) {
  #header .header-bar .title span {
    display: none;
  }
  #header .header-content .content-left .logo {
    width: 170px;
    height: 60px;
  }
  #header .header-content .content-left nav > ul > li > a {
    font-size: 0.875rem;
    padding: 0 8px;
  }
  #header .header-content .content-right .button-subscribe svg {
    display: none;
  }
  .magazine-card {
    padding: 30px;
  }
  .magazine-card.mz-service .thumbnail, .magazine-card.mz-tv .thumbnail {
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
  }
  .magazine-card.mz-tv .thumbnail {
    background-size: calc(100% - 60px) auto;
  }
  .account-menu li {
    margin: 0 0 0 40px;
  }
  .account-menu li a {
    font-size: 0.9375rem;
  }
  .checkout-cart .cart-item {
    padding: 40px;
  }
  #eservice-content .items .magazine-card .thumbnail {
    background-size: contain;
  } }
@media (max-width: 1199.98px) {
  .slider-nav {
    margin: 20px 0 0 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #menu-mobile {
    transform: translateX(0);
  }
  #header .header-bar .bar-right > * {
    margin: 0;
  }
  #header .header-bar .bar-right > *:before {
    display: none;
  }
  #header .header-bar .bar-right .link {
    display: none;
  }
  #header .header-content .content-left .logo {
    top: 0;
    width: 170px;
  }
  #header .header-content .content-left nav {
    display: none;
  }
  #header .header-content .content-right .actions .btn-helper {
    width: 38px;
    height: 38px;
  }
  #header .header-content .content-right .actions .btn-helper.button-search form input[type=search] {
    line-height: 2.25rem;
  }
  #header .header-content .content-right .actions .btn-helper.button-cart span {
    font-size: 0.75rem;
    line-height: 1rem;
    width: 16px;
    height: 16px;
  }
  #footer.is-min .footer-content {
    padding: 40px 0 20px 0;
  }
  #footer.is-min .footer-logo {
    order: 1;
  }
  #footer.is-min .footer-socials {
    order: 2;
  }
  #footer.is-min .column {
    order: 4;
    width: 100%;
  }
  #footer.is-min #cust-widget-note {
    order: 3;
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px 0 0 0 !important;
    padding: 20px 0 0 0;
    border-top: 1px solid #dde3f2;
  }
  #footer .footer-content {
    padding: 10px 0 40px 0;
  }
  #footer .footer-content .column {
    width: 50%;
    margin: 30px 0 0 0;
  }
  .block-magazines {
    overflow: hidden;
    padding: 50px 0;
  }
  .block-magazines:before {
    display: none;
  }
  .block-magazines .items .slick-list {
    overflow: visible;
    margin: 0 -20px;
  }
  .block-magazines .items .slick-list .slick-track {
    display: flex;
  }
  .block-newsletter form .fields .form-input {
    line-height: 3.25rem;
    height: 54px;
  }
  .block-search form .fields .form-input {
    line-height: 3.25rem;
    height: 54px;
  }
  .block-reassurance .items .item .icon {
    height: 72px;
  }
  .block-reassurance .items .item .text {
    font-size: 0.875rem;
  }
  .block-reassurance .items .item .text br {
    display: none;
  }
  .block-related {
    padding: 50px 0;
  }
  .block-related .slick-list {
    overflow: visible;
    margin: 0 -20px;
  }
  .block-related .slick-list .slick-track {
    display: flex;
  }
  .block-shop {
    padding: 50px 0;
  }
  .block-slider .slider .arrow {
    width: 0;
    pointer-events: none;
    opacity: 0;
  }
  .btn-helper {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 9px 20px;
  }
  .btn-helper.btn-border {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 8px 19px;
  }
  .magazine-detail .content {
    padding: 0 0 0 70px;
  }
  .product-offer-card .content .name {
    font-size: 1.625rem;
  }
  .account-blocks .block {
    padding: 30px;
  }
  .account-subscriptions .account-subscription .reminder {
    padding: 20px 30px;
  }
  .account-subscriptions .account-subscription .magazine-detail {
    padding: 30px;
  }
  .renewoffer-card .content .name {
    font-size: 1.625rem;
  }
  .checkout-cart .entry-subtitle {
    text-align: center;
  }
  .checkout-payment {
    text-align: center;
  }
  .checkout-payment .addresses-listing .item.actions:not(.is-disabled) .row {
    display: none;
  }
  .checkout-payment-new {
    text-align: center;
  }
  .checkout-payment-new .entry-content {
    margin-top: 24px;
  }
  .checkout-payment-new form {
    padding: 24px 0 0 0;
  }
  .checkout-steps {
    justify-content: flex-end;
  }
  .checkout-steps li {
    font-size: 0.875rem;
  }
  .checkout-steps li:after {
    width: 30px;
  }
  .checkout-summary {
    margin: 40px 0 0 0;
  }
  .checkout-summary .entry-subtitle {
    text-align: center;
  }
  .checkout-summary .summary .btn-helper {
    display: none;
  }
  .checkout-related .entry-subtitle {
    text-align: center;
  }
  .checkout-related .items .slick-list {
    overflow: visible;
  }
  #eservice-content .items .magazine-card {
    width: calc(100% - 40px);
  }
  #offer-masthead {
    overflow: hidden;
    padding: 20px 0 0 0;
  }
  #offer-masthead .thumbnail:not(.thumbnail-tv) {
    aspect-ratio: unset;
    margin: 40px auto 0 auto;
  }
  #offer-masthead .thumbnail:not(.thumbnail-tv).is-large {
    top: 0;
    aspect-ratio: unset;
  }
  #offer-masthead .thumbnail:not(.thumbnail-tv) img {
    width: 100%;
    height: auto;
    margin-bottom: -40%;
  }
  #offer-masthead .thumbnail.thumbnail-tv {
    top: 0;
    height: auto;
    margin: 50px auto 0 auto;
  }
  #offer-subscription {
    padding: 50px 0;
  }
  #offer-subscription .offer-help {
    margin: -25px 0 30px 0;
  }
  #offer-subscription .offer-actions {
    flex-direction: column;
    padding: 20px;
  }
  .flash-card .flash-details .name {
    font-size: 1.625rem;
  }
  #edito-masthead .thumbnail img {
    transform: rotate(3deg);
  }
  #edito-masthead .thumbnail-tv img, #edito-masthead .thumbnail-podcast img {
    transform: none;
  }
  #edito-masthead .entry-title br {
    display: none;
  }
  #edito-masthead .row > div:nth-child(1) {
    margin: 0 0 40px 0;
  }
  #edito-masthead .row > div:nth-child(1) .actions {
    display: none;
  }
  #edito-masthead .row > div:nth-child(2) .breadcrumb {
    display: none;
  }
  #edito-redac .content {
    display: block;
    padding: 40px;
  }
  #edito-redac .content .quote {
    margin: 0;
  }
  #edito-redac .content .quote .entry-subtitle {
    padding: 0;
    text-align: center;
  }
  #edito-redac .content .redac {
    flex-direction: row;
    margin: 30px 0 0 0;
  }
  #edito-redac .content .redac img {
    width: 50px;
    height: 50px;
  }
  #edito-redac .content .redac .job {
    margin: 0 0 0 15px;
    text-align: left;
  }
  #edito-redac .content .redac .job .entry-content {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  #edito-description .content {
    padding: 60px 0 0 0;
  }
  #edito-description .content .sail {
    left: 15%;
    width: 70%;
  }
  #edito-description .content .line:before {
    left: 0;
    width: 100%;
  }
  #edito-description .content .line.line-mk:before {
    display: none;
  }
  #edito-description .content .line.line-mk + .item {
    margin: 0;
  }
  #edito-description .content .item .edito-img {
    margin: 25px 0 0 0;
  }
  #edito-description .content .item .edito-img.edito-img-reversed {
    aspect-ratio: unset;
  }
  #edito-description .content .item-video .video {
    position: relative;
  }
  #edito-description .content .item-video .video:before {
    top: calc(50% - 20px);
    bottom: auto;
    left: -20px;
    right: -20px;
    height: 40px;
  }
  #edito-description .content .item-video .video iframe {
    height: 320px;
  }
  #edito-video {
    margin: 50px 0 0 0;
    padding: 50px 0;
  }
  #edito-video .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #edito-video .content {
    font-size: 1.875rem;
    width: 100%;
    padding-bottom: 0;
    transform: none;
  }
  #edito-video .video {
    flex: unset;
    width: 100%;
  }
  #edito-offer {
    margin: 80px 0 0 0;
  }
  #edito-offers {
    margin: 80px 0 0 0;
  }
  #edito-offers .container-offers + .actions .btn-helper {
    margin: 30px 0 0 0;
  }
  #shop-products .products-head {
    flex-direction: column;
  }
  #shop-products .products-head .sort {
    margin: 15px 0 0 0;
  }
  #shop-products .products-listing .product-card {
    width: calc(33.3333333333% - 40px);
  }
  .pre-cart {
    padding: 15px 20px;
  }
  .pre-cart p span.number {
    font-size: 1.25rem;
  }
  .pre-cart .button-selection {
    margin: 0 0 0 15px;
  }
  #signup-masthead {
    padding: 48px 0;
  }
  #signup-masthead .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #page-content.signup-content {
    margin: 30px 0 0 0;
  }
  #page-content.signup-content .signup-form {
    padding: 30px;
  }
  #page-content.signup-content .signup-form form .entry-title {
    font-size: 1.875rem;
  }
  #page-content.signup-content .signup-form form .form-infobox {
    margin: 30px 0;
  }
  #page-content.signup-content .signup-reassurance {
    display: none;
  }
  #signup-reviews {
    padding: 50px 0;
    background-image: var(--gradient-zircon);
  }
  body:has(#signup-button.is-visible) {
    padding-bottom: 78px;
  }
  #page-faq {
    margin: 0 0 50px 0;
  }
  #page-faq .faq-menu .cat-listing {
    display: none;
  }
  #page-faq .faq-asks .cat-title {
    display: none;
  }
  #page-faq .faq-asks .entry-subtitle.ask-title {
    margin: 25px 0 0 0;
  }
  #page-faq .faq-asks .entry-subtitle.same-cat-title {
    margin: 30px 0 0 0;
    padding: 30px 0 10px 0;
  } }
@media (max-width: 991.98px) {
  .bg-sq .ctn-sq {
    display: none;
  }
  #header .header-notice .container {
    gap: 16px;
  }
  #header .header-notice .container > svg {
    width: 16px;
    height: 16px;
  }
  #header .header-notice .container > div {
    font-size: 0.875rem;
  }
  #header .header-content.page-checkout .content-left .logo {
    margin: 0;
  }
  #footer .footer-logo {
    /*width: 80px;*/
    height: 60px;
  }
  #footer .footer-socials li a {
    width: 44px;
    height: 44px;
  }
  #footer .footer-socials li a svg {
    width: 16px;
    height: 16px;
  }
  .block-magazines .entry-content {
    font-size: 1.125rem;
    margin: 0 0 50px 0;
  }
  .block-magazines .entry-content br {
    display: none;
  }
  .block-newsletter {
    padding: 50px 0;
    text-align: center;
  }
  .block-newsletter form {
    margin: 30px 0 0 0;
  }
  .block-newsletter form .fields {
    max-width: 100%;
  }
  .block-newsletter form .form-errors {
    max-width: 100%;
  }
  .block-search form .fields {
    max-width: 100%;
  }
  .block-reassurance {
    padding: 50px 0;
  }
  .block-reassurance .entry-title {
    margin: 0 0 30px 0;
  }
  .block-reassurance .items {
    flex-direction: column;
  }
  .block-reassurance .items .item {
    flex-direction: row;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .block-reassurance .items .item:first-child {
    margin: 0;
  }
  .block-reassurance .items .item .icon {
    width: 64px;
    height: 64px;
    margin: 0 30px 0 0;
  }
  .block-reassurance .items .item .text {
    justify-content: flex-start;
    text-align: left;
  }
  .block-shop .entry-content {
    font-size: 1.125rem;
  }
  .breadcrumb {
    justify-content: center;
  }
  .form-switch .item {
    font-size: 0.875rem;
    padding: 15px;
  }
  .form-information svg {
    width: 16px;
    height: 16px;
  }
  .form-information span {
    font-size: 0.875rem;
    max-width: calc(100% - 16px);
    padding: 0 0 0 10px;
  }
  .form-infobox {
    padding: 24px;
  }
  .magazine-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .magazine-detail .content {
    padding: 30px 0 0 0;
  }
  .magazine-detail .content ul {
    max-width: 100%;
  }
  .magazine-detail .content ul li {
    display: block;
  }
  .magazine-detail .content .actions {
    align-items: center;
    margin: 20px 0 0 0;
  }
  #page-masthead {
    padding: 10px 0 40px 0;
    text-align: center;
  }
  #page-masthead.full-content .entry-title {
    margin: 0 0 20px 0;
  }
  #page-masthead .masthead-account {
    align-items: center;
    margin: 20px 0 0 0;
  }
  #page-masthead .masthead-account .identifier {
    font-size: 0.875rem;
  }
  #page-content {
    margin: 0 0 50px 0;
  }
  .product-offer-card {
    flex-direction: column;
  }
  .product-offer-card .content {
    width: 100%;
  }
  .product-offer-card .pricing {
    margin: 20px 0 0 0;
  }
  .product-offer-card .actions .btn-helper {
    margin: 20px 0 0 0;
  }
  .warning-popup {
    padding: 40px;
  }
  .warning-popup .content {
    font-size: 1.125rem;
  }
  .warning-popup .btn-helper:not(:first-child) {
    margin: 30px 0 0 0;
  }
  .gift-popup {
    flex-direction: column;
  }
  .gift-popup__image {
    width: 100%;
    padding: 30px;
  }
  .gift-popup__image img {
    max-height: 300px;
  }
  .gift-popup__content {
    width: 100%;
    padding: 40px 30px;
  }
  .webtv-popup {
    gap: 30px;
    padding: 40px;
  }
  .webtv-popup h1 {
    font-size: 1.75rem;
  }
  .webtv-popup .content {
    font-size: 1.125rem;
  }
  .webtv-special-popup {
    padding: 40px;
  }
  .webtv-special-popup h1 {
    font-size: 1.75rem;
  }
  .webtv-special-popup .subtitle {
    font-size: 1.125rem;
    margin: 30px 0 0 0;
  }
  .webtv-special-popup .offer-supports {
    width: calc(100% + 80px);
    margin: 30px 0 30px -40px;
  }
  .account-blocks.rows .block {
    width: calc(100% - 40px);
  }
  .account-blocks.rows .block .btn-helper {
    margin: 30px 0 0 0;
  }
  .account-blocks .block {
    flex-direction: column;
  }
  .account-blocks .block .block-content {
    padding: 0;
  }
  .account-blocks .block .btn-helper {
    margin: 30px 0 0 0;
  }
  .account-menu li {
    width: 100%;
    margin: 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background-color: whitesmoke;
  }
  .account-menu li.is-current a {
    color: #fff;
    background-color: #cb0458;
  }
  .account-menu li a:before {
    display: none;
  }
  .account-subscriptions .account-subscription .reminder {
    font-size: 0.875rem;
    padding: 20px;
  }
  .account-subscriptions .account-subscription .reminder .item p svg {
    width: 14px;
    height: 14px;
  }
  .account-subscriptions .account-subscription .reminder .item p span {
    max-width: calc(100% - 24px);
  }
  .account-subscriptions .account-subscription .reminder .item a svg {
    width: 14px;
    height: 14px;
  }
  .account-subscriptions .account-subscription .reminder .item a span {
    max-width: calc(100% - 24px);
  }
  .account-orders .account-order .order-head .order-detail {
    display: block;
  }
  .account-orders .account-order .order-head .order-detail .status {
    margin: 10px 0 0 34px;
  }
  .account-orders .account-order .order-head .order-detail .amount {
    margin: 10px 0 0 34px;
  }
  .renewoffer-card {
    flex-direction: column;
  }
  .renewoffer-card .content {
    width: 100%;
  }
  .renewoffer-card .pricing {
    margin: 20px 0 0 0;
  }
  .renewoffer-card .actions .btn-helper {
    margin: 20px 0 0 0;
  }
  .account-termination .termination-reminder {
    margin: 40px 0 0 0;
  }
  .checkout-cart .cart-item {
    flex-direction: column;
  }
  .checkout-cart .cart-item .thumbnail {
    margin: auto;
  }
  .checkout-cart .cart-item .item-inner {
    padding: 40px 0 0 0;
  }
  .checkout-payment .addresses-listing .item .account-login .cart-listing {
    margin: 20px 0 0 0;
  }
  .checkout-payment .addresses-listing .item .account-login .cart-listing .content {
    flex-direction: column;
  }
  .checkout-payment .addresses-listing .item .account-login .cart-listing .content .field-checkbox {
    margin: 10px 0 0 0;
  }
  .checkout-payment .addresses-listing .item .head {
    margin: 0 0 10px 0;
  }
  .checkout-payment .addresses-listing .item .head .button-address {
    display: none;
  }
  .checkout-steps {
    padding: 0 0 0 20px;
  }
  .checkout-steps li {
    flex-direction: column;
    margin: 0 0 0 30px;
  }
  .checkout-steps li:first-child {
    margin: 0;
  }
  .checkout-steps li:after {
    display: none;
  }
  .checkout-steps li svg {
    margin: 0 0 10px 0;
  }
  #eservice-content .items .magazine-card .thumbnail {
    height: 377px;
  }
  #eservice-content .items .magazine-card .thumbnail:after {
    display: none;
  }
  #eservice-digital .digital-block {
    margin: 50px 0 0 0;
  }
  #eservice-digital .digital-block .block-head {
    align-items: center;
    margin: 0 0 50px 0;
    padding: 20px 30px;
  }
  #eservice-digital .digital-block .block-head .content {
    flex: 1;
    order: 2;
    padding: 0 0 0 30px;
  }
  #eservice-digital .digital-block .block-head img {
    order: 1;
    height: 110px;
  }
  .offer-card .offer-head {
    padding: 20px 30px;
  }
  .offer-card .offer-head .name {
    font-size: 1.625rem;
  }
  .offer-popup {
    flex-direction: column;
  }
  .offer-popup .content {
    width: 100%;
    padding: 40px;
  }
  .offer-popup .content .offer-supports li {
    padding: 0 20px;
  }
  .offer-popup .content .custplace-rating-block {
    flex-direction: column-reverse;
    min-width: 100%;
  }
  .offer-popup .side {
    width: 100%;
    padding: 30px;
  }
  .offer-popup .side form .btn-helper {
    margin: 20px 0 0 0;
  }
  .offer-supports li .icon {
    width: 32px;
    height: 32px;
  }
  .flash-card .flash-details .name {
    margin: 20px 0 0 0;
  }
  #flash-content .single-tips .tips-row .tips-column:last-child {
    padding-bottom: 45px;
    border-bottom: 1px solid #dde3f2;
  }
  #flash-content .single-tips .flash-card .breadcrumb {
    display: none;
  }
  #flash-content .multi-tips {
    margin: 20px 0 0 0;
  }
  #flash-content .multi-tips .tips-row .tips-three-columns, #flash-content .multi-tips .tips-row .tips-two-columns {
    padding-bottom: 45px;
    border-bottom: 1px solid #dde3f2;
  }
  #flash-content .multi-tips .flash-card .flash-image {
    margin: 20px 0 0 0;
  }
  #edito-masthead .edito-summary {
    padding: 20px;
  }
  #edito-video .content {
    font-size: 1.75rem;
  }
  #edito-banner {
    left: 24px;
    gap: 24px;
    width: calc(100% - 48px);
    height: 110px;
    padding: 0 24px;
  }
  #edito-banner div {
    font-size: 0.875rem;
  }
  #edito-banner div .entry-subtitle {
    font-size: 1rem;
  }
  #edito-banner img {
    display: none;
  }
  body:has(#edito-banner) {
    padding-bottom: 110px;
  }
  #shop-search .search-block {
    align-items: center;
    margin: 40px 0;
    padding: 20px 30px;
  }
  #shop-search .search-block .content {
    flex: 1;
  }
  #shop-search .search-block img {
    display: none;
  }
  #shop-search .search-block form .search-input {
    width: 100%;
  }
  #shop-products.search-products {
    margin: 0 0 40px 0;
  }
  #shop-products .products-head .categories {
    flex-direction: column;
  }
  #shop-products .products-head .categories ul {
    margin: 10px 0 0 0;
  }
  #shop-products .products-pagination {
    margin: 40px 0 0 0;
  }
  #shop-product .row > div:nth-child(1) {
    margin: 0 0 35px 0;
  }
  #shop-product .row > div:nth-child(2) .breadcrumb {
    display: none;
  }
  #shop-product .product-images {
    display: none;
  }
  #shop-product .product-pricing {
    padding: 0 0 25px 0;
  }
  #shop-product .details {
    display: block;
  }
  #shop-product .details .product-description {
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #dde3f2;
  }
  #signup-masthead {
    padding: 0 0 24px 0;
  }
  #signup-masthead .content {
    max-width: calc(100% - 144px);
  }
  #signup-masthead > img.visual-desktop {
    display: none;
  }
  #page-content.signup-content {
    margin: 20px 0 0 0;
  }
  #page-content.signup-content .signup-form {
    padding: 20px;
  }
  #page-content.signup-content .signup-form form .entry-title {
    font-size: 1.625rem;
  }
  #page-content.signup-content .signup-form form .form-infobox {
    margin: 20px 0;
  }
  .popup > .content {
    padding: 40px;
  } }
@media (max-width: 767.98px) {
  #header .header-content.page-checkout .container {
    flex-direction: column;
  }
  #header .header-content .content-left .logo {
    top: 5px;
    width: 140px;
  }
  #header .header-content .content-right .actions .btn-helper.button-search {
    display: none;
  }
  #header .header-content .content-right .actions .btn-helper.button-account {
    display: none;
  }
  #footer .footer-content {
    padding: 10px 0 30px 0;
  }
  #footer .footer-content .column {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #footer .footer-content .column:first-child {
    flex-direction: column-reverse;
  }
  #footer #cust-widget-note {
    margin: 0 0 20px 0 !important;
  }
  .block-shop {
    text-align: center;
  }
  .block-shop .row .col-auto {
    display: none;
  }
  .block-slider .slider .items img:last-child {
    display: block;
  }
  .form-information {
    margin: 30px 0 0 0;
  }
  .magazine-detail .content .actions .information span br {
    display: none;
  }
  .warning-popup .content {
    font-size: 1rem;
  }
  .gift-popup__title {
    font-size: 1.5rem;
  }
  .gift-popup__value-price {
    font-size: 1.625rem;
  }
  .webtv-popup .content {
    font-size: 1rem;
  }
  .webtv-special-popup .subtitle {
    font-size: 1rem;
    margin: 20px 0 0 0;
  }
  .webtv-special-popup .offer-pricing {
    margin: 20px 0 0 0;
  }
  .account-subscriptions .account-subscription .reminder .item {
    align-items: center;
    flex-direction: column;
  }
  .account-subscriptions .account-subscription .reminder .item p {
    display: block;
    text-align: center;
  }
  .account-subscriptions .account-subscription .reminder .item p svg {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
  }
  .account-subscriptions .account-subscription .reminder .item a {
    margin: 4px 0 0 0;
  }
  .checkout-cart .cart-item .item-inner {
    padding: 30px 0 0 0;
  }
  .checkout-cart .cart-item .item-inner .item-content {
    flex-direction: column;
  }
  .checkout-cart .cart-item .item-inner .item-content .content {
    padding: 0;
    text-align: center;
  }
  .checkout-cart .cart-item .item-inner .item-content .pricing {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .checkout-cart .cart-item .item-inner .item-content .update {
    justify-content: center;
  }
  .checkout-payment .payment-methods .item {
    padding: 30px 20px 30px 74px;
  }
  .checkout-payment .payment-methods .item .head .logos {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .checkout-payment .payment-methods .item .head .logos .icon-2x {
    margin: 0;
  }
  .checkout-payment-new .payment-methods .item .content .infobox svg:nth-child(2) {
    display: none;
  }
  .checkout-steps {
    align-self: center;
    padding: 5px 0 0 0;
  }
  .checkout-steps li {
    margin: 0 0 0 20px;
  }
  .offer-card .offer-head .name {
    font-size: 1.5rem;
  }
  .offer-popup .content .summary .item .item-title span {
    display: block;
    margin: 2px 0 0 0;
  }
  .offer-supports li .icon {
    width: 24px;
    height: 24px;
  }
  #offer-masthead .entry-title br {
    display: none;
  }
  #edito-video .container {
    gap: 30px;
  }
  #shop-products .products-listing .product-card {
    width: calc(50% - 40px);
  }
  #page-content.signup-content .signup-form form .entry-title {
    font-size: 1.5rem;
  }
  #page-faq .faq-menu .cat-selection .nice-select {
    font-size: 0.875rem;
  }
  #page-faq .faq-asks .faq-ask p {
    font-size: 0.875rem;
  } }
@media (max-width: 575.98px) {
  #header .header-bar {
    line-height: 1.2;
    padding: 8px 0;
  }
  #header .header-bar .bar-right .flags li a {
    width: 16px;
    height: 16px;
  }
  #header .header-content .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  #header .header-content .content-left .logo-baseline {
    display: none;
  }
  #header .header-content .content-right .button-subscribe {
    font-size: 0.625rem;
  }
  #header .header-content .content-right .actions .btn-helper {
    margin: 0 0 0 5px;
  }
  .block-magazines .entry-content {
    font-size: 1rem;
  }
  .block-magazines .items .slick-list {
    padding: 0 15% 0 0;
  }
  .block-newsletter form .fields .form-input {
    padding: 0 100px 0 30px;
  }
  .block-newsletter form .fields .btn-helper {
    font-size: 0;
    width: auto;
  }
  .block-newsletter form .fields .btn-helper svg {
    margin: 0;
  }
  .block-search form .fields .form-input {
    padding: 0 100px 0 30px;
  }
  .block-search form .fields .btn-helper {
    font-size: 0;
    width: auto;
  }
  .block-search form .fields .btn-helper svg {
    margin: 0;
  }
  .block-related .entry-title {
    margin: 0 0 40px 0;
  }
  .block-shop .entry-content {
    font-size: 1rem;
  }
  .form-row.row-fields .row-field {
    margin: 30px 0 0 0;
  }
  .form-row.row-fields .row-field:first-child {
    margin: 0;
  }
  .form-infobox {
    padding: 24px 16px;
  }
  .form-infobox ul {
    font-size: 0.875rem;
    gap: 10px;
  }
  .form-infobox ul li svg {
    width: 14px;
    height: 14px;
  }
  .form-notice {
    padding: 16px;
  }
  .form-notice__content {
    font-size: 0.875rem;
  }
  .nice-select .list {
    white-space: initial;
  }
  .magazine-card .name {
    font-size: 1.25rem;
  }
  .magazine-card .description {
    font-size: 0.875rem;
  }
  .magazine-card .btn-helper {
    margin: 20px 0 0 0;
  }
  .product-card .content .price {
    font-size: 1.25rem;
  }
  .product-offer-card .content .name {
    font-size: 1.25rem;
  }
  .product-offer-card .content .description li {
    font-size: 0.8125rem;
  }
  .product-offer-card .content .description li:before {
    top: 8px;
  }
  .product-offer-card .pricing .price span {
    font-size: 1.5625rem;
  }
  .warning-popup {
    padding: 40px 20px;
  }
  .gift-popup__image {
    padding: 20px;
  }
  .gift-popup__image img {
    max-height: 200px;
  }
  .gift-popup__content {
    padding: 30px 20px;
  }
  .webtv-popup {
    gap: 20px;
    padding: 40px 20px;
  }
  .webtv-special-popup {
    padding: 40px 20px;
  }
  .webtv-special-popup .offer-supports {
    width: calc(100% + 40px);
    margin: 20px 0 20px -20px;
  }
  .account-login .container-forms form .client-legend {
    align-items: flex-start;
    flex-direction: column;
  }
  .account-login .container-forms form .client-legend p {
    max-width: 100%;
  }
  .account-login .container-forms form .client-legend .btn-helper {
    margin: 10px 0 0 0;
  }
  .renewoffer-card .content .name {
    font-size: 1.25rem;
  }
  .renewoffer-card .content .description li {
    font-size: 0.8125rem;
  }
  .renewoffer-card .content .description li:before {
    top: 8px;
  }
  .renewoffer-card .content .description li .icon-2x svg {
    width: 38px;
    height: 19px;
  }
  .renewoffer-card .pricing .price span {
    font-size: 1.5625rem;
  }
  .checkout-cart .cart-item {
    padding: 30px 20px;
  }
  .checkout-cart .cart-item .item-inner .actions {
    flex-direction: column;
  }
  .checkout-cart .cart-item .item-inner .actions .field-checkbox {
    margin: 10px 0 0 0;
  }
  .checkout-payment .termination-summary .item .number {
    min-width: 20px;
    font-size: 1.5625rem;
  }
  .checkout-payment .termination-summary .item .entry-content {
    margin: 8px 0 0 10px;
  }
  .checkout-payment-new .payment-methods .item .head .logos:has(li:nth-child(4)) {
    max-width: 82px;
  }
  .checkout-steps li {
    font-size: 0.75rem;
  }
  .offer-card .offer-head {
    padding: 20px;
  }
  .offer-card .offer-head .name {
    font-size: 1.25rem;
  }
  .offer-card ul.offer-supports li {
    padding: 0 10px;
  }
  .offer-card-new ul.offer-supports li {
    padding: 0 10px;
  }
  .offer-popup .content {
    padding: 40px 20px;
  }
  .offer-popup .content .arguments li .icon {
    width: 12px;
    height: 12px;
  }
  .offer-popup .content .arguments li .text {
    font-size: 0.875rem;
    width: calc(100% - 12px);
  }
  .offer-popup .content .offer-supports {
    margin: 30px 0 0 0;
  }
  .offer-popup .content .offer-supports li .icon {
    width: 22px;
    height: 22px;
  }
  .offer-popup .content .offer-supports li .text {
    display: none;
  }
  .offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-text {
    font-size: 1.125rem;
  }
  .offer-popup .content .custplace-rating-block .custplace-rating-content .custplace-rating-header .custplace-rating-stars .star {
    font-size: 1.125rem;
  }
  .offer-popup .content .summary {
    margin: 30px 0 0 0;
  }
  .offer-popup .content .summary .item ul {
    font-size: 0.875rem;
  }
  .offer-popup .side {
    padding: 20px;
  }
  .offer-pricing .price span {
    font-size: 1.5625rem;
  }
  .offer-supports li .icon {
    width: 16px;
    height: 16px;
  }
  #offer-subscription .container-offers .slider .items .slick-list {
    padding: 0 15% 0 0;
  }
  .flash-card .flash-details .name {
    font-size: 1.25rem;
  }
  .flash-card .flash-details .subtitle {
    font-size: 0.9375rem;
  }
  .flash-card .flash-details .description li {
    font-size: 0.8125rem;
  }
  .flash-card .flash-details .description li:before {
    top: 8px;
  }
  .flash-pricing .price span {
    font-size: 1.5625rem;
  }
  #edito-offers .entry-subtitle {
    font-size: 1rem;
  }
  #edito-banner {
    height: 70px;
  }
  #edito-banner div {
    display: none;
  }
  #edito-banner .btn-helper {
    width: 100%;
  }
  body:has(#edito-banner) {
    padding-bottom: 70px;
  }
  #shop-search .search-block {
    margin: 30px 0;
  }
  #shop-search .search-block form .search-input input {
    font-size: 0.8125rem;
  }
  #shop-products.search-products {
    margin: 0 0 30px 0;
  }
  #shop-products .products-head .sort {
    flex-direction: column;
  }
  #shop-products:not(.search-products) .products-head .sort .count {
    margin: 0 0 10px 0;
  }
  #shop-products .products-listing .product-card {
    width: calc(100% - 40px);
  }
  #shop-products .products-listing .product-card .btn-version {
    width: 80%;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(1) {
    display: none;
  }
  #shop-products .products-listing .product-card .btn-version .type span:nth-child(2) {
    display: inline-block;
  }
  #shop-products .products-pagination {
    margin: 30px 0 0 0;
  }
  #shop-products .products-pagination .arrow span {
    display: none;
  }
  #shop-products .products-pagination .arrow svg {
    margin: 0;
  }
  #shop-product .product-pricing .price {
    font-size: 1.5625rem;
  }
  #shop-product .details .product-description .arguments li {
    font-size: 0.875rem;
  }
  #shop-product .details .product-description .arguments li:before {
    top: 8px;
  }
  #signup-masthead .content .entry-title {
    font-size: 1.375rem;
  }
  #page-content.signup-content .signup-form form .entry-title {
    font-size: 1.25rem;
  }
  .popup > .content {
    padding: 40px 20px;
  }
  .global-errors .msg-error, .form-errors .msg-error {
    font-size: 0.8125rem;
  } }
@media (hover: hover) {
  #header .header-content .content-left nav > ul > li.parent:hover ul {
    top: calc(100% + 10px);
    pointer-events: auto;
    opacity: 1;
  }
  #header .header-content .content-left nav > ul > li.parent > a:hover {
    color: #000;
    background-color: transparent;
    cursor: pointer;
  }
  #header .header-content .content-left nav > ul > li.parent ul li a:hover {
    padding-left: 33px;
  }
  #header .header-content .content-left nav > ul > li.parent ul li a:hover span {
    height: 100%;
  }
  #header .header-content .content-left nav > ul > li > a:hover {
    color: #fff;
    background: #cb0458;
  }
  #header .header-content .content-right .button-subscribe:hover svg {
    transform: rotate(360deg);
  }
  #menu-mobile .inner > ul > li.parent > a:hover {
    cursor: pointer;
  }
  #menu-mobile .inner .btn-helper.button-search:hover {
    color: #cb0458;
    border-color: #cb0458;
    background-color: transparent;
  }
  #footer .footer-content .column a:hover {
    color: #cb0458;
  }
  #footer .footer-bottom ul li a:hover {
    color: #cb0458;
  }
  .block-slider .slider .arrow:hover {
    color: #2f3034;
  }
  .breadcrumb li a:hover {
    color: #cb0458;
  }
  .btn-helper:hover {
    background-color: #ee1f76;
  }
  .btn-helper.color-tv:hover {
    background-color: #6655c4;
  }
  .btn-helper.btn-arrow:hover svg {
    transform: translateX(4px);
  }
  .btn-helper.btn-arrow-reversed:hover svg {
    transform: scaleX(-1) translateX(4px);
  }
  .btn-helper.btn-border:hover {
    color: #fff;
    border-color: #ee1f76;
    background-color: #ee1f76;
  }
  .btn-helper.btn-border.color-blue:hover {
    border-color: #002887;
    background-color: #002887;
  }
  .btn-helper.btn-border.color-tv:hover {
    color: #fff;
    border-color: #6655c4;
    background-color: #6655c4;
  }
  .field-checkbox label a:hover, table.many-checkboxes tr td label a:hover {
    color: #000;
  }
  .field-password .icon:hover {
    color: #cb0458;
  }
  .form-row.row-bottom a:hover {
    color: #cb0458;
  }
  .form-switch .item:not(.is-active):hover {
    color: #2f3034;
  }
  .nice-select .list .option:hover {
    background-color: #eef3ff;
  }
  .magazine-card:hover img {
    transform: scale(1.025);
  }
  .magazine-card:hover .btn-helper {
    background-color: #ee1f76;
  }
  .magazine-card:hover .btn-helper svg {
    transform: translateX(4px);
  }
  .magazine-detail .content .actions .btn-calendar:hover {
    color: #2f3034;
  }
  body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:hover:before, body .swal2-container.swal2-backdrop-show .swal2-popup .swal2-close:hover:after {
    background-color: #cb0458;
  }
  .product-card:hover .btn-helper {
    background-color: #ee1f76;
  }
  .product-card:hover .btn-helper svg {
    transform: translateX(4px);
  }
  .product-card .btn-version:hover {
    color: #fff;
    background-color: #cb0458;
  }
  .account-login .container-forms form .actions.with-social .btn-social:hover {
    color: #cb0458;
    border-color: #cb0458;
    background-color: #fff;
  }
  .account-menu li a .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  .account-subscriptions .account-subscription .reminder .item a:hover {
    color: #000;
  }
  .account-subscriptions .account-subscription .reminder .item a:hover svg {
    transform: rotate(360deg);
  }
  .checkout-cart .cart-item .item-inner .item-content .update .btn-delete:hover {
    color: #cb0458;
  }
  .checkout-payment .addresses-listing .item .details .address-actions a:hover {
    color: #2f3034;
  }
  .checkout-payment .termination-summary .item .entry-content a:hover {
    color: #000;
  }
  .checkout-summary .addresses .item .head:hover {
    color: #cb0458;
  }
  .checkout-summary .addresses .item .body .details .address-actions a:hover {
    color: #2f3034;
  }
  .checkout-summary .promotion-code .field button:hover {
    background-color: #ee1f76;
  }
  .checkout-summary .promotion-code .delete .btn-delete:hover {
    color: #cb0458;
  }
  .offer-card .actions .btn-details.color-tv:hover {
    color: #5d4cc1;
  }
  #offer-subscription .offer-actions a:hover {
    color: #2f3034 !important;
  }
  #edito-masthead .actions .action:hover {
    color: #2f3034 !important;
  }
  #shop-products .products-head .categories ul li a:hover {
    color: #fff;
    background-color: #cb0458;
  }
  #shop-products .products-pagination ul li.is-current a:hover {
    color: #fff;
  }
  #shop-products .products-pagination ul li a:hover {
    color: #cb0458;
  }
  #shop-products .products-pagination .arrow:hover {
    color: #cb0458;
  }
  .pre-cart .button-selection:hover {
    background-color: #fff;
  }
  #page-faq .faq-asks .faq-ask:hover svg {
    transform: translateX(10px);
  } }
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  } }
