
@charset "utf-8";
/* RTL + Arabic font overrides */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap");

:root {
  --main-font: "Tajawal", sans-serif;
  --secondary-font: "Tajawal", "Cairo", sans-serif;
  --thrd-font: "Cairo", "Tajawal", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea,
select,
label,
nav,
header,
footer,
.pp-menu,
.pp-menu a,
.pp_show_bf,
.pp_share-btn,
.section-title h2,
.section-title h3,
.pp-page-title,
.pp_contacts,
.pp_contacts a,
.btn,
.menu-item,
.menu-list,
.menu-card,
.fp-tableCell,
.hero-title,
.hero-subtitle {
  font-family: "Tajawal", sans-serif !important;
}


.btn-reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
}
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 6px 16px 5px;
  transition: 0.2s linear;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 500px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 45px;
  overflow: hidden;
  gap: 0 10px;
}
.btn:focus,
.btn:hover {
  box-shadow: none;
}
.btn:hover .background {
  width: 100%;
}
.btn:disabled {
  cursor: not-allowed;
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
  pointer-events: none;
}
.btn:disabled .icon {
  background-color: var(--bg-white);
}
.btn:disabled .icon svg path {
  stroke: #d0d1d5;
}
.btn.arrow {
  padding-left: 58px;
}
.btn.arrow .icon {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s linear;
  left: 4px;
  top: 3px;
}
.btn.arrow .icon svg {
  transition: 0.2s linear;
  display: block;
}
.btn .title {
  transition: 0.2s linear;
}
.btn-orange {
  color: var(--text-white);
  border-color: var(--border-orange);
  background-color: var(--border-orange);
}
.btn-orange:active,
.btn-orange:focus {
  color: var(--text-orange);
}
.btn-orange:hover {
  color: var(--text-orange);
  border-color: var(--border-orange);
  background-color: var(--bg-white);
}
.btn-orange:hover .icon {
  background-color: var(--border-orange);
}
.btn-orange:hover .icon svg path {
  stroke: var(--bg-white);
}
.btn-orange .icon {
  background-color: var(--bg-white);
}
.btn-orange .icon svg path {
  stroke: var(--border-orange);
}
.btn-orange-inverse {
  color: var(--bg-white);
  border-color: var(--border-orange);
  background-color: var(--border-orange);
}
.btn-orange-inverse:active,
.btn-orange-inverse:focus {
  color: var(--text-orange);
}
.btn-orange-inverse:hover {
  color: var(--text-white);
  border-color: var(--border-orange);
  background-color: var(--border-orange);
}
.btn-orange-inverse:hover .icon {
  background-color: var(--bg-white);
}
.btn-orange-inverse:hover .icon svg path {
  stroke: var(--border-orange);
}
.btn-orange-inverse .icon {
  background-color: var(--bg-orange);
}
.btn-orange-inverse .icon svg path {
  stroke: #fff;
}
.btn-black {
  color: var(--text-white);
  border-color: var(--text-black);
  background-color: var(--text-black);
}
.btn-black:active,
.btn-black:focus {
  color: var(--text-white);
}
.btn-black:hover {
  color: var(--text-black);
  border-color: var(--text-black);
  background-color: var(--bg-white-2);
}
.btn-black:hover .icon {
  background-color: var(--bg-black);
}
.btn-black:hover .icon svg path {
  stroke: var(--bg-white);
}
.btn-black .icon {
  background-color: var(--bg-black);
}
.btn-black .icon svg path {
  stroke: var(--bg-white);
}
.btn-black-inverse {
  color: var(--text-black);
  border-color: var(--text-black);
  background-color: var(--text-white-2);
}
.btn-black-inverse:active,
.btn-black-inverse:focus {
  color: var(--text-black);
}
.btn-black-inverse:hover {
  color: var(--bg-white-2);
  border-color: var(--text-black);
  background-color: var(--bg-black);
}
.btn-black-inverse:hover .icon {
  background-color: var(--bg-white-2);
}
.btn-black-inverse:hover .icon svg path {
  stroke: var(--bg-black);
}
.btn-black-inverse .icon {
  background-color: var(--bg-black);
}
.btn-black-inverse .icon svg path {
  stroke: var(--bg-white);
}
.btn-gray {
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
}
.btn-gray:active,
.btn-gray:focus {
  color: var(--text-white);
}
.btn-gray:hover {
  color: var(--bg-white-2);
  border-color: var(--border-orange);
  background-color: var(--bg-orange);
}
.btn-gray:hover .icon {
  background-color: var(--bg-white-2);
}
.btn-gray:hover .icon svg path {
  stroke: var(--border-orange);
}
.btn-gray .icon {
  background-color: var(--bg-white);
}
.btn-gray .icon svg path {
  stroke: #d0d1d5;
}
.btn-cart {
  background-color: #fff;
  border-radius: 100%;
}
.btn-cart:hover {
  background-color: var(--bg-orange);
}
.btn-cart:hover svg path {
  stroke: var(--bg-white);
}
.back-link {
  padding-right: 16px;
  position: relative;
}
.back-link::before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 0.75L9.5 4.5M9.5 4.5L5.75 8.25M9.5 4.5L0.5 4.5' stroke='%23363636' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
a.arrow.bg-white {
  transition: 0.2s linear;
}
a.arrow.bg-white:hover {
  background-color: var(--bg-orange);
}
a.arrow.bg-white:hover svg path {
  stroke: #fff;
}
.bg-white {
  background-color: var(--bg-white);
}
.bg-page {
  background-color: var(--bg-page);
}
.bg-light-orange {
  background-color: var(--bg-light-orange);
}
.bg-orange {
  background-color: var(--bg-orange);
}
.bg-light-blue {
  background-color: var(--border-light-blue);
}
.bg-purple {
  background-color: var(--design-purple);
}
.bg-gray-50 {
  background-color: var(--design-grey-50);
}
.ml-space {
  margin-left: calc(0px - var(--space));
}
.mr-space {
  margin-right: calc(0px - var(--space));
}
.title-button {
  font-size: 14px;
  padding: 4px 10px 2px;
  border-radius: 500px;
  min-height: 30px;
  position: relative;
  border: 1px solid var(--border-gray);
  color: var(--text-gray);
}
.title-button::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 3px;
  bottom: 4px;
}
.section {
  padding: 50px 0;
}
.ul-reset ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.a-link a {
  text-decoration: underline;
  color: var(--text-black);
}
.a-link a:hover {
  color: var(--text-orange);
}
.a-link-gray a,
.link-gray {
  text-decoration: underline;
  color: var(--text-black);
}
.a-link-gray a:hover,
.link-gray:hover {
  color: var(--text-gray-2);
}
.error-text {
  color: #b42318;
  font-size: 13px;
  margin-top: 4px;
}
span.required {
  color: #b42318;
}
.form__row {
  position: relative;
  margin-bottom: 20px;
}
.form__row.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 16px;
}
.form__row.columns .column {
  width: 100%;
}
.form__row.columns-xs-50 .column {
  width: calc(50% - 8px);
}
input.form__control,
textarea.form__control {
  -webkit-appearance: none;
}
input.form__control {
  min-height: 48px;
}
input.form__control[type="search"] {
  box-sizing: border-box;
}
[dir="rtl"] [type="tel"] {
  text-align: right;
}
.form__control {
  width: 100%;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid var(--border-gray-2);
  border-radius: 8px;
  outline: 0;
}
.form__control::-webkit-input-placeholder {
  color: var(--text-gray-2);
  opacity: 1;
}
.form__control:-moz-placeholder {
  color: var(--text-gray-2);
  opacity: 1;
}
.form__control::-moz-placeholder {
  color: var(--text-gray-2);
  opacity: 1;
}
.form__control:-ms-input-placeholder {
  color: var(--text-gray-2);
  opacity: 1;
}
.form__control:focus {
  border-color: var(--border-black);
}
.form__control.error {
  border-color: #b42318 !important;
}
.form__control:focus-within {
  border-color: var(--border-black) !important;
}
textarea.form__control {
  display: block;
  resize: none;
}
button.form__select {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
button.form__select,
select.form__control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  min-height: 40px;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5L4.5303 3.2559C4.23864 3.58137 3.76136 3.58137 3.4697 3.2559L1 0.5' stroke='%236882AF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  text-overflow: ellipsis;
}
button.form__select.active,
select.form__control.active {
  background-color: #eff3fb;
  border: 1px solid #6882af;
}
select.form__control::-ms-expand {
  display: none;
}
.input__count {
  position: relative;
  border: 1px solid var(--border-black);
  border-radius: 500px;
  width: 126px;
  min-width: 126px;
}
.input__count .input__value {
  width: 40px;
  min-height: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  border: none;
  direction: ltr;
  font-size: 18px;
  font-weight: 700;
}
.input__count input::-webkit-inner-spin-button,
.input__count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input__count input[type="number"] {
  -moz-appearance: textfield;
}
.input__count .btn-minus,
.input__count .btn-plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  padding: 0;
  vertical-align: middle;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s linear;
}
.input__count .btn-minus:hover,
.input__count .btn-plus:hover {
  background-color: rgba(232, 193, 210, 0.4);
}
.input__count .btn-minus {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.454545 0.545471H9.54545C9.79649 0.545471 10 0.748978 10 1.00002C10 1.25106 9.79649 1.45456 9.54545 1.45456H0.454545C0.203507 1.45456 0 1.25106 0 1.00002C0 0.748978 0.203507 0.545471 0.454545 0.545471Z' fill='%23363636'/%3E%3C/svg%3E");
}
.input__count .btn-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C5.25104 0 5.45455 0.203507 5.45455 0.454545V4.54545H9.54545C9.79649 4.54545 10 4.74896 10 5C10 5.25104 9.79649 5.45455 9.54545 5.45455H5.45455V9.54545C5.45455 9.79649 5.25104 10 5 10C4.74896 10 4.54545 9.79649 4.54545 9.54545V5.45455H0.454545C0.203507 5.45455 0 5.25104 0 5C0 4.74896 0.203507 4.54545 0.454545 4.54545H4.54545V0.454545C4.54545 0.203507 4.74896 0 5 0Z' fill='%23363636'/%3E%3C/svg%3E");
}
.mobile-part-sm,
.mobile-part-xs {
  display: none;
}
.hover-zoom-img {
  overflow: hidden;
  display: block;
}
.hover-zoom-img img {
  transition: 0.3s linear;
}
.image_cover img,
.video_cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-cover img,
.media-cover video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.columns__inner.column50 .column {
  width: 50%;
}
blockquote {
  margin: 0;
  font-size: 20px;
  color: var(--text-black);
  padding-left: 22px;
  border-left: 2px solid var(--bg-light-orange);
}
blockquote:not(:first-child) {
  margin-top: 36px;
}
blockquote:not(:last-child) {
  margin-bottom: 36px;
}
.swiper-btn-left,
.swiper-btn-right {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  padding: 0;
  border: none;
  background-color: var(--bg-light-orange);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-btn-left.swiper-button-disabled,
.swiper-btn-right.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-btn-left {
  left: 0;
}
.swiper-btn-right {
  right: 0;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-disabled {
  pointer-events: none;
}
.swiper-button-disabled svg path {
  stroke: #d0d1d5;
}
.swiper-arrow-control svg path {
  transition: 0.2s linear;
}
.media-decor.animation img {
  animation: 10s linear infinite rotateAnimation;
  border-radius: 50%;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.jsSticky {
  position: sticky;
  top: var(--sticky);
}
.jsStickyNoSpace {
  position: sticky;
  top: var(--sticky-no-space);
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
  text-align: right;
}
[data-copy-link] {
  position: relative;
}
[data-copy-link].copied {
  z-index: 30;
}
[data-copy-link].copied:before {
  display: inline-block;
}
[data-copy-link]:before {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  content: attr(data-copy-link);
  color: #fff;
  background-color: var(--bg-page);
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  color: var(--text-black);
  pointer-events: none;
  animation: 0.3s forwards copyLinkFadeInUp;
  transform: translateX(-50%);
  display: none;
}
@keyframes copyLinkFadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.icon-search {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L12.3806 12.3806M12.3806 12.3806C13.6309 11.1304 14.3333 9.43473 14.3333 7.66663C14.3333 5.89853 13.6309 4.20285 12.3806 2.95261C11.1304 1.70237 9.43473 1 7.66663 1C5.89853 1 4.20285 1.70237 2.95261 2.95261C1.70237 4.20285 1 5.89853 1 7.66663C1 9.43473 1.70237 11.1304 2.95261 12.3806C4.20285 13.6309 5.89853 14.3333 7.66663 14.3333C9.43473 14.3333 11.1304 13.6309 12.3806 12.3806Z' stroke='%230C275B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.loader-wrapper:not(.active) {
  display: none;
}
[lang="he"] .air-datepicker {
  direction: rtl;
  text-align: right;
}
[lang="he"] .air-datepicker-nav {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
[lang="he"] .air-datepicker-content {
  direction: rtl;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
}
.fancybox__dialog .fancybox__slide {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.tag.tag-pink {
  background-color: var(--bg-pink);
  color: var(--text-white);
}
.tag.tag-red {
  background-color: var(--bg-red);
  color: var(--text-white);
}
.tag.tag-pink,
label.variant .tag.tag-pink {
  border-color: var(--bg-pink);
}
.tag.tag-red,
label.variant .tag.tag-red {
  border-color: var(--bg-red);
}
.drop_menu_wrapper {
  position: relative;
}
.drop_menu_wrapper.right .drop_menu {
  left: auto;
  right: 0;
}
.drop_menu_wrapper .drop_menu {
  position: absolute;
  top: 100%;
  right: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.2s linear;
}
.drop_menu_wrapper .drop_menu.active {
  opacity: 1;
  pointer-events: unset;
  transform: none;
}
.drop_menu_wrapper .menu_wrap {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(61, 61, 61, 0.23);
  border-radius: 12px;
  padding: 10px;
  min-width: 250px;
}
.drop_menu_wrapper .menu_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drop_menu_wrapper .menu_wrap ul li {
  border-radius: 4px;
}
.drop_menu_wrapper .menu_wrap ul li:not(:last-of-type) {
  margin: 0 0 5px;
}
.drop_menu_wrapper .menu_wrap ul li:hover {
  background-color: rgba(49, 56, 82, 0.1);
}
.drop_menu_wrapper .menu_wrap ul a {
  color: var(--text-color-main);
  display: block;
  padding: 5px;
}
.drop_menu_wrapper .menu_wrap ul a:hover {
  color: var(--text-orange);
}
.rounded-headline {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--Design-Grey-300, #a5a8ad);
}
.rounded-headline p {
  color: var(--text-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.input-wrap,
.textarea-wrap {
  position: relative;
}
.input-label,
.select-label,
.textarea-label {
  font-size: 14px;
  color: #616266;
  position: absolute;
  z-index: 4;
  transition:
    top 0.15s,
    padding 0.15s,
    font-size 0.15s;
  pointer-events: none;
}
.input-label span,
.select-label span,
.textarea-label span {
  position: relative;
  z-index: 2;
}
.input-label,
.select-label {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
[data-use-input-file-label],
[data-use-input-label],
[data-use-textarea-label] {
  position: relative;
}
[data-use-input-file-label].using .input-label,
[data-use-input-label].using .input-label,
[data-use-textarea-label].using .input-label {
  transform: none;
  font-size: 10px;
  top: 6px;
}
[data-use-input-file-label].using .textarea-label,
[data-use-input-label].using .textarea-label,
[data-use-textarea-label].using .textarea-label {
  top: 0;
  transform: translateY(-50%);
}
[data-use-input-file-label].using .file-input-styled .file-input-text,
[data-use-input-file-label].using .input,
[data-use-input-file-label].using .textarea,
[data-use-input-label].using .file-input-styled .file-input-text,
[data-use-input-label].using .input,
[data-use-input-label].using .textarea,
[data-use-textarea-label].using .file-input-styled .file-input-text,
[data-use-textarea-label].using .input,
[data-use-textarea-label].using .textarea {
  padding-top: 17px;
  padding-bottom: 4px;
  color: var(--text-black);
}
[data-use-input-file-label].using.no-transition .input-label,
[data-use-input-file-label].using.no-transition .textarea-label,
[data-use-input-label].using.no-transition .input-label,
[data-use-input-label].using.no-transition .textarea-label,
[data-use-textarea-label].using.no-transition .input-label,
[data-use-textarea-label].using.no-transition .textarea-label {
  transition: none;
}
[data-use-input-file-label].error .input-label,
[data-use-input-file-label].error .textarea-label,
[data-use-input-label].error .input-label,
[data-use-input-label].error .textarea-label,
[data-use-textarea-label].error .input-label,
[data-use-textarea-label].error .textarea-label {
  color: var(--design-red);
}
[data-use-input-file-label].error .file-input-text,
[data-use-input-label].error .file-input-text,
[data-use-textarea-label].error .file-input-text {
  border-color: var(--design-red);
}
[data-use-input-file-label] .file-input-styled .file-input-text,
[data-use-input-file-label] .input,
[data-use-input-file-label] .textarea,
[data-use-input-label] .file-input-styled .file-input-text,
[data-use-input-label] .input,
[data-use-input-label] .textarea,
[data-use-textarea-label] .file-input-styled .file-input-text,
[data-use-textarea-label] .input,
[data-use-textarea-label] .textarea {
  color: transparent;
}
[data-use-input-file-label]
  .file-input-styled
  .file-input-text:-ms-input-placeholder,
[data-use-input-file-label] .input:-ms-input-placeholder,
[data-use-input-file-label] .textarea:-ms-input-placeholder,
[data-use-input-label]
  .file-input-styled
  .file-input-text:-ms-input-placeholder,
[data-use-input-label] .input:-ms-input-placeholder,
[data-use-input-label] .textarea:-ms-input-placeholder,
[data-use-textarea-label]
  .file-input-styled
  .file-input-text:-ms-input-placeholder,
[data-use-textarea-label] .input:-ms-input-placeholder,
[data-use-textarea-label] .textarea:-ms-input-placeholder {
  opacity: 0;
}
[data-use-input-file-label] .file-input-styled .file-input-text::placeholder,
[data-use-input-file-label] .input::placeholder,
[data-use-input-file-label] .textarea::placeholder,
[data-use-input-label] .file-input-styled .file-input-text::placeholder,
[data-use-input-label] .input::placeholder,
[data-use-input-label] .textarea::placeholder,
[data-use-textarea-label] .file-input-styled .file-input-text::placeholder,
[data-use-textarea-label] .input::placeholder,
[data-use-textarea-label] .textarea::placeholder {
  opacity: 0;
}
.input-border-wrap,
.select-border-wrap,
.textarea-border-wrap {
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
  border-radius: 8px;
}
.input-border-wrap .input-label,
.input-border-wrap .select-label,
.input-border-wrap .textarea-label,
.select-border-wrap .input-label,
.select-border-wrap .select-label,
.select-border-wrap .textarea-label,
.textarea-border-wrap .input-label,
.textarea-border-wrap .select-label,
.textarea-border-wrap .textarea-label {
  color: transparent !important;
}
.input-border-wrap .input-label::before,
.input-border-wrap .select-label::before,
.input-border-wrap .textarea-label::before,
.select-border-wrap .input-label::before,
.select-border-wrap .select-label::before,
.select-border-wrap .textarea-label::before,
.textarea-border-wrap .input-label::before,
.textarea-border-wrap .select-label::before,
.textarea-border-wrap .textarea-label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.file-input-styled .file-input-text,
.input,
.textarea {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-gray-2);
  padding: 4px 12px;
  font-size: 14px;
  transition:
    border-color 0.15s,
    background-color 0.15s;
  width: 100%;
  color: var(--text-black);
  background: #fff;
}
.file-input-styled .file-input-text:-ms-input-placeholder,
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1em;
  color: var(--text-black);
}
.file-input-styled .file-input-text::placeholder,
.input::placeholder,
.textarea::placeholder {
  font-size: 1rem;
  line-height: 1em;
  color: var(--text-black);
}
.file-input-styled .file-input-text:focus,
.input:focus,
.textarea:focus {
  border: 1px solid var(--border-black);
}
.file-input-styled .file-input-text.error,
.input.error,
.textarea.error {
  border: 1px solid var(--design-red);
  color: var(--design-red) !important;
}
.file-input-styled .file-input-text.error:-ms-input-placeholder,
.input.error:-ms-input-placeholder,
.textarea.error:-ms-input-placeholder {
  color: var(--design-red) !important;
}
.file-input-styled .file-input-text.error::placeholder,
.input.error::placeholder,
.textarea.error::placeholder {
  color: var(--design-red) !important;
}
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*="select-one"]
  .choices__item[data-placeholder]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2246 1.54887L11.5782 1.19531L10.8711 0.488206L10.5175 0.841759L11.2246 1.54887ZM5.87109 6.19531L5.51754 6.54887C5.7128 6.74413 6.02939 6.74413 6.22465 6.54887L5.87109 6.19531ZM10.8711 1.19531L10.5175 0.841759L5.51754 5.84176L5.87109 6.19531L6.22465 6.54887L11.2246 1.54887L10.8711 1.19531ZM5.87109 6.19531L6.22465 5.84176L1.22465 0.841759L0.871094 1.19531L0.51754 1.54887L5.51754 6.54887L5.87109 6.19531Z' fill='%23363636'/%3E%3C/svg%3E");
  right: 12px;
  top: 50%;
  margin-top: -8px;
}
.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  transform: scaleY(-1);
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 12px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
  margin: 0 -4px 0 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  padding: 4px 16px;
  border: 1px solid #ededed;
  border-radius: 500px;
  font-size: 16px;
  min-height: 46px;
  min-width: 136px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #ededed;
}
.is-open .choices__inner {
  border-radius: 12px 12px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 12px 12px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-left: 24px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005f75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted,
.is-disabled .choices__list--multiple .choices__item {
  color: #a5a8ad;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  z-index: 5;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #ededed;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 12px 12px 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 16px;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: #a5a8ad;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 16px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.blog-card {
  color: var(--text-black);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  cursor: pointer;
}
.blog-card .link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.blog-card a {
  color: unset;
}
.blog-card .img-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 424/240;
  overflow: hidden;
  border-radius: 12px;
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card .card-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.blog-card .card-content .headline-and-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.blog-card .card-content p {
  margin-bottom: 0;
}
.blog-card .card-content p.small {
  font-size: 14px;
  font-weight: 500;
  line-height: 153%;
  color: var(--text-gray);
}
.blog-card .card-content .headline-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  transition: 0.3s ease-in-out;
}
.blog-card .card-content .headline-cont svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-color-main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-card .card-content .headline-cont h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  transition: opacity 0.4s;
}
.blog-card .card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.blog-card .card-footer .tag {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  border: 1px solid var(--Black, #363636);
  transition: 0.3s ease-in-out;
}
.blog-card .card-footer .tag p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.blog-card .card-footer .tag:hover {
  background-color: var(--Design-Blue);
  border: 1px solid var(--Design-Blue);
}
.blog-card:hover img {
  transform: scale(1.05);
}
.blog-card:hover h4 {
  opacity: 0.8;
}
.blog-card:hover .headline-cont {
  opacity: 0.75;
}
.label_checkbox,
.wpcf7-acceptance label,
.wpcf7-checkbox label {
  display: inline-block;
  vertical-align: top;
}
.label_checkbox [type="checkbox"],
.wpcf7-acceptance label [type="checkbox"],
.wpcf7-checkbox label [type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.label_checkbox [type="checkbox"]:checked + .checkbox_title::before,
.label_checkbox [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance label [type="checkbox"]:checked + .checkbox_title::before,
.wpcf7-acceptance
  label
  [type="checkbox"]:checked
  + .wpcf7-list-item-label::before,
.wpcf7-checkbox label [type="checkbox"]:checked + .checkbox_title::before,
.wpcf7-checkbox
  label
  [type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  background-color: var(--border-black);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 4.375L4.25 7.375L8.75 0.625' stroke='%23FFFDFC' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.label_checkbox .checkbox_title,
.label_checkbox .wpcf7-list-item-label,
.wpcf7-acceptance label .checkbox_title,
.wpcf7-acceptance label .wpcf7-list-item-label,
.wpcf7-checkbox label .checkbox_title,
.wpcf7-checkbox label .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label_checkbox .checkbox_title::before,
.label_checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance label .checkbox_title::before,
.wpcf7-acceptance label .wpcf7-list-item-label::before,
.wpcf7-checkbox label .checkbox_title::before,
.wpcf7-checkbox label .wpcf7-list-item-label::before {
  right: 0;
  border-radius: 4px;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--border-gray-2);
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.label_checkbox .checkbox_title a:not(.link-gray),
.label_checkbox .wpcf7-list-item-label a:not(.link-gray),
.wpcf7-acceptance label .checkbox_title a:not(.link-gray),
.wpcf7-acceptance label .wpcf7-list-item-label a:not(.link-gray),
.wpcf7-checkbox label .checkbox_title a:not(.link-gray),
.wpcf7-checkbox label .wpcf7-list-item-label a:not(.link-gray) {
  color: var(--text-black);
}
.label_checkbox .checkbox_title a:not(.link-gray):hover,
.label_checkbox .wpcf7-list-item-label a:not(.link-gray):hover,
.wpcf7-acceptance label .checkbox_title a:not(.link-gray):hover,
.wpcf7-acceptance label .wpcf7-list-item-label a:not(.link-gray):hover,
.wpcf7-checkbox label .checkbox_title a:not(.link-gray):hover,
.wpcf7-checkbox label .wpcf7-list-item-label a:not(.link-gray):hover {
  text-decoration: underline;
}
.label-radio [type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.label-radio [type="radio"]:checked + .radio-block::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A5A8AD'/%3E%3C/svg%3E");
}
.label-radio .radio-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--border-gray-2);
  padding: 10px 38px 10px 16px;
  min-height: 52px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.label-radio .radio-block::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  right: 16px;
  margin-top: -8px;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.address-radio [type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.address-radio [type="radio"]:focus-within:focus-visible + .radio-block {
  outline: auto;
}
.address-radio [type="radio"]:checked + .radio-block::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A5A8AD'/%3E%3C/svg%3E");
}
.address-radio .radio-block {
  display: block;
  border-radius: 8px;
  border: 1px solid var(--border-gray-2);
  padding: 10px 40px 10px 16px;
  min-height: 52px;
  cursor: pointer;
}
.address-radio .radio-block::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  right: 16px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.payment-radio [type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.payment-radio [type="radio"]:focus-within:focus-visible + .grid-radio {
  outline: auto;
}
.payment-radio [type="radio"]:checked + .grid-radio .circle {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A5A8AD'/%3E%3C/svg%3E");
}
.payment-radio .grid-radio {
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
}
.payment-radio .grid-radio > div {
  min-height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.payment-radio .circle-wrap {
  min-width: 32px;
  width: 32px;
}
.payment-radio .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  right: 16px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-radio-wrap [type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.card-radio-wrap [type="radio"]:focus-within:focus-visible + .card-radio {
  outline: auto;
}
.card-radio-wrap [type="radio"]:checked + .card-radio .circle {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A5A8AD'/%3E%3C/svg%3E");
}
.card-radio-wrap .logo {
  width: 40px;
}
.card-radio-wrap .content {
  padding-right: 14px;
}
.card-radio-wrap .circle-wrap {
  min-width: 32px;
  width: 32px;
}
.card-radio-wrap .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  right: 16px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
label.variant:hover .variant__inner {
  background-color: #f2f6f6;
  border-color: var(--border-gray-3);
}
label.variant [type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
label.variant [type="radio"]:checked + .variant__inner {
  background-color: #f2f6f6;
  border-color: var(--border-gray-3);
}
label.variant [type="radio"]:checked + .variant__inner .circle__inner {
  opacity: 1;
  visibility: visible;
}
label.variant .variant__inner {
  min-height: 76px;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 60px 12px 24px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  position: relative;
  gap: 6px 40px;
}
label.variant .circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid var(--border-black);
  right: 26px;
  top: 14px;
}
label.variant .circle__inner {
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background-color: var(--border-black);
  opacity: 0;
  visibility: hidden;
}
label.variant .total-price {
  gap: 8px;
}
label.variant .total-price .old_price {
  color: #949fb7;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
label.variant .title {
  font-size: 18px;
  font-weight: 700;
}
label.variant .info-part__botton {
  font-size: 14px;
  line-height: 1.2;
  gap: 0 12px;
}
label.variant .info-part__botton .per::before {
  content: "|";
  margin-left: 12px;
}
label.variant .tag {
  border: 1px solid var(--border-black);
  min-height: 24px;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 8px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
label.variant .quantity {
  background-color: transparent;
  border: 1px solid var(--border-black);
  min-height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  padding: 2px 8px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page-blur {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
}
.page-blur.active-mini-cart,
.page-blur.active-quick-add {
  opacity: 1;
  visibility: visible;
}
.mini-cart__wrapper {
  position: fixed;
  z-index: 60;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.mini-cart__wrapper.active .mini-cart__aside {
  transform: none;
}
.mini-cart .btn-close {
  width: 20px;
  height: 20px;
}
.mini-cart__aside {
  width: 560px;
  transition: transform 0.2s linear;
  transform: translateX(-100%);
}
.mini-cart__right {
  width: calc(100% - 560px);
}
.mini-cart__right .right-part {
  width: 100%;
}
.mini-cart .aside__head {
  min-height: 52px;
  padding: 24px 20px 5px;
}
.mini-cart .aside__footer {
  box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.07);
}
.mini-cart .aside__footer .total h3 span {
  position: relative;
  top: -2px;
}
.mini-cart .mobile-part-xs {
  width: 100%;
}
.mini-cart .recommended > .title {
  margin-bottom: 12px;
}
.mini-cart .recommended > .title h2,
.mini-cart .recommended > .title h3 {
  font-size: 28px;
}
.mini-cart .r-products .r-products-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 20px;
  gap: 32px;
}
.mini-cart .r-products .add-to-bundle {
  margin: 0;
  width: 100%;
}
.mini-cart .r-products .card-wrap {
  padding: 14px;
  width: 336px;
  min-width: 336px;
}
.mini-cart .club-info__text {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  padding: 10px 16px;
  background: #ededed;
  border-radius: 20px;
}
.mini-cart .product__quantity .btn {
  min-height: 36px;
  font-size: 14px;
  padding: 6px 14px 5px 46px;
}
.mini-cart .product__quantity .btn .icon {
  width: 28px;
  height: 28px;
}
.mini-cart-control .aside__body {
  overflow: auto;
  padding: 40px 20px 10px;
}
.mini-cart-control .aside__body .products-list {
  padding-bottom: 30px;
}
.mini-cart-control .aside__total {
  padding: 25px 20px 32px;
}
.mini-cart-control .shipping {
  font-size: 14px;
}
.mini-cart-control .shipping:not(:first-child) {
  margin-top: 20px;
}
.mini-cart-control .shipping__line {
  background: #f8fbff;
  border: 1px solid #d7e7f6;
  height: 10px;
}
.mini-cart-control .shipping .line {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #d7e7f6;
}
.mini-cart-control .shipping__info {
  margin-top: 10px;
}
.quick-add .aside__body {
  overflow: auto;
  padding: 10px 20px 30px;
}
.quick-add .product__image {
  max-width: 262px;
}
.quick-add .product__image .image-wrap {
  aspect-ratio: 3/3.48;
}
.quick-add .product__tags {
  margin-bottom: 12px;
}
.quick-add .product__tags .title-button {
  margin: 0;
}
.quick-add .product__title h3 {
  font-weight: 700;
  font-size: 24px;
}
.quick-add .product__variant:not(:last-child) {
  margin-bottom: 40px;
}
.quick-add .product__additional h3 {
  font-size: 16px;
}
.quick-add .product__additional h3:not(:last-child) {
  margin-bottom: 8px;
}
.quick-add .product__additional p:not(:last-child) {
  margin-bottom: 12px;
}
.quick-add .aside__total {
  padding: 16px 20px;
}
.quick-add .total {
  font-size: 24px;
  line-height: 1.2;
}
[data-mini-cart] .head-control {
  -ms-flex-align: center;
  align-items: center;
}
[data-mini-cart] .head-control .title-h3-24 h3 {
  font-size: 24px;
}
[data-mini-cart].active,
[data-quick-add].active {
  opacity: 1;
  visibility: visible;
}
.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-card__inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-card .top-control {
  padding: 22px 18px 0;
  top: 0;
  left: 0;
  right: 0;
}
.product-card .categories {
  max-width: calc(100% - 48px);
  gap: 8px;
}
.product-card .category {
  min-height: 30px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
}
.product-card__image {
  min-height: 460px;
}
.product-card .image-hover img,
.product-card .image-static img {
  margin: auto;
}
.product-card .product-card__image {
  margin-top: auto;
  margin-bottom: auto;
}
.product-card .bottom-control {
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-card .bottom-control__inner {
  padding: 0 18px 22px;
}
.product-card .product-title {
  max-width: 160px;
}
.product-card .product-title a {
  color: inherit;
  color: var(--text-black);
}
.product-card .product-title,
.product-card .product-title h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.product-card .gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 81.05%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.product-card.bundler-card .card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.product-card.bundler-card a {
  text-decoration: underline;
  font-size: 14px;
  color: var(--text-black);
  font-weight: 500;
}
.b-products-slider .column-right {
  width: 45%;
}
.b-products-slider .column-left {
  width: 55%;
}
.b-products-slider .slider {
  padding-left: 16px;
}
.b-products-slider .slider-part {
  padding-right: 44px;
}
.b-products-slider .slider-part .section-title {
  padding-left: 70px;
}
.b-products-slider .slider-nav {
  font-size: 0;
}
.b-products-slider .button-next {
  left: 0;
}
.b-products-slider .button-prev {
  left: 33px;
  right: unset;
}
.b-products-slider .button-next,
.b-products-slider .button-prev {
  bottom: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  background-color: transparent;
}
.product-card-custom .svg-mask-overlay {
  pointer-events: none;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.product-card-custom .svg-mask-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}
.product-card-custom .gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 37.06%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.product-card-custom .top-control {
  padding: 28px 32px 0;
}
.product-card-custom .top-control .category {
  color: var(--text-black);
  min-height: 28px;
  padding: 5px 10px;
  font-size: 12px;
}
.product-card-custom .bottom-control {
  padding: 0 32px 28px;
}
.product-card-custom .title-wrap {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.product-card-custom .title {
  max-width: 200px;
}
.b-main-hero .flex__inner {
  padding: 100px 0 200px;
}
.b-main-hero .title-part {
  color: #fffdfc;
  font-family: Poppins;
}
.b-main-hero .title-part:not(:last-child) {
  margin-bottom: 32px;
}
.b-main-hero .title-part h1,
.b-main-hero .title-part h2 {
  font-size: 78px;
  line-height: 1.2;
  font-weight: 500;
}
.b-main-hero .title-part .font {
  font-style: italic;
  font-size: 96px;
  line-height: 1.1;
  font-family: "Playfair Display";
  font-weight: 700;
}
.b-banner-after {
  pointer-events: none;
}
.b-banner-after .image-decor {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -124px;
}
.b-banner-after .image-decor__inner {
  margin: 0 -20px;
}
.b-banner-after .image-decor svg {
  position: absolute;
  margin-right: -20px;
}
.b-banner-after .image-decor img {
  max-width: unset;
  margin: 0 auto;
  width: 100%;
}
.b-banner-after .image-decor__inner text {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 900;
  fill: #363636;
  white-space: nowrap;
  transform: translateY(10px);
}
.b-banner-after #marquee-text {
  font-size: 30px;
  font-weight: 900;
  fill: #363636;
}
.b-capsule .hero-content {
  min-height: var(--section-min-height);
  padding: 100px 0;
  gap: 40px 0;
}
.b-capsule .section-title {
  max-width: 420px;
}
.b-capsule .capsule-animation {
  padding: 100px 0 150px;
}
.b-capsule .capsule-static {
  padding: 0 20px;
}
.b-capsule .capsule-top {
  left: 0;
  right: 0;
  bottom: calc(50% - 4px);
  z-index: 1;
}
.b-capsule .capsule-bottom {
  left: 0;
  right: 0;
  padding: 0 1px;
  top: calc(50% - 22px);
}
.b-capsule .left-part {
  margin-right: auto;
}
.b-capsule:has(+ .section) {
  margin-bottom: 50px;
}
.faq__row {
  border-bottom: 1px solid var(--border-gray-2);
}
.faq__row.active .faq__title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='3' viewBox='0 0 10 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5H10' stroke='%23363636' stroke-width='1.5'/%3E%3C/svg%3E");
}
.faq__row.active .faq__title,
.faq__row.active .faq__title h2,
.faq__row.active .faq__title h3 {
  font-weight: 700;
}
.faq__title {
  min-height: 70px;
  padding: 10px 0 10px 40px;
  width: 100%;
  position: relative;
}
.faq__title::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  top: 50%;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0V10M0 5H10' stroke='%23363636' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -17px;
}
.faq__title,
.faq__title h2,
.faq__title h3 {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.faq__content {
  display: none;
  padding-bottom: 20px;
}
.b-table table {
  width: 100%;
}
.b-table .table td {
  border-bottom: 1px solid var(--border-gray-2);
  padding: 30px 0;
}
.b-table .table td:not(:first-child) {
  text-align: center;
}
.b-table .table td:not(:first-child) img {
  margin: 0 auto;
}
.b-media-content.style-2 .content {
  max-width: 670px;
}
.b-media-content .media-part {
  width: 44%;
}
.b-media-content .media-decor {
  top: 0;
  left: 0;
}
.b-media-content .media-decor__inner {
  transform: translate(-58%, -50%);
}
.b-media-content .content-part {
  width: 56%;
}
.b-media-content .content-control:not(:last-child) {
  margin-bottom: 40px;
}
.b-media-content .way-steps:not(:first-child) {
  margin-top: 68px;
}
.b-media-content .custom-list .list-row {
  padding-bottom: 24px;
}
.b-media-content .custom-list .list-row:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-gray);
}
.b-media-content .custom-list .list-title,
.b-media-content .custom-list .list-title h3 {
  font-size: 16px;
}
.way-steps__inner {
  margin: 0 -6px;
  position: relative;
}
.way-steps__inner .fade-line {
  position: absolute;
  top: 0;
  height: 18px;
  width: 100%;
  background-color: #f8fbffa1;
  display: block;
  left: 0;
}
.way-steps .step {
  padding: 0 6px;
  width: 33.33%;
}
.way-steps .line-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  gap: 0 8px;
}
.way-steps .line-control .dot {
  background-color: var(--bg-orange);
  min-width: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.way-steps .line-control .line {
  height: 2px;
  width: 100%;
  border-radius: 4px;
  background-color: var(--bg-orange);
}
.way-steps .step-content {
  max-width: 370px;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
.way-steps .step-content.active {
  opacity: 1;
}
.way-steps .label {
  font-size: 14px;
  margin-bottom: 20px;
}
.way-steps .content h3 {
  font-size: 16px;
}
.way-steps .content h3:not(:last-child) {
  margin-bottom: 14px;
}
.club-banner {
  display: -ms-flexbox;
  display: flex;
  background: #e4dbf6;
}
.club-banner .content-block {
  padding: 30px;
}
.club-banner .content-block__inner {
  max-width: 500px;
}
.club-banner .content-block__inner .block-title:not(:last-child) {
  margin-bottom: 24px;
}
.club-banner .content-block__inner h2,
.club-banner .content-block__inner h3 {
  font-size: 42px;
}
.club-banner .media-left,
.club-banner .media-right {
  width: 25%;
}
.b-kits .right-column {
  width: 66%;
}
.b-kits .banner-lg {
  min-height: 480px;
  background: radial-gradient(
    49.13% 49.02% at 45.29% 48.06%,
    rgba(244, 245, 250, 0.2) 0,
    rgba(194, 192, 211, 0.2) 100%
  );
}
.b-kits .banner-lg .hero-image img {
  height: 100%;
  margin-right: auto;
}
.b-kits .banner-lg .banner-content {
  padding: 38px;
  max-width: 380px;
}
.b-kits .banner-lg .title-part:not(:last-child) {
  margin-bottom: 16px;
}
.b-kits .banner-lg .title-part h2,
.b-kits .banner-lg .title-part h3 {
  font-size: 20px;
}
.b-kits .left-column {
  width: 34%;
}
.b-kits .content-block {
  min-height: 190px;
}
.b-kits .product-block:hover .overlay {
  opacity: 0.4;
}
.b-kits .product-block:hover .content-part {
  opacity: 1;
}
.b-kits .product-block__inner {
  padding: 80px 32px 32px;
}
.b-kits .product-block .overlay {
  background-color: #000;
}
.b-kits .product-block .button {
  top: 32px;
  right: 32px;
}
.b-kits .product-block .old-price {
  color: #d0d1d5;
  text-decoration: line-through;
}
.b-logo-section .logo-part {
  width: 33.33333333%;
}
.b-logo-section .logo-part .logo {
  padding-left: 24px;
}
.b-logo-section .logo-part .logo img {
  max-width: 202px;
}
.b-logo-section .title-part {
  width: 66.66666667%;
}
.b-product-cards .product-cards:not(.swiper-initialized) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-product-cards .product-card__content {
  aspect-ratio: 1;
}
.b-custom-card .slider-nav {
  padding: 20px 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-custom-card .slider-nav .swiper-btn-left {
  margin-right: 8px;
}
.b-custom-card .slider-nav .swiper-btn-left,
.b-custom-card .slider-nav .swiper-btn-right {
  background-color: transparent;
}
.b-custom-card .custom-card {
  min-width: 368px;
  width: 368px;
  padding: 23px;
}
.b-custom-card .custom-card__inner {
  padding: 24px 12px;
}
.b-custom-card .custom-card__inner .content {
  font-weight: 700;
  font-size: 20px;
}
.b-custom-card .custom-card__content {
  min-height: 279px;
}
.b-custom-card .custom-card__content .name {
  font-weight: 700;
  font-size: 24px;
}
.b-custom-card .custom-card .top-decor {
  top: 0;
}
.b-custom-card .custom-card .bottom-decor {
  bottom: 0;
}
.b-custom-card .custom-card .right-decor {
  right: 0;
}
.b-custom-card .custom-card .left-decor {
  left: 0;
}
.b-custom-card .custom-card .bottom-decor,
.b-custom-card .custom-card .top-decor {
  width: 100%;
}
.b-custom-card .custom-card .bottom-decor svg,
.b-custom-card .custom-card .top-decor svg {
  width: 100%;
  height: auto;
}
.b-custom-card .custom-card .left-decor,
.b-custom-card .custom-card .right-decor {
  height: 100%;
}
.b-custom-card .custom-card .left-decor svg,
.b-custom-card .custom-card .right-decor svg {
  width: auto;
  height: 100%;
}
.b-custom-card .custom-card .bottom-decor svg,
.b-custom-card .custom-card .left-decor svg,
.b-custom-card .custom-card .right-decor svg,
.b-custom-card .custom-card .top-decor svg {
  display: block;
}
.b-cards-hover .card-block {
  width: 50%;
}
.b-cards-hover .media:hover .hover {
  opacity: 1;
}
.b-benefits .block-item:not(.w-full) {
  width: 50%;
}
.b-benefits .content-block {
  min-height: 386px;
}
.b-benefits .content-block.bg-orange .btn-orange-inverse:hover {
  border-color: #fff;
}
.b-benefits .content-block:not(.has-bg-image) {
  padding-top: 45px;
  padding-bottom: 45px;
}
.b-benefits .content-block .media-decor {
  top: 0;
  left: 0;
}
.b-benefits .content-block .media-decor__inner {
  transform: translate(-30%, -57%);
}
.b-benefits .content-block .subscribe-form {
  max-width: 418px;
}
.b-benefits .content-card {
  max-width: 244px;
}
.b-benefits .content-card__inner {
  min-height: 228px;
}
.b-benefits .bg-card.bg-white {
  background: rgba(255, 255, 255, 0.6);
}
.b-development .item-horizon {
  width: 66.67%;
}
.b-development .item-horizon .title-wrap {
  padding-left: 50px;
}
.b-development .item-horizon .title {
  max-width: 655px;
}
.b-development .item-vertical {
  width: 33.33%;
}
.b-development .item-vertical .media-decor {
  bottom: 0;
  right: 0;
}
.b-development .item-vertical .media-decor__inner {
  transform: translate(50%, 50%);
}
.b-video-slider .content-part:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  width: 100vw;
}
.b-video-slider .content-block {
  padding: 0 24px 0 0;
}
.video-slider {
  direction: ltr;
}
.video-slider__inner {
  overflow: visible;
}
.video-slider .btn-play {
  margin: auto;
}
.video-slider .swiper-slide > button {
  transition:
    opacity 0.2s linear,
    transform 0.2s linear;
}
.video-slider .swiper-slide:not(.swiper-slide-active) > button {
  opacity: 0.5;
  transform: scale(0.98);
}
.video-container {
  position: absolute;
}
.video-container img,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-container div[id^="vjs_"] {
  height: 100%;
  width: 100%;
}
.video-container div[id^="vjs_"] div[class^="vjs-"] {
  display: none;
}
.video-container .video-card-poster {
  z-index: 2;
}
[data-video-sticky-box] {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
[data-video-sticky-box].show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  max-width: 50vw;
  width: 0;
  height: calc(100dvh - var(--header-height) * 3);
}
[data-video-sticky-box].show .video-cards-wrap > .swiper {
  aspect-ratio: 9/16;
}
[data-video-sticky-box].show:not(.full-screen) {
  bottom: 30px;
  right: 30px;
}
[data-video-sticky-box].full-screen {
  height: 100dvh;
  width: 100%;
  top: 0;
  right: 0;
}
[data-video-sticky-box].full-screen [data-video-card] {
  border-radius: 0;
}
[data-video-card] .line-wrap {
  background-color: rgba(241, 242, 243, 0.5);
  height: 2px;
  top: 10px;
  right: 10px;
  left: 10px;
  border-radius: 4px;
}
[data-video-card] .line-wrap .progress-line {
  border-radius: 4px;
  height: 100%;
}
[data-video-card] .bottom-control {
  bottom: 10px;
  left: 10px;
  right: 10px;
}
[data-video-card] [data-action="toggle-muted"] {
  margin-left: auto;
}
[data-action="close-video-sticky-box"],
[data-action="toggle-muted"],
[data-action="toggle-play-pause"],
[data-action="toggle-visible-product-links"] {
  border-radius: 100%;
}
[data-action="close-video-sticky-box"] {
  z-index: 2;
  top: 30px;
  right: 20px;
}
[data-action="toggle-muted"].unmuted .muted,
[data-action="toggle-muted"]:not(.unmuted) .unmuted,
[data-action="toggle-play-pause"].pause .play,
[data-action="toggle-play-pause"]:not(.pause) .pause {
  display: none;
}
[data-action="toggle-visible-product-links"]:not(.active) {
  transform: scaleY(-1);
}
[data-video-cards] .product-links {
  width: auto;
  margin-top: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
[data-video-cards] .product {
  padding: 10px 10px 10px 60px;
  border-radius: 8px;
  min-height: 70px;
  background-color: rgba(241, 242, 243, 0.9);
  color: var(--text-black);
}
[data-video-cards] .product .price,
[data-video-cards] .product .text {
  font-weight: 700;
}
[data-video-cards] .multiple .swiper-slide {
  width: 80%;
}
.b-product-page .tags-list .tag {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px 4px;
  min-height: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--bg-page);
}
.b-product-page .product-image {
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
}
.b-product-page .product-image .gradient {
  background: linear-gradient(90deg, #e2d3e8 0, #e8d1eb 100%);
  height: calc(var(--section-min-height) - 30px);
  max-height: 100%;
}
.b-product-page .media-part {
  width: 50%;
}
.b-product-page .media-part .media {
  min-height: calc(var(--section-min-height) - 60px);
}
.b-product-page .media-part .media img {
  min-height: 200px;
  max-height: 80vh;
}
.b-product-page .media-part .media .media__inner {
  width: 100%;
}
.b-product-page .media-part .media .swiper-slide {
  height: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}
.b-product-page .product-gallery {
  width: 100%;
}
.b-product-page .block-description {
  width: 50%;
}
.b-product-page .block-description .section-title,
.b-product-page .block-description .section-title h1,
.b-product-page .block-description .section-title h2 {
  font-size: 32px;
}
.b-product-page .additional-content {
  padding: 24px 16px;
  background-color: #f6f6f6;
}
.b-product-page .additional-content h3 {
  font-size: 16px;
}
.b-product-page .additional-content h3:not(:last-child) {
  margin-bottom: 12px;
}
.product-sticky-bar {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: transform 0.2s linear;
  transform: translate(0, 100%);
}
.product-sticky-bar.active {
  transform: none;
}
.product-sticky-bar.active .product-bar {
  box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.07);
}
.product-bar {
  background: #fffdfc;
}
.product-bar__inner {
  min-height: 78px;
  padding: 16px 0;
}
.coupon-form .form__control {
  min-height: 42px;
  border-color: #d0d1d5;
  padding: 5px 20px 5px 130px;
  border-radius: 500px;
  font-size: 14px;
}
.coupon-form .btn-submit {
  position: absolute;
  top: 4px;
  left: 4px;
  min-height: 34px;
  padding-left: 45px;
  font-size: 14px;
}
.coupon-form .btn-submit .icon {
  width: 28px;
  height: 28px;
  left: 3px;
  top: 2px;
}
.coupon-form .btn-submit .icon img,
.coupon-form .btn-submit .icon svg {
  max-width: 14px;
}
body.checkout-control .b-header {
  position: absolute;
}
body.checkout-control .b-header .button-menu,
body.checkout-control .b-header .header__nav-menu,
body.checkout-control .b-header .right-part {
  display: none !important;
}
.b-checkout .form__row {
  margin-bottom: 6px;
}
.b-checkout .label_checkbox {
  font-size: 14px;
}
.b-checkout .label_checkbox:first-child {
  margin-top: 8px;
}
.b-checkout .label_checkbox .checkbox_title::before {
  top: 1px;
}
.b-checkout .checkout {
  min-height: 100dvh;
}
.b-checkout .btn-toggle-products {
  background-color: var(--bg-white-2);
  border-radius: 0;
  border: none;
}
.b-checkout .btn-toggle-products.active .icon.icon-12 {
  transform: scaleY(-1);
}
.b-checkout .checkout__left {
  background-color: var(--bg-white-2);
  width: 44%;
  padding: 110px 40px;
}
.b-checkout .checkout__left .left-part {
  max-width: 460px;
}
.b-checkout .products-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.b-checkout .checkout__right {
  width: 56%;
  padding: 120px 30px 30px;
}
.b-checkout .checkout__right .right-part {
  max-width: 670px;
}
.b-checkout .total-part table {
  width: 100%;
}
.b-checkout .total-part table td {
  vertical-align: top;
  padding: 10px 0;
}
.b-checkout .total-part table td:not(:first-child) {
  padding-right: 20px;
}
.b-checkout .total-part table tr:last-child td {
  padding-top: 16px;
  padding-bottom: 0;
  border-top: 1px solid #ededed;
}
.b-checkout .total-part table tr:nth-last-child(2):not(:nth-child(1)) td {
  padding-bottom: 32px;
}
.b-checkout .total-part table td:last-child {
  text-align: left;
}
.b-checkout .bottom-nav {
  padding: 100px 0 0;
}
.b-checkout .bottom-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.b-checkout .bottom-nav ul a:hover {
  color: #a5a8ad;
}
.b-checkout .form__button {
  text-align: left;
  margin-top: 12px;
}
.b-checkout .address-radio {
  width: calc(50% - 8px);
}
.b-checkout .grid-table {
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  border: 1px solid var(--border-gray-2);
}
.b-checkout .grid-table .grid-item {
  padding: 5px 16px;
  min-height: 42px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
.b-checkout .grid-table .grid-item:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px solid var(--border-gray-2);
}
.b-checkout .payment-row:not(:first-child) {
  border-top: 1px solid var(--border-gray-2);
}
.b-checkout .payment-content {
  background-color: #ededed;
}
.b-checkout .payment-content .form__row:last-child {
  margin-bottom: 0;
}
.b-checkout .card-radio-wrap {
  width: calc(50% - 8px);
}
.b-checkout .btn-add-card {
  min-height: 86px;
  border-radius: 8px;
}
.b-checkout .btn-add-card svg path {
  transition: 0.2s linear;
}
.b-checkout .btn-add-card:hover {
  color: var(--text-orange);
}
.b-checkout .btn-add-card:hover svg path {
  stroke: var(--text-orange);
}
.step-block {
  border-bottom: 1px solid var(--border-gray-3);
}
.step-block.active .step-block__title,
.step-block:not(.active) .step-block__content {
  display: none;
}
.step-block__title {
  min-height: 78px;
  font-size: 18px;
  font-weight: 700;
  color: #d0d1d5;
}
.step-block__content {
  padding: 40px 0;
}
.step-block .account.active {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.step-block .account.active:not(:first-child) {
  margin-top: 16px;
}
.product__info .counter {
  top: -14px;
  left: -15px;
}
.product__info .counter__number {
  background-color: var(--text-black);
  color: var(--text-white);
  font-weight: 500;
  width: 30px;
  height: 30px;
  padding-top: 1px;
}
.product__info .product__description .product__title,
.product__info .product__description .product__title h3 {
  font-size: 16px;
  font-weight: 700;
}
.product__info .product__description .top-part:not(:last-child) {
  margin-bottom: 24px;
}
.product__info .product__description .category {
  color: #a5a8ad;
}
.b-checkout .products-list .product__image,
.mini-cart .products-list .product__image {
  width: 80px;
}
.b-checkout .products-list .product__image .media,
.mini-cart .products-list .product__image .media {
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 3/4;
  padding: 4px;
}
.b-checkout .product__info,
.mini-cart .product__info {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.b-checkout .product__price,
.mini-cart .product__price {
  padding-right: 20px;
}
.b-checkout-thanks .section-content {
  padding: 30px 0;
}
.b-checkout-thanks .columns__inner {
  row-gap: 56px;
}
.b-checkout-thanks .checkout-thanks {
  max-width: 1190px;
}
.b-checkout-thanks .content-part {
  max-width: 540px;
  padding-left: 40px;
}
.b-checkout-thanks .content-part .main-title,
.b-checkout-thanks .content-part .main-title h1,
.b-checkout-thanks .content-part .main-title h2 {
  font-size: 32px;
}
.b-checkout-thanks .media-block {
  max-width: 455px;
  margin-right: auto;
}
.b-checkout-thanks .media-decor {
  top: -27px;
  right: -65px;
}
.b-single-article .section-inner {
  max-width: 1156px;
}
.b-single-article .page-title,
.b-single-article .page-title h1,
.b-single-article .page-title h2 {
  font-weight: 700;
  font-size: 32px;
}
.b-single-article .article__nav {
  width: 288px;
}
.b-single-article .article__nav.active .btn_toggle_nav svg {
  transform: scaleX(-1);
}
.b-single-article .article__nav .nav__wrapper {
  margin-left: auto;
}
.b-single-article .article__nav .nav.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-single-article .article__nav .nav.nav li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  min-height: 50px;
}
.b-single-article .article__nav .nav.nav a {
  color: var(--text-black);
  transition: color 0.2s linear;
}
.b-single-article .article__nav .nav.nav a:hover {
  color: var(--text-gray-2);
}
.b-single-article .article__part {
  width: calc(100% - 288px);
  padding: 0 70px 0 0;
  border-right: 1px solid var(--border-gray-2);
}
.b-single-article .article__wrapper {
  padding: 40px 0 0;
}
.b-single-article .article__content h3 {
  font-size: 16px;
}
.b-single-article .article__content ul {
  padding: 0;
  list-style: none;
}
.b-single-article .article__content ul li {
  line-height: 1.6;
  padding: 0 25px 0 0;
  position: relative;
}
.b-single-article .article__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.b-single-article .article__content ul li:before {
  position: absolute;
  content: "";
  right: 12px;
  top: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--border-black);
}
.b-single-article .article__content ol {
  padding-right: 30px;
}
.b-single-article .article__content ol li {
  line-height: 1.6;
}
.b-single-article .article__content ol li:not(:last-child) {
  margin-bottom: 20px;
}
.b-single-article .article__content ol li ul {
  margin-top: 12px;
}
.b-single-article .btn_toggle_nav {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 28px;
  max-width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid var(--border-gray-2);
  padding: 0;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -5.93939px 0 13.5758px rgba(0, 0, 0, 0.07);
}
.b-single-article .btn_toggle_nav.active {
  transform: rotate(180deg);
}
.b-single-article .btn_toggle_nav svg {
  display: block;
}
.b-personal-zone {
  padding: 40px 0 30px;
}
.b-personal-zone .mobile-button {
  top: 50%;
  left: 24px;
  margin-top: -16px;
}
.b-personal-zone .mobile-button button {
  box-shadow: 0 -1px 16px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.b-personal-zone .mobile-button button.menu-is-active span.toggler_bottom,
.b-personal-zone .mobile-button button.menu-is-active span.toggler_top {
  top: 16px;
}
.b-personal-zone .form__row {
  margin: 0;
}
.b-personal-zone .user-block {
  position: relative;
  padding: 24px;
}
.b-personal-zone .form__row .choices__inner {
  border-radius: 8px;
  font-size: 14px;
}
.b-personal-zone .label_checkbox {
  font-size: 14px;
}
.b-personal-zone .address__location p {
  margin: 0;
}
.b-personal-zone .no-address,
.b-personal-zone .no-orders,
.b-personal-zone .no-payment {
  min-height: 216px;
}
.b-personal-zone .no-address .buttons-control,
.b-personal-zone .no-orders .buttons-control,
.b-personal-zone .no-payment .buttons-control {
  -ms-flex-pack: center;
  justify-content: center;
}
.b-personal-zone .orders-list .media {
  border-radius: 4px;
  overflow: hidden;
}
.b-personal-zone .payments .card-radio-wrap {
  font-size: 14px;
}
.b-personal-zone .payments .card-radio-wrap .circle-wrap {
  display: none;
}
.b-personal-zone
  .payments
  .card-radio-wrap
  [type="radio"]:checked
  + .card-radio::after {
  content: attr(data-title);
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--text-gray-2);
  margin-top: 10px;
  padding-right: 22px;
  background-repeat: no-repeat;
  background-position: calc(100%) 40%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 5.4375L4.125 8.9375L9.375 1.0625' stroke='%23A5A8AD' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.b-personal-zone .payment .buttons {
  top: 25px;
  left: 16px;
}
.b-personal-zone .upcoming_events .swiper-slide {
  height: unset;
}
.b-personal-zone .upcoming_events .inner-content {
  height: 100%;
}
.b-personal-zone .upcoming_events .columns__inner {
  row-gap: 24px;
}
.b-personal-zone .upcoming_events .column {
  width: calc(50% - 12px);
}
.b-personal-zone .upcoming_events .column h4 {
  font-size: 18px;
}
.b-personal-zone .upcoming_events .column h4:not(:last-child) {
  margin-bottom: 12px;
}
.b-personal-zone .upcoming_events .slider-nav button {
  background-color: transparent;
}
.b-personal-zone .upcoming_events .slider-nav button:not(.swiper-button-lock) {
  margin-top: 16px;
}
.b-personal-zone .join {
  width: calc(41% - 12px);
}
.b-personal-zone .join-form .form__row {
  width: 100%;
}
.b-personal-zone .join-form .form__row.columns {
  gap: 12px;
}
.b-personal-zone .join-form .input-wrap:not(.using) .input-label {
  top: 15px;
  transform: none;
}
.b-personal-zone .gift {
  width: calc(59% - 12px);
}
.b-personal-zone .subscribe-status {
  color: #d8242f;
}
.b-personal-zone .subscribe-control {
  gap: 12px 24px;
}
.b-personal-zone
  .club-banner
  .content-block__inner
  .block-title:not(:last-child) {
  margin-bottom: 20px;
}
.b-personal-zone .club-banner .content-block__inner .block-title h2,
.b-personal-zone .club-banner .content-block__inner .block-title h3 {
  font-size: 24px;
}
.b-personal-zone .categories-links:not(:last-child) {
  margin-bottom: 60px;
}
.b-personal-zone .categories-links .link-category {
  width: calc(33.33% - 24px * 2 / 3);
  font-size: 18px;
  font-weight: 400;
  color: var(--text-black);
}
.personal-zone {
  gap: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.personal-zone .pz-sidebar {
  width: 288px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  z-index: 5;
}
.personal-zone .pz-main-part {
  width: calc(100% - 288px - 26px);
}
.personal-zone__nav {
  padding: 8px;
}
.personal-zone__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.personal-zone__nav ul li:not(:last-child) {
  margin-bottom: 12px;
}
.personal-zone__nav ul li.current {
  font-weight: 700;
  pointer-events: none;
}
.personal-zone__nav ul li:not(.current) a:hover {
  background-color: var(--design-grey-100);
}
.personal-zone__nav ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  color: var(--text-black);
  padding: 2px 8px 1px;
  border-radius: 4px;
}
.personal-zone .form-personal-details .form__button,
.personal-zone .form-personal-details .form__row {
  width: 100%;
}
.personal-zone .form-personal-details .label_checkbox {
  margin: 4px 0;
}
.personal-zone .width-1-3 {
  width: calc(37% - 12px);
}
.personal-zone .width-2-3 {
  width: calc(63% - 12px);
}
.personal-zone .events {
  border: 1px solid #f8fbff;
  background-color: #f8fbff;
}
.personal-zone .whatsapp {
  border: 1px solid #fbfbfc;
  background-color: #fff8ea;
}
.personal-zone .custom-link:hover .arrow {
  background-color: var(--bg-orange);
}
.personal-zone .custom-link:hover .arrow svg path {
  stroke: #fff;
}
.personal-zone .join {
  border: 1px solid #fbfbfc;
  background-color: #d7e7f6;
}
.personal-zone .gift {
  border: 1px solid #fbfbfc;
  background-color: #f7f1f9;
}
#add-new-address .columns .columns .column {
  width: calc(50% - 8px);
}
#active_orders .block-title h4 {
  font-size: 18px;
}
#active_orders .status {
  font-size: 14px;
  font-weight: 700;
  border-color: var(--text-black);
  min-height: 30px;
  padding: 4px 12px;
}
#history_orders .order-el .cover-bg {
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background-color: var(--design-grey-100);
  opacity: 0;
}
#history_orders .order-el .media {
  width: 80px;
}
#history_orders .order-el .product-row {
  padding: 13px 0;
}
#history_orders .order-el .product-row:not(:first-child) {
  border-top: 1px solid var(--design-grey-100);
}
#history_orders .order-el [data-toggle-collapse] {
  padding: 16px 0;
}
#history_orders .order-el [data-toggle-collapse].active .icon-chevron-down svg {
  transform: scaleY(-1);
}
#history_orders .order-el [data-toggle-collapse]:hover .cover-bg {
  opacity: 1;
}
#history_orders .order-el [data-toggle-collapse] .media {
  width: 35px;
}
#history_orders .order-el .product__title {
  margin: 0 0 4px;
}
#history_orders .order-el .separator {
  font-size: 15px;
}
#history_orders .total-info {
  border-top: 1px solid var(--design-grey-100);
  margin: 8px 0 0;
  padding: 20px 0 0;
}
#history_orders .total-info td {
  padding: 0 0 16px;
}
#history_orders .total-info td:last-child {
  text-align: left;
}
#history_orders .total-info .total td {
  border-top: 1px solid var(--design-grey-100);
  padding: 16px 0 0;
}
#history_orders .order-control {
  padding: 16px 0;
}
.b-club-banner {
  margin-top: 68px;
  margin-bottom: 68px;
  position: relative;
  z-index: 1;
  background-color: var(--bg-white-2);
}
.b-club-banner .club-banner {
  display: -ms-flexbox;
  display: flex;
  background: #e4dbf6;
}
.b-club-banner .content-block__inner {
  max-width: 500px;
}
.b-club-banner .content-block__inner .block-title:not(:last-child) {
  margin-bottom: 24px;
}
.b-club-banner .content-block .button {
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.b-club-banner .media-left,
.b-club-banner .media-right {
  width: 25%;
}
.b-hero-img {
  height: 520px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px;
}
.b-hero-img .bg {
  height: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  overflow: hidden;
}
.b-hero-img .bg picture {
  width: 100%;
  height: 100%;
}
.b-hero-img .bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-hero-img h1 {
  padding: 24px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  line-height: 1;
}
.b-hero-img-animated {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.b-hero-img-animated .inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  z-index: 0;
}
.b-hero-img-animated .bg-wrapper {
  position: sticky;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--bg-page);
  top: 0;
  z-index: 0;
}
.b-hero-img-animated .bg {
  height: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--bg-light-orange);
}
.b-hero-img-animated .bg picture {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.b-hero-img-animated .bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-hero-img-animated .content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
  padding-bottom: 60px;
}
.b-hero-img-animated .blocks {
  padding-top: 1585px;
  padding-bottom: 150px;
  margin-right: auto;
  padding-left: 60px;
  gap: 69px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.b-hero-img-animated .blocks .block {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 24px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(18px);
  max-width: 380px;
  color: #000;
}
.b-hero-img-animated .blocks .block h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.b-hero-img-animated .blocks .block p {
  line-height: 163%;
  margin: 0;
}
.b-hero-img-animated .blocks .block:nth-child(odd) {
  margin-left: 70px;
}
.b-hero-img-animated h1 {
  padding: 60px;
  margin: 0 0 0 auto;
  position: sticky;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.b-product-repeater {
  margin-top: 60px;
  margin-bottom: 60px;
}
.b-product-repeater .filter {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 48px;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-product-repeater .filter .sort-by-filter {
  position: absolute;
  left: 0;
  z-index: 4;
}
.b-product-repeater .filter .sort-by-filter ul {
  list-style-type: none;
  padding: 12px 0;
  position: absolute;
  border: 1px solid var(--text-gray);
  border-radius: 12px;
  z-index: 1;
  gap: 8px;
  width: 100%;
  background-color: var(--bg-page);
  opacity: 0;
  visibility: hidden;
}
.b-product-repeater .filter .sort-by-filter ul li {
  padding: 14px 12px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  line-height: 163%;
  width: 100%;
  color: var(--text-gray);
}
.b-product-repeater .filter .sort-by-filter ul li:hover {
  opacity: 0.7;
}
.b-product-repeater .filter .sort-by-filter ul li.active {
  font-weight: 700;
}
.b-product-repeater .filter .btn-filter-products {
  border: 1px solid var(--text-gray);
  border-radius: 500px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 9px 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.b-product-repeater .filter .btn-filter-products img {
  width: 22px;
  height: 22px;
}
.b-product-repeater .filter ul.category-icons {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 clamp(8px, 5vw, 56px);
}
.b-product-repeater .filter ul.category-icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b-product-repeater .filter ul.category-icons li a {
  color: var(--text-color-main);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 0;
}
.b-product-repeater .filter ul.category-icons li:hover {
  opacity: 0.7;
}
.b-product-repeater .filter ul.category-icons li img {
  width: 32px;
  height: auto;
}
.b-product-repeater .animating-block {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.b-product-repeater .anchor {
  margin-right: auto;
  width: 100%;
  position: relative;
  display: none;
}
.b-product-repeater .animating-el {
  height: auto;
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 652/797;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  line-height: 130%;
  border-radius: 20px;
  position: sticky;
  top: 80px;
}
.b-product-repeater .animating-el h2 {
  font-size: 32px;
}
.b-product-repeater .animating-el.hide-md {
  height: 420px;
  display: -ms-flexbox;
  display: flex;
}
.b-product-repeater .animating-el .text {
  color: #fff;
  margin-bottom: 56px;
  margin-right: 56px;
}
.b-product-repeater .products-cont {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.b-product-repeater .products-cont .product-list-wrapper {
  width: calc(50% - 24px);
}
.b-product-repeater .products-cont .product-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.b-product-repeater .products-cont .product-list .product-card {
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
.b-product-bundler {
  margin-top: 60px;
  margin-bottom: 60px;
}
.b-product-bundler .filter {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  overflow: auto;
  width: 100%;
}
.b-product-bundler .filter .btn-filter-products {
  border: 1px solid var(--text-gray);
  border-radius: 500px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 9px 30px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
}
.b-product-bundler .filter .btn-filter-products img {
  width: 22px;
  height: 22px;
}
.b-product-bundler .filter ul.category-icons {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 10px;
  width: 100%;
}
.b-product-bundler .filter ul.category-icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b-product-bundler .filter ul.category-icons li:hover {
  opacity: 0.7;
}
.b-product-bundler .filter ul.category-icons li img {
  width: 32px;
  height: auto;
}
.b-product-bundler .animating-block {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.b-product-bundler .animating-el {
  height: auto;
  width: 100%;
  max-width: 572px;
  margin-right: auto;
  max-height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--grey-200);
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  line-height: 130%;
  border-radius: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 40px 20px;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  transition:
    background-color 0.3s,
    color 0.3s;
  top: 108px;
}
.b-product-bundler .animating-el .anchor {
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-product-bundler .animating-el .arrow {
  stroke: var(--text-black);
  margin-right: 16px;
  display: none;
  transition: stroke 0.3s;
}
.b-product-bundler .animating-el h2 {
  margin-bottom: 12px;
}
.b-product-bundler .animating-el p {
  text-align: center;
  font-size: 16px;
}
.b-product-bundler .animating-el .bundled-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-product-bundler .animating-el .bundled-items .item-slot {
  width: 30%;
  aspect-ratio: 152/226;
  border-radius: 12px;
  position: relative;
}
.b-product-bundler .animating-el .bundled-items .item-slot .remove-item {
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  border: 1px solid var(--border-gray-2);
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 1;
  transition: 0.3s;
}
.b-product-bundler .animating-el .bundled-items .item-slot .remove-item svg {
  fill: var(--text-black);
  margin: auto;
  width: 11px;
  height: 11px;
}
.b-product-bundler .animating-el .bundled-items .item-slot .remove-item:hover {
  background-color: var(--bg-black);
}
.b-product-bundler
  .animating-el
  .bundled-items
  .item-slot
  .remove-item:hover
  svg {
  fill: var(--text-white);
}
.b-product-bundler .animating-el .bundled-items .item-slot .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: var(--bg-light-orange);
}
.b-product-bundler .animating-el .bundled-items .item-slot .item-img img {
  height: 100%;
  object-fit: cover;
}
.b-product-bundler .animating-el .bundled-items .item-slot .item-img .gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 81.05%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-product-bundler .animating-el .bundled-items .item-slot .item-title {
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  margin-top: 16px;
}
.b-product-bundler .animating-el .bundled-items .item-slot.empty .remove-item {
  display: none;
}
.b-product-bundler .animating-el .bundled-items .item-slot.empty .item-img {
  border: 2px dashed var(--border-gray-3);
  background-color: var(--design-grey-50);
}
.b-product-bundler .animating-el .bundled-items .item-slot.empty .item-img img {
  display: none;
}
.b-product-bundler .animating-el .bundler-footer {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid var(--grey-200);
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum .total {
  font-size: 24px;
  line-height: 120%;
}
.b-product-bundler
  .animating-el
  .bundler-footer
  .bundle-sum
  .total.applied-discount
  .original {
  text-decoration: line-through;
  color: var(--design-grey-200);
  margin-left: 12px;
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum .shipping {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum .shipping h4 {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum .shipping h4 span {
  position: relative;
  top: -2px;
}
.b-product-bundler .animating-el .bundler-footer .bundle-sum .shipping p {
  font-weight: 400;
  font-size: 16px;
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart {
  margin-top: 24px;
  width: 100%;
  background: 0 0;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 130%;
  height: 46px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--design-grey-200);
  border-color: var(--design-grey-200);
  color: var(--design-grey-50);
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart .icon {
  height: 100%;
  width: auto;
  margin-right: auto;
  background-color: var(--design-grey-50);
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart svg {
  stroke: var(--design-grey-200);
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart span {
  margin-right: auto;
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart:hover {
  color: var(--text-white);
  background: var(--bg-black);
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart:hover .icon {
  background: var(--text-white);
}
.b-product-bundler .animating-el .bundler-footer .add-to-cart:hover svg {
  stroke: var(--text-color-main);
}
.b-product-bundler .animating-el .bundler-footer .btn-round span {
  margin-left: unset;
}
.b-product-bundler .animating-el.filled .add-to-cart {
  background: 0 0;
  border-color: var(--bg-black);
  color: var(--text-black);
}
.b-product-bundler .animating-el.filled .add-to-cart svg {
  stroke: var(--design-light-blue);
}
.b-product-bundler .animating-el.filled .add-to-cart .icon {
  background: var(--bg-black);
}
.b-product-bundler .products-cont {
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.b-product-bundler .products-cont .product-bundle-list,
.b-product-bundler .products-cont .products-list {
  width: calc(50% - 24px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.b-product-bundler .products-cont .product-bundle-list .product-card,
.b-product-bundler .products-cont .products-list .product-card {
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
.b-product-bundler
  .products-cont
  .product-bundle-list
  .product-card
  .product-title
  a,
.b-product-bundler
  .products-cont
  .products-list
  .product-card
  .product-title
  a {
  text-decoration: none;
}
.b-product-bundler .products-cont .product-bundle-list {
  width: 100%;
}
.b-banner-kapps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 56px;
}
.b-banner-kapps h2 {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}
.b-tiled-content-1 {
  margin-top: 60px;
  margin-bottom: 100px;
}
.b-tiled-content-1 .top-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 22px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 56px;
}
.b-tiled-content-1 .top-part .headline-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.b-tiled-content-1 .top-part .headline-cont h2 {
  margin-top: 0;
}
.b-tiled-content-1 .top-part .btn-round-expand {
  display: -ms-flexbox;
  display: flex;
  border-color: var(--Design-Orange-peach);
  color: var(--Design-Orange-peach);
  margin-bottom: 8px;
}
.b-tiled-content-1 .top-part .btn-round-expand .icon {
  background-color: var(--Design-Orange-peach);
}
.b-tiled-content-1 .tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b-tiled-content-1 .tiles img {
  object-fit: cover;
}
.b-tiled-content-1 .tiles .tile-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-tiled-content-1 .tiles .tile-1 .content-box {
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 12px;
  background: var(--Design-Orange-peach, #ed5522);
  color: var(--Design-Beige);
}
.b-tiled-content-1 .tiles .tile-1 .content-box .top-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-tiled-content-1 .tiles .tile-1 .content-box .top-content h4 {
  margin-bottom: 0;
}
.b-tiled-content-1 .tiles .tile-1 .content-box .top-content p {
  font-weight: 500;
}
.b-tiled-content-1 .tiles .tile-1 .content-box .bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-tiled-content-1 .tiles .tile-1 .content-box .bottom-content:hover .btn-link {
  color: var(--Design-Grey-300);
}
.b-tiled-content-1
  .tiles
  .tile-1
  .content-box
  .bottom-content:hover
  .btn-arrow {
  background-color: var(--Design-Orange-peach);
}
.b-tiled-content-1
  .tiles
  .tile-1
  .content-box
  .bottom-content:hover
  .btn-arrow
  svg {
  stroke: var(--design-light-blue);
}
.b-tiled-content-1 .tiles .tile-1 img {
  border-radius: 12px;
  min-height: 295px;
}
.b-tiled-content-1 .tiles .tile-1 .btn-arrow:hover {
  background-color: var(--text-black);
}
.b-tiled-content-1 .tiles .tile-2 {
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  padding: 24px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.b-tiled-content-1 .tiles .tile-2 img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  width: 100%;
}
.b-tiled-content-1 .tiles .tile-2 .cutoff-cont {
  z-index: 1;
  position: relative;
  width: 100%;
}
.b-tiled-content-1 .tiles .tile-2 .cutoff-cont svg {
  fill: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  display: block;
  height: auto;
}
.b-tiled-content-1 .tiles .tile-2 .cutoff-cont h3 {
  margin-bottom: 0;
  padding: 24px 30px 20px 20px;
  font-size: 32px;
  line-height: 130%;
}
.b-tiled-content-1 .tiles .tile-3 {
  background-color: var(--Design-Blue);
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px 40px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 12px;
}
.b-tiled-content-1 .tiles .tile-3 img {
  clip-path: url(#pillClip);
  width: 100%;
  aspect-ratio: 376/232;
  object-fit: cover;
  height: auto;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 12px;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content .content {
  margin-bottom: 24px;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content h4 {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 28px;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content p {
  margin-bottom: 0;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content .time p:first-child {
  margin-bottom: 16px;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content .tile-footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content .tile-footer a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b-tiled-content-1 .tiles .tile-3 .bottom-content .tile-footer:hover .btn-link {
  color: var(--Design-Grey-300);
}
.b-tiled-content-1
  .tiles
  .tile-3
  .bottom-content
  .tile-footer:hover
  .btn-arrow {
  background-color: var(--Design-Orange-peach);
}
.b-tiled-content-1
  .tiles
  .tile-3
  .bottom-content
  .tile-footer:hover
  .btn-arrow
  svg {
  stroke: var(--design-light-blue);
}
.b-tiled-content-1 .btn-round-expand {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0;
  border-color: var(--Design-Orange-peach);
  color: var(--Design-Orange-peach);
}
.b-tiled-content-1 .btn-round-expand .icon {
  background-color: var(--Design-Orange-peach);
}
.b-faded-image {
  position: relative;
  z-index: 0;
}
.b-faded-image .fade-cont {
  margin-bottom: -60px;
  position: relative;
}
.b-faded-image .fade-cont .fade-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -5px;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0) 10.84%,
    #f8fbff 82.95%
  );
  z-index: 2;
}
.b-faded-image .fade-cont img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.b-faded-image .fade-cont img.active {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.b-faded-image .fade-cont:hover img.active {
  opacity: 1;
}
.b-tiled-content-2 .container {
  z-index: 3;
  position: relative;
}
.b-tiled-content-2 .container .top-part {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 22px;
  margin-bottom: 56px;
}
.b-tiled-content-2 .container .top-part .headline-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
.b-tiled-content-2 .container .top-part .headline-cont h2 {
  margin-top: 0;
}
.b-tiled-content-2 .container .top-part .fixed-w {
  max-width: 650px;
}
.b-tiled-content-2 .container .tiles {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-tiled-content-2 .container .tiles .tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.b-tiled-content-2 .container .tiles .tile img {
  border-radius: 12px;
  aspect-ratio: 1/1;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.b-tiled-content-2 .container .tiles .tile p {
  line-height: 100%;
  max-width: 328px;
  font-size: 18px;
  text-align: center;
}
.b-tiled-content-2.style-2 .tiles .tile {
  border-radius: 12px;
  padding: 24px 24px 32px;
  -ms-flex-align: unset;
  align-items: unset;
  gap: 0;
}
.b-tiled-content-2.style-2 .tiles .tile img {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 376/300;
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(3) {
  background-color: var(--Design-Blue);
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(3) img {
  border-radius: 50px;
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(2) {
  background-color: var(--Design-Pink);
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(2) img {
  border-radius: 0 0 999px 999px;
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(1) {
  background-color: var(--design-purple);
}
.b-tiled-content-2.style-2 .tiles .tile:nth-child(1) img {
  border-radius: 999px 0 0 999px;
}
.b-tiled-content-2.style-2 .tiles .tile h3 {
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
  margin-top: 0;
}
.b-tiled-content-2.style-2 .tiles .tile p {
  text-align: right;
  font-size: 16px;
  line-height: 163%;
  max-width: unset;
}
.b-vertical-videos-scroller {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
.b-vertical-videos-scroller .container {
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: visible;
}
.b-vertical-videos-scroller .headlines {
  max-width: 614px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-vertical-videos-scroller .headlines h2 {
  margin-bottom: 32px;
}
.b-vertical-videos-scroller .scroller-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-top: 16px;
  gap: 16px;
  display: -ms-flexbox;
  display: flex;
}
.b-vertical-videos-scroller .scroller-nav button {
  outline: 0;
  border: none;
  background: 0 0;
  display: -ms-flexbox;
  display: flex;
  stroke: var(--text-black);
  padding: 0;
  transition: 0.2s ease-in-out;
}
.b-vertical-videos-scroller .scroller-nav button.prev {
  transform: rotate(180deg);
}
.b-vertical-videos-scroller .scroller-nav button:disabled,
.b-vertical-videos-scroller .scroller-nav button:hover {
  opacity: 0.5;
}
.b-vertical-videos-scroller .vertical-videos-cont {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  direction: ltr;
}
.b-vertical-videos-scroller .video-card {
  position: relative;
  opacity: 0.5;
  transform: scale(0.95);
}
.b-vertical-videos-scroller .video-card button.play {
  background-color: var(--Design-Beige);
  padding: 6px;
  outline: 0;
  border: none;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.b-vertical-videos-scroller .video-card button.play svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-black);
  transition: 0.2s ease-in-out;
}
.b-vertical-videos-scroller .video-card button.play:hover {
  background-color: var(--Design-Orange-peach);
}
.b-vertical-videos-scroller .video-card button.play:hover svg {
  stroke: var(--text-white);
}
.b-vertical-videos-scroller .video-card video {
  height: 500px;
  aspect-ratio: 280/500;
  width: auto;
  border-radius: 12px;
  object-fit: cover;
}
.b-vertical-videos-scroller .video-card.active {
  opacity: 1;
  transform: scale(1);
}
.b-cta-panel {
  margin: 100px 0;
}
.b-cta-panel .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b-cta-panel .content {
  width: 518px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
.b-cta-panel .content h2 {
  margin: 24px 0 16px;
}
.b-cta-panel .title-button {
  width: -moz-fit-content;
  width: fit-content;
}
.b-cta-panel img {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 400px;
  height: 408px;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 748/408;
  max-width: 100%;
  margin-left: 56px;
}
.b-img-text-cols {
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background-color: var(--bg-white-2);
}
.b-img-text-cols .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-img-text-cols img {
  aspect-ratio: 650/480;
  height: 480px;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 12px;
}
.b-img-text-cols .content {
  width: 600px;
  margin-left: 25px;
}
.b-img-text-cols .content .title-button {
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.b-img-text-cols .content h2 {
  margin-top: 0;
}
.b-colorful-shapes {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  background-color: var(--bg-white-2);
}
.b-colorful-shapes .headlines {
  text-align: center;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.b-colorful-shapes .headlines h2 {
  margin-top: 12px;
}
.b-colorful-shapes .shapes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b-colorful-shapes .shapes .content {
  z-index: 2;
  position: relative;
  margin: auto;
}
.b-colorful-shapes .shapes .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}
.b-colorful-shapes .shapes .shape-1,
.b-colorful-shapes .shapes .shape-2,
.b-colorful-shapes .shapes .shape-3,
.b-colorful-shapes .shapes .shape-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: 0.5s ease-in-out;
}
.b-colorful-shapes .shapes .shape-1 svg,
.b-colorful-shapes .shapes .shape-2 svg,
.b-colorful-shapes .shapes .shape-3 svg,
.b-colorful-shapes .shapes .shape-4 svg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.b-colorful-shapes .shapes .shape-1 {
  width: 330px;
  aspect-ratio: 1/1;
}
.b-colorful-shapes .shapes .shape-1 .content {
  width: 70%;
}
.b-colorful-shapes .shapes .shape-1:hover {
  transform: rotate(-5deg);
}
.b-colorful-shapes .shapes .shape-2 {
  transform: rotate(5deg);
  width: 229px;
  aspect-ratio: 229/330;
  margin-left: 36px;
  margin-right: -15px;
}
.b-colorful-shapes .shapes .shape-2 .content {
  padding: 0 20px;
}
.b-colorful-shapes .shapes .shape-2 svg {
  aspect-ratio: 229/330;
}
.b-colorful-shapes .shapes .shape-2:hover {
  transform: rotate(0);
}
.b-colorful-shapes .shapes .shape-3 {
  aspect-ratio: 1/1;
  width: 330px;
  background-color: var(--Design-Blue);
  border-radius: 50%;
}
.b-colorful-shapes .shapes .shape-3 .content {
  padding-left: 30px;
  padding-right: 30px;
}
.b-colorful-shapes .shapes .shape-3:hover {
  transform: rotate(5deg);
}
.b-colorful-shapes .shapes .shape-4 {
  aspect-ratio: 1/1;
  width: 330px;
  transform: rotate(-5deg);
}
.b-colorful-shapes .shapes .shape-4 .content {
  padding-left: 30px;
  padding-right: 30px;
}
.b-colorful-shapes .shapes .shape-4:hover {
  transform: rotate(-2deg);
}
.b-text-img-cols {
  margin-top: 100px;
  margin-bottom: 100px;
}
.b-text-img-cols .container {
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.b-text-img-cols img {
  width: auto;
  height: 378px;
  aspect-ratio: 568/378;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 12px;
}
.b-text-img-cols .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-text-img-cols .content h2 {
  margin-bottom: 0;
}
.b-text-img-cols .content .bottom-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  padding-top: 32px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: solid 1px var(--design-grey-100);
}
.b-text-img-cols .content .bottom-part .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.b-text-img-cols .content .bottom-part .box h3 {
  font-size: 60px;
  letter-spacing: 0.3px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 0;
}
.b-blog-showcase {
  margin-top: 100px;
  margin-bottom: 100px;
}
.b-blog-showcase .top-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 22px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 56px;
}
.b-blog-showcase .top-part .headline-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.b-blog-showcase .top-part .headline-cont h2 {
  margin-top: 0;
}
.b-blog-showcase .top-part .title-button {
  margin-bottom: 0;
}
.b-blog-showcase .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  cursor: pointer;
  overflow-x: auto;
}
.b-blog-showcase .content .blog-card {
  color: var(--text-black);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex: 0 0 calc((100% - 48px) / 3);
  flex: 0 0 calc((100% - 48px) / 3);
}
.b-blog-showcase .content .blog-card .img-wrapper {
  height: 240px;
  aspect-ratio: 424/240;
  overflow: hidden;
  border-radius: 12px;
}
.b-blog-showcase .content .blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.b-blog-showcase .content .blog-card .card-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-blog-showcase .content .blog-card .card-content .headline-and-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-blog-showcase .content .blog-card .card-content p {
  margin-bottom: 0;
}
.b-blog-showcase .content .blog-card .card-content p.small {
  font-size: 14px;
  font-weight: 500;
  line-height: 153%;
}
.b-blog-showcase .content .blog-card .card-content .headline-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-blog-showcase .content .blog-card .card-content .headline-cont svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-color-main);
}
.b-blog-showcase .content .blog-card .card-content .headline-cont h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  transition: opacity 0.4s;
}
.b-blog-showcase .content .blog-card .card-content .card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.b-blog-showcase .content .blog-card .card-content .card-footer .tag {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  border: 1px solid var(--Black, #363636);
}
.b-blog-showcase .content .blog-card .card-content .card-footer .tag p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.b-blog-showcase .content .blog-card:hover img {
  transform: scale(1.05);
}
.b-blog-showcase .content .blog-card:hover h4 {
  opacity: 0.8;
}
.b-blog-showcase .btn-round-expand.mobile {
  margin-top: 40px;
  display: none;
  border-color: var(--Design-Orange-peach);
  color: var(--Design-Orange-peach);
  margin-bottom: 8px;
}
.b-blog-showcase .btn-round-expand.mobile .icon {
  background-color: var(--Design-Orange-peach);
}
.b-404 {
  margin-top: 55px;
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.b-404 .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
}
.b-404 .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-404 .content h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.b-404 .content p {
  margin-bottom: 40px;
}
.b-404 .img-cont {
  height: 637px;
  max-height: 95vh;
  position: relative;
}
.b-404 .img-cont img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.b-404 .img-cont svg {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  bottom: -22px;
}
.b-faq {
  margin-top: 60px;
  margin-bottom: 120px;
  scroll-behavior: smooth;
}
.b-faq .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-faq .faq-nav {
  position: sticky;
  display: -ms-flexbox;
  display: flex;
  width: 194px;
  top: 78px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 36px;
  margin-top: 0;
  padding-bottom: 48px;
  padding-top: 20px;
  padding-right: 0;
  border-bottom: 2px solid #ededed;
  list-style-type: none;
  height: -moz-fit-content;
  height: fit-content;
}
.b-faq .faq-nav li a {
  color: var(--text-color-main);
  transition: 0.3s;
}
.b-faq .faq-nav li a:hover {
  color: var(--Design-Grey-300);
}
.b-faq hr {
  margin: 0;
  border: 1px solid #ededed;
  height: unset;
  box-sizing: unset;
}
.b-faq .spacer {
  -ms-flex: 1 1 70px;
  flex: 1 1 70px;
}
.b-faq .faq-cont {
  width: 862px;
}
.b-faq .faq-cont .faq-section:not(:first-child) {
  padding-top: 56px;
}
.b-faq .faq-cont h2 {
  margin-bottom: 0;
}
.b-faq .faq-cont ul {
  list-style-type: none;
  padding-right: 0;
  margin: 0;
}
.b-faq .faq-cont li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #ededed;
}
.b-faq .faq-cont .item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.b-faq .faq-cont .item-top button {
  border-radius: 50%;
  position: relative;
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0;
  background-color: transparent;
  transition: 0.3s;
}
.b-faq .faq-cont .item-top button span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-family: SimplerPro;
  font-weight: 400;
  transform: translate(-50%, -50%);
  line-height: 36px;
}
.b-faq .faq-cont .item-top button span.close {
  visibility: hidden;
  padding-bottom: 4px;
}
.b-faq .faq-cont .item-top li .title {
  transition: 0.3s;
}
.b-faq .faq-cont li.expanded .title {
  font-weight: 700;
}
.b-faq .faq-cont li.expanded .item-top button span.expand {
  visibility: hidden;
}
.b-faq .faq-cont li.expanded .item-top button span.close {
  visibility: visible;
}
.b-faq .faq-cont p {
  font-size: 16px;
  font-weight: 500;
  line-height: 163%;
  margin-bottom: 0;
}
.b-faq .faq-cont p.title.active {
  font-weight: 700;
}
.b-faq .faq-cont .expandable {
  height: 0;
  overflow: hidden;
}
.b-faq .pullout-nav {
  display: none;
  position: fixed;
  padding: 16px;
  left: 20px;
  bottom: 16px;
  z-index: 9;
}
.b-faq .pullout-nav button {
  border-radius: 50%;
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  outline: 0;
  background-color: var(--Design-Beige);
  border: 0.5px solid var(--design-grey-100, #ededed);
  box-shadow: -5.939px 0 13.576px 0 rgba(0, 0, 0, 0.07);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  padding: 0;
}
.b-faq .pullout-nav button svg {
  width: 18px;
  height: 18px;
}
.b-faq .pullout-nav ul {
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  border: 0.5px solid var(--design-grey-100, #ededed);
  background: #fff;
  box-shadow: -7px 0 16px 0 rgba(0, 0, 0, 0.07);
  list-style-type: none;
  margin: 0;
}
.b-faq .pullout-nav ul li {
  width: 100%;
}
.b-faq .pullout-nav ul li a {
  width: 100%;
  color: var(--text-black, #363636);
  font-size: 16px;
  font-weight: 500;
  line-height: 163%;
}
.b-faq .pullout-nav.active button {
  transform: rotate(180deg);
}
.b-featured-blog {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-featured-blog a {
  color: unset;
}
.b-featured-blog h2 {
  margin-bottom: 32px;
}
.b-featured-blog .content-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-featured-blog .content-cont .blog-card .small {
  color: var(--text-gray);
}
.b-featured-blog .small-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-featured-blog .small-cont .blog-card {
  -ms-flex-direction: row;
  flex-direction: row;
}
.b-featured-blog .small-cont .blog-card .img-wrapper {
  width: 320px;
  height: auto;
  aspect-ratio: 320/204;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-featured-blog .small-cont .blog-card .card-footer {
  margin-top: auto;
}
.b-featured-blog .big-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.b-featured-blog .big-cont .blog-card .img-wrapper {
  height: 240px;
  width: 100%;
}
.b-blog-archive {
  margin-top: 80px;
  margin-bottom: 80px;
}
.b-blog-archive .blog-card-repeater {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 40px;
  margin-bottom: 60px;
}
.b-blog-archive .blog-card {
  width: calc(33.333% - 16px);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b-blog-archive .blog-card .small {
  color: var(--text-gray);
}
.b-blog-archive .filter {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
}
.b-blog-archive .filter .sort-by-filter {
  margin-right: auto;
  position: relative;
  width: 140px;
}
.b-blog-archive .filter .sort-by-filter ul {
  list-style-type: none;
  padding: 12px 0;
  position: absolute;
  border: 1px solid var(--text-gray);
  border-radius: 12px;
  z-index: 1;
  gap: 8px;
  width: 100%;
  background-color: var(--bg-page);
  opacity: 0;
  visibility: hidden;
  margin-top: 4px;
}
.b-blog-archive .filter .sort-by-filter ul li {
  padding: 14px 12px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  line-height: 163%;
  width: 100%;
  color: var(--text-gray);
}
.b-blog-archive .filter .sort-by-filter ul li:hover {
  opacity: 0.7;
}
.b-blog-archive .filter .sort-by-filter ul li.active {
  font-weight: 700;
}
.b-blog-archive .filter .sort-by-filter .btn-filter-products {
  border: 1px solid var(--text-gray);
  border-radius: 500px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 8px 24px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-blog-archive .filter .sort-by-filter .btn-filter-products img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.b-blog-archive .filter .tag-filter ul {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
.b-blog-archive .filter .tag-filter ul li {
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  line-height: 163%;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--design-grey-200);
  white-space: nowrap;
}
.b-blog-archive .filter .tag-filter ul li:hover {
  color: var(--text-color-main);
}
.b-blog-archive .filter .tag-filter ul li.active {
  color: var(--text-color-main);
  text-decoration: underline;
}
.b-blog-archive .pagination {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.b-blog-archive .pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 16px;
}
.b-blog-archive .pagination ul li {
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: var(--design-grey-200);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-blog-archive .pagination ul li.active,
.b-blog-archive .pagination ul li:hover {
  color: var(--text-color-main);
}
.b-blog-archive .pagination .next,
.b-blog-archive .pagination .prev {
  background-color: transparent;
  border: 0;
  outline: 0;
  height: 40px;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-featured-products-slider {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.b-featured-products-slider .headline-img {
  object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  -ms-flex: 1;
  flex: 1;
  min-height: 645px;
  aspect-ratio: 580/645;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.b-featured-products-slider .container {
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  clip-path: inset(0 10px 0 -1000px);
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-featured-products-slider .content {
  width: 100%;
  position: relative;
}
.b-featured-products-slider .top-part {
  width: 100%;
  margin-bottom: 40px;
}
.b-featured-products-slider .top-part .title-button {
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.b-featured-products-slider .top-part .headline-and-control {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-self: stretch;
}
.b-featured-products-slider .top-part .controls {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
}
.b-featured-products-slider .top-part .controls button {
  transition: 0.3s;
}
.b-featured-products-slider .top-part .controls button:disabled {
  opacity: 0.3;
}
.b-featured-products-slider .top-part h2 {
  margin-bottom: 0;
}
.b-featured-products-slider .slider-cont {
  height: 460px;
  position: relative;
  overflow: visible;
}
.b-featured-products-slider .slider {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.b-featured-products-slider .slider.swiper .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.b-featured-products-slider .slider.swiper .swiper-slide {
  width: 306px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}
.b-contact-form {
  margin-top: 60px;
  margin-bottom: 120px;
}
.b-contact-form .container {
  border-radius: 20px;
  background: var(--design-light-blue, #f8fbff);
  display: -ms-flexbox;
  display: flex;
  padding: 90px 120px 100px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 48px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.b-contact-form h1 {
  margin-left: auto;
  margin-bottom: 0;
}
.b-contact-form .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.b-contact-form .content form {
  width: 500px;
}
.b-contact-form .content form:valid button {
  pointer-events: auto;
}
.b-contact-form .content form button {
  margin-top: 24px;
  pointer-events: none;
}
.b-contact-form .content form:not(:valid) button {
  cursor: not-allowed;
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
  pointer-events: none;
}
.b-contact-form .content form:not(:valid) button .icon {
  background-color: var(--bg-white);
}
.b-contact-form .content form:not(:valid) button .icon svg path {
  stroke: #d0d1d5;
}
.b-contact-form .content form input {
  margin-bottom: 12px;
  line-height: 153%;
}
.b-contact-form .content form input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-contact-form .content form input::placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-contact-form .content form textarea {
  padding: 12px 12px 12px 24px;
  height: 84px;
}
.b-contact-form .content form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-contact-form .content form textarea::placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-contact-form .content form .form-row {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.b-contact-form .content .text-content {
  width: 500px;
}
.b-contact-form .content .text-content > p {
  margin-bottom: 20px;
}
.b-contact-form .content .text-content > a {
  margin-bottom: 20px;
  display: block;
}
.b-contact-form .content .text-content .info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.b-contact-form .content .text-content .info-row p {
  margin-left: 12px;
  margin-right: 8px;
  font-weight: 700;
  margin-bottom: 0;
}
.b-contact-form .content .text-content .info-row a {
  color: var(--text-black);
  line-height: 160%;
}
.b-arcticle {
  margin-top: 36px;
  margin-bottom: 100px;
}
.b-arcticle article {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.b-arcticle .sticky-featured-img {
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  min-width: 0;
  padding: 0 10px;
  max-height: 75vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.b-arcticle .sticky-featured-img img {
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 360/203;
}
.b-arcticle .entry-content {
  width: 655px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-arcticle .entry-content .timestamp {
  color: var(--text-gray);
  margin-bottom: 8px;
}
.b-arcticle .entry-content .entry-header {
  margin-bottom: 32px;
}
.b-arcticle .entry-content .entry-header .entry-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.b-arcticle .entry-content .tags {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-arcticle .entry-content .tags a {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  border: 1px solid var(--Black, #363636);
  color: var(--Black);
  transition: 0.2s ease-in-out;
}
.b-arcticle .entry-content .tags a p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.b-arcticle .entry-content .tags a:hover {
  background-color: var(--Design-Blue);
  border: 1px solid var(--Design-Blue);
}
.b-arcticle .entry-content figure {
  margin-bottom: 14px;
  width: 100%;
}
.b-arcticle .entry-content figure img {
  width: 100%;
  border-radius: 12px;
  height: 367px;
  object-fit: cover;
}
.b-arcticle .entry-content figcaption {
  margin-top: 14px;
  margin-bottom: 16px;
  margin-right: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 153%;
}
.b-arcticle .entry-content h4 {
  margin-bottom: 16px;
}
.b-arcticle .entry-content h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.b-arcticle .entry-content blockquote {
  color: var(--Design-Orange-peach, #ed5522);
  border-right: var(--Design-Orange-peach) solid 2px;
  border-left: unset;
  padding-right: 20px;
  margin-right: 20px;
  padding-left: 0;
}
.b-arcticle .entry-content blockquote p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.b-arcticle .entry-content figure,
.b-arcticle .entry-content h4,
.b-arcticle .entry-content h5 {
  margin-top: 40px;
}
.header__nav-menu li.nav__item button.cred_modal_btn {
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
}
.header__nav-menu li.nav__item button.cred_modal_btn:hover {
  color: var(--text-orange);
}
.creds__wrapper {
  position: fixed;
  height: 100%;
  max-width: 560px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  padding: 56px 0 0;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}
.creds__wrapper.extended {
  transform: translateX(0);
}
.creds__wrapper .creds__inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 56px 56px;
  overflow: auto;
}
.creds__wrapper .creds__header {
  position: absolute;
  top: 0;
  left: 0;
}
.creds__wrapper .creds__header .close-btn {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  cursor: pointer;
  outline: 0;
  border: none;
  background: 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  top: 54px;
  left: 60px;
}
.creds__wrapper .creds__content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.creds__wrapper .creds__content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.creds__wrapper .panel {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: 32px;
}
.creds__wrapper .panel:not(.active) {
  display: none;
}
.creds__wrapper .panel__footer {
  width: 100%;
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.creds__wrapper .panel__footer p {
  margin-bottom: 0;
}
.creds__wrapper .nsl-container {
  width: 100%;
}
.creds__wrapper .nsl-container-buttons {
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
}
.creds__wrapper .nsl-container-buttons a,
.creds__wrapper .nsl-container-buttons button {
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  border: 0.711px solid var(--Design-Grey-100, #ededed);
  background: var(--Design-Light-Blue, #f8fbff);
  padding: 9px 16px;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
}
.creds__wrapper .nsl-container-buttons img {
  width: 24px;
  height: 24px;
}
.creds__wrapper .integrations {
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
}
.creds__wrapper .integrations li {
  -ms-flex: 1;
  flex: 1;
}
.creds__wrapper .integrations li a,
.creds__wrapper .integrations li button {
  border-radius: 8px;
  border: 0.711px solid var(--Design-Grey-100, #ededed);
  background: var(--Design-Light-Blue, #f8fbff);
  padding: 9px 16px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.creds__wrapper .integrations li img {
  width: 24px;
  height: 24px;
}
.creds__wrapper .separator {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.creds__wrapper .separator::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Design-Grey-300);
  position: absolute;
  z-index: -1;
  top: 14px;
}
.creds__wrapper .separator p {
  font-size: 14px;
  font-weight: 500;
  line-height: 153%;
  color: var(--Design-Grey-300);
  margin: auto;
  background-color: #fff;
  padding: 0 12px;
}
.creds__wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.creds__wrapper form .form-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.creds__wrapper form input {
  -ms-flex: 1;
  flex: 1;
}
.creds__wrapper form input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.creds__wrapper form input::placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.creds__wrapper form input.visibility-controled {
  padding-left: 50px;
}
.creds__wrapper form input.pass-visibility {
  position: absolute;
  top: 14px;
  left: 24px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.creds__wrapper form input.pass-visibility::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2929 11.5046C14.2929 13.2992 12.8212 14.7493 11.0001 14.7493C9.17892 14.7493 7.70728 13.2992 7.70728 11.5046C7.70728 9.71004 9.17892 8.25988 11.0001 8.25988C12.8212 8.25988 14.2929 9.71004 14.2929 11.5046Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 19C14.2468 19 17.2729 17.1148 19.3792 13.852C20.207 12.574 20.207 10.426 19.3792 9.14804C17.2729 5.8852 14.2468 4 11 4C7.75319 4 4.72713 5.8852 2.62085 9.14804C1.79305 10.426 1.79305 12.574 2.62085 13.852C4.72713 17.1148 7.75319 19 11 19Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.creds__wrapper form input.pass-visibility:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2929 11.5046C14.2929 13.2992 12.8212 14.7493 11.0001 14.7493C9.17892 14.7493 7.70728 13.2992 7.70728 11.5046C7.70728 9.71004 9.17892 8.25988 11.0001 8.25988C12.8212 8.25988 14.2929 9.71004 14.2929 11.5046Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 19C14.2468 19 17.2729 17.1148 19.3792 13.852C20.207 12.574 20.207 10.426 19.3792 9.14804C17.2729 5.8852 14.2468 4 11 4C7.75319 4 4.72713 5.8852 2.62085 9.14804C1.79305 10.426 1.79305 12.574 2.62085 13.852C4.72713 17.1148 7.75319 19 11 19Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L18 18' stroke='%23A5A8AD' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
}
.creds__wrapper form .pass-box {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.creds__wrapper form .btn-link {
  margin-right: auto;
  margin-top: -4px;
  font-size: 14px;
  line-height: 163%;
}
.creds__wrapper form button[type="submit"] {
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  transition: 0.2s ease-in-out;
}
.creds__wrapper form:not(:valid) button[type="submit"] {
  cursor: not-allowed;
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
  pointer-events: none;
}
.creds__wrapper form:not(:valid) button[type="submit"] .icon {
  background-color: var(--bg-white);
}
.creds__wrapper form:not(:valid) button[type="submit"] .icon svg path {
  stroke: #d0d1d5;
}
.creds__wrapper form .checkboxes {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.creds__wrapper form .checkboxes .error-text {
  margin-top: 0;
}
.creds__wrapper form .checkboxes .checkbox_title::before {
  top: 3px;
}
.creds__wrapper .input-wrap {
  width: 100%;
}
.b-password-reset {
  margin-top: 142px;
  margin-bottom: 142px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-password-reset form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 489px;
}
.b-password-reset form .form-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.b-password-reset form input {
  -ms-flex: 1;
  flex: 1;
}
.b-password-reset form input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-password-reset form input::placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-password-reset form .visibility-controled {
  padding-left: 50px;
}
.b-password-reset form .pass-visibility {
  position: absolute;
  top: 14px;
  left: 24px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.b-password-reset form .pass-visibility::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2929 11.5046C14.2929 13.2992 12.8212 14.7493 11.0001 14.7493C9.17892 14.7493 7.70728 13.2992 7.70728 11.5046C7.70728 9.71004 9.17892 8.25988 11.0001 8.25988C12.8212 8.25988 14.2929 9.71004 14.2929 11.5046Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 19C14.2468 19 17.2729 17.1148 19.3792 13.852C20.207 12.574 20.207 10.426 19.3792 9.14804C17.2729 5.8852 14.2468 4 11 4C7.75319 4 4.72713 5.8852 2.62085 9.14804C1.79305 10.426 1.79305 12.574 2.62085 13.852C4.72713 17.1148 7.75319 19 11 19Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.b-password-reset form .pass-visibility:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2929 11.5046C14.2929 13.2992 12.8212 14.7493 11.0001 14.7493C9.17892 14.7493 7.70728 13.2992 7.70728 11.5046C7.70728 9.71004 9.17892 8.25988 11.0001 8.25988C12.8212 8.25988 14.2929 9.71004 14.2929 11.5046Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 19C14.2468 19 17.2729 17.1148 19.3792 13.852C20.207 12.574 20.207 10.426 19.3792 9.14804C17.2729 5.8852 14.2468 4 11 4C7.75319 4 4.72713 5.8852 2.62085 9.14804C1.79305 10.426 1.79305 12.574 2.62085 13.852C4.72713 17.1148 7.75319 19 11 19Z' stroke='%23A5A8AD' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L18 18' stroke='%23A5A8AD' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
}
.b-password-reset form .pass-box {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.b-password-reset form button[type="submit"] {
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  transition: 0.2s ease-in-out;
}
.b-password-reset form:not(:valid) button[type="submit"] {
  cursor: not-allowed;
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
  pointer-events: none;
}
.b-password-reset form:not(:valid) button[type="submit"] .icon {
  background-color: var(--bg-white);
}
.b-password-reset form:not(:valid) button[type="submit"] .icon svg path {
  stroke: #d0d1d5;
}
.b-single-career-post {
  margin-top: 40px;
  margin-bottom: 100px;
}
.b-single-career-post .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-single-career-post .top-part {
  width: 100%;
  margin-bottom: 40px;
}
.b-single-career-post .top-part a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b-single-career-post .top-part a div {
  margin-left: 12px;
  border-radius: 50%;
  background-color: var(--Design-Beige);
  width: 33px;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.b-single-career-post .top-part a div svg {
  width: 16px;
  stroke: var(--text-black);
  transition: 0.2s ease-in-out;
}
.b-single-career-post .top-part a:hover div {
  background-color: var(--Design-Orange-peach);
}
.b-single-career-post .top-part a:hover div svg {
  stroke: #fff;
}
.b-single-career-post .tags {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-single-career-post .tags .tag {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  border: 1px solid var(--Black, #363636);
  color: var(--Black);
}
.b-single-career-post .tags .tag p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.b-single-career-post .career-form-cont {
  padding: 40px 32px;
  background: #fff;
  border-radius: 20px;
  width: 518px;
  height: -moz-fit-content;
  height: fit-content;
}
.b-single-career-post .career-form-cont h3 {
  margin-bottom: 32px;
}
.b-single-career-post .career-info-cont {
  padding: 40px 40px 90px;
  background: #fff;
  border-radius: 20px;
  max-width: 660px;
  min-width: 420px;
  -ms-flex: 1;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.b-single-career-post .career-info-cont .share-copy {
  outline: 0;
  border: 0;
  background: 0 0;
  position: relative;
}
.b-single-career-post .career-info-cont .tags {
  margin-bottom: 12px;
}
.b-single-career-post .career-info-cont .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.b-single-career-post .career-info-cont .title a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b-single-career-post .career-info-cont .title svg {
  width: 16px;
  height: 16px;
}
.b-single-career-post .career-info-cont .title h2 {
  margin-bottom: 0;
}
.b-single-career-post .career-info-cont .list.heading {
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
  border-top: 1px solid var(--design-grey-100);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.b-single-career-post .career-info-cont ul {
  padding-right: 14px;
  margin-bottom: 16px;
  margin-top: 0;
}
.b-single-career-post .career-info-cont ul li {
  margin-bottom: 24px;
}
.b-single-career-post .career-info-cont ul li:last-child {
  margin-bottom: 0;
}
.b-single-career-post .career-info-cont ul li::marker {
  color: var(--Design-Orange-peach);
  font-size: 18px;
}
.b-single-career-post form .form-row {
  margin-bottom: 12px;
}
.b-single-career-post form input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-single-career-post form input::placeholder {
  font-size: 14px;
  color: var(--text-gray);
}
.b-single-career-post form input[type="file"] {
  content: "TEST";
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  cursor: pointer;
}
.b-single-career-post form input[type="file"]:valid {
  color: transparent;
}
.b-single-career-post form input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.b-single-career-post form input[type="file"]::file-selector-button {
  display: none;
}
.b-single-career-post form input[type="file"]::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  transform: translateY(-50%);
  background-size: cover;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%206.6256L7.32667%2011.9763C6.63165%2012.6317%205.68899%2013%204.70608%2013C3.72317%2013%202.78051%2012.6317%202.08549%2011.9763C1.39046%2011.3208%201%2010.4317%201%209.5047C1%208.57769%201.39046%207.68865%202.08549%207.03315L7.75881%201.6825C8.22216%201.2455%208.8506%201%209.50587%201C10.1611%201%2010.7896%201.2455%2011.2529%201.6825C11.7163%202.1195%2011.9766%202.71219%2011.9766%203.3302C11.9766%203.94821%2011.7163%204.5409%2011.2529%204.9779L5.57344%2010.3286C5.34176%2010.5471%205.02754%2010.6698%204.69991%2010.6698C4.37227%2010.6698%204.05805%2010.5471%203.82638%2010.3286C3.5947%2010.1101%203.46455%209.81371%203.46455%209.5047C3.46455%209.1957%203.5947%208.89935%203.82638%208.68085L9.06756%203.74358%22%20stroke%3D%22%23A5A8AD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
}
.b-single-career-post form input[type="file"]::after {
  content: "";
  display: block;
  width: 62px;
  height: calc(100% - 2px);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  background-size: cover;
  background-color: #fff;
}
.b-single-career-post form button.clear-file {
  width: 62px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.04936 1.05025C1.1687 0.930911 1.33056 0.863866 1.49933 0.863866C1.66811 0.863866 1.82997 0.930911 1.94931 1.05025L5.9991 5.10005L10.0489 1.05025C10.1682 0.930911 10.3301 0.863866 10.4989 0.863866C10.6676 0.863866 10.8295 0.930911 10.9489 1.05025C11.0682 1.16959 11.1352 1.33145 11.1352 1.50023C11.1352 1.669 11.0682 1.83087 10.9489 1.95021L6.89906 6L10.9489 10.0498C11.0682 10.1691 11.1352 10.331 11.1352 10.4998C11.1352 10.6685 11.0682 10.8304 10.9489 10.9497C10.8295 11.0691 10.6676 11.1361 10.4989 11.1361C10.3301 11.1361 10.1682 11.0691 10.0489 10.9497L5.9991 6.89995L1.94931 10.9497C1.82997 11.0691 1.66811 11.1361 1.49933 11.1361C1.33056 11.1361 1.1687 11.0691 1.04936 10.9497C0.930015 10.8304 0.862971 10.6685 0.862971 10.4998C0.862971 10.331 0.930016 10.1691 1.04936 10.0498L5.09915 6L1.04936 1.95021C0.930016 1.83087 0.862971 1.669 0.862971 1.50023C0.862971 1.33146 0.930015 1.16959 1.04936 1.05025Z" fill="%23363636"/></svg>');
  display: none;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.b-single-career-post form .filled button.clear-file {
  display: block;
}
.b-single-career-post form .filled input[type="file"]::before {
  display: none;
}
.b-single-career-post form .file-input-label {
  font-size: 14px;
  color: var(--text-gray);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  text-align: right;
  max-width: calc(100% - 70px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-single-career-post form .file-input-info {
  color: var(--Design-Grey-300);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.b-single-career-post form:not(:valid) button[type="submit"] {
  cursor: not-allowed;
  color: var(--text-white);
  border-color: #d0d1d5;
  background-color: #d0d1d5;
  pointer-events: none;
}
.b-single-career-post form:not(:valid) button[type="submit"] .icon {
  background-color: var(--bg-white);
}
.b-single-career-post form:not(:valid) button[type="submit"] .icon svg path {
  stroke: #d0d1d5;
}
.b-single-career-post .after-submit {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-single-career-post .after-submit h3 {
  margin-bottom: 16px;
}
.b-single-career-post .form-filled .after-submit-form {
  display: none;
}
.b-single-career-post .form-filled .after-submit {
  display: -ms-flexbox;
  display: flex;
}
.b-job-board {
  margin-top: 100px;
  margin-bottom: 100px;
}
.b-job-board .top-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}
.b-job-board .top-part h2 {
  margin-bottom: 0;
  margin-top: 12px;
}
.b-job-board .job-list {
  gap: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-job-board .job-list .job-card {
  -ms-flex: 0 1 calc(50% - 12px);
  flex: 0 1 calc(50% - 12px);
  box-sizing: border-box;
  background-color: var(--Design-Beige);
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.b-job-board .job-list .job-card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  row-gap: 16px;
}
.b-job-board .job-list .job-card .card-header .tags {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-job-board .job-list .job-card .card-header .tags .tag {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  border: 1px solid var(--text-gray, #363636);
  color: var(--text-gray);
}
.b-job-board .job-list .job-card .card-header .tags .tag p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.b-job-board .job-list .job-card .card-header h3 {
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.custom-popup {
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  z-index: 200;
  transition: opacity 0.2s linear;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.custom-popup.active {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}
.custom-popup__wrap {
  overflow: auto;
  padding: 20px;
}
.custom-popup .popup-control {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 32px 24px;
}
.custom-popup .popup-control.popup-xs {
  max-width: 312px;
}
.custom-popup .btn-close-popup {
  top: 14px;
  left: 14px;
}
#add-address-popup .form__row {
  margin: 0;
}
.b-socials-section:not(:first-child) {
  margin-top: 70px;
}
.b-socials-section .decor img {
  width: 100%;
}
.b-socials-section .text-image {
  max-width: 219px;
}
.b-socials-section .socials-section {
  padding: 60px 0 240px;
}
.b-socials-section .socials-list:not(:last-child) {
  margin-bottom: 74px;
}
.b-socials-section .socials-list a:hover {
  opacity: 0.7;
}
.b-socials-section .tag-company {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  padding: 54px 0 0;
}
.b-socials-section .media2 {
  width: 260px;
  top: 0;
  left: calc(50% + 20vw);
}
.b-socials-section .media3 {
  width: 170px;
  top: 45%;
  left: calc(50% + 43vw);
}
.b-socials-section .media4 {
  width: 170px;
  bottom: 2%;
  left: calc(50% + 18vw);
}
.b-socials-section .media5 {
  width: 140px;
  bottom: 2%;
  right: calc(50% + 22vw);
}
.b-socials-section .media6 {
  width: 280px;
  right: calc(50% + 36vw);
  top: 25%;
}
.b-socials-section .media7 {
  width: 124px;
  top: 0;
  right: calc(50% + 17vw);
}
.b-socials-section .swiper-wrapper {
  transition-timing-function: linear;
}
.b-socials-section .gallery-slider {
  direction: ltr;
}
.b-socials-section .gallery-slider:not(:first-child) {
  margin-top: 75px;
}
.b-socials-section .gallery-slider .swiper-slide {
  width: auto;
}
.b-socials-section .gallery-slider .media {
  width: 222px;
  height: 270px;
}
.subscribe-form .form__control {
  min-height: 42px;
  border-color: #fff;
  padding-left: 150px;
  border-radius: 500px;
}
.subscribe-form .btn-submit {
  position: absolute;
  top: 4px;
  left: 4px;
  min-height: 34px;
  padding-left: 45px;
}
.subscribe-form .btn-submit .icon {
  width: 28px;
  height: 28px;
  left: 3px;
  top: 2px;
}
.subscribe-form .btn-submit .icon img,
.subscribe-form .btn-submit .icon svg {
  max-width: 14px;
}
.footer .top-part {
  padding: 50px 0 24px;
}
.footer .top-part .content-part {
  max-width: 584px;
}
.footer .top-part .content-part .content:not(:last-child) {
  margin-bottom: 40px;
}
.footer .top-part .subscribe-form {
  max-width: 418px;
}
.footer .footer-menu .menu-column {
  width: 125px;
}
.footer .footer-menu .column-title:not(:last-child) {
  margin-bottom: 24px;
}
.footer .footer-menu .column-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .footer-menu .column-title,
.footer .footer-menu .column-title h3 {
  font-size: 16px;
}
.footer .footer-menu .column-menu {
  font-size: 14px;
}
.footer .footer-menu .column-menu li:not(:last-child) {
  margin-bottom: 24px;
}
.footer .footer-menu .column-menu a {
  text-decoration: none;
  transition: 0.2s linear;
}
.footer .logo-part img {
  margin: 0 auto;
}
.footer .bottom-part {
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
}
.footer .bottom-part .links > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footer .bottom-part .links a {
  display: block;
}
.fixed-contact-us {
  left: 9px;
  bottom: 60px;
  z-index: 10;
  transition: 0.2s linear;
  line-height: 1.2;
}
.fixed-contact-us:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.fixed-contact-us .title {
  display: block;
  margin: 0 0 5px;
}
.btn-round {
  padding: 4px 16px 4px 4px;
  border-radius: 500px;
  border: var(--border-black) solid 1px;
  background-color: var(--bg-white-2);
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.btn-round span {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
}
.btn-round .icon {
  padding: 6px;
  background: var(--border-black);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}
.btn-round .icon svg {
  stroke: var(--bg-white-2);
  width: 25px;
  height: 25px;
}
.btn-round:hover {
  background-color: var(--border-black);
}
.btn-round:hover span {
  color: var(--bg-white-2);
}
.btn-round:hover .icon {
  background: var(--bg-white-2);
}
.btn-round:hover .icon svg {
  stroke: var(--text-black);
}
.btn-round:focus {
  outline: 0;
}
.btn-round-expand {
  padding: 4px 16px 4px 4px;
  border-radius: 500px;
  border: var(--border-black) solid 1px;
  background-color: var(--bg-white-2);
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.btn-round-expand span {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
}
.btn-round-expand .icon {
  padding: 6px;
  background: var(--border-black);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  transition: 0.2s ease-in-out;
}
.btn-round-expand .icon svg {
  stroke: var(--bg-white-2);
  width: 25px;
  height: 25px;
}
.btn-round-expand:hover {
  margin-right: -10px;
}
.btn-round-expand:hover .icon {
  margin-right: 10px;
}
.btn-round-expand:focus {
  outline: 0;
}
.btn-round-expand.orange {
  border-color: var(--Design-Orange-peach);
  color: var(--Design-Orange-peach);
  margin-bottom: 8px;
}
.btn-round-expand.orange .icon,
.btn-round-expand.orange:hover {
  background-color: var(--Design-Orange-peach);
}
.btn-round-expand.orange:hover span {
  color: var(--bg-white-2);
}
.btn-round-expand.orange:hover .icon {
  background: var(--bg-white-2);
}
.btn-round-expand.orange:hover .icon svg {
  stroke: var(--Design-Orange-peach);
}
.btn-round-expand:disabled {
  cursor: default;
  background-color: var(--design-grey-200);
  color: #fff;
  border-color: var(--design-grey-200);
}
.btn-round-expand:disabled .icon {
  background-color: #fff;
}
.btn-round-expand:disabled .icon svg {
  stroke: var(--design-grey-200);
}
.btn-black-rounded-inverse {
  padding: 4px 16px 4px 4px;
  border-radius: 500px;
  border: var(--border-black) solid 1px;
  background-color: var(--bg-white-2);
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  color: var(--text-black);
}
.btn-black-rounded-inverse span {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
}
.btn-black-rounded-inverse .icon {
  padding: 6px;
  background: var(--border-black);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  transition: 0.2s ease-in-out;
}
.btn-black-rounded-inverse .icon svg {
  stroke: var(--bg-white-2);
  width: 25px;
  height: 25px;
}
.btn-black-rounded-inverse:hover {
  margin-right: -5px;
  margin-left: -5px;
  background-color: var(--text-black);
  color: var(--bg-white-2);
}
.btn-black-rounded-inverse:hover .icon {
  margin-right: 10px;
  background-color: var(--bg-white-2);
}
.btn-black-rounded-inverse:hover .icon svg {
  stroke: var(--text-black);
}
.btn-black-rounded-inverse:focus {
  outline: 0;
}
.btn-black-rounded-inverse.dark {
  border-color: var(--text-black);
  color: var(--bg-white-2);
  background-color: var(--text-black);
  margin-bottom: 8px;
}
.btn-black-rounded-inverse.dark .icon {
  background-color: var(--bg-white-2);
}
.btn-black-rounded-inverse.dark .icon svg {
  stroke: var(--text-black);
}
.btn-black-rounded-inverse.dark:hover {
  background-color: var(--bg-white-2);
}
.btn-black-rounded-inverse.dark:hover span {
  color: var(--text-black);
}
.btn-black-rounded-inverse.dark:hover .icon {
  background: var(--text-black);
}
.btn-black-rounded-inverse.dark:hover .icon svg {
  stroke: var(--bg-white-2);
}
.btn-arrow {
  padding: 6px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  background-color: var(--Design-Beige);
  border: none;
}
.btn-arrow svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-black);
  transition: 0.2s ease-in-out;
}
.btn-arrow:hover {
  background-color: var(--Design-Orange-peach);
}
.btn-arrow:hover svg {
  stroke: var(--design-light-blue);
}
.btn-link {
  color: var(--text-black);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  transition: 0.2s ease-in-out;
}
.btn-link.light {
  color: var(--Design-Beige);
}
.btn-link:hover {
  color: var(--Design-Grey-300);
}
.btn-link.orange-hover:hover {
  color: var(--Design-Orange-peach);
}
.popover {
  position: absolute;
  background: var(--text-color-main);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
@font-face {
  font-family: "Playfair Display";
  src: url();
  src:
    url() format("embedded-opentype"),
    url() format("woff2"),
    url() format("woff"),
    url() format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url();
  src:
    url() format("embedded-opentype"),
    url(../fonts/PlayfairDisplay-BoldItalic.woff2) format("woff2"),
    url() format("woff"),
    url() format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url();
  src:
    url() format("embedded-opentype"),
    url(../fonts/Poppins-Medium.woff2) format("woff2"),
    url() format("woff"),
    url() format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text],
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text]::after,
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .b-personal-zone .pz-nav {
    display: block !important;
  }
  .b-tiled-content-1 .btn-round-expand {
    display: none;
  }
  .b-faq .faq-cont .item-top button:hover {
    background: rgba(232, 193, 210, 0.4);
  }
  .footer .footer-menu .column-menu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .btn.btn-hover-animation:hover .title {
    padding-left: 10px;
  }
  .hover-zoom-img:hover img {
    transform: scale(1.05);
  }
  .swiper-arrow-control:hover svg path {
    stroke: #a5a8ad;
  }
  .product-card-custom:hover .svg-mask-overlay,
  .product-card:hover .image-hover {
    opacity: 1;
  }
  .product-card-custom:hover .title-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .product-card-custom:hover .arrow,
  .product-card-custom:hover .top-control {
    opacity: 0;
  }
  .product-card-custom:hover .gradient {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 10.61%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
  .b-product-cards .row-card {
    width: 33.33%;
  }
  .b-custom-card {
    margin-bottom: -40px;
  }
  .b-custom-card .slider-nav {
    display: none;
  }
  .b-custom-card .swiper-slide {
    width: unset;
    height: unset;
    position: unset;
  }
  .b-custom-card .list-row.style_1:hover {
    position: relative;
    z-index: 2;
  }
  .b-custom-card .list-row.style_1:hover .list-row__inner {
    transform: translate(-60%, -20%);
  }
  .b-custom-card .list-row.style_2:hover {
    position: relative;
    z-index: 2;
  }
  .b-custom-card .list-row.style_2:hover .list-row__inner {
    transform: translate(0, -20%);
  }
  .b-custom-card .list-row.style_3:hover {
    position: relative;
    z-index: 2;
  }
  .b-custom-card .list-row.style_3:hover .list-row__inner {
    transform: translate(0, -25%);
  }
  .b-custom-card .list-row.style_4:hover {
    position: relative;
    z-index: 2;
  }
  .b-custom-card .list-row.style_4:hover .list-row__inner {
    transform: translate(0, -20%);
  }
  .b-custom-card .list-row.style_5:hover {
    position: relative;
    z-index: 2;
  }
  .b-custom-card .list-row.style_5:hover .list-row__inner {
    transform: translate(40%, -25%);
  }
  .b-custom-card .list-row .list-row__inner {
    transition: 0.3s linear;
  }
  .b-custom-card .card__list {
    padding-top: 150px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-slider .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
  }
  .video-slider
    .swiper-slide.swiper-slide-active:hover
    [data-action="show-video-by-index"]
    .btn-play {
    background-color: var(--bg-orange);
  }
  .video-slider
    .swiper-slide.swiper-slide-active:hover
    [data-action="show-video-by-index"]
    .btn-play
    svg
    path {
    stroke: #fff;
  }
  .b-product-page .media-part .media .media__inner {
    margin-left: calc(0px - var(--space) + 48px);
  }
  body.checkout-control .b-header .header {
    background-color: transparent;
  }
  .b-checkout .checkout__left {
    display: block !important;
  }
  .b-product-repeater .animating-el.hide-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-card-custom .title,
  .product-card-custom .title h3 {
    font-size: 28px;
  }
  .b-main-hero .section-control {
    min-height: 818px;
  }
}
@media (min-width: 1364px) {
  .b-hero-img h1 {
    padding: 42px 60px;
  }
}
@media (min-width: 1400px) {
  .b-custom-card .list-row.style_1:hover .list-row__inner {
    transform: translate(-70%, -20%);
  }
  .b-custom-card .list-row.style_5:hover .list-row__inner {
    transform: translate(50%, -25%);
  }
}
@media (min-width: 1440px) {
  .b-banner-after .image-decor {
    width: 100%;
    margin-bottom: -8.5vw;
  }
  .b-banner-after .image-decor img {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .mini-cart .r-products .r-products-list {
    gap: 24px;
  }
}
@media (max-width: 1420px) {
  .b-featured-blog .small-cont {
    -ms-flex: 1 0 calc(50% - 16px);
    flex: 1 0 calc(50% - 16px);
  }
}
@media (max-width: 1400px) {
  .mini-cart__aside {
    width: 420px;
  }
  .mini-cart__right {
    width: calc(100% - 420px);
  }
  .b-custom-card .list-row {
    margin: 0 -30px;
  }
}
@media (max-width: 1364px) {
  .b-hero-img {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    height: 452px;
  }
  .b-hero-img .bg {
    left: 10px;
    right: 10px;
  }
  .b-hero-img-animated {
    margin-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .b-contact-form .container {
    padding: 90px 80px;
  }
}
@media (max-width: 1300px) {
  .b-single-career-post .container {
    gap: 26px;
  }
}
@media (max-width: 1200px) {
  .b-tiled-content-1 .tiles .tile-2 .cutoff-cont h3 {
    font-size: 28px;
  }
  .b-vertical-videos-scroller .headlines {
    max-width: 312px;
  }
  .b-img-text-cols {
    margin-top: -60px;
    margin-bottom: -70px;
    padding-top: 60px;
    padding-bottom: 68px;
  }
  .b-img-text-cols .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-img-text-cols img {
    width: 100%;
    height: 358px;
  }
  .b-img-text-cols .content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .b-featured-blog .content-cont {
    overflow-x: auto;
    gap: 12px;
  }
  .b-featured-blog .small-cont {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-featured-blog .big-cont .blog-card,
  .b-featured-blog .small-cont .blog-card {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
  }
  .b-featured-blog .big-cont .blog-card .img-wrapper,
  .b-featured-blog .small-cont .blog-card .img-wrapper {
    height: 224px;
  }
  .b-featured-products-slider {
    padding-bottom: 52px;
  }
  .b-featured-products-slider .headline-img {
    display: none;
  }
  .b-featured-products-slider .container {
    clip-path: none;
  }
  .b-contact-form .container {
    padding: 70px 60px;
  }
  .b-contact-form .content {
    gap: 26px;
  }
  .b-contact-form .content .text-content,
  .b-contact-form .content form {
    width: auto;
    -ms-flex: 1;
    flex: 1;
  }
  .b-single-career-post .container {
    gap: 40px;
  }
  .b-single-career-post .top-part {
    margin-bottom: 0;
  }
  .b-single-career-post .career-form-cont {
    padding: 40px 16px;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .b-single-career-post .career-info-cont {
    max-width: 100%;
    min-width: 100%;
    padding: 24px 16px;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-job-board .job-list .job-card {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 1199px) {
  label.variant .total-price {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: end;
    gap: 2px 0;
  }
  .mini-cart .r-products .card-wrap {
    width: 280px;
    min-width: 280px;
  }
  .mini-cart .r-products .card-wrap .product-card__image {
    min-height: 400px;
  }
  .b-products-slider .slider-part {
    padding: 0;
  }
  .product-card-custom .top-control {
    padding: 20px 20px 0;
  }
  .product-card-custom .bottom-control {
    padding: 0 20px 20px;
  }
  .product-card-custom .title,
  .product-card-custom .title h3 {
    font-size: 20px;
  }
  .b-main-hero .section-control {
    min-height: 100vh;
  }
  .club-banner .content-block__inner h2,
  .club-banner .content-block__inner h3 {
    font-size: 26px;
  }
  .b-kits .banner-lg {
    min-height: 320px;
  }
  .b-kits .banner-lg .banner-content {
    max-width: 320px;
  }
  .b-kits .product-block__inner {
    padding: 80px 24px 24px;
  }
  .b-kits .product-block .button {
    top: 24px;
    right: 24px;
  }
  .b-custom-card .custom-card {
    min-width: 26vw;
    width: 26vw;
    padding: 12px 23px;
  }
  .b-custom-card .custom-card__inner {
    padding: 12px;
  }
  .b-custom-card .custom-card__inner .content {
    font-size: 18px;
  }
  .b-custom-card .custom-card__content {
    min-height: 279px;
  }
  .b-benefits .content-block .media-decor__inner {
    transform: translate(-10px, -50%);
    max-width: 138px;
  }
  .b-single-article .article__wrapper {
    padding: 0;
  }
  .b-personal-zone .gift,
  .b-personal-zone .join {
    width: 100%;
  }
  .b-personal-zone .subscription-wrap {
    padding: 20px 16px;
  }
  .b-personal-zone .subscribe-control {
    gap: 12px 14px;
  }
  .b-personal-zone .club-banner .content-block {
    padding: 16px;
  }
  .b-personal-zone
    .club-banner
    .content-block__inner
    .block-title:not(:last-child) {
    margin-bottom: 10px;
  }
  .b-personal-zone .club-banner .content-block__inner .block-title h2,
  .b-personal-zone .club-banner .content-block__inner .block-title h3 {
    font-size: 18px;
  }
  .b-personal-zone .categories-links .media:not(:last-child) {
    margin-bottom: 16px;
  }
  .b-personal-zone .categories-links .link-category {
    font-size: 16px;
  }
  .personal-zone .width-1-3,
  .personal-zone .width-2-3 {
    width: 100%;
  }
  .b-product-repeater .anchor {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b-product-repeater .animating-el .text {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .b-arcticle {
    margin-top: 0;
    margin-bottom: 68px;
  }
  .b-arcticle article {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-arcticle .entry-content {
    width: 100%;
  }
  .b-arcticle .sticky-featured-img {
    position: static;
    padding: 0;
  }
  .footer .top-part .content-part {
    max-width: 340px;
  }
}
@media (max-width: 1000px) {
  .b-hero-img-animated .inner-bg {
    padding: 0;
    height: calc(100% * 2);
  }
  .b-hero-img-animated .bg-wrapper {
    height: 100vh;
  }
  .b-hero-img-animated .bg picture {
    opacity: 1;
  }
  .b-hero-img-animated .bg {
    border-radius: 0;
    height: 100vh;
  }
  .b-hero-img-animated .blocks {
    padding-top: 0;
  }
  .b-hero-img-animated .blocks .block:nth-child(odd) {
    margin-left: unset;
  }
  .b-hero-img-animated .header-cont {
    height: 100vh;
  }
  .b-hero-img-animated .content {
    padding: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-hero-img-animated h1 {
    margin: 0 0 30px;
    padding: 0;
  }
  .b-hero-img-animated h1 br {
    display: none;
  }
  .b-hero-img-animated .blocks {
    margin: auto;
    gap: 16px;
    padding-left: 0;
    padding-bottom: 80px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-hero-img-animated .blocks .block {
    padding: 18px 12px;
    max-width: 100%;
    -ms-flex: 1 1 285px;
    flex: 1 1 285px;
    gap: 12px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .b-hero-img-animated .blocks .block h4,
  .b-hero-img-animated .blocks .block p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .blog-card .card-content .headline-cont h4 {
    max-width: 264px;
  }
  .blog-card {
    max-width: calc(100vw - 32px);
    width: 340px;
    -ms-flex: none;
    flex: none;
  }
  .blog-card .link-wrapper {
    width: 100%;
    -ms-flex: none;
    flex: none;
  }
  .blog-card .img-wrapper {
    width: 100%;
    height: auto;
  }
  .b-banner-after .image-decor {
    margin-bottom: 0;
    background: linear-gradient(to top, #f8fbff 50%, transparent 50%);
  }
  .club-banner .content-block {
    padding: 25px;
  }
  .b-product-repeater .animating-el h2 {
    font-size: 20px;
  }
  .b-tiled-content-1 .tiles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-tiled-content-1 .tiles .tile-1,
  .b-tiled-content-1 .tiles .tile-2,
  .b-tiled-content-1 .tiles .tile-3 {
    margin: auto;
  }
  .b-tiled-content-1 .tiles .tile-1 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 3;
    order: 3;
  }
  .b-tiled-content-1 .tiles .tile-2 .cutoff-cont h3 {
    font-size: 24px;
  }
  .b-tiled-content-1 .tiles .tile-3 {
    -ms-flex-order: 1;
    order: 1;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content a,
  .b-tiled-content-1 .tiles .tile-3 .bottom-content p {
    font-size: 16px;
    line-height: 160%;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content .content {
    margin-bottom: 28px;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content .time {
    margin-bottom: 35px;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content .time p:first-child {
    margin-bottom: 14px;
  }
  .b-tiled-content-1 .tiles .tile-3 .bottom-content .time p {
    line-height: 1;
  }
  .b-faded-image .fade-cont img {
    max-height: 696px;
    aspect-ratio: 375/696;
    width: 100%;
    object-fit: cover;
  }
  .b-tiled-content-2 .container .top-part {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .b-tiled-content-2 .container .tiles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-tiled-content-2 .container .tiles .tile {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .b-tiled-content-2 .top-part {
    margin-bottom: 40px;
  }
  .b-tiled-content-2.style-2 .tiles {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-tiled-content-2.style-2 .tiles .tile p {
    max-width: unset;
  }
  .b-cta-panel {
    margin: 68px 0;
  }
  .b-cta-panel .container {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .b-cta-panel .container img {
    margin-left: 0;
    aspect-ratio: unset;
  }
  .b-cta-panel .content {
    width: 100%;
  }
  .b-cta-panel .content h3 {
    font-size: 24px;
  }
  .b-cta-panel .content p {
    font-size: 16;
  }
  .b-cta-panel .content input {
    font-size: 14px;
  }
  .b-img-text-cols .content h2 {
    font-size: 24px;
  }
  .b-colorful-shapes {
    margin-bottom: 68px;
    margin-top: 68px;
  }
  .b-colorful-shapes .headlines h2 {
    font-size: 24px;
  }
  .b-colorful-shapes .shapes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .b-text-img-cols {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .b-text-img-cols .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .b-text-img-cols .content .bottom-part {
    margin-top: 56px;
  }
  .b-text-img-cols .content .bottom-part .box h3 {
    font-size: 32px;
    line-height: 1;
  }
  .b-text-img-cols img {
    aspect-ratio: 343/322;
    width: 100%;
    height: auto;
  }
  .b-text-img-cols .content h2 {
    font-size: 24px;
  }
  .b-blog-showcase .btn-round-expand.mobile {
    display: none;
    display: -ms-flexbox;
    display: flex;
  }
  .b-blog-showcase {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .b-blog-showcase .content {
    gap: 12px;
  }
  .b-blog-showcase .content .blog-card {
    max-width: calc(100vw - 32px);
    width: 340px;
    -ms-flex: none;
    flex: none;
  }
  .b-blog-showcase .content .blog-card .img-wrapper {
    width: 100%;
    height: auto;
  }
  .b-404 {
    margin-top: 0;
  }
  .b-404 .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b-404 .content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
  }
  .b-404 .img-cont {
    height: 480px;
    margin-bottom: 40px;
  }
  .b-404 .img-cont svg {
    transform: translateY(50%);
    left: 0;
    bottom: 0;
    right: unset;
    width: 82px;
    height: 82px;
  }
  .b-blog-archive {
    margin-bottom: 68px;
    margin-top: 68px;
  }
  .b-blog-archive h2 {
    font-weight: 700;
  }
  .b-blog-archive .blog-card-repeater {
    column-gap: 12px;
    margin-bottom: 40px;
  }
  .b-blog-archive .blog-card {
    -ms-flex: 0 1 calc((100% - 12px) / 2);
    flex: 0 1 calc((100% - 12px) / 2);
  }
  .b-blog-archive .filter {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .b-blog-archive .filter .sort-by-filter {
    margin-right: 0;
    margin-top: 32px;
  }
  .b-featured-products-slider .top-part .controls {
    position: absolute;
    bottom: -50px;
    z-index: 2;
  }
  .b-contact-form {
    margin-bottom: 68px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .b-contact-form .container {
    gap: 40px;
    padding: 24px 16px;
  }
  .b-contact-form .content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .b-contact-form .content .text-content .btn-link {
    margin-bottom: 30px;
  }
  .b-contact-form .content .text-content .info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .b-contact-form .content .text-content .info-row:last-child {
    margin-bottom: 0;
  }
  .b-contact-form .content .text-content .info-row a {
    margin-top: 6px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mobile-part-sm {
    display: block;
    width: 100%;
  }
  .columns__inner.column50 .column {
    width: 100%;
  }
  label.variant .variant__inner {
    padding: 12px 46px 12px 16px;
  }
  label.variant .circle {
    right: 16px;
  }
  label.variant .total-price .old_price {
    font-weight: 400;
    font-size: 12px;
  }
  .mini-cart .recommended > .title h2,
  .mini-cart .recommended > .title h3 {
    font-size: 20px;
  }
  .mini-cart .r-products .r-products-list {
    padding: 24px 0 0;
    gap: 0 16px;
  }
  [data-mini-cart] .aside__footer {
    border-radius: 20px 20px 0 0;
  }
  [data-mini-cart] .aside__footer .top-part h3 {
    font-size: 24px;
  }
  .b-products-slider .column-right {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-products-slider .column-left {
    width: 100%;
  }
  .b-products-slider .slider {
    margin-right: calc(0px - var(--space));
  }
  .b-products-slider .slider__inner {
    max-width: 726px;
    margin: 0 auto;
  }
  .b-banner-after .image-decor__inner {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .b-capsule .hero-content {
    padding: 60px 0;
    gap: 60px 0;
  }
  .b-capsule .capsule-animation {
    padding: 50px 0 100px;
    max-width: 40px;
  }
  .b-capsule .capsule-static {
    padding: 0 5px;
  }
  .b-capsule .capsule-bottom {
    top: calc(50% - 12px);
  }
  .b-media-content:not(.style-2) .content-wrapper {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b-media-content .media-part {
    width: 100%;
  }
  .b-media-content .media-decor {
    max-width: 100px;
  }
  .b-media-content .media-decor__inner {
    transform: translate(-8px, -67%);
  }
  .b-media-content .content-part {
    width: 100%;
  }
  .b-media-content .content-block {
    padding: 32px;
  }
  .club-banner .content-block__inner .block-title:not(:last-child) {
    margin-bottom: 22px;
  }
  .club-banner .content-block__inner h2,
  .club-banner .content-block__inner h3 {
    font-size: 22px;
  }
  .club-banner .media-left,
  .club-banner .media-right {
    width: 35%;
  }
  .b-club-banner {
    margin-top: 68px;
    margin-bottom: 68px;
    padding: 0;
  }
  .b-kits .left-column,
  .b-kits .right-column {
    width: 100%;
  }
  .b-logo-section .logo-part {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b-logo-section .logo-part .logo {
    padding: 0;
  }
  .b-logo-section .title-part {
    width: 100%;
  }
  .b-logo-section .title {
    margin: 0 auto;
    text-align: center;
  }
  .b-product-cards .product-cards {
    margin: 0 -16px;
    padding: 0 28px;
  }
  .b-product-cards .product-cards__list {
    margin: 0;
  }
  .b-product-cards .row-card {
    padding: 0 6px;
  }
  .b-custom-card .section-content {
    padding: 60px 0;
  }
  .b-custom-card .swiper-slide {
    width: auto;
  }
  .b-custom-card .swiper-slide:nth-child(2n) .custom-card {
    transform: rotate(-3deg) !important;
  }
  .b-custom-card .swiper-slide:nth-child(2n + 1) .custom-card {
    transform: rotate(3deg) !important;
  }
  .b-custom-card .card__list {
    padding: 0;
  }
  .b-custom-card .list-row {
    margin: 0;
  }
  .b-custom-card .custom-card {
    min-width: 368px;
    width: 368px;
    transform: unset !important;
  }
  .b-development .item-horizon {
    width: 60%;
  }
  .b-development .item-vertical {
    width: 40%;
  }
  .b-video-slider .columns__inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 58px;
  }
  .b-video-slider .content-wrapper {
    margin: 0;
  }
  .b-video-slider .content-block {
    padding: 0;
  }
  .video-slider {
    direction: rtl;
  }
  .video-slider .btn-left {
    -ms-flex-order: 1;
    order: 1;
  }
  .b-product-page .product-info .section-title {
    margin-bottom: 16px;
  }
  .b-product-page .product-image {
    left: 0;
    right: 0;
  }
  .b-product-page .product-image .gradient {
    height: 100%;
  }
  .b-product-page .media-part {
    width: 100%;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 0;
  }
  .b-product-page .media-part .media {
    min-height: unset;
    top: unset;
  }
  .b-product-page .block-description {
    width: 100%;
    padding: 24px 0;
  }
  .b-product-page .block-description .section-title,
  .b-product-page .block-description .section-title h1,
  .b-product-page .block-description .section-title h2 {
    font-size: 24px;
  }
  .b-product-page .product-cta {
    margin: 32px 0;
  }
  body.checkout-control .b-header .container {
    max-width: 100%;
  }
  body.checkout-control .b-header {
    position: static;
    background-color: #fff;
  }
  body.checkout-control .b-header .header__wrapper {
    min-height: 60px;
  }
  .b-checkout .checkout__left {
    width: 100%;
    padding: 24px 16px 30px;
    -ms-flex-order: -1;
    order: -1;
  }
  .b-checkout .checkout__left .left-part {
    max-width: unset;
  }
  .b-checkout .checkout__right {
    width: 100%;
    padding: 24px 16px;
  }
  .b-checkout .checkout__right .right-part {
    max-width: unset;
  }
  .b-checkout .form__button {
    text-align: center;
    margin-top: 16px;
  }
  .step-block__title {
    min-height: 68px;
  }
  .b-checkout-thanks .content-part {
    padding-left: 0;
    max-width: unset;
  }
  .b-checkout-thanks .media-block {
    margin: 0 auto;
  }
  .b-single-article .page-title,
  .b-single-article .page-title h1,
  .b-single-article .page-title h2 {
    font-size: 24px;
  }
  .b-single-article .date {
    font-size: 14px;
  }
  .b-single-article .article__nav {
    width: auto;
    max-width: 70%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 100px 0;
    transition: 0.2s linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    transform: translate(-100%, 0);
  }
  .b-single-article .article__nav.active {
    transform: none;
  }
  .b-single-article .article__nav.active .article-nav {
    box-shadow: -5.93939px 0 13.5758px rgba(0, 0, 0, 0.07);
  }
  .b-single-article .article__nav .nav__wrapper {
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  .b-single-article .article-nav {
    max-height: 70vh;
    overflow: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fdfeff;
    padding: 16px;
    min-width: 250px;
  }
  .b-single-article .article__part {
    width: 100%;
    padding: 0;
    border: none;
  }
  .b-single-article .article__wrapper {
    margin: 0;
  }
  .b-single-article .btn_toggle_nav {
    display: block;
  }
  .b-personal-zone .block-control {
    padding: 16px;
  }
  .b-personal-zone .user-block {
    padding-left: 60px;
  }
  .b-personal-zone .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .b-personal-zone .label_checkbox {
    margin: 4px 0;
  }
  .b-personal-zone .club-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-personal-zone .club-banner .content-block {
    width: 100%;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-order: -1;
    order: -1;
    padding: 30px;
  }
  .b-personal-zone .club-banner .content-block__inner .block-title h2,
  .b-personal-zone .club-banner .content-block__inner .block-title h3 {
    font-size: 20px;
  }
  .b-personal-zone .club-banner .media-left,
  .b-personal-zone .club-banner .media-right {
    width: 50%;
  }
  .b-personal-zone .categories-links .link-category {
    width: calc(50% - 12px);
  }
  .personal-zone .form-personal-details .form__button {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #history_orders .order-el .cover-bg {
    display: none;
  }
  #history_orders .order-el [data-toggle-collapse] .miniatures,
  #history_orders .order-el [data-toggle-collapse] .text-base {
    width: 100%;
    font-size: 14px;
  }
  #history_orders .order-el [data-toggle-collapse] .text-base {
    padding-left: 30px;
  }
  #history_orders .order-el [data-toggle-collapse] .miniatures {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  #history_orders .order-el [data-toggle-collapse] .icon-chevron-down {
    position: absolute;
    top: 16px;
    left: 0;
  }
  #history_orders .order-el .separator {
    font-size: 13px;
  }
  .b-product-repeater {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b-product-repeater .filter {
    padding-bottom: 24px;
    display: block;
  }
  .b-product-repeater .filter .sort-by-filter {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b-product-repeater .filter .btn-filter-products {
    position: static;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b-product-repeater .filter ul.category-icons {
    gap: 60px;
    overflow: auto;
    width: 100%;
  }
  .b-product-repeater .products-cont .product-list-wrapper {
    width: 100%;
  }
  .b-product-bundler {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b-product-bundler .filter {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 24px;
  }
  .b-product-bundler .filter .btn-filter-products {
    position: static;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b-product-bundler .filter ul.category-icons {
    overflow: auto;
  }
  .b-product-bundler .animating-block {
    position: absolute;
  }
  .b-product-bundler .animating-el {
    max-width: unset;
    border-radius: 20px 20px 0 0;
    position: fixed;
    padding: 0 16px 24px;
    z-index: 52;
    top: calc(100% - 150px);
    left: 0;
  }
  .b-product-bundler .animating-el:not(.expanded) {
    z-index: 4;
  }
  .b-product-bundler .animating-el.filled:not(.expanded) {
    background-color: var(--Design-Orange-peach);
    color: #fff;
  }
  .b-product-bundler .animating-el.filled:not(.expanded) .arrow {
    stroke: #fff !important;
  }
  .b-product-bundler .animating-el .anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 20px;
    padding-top: 24px;
    cursor: pointer;
  }
  .b-product-bundler .animating-el .arrow {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .b-product-bundler .animating-el h2 {
    margin: 0;
  }
  .b-product-bundler .animating-el p {
    font-size: 14px !important;
  }
  .b-product-bundler .animating-el .bundled-items .item-slot .item-title {
    font-weight: 700;
    font-size: 14px !important;
  }
  .b-product-bundler .products-cont .product-bundle-list,
  .b-product-bundler .products-cont .products-list {
    width: 100%;
  }
  .b-blog-archive .filter .sort-by-filter {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b-blog-archive .filter .sort-by-filter .btn-filter-products {
    position: static;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b-socials-section {
    border-bottom: 1px solid var(--border-orange);
  }
  .b-socials-section .socials-section {
    padding: 60px 0 0;
  }
  .b-socials-section .tag-company {
    padding: 0;
    font-size: 42px;
  }
  .footer .top-part {
    padding: 32px 0 24px;
  }
  .footer .top-part .content-part {
    max-width: unset;
    width: 100%;
  }
  .footer .top-part .content-part .content:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer .top-part .subscribe-form {
    max-width: 418px;
  }
  .fixed-contact-us .title {
    display: none;
  }
}
@media (max-width: 862px) {
  .b-faq .faq-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-card.bundler-card button.add-to-bundle {
    width: 100%;
  }
  .way-steps__inner .fade-line {
    width: 20px;
    height: 100%;
    right: -4px;
    top: 0;
    z-index: 1;
  }
  .club-banner {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .club-banner .content-block {
    padding: 52px 42px;
    width: 100%;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-club-banner .content-block__inner .block-title:not(:last-child) {
    margin-bottom: 12px;
  }
  .b-club-banner .media-left,
  .b-club-banner .media-right {
    width: 50%;
  }
  .b-product-bundler .filter {
    display: none;
  }
  .b-product-bundler .products-cont .product-bundle-list,
  .b-product-bundler .products-cont .products-list {
    gap: 12px;
    row-gap: 40px;
  }
  .b-product-bundler .products-cont .product-bundle-list .product-card,
  .b-product-bundler .products-cont .products-list .product-card {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
  .b-banner-kapps {
    -ms-flex-align: start;
    align-items: start;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b-banner-kapps h2 {
    text-align: start;
  }
  .b-tiled-content-1 .top-part .btn-round-expand,
  .b-tiled-content-1 .top-part .headline-cont h2 br {
    display: none;
  }
  .b-tiled-content-1 .top-part {
    margin-bottom: 40px;
  }
  .b-tiled-content-1 .tiles {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-tiled-content-1 .tiles .tile-1 .content-box {
    padding-top: 115px;
  }
  .b-tiled-content-1 .tiles .tile-1 picture {
    width: 100%;
    object-fit: none;
  }
  .b-tiled-content-1 .tiles .tile-1 img {
    height: 200px;
    width: 100%;
    min-height: unset;
  }
  .b-tiled-content-1 .tiles .tile-2 .cutoff-cont svg {
    max-width: 500px;
  }
  .b-tiled-content-1 {
    margin-top: 40px;
    margin-bottom: 68px;
  }
  .b-tiled-content-2 .container .tiles .tile img {
    height: 400px;
  }
  .b-vertical-videos-scroller {
    margin-top: 68px;
  }
  .b-vertical-videos-scroller .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .b-vertical-videos-scroller .headlines {
    max-width: unset;
  }
  .b-vertical-videos-scroller .vertical-videos-cont,
  .b-vertical-videos-scroller .vertical-videos-scroller-cont {
    direction: rtl;
  }
  .b-vertical-videos-scroller .scroller-nav {
    margin-left: auto;
    margin-right: unset;
  }
  .b-colorful-shapes .shapes {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
  .b-colorful-shapes .shapes .shape-2 {
    margin-right: 0;
    margin-bottom: -15px;
  }
  .b-blog-showcase .top-part {
    margin-bottom: 40px;
  }
  .b-blog-showcase .top-part .btn-orange-inverse {
    display: none;
  }
  .b-blog-showcase .top-part .headline-cont {
    gap: 16px;
  }
  .b-faq {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .b-faq .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-faq .faq-nav {
    border-bottom: none;
    border-top: 2px solid #ededed;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    top: unset;
  }
  .b-faq .faq-nav a,
  .b-faq .faq-nav li {
    width: 100%;
  }
  .b-faq .spacer {
    display: none;
  }
  .b-faq .faq-cont {
    padding-top: 32px;
  }
  .b-faq .pullout-nav {
    display: -ms-flexbox;
    display: flex;
  }
  .b-featured-blog h2 {
    font-weight: 700;
  }
  .creds__wrapper {
    max-width: 100%;
    border-radius: 0;
  }
  .creds__wrapper .creds__content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .creds__wrapper .panel__footer {
    margin-top: 36px;
  }
  .creds__wrapper form button[type="submit"] {
    margin-left: unset;
    margin-right: unset;
  }
  .b-password-reset {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .b-password-reset form button[type="submit"] {
    margin-left: unset;
    margin-right: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .title-button {
    margin-bottom: 12px;
  }
  .section {
    padding: 38px 0;
  }
  .mobile-part-xs {
    display: block;
  }
  label.variant .variant__inner {
    gap: 6px 20px;
  }
  label.variant .total-price {
    gap: 0;
    font-size: 14px;
  }
  label.variant .title {
    font-size: 16px;
  }
  label.variant .info-part__top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  label.variant .info-part__top .right-part {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mini-cart__aside {
    width: 100%;
  }
  .mini-cart .recommended > .title {
    color: var(--text-black);
    text-align: right;
    margin-bottom: unset;
  }
  .mini-cart .r-products .r-products-list {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
  }
  .mini-cart .r-products .card-wrap {
    padding: 0;
  }
  .mini-cart-control .aside__body {
    padding: 40px 16px 30px;
  }
  .mini-cart-control .aside__body .recommended {
    margin-top: 56px;
  }
  .mini-cart-control .aside__total {
    padding: 25px 16px 32px;
  }
  [data-mini-cart] .aside__footer .top-part .text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .b-products-slider .slider__inner {
    padding: 0 16px;
  }
  .b-products-slider .button-prev {
    margin-left: 12px;
  }
  .b-products-slider .button-next,
  .b-products-slider .button-prev {
    position: relative;
    margin-top: 24px;
    margin-bottom: 0;
    left: unset;
  }
  .b-main-hero .title-part h1,
  .b-main-hero .title-part h2 {
    font-size: 35px;
  }
  .b-main-hero .title-part .font {
    font-size: 43px;
  }
  .b-capsule .section-title {
    max-width: 298px;
  }
  .way-steps__inner {
    margin: 0;
    gap: 12px 0;
  }
  .way-steps .step {
    width: 100%;
    padding: 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .way-steps .line-control {
    margin: 0;
    width: 15px;
    min-width: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0;
  }
  .way-steps .line-control .line {
    height: unset;
    width: 2px;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .way-steps .step-content {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: unset;
  }
  .club-banner .media-left,
  .club-banner .media-right {
    width: 50%;
  }
  .b-kits .content-block .title h2,
  .b-kits .content-block .title h3 {
    font-size: 20px;
  }
  .b-kits .product-block__inner {
    min-height: 400px;
  }
  .b-kits .product-block .overlay {
    opacity: 0.4;
  }
  .b-kits .product-block .content-part {
    opacity: 1;
  }
  .b-cards-hover .card-block {
    width: 100%;
  }
  .b-cards-hover .media .hover {
    opacity: 1;
  }
  .b-cards-hover + .b-benefits {
    padding-top: 68px;
  }
  .b-benefits .block-item:not(.w-full) {
    width: 100%;
  }
  .b-benefits .content-block.exclusive-block {
    min-height: unset;
    padding-top: 90px;
    padding-bottom: 32px;
  }
  .b-development .item-horizon {
    width: 100%;
  }
  .b-development .item-horizon .media-part {
    -ms-flex-order: 1;
    order: 1;
    margin: 40px 0 0;
  }
  .b-development .item-horizon .media {
    height: 440px;
  }
  .b-development .item-vertical {
    width: 100%;
  }
  .b-development .item-vertical .media-decor__inner {
    transform: translate(16px, 16px);
  }
  .b-video-slider.style_2 .columns__inner {
    row-gap: 40px;
  }
  .b-video-slider.style_2 .content-block .section-title {
    margin: 0;
  }
  .b-video-slider.style_2 .content-block .content-wrapper {
    display: none;
  }
  .video-slider .swiper-slide {
    width: 280px;
  }
  .video-slider .swiper-nav .btn-left {
    -ms-flex-order: -1;
    order: -1;
  }
  .video-slider .swiper-nav .btn-left svg,
  .video-slider .swiper-nav .btn-right svg {
    transform: scaleX(-1);
  }
  .b-product-page .media-part {
    padding: 24px 0 0;
  }
  .b-product-page .product-content {
    padding: 32px 16px;
  }
  .product-sticky-bar .right-part .title h3 {
    font-size: 24px;
  }
  .product-bar__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 24px;
  }
  .coupon-form .form__control {
    padding: 5px 16px 5px 120px;
    min-height: 44px;
  }
  .coupon-form .btn-submit {
    min-height: 36px;
  }
  .coupon-form .btn-submit .icon {
    top: 3px;
  }
  .b-checkout .input-wrap [data-use-input-label].using .input-label {
    top: 4px;
  }
  .b-checkout .input-wrap input.form__control,
  .b-checkout .input-wrap textarea.form__control {
    padding-top: 18px;
    padding-bottom: 2px;
  }
  .b-checkout .form-head .block-title,
  .b-checkout input.form__control,
  .b-checkout textarea.form__control {
    font-size: 16px;
  }
  .b-checkout .form-head .user {
    font-size: 14px;
  }
  .b-checkout .form__button {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .product__info .product__description .product__title,
  .product__info .product__description .product__title h3 {
    font-size: 14px;
  }
  .product__info .product__description .category {
    font-size: 12px;
  }
  .b-checkout-thanks .media-decor {
    display: none;
  }
  .b-personal-zone .pz-nav {
    display: none;
    padding: 0;
    overflow: hidden;
  }
  .b-personal-zone .addresses .buttons-control {
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .personal-zone .pz-main-part,
  .personal-zone .pz-sidebar {
    width: 100%;
  }
  .personal-zone__nav {
    padding: 24px;
  }
  #add-new-address .buttons-control {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 16px;
  }
  #active_orders .order-row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #history_orders .order-control .control-inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .b-product-repeater .filter ul.category-icons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% + 32px);
    margin-right: -16px;
    padding: 0 16px;
  }
  .b-tiled-content-1 .top-part {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-tiled-content-1 .top-part .button {
    width: 100%;
  }
  .b-cta-panel .content {
    -ms-flex-order: -1;
    order: -1;
  }
  .creds__wrapper {
    padding: 16px 0 0;
  }
  .creds__wrapper .creds__inner {
    padding: 0 16px 16px;
  }
  .creds__wrapper .creds__header .close-btn {
    top: 16px;
    left: 34px;
  }
  #add-address-popup .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .b-socials-section:not(:first-child) {
    margin-top: 34px;
  }
  .b-socials-section .text-image {
    max-width: 170px;
  }
  .b-socials-section .socials-section {
    padding: 24px 0 0;
  }
  .footer .footer-menu,
  .footer .footer-menu .menu-column {
    width: 100%;
  }
  .footer .footer-menu .menu-column:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
  .footer .footer-menu .column-title {
    position: relative;
  }
  .footer .footer-menu .column-title:not(:last-child) {
    margin-bottom: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
  }
  .footer .footer-menu .column-title::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 1.53125L6.25 6.53125L1.25 1.53125' stroke='%23363636' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0;
  }
  .footer .footer-menu .column-title.active::after {
    transform: scaleY(-1);
  }
  .footer .footer-menu .column-menu {
    display: none;
  }
  .footer .footer-menu .column-menu li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer .bottom-part__inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fixed-contact-us {
    left: 15px;
    bottom: 65px;
  }
}
@media (max-width: 660px) {
  .b-kits .banner-lg .hero-image {
    position: static;
  }
  .b-kits .banner-lg .hero-image img {
    height: auto;
  }
  .b-kits .banner-lg .banner-content {
    max-width: unset;
    padding: 32px;
  }
}
@media (max-width: 650px) {
  .b-personal-zone .upcoming_events .columns__inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b-personal-zone .upcoming_events .column {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .form__row.columns-xs-50 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-custom-card .custom-card {
    min-width: 300px;
    width: 300px;
  }
  .b-checkout .address-radio,
  .b-checkout .card-radio-wrap {
    width: 100%;
  }
}
@media (max-width: 511px) {
  [data-video-sticky-box].show {
    max-width: 100vw;
  }
  [data-video-sticky-box].show .video-cards-wrap > .swiper {
    aspect-ratio: unset;
  }
}
@media (max-width: 500px) {
  .b-banner-after .image-decor {
    margin-bottom: -90px;
  }
  .b-banner-after .image-decor svg {
    margin-right: unset;
    width: 1000px;
    margin-left: -150px;
  }
  .b-banner-after .image-decor img {
    margin-left: -150px;
    width: 1000px;
  }
  .b-banner-after + .section {
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .product-card.bundler-card button.add-to-bundle {
    font-size: 14px;
  }
  .product-card.bundler-card button.add-to-bundle .icon {
    width: 28px;
    height: 28px;
  }
  .product-card.bundler-card .product-card__image {
    min-height: 0;
    padding: 25px 38px;
  }
  .product-card.bundler-card .top-control {
    padding: 10px 10px 0;
    position: relative;
  }
  .product-card.bundler-card .top-control .category {
    font-size: 10px;
    line-height: 150%;
    padding: 5px 10px;
    min-height: 0;
  }
  .product-card.bundler-card .bottom-control {
    position: relative;
  }
  .product-card.bundler-card .bottom-control__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }
  .product-card.bundler-card .bottom-control__inner .price,
  .product-card.bundler-card .bottom-control__inner h3 {
    font-size: 12px;
  }
  .b-product-repeater .products-cont .product-list .product-card {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .b-product-bundler .animating-el br {
    display: none;
  }
  .b-tiled-content-1 .tiles {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b-tiled-content-1 .tiles .tile-1 {
    -ms-flex-order: unset;
    order: unset;
  }
  .b-tiled-content-1 .tiles .tile-2 .cutoff-cont svg {
    max-width: unset;
  }
  .b-cta-panel img {
    min-width: 0;
    width: 100%;
  }
  .b-blog-archive .blog-card {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .b-contact-form .content form .form-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
  .b-contact-form .content form button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 450px) {
  .b-personal-zone .categories-links .link-category {
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .b-colorful-shapes .shapes .shape-1,
  .b-colorful-shapes .shapes .shape-2,
  .b-colorful-shapes .shapes .shape-3,
  .b-colorful-shapes .shapes .shape-4 {
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
  .b-colorful-shapes .shapes .shape-2 {
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
  }
  .b-colorful-shapes .shapes .shape-3 {
    -ms-flex-order: 4;
    order: 4;
  }
  .b-colorful-shapes .shapes .shape-4 {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-height: 1300px) {
  .b-product-page .media-part .media {
    min-height: unset;
  }
}

.product-cards.yaya-shop {
    padding-bottom: 90px;
}
    .container {
        padding-bottom: 30px;
    }