@charset "UTF-8";
/*
This file is used to contain all vendor imports.
*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover {
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: none;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  cursor: pointer;
}
.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
}
/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
}
/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #47D0BE;
  border-color: #47D0BE;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-weight: 600;
}
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
/* Border Radius
-------------------------*/
/* Text overflow
-------------------------*/
/* Media-query mixin for min-width to max-width
-------------------------*/
/* Media-query mixin for min-width
-------------------------*/
/* Media-query mixin for max-width
-------------------------*/
.footer .logo, .header .logo {
  background-image: url("data:image/svg+xml,%3Csvg width='172' height='24' viewBox='0 0 172 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H5.16919V9.30148C8.67203 8.12396 12.8701 7.19307 17.1698 7.19307C24.0738 7.19307 27.7156 9.76692 27.7156 15.2521C27.7156 20.9561 23.2748 23.25 16.0263 23.25H0V0ZM5.16919 12.9805V19.5005H15.6092C20.0853 19.5005 22.5465 18.3229 22.5465 15.254C22.5465 12.2481 20.7432 10.9463 16.7194 10.9463C13.1128 10.9426 9.19289 11.842 5.16919 12.9879V12.9805Z' fill='white'/%3E%3Cpath d='M83.1469 23.25H77.9777V21.0719C74.4749 22.2245 70.2769 23.25 65.9751 23.25C59.0732 23.25 55.4313 21.4494 55.4313 16.0785C55.4313 10.4971 60.8101 8.25 67.1206 8.25H83.1469V23.25ZM77.9777 17.7865V11.9147H67.5377C63.0616 11.9147 60.5984 13.0673 60.5984 16.0713C60.5984 19.0154 62.4038 20.2896 66.4275 20.2896C70.0341 20.2896 73.9499 19.3058 77.9777 17.7793V17.7865Z' fill='white'/%3E%3Cpath d='M132.125 7.5C135.943 7.49951 139.749 7.897 143.469 8.68483L142.417 12.4315C140.039 11.9632 136.608 11.465 131.412 11.465C124.89 11.465 122.445 12.4315 122.445 15.7379C122.445 19.074 124.884 20.0406 131.412 20.0406C136.608 20.0406 140.039 19.5424 142.417 19.074L143.469 22.8487C139.746 23.6175 135.941 24.0036 132.125 24C121.732 24 117.384 21.537 117.384 15.736C117.384 9.93497 121.732 7.5 132.125 7.5Z' fill='white'/%3E%3Cpath d='M160.084 24C155.711 23.9964 151.35 23.581 147.072 22.7606L147.928 19.7196C151.284 20.2762 155.917 20.8681 160.735 20.8681C165.734 20.8681 167.207 20.5898 167.207 19.2873C167.207 17.9217 165.871 17.7362 162.515 17.5191L154.365 17.0849C149.024 16.8048 146.73 15.6006 146.73 12.2145C146.73 8.36832 151.079 7.5 159.33 7.5C162.892 7.5 167.891 7.99724 170.802 8.4277L170.015 11.4984C166.099 10.91 162.136 10.609 158.167 10.5985C153.099 10.5985 151.523 10.8471 151.523 12.1793C151.523 13.4781 152.752 13.6061 154.914 13.7304L163.235 14.2369C169.021 14.5468 172 15.6934 172 19.3225C171.996 22.9777 168.513 24 160.084 24Z' fill='white'/%3E%3Cpath d='M103.574 8.25C99.2738 8.25 95.0791 9.26388 91.5773 10.4226V8.25H86.4076V23.25H91.5773V13.6978C95.604 12.1842 99.5248 11.1957 103.124 11.1957C107.147 11.1957 108.922 12.4431 108.922 15.3779C108.922 15.5789 108.922 23.25 108.922 23.25H114.123V15.4015C114.115 10.046 110.474 8.25 103.574 8.25Z' fill='white'/%3E%3Cpath d='M54.6161 8.61767C51.8122 8.03247 48.944 7.74229 46.0676 7.75281C41.1762 7.75281 38.8744 8.57395 35.3528 9.78095V7.5H30.1611V23.25H35.3549V13.2309C39.4039 11.6323 41.318 11.0621 45.3462 11.0621C49.3744 11.0621 50.5795 11.2427 54.6161 13.0598V8.61767Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-item-has-children > .nav-link:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.list li:before, .ce-side ul li:before, .o-list li:before, .ce-side ol li:before, .accordion-inner-text ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B9D2DF;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-5-6 14:31:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.2em;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img, svg {
  vertical-align: middle;
}
html, body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #212832;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  min-height: -moz-available;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}
html {
  height: -moz-available;
  height: fill-available;
  height: -webkit-fill-available;
}
body.blue-bg {
  background: url("../img/main-bg-v3.png") top center no-repeat #212832;
}
a {
  color: #212832;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover {
  text-decoration: none;
}
figure figcaption {
  padding: 4px 0;
}
.block {
  display: block;
}
.bordered {
  border: 1px solid #B9D2DF;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
hr {
  background-color: #B9D2DF;
  width: calc(100% - 32px);
  height: 1px;
  margin: 0 auto;
  border: none;
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile-only {
    display: flex !important;
  }
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.align-center {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.radius-8 {
  border-radius: 0.75rem;
}
.radius-12 {
  border-radius: 0.75rem;
}
.bg-info-purple {
  background: linear-gradient(0deg, rgba(128, 111, 216, 0.08), rgba(128, 111, 216, 0.08)), #FFFFFF;
}
.bg-info-blue {
  background: linear-gradient(0deg, rgba(57, 171, 236, 0.08), rgba(57, 171, 236, 0.08)), #FFFFFF;
}
.bg-info-yellow {
  background: linear-gradient(0deg, rgba(227, 175, 0, 0.08), rgba(227, 175, 0, 0.08)), #FFFFFF;
}
.bg-info-green {
  background: linear-gradient(0deg, rgba(54, 175, 132, 0.08), rgba(54, 175, 132, 0.08)), #FFFFFF;
}
.bg-info-red {
  background: linear-gradient(0deg, rgba(255, 140, 112, 0.08), rgba(255, 140, 112, 0.08)), #FFFFFF;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xxs {
  margin-bottom: 0.25rem;
}
.mb-xs, .ce-side blockquote p, .ce-side h3, .ce-side h2, .ce-side h1 {
  margin-bottom: 0.5rem;
}
.mb-s, .ce-side blockquote h4, .ce-side blockquote {
  margin-bottom: 1rem;
}
.mb-m, .ce-side ul, .ce-side ol, .ce-side p {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-m, .ce-side ul, .ce-side ol, .ce-side p {
    margin-bottom: 1rem;
  }
}
.mb-l {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .mb-l {
    margin-bottom: 1.5rem;
  }
}
.mb-xl {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .mb-xl {
    margin-bottom: 2rem;
  }
}
.mb-xxl {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-xxl {
    margin-bottom: 3rem;
  }
}
.mb-xxxl {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1024px) {
  .mb-xxxl {
    margin-bottom: 4.5rem;
  }
}
.mb-xxxxl {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-xxxxl {
    margin-bottom: 6rem;
  }
}
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-xxs {
  margin-top: 0.25rem;
}
.mt-xs {
  margin-top: 0.5rem;
}
.mt-s {
  margin-top: 1rem;
}
.mt-m {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .mt-m {
    margin-top: 1rem;
  }
}
.mt-l {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .mt-l {
    margin-top: 1.5rem;
  }
}
.mb-auto {
  margin-bottom: auto;
}
.ml-s {
  margin-left: 1rem;
}
.ml-m {
  margin-left: 1.5rem;
}
.mr-s {
  margin-right: 1rem;
}
.pb-0 {
  padding-bottom: 0;
}
.p-s {
  padding: 1rem;
}
.p-m {
  padding: 1.5rem;
}
.p-l {
  padding: 2rem;
}
.icon-padding {
  padding-left: 32px;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.h0 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .h0 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1024px) {
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1024px) {
  .h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.h4, .ce-side h1, .cdx-quote__text, .ce-block__content h1 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .h4, .ce-side h1, .cdx-quote__text, .ce-block__content h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.h5, .static-grid-tiny .static-grid-item .static-grid-text, .light-inner .list-icons li, .ce-side h2, .tabs-nav > a, .ce-block__content h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .h5, .static-grid-tiny .static-grid-item .static-grid-text, .light-inner .list-icons li, .ce-side h2, .tabs-nav > a, .ce-block__content h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.heading-xl {
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1024px) {
  .heading-xl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.display-0 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .display-0 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.display-1, .tiny-grid .flex .item-text, .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .tiny-grid .nav-alert .item-text, .tiny-grid .sub-nav .item-text, .tiny-grid .has-note .item-text, .tiny-grid .nav .item-text, .tiny-grid .header-center .item-text, .tiny-grid .header-left .item-text, .tiny-grid .header-ce .item-text, .tiny-grid .header .wrapper .item-text, .header .tiny-grid .wrapper .item-text, .tiny-grid .row .item-text, .tiny-grid .summary-all .item-text, .tiny-grid .summary-data .item-text, .tiny-grid .summary-row .item-text, .tiny-grid .cart-item-piece .item-text, .tiny-grid .cart-item-price .item-text, .tiny-grid .cart-item-top .item-text, .tiny-grid .product-grid-item .item-text, .tiny-grid .product-grid .item-text, .tiny-grid .card-list .item-text, .tiny-grid .product-footer .item-text, .tiny-grid .product-price .item-text, .tiny-grid .product-item .item-text, .tiny-grid .product-list .item-text, .tiny-grid .enlist-story .item-text, .tiny-grid .enlist-hero .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .tiny-grid .list-col-2 .item-text, .tiny-grid .input-ext .item-text, .tiny-grid .input-ext-label .item-text, .tiny-grid .form-row .item-text, .tiny-grid .input-tag .item-text, .tiny-grid .form-check label .item-text, .form-check .tiny-grid label .item-text,
.tiny-grid .form-radio label .item-text,
.form-radio .tiny-grid label .item-text,
.tiny-grid .form-switch label .item-text,
.form-switch .tiny-grid label .item-text, .form-switch label .tiny-grid .item-label .item-text, .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .item-text, .tiny-grid .select-box-value .item-text, .tiny-grid .modal .item-text, .tiny-grid .alert .item-text, .tiny-grid .box .item-text, .tiny-grid .stickers .item-text, .tiny-grid .process-list .process-status .item-text, .process-list .tiny-grid .process-status .item-text, .tiny-grid .table-row .item-text, .tiny-grid .tc-table .tc-row .item-text, .tc-table .tiny-grid .tc-row .item-text, .tiny-grid .progress .item-text, .tiny-grid .tabs-nav .item-text, .tiny-grid .control-label-group .item-text, .tiny-grid .error-page-503 .item-text, .tiny-grid .messages .messages-footer .item-text, .messages .tiny-grid .messages-footer .item-text, .tiny-grid .messages .messages-options .item-text, .messages .tiny-grid .messages-options .item-text, .tiny-grid .messages .message-date .item-text, .messages .tiny-grid .message-date .item-text, .tiny-grid .finance-top .item-text, .tiny-grid .transactions-list-row .item-text, .tiny-grid .index-slider .wrapper .item-text, .index-slider .tiny-grid .wrapper .item-text, .tiny-grid .ce-main .item-text, .tiny-grid .ce-control-nav .item-text, .tiny-grid .product-page-head .wrapper .item-text, .product-page-head .tiny-grid .wrapper .item-text, .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-label .item-text, .tiny-grid .product-page-sub .item-text, .tiny-grid .product-interact .item-text, .product-interact .tiny-grid .product-share-options .item-text, .tiny-grid .product-page-rating .item-text, .tiny-grid .rating-stars .item-text, .tiny-grid .product-page-alert .item-text, .tiny-grid .product-details .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .item-text, .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros-item .item-text, .tiny-grid .ce-preview-head .item-text, .tiny-grid .view-switcher .item-text, .tiny-grid .list-head .item-text, .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .item-text,
.tiny-grid .list-filter .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .item-text, .tiny-grid .campaign-promo .item-text, .campaign-promo .tiny-grid .btn-group .item-text, .tiny-grid .pagination .item-text, .pagination .tiny-grid ul .item-text, .tiny-grid .order-actions .item-text, .tiny-grid .main-hero .wrapper .item-text, .main-hero .tiny-grid .wrapper .item-text, .tiny-grid .static-grid .item-text, .tiny-grid .static-grid-item .item-text, .tiny-grid .static-belief .item-text, .tiny-grid .mini-boxes .item-text, .mini-boxes .tiny-grid .mini-box .item-text, .tiny-grid .about-grid .item-text, .about-grid .tiny-grid .about-item .item-text, .tiny-grid .about-double .item-text, .tiny-grid .about-double-photos .item-text, .tiny-grid .static-career-1 .item-text, .static-grid-text, .content-nav li a, .content-nav li span, .helper-box .accordion-head h1, .ce-side h3, .tc-table .tc-cell[heading], .cdx-quote__caption, .ce-block__content h3, .ce-block__content h4, .ce-block__content h5, .ce-block__content h6, .sortable-text, .input-tag-item, .input-ext-btn, .input-ext-label, .input-ext-unit, figure figcaption {
  font-size: 1rem;
  line-height: 1.5rem;
}
.display-2, .footer-links li a, .product-menu-item, .product-alert, .product-body ul li, .product-body p, .product-item .progress-text, .product-item .progress-num, .view-switcher .view-switcher-mobile,
.view-switcher .view-switcher-desktop, .brancs-pros-text, .product-page-alert span, .helper-block .o-list li, .ce-side blockquote .o-list li, .helper-block .ce-side ol li, .ce-side .helper-block ol li, .ce-side blockquote ol li, .helper-block .list li, .ce-side blockquote .list li, .helper-block .ce-side ul li, .ce-side .helper-block ul li, .ce-side blockquote ul li, .ce-side blockquote h4, .ce-side p, .tc-table .tc-cell, .form-msg, .form-desc-text, label, .text-content, .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.display-3, .sub-nav .nav-alert, .product-price-mod, .product-cat, .product-page-sub .product-page-cat-name, .product-slider-label span, .helper-block.white-bg .list li, .helper-block.white-bg .ce-side ul li, .ce-side .helper-block.white-bg ul li, .helper-block.white-bg .o-list li, .helper-block.white-bg .ce-side ol li, .ce-side .helper-block.white-bg ol li, .ce-side blockquote p, .ce-side blockquote .list li, .ce-side blockquote ul li, .ce-side blockquote .o-list li, .ce-side blockquote ol li, .tabs.theme-campaigns .tabs-nav > a, .process-list .process-status-info, .tooltip-inner, .uploader-box .uploader-item-size, .uploader-box .uploader-item-title {
  font-size: 0.75rem;
  line-height: 1rem;
}
.display-1 a, .tiny-grid .flex .item-text a, .tiny-grid .sub-nav .nav-alert .item-text a, .sub-nav .tiny-grid .nav-alert .item-text a, .tiny-grid .sub-nav .item-text a, .tiny-grid .has-note .item-text a, .tiny-grid .nav .item-text a, .tiny-grid .header-center .item-text a, .tiny-grid .header-left .item-text a, .tiny-grid .header-ce .item-text a, .tiny-grid .header .wrapper .item-text a, .header .tiny-grid .wrapper .item-text a, .tiny-grid .row .item-text a, .tiny-grid .summary-all .item-text a, .tiny-grid .summary-data .item-text a, .tiny-grid .summary-row .item-text a, .tiny-grid .cart-item-piece .item-text a, .tiny-grid .cart-item-price .item-text a, .tiny-grid .cart-item-top .item-text a, .tiny-grid .product-grid-item .item-text a, .tiny-grid .product-grid .item-text a, .tiny-grid .card-list .item-text a, .tiny-grid .product-footer .item-text a, .tiny-grid .product-price .item-text a, .tiny-grid .product-item .item-text a, .tiny-grid .product-list .item-text a, .tiny-grid .enlist-story .item-text a, .tiny-grid .enlist-hero .item-text a, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text a, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text a, .tiny-grid .list-col-2 .item-text a, .tiny-grid .input-ext .item-text a, .tiny-grid .input-ext-label .item-text a, .tiny-grid .form-row .item-text a, .tiny-grid .input-tag .item-text a, .tiny-grid .form-check label .item-text a, .form-check .tiny-grid label .item-text a,
.tiny-grid .form-radio label .item-text a,
.form-radio .tiny-grid label .item-text a,
.tiny-grid .form-switch label .item-text a,
.form-switch .tiny-grid label .item-text a, .form-switch label .tiny-grid .item-label .item-text a, .tiny-grid .uploader-box-inner .item-text a, .tiny-grid .uploader-box .uploader-item-body .item-text a, .uploader-box .tiny-grid .uploader-item-body .item-text a, .tiny-grid .uploader-box .uploader-img-info .item-text a, .uploader-box .tiny-grid .uploader-img-info .item-text a, .tiny-grid .select-box-value .item-text a, .tiny-grid .modal .item-text a, .tiny-grid .alert .item-text a, .tiny-grid .box .item-text a, .tiny-grid .stickers .item-text a, .tiny-grid .process-list .process-status .item-text a, .process-list .tiny-grid .process-status .item-text a, .tiny-grid .table-row .item-text a, .tiny-grid .tc-table .tc-row .item-text a, .tc-table .tiny-grid .tc-row .item-text a, .tiny-grid .progress .item-text a, .tiny-grid .tabs-nav .item-text a, .tiny-grid .control-label-group .item-text a, .tiny-grid .error-page-503 .item-text a, .tiny-grid .messages .messages-footer .item-text a, .messages .tiny-grid .messages-footer .item-text a, .tiny-grid .messages .messages-options .item-text a, .messages .tiny-grid .messages-options .item-text a, .tiny-grid .messages .message-date .item-text a, .messages .tiny-grid .message-date .item-text a, .tiny-grid .finance-top .item-text a, .tiny-grid .transactions-list-row .item-text a, .tiny-grid .index-slider .wrapper .item-text a, .index-slider .tiny-grid .wrapper .item-text a, .tiny-grid .ce-main .item-text a, .tiny-grid .ce-control-nav .item-text a, .tiny-grid .product-page-head .wrapper .item-text a, .product-page-head .tiny-grid .wrapper .item-text a, .tiny-grid .product-slider-info-label .item-text a, .tiny-grid .product-slider-alert-label .item-text a, .tiny-grid .product-slider-label .item-text a, .tiny-grid .product-page-sub .item-text a, .tiny-grid .product-interact .item-text a, .product-interact .tiny-grid .product-share-options .item-text a, .tiny-grid .product-page-rating .item-text a, .tiny-grid .rating-stars .item-text a, .tiny-grid .product-page-alert .item-text a, .tiny-grid .product-details .product-sticky-footer .item-text a, .product-details .tiny-grid .product-sticky-footer .item-text a, .tiny-grid .brancs-pros .item-text a, .tiny-grid .brancs-pros-item .item-text a, .tiny-grid .ce-preview-head .item-text a, .tiny-grid .view-switcher .item-text a, .tiny-grid .list-head .item-text a, .tiny-grid .list-filter-block .item-text a, .tiny-grid .list-filter-mobile .item-text a, .tiny-grid .list-filter-mobile-btn .item-text a, .tiny-grid .list-filter .list-filter-type .item-text a, .list-filter .tiny-grid .list-filter-type .item-text a,
.tiny-grid .list-filter .list-filter-sort .item-text a,
.list-filter .tiny-grid .list-filter-sort .item-text a, .tiny-grid .campaign-promo .item-text a, .campaign-promo .tiny-grid .btn-group .item-text a, .tiny-grid .pagination .item-text a, .pagination .tiny-grid ul .item-text a, .tiny-grid .order-actions .item-text a, .tiny-grid .main-hero .wrapper .item-text a, .main-hero .tiny-grid .wrapper .item-text a, .tiny-grid .static-grid .item-text a, .tiny-grid .static-grid-item .item-text a, .tiny-grid .static-belief .item-text a, .tiny-grid .mini-boxes .item-text a, .mini-boxes .tiny-grid .mini-box .item-text a, .tiny-grid .about-grid .item-text a, .about-grid .tiny-grid .about-item .item-text a, .tiny-grid .about-double .item-text a, .tiny-grid .about-double-photos .item-text a, .tiny-grid .static-career-1 .item-text a, .static-grid-text a, .content-nav li a a, .content-nav li span a, .helper-box .accordion-head h1 a, .ce-side h3 a, .tc-table .tc-cell[heading] a, .cdx-quote__caption a, .ce-block__content h3 a, .ce-block__content h4 a, .ce-block__content h5 a, .ce-block__content h6 a, .sortable-text a, .input-tag-item a, .input-ext-btn a, .input-ext-label a, .input-ext-unit a, figure figcaption a, .display-2 a, .footer-links li a a, .product-menu-item a, .product-alert a, .product-body ul li a, .product-body p a, .product-item .progress-text a, .product-item .progress-num a, .view-switcher .view-switcher-mobile a,
.view-switcher .view-switcher-desktop a, .brancs-pros-text a, .product-page-alert span a, .helper-block .o-list li a, .ce-side blockquote .o-list li a, .helper-block .ce-side ol li a, .ce-side .helper-block ol li a, .ce-side blockquote ol li a, .helper-block .list li a, .ce-side blockquote .list li a, .helper-block .ce-side ul li a, .ce-side .helper-block ul li a, .ce-side blockquote ul li a, .ce-side blockquote h4 a, .ce-side p a, .tc-table .tc-cell a, .form-msg a, .form-desc-text a, label a, .text-content a, .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months a, .flatpickr-calendar .flatpickr-current-month input.cur-year a, .display-3 a, .sub-nav .nav-alert a, .product-price-mod a, .product-cat a, .product-page-sub .product-page-cat-name a, .product-slider-label span a, .helper-block.white-bg .list li a, .helper-block.white-bg .ce-side ul li a, .ce-side .helper-block.white-bg ul li a, .helper-block.white-bg .o-list li a, .helper-block.white-bg .ce-side ol li a, .ce-side .helper-block.white-bg ol li a, .ce-side blockquote ul li a, .ce-side blockquote ol li a, .tabs.theme-campaigns .tabs-nav > a a, .process-list .process-status-info a, .tooltip-inner a, .uploader-box .uploader-item-size a, .uploader-box .uploader-item-title a {
  font-weight: 600;
  text-decoration: underline;
}
.display-1 a:hover, .tiny-grid .flex .item-text a:hover, .tiny-grid .sub-nav .nav-alert .item-text a:hover, .sub-nav .tiny-grid .nav-alert .item-text a:hover, .tiny-grid .sub-nav .item-text a:hover, .tiny-grid .has-note .item-text a:hover, .tiny-grid .nav .item-text a:hover, .tiny-grid .header-center .item-text a:hover, .tiny-grid .header-left .item-text a:hover, .tiny-grid .header-ce .item-text a:hover, .tiny-grid .header .wrapper .item-text a:hover, .header .tiny-grid .wrapper .item-text a:hover, .tiny-grid .row .item-text a:hover, .tiny-grid .summary-all .item-text a:hover, .tiny-grid .summary-data .item-text a:hover, .tiny-grid .summary-row .item-text a:hover, .tiny-grid .cart-item-piece .item-text a:hover, .tiny-grid .cart-item-price .item-text a:hover, .tiny-grid .cart-item-top .item-text a:hover, .tiny-grid .product-grid-item .item-text a:hover, .tiny-grid .product-grid .item-text a:hover, .tiny-grid .card-list .item-text a:hover, .tiny-grid .product-footer .item-text a:hover, .tiny-grid .product-price .item-text a:hover, .tiny-grid .product-item .item-text a:hover, .tiny-grid .product-list .item-text a:hover, .tiny-grid .enlist-story .item-text a:hover, .tiny-grid .enlist-hero .item-text a:hover, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text a:hover, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text a:hover, .tiny-grid .list-col-2 .item-text a:hover, .tiny-grid .input-ext .item-text a:hover, .tiny-grid .input-ext-label .item-text a:hover, .tiny-grid .form-row .item-text a:hover, .tiny-grid .input-tag .item-text a:hover, .tiny-grid .form-check label .item-text a:hover, .form-check .tiny-grid label .item-text a:hover,
.tiny-grid .form-radio label .item-text a:hover,
.form-radio .tiny-grid label .item-text a:hover,
.tiny-grid .form-switch label .item-text a:hover,
.form-switch .tiny-grid label .item-text a:hover, .form-switch label .tiny-grid .item-label .item-text a:hover, .tiny-grid .uploader-box-inner .item-text a:hover, .tiny-grid .uploader-box .uploader-item-body .item-text a:hover, .uploader-box .tiny-grid .uploader-item-body .item-text a:hover, .tiny-grid .uploader-box .uploader-img-info .item-text a:hover, .uploader-box .tiny-grid .uploader-img-info .item-text a:hover, .tiny-grid .select-box-value .item-text a:hover, .tiny-grid .modal .item-text a:hover, .tiny-grid .alert .item-text a:hover, .tiny-grid .box .item-text a:hover, .tiny-grid .stickers .item-text a:hover, .tiny-grid .process-list .process-status .item-text a:hover, .process-list .tiny-grid .process-status .item-text a:hover, .tiny-grid .table-row .item-text a:hover, .tiny-grid .tc-table .tc-row .item-text a:hover, .tc-table .tiny-grid .tc-row .item-text a:hover, .tiny-grid .progress .item-text a:hover, .tiny-grid .tabs-nav .item-text a:hover, .tiny-grid .control-label-group .item-text a:hover, .tiny-grid .error-page-503 .item-text a:hover, .tiny-grid .messages .messages-footer .item-text a:hover, .messages .tiny-grid .messages-footer .item-text a:hover, .tiny-grid .messages .messages-options .item-text a:hover, .messages .tiny-grid .messages-options .item-text a:hover, .tiny-grid .messages .message-date .item-text a:hover, .messages .tiny-grid .message-date .item-text a:hover, .tiny-grid .finance-top .item-text a:hover, .tiny-grid .transactions-list-row .item-text a:hover, .tiny-grid .index-slider .wrapper .item-text a:hover, .index-slider .tiny-grid .wrapper .item-text a:hover, .tiny-grid .ce-main .item-text a:hover, .tiny-grid .ce-control-nav .item-text a:hover, .tiny-grid .product-page-head .wrapper .item-text a:hover, .product-page-head .tiny-grid .wrapper .item-text a:hover, .tiny-grid .product-slider-info-label .item-text a:hover, .tiny-grid .product-slider-alert-label .item-text a:hover, .tiny-grid .product-slider-label .item-text a:hover, .tiny-grid .product-page-sub .item-text a:hover, .tiny-grid .product-interact .item-text a:hover, .product-interact .tiny-grid .product-share-options .item-text a:hover, .tiny-grid .product-page-rating .item-text a:hover, .tiny-grid .rating-stars .item-text a:hover, .tiny-grid .product-page-alert .item-text a:hover, .tiny-grid .product-details .product-sticky-footer .item-text a:hover, .product-details .tiny-grid .product-sticky-footer .item-text a:hover, .tiny-grid .brancs-pros .item-text a:hover, .tiny-grid .brancs-pros-item .item-text a:hover, .tiny-grid .ce-preview-head .item-text a:hover, .tiny-grid .view-switcher .item-text a:hover, .tiny-grid .list-head .item-text a:hover, .tiny-grid .list-filter-block .item-text a:hover, .tiny-grid .list-filter-mobile .item-text a:hover, .tiny-grid .list-filter-mobile-btn .item-text a:hover, .tiny-grid .list-filter .list-filter-type .item-text a:hover, .list-filter .tiny-grid .list-filter-type .item-text a:hover,
.tiny-grid .list-filter .list-filter-sort .item-text a:hover,
.list-filter .tiny-grid .list-filter-sort .item-text a:hover, .tiny-grid .campaign-promo .item-text a:hover, .campaign-promo .tiny-grid .btn-group .item-text a:hover, .tiny-grid .pagination .item-text a:hover, .pagination .tiny-grid ul .item-text a:hover, .tiny-grid .order-actions .item-text a:hover, .tiny-grid .main-hero .wrapper .item-text a:hover, .main-hero .tiny-grid .wrapper .item-text a:hover, .tiny-grid .static-grid .item-text a:hover, .tiny-grid .static-grid-item .item-text a:hover, .tiny-grid .static-belief .item-text a:hover, .tiny-grid .mini-boxes .item-text a:hover, .mini-boxes .tiny-grid .mini-box .item-text a:hover, .tiny-grid .about-grid .item-text a:hover, .about-grid .tiny-grid .about-item .item-text a:hover, .tiny-grid .about-double .item-text a:hover, .tiny-grid .about-double-photos .item-text a:hover, .tiny-grid .static-career-1 .item-text a:hover, .static-grid-text a:hover, .content-nav li a a:hover, .content-nav li span a:hover, .helper-box .accordion-head h1 a:hover, .ce-side h3 a:hover, .cdx-quote__caption a:hover, .ce-block__content h3 a:hover, .ce-block__content h4 a:hover, .ce-block__content h5 a:hover, .ce-block__content h6 a:hover, .sortable-text a:hover, .input-tag-item a:hover, .input-ext-btn a:hover, .input-ext-label a:hover, .input-ext-unit a:hover, figure figcaption a:hover, .display-2 a:hover, .footer-links li a a:hover, .product-menu-item a:hover, .product-alert a:hover, .product-body ul li a:hover, .product-body p a:hover, .product-item .progress-text a:hover, .product-item .progress-num a:hover, .view-switcher .view-switcher-mobile a:hover,
.view-switcher .view-switcher-desktop a:hover, .brancs-pros-text a:hover, .product-page-alert span a:hover, .helper-block .o-list li a:hover, .ce-side blockquote .o-list li a:hover, .helper-block .ce-side ol li a:hover, .ce-side .helper-block ol li a:hover, .ce-side blockquote ol li a:hover, .helper-block .list li a:hover, .ce-side blockquote .list li a:hover, .helper-block .ce-side ul li a:hover, .ce-side .helper-block ul li a:hover, .ce-side blockquote ul li a:hover, .ce-side blockquote h4 a:hover, .ce-side p a:hover, .tc-table .tc-cell a:hover, .form-msg a:hover, .form-desc-text a:hover, label a:hover, .text-content a:hover, .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months a:hover, .flatpickr-calendar .flatpickr-current-month input.cur-year a:hover, .display-3 a:hover, .sub-nav .nav-alert a:hover, .product-price-mod a:hover, .product-cat a:hover, .product-page-sub .product-page-cat-name a:hover, .product-slider-label span a:hover, .tabs.theme-campaigns .tabs-nav > a a:hover, .process-list .process-status-info a:hover, .tooltip-inner a:hover, .uploader-box .uploader-item-size a:hover, .uploader-box .uploader-item-title a:hover {
  text-decoration: none;
}
.font-22 {
  font-size: 22px;
  line-height: normal;
}
.list li, .ce-side ul li, .o-list li, .ce-side ol li, .accordion-inner-text ul li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.list li:last-child, .ce-side ul li:last-child, .o-list li:last-child, .ce-side ol li:last-child, .accordion-inner-text ul li:last-child {
  margin-bottom: 0;
}
.list li:before, .ce-side ul li:before, .o-list li:before, .ce-side ol li:before, .accordion-inner-text ul li:before {
  position: absolute;
  left: 9px;
  top: 9px;
  content: "";
}
.o-list, .ce-side ol {
  list-style-type: decimal;
  margin-left: 18px;
}
.o-list li, .ce-side ol li {
  padding-left: 0;
}
.o-list li:before, .ce-side ol li:before {
  display: none;
}
.list-col-2 {
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 1024px) {
  .list-col-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.list-col-2 li {
  width: calc(50% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .list-col-2 li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.text-muted, figure figcaption {
  color: #9FA2A8;
}
.text-normal {
  font-weight: 400 !important;
  font-style: initial;
}
.text-semibold, .ce-side blockquote h4, .ce-side h3 {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-grey {
  color: #414F62;
}
.text-green {
  color: #47D0BE;
}
.text-infogreen {
  color: #36AF84;
}
.text-infored {
  color: #EC1337;
}
.text-blue {
  color: #39ABEC;
}
.text-darkblue {
  color: #4E89A7;
}
.text-grey32, .helper-block .o-list li, .ce-side blockquote .o-list li, .helper-block .ce-side ol li, .ce-side .helper-block ol li, .ce-side blockquote ol li, .helper-block .list li, .ce-side blockquote .list li, .helper-block .ce-side ul li, .ce-side .helper-block ul li, .ce-side blockquote ul li, .ce-side blockquote p, .ce-side ol li, .ce-side ul li, .ce-side p {
  color: #414F62;
}
.text-grey48 {
  color: #747981;
}
.text-grey64 {
  color: #9FA2A8;
}
.text-grey88 {
  color: #DFE0E2;
}
.text-darkgrey {
  color: #747981;
}
.text-lightgrey {
  color: #C9CCCF;
}
.text-midgrey {
  color: #A7A9AD;
}
.text-orange {
  color: #FB9E2E;
}
.text-white {
  color: #FFFFFF;
}
.text-underline {
  text-decoration: underline;
}
.text-underline-green {
  text-decoration: underline;
  -webkit-text-decoration-color: #47D0BE;
          text-decoration-color: #47D0BE;
}
.text-link {
  text-decoration: underline;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .text-link:hover {
    text-decoration: underline;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lt {
  text-decoration: line-through;
}
.text-shadow, .product-head .product-title {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-md-left {
  text-align: left;
}
.text-content {
  color: #414F62;
}
.text-content h6 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.text-content h6:first-child {
  margin-top: 0;
}
.text-content > p {
  margin-bottom: 0.5rem;
}
.text-content > ul {
  margin-bottom: 0.5rem;
}
.text-content > ul li {
  position: relative;
  padding-left: 20px;
}
.text-content > ul li:last-child {
  margin-bottom: 0;
}
.text-content > ul li:before {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #414F62;
  border-radius: 50%;
  content: "";
}
.flex, .sub-nav .nav-alert, .sub-nav, .has-note, .nav, .header-center, .header-left, .header-ce, .header .wrapper, .row, .summary-all, .summary-data, .summary-row, .cart-item-piece, .cart-item-price, .cart-item-top, .product-grid-item, .product-grid, .card-list, .product-footer, .product-price, .product-item, .product-list, .enlist-story, .enlist-hero, .static-career-1, .about-double-photos, .about-double, .about-grid .about-item, .about-grid, .mini-boxes .mini-box, .mini-boxes, .static-belief, .static-grid-item, .static-grid, .main-hero .wrapper, .order-actions, .pagination ul, .pagination, .campaign-promo .btn-group, .campaign-promo, .list-filter .list-filter-type,
.list-filter .list-filter-sort, .list-filter-mobile-btn, .list-filter-mobile, .list-filter-block, .list-head, .view-switcher, .ce-preview-head, .brancs-pros-item, .brancs-pros, .product-details .product-sticky-footer, .product-page-alert, .rating-stars, .product-page-rating, .product-interact .product-share-options, .product-interact, .product-page-sub, .product-slider-label, .product-slider-alert-label, .product-slider-info-label, .product-page-head .wrapper, .ce-control-nav, .ce-main, .index-slider .wrapper, .transactions-list-row, .finance-top, .messages .message-date, .messages .messages-options, .messages .messages-footer, .error-page-503, .control-label-group, .tabs-nav, .progress, .tc-table .tc-row, .table-row, .process-list .process-status, .stickers, .box, .alert, .modal, .select-box-value, .uploader-box .uploader-img-info, .uploader-box .uploader-item-body, .uploader-box-inner, .form-switch label .item-label, .form-check label,
.form-radio label,
.form-switch label, .input-tag, .form-row, .input-ext-label, .input-ext, .flatpickr-calendar .flatpickr-current-month, .list-col-2 {
  display: flex;
}
.flex-inline, .nav-item .nav-link, .product-page-alert span, [class^=icon-], .icon-left, .icon-right, .btn {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse, .about-double:nth-child(even), .icon-right {
  flex-direction: row-reverse;
}
.flex-col, .sub-nav, .header-center, .header-left, .summary-data, .product-item, .about-grid .about-item, .mini-boxes .mini-box, .box, .alert, .uploader-box .uploader-img-info, .uploader-box .uploader-item-body {
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .flex-col-md {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-sm {
    flex-direction: column;
  }
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1024px) {
  .flex-col-reverse-md {
    flex-direction: column-reverse;
  }
}
.flex-wrap, .header-ce, .product-grid, .card-list, .product-list, .about-grid, .static-grid, .product-details .product-sticky-footer, .product-interact .product-share-options, .product-page-head .wrapper, .ce-main, .tabs.theme-campaigns .tabs-nav, .stickers, .input-tag, .form-row, .list-col-2 {
  flex-wrap: wrap;
}
.flex-nowrap, .cart-item-piece, .cart-item-top, .blue-box .form-row, .brancs-pros-item, .brancs-pros {
  flex-wrap: nowrap;
}
.justify-start, .blue-box .form-row-radios {
  justify-content: flex-start;
}
.justify-end, .summary-all, .list-filter-mobile, .messages .message-date {
  justify-content: flex-end;
}
.justify-center, .footer-body > .item:last-child, .header-center .stickers, .card-list, .pagination ul, .pagination, .product-page-alert, .tabs.theme-campaigns .tabs-nav, .box, .uploader-box .uploader-img-info, .uploader-box-inner, .btn {
  justify-content: center;
}
.justify-between, .my-campaign .stickers, .has-note, .header-ce, .header .wrapper, .summary-row, .product-footer, .list-filter-block, .ce-preview-head, .product-page-sub, .ce-control-nav, .messages .messages-footer, .progress, .tc-table .tc-row, .table-row, .flatpickr-calendar .flatpickr-current-month {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start, .mini-boxes .mini-box, .control-label-group, .icon-left.icon-top,
.icon-right.icon-top, .alert {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center, .has-note, .nav-item .nav-link, .nav, .header-ce, .header .wrapper, .cart-item-piece, .enlist-quote-box .enlist-quote-inner .flex, .enlist-quote-box .enlist-quote-inner .sub-nav .nav-alert, .sub-nav .enlist-quote-box .enlist-quote-inner .nav-alert, .enlist-quote-box .enlist-quote-inner .sub-nav, .enlist-quote-box .enlist-quote-inner .has-note, .enlist-quote-box .enlist-quote-inner .nav, .enlist-quote-box .enlist-quote-inner .header-center, .enlist-quote-box .enlist-quote-inner .header-left, .enlist-quote-box .enlist-quote-inner .header-ce, .enlist-quote-box .enlist-quote-inner .header .wrapper, .header .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .row, .enlist-quote-box .enlist-quote-inner .summary-all, .enlist-quote-box .enlist-quote-inner .summary-data, .enlist-quote-box .enlist-quote-inner .summary-row, .enlist-quote-box .enlist-quote-inner .cart-item-piece, .enlist-quote-box .enlist-quote-inner .cart-item-price, .enlist-quote-box .enlist-quote-inner .cart-item-top, .enlist-quote-box .enlist-quote-inner .product-grid-item, .enlist-quote-box .enlist-quote-inner .product-grid, .enlist-quote-box .enlist-quote-inner .card-list, .enlist-quote-box .enlist-quote-inner .product-footer, .enlist-quote-box .enlist-quote-inner .product-price, .enlist-quote-box .enlist-quote-inner .product-item, .enlist-quote-box .enlist-quote-inner .product-list, .enlist-quote-box .enlist-quote-inner .enlist-story, .enlist-quote-box .enlist-quote-inner .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .enlist-quote-box .enlist-quote-inner .flatpickr-current-month, .enlist-quote-box .enlist-quote-inner .list-col-2, .enlist-quote-box .enlist-quote-inner .input-ext, .enlist-quote-box .enlist-quote-inner .input-ext-label, .enlist-quote-box .enlist-quote-inner .form-row, .enlist-quote-box .enlist-quote-inner .input-tag, .enlist-quote-box .enlist-quote-inner .form-check label, .form-check .enlist-quote-box .enlist-quote-inner label,
.enlist-quote-box .enlist-quote-inner .form-radio label,
.form-radio .enlist-quote-box .enlist-quote-inner label,
.enlist-quote-box .enlist-quote-inner .form-switch label,
.form-switch .enlist-quote-box .enlist-quote-inner label, .enlist-quote-box .enlist-quote-inner .form-switch label .item-label, .form-switch label .enlist-quote-box .enlist-quote-inner .item-label, .enlist-quote-box .enlist-quote-inner .uploader-box-inner, .enlist-quote-box .enlist-quote-inner .uploader-box .uploader-item-body, .uploader-box .enlist-quote-box .enlist-quote-inner .uploader-item-body, .enlist-quote-box .enlist-quote-inner .uploader-box .uploader-img-info, .uploader-box .enlist-quote-box .enlist-quote-inner .uploader-img-info, .enlist-quote-box .enlist-quote-inner .select-box-value, .enlist-quote-box .enlist-quote-inner .modal, .enlist-quote-box .enlist-quote-inner .alert, .enlist-quote-box .enlist-quote-inner .box, .enlist-quote-box .enlist-quote-inner .stickers, .enlist-quote-box .enlist-quote-inner .process-list .process-status, .process-list .enlist-quote-box .enlist-quote-inner .process-status, .enlist-quote-box .enlist-quote-inner .table-row, .enlist-quote-box .enlist-quote-inner .tc-table .tc-row, .tc-table .enlist-quote-box .enlist-quote-inner .tc-row, .enlist-quote-box .enlist-quote-inner .progress, .enlist-quote-box .enlist-quote-inner .tabs-nav, .enlist-quote-box .enlist-quote-inner .control-label-group, .enlist-quote-box .enlist-quote-inner .error-page-503, .enlist-quote-box .enlist-quote-inner .messages .messages-footer, .messages .enlist-quote-box .enlist-quote-inner .messages-footer, .enlist-quote-box .enlist-quote-inner .messages .messages-options, .messages .enlist-quote-box .enlist-quote-inner .messages-options, .enlist-quote-box .enlist-quote-inner .messages .message-date, .messages .enlist-quote-box .enlist-quote-inner .message-date, .enlist-quote-box .enlist-quote-inner .finance-top, .enlist-quote-box .enlist-quote-inner .transactions-list-row, .enlist-quote-box .enlist-quote-inner .index-slider .wrapper, .index-slider .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .ce-main, .enlist-quote-box .enlist-quote-inner .ce-control-nav, .enlist-quote-box .enlist-quote-inner .product-page-head .wrapper, .product-page-head .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .product-slider-info-label, .enlist-quote-box .enlist-quote-inner .product-slider-alert-label, .enlist-quote-box .enlist-quote-inner .product-slider-label, .enlist-quote-box .enlist-quote-inner .product-page-sub, .enlist-quote-box .enlist-quote-inner .product-interact, .enlist-quote-box .enlist-quote-inner .product-interact .product-share-options, .product-interact .enlist-quote-box .enlist-quote-inner .product-share-options, .enlist-quote-box .enlist-quote-inner .product-page-rating, .enlist-quote-box .enlist-quote-inner .rating-stars, .enlist-quote-box .enlist-quote-inner .product-page-alert, .enlist-quote-box .enlist-quote-inner .product-details .product-sticky-footer, .product-details .enlist-quote-box .enlist-quote-inner .product-sticky-footer, .enlist-quote-box .enlist-quote-inner .brancs-pros, .enlist-quote-box .enlist-quote-inner .brancs-pros-item, .enlist-quote-box .enlist-quote-inner .ce-preview-head, .enlist-quote-box .enlist-quote-inner .view-switcher, .enlist-quote-box .enlist-quote-inner .list-head, .enlist-quote-box .enlist-quote-inner .list-filter-block, .enlist-quote-box .enlist-quote-inner .list-filter-mobile, .enlist-quote-box .enlist-quote-inner .list-filter-mobile-btn, .enlist-quote-box .enlist-quote-inner .list-filter .list-filter-type, .list-filter .enlist-quote-box .enlist-quote-inner .list-filter-type,
.enlist-quote-box .enlist-quote-inner .list-filter .list-filter-sort,
.list-filter .enlist-quote-box .enlist-quote-inner .list-filter-sort, .enlist-quote-box .enlist-quote-inner .campaign-promo, .enlist-quote-box .enlist-quote-inner .campaign-promo .btn-group, .campaign-promo .enlist-quote-box .enlist-quote-inner .btn-group, .enlist-quote-box .enlist-quote-inner .pagination, .enlist-quote-box .enlist-quote-inner .pagination ul, .pagination .enlist-quote-box .enlist-quote-inner ul, .enlist-quote-box .enlist-quote-inner .order-actions, .enlist-quote-box .enlist-quote-inner .main-hero .wrapper, .main-hero .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .static-grid, .enlist-quote-box .enlist-quote-inner .static-grid-item, .enlist-quote-box .enlist-quote-inner .static-belief, .enlist-quote-box .enlist-quote-inner .mini-boxes, .enlist-quote-box .enlist-quote-inner .mini-boxes .mini-box, .mini-boxes .enlist-quote-box .enlist-quote-inner .mini-box, .enlist-quote-box .enlist-quote-inner .about-grid, .enlist-quote-box .enlist-quote-inner .about-grid .about-item, .about-grid .enlist-quote-box .enlist-quote-inner .about-item, .enlist-quote-box .enlist-quote-inner .about-double, .enlist-quote-box .enlist-quote-inner .about-double-photos, .enlist-quote-box .enlist-quote-inner .static-career-1, .enlist-quote-box .enlist-quote-inner .enlist-hero, .enlist-hero, .about-double, .static-belief, .main-hero .wrapper, .campaign-promo .btn-group, .campaign-promo, .list-filter .list-filter-type,
.list-filter .list-filter-sort, .list-filter-mobile-btn, .list-filter-block, .list-head, .view-switcher, .ce-preview-head, .brancs-pros-item, .product-details .product-sticky-footer, .product-page-alert span, .product-page-alert, .product-page-rating, .product-page-sub, .product-slider-label, .product-slider-alert-label, .product-slider-info-label, .product-page-head .wrapper, .ce-control-nav, .index-slider .wrapper, .transactions-list-row, .error-page-503, .table-row, .process-list .process-status, [class^=icon-], .icon-left, .icon-right, .select-box-value, .uploader-box-inner, .form-switch label .item-label, .form-check label,
.form-radio label,
.form-switch label, .input-ext-label, .input-ext, .btn {
  align-items: center;
}
.items-baseline, .product-price, .form-row {
  align-items: baseline;
}
.items-stretch, .product-grid, .about-grid, .mini-boxes, .static-grid, .ce-control-nav {
  align-items: stretch;
}
.flex-grow, .ce-main .ce-main-center {
  flex-grow: 1;
  flex-basis: 0;
}
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating to a reusable component.
*/
@-webkit-keyframes backforth {
  0% {
    left: 10%;
    width: 0;
  }
  25% {
    width: 50%;
  }
  50% {
    left: 80%;
    width: 0;
  }
  75% {
    width: 50%;
  }
  100% {
    left: 10%;
    width: 0;
  }
}
@keyframes backforth {
  0% {
    left: 10%;
    width: 0;
  }
  25% {
    width: 50%;
  }
  50% {
    left: 80%;
    width: 0;
  }
  75% {
    width: 50%;
  }
  100% {
    left: 10%;
    width: 0;
  }
}
.btn {
  background-color: #47D0BE;
  min-height: 40px;
  padding: 8px 20px;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
  background-color: #2BA796;
}
.btn-secondary {
  color: #212832;
  background-color: #DFE0E2;
}
.btn-secondary:hover {
  background-color: #c4c6ca;
}
.btn-blue {
  color: #FFFFFF;
  background-color: #4E89A7;
}
.btn-blue:hover {
  background-color: #3e6c84;
}
.btn-black {
  color: #FFFFFF;
  background-color: #212832;
}
.btn-black:hover {
  background-color: #0d0f13;
}
.btn-warning {
  color: #FFFFFF;
  background-color: #FB9E2E;
}
.btn-warning:hover {
  background-color: #3e6c84;
}
.btn-outline {
  background-color: #FFFFFF;
  border: 1px solid #B9D2DF;
  color: #212832;
}
.btn-outline:hover {
  background-color: #F4F8FB;
}
.btn-outline-bg {
  background-color: #F4F8FB;
  border: 1px solid #B9D2DF;
  color: #212832;
}
.btn-outline-bg:hover {
  background-color: #B9D2DF;
}
.btn-outline-alert {
  background-color: #FFFFFF;
  border: 1px solid #EC1337;
  color: #EC1337;
}
.btn-outline-alert:hover {
  background-color: #FDE3E7;
}
.btn-outline-warning {
  background-color: transparent;
  border: 1px solid #FB9E2E;
  color: #FB9E2E;
}
.btn-outline-warning:hover {
  background-color: #fcc179;
}
.btn.icon-more:before {
  width: 16px;
  height: 16px;
}
.btn-large {
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}
.btn-large.icon-more:before {
  width: 24px;
  height: 24px;
}
.btn-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 32px;
  min-height: 32px;
  padding: 4px 16px;
}
.btn-fw {
  width: 100%;
}
.btn-control {
  display: flex;
  width: 100%;
  text-align: center;
  min-height: initial;
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.btn-control.icon-left:before, .btn-control.icon-right:before {
  width: 16px;
  height: 16px;
}
.btn-control:last-child {
  margin-bottom: 0;
}
.btn-success {
  position: relative;
  padding-left: 56px;
  pointer-events: none;
}
.btn-success:before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1244_2077)'%3E%3Cpath d='M20 0.999999C25.0391 1 29.8718 3.00178 33.435 6.56497C36.9982 10.1282 39 14.9609 39 20C39 25.0391 36.9982 29.8718 33.435 33.435C29.8718 36.9982 25.0391 39 20 39C14.9609 39 10.1282 36.9982 6.56497 33.435C3.00178 29.8718 0.999999 25.0391 0.999999 20C1 14.9609 3.00178 10.1282 6.56497 6.56497C10.1282 3.00178 14.9609 0.999999 20 0.999999L20 0.999999Z' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M26 16L18.5 24L14 19.2' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1244_2077'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.btn-loading {
  position: relative;
  opacity: 0.85;
  pointer-events: none;
  cursor: not-allowed;
}
.btn-loading:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 20%;
  width: 0;
  border-radius: 40%;
  transform: translate3d(-50%, 0, 0);
  border: 1px solid #47D0BE;
  -webkit-animation: backforth 1s ease-in-out;
          animation: backforth 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.btn-loading:hover {
  pointer-events: none;
}
.btn.btn-disabled, .btn.disabled, .btn:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.btn.btn-disabled:hover, .btn.disabled:hover, .btn:disabled:hover {
  pointer-events: none;
}
.btn-group .btn + .btn {
  margin-left: 1.5rem;
}
.btn-group .btn-w50 {
  margin-left: 0 !important;
  width: calc(50% - 4px);
}
@media only screen and (max-width: 768px) {
  .btn-group-xs {
    display: flex;
    flex-direction: column;
  }
  .btn-group-xs .btn {
    margin-bottom: 8px;
  }
}
.btn-group-xs .btn + .btn {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .btn-group-xs .btn + .btn {
    margin-left: 0;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9FA2A8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9FA2A8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9FA2A8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9FA2A8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
form {
  max-width: 800px;
  margin: 0 auto;
}
form.product-form .form-check .form-text {
  margin-top: 0;
  padding-left: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=web],
input[type=number],
input[type=date],
textarea {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 1px solid #B9D2DF;
  background: #FFFFFF;
  color: #212832;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.375rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=web]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  background-color: #F4F8FB;
  border-color: #4E89A7;
}
input[type=text].order-note,
input[type=email].order-note,
input[type=password].order-note,
input[type=tel].order-note,
input[type=web].order-note,
input[type=number].order-note,
input[type=date].order-note,
textarea.order-note {
  resize: none;
  overflow: hidden;
  min-height: 56px;
}
input[type=number] {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-input.with-button {
  padding-right: 124px;
}
input.flatpickr {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='4' width='20' height='17' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7V1' stroke='%23292929' stroke-width='1.5'/%3E%3Cpath d='M4.5 10L20.5 10' stroke='%23292929' stroke-width='1.5'/%3E%3Cpath d='M8.5 7V1' stroke='%23292929' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
textarea {
  min-height: 6rem;
  padding: 1rem;
}
select {
  display: block;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 3rem;
  white-space: normal;
  padding: 12px 48px 12px 1rem;
  border: 1px solid #B9D2DF;
  background: #FFFFFF;
  color: #212832;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
select:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15L11.8049 9.07917C11.8293 9.05428 11.8594 9.03435 11.893 9.0207C11.9267 9.00706 11.9631 9 12 9C12.0369 9 12.0733 9.00706 12.107 9.0207C12.1406 9.03435 12.1707 9.05428 12.1951 9.07917L18 15' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-wrapper {
  position: relative;
}
.input-ext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.input-ext > div, .input-ext > span, .input-ext > a, .input-ext > button, .input-ext .input-ext-btn {
  margin: 0 4px;
}
.input-ext-unit {
  color: #747981;
  padding: 0 8px;
  border-left: 1px solid #B9D2DF;
}
.input-ext-label {
  height: 2rem;
  border-radius: 1rem;
  padding: 4px 12px 3px;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  text-align: center;
}
.input-ext-label-orange {
  color: #FB9E2E;
  border-color: #FB9E2E;
  background-color: #FEF7EF;
}
.input-ext-btn {
  font-weight: 600;
  height: 40px;
  padding: 8px 20px 6px;
  border-radius: 0.25rem;
  background-color: #47D0BE;
  color: #FFFFFF;
  cursor: pointer;
}
.form-quantity input[type=number] {
  width: 95px;
  text-align: right;
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
  .form-quantity input[type=number] {
    padding-right: 40px;
  }
}
.form-quantity .input-ext {
  right: 2px;
}
.form-quantity .input-ext-unit {
  border-left: none;
  font-weight: 600;
  color: #212832;
  padding-left: 0;
}
.form-group {
  position: relative;
  padding-bottom: 1.5rem;
}
.form-group.pb-0 {
  padding-bottom: 0;
}
.form-group.form-passed {
  /*&:after {
          position: absolute;
          right: 16px;
          bottom: 12px;
          width: 24px;
          height: 24px;
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23DFE0E2'/%3E%3Cpath d='M18 8L10.5 16L6 11.2' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: contain;
          content: ''
      }*/
}
.form-group.form-passed .form-input {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23DFE0E2'/%3E%3Cpath d='M18 8L10.5 16L6 11.2' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 16px top 12px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.form-group.form-url .form-input {
  padding-left: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.289 22.9211C7.767 20.6891 6.75 16.6331 6.75 12.0001C6.75 7.3671 7.767 3.3111 9.289 1.0791' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 12H23.25' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.48242 18H21.5184' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.48242 6H21.5184' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7109 1.0791C16.2329 3.3111 17.2499 7.3671 17.2499 12.0001C17.2499 16.6331 16.2329 20.6891 14.7109 22.9211' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: left 16px top 12px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.form-group.form-error input[type=text],
.form-group.form-error input[type=email],
.form-group.form-error input[type=password],
.form-group.form-error input[type=tel],
.form-group.form-error input[type=web],
.form-group.form-error input[type=number],
.form-group.form-error textarea {
  border-color: #EC1337;
  background-color: #fef6f7;
}
.form-group > .row {
  margin-left: 0;
  margin-right: 0;
}
.form-group > .row :last-child {
  margin-left: auto;
}
.form-group > .row :first-child {
  margin-left: initial;
}
.form-row {
  margin: 0 -8px;
}
@media only screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: unset;
  }
}
.form-row .form-group {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 8px;
}
.form-row .form-group.form-w-max {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.form-row .form-group.form-w-66 {
  flex-basis: initial;
  flex-grow: initial;
  width: calc(66.6666% - 16px);
}
.form-row .form-group.form-w-50 {
  flex-basis: initial;
  flex-grow: initial;
  width: calc(50% - 16px);
}
.form-row .form-group.form-w-32 {
  flex-basis: initial;
  flex-grow: initial;
  width: calc(33.3333% - 16px);
}
.form-row .form-group.form-h-96 {
  min-height: 96px;
}
.form-row-end {
  align-items: flex-end;
}
.form-row-end .form-group {
  padding-bottom: 0;
}
/*.form-row {
    @extend .flex;
    @extend .flex-wrap;
    @extend .items-baseline;
    //@extend .justify-between;
    .form-group {
        flex-grow: 1;
        flex-basis: 0;
        &+.form-group {
            margin: 0 16px;
        }
        &.form-w-66 {
            flex-basis: initial;
            flex-grow: initial;
        }
        &.form-w-50 {
            flex-basis: initial;
            flex-grow: initial;
        }
        &.form-w-32 {
            flex-basis: initial;
            flex-grow: initial;
        }
    }
    &.justify-end {
        @extend .justify-end;
    }
}*/
.form-multiple {
  position: relative;
  padding-right: 32px;
}
.form-multiple-delete {
  position: absolute;
  right: 0;
  top: 36px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23B9D2DF'/%3E%3Cpath d='M7.5 7.5L16.5 16.5' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7.5L7.5 16.5' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.form-multiple.bottom-border {
  margin-bottom: 24px;
  border-bottom: 1px solid #B9D2DF;
}
@media only screen and (max-width: 768px) {
  .form-multiple .form-row .form-group {
    width: calc(100% - 16px);
  }
}
.input-tag {
  max-width: 100%;
  padding: 8px 0;
}
.input-tag-item {
  position: relative;
  font-weight: 600;
  min-height: 32px;
  padding: 4px 32px 3px 8px;
  border-radius: 0.25rem;
  background-color: #E3EDF2;
  margin-right: 4px;
  margin-bottom: 4px;
}
.input-tag-item .remove {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M5 5L11 11' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M11 5L5 11' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.form-alter {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}
.form-alter:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.form-alter:hover {
  text-decoration: none;
}
.form-alter-edit {
  color: #39ABEC;
}
.form-alter-edit:before {
  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='M15.6097 5.21905L12.7812 2.39062L2.74788 12.424L5.5763 15.2524L15.6097 5.21905Z' stroke='%2339ABEC' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.74798 12.4238L1.33398 16.6665L5.57665 15.2525L2.74798 12.4238Z' stroke='%2339ABEC' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6092 5.21818L12.7812 2.39018L13.2526 1.91885C13.6298 1.55453 14.135 1.35294 14.6594 1.3575C15.1838 1.36205 15.6854 1.57239 16.0562 1.94321C16.427 2.31402 16.6374 2.81565 16.6419 3.34004C16.6465 3.86444 16.4449 4.36964 16.0806 4.74685L15.6092 5.21818Z' stroke='%2339ABEC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-alter-disconnect {
  color: #EC1337;
}
.form-alter-disconnect:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L13 13' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M13 3L3 13' stroke='%23EC1337' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-alter-delete {
  color: #EC1337;
}
.form-alter-delete:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4L12.792 15.4727C12.7576 15.8002 12.6031 16.1035 12.3584 16.3239C12.1137 16.5444 11.796 16.6665 11.4667 16.6667H4.53333C4.20384 16.6667 3.88602 16.5446 3.64117 16.3242C3.39631 16.1037 3.24177 15.8004 3.20733 15.4727L2 4' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.333984 4H15.6673' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M5 4.00065V2.00065C5 1.82384 5.07024 1.65427 5.19526 1.52925C5.32029 1.40422 5.48986 1.33398 5.66667 1.33398H10.3333C10.5101 1.33398 10.6797 1.40422 10.8047 1.52925C10.9298 1.65427 11 1.82384 11 2.00065V4.00065' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 7V14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M10.9993 7L10.666 14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M5 7L5.33333 14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-alter-delete-grey {
  color: #747981;
}
.form-alter-delete-grey:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4L12.792 15.4727C12.7576 15.8002 12.6031 16.1035 12.3584 16.3239C12.1137 16.5444 11.796 16.6665 11.4667 16.6667H4.53333C4.20384 16.6667 3.88602 16.5446 3.64117 16.3242C3.39631 16.1037 3.24177 15.8004 3.20733 15.4727L2 4' stroke='%23747981' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.332031 4H15.6654' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5 4.00004V2.00004C5 1.82323 5.07024 1.65366 5.19526 1.52864C5.32029 1.40361 5.48986 1.33337 5.66667 1.33337H10.3333C10.5101 1.33337 10.6797 1.40361 10.8047 1.52864C10.9298 1.65366 11 1.82323 11 2.00004V4.00004' stroke='%23747981' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 7V14' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M11.0013 7L10.668 14' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5 7L5.33333 14' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-alter-replace {
  color: #39ABEC;
}
.form-alter-replace:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 9.5V12.5H0.5' stroke='%2339ABEC' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12.5 6.5V3.5H15.5' stroke='%2339ABEC' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.84313 14.232L9.98508 14.7114L9.84313 14.232ZM7 14.4225L6.9233 14.9166L7 14.4225ZM6.15362 13.7092L5.67781 13.5556L5.37056 14.5072L5.84638 14.6608L6.15362 13.7092ZM12.327 3.84233C13.2819 4.83716 13.8651 6.13049 13.9784 7.50478L14.9751 7.42258C14.8428 5.81929 14.1625 4.31045 13.0485 3.14985L12.327 3.84233ZM13.9784 7.50478C14.0918 8.87907 13.7284 10.2505 12.9495 11.3883L13.7746 11.9532C14.6834 10.6258 15.1073 9.02586 14.9751 7.42258L13.9784 7.50478ZM12.9495 11.3883C12.1705 12.5262 11.0234 13.3611 9.70118 13.7525L9.98508 14.7114C11.5276 14.2547 12.8658 13.2807 13.7746 11.9532L12.9495 11.3883ZM9.70118 13.7525C8.84443 14.0062 7.948 14.0637 7.0767 13.9284L6.9233 14.9166C7.93973 15.0744 8.98555 15.0073 9.98508 14.7114L9.70118 13.7525ZM7.0767 13.9284C6.76479 13.88 6.45611 13.8069 6.15362 13.7092L5.84638 14.6608C6.19928 14.7748 6.55941 14.8601 6.9233 14.9166L7.0767 13.9284Z' fill='%2339ABEC'/%3E%3Cpath d='M6.15932 1.77027L6.01717 1.2909L6.15932 1.77027ZM9.8468 2.2906L10.3227 2.4438L10.6292 1.4919L10.1532 1.3387L9.8468 2.2906ZM3.67224 12.1544C2.71941 11.1591 2.13806 9.8662 2.02581 8.49288L1.02914 8.57434C1.16008 10.1765 1.83829 11.6848 2.94988 12.8459L3.67224 12.1544ZM2.02581 8.49288C1.91357 7.11956 2.27727 5.74944 3.05584 4.61258L2.23078 4.04754C1.32249 5.37381 0.898193 6.97221 1.02914 8.57434L2.02581 8.49288ZM3.05584 4.61258C3.83441 3.47573 4.98043 2.64138 6.30147 2.24963L6.01717 1.2909C4.47603 1.74791 3.13906 2.72127 2.23078 4.04754L3.05584 4.61258ZM6.30147 2.24963C7.46401 1.90489 8.6998 1.9214 9.8468 2.2906L10.1532 1.3387C8.81508 0.907976 7.37341 0.888716 6.01717 1.2909L6.30147 2.24963Z' fill='%2339ABEC'/%3E%3C/svg%3E%0A");
}
.form-label-input {
  height: 3rem;
  margin-bottom: 8px;
  padding-top: 0.7rem;
}
.form-check label,
.form-radio label,
.form-switch label {
  cursor: pointer;
  min-height: 20px;
  font-weight: 400;
}
.form-check label a,
.form-radio label a,
.form-switch label a {
  font-weight: 600;
  text-decoration: underline;
}
.form-check label a:hover,
.form-radio label a:hover,
.form-switch label a:hover {
  text-decoration: none;
}
.form-check label .item-label,
.form-radio label .item-label,
.form-switch label .item-label {
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
  cursor: pointer;
}
.form-check label .item-label:before, .form-check label .item-label:after,
.form-radio label .item-label:before,
.form-radio label .item-label:after,
.form-switch label .item-label:before,
.form-switch label .item-label:after {
  position: absolute;
  top: 0;
  content: "";
  margin-top: -1px;
  transition: all 0.2s ease-in-out;
}
.form-check label .item-label:before,
.form-radio label .item-label:before,
.form-switch label .item-label:before {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9CCCF;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.form-check label .item-label:after,
.form-radio label .item-label:after,
.form-switch label .item-label:after {
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5L6.63636 12L3 8' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.form-check input,
.form-radio input,
.form-switch input {
  position: absolute;
  left: -9999px;
}
.form-check input:checked + .item-label:before,
.form-radio input:checked + .item-label:before,
.form-switch input:checked + .item-label:before {
  border-color: #47D0BE;
  background-color: #47D0BE;
}
.form-check input:checked + .item-label:after,
.form-radio input:checked + .item-label:after,
.form-switch input:checked + .item-label:after {
  opacity: 1;
  visibility: visible;
}
.form-check .form-text,
.form-radio .form-text,
.form-switch .form-text {
  padding-left: 30px;
}
.form-check-read-only input + .item-label:before, .form-check-read-only input:checked + .item-label:before,
.form-radio-read-only input + .item-label:before,
.form-radio-read-only input:checked + .item-label:before,
.form-switch-read-only input + .item-label:before,
.form-switch-read-only input:checked + .item-label:before {
  border-color: #747981;
  background-color: #747981;
}
.form-check-read-only input + .item-label:after, .form-check-read-only input:checked + .item-label:after,
.form-radio-read-only input + .item-label:after,
.form-radio-read-only input:checked + .item-label:after,
.form-switch-read-only input + .item-label:after,
.form-switch-read-only input:checked + .item-label:after {
  opacity: 1;
  visibility: visible;
}
.form-check + .form-check {
  margin-top: -4px;
}
.form-radio label .item-label:before, .form-radio label .item-label:after {
  margin-top: -2px;
}
.form-radio label .item-label:before {
  border-radius: 50%;
}
.form-radio label .item-label:after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  background: #47D0BE;
  border-radius: 50%;
}
.form-radio input:checked + .item-label {
  font-weight: 600;
}
.form-radio input:checked + .item-label:before {
  background-color: #FFFFFF;
  border: 1px solid #C9CCCF;
}
.form-radio input:checked + .item-label:after {
  opacity: 1;
  visibility: visible;
}
.form-switch label {
  margin-bottom: 0;
}
.form-switch label .item-label {
  width: 100%;
  min-height: 40px;
  padding-left: 0;
  padding-right: 68px;
}
.form-switch label .item-label:before, .form-switch label .item-label:after {
  top: 50%;
  left: initial;
  transform: translateY(-50%);
}
.form-switch label .item-label:before {
  right: 0;
  width: 56px;
  height: 32px;
  background-color: #B9D2DF;
  border-radius: 16px;
}
.form-switch label .item-label:after {
  right: 4px;
  opacity: 1;
  visibility: visible;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
}
.form-switch input:checked + .item-label:before {
  background-color: #47D0BE;
}
.form-switch input:checked + .item-label:after {
  right: 28px;
}
.form-switch .item-label {
  font-weight: 600;
}
label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.form-text {
  margin-top: 0.5rem;
}
.form-desc-text {
  margin-bottom: 0.5rem;
}
.form-help {
  color: #747981;
}
.form-link {
  text-decoration: underline;
  color: #9FA2A8;
}
.form-link:hover {
  text-decoration: none;
}
.form-msg {
  position: relative;
  margin-top: 0.5rem;
}
.form-msg-error {
  padding-left: 20px;
  color: #EC1337;
}
.form-msg-error:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' stroke='%23EC1337' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8 9V4' stroke='%23EC1337' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7.97788 10.5C7.9127 10.5021 7.84858 10.5169 7.78922 10.5437C7.72985 10.5705 7.67643 10.6087 7.63204 10.6562C7.58764 10.7036 7.55315 10.7593 7.53056 10.82C7.50797 10.8807 7.49773 10.9453 7.50042 11.01C7.50506 11.1402 7.55991 11.2637 7.65365 11.3549C7.74739 11.4461 7.87284 11.498 8.00407 11.5H8.0222C8.08729 11.4977 8.15129 11.4826 8.21053 11.4557C8.26976 11.4289 8.32308 11.3906 8.36742 11.3433C8.41177 11.2959 8.44627 11.2403 8.46896 11.1797C8.49165 11.1191 8.50208 11.0546 8.49966 10.99C8.49559 10.861 8.44201 10.7384 8.34988 10.6473C8.25776 10.5562 8.13404 10.5035 8.00407 10.5' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.password-show {
  position: absolute;
  top: 36px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 15.5C13.9329 15.5 15.4999 13.933 15.4999 12C15.4999 10.067 13.9329 8.5 11.9999 8.5C10.0669 8.5 8.49994 10.067 8.49994 12C8.49994 13.933 10.0669 15.5 11.9999 15.5Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.3949 7.62917C6.41856 6.25737 9.06636 5 12 5C14.9336 5 17.5814 6.25737 19.6051 7.62917C21.6359 9.00584 23.105 10.543 23.6964 11.2046L23.6997 11.2083L23.6997 11.2083C23.8933 11.4279 24 11.709 24 12C24 12.291 23.8933 12.5721 23.6997 12.7917L23.6964 12.7954C23.105 13.457 21.6359 14.9942 19.6051 16.3708C17.5814 17.7426 14.9336 19 12 19C9.06636 19 6.41856 17.7426 4.3949 16.3708C2.36406 14.9942 0.895032 13.457 0.303591 12.7954L0.300314 12.7917L0.300327 12.7917C0.106654 12.5721 0 12.291 0 12C0 11.709 0.106654 11.4279 0.300327 11.2083L0.303578 11.2046L0.303591 11.2046C0.895032 10.543 2.36406 9.00584 4.3949 7.62917ZM1.55307 12C2.17747 12.68 3.48429 13.9957 5.22772 15.1776C7.12949 16.4667 9.48454 17.5517 12 17.5517C14.5155 17.5517 16.8705 16.4667 18.7723 15.1776C20.5157 13.9957 21.8225 12.68 22.4469 12C21.8225 11.32 20.5157 10.0043 18.7723 8.82242C16.8705 7.53325 14.5155 6.44828 12 6.44828C9.48454 6.44828 7.12949 7.53325 5.22772 8.82242C3.48429 10.0043 2.17747 11.32 1.55307 12Z' fill='%23212832'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.password-show input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
input[type=text] + .password-show {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 15.5C13.9329 15.5 15.4999 13.933 15.4999 12C15.4999 10.067 13.9329 8.5 11.9999 8.5C10.0669 8.5 8.49994 10.067 8.49994 12C8.49994 13.933 10.0669 15.5 11.9999 15.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.3949 7.62917C6.41856 6.25737 9.06636 5 12 5C14.9336 5 17.5814 6.25737 19.6051 7.62917C21.6359 9.00584 23.105 10.543 23.6964 11.2046L23.6997 11.2083L23.6997 11.2083C23.8933 11.4279 24 11.709 24 12C24 12.291 23.8933 12.5721 23.6997 12.7917L23.6964 12.7954C23.105 13.457 21.6359 14.9942 19.6051 16.3708C17.5814 17.7426 14.9336 19 12 19C9.06636 19 6.41856 17.7426 4.3949 16.3708C2.36406 14.9942 0.895032 13.457 0.303591 12.7954L0.300314 12.7917L0.300327 12.7917C0.106654 12.5721 0 12.291 0 12C0 11.709 0.106654 11.4279 0.300327 11.2083L0.303578 11.2046L0.303591 11.2046C0.895032 10.543 2.36406 9.00584 4.3949 7.62917ZM1.55307 12C2.17747 12.68 3.48429 13.9957 5.22772 15.1776C7.12949 16.4667 9.48454 17.5517 12 17.5517C14.5155 17.5517 16.8705 16.4667 18.7723 15.1776C20.5157 13.9957 21.8225 12.68 22.4469 12C21.8225 11.32 20.5157 10.0043 18.7723 8.82242C16.8705 7.53325 14.5155 6.44828 12 6.44828C9.48454 6.44828 7.12949 7.53325 5.22772 8.82242C3.48429 10.0043 2.17747 11.32 1.55307 12Z' fill='%2347D0BE'/%3E%3C/svg%3E%0A");
}
.uploader-box {
  position: relative;
  display: block;
  margin: 8px 0;
  background: #F4F8FB;
  border: 2px dashed #B9D2DF;
  box-sizing: border-box;
  border-radius: 0.75rem;
}
.uploader-box-inner {
  padding: 24px 12px;
  min-height: 152px;
}
.uploader-box .uploader-item {
  z-index: 30;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0 12px;
  width: calc(25% - 24px);
}
.uploader-box .uploader-item-success {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 6px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%232DC545'/%3E%3Cpath d='M12 4.66599L7.33333 10.9993L4 8.33265' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.uploader-box .uploader-item-delete {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23EC1337'/%3E%3Cpath d='M5 5L11 11' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M11 5L5 11' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.uploader-box .uploader-item-body {
  padding: 8px;
}
.uploader-box .uploader-item-title {
  color: #414F62;
}
.uploader-box .uploader-item-size {
  font-weight: 600;
  color: #414F62;
  margin-bottom: 8px;
}
.uploader-box .uploader-item:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.16);
}
.uploader-box .uploader-item:hover .uploader-item-delete {
  opacity: 1;
  visibility: visible;
}
.uploader-box .uploader-item .h-22 {
  height: 5.1rem;
}
.uploader-box .uploader-img-info {
  position: relative;
  text-align: center;
  color: #414F62;
  padding: 10px;
  width: calc(25% - 24px);
  margin: 0 auto;
  cursor: pointer;
}
.uploader-box .uploader-img-info:first-child {
  margin: 0 auto;
}
.uploader-box .uploader-img-info:before {
  display: block;
  margin: 0 auto 8px;
  width: 40px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='28' viewBox='0 0 40 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0001 0C17.0985 0 14.1932 1.09729 11.9788 3.30245C10.0993 5.17417 9.01696 7.53811 8.73353 9.97779C4.1134 10.3959 0.5 14.2576 0.5 18.9677C0.5 23.9567 4.56013 28 9.56977 28H31.7907C36.0616 28 39.5 24.5758 39.5 20.3225C39.5 16.0692 36.0616 12.645 31.7907 12.645H31.2522C31.6525 9.32317 30.5666 5.85137 28.0069 3.30199C25.7926 1.09684 22.9015 0 20.0001 0ZM20.0001 9.48395C20.241 9.48218 20.4093 9.52805 20.6095 9.70976L25.5979 14.2259C25.9521 14.5435 26.0177 15.1627 25.6687 15.5102C25.3321 15.8454 24.7316 15.886 24.3791 15.5667L20.9071 12.4195V22.1292C20.9071 22.6285 20.5014 23.0324 20.0001 23.0324C19.4988 23.0324 19.0931 22.6285 19.0931 22.1292V12.4195L15.6211 15.5667C15.2686 15.886 14.6522 15.8631 14.3315 15.5102C14.0108 15.1574 14.0304 14.5488 14.4024 14.2259L19.3907 9.70976C19.5201 9.59156 19.7574 9.48924 20.0001 9.48395Z' fill='%234E89A7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.uploader-box-messages .alert {
  width: auto;
  margin: 12px 24px;
}
.input-autocomplete .input-wrapper {
  position: relative;
}
.input-autocomplete .input-wrapper > input {
  position: relative;
  z-index: 101;
}
.input-autocomplete .wrapper-dropdown {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  max-height: 202px;
  overflow-y: auto;
  margin-top: -4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow-x: hidden;
}
.input-autocomplete .wrapper-dropdown button {
  width: 100%;
  padding: 10px 1rem;
  border-bottom: 1px solid #cbe4f1;
  border-left: 1px solid #cbe4f1;
  border-right: 1px solid #cbe4f1;
  text-align: left;
}
.input-autocomplete .wrapper-dropdown button:hover, .input-autocomplete .wrapper-dropdown button:focus {
  background-color: #E3EDF2;
  font-weight: 600;
  outline-width: 0;
}
.input-autocomplete .wrapper-dropdown li:first-of-type button {
  padding-top: 16px;
}
.select-box {
  position: relative;
}
.select-box-value {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 3rem;
  padding: 0 48px 0 1rem;
  border: 1px solid #B9D2DF;
  background: #FFFFFF;
  color: #212832;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.select-box-value.opened {
  background-color: #E3EDF2;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15L11.8049 9.07917C11.8293 9.05428 11.8594 9.03435 11.893 9.0207C11.9267 9.00706 11.9631 9 12 9C12.0369 9 12.0733 9.00706 12.107 9.0207C12.1406 9.03435 12.1707 9.05428 12.1951 9.07917L18 15' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.select-box-options {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #4E89A7;
  left: 0;
  top: 52px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
}
.select-box-item {
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.select-box-item:hover {
  background-color: #E3EDF2;
}
@media only screen and (max-width: 1024px) {
  .select-box-item:hover {
    background-color: transparent;
  }
}
.select-box-item .form-group {
  padding-bottom: 0;
}
.select-box-item .form-group label {
  font-size: 1rem;
}
.select-box-item .form-check label, .select-box-item .form-radio label {
  margin-bottom: 0;
}
.select-box-item .form-check .item-label, .select-box-item .form-radio .item-label {
  font-weight: 400;
}
.select-box-item .form-check input:checked + .item-label, .select-box-item .form-radio input:checked + .item-label {
  font-weight: 600;
}
.select-box-item.admin-item {
  background-color: #FEF4E3;
  color: #FB9E2E;
  padding-bottom: 5px;
}
.select-box-item.admin-item.form-group {
  padding: 1.5rem;
}
.select-box-item.admin-item:hover {
  background-color: #fdeaca;
}
.select-box-single .form-group.form-radio .item-label {
  padding-left: 0;
}
.select-box-single .form-group.form-radio .item-label:before, .select-box-single .form-group.form-radio .item-label:after {
  display: none;
}
.tooltip {
  position: relative;
  top: 2px;
  display: inline-block;
}
.tooltip:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #39ABEC;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.98201 8.5C2.91675 8.50128 2.85239 8.51556 2.7927 8.54199C2.73301 8.56843 2.67917 8.60649 2.63434 8.65396C2.5895 8.70143 2.55456 8.75737 2.53155 8.8185C2.50855 8.87962 2.49793 8.94472 2.50033 9.01C2.50549 9.14142 2.56118 9.26576 2.65577 9.35707C2.75037 9.44838 2.87656 9.49959 3.00799 9.5H3.01799C3.08325 9.49872 3.14761 9.48444 3.2073 9.45801C3.26699 9.43157 3.32083 9.39351 3.36566 9.34604C3.4105 9.29857 3.44544 9.24263 3.46845 9.1815C3.49145 9.12038 3.50207 9.05528 3.49967 8.99C3.49459 8.85995 3.44002 8.73676 3.34712 8.64566C3.25423 8.55456 3.13004 8.50245 3 8.5H2.99001' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 3.67003C1.00005 3.30946 1.09758 2.95562 1.28226 2.64594C1.46695 2.33626 1.73191 2.08227 2.04912 1.91084C2.36633 1.73941 2.72398 1.65692 3.08423 1.67211C3.44447 1.68729 3.79391 1.79958 4.09557 1.9971C4.39723 2.19461 4.63988 2.47 4.79785 2.79412C4.95581 3.11824 5.02322 3.47904 4.99293 3.83833C4.96264 4.19763 4.83579 4.54205 4.62579 4.83515C4.41579 5.12826 4.13046 5.35914 3.8 5.50336C3.56223 5.60714 3.35989 5.77802 3.21779 5.99508C3.07569 6.21214 3 6.46593 3 6.72536V7.00003' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  cursor: pointer;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-box {
  position: absolute;
  z-index: 31;
  left: 0;
  top: 0;
  max-width: 324px;
  background-color: #39ABEC;
  padding: 12px 32px 12px 16px;
  border-radius: 0.375rem;
}
.tooltip-inner {
  color: #FFFFFF;
}
.tooltip-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7 1L1 7' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: center center;
  cursor: pointer;
}
.tooltip-wrapper .tooltip-box {
  top: 36px;
}
.uploader-box .tooltip-box {
  left: -2px;
  top: -2px;
}
.modal {
  position: fixed;
  align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(33, 40, 50, 0.8);
}
.modal-bg60 {
  background-color: rgba(33, 40, 50, 0.6);
}
.modal-bg70 {
  background-color: rgba(33, 40, 50, 0.7);
}
.modal-bg80 {
  background-color: rgba(33, 40, 50, 0.8);
}
.modal-bg90 {
  background-color: rgba(33, 40, 50, 0.9);
}
@media only screen and (max-width: 1024px) {
  .modal {
    -webkit-animation-fill-mode: initial !important;
    animation-fill-mode: initial !important;
  }
}
.modal-dialog {
  position: relative;
  margin: 130px auto;
  padding: 2rem;
  width: 448px;
  min-width: 448px;
  max-width: 864px;
  overflow-x: auto;
  overflow: visible;
  background-color: #FFFFFF;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    min-width: initial;
    max-width: initial;
    width: 100vw;
    height: 100vh;
    padding: 1.5rem 1rem;
    border-radius: 0;
    overflow-y: auto;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    padding-bottom: 100px;
  }
}
.modal-dialog.modal-wide {
  width: 864px;
}
@media only screen and (max-width: 1024px) {
  .modal-dialog.modal-wide {
    width: 100vw;
  }
}
.modal-dialog.modal-side {
  min-width: 320px;
  width: 500px;
  min-height: 100vh;
  min-height: -moz-available;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  border-radius: 0;
  margin: 0;
  margin-left: auto;
  overflow-y: auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .modal-dialog.modal-side {
    width: 100vw;
  }
}
.modal-dialog.modal-mid {
  width: 736px;
}
@media only screen and (max-width: 1024px) {
  .modal-dialog.modal-mid {
    width: 100vw;
  }
}
.modal-dialog .box {
  max-width: 384px;
}
.modal-dialog .box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.modal-head {
  position: relative;
  padding-bottom: 0.5rem;
}
.modal-title {
  margin-bottom: 1.5rem;
}
.modal-img {
  display: block;
  margin: 0 auto 2rem;
}
.modal-close {
  position: absolute;
  z-index: 10;
  right: 2rem;
  top: 2.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L4 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M20 4L4 20' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .modal-close {
    width: 1rem;
    height: 1rem;
    top: 1.75rem;
    right: 1.25rem;
  }
}
.modal-body .h2 {
  margin-bottom: 1.5rem;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-side .modal-close {
  top: 1.5rem;
  right: 1rem;
}
.modal-side .modal-head {
  padding: 24px 56px 16px 16px;
}
.modal-side .modal-head .modal-title {
  margin-bottom: 0;
}
.alert {
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  padding: 14px 14px 12px 44px;
  margin-bottom: 1.5rem;
  border-width: 1px;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
  .alert {
    align-items: flex-start;
  }
}
.alert:before {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.alert-inner {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .alert-inner {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.alert-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.alert-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.alert-text a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.alert-text a:hover {
  text-decoration: none;
}
.alert-error {
  background-color: #FDE3E7;
  border-color: #F690A1;
}
.alert-error .alert-text, .alert-error .alert-title {
  color: #EC1337;
}
.alert-error .btn {
  background-color: #EC1337;
}
.alert-error:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8' fill='%23EC1337'/%3E%3Cpath d='M7 7L13 13' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M13 7L7 13' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.alert-success {
  background-color: #E6F8E9;
  border-color: #9CE3A7;
}
.alert-success .alert-text, .alert-success .alert-title {
  color: #2DC545;
}
.alert-success .btn {
  background-color: #2DC545;
}
.alert-success:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0002 17.666C14.2343 17.666 17.6668 14.2335 17.6668 9.99932C17.6668 5.76514 14.2343 2.33266 10.0002 2.33266C5.76598 2.33266 2.3335 5.76514 2.3335 9.99932C2.3335 14.2335 5.76598 17.666 10.0002 17.666Z' fill='%232DC545' stroke='%232DC545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 6.66599L9.33333 12.9993L6 10.3327' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.alert-common {
  background-color: #E7F5FD;
  border-color: #A1D7F6;
}
.alert-common .alert-text, .alert-common .alert-title {
  color: #39ABEC;
}
.alert-info {
  background-color: #E7F5FD;
  border-color: #A1D7F6;
}
.alert-info .alert-text, .alert-info .alert-title {
  color: #39ABEC;
}
.alert-info .btn {
  background-color: #39ABEC;
}
.alert-info:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17Z' fill='%2339ABEC' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.2H9.66662C9.75503 8.2 9.83981 8.23512 9.90232 8.29763C9.96484 8.36014 9.99996 8.44493 9.99996 8.53333V12.8667C9.99996 13.0435 10.0702 13.213 10.1952 13.3381C10.3202 13.4631 10.4898 13.5333 10.6666 13.5333H12.0001H8' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M9.97788 5.2C9.9127 5.20206 9.84858 5.21692 9.78922 5.24372C9.72985 5.27053 9.67643 5.30875 9.63204 5.35617C9.58764 5.40359 9.55315 5.45928 9.53056 5.52001C9.50797 5.58074 9.49773 5.64531 9.50042 5.71C9.50506 5.84021 9.55991 5.96368 9.65365 6.05488C9.74739 6.14608 9.87284 6.19803 10.0041 6.2H10.0222C10.0873 6.19768 10.1513 6.18264 10.2105 6.15575C10.2698 6.12885 10.3231 6.09063 10.3674 6.04326C10.4118 5.9959 10.4463 5.94032 10.469 5.8797C10.4917 5.81908 10.5021 5.75462 10.4997 5.69C10.4956 5.56098 10.442 5.43838 10.3499 5.34729C10.2578 5.2562 10.134 5.20351 10.0041 5.2' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.alert-warning {
  background-color: #FFF3E6;
  border-color: #FCD4A5;
}
.alert-warning .alert-text, .alert-warning .alert-title {
  color: #FB9E2E;
}
.alert-warning .btn {
  background-color: #FB9E2E;
}
.alert-warning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L23 22H1L12 1Z' fill='%23FB9E2E' stroke='%23FB9E2E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 15V9' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_541_37015' fill='white'%3E%3Cpath d='M11.964 17C11.8335 17.0026 11.7048 17.0311 11.5854 17.084C11.466 17.1369 11.3583 17.213 11.2687 17.3079C11.179 17.4029 11.1091 17.5147 11.0631 17.637C11.0171 17.7592 10.9959 17.8894 11.0007 18.02C11.011 18.2828 11.1224 18.5315 11.3115 18.7141C11.5007 18.8968 11.7531 18.9992 12.016 19H12.036C12.1665 18.9974 12.2952 18.9689 12.4146 18.916C12.534 18.8631 12.6417 18.787 12.7313 18.6921C12.821 18.5971 12.8909 18.4853 12.9369 18.363C12.9829 18.2408 13.0041 18.1106 12.9993 17.98C12.9892 17.7199 12.88 17.4735 12.6942 17.2913C12.5085 17.1091 12.2601 17.0049 12 17H11.98'/%3E%3C/mask%3E%3Cpath d='M11.964 17C11.8335 17.0026 11.7048 17.0311 11.5854 17.084C11.466 17.1369 11.3583 17.213 11.2687 17.3079C11.179 17.4029 11.1091 17.5147 11.0631 17.637C11.0171 17.7592 10.9959 17.8894 11.0007 18.02C11.011 18.2828 11.1224 18.5315 11.3115 18.7141C11.5007 18.8968 11.7531 18.9992 12.016 19H12.036C12.1665 18.9974 12.2952 18.9689 12.4146 18.916C12.534 18.8631 12.6417 18.787 12.7313 18.6921C12.821 18.5971 12.8909 18.4853 12.9369 18.363C12.9829 18.2408 13.0041 18.1106 12.9993 17.98C12.9892 17.7199 12.88 17.4735 12.6942 17.2913C12.5085 17.1091 12.2601 17.0049 12 17H11.98' fill='white'/%3E%3Cpath d='M11.9837 17.9998C12.5359 17.9889 12.9747 17.5325 12.9638 16.9803C12.953 16.4282 12.4965 15.9893 11.9444 16.0002L11.9837 17.9998ZM11.0007 18.02L10.0013 18.0568L10.0014 18.0592L11.0007 18.02ZM12.016 19L12.0128 20H12.016V19ZM12.036 19V20C12.0425 20 12.0491 19.9999 12.0556 19.9998L12.036 19ZM12.9993 17.98L13.9987 17.9432L13.9986 17.941L12.9993 17.98ZM12 17L12.0189 16.0002C12.0126 16.0001 12.0063 16 12 16V17ZM11.98 16C11.4277 16 10.98 16.4477 10.98 17C10.98 17.5523 11.4277 18 11.98 18V16ZM11.9444 16.0002C11.681 16.0054 11.4213 16.063 11.1805 16.1696L11.9903 17.9983C11.9882 17.9993 11.986 17.9998 11.9837 17.9998L11.9444 16.0002ZM11.1805 16.1696C10.9397 16.2763 10.7225 16.4298 10.5417 16.6213L11.9957 17.9946C11.9942 17.9961 11.9924 17.9974 11.9903 17.9983L11.1805 16.1696ZM10.5417 16.6213C10.3608 16.8128 10.22 17.0383 10.1272 17.2847L11.999 17.9892C11.9983 17.9912 11.9972 17.993 11.9957 17.9946L10.5417 16.6213ZM10.1272 17.2847C10.0344 17.5312 9.99166 17.7936 10.0013 18.0568L12 17.9832C12.0001 17.9853 11.9997 17.9873 11.999 17.9892L10.1272 17.2847ZM10.0014 18.0592C10.0218 18.5795 10.2423 19.0719 10.6171 19.4337L12.006 17.9946C12.0024 17.9911 12.0001 17.9862 11.9999 17.9808L10.0014 18.0592ZM10.6171 19.4337C10.9918 19.7954 11.4919 19.9984 12.0128 20L12.0191 18C12.0144 18 12.0097 17.9981 12.006 17.9946L10.6171 19.4337ZM12.016 20H12.036V18H12.016V20ZM12.0556 19.9998C12.319 19.9946 12.5787 19.937 12.8195 19.8304L12.0097 18.0017C12.0118 18.0007 12.014 18.0002 12.0163 18.0002L12.0556 19.9998ZM12.8195 19.8304C13.0603 19.7237 13.2775 19.5702 13.4583 19.3787L12.0043 18.0054C12.0058 18.0039 12.0076 18.0026 12.0097 18.0017L12.8195 19.8304ZM13.4583 19.3787C13.6392 19.1872 13.78 18.9617 13.8728 18.7153L12.001 18.0108C12.0017 18.0088 12.0028 18.007 12.0043 18.0054L13.4583 19.3787ZM13.8728 18.7153C13.9656 18.4688 14.0083 18.2064 13.9987 17.9432L12 18.0168C11.9999 18.0147 12.0003 18.0127 12.001 18.0108L13.8728 18.7153ZM13.9986 17.941C13.9785 17.4261 13.7624 16.9382 13.3944 16.5773L11.9941 18.0053C11.9977 18.0088 11.9999 18.0137 12.0001 18.019L13.9986 17.941ZM13.3944 16.5773C13.0264 16.2164 12.5343 16.0099 12.0189 16.0002L11.9811 17.9998C11.9859 17.9999 11.9905 18.0018 11.9941 18.0053L13.3944 16.5773ZM12 16H11.98V18H12V16Z' fill='white' mask='url(%23path-3-inside-1_541_37015)'/%3E%3C/svg%3E%0A");
}
.alert-big {
  flex-direction: row;
  padding: 24px 32px 24px 68px;
}
@media only screen and (max-width: 768px) {
  .alert-big {
    flex-direction: column;
    padding: 12px 12px 12px 40px;
  }
}
.alert-big:before {
  top: 24px;
  left: 32px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 768px) {
  .alert-big:before {
    left: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
  }
}
.alert-big .alert-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .alert-big .alert-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.alert-big .alert-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .alert-big .alert-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.main-alert {
  position: relative;
  z-index: 12;
}
@media only screen and (min-width: 768px) {
  .main-alert {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 376px;
  }
}
.main-alert-warning {
  background-color: #FFF3E6;
}
.main-alert-warning .main-alert-head {
  background-color: #FB9E2E;
}
.main-alert-head {
  position: relative;
  padding: 16px;
  color: #FFFFFF;
}
.main-alert-head:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11L7.80487 5.07917C7.82935 5.05428 7.85939 5.03435 7.89303 5.0207C7.92666 5.00706 7.96312 5 8 5C8.03688 5 8.07334 5.00706 8.10697 5.0207C8.14061 5.03435 8.17065 5.05428 8.19513 5.07917L14 11' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.2s;
}
.main-alert-head.opened:after {
  transform: translateY(-50%) rotate(180deg);
}
.main-alert-body {
  padding: 16px 16px 24px;
}
[class^=icon-], .icon-left, .icon-right {
  position: relative;
}
[class^=icon-]:before, .icon-left:before, .icon-right:before {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.icon-small:before {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.icon-left:before {
  margin-right: 0.5rem;
}
.icon-right:before {
  margin-left: 0.5rem;
}
.icon-rocket:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79102 14.6999C5.79102 14.6999 16.736 3.72192 17.444 3.01492C18.229 2.22892 20.762 1.63692 22.022 1.38292C22.1028 1.36662 22.1864 1.37055 22.2654 1.39438C22.3443 1.41821 22.4161 1.46119 22.4744 1.51949C22.5327 1.5778 22.5757 1.64962 22.5996 1.72855C22.6234 1.80749 22.6273 1.89109 22.611 1.97192C22.357 3.23192 21.765 5.76392 20.979 6.54992L9.31102 18.2169L5.79102 14.6999Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12L12 15' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6152 12.915C14.6607 14.4565 14.5424 15.9985 14.2622 17.515C13.9278 18.3051 13.4474 19.0251 12.8462 19.637L10.3292 22.15C10.2558 22.2238 10.1612 22.2729 10.0585 22.2904C9.95593 22.3079 9.85042 22.2929 9.75673 22.2475C9.66304 22.2022 9.58585 22.1287 9.53591 22.0374C9.48597 21.946 9.46578 21.8414 9.47816 21.738L9.96716 17.562' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0788 9.37894C9.53011 9.32168 7.97972 9.42929 6.4538 9.69994C5.6717 10.0456 4.96192 10.5358 4.3618 11.1449L1.8518 13.6539C1.77806 13.7276 1.72917 13.8224 1.71195 13.9251C1.69473 14.0279 1.71005 14.1335 1.75577 14.2271C1.80149 14.3208 1.87531 14.3978 1.96693 14.4474C2.05856 14.497 2.16339 14.5168 2.2668 14.5039L6.4668 13.9899' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.70678 19.1578C7.36744 19.8164 6.80287 20.4863 6.08809 21.2008C5.41904 21.8678 2.88278 22.6289 1.5848 22.9848C1.50619 23.0054 1.42356 23.0051 1.3451 22.9839C1.26664 22.9628 1.19507 22.9216 1.13747 22.8644C1.07987 22.8072 1.03823 22.7359 1.01669 22.6577C0.99515 22.5795 0.994447 22.497 1.01465 22.4184C1.36738 21.1188 2.12228 18.5793 2.7876 17.9104C3.51265 17.1875 4.18079 16.636 4.84051 17.2946' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-search:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 16L22 22' stroke='%2347D0BE' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-more:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20L15.8944 12.2602C15.9276 12.2275 15.9542 12.1875 15.9724 12.1426C15.9906 12.0978 16 12.0492 16 12C16 11.9508 15.9906 11.9022 15.9724 11.8574C15.9542 11.8125 15.9276 11.7725 15.8944 11.7398L8 4' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-profile:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 22C5.71429 14.6667 6.85715 14 12 14C17.1428 14 18.2858 14.6667 20 22' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-alert:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9296 14.4126C14.9728 14.4721 14.9972 14.543 14.9998 14.6162C15.0024 14.6895 14.983 14.7619 14.9441 14.8242C14.9053 14.8866 14.8486 14.9361 14.7814 14.9666C14.7142 14.997 14.6394 15.007 14.5665 14.9952H1.43349C1.36057 15.007 1.28578 14.997 1.21857 14.9666C1.15135 14.9361 1.09474 14.8866 1.05588 14.8242C1.01702 14.7619 0.99765 14.6895 1.00023 14.6162C1.00281 14.543 1.02721 14.4721 1.07036 14.4126L7.70648 1.24049C7.86801 0.919837 8.13199 0.919837 8.29352 1.24049L14.9296 14.4126Z' stroke='%23EC1337' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10V6' stroke='%23EC1337' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_660_40163' fill='white'%3E%3Cpath d='M7.96402 11C7.8335 11.0026 7.70479 11.0311 7.5854 11.084C7.46602 11.1369 7.35835 11.213 7.26868 11.3079C7.179 11.4029 7.10912 11.5147 7.0631 11.637C7.01709 11.7592 6.99586 11.8894 7.00067 12.02C7.01097 12.2828 7.12235 12.5315 7.31155 12.7141C7.50074 12.8968 7.75312 12.9992 8.01599 13H8.03598C8.1665 12.9974 8.29521 12.9689 8.4146 12.916C8.53398 12.8631 8.64165 12.787 8.73132 12.6921C8.821 12.5971 8.89088 12.4853 8.9369 12.363C8.98291 12.2408 9.00414 12.1106 8.99933 11.98C8.98918 11.7199 8.88003 11.4735 8.69424 11.2913C8.50846 11.1091 8.26008 11.0049 8 11H7.98001'/%3E%3C/mask%3E%3Cpath d='M7.98369 11.9998C8.53586 11.9889 8.97469 11.5325 8.96383 10.9803C8.95297 10.4282 8.49654 9.98933 7.94436 10.0002L7.98369 11.9998ZM7.00067 12.02L6.00134 12.0568L6.00143 12.0592L7.00067 12.02ZM8.01599 13L8.01283 14H8.01599V13ZM8.03598 13V14C8.04253 14 8.04908 13.9999 8.05564 13.9998L8.03598 13ZM8.99933 11.98L9.99866 11.9432L9.99857 11.941L8.99933 11.98ZM8 11L8.01886 10.0002C8.01257 10.0001 8.00629 10 8 10V11ZM7.98001 10C7.42773 10 6.98001 10.4477 6.98001 11C6.98001 11.5523 7.42773 12 7.98001 12V10ZM7.94436 10.0002C7.68101 10.0054 7.42133 10.063 7.18049 10.1696L7.99031 11.9983C7.98824 11.9993 7.98599 11.9998 7.98369 11.9998L7.94436 10.0002ZM7.18049 10.1696C6.93966 10.2763 6.72251 10.4298 6.54167 10.6213L7.99568 11.9946C7.99419 11.9961 7.99237 11.9974 7.99031 11.9983L7.18049 10.1696ZM6.54167 10.6213C6.36083 10.8128 6.21995 11.0383 6.1272 11.2847L7.99901 11.9892C7.99829 11.9912 7.99717 11.993 7.99568 11.9946L6.54167 10.6213ZM6.1272 11.2847C6.03445 11.5312 5.99166 11.7936 6.00134 12.0568L7.99999 11.9832C8.00006 11.9853 7.99973 11.9873 7.99901 11.9892L6.1272 11.2847ZM6.00143 12.0592C6.02184 12.5795 6.24232 13.0719 6.61707 13.4337L8.00603 11.9946C8.00238 11.9911 8.00011 11.9862 7.9999 11.9808L6.00143 12.0592ZM6.61707 13.4337C6.99183 13.7954 7.49188 13.9984 8.01283 14L8.01914 12C8.01437 12 8.00966 11.9981 8.00603 11.9946L6.61707 13.4337ZM8.01599 14H8.03598V12H8.01599V14ZM8.05564 13.9998C8.31899 13.9946 8.57867 13.937 8.81951 13.8304L8.00969 12.0017C8.01176 12.0007 8.01401 12.0002 8.01631 12.0002L8.05564 13.9998ZM8.81951 13.8304C9.06034 13.7237 9.27749 13.5702 9.45833 13.3787L8.00432 12.0054C8.00581 12.0039 8.00763 12.0026 8.00969 12.0017L8.81951 13.8304ZM9.45833 13.3787C9.63917 13.1872 9.78005 12.9617 9.8728 12.7153L8.00099 12.0108C8.00171 12.0088 8.00283 12.007 8.00432 12.0054L9.45833 13.3787ZM9.8728 12.7153C9.96555 12.4688 10.0083 12.2064 9.99866 11.9432L8.00001 12.0168C7.99994 12.0147 8.00027 12.0127 8.00099 12.0108L9.8728 12.7153ZM9.99857 11.941C9.97847 11.4261 9.76241 10.9382 9.39441 10.5773L7.99408 12.0053C7.99766 12.0088 7.99989 12.0137 8.0001 12.019L9.99857 11.941ZM9.39441 10.5773C9.0264 10.2164 8.5343 10.0099 8.01886 10.0002L7.98114 11.9998C7.98587 11.9999 7.99051 12.0018 7.99408 12.0053L9.39441 10.5773ZM8 10H7.98001V12H8V10Z' fill='%23EC1337' mask='url(%23path-3-inside-1_660_40163)'/%3E%3C/svg%3E%0A");
}
.icon-heart:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.003 22L2.62569 11.8339C1.79882 10.9613 1.25663 9.85761 1.07107 8.6694C0.885509 7.48119 1.06535 6.26459 1.58673 5.18106V5.18106C1.95631 4.37226 2.51817 3.66636 3.22322 3.12503C3.92827 2.58371 4.75505 2.22343 5.63132 2.07568C6.50758 1.92793 7.40667 1.99721 8.25002 2.27746C9.09336 2.55771 9.8553 3.04041 10.4692 3.68337L12.003 5.27583L13.5341 3.68471C14.1479 3.04227 14.9094 2.55998 15.7523 2.27997C16.5952 1.99995 17.4938 1.93072 18.3695 2.07832C19.2453 2.22592 20.0717 2.58586 20.7764 3.12671C21.4812 3.66756 22.0429 4.37287 22.4126 5.18106V5.18106C22.9345 6.26426 23.1145 7.48076 22.929 8.66887C22.7434 9.85698 22.2009 10.9604 21.3737 11.8325L12.003 22Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-cart:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_660_40177)'%3E%3Cpath d='M0.755859 16.5H16.7139C17.0735 16.5006 17.4214 16.372 17.6942 16.1376C17.9669 15.9032 18.1464 15.5786 18.1999 15.223L20.0639 2.777C20.1172 2.42187 20.2963 2.09767 20.5684 1.86334C20.8406 1.629 21.1877 1.50008 21.5469 1.5H23.2559' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M7.50586 7.5H3.00586C2.59165 7.5 2.25586 7.83579 2.25586 8.25V12.75C2.25586 13.1642 2.59165 13.5 3.00586 13.5H7.50586C7.92007 13.5 8.25586 13.1642 8.25586 12.75V8.25C8.25586 7.83579 7.92007 7.5 7.50586 7.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0059 4.5H9.00586C8.59165 4.5 8.25586 4.83579 8.25586 5.25V12.75C8.25586 13.1642 8.59165 13.5 9.00586 13.5H15.0059C15.4201 13.5 15.7559 13.1642 15.7559 12.75V5.25C15.7559 4.83579 15.4201 4.5 15.0059 4.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.13086 22.5C5.16639 22.5 6.00586 21.6605 6.00586 20.625C6.00586 19.5895 5.16639 18.75 4.13086 18.75C3.09533 18.75 2.25586 19.5895 2.25586 20.625C2.25586 21.6605 3.09533 22.5 4.13086 22.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6309 22.5C15.6664 22.5 16.5059 21.6605 16.5059 20.625C16.5059 19.5895 15.6664 18.75 14.6309 18.75C13.5953 18.75 12.7559 19.5895 12.7559 20.625C12.7559 21.6605 13.5953 22.5 14.6309 22.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_660_40177'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-list:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1H15L17.5 3.5L20 6V23H4V1Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M15 1L17.5 3.5L20 6H15V1Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M6 10H18' stroke='%2347D0BE' stroke-width='1.5'/%3E%3Cpath d='M6 13H18' stroke='%2347D0BE' stroke-width='1.5'/%3E%3Cpath d='M6 16H18' stroke='%2347D0BE' stroke-width='1.5'/%3E%3Cpath d='M6 19H14' stroke='%2347D0BE' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-mail:before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 4.5H3C2.17157 4.5 1.5 5.17157 1.5 6V18C1.5 18.8284 2.17157 19.5 3 19.5H23C23.8284 19.5 24.5 18.8284 24.5 18V6C24.5 5.17157 23.8284 4.5 23 4.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 8.5L13 14L4.5 8.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M4.5 16L8 14' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M21.5 16L18 14' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-wallet:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76522 2.89314L14.4812 6.00365C15.2594 6.2278 15.9462 6.6855 16.4449 7.31229C16.9435 7.93908 17.2289 8.70336 17.2609 9.49746V20.7437C17.2817 21.0857 17.2181 21.4276 17.0753 21.7403C16.9324 22.053 16.7147 22.3274 16.4406 22.5401C16.1664 22.7528 15.8439 22.8975 15.5005 22.962C15.157 23.0264 14.8028 23.0088 14.4678 22.9104L3.79687 20.4513C3.01654 20.2407 2.32487 19.7923 1.82202 19.1709C1.31918 18.5495 1.03127 17.7874 1 16.9949V4.81155C1.00227 4.06656 1.30533 3.35273 1.84298 2.82594C2.38064 2.29916 3.10921 2.00222 3.86957 2H20.1304C20.8909 2.00198 21.6196 2.29883 22.1573 2.82567C22.695 3.35251 22.998 4.06649 23 4.81155V15.1206C22.998 15.8656 22.695 16.5796 22.1573 17.1064C21.6196 17.6333 20.8909 17.9301 20.1304 17.9321H17.2609' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 5L19 5' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12.5 16C13.3284 16 14 15.1046 14 14C14 12.8954 13.3284 12 12.5 12C11.6716 12 11 12.8954 11 14C11 15.1046 11.6716 16 12.5 16Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 10H19' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-option:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00066V22C8.66667 21.9992 15.3333 21.9999 22 21.9999V2.00053C15.3333 2.00053 8.66667 1.99925 2 2.00066Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.75 15.75H18.75' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5.25 15.75H8.25' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 15.75C12.75 16.195 12.6181 16.6299 12.3709 16.9999C12.1237 17.3699 11.7723 17.6583 11.3613 17.8286C10.9502 17.999 10.4978 18.0436 10.0614 17.9568C9.62499 17.8701 9.22407 17.6559 8.90936 17.3413C8.59466 17.0268 8.38029 16.626 8.29336 16.1896C8.20643 15.7532 8.25084 15.3008 8.42098 14.8897C8.59113 14.4785 8.87936 14.127 9.24924 13.8797C9.61912 13.6323 10.054 13.5002 10.499 13.5C10.7946 13.4999 11.0872 13.558 11.3603 13.671C11.6334 13.784 11.8816 13.9497 12.0906 14.1587C12.2997 14.3676 12.4655 14.6157 12.5786 14.8887C12.6918 15.1618 12.75 15.4544 12.75 15.75V15.75Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.75 8.25C18.75 8.69496 18.6181 9.12994 18.3709 9.49993C18.1237 9.86992 17.7723 10.1583 17.3613 10.3286C16.9502 10.499 16.4978 10.5436 16.0614 10.4568C15.625 10.3701 15.2241 10.1559 14.9094 9.84134C14.5947 9.52677 14.3803 9.12596 14.2934 8.68957C14.2064 8.25317 14.2508 7.80081 14.421 7.38965C14.5911 6.9785 14.8794 6.62703 15.2492 6.37968C15.6191 6.13233 16.054 6.0002 16.499 6C16.7946 5.99987 17.0872 6.05797 17.3603 6.17098C17.6334 6.284 17.8816 6.44971 18.0906 6.65866C18.2997 6.8676 18.4655 7.11568 18.5786 7.38873C18.6918 7.66178 18.75 7.95444 18.75 8.25V8.25Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.25 8.25H5.25' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-exit:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 20.75L14.75 20.75L14.75 19.25L14 19.25L14 20.75ZM14 4.75L14.75 4.75L14.75 3.25L14 3.25L14 4.75ZM14 19.25L3.2 19.25L3.2 20.75L14 20.75L14 19.25ZM3.2 19.25C3.13232 19.25 3.03048 19.2185 2.93 19.0967L1.77294 20.0513C2.12255 20.475 2.63115 20.75 3.2 20.75L3.2 19.25ZM2.93 19.0967C2.82613 18.9708 2.75 18.774 2.75 18.5455L1.25 18.5455C1.25 19.0885 1.42672 19.6316 1.77294 20.0513L2.93 19.0967ZM2.75 18.5455L2.75 5.45455L1.25 5.45454L1.25 18.5455L2.75 18.5455ZM2.75 5.45455C2.75 5.226 2.82613 5.02922 2.93 4.90331L1.77294 3.94874C1.42672 4.3684 1.25 4.91155 1.25 5.45454L2.75 5.45455ZM2.93 4.90331C3.03048 4.78152 3.13232 4.75 3.2 4.75L3.2 3.25C2.63116 3.25 2.12255 3.52497 1.77294 3.94874L2.93 4.90331ZM3.2 4.75L14 4.75L14 3.25L3.2 3.25L3.2 4.75Z' fill='%2347D0BE'/%3E%3Cpath d='M21.5 12L10.5 12' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M17.5 8L21.5 12L17.5 16' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-login:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20.75L9.25 20.75L9.25 19.25L10 19.25L10 20.75ZM10 4.75L9.25 4.75L9.25 3.25L10 3.25L10 4.75ZM10 19.25L20.8 19.25L20.8 20.75L10 20.75L10 19.25ZM20.8 19.25C20.8677 19.25 20.9695 19.2185 21.07 19.0967L22.2271 20.0513C21.8775 20.475 21.3688 20.75 20.8 20.75L20.8 19.25ZM21.07 19.0967C21.1739 18.9708 21.25 18.774 21.25 18.5455L22.75 18.5455C22.75 19.0885 22.5733 19.6316 22.2271 20.0513L21.07 19.0967ZM21.25 18.5455L21.25 5.45455L22.75 5.45454L22.75 18.5455L21.25 18.5455ZM21.25 5.45455C21.25 5.226 21.1739 5.02922 21.07 4.90331L22.2271 3.94874C22.5733 4.3684 22.75 4.91155 22.75 5.45454L21.25 5.45455ZM21.07 4.90331C20.9695 4.78152 20.8677 4.75 20.8 4.75L20.8 3.25C21.3688 3.25 21.8775 3.52497 22.2271 3.94874L21.07 4.90331ZM20.8 4.75L10 4.75L10 3.25L20.8 3.25L20.8 4.75Z' fill='%2347D0BE'/%3E%3Cpath d='M13.5 12L2.5 12' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M9.5 8L13.5 12L9.5 16' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-success:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0002 17.666C14.2343 17.666 17.6668 14.2335 17.6668 9.99934C17.6668 5.76516 14.2343 2.33267 10.0002 2.33267C5.76598 2.33267 2.3335 5.76516 2.3335 9.99934C2.3335 14.2335 5.76598 17.666 10.0002 17.666Z' fill='%232DC545' stroke='%232DC545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 6.66599L9.33333 12.9993L6 10.3327' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-error:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17Z' fill='%23EC1337' stroke='%23EC1337' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7 7L13 13' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M13 7L7 13' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-eye:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.94587 4.76754C4.27461 3.85358 6.03471 3 8 3C9.96529 3 11.7254 3.85358 13.0541 4.76754C14.3898 5.6863 15.3547 6.71082 15.7443 7.15303L15.7475 7.15664L15.7474 7.15665C15.9103 7.34404 16 7.58395 16 7.83221C16 8.08048 15.9103 8.32039 15.7474 8.50777L15.7443 8.51139C15.3547 8.9536 14.3898 9.97812 13.0541 10.8969C11.7254 11.8108 9.96529 12.6644 8 12.6644C6.03471 12.6644 4.27461 11.8108 2.94587 10.8969C1.61015 9.97812 0.645332 8.9536 0.255718 8.51139L0.252539 8.50778L0.252551 8.50777C0.0896881 8.32039 0 8.08048 0 7.83221C0 7.58394 0.0896881 7.34403 0.252551 7.15665L0.255706 7.15302L0.255718 7.15303C0.645332 6.71082 1.61015 5.6863 2.94587 4.76754ZM1.56547 7.83221C2.00174 8.29717 2.76855 9.04427 3.75395 9.72206C4.96441 10.5547 6.44047 11.2385 8 11.2385C9.55953 11.2385 11.0356 10.5547 12.2461 9.72206C13.2315 9.04427 13.9983 8.29717 14.4345 7.83221C13.9983 7.36725 13.2315 6.62015 12.2461 5.94236C11.0356 5.10975 9.55953 4.4259 8 4.4259C6.44047 4.4259 4.96441 5.10975 3.75395 5.94236C2.76855 6.62015 2.00174 7.36725 1.56547 7.83221ZM8.00003 6.3271C7.16877 6.3271 6.49491 7.00096 6.49491 7.83221C6.49491 8.66346 7.16877 9.33733 8.00003 9.33733C8.83128 9.33733 9.50514 8.66346 9.50514 7.83221C9.50514 7.00096 8.83128 6.3271 8.00003 6.3271ZM5.06901 7.83221C5.06901 6.21346 6.38127 4.9012 8.00003 4.9012C9.61878 4.9012 10.931 6.21346 10.931 7.83221C10.931 9.45097 9.61878 10.7632 8.00003 10.7632C6.38127 10.7632 5.06901 9.45097 5.06901 7.83221Z' fill='%23292929'/%3E%3C/svg%3E%0A");
}
.icon-add:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V14' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M14 8H2' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-trash-alert:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4L12.792 15.4727C12.7576 15.8002 12.6031 16.1035 12.3584 16.3239C12.1137 16.5444 11.796 16.6665 11.4667 16.6667H4.53333C4.20384 16.6667 3.88602 16.5446 3.64117 16.3242C3.39631 16.1037 3.24177 15.8004 3.20733 15.4727L2 4' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.333984 4H15.6673' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M5 4.00065V2.00065C5 1.82384 5.07024 1.65427 5.19526 1.52925C5.32029 1.40422 5.48986 1.33398 5.66667 1.33398H10.3333C10.5101 1.33398 10.6797 1.40422 10.8047 1.52925C10.9298 1.65427 11 1.82384 11 2.00065V4.00065' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 7V14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M10.9993 7L10.666 14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3Cpath d='M5 7L5.33333 14' stroke='%23EC1337' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-duplicate:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1590_50164)'%3E%3Cpath d='M20.5 20H6.5L6.5 0.5H14.5L20.5 6.5V20Z' stroke='%2347D0BE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 0.5V6.5H20.5' stroke='%2347D0BE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 20V23H3.5V3H6.5' stroke='%2347D0BE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1590_50164'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-statistics:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1590_50167)'%3E%3Cpath d='M0.75 23.25H23.25' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M6 17.25H3C2.80109 17.25 2.61032 17.329 2.46967 17.4697C2.32902 17.6103 2.25 17.8011 2.25 18V23.25H6.75V18C6.75 17.8011 6.67098 17.6103 6.53033 17.4697C6.38968 17.329 6.19891 17.25 6 17.25Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 9.75H10.5C10.3011 9.75 10.1103 9.82902 9.96967 9.96967C9.82902 10.1103 9.75 10.3011 9.75 10.5V23.25H14.25V10.5C14.25 10.3011 14.171 10.1103 14.0303 9.96967C13.8897 9.82902 13.6989 9.75 13.5 9.75Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 12.75H18C17.8011 12.75 17.6103 12.829 17.4697 12.9697C17.329 13.1103 17.25 13.3011 17.25 13.5V23.25H21.75V13.5C21.75 13.3011 21.671 13.1103 21.5303 12.9697C21.3897 12.829 21.1989 12.75 21 12.75Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.25 5.25V0.75H18.75' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M23 1L18.2 5.8C17.9128 6.08726 17.5532 6.29138 17.1593 6.39068C16.7655 6.48999 16.352 6.48077 15.963 6.364L10.254 4.838C9.87263 4.73621 9.4712 4.7365 9.08998 4.83882C8.70875 4.94115 8.36114 5.14192 8.082 5.421L2.25 11.253' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1590_50167'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-purchase:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1590_50217)'%3E%3Cpath d='M0.757812 16.5H16.7158C17.0755 16.5006 17.4234 16.372 17.6961 16.1376C17.9689 15.9032 18.1483 15.5786 18.2018 15.223L20.0658 2.777C20.1192 2.42187 20.2982 2.09767 20.5704 1.86334C20.8425 1.629 21.1897 1.50008 21.5488 1.5H23.2578' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M7.50781 7.5H3.00781C2.5936 7.5 2.25781 7.83579 2.25781 8.25V12.75C2.25781 13.1642 2.5936 13.5 3.00781 13.5H7.50781C7.92203 13.5 8.25781 13.1642 8.25781 12.75V8.25C8.25781 7.83579 7.92203 7.5 7.50781 7.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0078 4.5H9.00781C8.5936 4.5 8.25781 4.83579 8.25781 5.25V12.75C8.25781 13.1642 8.5936 13.5 9.00781 13.5H15.0078C15.422 13.5 15.7578 13.1642 15.7578 12.75V5.25C15.7578 4.83579 15.422 4.5 15.0078 4.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.13281 22.5C5.16835 22.5 6.00781 21.6605 6.00781 20.625C6.00781 19.5895 5.16835 18.75 4.13281 18.75C3.09728 18.75 2.25781 19.5895 2.25781 20.625C2.25781 21.6605 3.09728 22.5 4.13281 22.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6328 22.5C15.6683 22.5 16.5078 21.6605 16.5078 20.625C16.5078 19.5895 15.6683 18.75 14.6328 18.75C13.5973 18.75 12.7578 19.5895 12.7578 20.625C12.7578 21.6605 13.5973 22.5 14.6328 22.5Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1590_50217'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-delete:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5.5L19.188 22.709C19.1364 23.2004 18.9047 23.6552 18.5376 23.9859C18.1706 24.3166 17.6941 24.4997 17.2 24.5H6.8C6.30576 24.5 5.82903 24.317 5.46175 23.9863C5.09447 23.6555 4.86265 23.2005 4.811 22.709L3 5.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 5.5H23.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7.5 5.5V2.5C7.5 2.23478 7.60536 1.98043 7.79289 1.79289C7.98043 1.60536 8.23478 1.5 8.5 1.5H15.5C15.7652 1.5 16.0196 1.60536 16.2071 1.79289C16.3946 1.98043 16.5 2.23478 16.5 2.5V5.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 10V20.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 10L16 20.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10L8 20.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-pause:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23.002C18.0751 23.002 23 18.0771 23 12.002C23 5.92682 18.0751 1.00195 12 1.00195C5.92487 1.00195 1 5.92682 1 12.002C1 18.0771 5.92487 23.002 12 23.002Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='path-2-inside-1_1590_50205' fill='white'%3E%3Crect x='9' y='7' width='2' height='10' rx='0.5'/%3E%3C/mask%3E%3Crect x='9' y='7' width='2' height='10' rx='0.5' fill='%2347D0BE' stroke='%2347D0BE' stroke-width='2' mask='url(%23path-2-inside-1_1590_50205)'/%3E%3Cmask id='path-3-inside-2_1590_50205' fill='white'%3E%3Crect x='13' y='7' width='2' height='10' rx='0.5'/%3E%3C/mask%3E%3Crect x='13' y='7' width='2' height='10' rx='0.5' fill='%2347D0BE' stroke='%2347D0BE' stroke-width='2' mask='url(%23path-3-inside-2_1590_50205)'/%3E%3C/svg%3E%0A");
}
.icon-play:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 11.134C17.1667 11.5189 17.1667 12.4811 16.5 12.866L10.5 16.3301C9.83333 16.715 9 16.2339 9 15.4641L9 8.5359C9 7.7661 9.83333 7.28497 10.5 7.66987L16.5 11.134Z' fill='%2347D0BE'/%3E%3C/svg%3E%0A");
}
.icon-star:before, .rating-stars i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2977 1.82423L16.1191 7.87446H21.6013C21.8785 7.86303 22.1522 7.94122 22.3851 8.09835C22.618 8.25548 22.7986 8.48386 22.9024 8.75223C23.0061 9.02061 23.0278 9.31588 22.9645 9.59762C22.9012 9.87937 22.7561 10.1338 22.5489 10.3262L17.7888 14.5888L20.4245 20.9141C20.5407 21.2037 20.5668 21.524 20.4993 21.8299C20.4318 22.1358 20.274 22.412 20.0481 22.6194C19.8223 22.8268 19.5398 22.9551 19.2404 22.9861C18.941 23.0171 18.6398 22.9494 18.3792 22.7924L12.0036 19.044L5.63051 22.7979C5.36994 22.9554 5.06855 23.0236 4.76886 22.9928C4.46917 22.962 4.18631 22.8338 3.9602 22.6263C3.73408 22.4187 3.57612 22.1424 3.50861 21.8361C3.4411 21.5299 3.46744 21.2093 3.58391 20.9196L6.21958 14.5943L1.45957 10.3317C1.24982 10.1404 1.10222 9.88583 1.03717 9.6032C0.972113 9.32057 0.992822 9.02383 1.09643 8.75401C1.20004 8.4842 1.38143 8.25464 1.61552 8.09707C1.84961 7.9395 2.12483 7.86171 2.40314 7.87446H7.88796L10.716 1.82423C10.8376 1.57612 11.0224 1.36785 11.2502 1.22241C11.4779 1.07697 11.7398 1 12.0068 1C12.2739 1 12.5357 1.07697 12.7635 1.22241C12.9913 1.36785 13.1761 1.57612 13.2977 1.82423V1.82423Z' fill='%23FB9E2E' stroke='%23FB9E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-star-outline:before, .rating-stars-1 i:first-child ~ i:before, .rating-stars-2 i:nth-child(2) ~ i:before, .rating-stars-3 i:nth-child(3) ~ i:before, .rating-stars-4 i:nth-child(4) ~ i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0068 1.75C11.8846 1.75 11.7626 1.78509 11.6538 1.85453C11.5462 1.92326 11.4545 2.02398 11.3921 2.14904L8.5674 8.19205C8.44408 8.45587 8.17918 8.62446 7.88796 8.62446H2.40314C2.39169 8.62446 2.38025 8.6242 2.36882 8.62367C2.25348 8.61839 2.13676 8.65029 2.03431 8.71925C1.93136 8.78855 1.84637 8.89322 1.79658 9.02287C1.7467 9.15278 1.73637 9.29731 1.76805 9.43496C1.79947 9.57147 1.86941 9.6896 1.96292 9.77566L6.71992 14.0356C6.95758 14.2484 7.03459 14.5883 6.91188 14.8828L4.27833 21.203C4.21963 21.3511 4.20615 21.5165 4.24102 21.6747C4.27614 21.834 4.35728 21.9727 4.46732 22.0737C4.57691 22.1743 4.70962 22.2327 4.84552 22.2467C4.98126 22.2607 5.11979 22.2302 5.24251 22.156L5.24984 22.1516L11.6229 18.3978C11.8576 18.2595 12.1488 18.2594 12.3837 18.3975L18.7663 22.15C18.889 22.2239 19.0274 22.2542 19.163 22.2401C19.2988 22.226 19.4314 22.1675 19.5408 22.067C19.6508 21.966 19.7318 21.8274 19.7669 21.6683C19.8018 21.5103 19.7884 21.3452 19.73 21.1971L17.0965 14.8773C16.9738 14.5828 17.0508 14.2429 17.2885 14.0301L22.0425 9.77282C22.1342 9.68623 22.2023 9.56858 22.2327 9.43327C22.2636 9.29586 22.2528 9.15192 22.2028 9.0226C22.1529 8.89354 22.0682 8.78928 21.9656 8.72008C21.8635 8.65121 21.7473 8.61908 21.6322 8.62382C21.6219 8.62425 21.6116 8.62446 21.6013 8.62446H16.1191C15.8277 8.62446 15.5626 8.4556 15.4394 8.19144L12.6215 2.14877C12.5591 2.02384 12.4674 1.92321 12.3599 1.85453C12.2511 1.78509 12.129 1.75 12.0068 1.75ZM13.2977 1.82423L13.9712 1.49434C13.7906 1.12552 13.5136 0.811518 13.1672 0.590287C12.8204 0.368848 12.4187 0.25 12.0068 0.25C11.595 0.25 11.1933 0.368848 10.8465 0.590287C10.5001 0.811518 10.2231 1.12552 10.0425 1.49434L7.41064 7.12446H2.41834C1.98367 7.10863 1.55718 7.23226 1.19672 7.47489C0.831497 7.72072 0.553706 8.07518 0.396276 8.48516C0.238945 8.89487 0.207855 9.34383 0.306278 9.77143C0.404738 10.1992 0.629217 10.5895 0.954173 10.8858L5.32236 14.7976L2.89161 20.6311L2.88803 20.6398C2.71502 21.0703 2.67633 21.5447 2.7762 21.9976C2.8761 22.4508 3.11089 22.8648 3.45307 23.1788C3.79571 23.4933 4.22872 23.6912 4.6922 23.7388C5.15428 23.7863 5.61697 23.6813 6.01449 23.4422L12.0039 19.9142L17.996 23.4371C18.3935 23.6755 18.856 23.78 19.3177 23.7321C19.7807 23.6841 20.2132 23.4861 20.5555 23.1718C20.8972 22.8579 21.1318 22.4443 21.2317 21.9916C21.3316 21.539 21.2931 21.065 21.1206 20.6348L18.6861 14.7921L23.0492 10.8849L23.0591 10.8758C23.3799 10.5781 23.6005 10.1882 23.6963 9.76198C23.792 9.33589 23.7594 8.8893 23.6019 8.48187C23.4444 8.07418 23.1678 7.72167 22.8045 7.47662C22.4456 7.23444 22.0209 7.11024 21.5876 7.12446H16.5969L13.9774 1.50725L13.2977 1.82423Z' fill='%23FB9E2E'/%3E%3C/svg%3E%0A");
}
.icon-back:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-close:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L4 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M20 4L4 20' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-filter:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00066V22C8.66667 21.9992 15.3333 21.9999 22 21.9999V2.00053C15.3333 2.00053 8.66667 1.99925 2 2.00066Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.75 15.75H18.75' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5.25 15.75H8.25' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 15.75C12.75 16.195 12.6181 16.6299 12.3709 16.9999C12.1237 17.3699 11.7723 17.6583 11.3613 17.8286C10.9502 17.999 10.4978 18.0436 10.0614 17.9568C9.62499 17.8701 9.22407 17.6559 8.90936 17.3413C8.59466 17.0268 8.38029 16.626 8.29336 16.1896C8.20643 15.7532 8.25084 15.3008 8.42098 14.8897C8.59113 14.4785 8.87936 14.127 9.24924 13.8797C9.61912 13.6323 10.054 13.5002 10.499 13.5C10.7946 13.4999 11.0872 13.558 11.3603 13.671C11.6334 13.784 11.8816 13.9497 12.0906 14.1587C12.2997 14.3676 12.4655 14.6157 12.5786 14.8887C12.6918 15.1618 12.75 15.4544 12.75 15.75V15.75Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.75 8.25C18.75 8.69496 18.6181 9.12994 18.3709 9.49993C18.1237 9.86992 17.7723 10.1583 17.3613 10.3286C16.9502 10.499 16.4978 10.5436 16.0614 10.4568C15.625 10.3701 15.2241 10.1559 14.9094 9.84134C14.5947 9.52677 14.3803 9.12596 14.2934 8.68957C14.2064 8.25317 14.2508 7.80081 14.421 7.38965C14.5911 6.9785 14.8794 6.62703 15.2492 6.37968C15.6191 6.13233 16.054 6.0002 16.499 6C16.7946 5.99987 17.0872 6.05797 17.3603 6.17098C17.6334 6.284 17.8816 6.44971 18.0906 6.65866C18.2997 6.8676 18.4655 7.11568 18.5786 7.38873C18.6918 7.66178 18.75 7.95444 18.75 8.25V8.25Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.25 8.25H5.25' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-done:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23747981'/%3E%3Cpath d='M12 5.5L7 10.5L4 7.5' stroke='%23747981' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-done-green:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' fill='%2347D0BE'/%3E%3Cpath d='M17 8.5L10.6364 15.5L7 11.5' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-x-grey:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' fill='%239FA2A8'/%3E%3Cpath d='M15.5 15.5L8.5 8.5' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.5L8.5 15.5' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-info:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M6.5 6.2002H7.66662C7.75503 6.2002 7.83981 6.23531 7.90232 6.29783C7.96484 6.36034 7.99996 6.44512 7.99996 6.53353V10.8669C7.99996 11.0437 8.07019 11.2132 8.19522 11.3383C8.32024 11.4633 8.48981 11.5335 8.66662 11.5335H10.0001H6' stroke='white'/%3E%3Cpath d='M7.97788 3.2002C7.9127 3.20225 7.84858 3.21711 7.78922 3.24392C7.72985 3.27072 7.67643 3.30894 7.63204 3.35637C7.58764 3.40379 7.55315 3.45947 7.53056 3.5202C7.50797 3.58093 7.49773 3.64551 7.50042 3.71019C7.50506 3.84041 7.55991 3.96388 7.65365 4.05507C7.74739 4.14627 7.87284 4.19822 8.00407 4.2002H8.0222C8.08729 4.19787 8.15129 4.18284 8.21053 4.15594C8.26976 4.12905 8.32308 4.09082 8.36742 4.04346C8.41177 3.99609 8.44627 3.94051 8.46896 3.87989C8.49165 3.81928 8.50208 3.75481 8.49966 3.69019C8.49559 3.56117 8.44201 3.43857 8.34988 3.34748C8.25776 3.25639 8.13404 3.2037 8.00407 3.2002' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-package:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6848 18.6809C10.5895 18.7247 10.4862 18.7482 10.3815 18.7499C10.2767 18.7516 10.1728 18.7315 10.0761 18.6909L1.71793 15.1816C1.57934 15.1233 1.46095 15.025 1.37768 14.8991C1.29441 14.7731 1.24999 14.6251 1.25 14.4738V5.51808C1.24993 5.3688 1.29309 5.22274 1.37418 5.09783C1.45527 4.97291 1.57078 4.87456 1.70652 4.81485L9.69565 1.31402C9.79165 1.2718 9.89526 1.25 10 1.25C10.1047 1.25 10.2084 1.2718 10.3043 1.31402L18.2935 4.81485C18.4292 4.87456 18.5447 4.97291 18.6258 5.09783C18.7069 5.22274 18.7501 5.3688 18.75 5.51808V14.4906C18.7501 14.6379 18.7081 14.7822 18.629 14.9061C18.55 15.03 18.4372 15.1283 18.3041 15.1893L10.6848 18.6809Z' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8.75V18.125' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8.75L18.125 5.625' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.375 3.125L5.625 6.875V11.25' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 10.625V14.375' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.75 11.25L15 10L16.25 11.25' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8.75L1.875 5.625' stroke='%23212832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-info-blue:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23.001C18.0751 23.001 23 18.0761 23 12.001C23 5.92584 18.0751 1.00098 12 1.00098C5.92487 1.00098 1 5.92584 1 12.001C1 18.0761 5.92487 23.001 12 23.001Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 17H12.9286C12.7012 17 12.4832 16.9078 12.3225 16.7437C12.1617 16.5796 12.0714 16.3571 12.0714 16.125V10.4375C12.0714 10.3215 12.0263 10.2102 11.9459 10.1281C11.8655 10.0461 11.7565 10 11.6429 10H10' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M14.5 17H9.5' stroke='%2339ABEC' stroke-width='1.5'/%3E%3Cpath d='M11.4558 5.5C11.3254 5.50412 11.1972 5.53384 11.0784 5.58745C10.9597 5.64106 10.8529 5.7175 10.7641 5.81234C10.6753 5.90718 10.6063 6.01855 10.5611 6.14001C10.5159 6.26148 10.4955 6.39063 10.5008 6.52C10.5101 6.78042 10.6198 7.02736 10.8073 7.20975C10.9948 7.39215 11.2457 7.49606 11.5081 7.5H11.5444C11.6746 7.49536 11.8026 7.46528 11.9211 7.41149C12.0395 7.3577 12.1462 7.28126 12.2348 7.18652C12.3235 7.09179 12.3925 6.98063 12.4379 6.8594C12.4833 6.73817 12.5042 6.60924 12.4993 6.48C12.4912 6.22195 12.384 5.97676 12.1998 5.79458C12.0155 5.6124 11.7681 5.50702 11.5081 5.5' fill='%2339ABEC'/%3E%3C/svg%3E%0A");
}
.icon-edit:before {
  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='M15.6097 5.21905L12.7812 2.39062L2.74788 12.424L5.5763 15.2524L15.6097 5.21905Z' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.74798 12.4238L1.33398 16.6665L5.57665 15.2525L2.74798 12.4238Z' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6092 5.21818L12.7812 2.39018L13.2526 1.91885C13.6298 1.55453 14.135 1.35294 14.6594 1.3575C15.1838 1.36205 15.6854 1.57239 16.0562 1.94321C16.427 2.31402 16.6374 2.81565 16.6419 3.34004C16.6465 3.86444 16.4449 4.36964 16.0806 4.74685L15.6092 5.21818Z' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-down:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-down-w:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-up:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.1951 14.9208C12.1707 14.9457 12.1406 14.9656 12.107 14.9793C12.0733 14.9929 12.0369 15 12 15C11.9631 15 11.9267 14.9929 11.893 14.9793C11.8594 14.9656 11.8293 14.9457 11.8049 14.9208L6 9' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
.icon-read:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 15.5C13.7091 15.5 15.5 13.7091 15.5 11.5C15.5 9.29086 13.7091 7.5 11.5 7.5C9.29086 7.5 7.5 9.29086 7.5 11.5C7.5 13.7091 9.29086 15.5 11.5 15.5Z' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0859 10.5977L11.4317 12.5171C11.3887 12.5743 11.3338 12.6216 11.2709 12.6559C11.208 12.6901 11.1385 12.7105 11.067 12.7156C10.9956 12.7207 10.9239 12.7105 10.8567 12.6855C10.7896 12.6606 10.7285 12.6216 10.6777 12.5711L10.0859 12.0977' stroke='%23747981' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5H1.5C1.23478 10.5 0.98043 10.3946 0.792893 10.2071C0.605357 10.0196 0.5 9.76522 0.5 9.5V1.5C0.5 1.23478 0.605357 0.98043 0.792893 0.792893C0.98043 0.605357 1.23478 0.5 1.5 0.5H13.5C13.7652 0.5 14.0196 0.605357 14.2071 0.792893C14.3946 0.98043 14.5 1.23478 14.5 1.5V6' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2746 0.867188L8.84523 5.04319C8.45971 5.33976 7.98696 5.50056 7.50056 5.50056C7.01417 5.50056 6.54142 5.33976 6.1559 5.04319L0.726562 0.867188' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-unread:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3.16602H2C1.44772 3.16602 1 3.61373 1 4.16602V12.166C1 12.7183 1.44772 13.166 2 13.166H14C14.5523 13.166 15 12.7183 15 12.166V4.16602C15 3.61373 14.5523 3.16602 14 3.16602Z' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7746 4.51953L9.34523 8.69553C8.95971 8.9921 8.48696 9.1529 8.00056 9.1529C7.51417 9.1529 7.04142 8.9921 6.6559 8.69553L1.22656 4.51953' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4043 8.36133L12.4993 10.6579' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.66641 8.37891L3.5 10.6583' stroke='%23747981' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-calendar:before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='4' width='20' height='17' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7V1' stroke='%23292929' stroke-width='1.5'/%3E%3Cpath d='M4.5 10L20.5 10' stroke='%23292929' stroke-width='1.5'/%3E%3Cpath d='M8.5 7V1' stroke='%23292929' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-export:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 2.50098H22.25V1.75098H21.5V2.50098ZM17.5001 21.4989L17.5001 22.2489L17.5001 21.4989ZM4.5001 21.4995L4.50006 20.7495L4.5001 21.4995ZM10.947 14.1146L22.0303 3.03131L20.9697 1.97065L9.88638 13.054L10.947 14.1146ZM13.5834 3.25098H21.5V1.75098H13.5834V3.25098ZM20.75 2.50098V10.4176H22.25V2.50098H20.75ZM9.62497 3.74876H4.5V5.24876H9.62497V3.74876ZM1.75 6.49876V19.4995H3.25V6.49876H1.75ZM4.50014 22.2495L17.5001 22.2489L17.5001 20.7489L4.50006 20.7495L4.50014 22.2495ZM20.25 19.4989V14.3738H18.75V19.4989H20.25ZM17.5001 22.2489C19.0189 22.2488 20.25 21.0176 20.25 19.4989H18.75C18.75 20.1892 18.1904 20.7488 17.5001 20.7489L17.5001 22.2489ZM1.75 19.4995C1.75 21.0184 2.9813 22.2496 4.50014 22.2495L4.50006 20.7495C3.80968 20.7496 3.25 20.1899 3.25 19.4995H1.75ZM4.5 3.74876C2.98122 3.74876 1.75 4.97998 1.75 6.49876H3.25C3.25 5.80841 3.80964 5.24876 4.5 5.24876V3.74876Z' fill='%23747981'/%3E%3C/svg%3E%0A");
}
.icon-admin:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.99101V11.9635C3.02518 14.2674 3.7145 16.5075 4.97459 18.3802C6.23468 20.253 8.00466 21.668 10.0449 22.4337L11.0057 22.8117C11.6476 23.0628 12.3524 23.0628 12.9943 22.8117L13.9551 22.4337C15.9953 21.668 17.7653 20.253 19.0254 18.3802C20.2855 16.5075 20.9748 14.2674 21 11.9635V4.99101C20.9991 4.71707 20.9228 4.44943 20.7805 4.22125C20.6382 3.99307 20.4362 3.81438 20.1994 3.70735C17.6028 2.55347 14.8134 1.97296 12 2.00097C9.18662 1.97296 6.39717 2.55347 3.80057 3.70735C3.56383 3.81438 3.36179 3.99307 3.21948 4.22125C3.07717 4.44943 3.00086 4.71707 3 4.99101V4.99101Z' stroke='%23FB9E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4719 7.29972L13.4979 9.4998H15.4914C15.5922 9.49565 15.6917 9.52408 15.7764 9.58122C15.8611 9.63836 15.9268 9.7214 15.9645 9.81899C16.0022 9.91659 16.0101 10.024 15.9871 10.1264C15.9641 10.2289 15.9113 10.3214 15.8359 10.3913L14.105 11.9414L15.0635 14.2415C15.1057 14.3468 15.1152 14.4633 15.0907 14.5745C15.0661 14.6858 15.0087 14.7862 14.9266 14.8616C14.8445 14.937 14.7417 14.9837 14.6329 14.9949C14.524 15.0062 14.4145 14.9816 14.3197 14.9245L12.0013 13.5615L9.68382 14.9265C9.58907 14.9838 9.47947 15.0086 9.37049 14.9974C9.26152 14.9862 9.15866 14.9396 9.07644 14.8641C8.99421 14.7886 8.93677 14.6881 8.91222 14.5768C8.88767 14.4654 8.89725 14.3488 8.93961 14.2435L9.89803 11.9434L8.16712 10.3933C8.09085 10.3238 8.03717 10.2312 8.01352 10.1284C7.98986 10.0257 7.99739 9.91776 8.03507 9.81964C8.07274 9.72153 8.1387 9.63805 8.22382 9.58075C8.30895 9.52345 8.40903 9.49517 8.51023 9.4998H10.5047L11.5331 7.29972C11.5773 7.2095 11.6445 7.13376 11.7273 7.08088C11.8102 7.02799 11.9054 7 12.0025 7C12.0996 7 12.1948 7.02799 12.2776 7.08088C12.3605 7.13376 12.4277 7.2095 12.4719 7.29972Z' fill='%23FB9E2E'/%3E%3C/svg%3E%0A");
}
.icon-note:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25001 4.75L5.55001 8.35L3.75001 6.55M8.25001 13.75L5.55001 17.35L3.75001 15.55M9.75001 8.24902H12.75M9.75001 17.249H12.75M12.75 0.749023H2.75C1.64543 0.749023 0.75 1.64445 0.750001 2.74902L0.750011 21.249C0.750012 22.3536 1.64544 23.249 2.75001 23.249H14.25M20.25 7.5V19.249C20.25 19.8013 19.8023 20.249 19.25 20.249H16.75C16.1977 20.249 15.75 19.8013 15.75 19.249V7.5M20.25 7.5H15.75M20.25 7.5V2.24902M15.75 7.5V1.74902C15.75 1.19674 16.1977 0.749023 16.75 0.749023H19.25C19.8023 0.749023 20.25 1.19685 20.25 1.74913C20.25 1.83483 20.25 1.83198 20.25 2.24902M20.25 2.24902H23.25V10.5M18 20.249V23.249' stroke='%23747981' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.icon-print:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25004 17.2491H0.75L0.750033 8.74904C0.750037 7.64447 1.64547 6.74905 2.75003 6.74905H21.25C22.3546 6.74905 23.25 7.64448 23.25 8.74905V17.2491H18.75M3.75004 9.74905H5.25004M8.25004 15.749H15.75M8.25004 18.7491H13.5M5.25004 12.749H18.75V23.2491H5.25004V12.749ZM18.75 6.74905H5.25004V0.749023L18.75 0.749049V6.74905Z' stroke='%23747981' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.icon-time:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99919 17.6673C14.2334 17.6673 17.6659 14.2348 17.6659 10.0007C17.6659 5.76647 14.2334 2.33398 9.99919 2.33398C5.765 2.33398 2.33252 5.76647 2.33252 10.0007C2.33252 14.2348 5.765 17.6673 9.99919 17.6673Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 5V11L13.5 12' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-coupon:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6908 4.9208C7.43584 4.66584 7.02232 4.66576 6.76732 4.9208L4.92028 6.7678C4.66524 7.02276 4.66524 7.43628 4.92028 7.69128C5.17525 7.94632 5.58876 7.94632 5.84376 7.69128L7.6908 5.84428C7.94584 5.58932 7.94584 5.1758 7.6908 4.9208Z' fill='black'/%3E%3Cpath d='M19.2342 12.7705C19.7276 12.2772 19.9993 11.6212 19.9993 10.9235C19.9993 10.2258 19.7276 9.56986 19.2342 9.0765L10.9227 0.765041C10.4294 0.27168 9.77344 0 9.07574 0C8.37804 0 7.72211 0.27168 7.22874 0.765041L6.72851 1.26528C5.19956 0.177149 3.05815 0.318243 1.6878 1.68856C0.291231 3.08508 0.191934 5.22837 1.26412 6.7297L0.764318 7.22951C-0.254122 8.24795 -0.254122 9.90502 0.764318 10.9235L9.07582 19.235C9.56918 19.7283 10.2251 20 10.9229 20C11.6206 20 12.2765 19.7283 12.7699 19.235L13.2697 18.7352C14.7714 19.8076 16.9148 19.7075 18.3108 18.3115C19.7068 16.9155 19.807 14.7721 18.7345 13.2703L19.2342 12.7705ZM18.3107 11.847L17.3872 12.7705C17.1324 13.0253 17.1322 13.439 17.3872 13.694C18.408 14.7148 18.4082 16.367 17.3872 17.388C16.3665 18.4087 14.7142 18.4089 13.6932 17.388C13.4383 17.1329 13.0248 17.133 12.7698 17.388L11.8463 18.3114C11.3359 18.8218 10.5098 18.8219 9.99922 18.3114L2.61124 10.9235L3.99643 9.53834C4.25147 9.2833 4.25147 8.86986 3.99643 8.61486C3.74147 8.35982 3.32796 8.35982 3.07296 8.61486L1.68776 10.0001C1.1774 9.48967 1.17729 8.66357 1.68776 8.15306L2.61127 7.22958C2.86612 6.97478 2.86631 6.56107 2.61127 6.30611C2.11791 5.81275 1.8462 5.15681 1.8462 4.45907C1.8462 3.01551 3.01448 1.84703 4.45823 1.84703C5.15593 1.84703 5.81187 2.11879 6.30527 2.61211C6.56023 2.86715 6.97374 2.86708 7.22874 2.61211L8.15226 1.68864C8.39894 1.44196 8.72691 1.3061 9.07574 1.3061C9.42461 1.3061 9.75258 1.44196 9.99926 1.68864L8.61402 3.07387C8.35898 3.32883 8.35898 3.74235 8.61402 3.99735C8.86898 4.25239 9.28246 4.25239 9.5375 3.99735L10.9227 2.61204L18.3106 10C18.8212 10.5105 18.8212 11.3365 18.3107 11.847Z' fill='black'/%3E%3Cpath d='M10.923 5.69943C10.5624 5.69943 10.27 5.99182 10.27 6.35244V15.4946C10.27 15.8552 10.5624 16.1476 10.923 16.1476C11.2837 16.1476 11.576 15.8552 11.576 15.4946V6.35244C11.576 5.99182 11.2837 5.69943 10.923 5.69943Z' fill='black'/%3E%3Cpath d='M7.00493 8.96451C5.92473 8.96451 5.0459 9.84334 5.0459 10.9235C5.0459 12.0037 5.92473 12.8826 7.00493 12.8826C8.08512 12.8826 8.96395 12.0037 8.96395 10.9235C8.96395 9.8433 8.08512 8.96451 7.00493 8.96451ZM7.00493 11.5765C6.64485 11.5765 6.35192 11.2836 6.35192 10.9235C6.35192 10.5635 6.64485 10.2705 7.00493 10.2705C7.365 10.2705 7.65793 10.5635 7.65793 10.9235C7.65793 11.2836 7.365 11.5765 7.00493 11.5765Z' fill='black'/%3E%3Cpath d='M14.8409 8.96451C13.7607 8.96451 12.8818 9.84334 12.8818 10.9235C12.8818 12.0037 13.7607 12.8826 14.8409 12.8826C15.9211 12.8826 16.7999 12.0037 16.7999 10.9235C16.7999 9.8433 15.9211 8.96451 14.8409 8.96451ZM14.8409 11.5765C14.4808 11.5765 14.1879 11.2836 14.1879 10.9235C14.1879 10.5635 14.4808 10.2705 14.8409 10.2705C15.2009 10.2705 15.4939 10.5635 15.4939 10.9235C15.4939 11.2836 15.2009 11.5765 14.8409 11.5765Z' fill='black'/%3E%3C/svg%3E%0A");
}
.box {
  height: 100%;
  padding: 3rem 2rem;
  border-radius: 0.75rem;
}
.box-border {
  border: 1px solid #B9D2DF;
}
.box-bg {
  background-color: #F4F8FB;
}
.box img {
  margin-bottom: 2rem;
}
.box .h2,
.box .h3,
.box .h4,
.box .ce-side h1,
.ce-side .box h1,
.box .cdx-quote__text,
.box .ce-block__content h1,
.ce-block__content .box h1,
.box .h5,
.box .static-grid-tiny .static-grid-item .static-grid-text,
.static-grid-tiny .static-grid-item .box .static-grid-text,
.box .light-inner .list-icons li,
.light-inner .list-icons .box li,
.box .ce-side h2,
.ce-side .box h2,
.box .tabs-nav > a,
.box .ce-block__content h2,
.ce-block__content .box h2 {
  margin-bottom: 1rem;
}
.box .list li, .box .ce-side ul li, .ce-side .box ul li {
  color: #414F62;
}
.sticker {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212832;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0.125rem 0.75rem;
  margin: 0 0.25rem 0.5rem;
  background-color: #DFE0E2;
  min-height: 1.5rem;
  line-height: 1.5rem;
  white-space: nowrap;
}
.sticker-blue {
  background-color: #39ABEC;
  color: #FFFFFF;
}
.sticker-darkblue {
  background-color: #4E89A7;
  color: #FFFFFF;
}
.sticker-green {
  background-color: #36AF84;
  color: #FFFFFF;
}
.sticker-orange {
  background-color: #FB9E2E;
  color: #FFFFFF;
}
.sticker-purple {
  background-color: #806FD8;
  color: #FFFFFF;
}
.sticker-link {
  cursor: pointer;
}
.sticker.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.accordion {
  border-radius: 0.75rem;
  transition: background-color 0.2s;
}
.accordion-head {
  position: relative;
  cursor: pointer;
}
.accordion-head:after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L8.19513 10.9208C8.17065 10.9457 8.14061 10.9656 8.10697 10.9793C8.07334 10.9929 8.03688 11 8 11C7.96312 11 7.92666 10.9929 7.89303 10.9793C7.85939 10.9656 7.82935 10.9457 7.80487 10.9208L2 5' stroke='%23747981' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.2s;
}
.accordion-body {
  padding: 0 1rem;
}
.accordion-body .accordion-head {
  padding: 10px 0;
}
.accordion-body .accordion-head:after {
  right: 0;
}
.accordion-body .accordion-body {
  padding: 0;
  margin-bottom: 0.625rem;
}
.accordion.opened {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}
.accordion.opened .accordion {
  padding-bottom: 0;
}
.accordion.opened .accordion.opened {
  margin-bottom: 0;
}
.accordion.opened > .accordion-head:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion.opened > .accordion-body {
  display: block;
  margin-bottom: 0.5rem;
}
.accordion-inner-text ul li:before {
  background-color: #414F62;
}
.accordion-info {
  background-color: #EDF3F7;
  border: 1px solid #B9D2DF;
  border-radius: 0.75rem;
}
.accordion-info .accordion-head {
  padding: 24px 48px 24px 24px;
}
.accordion-info .accordion-head:before {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  height: 1px;
  background-color: #B9D2DF;
  content: "";
}
.accordion-info .accordion-head:after {
  width: 24px;
  height: 24px;
  right: 24px;
}
.accordion-info .accordion-body {
  padding: 24px;
}
.accordion-info.opened {
  background-color: #FFFFFF;
  padding-bottom: 0;
}
.accordion-info.opened .accordion-head:before {
  opacity: 1;
}
.accordion-info.opened .accordion-head:after {
  transform: translateY(-50%) rotate(180deg);
}
.process-list {
  margin-bottom: 8px;
}
.process-list:last-child {
  margin-bottom: 0;
}
.process-list .process-item {
  border-left: 2px solid #E3EDF2;
  padding: 0 0 0 6px;
  font-size: 0.875rem;
}
.process-list .process-status {
  position: relative;
  min-height: 32px;
  width: 100%;
  padding: 6px 8px 6px 32px;
  cursor: pointer;
}
.process-list .process-status:before, .process-list .process-status:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
}
.process-list .process-status-info {
  position: relative;
  top: -6px;
  padding-left: 32px;
}
.process-list .process-status.process-todo:before {
  border: 2px solid #4E89A7;
  border-radius: 50%;
}
.process-list .process-status.process-done:before {
  background-color: #4E89A7;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L4.63636 8L1 4' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px 9px;
  background-position: center center;
  border: 2px solid #4E89A7;
  border-radius: 50%;
}
.process-list .process-status.process-pending {
  color: #806FD8;
  font-weight: 600;
}
.process-list .process-status.process-pending:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23806FD8'/%3E%3Cpath d='M9.99943 17.6673C14.2336 17.6673 17.6661 14.2348 17.6661 10.0007C17.6661 5.76647 14.2336 2.33398 9.99943 2.33398C5.76525 2.33398 2.33276 5.76647 2.33276 10.0007C2.33276 14.2348 5.76525 17.6673 9.99943 17.6673Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 5V11L13.5 12' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.process-list .process-status.process-pending + .process-status-info {
  color: #806FD8;
}
.process-list .process-status.process-display {
  background-color: #4E89A7;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
.process-list .process-status.process-display:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4H9.33333L14 10H10.6667L6 4Z' fill='white'/%3E%3Cpath d='M14 10H10.6667L6 16H9.33333L14 10Z' fill='white'/%3E%3C/svg%3E%0A");
}
.process-list .process-status.process-warning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FB9E2E'/%3E%3Cpath d='M10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M10 11V6' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M9.97788 12.5C9.9127 12.5021 9.84858 12.5169 9.78922 12.5437C9.72985 12.5705 9.67643 12.6087 9.63204 12.6562C9.58764 12.7036 9.55315 12.7593 9.53056 12.82C9.50797 12.8807 9.49773 12.9453 9.50042 13.01C9.50506 13.1402 9.55991 13.2637 9.65365 13.3549C9.74739 13.4461 9.87284 13.498 10.0041 13.5H10.0222C10.0873 13.4977 10.1513 13.4826 10.2105 13.4557C10.2698 13.4289 10.3231 13.3906 10.3674 13.3433C10.4118 13.2959 10.4463 13.2403 10.469 13.1797C10.4917 13.1191 10.5021 13.0546 10.4997 12.99C10.4956 12.861 10.442 12.7384 10.3499 12.6473C10.2578 12.5562 10.134 12.5035 10.0041 12.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.process-list .process-status.process-disabled {
  pointer-events: none;
  color: #9FA2A8;
}
.process-list.process-self .process-item {
  border-left: none;
  padding-left: 0;
}
.process-list.process-self .process-status {
  padding-left: 28px;
}
.process-list.process-self .process-status:before, .process-list.process-self .process-status:after {
  left: 0;
}
.process-list-done {
  position: relative;
}
.process-list-done.default:after {
  right: auto;
  left: 24px;
}
.process-list-done:after {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #47D0BE;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5L6.63636 12L3 8' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  content: "";
}
.table-box {
  background-color: #F4F5F5;
  padding: 24px;
  border-radius: 0.75rem;
  margin: 48px auto;
}
.table-box .h5, .table-box .static-grid-tiny .static-grid-item .static-grid-text, .static-grid-tiny .static-grid-item .table-box .static-grid-text, .table-box .light-inner .list-icons li, .light-inner .list-icons .table-box li, .table-box .ce-side h2, .ce-side .table-box h2, .table-box .tabs-nav > a, .table-box .ce-block__content h2, .ce-block__content .table-box h2 {
  margin-bottom: 1.5rem;
}
.table-row {
  padding: 8px 0;
  border-bottom: 1px solid #B9D2DF;
}
.sortable {
  padding: 8px;
  border-radius: 0.5rem;
  background-color: #F4F8FB;
  margin-bottom: 1.5rem;
}
.sortable-item {
  position: relative;
  padding: 8px 40px;
  margin: 4px 0;
}
.sortable-drag {
  position: absolute;
  z-index: 10;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12.1951 20.9208C12.1707 20.9457 12.1406 20.9656 12.107 20.9793C12.0733 20.9929 12.0369 21 12 21C11.9631 21 11.9267 20.9929 11.893 20.9793C11.8594 20.9656 11.8293 20.9457 11.8049 20.9208L6 15' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M18 9L12.1951 3.07917C12.1707 3.05428 12.1406 3.03435 12.107 3.0207C12.0733 3.00706 12.0369 3 12 3C11.9631 3 11.9267 3.00706 11.893 3.0207C11.8594 3.03435 11.8293 3.05428 11.8049 3.07917L6 9' stroke='%23292929' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: -webkit-grab;
  cursor: grab;
}
.sortable-delete {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23B9D2DF'/%3E%3Cpath d='M7.5 7.5L16.5 16.5' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7.5L7.5 16.5' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.ce-block {
  margin-bottom: 2rem;
  padding: 0 16px;
}
.ce-block .ce-delimiter {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 36px auto;
  background-color: #B9D2DF;
  padding: 0;
}
.ce-block .ce-delimiter:before, .ce-block .ce-delimiter:after {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #B9D2DF;
  content: "";
}
.ce-block .ce-delimiter:before {
  left: -16px;
}
.ce-block .ce-delimiter:after {
  right: -16px;
}
.ce-paragraph {
  color: #414F62;
  line-height: 1.2em !important;
  word-break: break-word;
}
.ce-paragraph a {
  color: #1D95D3;
}
@media only screen and (max-width: 768px) {
  .ce-paragraph a {
    word-break: break-all;
  }
}
.ce-paragraph.cdx-block {
  padding: 0.4em 0;
}
.ce-header {
  font-weight: 600;
}
.cdx-quote {
  background-color: #F4F8FB;
  border-radius: 0.375rem;
  padding: 32px 48px;
  text-align: center;
}
.cdx-quote__text {
  font-weight: 600;
}
.cdx-quote__text + .cdx-quote__caption {
  margin-top: 16px;
}
.cdx-quote__caption {
  font-weight: 600;
}
.cdx-nested-list {
  margin-left: 24px;
}
.cdx-nested-list .cdx-nested-list__item {
  color: #414F62;
  margin-bottom: 8px;
}
.cdx-nested-list--ordered {
  list-style-type: decimal;
}
.cdx-nested-list--unordered {
  list-style-type: disc;
}
.tc-table {
  margin-bottom: 2rem;
}
.tc-table .tc-row {
  box-shadow: inset 0px -1px 0px #B9D2DF;
}
.tc-table .tc-cell {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  padding: 8px 0;
  color: #414F62;
}
.tc-table .tc-cell:first-child {
  text-align: left;
}
.tc-table .tc-cell:last-child {
  text-align: right;
}
.tc-table .tc-cell[heading] {
  font-weight: 700;
  color: #212832;
}
#editorjs .codex-editor {
  border-radius: 0.5rem;
  padding-top: 12px;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
}
#editorjs .codex-editor__redactor {
  padding-bottom: 200px !important;
}
#editorjs .editor-uploader,
#editorjs .uploader-box,
#editorjs .video-uploader {
  padding: 0;
}
#editorjs .video-uploader.video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#editorjs .video-uploader.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#editorjs .uploader-box input[type=file] {
  display: none;
}
#editorjs .editor-uploader img {
  max-width: 100%;
  margin: 0 auto 15px;
}
#editorjs .codex-editor .cdx-quote__text {
  min-height: 48px;
}
#editorjs .codex-editor .cdx-quote [contentEditable=true][data-placeholder]:empty::before {
  width: initial;
}
@media only screen and (max-width: 1440px) {
  #editorjs .codex-editor .ce-toolbar .codex-editor--narrow .ce-toolbar__actions {
    right: auto;
    left: 5px;
  }
  #editorjs .codex-editor .ce-toolbar .ce-toolbar__plus, #editorjs .codex-editor .ce-toolbar .ce-toolbar__settings-btn {
    position: static;
    box-shadow: 0 8px 6px -6px rgba(33, 48, 73, 0.19);
    border-bottom-color: #c7c7c7;
    background-color: #fff;
    border: 1px solid #e8e8eb;
    border-radius: 6px;
    width: 36px;
    height: 36px;
  }
}
.modal-body .codex-editor {
  border-radius: 0.5rem;
  padding-top: 12px;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
}
.modal-body .codex-editor__redactor {
  padding-bottom: 200px !important;
}
.editor-uploader .caption {
  width: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}
.editor-uploader .uploader-progressbar {
  width: 0%;
  height: 10px;
  transform: scaleX(0.95);
  margin: 0 0 10px;
  border-radius: 5px;
}
.video-uploader iframe {
  width: 100%;
}
.progress {
  position: relative;
  padding-bottom: 14px;
}
.progress-num {
  color: #47D0BE;
  font-weight: 700;
}
.progress:before, .progress-bar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background-color: #72797F;
  content: "";
}
.progress-bar {
  background-color: #47D0BE;
  max-width: 100%;
}
.progress-fail .progress-bar {
  background-color: #212832;
}
.progress-fail .progress-num {
  color: #212832;
}
.range-track {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .range-track {
    overflow: hidden;
    height: 20px;
    -webkit-appearance: none;
    background-color: #F2F2F2;
  }
  .range-track::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #444;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }
  .range-track::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: #fff;
    box-shadow: -330px 0 0 320px #47D0BE, inset 0 0 0 3px #47D0BE;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
}
.range-track::-moz-range-progress {
  background-color: #47D0BE;
  height: 20px;
  box-shadow: -323px 0 0 320px #47D0BE;
  border-radius: 15px;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.range-track::-moz-range-track {
  background-color: #F2F2F2;
}
.range-track::-moz-range-thumb {
  width: 20px;
  -webkit-appearance: none;
  height: 20px;
  cursor: ew-resize;
  background: #fff;
  border: none;
  box-shadow: -330px 0 0 320px #47D0BE, inset 0 0 0 3px #47D0BE;
  border-radius: 50%;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
}
.range-track::-ms-fill-lower {
  background-color: #47D0BE;
}
.range-track::-ms-fill-upper {
  background-color: #F2F2F2;
}
.range-out {
  display: block;
  text-align: center;
}
.range-out:after {
  content: " Ft";
}
.tabs .nav-wrapper {
  margin-bottom: 24px;
  border-bottom: 1px solid #C9CCCF;
  background-color: #F4F8FB;
}
@media only screen and (max-width: 768px) {
  .tabs .nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    z-index: 11;
    top: -1px;
    width: 100%;
    overflow: hidden;
    height: 52px;
  }
}
.tabs-nav {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .tabs-nav {
    overflow-x: auto;
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 8px;
  }
}
.tabs-nav > a {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  color: #747981;
  padding-bottom: 14px;
  padding-top: 14px;
}
.tabs-nav > a:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #212832;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
}
.tabs-nav > a:hover {
  text-decoration: none;
}
.tabs-nav > a.active {
  color: #212832;
}
.tabs-nav > a.active:after {
  opacity: 1;
}
.tabs-content {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .tabs-content {
    padding: 10px;
    border-radius: 8px;
  }
}
.tabs.theme-campaigns .nav-wrapper {
  min-height: 40px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 12px;
  border-bottom: none;
  margin: 0 104px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  width: calc(100% + 16px);
}
@media only screen and (max-width: 768px) {
  .tabs.theme-campaigns .nav-wrapper {
    background-color: #F4F5F5;
    height: 40px;
  }
}
.tabs.theme-campaigns .nav-wrapper:after, .tabs.theme-campaigns .nav-wrapper:before {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  content: "";
}
.tabs.theme-campaigns .nav-wrapper:before {
  display: none;
  right: auto;
  left: 0;
  background: linear-gradient(to left, rgba(244, 245, 245, 0) 0%, #f4f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f5f5", endColorstr="#00f4f5f5",GradientType=1 );
}
@media only screen and (min-width: 768px) {
  .tabs.theme-campaigns .nav-wrapper:before {
    display: none;
  }
}
.tabs.theme-campaigns .nav-wrapper:after {
  background: linear-gradient(to right, rgba(244, 245, 245, 0) 0%, #f4f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f4f5f5", endColorstr="#f4f5f5",GradientType=1 );
}
@media only screen and (min-width: 768px) {
  .tabs.theme-campaigns .nav-wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tabs.theme-campaigns .tabs-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 40px;
    padding-bottom: 16px;
  }
}
.tabs.theme-campaigns .tabs-nav > a {
  padding: 12px 16px;
  border-radius: 12px;
  margin-right: 0;
  height: 40px;
  color: #212832;
  white-space: nowrap;
  background-color: #F4F5F5;
}
.tabs.theme-campaigns .tabs-nav > a:hover {
  background-color: #d9dddd;
}
@media only screen and (max-width: 768px) {
  .tabs.theme-campaigns .tabs-nav > a:hover {
    background-color: #F4F5F5;
    color: #212832;
  }
}
@media only screen and (min-width: 768px) {
  .tabs.theme-campaigns .tabs-nav > a {
    margin: 6px;
  }
}
.tabs.theme-campaigns .tabs-nav > a:after {
  display: none;
}
.tabs.theme-campaigns .tabs-nav > a.active {
  color: #FFFFFF;
  background-color: #212832;
}
.tabs.theme-campaigns .tabs-nav > a.active:after {
  display: none;
}
.tabs.theme-campaigns .tabs-nav > a:last-child {
  margin-right: 50px;
}
.tabs.theme-campaigns .tabs-content {
  margin-top: 48px;
  padding: 0;
}
.control-label {
  display: block;
  text-align: center;
  min-height: 32px;
  padding: 9px 16px 7px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.control-label:last-child {
  margin-bottom: 0;
}
.control-label-lg {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: initial;
}
.control-label-dd {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
}
.control-label-dd:after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L8.19513 10.9208C8.17065 10.9457 8.14061 10.9656 8.10697 10.9793C8.07334 10.9929 8.03688 11 8 11C7.96312 11 7.92666 10.9929 7.89303 10.9793C7.85939 10.9656 7.82935 10.9457 7.80487 10.9208L2 5' stroke='%2336AF84' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transfom 0.2s;
}
.control-label-dd.opened:after {
  transform: translateY(-50%) rotate(180deg);
}
.control-label.control-label-info {
  background: rgba(128, 111, 216, 0.16);
  color: #806FD8;
}
.control-label.control-label-done {
  background: rgba(54, 175, 132, 0.16);
  color: #36AF84;
}
.control-label.control-label-base {
  background: rgba(57, 171, 236, 0.16);
  color: #39ABEC;
}
.control-label.control-label-plain {
  background: rgba(57, 171, 236, 0.16);
  color: #39ABEC;
}
.control-label.control-label-plain.control-label-dd:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L8.19513 10.9208C8.17065 10.9457 8.14061 10.9656 8.10697 10.9793C8.07334 10.9929 8.03688 11 8 11C7.96312 11 7.92666 10.9929 7.89303 10.9793C7.85939 10.9656 7.82935 10.9457 7.80487 10.9208L2 5' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.control-label.control-label-progress {
  background: #DFE0E2;
  color: #747981;
}
.control-label.control-label-warning {
  background: rgba(227, 175, 0, 0.16);
  color: #E3AF00;
}
.control-label.control-label-alert {
  background: rgba(255, 140, 112, 0.16);
  color: #FF8C70;
}
.control-label-subinfo {
  display: block;
  text-transform: initial;
}
.control-label-group .control-label {
  display: inline-flex;
  margin-left: 8px;
}
.control-label-group .control-label:first-child {
  margin-left: 0;
}
.cookie-consent {
  position: fixed;
  z-index: 99;
  max-width: 728px;
  left: 24px;
  bottom: 24px;
  padding: 16px 24px 16px 112px;
  background-color: #EDF3F7;
  border: 1px solid #B9D2DF;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 0C14.3229 0 0 14.3229 0 32C0 49.6771 14.3229 64 32 64C49.6771 64 64 49.6771 64 32C64 30.7083 63.9063 29.4375 63.75 28.1771C62.6875 28.9063 61.3958 29.3333 60 29.3333C57.125 29.3333 54.6979 27.5 53.7604 24.9583C52.0938 26.0208 50.125 26.6667 48 26.6667C42.1042 26.6667 37.3333 21.8958 37.3333 16C37.3333 14.0417 37.8958 12.2292 38.8229 10.6458C38.7708 10.6563 38.7188 10.6667 38.6667 10.6667C34.9792 10.6667 32 7.6875 32 4C32 2.51042 32.5 1.15625 33.3229 0.0520821C32.8854 0.0312501 32.4479 0 32 0ZM52 0C49.7917 0 48 1.79167 48 4C48 6.20833 49.7917 8 52 8C54.2083 8 56 6.20833 56 4C56 1.79167 54.2083 0 52 0ZM26.8021 5.83333C27.3333 9.27083 29.3333 12.2292 32.125 14.0625C32.0417 14.6979 32 15.3542 32 16C32 24.8229 39.1771 32 48 32C49.3229 32 50.6458 31.8333 51.9167 31.5C53.7396 33.1667 56.0417 34.2708 58.5417 34.5833C57.2396 48.0833 45.8333 58.6667 32 58.6667C17.2917 58.6667 5.33333 46.7083 5.33333 32C5.33333 19.0729 14.5833 8.26042 26.8021 5.83333ZM48 13.3333C46.5313 13.3333 45.3333 14.5313 45.3333 16C45.3333 17.4687 46.5313 18.6667 48 18.6667C49.4688 18.6667 50.6667 17.4687 50.6667 16C50.6667 14.5313 49.4688 13.3333 48 13.3333ZM26.6667 16C25.1979 16 24 17.1979 24 18.6667C24 20.1354 25.1979 21.3333 26.6667 21.3333C28.1354 21.3333 29.3333 20.1354 29.3333 18.6667C29.3333 17.1979 28.1354 16 26.6667 16ZM61.3333 16C59.8646 16 58.6667 17.1979 58.6667 18.6667C58.6667 20.1354 59.8646 21.3333 61.3333 21.3333C62.8021 21.3333 64 20.1354 64 18.6667C64 17.1979 62.8021 16 61.3333 16ZM18.6667 24C15.7187 24 13.3333 26.3854 13.3333 29.3333C13.3333 32.2813 15.7187 34.6667 18.6667 34.6667C21.6146 34.6667 24 32.2813 24 29.3333C24 26.3854 21.6146 24 18.6667 24ZM32 29.3333C30.5313 29.3333 29.3333 30.5313 29.3333 32C29.3333 33.4688 30.5313 34.6667 32 34.6667C33.4688 34.6667 34.6667 33.4688 34.6667 32C34.6667 30.5313 33.4688 29.3333 32 29.3333ZM22.6667 40C20.4583 40 18.6667 41.7917 18.6667 44C18.6667 46.2083 20.4583 48 22.6667 48C24.875 48 26.6667 46.2083 26.6667 44C26.6667 41.7917 24.875 40 22.6667 40ZM41.3333 42.6667C39.125 42.6667 37.3333 44.4583 37.3333 46.6667C37.3333 48.875 39.125 50.6667 41.3333 50.6667C43.5417 50.6667 45.3333 48.875 45.3333 46.6667C45.3333 44.4583 43.5417 42.6667 41.3333 42.6667Z' fill='%2347D0BE'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: 24px center;
}
@media only screen and (max-width: 768px) {
  .cookie-consent {
    padding-left: 24px;
    background-image: none;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
  }
}
/*
This file is used to contain all page component imports.
Files inside this folder can contain specific element styles and layout. 
*/
.base-head {
  height: 106px;
  background: url("../img/home-bg.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .base-head {
    height: 58px;
  }
}
.page {
  padding-top: 120px;
}
.page-title {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.page-inner {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-inner {
    padding: 16px;
  }
}
.page-static {
  padding-top: 192px;
}
@media only screen and (max-width: 1024px) {
  .page-static {
    padding-top: 64px;
  }
}
.error-page-503 {
  height: 100vh;
}
.messages .message-item {
  border-radius: 24px;
  border: 1px solid #B9D2DF;
  padding: 24px;
  margin-bottom: 1rem;
}
.messages .message-item .sticker {
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 1rem;
}
.messages .message-item.message-unread {
  background-color: #EDF3F7;
}
.messages .message-item.message-unread .text-more-inner:after {
  background: linear-gradient(to bottom, rgba(237, 243, 247, 0) 0%, #edf3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00edf3f7", endColorstr="#edf3f7",GradientType=0 );
}
@media only screen and (max-width: 768px) {
  .messages .messages-footer {
    flex-direction: column;
  }
  .messages .messages-options {
    flex-direction: column;
  }
}
.messages .messages-options .message-option {
  position: relative;
  margin-right: 16px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .messages .messages-options .message-option {
    margin-bottom: 8px;
  }
}
.messages .messages-options .message-option:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background-color: #9FA2A8;
  content: "";
}
@media only screen and (max-width: 768px) {
  .messages .messages-options .message-option:after {
    display: none;
  }
}
.messages .messages-options .message-option:last-child {
  margin-right: 0;
  padding-right: 0;
}
.messages .messages-options .message-option:last-child:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .finance-top {
    flex-direction: column;
  }
}
.finance-top-balance {
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1024px) {
  .finance-top-balance {
    flex-grow: initial;
    flex-basis: initial;
  }
}
.finance-top-invoices {
  width: 352px;
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .finance-top-invoices {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
.brancs-balance-print {
  display: none;
}
.brancs-balance-print .bordered {
  background-color: #FFFFFF;
}
@media print {
  .brancs-balance-print {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .transactions.p-l {
    padding: 16px;
  }
  .transactions > .flex:first-child, .sub-nav .transactions > .nav-alert:first-child, .transactions > .sub-nav:first-child, .transactions > .has-note:first-child, .transactions > .nav:first-child, .transactions > .header-center:first-child, .transactions > .header-left:first-child, .transactions > .header-ce:first-child, .header .transactions > .wrapper:first-child, .transactions > .row:first-child, .transactions > .summary-all:first-child, .transactions > .summary-data:first-child, .transactions > .summary-row:first-child, .transactions > .cart-item-piece:first-child, .transactions > .cart-item-price:first-child, .transactions > .cart-item-top:first-child, .transactions > .product-grid-item:first-child, .transactions > .product-grid:first-child, .transactions > .card-list:first-child, .transactions > .product-footer:first-child, .transactions > .product-price:first-child, .transactions > .product-item:first-child, .transactions > .product-list:first-child, .transactions > .enlist-story:first-child, .transactions > .enlist-hero:first-child, .transactions > .static-career-1:first-child, .transactions > .about-double-photos:first-child, .transactions > .about-double:first-child, .about-grid .transactions > .about-item:first-child, .transactions > .about-grid:first-child, .mini-boxes .transactions > .mini-box:first-child, .transactions > .mini-boxes:first-child, .transactions > .static-belief:first-child, .transactions > .static-grid-item:first-child, .transactions > .static-grid:first-child, .main-hero .transactions > .wrapper:first-child, .transactions > .order-actions:first-child, .pagination .transactions > ul:first-child, .transactions > .pagination:first-child, .campaign-promo .transactions > .btn-group:first-child, .transactions > .campaign-promo:first-child, .list-filter .transactions > .list-filter-type:first-child,
.list-filter .transactions > .list-filter-sort:first-child, .transactions > .list-filter-mobile-btn:first-child, .transactions > .list-filter-mobile:first-child, .transactions > .list-filter-block:first-child, .transactions > .list-head:first-child, .transactions > .view-switcher:first-child, .transactions > .ce-preview-head:first-child, .transactions > .brancs-pros-item:first-child, .transactions > .brancs-pros:first-child, .product-details .transactions > .product-sticky-footer:first-child, .transactions > .product-page-alert:first-child, .transactions > .rating-stars:first-child, .transactions > .product-page-rating:first-child, .product-interact .transactions > .product-share-options:first-child, .transactions > .product-interact:first-child, .transactions > .product-page-sub:first-child, .transactions > .product-slider-label:first-child, .transactions > .product-slider-alert-label:first-child, .transactions > .product-slider-info-label:first-child, .product-page-head .transactions > .wrapper:first-child, .transactions > .ce-control-nav:first-child, .transactions > .ce-main:first-child, .index-slider .transactions > .wrapper:first-child, .transactions > .transactions-list-row:first-child, .flatpickr-calendar .transactions > .flatpickr-current-month:first-child, .transactions > .list-col-2:first-child, .transactions > .input-ext:first-child, .transactions > .input-ext-label:first-child, .transactions > .form-row:first-child, .transactions > .input-tag:first-child, .form-check .transactions > label:first-child,
.form-radio .transactions > label:first-child,
.form-switch .transactions > label:first-child, .form-switch label .transactions > .item-label:first-child, .transactions > .uploader-box-inner:first-child, .uploader-box .transactions > .uploader-item-body:first-child, .uploader-box .transactions > .uploader-img-info:first-child, .transactions > .select-box-value:first-child, .transactions > .modal:first-child, .transactions > .alert:first-child, .transactions > .box:first-child, .transactions > .stickers:first-child, .process-list .transactions > .process-status:first-child, .transactions > .table-row:first-child, .tc-table .transactions > .tc-row:first-child, .transactions > .progress:first-child, .transactions > .tabs-nav:first-child, .transactions > .control-label-group:first-child, .transactions > .error-page-503:first-child, .messages .transactions > .messages-footer:first-child, .messages .transactions > .messages-options:first-child, .messages .transactions > .message-date:first-child, .transactions > .finance-top:first-child {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .transactions > .flex .h5 span, .sub-nav .transactions > .nav-alert .h5 span, .transactions > .sub-nav .h5 span, .transactions > .has-note .h5 span, .transactions > .nav .h5 span, .transactions > .header-center .h5 span, .transactions > .header-left .h5 span, .transactions > .header-ce .h5 span, .header .transactions > .wrapper .h5 span, .transactions > .row .h5 span, .transactions > .summary-all .h5 span, .transactions > .summary-data .h5 span, .transactions > .summary-row .h5 span, .transactions > .cart-item-piece .h5 span, .transactions > .cart-item-price .h5 span, .transactions > .cart-item-top .h5 span, .transactions > .product-grid-item .h5 span, .transactions > .product-grid .h5 span, .transactions > .card-list .h5 span, .transactions > .product-footer .h5 span, .transactions > .product-price .h5 span, .transactions > .product-item .h5 span, .transactions > .product-list .h5 span, .transactions > .enlist-story .h5 span, .transactions > .enlist-hero .h5 span, .transactions > .static-career-1 .h5 span, .transactions > .about-double-photos .h5 span, .transactions > .about-double .h5 span, .about-grid .transactions > .about-item .h5 span, .transactions > .about-grid .h5 span, .mini-boxes .transactions > .mini-box .h5 span, .transactions > .mini-boxes .h5 span, .transactions > .static-belief .h5 span, .transactions > .flex .static-grid-tiny .static-grid-item .static-grid-text span, .sub-nav .transactions > .nav-alert .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .sub-nav .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .has-note .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .nav .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .header-center .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .header-left .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .header-ce .static-grid-tiny .static-grid-item .static-grid-text span, .header .transactions > .wrapper .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .row .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .summary-all .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .summary-data .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .summary-row .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .cart-item-piece .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .cart-item-price .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .cart-item-top .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-grid-item .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-grid .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .card-list .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-footer .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-price .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-item .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .product-list .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .enlist-story .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .enlist-hero .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .static-career-1 .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .about-double-photos .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .about-double .static-grid-tiny .static-grid-item .static-grid-text span, .about-grid .transactions > .about-item .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .about-grid .static-grid-tiny .static-grid-item .static-grid-text span, .mini-boxes .transactions > .mini-box .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .mini-boxes .static-grid-tiny .static-grid-item .static-grid-text span, .transactions > .static-belief .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .flex .static-grid-text span, .static-grid-tiny .static-grid-item .sub-nav .transactions > .nav-alert .static-grid-text span, .sub-nav .static-grid-tiny .static-grid-item .transactions > .nav-alert .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .sub-nav .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .has-note .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .nav .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .header-center .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .header-left .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .header-ce .static-grid-text span, .static-grid-tiny .static-grid-item .header .transactions > .wrapper .static-grid-text span, .header .static-grid-tiny .static-grid-item .transactions > .wrapper .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .row .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .summary-all .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .summary-data .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .summary-row .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .cart-item-piece .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .cart-item-price .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .cart-item-top .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-grid .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .card-list .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-footer .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-price .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-list .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .enlist-story .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .enlist-hero .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .static-career-1 .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .about-double-photos .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .about-double .static-grid-text span, .static-grid-tiny .static-grid-item .about-grid .transactions > .about-item .static-grid-text span, .about-grid .static-grid-tiny .static-grid-item .transactions > .about-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .about-grid .static-grid-text span, .static-grid-tiny .static-grid-item .mini-boxes .transactions > .mini-box .static-grid-text span, .mini-boxes .static-grid-tiny .static-grid-item .transactions > .mini-box .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .mini-boxes .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .static-belief .static-grid-text span, .transactions > .static-grid-item .h5 span, .static-grid-tiny .transactions > .static-grid-item .static-grid-text span, .transactions > .static-grid .h5 span, .transactions > .static-grid .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .static-grid .static-grid-text span, .transactions > .flex .light-inner .list-icons li span, .sub-nav .transactions > .nav-alert .light-inner .list-icons li span, .transactions > .sub-nav .light-inner .list-icons li span, .transactions > .has-note .light-inner .list-icons li span, .transactions > .nav .light-inner .list-icons li span, .transactions > .header-center .light-inner .list-icons li span, .transactions > .header-left .light-inner .list-icons li span, .transactions > .header-ce .light-inner .list-icons li span, .header .transactions > .wrapper .light-inner .list-icons li span, .transactions > .row .light-inner .list-icons li span, .transactions > .summary-all .light-inner .list-icons li span, .transactions > .summary-data .light-inner .list-icons li span, .transactions > .summary-row .light-inner .list-icons li span, .transactions > .cart-item-piece .light-inner .list-icons li span, .transactions > .cart-item-price .light-inner .list-icons li span, .transactions > .cart-item-top .light-inner .list-icons li span, .transactions > .product-grid-item .light-inner .list-icons li span, .transactions > .product-grid .light-inner .list-icons li span, .transactions > .card-list .light-inner .list-icons li span, .transactions > .product-footer .light-inner .list-icons li span, .transactions > .product-price .light-inner .list-icons li span, .transactions > .product-item .light-inner .list-icons li span, .transactions > .product-list .light-inner .list-icons li span, .transactions > .enlist-story .light-inner .list-icons li span, .transactions > .enlist-hero .light-inner .list-icons li span, .transactions > .static-career-1 .light-inner .list-icons li span, .transactions > .about-double-photos .light-inner .list-icons li span, .transactions > .about-double .light-inner .list-icons li span, .about-grid .transactions > .about-item .light-inner .list-icons li span, .transactions > .about-grid .light-inner .list-icons li span, .mini-boxes .transactions > .mini-box .light-inner .list-icons li span, .transactions > .mini-boxes .light-inner .list-icons li span, .transactions > .static-belief .light-inner .list-icons li span, .transactions > .static-grid-item .light-inner .list-icons li span, .transactions > .static-grid .light-inner .list-icons li span, .light-inner .list-icons .transactions > .flex li span, .light-inner .list-icons .sub-nav .transactions > .nav-alert li span, .sub-nav .light-inner .list-icons .transactions > .nav-alert li span, .light-inner .list-icons .transactions > .sub-nav li span, .light-inner .list-icons .transactions > .has-note li span, .light-inner .list-icons .transactions > .nav li span, .light-inner .list-icons .transactions > .header-center li span, .light-inner .list-icons .transactions > .header-left li span, .light-inner .list-icons .transactions > .header-ce li span, .light-inner .list-icons .header .transactions > .wrapper li span, .header .light-inner .list-icons .transactions > .wrapper li span, .light-inner .list-icons .transactions > .row li span, .light-inner .list-icons .transactions > .summary-all li span, .light-inner .list-icons .transactions > .summary-data li span, .light-inner .list-icons .transactions > .summary-row li span, .light-inner .list-icons .transactions > .cart-item-piece li span, .light-inner .list-icons .transactions > .cart-item-price li span, .light-inner .list-icons .transactions > .cart-item-top li span, .light-inner .list-icons .transactions > .product-grid-item li span, .light-inner .list-icons .transactions > .product-grid li span, .light-inner .list-icons .transactions > .card-list li span, .light-inner .list-icons .transactions > .product-footer li span, .light-inner .list-icons .transactions > .product-price li span, .light-inner .list-icons .transactions > .product-item li span, .light-inner .list-icons .transactions > .product-list li span, .light-inner .list-icons .transactions > .enlist-story li span, .light-inner .list-icons .transactions > .enlist-hero li span, .light-inner .list-icons .transactions > .static-career-1 li span, .light-inner .list-icons .transactions > .about-double-photos li span, .light-inner .list-icons .transactions > .about-double li span, .light-inner .list-icons .about-grid .transactions > .about-item li span, .about-grid .light-inner .list-icons .transactions > .about-item li span, .light-inner .list-icons .transactions > .about-grid li span, .light-inner .list-icons .mini-boxes .transactions > .mini-box li span, .mini-boxes .light-inner .list-icons .transactions > .mini-box li span, .light-inner .list-icons .transactions > .mini-boxes li span, .light-inner .list-icons .transactions > .static-belief li span, .light-inner .list-icons .transactions > .static-grid-item li span, .light-inner .list-icons .transactions > .static-grid li span, .main-hero .transactions > .wrapper .h5 span, .main-hero .transactions > .wrapper .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .main-hero .transactions > .wrapper .static-grid-text span, .main-hero .transactions > .wrapper .light-inner .list-icons li span, .light-inner .list-icons .main-hero .transactions > .wrapper li span, .transactions > .order-actions .h5 span, .transactions > .order-actions .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .order-actions .static-grid-text span, .transactions > .order-actions .light-inner .list-icons li span, .light-inner .list-icons .transactions > .order-actions li span, .pagination .transactions > ul .h5 span, .pagination .transactions > ul .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .pagination .transactions > ul .static-grid-text span, .pagination .transactions > ul .light-inner .list-icons li span, .light-inner .list-icons .pagination .transactions > ul li span, .transactions > .pagination .h5 span, .transactions > .pagination .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .pagination .static-grid-text span, .transactions > .pagination .light-inner .list-icons li span, .light-inner .list-icons .transactions > .pagination li span, .campaign-promo .transactions > .btn-group .h5 span, .campaign-promo .transactions > .btn-group .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .campaign-promo .transactions > .btn-group .static-grid-text span, .campaign-promo .transactions > .btn-group .light-inner .list-icons li span, .light-inner .list-icons .campaign-promo .transactions > .btn-group li span, .transactions > .campaign-promo .h5 span, .transactions > .campaign-promo .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .campaign-promo .static-grid-text span, .transactions > .campaign-promo .light-inner .list-icons li span, .light-inner .list-icons .transactions > .campaign-promo li span, .list-filter .transactions > .list-filter-type .h5 span, .list-filter .transactions > .list-filter-type .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .list-filter .transactions > .list-filter-type .static-grid-text span, .list-filter .transactions > .list-filter-type .light-inner .list-icons li span, .light-inner .list-icons .list-filter .transactions > .list-filter-type li span,
.list-filter .transactions > .list-filter-sort .h5 span,
.list-filter .transactions > .list-filter-sort .static-grid-tiny .static-grid-item .static-grid-text span,
.static-grid-tiny .static-grid-item .list-filter .transactions > .list-filter-sort .static-grid-text span,
.list-filter .transactions > .list-filter-sort .light-inner .list-icons li span,
.light-inner .list-icons .list-filter .transactions > .list-filter-sort li span, .transactions > .list-filter-mobile-btn .h5 span, .transactions > .list-filter-mobile-btn .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .list-filter-mobile-btn .static-grid-text span, .transactions > .list-filter-mobile-btn .light-inner .list-icons li span, .light-inner .list-icons .transactions > .list-filter-mobile-btn li span, .transactions > .list-filter-mobile .h5 span, .transactions > .list-filter-mobile .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .list-filter-mobile .static-grid-text span, .transactions > .list-filter-mobile .light-inner .list-icons li span, .light-inner .list-icons .transactions > .list-filter-mobile li span, .transactions > .list-filter-block .h5 span, .transactions > .list-filter-block .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .list-filter-block .static-grid-text span, .transactions > .list-filter-block .light-inner .list-icons li span, .light-inner .list-icons .transactions > .list-filter-block li span, .transactions > .list-head .h5 span, .transactions > .list-head .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .list-head .static-grid-text span, .transactions > .list-head .light-inner .list-icons li span, .light-inner .list-icons .transactions > .list-head li span, .transactions > .view-switcher .h5 span, .transactions > .view-switcher .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .view-switcher .static-grid-text span, .transactions > .view-switcher .light-inner .list-icons li span, .light-inner .list-icons .transactions > .view-switcher li span, .transactions > .ce-preview-head .h5 span, .transactions > .ce-preview-head .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .ce-preview-head .static-grid-text span, .transactions > .ce-preview-head .light-inner .list-icons li span, .light-inner .list-icons .transactions > .ce-preview-head li span, .transactions > .brancs-pros-item .h5 span, .transactions > .brancs-pros-item .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .brancs-pros-item .static-grid-text span, .transactions > .brancs-pros-item .light-inner .list-icons li span, .light-inner .list-icons .transactions > .brancs-pros-item li span, .transactions > .brancs-pros .h5 span, .transactions > .brancs-pros .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .brancs-pros .static-grid-text span, .transactions > .brancs-pros .light-inner .list-icons li span, .light-inner .list-icons .transactions > .brancs-pros li span, .product-details .transactions > .product-sticky-footer .h5 span, .product-details .transactions > .product-sticky-footer .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .product-details .transactions > .product-sticky-footer .static-grid-text span, .product-details .transactions > .product-sticky-footer .light-inner .list-icons li span, .light-inner .list-icons .product-details .transactions > .product-sticky-footer li span, .transactions > .product-page-alert .h5 span, .transactions > .product-page-alert .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-page-alert .static-grid-text span, .transactions > .product-page-alert .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-page-alert li span, .transactions > .rating-stars .h5 span, .transactions > .rating-stars .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .rating-stars .static-grid-text span, .transactions > .rating-stars .light-inner .list-icons li span, .light-inner .list-icons .transactions > .rating-stars li span, .transactions > .product-page-rating .h5 span, .transactions > .product-page-rating .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-page-rating .static-grid-text span, .transactions > .product-page-rating .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-page-rating li span, .product-interact .transactions > .product-share-options .h5 span, .product-interact .transactions > .product-share-options .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .product-interact .transactions > .product-share-options .static-grid-text span, .product-interact .transactions > .product-share-options .light-inner .list-icons li span, .light-inner .list-icons .product-interact .transactions > .product-share-options li span, .transactions > .product-interact .h5 span, .transactions > .product-interact .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-interact .static-grid-text span, .transactions > .product-interact .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-interact li span, .transactions > .product-page-sub .h5 span, .transactions > .product-page-sub .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-page-sub .static-grid-text span, .transactions > .product-page-sub .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-page-sub li span, .transactions > .product-slider-label .h5 span, .transactions > .product-slider-label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-slider-label .static-grid-text span, .transactions > .product-slider-label .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-slider-label li span, .transactions > .product-slider-alert-label .h5 span, .transactions > .product-slider-alert-label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-slider-alert-label .static-grid-text span, .transactions > .product-slider-alert-label .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-slider-alert-label li span, .transactions > .product-slider-info-label .h5 span, .transactions > .product-slider-info-label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .product-slider-info-label .static-grid-text span, .transactions > .product-slider-info-label .light-inner .list-icons li span, .light-inner .list-icons .transactions > .product-slider-info-label li span, .product-page-head .transactions > .wrapper .h5 span, .product-page-head .transactions > .wrapper .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .product-page-head .transactions > .wrapper .static-grid-text span, .product-page-head .transactions > .wrapper .light-inner .list-icons li span, .light-inner .list-icons .product-page-head .transactions > .wrapper li span, .transactions > .flex .ce-side h2 span, .sub-nav .transactions > .nav-alert .ce-side h2 span, .transactions > .sub-nav .ce-side h2 span, .transactions > .has-note .ce-side h2 span, .transactions > .nav .ce-side h2 span, .transactions > .header-center .ce-side h2 span, .transactions > .header-left .ce-side h2 span, .transactions > .header-ce .ce-side h2 span, .header .transactions > .wrapper .ce-side h2 span, .transactions > .row .ce-side h2 span, .transactions > .summary-all .ce-side h2 span, .transactions > .summary-data .ce-side h2 span, .transactions > .summary-row .ce-side h2 span, .transactions > .cart-item-piece .ce-side h2 span, .transactions > .cart-item-price .ce-side h2 span, .transactions > .cart-item-top .ce-side h2 span, .transactions > .product-grid-item .ce-side h2 span, .transactions > .product-grid .ce-side h2 span, .transactions > .card-list .ce-side h2 span, .transactions > .product-footer .ce-side h2 span, .transactions > .product-price .ce-side h2 span, .transactions > .product-item .ce-side h2 span, .transactions > .product-list .ce-side h2 span, .transactions > .enlist-story .ce-side h2 span, .transactions > .enlist-hero .ce-side h2 span, .transactions > .static-career-1 .ce-side h2 span, .transactions > .about-double-photos .ce-side h2 span, .transactions > .about-double .ce-side h2 span, .about-grid .transactions > .about-item .ce-side h2 span, .transactions > .about-grid .ce-side h2 span, .mini-boxes .transactions > .mini-box .ce-side h2 span, .transactions > .mini-boxes .ce-side h2 span, .transactions > .static-belief .ce-side h2 span, .transactions > .static-grid-item .ce-side h2 span, .transactions > .static-grid .ce-side h2 span, .main-hero .transactions > .wrapper .ce-side h2 span, .transactions > .order-actions .ce-side h2 span, .pagination .transactions > ul .ce-side h2 span, .transactions > .pagination .ce-side h2 span, .campaign-promo .transactions > .btn-group .ce-side h2 span, .transactions > .campaign-promo .ce-side h2 span, .list-filter .transactions > .list-filter-type .ce-side h2 span,
.list-filter .transactions > .list-filter-sort .ce-side h2 span, .transactions > .list-filter-mobile-btn .ce-side h2 span, .transactions > .list-filter-mobile .ce-side h2 span, .transactions > .list-filter-block .ce-side h2 span, .transactions > .list-head .ce-side h2 span, .transactions > .view-switcher .ce-side h2 span, .transactions > .ce-preview-head .ce-side h2 span, .transactions > .brancs-pros-item .ce-side h2 span, .transactions > .brancs-pros .ce-side h2 span, .product-details .transactions > .product-sticky-footer .ce-side h2 span, .transactions > .product-page-alert .ce-side h2 span, .transactions > .rating-stars .ce-side h2 span, .transactions > .product-page-rating .ce-side h2 span, .product-interact .transactions > .product-share-options .ce-side h2 span, .transactions > .product-interact .ce-side h2 span, .transactions > .product-page-sub .ce-side h2 span, .transactions > .product-slider-label .ce-side h2 span, .transactions > .product-slider-alert-label .ce-side h2 span, .transactions > .product-slider-info-label .ce-side h2 span, .product-page-head .transactions > .wrapper .ce-side h2 span, .ce-side .transactions > .flex h2 span, .ce-side .sub-nav .transactions > .nav-alert h2 span, .sub-nav .ce-side .transactions > .nav-alert h2 span, .ce-side .transactions > .sub-nav h2 span, .ce-side .transactions > .has-note h2 span, .ce-side .transactions > .nav h2 span, .ce-side .transactions > .header-center h2 span, .ce-side .transactions > .header-left h2 span, .ce-side .transactions > .header-ce h2 span, .ce-side .header .transactions > .wrapper h2 span, .header .ce-side .transactions > .wrapper h2 span, .ce-side .transactions > .row h2 span, .ce-side .transactions > .summary-all h2 span, .ce-side .transactions > .summary-data h2 span, .ce-side .transactions > .summary-row h2 span, .ce-side .transactions > .cart-item-piece h2 span, .ce-side .transactions > .cart-item-price h2 span, .ce-side .transactions > .cart-item-top h2 span, .ce-side .transactions > .product-grid-item h2 span, .ce-side .transactions > .product-grid h2 span, .ce-side .transactions > .card-list h2 span, .ce-side .transactions > .product-footer h2 span, .ce-side .transactions > .product-price h2 span, .ce-side .transactions > .product-item h2 span, .ce-side .transactions > .product-list h2 span, .ce-side .transactions > .enlist-story h2 span, .ce-side .transactions > .enlist-hero h2 span, .ce-side .transactions > .static-career-1 h2 span, .ce-side .transactions > .about-double-photos h2 span, .ce-side .transactions > .about-double h2 span, .ce-side .about-grid .transactions > .about-item h2 span, .about-grid .ce-side .transactions > .about-item h2 span, .ce-side .transactions > .about-grid h2 span, .ce-side .mini-boxes .transactions > .mini-box h2 span, .mini-boxes .ce-side .transactions > .mini-box h2 span, .ce-side .transactions > .mini-boxes h2 span, .ce-side .transactions > .static-belief h2 span, .ce-side .transactions > .static-grid-item h2 span, .ce-side .transactions > .static-grid h2 span, .ce-side .main-hero .transactions > .wrapper h2 span, .main-hero .ce-side .transactions > .wrapper h2 span, .ce-side .transactions > .order-actions h2 span, .ce-side .pagination .transactions > ul h2 span, .pagination .ce-side .transactions > ul h2 span, .ce-side .transactions > .pagination h2 span, .ce-side .campaign-promo .transactions > .btn-group h2 span, .campaign-promo .ce-side .transactions > .btn-group h2 span, .ce-side .transactions > .campaign-promo h2 span, .ce-side .list-filter .transactions > .list-filter-type h2 span, .list-filter .ce-side .transactions > .list-filter-type h2 span,
.ce-side .list-filter .transactions > .list-filter-sort h2 span,
.list-filter .ce-side .transactions > .list-filter-sort h2 span, .ce-side .transactions > .list-filter-mobile-btn h2 span, .ce-side .transactions > .list-filter-mobile h2 span, .ce-side .transactions > .list-filter-block h2 span, .ce-side .transactions > .list-head h2 span, .ce-side .transactions > .view-switcher h2 span, .ce-side .transactions > .ce-preview-head h2 span, .ce-side .transactions > .brancs-pros-item h2 span, .ce-side .transactions > .brancs-pros h2 span, .ce-side .product-details .transactions > .product-sticky-footer h2 span, .product-details .ce-side .transactions > .product-sticky-footer h2 span, .ce-side .transactions > .product-page-alert h2 span, .ce-side .transactions > .rating-stars h2 span, .ce-side .transactions > .product-page-rating h2 span, .ce-side .product-interact .transactions > .product-share-options h2 span, .product-interact .ce-side .transactions > .product-share-options h2 span, .ce-side .transactions > .product-interact h2 span, .ce-side .transactions > .product-page-sub h2 span, .ce-side .transactions > .product-slider-label h2 span, .ce-side .transactions > .product-slider-alert-label h2 span, .ce-side .transactions > .product-slider-info-label h2 span, .ce-side .product-page-head .transactions > .wrapper h2 span, .product-page-head .ce-side .transactions > .wrapper h2 span, .transactions > .ce-control-nav .h5 span, .transactions > .ce-control-nav .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .ce-control-nav .static-grid-text span, .transactions > .ce-control-nav .light-inner .list-icons li span, .light-inner .list-icons .transactions > .ce-control-nav li span, .transactions > .ce-control-nav .ce-side h2 span, .ce-side .transactions > .ce-control-nav h2 span, .transactions > .ce-main .h5 span, .transactions > .ce-main .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .ce-main .static-grid-text span, .transactions > .ce-main .light-inner .list-icons li span, .light-inner .list-icons .transactions > .ce-main li span, .transactions > .ce-main .ce-side h2 span, .ce-side .transactions > .ce-main h2 span, .index-slider .transactions > .wrapper .h5 span, .index-slider .transactions > .wrapper .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .index-slider .transactions > .wrapper .static-grid-text span, .index-slider .transactions > .wrapper .light-inner .list-icons li span, .light-inner .list-icons .index-slider .transactions > .wrapper li span, .index-slider .transactions > .wrapper .ce-side h2 span, .ce-side .index-slider .transactions > .wrapper h2 span, .transactions > .transactions-list-row .h5 span, .transactions > .transactions-list-row .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .transactions-list-row .static-grid-text span, .transactions > .transactions-list-row .light-inner .list-icons li span, .light-inner .list-icons .transactions > .transactions-list-row li span, .transactions > .transactions-list-row .ce-side h2 span, .ce-side .transactions > .transactions-list-row h2 span, .flatpickr-calendar .transactions > .flatpickr-current-month .h5 span, .flatpickr-calendar .transactions > .flatpickr-current-month .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .flatpickr-calendar .transactions > .flatpickr-current-month .static-grid-text span, .flatpickr-calendar .transactions > .flatpickr-current-month .light-inner .list-icons li span, .light-inner .list-icons .flatpickr-calendar .transactions > .flatpickr-current-month li span, .flatpickr-calendar .transactions > .flatpickr-current-month .ce-side h2 span, .ce-side .flatpickr-calendar .transactions > .flatpickr-current-month h2 span, .transactions > .list-col-2 .h5 span, .transactions > .list-col-2 .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .list-col-2 .static-grid-text span, .transactions > .list-col-2 .light-inner .list-icons li span, .light-inner .list-icons .transactions > .list-col-2 li span, .transactions > .list-col-2 .ce-side h2 span, .ce-side .transactions > .list-col-2 h2 span, .transactions > .input-ext .h5 span, .transactions > .input-ext .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .input-ext .static-grid-text span, .transactions > .input-ext .light-inner .list-icons li span, .light-inner .list-icons .transactions > .input-ext li span, .transactions > .input-ext .ce-side h2 span, .ce-side .transactions > .input-ext h2 span, .transactions > .input-ext-label .h5 span, .transactions > .input-ext-label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .input-ext-label .static-grid-text span, .transactions > .input-ext-label .light-inner .list-icons li span, .light-inner .list-icons .transactions > .input-ext-label li span, .transactions > .input-ext-label .ce-side h2 span, .ce-side .transactions > .input-ext-label h2 span, .transactions > .form-row .h5 span, .transactions > .form-row .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .form-row .static-grid-text span, .transactions > .form-row .light-inner .list-icons li span, .light-inner .list-icons .transactions > .form-row li span, .transactions > .form-row .ce-side h2 span, .ce-side .transactions > .form-row h2 span, .transactions > .input-tag .h5 span, .transactions > .input-tag .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .input-tag .static-grid-text span, .transactions > .input-tag .light-inner .list-icons li span, .light-inner .list-icons .transactions > .input-tag li span, .transactions > .input-tag .ce-side h2 span, .ce-side .transactions > .input-tag h2 span, .form-check .transactions > label .h5 span, .form-check .transactions > label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .form-check .transactions > label .static-grid-text span, .form-check .transactions > label .light-inner .list-icons li span, .light-inner .list-icons .form-check .transactions > label li span, .form-check .transactions > label .ce-side h2 span, .ce-side .form-check .transactions > label h2 span,
.form-radio .transactions > label .h5 span,
.form-radio .transactions > label .static-grid-tiny .static-grid-item .static-grid-text span,
.static-grid-tiny .static-grid-item .form-radio .transactions > label .static-grid-text span,
.form-radio .transactions > label .light-inner .list-icons li span,
.light-inner .list-icons .form-radio .transactions > label li span,
.form-radio .transactions > label .ce-side h2 span,
.ce-side .form-radio .transactions > label h2 span,
.form-switch .transactions > label .h5 span,
.form-switch .transactions > label .static-grid-tiny .static-grid-item .static-grid-text span,
.static-grid-tiny .static-grid-item .form-switch .transactions > label .static-grid-text span,
.form-switch .transactions > label .light-inner .list-icons li span,
.light-inner .list-icons .form-switch .transactions > label li span,
.form-switch .transactions > label .ce-side h2 span,
.ce-side .form-switch .transactions > label h2 span, .form-switch label .transactions > .item-label .h5 span, .form-switch label .transactions > .item-label .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .form-switch label .transactions > .item-label .static-grid-text span, .form-switch label .transactions > .item-label .light-inner .list-icons li span, .light-inner .list-icons .form-switch label .transactions > .item-label li span, .form-switch label .transactions > .item-label .ce-side h2 span, .ce-side .form-switch label .transactions > .item-label h2 span, .transactions > .uploader-box-inner .h5 span, .transactions > .uploader-box-inner .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .uploader-box-inner .static-grid-text span, .transactions > .uploader-box-inner .light-inner .list-icons li span, .light-inner .list-icons .transactions > .uploader-box-inner li span, .transactions > .uploader-box-inner .ce-side h2 span, .ce-side .transactions > .uploader-box-inner h2 span, .uploader-box .transactions > .uploader-item-body .h5 span, .uploader-box .transactions > .uploader-item-body .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .uploader-box .transactions > .uploader-item-body .static-grid-text span, .uploader-box .transactions > .uploader-item-body .light-inner .list-icons li span, .light-inner .list-icons .uploader-box .transactions > .uploader-item-body li span, .uploader-box .transactions > .uploader-item-body .ce-side h2 span, .ce-side .uploader-box .transactions > .uploader-item-body h2 span, .uploader-box .transactions > .uploader-img-info .h5 span, .uploader-box .transactions > .uploader-img-info .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .uploader-box .transactions > .uploader-img-info .static-grid-text span, .uploader-box .transactions > .uploader-img-info .light-inner .list-icons li span, .light-inner .list-icons .uploader-box .transactions > .uploader-img-info li span, .uploader-box .transactions > .uploader-img-info .ce-side h2 span, .ce-side .uploader-box .transactions > .uploader-img-info h2 span, .transactions > .select-box-value .h5 span, .transactions > .select-box-value .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .select-box-value .static-grid-text span, .transactions > .select-box-value .light-inner .list-icons li span, .light-inner .list-icons .transactions > .select-box-value li span, .transactions > .select-box-value .ce-side h2 span, .ce-side .transactions > .select-box-value h2 span, .transactions > .modal .h5 span, .transactions > .modal .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .modal .static-grid-text span, .transactions > .modal .light-inner .list-icons li span, .light-inner .list-icons .transactions > .modal li span, .transactions > .modal .ce-side h2 span, .ce-side .transactions > .modal h2 span, .transactions > .alert .h5 span, .transactions > .alert .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .alert .static-grid-text span, .transactions > .alert .light-inner .list-icons li span, .light-inner .list-icons .transactions > .alert li span, .transactions > .alert .ce-side h2 span, .ce-side .transactions > .alert h2 span, .transactions > .box .h5 span, .transactions > .box .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .box .static-grid-text span, .transactions > .box .light-inner .list-icons li span, .light-inner .list-icons .transactions > .box li span, .transactions > .box .ce-side h2 span, .ce-side .transactions > .box h2 span, .transactions > .stickers .h5 span, .transactions > .stickers .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .stickers .static-grid-text span, .transactions > .stickers .light-inner .list-icons li span, .light-inner .list-icons .transactions > .stickers li span, .transactions > .stickers .ce-side h2 span, .ce-side .transactions > .stickers h2 span, .process-list .transactions > .process-status .h5 span, .process-list .transactions > .process-status .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .process-list .transactions > .process-status .static-grid-text span, .process-list .transactions > .process-status .light-inner .list-icons li span, .light-inner .list-icons .process-list .transactions > .process-status li span, .process-list .transactions > .process-status .ce-side h2 span, .ce-side .process-list .transactions > .process-status h2 span, .transactions > .table-row .h5 span, .transactions > .table-row .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .table-row .static-grid-text span, .transactions > .table-row .light-inner .list-icons li span, .light-inner .list-icons .transactions > .table-row li span, .transactions > .table-row .ce-side h2 span, .ce-side .transactions > .table-row h2 span, .tc-table .transactions > .tc-row .h5 span, .tc-table .transactions > .tc-row .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .tc-table .transactions > .tc-row .static-grid-text span, .tc-table .transactions > .tc-row .light-inner .list-icons li span, .light-inner .list-icons .tc-table .transactions > .tc-row li span, .tc-table .transactions > .tc-row .ce-side h2 span, .ce-side .tc-table .transactions > .tc-row h2 span, .transactions > .progress .h5 span, .transactions > .progress .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .progress .static-grid-text span, .transactions > .progress .light-inner .list-icons li span, .light-inner .list-icons .transactions > .progress li span, .transactions > .progress .ce-side h2 span, .ce-side .transactions > .progress h2 span, .transactions > .tabs-nav .h5 span, .transactions > .tabs-nav .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .tabs-nav .static-grid-text span, .transactions > .tabs-nav .light-inner .list-icons li span, .light-inner .list-icons .transactions > .tabs-nav li span, .transactions > .tabs-nav .ce-side h2 span, .ce-side .transactions > .tabs-nav h2 span, .transactions > .control-label-group .h5 span, .transactions > .control-label-group .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .control-label-group .static-grid-text span, .transactions > .control-label-group .light-inner .list-icons li span, .light-inner .list-icons .transactions > .control-label-group li span, .transactions > .control-label-group .ce-side h2 span, .ce-side .transactions > .control-label-group h2 span, .transactions > .error-page-503 .h5 span, .transactions > .error-page-503 .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .error-page-503 .static-grid-text span, .transactions > .error-page-503 .light-inner .list-icons li span, .light-inner .list-icons .transactions > .error-page-503 li span, .transactions > .error-page-503 .ce-side h2 span, .ce-side .transactions > .error-page-503 h2 span, .messages .transactions > .messages-footer .h5 span, .messages .transactions > .messages-footer .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .messages .transactions > .messages-footer .static-grid-text span, .messages .transactions > .messages-footer .light-inner .list-icons li span, .light-inner .list-icons .messages .transactions > .messages-footer li span, .messages .transactions > .messages-footer .ce-side h2 span, .ce-side .messages .transactions > .messages-footer h2 span, .messages .transactions > .messages-options .h5 span, .messages .transactions > .messages-options .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .messages .transactions > .messages-options .static-grid-text span, .messages .transactions > .messages-options .light-inner .list-icons li span, .light-inner .list-icons .messages .transactions > .messages-options li span, .messages .transactions > .messages-options .ce-side h2 span, .ce-side .messages .transactions > .messages-options h2 span, .messages .transactions > .message-date .h5 span, .messages .transactions > .message-date .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .messages .transactions > .message-date .static-grid-text span, .messages .transactions > .message-date .light-inner .list-icons li span, .light-inner .list-icons .messages .transactions > .message-date li span, .messages .transactions > .message-date .ce-side h2 span, .ce-side .messages .transactions > .message-date h2 span, .transactions > .finance-top .h5 span, .transactions > .finance-top .static-grid-tiny .static-grid-item .static-grid-text span, .static-grid-tiny .static-grid-item .transactions > .finance-top .static-grid-text span, .transactions > .finance-top .light-inner .list-icons li span, .light-inner .list-icons .transactions > .finance-top li span, .transactions > .finance-top .ce-side h2 span, .ce-side .transactions > .finance-top h2 span, .transactions > .flex .ce-block__content h2 span, .sub-nav .transactions > .nav-alert .ce-block__content h2 span, .transactions > .sub-nav .ce-block__content h2 span, .transactions > .has-note .ce-block__content h2 span, .transactions > .nav .ce-block__content h2 span, .transactions > .header-center .ce-block__content h2 span, .transactions > .header-left .ce-block__content h2 span, .transactions > .header-ce .ce-block__content h2 span, .header .transactions > .wrapper .ce-block__content h2 span, .transactions > .row .ce-block__content h2 span, .transactions > .summary-all .ce-block__content h2 span, .transactions > .summary-data .ce-block__content h2 span, .transactions > .summary-row .ce-block__content h2 span, .transactions > .cart-item-piece .ce-block__content h2 span, .transactions > .cart-item-price .ce-block__content h2 span, .transactions > .cart-item-top .ce-block__content h2 span, .transactions > .product-grid-item .ce-block__content h2 span, .transactions > .product-grid .ce-block__content h2 span, .transactions > .card-list .ce-block__content h2 span, .transactions > .product-footer .ce-block__content h2 span, .transactions > .product-price .ce-block__content h2 span, .transactions > .product-item .ce-block__content h2 span, .transactions > .product-list .ce-block__content h2 span, .transactions > .enlist-story .ce-block__content h2 span, .transactions > .enlist-hero .ce-block__content h2 span, .transactions > .static-career-1 .ce-block__content h2 span, .transactions > .about-double-photos .ce-block__content h2 span, .transactions > .about-double .ce-block__content h2 span, .about-grid .transactions > .about-item .ce-block__content h2 span, .transactions > .about-grid .ce-block__content h2 span, .mini-boxes .transactions > .mini-box .ce-block__content h2 span, .transactions > .mini-boxes .ce-block__content h2 span, .transactions > .static-belief .ce-block__content h2 span, .transactions > .static-grid-item .ce-block__content h2 span, .transactions > .static-grid .ce-block__content h2 span, .main-hero .transactions > .wrapper .ce-block__content h2 span, .transactions > .order-actions .ce-block__content h2 span, .pagination .transactions > ul .ce-block__content h2 span, .transactions > .pagination .ce-block__content h2 span, .campaign-promo .transactions > .btn-group .ce-block__content h2 span, .transactions > .campaign-promo .ce-block__content h2 span, .list-filter .transactions > .list-filter-type .ce-block__content h2 span,
.list-filter .transactions > .list-filter-sort .ce-block__content h2 span, .transactions > .list-filter-mobile-btn .ce-block__content h2 span, .transactions > .list-filter-mobile .ce-block__content h2 span, .transactions > .list-filter-block .ce-block__content h2 span, .transactions > .list-head .ce-block__content h2 span, .transactions > .view-switcher .ce-block__content h2 span, .transactions > .ce-preview-head .ce-block__content h2 span, .transactions > .brancs-pros-item .ce-block__content h2 span, .transactions > .brancs-pros .ce-block__content h2 span, .product-details .transactions > .product-sticky-footer .ce-block__content h2 span, .transactions > .product-page-alert .ce-block__content h2 span, .transactions > .rating-stars .ce-block__content h2 span, .transactions > .product-page-rating .ce-block__content h2 span, .product-interact .transactions > .product-share-options .ce-block__content h2 span, .transactions > .product-interact .ce-block__content h2 span, .transactions > .product-page-sub .ce-block__content h2 span, .transactions > .product-slider-label .ce-block__content h2 span, .transactions > .product-slider-alert-label .ce-block__content h2 span, .transactions > .product-slider-info-label .ce-block__content h2 span, .product-page-head .transactions > .wrapper .ce-block__content h2 span, .transactions > .ce-control-nav .ce-block__content h2 span, .transactions > .ce-main .ce-block__content h2 span, .index-slider .transactions > .wrapper .ce-block__content h2 span, .transactions > .transactions-list-row .ce-block__content h2 span, .ce-block__content .transactions > .flex h2 span, .ce-block__content .sub-nav .transactions > .nav-alert h2 span, .sub-nav .ce-block__content .transactions > .nav-alert h2 span, .ce-block__content .transactions > .sub-nav h2 span, .ce-block__content .transactions > .has-note h2 span, .ce-block__content .transactions > .nav h2 span, .ce-block__content .transactions > .header-center h2 span, .ce-block__content .transactions > .header-left h2 span, .ce-block__content .transactions > .header-ce h2 span, .ce-block__content .header .transactions > .wrapper h2 span, .header .ce-block__content .transactions > .wrapper h2 span, .ce-block__content .transactions > .row h2 span, .ce-block__content .transactions > .summary-all h2 span, .ce-block__content .transactions > .summary-data h2 span, .ce-block__content .transactions > .summary-row h2 span, .ce-block__content .transactions > .cart-item-piece h2 span, .ce-block__content .transactions > .cart-item-price h2 span, .ce-block__content .transactions > .cart-item-top h2 span, .ce-block__content .transactions > .product-grid-item h2 span, .ce-block__content .transactions > .product-grid h2 span, .ce-block__content .transactions > .card-list h2 span, .ce-block__content .transactions > .product-footer h2 span, .ce-block__content .transactions > .product-price h2 span, .ce-block__content .transactions > .product-item h2 span, .ce-block__content .transactions > .product-list h2 span, .ce-block__content .transactions > .enlist-story h2 span, .ce-block__content .transactions > .enlist-hero h2 span, .ce-block__content .transactions > .static-career-1 h2 span, .ce-block__content .transactions > .about-double-photos h2 span, .ce-block__content .transactions > .about-double h2 span, .ce-block__content .about-grid .transactions > .about-item h2 span, .about-grid .ce-block__content .transactions > .about-item h2 span, .ce-block__content .transactions > .about-grid h2 span, .ce-block__content .mini-boxes .transactions > .mini-box h2 span, .mini-boxes .ce-block__content .transactions > .mini-box h2 span, .ce-block__content .transactions > .mini-boxes h2 span, .ce-block__content .transactions > .static-belief h2 span, .ce-block__content .transactions > .static-grid-item h2 span, .ce-block__content .transactions > .static-grid h2 span, .ce-block__content .main-hero .transactions > .wrapper h2 span, .main-hero .ce-block__content .transactions > .wrapper h2 span, .ce-block__content .transactions > .order-actions h2 span, .ce-block__content .pagination .transactions > ul h2 span, .pagination .ce-block__content .transactions > ul h2 span, .ce-block__content .transactions > .pagination h2 span, .ce-block__content .campaign-promo .transactions > .btn-group h2 span, .campaign-promo .ce-block__content .transactions > .btn-group h2 span, .ce-block__content .transactions > .campaign-promo h2 span, .ce-block__content .list-filter .transactions > .list-filter-type h2 span, .list-filter .ce-block__content .transactions > .list-filter-type h2 span,
.ce-block__content .list-filter .transactions > .list-filter-sort h2 span,
.list-filter .ce-block__content .transactions > .list-filter-sort h2 span, .ce-block__content .transactions > .list-filter-mobile-btn h2 span, .ce-block__content .transactions > .list-filter-mobile h2 span, .ce-block__content .transactions > .list-filter-block h2 span, .ce-block__content .transactions > .list-head h2 span, .ce-block__content .transactions > .view-switcher h2 span, .ce-block__content .transactions > .ce-preview-head h2 span, .ce-block__content .transactions > .brancs-pros-item h2 span, .ce-block__content .transactions > .brancs-pros h2 span, .ce-block__content .product-details .transactions > .product-sticky-footer h2 span, .product-details .ce-block__content .transactions > .product-sticky-footer h2 span, .ce-block__content .transactions > .product-page-alert h2 span, .ce-block__content .transactions > .rating-stars h2 span, .ce-block__content .transactions > .product-page-rating h2 span, .ce-block__content .product-interact .transactions > .product-share-options h2 span, .product-interact .ce-block__content .transactions > .product-share-options h2 span, .ce-block__content .transactions > .product-interact h2 span, .ce-block__content .transactions > .product-page-sub h2 span, .ce-block__content .transactions > .product-slider-label h2 span, .ce-block__content .transactions > .product-slider-alert-label h2 span, .ce-block__content .transactions > .product-slider-info-label h2 span, .ce-block__content .product-page-head .transactions > .wrapper h2 span, .product-page-head .ce-block__content .transactions > .wrapper h2 span, .ce-block__content .transactions > .ce-control-nav h2 span, .ce-block__content .transactions > .ce-main h2 span, .ce-block__content .index-slider .transactions > .wrapper h2 span, .index-slider .ce-block__content .transactions > .wrapper h2 span, .ce-block__content .transactions > .transactions-list-row h2 span, .flatpickr-calendar .transactions > .flatpickr-current-month .ce-block__content h2 span, .ce-block__content .flatpickr-calendar .transactions > .flatpickr-current-month h2 span, .transactions > .list-col-2 .ce-block__content h2 span, .ce-block__content .transactions > .list-col-2 h2 span, .transactions > .input-ext .ce-block__content h2 span, .ce-block__content .transactions > .input-ext h2 span, .transactions > .input-ext-label .ce-block__content h2 span, .ce-block__content .transactions > .input-ext-label h2 span, .transactions > .form-row .ce-block__content h2 span, .ce-block__content .transactions > .form-row h2 span, .transactions > .input-tag .ce-block__content h2 span, .ce-block__content .transactions > .input-tag h2 span, .form-check .transactions > label .ce-block__content h2 span, .ce-block__content .form-check .transactions > label h2 span,
.form-radio .transactions > label .ce-block__content h2 span,
.ce-block__content .form-radio .transactions > label h2 span,
.form-switch .transactions > label .ce-block__content h2 span,
.ce-block__content .form-switch .transactions > label h2 span, .form-switch label .transactions > .item-label .ce-block__content h2 span, .ce-block__content .form-switch label .transactions > .item-label h2 span, .transactions > .uploader-box-inner .ce-block__content h2 span, .ce-block__content .transactions > .uploader-box-inner h2 span, .uploader-box .transactions > .uploader-item-body .ce-block__content h2 span, .ce-block__content .uploader-box .transactions > .uploader-item-body h2 span, .uploader-box .transactions > .uploader-img-info .ce-block__content h2 span, .ce-block__content .uploader-box .transactions > .uploader-img-info h2 span, .transactions > .select-box-value .ce-block__content h2 span, .ce-block__content .transactions > .select-box-value h2 span, .transactions > .modal .ce-block__content h2 span, .ce-block__content .transactions > .modal h2 span, .transactions > .alert .ce-block__content h2 span, .ce-block__content .transactions > .alert h2 span, .transactions > .box .ce-block__content h2 span, .ce-block__content .transactions > .box h2 span, .transactions > .stickers .ce-block__content h2 span, .ce-block__content .transactions > .stickers h2 span, .process-list .transactions > .process-status .ce-block__content h2 span, .ce-block__content .process-list .transactions > .process-status h2 span, .transactions > .table-row .ce-block__content h2 span, .ce-block__content .transactions > .table-row h2 span, .tc-table .transactions > .tc-row .ce-block__content h2 span, .ce-block__content .tc-table .transactions > .tc-row h2 span, .transactions > .progress .ce-block__content h2 span, .ce-block__content .transactions > .progress h2 span, .transactions > .tabs-nav .ce-block__content h2 span, .ce-block__content .transactions > .tabs-nav h2 span, .transactions > .control-label-group .ce-block__content h2 span, .ce-block__content .transactions > .control-label-group h2 span, .transactions > .error-page-503 .ce-block__content h2 span, .ce-block__content .transactions > .error-page-503 h2 span, .messages .transactions > .messages-footer .ce-block__content h2 span, .ce-block__content .messages .transactions > .messages-footer h2 span, .messages .transactions > .messages-options .ce-block__content h2 span, .ce-block__content .messages .transactions > .messages-options h2 span, .messages .transactions > .message-date .ce-block__content h2 span, .ce-block__content .messages .transactions > .message-date h2 span, .transactions > .finance-top .ce-block__content h2 span, .ce-block__content .transactions > .finance-top h2 span, .transactions > .flex .tabs-nav > a span, .sub-nav .transactions > .nav-alert .tabs-nav > a span, .transactions > .sub-nav .tabs-nav > a span, .transactions > .has-note .tabs-nav > a span, .transactions > .nav .tabs-nav > a span, .transactions > .header-center .tabs-nav > a span, .transactions > .header-left .tabs-nav > a span, .transactions > .header-ce .tabs-nav > a span, .header .transactions > .wrapper .tabs-nav > a span, .transactions > .row .tabs-nav > a span, .transactions > .summary-all .tabs-nav > a span, .transactions > .summary-data .tabs-nav > a span, .transactions > .summary-row .tabs-nav > a span, .transactions > .cart-item-piece .tabs-nav > a span, .transactions > .cart-item-price .tabs-nav > a span, .transactions > .cart-item-top .tabs-nav > a span, .transactions > .product-grid-item .tabs-nav > a span, .transactions > .product-grid .tabs-nav > a span, .transactions > .card-list .tabs-nav > a span, .transactions > .product-footer .tabs-nav > a span, .transactions > .product-price .tabs-nav > a span, .transactions > .product-item .tabs-nav > a span, .transactions > .product-list .tabs-nav > a span, .transactions > .enlist-story .tabs-nav > a span, .transactions > .enlist-hero .tabs-nav > a span, .transactions > .static-career-1 .tabs-nav > a span, .transactions > .about-double-photos .tabs-nav > a span, .transactions > .about-double .tabs-nav > a span, .about-grid .transactions > .about-item .tabs-nav > a span, .transactions > .about-grid .tabs-nav > a span, .mini-boxes .transactions > .mini-box .tabs-nav > a span, .transactions > .mini-boxes .tabs-nav > a span, .transactions > .static-belief .tabs-nav > a span, .transactions > .static-grid-item .tabs-nav > a span, .transactions > .static-grid .tabs-nav > a span, .main-hero .transactions > .wrapper .tabs-nav > a span, .transactions > .order-actions .tabs-nav > a span, .pagination .transactions > ul .tabs-nav > a span, .transactions > .pagination .tabs-nav > a span, .campaign-promo .transactions > .btn-group .tabs-nav > a span, .transactions > .campaign-promo .tabs-nav > a span, .list-filter .transactions > .list-filter-type .tabs-nav > a span,
.list-filter .transactions > .list-filter-sort .tabs-nav > a span, .transactions > .list-filter-mobile-btn .tabs-nav > a span, .transactions > .list-filter-mobile .tabs-nav > a span, .transactions > .list-filter-block .tabs-nav > a span, .transactions > .list-head .tabs-nav > a span, .transactions > .view-switcher .tabs-nav > a span, .transactions > .ce-preview-head .tabs-nav > a span, .transactions > .brancs-pros-item .tabs-nav > a span, .transactions > .brancs-pros .tabs-nav > a span, .product-details .transactions > .product-sticky-footer .tabs-nav > a span, .transactions > .product-page-alert .tabs-nav > a span, .transactions > .rating-stars .tabs-nav > a span, .transactions > .product-page-rating .tabs-nav > a span, .product-interact .transactions > .product-share-options .tabs-nav > a span, .transactions > .product-interact .tabs-nav > a span, .transactions > .product-page-sub .tabs-nav > a span, .transactions > .product-slider-label .tabs-nav > a span, .transactions > .product-slider-alert-label .tabs-nav > a span, .transactions > .product-slider-info-label .tabs-nav > a span, .product-page-head .transactions > .wrapper .tabs-nav > a span, .transactions > .ce-control-nav .tabs-nav > a span, .transactions > .ce-main .tabs-nav > a span, .index-slider .transactions > .wrapper .tabs-nav > a span, .transactions > .transactions-list-row .tabs-nav > a span, .flatpickr-calendar .transactions > .flatpickr-current-month .tabs-nav > a span, .transactions > .list-col-2 .tabs-nav > a span, .transactions > .input-ext .tabs-nav > a span, .transactions > .input-ext-label .tabs-nav > a span, .transactions > .form-row .tabs-nav > a span, .transactions > .input-tag .tabs-nav > a span, .form-check .transactions > label .tabs-nav > a span,
.form-radio .transactions > label .tabs-nav > a span,
.form-switch .transactions > label .tabs-nav > a span, .form-switch label .transactions > .item-label .tabs-nav > a span, .transactions > .uploader-box-inner .tabs-nav > a span, .uploader-box .transactions > .uploader-item-body .tabs-nav > a span, .uploader-box .transactions > .uploader-img-info .tabs-nav > a span, .transactions > .select-box-value .tabs-nav > a span, .transactions > .modal .tabs-nav > a span, .transactions > .alert .tabs-nav > a span, .transactions > .box .tabs-nav > a span, .transactions > .stickers .tabs-nav > a span, .process-list .transactions > .process-status .tabs-nav > a span, .transactions > .table-row .tabs-nav > a span, .tc-table .transactions > .tc-row .tabs-nav > a span, .transactions > .progress .tabs-nav > a span, .transactions > .tabs-nav > a span, .transactions > .control-label-group .tabs-nav > a span, .transactions > .error-page-503 .tabs-nav > a span, .messages .transactions > .messages-footer .tabs-nav > a span, .messages .transactions > .messages-options .tabs-nav > a span, .messages .transactions > .message-date .tabs-nav > a span, .transactions > .finance-top .tabs-nav > a span {
    display: block;
  }
}
.transactions-list-row {
  padding: 16px;
  border-bottom: 1px solid #B9D2DF;
}
@media only screen and (max-width: 1024px) {
  .transactions-list-row {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.transactions-list-row:first-child {
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .transactions-list-row:first-child {
    display: none;
  }
}
.transactions-list-cell {
  width: 163px;
  margin-right: 24px;
}
.transactions-list-cell:first-child {
  width: 140px;
}
@media only screen and (max-width: 1024px) {
  .transactions-list-cell:first-child {
    width: 100%;
  }
}
.transactions-list-cell:last-child {
  width: 180px;
  text-align: right;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .transactions-list-cell:last-child {
    width: 100%;
    text-align: left;
  }
  .transactions-list-cell .text-grey32, .transactions-list-cell .helper-block .o-list li, .helper-block .o-list .transactions-list-cell li, .transactions-list-cell .ce-side blockquote .o-list li, .ce-side blockquote .o-list .transactions-list-cell li, .transactions-list-cell .helper-block .ce-side ol li, .helper-block .ce-side ol .transactions-list-cell li, .transactions-list-cell .ce-side .helper-block ol li, .ce-side .helper-block ol .transactions-list-cell li, .transactions-list-cell .helper-block .list li, .helper-block .list .transactions-list-cell li, .transactions-list-cell .ce-side blockquote .list li, .ce-side blockquote .list .transactions-list-cell li, .transactions-list-cell .helper-block .ce-side ul li, .helper-block .ce-side ul .transactions-list-cell li, .transactions-list-cell .ce-side .helper-block ul li, .ce-side .helper-block ul .transactions-list-cell li, .transactions-list-cell .ce-side ol li, .ce-side ol .transactions-list-cell li, .transactions-list-cell .ce-side ul li, .ce-side ul .transactions-list-cell li, .transactions-list-cell .ce-side p, .ce-side .transactions-list-cell p {
    word-break: break-word;
  }
  .transactions-list-cell {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .transactions-list-cell:before {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .transactions-list-cell:before {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .transactions-list-cell:first-child:before {
    content: "Dátum: ";
  }
  .transactions-list-cell:nth-child(2):before {
    content: "Állapot: ";
  }
  .transactions-list-cell:nth-child(3):before {
    content: "Részletek: ";
  }
  .transactions-list-cell:last-child:before {
    content: "Összeg: ";
  }
}
.text-more-inner {
  position: relative;
  height: 120px;
  overflow: hidden;
  transition: all 0.2s;
}
.text-more-inner:after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
}
.text-more.opened .text-more-inner {
  height: initial;
}
.text-more.opened .text-more-inner:after {
  display: none;
}
.hero-mask-svg {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.index-slider {
  position: relative;
  overflow: hidden;
  height: 600px;
  background: url("../img/home-slider-bg-xl.png") no-repeat #212832;
  background-size: cover;
}
@media only screen and (max-width: 1921px) {
  .index-slider {
    background-image: url("../img/home-slider-bg.png");
  }
}
@media only screen and (max-width: 1440px) {
  .index-slider {
    background-image: url("../img/home-slider-bg-lg.png");
  }
}
@media only screen and (max-width: 1280px) {
  .index-slider {
    background-image: url("../img/home-slider-bg-lg.png");
  }
}
@media only screen and (max-width: 768px) {
  .index-slider {
    background-image: url("../img/home-slider-bg-sm.png");
    background-size: 768px 724px;
    background-position: top center;
    height: 700px;
  }
}
.index-slider .splide__arrow {
  display: none;
  left: auto;
  top: auto;
  bottom: 16px;
  right: 64px;
  width: 40px;
  height: 32px;
  background-color: #E3EDF2;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .index-slider .splide__arrow {
    display: block;
  }
}
.index-slider .splide__arrow--next {
  left: auto;
  right: 16px;
  transform: rotate(180deg);
}
.index-slider .splide__arrow:hover {
  background-color: #e7e9e9;
}
.index-slider .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.index-slider-item {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .index-slider-item {
    height: 724px;
  }
}
.index-slider .wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .index-slider .wrapper {
    padding-top: 90px;
    align-items: flex-start;
  }
}
.index-slider-inner {
  width: 408px;
}
.index-slider-img {
  position: absolute;
  right: -20px;
  bottom: -128px;
  width: 922px;
  height: 624px;
}
@media only screen and (min-width: 1921px) {
  .index-slider-img {
    right: 5%;
  }
}
@media only screen and (max-width: 1280px) {
  .index-slider-img {
    right: -288px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-slider-img {
    right: -132px;
    bottom: 0;
    width: 600px;
    height: 406px;
  }
}
@media only screen and (max-width: 768px) {
  .index-slider-img {
    width: 500px;
    height: 338px;
    right: 0;
    bottom: -20px;
  }
}
.index-slider-img img {
  width: 100%;
  height: auto;
  -webkit-clip-path: ellipse(461px 425px at 461px 425px);
          clip-path: ellipse(461px 425px at 461px 425px);
}
@media only screen and (max-width: 768px) {
  .index-slider-img img {
    -webkit-clip-path: ellipse(367px 339px at 367px 339px);
            clip-path: ellipse(367px 339px at 367px 339px);
  }
}
.index-slider .splide__pagination {
  position: relative;
  bottom: initial;
  left: initial;
  padding: 0;
  max-width: 1216px;
  margin: -48px auto 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 1280px) {
  .index-slider .splide__pagination {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.index-slider .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 7px;
}
.index-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #47D0BE;
}
.scroll-down {
  position: relative;
  z-index: 11;
  width: 292px;
  height: 40px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='416' height='89' viewBox='0 0 416 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M277.366 34.4583C283.521 38.0864 290.535 39.9999 297.679 39.9999H391.5C405.031 39.9999 416 50.9689 416 64.4999C416 78.0309 405.031 88.9999 391.5 88.9999H24.5C10.969 88.9999 0 78.0309 0 64.4999C0 50.9689 10.969 39.9999 24.5 39.9999H118.32C125.465 39.9999 132.479 38.0864 138.633 34.4583L187.687 5.54158C200.221 -1.8472 215.779 -1.84719 228.313 5.54159L277.366 34.4583Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 416px 89px;
}
@media only screen and (max-width: 768px) {
  .scroll-down {
    transform: translateX(-25%);
  }
}
.scroll-down .mouse {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 32px;
  border: 2px solid #212832;
  border-radius: 24px;
  cursor: pointer;
}
.scroll-down .mouse:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  background-color: #212832;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  opacity: 1;
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}
.scroll-down + .product-recommend {
  padding-top: 32px;
}
.scroll-down-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='416' height='89' viewBox='0 0 416 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M277.366 34.4583C283.521 38.0864 290.535 39.9999 297.679 39.9999H391.5C405.031 39.9999 416 50.9689 416 64.4999C416 78.0309 405.031 88.9999 391.5 88.9999H24.5C10.969 88.9999 0 78.0309 0 64.4999C0 50.9689 10.969 39.9999 24.5 39.9999H118.32C125.465 39.9999 132.479 38.0864 138.633 34.4583L187.687 5.54158C200.221 -1.8472 215.779 -1.84719 228.313 5.54159L277.366 34.4583Z' fill='%23EDF3F8'/%3E%3C/svg%3E%0A");
}
@-webkit-keyframes scroll {
  0%, 20% {
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
@keyframes scroll {
  0%, 20% {
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
.new-campaigns {
  background-color: #FFFFFF;
  padding: 72px 0 96px;
}
@media only screen and (max-width: 1024px) {
  .new-campaigns {
    padding: 48px 0 72px;
  }
}
.blog-section {
  padding: 0 0 24px;
  background-color: #FFFFFF;
}
.blog-section .blog-box {
  background-color: #F4F8FB;
  padding: 72px 104px;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .blog-section .blog-box {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-section .blog-box {
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0;
  }
  .blog-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-slider {
  position: relative;
  margin: 0 -12px;
}
.blog-slider .splide__arrow {
  top: -72px;
  left: auto;
  right: 72px;
  width: 56px;
  height: 40px;
  background-color: #E3EDF2;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .blog-slider .splide__arrow {
    width: 40px;
    height: 32px;
    top: -56px;
  }
}
.blog-slider .splide__arrow--next {
  left: auto;
  right: 12px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .blog-slider .splide__arrow--next {
    right: 16px;
  }
}
.blog-slider .splide__arrow:hover {
  background-color: #e7e9e9;
}
.blog-slider .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.blog-slider .blog-item {
  width: initial;
  margin: 0 12px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-slider .blog-item-img {
  width: 320px;
  height: 420px;
}
@media only screen and (max-width: 768px) {
  .blog-slider .blog-item-img {
    width: 271px;
  }
  .blog-slider .blog-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-slider .blog-item-img a {
  display: block;
  position: relative;
  z-index: 1;
}
.blog-slider .blog-item-img a:before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  content: "";
  opacity: 0.5;
}
.blog-slider .blog-item-img img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slider .blog-item-text {
  position: absolute;
  width: 100%;
  padding: 16px;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.home-video {
  background-color: #FFFFFF;
  padding: 72px 0 24px;
}
@media only screen and (max-width: 1024px) {
  .home-video {
    padding-top: 48px;
  }
  .home-video .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.video-section {
  position: relative;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .video-section {
    padding-bottom: 24px;
  }
}
.video-section:after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 460px;
  border-radius: 24px;
  background: url("../img/video-section-bg.png") no-repeat;
  background-size: cover;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .video-section:after {
    border-radius: 0;
    height: 90%;
  }
}
.video-section .video-wrapper {
  position: relative;
  z-index: 2;
  width: 800px;
  height: 452px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .video-section .video-wrapper {
    width: calc(100% - 32px);
    height: auto;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.video-section .video-poster {
  display: none;
  position: relative;
}
.video-section .video-poster:before {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 56px;
  background-color: #47D0BE;
  border-radius: 30px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2116 11.1056L6.4477 4.72361C5.7828 4.39116 5.00049 4.87465 5.00049 5.61803V18.382C5.00049 19.1253 5.7828 19.6088 6.4477 19.2764L19.2116 12.8944C19.9487 12.5259 19.9487 11.4741 19.2116 11.1056Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.video-section .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-section .video-wrap iframe,
.video-section .video-wrap object,
.video-section .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial {
  background-color: #FFFFFF;
  padding: 72px 0;
}
@media only screen and (max-width: 1024px) {
  .testimonial {
    padding: 48px 0;
  }
}
.center-slider {
  position: relative;
  margin: 0 -12px;
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .center-slider {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-slider {
    margin: 0;
  }
}
.center-slider .splide__arrow {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 56px;
  height: 40px;
  background-color: #F4F5F5;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .center-slider .splide__arrow {
    width: 40px;
    height: 32px;
  }
}
.center-slider .splide__arrow--next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.center-slider .splide__arrow:hover {
  background-color: #e7e9e9;
}
.center-slider .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.quote-item {
  padding: 0 12px;
}
@media only screen and (max-width: 1024px) {
  .quote-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .quote-item {
    padding: 0 36px;
  }
}
.quote-item-img {
  text-align: center;
}
.quote-item-img img {
  /*height: 100%;
  width: auto;
  margin: 0 auto;*/
  height: 76px;
  max-width: 336px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.nl-sign-up {
  position: relative;
  width: 1008px;
  margin: 0 auto;
  background-color: #EDF3F8;
  border-radius: 1.5rem;
  padding: 48px 104px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .nl-sign-up {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .nl-sign-up {
    margin-top: 152px;
    padding: 58px 16px 48px;
  }
}
.nl-sign-up:after {
  position: absolute;
  right: 53px;
  top: 50%;
  transform: translateY(-50%);
  width: 388px;
  height: 320px;
  content: "";
  background: url("../img/nl-sign-up-2.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .nl-sign-up:after {
    width: 272px;
    height: 225px;
    right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .nl-sign-up:after {
    width: 252px;
    height: 203px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -176px;
  }
}
.nl-sign-up .inner {
  max-width: 412px;
}
@media only screen and (max-width: 768px) {
  .nl-sign-up .inner {
    max-width: 100%;
    width: 100%;
  }
}
.nl-sign-up .form-check .display-3, .nl-sign-up .form-check .sub-nav .nav-alert, .sub-nav .nl-sign-up .form-check .nav-alert, .nl-sign-up .form-check .product-price-mod, .nl-sign-up .form-check .product-cat, .nl-sign-up .form-check .product-page-sub .product-page-cat-name, .product-page-sub .nl-sign-up .form-check .product-page-cat-name, .nl-sign-up .form-check .product-slider-label span, .product-slider-label .nl-sign-up .form-check span, .nl-sign-up .form-check .helper-block.white-bg .list li, .helper-block.white-bg .list .nl-sign-up .form-check li, .nl-sign-up .form-check .helper-block.white-bg .ce-side ul li, .helper-block.white-bg .ce-side ul .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side .helper-block.white-bg ul li, .ce-side .helper-block.white-bg ul .nl-sign-up .form-check li, .nl-sign-up .form-check .helper-block.white-bg .o-list li, .helper-block.white-bg .o-list .nl-sign-up .form-check li, .nl-sign-up .form-check .helper-block.white-bg .ce-side ol li, .helper-block.white-bg .ce-side ol .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side .helper-block.white-bg ol li, .ce-side .helper-block.white-bg ol .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side blockquote p, .ce-side blockquote .nl-sign-up .form-check p, .nl-sign-up .form-check .ce-side blockquote .list li, .ce-side blockquote .list .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side blockquote ul li, .ce-side blockquote ul .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side blockquote .o-list li, .ce-side blockquote .o-list .nl-sign-up .form-check li, .nl-sign-up .form-check .ce-side blockquote ol li, .ce-side blockquote ol .nl-sign-up .form-check li, .nl-sign-up .form-check .uploader-box .uploader-item-title, .uploader-box .nl-sign-up .form-check .uploader-item-title, .nl-sign-up .form-check .uploader-box .uploader-item-size, .uploader-box .nl-sign-up .form-check .uploader-item-size, .nl-sign-up .form-check .tooltip-inner, .nl-sign-up .form-check .process-list .process-status-info, .process-list .nl-sign-up .form-check .process-status-info, .nl-sign-up .form-check .tabs.theme-campaigns .tabs-nav > a, .tabs.theme-campaigns .nl-sign-up .form-check .tabs-nav > a {
  display: block;
  padding-top: 0.5rem;
}
.nl-sign-up.career-signup {
  margin-top: 212px;
}
.nl-sign-up.career-signup:after {
  width: 249px;
  height: 209px;
  transform: none;
  top: 60px;
  right: 114px;
  left: auto;
}
@media only screen and (max-width: 1024px) {
  .nl-sign-up.career-signup:after {
    left: auto;
    right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .nl-sign-up.career-signup:after {
    width: 252px;
    height: 203px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -176px;
  }
}
.nl-sign-up.career-signup .inner {
  max-width: 100%;
}
.nl-sign-up.career-signup .inner .h2, .nl-sign-up.career-signup .inner .display-1, .nl-sign-up.career-signup .inner .tiny-grid .flex .item-text, .nl-sign-up.career-signup .inner .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .nl-sign-up.career-signup .inner .tiny-grid .nav-alert .item-text, .nl-sign-up.career-signup .inner .tiny-grid .sub-nav .item-text, .nl-sign-up.career-signup .inner .tiny-grid .has-note .item-text, .nl-sign-up.career-signup .inner .tiny-grid .nav .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-center .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-left .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-ce .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header .wrapper .item-text, .header .nl-sign-up.career-signup .inner .tiny-grid .wrapper .item-text, .nl-sign-up.career-signup .inner .tiny-grid .row .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-all .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-data .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-row .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-piece .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-price .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-top .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-grid-item .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-grid .item-text, .nl-sign-up.career-signup .inner .tiny-grid .card-list .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-footer .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-price .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-item .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-list .item-text, .nl-sign-up.career-signup .inner .tiny-grid .enlist-story .item-text, .nl-sign-up.career-signup .inner .tiny-grid .enlist-hero .item-text, .tiny-grid .flex .nl-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nav-alert .nl-sign-up.career-signup .inner .item-text, .sub-nav .tiny-grid .nav-alert .nl-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nl-sign-up.career-signup .inner .item-text, .tiny-grid .has-note .nl-sign-up.career-signup .inner .item-text, .tiny-grid .nav .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-center .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-left .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-ce .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header .wrapper .nl-sign-up.career-signup .inner .item-text, .header .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .tiny-grid .row .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-all .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-data .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-row .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-piece .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-price .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-top .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid-item .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid .nl-sign-up.career-signup .inner .item-text, .tiny-grid .card-list .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-footer .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-price .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-item .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-list .nl-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-story .nl-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-hero .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .form-row .item-text, .tiny-grid .form-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .modal .item-text, .tiny-grid .modal .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .alert .item-text, .tiny-grid .alert .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .box .item-text, .tiny-grid .box .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .stickers .item-text, .tiny-grid .stickers .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .table-row .item-text, .tiny-grid .table-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .progress .item-text, .tiny-grid .progress .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-head .item-text, .tiny-grid .list-head .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .pagination .item-text, .tiny-grid .pagination .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-double .item-text, .tiny-grid .about-double .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .static-grid-text, .nl-sign-up.career-signup .inner .content-nav li a, .content-nav li .nl-sign-up.career-signup .inner a, .nl-sign-up.career-signup .inner .content-nav li span, .content-nav li .nl-sign-up.career-signup .inner span, .nl-sign-up.career-signup .inner .helper-box .accordion-head h1, .helper-box .accordion-head .nl-sign-up.career-signup .inner h1, .nl-sign-up.career-signup .inner .ce-side h3, .ce-side .nl-sign-up.career-signup .inner h3, .nl-sign-up.career-signup .inner figure figcaption, figure .nl-sign-up.career-signup .inner figcaption, .nl-sign-up.career-signup .inner .input-ext-unit, .nl-sign-up.career-signup .inner .input-ext-label, .nl-sign-up.career-signup .inner .input-ext-btn, .nl-sign-up.career-signup .inner .input-tag-item, .nl-sign-up.career-signup .inner .sortable-text, .nl-sign-up.career-signup .inner .ce-block__content h3, .ce-block__content .nl-sign-up.career-signup .inner h3, .nl-sign-up.career-signup .inner .ce-block__content h4, .ce-block__content .nl-sign-up.career-signup .inner h4, .nl-sign-up.career-signup .inner .ce-block__content h5, .ce-block__content .nl-sign-up.career-signup .inner h5, .nl-sign-up.career-signup .inner .ce-block__content h6, .ce-block__content .nl-sign-up.career-signup .inner h6, .nl-sign-up.career-signup .inner .cdx-quote__caption, .nl-sign-up.career-signup .inner .tc-table .tc-cell[heading], .tc-table .nl-sign-up.career-signup .inner .tc-cell[heading], .nl-sign-up.career-signup .inner .form-group {
  max-width: 412px;
}
@media only screen and (max-width: 768px) {
  .nl-sign-up.career-signup .inner .h2, .nl-sign-up.career-signup .inner .display-1, .nl-sign-up.career-signup .inner .tiny-grid .flex .item-text, .nl-sign-up.career-signup .inner .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .nl-sign-up.career-signup .inner .tiny-grid .nav-alert .item-text, .nl-sign-up.career-signup .inner .tiny-grid .sub-nav .item-text, .nl-sign-up.career-signup .inner .tiny-grid .has-note .item-text, .nl-sign-up.career-signup .inner .tiny-grid .nav .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-center .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-left .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header-ce .item-text, .nl-sign-up.career-signup .inner .tiny-grid .header .wrapper .item-text, .header .nl-sign-up.career-signup .inner .tiny-grid .wrapper .item-text, .nl-sign-up.career-signup .inner .tiny-grid .row .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-all .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-data .item-text, .nl-sign-up.career-signup .inner .tiny-grid .summary-row .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-piece .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-price .item-text, .nl-sign-up.career-signup .inner .tiny-grid .cart-item-top .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-grid-item .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-grid .item-text, .nl-sign-up.career-signup .inner .tiny-grid .card-list .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-footer .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-price .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-item .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-list .item-text, .nl-sign-up.career-signup .inner .tiny-grid .enlist-story .item-text, .nl-sign-up.career-signup .inner .tiny-grid .enlist-hero .item-text, .tiny-grid .flex .nl-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nav-alert .nl-sign-up.career-signup .inner .item-text, .sub-nav .tiny-grid .nav-alert .nl-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nl-sign-up.career-signup .inner .item-text, .tiny-grid .has-note .nl-sign-up.career-signup .inner .item-text, .tiny-grid .nav .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-center .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-left .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header-ce .nl-sign-up.career-signup .inner .item-text, .tiny-grid .header .wrapper .nl-sign-up.career-signup .inner .item-text, .header .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .tiny-grid .row .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-all .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-data .nl-sign-up.career-signup .inner .item-text, .tiny-grid .summary-row .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-piece .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-price .nl-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-top .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid-item .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid .nl-sign-up.career-signup .inner .item-text, .tiny-grid .card-list .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-footer .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-price .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-item .nl-sign-up.career-signup .inner .item-text, .tiny-grid .product-list .nl-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-story .nl-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-hero .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .form-row .item-text, .tiny-grid .form-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .modal .item-text, .tiny-grid .modal .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .alert .item-text, .tiny-grid .alert .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .box .item-text, .tiny-grid .box .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .stickers .item-text, .tiny-grid .stickers .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .table-row .item-text, .tiny-grid .table-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .progress .item-text, .tiny-grid .progress .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-head .item-text, .tiny-grid .list-head .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .nl-sign-up.career-signup .inner .item-text,
.nl-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .pagination .item-text, .tiny-grid .pagination .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-double .item-text, .tiny-grid .about-double .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .nl-sign-up.career-signup .inner .item-text, .nl-sign-up.career-signup .inner .static-grid-text, .nl-sign-up.career-signup .inner .content-nav li a, .content-nav li .nl-sign-up.career-signup .inner a, .nl-sign-up.career-signup .inner .content-nav li span, .content-nav li .nl-sign-up.career-signup .inner span, .nl-sign-up.career-signup .inner .helper-box .accordion-head h1, .helper-box .accordion-head .nl-sign-up.career-signup .inner h1, .nl-sign-up.career-signup .inner .ce-side h3, .ce-side .nl-sign-up.career-signup .inner h3, .nl-sign-up.career-signup .inner figure figcaption, figure .nl-sign-up.career-signup .inner figcaption, .nl-sign-up.career-signup .inner .input-ext-unit, .nl-sign-up.career-signup .inner .input-ext-label, .nl-sign-up.career-signup .inner .input-ext-btn, .nl-sign-up.career-signup .inner .input-tag-item, .nl-sign-up.career-signup .inner .sortable-text, .nl-sign-up.career-signup .inner .ce-block__content h3, .ce-block__content .nl-sign-up.career-signup .inner h3, .nl-sign-up.career-signup .inner .ce-block__content h4, .ce-block__content .nl-sign-up.career-signup .inner h4, .nl-sign-up.career-signup .inner .ce-block__content h5, .ce-block__content .nl-sign-up.career-signup .inner h5, .nl-sign-up.career-signup .inner .ce-block__content h6, .ce-block__content .nl-sign-up.career-signup .inner h6, .nl-sign-up.career-signup .inner .cdx-quote__caption, .nl-sign-up.career-signup .inner .tc-table .tc-cell[heading], .tc-table .nl-sign-up.career-signup .inner .tc-cell[heading], .nl-sign-up.career-signup .inner .form-group {
    max-width: 100%;
  }
}
.nl-sign-up.career-signup .inner .form-group-fullw {
  max-width: 100%;
}
.ce-main {
  padding: 0 0.75rem 2.875rem;
  max-width: 100%;
  overflow: hidden;
}
.ce-main > div {
  margin: 0 0.75rem 1.5rem;
}
.ce-main .ce-main-left,
.ce-main .ce-main-right {
  width: 304px;
}
.ce-main .ce-main-center {
  min-width: 574px;
}
@media only screen and (max-width: 768px) {
  .ce-main .ce-main-center {
    min-width: calc(100% - 24px);
  }
  .ce-main .ce-main-center.ce-editor-main {
    min-width: calc(100% - 24px);
    overflow: scroll;
  }
  .ce-main .ce-main-center.ce-editor-main .ce-stage {
    min-width: 870px;
  }
}
.ce-main .ce-main-left {
  transition: margin 0.3s ease-in-out;
}
.ce-main .ce-main-left.closed {
  margin-left: -316px;
  margin-right: 36px;
}
.ce-main .ce-main-left.closed .ce-control-toggle {
  right: -24px;
}
.ce-main .ce-main-left.closed .ce-control-toggle:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ce-control {
  position: relative;
  background-color: #E3EDF2;
  border-radius: 1rem;
  padding: 0.75rem;
}
.ce-control .ce-control-toggle {
  position: absolute;
  right: -12px;
  top: 50%;
  width: 24px;
  height: 48px;
  transform: translateY(-50%);
  background-color: #E3EDF2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  transition: right 0.3s ease-in-out;
}
.ce-control .ce-control-toggle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 14.0029L5.07917 8.19806C5.05428 8.17358 5.03435 8.14354 5.0207 8.1099C5.00706 8.07627 5 8.03981 5 8.00293C5 7.96605 5.00706 7.92959 5.0207 7.89596C5.03435 7.86232 5.05428 7.83228 5.07917 7.8078L11 2.00293' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.3s ease-in-out;
}
.ce-control .h5, .ce-control .static-grid-tiny .static-grid-item .static-grid-text, .static-grid-tiny .static-grid-item .ce-control .static-grid-text, .ce-control .light-inner .list-icons li, .light-inner .list-icons .ce-control li, .ce-control .ce-side h2, .ce-side .ce-control h2, .ce-control .ce-block__content h2, .ce-block__content .ce-control h2, .ce-control .tabs-nav > a {
  text-transform: uppercase;
}
.ce-control-nav {
  min-height: 48px;
  padding: 0.875rem 1rem 0.625rem;
  border-radius: 12px;
}
.ce-control-nav-note {
  display: inline-block;
  background-color: #EC1337;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 4px 8px 2px;
  border-radius: 12px;
  text-transform: initial;
  line-height: initial;
}
.ce-control-nav:hover {
  background-color: #F4F8FA;
  text-decoration: none;
}
.ce-control-nav-disabled {
  pointer-events: none;
  color: #9FA2A8;
}
.ce-control-block {
  border-top: 1px solid #B9D2DF;
  padding: 1rem 1rem 0.75rem;
  margin-top: 0.5rem;
}
.ce-control-block .form-group:last-child {
  margin-bottom: 0;
}
.ce-stage {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem 2rem 3rem;
}
.ce-stage .accordion-info .h4, .ce-stage .accordion-info .ce-side h1, .ce-side .ce-stage .accordion-info h1, .ce-stage .accordion-info .ce-block__content h1, .ce-block__content .ce-stage .accordion-info h1, .ce-stage .accordion-info .cdx-quote__text {
  margin-bottom: 0;
}
.ce-stage .btn-large {
  margin-top: 1.5rem;
}
.ce-stage + .ce-stage {
  margin-top: 48px;
}
.ce-stage .accordion-info {
  margin-bottom: 3rem;
}
.ce-stage .table-box {
  width: 560px;
}
@media only screen and (max-width: 768px) {
  .ce-stage .table-box {
    width: 100%;
  }
}
.ce-stage form#ce-add-product {
  max-width: 100%;
}
.ce-stage .blue-box {
  padding: 24px 32px;
  overflow: visible;
}
.ce-stage .blue-box .hr {
  width: 100%;
}
.admin-rule .h3, .admin-rule .order-total {
  position: relative;
  padding-left: 48px;
  color: #FB9E2E;
}
.admin-rule .h3:before, .admin-rule .order-total:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.99101V11.9635C3.02518 14.2674 3.7145 16.5075 4.97459 18.3802C6.23468 20.253 8.00466 21.668 10.0449 22.4337L11.0057 22.8117C11.6476 23.0628 12.3524 23.0628 12.9943 22.8117L13.9551 22.4337C15.9953 21.668 17.7653 20.253 19.0254 18.3802C20.2855 16.5075 20.9748 14.2674 21 11.9635V4.99101C20.9991 4.71707 20.9228 4.44943 20.7805 4.22125C20.6382 3.99307 20.4362 3.81438 20.1994 3.70735C17.6028 2.55347 14.8134 1.97296 12 2.00097C9.18662 1.97296 6.39717 2.55347 3.80057 3.70735C3.56383 3.81438 3.36179 3.99307 3.21948 4.22125C3.07717 4.44943 3.00086 4.71707 3 4.99101V4.99101Z' stroke='%23FB9E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4719 7.29972L13.4979 9.4998H15.4914C15.5922 9.49565 15.6917 9.52408 15.7764 9.58122C15.8611 9.63836 15.9268 9.7214 15.9645 9.81899C16.0022 9.91659 16.0101 10.024 15.9871 10.1264C15.9641 10.2289 15.9113 10.3214 15.8359 10.3913L14.105 11.9414L15.0635 14.2415C15.1057 14.3468 15.1152 14.4633 15.0907 14.5745C15.0661 14.6858 15.0087 14.7862 14.9266 14.8616C14.8445 14.937 14.7417 14.9837 14.6329 14.9949C14.524 15.0062 14.4145 14.9816 14.3197 14.9245L12.0013 13.5615L9.68382 14.9265C9.58907 14.9838 9.47947 15.0086 9.37049 14.9974C9.26152 14.9862 9.15866 14.9396 9.07644 14.8641C8.99421 14.7886 8.93677 14.6881 8.91222 14.5768C8.88767 14.4654 8.89725 14.3488 8.93961 14.2435L9.89803 11.9434L8.16712 10.3933C8.09085 10.3238 8.03717 10.2312 8.01352 10.1284C7.98986 10.0257 7.99739 9.91776 8.03507 9.81964C8.07274 9.72153 8.1387 9.63805 8.22382 9.58075C8.30895 9.52345 8.40903 9.49517 8.51023 9.4998H10.5047L11.5331 7.29972C11.5773 7.2095 11.6445 7.13376 11.7273 7.08088C11.8102 7.02799 11.9054 7 12.0025 7C12.0996 7 12.1948 7.02799 12.2776 7.08088C12.3605 7.13376 12.4277 7.2095 12.4719 7.29972Z' fill='%23FB9E2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.admin-rule .order-total .h4, .admin-rule .order-total .ce-side h1, .ce-side .admin-rule .order-total h1, .admin-rule .order-total .ce-block__content h1, .ce-block__content .admin-rule .order-total h1, .admin-rule .order-total .cdx-quote__text, .admin-rule .order-total .h4 span, .admin-rule .order-total .ce-side h1 span, .ce-side .admin-rule .order-total h1 span, .admin-rule .order-total .ce-block__content h1 span, .ce-block__content .admin-rule .order-total h1 span, .admin-rule .order-total .cdx-quote__text span, .admin-rule .order-total .display-2, .admin-rule .order-total .footer-links li a, .footer-links li .admin-rule .order-total a, .admin-rule .order-total .product-menu-item, .admin-rule .order-total .product-alert, .admin-rule .order-total .product-body ul li, .product-body ul .admin-rule .order-total li, .admin-rule .order-total .product-body p, .product-body .admin-rule .order-total p, .admin-rule .order-total .product-item .progress-text, .product-item .admin-rule .order-total .progress-text, .admin-rule .order-total .product-item .progress-num, .product-item .admin-rule .order-total .progress-num, .admin-rule .order-total .view-switcher .view-switcher-mobile, .view-switcher .admin-rule .order-total .view-switcher-mobile,
.admin-rule .order-total .view-switcher .view-switcher-desktop,
.view-switcher .admin-rule .order-total .view-switcher-desktop, .admin-rule .order-total .brancs-pros-text, .admin-rule .order-total .product-page-alert span, .product-page-alert .admin-rule .order-total span, .admin-rule .order-total .helper-block .o-list li, .helper-block .o-list .admin-rule .order-total li, .admin-rule .order-total .ce-side blockquote .o-list li, .ce-side blockquote .o-list .admin-rule .order-total li, .admin-rule .order-total .helper-block .ce-side ol li, .helper-block .ce-side ol .admin-rule .order-total li, .admin-rule .order-total .ce-side .helper-block ol li, .ce-side .helper-block ol .admin-rule .order-total li, .admin-rule .order-total .ce-side blockquote ol li, .ce-side blockquote ol .admin-rule .order-total li, .admin-rule .order-total .helper-block .list li, .helper-block .list .admin-rule .order-total li, .admin-rule .order-total .ce-side blockquote .list li, .ce-side blockquote .list .admin-rule .order-total li, .admin-rule .order-total .helper-block .ce-side ul li, .helper-block .ce-side ul .admin-rule .order-total li, .admin-rule .order-total .ce-side .helper-block ul li, .ce-side .helper-block ul .admin-rule .order-total li, .admin-rule .order-total .ce-side blockquote ul li, .ce-side blockquote ul .admin-rule .order-total li, .admin-rule .order-total .ce-side blockquote h4, .ce-side blockquote .admin-rule .order-total h4, .admin-rule .order-total .ce-side p, .ce-side .admin-rule .order-total p, .admin-rule .order-total .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-calendar .flatpickr-current-month .admin-rule .order-total .flatpickr-monthDropdown-months, .admin-rule .order-total .flatpickr-calendar .flatpickr-current-month input.cur-year, .flatpickr-calendar .flatpickr-current-month .admin-rule .order-total input.cur-year, .admin-rule .order-total .text-content, .admin-rule .order-total label, .admin-rule .order-total .form-desc-text, .admin-rule .order-total .form-msg, .admin-rule .order-total .tc-table .tc-cell, .tc-table .admin-rule .order-total .tc-cell, .admin-rule .order-total .display-2 span, .admin-rule .order-total .footer-links li a span, .footer-links li .admin-rule .order-total a span, .admin-rule .order-total .product-menu-item span, .admin-rule .order-total .product-alert span, .admin-rule .order-total .product-body ul li span, .product-body ul .admin-rule .order-total li span, .admin-rule .order-total .product-body p span, .product-body .admin-rule .order-total p span, .admin-rule .order-total .product-item .progress-text span, .product-item .admin-rule .order-total .progress-text span, .admin-rule .order-total .product-item .progress-num span, .product-item .admin-rule .order-total .progress-num span, .admin-rule .order-total .view-switcher .view-switcher-mobile span, .view-switcher .admin-rule .order-total .view-switcher-mobile span,
.admin-rule .order-total .view-switcher .view-switcher-desktop span,
.view-switcher .admin-rule .order-total .view-switcher-desktop span, .admin-rule .order-total .brancs-pros-text span, .admin-rule .order-total .helper-block .o-list li span, .helper-block .o-list .admin-rule .order-total li span, .admin-rule .order-total .ce-side blockquote .o-list li span, .ce-side blockquote .o-list .admin-rule .order-total li span, .admin-rule .order-total .helper-block .ce-side ol li span, .helper-block .ce-side ol .admin-rule .order-total li span, .admin-rule .order-total .ce-side .helper-block ol li span, .ce-side .helper-block ol .admin-rule .order-total li span, .admin-rule .order-total .ce-side blockquote ol li span, .ce-side blockquote ol .admin-rule .order-total li span, .admin-rule .order-total .helper-block .list li span, .helper-block .list .admin-rule .order-total li span, .admin-rule .order-total .ce-side blockquote .list li span, .ce-side blockquote .list .admin-rule .order-total li span, .admin-rule .order-total .helper-block .ce-side ul li span, .helper-block .ce-side ul .admin-rule .order-total li span, .admin-rule .order-total .ce-side .helper-block ul li span, .ce-side .helper-block ul .admin-rule .order-total li span, .admin-rule .order-total .ce-side blockquote ul li span, .ce-side blockquote ul .admin-rule .order-total li span, .admin-rule .order-total .ce-side blockquote h4 span, .ce-side blockquote .admin-rule .order-total h4 span, .admin-rule .order-total .ce-side p span, .ce-side .admin-rule .order-total p span, .admin-rule .order-total .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months span, .flatpickr-calendar .flatpickr-current-month .admin-rule .order-total .flatpickr-monthDropdown-months span, .admin-rule .order-total .flatpickr-calendar .flatpickr-current-month input.cur-year span, .flatpickr-calendar .flatpickr-current-month .admin-rule .order-total input.cur-year span, .admin-rule .order-total .text-content span, .admin-rule .order-total label span, .admin-rule .order-total .form-desc-text span, .admin-rule .order-total .form-msg span, .admin-rule .order-total .tc-table .tc-cell span, .tc-table .admin-rule .order-total .tc-cell span {
  color: #FB9E2E;
}
.ce-side {
  min-height: 300px;
  background-color: #E3EDF2;
  border-radius: 1rem;
  padding: 16px;
}
.ce-side-title {
  position: relative;
  margin: 16px 16px 24px;
}
.ce-side-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23.001C18.0751 23.001 23 18.0761 23 12.001C23 5.92584 18.0751 1.00098 12 1.00098C5.92487 1.00098 1 5.92584 1 12.001C1 18.0761 5.92487 23.001 12 23.001Z' fill='%23B9D2DF'/%3E%3Cpath d='M11.964 17C11.8335 17.0026 11.7048 17.0311 11.5854 17.084C11.466 17.1369 11.3583 17.213 11.2687 17.3079C11.179 17.4029 11.1091 17.5147 11.0631 17.637C11.0171 17.7592 10.9959 17.8894 11.0007 18.02C11.011 18.2828 11.1224 18.5315 11.3115 18.7141C11.5007 18.8968 11.7531 18.9992 12.016 19H12.036C12.1665 18.9974 12.2952 18.9689 12.4146 18.916C12.534 18.8631 12.6417 18.787 12.7313 18.6921C12.821 18.5971 12.8909 18.4853 12.9369 18.363C12.9829 18.2408 13.0041 18.1106 12.9993 17.98C12.9892 17.7199 12.88 17.4735 12.6942 17.2913C12.5085 17.1091 12.2601 17.0049 12 17H11.98' fill='white'/%3E%3Cpath d='M9 10.0049C9.00008 9.46407 9.14637 8.9333 9.4234 8.46878C9.70042 8.00426 10.0979 7.62327 10.5737 7.36613C11.0495 7.10899 11.586 6.98526 12.1263 7.00803C12.6667 7.03081 13.1909 7.19925 13.6434 7.49552C14.0958 7.79179 14.4598 8.20487 14.6968 8.69105C14.9337 9.17724 15.0348 9.71843 14.9894 10.2574C14.944 10.7963 14.7537 11.3129 14.4387 11.7526C14.1237 12.1923 13.6957 12.5386 13.2 12.7549C12.8433 12.9106 12.5398 13.1669 12.3267 13.4925C12.1135 13.8181 12 14.1988 12 14.5879V14.9999' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.ce-side .form-group {
  padding-bottom: 0;
}
.ce-side hr {
  margin-bottom: 1rem;
}
.ce-side ul li:before {
  width: 5px;
  height: 5px;
  background-color: #414F62;
}
.ce-side ol li, .ce-side ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ce-side blockquote p a {
  font-weight: 600;
  text-decoration: underline;
  color: #39ABEC;
}
.helper-box .accordion-head {
  padding: 16px 32px 16px 16px;
}
.helper-box .accordion-head:after {
  top: 18px;
  transform: none;
}
.helper-box .accordion-head h1 {
  font-weight: 600;
  margin-bottom: 0;
}
.helper-box.accordion {
  background-color: #FFFFFF;
  border: 1px solid #B9D2DF;
  margin-bottom: 8px;
}
.helper-box.accordion.opened > .accordion-head:after {
  transform: rotate(180deg);
}
.helper-box .sticker {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.helper-block, .ce-side blockquote {
  padding-left: 16px;
  padding-right: 16px;
}
.helper-block.white-bg, .ce-side blockquote {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.helper-block .list li:before, .ce-side blockquote .list li:before, .helper-block .ce-side ul li:before, .ce-side .helper-block ul li:before, .ce-side blockquote ul li:before {
  width: 5px;
  height: 5px;
  background-color: #414F62;
}
.helper-block .display-2 a, .helper-block .footer-links li a a, .footer-links li .helper-block a a, .helper-block .product-menu-item a, .helper-block .product-alert a, .helper-block .product-body ul li a, .product-body ul .helper-block li a, .helper-block .product-body p a, .product-body .helper-block p a, .helper-block .product-item .progress-text a, .product-item .helper-block .progress-text a, .helper-block .product-item .progress-num a, .product-item .helper-block .progress-num a, .helper-block .view-switcher .view-switcher-mobile a, .view-switcher .helper-block .view-switcher-mobile a,
.helper-block .view-switcher .view-switcher-desktop a,
.view-switcher .helper-block .view-switcher-desktop a, .helper-block .brancs-pros-text a, .helper-block .product-page-alert span a, .product-page-alert .helper-block span a, .ce-side blockquote .display-2 a, .ce-side blockquote .footer-links li a a, .footer-links li .ce-side blockquote a a, .ce-side blockquote .product-menu-item a, .ce-side blockquote .product-alert a, .ce-side blockquote .product-body ul li a, .product-body ul .ce-side blockquote li a, .ce-side blockquote .product-body p a, .product-body .ce-side blockquote p a, .ce-side blockquote .product-item .progress-text a, .product-item .ce-side blockquote .progress-text a, .ce-side blockquote .product-item .progress-num a, .product-item .ce-side blockquote .progress-num a, .ce-side blockquote .view-switcher .view-switcher-mobile a, .view-switcher .ce-side blockquote .view-switcher-mobile a,
.ce-side blockquote .view-switcher .view-switcher-desktop a,
.view-switcher .ce-side blockquote .view-switcher-desktop a, .ce-side blockquote .brancs-pros-text a, .ce-side blockquote .product-page-alert span a, .product-page-alert .ce-side blockquote span a, .helper-block .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months a, .flatpickr-calendar .flatpickr-current-month .helper-block .flatpickr-monthDropdown-months a, .ce-side blockquote .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months a, .flatpickr-calendar .flatpickr-current-month .ce-side blockquote .flatpickr-monthDropdown-months a, .helper-block .flatpickr-calendar .flatpickr-current-month input.cur-year a, .flatpickr-calendar .flatpickr-current-month .helper-block input.cur-year a, .ce-side blockquote .flatpickr-calendar .flatpickr-current-month input.cur-year a, .flatpickr-calendar .flatpickr-current-month .ce-side blockquote input.cur-year a, .helper-block .text-content a, .ce-side blockquote .text-content a, .helper-block label a, .ce-side blockquote label a, .helper-block .form-desc-text a, .ce-side blockquote .form-desc-text a, .helper-block .form-msg a, .ce-side blockquote .form-msg a, .helper-block .tc-table .tc-cell a, .tc-table .helper-block .tc-cell a, .ce-side blockquote .tc-table .tc-cell a, .tc-table .ce-side blockquote .tc-cell a, .helper-block .ce-side p a, .ce-side .helper-block p a, .ce-side blockquote p a, .helper-block .ce-side blockquote h4 a, .ce-side blockquote .helper-block h4 a, .ce-side blockquote h4 a, .helper-block .o-list li a, .ce-side blockquote .helper-block .o-list li a, .helper-block .o-list .ce-side blockquote li a, .helper-block .ce-side blockquote .o-list li a, .ce-side blockquote .o-list .helper-block li a, .ce-side blockquote .o-list li a, .helper-block .ce-side ol li a, .helper-block .ce-side blockquote ol li a, .helper-block .ce-side ol blockquote li a, .ce-side .helper-block ol li a, .ce-side blockquote .helper-block ol li a, .ce-side .helper-block ol blockquote li a, .helper-block .ce-side blockquote ol li a, .ce-side blockquote ol .helper-block li a, .ce-side blockquote ol li a, .helper-block .list li a, .ce-side blockquote .helper-block .list li a, .helper-block .list .ce-side blockquote li a, .helper-block .ce-side blockquote .list li a, .ce-side blockquote .list .helper-block li a, .ce-side blockquote .list li a, .helper-block .ce-side ul li a, .helper-block .ce-side blockquote ul li a, .helper-block .ce-side ul blockquote li a, .ce-side .helper-block ul li a, .ce-side blockquote .helper-block ul li a, .ce-side .helper-block ul blockquote li a, .helper-block .ce-side blockquote ul li a, .ce-side blockquote ul .helper-block li a, .ce-side blockquote ul li a, .helper-block .display-3 a, .helper-block .sub-nav .nav-alert a, .sub-nav .helper-block .nav-alert a, .helper-block .product-price-mod a, .helper-block .product-cat a, .helper-block .product-page-sub .product-page-cat-name a, .product-page-sub .helper-block .product-page-cat-name a, .helper-block .product-slider-label span a, .product-slider-label .helper-block span a, .ce-side blockquote .display-3 a, .ce-side blockquote .sub-nav .nav-alert a, .sub-nav .ce-side blockquote .nav-alert a, .ce-side blockquote .product-price-mod a, .ce-side blockquote .product-cat a, .ce-side blockquote .product-page-sub .product-page-cat-name a, .product-page-sub .ce-side blockquote .product-page-cat-name a, .ce-side blockquote .product-slider-label span a, .product-slider-label .ce-side blockquote span a, .helper-block .uploader-box .uploader-item-title a, .uploader-box .helper-block .uploader-item-title a, .ce-side blockquote .uploader-box .uploader-item-title a, .uploader-box .ce-side blockquote .uploader-item-title a, .helper-block .uploader-box .uploader-item-size a, .uploader-box .helper-block .uploader-item-size a, .ce-side blockquote .uploader-box .uploader-item-size a, .uploader-box .ce-side blockquote .uploader-item-size a, .helper-block .tooltip-inner a, .ce-side blockquote .tooltip-inner a, .helper-block .process-list .process-status-info a, .process-list .helper-block .process-status-info a, .ce-side blockquote .process-list .process-status-info a, .process-list .ce-side blockquote .process-status-info a, .helper-block .tabs.theme-campaigns .tabs-nav > a a, .tabs.theme-campaigns .helper-block .tabs-nav > a a, .ce-side blockquote .tabs.theme-campaigns .tabs-nav > a a, .tabs.theme-campaigns .ce-side blockquote .tabs-nav > a a, .helper-block .ce-side blockquote .list li a, .ce-side blockquote .list .helper-block li a, .ce-side blockquote .list li a, .helper-block .ce-side blockquote ul li a, .ce-side blockquote ul .helper-block li a, .ce-side blockquote ul li a, .helper-block .ce-side blockquote .o-list li a, .ce-side blockquote .o-list .helper-block li a, .ce-side blockquote .o-list li a, .helper-block .ce-side blockquote ol li a, .ce-side blockquote ol .helper-block li a, .ce-side blockquote ol li a, .helper-block .ce-side blockquote p a, .ce-side blockquote .helper-block p a, .ce-side blockquote p a, .helper-block.white-bg .list li a, .ce-side blockquote .helper-block.white-bg .list li a, .helper-block.white-bg .list .ce-side blockquote li a, .helper-block.white-bg .ce-side ul li a, .helper-block.white-bg .ce-side blockquote ul li a, .helper-block.white-bg .ce-side ul blockquote li a, .ce-side .helper-block.white-bg ul li a, .ce-side blockquote .helper-block.white-bg ul li a, .ce-side .helper-block.white-bg ul blockquote li a, .helper-block.white-bg .o-list li a, .ce-side blockquote .helper-block.white-bg .o-list li a, .helper-block.white-bg .o-list .ce-side blockquote li a, .helper-block.white-bg .ce-side ol li a, .helper-block.white-bg .ce-side blockquote ol li a, .helper-block.white-bg .ce-side ol blockquote li a, .ce-side .helper-block.white-bg ol li a, .ce-side blockquote .helper-block.white-bg ol li a, .ce-side .helper-block.white-bg ol blockquote li a {
  font-weight: 600;
  text-decoration: underline;
  color: #39ABEC;
}
.product-page-head {
  position: relative;
  padding-top: 120px;
  padding-bottom: 72px;
  background-color: #212832;
}
@media only screen and (max-width: 1024px) {
  .product-page-head {
    padding-top: 0;
  }
}
.product-page-head:before {
  height: calc(100% + 104px);
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -106px;
  background-image: url("../img/product-page-bg.png");
  background-size: cover;
  content: "";
}
.product-page-head .wrapper {
  position: relative;
  z-index: 2;
}
.product-page-head-slider {
  width: 696px;
}
@media only screen and (max-width: 1024px) {
  .product-page-head-slider {
    width: 100%;
    margin-bottom: 24px;
  }
}
.product-page-head-main {
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 48px;
}
@media only screen and (max-width: 1024px) {
  .product-page-head-main {
    flex-grow: initial;
    flex-basis: initial;
    width: 100%;
    padding-left: 0;
  }
}
.product-page-head small.disc {
  font-size: 70%;
}
.splider-box {
  position: relative;
}
.product-slider-info-label {
  position: absolute;
  z-index: 11;
  top: 8px;
  left: 8px;
  border-radius: 4px;
  padding: 4px 8px;
}
.product-slider-info-label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.product-slider-info-label span {
  font-size: 12px;
  color: #FFFFFF;
}
.product-slider-info-label.label-warning {
  background-color: #fb9e2e;
}
.product-slider-info-label.label-warning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4281_51646)'%3E%3Cpath d='M14.3913 2H1.6087C1.27252 2 1 2.27716 1 2.61905V14.381C1 14.7228 1.27252 15 1.6087 15H14.3913C14.7275 15 15 14.7228 15 14.381V2.61905C15 2.27716 14.7275 2 14.3913 2Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 1V3' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 1V3' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1 5H15' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4281_51646'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-slider-info-label.label-warning-feature {
  background-color: #fb9e2e;
}
.product-slider-info-label.label-warning-feature:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.60156V10.3716C5.99998 11.2651 6.24964 12.1408 6.72083 12.9C7.19201 13.6592 7.86597 14.2717 8.66667 14.6682' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M15.334 2.99085C15.334 2.87885 15.3058 2.76867 15.2519 2.67046C15.1981 2.57225 15.1204 2.48919 15.026 2.42893C14.9316 2.36868 14.8235 2.33318 14.7118 2.3257C14.6001 2.31823 14.4882 2.33903 14.3867 2.38618C11.83 3.57218 9.30465 4.64418 4.00065 4.66818H3.33398C2.80355 4.66818 2.29484 4.87889 1.91977 5.25396C1.5447 5.62904 1.33398 6.13775 1.33398 6.66818V8.00151C1.33398 8.53194 1.5447 9.04065 1.91977 9.41573C2.29484 9.7908 2.80355 10.0015 3.33398 10.0015H4.00065C9.30465 10.0255 11.83 11.0975 14.3867 12.2835C14.4882 12.3307 14.6001 12.3515 14.7118 12.344C14.8235 12.3365 14.9316 12.301 15.026 12.2408C15.1204 12.1805 15.1981 12.0974 15.2519 11.9992C15.3058 11.901 15.334 11.7908 15.334 11.6788V2.99085Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.334 6H15.6673C15.9325 6 16.1869 6.10536 16.3744 6.29289C16.562 6.48043 16.6673 6.73478 16.6673 7V7.66667C16.6673 7.93188 16.562 8.18624 16.3744 8.37377C16.1869 8.56131 15.9325 8.66667 15.6673 8.66667H15.334' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-info-label.label-alert {
  background-color: #ec1337;
}
.product-slider-info-label.label-alert:before {
  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='M14.6673 12.6655V8.33222C14.666 7.17665 14.3115 6.04908 13.6513 5.10071C12.991 4.15234 12.0566 3.42849 10.9733 3.02622C10.897 2.55767 10.6566 2.13155 10.2949 1.82403C9.93327 1.51651 9.47403 1.34766 8.99932 1.34766C8.5246 1.34766 8.06537 1.51651 7.70373 1.82403C7.34208 2.13155 7.10161 2.55767 7.02532 3.02622C5.94215 3.42836 5.00794 4.15225 4.3481 5.10072C3.68827 6.04918 3.33439 7.17681 3.33398 8.33222V12.6655C3.33398 13.196 3.12327 13.7047 2.7482 14.0798C2.37313 14.4548 1.86442 14.6655 1.33398 14.6655H16.6673C16.1369 14.6655 15.6282 14.4548 15.2531 14.0798C14.878 13.7047 14.6673 13.196 14.6673 12.6655Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 14.668C11 15.1984 10.7893 15.7071 10.4142 16.0822C10.0391 16.4573 9.53043 16.668 9 16.668C8.46957 16.668 7.96086 16.4573 7.58579 16.0822C7.21071 15.7071 7 15.1984 7 14.668' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-info-label.label-indemand {
  background-color: #47d0be;
}
.product-slider-info-label.label-indemand:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L13.8795 7.71733C13.9177 7.75444 13.948 7.7985 13.9687 7.847C13.9894 7.8955 14 7.94749 14 8C14 8.05251 13.9894 8.1045 13.9687 8.153C13.948 8.2015 13.9177 8.24557 13.8795 8.28267L8 14' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M2 2L7.87946 7.71733C7.91767 7.75444 7.94799 7.7985 7.96867 7.847C7.98935 7.8955 8 7.94749 8 8C8 8.05251 7.98935 8.1045 7.96867 8.153C7.94799 8.2015 7.91767 8.24557 7.87946 8.28267L2 14' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-info-label.label-new {
  background-color: #39abec;
}
.product-slider-info-label.label-new:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.82579 1.52451L10.6213 5.37466H14.1099C14.2863 5.36738 14.4605 5.41714 14.6087 5.51713C14.7569 5.61712 14.8719 5.76245 14.9379 5.93324C15.0039 6.10403 15.0177 6.29192 14.9774 6.47121C14.9371 6.65051 14.8448 6.81243 14.7129 6.93484L11.6838 9.64744L13.361 13.6726C13.435 13.8569 13.4516 14.0607 13.4087 14.2554C13.3657 14.4501 13.2653 14.6258 13.1215 14.7578C12.9778 14.8898 12.798 14.9714 12.6075 14.9912C12.417 15.0109 12.2253 14.9678 12.0595 14.8679L8.00226 12.4825L3.94669 14.8714C3.78087 14.9716 3.58908 15.015 3.39837 14.9954C3.20765 14.9758 3.02765 14.8942 2.88376 14.7622C2.73987 14.6301 2.63935 14.4542 2.59639 14.2594C2.55343 14.0645 2.57019 13.8605 2.64431 13.6761L4.32155 9.65094L1.29245 6.93834C1.15898 6.81661 1.06505 6.65462 1.02365 6.47476C0.982254 6.29491 0.995432 6.10607 1.06136 5.93437C1.1273 5.76267 1.24273 5.61659 1.39169 5.51632C1.54066 5.41605 1.7158 5.36654 1.8929 5.37466H5.38325L7.18293 1.52451C7.26026 1.36662 7.37789 1.23409 7.52284 1.14153C7.66779 1.04898 7.83442 1 8.00436 1C8.17429 1 8.34093 1.04898 8.48587 1.14153C8.63082 1.23409 8.74845 1.36662 8.82579 1.52451V1.52451Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-info-label.label-early {
  background-color: #39abec;
}
.product-slider-info-label.label-early:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.60156V10.3716C5.99998 11.2651 6.24964 12.1408 6.72083 12.9C7.19201 13.6592 7.86597 14.2717 8.66667 14.6682' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M15.334 2.99085C15.334 2.87885 15.3058 2.76867 15.2519 2.67046C15.1981 2.57225 15.1204 2.48919 15.026 2.42893C14.9316 2.36868 14.8235 2.33318 14.7118 2.3257C14.6001 2.31823 14.4882 2.33903 14.3867 2.38618C11.83 3.57218 9.30465 4.64418 4.00065 4.66818H3.33398C2.80355 4.66818 2.29484 4.87889 1.91977 5.25396C1.5447 5.62904 1.33398 6.13775 1.33398 6.66818V8.00151C1.33398 8.53194 1.5447 9.04065 1.91977 9.41573C2.29484 9.7908 2.80355 10.0015 3.33398 10.0015H4.00065C9.30465 10.0255 11.83 11.0975 14.3867 12.2835C14.4882 12.3307 14.6001 12.3515 14.7118 12.344C14.8235 12.3365 14.9316 12.301 15.026 12.2408C15.1204 12.1805 15.1981 12.0974 15.2519 11.9992C15.3058 11.901 15.334 11.7908 15.334 11.6788V2.99085Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.334 6H15.6673C15.9325 6 16.1869 6.10536 16.3744 6.29289C16.562 6.48043 16.6673 6.73478 16.6673 7V7.66667C16.6673 7.93188 16.562 8.18624 16.3744 8.37377C16.1869 8.56131 15.9325 8.66667 15.6673 8.66667H15.334' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-alert-label {
  position: absolute;
  z-index: 11;
  top: 8px;
  left: 8px;
  background-color: #ec1337;
  border-radius: 4px;
  padding: 4px 8px;
}
.product-slider-alert-label span {
  font-size: 12px;
  color: #FFFFFF;
}
.product-slider-alert-label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
  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='M14.6673 12.6655V8.33222C14.666 7.17665 14.3115 6.04908 13.6513 5.10071C12.991 4.15234 12.0566 3.42849 10.9733 3.02622C10.897 2.55767 10.6566 2.13155 10.2949 1.82403C9.93327 1.51651 9.47403 1.34766 8.99932 1.34766C8.5246 1.34766 8.06537 1.51651 7.70373 1.82403C7.34208 2.13155 7.10161 2.55767 7.02532 3.02622C5.94215 3.42836 5.00794 4.15225 4.3481 5.10072C3.68827 6.04918 3.33439 7.17681 3.33398 8.33222V12.6655C3.33398 13.196 3.12327 13.7047 2.7482 14.0798C2.37313 14.4548 1.86442 14.6655 1.33398 14.6655H16.6673C16.1369 14.6655 15.6282 14.4548 15.2531 14.0798C14.878 13.7047 14.6673 13.196 14.6673 12.6655Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 14.668C11 15.1984 10.7893 15.7071 10.4142 16.0822C10.0391 16.4573 9.53043 16.668 9 16.668C8.46957 16.668 7.96086 16.4573 7.58579 16.0822C7.21071 15.7071 7 15.1984 7 14.668' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-slider-label {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 40, 50, 0.8);
  border-top-left-radius: 24px;
  padding: 12px 16px;
}
@media only screen and (max-width: 1024px) {
  .product-slider-label {
    padding: 8px 12px;
    border-bottom-right-radius: 8px;
  }
}
.product-slider-label span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .product-slider-label span {
    font-size: 0.625rem;
  }
}
.product-slider-label.label-sustain:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 13.5C23 16.4174 21.8411 19.2153 19.7782 21.2782C17.7153 23.3411 14.9174 24.5 12 24.5C9.08262 24.5 6.28473 23.3411 4.22183 21.2782C2.15893 19.2153 1 16.4174 1 13.5H23Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.99967 13.5V14.5C6.99967 15.0304 7.21039 15.5391 7.58546 15.9142C7.96053 16.2893 8.46924 16.5 8.99967 16.5C9.5301 16.5 10.0388 16.7107 10.4139 17.0858C10.789 17.4609 10.9997 17.9696 10.9997 18.5C10.9997 19.0304 10.789 19.5391 10.4139 19.9142C10.0388 20.2893 9.5301 20.5 8.99967 20.5H3.51367' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.8 18.5H18C17.4696 18.5 16.9609 18.7107 16.5858 19.0858C16.2107 19.4609 16 19.9696 16 20.5V23.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 11V6.5' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M20 7.5L12 1.5L4 7.5' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10.5 11V9C10.5 8.60218 10.658 8.22064 10.9393 7.93934C11.2206 7.65804 11.6022 7.5 12 7.5C12.3978 7.5 12.7794 7.65804 13.0607 7.93934C13.342 8.22064 13.5 8.60218 13.5 9V11' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M14.25 3.75C14.25 4.16421 14.5858 4.5 15 4.5C15.4142 4.5 15.75 4.16421 15.75 3.75H14.25ZM15 1.5V0.75C14.5858 0.75 14.25 1.08579 14.25 1.5L15 1.5ZM18 1.5H18.75C18.75 1.08579 18.4142 0.75 18 0.75V1.5ZM17.25 11V11.75H18.75V11H17.25ZM15.75 3.75V1.5H14.25V3.75H15.75ZM15 2.25H18V0.75H15V2.25ZM17.25 1.5V11H18.75V1.5H17.25Z' fill='white'/%3E%3C/svg%3E%0A");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  .product-slider-label.label-sustain:before {
    width: 16px;
    height: 16px;
  }
}
.product-item .product-slider-label {
  padding: 8px 12px;
  border-bottom-right-radius: 8px;
  background-color: rgba(33, 40, 50, 0.7);
}
.product-item .product-slider-label span {
  font-size: 0.625rem;
  line-height: 1rem;
}
.product-item .product-slider-label.label-sustain:before {
  width: 16px;
  height: 16px;
}
.product-slider-main {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .product-slider-main {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 32px;
  }
}
.product-slider-main .splide__slide {
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .product-slider-main .splide__slide {
    border-radius: 0;
  }
  .product-slider-main .splide__slide img {
    width: 100%;
    height: auto;
  }
}
.product-slider-main .splide__pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .product-slider-main .splide__pagination {
    display: block;
    counter-reset: slide-counter;
    position: absolute;
    right: 16px;
    padding: 0;
    bottom: 0;
    left: auto;
  }
  .product-slider-main .splide__pagination:after {
    content: "/" attr(data-count);
    color: #FFFFFF;
    line-height: 20px;
  }
  .product-slider-main .splide__pagination .splide__pagination__page {
    position: absolute;
    right: 22px;
    top: 0;
    background: none;
    border-radius: 0;
    width: 21px;
    height: 20px;
    text-align: right;
    margin: 0;
    transform: none;
    font-size: 1rem;
    opacity: 1;
  }
  .product-slider-main .splide__pagination .splide__pagination__page:before {
    opacity: 0;
    visibility: hidden;
    content: counter(slide-counter);
    counter-increment: slide-counter;
    color: #FFFFFF;
    text-align: right;
  }
  .product-slider-main .splide__pagination .splide__pagination__page.is-active:before {
    opacity: 1;
    visibility: visible;
    font-weight: 700;
  }
  .product-slider-thumb {
    display: none;
  }
}
.product-slider-thumb .splide__track {
  width: calc(100% - 170px);
  margin: 0 auto;
}
.product-slider-thumb .splide__slide {
  border-radius: 8px;
  overflow: hidden;
}
.product-slider-thumb .splide__slide.is-active {
  border: 2px solid #FFFFFF;
}
.product-slider-thumb .splide__arrow {
  left: 0;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 25L1.15834 13.3903C1.10856 13.3413 1.0687 13.2812 1.04141 13.2139C1.01411 13.1467 0.999999 13.0738 0.999999 13C0.999999 12.9262 1.01411 12.8533 1.04141 12.7861C1.0687 12.7188 1.10856 12.6587 1.15834 12.6097L13 0.999999' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 14px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-slider-thumb .splide__arrow--next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.product-page-sub .product-page-cat-name {
  color: #FB9E2E;
  text-transform: uppercase;
  font-weight: 600;
}
.product-interact-item {
  position: relative;
  margin-left: 6px;
}
.product-interact-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.product-interact .product-page-share,
.product-interact .product-page-like {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product-interact .product-page-share {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.9993V8.33264' stroke='%23FB9E2E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M13 11.3326L16 8.33264L19 11.3326' stroke='%23FB9E2E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M17.9998 13.6666H20.6665C20.8433 13.6666 21.0129 13.7369 21.1379 13.8619C21.2629 13.9869 21.3332 14.1565 21.3332 14.3333V23C21.3332 23.1768 21.2629 23.3463 21.1379 23.4714C21.0129 23.5964 20.8433 23.6666 20.6665 23.6666H11.3332C11.1564 23.6666 10.9868 23.5964 10.8618 23.4714C10.7367 23.3463 10.6665 23.1768 10.6665 23V14.3333C10.6665 14.1565 10.7367 13.9869 10.8618 13.8619C10.9868 13.7369 11.1564 13.6666 11.3332 13.6666H13.9998' stroke='%23FB9E2E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='0.75' y='0.75' width='30.5' height='30.5' rx='15.25' stroke='%23FB9E2E' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.product-interact .product-page-share.opened + .product-share-menu {
  opacity: 1;
  visibility: visible;
}
.product-interact .product-page-like {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3894 10.8822C12.9637 10.7488 12.5087 10.7156 12.065 10.7861C11.6213 10.8566 11.2059 11.0282 10.8546 11.2825C10.5034 11.5368 10.228 11.865 10.0483 12.2357L9.37338 11.9086L10.0414 12.2496C9.78173 12.7584 9.69355 13.3261 9.78515 13.8791C9.87681 14.4325 10.1456 14.9528 10.5635 15.3687L10.5707 15.3758L16.0017 20.9273L21.4363 15.3676C21.8544 14.952 22.1232 14.4319 22.2149 13.8787C22.3065 13.3259 22.2182 12.7584 21.9584 12.2499L22.6262 11.9086L21.9514 12.236C21.7717 11.8656 21.4964 11.5376 21.1453 11.2836C20.7941 11.0295 20.379 10.8582 19.9356 10.7877C19.4922 10.7172 19.0374 10.7504 18.612 10.8837C18.1867 11.0169 17.8066 11.2451 17.5031 11.5446L17.5012 11.5465L16.5268 12.5012C16.2353 12.7868 15.7689 12.7869 15.4773 12.5014L14.4989 11.5437C14.1953 11.2439 13.815 11.0155 13.3894 10.8822ZM23.2976 11.5743C23.6992 12.3639 23.8389 13.2535 23.6947 14.1239C23.5505 14.9946 23.1303 15.7971 22.4978 16.4275L16.5383 22.5243C16.3972 22.6686 16.2039 22.75 16.0021 22.75C15.8003 22.75 15.6069 22.6687 15.4658 22.5245L9.50178 16.4282C8.86948 15.7976 8.44954 14.995 8.30531 14.1242C8.16116 13.2539 8.30064 12.3643 8.70185 11.5746C8.99258 10.9777 9.43094 10.4613 9.97499 10.0675C10.521 9.67226 11.1579 9.41148 11.8295 9.30471C12.501 9.19795 13.1902 9.24786 13.8379 9.45078C14.4851 9.65356 15.074 10.004 15.5516 10.4751C15.552 10.4755 15.5524 10.4759 15.5528 10.4763L16.0017 10.9157L16.4494 10.477C16.4498 10.4767 16.4501 10.4763 16.4505 10.476C16.9279 10.0051 17.5167 9.65492 18.1637 9.45227C18.811 9.2495 19.4998 9.19963 20.171 9.30629C20.8423 9.41295 21.4789 9.6735 22.0247 10.0684C22.5685 10.4619 23.0068 10.9778 23.2976 11.5743Z' fill='%23FB9E2E'/%3E%3Crect x='0.75' y='0.75' width='30.5' height='30.5' rx='15.25' stroke='%23FB9E2E' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.product-interact .product-share-menu {
  position: absolute;
  top: 34px;
  right: 0;
  width: 144px;
  background-color: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
  padding: 8px 12px 4px;
  border-radius: 0.375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.product-interact .product-share-options {
  margin: 3px -6px;
}
.product-interact .product-share-item {
  width: 32px;
  height: 32px;
  margin: 6px;
  background-color: #EBE9E9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  cursor: pointer;
}
.product-interact .product-share-item:hover {
  background-color: #DCE6E5;
}
.product-interact .product-share-item.product-share-ms {
  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%3Cg filter='url(%23filter0_i_1265_2107)'%3E%3Cpath d='M0 8.73C0 3.71363 3.92963 0 9 0C14.0704 0 18 3.71363 18 8.73C18 13.7464 14.0704 17.46 9 17.46C8.08875 17.46 7.21575 17.3396 6.3945 17.1146C6.23526 17.0703 6.06561 17.0822 5.91412 17.1484L4.12762 17.9381C4.01973 17.9857 3.90179 18.0061 3.78418 17.9974C3.66657 17.9888 3.55289 17.9514 3.45313 17.8885C3.35336 17.8256 3.27057 17.7392 3.21202 17.6368C3.15348 17.5344 3.12098 17.4192 3.11737 17.3014L3.06787 15.7005C3.06446 15.6031 3.04125 15.5073 2.99967 15.4191C2.95809 15.3309 2.899 15.2521 2.826 15.1875C1.0755 13.6215 0 11.3535 0 8.73ZM6.23925 7.08863L3.5955 11.2826C3.34238 11.6854 3.83625 12.1387 4.21537 11.8519L7.056 9.69638C7.14943 9.62541 7.26343 9.58681 7.38075 9.5864C7.49807 9.586 7.61233 9.62381 7.70625 9.69412L9.80887 11.2714C9.95806 11.3833 10.1288 11.463 10.3103 11.5056C10.4919 11.5482 10.6803 11.5528 10.8637 11.5189C11.0471 11.4851 11.2214 11.4137 11.3758 11.3091C11.5302 11.2045 11.6613 11.0691 11.7608 10.9114L14.4045 6.71738C14.6587 6.31463 14.1638 5.86125 13.7846 6.14813L10.944 8.30363C10.8506 8.37459 10.7366 8.41319 10.6193 8.4136C10.5019 8.414 10.3877 8.37619 10.2937 8.30587L8.19113 6.7275C8.04194 6.61562 7.87119 6.53587 7.68965 6.49326C7.50811 6.45065 7.31971 6.44612 7.13633 6.47994C6.95295 6.51376 6.77856 6.58521 6.62417 6.68978C6.46977 6.79435 6.33871 6.92976 6.23925 7.0875V7.08863Z' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2107' x='0' y='0' width='18' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2107'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-interact .product-share-item.product-share-tw {
  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%3Cg filter='url(%23filter0_i_1265_2110)'%3E%3Cpath d='M17.7326 3.70269C17.1064 3.98019 16.4336 4.16769 15.7264 4.25244C16.4561 3.81578 17.0021 3.12854 17.2624 2.31894C16.5768 2.72618 15.8264 3.01283 15.0439 3.16644C14.5177 2.60458 13.8207 2.23218 13.0611 2.10704C12.3016 1.9819 11.5219 2.11103 10.8433 2.47438C10.1647 2.83772 9.62496 3.41496 9.30799 4.11646C8.99102 4.81797 8.91453 5.6045 9.09038 6.35394C7.70114 6.28418 6.3421 5.9231 5.10144 5.29412C3.86079 4.66513 2.76626 3.78231 1.88887 2.70294C1.58887 3.22044 1.41638 3.82044 1.41638 4.45944C1.41604 5.03468 1.5577 5.60112 1.82878 6.10849C2.09987 6.61585 2.492 7.04847 2.97038 7.36794C2.41558 7.35028 1.87303 7.20037 1.38788 6.93069V6.97569C1.38782 7.78249 1.6669 8.56447 2.17776 9.18893C2.68863 9.8134 3.3998 10.2419 4.19063 10.4017C3.67596 10.541 3.13638 10.5615 2.61263 10.4617C2.83575 11.1559 3.27037 11.763 3.85565 12.1979C4.44093 12.6328 5.14756 12.8738 5.87663 12.8872C4.639 13.8587 3.11054 14.3858 1.53713 14.3834C1.25841 14.3835 0.979932 14.3672 0.703125 14.3347C2.30023 15.3616 4.15938 15.9066 6.05813 15.9044C12.4856 15.9044 15.9994 10.5809 15.9994 5.96394C15.9994 5.81394 15.9956 5.66244 15.9889 5.51244C16.6723 5.01817 17.2623 4.40611 17.7311 3.70494L17.7326 3.70269V3.70269Z' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2110' x='0' y='0' width='18' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2110'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-interact .product-share-item.product-share-ig {
  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%3Cg filter='url(%23filter0_i_1265_2113)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.59875 0.7995C6.4785 0.759 6.759 0.75 9 0.75C11.241 0.75 11.5215 0.75975 12.4005 0.7995C13.2795 0.83925 13.8795 0.9795 14.4045 1.18275C14.9542 1.3905 15.453 1.71525 15.8655 2.13525C16.2855 2.547 16.6095 3.045 16.8165 3.5955C17.0205 4.1205 17.16 4.7205 17.2005 5.598C17.241 6.47925 17.25 6.75975 17.25 9C17.25 11.241 17.2402 11.5215 17.2005 12.4012C17.1607 13.2787 17.0205 13.8787 16.8165 14.4037C16.6095 14.9543 16.285 15.4531 15.8655 15.8655C15.453 16.2855 14.9542 16.6095 14.4045 16.8165C13.8795 17.0205 13.2795 17.16 12.402 17.2005C11.5215 17.241 11.241 17.25 9 17.25C6.759 17.25 6.4785 17.2403 5.59875 17.2005C4.72125 17.1608 4.12125 17.0205 3.59625 16.8165C3.04569 16.6095 2.54687 16.2849 2.1345 15.8655C1.71478 15.4535 1.38999 14.9549 1.18275 14.4045C0.9795 13.8795 0.84 13.2795 0.7995 12.402C0.759 11.5207 0.75 11.2402 0.75 9C0.75 6.759 0.75975 6.4785 0.7995 5.5995C0.83925 4.7205 0.9795 4.1205 1.18275 3.5955C1.39029 3.04506 1.71534 2.54648 2.13525 2.1345C2.54703 1.71488 3.04535 1.39008 3.5955 1.18275C4.1205 0.9795 4.7205 0.84 5.598 0.7995H5.59875ZM12.3337 2.2845C11.4637 2.24475 11.2027 2.2365 9 2.2365C6.79725 2.2365 6.53625 2.24475 5.66625 2.2845C4.8615 2.32125 4.425 2.4555 4.134 2.56875C3.74925 2.71875 3.474 2.8965 3.18525 3.18525C2.91153 3.45154 2.70089 3.77571 2.56875 4.134C2.4555 4.425 2.32125 4.8615 2.2845 5.66625C2.24475 6.53625 2.2365 6.79725 2.2365 9C2.2365 11.2028 2.24475 11.4637 2.2845 12.3337C2.32125 13.1385 2.4555 13.575 2.56875 13.866C2.70075 14.2238 2.9115 14.5485 3.18525 14.8148C3.4515 15.0885 3.77625 15.2993 4.134 15.4313C4.425 15.5445 4.8615 15.6788 5.66625 15.7155C6.53625 15.7553 6.7965 15.7635 9 15.7635C11.2035 15.7635 11.4637 15.7553 12.3337 15.7155C13.1385 15.6788 13.575 15.5445 13.866 15.4313C14.2507 15.2813 14.526 15.1035 14.8147 14.8148C15.0885 14.5485 15.2992 14.2238 15.4312 13.866C15.5445 13.575 15.6787 13.1385 15.7155 12.3337C15.7552 11.4637 15.7635 11.2028 15.7635 9C15.7635 6.79725 15.7552 6.53625 15.7155 5.66625C15.6787 4.8615 15.5445 4.425 15.4312 4.134C15.2812 3.74925 15.1035 3.474 14.8147 3.18525C14.5484 2.91155 14.2243 2.70091 13.866 2.56875C13.575 2.4555 13.1385 2.32125 12.3337 2.2845V2.2845ZM7.94625 11.5432C8.53474 11.7882 9.19003 11.8213 9.8002 11.6368C10.4104 11.4523 10.9375 11.0617 11.2917 10.5317C11.6459 10.0017 11.805 9.36515 11.742 8.73083C11.679 8.0965 11.3978 7.50373 10.9462 7.05375C10.6584 6.76611 10.3104 6.54586 9.92725 6.40886C9.54409 6.27186 9.13532 6.22152 8.73037 6.26146C8.32542 6.3014 7.93436 6.43063 7.58535 6.63985C7.23634 6.84906 6.93806 7.13306 6.71198 7.47139C6.4859 7.80972 6.33764 8.19397 6.27789 8.59647C6.21813 8.99897 6.24836 9.40972 6.3664 9.79914C6.48445 10.1886 6.68736 10.547 6.96054 10.8485C7.23372 11.1501 7.57037 11.3874 7.94625 11.5432ZM6.0015 6.0015C6.39527 5.60773 6.86274 5.29538 7.37722 5.08227C7.89171 4.86917 8.44313 4.75948 9 4.75948C9.55687 4.75948 10.1083 4.86916 10.6228 5.08227C11.1373 5.29538 11.6047 5.60773 11.9985 6.0015C12.3923 6.39527 12.7046 6.86274 12.9177 7.37722C13.1308 7.89171 13.2405 8.44313 13.2405 9C13.2405 9.55687 13.1308 10.1083 12.9177 10.6228C12.7046 11.1373 12.3923 11.6047 11.9985 11.9985C11.2032 12.7938 10.1247 13.2405 9 13.2405C7.87534 13.2405 6.79675 12.7938 6.0015 11.9985C5.20625 11.2032 4.75948 10.1247 4.75948 9C4.75948 7.87534 5.20625 6.79675 6.0015 6.0015V6.0015ZM14.181 5.391C14.2786 5.29895 14.3567 5.18826 14.4107 5.06548C14.4648 4.9427 14.4936 4.81033 14.4956 4.6762C14.4975 4.54207 14.4725 4.40891 14.4221 4.28461C14.3717 4.1603 14.2968 4.04738 14.202 3.95253C14.1071 3.85768 13.9942 3.78282 13.8699 3.73239C13.7456 3.68196 13.6124 3.65698 13.4783 3.65894C13.3442 3.66089 13.2118 3.68974 13.089 3.74377C12.9662 3.7978 12.8555 3.87592 12.7635 3.9735C12.5845 4.16327 12.4865 4.41534 12.4903 4.6762C12.4941 4.93705 12.5994 5.18616 12.7839 5.37063C12.9683 5.55511 13.2174 5.66042 13.4783 5.66422C13.7392 5.66803 13.9912 5.57002 14.181 5.391V5.391Z' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2113' x='0' y='0' width='18' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2113'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-interact .product-share-item.product-share-fb {
  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%3Cg filter='url(%23filter0_i_1265_2116)'%3E%3Cpath d='M13.1886 10.1244L13.6887 6.867H10.5629V4.75312C10.5629 3.86212 10.9994 2.99306 12.3994 2.99306H13.8203V0.219938C13.8203 0.219938 12.5311 0 11.2981 0C8.72405 0 7.04161 1.56038 7.04161 4.38469V6.86756H4.18018V10.125H7.04161V18H10.5629V10.125L13.1886 10.1244Z' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2116' x='0' y='0' width='18' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2116'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-interact .product-share-item.product-share-wu {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1265_2122)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2722 10.9955C13.0487 10.8837 11.9529 10.3452 11.7489 10.2702C11.5449 10.196 11.3964 10.1592 11.2472 10.3827C11.0987 10.6047 10.6719 11.1072 10.5422 11.2557C10.4117 11.405 10.2819 11.423 10.0592 11.312C9.83642 11.1995 9.11792 10.9647 8.26667 10.2057C7.60442 9.61475 7.15668 8.885 7.02693 8.6615C6.89718 8.43875 7.01268 8.318 7.12443 8.207C7.22493 8.10725 7.34717 7.94675 7.45892 7.817C7.57067 7.6865 7.60742 7.5935 7.68167 7.44425C7.75667 7.29575 7.71917 7.166 7.66292 7.05425C7.60742 6.9425 7.16193 5.84526 6.97593 5.39901C6.79518 4.96476 6.61143 5.02401 6.47493 5.01651C6.34443 5.01051 6.19593 5.00901 6.04743 5.00901C5.89893 5.00901 5.65743 5.06451 5.45343 5.28801C5.24868 5.51076 4.67343 6.05001 4.67343 7.14725C4.67343 8.24375 5.47143 9.3035 5.58318 9.45275C5.69493 9.60125 7.15443 11.8527 9.39017 12.818C9.92267 13.0475 10.3374 13.1847 10.6607 13.2867C11.1947 13.457 11.6807 13.433 12.0647 13.3752C12.4922 13.3115 13.3832 12.836 13.5692 12.3155C13.7544 11.795 13.7544 11.3487 13.6989 11.2557C13.6434 11.1627 13.4949 11.1072 13.2714 10.9955H13.2722ZM9.20567 16.5477H9.20267C7.87475 16.548 6.57121 16.191 5.42868 15.5142L5.15868 15.3537L2.35218 16.0902L3.10143 13.3542L2.92518 13.0737C2.18279 11.892 1.78991 10.5243 1.79193 9.12875C1.79343 5.04126 5.11893 1.71576 9.20867 1.71576C11.1887 1.71576 13.0502 2.48826 14.4497 3.88926C15.1399 4.57669 15.6871 5.39418 16.0594 6.29443C16.4317 7.19468 16.6218 8.15981 16.6187 9.134C16.6172 13.2215 13.2917 16.5477 9.20567 16.5477V16.5477ZM15.5147 2.82501C14.6883 1.9932 13.7051 1.33367 12.622 0.884614C11.5389 0.435563 10.3774 0.205927 9.20492 0.209015C4.28943 0.209015 0.287437 4.21026 0.285937 9.128C0.285187 10.7 0.695437 12.2345 1.47619 13.5867L0.210938 18.209L4.93893 16.9685C6.24683 17.6811 7.71249 18.0545 9.20192 18.0545H9.20567C14.1212 18.0545 18.1232 14.0532 18.1247 9.13475C18.1283 7.96271 17.8995 6.80158 17.4515 5.71853C17.0035 4.63548 16.3452 3.65201 15.5147 2.82501' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2122' x='0.210938' y='0.208984' width='17.9136' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2122'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-interact .product-share-item.product-share-in {
  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%3Cg filter='url(%23filter0_i_1265_2118)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.75 2.0164C0.75 1.67004 0.895235 1.33787 1.15375 1.09295C1.41227 0.848041 1.7629 0.710451 2.1285 0.710451H15.87C16.0512 0.710171 16.2306 0.743748 16.3981 0.809261C16.5656 0.874775 16.7178 0.970937 16.8459 1.09224C16.9741 1.21355 17.0758 1.35762 17.1451 1.51619C17.2145 1.67477 17.2501 1.84475 17.25 2.0164V15.0347C17.2502 15.2063 17.2147 15.3764 17.1454 15.535C17.0762 15.6937 16.9746 15.8378 16.8465 15.9593C16.7184 16.0807 16.5663 16.177 16.3989 16.2427C16.2314 16.3084 16.052 16.3421 15.8708 16.342H2.1285C1.94741 16.342 1.76809 16.3082 1.6008 16.2426C1.4335 16.1769 1.2815 16.0806 1.15349 15.9593C1.02547 15.8379 0.923949 15.6939 0.854717 15.5354C0.785485 15.3768 0.749902 15.2069 0.75 15.0354V2.0164ZM7.281 6.67035H9.51525V7.73329C9.83775 7.12224 10.6628 6.57229 11.9025 6.57229C14.2793 6.57229 14.8425 7.78942 14.8425 10.0226V14.1593H12.4373V10.5313C12.4373 9.2595 12.1148 8.54187 11.2958 8.54187C10.1595 8.54187 9.687 9.31563 9.687 10.5313V14.1593H7.281V6.67035ZM3.156 14.062H5.562V6.57229H3.156V14.0612V14.062ZM5.90625 4.1295C5.91079 4.32467 5.87413 4.51872 5.79843 4.70028C5.72273 4.88184 5.60951 5.04724 5.46542 5.18679C5.32133 5.32633 5.14927 5.43721 4.95934 5.5129C4.76941 5.5886 4.56543 5.62759 4.35938 5.62759C4.15332 5.62759 3.94934 5.5886 3.75941 5.5129C3.56948 5.43721 3.39742 5.32633 3.25333 5.18679C3.10924 5.04724 2.99602 4.88184 2.92032 4.70028C2.84462 4.51872 2.80796 4.32467 2.8125 4.1295C2.8214 3.74643 2.98829 3.38188 3.27741 3.11394C3.56654 2.846 3.95492 2.69596 4.35938 2.69596C4.76383 2.69596 5.15221 2.846 5.44134 3.11394C5.73046 3.38188 5.89735 3.74643 5.90625 4.1295V4.1295Z' fill='%234F5E71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1265_2118' x='0' y='0' width='18' height='21.0527' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1265_2118'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-page-rating .rating-num {
  color: #C9CCCF;
}
.rating-stars {
  margin-right: 5px;
}
.rating-stars i {
  margin-right: 4px;
}
.rating-stars i:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.product-page-alert {
  padding: 8px;
  text-align: center;
  color: #FFFFFF;
}
.product-page-alert span {
  position: relative;
  font-weight: 700;
}
.product-page-alert span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  content: "";
}
.product-page-alert-warning {
  background-color: #FB9E2E;
}
.product-page-alert-warning span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4296 16.4126C17.4728 16.4721 17.4972 16.543 17.4998 16.6162C17.5024 16.6895 17.483 16.7619 17.4441 16.8242C17.4053 16.8866 17.3486 16.9361 17.2814 16.9666C17.2142 16.997 17.1394 17.007 17.0665 16.9952H3.93349C3.86057 17.007 3.78578 16.997 3.71857 16.9666C3.65135 16.9361 3.59474 16.8866 3.55588 16.8242C3.51702 16.7619 3.49765 16.6895 3.50023 16.6162C3.50281 16.543 3.52721 16.4721 3.57036 16.4126L10.2065 3.24049C10.368 2.91984 10.632 2.91984 10.7935 3.24049L17.4296 16.4126Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 12V8' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_242_25892' fill='white'%3E%3Cpath d='M10.464 13C10.3335 13.0026 10.2048 13.0311 10.0854 13.084C9.96602 13.1369 9.85835 13.213 9.76868 13.3079C9.679 13.4029 9.60912 13.5147 9.5631 13.637C9.51709 13.7592 9.49586 13.8894 9.50067 14.02C9.51097 14.2828 9.62235 14.5315 9.81155 14.7141C10.0007 14.8968 10.2531 14.9992 10.516 15H10.536C10.6665 14.9974 10.7952 14.9689 10.9146 14.916C11.034 14.8631 11.1417 14.787 11.2313 14.6921C11.321 14.5971 11.3909 14.4853 11.4369 14.363C11.4829 14.2408 11.5041 14.1106 11.4993 13.98C11.4892 13.7199 11.38 13.4735 11.1942 13.2913C11.0085 13.1091 10.7601 13.0049 10.5 13H10.48'/%3E%3C/mask%3E%3Cpath d='M10.4837 13.9998C11.0359 13.9889 11.4747 13.5325 11.4638 12.9803C11.453 12.4282 10.9965 11.9893 10.4444 12.0002L10.4837 13.9998ZM9.50067 14.02L8.50134 14.0568L8.50143 14.0592L9.50067 14.02ZM10.516 15L10.5128 16H10.516V15ZM10.536 15V16C10.5425 16 10.5491 15.9999 10.5556 15.9998L10.536 15ZM11.4993 13.98L12.4987 13.9432L12.4986 13.941L11.4993 13.98ZM10.5 13L10.5189 12.0002C10.5126 12.0001 10.5063 12 10.5 12V13ZM10.48 12C9.92773 12 9.48001 12.4477 9.48001 13C9.48001 13.5523 9.92773 14 10.48 14V12ZM10.4444 12.0002C10.181 12.0054 9.92133 12.063 9.68049 12.1696L10.4903 13.9983C10.4882 13.9993 10.486 13.9998 10.4837 13.9998L10.4444 12.0002ZM9.68049 12.1696C9.43966 12.2763 9.22251 12.4298 9.04167 12.6213L10.4957 13.9946C10.4942 13.9961 10.4924 13.9974 10.4903 13.9983L9.68049 12.1696ZM9.04167 12.6213C8.86083 12.8128 8.71995 13.0383 8.6272 13.2847L10.499 13.9892C10.4983 13.9912 10.4972 13.993 10.4957 13.9946L9.04167 12.6213ZM8.6272 13.2847C8.53445 13.5312 8.49166 13.7936 8.50134 14.0568L10.5 13.9832C10.5001 13.9853 10.4997 13.9873 10.499 13.9892L8.6272 13.2847ZM8.50143 14.0592C8.52184 14.5795 8.74232 15.0719 9.11707 15.4337L10.506 13.9946C10.5024 13.9911 10.5001 13.9862 10.4999 13.9808L8.50143 14.0592ZM9.11707 15.4337C9.49183 15.7954 9.99188 15.9984 10.5128 16L10.5191 14C10.5144 14 10.5097 13.9981 10.506 13.9946L9.11707 15.4337ZM10.516 16H10.536V14H10.516V16ZM10.5556 15.9998C10.819 15.9946 11.0787 15.937 11.3195 15.8304L10.5097 14.0017C10.5118 14.0007 10.514 14.0002 10.5163 14.0002L10.5556 15.9998ZM11.3195 15.8304C11.5603 15.7237 11.7775 15.5702 11.9583 15.3787L10.5043 14.0054C10.5058 14.0039 10.5076 14.0026 10.5097 14.0017L11.3195 15.8304ZM11.9583 15.3787C12.1392 15.1872 12.28 14.9617 12.3728 14.7153L10.501 14.0108C10.5017 14.0088 10.5028 14.007 10.5043 14.0054L11.9583 15.3787ZM12.3728 14.7153C12.4656 14.4688 12.5083 14.2064 12.4987 13.9432L10.5 14.0168C10.4999 14.0147 10.5003 14.0127 10.501 14.0108L12.3728 14.7153ZM12.4986 13.941C12.4785 13.4261 12.2624 12.9382 11.8944 12.5773L10.4941 14.0053C10.4977 14.0088 10.4999 14.0137 10.5001 14.019L12.4986 13.941ZM11.8944 12.5773C11.5264 12.2164 11.0343 12.0099 10.5189 12.0002L10.4811 13.9998C10.4859 13.9999 10.4905 14.0018 10.4941 14.0053L11.8944 12.5773ZM10.5 12H10.48V14H10.5V12Z' fill='white' mask='url(%23path-3-inside-1_242_25892)'/%3E%3C/svg%3E%0A");
}
.product-page-alert-hurryup {
  background-color: #FB9E2E;
}
.product-page-alert-hurryup span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1.78218C5.46142 1.78218 1.78218 5.46142 1.78218 10C1.78218 14.5386 5.46142 18.2178 10 18.2178C14.5386 18.2178 18.2178 14.5386 18.2178 10C18.2178 5.46142 14.5386 1.78218 10 1.78218ZM0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 11.7709V4H11.3564V11.0382L16 12.132L15.3527 14L9.85451 12.7049C9.34871 12.5857 9 12.2046 9 11.7709Z' fill='white'/%3E%3C/svg%3E%0A");
}
.product-page-alert-trend {
  background-color: #FB9E2E;
}
.product-page-alert-trend span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.82568 12.25C4.82568 12.25 13.9465 3.10165 14.5365 2.51248C15.1907 1.85748 17.3015 1.36415 18.3515 1.15248C18.4189 1.1389 18.4885 1.14218 18.5543 1.16203C18.6201 1.18189 18.68 1.21771 18.7285 1.2663C18.7771 1.31488 18.8129 1.37473 18.8328 1.44051C18.8527 1.50629 18.8559 1.57596 18.8424 1.64332C18.6307 2.69332 18.1374 4.80332 17.4824 5.45832L7.75902 15.1808L4.82568 12.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10L10 12.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.1793 10.7625C12.2173 12.0471 12.1187 13.3321 11.8851 14.5958C11.6065 15.2542 11.2062 15.8542 10.7051 16.3641L8.60763 18.4583C8.54647 18.5198 8.46763 18.5607 8.38212 18.5753C8.29661 18.5898 8.20868 18.5773 8.13061 18.5395C8.05254 18.5017 7.98821 18.4405 7.94659 18.3644C7.90498 18.2883 7.88815 18.2011 7.89846 18.115L8.30596 14.635' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.23233 7.81583C7.94176 7.76812 6.64977 7.85779 5.37816 8.08333C4.72641 8.37137 4.13494 8.77992 3.63483 9.2875L1.54316 11.3783C1.48172 11.4397 1.44097 11.5187 1.42663 11.6043C1.41228 11.69 1.42505 11.778 1.46314 11.856C1.50124 11.934 1.56276 11.9982 1.63911 12.0396C1.71546 12.0809 1.80283 12.0974 1.889 12.0867L5.389 11.6583' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.58915 15.9648C6.13969 16.5137 5.66922 17.0719 5.07357 17.6673C4.51603 18.2232 2.40248 18.8574 1.32083 19.154C1.25532 19.1711 1.18646 19.1709 1.12108 19.1533C1.0557 19.1357 0.996054 19.1013 0.948052 19.0537C0.90005 19.006 0.865357 18.9466 0.847406 18.8814C0.829455 18.8162 0.828869 18.7475 0.845706 18.682C1.13964 17.599 1.76873 15.4828 2.32317 14.9254C2.92737 14.3229 3.48415 13.8633 4.03392 14.4122' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-page-alert-success {
  background-color: #47D0BE;
}
.product-page-alert-success span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10' r='7.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.5 7.5L9.5 12.5L6.5 9.5' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-page-alert-newbie {
  background-color: #47D0BE;
}
.product-page-alert-newbie span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1646_3112)'%3E%3Cpath d='M18.125 15.625H9.375L4.375 19.375V15.625H1.875C1.54348 15.625 1.22553 15.4933 0.991117 15.2589C0.756696 15.0245 0.625 14.7065 0.625 14.375V1.875C0.625 1.54348 0.756696 1.22553 0.991117 0.991117C1.22553 0.756696 1.54348 0.625 1.875 0.625H18.125C18.4565 0.625 18.7745 0.756696 19.0089 0.991117C19.2433 1.22553 19.375 1.54348 19.375 1.875V14.375C19.375 14.7065 19.2433 15.0245 19.0089 15.2589C18.7745 15.4933 18.4565 15.625 18.125 15.625Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.02742 6.04167C7.87392 5.72922 7.63595 5.46606 7.34047 5.28201C7.045 5.09797 6.70386 5.00041 6.35575 5.00041C6.00765 5.00041 5.66651 5.09797 5.37103 5.28201C5.07556 5.46606 4.83757 5.72922 4.68408 6.04167' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5225 6.04167C15.369 5.72922 15.1311 5.46606 14.8356 5.28201C14.5401 5.09797 14.199 5.00041 13.8509 5.00041C13.5028 5.00041 13.1616 5.09797 12.8662 5.28201C12.5707 5.46606 12.3327 5.72922 12.1792 6.04167' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.87646 10.625C7.75862 11.4293 8.90934 11.8752 10.1032 11.8752C11.2969 11.8752 12.4477 11.4293 13.3298 10.625' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1646_3112'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-page-alert-error {
  background-color: #EC1337;
}
.product-page-alert-error span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9296 16.4126C16.9728 16.4721 16.9972 16.543 16.9998 16.6162C17.0024 16.6895 16.983 16.7619 16.9441 16.8242C16.9053 16.8866 16.8486 16.9361 16.7814 16.9666C16.7142 16.997 16.6394 17.007 16.5665 16.9952H3.43349C3.36057 17.007 3.28578 16.997 3.21857 16.9666C3.15135 16.9361 3.09474 16.8866 3.05588 16.8242C3.01702 16.7619 2.99765 16.6895 3.00023 16.6162C3.00281 16.543 3.02721 16.4721 3.07036 16.4126L9.70648 3.24049C9.86801 2.91984 10.132 2.91984 10.2935 3.24049L16.9296 16.4126Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12V8' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_311_32241' fill='white'%3E%3Cpath d='M9.96402 13C9.8335 13.0026 9.70479 13.0311 9.5854 13.084C9.46602 13.1369 9.35835 13.213 9.26868 13.3079C9.179 13.4029 9.10912 13.5147 9.0631 13.637C9.01709 13.7592 8.99586 13.8894 9.00067 14.02C9.01097 14.2828 9.12235 14.5315 9.31155 14.7141C9.50074 14.8968 9.75312 14.9992 10.016 15H10.036C10.1665 14.9974 10.2952 14.9689 10.4146 14.916C10.534 14.8631 10.6417 14.787 10.7313 14.6921C10.821 14.5971 10.8909 14.4853 10.9369 14.363C10.9829 14.2408 11.0041 14.1106 10.9993 13.98C10.9892 13.7199 10.88 13.4735 10.6942 13.2913C10.5085 13.1091 10.2601 13.0049 10 13H9.98001'/%3E%3C/mask%3E%3Cpath d='M9.98369 13.9998C10.5359 13.9889 10.9747 13.5325 10.9638 12.9803C10.953 12.4282 10.4965 11.9893 9.94436 12.0002L9.98369 13.9998ZM9.00067 14.02L8.00134 14.0568L8.00143 14.0592L9.00067 14.02ZM10.016 15L10.0128 16H10.016V15ZM10.036 15V16C10.0425 16 10.0491 15.9999 10.0556 15.9998L10.036 15ZM10.9993 13.98L11.9987 13.9432L11.9986 13.941L10.9993 13.98ZM10 13L10.0189 12.0002C10.0126 12.0001 10.0063 12 10 12V13ZM9.98001 12C9.42773 12 8.98001 12.4477 8.98001 13C8.98001 13.5523 9.42773 14 9.98001 14V12ZM9.94436 12.0002C9.68101 12.0054 9.42133 12.063 9.18049 12.1696L9.99031 13.9983C9.98824 13.9993 9.98599 13.9998 9.98369 13.9998L9.94436 12.0002ZM9.18049 12.1696C8.93966 12.2763 8.72251 12.4298 8.54167 12.6213L9.99568 13.9946C9.99419 13.9961 9.99237 13.9974 9.99031 13.9983L9.18049 12.1696ZM8.54167 12.6213C8.36083 12.8128 8.21995 13.0383 8.1272 13.2847L9.99901 13.9892C9.99829 13.9912 9.99717 13.993 9.99568 13.9946L8.54167 12.6213ZM8.1272 13.2847C8.03445 13.5312 7.99166 13.7936 8.00134 14.0568L9.99999 13.9832C10.0001 13.9853 9.99973 13.9873 9.99901 13.9892L8.1272 13.2847ZM8.00143 14.0592C8.02184 14.5795 8.24232 15.0719 8.61707 15.4337L10.006 13.9946C10.0024 13.9911 10.0001 13.9862 9.9999 13.9808L8.00143 14.0592ZM8.61707 15.4337C8.99183 15.7954 9.49188 15.9984 10.0128 16L10.0191 14C10.0144 14 10.0097 13.9981 10.006 13.9946L8.61707 15.4337ZM10.016 16H10.036V14H10.016V16ZM10.0556 15.9998C10.319 15.9946 10.5787 15.937 10.8195 15.8304L10.0097 14.0017C10.0118 14.0007 10.014 14.0002 10.0163 14.0002L10.0556 15.9998ZM10.8195 15.8304C11.0603 15.7237 11.2775 15.5702 11.4583 15.3787L10.0043 14.0054C10.0058 14.0039 10.0076 14.0026 10.0097 14.0017L10.8195 15.8304ZM11.4583 15.3787C11.6392 15.1872 11.78 14.9617 11.8728 14.7153L10.001 14.0108C10.0017 14.0088 10.0028 14.007 10.0043 14.0054L11.4583 15.3787ZM11.8728 14.7153C11.9656 14.4688 12.0083 14.2064 11.9987 13.9432L10 14.0168C9.99994 14.0147 10.0003 14.0127 10.001 14.0108L11.8728 14.7153ZM11.9986 13.941C11.9785 13.4261 11.7624 12.9382 11.3944 12.5773L9.99408 14.0053C9.99766 14.0088 9.99989 14.0137 10.0001 14.019L11.9986 13.941ZM11.3944 12.5773C11.0264 12.2164 10.5343 12.0099 10.0189 12.0002L9.98114 13.9998C9.98587 13.9999 9.99051 14.0018 9.99408 14.0053L11.3944 12.5773ZM10 12H9.98001V14H10V12Z' fill='white' mask='url(%23path-3-inside-1_311_32241)'/%3E%3C/svg%3E%0A");
}
.product-alert-box {
  border-radius: 4px;
  padding: 12px 17px;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.product-alert-box:before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  width: 20px;
  height: 20px;
}
.product-alert-box > div > span, .product-alert-box > div div {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 2px 0;
}
.product-alert-box.alert-new {
  border: 1px solid #39ABEC;
  background-color: rgba(57, 171, 236, 0.24);
}
.product-alert-box.alert-new:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0322 1.90564L13.2766 6.71832H17.6374C17.8579 6.70923 18.0756 6.77143 18.2609 6.89642C18.4461 7.0214 18.5898 7.20307 18.6723 7.41655C18.7548 7.63003 18.7721 7.8649 18.7218 8.08902C18.6714 8.31313 18.556 8.51554 18.3911 8.66855L14.6048 12.0593L16.7013 17.0907C16.7937 17.3211 16.8145 17.5759 16.7608 17.8193C16.7071 18.0626 16.5816 18.2822 16.4019 18.4472C16.2223 18.6122 15.9975 18.7143 15.7594 18.7389C15.5212 18.7636 15.2816 18.7097 15.0744 18.5849L10.0028 15.6032L4.93336 18.5892C4.72609 18.7145 4.48635 18.7687 4.24796 18.7443C4.00957 18.7198 3.78457 18.6178 3.6047 18.4527C3.42484 18.2876 3.29919 18.0678 3.24549 17.8242C3.19178 17.5806 3.21273 17.3256 3.30539 17.0951L5.40194 12.0637L1.61556 8.67292C1.44872 8.52076 1.33131 8.31827 1.27956 8.09345C1.22782 7.86863 1.24429 7.63259 1.32671 7.41797C1.40912 7.20334 1.55341 7.02073 1.73962 6.8954C1.92582 6.77006 2.14475 6.70818 2.36613 6.71832H6.72906L8.97866 1.90564C9.07533 1.70828 9.22236 1.54261 9.40355 1.42692C9.58473 1.31122 9.79303 1.25 10.0054 1.25C10.2179 1.25 10.4262 1.31122 10.6073 1.42692C10.7885 1.54261 10.9356 1.70828 11.0322 1.90564V1.90564Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-box.alert-warning {
  border: 1px solid #FB9E2E;
  background-color: rgba(251, 158, 46, 0.24);
}
.product-alert-box.alert-warning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4231_110056)'%3E%3Cpath d='M17.9891 2.5H2.01087C1.59065 2.5 1.25 2.84645 1.25 3.27381V17.9762C1.25 18.4036 1.59065 18.75 2.01087 18.75H17.9891C18.4093 18.75 18.75 18.4036 18.75 17.9762V3.27381C18.75 2.84645 18.4093 2.5 17.9891 2.5Z' stroke='%23FB9E2E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1.25V3.75' stroke='%23FB9E2E' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15 1.25V3.75' stroke='%23FB9E2E' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1.25 6.25H18.75' stroke='%23FB9E2E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4231_110056'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-alert-box.alert-warning-feature {
  border: 1px solid #FB9E2E;
  background-color: rgba(251, 158, 46, 0.24);
}
.product-alert-box.alert-warning-feature:before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.60156V10.3716C5.99998 11.2651 6.24964 12.1408 6.72083 12.9C7.19201 13.6592 7.86597 14.2717 8.66667 14.6682' stroke='%23FB9E2E' stroke-linejoin='round'/%3E%3Cpath d='M15.334 2.99085C15.334 2.87885 15.3058 2.76867 15.2519 2.67046C15.1981 2.57225 15.1204 2.48919 15.026 2.42893C14.9316 2.36868 14.8235 2.33318 14.7118 2.3257C14.6001 2.31823 14.4882 2.33903 14.3867 2.38618C11.83 3.57218 9.30465 4.64418 4.00065 4.66818H3.33398C2.80355 4.66818 2.29484 4.87889 1.91977 5.25396C1.5447 5.62904 1.33398 6.13775 1.33398 6.66818V8.00151C1.33398 8.53194 1.5447 9.04065 1.91977 9.41573C2.29484 9.7908 2.80355 10.0015 3.33398 10.0015H4.00065C9.30465 10.0255 11.83 11.0975 14.3867 12.2835C14.4882 12.3307 14.6001 12.3515 14.7118 12.344C14.8235 12.3365 14.9316 12.301 15.026 12.2408C15.1204 12.1805 15.1981 12.0974 15.2519 11.9992C15.3058 11.901 15.334 11.7908 15.334 11.6788V2.99085Z' stroke='%23FB9E2E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.334 6H15.6673C15.9325 6 16.1869 6.10536 16.3744 6.29289C16.562 6.48043 16.6673 6.73478 16.6673 7V7.66667C16.6673 7.93188 16.562 8.18624 16.3744 8.37377C16.1869 8.56131 15.9325 8.66667 15.6673 8.66667H15.334' stroke='%23FB9E2E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-box.alert-danger {
  border: 1px solid #EC1337;
  background-color: rgba(236, 19, 55, 0.24);
}
.product-alert-box.alert-danger: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='M18.0827 15.5849V10.1682C18.0811 8.72374 17.6379 7.31429 16.8126 6.12882C15.9873 4.94335 14.8193 4.03854 13.4652 3.5357C13.3698 2.95002 13.0692 2.41736 12.6172 2.03297C12.1651 1.64857 11.5911 1.4375 10.9977 1.4375C10.4043 1.4375 9.83025 1.64857 9.37819 2.03297C8.92614 2.41736 8.62555 2.95002 8.53018 3.5357C7.17622 4.03838 6.00846 4.94324 5.18366 6.12882C4.35887 7.3144 3.91652 8.72394 3.91602 10.1682V15.5849C3.91602 16.2479 3.65262 16.8838 3.18378 17.3526C2.71494 17.8215 2.07906 18.0849 1.41602 18.0849H20.5827C19.9196 18.0849 19.2838 17.8215 18.8149 17.3526C18.3461 16.8838 18.0827 16.2479 18.0827 15.5849Z' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 18.082C13.5 18.7451 13.2366 19.381 12.7678 19.8498C12.2989 20.3186 11.663 20.582 11 20.582C10.337 20.582 9.70107 20.3186 9.23223 19.8498C8.76339 19.381 8.5 18.7451 8.5 18.082' stroke='%23EC1337' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-box.alert-success {
  border: 1px solid #2DC545;
  background-color: rgba(45, 197, 69, 0.24);
}
.product-alert-box.alert-success:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.5' stroke='%2347D0BE'/%3E%3Cpath d='M14 7.5L9 12.5L6 9.5' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-box.alert-failed {
  border: 1px solid #414F62;
  background-color: rgba(116, 121, 129, 0.24);
}
.product-alert-box.alert-failed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M6.25 6.25L13.75 13.75' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M13.75 6.25L6.25 13.75' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-page-head-main {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product-page-head-main {
    position: static;
  }
}
.product-page-head-main .product-page-alert-error {
  position: absolute;
  top: -72px;
  left: 48px;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 1024px) {
  .product-page-head-main .product-page-alert-error {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.product-page-head-main .to-story {
  color: #FFFFFF;
  display: block;
}
.product-page-head-main .badge img {
  height: 130px;
  width: auto;
}
#order-modal-recommend .product-recommend {
  padding: 30px 0 96px;
}
.product-selection, .product-recommend {
  padding: 72px 0 96px;
  background-color: #FFFFFF;
  /*.wrapper {
      overflow: hidden;
      .card-slider .splide__arrow--next {
          right: 16px;
      }
      .card-slider .splide__arrow--prev {
          right: 80px;
      }
  }*/
}
@media only screen and (max-width: 1024px) {
  .product-selection, .product-recommend {
    padding: 48px 0 72px;
  }
}
.product-selection .h2, .product-recommend .h2 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .product-selection .h2, .product-recommend .h2 {
    width: calc(100% - 100px);
  }
}
.product-selection .alert, .product-recommend .alert {
  display: inline-block;
  width: initial;
  top: -8px;
}
.product-selection.blue-bg, .product-recommend.blue-bg {
  position: relative;
}
.product-selection.blue-bg:before, .product-recommend.blue-bg:before {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 24px;
  background-color: #F4F8FB;
  content: "";
}
@media only screen and (max-width: 1440px) {
  .product-selection.blue-bg:before, .product-recommend.blue-bg:before {
    width: 100%;
    border-radius: 0;
  }
}
.product-details {
  padding: 72px 0 96px;
  background-color: #F4F8FB;
}
@media only screen and (max-width: 1024px) {
  .product-details {
    padding: 48px 0 72px;
  }
}
.product-details .product-sticky-footer {
  position: fixed;
  z-index: 12;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  box-shadow: inset 0px 1px 0px #B9D2DF;
  background-color: #F4F5F5;
  transform: translateY(100%);
  transition: transform 0.2s;
}
.product-details .product-sticky-footer .btn {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 8px;
  text-align: center;
}
.product-details .product-sticky-footer .product-interact .product-share-menu {
  top: auto;
  bottom: 36px;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .product-details .nav-wrapper.sticky + .product-sticky-footer {
    transform: translateY(0);
  }
  .product-details .nav-wrapper.sticky + .product-sticky-footer.hide {
    transform: translateY(100%);
  }
}
.tab-main {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 28px;
}
@media only screen and (max-width: 1024px) {
  .tab-main {
    margin-right: 0;
  }
}
.tab-main figure {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
.tab-main figure figcaption {
  text-align: left;
}
.tab-main figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.tab-main figure video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
.tab-main figure.content-video {
  margin-left: 16px;
  margin-right: 16px;
}
.tab-main figure.content-video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 0.375rem;
  overflow: hidden;
}
.tab-main figure.content-video .video-wrap iframe, .tab-main figure.content-video .video-wrap object, .tab-main figure.content-video .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-main figure.content-image {
  margin-left: 16px;
  margin-right: 16px;
}
.tab-side {
  width: 280px;
}
@media only screen and (max-width: 1024px) {
  .tab-side {
    display: none;
  }
}
.block-title {
  padding: 12px 16px;
  background-color: #E3EDF2;
  border-radius: 0.375rem;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}
.block-title .h3 {
  color: #4E89A7;
}
.content-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  padding: 16px;
  border-radius: 0.75rem;
  background-color: #F4F8FB;
}
.content-nav li {
  position: relative;
}
.content-nav li:after {
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #4E89A7;
  content: "";
}
.content-nav li:last-child:after {
  display: none !important;
}
.content-nav li a, .content-nav li span {
  display: block;
  padding: 16px 24px;
  color: #4E89A7;
  font-weight: 600;
  border-radius: 0.375rem;
  cursor: pointer;
}
.content-nav li.active:after {
  display: none;
}
.content-nav li.active a, .content-nav li.active span {
  background-color: #4E89A7;
  color: #FFFFFF;
  cursor: default;
  margin-top: -1px;
}
.content-nav li.active + .active:after {
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #4E89A7;
  content: "";
}
.content-nav li.active + .active a, .content-nav li.active + .active span {
  background-color: transparent;
  color: #4E89A7;
  cursor: pointer;
  margin-top: 0;
}
.section-brancs-pros {
  background-color: #FFFFFF;
  margin-bottom: 48px;
}
.brancs-pros {
  margin: 0;
  padding: 40px 26px;
  border: 1px solid #B9D2DF;
  border-radius: 12px;
}
@media only screen and (max-width: 1024px) {
  .brancs-pros {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px;
  }
}
.brancs-pros-item {
  flex-grow: 1;
  margin: 0 16px;
}
@media only screen and (max-width: 1024px) {
  .brancs-pros-item {
    max-width: 380px;
    margin: 0 auto 32px;
  }
  .brancs-pros-item:last-child {
    margin-bottom: 0;
  }
}
.brancs-pros-img {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .brancs-pros-img {
    box-shadow: initial;
  }
}
.brancs-pros-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.brancs-pros-img-1:before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1719 29.6537C11.1719 29.6537 33.0619 7.69775 34.4779 6.28375C36.0479 4.71175 41.1139 3.52775 43.6339 3.01975C43.7955 2.98714 43.9627 2.99501 44.1206 3.04267C44.2785 3.09032 44.4221 3.17628 44.5387 3.29289C44.6553 3.4095 44.7413 3.55314 44.789 3.71101C44.8366 3.86889 44.8445 4.03609 44.8119 4.19775C44.3039 6.71775 43.1199 11.7817 41.5479 13.3537L18.2119 36.6877L11.1719 29.6537Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9922 26.8015L21.0442 33.8595' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.5898 6.25366L41.6418 13.3117' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.8202 26.0837C28.9113 29.1668 28.6747 32.2507 28.1142 35.2837C27.4455 36.8639 26.4847 38.3038 25.2822 39.5277L20.2482 44.5537C20.1014 44.7014 19.9122 44.7995 19.7069 44.8344C19.5017 44.8694 19.2907 44.8394 19.1033 44.7487C18.9159 44.658 18.7615 44.511 18.6617 44.3284C18.5618 44.1457 18.5214 43.9364 18.5462 43.7297L19.5242 35.3777' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7474 19.0118C18.6501 18.8973 15.5493 19.1125 12.4974 19.6538C10.9332 20.3451 9.51369 21.3256 8.31344 22.5438L3.29343 27.5618C3.14596 27.709 3.04818 27.8987 3.01374 28.1042C2.97931 28.3097 3.00995 28.5209 3.10138 28.7082C3.19282 28.8954 3.34047 29.0495 3.52371 29.1487C3.70696 29.248 3.91663 29.2875 4.12343 29.2618L12.5234 28.2338' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3809 36.434C15.7969 37.848 15.2069 39.852 13.6749 41.386C12.2409 42.818 6.80493 44.452 4.02293 45.216C3.85445 45.2601 3.67736 45.2595 3.5092 45.2141C3.34103 45.1688 3.18763 45.0803 3.06417 44.9575C2.94071 44.8346 2.85148 44.6817 2.80531 44.5137C2.75914 44.3458 2.75763 44.1687 2.80094 44C3.55694 41.21 5.17493 35.758 6.60093 34.322C8.15494 32.77 10.1389 32.202 11.5529 33.616' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='33.5508' cy='14.25' r='2.25' stroke='%23212832' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.brancs-pros-img-2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 26H25V47H13.4444C13.0614 47 12.694 46.842 12.4231 46.5607C12.1522 46.2794 12 45.8978 12 45.5V26V26Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 26H37' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37 35V45.5C37 45.8978 36.842 46.2794 36.5607 46.5607C36.2794 46.842 35.8978 47 35.5 47H25' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 26L28.5099 34.0775C28.6286 34.3507 28.8287 34.5841 29.0852 34.7483C29.3416 34.9124 29.6429 35 29.9511 35H40.2201C40.3487 34.9999 40.4752 34.9694 40.5886 34.911C40.7019 34.8527 40.7984 34.7683 40.8696 34.6655C40.9406 34.5628 40.9842 34.4449 40.9964 34.3222C41.0087 34.1995 40.9893 34.0758 40.9399 33.962L37.4909 26' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 26L7.13689 33.7175C7.04958 33.8459 7.00237 33.9926 7.00009 34.1426C6.9978 34.2925 7.04052 34.4403 7.12388 34.5708C7.20723 34.7012 7.32823 34.8098 7.47447 34.8852C7.62071 34.9606 7.78695 35.0002 7.95615 35H12' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 2.25955L25.4544 5.2065L25.6871 5.67794L26.2073 5.75354L29.4595 6.2261L27.1062 8.51998L26.7297 8.88695L26.8186 9.40511L27.3742 12.6441L24.4653 11.1149L24 10.8702L23.5347 11.1149L20.6258 12.6441L21.1814 9.40511L21.2703 8.88695L20.8938 8.51998L18.5405 6.2261L21.7927 5.75354L22.3129 5.67794L22.5456 5.2065L24 2.25955Z' stroke='%2347D0BE' stroke-width='2'/%3E%3Cpath d='M40 13.2596L40.8666 15.0155L41.0993 15.487L41.6196 15.5626L43.5574 15.8441L42.1552 17.211L41.7787 17.5779L41.8676 18.0961L42.1986 20.0261L40.4653 19.1149L40 18.8702L39.5347 19.1149L37.8014 20.0261L38.1324 18.0961L38.2213 17.5779L37.8448 17.211L36.4426 15.8441L38.3804 15.5626L38.9007 15.487L39.1334 15.0155L40 13.2596Z' stroke='%2347D0BE' stroke-width='2'/%3E%3Cpath d='M8 13.2596L8.86662 15.0155L9.09929 15.487L9.61956 15.5626L11.5574 15.8441L10.1552 17.211L9.77869 17.5779L9.86756 18.0961L10.1986 20.0261L8.46534 19.1149L8 18.8702L7.53466 19.1149L5.80142 20.0261L6.13244 18.0961L6.22131 17.5779L5.84484 17.211L4.44262 15.8441L6.38044 15.5626L6.90071 15.487L7.13338 15.0155L8 13.2596Z' stroke='%2347D0BE' stroke-width='2'/%3E%3Cpath d='M24 13L24 24' stroke='%23212832' stroke-dasharray='2 1'/%3E%3Cpath d='M24 19L24 24' stroke='%23212832'/%3E%3Cpath d='M44 23L44 25' stroke='%23212832'/%3E%3Cpath d='M44 27L44 29' stroke='%23212832'/%3E%3Cpath d='M43 26L41 26' stroke='%23212832'/%3E%3Cpath d='M47 26L45 26' stroke='%23212832'/%3E%3Cpath d='M4 23L4 25' stroke='%23212832'/%3E%3Cpath d='M4 27L4 29' stroke='%23212832'/%3E%3Cpath d='M3 26L1 26' stroke='%23212832'/%3E%3Cpath d='M7 26L5 26' stroke='%23212832'/%3E%3Cpath d='M29 24C29 17.5 31.8 12.9 35 8.5' stroke='%23212832' stroke-dasharray='2 1'/%3E%3Cpath d='M29 24C29 20.1048 30.0055 16.892 31.5 13.9956' stroke='%23212832'/%3E%3Cpath d='M19 24C19 17.5 16.2 12.9 13 8.5' stroke='%23212832' stroke-dasharray='2 1'/%3E%3Cpath d='M19 24C19 20.1048 17.9945 16.892 16.5 13.9956' stroke='%23212832'/%3E%3C/svg%3E%0A");
}
.brancs-pros-img-3:before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3952_72308)'%3E%3Cpath d='M39.9229 29.526L46.1789 40.36C46.4549 40.836 46.2349 41.16 45.6929 41.06L38.9769 39.924L36.6489 46.324C36.4609 46.84 36.0769 46.876 35.7969 46.404L29.7969 36.258' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.07836 29.526L1.82236 40.36C1.54636 40.836 1.76636 41.16 2.30836 41.06L9.02436 39.924L11.3544 46.324C11.5424 46.842 11.9264 46.876 12.2064 46.404L18.2064 36.27' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41 17.9992C41.0003 16.8148 40.6451 15.6574 39.9803 14.6772C39.3155 13.697 38.3717 12.939 37.2713 12.5015C37.7394 11.4139 37.8705 10.2108 37.6476 9.04787C37.4247 7.88493 36.8581 6.81565 36.021 5.97835C35.1839 5.14105 34.1148 4.57426 32.9522 4.3513C31.7895 4.12834 30.5867 4.25947 29.4994 4.72773C29.0615 3.6277 28.3037 2.6844 27.324 2.01983C26.3443 1.35526 25.1878 1 24.0041 1C22.8203 1 21.6638 1.35526 20.6841 2.01983C19.7044 2.6844 18.9466 3.6277 18.5087 4.72773C17.4211 4.25749 16.2174 4.12482 15.0535 4.34689C13.8896 4.56897 12.8192 5.13556 11.981 5.97326C11.1428 6.81095 10.5755 7.88112 10.3525 9.04511C10.1296 10.2091 10.2612 11.4132 10.7305 12.5015C9.62984 12.9387 8.68584 13.6964 8.02072 14.6764C7.35559 15.6565 7 16.8137 7 17.9982C7 19.1827 7.35559 20.3399 8.02072 21.32C8.68584 22.3 9.62984 23.0577 10.7305 23.4949C10.2623 24.5825 10.1312 25.7856 10.3541 26.9485C10.577 28.1114 11.1437 29.1807 11.9808 30.018C12.8179 30.8553 13.8869 31.4221 15.0495 31.6451C16.2122 31.868 17.415 31.7369 18.5023 31.2686C18.9394 32.3695 19.6969 33.3138 20.6767 33.979C21.6565 34.6443 22.8135 35 23.9977 35C25.1819 35 26.3388 34.6443 27.3186 33.979C28.2984 33.3138 29.0559 32.3695 29.493 31.2686C30.5804 31.7369 31.7832 31.868 32.9458 31.6451C34.1085 31.4221 35.1775 30.8553 36.0146 30.018C36.8517 29.1807 37.4183 28.1114 37.6412 26.9485C37.8641 25.7856 37.7331 24.5825 37.2649 23.4949C38.3666 23.059 39.3117 22.3019 39.9778 21.3219C40.6439 20.3419 41 19.1842 41 17.9992V17.9992Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 15L22.8643 21.6495C22.7459 21.7606 22.6052 21.8488 22.4505 21.9089C22.2957 21.969 22.1298 22 21.9622 22C21.7947 22 21.6287 21.969 21.474 21.9089C21.3192 21.8488 21.1785 21.7606 21.0601 21.6495L18 18.5' stroke='%2347D0BE' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3952_72308'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.brancs-pros-text {
  flex-grow: 1;
  flex-basis: 0;
  font-weight: 600;
  color: #212832;
}
.finish-disclaimer {
  position: absolute;
  right: -10px;
}
body.preview .header {
  visibility: hidden;
  opacity: 0;
}
body.preview .footer {
  visibility: hidden;
  opacity: 0;
}
.preview-page {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.preview-wrap {
  background-color: #777;
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow: hidden;
}
.preview-wrap .preview {
  margin: 0 auto;
  height: 100%;
  margin-top: 25px;
  overflow: hidden;
}
.preview-wrap .preview.desktop {
  width: 1300px;
}
.preview-wrap .preview.mobile {
  width: 400px;
}
.ce-preview-head {
  padding: 20px 32px;
  background-color: #FFFFFF;
}
.ce-preview-head-center {
  text-align: center;
  flex: 1 1 auto;
}
.ce-preview-head .back-link,
.ce-preview-head .icon-close {
  flex: 0 0 210px;
}
.view-switcher {
  position: relative;
  width: 12.5rem;
  height: 2.5rem;
  padding: 2px;
  border-radius: 1.25rem;
  background-color: #DFE0E2;
  margin: 0 auto;
}
.view-switcher:before {
  position: absolute;
  width: 50%;
  height: calc(100% - 4px);
  right: 2px;
  top: 2px;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  content: "";
  transition: all 0.3s ease-in-out;
}
.view-switcher .view-switcher-mobile,
.view-switcher .view-switcher-desktop {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  font-weight: 600;
  padding: 6px 0;
}
.view-switcher .view-switcher-mobile span,
.view-switcher .view-switcher-desktop span {
  position: relative;
  padding-left: 24px;
}
.view-switcher .view-switcher-mobile span:before,
.view-switcher .view-switcher-desktop span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.view-switcher .view-switcher-mobile:hover,
.view-switcher .view-switcher-desktop:hover {
  text-decoration: none;
}
.view-switcher .view-switcher-mobile span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2222 1H5.77778C4.79594 1 4 1.83574 4 2.86667V13.1333C4 14.1643 4.79594 15 5.77778 15H10.2222C11.2041 15 12 14.1643 12 13.1333V2.86667C12 1.83574 11.2041 1 10.2222 1Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 2H9' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-switcher .view-switcher-desktop span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9.5V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H4C3.73478 2 3.48043 2.10536 3.29289 2.29289C3.10536 2.48043 3 2.73478 3 3V9.5H15Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4141 12.594C16.4818 12.7463 16.5103 12.913 16.4971 13.0791C16.4839 13.2452 16.4295 13.4053 16.3387 13.545C16.2479 13.6847 16.1236 13.7995 15.9772 13.879C15.8307 13.9584 15.6667 14 15.5001 14H2.50013C2.33352 14 2.16954 13.9584 2.0231 13.879C1.87666 13.7995 1.75239 13.6847 1.66158 13.545C1.57078 13.4053 1.51631 13.2452 1.50313 13.0791C1.48996 12.913 1.51848 12.7463 1.58613 12.594L3.00013 9.5H15.0001L16.4141 12.594Z' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12H10' stroke='%23212832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.view-switcher.mobile:before {
  transform: translateX(-100%);
  margin-right: -4px;
}
.list-head {
  padding: 168px 0 120px;
  text-align: center;
  background: url("../img/home-bg.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .list-head {
    padding: 120px 0 48px;
  }
}
.list-head .wrapper {
  max-width: 800px;
}
.list-filter {
  margin-top: 24px;
  margin-bottom: 24px;
}
.list-filter-block {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 24px 32px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.08);
  margin-top: -48px;
}
@media only screen and (max-width: 1024px) {
  .list-filter-block {
    display: none;
  }
}
.list-filter-mobile {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .list-filter-mobile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
  }
}
.list-filter-mobile-btn {
  cursor: pointer;
  position: relative;
  height: 40px;
  background-color: #EDF3F7;
  padding: 10px 18px;
  border-radius: 0.375rem;
  border: 1px solid #B9D2DF;
}
.list-filter-mobile-btn.opened:before, .list-filter-mobile-btn.opened span {
  opacity: 0.7;
}
.list-filter-mobile-select {
  position: absolute;
  z-index: 11;
  top: 60px;
  width: 304px;
  background-color: #FFFFFF;
  border: 1px solid #B9D2DF;
  border-radius: 0.375rem;
  padding: 8px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
}
.list-filter-mobile-select li .list-filter-mobile-select-item {
  display: block;
  padding: 8px 12px;
  border-radius: 0.25rem;
}
.list-filter-mobile-select li .list-filter-mobile-select-item:hover, .list-filter-mobile-select li .list-filter-mobile-select-item:active, .list-filter-mobile-select li .list-filter-mobile-select-item:focus {
  background-color: #E3EDF2;
  text-decoration: none;
}
.list-filter-mobile-full {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 13;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding-bottom: 88px;
}
@media only screen and (min-width: 1024px) {
  .list-filter-mobile-full {
    position: absolute;
    width: 350px;
    height: 600px;
    top: 39px;
    left: auto;
    border: 1px solid #B9D2DF;
  }
}
.list-filter-mobile-full-head {
  position: relative;
  padding: 24px 16px 16px;
}
@media only screen and (max-width: 1024px) {
  .list-filter-mobile-full-head .h4, .list-filter-mobile-full-head .ce-block__content h1, .ce-block__content .list-filter-mobile-full-head h1, .list-filter-mobile-full-head .cdx-quote__text, .list-filter-mobile-full-head .ce-side h1, .ce-side .list-filter-mobile-full-head h1 {
    font-size: 1.25rem;
  }
}
.list-filter-mobile-full-head .form-alter {
  position: relative;
  top: 8px;
}
.list-filter-mobile-full-bottom {
  position: fixed;
  width: 100vw;
  z-index: 14;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.16);
  padding: 8px 16px;
}
@media only screen and (min-width: 1024px) {
  .list-filter-mobile-full-bottom {
    display: none;
  }
}
.list-filter-mobile-full-close {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L4 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M20 4L4 20' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.list-filter-mobile-full-subtitle {
  background-color: #E3EDF2;
  padding: 8px 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.list-filter .list-filter-type .display-1, .list-filter .list-filter-type .tiny-grid .flex .item-text, .list-filter .list-filter-type .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .list-filter .list-filter-type .tiny-grid .nav-alert .item-text, .list-filter .list-filter-type .tiny-grid .sub-nav .item-text, .list-filter .list-filter-type .tiny-grid .has-note .item-text, .list-filter .list-filter-type .tiny-grid .nav .item-text, .list-filter .list-filter-type .tiny-grid .header-center .item-text, .list-filter .list-filter-type .tiny-grid .header-left .item-text, .list-filter .list-filter-type .tiny-grid .header-ce .item-text, .list-filter .list-filter-type .tiny-grid .header .wrapper .item-text, .header .list-filter .list-filter-type .tiny-grid .wrapper .item-text, .list-filter .list-filter-type .tiny-grid .row .item-text, .list-filter .list-filter-type .tiny-grid .summary-all .item-text, .list-filter .list-filter-type .tiny-grid .summary-data .item-text, .list-filter .list-filter-type .tiny-grid .summary-row .item-text, .list-filter .list-filter-type .tiny-grid .cart-item-piece .item-text, .list-filter .list-filter-type .tiny-grid .cart-item-price .item-text, .list-filter .list-filter-type .tiny-grid .cart-item-top .item-text, .list-filter .list-filter-type .tiny-grid .product-grid-item .item-text, .list-filter .list-filter-type .tiny-grid .product-grid .item-text, .list-filter .list-filter-type .tiny-grid .card-list .item-text, .list-filter .list-filter-type .tiny-grid .product-footer .item-text, .list-filter .list-filter-type .tiny-grid .product-price .item-text, .list-filter .list-filter-type .tiny-grid .product-item .item-text, .list-filter .list-filter-type .tiny-grid .product-list .item-text, .list-filter .list-filter-type .tiny-grid .enlist-story .item-text, .list-filter .list-filter-type .tiny-grid .enlist-hero .item-text, .tiny-grid .flex .list-filter .list-filter-type .item-text, .tiny-grid .sub-nav .nav-alert .list-filter .list-filter-type .item-text, .sub-nav .tiny-grid .nav-alert .list-filter .list-filter-type .item-text, .tiny-grid .sub-nav .list-filter .list-filter-type .item-text, .tiny-grid .has-note .list-filter .list-filter-type .item-text, .tiny-grid .nav .list-filter .list-filter-type .item-text, .tiny-grid .header-center .list-filter .list-filter-type .item-text, .tiny-grid .header-left .list-filter .list-filter-type .item-text, .tiny-grid .header-ce .list-filter .list-filter-type .item-text, .tiny-grid .header .wrapper .list-filter .list-filter-type .item-text, .header .tiny-grid .wrapper .list-filter .list-filter-type .item-text, .tiny-grid .row .list-filter .list-filter-type .item-text, .tiny-grid .summary-all .list-filter .list-filter-type .item-text, .tiny-grid .summary-data .list-filter .list-filter-type .item-text, .tiny-grid .summary-row .list-filter .list-filter-type .item-text, .tiny-grid .cart-item-piece .list-filter .list-filter-type .item-text, .tiny-grid .cart-item-price .list-filter .list-filter-type .item-text, .tiny-grid .cart-item-top .list-filter .list-filter-type .item-text, .tiny-grid .product-grid-item .list-filter .list-filter-type .item-text, .tiny-grid .product-grid .list-filter .list-filter-type .item-text, .tiny-grid .card-list .list-filter .list-filter-type .item-text, .tiny-grid .product-footer .list-filter .list-filter-type .item-text, .tiny-grid .product-price .list-filter .list-filter-type .item-text, .tiny-grid .product-item .list-filter .list-filter-type .item-text, .tiny-grid .product-list .list-filter .list-filter-type .item-text, .tiny-grid .enlist-story .list-filter .list-filter-type .item-text, .tiny-grid .enlist-hero .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .form-row .item-text, .tiny-grid .form-row .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .list-filter .list-filter-type .item-text,
.list-filter .list-filter-type .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .list-filter .list-filter-type .item-text,
.list-filter .list-filter-type .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .list-filter .list-filter-type .item-text,
.list-filter .list-filter-type .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .list-filter .list-filter-type .item-text,
.list-filter .list-filter-type .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .modal .item-text, .tiny-grid .modal .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .alert .item-text, .tiny-grid .alert .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .box .item-text, .tiny-grid .box .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .stickers .item-text, .tiny-grid .stickers .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .table-row .item-text, .tiny-grid .table-row .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .progress .item-text, .tiny-grid .progress .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .list-head .item-text, .tiny-grid .list-head .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .item-text,
.tiny-grid .list-filter .list-filter-type .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .list-filter-type .item-text,
.list-filter .list-filter-type .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .pagination .item-text, .tiny-grid .pagination .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .about-double .item-text, .tiny-grid .about-double .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .list-filter .list-filter-type .item-text, .list-filter .list-filter-type .static-grid-text, .list-filter .list-filter-type figure figcaption, figure .list-filter .list-filter-type figcaption, .list-filter .list-filter-type .input-ext-unit, .list-filter .list-filter-type .input-ext-label, .list-filter .list-filter-type .input-ext-btn, .list-filter .list-filter-type .input-tag-item, .list-filter .list-filter-type .sortable-text, .list-filter .list-filter-type .ce-block__content h3, .ce-block__content .list-filter .list-filter-type h3, .list-filter .list-filter-type .ce-block__content h4, .ce-block__content .list-filter .list-filter-type h4, .list-filter .list-filter-type .ce-block__content h5, .ce-block__content .list-filter .list-filter-type h5, .list-filter .list-filter-type .ce-block__content h6, .ce-block__content .list-filter .list-filter-type h6, .list-filter .list-filter-type .cdx-quote__caption, .list-filter .list-filter-type .tc-table .tc-cell[heading], .tc-table .list-filter .list-filter-type .tc-cell[heading], .list-filter .list-filter-type .ce-side h3, .ce-side .list-filter .list-filter-type h3, .list-filter .list-filter-type .helper-box .accordion-head h1, .helper-box .accordion-head .list-filter .list-filter-type h1, .list-filter .list-filter-type .content-nav li a, .content-nav li .list-filter .list-filter-type a, .list-filter .list-filter-type .content-nav li span, .content-nav li .list-filter .list-filter-type span,
.list-filter .list-filter-sort .display-1,
.list-filter .list-filter-sort .tiny-grid .flex .item-text,
.list-filter .list-filter-sort .tiny-grid .sub-nav .nav-alert .item-text,
.sub-nav .list-filter .list-filter-sort .tiny-grid .nav-alert .item-text,
.list-filter .list-filter-sort .tiny-grid .sub-nav .item-text,
.list-filter .list-filter-sort .tiny-grid .has-note .item-text,
.list-filter .list-filter-sort .tiny-grid .nav .item-text,
.list-filter .list-filter-sort .tiny-grid .header-center .item-text,
.list-filter .list-filter-sort .tiny-grid .header-left .item-text,
.list-filter .list-filter-sort .tiny-grid .header-ce .item-text,
.list-filter .list-filter-sort .tiny-grid .header .wrapper .item-text,
.header .list-filter .list-filter-sort .tiny-grid .wrapper .item-text,
.list-filter .list-filter-sort .tiny-grid .row .item-text,
.list-filter .list-filter-sort .tiny-grid .summary-all .item-text,
.list-filter .list-filter-sort .tiny-grid .summary-data .item-text,
.list-filter .list-filter-sort .tiny-grid .summary-row .item-text,
.list-filter .list-filter-sort .tiny-grid .cart-item-piece .item-text,
.list-filter .list-filter-sort .tiny-grid .cart-item-price .item-text,
.list-filter .list-filter-sort .tiny-grid .cart-item-top .item-text,
.list-filter .list-filter-sort .tiny-grid .product-grid-item .item-text,
.list-filter .list-filter-sort .tiny-grid .product-grid .item-text,
.list-filter .list-filter-sort .tiny-grid .card-list .item-text,
.list-filter .list-filter-sort .tiny-grid .product-footer .item-text,
.list-filter .list-filter-sort .tiny-grid .product-price .item-text,
.list-filter .list-filter-sort .tiny-grid .product-item .item-text,
.list-filter .list-filter-sort .tiny-grid .product-list .item-text,
.list-filter .list-filter-sort .tiny-grid .enlist-story .item-text,
.list-filter .list-filter-sort .tiny-grid .enlist-hero .item-text,
.tiny-grid .flex .list-filter .list-filter-sort .item-text,
.tiny-grid .sub-nav .nav-alert .list-filter .list-filter-sort .item-text,
.sub-nav .tiny-grid .nav-alert .list-filter .list-filter-sort .item-text,
.tiny-grid .sub-nav .list-filter .list-filter-sort .item-text,
.tiny-grid .has-note .list-filter .list-filter-sort .item-text,
.tiny-grid .nav .list-filter .list-filter-sort .item-text,
.tiny-grid .header-center .list-filter .list-filter-sort .item-text,
.tiny-grid .header-left .list-filter .list-filter-sort .item-text,
.tiny-grid .header-ce .list-filter .list-filter-sort .item-text,
.tiny-grid .header .wrapper .list-filter .list-filter-sort .item-text,
.header .tiny-grid .wrapper .list-filter .list-filter-sort .item-text,
.tiny-grid .row .list-filter .list-filter-sort .item-text,
.tiny-grid .summary-all .list-filter .list-filter-sort .item-text,
.tiny-grid .summary-data .list-filter .list-filter-sort .item-text,
.tiny-grid .summary-row .list-filter .list-filter-sort .item-text,
.tiny-grid .cart-item-piece .list-filter .list-filter-sort .item-text,
.tiny-grid .cart-item-price .list-filter .list-filter-sort .item-text,
.tiny-grid .cart-item-top .list-filter .list-filter-sort .item-text,
.tiny-grid .product-grid-item .list-filter .list-filter-sort .item-text,
.tiny-grid .product-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .card-list .list-filter .list-filter-sort .item-text,
.tiny-grid .product-footer .list-filter .list-filter-sort .item-text,
.tiny-grid .product-price .list-filter .list-filter-sort .item-text,
.tiny-grid .product-item .list-filter .list-filter-sort .item-text,
.tiny-grid .product-list .list-filter .list-filter-sort .item-text,
.tiny-grid .enlist-story .list-filter .list-filter-sort .item-text,
.tiny-grid .enlist-hero .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text,
.tiny-grid .flatpickr-calendar .flatpickr-current-month .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text,
.flatpickr-calendar .tiny-grid .flatpickr-current-month .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-col-2 .item-text,
.tiny-grid .list-col-2 .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .input-ext .item-text,
.tiny-grid .input-ext .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .input-ext-label .item-text,
.tiny-grid .input-ext-label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .form-row .item-text,
.tiny-grid .form-row .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .input-tag .item-text,
.tiny-grid .input-tag .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .form-check label .item-text,
.tiny-grid .form-check label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .form-check .tiny-grid label .item-text,
.form-check .tiny-grid label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .form-switch label .tiny-grid .item-label .item-text,
.form-switch label .tiny-grid .item-label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .uploader-box-inner .item-text,
.tiny-grid .uploader-box-inner .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .uploader-box .uploader-item-body .item-text,
.tiny-grid .uploader-box .uploader-item-body .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .uploader-box .tiny-grid .uploader-item-body .item-text,
.uploader-box .tiny-grid .uploader-item-body .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .uploader-box .uploader-img-info .item-text,
.tiny-grid .uploader-box .uploader-img-info .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .uploader-box .tiny-grid .uploader-img-info .item-text,
.uploader-box .tiny-grid .uploader-img-info .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .select-box-value .item-text,
.tiny-grid .select-box-value .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .modal .item-text,
.tiny-grid .modal .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .alert .item-text,
.tiny-grid .alert .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .box .item-text,
.tiny-grid .box .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .stickers .item-text,
.tiny-grid .stickers .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .process-list .process-status .item-text,
.tiny-grid .process-list .process-status .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .process-list .tiny-grid .process-status .item-text,
.process-list .tiny-grid .process-status .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .table-row .item-text,
.tiny-grid .table-row .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .tc-table .tc-row .item-text,
.tiny-grid .tc-table .tc-row .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tc-table .tiny-grid .tc-row .item-text,
.tc-table .tiny-grid .tc-row .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .progress .item-text,
.tiny-grid .progress .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .tabs-nav .item-text,
.tiny-grid .tabs-nav .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .control-label-group .item-text,
.tiny-grid .control-label-group .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .error-page-503 .item-text,
.tiny-grid .error-page-503 .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .messages .messages-footer .item-text,
.tiny-grid .messages .messages-footer .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .messages .tiny-grid .messages-footer .item-text,
.messages .tiny-grid .messages-footer .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .messages .messages-options .item-text,
.tiny-grid .messages .messages-options .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .messages .tiny-grid .messages-options .item-text,
.messages .tiny-grid .messages-options .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .messages .message-date .item-text,
.tiny-grid .messages .message-date .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .messages .tiny-grid .message-date .item-text,
.messages .tiny-grid .message-date .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .finance-top .item-text,
.tiny-grid .finance-top .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .transactions-list-row .item-text,
.tiny-grid .transactions-list-row .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .index-slider .wrapper .item-text,
.tiny-grid .index-slider .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .index-slider .tiny-grid .wrapper .item-text,
.index-slider .tiny-grid .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .ce-main .item-text,
.tiny-grid .ce-main .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .ce-control-nav .item-text,
.tiny-grid .ce-control-nav .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-page-head .wrapper .item-text,
.tiny-grid .product-page-head .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .product-page-head .tiny-grid .wrapper .item-text,
.product-page-head .tiny-grid .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-slider-info-label .item-text,
.tiny-grid .product-slider-info-label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-slider-alert-label .item-text,
.tiny-grid .product-slider-alert-label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-slider-label .item-text,
.tiny-grid .product-slider-label .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-page-sub .item-text,
.tiny-grid .product-page-sub .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-interact .item-text,
.tiny-grid .product-interact .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .product-interact .tiny-grid .product-share-options .item-text,
.product-interact .tiny-grid .product-share-options .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-page-rating .item-text,
.tiny-grid .product-page-rating .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .rating-stars .item-text,
.tiny-grid .rating-stars .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-page-alert .item-text,
.tiny-grid .product-page-alert .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .product-details .product-sticky-footer .item-text,
.tiny-grid .product-details .product-sticky-footer .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .product-details .tiny-grid .product-sticky-footer .item-text,
.product-details .tiny-grid .product-sticky-footer .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .brancs-pros .item-text,
.tiny-grid .brancs-pros .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .brancs-pros-item .item-text,
.tiny-grid .brancs-pros-item .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .ce-preview-head .item-text,
.tiny-grid .ce-preview-head .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .view-switcher .item-text,
.tiny-grid .view-switcher .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-head .item-text,
.tiny-grid .list-head .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-filter-block .item-text,
.tiny-grid .list-filter-block .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-filter-mobile .item-text,
.tiny-grid .list-filter-mobile .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-filter-mobile-btn .item-text,
.tiny-grid .list-filter-mobile-btn .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .list-filter-type .item-text,
.tiny-grid .list-filter .list-filter-type .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .list-filter-type .item-text,
.list-filter .tiny-grid .list-filter-type .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .campaign-promo .item-text,
.tiny-grid .campaign-promo .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .campaign-promo .tiny-grid .btn-group .item-text,
.campaign-promo .tiny-grid .btn-group .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .pagination .item-text,
.tiny-grid .pagination .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .pagination .tiny-grid ul .item-text,
.pagination .tiny-grid ul .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .order-actions .item-text,
.tiny-grid .order-actions .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .main-hero .wrapper .item-text,
.tiny-grid .main-hero .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .main-hero .tiny-grid .wrapper .item-text,
.main-hero .tiny-grid .wrapper .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .static-grid .item-text,
.tiny-grid .static-grid .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .static-grid-item .item-text,
.tiny-grid .static-grid-item .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .static-belief .item-text,
.tiny-grid .static-belief .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .mini-boxes .item-text,
.tiny-grid .mini-boxes .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .mini-boxes .tiny-grid .mini-box .item-text,
.mini-boxes .tiny-grid .mini-box .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .about-grid .item-text,
.tiny-grid .about-grid .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .about-grid .tiny-grid .about-item .item-text,
.about-grid .tiny-grid .about-item .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .about-double .item-text,
.tiny-grid .about-double .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .about-double-photos .item-text,
.tiny-grid .about-double-photos .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .tiny-grid .static-career-1 .item-text,
.tiny-grid .static-career-1 .list-filter .list-filter-sort .item-text,
.list-filter .list-filter-sort .static-grid-text,
.list-filter .list-filter-sort figure figcaption,
figure .list-filter .list-filter-sort figcaption,
.list-filter .list-filter-sort .input-ext-unit,
.list-filter .list-filter-sort .input-ext-label,
.list-filter .list-filter-sort .input-ext-btn,
.list-filter .list-filter-sort .input-tag-item,
.list-filter .list-filter-sort .sortable-text,
.list-filter .list-filter-sort .ce-block__content h3,
.ce-block__content .list-filter .list-filter-sort h3,
.list-filter .list-filter-sort .ce-block__content h4,
.ce-block__content .list-filter .list-filter-sort h4,
.list-filter .list-filter-sort .ce-block__content h5,
.ce-block__content .list-filter .list-filter-sort h5,
.list-filter .list-filter-sort .ce-block__content h6,
.ce-block__content .list-filter .list-filter-sort h6,
.list-filter .list-filter-sort .cdx-quote__caption,
.list-filter .list-filter-sort .tc-table .tc-cell[heading],
.tc-table .list-filter .list-filter-sort .tc-cell[heading],
.list-filter .list-filter-sort .ce-side h3,
.ce-side .list-filter .list-filter-sort h3,
.list-filter .list-filter-sort .helper-box .accordion-head h1,
.helper-box .accordion-head .list-filter .list-filter-sort h1,
.list-filter .list-filter-sort .content-nav li a,
.content-nav li .list-filter .list-filter-sort a,
.list-filter .list-filter-sort .content-nav li span,
.content-nav li .list-filter .list-filter-sort span {
  margin-right: 12px;
}
.list-filter .list-filter-type .form-group,
.list-filter .list-filter-sort .form-group {
  padding-bottom: 0;
  margin-left: 12px;
}
.list-filter .list-filter-type .form-group select,
.list-filter .list-filter-sort .form-group select {
  min-width: 268px;
}
@media only screen and (max-width: 1280px) {
  .list-filter .list-filter-type .form-group select,
.list-filter .list-filter-sort .form-group select {
    min-width: initial;
  }
}
@media only screen and (max-width: 1024px) {
  .list-filter-search {
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin-top: -12px;
  }
}
.list-filter-search .form-group {
  flex-grow: 1;
  flex-basis: 0;
  padding-bottom: 0;
  margin: 0 24px;
}
@media only screen and (max-width: 1024px) {
  .list-filter-search .form-group {
    margin: 12px 0;
    width: 100%;
  }
}
.campaign-promo {
  height: 352px;
  background-color: #EDF3F7;
  border: 1px solid #E3EDF2;
  border-radius: 1rem;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1024px) {
  .campaign-promo {
    height: auto;
    margin-bottom: 56px;
  }
}
.campaign-promo-body {
  flex-grow: 1;
  flex-basis: 0;
  padding: 48px 72px;
}
@media only screen and (max-width: 1024px) {
  .campaign-promo-body {
    padding: 32px 16px 28px;
  }
  .campaign-promo-body .h2 {
    text-align: center;
  }
}
.campaign-promo-img {
  width: 416px;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .campaign-promo-img {
    display: none;
  }
}
.campaign-promo-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .campaign-promo .btn-group {
    flex-direction: column;
    justify-content: center;
  }
}
.campaign-promo .btn-group .btn {
  margin-right: 36px;
}
@media only screen and (max-width: 1024px) {
  .campaign-promo .btn-group .btn {
    margin-right: 0;
    margin-bottom: 16px;
    min-height: 40px;
  }
  .pagination ul {
    flex-direction: row !important;
  }
}
.pagination ul li {
  margin: 0 4px;
}
.pagination ul li a {
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #212832;
  border-radius: 0.375rem;
}
.pagination ul li a:hover {
  background-color: #DCE6E5;
  text-decoration: none;
}
.pagination ul li.active {
  pointer-events: none;
}
.pagination ul li.active a {
  background-color: #4E89A7;
  color: #FFFFFF;
}
.pagination ul li.pagination-dots {
  font-weight: 800;
  line-height: 36px;
}
.pagination ul li.pagination-next a {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20L15.8944 12.2602C15.9276 12.2275 15.9542 12.1875 15.9724 12.1426C15.9906 12.0978 16 12.0492 16 12C16 11.9508 15.9906 11.9022 15.9724 11.8574C15.9542 11.8125 15.9276 11.7725 15.8944 11.7398L8 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.pagination ul li.pagination-prev a {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.pagination ul li.pagination-next.disabled a, .pagination ul li.pagination-prev.disabled a {
  pointer-events: none;
  opacity: 0.4;
}
.order-details {
  padding: 24px 32px;
  overflow: visible;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 1px solid #B9D2DF;
}
.order-details .hr {
  width: 100%;
}
.order-details-empty {
  padding-top: 56px;
  padding-bottom: 56px;
}
.order-actions .order-action {
  position: relative;
  margin-left: 12px;
}
.order-actions .order-action .select-box-options {
  left: auto;
  right: 0;
  width: 296px;
}
.order-unit {
  border: 1px solid #B9D2DF;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}
.order-unit-end {
  padding: 1rem 0;
  margin-top: 24px;
}
.order-unit-head {
  position: relative;
  padding: 16px 88px 16px 16px;
}
.order-unit-head .order-unit-opener {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.order-unit-head .order-unit-opener:before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8L12.2602 15.8944C12.2275 15.9276 12.1875 15.9542 12.1426 15.9724C12.0978 15.9906 12.0492 16 12 16C11.9508 16 11.9022 15.9906 11.8574 15.9724C11.8125 15.9542 11.7725 15.9276 11.7398 15.8944L4 8' stroke='%23212832' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.2s;
}
.order-unit-head.opened {
  border-bottom: 1px solid #B9D2DF;
}
.order-unit-head.opened .order-unit-opener:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.order-unit-active .order-unit-head {
  padding-right: 16px;
  background-color: #F4F5F5;
}
.order-unit-more {
  padding: 16px;
}
.order-unit-customer {
  padding: 24px 16px;
  border: 1px solid #B9D2DF;
  border-radius: 6px;
  width: 320px;
}
.order-unit-customer-info {
  padding: 24px 16px;
  background: #F4F5F5;
  border: 1px solid #B9D2DF;
  border-radius: 4px;
}
.order-unit-customer-info a {
  overflow-wrap: anywhere;
}
.order-unit .control-label {
  display: inline-block;
}
.order-unit-products {
  flex-grow: 1;
  flex-basis: 0;
  padding: 24px 16px;
  border: 1px solid #B9D2DF;
  border-radius: 6px;
  margin-left: 16px;
}
.order-unit-product-item {
  border-bottom: 1px solid #B9D2DF;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.order-unit-action {
  position: relative;
}
.order-unit-action .select-box-options {
  width: 260px;
  top: 36px;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .my-orders {
    padding: 12px;
  }
  .my-orders .blue-box {
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .my-orders .blue-box .form-row {
    flex-direction: column;
    margin: 0;
  }
  .my-orders .blue-box .form-row .form-group {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .my-orders .blue-box .form-row .form-group {
    margin: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .my-orders .my-orders-date-filter {
    flex-wrap: wrap;
  }
  .my-orders .my-orders-date-filter .form-date {
    width: calc(50% - 16px);
  }
  .my-orders .my-orders-details-head {
    flex-direction: column;
  }
  .my-orders .my-orders-details-head .order-total {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1024px) {
  .my-orders .my-orders-details-head .order-actions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1280px) {
  .my-orders .my-orders-details-head .order-actions .order-action {
    margin-left: 0;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1024px) {
  .my-orders .my-orders-details-head .order-actions .order-action {
    margin-bottom: 16px;
  }
  .my-orders .my-orders-details-head .order-actions .order-action .select-box-options {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .my-orders .order-details {
    padding: 24px 12px;
  }
  .my-orders .order-details .order-unit-head {
    padding-right: 54px;
  }
  .my-orders .order-details .order-unit-head .flex, .my-orders .order-details .order-unit-head .sub-nav .nav-alert, .sub-nav .my-orders .order-details .order-unit-head .nav-alert, .my-orders .order-details .order-unit-head .sub-nav, .my-orders .order-details .order-unit-head .has-note, .my-orders .order-details .order-unit-head .nav, .my-orders .order-details .order-unit-head .header-center, .my-orders .order-details .order-unit-head .header-left, .my-orders .order-details .order-unit-head .header-ce, .my-orders .order-details .order-unit-head .header .wrapper, .header .my-orders .order-details .order-unit-head .wrapper, .my-orders .order-details .order-unit-head .row, .my-orders .order-details .order-unit-head .summary-all, .my-orders .order-details .order-unit-head .summary-data, .my-orders .order-details .order-unit-head .summary-row, .my-orders .order-details .order-unit-head .cart-item-piece, .my-orders .order-details .order-unit-head .cart-item-price, .my-orders .order-details .order-unit-head .cart-item-top, .my-orders .order-details .order-unit-head .product-grid-item, .my-orders .order-details .order-unit-head .product-grid, .my-orders .order-details .order-unit-head .card-list, .my-orders .order-details .order-unit-head .product-footer, .my-orders .order-details .order-unit-head .product-price, .my-orders .order-details .order-unit-head .product-item, .my-orders .order-details .order-unit-head .product-list, .my-orders .order-details .order-unit-head .enlist-story, .my-orders .order-details .order-unit-head .enlist-hero, .my-orders .order-details .order-unit-head .static-career-1, .my-orders .order-details .order-unit-head .about-double-photos, .my-orders .order-details .order-unit-head .about-double, .my-orders .order-details .order-unit-head .about-grid .about-item, .about-grid .my-orders .order-details .order-unit-head .about-item, .my-orders .order-details .order-unit-head .about-grid, .my-orders .order-details .order-unit-head .mini-boxes .mini-box, .mini-boxes .my-orders .order-details .order-unit-head .mini-box, .my-orders .order-details .order-unit-head .mini-boxes, .my-orders .order-details .order-unit-head .static-belief, .my-orders .order-details .order-unit-head .static-grid-item, .my-orders .order-details .order-unit-head .static-grid, .my-orders .order-details .order-unit-head .main-hero .wrapper, .main-hero .my-orders .order-details .order-unit-head .wrapper, .my-orders .order-details .order-unit-head .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .my-orders .order-details .order-unit-head .flatpickr-current-month, .my-orders .order-details .order-unit-head .list-col-2, .my-orders .order-details .order-unit-head .input-ext, .my-orders .order-details .order-unit-head .input-ext-label, .my-orders .order-details .order-unit-head .form-row, .my-orders .order-details .order-unit-head .input-tag, .my-orders .order-details .order-unit-head .form-check label, .form-check .my-orders .order-details .order-unit-head label,
.my-orders .order-details .order-unit-head .form-radio label,
.form-radio .my-orders .order-details .order-unit-head label,
.my-orders .order-details .order-unit-head .form-switch label,
.form-switch .my-orders .order-details .order-unit-head label, .my-orders .order-details .order-unit-head .form-switch label .item-label, .form-switch label .my-orders .order-details .order-unit-head .item-label, .my-orders .order-details .order-unit-head .uploader-box-inner, .my-orders .order-details .order-unit-head .uploader-box .uploader-item-body, .uploader-box .my-orders .order-details .order-unit-head .uploader-item-body, .my-orders .order-details .order-unit-head .uploader-box .uploader-img-info, .uploader-box .my-orders .order-details .order-unit-head .uploader-img-info, .my-orders .order-details .order-unit-head .select-box-value, .my-orders .order-details .order-unit-head .modal, .my-orders .order-details .order-unit-head .alert, .my-orders .order-details .order-unit-head .box, .my-orders .order-details .order-unit-head .stickers, .my-orders .order-details .order-unit-head .process-list .process-status, .process-list .my-orders .order-details .order-unit-head .process-status, .my-orders .order-details .order-unit-head .table-row, .my-orders .order-details .order-unit-head .tc-table .tc-row, .tc-table .my-orders .order-details .order-unit-head .tc-row, .my-orders .order-details .order-unit-head .progress, .my-orders .order-details .order-unit-head .tabs-nav, .my-orders .order-details .order-unit-head .control-label-group, .my-orders .order-details .order-unit-head .error-page-503, .my-orders .order-details .order-unit-head .messages .messages-footer, .messages .my-orders .order-details .order-unit-head .messages-footer, .my-orders .order-details .order-unit-head .messages .messages-options, .messages .my-orders .order-details .order-unit-head .messages-options, .my-orders .order-details .order-unit-head .messages .message-date, .messages .my-orders .order-details .order-unit-head .message-date, .my-orders .order-details .order-unit-head .finance-top, .my-orders .order-details .order-unit-head .transactions-list-row, .my-orders .order-details .order-unit-head .index-slider .wrapper, .index-slider .my-orders .order-details .order-unit-head .wrapper, .my-orders .order-details .order-unit-head .ce-main, .my-orders .order-details .order-unit-head .ce-control-nav, .my-orders .order-details .order-unit-head .product-page-head .wrapper, .product-page-head .my-orders .order-details .order-unit-head .wrapper, .my-orders .order-details .order-unit-head .product-slider-info-label, .my-orders .order-details .order-unit-head .product-slider-alert-label, .my-orders .order-details .order-unit-head .product-slider-label, .my-orders .order-details .order-unit-head .product-page-sub, .my-orders .order-details .order-unit-head .product-interact, .my-orders .order-details .order-unit-head .product-interact .product-share-options, .product-interact .my-orders .order-details .order-unit-head .product-share-options, .my-orders .order-details .order-unit-head .product-page-rating, .my-orders .order-details .order-unit-head .rating-stars, .my-orders .order-details .order-unit-head .product-page-alert, .my-orders .order-details .order-unit-head .product-details .product-sticky-footer, .product-details .my-orders .order-details .order-unit-head .product-sticky-footer, .my-orders .order-details .order-unit-head .brancs-pros, .my-orders .order-details .order-unit-head .brancs-pros-item, .my-orders .order-details .order-unit-head .ce-preview-head, .my-orders .order-details .order-unit-head .view-switcher, .my-orders .order-details .order-unit-head .list-head, .my-orders .order-details .order-unit-head .list-filter-block, .my-orders .order-details .order-unit-head .list-filter-mobile, .my-orders .order-details .order-unit-head .list-filter-mobile-btn, .my-orders .order-details .order-unit-head .list-filter .list-filter-type, .list-filter .my-orders .order-details .order-unit-head .list-filter-type,
.my-orders .order-details .order-unit-head .list-filter .list-filter-sort,
.list-filter .my-orders .order-details .order-unit-head .list-filter-sort, .my-orders .order-details .order-unit-head .campaign-promo, .my-orders .order-details .order-unit-head .campaign-promo .btn-group, .campaign-promo .my-orders .order-details .order-unit-head .btn-group, .my-orders .order-details .order-unit-head .pagination, .my-orders .order-details .order-unit-head .pagination ul, .pagination .my-orders .order-details .order-unit-head ul, .my-orders .order-details .order-unit-head .order-actions {
    flex-direction: column;
  }
  .my-orders .order-details .order-unit-head .flex .order-unit-dates, .my-orders .order-details .order-unit-head .sub-nav .nav-alert .order-unit-dates, .sub-nav .my-orders .order-details .order-unit-head .nav-alert .order-unit-dates, .my-orders .order-details .order-unit-head .sub-nav .order-unit-dates, .my-orders .order-details .order-unit-head .has-note .order-unit-dates, .my-orders .order-details .order-unit-head .nav .order-unit-dates, .my-orders .order-details .order-unit-head .header-center .order-unit-dates, .my-orders .order-details .order-unit-head .header-left .order-unit-dates, .my-orders .order-details .order-unit-head .header-ce .order-unit-dates, .my-orders .order-details .order-unit-head .header .wrapper .order-unit-dates, .header .my-orders .order-details .order-unit-head .wrapper .order-unit-dates, .my-orders .order-details .order-unit-head .row .order-unit-dates, .my-orders .order-details .order-unit-head .summary-all .order-unit-dates, .my-orders .order-details .order-unit-head .summary-data .order-unit-dates, .my-orders .order-details .order-unit-head .summary-row .order-unit-dates, .my-orders .order-details .order-unit-head .cart-item-piece .order-unit-dates, .my-orders .order-details .order-unit-head .cart-item-price .order-unit-dates, .my-orders .order-details .order-unit-head .cart-item-top .order-unit-dates, .my-orders .order-details .order-unit-head .product-grid-item .order-unit-dates, .my-orders .order-details .order-unit-head .product-grid .order-unit-dates, .my-orders .order-details .order-unit-head .card-list .order-unit-dates, .my-orders .order-details .order-unit-head .product-footer .order-unit-dates, .my-orders .order-details .order-unit-head .product-price .order-unit-dates, .my-orders .order-details .order-unit-head .product-item .order-unit-dates, .my-orders .order-details .order-unit-head .product-list .order-unit-dates, .my-orders .order-details .order-unit-head .enlist-story .order-unit-dates, .my-orders .order-details .order-unit-head .enlist-hero .order-unit-dates, .my-orders .order-details .order-unit-head .static-career-1 .order-unit-dates, .my-orders .order-details .order-unit-head .about-double-photos .order-unit-dates, .my-orders .order-details .order-unit-head .about-double .order-unit-dates, .about-grid .my-orders .order-details .order-unit-head .about-item .order-unit-dates, .my-orders .order-details .order-unit-head .about-grid .order-unit-dates, .mini-boxes .my-orders .order-details .order-unit-head .mini-box .order-unit-dates, .my-orders .order-details .order-unit-head .mini-boxes .order-unit-dates, .my-orders .order-details .order-unit-head .static-belief .order-unit-dates, .my-orders .order-details .order-unit-head .static-grid-item .order-unit-dates, .my-orders .order-details .order-unit-head .static-grid .order-unit-dates, .my-orders .order-details .order-unit-head .main-hero .wrapper .order-unit-dates, .main-hero .my-orders .order-details .order-unit-head .wrapper .order-unit-dates, .my-orders .order-details .order-unit-head .flatpickr-calendar .flatpickr-current-month .order-unit-dates, .flatpickr-calendar .my-orders .order-details .order-unit-head .flatpickr-current-month .order-unit-dates, .my-orders .order-details .order-unit-head .list-col-2 .order-unit-dates, .my-orders .order-details .order-unit-head .input-ext .order-unit-dates, .my-orders .order-details .order-unit-head .input-ext-label .order-unit-dates, .my-orders .order-details .order-unit-head .form-row .order-unit-dates, .my-orders .order-details .order-unit-head .input-tag .order-unit-dates, .my-orders .order-details .order-unit-head .form-check label .order-unit-dates, .form-check .my-orders .order-details .order-unit-head label .order-unit-dates,
.my-orders .order-details .order-unit-head .form-radio label .order-unit-dates,
.form-radio .my-orders .order-details .order-unit-head label .order-unit-dates,
.my-orders .order-details .order-unit-head .form-switch label .order-unit-dates,
.form-switch .my-orders .order-details .order-unit-head label .order-unit-dates, .form-switch label .my-orders .order-details .order-unit-head .item-label .order-unit-dates, .my-orders .order-details .order-unit-head .uploader-box-inner .order-unit-dates, .my-orders .order-details .order-unit-head .uploader-box .uploader-item-body .order-unit-dates, .uploader-box .my-orders .order-details .order-unit-head .uploader-item-body .order-unit-dates, .my-orders .order-details .order-unit-head .uploader-box .uploader-img-info .order-unit-dates, .uploader-box .my-orders .order-details .order-unit-head .uploader-img-info .order-unit-dates, .my-orders .order-details .order-unit-head .select-box-value .order-unit-dates, .my-orders .order-details .order-unit-head .modal .order-unit-dates, .my-orders .order-details .order-unit-head .alert .order-unit-dates, .my-orders .order-details .order-unit-head .box .order-unit-dates, .my-orders .order-details .order-unit-head .stickers .order-unit-dates, .my-orders .order-details .order-unit-head .process-list .process-status .order-unit-dates, .process-list .my-orders .order-details .order-unit-head .process-status .order-unit-dates, .my-orders .order-details .order-unit-head .table-row .order-unit-dates, .my-orders .order-details .order-unit-head .tc-table .tc-row .order-unit-dates, .tc-table .my-orders .order-details .order-unit-head .tc-row .order-unit-dates, .my-orders .order-details .order-unit-head .progress .order-unit-dates, .my-orders .order-details .order-unit-head .tabs-nav .order-unit-dates, .my-orders .order-details .order-unit-head .control-label-group .order-unit-dates, .my-orders .order-details .order-unit-head .error-page-503 .order-unit-dates, .my-orders .order-details .order-unit-head .messages .messages-footer .order-unit-dates, .messages .my-orders .order-details .order-unit-head .messages-footer .order-unit-dates, .my-orders .order-details .order-unit-head .messages .messages-options .order-unit-dates, .messages .my-orders .order-details .order-unit-head .messages-options .order-unit-dates, .my-orders .order-details .order-unit-head .messages .message-date .order-unit-dates, .messages .my-orders .order-details .order-unit-head .message-date .order-unit-dates, .my-orders .order-details .order-unit-head .finance-top .order-unit-dates, .my-orders .order-details .order-unit-head .transactions-list-row .order-unit-dates, .my-orders .order-details .order-unit-head .index-slider .wrapper .order-unit-dates, .index-slider .my-orders .order-details .order-unit-head .wrapper .order-unit-dates, .my-orders .order-details .order-unit-head .ce-main .order-unit-dates, .my-orders .order-details .order-unit-head .ce-control-nav .order-unit-dates, .my-orders .order-details .order-unit-head .product-page-head .wrapper .order-unit-dates, .product-page-head .my-orders .order-details .order-unit-head .wrapper .order-unit-dates, .my-orders .order-details .order-unit-head .product-slider-info-label .order-unit-dates, .my-orders .order-details .order-unit-head .product-slider-alert-label .order-unit-dates, .my-orders .order-details .order-unit-head .product-slider-label .order-unit-dates, .my-orders .order-details .order-unit-head .product-page-sub .order-unit-dates, .my-orders .order-details .order-unit-head .product-interact .order-unit-dates, .product-interact .my-orders .order-details .order-unit-head .product-share-options .order-unit-dates, .my-orders .order-details .order-unit-head .product-page-rating .order-unit-dates, .my-orders .order-details .order-unit-head .rating-stars .order-unit-dates, .my-orders .order-details .order-unit-head .product-page-alert .order-unit-dates, .my-orders .order-details .order-unit-head .product-details .product-sticky-footer .order-unit-dates, .product-details .my-orders .order-details .order-unit-head .product-sticky-footer .order-unit-dates, .my-orders .order-details .order-unit-head .brancs-pros .order-unit-dates, .my-orders .order-details .order-unit-head .brancs-pros-item .order-unit-dates, .my-orders .order-details .order-unit-head .ce-preview-head .order-unit-dates, .my-orders .order-details .order-unit-head .view-switcher .order-unit-dates, .my-orders .order-details .order-unit-head .list-head .order-unit-dates, .my-orders .order-details .order-unit-head .list-filter-block .order-unit-dates, .my-orders .order-details .order-unit-head .list-filter-mobile .order-unit-dates, .my-orders .order-details .order-unit-head .list-filter-mobile-btn .order-unit-dates, .my-orders .order-details .order-unit-head .list-filter .list-filter-type .order-unit-dates, .list-filter .my-orders .order-details .order-unit-head .list-filter-type .order-unit-dates,
.my-orders .order-details .order-unit-head .list-filter .list-filter-sort .order-unit-dates,
.list-filter .my-orders .order-details .order-unit-head .list-filter-sort .order-unit-dates, .my-orders .order-details .order-unit-head .campaign-promo .order-unit-dates, .campaign-promo .my-orders .order-details .order-unit-head .btn-group .order-unit-dates, .my-orders .order-details .order-unit-head .pagination .order-unit-dates, .pagination .my-orders .order-details .order-unit-head ul .order-unit-dates, .my-orders .order-details .order-unit-head .order-actions .order-unit-dates {
    text-align: left;
    margin-top: 24px;
  }
  .my-orders .order-details .order-unit-head .order-unit-opener {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .my-orders .order-details .order-unit-more > .flex, .my-orders .order-details .sub-nav .order-unit-more > .nav-alert, .sub-nav .my-orders .order-details .order-unit-more > .nav-alert, .my-orders .order-details .order-unit-more > .sub-nav, .my-orders .order-details .order-unit-more > .has-note, .my-orders .order-details .order-unit-more > .nav, .my-orders .order-details .order-unit-more > .header-center, .my-orders .order-details .order-unit-more > .header-left, .my-orders .order-details .order-unit-more > .header-ce, .my-orders .order-details .header .order-unit-more > .wrapper, .header .my-orders .order-details .order-unit-more > .wrapper, .my-orders .order-details .order-unit-more > .row, .my-orders .order-details .order-unit-more > .summary-all, .my-orders .order-details .order-unit-more > .summary-data, .my-orders .order-details .order-unit-more > .summary-row, .my-orders .order-details .order-unit-more > .cart-item-piece, .my-orders .order-details .order-unit-more > .cart-item-price, .my-orders .order-details .order-unit-more > .cart-item-top, .my-orders .order-details .order-unit-more > .product-grid-item, .my-orders .order-details .order-unit-more > .product-grid, .my-orders .order-details .order-unit-more > .card-list, .my-orders .order-details .order-unit-more > .product-footer, .my-orders .order-details .order-unit-more > .product-price, .my-orders .order-details .order-unit-more > .product-item, .my-orders .order-details .order-unit-more > .product-list, .my-orders .order-details .order-unit-more > .enlist-story, .my-orders .order-details .order-unit-more > .enlist-hero, .my-orders .order-details .order-unit-more > .static-career-1, .my-orders .order-details .order-unit-more > .about-double-photos, .my-orders .order-details .order-unit-more > .about-double, .my-orders .order-details .about-grid .order-unit-more > .about-item, .about-grid .my-orders .order-details .order-unit-more > .about-item, .my-orders .order-details .order-unit-more > .about-grid, .my-orders .order-details .mini-boxes .order-unit-more > .mini-box, .mini-boxes .my-orders .order-details .order-unit-more > .mini-box, .my-orders .order-details .order-unit-more > .mini-boxes, .my-orders .order-details .order-unit-more > .static-belief, .my-orders .order-details .order-unit-more > .static-grid-item, .my-orders .order-details .order-unit-more > .static-grid, .my-orders .order-details .main-hero .order-unit-more > .wrapper, .main-hero .my-orders .order-details .order-unit-more > .wrapper, .my-orders .order-details .flatpickr-calendar .order-unit-more > .flatpickr-current-month, .flatpickr-calendar .my-orders .order-details .order-unit-more > .flatpickr-current-month, .my-orders .order-details .order-unit-more > .list-col-2, .my-orders .order-details .order-unit-more > .input-ext, .my-orders .order-details .order-unit-more > .input-ext-label, .my-orders .order-details .order-unit-more > .form-row, .my-orders .order-details .order-unit-more > .input-tag, .my-orders .order-details .form-check .order-unit-more > label, .form-check .my-orders .order-details .order-unit-more > label,
.my-orders .order-details .form-radio .order-unit-more > label,
.form-radio .my-orders .order-details .order-unit-more > label,
.my-orders .order-details .form-switch .order-unit-more > label,
.form-switch .my-orders .order-details .order-unit-more > label, .my-orders .order-details .form-switch label .order-unit-more > .item-label, .form-switch label .my-orders .order-details .order-unit-more > .item-label, .my-orders .order-details .order-unit-more > .uploader-box-inner, .my-orders .order-details .uploader-box .order-unit-more > .uploader-item-body, .uploader-box .my-orders .order-details .order-unit-more > .uploader-item-body, .my-orders .order-details .uploader-box .order-unit-more > .uploader-img-info, .uploader-box .my-orders .order-details .order-unit-more > .uploader-img-info, .my-orders .order-details .order-unit-more > .select-box-value, .my-orders .order-details .order-unit-more > .modal, .my-orders .order-details .order-unit-more > .alert, .my-orders .order-details .order-unit-more > .box, .my-orders .order-details .order-unit-more > .stickers, .my-orders .order-details .process-list .order-unit-more > .process-status, .process-list .my-orders .order-details .order-unit-more > .process-status, .my-orders .order-details .order-unit-more > .table-row, .my-orders .order-details .tc-table .order-unit-more > .tc-row, .tc-table .my-orders .order-details .order-unit-more > .tc-row, .my-orders .order-details .order-unit-more > .progress, .my-orders .order-details .order-unit-more > .tabs-nav, .my-orders .order-details .order-unit-more > .control-label-group, .my-orders .order-details .order-unit-more > .error-page-503, .my-orders .order-details .messages .order-unit-more > .messages-footer, .messages .my-orders .order-details .order-unit-more > .messages-footer, .my-orders .order-details .messages .order-unit-more > .messages-options, .messages .my-orders .order-details .order-unit-more > .messages-options, .my-orders .order-details .messages .order-unit-more > .message-date, .messages .my-orders .order-details .order-unit-more > .message-date, .my-orders .order-details .order-unit-more > .finance-top, .my-orders .order-details .order-unit-more > .transactions-list-row, .my-orders .order-details .index-slider .order-unit-more > .wrapper, .index-slider .my-orders .order-details .order-unit-more > .wrapper, .my-orders .order-details .order-unit-more > .ce-main, .my-orders .order-details .order-unit-more > .ce-control-nav, .my-orders .order-details .product-page-head .order-unit-more > .wrapper, .product-page-head .my-orders .order-details .order-unit-more > .wrapper, .my-orders .order-details .order-unit-more > .product-slider-info-label, .my-orders .order-details .order-unit-more > .product-slider-alert-label, .my-orders .order-details .order-unit-more > .product-slider-label, .my-orders .order-details .order-unit-more > .product-page-sub, .my-orders .order-details .order-unit-more > .product-interact, .my-orders .order-details .product-interact .order-unit-more > .product-share-options, .product-interact .my-orders .order-details .order-unit-more > .product-share-options, .my-orders .order-details .order-unit-more > .product-page-rating, .my-orders .order-details .order-unit-more > .rating-stars, .my-orders .order-details .order-unit-more > .product-page-alert, .my-orders .order-details .product-details .order-unit-more > .product-sticky-footer, .product-details .my-orders .order-details .order-unit-more > .product-sticky-footer, .my-orders .order-details .order-unit-more > .brancs-pros, .my-orders .order-details .order-unit-more > .brancs-pros-item, .my-orders .order-details .order-unit-more > .ce-preview-head, .my-orders .order-details .order-unit-more > .view-switcher, .my-orders .order-details .order-unit-more > .list-head, .my-orders .order-details .order-unit-more > .list-filter-block, .my-orders .order-details .order-unit-more > .list-filter-mobile, .my-orders .order-details .order-unit-more > .list-filter-mobile-btn, .my-orders .order-details .list-filter .order-unit-more > .list-filter-type, .list-filter .my-orders .order-details .order-unit-more > .list-filter-type,
.my-orders .order-details .list-filter .order-unit-more > .list-filter-sort,
.list-filter .my-orders .order-details .order-unit-more > .list-filter-sort, .my-orders .order-details .order-unit-more > .campaign-promo, .my-orders .order-details .campaign-promo .order-unit-more > .btn-group, .campaign-promo .my-orders .order-details .order-unit-more > .btn-group, .my-orders .order-details .order-unit-more > .pagination, .my-orders .order-details .pagination .order-unit-more > ul, .pagination .my-orders .order-details .order-unit-more > ul, .my-orders .order-details .order-unit-more > .order-actions {
    flex-direction: column;
  }
  .my-orders .order-details .order-unit-more > .flex .order-unit-customer, .my-orders .order-details .sub-nav .order-unit-more > .nav-alert .order-unit-customer, .sub-nav .my-orders .order-details .order-unit-more > .nav-alert .order-unit-customer, .my-orders .order-details .order-unit-more > .sub-nav .order-unit-customer, .my-orders .order-details .order-unit-more > .has-note .order-unit-customer, .my-orders .order-details .order-unit-more > .nav .order-unit-customer, .my-orders .order-details .order-unit-more > .header-center .order-unit-customer, .my-orders .order-details .order-unit-more > .header-left .order-unit-customer, .my-orders .order-details .order-unit-more > .header-ce .order-unit-customer, .my-orders .order-details .header .order-unit-more > .wrapper .order-unit-customer, .header .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer, .my-orders .order-details .order-unit-more > .row .order-unit-customer, .my-orders .order-details .order-unit-more > .summary-all .order-unit-customer, .my-orders .order-details .order-unit-more > .summary-data .order-unit-customer, .my-orders .order-details .order-unit-more > .summary-row .order-unit-customer, .my-orders .order-details .order-unit-more > .cart-item-piece .order-unit-customer, .my-orders .order-details .order-unit-more > .cart-item-price .order-unit-customer, .my-orders .order-details .order-unit-more > .cart-item-top .order-unit-customer, .my-orders .order-details .order-unit-more > .product-grid-item .order-unit-customer, .my-orders .order-details .order-unit-more > .product-grid .order-unit-customer, .my-orders .order-details .order-unit-more > .card-list .order-unit-customer, .my-orders .order-details .order-unit-more > .product-footer .order-unit-customer, .my-orders .order-details .order-unit-more > .product-price .order-unit-customer, .my-orders .order-details .order-unit-more > .product-item .order-unit-customer, .my-orders .order-details .order-unit-more > .product-list .order-unit-customer, .my-orders .order-details .order-unit-more > .enlist-story .order-unit-customer, .my-orders .order-details .order-unit-more > .enlist-hero .order-unit-customer, .my-orders .order-details .order-unit-more > .static-career-1 .order-unit-customer, .my-orders .order-details .order-unit-more > .about-double-photos .order-unit-customer, .my-orders .order-details .order-unit-more > .about-double .order-unit-customer, .my-orders .order-details .about-grid .order-unit-more > .about-item .order-unit-customer, .about-grid .my-orders .order-details .order-unit-more > .about-item .order-unit-customer, .my-orders .order-details .order-unit-more > .about-grid .order-unit-customer, .my-orders .order-details .mini-boxes .order-unit-more > .mini-box .order-unit-customer, .mini-boxes .my-orders .order-details .order-unit-more > .mini-box .order-unit-customer, .my-orders .order-details .order-unit-more > .mini-boxes .order-unit-customer, .my-orders .order-details .order-unit-more > .static-belief .order-unit-customer, .my-orders .order-details .order-unit-more > .static-grid-item .order-unit-customer, .my-orders .order-details .order-unit-more > .static-grid .order-unit-customer, .my-orders .order-details .main-hero .order-unit-more > .wrapper .order-unit-customer, .main-hero .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer, .my-orders .order-details .flatpickr-calendar .order-unit-more > .flatpickr-current-month .order-unit-customer, .flatpickr-calendar .my-orders .order-details .order-unit-more > .flatpickr-current-month .order-unit-customer, .my-orders .order-details .order-unit-more > .list-col-2 .order-unit-customer, .my-orders .order-details .order-unit-more > .input-ext .order-unit-customer, .my-orders .order-details .order-unit-more > .input-ext-label .order-unit-customer, .my-orders .order-details .order-unit-more > .form-row .order-unit-customer, .my-orders .order-details .order-unit-more > .input-tag .order-unit-customer, .my-orders .order-details .form-check .order-unit-more > label .order-unit-customer, .form-check .my-orders .order-details .order-unit-more > label .order-unit-customer,
.my-orders .order-details .form-radio .order-unit-more > label .order-unit-customer,
.form-radio .my-orders .order-details .order-unit-more > label .order-unit-customer,
.my-orders .order-details .form-switch .order-unit-more > label .order-unit-customer,
.form-switch .my-orders .order-details .order-unit-more > label .order-unit-customer, .my-orders .order-details .form-switch label .order-unit-more > .item-label .order-unit-customer, .form-switch label .my-orders .order-details .order-unit-more > .item-label .order-unit-customer, .my-orders .order-details .order-unit-more > .uploader-box-inner .order-unit-customer, .my-orders .order-details .uploader-box .order-unit-more > .uploader-item-body .order-unit-customer, .uploader-box .my-orders .order-details .order-unit-more > .uploader-item-body .order-unit-customer, .my-orders .order-details .uploader-box .order-unit-more > .uploader-img-info .order-unit-customer, .uploader-box .my-orders .order-details .order-unit-more > .uploader-img-info .order-unit-customer, .my-orders .order-details .order-unit-more > .select-box-value .order-unit-customer, .my-orders .order-details .order-unit-more > .modal .order-unit-customer, .my-orders .order-details .order-unit-more > .alert .order-unit-customer, .my-orders .order-details .order-unit-more > .box .order-unit-customer, .my-orders .order-details .order-unit-more > .stickers .order-unit-customer, .my-orders .order-details .process-list .order-unit-more > .process-status .order-unit-customer, .process-list .my-orders .order-details .order-unit-more > .process-status .order-unit-customer, .my-orders .order-details .order-unit-more > .table-row .order-unit-customer, .my-orders .order-details .tc-table .order-unit-more > .tc-row .order-unit-customer, .tc-table .my-orders .order-details .order-unit-more > .tc-row .order-unit-customer, .my-orders .order-details .order-unit-more > .progress .order-unit-customer, .my-orders .order-details .order-unit-more > .tabs-nav .order-unit-customer, .my-orders .order-details .order-unit-more > .control-label-group .order-unit-customer, .my-orders .order-details .order-unit-more > .error-page-503 .order-unit-customer, .my-orders .order-details .messages .order-unit-more > .messages-footer .order-unit-customer, .messages .my-orders .order-details .order-unit-more > .messages-footer .order-unit-customer, .my-orders .order-details .messages .order-unit-more > .messages-options .order-unit-customer, .messages .my-orders .order-details .order-unit-more > .messages-options .order-unit-customer, .my-orders .order-details .messages .order-unit-more > .message-date .order-unit-customer, .messages .my-orders .order-details .order-unit-more > .message-date .order-unit-customer, .my-orders .order-details .order-unit-more > .finance-top .order-unit-customer, .my-orders .order-details .order-unit-more > .transactions-list-row .order-unit-customer, .my-orders .order-details .index-slider .order-unit-more > .wrapper .order-unit-customer, .index-slider .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer, .my-orders .order-details .order-unit-more > .ce-main .order-unit-customer, .my-orders .order-details .order-unit-more > .ce-control-nav .order-unit-customer, .my-orders .order-details .product-page-head .order-unit-more > .wrapper .order-unit-customer, .product-page-head .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer, .my-orders .order-details .order-unit-more > .product-slider-info-label .order-unit-customer, .my-orders .order-details .order-unit-more > .product-slider-alert-label .order-unit-customer, .my-orders .order-details .order-unit-more > .product-slider-label .order-unit-customer, .my-orders .order-details .order-unit-more > .product-page-sub .order-unit-customer, .my-orders .order-details .order-unit-more > .product-interact .order-unit-customer, .my-orders .order-details .product-interact .order-unit-more > .product-share-options .order-unit-customer, .product-interact .my-orders .order-details .order-unit-more > .product-share-options .order-unit-customer, .my-orders .order-details .order-unit-more > .product-page-rating .order-unit-customer, .my-orders .order-details .order-unit-more > .rating-stars .order-unit-customer, .my-orders .order-details .order-unit-more > .product-page-alert .order-unit-customer, .my-orders .order-details .product-details .order-unit-more > .product-sticky-footer .order-unit-customer, .product-details .my-orders .order-details .order-unit-more > .product-sticky-footer .order-unit-customer, .my-orders .order-details .order-unit-more > .brancs-pros .order-unit-customer, .my-orders .order-details .order-unit-more > .brancs-pros-item .order-unit-customer, .my-orders .order-details .order-unit-more > .ce-preview-head .order-unit-customer, .my-orders .order-details .order-unit-more > .view-switcher .order-unit-customer, .my-orders .order-details .order-unit-more > .list-head .order-unit-customer, .my-orders .order-details .order-unit-more > .list-filter-block .order-unit-customer, .my-orders .order-details .order-unit-more > .list-filter-mobile .order-unit-customer, .my-orders .order-details .order-unit-more > .list-filter-mobile-btn .order-unit-customer, .my-orders .order-details .list-filter .order-unit-more > .list-filter-type .order-unit-customer, .list-filter .my-orders .order-details .order-unit-more > .list-filter-type .order-unit-customer,
.my-orders .order-details .list-filter .order-unit-more > .list-filter-sort .order-unit-customer,
.list-filter .my-orders .order-details .order-unit-more > .list-filter-sort .order-unit-customer, .my-orders .order-details .order-unit-more > .campaign-promo .order-unit-customer, .my-orders .order-details .campaign-promo .order-unit-more > .btn-group .order-unit-customer, .campaign-promo .my-orders .order-details .order-unit-more > .btn-group .order-unit-customer, .my-orders .order-details .order-unit-more > .pagination .order-unit-customer, .my-orders .order-details .pagination .order-unit-more > ul .order-unit-customer, .pagination .my-orders .order-details .order-unit-more > ul .order-unit-customer, .my-orders .order-details .order-unit-more > .order-actions .order-unit-customer {
    width: 100%;
  }
  .my-orders .order-details .order-unit-more > .flex .order-unit-customer-info, .my-orders .order-details .sub-nav .order-unit-more > .nav-alert .order-unit-customer-info, .sub-nav .my-orders .order-details .order-unit-more > .nav-alert .order-unit-customer-info, .my-orders .order-details .order-unit-more > .sub-nav .order-unit-customer-info, .my-orders .order-details .order-unit-more > .has-note .order-unit-customer-info, .my-orders .order-details .order-unit-more > .nav .order-unit-customer-info, .my-orders .order-details .order-unit-more > .header-center .order-unit-customer-info, .my-orders .order-details .order-unit-more > .header-left .order-unit-customer-info, .my-orders .order-details .order-unit-more > .header-ce .order-unit-customer-info, .my-orders .order-details .header .order-unit-more > .wrapper .order-unit-customer-info, .header .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer-info, .my-orders .order-details .order-unit-more > .row .order-unit-customer-info, .my-orders .order-details .order-unit-more > .summary-all .order-unit-customer-info, .my-orders .order-details .order-unit-more > .summary-data .order-unit-customer-info, .my-orders .order-details .order-unit-more > .summary-row .order-unit-customer-info, .my-orders .order-details .order-unit-more > .cart-item-piece .order-unit-customer-info, .my-orders .order-details .order-unit-more > .cart-item-price .order-unit-customer-info, .my-orders .order-details .order-unit-more > .cart-item-top .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-grid-item .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-grid .order-unit-customer-info, .my-orders .order-details .order-unit-more > .card-list .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-footer .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-price .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-item .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-list .order-unit-customer-info, .my-orders .order-details .order-unit-more > .enlist-story .order-unit-customer-info, .my-orders .order-details .order-unit-more > .enlist-hero .order-unit-customer-info, .my-orders .order-details .order-unit-more > .static-career-1 .order-unit-customer-info, .my-orders .order-details .order-unit-more > .about-double-photos .order-unit-customer-info, .my-orders .order-details .order-unit-more > .about-double .order-unit-customer-info, .my-orders .order-details .about-grid .order-unit-more > .about-item .order-unit-customer-info, .about-grid .my-orders .order-details .order-unit-more > .about-item .order-unit-customer-info, .my-orders .order-details .order-unit-more > .about-grid .order-unit-customer-info, .my-orders .order-details .mini-boxes .order-unit-more > .mini-box .order-unit-customer-info, .mini-boxes .my-orders .order-details .order-unit-more > .mini-box .order-unit-customer-info, .my-orders .order-details .order-unit-more > .mini-boxes .order-unit-customer-info, .my-orders .order-details .order-unit-more > .static-belief .order-unit-customer-info, .my-orders .order-details .order-unit-more > .static-grid-item .order-unit-customer-info, .my-orders .order-details .order-unit-more > .static-grid .order-unit-customer-info, .my-orders .order-details .main-hero .order-unit-more > .wrapper .order-unit-customer-info, .main-hero .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer-info, .my-orders .order-details .flatpickr-calendar .order-unit-more > .flatpickr-current-month .order-unit-customer-info, .flatpickr-calendar .my-orders .order-details .order-unit-more > .flatpickr-current-month .order-unit-customer-info, .my-orders .order-details .order-unit-more > .list-col-2 .order-unit-customer-info, .my-orders .order-details .order-unit-more > .input-ext .order-unit-customer-info, .my-orders .order-details .order-unit-more > .input-ext-label .order-unit-customer-info, .my-orders .order-details .order-unit-more > .form-row .order-unit-customer-info, .my-orders .order-details .order-unit-more > .input-tag .order-unit-customer-info, .my-orders .order-details .form-check .order-unit-more > label .order-unit-customer-info, .form-check .my-orders .order-details .order-unit-more > label .order-unit-customer-info,
.my-orders .order-details .form-radio .order-unit-more > label .order-unit-customer-info,
.form-radio .my-orders .order-details .order-unit-more > label .order-unit-customer-info,
.my-orders .order-details .form-switch .order-unit-more > label .order-unit-customer-info,
.form-switch .my-orders .order-details .order-unit-more > label .order-unit-customer-info, .my-orders .order-details .form-switch label .order-unit-more > .item-label .order-unit-customer-info, .form-switch label .my-orders .order-details .order-unit-more > .item-label .order-unit-customer-info, .my-orders .order-details .order-unit-more > .uploader-box-inner .order-unit-customer-info, .my-orders .order-details .uploader-box .order-unit-more > .uploader-item-body .order-unit-customer-info, .uploader-box .my-orders .order-details .order-unit-more > .uploader-item-body .order-unit-customer-info, .my-orders .order-details .uploader-box .order-unit-more > .uploader-img-info .order-unit-customer-info, .uploader-box .my-orders .order-details .order-unit-more > .uploader-img-info .order-unit-customer-info, .my-orders .order-details .order-unit-more > .select-box-value .order-unit-customer-info, .my-orders .order-details .order-unit-more > .modal .order-unit-customer-info, .my-orders .order-details .order-unit-more > .alert .order-unit-customer-info, .my-orders .order-details .order-unit-more > .box .order-unit-customer-info, .my-orders .order-details .order-unit-more > .stickers .order-unit-customer-info, .my-orders .order-details .process-list .order-unit-more > .process-status .order-unit-customer-info, .process-list .my-orders .order-details .order-unit-more > .process-status .order-unit-customer-info, .my-orders .order-details .order-unit-more > .table-row .order-unit-customer-info, .my-orders .order-details .tc-table .order-unit-more > .tc-row .order-unit-customer-info, .tc-table .my-orders .order-details .order-unit-more > .tc-row .order-unit-customer-info, .my-orders .order-details .order-unit-more > .progress .order-unit-customer-info, .my-orders .order-details .order-unit-more > .tabs-nav .order-unit-customer-info, .my-orders .order-details .order-unit-more > .control-label-group .order-unit-customer-info, .my-orders .order-details .order-unit-more > .error-page-503 .order-unit-customer-info, .my-orders .order-details .messages .order-unit-more > .messages-footer .order-unit-customer-info, .messages .my-orders .order-details .order-unit-more > .messages-footer .order-unit-customer-info, .my-orders .order-details .messages .order-unit-more > .messages-options .order-unit-customer-info, .messages .my-orders .order-details .order-unit-more > .messages-options .order-unit-customer-info, .my-orders .order-details .messages .order-unit-more > .message-date .order-unit-customer-info, .messages .my-orders .order-details .order-unit-more > .message-date .order-unit-customer-info, .my-orders .order-details .order-unit-more > .finance-top .order-unit-customer-info, .my-orders .order-details .order-unit-more > .transactions-list-row .order-unit-customer-info, .my-orders .order-details .index-slider .order-unit-more > .wrapper .order-unit-customer-info, .index-slider .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer-info, .my-orders .order-details .order-unit-more > .ce-main .order-unit-customer-info, .my-orders .order-details .order-unit-more > .ce-control-nav .order-unit-customer-info, .my-orders .order-details .product-page-head .order-unit-more > .wrapper .order-unit-customer-info, .product-page-head .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-slider-info-label .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-slider-alert-label .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-slider-label .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-page-sub .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-interact .order-unit-customer-info, .my-orders .order-details .product-interact .order-unit-more > .product-share-options .order-unit-customer-info, .product-interact .my-orders .order-details .order-unit-more > .product-share-options .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-page-rating .order-unit-customer-info, .my-orders .order-details .order-unit-more > .rating-stars .order-unit-customer-info, .my-orders .order-details .order-unit-more > .product-page-alert .order-unit-customer-info, .my-orders .order-details .product-details .order-unit-more > .product-sticky-footer .order-unit-customer-info, .product-details .my-orders .order-details .order-unit-more > .product-sticky-footer .order-unit-customer-info, .my-orders .order-details .order-unit-more > .brancs-pros .order-unit-customer-info, .my-orders .order-details .order-unit-more > .brancs-pros-item .order-unit-customer-info, .my-orders .order-details .order-unit-more > .ce-preview-head .order-unit-customer-info, .my-orders .order-details .order-unit-more > .view-switcher .order-unit-customer-info, .my-orders .order-details .order-unit-more > .list-head .order-unit-customer-info, .my-orders .order-details .order-unit-more > .list-filter-block .order-unit-customer-info, .my-orders .order-details .order-unit-more > .list-filter-mobile .order-unit-customer-info, .my-orders .order-details .order-unit-more > .list-filter-mobile-btn .order-unit-customer-info, .my-orders .order-details .list-filter .order-unit-more > .list-filter-type .order-unit-customer-info, .list-filter .my-orders .order-details .order-unit-more > .list-filter-type .order-unit-customer-info,
.my-orders .order-details .list-filter .order-unit-more > .list-filter-sort .order-unit-customer-info,
.list-filter .my-orders .order-details .order-unit-more > .list-filter-sort .order-unit-customer-info, .my-orders .order-details .order-unit-more > .campaign-promo .order-unit-customer-info, .my-orders .order-details .campaign-promo .order-unit-more > .btn-group .order-unit-customer-info, .campaign-promo .my-orders .order-details .order-unit-more > .btn-group .order-unit-customer-info, .my-orders .order-details .order-unit-more > .pagination .order-unit-customer-info, .my-orders .order-details .pagination .order-unit-more > ul .order-unit-customer-info, .pagination .my-orders .order-details .order-unit-more > ul .order-unit-customer-info, .my-orders .order-details .order-unit-more > .order-actions .order-unit-customer-info {
    padding: 8px;
  }
  .my-orders .order-details .order-unit-more > .flex .order-unit-customer .btn-blue, .my-orders .order-details .sub-nav .order-unit-more > .nav-alert .order-unit-customer .btn-blue, .sub-nav .my-orders .order-details .order-unit-more > .nav-alert .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .sub-nav .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .has-note .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .nav .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .header-center .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .header-left .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .header-ce .order-unit-customer .btn-blue, .my-orders .order-details .header .order-unit-more > .wrapper .order-unit-customer .btn-blue, .header .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .row .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .summary-all .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .summary-data .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .summary-row .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .cart-item-piece .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .cart-item-price .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .cart-item-top .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-grid-item .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-grid .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .card-list .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-footer .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-price .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-item .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-list .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .enlist-story .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .enlist-hero .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .static-career-1 .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .about-double-photos .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .about-double .order-unit-customer .btn-blue, .my-orders .order-details .about-grid .order-unit-more > .about-item .order-unit-customer .btn-blue, .about-grid .my-orders .order-details .order-unit-more > .about-item .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .about-grid .order-unit-customer .btn-blue, .my-orders .order-details .mini-boxes .order-unit-more > .mini-box .order-unit-customer .btn-blue, .mini-boxes .my-orders .order-details .order-unit-more > .mini-box .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .mini-boxes .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .static-belief .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .static-grid-item .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .static-grid .order-unit-customer .btn-blue, .my-orders .order-details .main-hero .order-unit-more > .wrapper .order-unit-customer .btn-blue, .main-hero .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer .btn-blue, .my-orders .order-details .flatpickr-calendar .order-unit-more > .flatpickr-current-month .order-unit-customer .btn-blue, .flatpickr-calendar .my-orders .order-details .order-unit-more > .flatpickr-current-month .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .list-col-2 .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .input-ext .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .input-ext-label .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .form-row .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .input-tag .order-unit-customer .btn-blue, .my-orders .order-details .form-check .order-unit-more > label .order-unit-customer .btn-blue, .form-check .my-orders .order-details .order-unit-more > label .order-unit-customer .btn-blue,
.my-orders .order-details .form-radio .order-unit-more > label .order-unit-customer .btn-blue,
.form-radio .my-orders .order-details .order-unit-more > label .order-unit-customer .btn-blue,
.my-orders .order-details .form-switch .order-unit-more > label .order-unit-customer .btn-blue,
.form-switch .my-orders .order-details .order-unit-more > label .order-unit-customer .btn-blue, .my-orders .order-details .form-switch label .order-unit-more > .item-label .order-unit-customer .btn-blue, .form-switch label .my-orders .order-details .order-unit-more > .item-label .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .uploader-box-inner .order-unit-customer .btn-blue, .my-orders .order-details .uploader-box .order-unit-more > .uploader-item-body .order-unit-customer .btn-blue, .uploader-box .my-orders .order-details .order-unit-more > .uploader-item-body .order-unit-customer .btn-blue, .my-orders .order-details .uploader-box .order-unit-more > .uploader-img-info .order-unit-customer .btn-blue, .uploader-box .my-orders .order-details .order-unit-more > .uploader-img-info .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .select-box-value .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .modal .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .alert .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .box .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .stickers .order-unit-customer .btn-blue, .my-orders .order-details .process-list .order-unit-more > .process-status .order-unit-customer .btn-blue, .process-list .my-orders .order-details .order-unit-more > .process-status .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .table-row .order-unit-customer .btn-blue, .my-orders .order-details .tc-table .order-unit-more > .tc-row .order-unit-customer .btn-blue, .tc-table .my-orders .order-details .order-unit-more > .tc-row .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .progress .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .tabs-nav .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .control-label-group .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .error-page-503 .order-unit-customer .btn-blue, .my-orders .order-details .messages .order-unit-more > .messages-footer .order-unit-customer .btn-blue, .messages .my-orders .order-details .order-unit-more > .messages-footer .order-unit-customer .btn-blue, .my-orders .order-details .messages .order-unit-more > .messages-options .order-unit-customer .btn-blue, .messages .my-orders .order-details .order-unit-more > .messages-options .order-unit-customer .btn-blue, .my-orders .order-details .messages .order-unit-more > .message-date .order-unit-customer .btn-blue, .messages .my-orders .order-details .order-unit-more > .message-date .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .finance-top .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .transactions-list-row .order-unit-customer .btn-blue, .my-orders .order-details .index-slider .order-unit-more > .wrapper .order-unit-customer .btn-blue, .index-slider .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .ce-main .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .ce-control-nav .order-unit-customer .btn-blue, .my-orders .order-details .product-page-head .order-unit-more > .wrapper .order-unit-customer .btn-blue, .product-page-head .my-orders .order-details .order-unit-more > .wrapper .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-slider-info-label .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-slider-alert-label .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-slider-label .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-page-sub .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-interact .order-unit-customer .btn-blue, .my-orders .order-details .product-interact .order-unit-more > .product-share-options .order-unit-customer .btn-blue, .product-interact .my-orders .order-details .order-unit-more > .product-share-options .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-page-rating .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .rating-stars .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .product-page-alert .order-unit-customer .btn-blue, .my-orders .order-details .product-details .order-unit-more > .product-sticky-footer .order-unit-customer .btn-blue, .product-details .my-orders .order-details .order-unit-more > .product-sticky-footer .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .brancs-pros .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .brancs-pros-item .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .ce-preview-head .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .view-switcher .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .list-head .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .list-filter-block .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .list-filter-mobile .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .list-filter-mobile-btn .order-unit-customer .btn-blue, .my-orders .order-details .list-filter .order-unit-more > .list-filter-type .order-unit-customer .btn-blue, .list-filter .my-orders .order-details .order-unit-more > .list-filter-type .order-unit-customer .btn-blue,
.my-orders .order-details .list-filter .order-unit-more > .list-filter-sort .order-unit-customer .btn-blue,
.list-filter .my-orders .order-details .order-unit-more > .list-filter-sort .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .campaign-promo .order-unit-customer .btn-blue, .my-orders .order-details .campaign-promo .order-unit-more > .btn-group .order-unit-customer .btn-blue, .campaign-promo .my-orders .order-details .order-unit-more > .btn-group .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .pagination .order-unit-customer .btn-blue, .my-orders .order-details .pagination .order-unit-more > ul .order-unit-customer .btn-blue, .pagination .my-orders .order-details .order-unit-more > ul .order-unit-customer .btn-blue, .my-orders .order-details .order-unit-more > .order-actions .order-unit-customer .btn-blue {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .my-orders .order-details .order-unit-more .order-unit-products {
    margin-left: 0;
    margin-top: 24px;
  }
  .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flex, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .sub-nav .nav-alert, .sub-nav .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .nav-alert, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .sub-nav, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .has-note, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .nav, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-center, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-left, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-ce, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header .wrapper, .header .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-all, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-data, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-piece, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-price, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-top, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-grid-item, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-grid, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .card-list, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-footer, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-price, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-item, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-list, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .enlist-story, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .enlist-hero, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-career-1, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-double-photos, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-double, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-grid .about-item, .about-grid .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-item, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-grid, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .mini-boxes .mini-box, .mini-boxes .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .mini-box, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .mini-boxes, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-belief, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-grid-item, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-grid, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .main-hero .wrapper, .main-hero .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flatpickr-current-month, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-col-2, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-ext, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-ext-label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-tag, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-check label, .form-check .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-radio label,
.form-radio .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-switch label,
.form-switch .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-switch label .item-label, .form-switch label .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .item-label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box-inner, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box .uploader-item-body, .uploader-box .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-item-body, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box .uploader-img-info, .uploader-box .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-img-info, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .select-box-value, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .modal, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .alert, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .box, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .stickers, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .process-list .process-status, .process-list .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .process-status, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .table-row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tc-table .tc-row, .tc-table .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tc-row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .progress, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tabs-nav, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .control-label-group, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .error-page-503, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .messages-footer, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages-footer, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .messages-options, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .message-date, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .message-date, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .finance-top, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .transactions-list-row, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .index-slider .wrapper, .index-slider .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-main, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-control-nav, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-head .wrapper, .product-page-head .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-info-label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-alert-label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-label, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-sub, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-interact, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-interact .product-share-options, .product-interact .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-share-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-rating, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .rating-stars, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-alert, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-details .product-sticky-footer, .product-details .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-sticky-footer, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .brancs-pros, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .brancs-pros-item, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-preview-head, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .view-switcher, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-head, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-block, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-mobile, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-mobile-btn, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter .list-filter-type, .list-filter .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-type,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter .list-filter-sort,
.list-filter .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-sort, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .campaign-promo, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .campaign-promo .btn-group, .campaign-promo .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .btn-group, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .pagination, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .pagination ul, .pagination .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item ul, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .order-actions {
    flex-direction: column;
  }
  .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flex .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .sub-nav .nav-alert .order-unit-action .select-box-options, .sub-nav .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .nav-alert .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .sub-nav .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .has-note .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .nav .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-center .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-left .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header-ce .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .header .wrapper .order-unit-action .select-box-options, .header .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-all .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-data .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-piece .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-price .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .cart-item-top .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-grid-item .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-grid .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .card-list .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-footer .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-price .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-item .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-list .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .enlist-story .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .enlist-hero .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-career-1 .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-double-photos .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-double .order-unit-action .select-box-options, .about-grid .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-item .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .about-grid .order-unit-action .select-box-options, .mini-boxes .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .mini-box .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .mini-boxes .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-belief .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-grid-item .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .static-grid .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .main-hero .wrapper .order-unit-action .select-box-options, .main-hero .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flatpickr-calendar .flatpickr-current-month .order-unit-action .select-box-options, .flatpickr-calendar .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .flatpickr-current-month .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-col-2 .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-ext .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-ext-label .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .input-tag .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-check label .order-unit-action .select-box-options, .form-check .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label .order-unit-action .select-box-options,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-radio label .order-unit-action .select-box-options,
.form-radio .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label .order-unit-action .select-box-options,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .form-switch label .order-unit-action .select-box-options,
.form-switch .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item label .order-unit-action .select-box-options, .form-switch label .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .item-label .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box-inner .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box .uploader-item-body .order-unit-action .select-box-options, .uploader-box .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-item-body .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-box .uploader-img-info .order-unit-action .select-box-options, .uploader-box .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .uploader-img-info .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .select-box-value .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .modal .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .alert .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .box .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .stickers .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .process-list .process-status .order-unit-action .select-box-options, .process-list .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .process-status .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .table-row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tc-table .tc-row .order-unit-action .select-box-options, .tc-table .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tc-row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .progress .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .tabs-nav .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .control-label-group .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .error-page-503 .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .messages-footer .order-unit-action .select-box-options, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages-footer .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .messages-options .order-unit-action .select-box-options, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages-options .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .messages .message-date .order-unit-action .select-box-options, .messages .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .message-date .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .finance-top .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .transactions-list-row .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .index-slider .wrapper .order-unit-action .select-box-options, .index-slider .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-main .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-control-nav .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-head .wrapper .order-unit-action .select-box-options, .product-page-head .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .wrapper .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-info-label .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-alert-label .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-slider-label .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-sub .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-interact .order-unit-action .select-box-options, .product-interact .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-share-options .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-rating .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .rating-stars .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-page-alert .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-details .product-sticky-footer .order-unit-action .select-box-options, .product-details .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .product-sticky-footer .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .brancs-pros .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .brancs-pros-item .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .ce-preview-head .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .view-switcher .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-head .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-block .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-mobile .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-mobile-btn .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter .list-filter-type .order-unit-action .select-box-options, .list-filter .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-type .order-unit-action .select-box-options,
.my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter .list-filter-sort .order-unit-action .select-box-options,
.list-filter .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .list-filter-sort .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .campaign-promo .order-unit-action .select-box-options, .campaign-promo .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .btn-group .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .pagination .order-unit-action .select-box-options, .pagination .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item ul .order-unit-action .select-box-options, .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .order-actions .order-unit-action .select-box-options {
    left: 50%;
    transform: translateX(-50%);
  }
  .my-orders .order-details .order-unit-more .order-unit-products .order-unit-product-item .summary-row .summary-data {
    margin-bottom: 12px;
  }
}
body.about-us {
  background: url("../img/static-white-bg.png") center 540px repeat;
}
.main-hero {
  position: relative;
  overflow: hidden;
  height: 600px;
  background: url("../img/home-bg.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .main-hero {
    height: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .main-hero {
    height: 724px;
  }
}
.main-hero .wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .main-hero .wrapper {
    padding-top: 90px;
    align-items: flex-start;
  }
}
.main-hero-inner {
  width: 440px;
}
.main-hero-img {
  position: absolute;
  right: -20px;
  bottom: -128px;
  width: 922px;
  height: 624px;
  /*@include mb-down($md) {
      right: -132px;
      bottom: 0;
      width: 600px;
      height: 406px;
  }*/
}
@media only screen and (max-width: 1280px) {
  .main-hero-img {
    right: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .main-hero-img {
    width: 500px;
    height: 453px;
    right: 0;
    bottom: -10px;
  }
  .main-hero-img.main-hero-img-landing {
    bottom: -105px;
  }
}
.main-hero-img img {
  width: 100%;
  max-width: initial;
  height: auto;
  -webkit-clip-path: ellipse(461px 425px at 461px 425px);
          clip-path: ellipse(461px 425px at 461px 425px);
}
@media only screen and (max-width: 768px) {
  .main-hero-img img {
    width: auto;
    height: 100%;
    -webkit-clip-path: ellipse(367px 339px at 367px 339px);
            clip-path: ellipse(367px 339px at 367px 339px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-hero + .scroll-down.mb-xxl {
    margin-bottom: 0;
  }
}
.light-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 48px 112px;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .light-inner {
    padding: 24px 16px;
  }
  .light-inner .text-center {
    text-align: left;
  }
}
.light-inner-half {
  padding: 48px 32px;
}
.light-inner .list-icons {
  margin-left: 12px;
  margin-right: 12px;
}
.light-inner .list-icons li {
  align-items: flex-start;
  font-weight: 600;
  margin-bottom: 16px;
}
.light-inner .list-icons li:before {
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1024px) {
  body.career .light-inner {
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
    padding: 24px 16px;
  }
  body.career .light-inner .text-center {
    text-align: left;
  }
}
.light-blue-bg {
  background-color: #EDF3F7;
}
.light-green-bg {
  background: linear-gradient(0deg, rgba(71, 208, 190, 0.2), rgba(71, 208, 190, 0.2)), #FFFFFF;
}
.light-grey-bg {
  background-color: #F4F5F5;
}
.how-list-item {
  position: relative;
  padding: 18px 24px 24px 80px;
  margin-bottom: 6px;
  overflow: hidden;
}
.how-list-item:before {
  position: absolute;
  z-index: 2;
  left: 29px;
  top: 72px;
  width: 4px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='152' viewBox='0 0 4 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2C3.5 1.17157 2.82843 0.5 2 0.5C1.17157 0.5 0.5 1.17157 0.5 2H3.5ZM0.5 150C0.5 150.828 1.17157 151.5 2 151.5C2.82843 151.5 3.5 150.828 3.5 150H0.5ZM0.5 6.11111C0.5 6.93954 1.17157 7.61111 2 7.61111C2.82843 7.61111 3.5 6.93954 3.5 6.11111H0.5ZM3.5 14.3333C3.5 13.5049 2.82843 12.8333 2 12.8333C1.17157 12.8333 0.5 13.5049 0.5 14.3333H3.5ZM0.5 22.5556C0.5 23.384 1.17157 24.0556 2 24.0556C2.82843 24.0556 3.5 23.384 3.5 22.5556H0.5ZM3.5 30.7778C3.5 29.9494 2.82843 29.2778 2 29.2778C1.17157 29.2778 0.5 29.9494 0.5 30.7778H3.5ZM0.5 39C0.5 39.8284 1.17157 40.5 2 40.5C2.82843 40.5 3.5 39.8284 3.5 39H0.5ZM3.5 47.2222C3.5 46.3938 2.82843 45.7222 2 45.7222C1.17157 45.7222 0.5 46.3938 0.5 47.2222H3.5ZM0.5 55.4444C0.5 56.2729 1.17157 56.9444 2 56.9444C2.82843 56.9444 3.5 56.2729 3.5 55.4444H0.5ZM3.5 63.6667C3.5 62.8382 2.82843 62.1667 2 62.1667C1.17157 62.1667 0.5 62.8382 0.5 63.6667H3.5ZM0.5 71.8889C0.5 72.7173 1.17157 73.3889 2 73.3889C2.82843 73.3889 3.5 72.7173 3.5 71.8889H0.5ZM3.5 80.1111C3.5 79.2827 2.82843 78.6111 2 78.6111C1.17157 78.6111 0.5 79.2827 0.5 80.1111H3.5ZM0.5 88.3333C0.5 89.1618 1.17157 89.8333 2 89.8333C2.82843 89.8333 3.5 89.1618 3.5 88.3333H0.5ZM3.5 96.5555C3.5 95.7271 2.82843 95.0555 2 95.0555C1.17157 95.0555 0.5 95.7271 0.5 96.5555H3.5ZM0.5 104.778C0.5 105.606 1.17157 106.278 2 106.278C2.82843 106.278 3.5 105.606 3.5 104.778H0.5ZM3.5 113C3.5 112.172 2.82843 111.5 2 111.5C1.17157 111.5 0.5 112.172 0.5 113H3.5ZM0.5 121.222C0.5 122.051 1.17157 122.722 2 122.722C2.82843 122.722 3.5 122.051 3.5 121.222H0.5ZM3.5 129.444C3.5 128.616 2.82843 127.944 2 127.944C1.17157 127.944 0.5 128.616 0.5 129.444H3.5ZM0.5 137.667C0.5 138.495 1.17157 139.167 2 139.167C2.82843 139.167 3.5 138.495 3.5 137.667H0.5ZM3.5 145.889C3.5 145.06 2.82843 144.389 2 144.389C1.17157 144.389 0.5 145.06 0.5 145.889H3.5ZM0.5 2V6.11111H3.5V2H0.5ZM0.5 14.3333V22.5556H3.5V14.3333H0.5ZM0.5 30.7778V39H3.5V30.7778H0.5ZM0.5 47.2222V55.4444H3.5V47.2222H0.5ZM0.5 63.6667V71.8889H3.5V63.6667H0.5ZM0.5 80.1111V88.3333H3.5V80.1111H0.5ZM0.5 96.5555V104.778H3.5V96.5555H0.5ZM0.5 113V121.222H3.5V113H0.5ZM0.5 129.444V137.667H3.5V129.444H0.5ZM0.5 145.889V150H3.5V145.889H0.5Z' fill='%23B9D2DF'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-y;
  background-size: 4px 152px;
  content: "";
}
.how-list-item:after {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.how-list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.how-list-item:last-child:before {
  display: none;
}
.how-list .h3 {
  margin-bottom: 12px;
}
.how-list .first-hundred:after {
  background-image: url("/img/first-hundred.png");
}
.how-list .new-wave:after {
  background-image: url("/img/new-wave.png");
}
.how-list .fail-list:after {
  background-image: url("/img/fail-list.png");
}
.how-list .ask-learn:after {
  background-image: url("/img/ask-learn.png");
}
.how-list .how-invent:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M36 39V42C36 42.5304 35.7893 43.0391 35.4142 43.4142C35.0391 43.7893 34.5304 44 34 44H30C29.4696 44 28.9609 43.7893 28.5858 43.4142C28.2107 43.0391 28 42.5304 28 42V39' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 17V19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 31H20' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L22.4667 22.4093' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46 31H44' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.9999 21L41.5332 22.4093' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.8874 39H36.1141C37.5997 38.2626 38.8467 37.1203 39.7113 35.7049C40.5759 34.2894 41.0229 32.6585 41.0007 31C40.9586 28.6262 39.9969 26.3614 38.3181 24.6826C36.6393 23.0038 34.3745 22.0421 32.0007 22C29.626 22.0422 27.3605 23.0046 25.6815 24.6845C24.0026 26.3645 23.0415 28.6306 23.0007 31.0053C22.9796 32.6629 23.427 34.2927 24.2916 35.7071C25.1561 37.1215 26.4026 38.263 27.8874 39V39Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 44V47' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 34V39' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 31L32 34L35 31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.how-list .how-plan:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M23 47.0003C21.9391 47.0003 20.9217 46.5788 20.1716 45.8287C19.4214 45.0785 19 44.0611 19 43.0003V25.9443C18.9996 25.3235 19.1443 24.7112 19.4227 24.1563L22.1053 18.7896C22.1883 18.6234 22.316 18.4835 22.474 18.3858C22.6321 18.2881 22.8142 18.2363 23 18.2363C23.1858 18.2363 23.3679 18.2881 23.526 18.3858C23.684 18.4835 23.8117 18.6234 23.8947 18.7896L26.5773 24.1563C26.8557 24.7112 27.0004 25.3235 27 25.9443V43.0003C27 44.0611 26.5786 45.0785 25.8284 45.8287C25.0783 46.5788 24.0609 47.0003 23 47.0003Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.1133 25H26.8866' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 42H27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43 17H35C33.8954 17 33 17.8954 33 19V45C33 46.1046 33.8954 47 35 47H43C44.1046 47 45 46.1046 45 45V19C45 17.8954 44.1046 17 43 17Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 23H37' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 29H37' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 35H37' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 41H37' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.how-list .how-start:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M23.7207 35.5992C23.7207 35.5992 38.314 20.9619 39.258 20.0192C40.3047 18.9712 43.682 18.1819 45.362 17.8432C45.4698 17.8215 45.5813 17.8268 45.6865 17.8585C45.7918 17.8903 45.8875 17.9476 45.9653 18.0253C46.043 18.1031 46.1003 18.1988 46.1321 18.3041C46.1639 18.4093 46.1691 18.5208 46.1474 18.6286C45.8087 20.3086 45.0194 23.6846 43.9714 24.7326L28.414 40.2886L23.7207 35.5992Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 32L32 36' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.4869 33.2207C35.5477 35.276 35.3899 37.332 35.0162 39.354C34.5704 40.4075 33.9299 41.3674 33.1282 42.1834L29.7722 45.534C29.6743 45.6324 29.5482 45.6979 29.4114 45.7212C29.2746 45.7445 29.1339 45.7245 29.009 45.664C28.8841 45.6035 28.7811 45.5056 28.7145 45.3838C28.648 45.262 28.621 45.1225 28.6375 44.9847L29.2895 39.4167' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.7717 28.5062C28.7068 28.4299 26.6396 28.5734 24.6051 28.9342C23.5623 29.3951 22.6159 30.0488 21.8157 30.8609L18.4691 34.2062C18.3707 34.3044 18.3056 34.4308 18.2826 34.5678C18.2596 34.7049 18.2801 34.8456 18.341 34.9705C18.402 35.0953 18.5004 35.198 18.6226 35.2642C18.7447 35.3304 18.8845 35.3567 19.0224 35.3396L24.6224 34.6542' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.943 41.5431C25.8239 42.4213 25.0711 43.3144 24.1181 44.2671C23.226 45.1564 19.8444 46.1713 18.1137 46.6457C18.0089 46.6732 17.8987 46.6728 17.7941 46.6446C17.6895 46.6164 17.5941 46.5615 17.5173 46.4852C17.4405 46.4089 17.385 46.3139 17.3562 46.2096C17.3275 46.1053 17.3266 45.9953 17.3535 45.8905C17.8238 44.1578 18.8304 40.7718 19.7175 39.8799C20.6842 38.916 21.575 38.1807 22.4547 39.0589' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.how-list .how-gain:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M25 25C29.4183 25 33 23.2091 33 21C33 18.7909 29.4183 17 25 17C20.5817 17 17 18.7909 17 21C17 23.2091 20.5817 25 25 25Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 25C33 27.2093 29.4187 29 25 29C20.5813 29 17 27.2093 17 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 29V21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 21V41C17 43.2093 20.5813 45 25 45C26.0074 45.0016 27.0125 44.902 28 44.7027' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 37C17 39.2093 20.5813 41 25 41C26.0074 41.0016 27.0125 40.902 28 40.7027' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 33C17 35.2093 20.5813 37 25 37C26.0074 37.0016 27.0125 36.902 28 36.7027' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 29C17 31.2093 20.5813 33 25 33C26.0074 33.0016 27.0125 32.902 28 32.7027' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39 39C43.4183 39 47 37.2091 47 35C47 32.7909 43.4183 31 39 31C34.5817 31 31 32.7909 31 35C31 37.2091 34.5817 39 39 39Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 35V43C31 45.2093 34.5813 47 39 47C43.4187 47 47 45.2093 47 43V35' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47 39C47 41.2093 43.4187 43 39 43C34.5813 43 31 41.2093 31 39' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.how-list .how-realize:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M22.4093 33.3887L17 39.9993L22 40.9993L24 46.9993L29.2587 38.6553' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.5915 33.3887L47.0009 39.9993L42.0009 40.9993L40.0009 46.9993L34.7422 38.6553' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 39C38.0751 39 43 34.0751 43 28C43 21.9249 38.0751 17 32 17C25.9249 17 21 21.9249 21 28C21 34.0751 25.9249 39 32 39Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.707 21.7231L34.371 25.0005H37.207C37.3632 24.9967 37.5168 25.04 37.6479 25.1249C37.7789 25.2098 37.8813 25.3323 37.9417 25.4764C38.0021 25.6204 38.0175 25.7793 37.9861 25.9323C37.9547 26.0852 37.8779 26.2252 37.7657 26.3338L35.1617 28.8911L36.6044 32.2045C36.668 32.3562 36.6823 32.5241 36.6453 32.6844C36.6084 32.8448 36.522 32.9894 36.3984 33.098C36.2747 33.2066 36.1201 33.2736 35.9564 33.2896C35.7926 33.3056 35.628 33.2698 35.4857 33.1871L31.999 31.2258L28.5124 33.1871C28.3701 33.2698 28.2054 33.3056 28.0417 33.2896C27.8779 33.2736 27.7233 33.2066 27.5997 33.098C27.4761 32.9894 27.3897 32.8448 27.3528 32.6844C27.3158 32.5241 27.3301 32.3562 27.3937 32.2045L28.8364 28.8911L26.2324 26.3285C26.1202 26.2199 26.0433 26.0799 26.0119 25.9269C25.9805 25.774 25.996 25.6151 26.0564 25.471C26.1167 25.327 26.2191 25.2045 26.3502 25.1196C26.4813 25.0347 26.6349 24.9913 26.791 24.9951H29.627L31.2924 21.7231C31.3604 21.5945 31.4621 21.4868 31.5868 21.4117C31.7114 21.3366 31.8542 21.2969 31.9997 21.2969C32.1452 21.2969 32.288 21.3366 32.4126 21.4117C32.5373 21.4868 32.6391 21.5945 32.707 21.7231V21.7231Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.how-list .how-serve:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cg clip-path='url(%23clip0_3336_2712)'%3E%3Cpath d='M17.0078 38H38.2851C38.7647 38.0009 39.2285 37.8294 39.5922 37.5169C39.9559 37.2043 40.1952 36.7715 40.2665 36.2973L42.7518 19.7027C42.823 19.2292 43.0617 18.7969 43.4246 18.4844C43.7874 18.172 44.2503 18.0001 44.7291 18H47.0078' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.0078 26H20.0078C19.4555 26 19.0078 26.4477 19.0078 27V33C19.0078 33.5523 19.4555 34 20.0078 34H26.0078C26.5601 34 27.0078 33.5523 27.0078 33V27C27.0078 26.4477 26.5601 26 26.0078 26Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.0078 22H28.0078C27.4555 22 27.0078 22.4477 27.0078 23V33C27.0078 33.5523 27.4555 34 28.0078 34H36.0078C36.5601 34 37.0078 33.5523 37.0078 33V23C37.0078 22.4477 36.5601 22 36.0078 22Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5078 46C22.8885 46 24.0078 44.8807 24.0078 43.5C24.0078 42.1193 22.8885 41 21.5078 41C20.1271 41 19.0078 42.1193 19.0078 43.5C19.0078 44.8807 20.1271 46 21.5078 46Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5078 46C36.8885 46 38.0078 44.8807 38.0078 43.5C38.0078 42.1193 36.8885 41 35.5078 41C34.1271 41 33.0078 42.1193 33.0078 43.5C33.0078 44.8807 34.1271 46 35.5078 46Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3336_2712'%3E%3Crect width='32' height='32' fill='white' transform='translate(16 16)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.how-list .how-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='32' fill='%2347D0BE'/%3E%3Cpath d='M23 34.998V40.998H17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41 28.998V22.998H47' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.3755 22.9941C43.4444 25.1496 44.7079 27.9517 44.9535 30.9293C45.1991 33.9069 44.4118 36.8782 42.7241 39.3435C41.0363 41.8088 38.551 43.6177 35.6863 44.4659C32.8215 45.3141 29.752 45.1498 26.9941 44.0008' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6221 41.0004C20.5577 38.8438 19.2981 36.0427 19.055 33.0672C18.8118 30.0918 19.5998 27.1232 21.2866 24.6601C22.9735 22.197 25.4565 20.3893 28.3186 19.5405C31.1808 18.6918 34.2479 18.8537 37.0048 19.999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.static-grid {
  margin: 0 -12px;
}
@media only screen and (max-width: 1024px) {
  .static-grid {
    margin: 0;
  }
}
.static-grid-item {
  width: calc(50% - 24px);
  margin: 0 12px 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 2px 4px #D0DFEA;
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .static-grid-item {
    width: 100%;
    margin: 0 0 16px;
    padding: 20px;
  }
  .static-grid-item:last-child {
    margin-bottom: 0;
  }
}
.static-grid-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-position: center center;
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon {
    width: 64px;
    height: 64px;
    background-size: 37px 37px;
  }
}
.static-grid-icon-plant {
  background-color: #47D0BE;
  box-shadow: 0px 16px 24px rgba(71, 208, 190, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75195 54.25C3.6523 54.4852 5.5812 54.293 7.39778 53.6875C9.21437 53.082 10.8728 52.0784 12.252 50.75C13.2467 51.8518 14.4616 52.7326 15.8181 53.3355C17.1746 53.9384 18.6425 54.2499 20.127 54.2499C21.6114 54.2499 23.0793 53.9384 24.4358 53.3355C25.7923 52.7326 27.0072 51.8518 28.002 50.75C28.9967 51.8518 30.2116 52.7326 31.5681 53.3355C32.9246 53.9384 34.3925 54.2499 35.877 54.2499C37.3614 54.2499 38.8293 53.9384 40.1858 53.3355C41.5423 52.7326 42.7572 51.8518 43.752 50.75C45.1311 52.0784 46.7895 53.082 48.6061 53.6875C50.4227 54.293 52.3516 54.4852 54.252 54.25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.2525 17.6953C44.7141 17.7048 42.2025 18.2143 39.8611 19.1946C37.5197 20.175 35.3944 21.607 33.6066 23.409C31.8187 25.2109 30.4034 27.3474 29.4414 29.6964C28.4795 32.0454 27.9897 34.561 28.0002 37.0993C30.5384 37.0895 33.0499 36.5798 35.3912 35.5994C37.7324 34.6189 39.8576 33.1868 41.6454 31.385C43.4332 29.5831 44.8485 27.4467 45.8106 25.0979C46.7727 22.749 47.2626 20.2336 47.2525 17.6953Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.0664 23.982C34.3877 20.1755 34.6159 16.075 33.725 12.1454C32.8342 8.21586 30.86 4.61457 28.0264 1.75C25.1818 4.62502 23.2032 8.24231 22.3169 12.1885C21.4306 16.1347 21.6724 20.2507 23.0144 24.066' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75212 17.6953C11.2901 17.7054 13.8012 18.2153 16.1421 19.196C18.4829 20.1766 20.6077 21.6087 22.395 23.4106C24.1824 25.2125 25.5973 27.3488 26.559 29.6975C27.5206 32.0462 28.0102 34.5614 27.9998 37.0993C25.4618 37.0892 22.9507 36.5793 20.6099 35.5987C18.269 34.618 16.1442 33.1859 14.3569 31.384C12.5695 29.5822 11.1546 27.4459 10.1929 25.0971C9.23127 22.7484 8.74168 20.2333 8.75212 17.6953Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.002 45.5V37.0977' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-plant {
    box-shadow: 0px 8px 16px rgba(71, 208, 190, 0.24);
  }
}
.static-grid-icon-energy {
  background-color: #39ABEC;
  box-shadow: 0px 16px 24px rgba(57, 171, 236, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.6406 29.0996C30.5401 29.0996 32.8906 26.7491 32.8906 23.8496C32.8906 20.9501 30.5401 18.5996 27.6406 18.5996C24.7411 18.5996 22.3906 20.9501 22.3906 23.8496C22.3906 26.7491 24.7411 29.0996 27.6406 29.0996Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.6406 29.0996V54.2506' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7305 54.25H41.5508' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7327 14.2641C21.486 12.2883 21.7834 10.2826 22.5928 8.46344C23.4021 6.64424 24.6928 5.08052 26.3256 3.94093C27.9584 2.80135 29.8713 2.12915 31.858 1.99683C33.8447 1.86452 35.8299 2.2771 37.5994 3.19009L29.4817 18.9308' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.6901 21.6836C40.4006 22.5183 41.8638 23.7848 42.9349 25.3581C44.0061 26.9314 44.6483 28.7569 44.7979 30.6543C44.9475 32.5518 44.5995 34.4554 43.7882 36.1771C42.9768 37.8989 41.7303 39.3791 40.1718 40.4716L31.2188 27.6896' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3196 34.015C19.7591 34.7426 18.0489 35.0919 16.3281 35.0344C14.6072 34.9768 12.9242 34.5142 11.4158 33.6839C9.90742 32.8537 8.61616 31.6793 7.64695 30.2561C6.67774 28.833 6.05794 27.2014 5.83789 25.4937L22.4046 23.375' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-energy {
    box-shadow: 0px 8px 16px rgba(57, 171, 236, 0.24);
  }
}
.static-grid-icon-platform {
  background-color: #FB9E2E;
  box-shadow: 0px 16px 24px rgba(251, 158, 46, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.75 1.75H12.25C10.317 1.75 8.75 3.317 8.75 5.25V22.75C8.75 24.683 10.317 26.25 12.25 26.25H43.75C45.683 26.25 47.25 24.683 47.25 22.75V5.25C47.25 3.317 45.683 1.75 43.75 1.75Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5003 43.75H5.25495C4.65823 43.7502 4.07136 43.5978 3.55011 43.3073C3.02887 43.0168 2.59054 42.5979 2.27678 42.0903C1.96302 41.5827 1.78425 41.0034 1.75744 40.4072C1.73063 39.8111 1.85669 39.218 2.12362 38.6843L6.40762 30.1187C6.98906 28.9562 7.88267 27.9785 8.98837 27.2953C10.0941 26.612 11.3682 26.25 12.668 26.25H43.3326' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.75 33.25H29.75C27.817 33.25 26.25 34.817 26.25 36.75V50.75C26.25 52.683 27.817 54.25 29.75 54.25H50.75C52.683 54.25 54.25 52.683 54.25 50.75V36.75C54.25 34.817 52.683 33.25 50.75 33.25Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.25 40.25H54.25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.25 47.25H43.75' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-platform {
    box-shadow: 0px 8px 16px rgba(251, 158, 46, 0.24);
  }
}
.static-grid-icon-ecology {
  background-color: #4E89A7;
  box-shadow: 0px 16px 24px rgba(78, 137, 167, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 33.25V54.25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.75 50.75C36.75 48.8935 36.0125 47.113 34.6997 45.8003C33.387 44.4875 31.6065 43.75 29.75 43.75H21C21 41.8935 20.2625 40.113 18.9497 38.8003C17.637 37.4875 15.8565 36.75 14 36.75H1.75V50.75H36.75Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 43.75H21' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.75 36.75C46.415 36.75 54.25 28.915 54.25 19.25C54.25 9.58502 46.415 1.75 36.75 1.75C27.085 1.75 19.25 9.58502 19.25 19.25C19.25 28.915 27.085 36.75 36.75 36.75Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.1699 4.60547L36.9419 11.2111C37.4213 11.5307 37.8144 11.9637 38.0863 12.4717C38.3582 12.9797 38.5005 13.547 38.5005 14.1231V18.1295C38.5006 18.9387 38.2202 19.7229 37.7072 20.3487C37.1941 20.9745 36.4801 21.4032 35.6865 21.5618L29.7505 22.7495L31.0199 27.8268C31.1651 28.4144 31.1554 29.0297 30.9919 29.6124C30.8283 30.1952 30.5163 30.7256 30.0865 31.1518L27.1582 33.8958' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.1607 21.0312L46.68 23.5233C45.8693 23.7915 45.1846 24.3468 44.7549 25.0847C44.3251 25.8226 44.1799 26.6921 44.3467 27.5296L45.728 34.2683' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-ecology {
    box-shadow: 0px 8px 16px rgba(78, 137, 167, 0.24);
  }
}
.static-grid-icon-sustain {
  background-color: #47D0BE;
  box-shadow: 0px 16px 24px rgba(57, 171, 236, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1546_3146)'%3E%3Cpath d='M54.3286 15.1167L52.1758 5.2129C51.8683 3.80011 50.1157 3.29031 49.0989 4.30958L46.45 6.95853C35.4605 -2.68999 18.6789 -2.30072 8.19255 8.18506C1.68977 14.6874 -1.20047 23.9899 0.4605 33.0695C0.640422 34.0531 1.58159 34.7205 2.58653 34.5378C3.579 34.3558 4.23624 33.4043 4.05489 32.4117C2.60983 24.5131 5.12239 16.4225 10.776 10.7683C15.3688 6.17551 21.4857 3.64633 28.0004 3.64633C33.8987 3.64633 39.4587 5.7378 43.8691 9.53945L41.3486 12.0599C40.3301 13.0772 40.8382 14.829 42.2519 15.1368L52.1551 17.2902C52.7691 17.4232 53.4005 17.2319 53.8351 16.7966C54.275 16.3572 54.4606 15.7244 54.3286 15.1167Z' fill='white'/%3E%3Cpath d='M55.5394 22.9146C55.3574 21.9221 54.3952 21.2662 53.414 21.4462C52.4209 21.6282 51.7638 22.5797 51.9451 23.5723C53.3902 31.4702 50.8776 39.5615 45.2239 45.2157C40.6312 49.8085 34.5143 52.3377 27.9996 52.3377C22.1012 52.3377 16.5411 50.246 12.1308 46.4445L14.6513 43.9241C15.1241 43.4519 15.3007 42.7592 15.1128 42.1175C14.9242 41.4763 14.401 40.9893 13.748 40.8472L3.8442 38.6938C3.23585 38.5611 2.60312 38.7467 2.1642 39.1874C1.72473 39.6269 1.53857 40.2596 1.67059 40.8674L3.82331 50.7712C3.96538 51.4242 4.45243 51.9474 5.09359 52.1353C5.74688 52.3273 6.43693 52.1385 6.90024 51.6744L9.54963 49.0253C14.8161 53.6491 21.3991 55.9907 27.9994 55.9907C35.173 55.9907 42.3462 53.2599 47.8071 47.7989C54.3097 41.2963 57.2009 31.9936 55.5394 22.9146Z' fill='white'/%3E%3Cpath d='M43.0526 22.5922C42.2071 22.0746 41.3508 21.6566 40.5007 21.3472C37.9861 20.4319 35.5105 20.47 33.3595 21.449C31.9057 22.1281 30.7103 23.2033 29.8024 24.5972V18.8579C29.8024 17.8487 28.9841 17.031 27.9756 17.031C26.967 17.031 26.1487 17.8487 26.1487 18.8579V24.6704C25.2344 23.2373 24.0175 22.1386 22.5393 21.4482C20.3823 20.4665 17.915 20.4309 15.4027 21.3454C14.5515 21.6552 13.6931 22.0735 12.8471 22.5912C12.6356 22.7207 12.5157 22.9776 12.5525 23.2228C13.1359 27.1178 15.0327 30.0086 17.9075 31.3813C20.0483 32.3772 22.5045 32.4212 25.0114 31.5088C25.3893 31.3712 25.7692 31.1933 26.1487 31.0131V39.5624C26.1486 40.5716 26.9669 41.3893 27.9754 41.3893C28.984 41.3893 29.8023 40.5716 29.8023 39.5624V31.036C30.1639 31.2059 30.5258 31.3773 30.8863 31.5084C33.3965 32.4221 35.8589 32.376 37.9911 31.382C40.8708 30.0059 42.7631 27.1182 43.3471 23.2239C43.384 22.9787 43.2641 22.7217 43.0526 22.5922Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1546_3146'%3E%3Crect width='56' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-sustain {
    box-shadow: 0px 8px 16px rgba(57, 171, 236, 0.24);
  }
}
.static-grid-icon-carbon {
  background-color: #39ABEC;
  box-shadow: 0px 16px 24px rgba(57, 171, 236, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7561 16.987H22.6595C23.5518 16.9859 24.4071 16.6309 25.038 16C25.6689 15.3691 26.0238 14.5138 26.025 13.6216V13.5844H24.0563V13.6216C24.0557 13.9918 23.9083 14.3467 23.6465 14.6086C23.3847 14.8704 23.0298 15.0177 22.6595 15.0183H21.7561C21.3858 15.0177 21.0309 14.8704 20.7691 14.6086C20.5073 14.3467 20.36 13.9918 20.3594 13.6216V10.1456C20.3602 9.77556 20.5077 9.42092 20.7695 9.15934C21.0313 8.89777 21.386 8.75058 21.7561 8.75H22.6595C23.0298 8.75058 23.3847 8.89792 23.6465 9.15973C23.9083 9.42154 24.0557 9.77646 24.0563 10.1467H26.025C26.0238 9.2545 25.6689 8.39915 25.038 7.76825C24.4071 7.13735 23.5518 6.78241 22.6595 6.78125H21.7561C20.8638 6.78212 20.0083 7.13697 19.3773 7.76793C18.7463 8.39889 18.3915 9.25441 18.3906 10.1467V13.6227C18.3918 14.5148 18.7468 15.37 19.3777 16.0007C20.0086 16.6315 20.864 16.9862 21.7561 16.987V16.987Z' fill='white'/%3E%3Cpath d='M31.0047 16.987C32.0167 16.9859 32.987 16.5833 33.7026 15.8677C34.4182 15.1521 34.8207 14.1819 34.8219 13.1698V10.5973C34.8219 10.0961 34.7231 9.59969 34.5313 9.13656C34.3395 8.67344 34.0583 8.25264 33.7038 7.89818C33.3494 7.54372 32.9286 7.26255 32.4655 7.07072C32.0023 6.87889 31.506 6.78015 31.0047 6.78015C30.5034 6.78015 30.007 6.87889 29.5439 7.07072C29.0808 7.26255 28.66 7.54372 28.3055 7.89818C27.9511 8.25264 27.6699 8.67344 27.4781 9.13656C27.2862 9.59969 27.1875 10.0961 27.1875 10.5973V13.1698C27.1884 14.182 27.5908 15.1524 28.3065 15.868C29.0222 16.5837 29.9926 16.9862 31.0047 16.987ZM29.1562 10.5973C29.1563 10.1071 29.351 9.63695 29.6976 9.2903C30.0443 8.94365 30.5145 8.7489 31.0047 8.7489C31.4949 8.7489 31.9651 8.94365 32.3117 9.2903C32.6584 9.63695 32.8531 10.1071 32.8531 10.5973V13.1698C32.8531 13.6601 32.6584 14.1302 32.3117 14.4769C31.9651 14.8235 31.4949 15.0183 31.0047 15.0183C30.5145 15.0183 30.0443 14.8235 29.6976 14.4769C29.351 14.1302 29.1562 13.6601 29.1562 13.1698V10.5973Z' fill='white'/%3E%3Cpath d='M39.6812 16.9804L37.8076 17.5754C37.2992 17.737 36.8653 18.075 36.5844 18.5285C36.3034 18.9819 36.1938 19.5209 36.2754 20.0481C36.357 20.5752 36.6244 21.0558 37.0294 21.4031C37.4343 21.7504 37.9501 21.9414 38.4836 21.9417H41.4804V19.9729H38.4836C38.4203 19.9723 38.3593 19.9491 38.3115 19.9077C38.2636 19.8662 38.2321 19.8091 38.2225 19.7465C38.2129 19.6839 38.2259 19.62 38.2591 19.5661C38.2923 19.5122 38.3435 19.4719 38.4037 19.4523L40.2773 18.8573C40.7584 18.7058 41.1786 18.4045 41.4765 17.9974C41.7744 17.5903 41.9344 17.0987 41.9332 16.5943V16.3613C41.9324 15.7317 41.6818 15.128 41.2364 14.6829C40.7911 14.2377 40.1873 13.9874 39.5576 13.9868H38.6236C37.9941 13.9877 37.3906 14.2381 36.9455 14.6833C36.5003 15.1284 36.2499 15.7318 36.249 16.3613V16.649H38.2178V16.3613C38.2181 16.2538 38.2609 16.1508 38.3369 16.0747C38.413 15.9987 38.516 15.9559 38.6236 15.9556H39.5576C39.6653 15.9556 39.7687 15.9983 39.8449 16.0743C39.9212 16.1504 39.9642 16.2536 39.9645 16.3613V16.5943C39.9647 16.6805 39.9373 16.7644 39.8863 16.8339C39.8353 16.9034 39.7635 16.9547 39.6812 16.9804V16.9804Z' fill='white'/%3E%3Cpath d='M24.8471 21.5621C26.4865 21.5677 28.0804 22.102 29.3919 23.0857C30.7035 24.0693 31.6627 25.4499 32.1271 27.0221C32.2973 27.6138 32.657 28.1333 33.151 28.5008C33.6449 28.8683 34.2458 29.0635 34.8615 29.0565H34.8768C35.6476 29.0567 36.4107 29.2103 37.1216 29.5085C37.8325 29.8066 38.4769 30.2433 39.0173 30.793C39.5577 31.3428 39.9832 31.9946 40.2691 32.7105C40.555 33.4264 40.6955 34.192 40.6824 34.9628C40.6667 35.7715 40.4776 36.5674 40.1279 37.2968C40.7689 37.4581 41.3815 37.7163 41.9446 38.0624C42.3905 37.102 42.6305 36.0587 42.649 34.9999C42.6664 33.9679 42.4782 32.9427 42.0953 31.9842C41.7124 31.0256 41.1426 30.1529 40.419 29.4168C39.6953 28.6808 38.8324 28.0961 37.8805 27.697C36.9286 27.2979 35.9068 27.0923 34.8746 27.0921H34.8549C34.666 27.0948 34.4815 27.0352 34.3298 26.9225C34.1782 26.8099 34.0679 26.6503 34.016 26.4687C33.4378 24.4839 32.2314 22.7403 30.5778 21.4997C28.9242 20.2591 26.9127 19.5884 24.8454 19.5884C22.7782 19.5884 20.7667 20.2591 19.1131 21.4997C17.4595 22.7403 16.2531 24.4839 15.6749 26.4687C15.6212 26.6488 15.51 26.8064 15.3583 26.9174C15.2067 27.0284 15.0228 27.0867 14.8349 27.0834H14.8174C13.7846 27.0838 12.7623 27.2899 11.8101 27.6897C10.8579 28.0895 9.9948 28.675 9.27128 29.4119C8.54776 30.1489 7.97829 31.0226 7.59608 31.982C7.21388 32.9414 7.02661 33.9674 7.04521 34.9999C7.11521 39.2131 10.6546 42.642 14.93 42.642H18.0625C18.1717 41.9553 18.3903 41.2906 18.71 40.6732H14.93C11.7199 40.6732 9.06536 38.1128 9.01286 34.9671C8.9998 34.1964 9.1403 33.4307 9.42618 32.7148C9.71205 31.999 10.1376 31.3471 10.678 30.7974C11.2183 30.2476 11.8628 29.811 12.5736 29.5128C13.2845 29.2147 14.0476 29.0611 14.8185 29.0609H14.8382C15.0314 29.0606 15.2241 29.0411 15.4135 29.0029C16.1099 29.7442 16.5022 30.7202 16.5127 31.7373L18.7363 31.6738C18.7167 30.2285 18.192 28.8355 17.2532 27.7363C17.3887 27.5175 17.494 27.2813 17.566 27.0342C18.0284 25.4596 18.9869 24.0764 20.2989 23.0904C21.6108 22.1044 23.206 21.5684 24.8471 21.5621V21.5621Z' fill='white'/%3E%3Cpath d='M38.7429 38.9736C38.2964 39.3038 37.9323 39.7328 37.6792 40.2271C37.4261 40.7214 37.2908 41.2675 37.2838 41.8228L35.3151 41.767C35.3255 41.0001 35.4963 40.2438 35.8165 39.5468C36.1367 38.8499 36.5993 38.2276 37.1745 37.7202C36.7522 36.531 35.9638 35.5063 34.9226 34.7934C33.8814 34.0806 32.6409 33.7162 31.3796 33.7526C30.1182 33.7891 28.9009 34.2245 27.9026 34.9964C26.9042 35.7682 26.1764 36.8367 25.8235 38.0483C25.7446 38.3165 25.5804 38.5518 25.3558 38.7183C25.1312 38.8849 24.8584 38.9737 24.5788 38.9714H24.5679C23.9398 38.9713 23.318 39.0963 22.7388 39.3392C22.1596 39.5821 21.6345 39.9379 21.1944 40.3859C20.7542 40.834 20.4077 41.3652 20.1751 41.9486C19.9425 42.532 19.8284 43.1559 19.8396 43.7839C19.8823 46.3772 22.0523 48.4323 24.6456 48.4323H38.4541C41.0474 48.4323 43.2174 46.3772 43.2612 43.7839C43.2838 42.5513 42.8241 41.3587 41.9801 40.4601C41.1361 39.5615 39.9745 39.0281 38.7429 38.9736V38.9736Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-carbon {
    box-shadow: 0px 8px 16px rgba(57, 171, 236, 0.24);
  }
}
.static-grid-icon-house {
  background-color: #FB9E2E;
  box-shadow: 0px 16px 24px rgba(57, 171, 236, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1546_3142)'%3E%3Cpath d='M55.3143 24.6491L29.2782 2.33237C28.5432 1.70222 27.4579 1.70185 26.7223 2.33237L0.685833 24.6491C0.0619112 25.184 -0.163032 26.0508 0.12206 26.8214C0.407151 27.5922 1.14213 28.1038 1.96366 28.1038H7.43866V52.1765C7.43866 53.2609 8.31807 54.1403 9.40263 54.1403H46.5973C47.6819 54.1403 48.5609 53.2609 48.5609 52.1765V28.1038H54.0363C54.8578 28.1038 55.593 27.5922 55.8779 26.8214C56.1632 26.0506 55.9382 25.184 55.3143 24.6491ZM46.5973 24.1764C45.5128 24.1764 44.6337 25.0556 44.6337 26.1402V50.2127H11.3664V26.1402C11.3664 25.0556 10.4874 24.1764 9.40282 24.1764H7.27198L28.0004 6.40963L48.728 24.1764H46.5973V24.1764Z' fill='white'/%3E%3Cpath d='M17.3145 30.9464C17.3145 33.4327 18.9986 36.2484 22.3203 39.3163C24.5992 41.4204 26.8515 42.9128 26.9461 42.9754C27.2742 43.1916 27.6505 43.2999 28.0273 43.2999C28.404 43.2999 28.7807 43.1918 29.1088 42.9754C29.2035 42.9128 31.4553 41.4204 33.7334 39.3157C37.0548 36.248 38.7386 33.4323 38.7386 30.9464C38.7386 27.3172 35.896 24.3646 32.4023 24.3646C30.7072 24.3646 29.1659 25.0589 28.0273 26.1877C26.889 25.0589 25.3477 24.3646 23.653 24.3646C20.1578 24.3646 17.3145 27.3172 17.3145 30.9464V30.9464ZM26.0637 30.9464C26.0637 32.031 26.9427 32.9102 28.0273 32.9102C29.1118 32.9102 29.9909 32.031 29.9909 30.9464C29.9909 29.4825 31.0724 28.292 32.4023 28.292C33.7306 28.292 34.811 29.4825 34.811 30.9464C34.811 33.1342 31.1382 36.6749 28.0258 38.9449C24.9139 36.6796 21.2416 33.1418 21.2416 30.9464C21.2416 29.4825 22.3235 28.292 23.653 28.292C24.9821 28.292 26.0637 29.4827 26.0637 30.9464V30.9464Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1546_3142'%3E%3Crect width='56' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-house {
    box-shadow: 0px 8px 16px rgba(57, 171, 236, 0.24);
  }
}
.static-grid-icon-time {
  background-color: #4E89A7;
  box-shadow: 0px 16px 24px rgba(57, 171, 236, 0.24);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.083 21.5391C43.1247 20.8124 45.5628 19.1102 45.5628 14.9869V6.49104H46.7251C47.2569 6.49104 47.6924 6.05554 47.6924 5.52403V0.966542C47.6924 0.435033 47.2569 0 46.7251 0H9.27502C8.74303 0 8.30859 0.435033 8.30859 0.966542V5.52403C8.30859 6.05565 8.74303 6.49104 9.27502 6.49104H10.4377V15.1409C10.4377 19.2248 11.6814 20.1809 13.8787 21.5202L23.4375 27.3447V29.8287C21.0303 31.2764 14.7412 35.0659 13.9167 35.6418C12.8759 36.368 10.4378 38.0697 10.4378 42.1941V49.509H9.27514C8.74315 49.509 8.30871 49.9441 8.30871 50.4756V55.0329C8.30871 55.5644 8.74315 56 9.27514 56H46.7252C47.257 56 47.6925 55.5644 47.6925 55.0329V50.4756C47.6925 49.9441 47.257 49.509 46.7252 49.509H45.5629V42.0389C45.5629 37.9558 44.3192 36.9994 42.1213 35.6602L32.5635 29.8359V27.3515C34.97 25.9044 41.2594 22.1153 42.083 21.5391ZM29.9171 32.3L40.3102 38.6331C41.1091 39.1196 41.5344 39.3876 41.7308 39.6988C41.9671 40.0733 42.0814 40.8384 42.0814 42.0388V49.5088H13.9181V42.194C13.9181 39.8849 15.0686 39.082 15.9087 38.4957C16.5651 38.0382 22.3473 34.5432 26.074 32.3059C26.5975 31.9913 26.918 31.4251 26.918 30.8131V26.3665C26.918 25.7601 26.6023 25.1966 26.0831 24.8809L15.689 18.5473C14.8916 18.0614 14.4664 17.7934 14.2695 17.4809C14.0328 17.1073 13.9179 16.3414 13.9179 15.1409V6.49116H42.0813V14.987C42.0813 17.2954 40.9308 18.0989 40.0912 18.6845C39.4348 19.1429 33.6531 22.6377 29.9259 24.875C29.4019 25.1896 29.0813 25.7559 29.0813 26.3666V30.8132C29.0815 31.4207 29.3986 31.9838 29.9171 32.3Z' fill='white'/%3E%3Cpath d='M15.5731 42.5689C15.3363 42.7458 15.2063 42.8651 15.2063 43.2875C15.2063 43.7105 15.2063 47.7879 15.2063 47.7879C15.2063 47.7879 15.1596 48.2267 15.6538 48.2267C15.8937 48.2267 21.8601 48.2332 27.9545 48.2398C34.0488 48.2331 40.0157 48.2267 40.2547 48.2267C40.7484 48.2267 40.7018 47.7879 40.7018 47.7879C40.7018 47.7879 40.7018 43.7108 40.7018 43.2875C40.7018 42.8651 40.5713 42.7458 40.3355 42.5689C38.6629 41.3186 31.2272 35.4515 27.9544 35.4515C24.6807 35.4513 17.2447 41.3187 15.5731 42.5689Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1024px) {
  .static-grid-icon-time {
    box-shadow: 0px 8px 16px rgba(57, 171, 236, 0.24);
  }
}
.static-grid-text {
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1024px) {
  .static-grid-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.static-grid-tiny .static-grid-item {
  align-items: center;
}
.static-belief {
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .static-belief {
    padding: 0;
    padding-bottom: 64px;
    flex-direction: column;
  }
}
.static-belief-text {
  width: 343px;
  margin-right: 68px;
}
@media only screen and (max-width: 1024px) {
  .static-belief-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.belief-slider {
  width: 596px;
}
@media only screen and (max-width: 1024px) {
  .belief-slider {
    width: 100%;
  }
}
.belief-slider .splide__slide {
  padding: 16px 0;
  opacity: 0.2;
  transition: opacity 2s;
}
.belief-slider .splide__slide.is-visible {
  opacity: 0.2;
}
.belief-slider .splide__slide.is-active {
  opacity: 1;
}
.belief-slider .belief-comment {
  position: relative;
  display: inline-block;
  padding: 24px;
  background: rgba(251, 158, 46, 0.3);
  border-radius: 12px 12px 12px 0;
}
.belief-slider .belief-comment:before {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 24px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H24L0 16V0Z' fill='%23FB9E2E' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.mini-boxes {
  margin: 0 -16px;
}
@media only screen and (max-width: 1024px) {
  .mini-boxes {
    margin: 0;
    flex-direction: column;
  }
}
.mini-boxes .mini-box {
  width: calc(50% - 32px);
  margin: 0 16px;
  border-radius: 16px;
  padding: 32px;
  min-height: 264px;
}
@media only screen and (max-width: 1024px) {
  .mini-boxes .mini-box {
    padding: 24px;
    width: 100%;
    margin: 0 0 16px;
  }
}
.mini-boxes .mini-box .btn {
  background-color: #FFFFFF;
  margin-top: auto;
}
.mini-boxes .mini-box .btn:hover {
  opacity: 0.8;
}
.mini-boxes .mini-box-blue {
  background-color: #4E89A7;
}
.mini-boxes .mini-box-blue .btn {
  color: #4E89A7;
}
.mini-boxes .mini-box-orange {
  background-color: #FB9E2E;
}
.mini-boxes .mini-box-orange .btn {
  color: #FB9E2E;
}
.about-grid {
  margin: 0 -18px 112px;
}
@media only screen and (max-width: 1024px) {
  .about-grid {
    margin: 0;
  }
}
.about-grid .about-item {
  width: calc(25% - 36px);
  margin: 0 18px;
}
@media only screen and (max-width: 1024px) {
  .about-grid .about-item {
    width: calc(50% - 36px);
  }
}
@media only screen and (max-width: 768px) {
  .about-grid .about-item {
    width: 100%;
    margin: 0 0 36px;
  }
}
.about-grid .about-item-icon {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 16px;
}
.about-grid .about-item-icon-colors {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 30C31.4558 30 37.5 23.9558 37.5 16.5C37.5 9.04416 31.4558 3 24 3C16.5442 3 10.5 9.04416 10.5 16.5C10.5 23.9558 16.5442 30 24 30Z' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 45C22.4558 45 28.5 38.9558 28.5 31.5C28.5 24.0442 22.4558 18 15 18C7.54416 18 1.5 24.0442 1.5 31.5C1.5 38.9558 7.54416 45 15 45Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 45C40.4558 45 46.5 38.9558 46.5 31.5C46.5 24.0442 40.4558 18 33 18C25.5442 18 19.5 24.0442 19.5 31.5C19.5 38.9558 25.5442 45 33 45Z' stroke='%23FB9E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.about-grid .about-item-icon-rotate {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6357 11.2725L11.2717 17.6365C10.1001 18.8081 10.1001 20.7076 11.2717 21.8791L26.121 36.7284C27.2925 37.8999 29.192 37.9 30.3636 36.7284L36.7276 30.3644C37.8991 29.1928 37.8991 27.2933 36.7276 26.1218L21.8783 11.2725C20.7067 10.101 18.8072 10.101 17.6357 11.2725Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 34.5V43.5H3' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.74 7.5C6.45729 9.5997 4.63519 12.1503 3.38897 14.9904C2.14275 17.8306 1.49953 20.8985 1.5 24C1.63498 28.0125 2.81248 31.9206 4.91659 35.3398C7.0207 38.759 9.97889 41.5713 13.5 43.5' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.5 13.5V4.5H45' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.26 40.5C41.5428 38.4004 43.365 35.8498 44.6112 33.0096C45.8574 30.1695 46.5006 27.1016 46.5 24C46.3646 19.9876 45.187 16.0796 43.0829 12.6605C40.9788 9.24141 38.0208 6.429 34.5 4.5' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.about-grid .about-item-icon-view {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0006 10.5024C15.9386 10.3664 7.60063 16.0004 2.35863 21.7704C1.8084 22.3813 1.50391 23.1743 1.50391 23.9964C1.50391 24.8185 1.8084 25.6116 2.35863 26.2224C7.48663 31.8704 15.8006 37.6344 24.0006 37.4964C32.2006 37.6344 40.5166 31.8704 45.6486 26.2224C46.1989 25.6116 46.5034 24.8185 46.5034 23.9964C46.5034 23.1743 46.1989 22.3813 45.6486 21.7704C40.4006 16.0004 32.0626 10.3664 24.0006 10.5024Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.5 27C33.4996 28.4833 33.0594 29.9332 32.2351 31.1663C31.4107 32.3994 30.2392 33.3604 28.8687 33.9277C27.4983 34.4951 25.9903 34.6433 24.5356 34.3537C23.0809 34.0641 21.7447 33.3496 20.696 32.3006C19.6473 31.2517 18.9332 29.9153 18.644 28.4605C18.3547 27.0057 18.5034 25.4978 19.0711 24.1275C19.6388 22.7571 20.6001 21.5859 21.8334 20.7619C23.0668 19.9379 24.5167 19.498 26 19.498C26.9852 19.4978 27.9607 19.6917 28.8709 20.0686C29.7811 20.4455 30.6081 20.9982 31.3046 21.6949C32.0011 22.3916 32.5535 23.2187 32.9302 24.129C33.3069 25.0393 33.5005 26.0149 33.5 27Z' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.about-grid .about-item-icon-hammer {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 19.5H24' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 13.5H3' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.554 4.308L39 13.5V25.5C39 26.2956 38.6839 27.0587 38.1213 27.6213C37.5587 28.1839 36.7956 28.5 36 28.5H27C26.2044 28.5 25.4413 28.1839 24.8787 27.6213C24.3161 27.0587 24 26.2956 24 25.5V13.5L27.446 4.3C27.7573 3.4767 28.3119 2.76775 29.0362 2.26754C29.7604 1.76734 30.6198 1.49961 31.5 1.5V1.5C32.3811 1.50022 33.2412 1.76912 33.9656 2.27083C34.6899 2.77254 35.244 3.4832 35.554 4.308V4.308Z' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27 37.5H36' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.5 37.5V46.5' stroke='%2347D0BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 34.5L45 31.5' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 40.5L45 43.5' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 34.5L18 31.5' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 40.5L18 43.5' stroke='%23212832' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.about-grid .about-item .h3 {
  margin-bottom: 12px;
}
.about-double {
  margin-bottom: 102px;
}
@media only screen and (max-width: 1024px) {
  .about-double {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.about-double-photo-item:first-child {
  margin-right: 32px;
}
@media only screen and (max-width: 1024px) {
  .about-double-photo-item:first-child {
    margin-right: 16px;
  }
}
.about-double-photo-item img {
  width: 280px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-double-photo-item img {
    width: 156px;
  }
}
.about-double-title {
  flex-grow: 1;
  flex-basis: 0;
  padding: 32px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .about-double-title {
    padding: 0 0 16px;
    text-align: left;
  }
  .about-double:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.about-double:nth-child(even) .about-double-title {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .about-double:nth-child(even) .about-double-title {
    text-align: left;
  }
  .static-career-1 {
    flex-direction: column;
  }
}
.static-career-1 .item:first-child {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 126px;
}
@media only screen and (max-width: 1024px) {
  .static-career-1 .item:first-child {
    margin-right: 0;
    flex-grow: initial;
    flex-basis: initial;
  }
  .static-career-1 .item:last-child {
    display: none;
  }
}
.bordered-box {
  border: 1px solid #B9D2DF;
  border-radius: 8px;
  padding: 16px 20px;
}
.tiny-grid .flex, .tiny-grid .sub-nav .nav-alert, .sub-nav .tiny-grid .nav-alert, .tiny-grid .sub-nav, .tiny-grid .has-note, .tiny-grid .nav, .tiny-grid .header-center, .tiny-grid .header-left, .tiny-grid .header-ce, .tiny-grid .header .wrapper, .header .tiny-grid .wrapper, .tiny-grid .row, .tiny-grid .summary-all, .tiny-grid .summary-data, .tiny-grid .summary-row, .tiny-grid .cart-item-piece, .tiny-grid .cart-item-price, .tiny-grid .cart-item-top, .tiny-grid .product-grid-item, .tiny-grid .product-grid, .tiny-grid .card-list, .tiny-grid .product-footer, .tiny-grid .product-price, .tiny-grid .product-item, .tiny-grid .product-list, .tiny-grid .enlist-story, .tiny-grid .enlist-hero, .tiny-grid .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .tiny-grid .flatpickr-current-month, .tiny-grid .list-col-2, .tiny-grid .input-ext, .tiny-grid .input-ext-label, .tiny-grid .form-row, .tiny-grid .input-tag, .tiny-grid .form-check label, .form-check .tiny-grid label,
.tiny-grid .form-radio label,
.form-radio .tiny-grid label,
.tiny-grid .form-switch label,
.form-switch .tiny-grid label, .tiny-grid .form-switch label .item-label, .form-switch label .tiny-grid .item-label, .tiny-grid .uploader-box-inner, .tiny-grid .uploader-box .uploader-item-body, .uploader-box .tiny-grid .uploader-item-body, .tiny-grid .uploader-box .uploader-img-info, .uploader-box .tiny-grid .uploader-img-info, .tiny-grid .select-box-value, .tiny-grid .modal, .tiny-grid .alert, .tiny-grid .box, .tiny-grid .stickers, .tiny-grid .process-list .process-status, .process-list .tiny-grid .process-status, .tiny-grid .table-row, .tiny-grid .tc-table .tc-row, .tc-table .tiny-grid .tc-row, .tiny-grid .progress, .tiny-grid .tabs-nav, .tiny-grid .control-label-group, .tiny-grid .error-page-503, .tiny-grid .messages .messages-footer, .messages .tiny-grid .messages-footer, .tiny-grid .messages .messages-options, .messages .tiny-grid .messages-options, .tiny-grid .messages .message-date, .messages .tiny-grid .message-date, .tiny-grid .finance-top, .tiny-grid .transactions-list-row, .tiny-grid .index-slider .wrapper, .index-slider .tiny-grid .wrapper, .tiny-grid .ce-main, .tiny-grid .ce-control-nav, .tiny-grid .product-page-head .wrapper, .product-page-head .tiny-grid .wrapper, .tiny-grid .product-slider-info-label, .tiny-grid .product-slider-alert-label, .tiny-grid .product-slider-label, .tiny-grid .product-page-sub, .tiny-grid .product-interact, .tiny-grid .product-interact .product-share-options, .product-interact .tiny-grid .product-share-options, .tiny-grid .product-page-rating, .tiny-grid .rating-stars, .tiny-grid .product-page-alert, .tiny-grid .product-details .product-sticky-footer, .product-details .tiny-grid .product-sticky-footer, .tiny-grid .brancs-pros, .tiny-grid .brancs-pros-item, .tiny-grid .ce-preview-head, .tiny-grid .view-switcher, .tiny-grid .list-head, .tiny-grid .list-filter-block, .tiny-grid .list-filter-mobile, .tiny-grid .list-filter-mobile-btn, .tiny-grid .list-filter .list-filter-type, .list-filter .tiny-grid .list-filter-type,
.tiny-grid .list-filter .list-filter-sort,
.list-filter .tiny-grid .list-filter-sort, .tiny-grid .campaign-promo, .tiny-grid .campaign-promo .btn-group, .campaign-promo .tiny-grid .btn-group, .tiny-grid .pagination, .tiny-grid .pagination ul, .pagination .tiny-grid ul, .tiny-grid .order-actions, .tiny-grid .main-hero .wrapper, .main-hero .tiny-grid .wrapper, .tiny-grid .static-grid, .tiny-grid .static-grid-item, .tiny-grid .static-belief, .tiny-grid .mini-boxes, .tiny-grid .mini-boxes .mini-box, .mini-boxes .tiny-grid .mini-box, .tiny-grid .about-grid, .tiny-grid .about-grid .about-item, .about-grid .tiny-grid .about-item, .tiny-grid .about-double, .tiny-grid .about-double-photos, .tiny-grid .static-career-1 {
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 768px) {
  .tiny-grid .flex, .tiny-grid .sub-nav .nav-alert, .sub-nav .tiny-grid .nav-alert, .tiny-grid .sub-nav, .tiny-grid .has-note, .tiny-grid .nav, .tiny-grid .header-center, .tiny-grid .header-left, .tiny-grid .header-ce, .tiny-grid .header .wrapper, .header .tiny-grid .wrapper, .tiny-grid .row, .tiny-grid .summary-all, .tiny-grid .summary-data, .tiny-grid .summary-row, .tiny-grid .cart-item-piece, .tiny-grid .cart-item-price, .tiny-grid .cart-item-top, .tiny-grid .product-grid-item, .tiny-grid .product-grid, .tiny-grid .card-list, .tiny-grid .product-footer, .tiny-grid .product-price, .tiny-grid .product-item, .tiny-grid .product-list, .tiny-grid .enlist-story, .tiny-grid .enlist-hero, .tiny-grid .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .tiny-grid .flatpickr-current-month, .tiny-grid .list-col-2, .tiny-grid .input-ext, .tiny-grid .input-ext-label, .tiny-grid .form-row, .tiny-grid .input-tag, .tiny-grid .form-check label, .form-check .tiny-grid label,
.tiny-grid .form-radio label,
.form-radio .tiny-grid label,
.tiny-grid .form-switch label,
.form-switch .tiny-grid label, .tiny-grid .form-switch label .item-label, .form-switch label .tiny-grid .item-label, .tiny-grid .uploader-box-inner, .tiny-grid .uploader-box .uploader-item-body, .uploader-box .tiny-grid .uploader-item-body, .tiny-grid .uploader-box .uploader-img-info, .uploader-box .tiny-grid .uploader-img-info, .tiny-grid .select-box-value, .tiny-grid .modal, .tiny-grid .alert, .tiny-grid .box, .tiny-grid .stickers, .tiny-grid .process-list .process-status, .process-list .tiny-grid .process-status, .tiny-grid .table-row, .tiny-grid .tc-table .tc-row, .tc-table .tiny-grid .tc-row, .tiny-grid .progress, .tiny-grid .tabs-nav, .tiny-grid .control-label-group, .tiny-grid .error-page-503, .tiny-grid .messages .messages-footer, .messages .tiny-grid .messages-footer, .tiny-grid .messages .messages-options, .messages .tiny-grid .messages-options, .tiny-grid .messages .message-date, .messages .tiny-grid .message-date, .tiny-grid .finance-top, .tiny-grid .transactions-list-row, .tiny-grid .index-slider .wrapper, .index-slider .tiny-grid .wrapper, .tiny-grid .ce-main, .tiny-grid .ce-control-nav, .tiny-grid .product-page-head .wrapper, .product-page-head .tiny-grid .wrapper, .tiny-grid .product-slider-info-label, .tiny-grid .product-slider-alert-label, .tiny-grid .product-slider-label, .tiny-grid .product-page-sub, .tiny-grid .product-interact, .tiny-grid .product-interact .product-share-options, .product-interact .tiny-grid .product-share-options, .tiny-grid .product-page-rating, .tiny-grid .rating-stars, .tiny-grid .product-page-alert, .tiny-grid .product-details .product-sticky-footer, .product-details .tiny-grid .product-sticky-footer, .tiny-grid .brancs-pros, .tiny-grid .brancs-pros-item, .tiny-grid .ce-preview-head, .tiny-grid .view-switcher, .tiny-grid .list-head, .tiny-grid .list-filter-block, .tiny-grid .list-filter-mobile, .tiny-grid .list-filter-mobile-btn, .tiny-grid .list-filter .list-filter-type, .list-filter .tiny-grid .list-filter-type,
.tiny-grid .list-filter .list-filter-sort,
.list-filter .tiny-grid .list-filter-sort, .tiny-grid .campaign-promo, .tiny-grid .campaign-promo .btn-group, .campaign-promo .tiny-grid .btn-group, .tiny-grid .pagination, .tiny-grid .pagination ul, .pagination .tiny-grid ul, .tiny-grid .order-actions, .tiny-grid .main-hero .wrapper, .main-hero .tiny-grid .wrapper, .tiny-grid .static-grid, .tiny-grid .static-grid-item, .tiny-grid .static-belief, .tiny-grid .mini-boxes, .tiny-grid .mini-boxes .mini-box, .mini-boxes .tiny-grid .mini-box, .tiny-grid .about-grid, .tiny-grid .about-grid .about-item, .about-grid .tiny-grid .about-item, .tiny-grid .about-double, .tiny-grid .about-double-photos, .tiny-grid .static-career-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.tiny-grid .flex .item, .tiny-grid .sub-nav .nav-alert .item, .sub-nav .tiny-grid .nav-alert .item, .tiny-grid .sub-nav .item, .tiny-grid .has-note .item, .tiny-grid .nav .item, .tiny-grid .header-center .item, .tiny-grid .header-left .item, .tiny-grid .header-ce .item, .tiny-grid .header .wrapper .item, .header .tiny-grid .wrapper .item, .tiny-grid .row .item, .tiny-grid .summary-all .item, .tiny-grid .summary-data .item, .tiny-grid .summary-row .item, .tiny-grid .cart-item-piece .item, .tiny-grid .cart-item-price .item, .tiny-grid .cart-item-top .item, .tiny-grid .product-grid-item .item, .tiny-grid .product-grid .item, .tiny-grid .card-list .item, .tiny-grid .product-footer .item, .tiny-grid .product-price .item, .tiny-grid .product-item .item, .tiny-grid .product-list .item, .tiny-grid .enlist-story .item, .tiny-grid .enlist-hero .item, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item, .tiny-grid .list-col-2 .item, .tiny-grid .input-ext .item, .tiny-grid .input-ext-label .item, .tiny-grid .form-row .item, .tiny-grid .input-tag .item, .tiny-grid .form-check label .item, .form-check .tiny-grid label .item,
.tiny-grid .form-radio label .item,
.form-radio .tiny-grid label .item,
.tiny-grid .form-switch label .item,
.form-switch .tiny-grid label .item, .form-switch label .tiny-grid .item-label .item, .tiny-grid .uploader-box-inner .item, .tiny-grid .uploader-box .uploader-item-body .item, .uploader-box .tiny-grid .uploader-item-body .item, .tiny-grid .uploader-box .uploader-img-info .item, .uploader-box .tiny-grid .uploader-img-info .item, .tiny-grid .select-box-value .item, .tiny-grid .modal .item, .tiny-grid .alert .item, .tiny-grid .box .item, .tiny-grid .stickers .item, .tiny-grid .process-list .process-status .item, .process-list .tiny-grid .process-status .item, .tiny-grid .table-row .item, .tiny-grid .tc-table .tc-row .item, .tc-table .tiny-grid .tc-row .item, .tiny-grid .progress .item, .tiny-grid .tabs-nav .item, .tiny-grid .control-label-group .item, .tiny-grid .error-page-503 .item, .tiny-grid .messages .messages-footer .item, .messages .tiny-grid .messages-footer .item, .tiny-grid .messages .messages-options .item, .messages .tiny-grid .messages-options .item, .tiny-grid .messages .message-date .item, .messages .tiny-grid .message-date .item, .tiny-grid .finance-top .item, .tiny-grid .transactions-list-row .item, .tiny-grid .index-slider .wrapper .item, .index-slider .tiny-grid .wrapper .item, .tiny-grid .ce-main .item, .tiny-grid .ce-control-nav .item, .tiny-grid .product-page-head .wrapper .item, .product-page-head .tiny-grid .wrapper .item, .tiny-grid .product-slider-info-label .item, .tiny-grid .product-slider-alert-label .item, .tiny-grid .product-slider-label .item, .tiny-grid .product-page-sub .item, .tiny-grid .product-interact .item, .product-interact .tiny-grid .product-share-options .item, .tiny-grid .product-page-rating .item, .tiny-grid .rating-stars .item, .tiny-grid .product-page-alert .item, .tiny-grid .product-details .product-sticky-footer .item, .product-details .tiny-grid .product-sticky-footer .item, .tiny-grid .brancs-pros .item, .tiny-grid .brancs-pros-item .item, .tiny-grid .ce-preview-head .item, .tiny-grid .view-switcher .item, .tiny-grid .list-head .item, .tiny-grid .list-filter-block .item, .tiny-grid .list-filter-mobile .item, .tiny-grid .list-filter-mobile-btn .item, .tiny-grid .list-filter .list-filter-type .item, .list-filter .tiny-grid .list-filter-type .item,
.tiny-grid .list-filter .list-filter-sort .item,
.list-filter .tiny-grid .list-filter-sort .item, .tiny-grid .campaign-promo .item, .campaign-promo .tiny-grid .btn-group .item, .tiny-grid .pagination .item, .pagination .tiny-grid ul .item, .tiny-grid .order-actions .item, .tiny-grid .main-hero .wrapper .item, .main-hero .tiny-grid .wrapper .item, .tiny-grid .static-grid .item, .tiny-grid .static-grid-item .item, .tiny-grid .static-belief .item, .tiny-grid .mini-boxes .item, .mini-boxes .tiny-grid .mini-box .item, .tiny-grid .about-grid .item, .about-grid .tiny-grid .about-item .item, .tiny-grid .about-double .item, .tiny-grid .about-double-photos .item, .tiny-grid .static-career-1 .item {
  width: 320px;
  margin: 0 16px;
}
@media only screen and (max-width: 768px) {
  .tiny-grid .flex .item, .tiny-grid .sub-nav .nav-alert .item, .sub-nav .tiny-grid .nav-alert .item, .tiny-grid .sub-nav .item, .tiny-grid .has-note .item, .tiny-grid .nav .item, .tiny-grid .header-center .item, .tiny-grid .header-left .item, .tiny-grid .header-ce .item, .tiny-grid .header .wrapper .item, .header .tiny-grid .wrapper .item, .tiny-grid .row .item, .tiny-grid .summary-all .item, .tiny-grid .summary-data .item, .tiny-grid .summary-row .item, .tiny-grid .cart-item-piece .item, .tiny-grid .cart-item-price .item, .tiny-grid .cart-item-top .item, .tiny-grid .product-grid-item .item, .tiny-grid .product-grid .item, .tiny-grid .card-list .item, .tiny-grid .product-footer .item, .tiny-grid .product-price .item, .tiny-grid .product-item .item, .tiny-grid .product-list .item, .tiny-grid .enlist-story .item, .tiny-grid .enlist-hero .item, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item, .tiny-grid .list-col-2 .item, .tiny-grid .input-ext .item, .tiny-grid .input-ext-label .item, .tiny-grid .form-row .item, .tiny-grid .input-tag .item, .tiny-grid .form-check label .item, .form-check .tiny-grid label .item,
.tiny-grid .form-radio label .item,
.form-radio .tiny-grid label .item,
.tiny-grid .form-switch label .item,
.form-switch .tiny-grid label .item, .form-switch label .tiny-grid .item-label .item, .tiny-grid .uploader-box-inner .item, .tiny-grid .uploader-box .uploader-item-body .item, .uploader-box .tiny-grid .uploader-item-body .item, .tiny-grid .uploader-box .uploader-img-info .item, .uploader-box .tiny-grid .uploader-img-info .item, .tiny-grid .select-box-value .item, .tiny-grid .modal .item, .tiny-grid .alert .item, .tiny-grid .box .item, .tiny-grid .stickers .item, .tiny-grid .process-list .process-status .item, .process-list .tiny-grid .process-status .item, .tiny-grid .table-row .item, .tiny-grid .tc-table .tc-row .item, .tc-table .tiny-grid .tc-row .item, .tiny-grid .progress .item, .tiny-grid .tabs-nav .item, .tiny-grid .control-label-group .item, .tiny-grid .error-page-503 .item, .tiny-grid .messages .messages-footer .item, .messages .tiny-grid .messages-footer .item, .tiny-grid .messages .messages-options .item, .messages .tiny-grid .messages-options .item, .tiny-grid .messages .message-date .item, .messages .tiny-grid .message-date .item, .tiny-grid .finance-top .item, .tiny-grid .transactions-list-row .item, .tiny-grid .index-slider .wrapper .item, .index-slider .tiny-grid .wrapper .item, .tiny-grid .ce-main .item, .tiny-grid .ce-control-nav .item, .tiny-grid .product-page-head .wrapper .item, .product-page-head .tiny-grid .wrapper .item, .tiny-grid .product-slider-info-label .item, .tiny-grid .product-slider-alert-label .item, .tiny-grid .product-slider-label .item, .tiny-grid .product-page-sub .item, .tiny-grid .product-interact .item, .product-interact .tiny-grid .product-share-options .item, .tiny-grid .product-page-rating .item, .tiny-grid .rating-stars .item, .tiny-grid .product-page-alert .item, .tiny-grid .product-details .product-sticky-footer .item, .product-details .tiny-grid .product-sticky-footer .item, .tiny-grid .brancs-pros .item, .tiny-grid .brancs-pros-item .item, .tiny-grid .ce-preview-head .item, .tiny-grid .view-switcher .item, .tiny-grid .list-head .item, .tiny-grid .list-filter-block .item, .tiny-grid .list-filter-mobile .item, .tiny-grid .list-filter-mobile-btn .item, .tiny-grid .list-filter .list-filter-type .item, .list-filter .tiny-grid .list-filter-type .item,
.tiny-grid .list-filter .list-filter-sort .item,
.list-filter .tiny-grid .list-filter-sort .item, .tiny-grid .campaign-promo .item, .campaign-promo .tiny-grid .btn-group .item, .tiny-grid .pagination .item, .pagination .tiny-grid ul .item, .tiny-grid .order-actions .item, .tiny-grid .main-hero .wrapper .item, .main-hero .tiny-grid .wrapper .item, .tiny-grid .static-grid .item, .tiny-grid .static-grid-item .item, .tiny-grid .static-belief .item, .tiny-grid .mini-boxes .item, .mini-boxes .tiny-grid .mini-box .item, .tiny-grid .about-grid .item, .about-grid .tiny-grid .about-item .item, .tiny-grid .about-double .item, .tiny-grid .about-double-photos .item, .tiny-grid .static-career-1 .item {
    width: 100%;
    max-width: 340px;
    margin: 0 0 32px;
  }
}
.tiny-grid .flex .item .h3, .tiny-grid .sub-nav .nav-alert .item .h3, .sub-nav .tiny-grid .nav-alert .item .h3, .tiny-grid .sub-nav .item .h3, .tiny-grid .has-note .item .h3, .tiny-grid .nav .item .h3, .tiny-grid .header-center .item .h3, .tiny-grid .header-left .item .h3, .tiny-grid .header-ce .item .h3, .tiny-grid .header .wrapper .item .h3, .header .tiny-grid .wrapper .item .h3, .tiny-grid .row .item .h3, .tiny-grid .summary-all .item .h3, .tiny-grid .summary-data .item .h3, .tiny-grid .summary-row .item .h3, .tiny-grid .cart-item-piece .item .h3, .tiny-grid .cart-item-price .item .h3, .tiny-grid .cart-item-top .item .h3, .tiny-grid .product-grid-item .item .h3, .tiny-grid .product-grid .item .h3, .tiny-grid .card-list .item .h3, .tiny-grid .product-footer .item .h3, .tiny-grid .product-price .item .h3, .tiny-grid .product-item .item .h3, .tiny-grid .product-list .item .h3, .tiny-grid .enlist-story .item .h3, .tiny-grid .enlist-hero .item .h3, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item .h3, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item .h3, .tiny-grid .list-col-2 .item .h3, .tiny-grid .input-ext .item .h3, .tiny-grid .input-ext-label .item .h3, .tiny-grid .form-row .item .h3, .tiny-grid .input-tag .item .h3, .tiny-grid .form-check label .item .h3, .form-check .tiny-grid label .item .h3,
.tiny-grid .form-radio label .item .h3,
.form-radio .tiny-grid label .item .h3,
.tiny-grid .form-switch label .item .h3,
.form-switch .tiny-grid label .item .h3, .form-switch label .tiny-grid .item-label .item .h3, .tiny-grid .uploader-box-inner .item .h3, .tiny-grid .uploader-box .uploader-item-body .item .h3, .uploader-box .tiny-grid .uploader-item-body .item .h3, .tiny-grid .uploader-box .uploader-img-info .item .h3, .uploader-box .tiny-grid .uploader-img-info .item .h3, .tiny-grid .select-box-value .item .h3, .tiny-grid .modal .item .h3, .tiny-grid .alert .item .h3, .tiny-grid .box .item .h3, .tiny-grid .stickers .item .h3, .tiny-grid .process-list .process-status .item .h3, .process-list .tiny-grid .process-status .item .h3, .tiny-grid .table-row .item .h3, .tiny-grid .tc-table .tc-row .item .h3, .tc-table .tiny-grid .tc-row .item .h3, .tiny-grid .progress .item .h3, .tiny-grid .tabs-nav .item .h3, .tiny-grid .control-label-group .item .h3, .tiny-grid .error-page-503 .item .h3, .tiny-grid .messages .messages-footer .item .h3, .messages .tiny-grid .messages-footer .item .h3, .tiny-grid .messages .messages-options .item .h3, .messages .tiny-grid .messages-options .item .h3, .tiny-grid .messages .message-date .item .h3, .messages .tiny-grid .message-date .item .h3, .tiny-grid .finance-top .item .h3, .tiny-grid .transactions-list-row .item .h3, .tiny-grid .index-slider .wrapper .item .h3, .index-slider .tiny-grid .wrapper .item .h3, .tiny-grid .ce-main .item .h3, .tiny-grid .ce-control-nav .item .h3, .tiny-grid .product-page-head .wrapper .item .h3, .product-page-head .tiny-grid .wrapper .item .h3, .tiny-grid .product-slider-info-label .item .h3, .tiny-grid .product-slider-alert-label .item .h3, .tiny-grid .product-slider-label .item .h3, .tiny-grid .product-page-sub .item .h3, .tiny-grid .product-interact .item .h3, .product-interact .tiny-grid .product-share-options .item .h3, .tiny-grid .product-page-rating .item .h3, .tiny-grid .rating-stars .item .h3, .tiny-grid .product-page-alert .item .h3, .tiny-grid .product-details .product-sticky-footer .item .h3, .product-details .tiny-grid .product-sticky-footer .item .h3, .tiny-grid .brancs-pros .item .h3, .tiny-grid .brancs-pros-item .item .h3, .tiny-grid .ce-preview-head .item .h3, .tiny-grid .view-switcher .item .h3, .tiny-grid .list-head .item .h3, .tiny-grid .list-filter-block .item .h3, .tiny-grid .list-filter-mobile .item .h3, .tiny-grid .list-filter-mobile-btn .item .h3, .tiny-grid .list-filter .list-filter-type .item .h3, .list-filter .tiny-grid .list-filter-type .item .h3,
.tiny-grid .list-filter .list-filter-sort .item .h3,
.list-filter .tiny-grid .list-filter-sort .item .h3, .tiny-grid .campaign-promo .item .h3, .campaign-promo .tiny-grid .btn-group .item .h3, .tiny-grid .pagination .item .h3, .pagination .tiny-grid ul .item .h3, .tiny-grid .order-actions .item .h3, .tiny-grid .main-hero .wrapper .item .h3, .main-hero .tiny-grid .wrapper .item .h3, .tiny-grid .static-grid .item .h3, .tiny-grid .static-grid-item .item .h3, .tiny-grid .static-belief .item .h3, .tiny-grid .mini-boxes .item .h3, .mini-boxes .tiny-grid .mini-box .item .h3, .tiny-grid .about-grid .item .h3, .about-grid .tiny-grid .about-item .item .h3, .tiny-grid .about-double .item .h3, .tiny-grid .about-double-photos .item .h3, .tiny-grid .static-career-1 .item .h3 {
  margin-bottom: 12px;
}
.tiny-grid .flex .item-img, .tiny-grid .sub-nav .nav-alert .item-img, .sub-nav .tiny-grid .nav-alert .item-img, .tiny-grid .sub-nav .item-img, .tiny-grid .has-note .item-img, .tiny-grid .nav .item-img, .tiny-grid .header-center .item-img, .tiny-grid .header-left .item-img, .tiny-grid .header-ce .item-img, .tiny-grid .header .wrapper .item-img, .header .tiny-grid .wrapper .item-img, .tiny-grid .row .item-img, .tiny-grid .summary-all .item-img, .tiny-grid .summary-data .item-img, .tiny-grid .summary-row .item-img, .tiny-grid .cart-item-piece .item-img, .tiny-grid .cart-item-price .item-img, .tiny-grid .cart-item-top .item-img, .tiny-grid .product-grid-item .item-img, .tiny-grid .product-grid .item-img, .tiny-grid .card-list .item-img, .tiny-grid .product-footer .item-img, .tiny-grid .product-price .item-img, .tiny-grid .product-item .item-img, .tiny-grid .product-list .item-img, .tiny-grid .enlist-story .item-img, .tiny-grid .enlist-hero .item-img, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-img, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-img, .tiny-grid .list-col-2 .item-img, .tiny-grid .input-ext .item-img, .tiny-grid .input-ext-label .item-img, .tiny-grid .form-row .item-img, .tiny-grid .input-tag .item-img, .tiny-grid .form-check label .item-img, .form-check .tiny-grid label .item-img,
.tiny-grid .form-radio label .item-img,
.form-radio .tiny-grid label .item-img,
.tiny-grid .form-switch label .item-img,
.form-switch .tiny-grid label .item-img, .form-switch label .tiny-grid .item-label .item-img, .tiny-grid .uploader-box-inner .item-img, .tiny-grid .uploader-box .uploader-item-body .item-img, .uploader-box .tiny-grid .uploader-item-body .item-img, .tiny-grid .uploader-box .uploader-img-info .item-img, .uploader-box .tiny-grid .uploader-img-info .item-img, .tiny-grid .select-box-value .item-img, .tiny-grid .modal .item-img, .tiny-grid .alert .item-img, .tiny-grid .box .item-img, .tiny-grid .stickers .item-img, .tiny-grid .process-list .process-status .item-img, .process-list .tiny-grid .process-status .item-img, .tiny-grid .table-row .item-img, .tiny-grid .tc-table .tc-row .item-img, .tc-table .tiny-grid .tc-row .item-img, .tiny-grid .progress .item-img, .tiny-grid .tabs-nav .item-img, .tiny-grid .control-label-group .item-img, .tiny-grid .error-page-503 .item-img, .tiny-grid .messages .messages-footer .item-img, .messages .tiny-grid .messages-footer .item-img, .tiny-grid .messages .messages-options .item-img, .messages .tiny-grid .messages-options .item-img, .tiny-grid .messages .message-date .item-img, .messages .tiny-grid .message-date .item-img, .tiny-grid .finance-top .item-img, .tiny-grid .transactions-list-row .item-img, .tiny-grid .index-slider .wrapper .item-img, .index-slider .tiny-grid .wrapper .item-img, .tiny-grid .ce-main .item-img, .tiny-grid .ce-control-nav .item-img, .tiny-grid .product-page-head .wrapper .item-img, .product-page-head .tiny-grid .wrapper .item-img, .tiny-grid .product-slider-info-label .item-img, .tiny-grid .product-slider-alert-label .item-img, .tiny-grid .product-slider-label .item-img, .tiny-grid .product-page-sub .item-img, .tiny-grid .product-interact .item-img, .product-interact .tiny-grid .product-share-options .item-img, .tiny-grid .product-page-rating .item-img, .tiny-grid .rating-stars .item-img, .tiny-grid .product-page-alert .item-img, .tiny-grid .product-details .product-sticky-footer .item-img, .product-details .tiny-grid .product-sticky-footer .item-img, .tiny-grid .brancs-pros .item-img, .tiny-grid .brancs-pros-item .item-img, .tiny-grid .ce-preview-head .item-img, .tiny-grid .view-switcher .item-img, .tiny-grid .list-head .item-img, .tiny-grid .list-filter-block .item-img, .tiny-grid .list-filter-mobile .item-img, .tiny-grid .list-filter-mobile-btn .item-img, .tiny-grid .list-filter .list-filter-type .item-img, .list-filter .tiny-grid .list-filter-type .item-img,
.tiny-grid .list-filter .list-filter-sort .item-img,
.list-filter .tiny-grid .list-filter-sort .item-img, .tiny-grid .campaign-promo .item-img, .campaign-promo .tiny-grid .btn-group .item-img, .tiny-grid .pagination .item-img, .pagination .tiny-grid ul .item-img, .tiny-grid .order-actions .item-img, .tiny-grid .main-hero .wrapper .item-img, .main-hero .tiny-grid .wrapper .item-img, .tiny-grid .static-grid .item-img, .tiny-grid .static-grid-item .item-img, .tiny-grid .static-belief .item-img, .tiny-grid .mini-boxes .item-img, .mini-boxes .tiny-grid .mini-box .item-img, .tiny-grid .about-grid .item-img, .about-grid .tiny-grid .about-item .item-img, .tiny-grid .about-double .item-img, .tiny-grid .about-double-photos .item-img, .tiny-grid .static-career-1 .item-img {
  display: flex;
  align-items: center;
  height: 182px;
  overflow: hidden;
  border-radius: 11px;
  margin-bottom: 12px;
}
.tiny-grid .flex .item-img img, .tiny-grid .sub-nav .nav-alert .item-img img, .sub-nav .tiny-grid .nav-alert .item-img img, .tiny-grid .sub-nav .item-img img, .tiny-grid .has-note .item-img img, .tiny-grid .nav .item-img img, .tiny-grid .header-center .item-img img, .tiny-grid .header-left .item-img img, .tiny-grid .header-ce .item-img img, .tiny-grid .header .wrapper .item-img img, .header .tiny-grid .wrapper .item-img img, .tiny-grid .row .item-img img, .tiny-grid .summary-all .item-img img, .tiny-grid .summary-data .item-img img, .tiny-grid .summary-row .item-img img, .tiny-grid .cart-item-piece .item-img img, .tiny-grid .cart-item-price .item-img img, .tiny-grid .cart-item-top .item-img img, .tiny-grid .product-grid-item .item-img img, .tiny-grid .product-grid .item-img img, .tiny-grid .card-list .item-img img, .tiny-grid .product-footer .item-img img, .tiny-grid .product-price .item-img img, .tiny-grid .product-item .item-img img, .tiny-grid .product-list .item-img img, .tiny-grid .enlist-story .item-img img, .tiny-grid .enlist-hero .item-img img, .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-img img, .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-img img, .tiny-grid .list-col-2 .item-img img, .tiny-grid .input-ext .item-img img, .tiny-grid .input-ext-label .item-img img, .tiny-grid .form-row .item-img img, .tiny-grid .input-tag .item-img img, .tiny-grid .form-check label .item-img img, .form-check .tiny-grid label .item-img img,
.tiny-grid .form-radio label .item-img img,
.form-radio .tiny-grid label .item-img img,
.tiny-grid .form-switch label .item-img img,
.form-switch .tiny-grid label .item-img img, .form-switch label .tiny-grid .item-label .item-img img, .tiny-grid .uploader-box-inner .item-img img, .tiny-grid .uploader-box .uploader-item-body .item-img img, .uploader-box .tiny-grid .uploader-item-body .item-img img, .tiny-grid .uploader-box .uploader-img-info .item-img img, .uploader-box .tiny-grid .uploader-img-info .item-img img, .tiny-grid .select-box-value .item-img img, .tiny-grid .modal .item-img img, .tiny-grid .alert .item-img img, .tiny-grid .box .item-img img, .tiny-grid .stickers .item-img img, .tiny-grid .process-list .process-status .item-img img, .process-list .tiny-grid .process-status .item-img img, .tiny-grid .table-row .item-img img, .tiny-grid .tc-table .tc-row .item-img img, .tc-table .tiny-grid .tc-row .item-img img, .tiny-grid .progress .item-img img, .tiny-grid .tabs-nav .item-img img, .tiny-grid .control-label-group .item-img img, .tiny-grid .error-page-503 .item-img img, .tiny-grid .messages .messages-footer .item-img img, .messages .tiny-grid .messages-footer .item-img img, .tiny-grid .messages .messages-options .item-img img, .messages .tiny-grid .messages-options .item-img img, .tiny-grid .messages .message-date .item-img img, .messages .tiny-grid .message-date .item-img img, .tiny-grid .finance-top .item-img img, .tiny-grid .transactions-list-row .item-img img, .tiny-grid .index-slider .wrapper .item-img img, .index-slider .tiny-grid .wrapper .item-img img, .tiny-grid .ce-main .item-img img, .tiny-grid .ce-control-nav .item-img img, .tiny-grid .product-page-head .wrapper .item-img img, .product-page-head .tiny-grid .wrapper .item-img img, .tiny-grid .product-slider-info-label .item-img img, .tiny-grid .product-slider-alert-label .item-img img, .tiny-grid .product-slider-label .item-img img, .tiny-grid .product-page-sub .item-img img, .tiny-grid .product-interact .item-img img, .product-interact .tiny-grid .product-share-options .item-img img, .tiny-grid .product-page-rating .item-img img, .tiny-grid .rating-stars .item-img img, .tiny-grid .product-page-alert .item-img img, .tiny-grid .product-details .product-sticky-footer .item-img img, .product-details .tiny-grid .product-sticky-footer .item-img img, .tiny-grid .brancs-pros .item-img img, .tiny-grid .brancs-pros-item .item-img img, .tiny-grid .ce-preview-head .item-img img, .tiny-grid .view-switcher .item-img img, .tiny-grid .list-head .item-img img, .tiny-grid .list-filter-block .item-img img, .tiny-grid .list-filter-mobile .item-img img, .tiny-grid .list-filter-mobile-btn .item-img img, .tiny-grid .list-filter .list-filter-type .item-img img, .list-filter .tiny-grid .list-filter-type .item-img img,
.tiny-grid .list-filter .list-filter-sort .item-img img,
.list-filter .tiny-grid .list-filter-sort .item-img img, .tiny-grid .campaign-promo .item-img img, .campaign-promo .tiny-grid .btn-group .item-img img, .tiny-grid .pagination .item-img img, .pagination .tiny-grid ul .item-img img, .tiny-grid .order-actions .item-img img, .tiny-grid .main-hero .wrapper .item-img img, .main-hero .tiny-grid .wrapper .item-img img, .tiny-grid .static-grid .item-img img, .tiny-grid .static-grid-item .item-img img, .tiny-grid .static-belief .item-img img, .tiny-grid .mini-boxes .item-img img, .mini-boxes .tiny-grid .mini-box .item-img img, .tiny-grid .about-grid .item-img img, .about-grid .tiny-grid .about-item .item-img img, .tiny-grid .about-double .item-img img, .tiny-grid .about-double-photos .item-img img, .tiny-grid .static-career-1 .item-img img {
  width: 100%;
  height: auto;
}
.static-sign-up {
  position: relative;
  width: 1008px;
  margin: 0 auto;
  background-color: #EDF3F8;
  border-radius: 1.5rem;
  padding: 48px;
  margin-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .static-sign-up {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .static-sign-up {
    padding-top: 250px;
  }
}
.static-sign-up:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 496px;
  height: 100%;
  content: "";
  background: url("https://d1vnb6zmpwrjy7.cloudfront.net/eyJidWNrZXQiOiJicmFuY3MiLCJrZXkiOiJhc3NldHMvdGlueV9sYW5kaW5nL3RpbnktcGljLWZvcm0tcGljLmpwZyJ9") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1024px) {
  .static-sign-up:after {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .static-sign-up:after {
    width: 100%;
    height: 220px;
  }
}
.static-sign-up.tiny-sign-up:after {
  background-image: url("https://d1vnb6zmpwrjy7.cloudfront.net/eyJidWNrZXQiOiJicmFuY3MiLCJrZXkiOiJhc3NldHMvdGlueV9sYW5kaW5nL3RpbnktcGljLWZvcm0tcGljLmpwZyJ9");
}
.static-sign-up.cseles-sign-up:after {
  background-image: url("https://d1vnb6zmpwrjy7.cloudfront.net/eyJidWNrZXQiOiJicmFuY3MiLCJrZXkiOiJhc3NldHMvY3NlbGVzX2xhbmRpbmcvcGhvdG9fMjAyMi0wNi0yMV8yMS0xOS0wMC5qcGcifQ==");
}
.static-sign-up.tothdavid-sign-up:after {
  background-image: url("https://d1vnb6zmpwrjy7.cloudfront.net/eyJidWNrZXQiOiJicmFuY3MiLCJrZXkiOiJhc3NldHMvdG90aF9kYXZpZC9Ub3RoX0RhdmlkLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTQ0MCwiaGVpZ2h0IjoxNDQwLCJmaXQiOiJjb3ZlciJ9fX0=");
}
.static-sign-up .inner {
  max-width: 412px;
}
@media only screen and (max-width: 768px) {
  .static-sign-up .inner {
    max-width: 100%;
    width: 100%;
  }
}
.static-sign-up .form-check .display-3, .static-sign-up .form-check .sub-nav .nav-alert, .sub-nav .static-sign-up .form-check .nav-alert, .static-sign-up .form-check .product-price-mod, .static-sign-up .form-check .product-cat, .static-sign-up .form-check .uploader-box .uploader-item-title, .uploader-box .static-sign-up .form-check .uploader-item-title, .static-sign-up .form-check .uploader-box .uploader-item-size, .uploader-box .static-sign-up .form-check .uploader-item-size, .static-sign-up .form-check .tooltip-inner, .static-sign-up .form-check .process-list .process-status-info, .process-list .static-sign-up .form-check .process-status-info, .static-sign-up .form-check .tabs.theme-campaigns .tabs-nav > a, .tabs.theme-campaigns .static-sign-up .form-check .tabs-nav > a, .static-sign-up .form-check .ce-side blockquote .list li, .ce-side blockquote .list .static-sign-up .form-check li, .static-sign-up .form-check .ce-side blockquote ul li, .ce-side blockquote ul .static-sign-up .form-check li, .static-sign-up .form-check .ce-side blockquote .o-list li, .ce-side blockquote .o-list .static-sign-up .form-check li, .static-sign-up .form-check .ce-side blockquote ol li, .ce-side blockquote ol .static-sign-up .form-check li, .static-sign-up .form-check .ce-side blockquote p, .ce-side blockquote .static-sign-up .form-check p, .static-sign-up .form-check .helper-block.white-bg .list li, .helper-block.white-bg .list .static-sign-up .form-check li, .static-sign-up .form-check .helper-block.white-bg .ce-side ul li, .helper-block.white-bg .ce-side ul .static-sign-up .form-check li, .static-sign-up .form-check .ce-side .helper-block.white-bg ul li, .ce-side .helper-block.white-bg ul .static-sign-up .form-check li, .static-sign-up .form-check .helper-block.white-bg .o-list li, .helper-block.white-bg .o-list .static-sign-up .form-check li, .static-sign-up .form-check .helper-block.white-bg .ce-side ol li, .helper-block.white-bg .ce-side ol .static-sign-up .form-check li, .static-sign-up .form-check .ce-side .helper-block.white-bg ol li, .ce-side .helper-block.white-bg ol .static-sign-up .form-check li, .static-sign-up .form-check .product-slider-label span, .product-slider-label .static-sign-up .form-check span, .static-sign-up .form-check .product-page-sub .product-page-cat-name, .product-page-sub .static-sign-up .form-check .product-page-cat-name {
  display: block;
  padding-top: 0.5rem;
}
.static-sign-up.career-signup {
  margin-top: 212px;
}
.static-sign-up.career-signup:after {
  width: 249px;
  height: 209px;
  transform: none;
  top: 60px;
  right: 114px;
  left: auto;
}
@media only screen and (max-width: 1024px) {
  .static-sign-up.career-signup:after {
    left: auto;
    right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .static-sign-up.career-signup:after {
    width: 252px;
    height: 203px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -176px;
  }
}
.static-sign-up.career-signup .inner {
  max-width: 100%;
}
.static-sign-up.career-signup .inner .h2, .static-sign-up.career-signup .inner .display-1, .static-sign-up.career-signup .inner figure figcaption, figure .static-sign-up.career-signup .inner figcaption, .static-sign-up.career-signup .inner .input-ext-unit, .static-sign-up.career-signup .inner .input-ext-label, .static-sign-up.career-signup .inner .input-ext-btn, .static-sign-up.career-signup .inner .input-tag-item, .static-sign-up.career-signup .inner .sortable-text, .static-sign-up.career-signup .inner .ce-block__content h3, .ce-block__content .static-sign-up.career-signup .inner h3, .static-sign-up.career-signup .inner .ce-block__content h4, .ce-block__content .static-sign-up.career-signup .inner h4, .static-sign-up.career-signup .inner .ce-block__content h5, .ce-block__content .static-sign-up.career-signup .inner h5, .static-sign-up.career-signup .inner .ce-block__content h6, .ce-block__content .static-sign-up.career-signup .inner h6, .static-sign-up.career-signup .inner .cdx-quote__caption, .static-sign-up.career-signup .inner .tc-table .tc-cell[heading], .tc-table .static-sign-up.career-signup .inner .tc-cell[heading], .static-sign-up.career-signup .inner .ce-side h3, .ce-side .static-sign-up.career-signup .inner h3, .static-sign-up.career-signup .inner .helper-box .accordion-head h1, .helper-box .accordion-head .static-sign-up.career-signup .inner h1, .static-sign-up.career-signup .inner .content-nav li a, .content-nav li .static-sign-up.career-signup .inner a, .static-sign-up.career-signup .inner .content-nav li span, .content-nav li .static-sign-up.career-signup .inner span, .static-sign-up.career-signup .inner .static-grid-text, .static-sign-up.career-signup .inner .tiny-grid .flex .item-text, .static-sign-up.career-signup .inner .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .static-sign-up.career-signup .inner .tiny-grid .nav-alert .item-text, .static-sign-up.career-signup .inner .tiny-grid .sub-nav .item-text, .static-sign-up.career-signup .inner .tiny-grid .has-note .item-text, .static-sign-up.career-signup .inner .tiny-grid .nav .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-center .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-left .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-ce .item-text, .static-sign-up.career-signup .inner .tiny-grid .header .wrapper .item-text, .header .static-sign-up.career-signup .inner .tiny-grid .wrapper .item-text, .static-sign-up.career-signup .inner .tiny-grid .row .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-all .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-data .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-row .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-piece .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-price .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-top .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-grid-item .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-grid .item-text, .static-sign-up.career-signup .inner .tiny-grid .card-list .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-footer .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-price .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-item .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-list .item-text, .static-sign-up.career-signup .inner .tiny-grid .enlist-story .item-text, .static-sign-up.career-signup .inner .tiny-grid .enlist-hero .item-text, .tiny-grid .flex .static-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nav-alert .static-sign-up.career-signup .inner .item-text, .sub-nav .tiny-grid .nav-alert .static-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .static-sign-up.career-signup .inner .item-text, .tiny-grid .has-note .static-sign-up.career-signup .inner .item-text, .tiny-grid .nav .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-center .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-left .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-ce .static-sign-up.career-signup .inner .item-text, .tiny-grid .header .wrapper .static-sign-up.career-signup .inner .item-text, .header .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .tiny-grid .row .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-all .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-data .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-row .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-piece .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-price .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-top .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid-item .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid .static-sign-up.career-signup .inner .item-text, .tiny-grid .card-list .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-footer .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-price .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-item .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-list .static-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-story .static-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-hero .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .form-row .item-text, .tiny-grid .form-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .modal .item-text, .tiny-grid .modal .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .alert .item-text, .tiny-grid .alert .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .box .item-text, .tiny-grid .box .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .stickers .item-text, .tiny-grid .stickers .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .table-row .item-text, .tiny-grid .table-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .progress .item-text, .tiny-grid .progress .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-head .item-text, .tiny-grid .list-head .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .pagination .item-text, .tiny-grid .pagination .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-double .item-text, .tiny-grid .about-double .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-group {
  max-width: 412px;
}
@media only screen and (max-width: 768px) {
  .static-sign-up.career-signup .inner .h2, .static-sign-up.career-signup .inner .display-1, .static-sign-up.career-signup .inner figure figcaption, figure .static-sign-up.career-signup .inner figcaption, .static-sign-up.career-signup .inner .input-ext-unit, .static-sign-up.career-signup .inner .input-ext-label, .static-sign-up.career-signup .inner .input-ext-btn, .static-sign-up.career-signup .inner .input-tag-item, .static-sign-up.career-signup .inner .sortable-text, .static-sign-up.career-signup .inner .ce-block__content h3, .ce-block__content .static-sign-up.career-signup .inner h3, .static-sign-up.career-signup .inner .ce-block__content h4, .ce-block__content .static-sign-up.career-signup .inner h4, .static-sign-up.career-signup .inner .ce-block__content h5, .ce-block__content .static-sign-up.career-signup .inner h5, .static-sign-up.career-signup .inner .ce-block__content h6, .ce-block__content .static-sign-up.career-signup .inner h6, .static-sign-up.career-signup .inner .cdx-quote__caption, .static-sign-up.career-signup .inner .tc-table .tc-cell[heading], .tc-table .static-sign-up.career-signup .inner .tc-cell[heading], .static-sign-up.career-signup .inner .ce-side h3, .ce-side .static-sign-up.career-signup .inner h3, .static-sign-up.career-signup .inner .helper-box .accordion-head h1, .helper-box .accordion-head .static-sign-up.career-signup .inner h1, .static-sign-up.career-signup .inner .content-nav li a, .content-nav li .static-sign-up.career-signup .inner a, .static-sign-up.career-signup .inner .content-nav li span, .content-nav li .static-sign-up.career-signup .inner span, .static-sign-up.career-signup .inner .static-grid-text, .static-sign-up.career-signup .inner .tiny-grid .flex .item-text, .static-sign-up.career-signup .inner .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .static-sign-up.career-signup .inner .tiny-grid .nav-alert .item-text, .static-sign-up.career-signup .inner .tiny-grid .sub-nav .item-text, .static-sign-up.career-signup .inner .tiny-grid .has-note .item-text, .static-sign-up.career-signup .inner .tiny-grid .nav .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-center .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-left .item-text, .static-sign-up.career-signup .inner .tiny-grid .header-ce .item-text, .static-sign-up.career-signup .inner .tiny-grid .header .wrapper .item-text, .header .static-sign-up.career-signup .inner .tiny-grid .wrapper .item-text, .static-sign-up.career-signup .inner .tiny-grid .row .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-all .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-data .item-text, .static-sign-up.career-signup .inner .tiny-grid .summary-row .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-piece .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-price .item-text, .static-sign-up.career-signup .inner .tiny-grid .cart-item-top .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-grid-item .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-grid .item-text, .static-sign-up.career-signup .inner .tiny-grid .card-list .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-footer .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-price .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-item .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-list .item-text, .static-sign-up.career-signup .inner .tiny-grid .enlist-story .item-text, .static-sign-up.career-signup .inner .tiny-grid .enlist-hero .item-text, .tiny-grid .flex .static-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .nav-alert .static-sign-up.career-signup .inner .item-text, .sub-nav .tiny-grid .nav-alert .static-sign-up.career-signup .inner .item-text, .tiny-grid .sub-nav .static-sign-up.career-signup .inner .item-text, .tiny-grid .has-note .static-sign-up.career-signup .inner .item-text, .tiny-grid .nav .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-center .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-left .static-sign-up.career-signup .inner .item-text, .tiny-grid .header-ce .static-sign-up.career-signup .inner .item-text, .tiny-grid .header .wrapper .static-sign-up.career-signup .inner .item-text, .header .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .tiny-grid .row .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-all .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-data .static-sign-up.career-signup .inner .item-text, .tiny-grid .summary-row .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-piece .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-price .static-sign-up.career-signup .inner .item-text, .tiny-grid .cart-item-top .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid-item .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-grid .static-sign-up.career-signup .inner .item-text, .tiny-grid .card-list .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-footer .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-price .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-item .static-sign-up.career-signup .inner .item-text, .tiny-grid .product-list .static-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-story .static-sign-up.career-signup .inner .item-text, .tiny-grid .enlist-hero .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .form-row .item-text, .tiny-grid .form-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .modal .item-text, .tiny-grid .modal .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .alert .item-text, .tiny-grid .alert .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .box .item-text, .tiny-grid .box .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .stickers .item-text, .tiny-grid .stickers .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .table-row .item-text, .tiny-grid .table-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .progress .item-text, .tiny-grid .progress .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-head .item-text, .tiny-grid .list-head .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .tiny-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .static-sign-up.career-signup .inner .item-text,
.static-sign-up.career-signup .inner .list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .pagination .item-text, .tiny-grid .pagination .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-double .item-text, .tiny-grid .about-double .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .static-sign-up.career-signup .inner .item-text, .static-sign-up.career-signup .inner .form-group {
    max-width: 100%;
  }
}
.static-sign-up.career-signup .inner .form-group-fullw {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-video.tiny-video .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.enlist-fullwidth-hero {
  background-color: #212832;
  position: relative;
  overflow: hidden;
}
.enlist-fullwidth-hero .bg-image {
  background-image: url("../img/static-enlist-full-width-head.png");
  background-position: 50% 0;
  height: 432px;
  margin-top: 104px;
}
@media only screen and (max-width: 1024px) {
  .enlist-fullwidth-hero .bg-image {
    height: 200px;
    background-size: cover;
  }
}
.enlist-fullwidth-hero h1 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .enlist-fullwidth-hero h1 {
    margin-top: 30px;
  }
}
.enlist-fullwidth-hero p.display-1, .enlist-fullwidth-hero p.input-ext-unit, .enlist-fullwidth-hero p.input-ext-label, .enlist-fullwidth-hero p.input-ext-btn, .enlist-fullwidth-hero p.input-tag-item, .enlist-fullwidth-hero p.sortable-text, .enlist-fullwidth-hero p.cdx-quote__caption, .enlist-fullwidth-hero .tc-table p.tc-cell[heading], .tc-table .enlist-fullwidth-hero p.tc-cell[heading], .enlist-fullwidth-hero p.static-grid-text, .enlist-fullwidth-hero .tiny-grid .flex p.item-text, .enlist-fullwidth-hero .tiny-grid .sub-nav .nav-alert p.item-text, .sub-nav .enlist-fullwidth-hero .tiny-grid .nav-alert p.item-text, .enlist-fullwidth-hero .tiny-grid .sub-nav p.item-text, .enlist-fullwidth-hero .tiny-grid .has-note p.item-text, .enlist-fullwidth-hero .tiny-grid .nav p.item-text, .enlist-fullwidth-hero .tiny-grid .header-center p.item-text, .enlist-fullwidth-hero .tiny-grid .header-left p.item-text, .enlist-fullwidth-hero .tiny-grid .header-ce p.item-text, .enlist-fullwidth-hero .tiny-grid .header .wrapper p.item-text, .header .enlist-fullwidth-hero .tiny-grid .wrapper p.item-text, .enlist-fullwidth-hero .tiny-grid .row p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-all p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-data p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-row p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-piece p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-price p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-top p.item-text, .enlist-fullwidth-hero .tiny-grid .product-grid-item p.item-text, .enlist-fullwidth-hero .tiny-grid .product-grid p.item-text, .enlist-fullwidth-hero .tiny-grid .card-list p.item-text, .enlist-fullwidth-hero .tiny-grid .product-footer p.item-text, .enlist-fullwidth-hero .tiny-grid .product-price p.item-text, .enlist-fullwidth-hero .tiny-grid .product-item p.item-text, .enlist-fullwidth-hero .tiny-grid .product-list p.item-text, .enlist-fullwidth-hero .tiny-grid .enlist-story p.item-text, .enlist-fullwidth-hero .tiny-grid .enlist-hero p.item-text, .tiny-grid .flex .enlist-fullwidth-hero p.item-text, .tiny-grid .sub-nav .nav-alert .enlist-fullwidth-hero p.item-text, .sub-nav .tiny-grid .nav-alert .enlist-fullwidth-hero p.item-text, .tiny-grid .sub-nav .enlist-fullwidth-hero p.item-text, .tiny-grid .has-note .enlist-fullwidth-hero p.item-text, .tiny-grid .nav .enlist-fullwidth-hero p.item-text, .tiny-grid .header-center .enlist-fullwidth-hero p.item-text, .tiny-grid .header-left .enlist-fullwidth-hero p.item-text, .tiny-grid .header-ce .enlist-fullwidth-hero p.item-text, .tiny-grid .header .wrapper .enlist-fullwidth-hero p.item-text, .header .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .tiny-grid .row .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-all .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-data .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-row .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-piece .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-price .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-top .enlist-fullwidth-hero p.item-text, .tiny-grid .product-grid-item .enlist-fullwidth-hero p.item-text, .tiny-grid .product-grid .enlist-fullwidth-hero p.item-text, .tiny-grid .card-list .enlist-fullwidth-hero p.item-text, .tiny-grid .product-footer .enlist-fullwidth-hero p.item-text, .tiny-grid .product-price .enlist-fullwidth-hero p.item-text, .tiny-grid .product-item .enlist-fullwidth-hero p.item-text, .tiny-grid .product-list .enlist-fullwidth-hero p.item-text, .tiny-grid .enlist-story .enlist-fullwidth-hero p.item-text, .tiny-grid .enlist-hero .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .flatpickr-calendar .flatpickr-current-month p.item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .flatpickr-calendar .tiny-grid .flatpickr-current-month p.item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-col-2 p.item-text, .tiny-grid .list-col-2 .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-ext p.item-text, .tiny-grid .input-ext .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-ext-label p.item-text, .tiny-grid .input-ext-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .form-row p.item-text, .tiny-grid .form-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-tag p.item-text, .tiny-grid .input-tag .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .form-check label p.item-text, .tiny-grid .form-check label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .form-check .tiny-grid label p.item-text, .form-check .tiny-grid label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .form-radio label p.item-text,
.tiny-grid .form-radio label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .form-radio .tiny-grid label p.item-text,
.form-radio .tiny-grid label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .form-switch label p.item-text,
.tiny-grid .form-switch label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .form-switch .tiny-grid label p.item-text,
.form-switch .tiny-grid label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .form-switch label .tiny-grid .item-label p.item-text, .form-switch label .tiny-grid .item-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box-inner p.item-text, .tiny-grid .uploader-box-inner .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box .uploader-item-body p.item-text, .tiny-grid .uploader-box .uploader-item-body .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .uploader-box .tiny-grid .uploader-item-body p.item-text, .uploader-box .tiny-grid .uploader-item-body .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box .uploader-img-info p.item-text, .tiny-grid .uploader-box .uploader-img-info .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .uploader-box .tiny-grid .uploader-img-info p.item-text, .uploader-box .tiny-grid .uploader-img-info .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .select-box-value p.item-text, .tiny-grid .select-box-value .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .modal p.item-text, .tiny-grid .modal .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .alert p.item-text, .tiny-grid .alert .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .box p.item-text, .tiny-grid .box .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .stickers p.item-text, .tiny-grid .stickers .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .process-list .process-status p.item-text, .tiny-grid .process-list .process-status .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .process-list .tiny-grid .process-status p.item-text, .process-list .tiny-grid .process-status .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .table-row p.item-text, .tiny-grid .table-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .tc-table .tc-row p.item-text, .tiny-grid .tc-table .tc-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tc-table .tiny-grid .tc-row p.item-text, .tc-table .tiny-grid .tc-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .progress p.item-text, .tiny-grid .progress .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .tabs-nav p.item-text, .tiny-grid .tabs-nav .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .control-label-group p.item-text, .tiny-grid .control-label-group .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .error-page-503 p.item-text, .tiny-grid .error-page-503 .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .messages-footer p.item-text, .tiny-grid .messages .messages-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .messages-footer p.item-text, .messages .tiny-grid .messages-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .messages-options p.item-text, .tiny-grid .messages .messages-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .messages-options p.item-text, .messages .tiny-grid .messages-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .message-date p.item-text, .tiny-grid .messages .message-date .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .message-date p.item-text, .messages .tiny-grid .message-date .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .finance-top p.item-text, .tiny-grid .finance-top .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .transactions-list-row p.item-text, .tiny-grid .transactions-list-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .index-slider .wrapper p.item-text, .tiny-grid .index-slider .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .index-slider .tiny-grid .wrapper p.item-text, .index-slider .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-main p.item-text, .tiny-grid .ce-main .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-control-nav p.item-text, .tiny-grid .ce-control-nav .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-head .wrapper p.item-text, .tiny-grid .product-page-head .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-page-head .tiny-grid .wrapper p.item-text, .product-page-head .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-info-label p.item-text, .tiny-grid .product-slider-info-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-alert-label p.item-text, .tiny-grid .product-slider-alert-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-label p.item-text, .tiny-grid .product-slider-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-sub p.item-text, .tiny-grid .product-page-sub .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-interact p.item-text, .tiny-grid .product-interact .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-interact .tiny-grid .product-share-options p.item-text, .product-interact .tiny-grid .product-share-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-rating p.item-text, .tiny-grid .product-page-rating .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .rating-stars p.item-text, .tiny-grid .rating-stars .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-alert p.item-text, .tiny-grid .product-page-alert .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-details .product-sticky-footer p.item-text, .tiny-grid .product-details .product-sticky-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-details .tiny-grid .product-sticky-footer p.item-text, .product-details .tiny-grid .product-sticky-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .brancs-pros p.item-text, .tiny-grid .brancs-pros .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .brancs-pros-item p.item-text, .tiny-grid .brancs-pros-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-preview-head p.item-text, .tiny-grid .ce-preview-head .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .view-switcher p.item-text, .tiny-grid .view-switcher .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-head p.item-text, .tiny-grid .list-head .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-block p.item-text, .tiny-grid .list-filter-block .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-mobile p.item-text, .tiny-grid .list-filter-mobile .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-mobile-btn p.item-text, .tiny-grid .list-filter-mobile-btn .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter .list-filter-type p.item-text, .tiny-grid .list-filter .list-filter-type .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .list-filter .tiny-grid .list-filter-type p.item-text, .list-filter .tiny-grid .list-filter-type .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .list-filter .list-filter-sort p.item-text,
.tiny-grid .list-filter .list-filter-sort .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .list-filter .tiny-grid .list-filter-sort p.item-text,
.list-filter .tiny-grid .list-filter-sort .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .campaign-promo p.item-text, .tiny-grid .campaign-promo .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .campaign-promo .tiny-grid .btn-group p.item-text, .campaign-promo .tiny-grid .btn-group .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .pagination p.item-text, .tiny-grid .pagination .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .pagination .tiny-grid ul p.item-text, .pagination .tiny-grid ul .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .order-actions p.item-text, .tiny-grid .order-actions .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .main-hero .wrapper p.item-text, .tiny-grid .main-hero .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .main-hero .tiny-grid .wrapper p.item-text, .main-hero .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-grid p.item-text, .tiny-grid .static-grid .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-grid-item p.item-text, .tiny-grid .static-grid-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-belief p.item-text, .tiny-grid .static-belief .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .mini-boxes p.item-text, .tiny-grid .mini-boxes .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .mini-boxes .tiny-grid .mini-box p.item-text, .mini-boxes .tiny-grid .mini-box .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-grid p.item-text, .tiny-grid .about-grid .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .about-grid .tiny-grid .about-item p.item-text, .about-grid .tiny-grid .about-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-double p.item-text, .tiny-grid .about-double .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-double-photos p.item-text, .tiny-grid .about-double-photos .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-career-1 p.item-text, .tiny-grid .static-career-1 .enlist-fullwidth-hero p.item-text {
  width: 100%;
  max-width: 645px;
  margin: 25px auto;
}
@media only screen and (max-width: 1024px) {
  .enlist-fullwidth-hero p.display-1, .enlist-fullwidth-hero p.input-ext-unit, .enlist-fullwidth-hero p.input-ext-label, .enlist-fullwidth-hero p.input-ext-btn, .enlist-fullwidth-hero p.input-tag-item, .enlist-fullwidth-hero p.sortable-text, .enlist-fullwidth-hero p.cdx-quote__caption, .enlist-fullwidth-hero .tc-table p.tc-cell[heading], .tc-table .enlist-fullwidth-hero p.tc-cell[heading], .enlist-fullwidth-hero p.static-grid-text, .enlist-fullwidth-hero .tiny-grid .flex p.item-text, .enlist-fullwidth-hero .tiny-grid .sub-nav .nav-alert p.item-text, .sub-nav .enlist-fullwidth-hero .tiny-grid .nav-alert p.item-text, .enlist-fullwidth-hero .tiny-grid .sub-nav p.item-text, .enlist-fullwidth-hero .tiny-grid .has-note p.item-text, .enlist-fullwidth-hero .tiny-grid .nav p.item-text, .enlist-fullwidth-hero .tiny-grid .header-center p.item-text, .enlist-fullwidth-hero .tiny-grid .header-left p.item-text, .enlist-fullwidth-hero .tiny-grid .header-ce p.item-text, .enlist-fullwidth-hero .tiny-grid .header .wrapper p.item-text, .header .enlist-fullwidth-hero .tiny-grid .wrapper p.item-text, .enlist-fullwidth-hero .tiny-grid .row p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-all p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-data p.item-text, .enlist-fullwidth-hero .tiny-grid .summary-row p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-piece p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-price p.item-text, .enlist-fullwidth-hero .tiny-grid .cart-item-top p.item-text, .enlist-fullwidth-hero .tiny-grid .product-grid-item p.item-text, .enlist-fullwidth-hero .tiny-grid .product-grid p.item-text, .enlist-fullwidth-hero .tiny-grid .card-list p.item-text, .enlist-fullwidth-hero .tiny-grid .product-footer p.item-text, .enlist-fullwidth-hero .tiny-grid .product-price p.item-text, .enlist-fullwidth-hero .tiny-grid .product-item p.item-text, .enlist-fullwidth-hero .tiny-grid .product-list p.item-text, .enlist-fullwidth-hero .tiny-grid .enlist-story p.item-text, .enlist-fullwidth-hero .tiny-grid .enlist-hero p.item-text, .tiny-grid .flex .enlist-fullwidth-hero p.item-text, .tiny-grid .sub-nav .nav-alert .enlist-fullwidth-hero p.item-text, .sub-nav .tiny-grid .nav-alert .enlist-fullwidth-hero p.item-text, .tiny-grid .sub-nav .enlist-fullwidth-hero p.item-text, .tiny-grid .has-note .enlist-fullwidth-hero p.item-text, .tiny-grid .nav .enlist-fullwidth-hero p.item-text, .tiny-grid .header-center .enlist-fullwidth-hero p.item-text, .tiny-grid .header-left .enlist-fullwidth-hero p.item-text, .tiny-grid .header-ce .enlist-fullwidth-hero p.item-text, .tiny-grid .header .wrapper .enlist-fullwidth-hero p.item-text, .header .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .tiny-grid .row .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-all .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-data .enlist-fullwidth-hero p.item-text, .tiny-grid .summary-row .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-piece .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-price .enlist-fullwidth-hero p.item-text, .tiny-grid .cart-item-top .enlist-fullwidth-hero p.item-text, .tiny-grid .product-grid-item .enlist-fullwidth-hero p.item-text, .tiny-grid .product-grid .enlist-fullwidth-hero p.item-text, .tiny-grid .card-list .enlist-fullwidth-hero p.item-text, .tiny-grid .product-footer .enlist-fullwidth-hero p.item-text, .tiny-grid .product-price .enlist-fullwidth-hero p.item-text, .tiny-grid .product-item .enlist-fullwidth-hero p.item-text, .tiny-grid .product-list .enlist-fullwidth-hero p.item-text, .tiny-grid .enlist-story .enlist-fullwidth-hero p.item-text, .tiny-grid .enlist-hero .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .flatpickr-calendar .flatpickr-current-month p.item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .flatpickr-calendar .tiny-grid .flatpickr-current-month p.item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-col-2 p.item-text, .tiny-grid .list-col-2 .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-ext p.item-text, .tiny-grid .input-ext .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-ext-label p.item-text, .tiny-grid .input-ext-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .form-row p.item-text, .tiny-grid .form-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .input-tag p.item-text, .tiny-grid .input-tag .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .form-check label p.item-text, .tiny-grid .form-check label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .form-check .tiny-grid label p.item-text, .form-check .tiny-grid label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .form-radio label p.item-text,
.tiny-grid .form-radio label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .form-radio .tiny-grid label p.item-text,
.form-radio .tiny-grid label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .form-switch label p.item-text,
.tiny-grid .form-switch label .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .form-switch .tiny-grid label p.item-text,
.form-switch .tiny-grid label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .form-switch label .tiny-grid .item-label p.item-text, .form-switch label .tiny-grid .item-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box-inner p.item-text, .tiny-grid .uploader-box-inner .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box .uploader-item-body p.item-text, .tiny-grid .uploader-box .uploader-item-body .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .uploader-box .tiny-grid .uploader-item-body p.item-text, .uploader-box .tiny-grid .uploader-item-body .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .uploader-box .uploader-img-info p.item-text, .tiny-grid .uploader-box .uploader-img-info .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .uploader-box .tiny-grid .uploader-img-info p.item-text, .uploader-box .tiny-grid .uploader-img-info .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .select-box-value p.item-text, .tiny-grid .select-box-value .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .modal p.item-text, .tiny-grid .modal .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .alert p.item-text, .tiny-grid .alert .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .box p.item-text, .tiny-grid .box .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .stickers p.item-text, .tiny-grid .stickers .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .process-list .process-status p.item-text, .tiny-grid .process-list .process-status .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .process-list .tiny-grid .process-status p.item-text, .process-list .tiny-grid .process-status .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .table-row p.item-text, .tiny-grid .table-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .tc-table .tc-row p.item-text, .tiny-grid .tc-table .tc-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tc-table .tiny-grid .tc-row p.item-text, .tc-table .tiny-grid .tc-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .progress p.item-text, .tiny-grid .progress .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .tabs-nav p.item-text, .tiny-grid .tabs-nav .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .control-label-group p.item-text, .tiny-grid .control-label-group .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .error-page-503 p.item-text, .tiny-grid .error-page-503 .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .messages-footer p.item-text, .tiny-grid .messages .messages-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .messages-footer p.item-text, .messages .tiny-grid .messages-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .messages-options p.item-text, .tiny-grid .messages .messages-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .messages-options p.item-text, .messages .tiny-grid .messages-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .messages .message-date p.item-text, .tiny-grid .messages .message-date .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .messages .tiny-grid .message-date p.item-text, .messages .tiny-grid .message-date .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .finance-top p.item-text, .tiny-grid .finance-top .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .transactions-list-row p.item-text, .tiny-grid .transactions-list-row .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .index-slider .wrapper p.item-text, .tiny-grid .index-slider .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .index-slider .tiny-grid .wrapper p.item-text, .index-slider .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-main p.item-text, .tiny-grid .ce-main .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-control-nav p.item-text, .tiny-grid .ce-control-nav .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-head .wrapper p.item-text, .tiny-grid .product-page-head .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-page-head .tiny-grid .wrapper p.item-text, .product-page-head .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-info-label p.item-text, .tiny-grid .product-slider-info-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-alert-label p.item-text, .tiny-grid .product-slider-alert-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-slider-label p.item-text, .tiny-grid .product-slider-label .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-sub p.item-text, .tiny-grid .product-page-sub .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-interact p.item-text, .tiny-grid .product-interact .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-interact .tiny-grid .product-share-options p.item-text, .product-interact .tiny-grid .product-share-options .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-rating p.item-text, .tiny-grid .product-page-rating .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .rating-stars p.item-text, .tiny-grid .rating-stars .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-page-alert p.item-text, .tiny-grid .product-page-alert .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .product-details .product-sticky-footer p.item-text, .tiny-grid .product-details .product-sticky-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .product-details .tiny-grid .product-sticky-footer p.item-text, .product-details .tiny-grid .product-sticky-footer .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .brancs-pros p.item-text, .tiny-grid .brancs-pros .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .brancs-pros-item p.item-text, .tiny-grid .brancs-pros-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .ce-preview-head p.item-text, .tiny-grid .ce-preview-head .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .view-switcher p.item-text, .tiny-grid .view-switcher .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-head p.item-text, .tiny-grid .list-head .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-block p.item-text, .tiny-grid .list-filter-block .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-mobile p.item-text, .tiny-grid .list-filter-mobile .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter-mobile-btn p.item-text, .tiny-grid .list-filter-mobile-btn .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .list-filter .list-filter-type p.item-text, .tiny-grid .list-filter .list-filter-type .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .list-filter .tiny-grid .list-filter-type p.item-text, .list-filter .tiny-grid .list-filter-type .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .tiny-grid .list-filter .list-filter-sort p.item-text,
.tiny-grid .list-filter .list-filter-sort .enlist-fullwidth-hero p.item-text,
.enlist-fullwidth-hero .list-filter .tiny-grid .list-filter-sort p.item-text,
.list-filter .tiny-grid .list-filter-sort .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .campaign-promo p.item-text, .tiny-grid .campaign-promo .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .campaign-promo .tiny-grid .btn-group p.item-text, .campaign-promo .tiny-grid .btn-group .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .pagination p.item-text, .tiny-grid .pagination .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .pagination .tiny-grid ul p.item-text, .pagination .tiny-grid ul .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .order-actions p.item-text, .tiny-grid .order-actions .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .main-hero .wrapper p.item-text, .tiny-grid .main-hero .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .main-hero .tiny-grid .wrapper p.item-text, .main-hero .tiny-grid .wrapper .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-grid p.item-text, .tiny-grid .static-grid .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-grid-item p.item-text, .tiny-grid .static-grid-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-belief p.item-text, .tiny-grid .static-belief .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .mini-boxes p.item-text, .tiny-grid .mini-boxes .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .mini-boxes .tiny-grid .mini-box p.item-text, .mini-boxes .tiny-grid .mini-box .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-grid p.item-text, .tiny-grid .about-grid .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .about-grid .tiny-grid .about-item p.item-text, .about-grid .tiny-grid .about-item .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-double p.item-text, .tiny-grid .about-double .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .about-double-photos p.item-text, .tiny-grid .about-double-photos .enlist-fullwidth-hero p.item-text, .enlist-fullwidth-hero .tiny-grid .static-career-1 p.item-text, .tiny-grid .static-career-1 .enlist-fullwidth-hero p.item-text {
    width: 90%;
  }
}
.enlist-fullwidth-hero .btn-group {
  margin-bottom: 55px;
}
.enlist-hero {
  background-color: #212832;
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .enlist-hero {
    align-items: flex-start;
    height: 786px;
  }
}
.enlist-hero:before, .enlist-hero:after {
  position: absolute;
  bottom: 18px;
  width: 399px;
  height: 468px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.enlist-hero:before {
  left: -73px;
  background-image: url("../img/static-enlist-head-left.png");
}
@media only screen and (max-width: 1280px) {
  .enlist-hero:before {
    left: -164px;
  }
}
@media only screen and (max-width: 1024px) {
  .enlist-hero:before {
    width: 472px;
    height: 184px;
    background-image: url("../img/static-enlist-head-m.png");
    left: 50%;
    top: 94px;
    bottom: initial;
    transform: translateX(-50%);
  }
}
.enlist-hero:after {
  right: -73px;
  background-image: url("../img/static-enlist-head-right.png");
}
@media only screen and (max-width: 1280px) {
  .enlist-hero:after {
    right: -164px;
  }
}
@media only screen and (max-width: 1024px) {
  .enlist-hero:after {
    display: none;
  }
}
.enlist-hero .inner {
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .enlist-hero .inner {
    margin-top: 312px;
    padding: 0 16px;
  }
}
.webinar .enlist-section {
  padding-bottom: 50px;
}
.webinar .enlist-hero {
  height: 690px;
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-hero {
    height: 850px;
  }
}
.webinar .enlist-hero .inner {
  margin-top: 110px;
  max-width: 650px;
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-hero .inner {
    margin-top: 310px;
  }
}
.webinar .enlist-hero:before {
  bottom: auto;
  top: 140px;
  background-image: url("../img/webinar-enlist-head-left.png");
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-hero:before {
    width: 472px;
    height: 184px;
    background-image: url("../img/webinar-enlist-hero-mobil.png");
    left: 50%;
    top: 94px;
    bottom: initial;
    transform: translateX(-50%);
  }
}
.webinar .enlist-hero:after {
  bottom: auto;
  top: 140px;
  background-image: url("../img/webinar-enlist-head-right.png");
}
.webinar .enlist-hero .campus-logo {
  display: block;
  margin: 0 auto 65px;
}
.webinar .enlist-hero .campus-spons {
  display: block;
  margin: 0 auto 80px;
}
.webinar .enlist-quote-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 84px 64px;
}
.webinar .enlist-quote-box img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-quote-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    padding: 24px;
    margin-bottom: 32px;
  }
  .webinar .enlist-quote-box img {
    display: block;
    width: 100%;
  }
}
.webinar .enlist-quote-box:after {
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.webinar .enlist-quote-box .h1 {
  max-width: 562px;
}
.webinar .enlist-quote-box-1:after {
  background-image: url("../img/webinar-enlist-01.png");
  width: 275px;
  height: 275px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-quote-box-1:after {
    display: none;
  }
}
.webinar .enlist-quote-box-2:after {
  background-image: url("../img/webinar-enlist-02.png");
  width: 275px;
  height: 275px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-quote-box-2:after {
    display: none;
  }
}
.webinar .enlist-quote-box-3:after {
  background-image: url("../img/webinar-enlist-03.png");
  width: 275px;
  height: 275px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .webinar .enlist-quote-box-3:after {
    display: none;
  }
}
.campus .enlist-hero {
  height: 890px;
}
.campus .enlist-hero:before {
  bottom: auto;
  top: 140px;
  background-image: url("../img/campus-enlist-head-left.png");
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-hero:before {
    width: 472px;
    height: 184px;
    background-image: url("../img/static-campus-enlist-head-m.png");
    left: 50%;
    top: 94px;
    bottom: initial;
    transform: translateX(-50%);
  }
}
.campus .enlist-hero:after {
  bottom: auto;
  top: 140px;
  background-image: url("../img/campus-enlist-head-right.png");
}
.campus .enlist-hero .campus-logo {
  display: block;
  margin: 0 auto 65px;
}
.campus .enlist-hero .campus-spons {
  display: block;
  margin: 0 auto 80px;
}
.campus .enlist-story-item {
  padding-bottom: 508px;
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-story-item {
    padding-bottom: 306px;
  }
}
.campus .enlist-wrapper {
  max-width: 963px;
}
.campus .enlist-quote-box {
  padding: 81px 78px;
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-quote-box .h1 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .campus .enlist-quote-box-1 {
    padding: 40px 40px 211px;
  }
}
.campus .enlist-quote-box-1:after {
  background-image: url("../img/static-campus-enlist-box-bg-1.png");
  width: 343px;
  height: 380px;
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-quote-box-1:after {
    background-image: url("../img/static-campus-enlist-box-bg-1-m.png");
    width: 384px;
    height: 380px;
    bottom: -80px;
  }
  .campus .enlist-quote-box-2 {
    padding: 40px 40px 211px;
  }
}
.campus .enlist-quote-box-2:after {
  background-image: url("../img/static-campus-enlist-box-bg-2.png");
  width: 332px;
  height: 406px;
  background-size: auto;
  right: 0;
  top: 37%;
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-quote-box-2:after {
    background-image: url("../img/static-campus-enlist-box-bg-2-m.png");
    width: 438px;
    background-size: cover;
    top: auto;
    bottom: -48px;
  }
  .campus .enlist-quote-box-3 {
    padding: 40px 40px 211px;
  }
}
.campus .enlist-quote-box-3:after {
  background-image: url("../img/static-campus-enlist-box-bg-3.png");
  width: 382px;
  height: 467px;
  bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .campus .enlist-quote-box-3:after {
    background-image: url("../img/static-campus-enlist-box-bg-3-m.png");
    width: 337px;
    height: 447px;
    bottom: -186px;
    background-size: contain;
  }
}
.enlist-section {
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .enlist-section {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.enlist-section:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='40' viewBox='0 0 180 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.634 5.54128C14.4794 1.91318 7.46542 -0.000301361 0.321045 -0.000301361H-93.5C-107.031 -0.000301361 -118 -10.9693 -118 -24.5003C-118 -38.0313 -107.031 -49.0003 -93.5 -49.0003H273.5C287.031 -49.0003 298 -38.0313 298 -24.5003C298 -10.9693 287.031 -0.000301361 273.5 -0.000301361H179.681C172.537 -0.000301361 165.523 1.91319 159.368 5.54129L110.314 34.4584C97.7801 41.8472 82.2224 41.8472 69.6883 34.4584L20.634 5.54128Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.enlist-section .scroll-down {
  margin-top: -136px;
}
@media only screen and (max-width: 1024px) {
  .enlist-section .scroll-down {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 768px) {
  .enlist-section .scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.enlist-section-blue {
  background-color: #EDF3F8;
}
.enlist-section-blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='40' viewBox='0 0 180 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.634 5.54128C14.4794 1.91318 7.46542 -0.000301361 0.321045 -0.000301361H-93.5C-107.031 -0.000301361 -118 -10.9693 -118 -24.5003C-118 -38.0313 -107.031 -49.0003 -93.5 -49.0003H273.5C287.031 -49.0003 298 -38.0313 298 -24.5003C298 -10.9693 287.031 -0.000301361 273.5 -0.000301361H179.681C172.537 -0.000301361 165.523 1.91319 159.368 5.54129L110.314 34.4584C97.7801 41.8472 82.2224 41.8472 69.6883 34.4584L20.634 5.54128Z' fill='%23EDF3F8'/%3E%3C/svg%3E%0A");
}
.enlist-section-last:after {
  display: none;
}
.enlist-section .how-list-item .h2 {
  margin-top: -22px;
  font-weight: 600;
}
.enlist-wrapper {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .enlist-wrapper {
    padding: 0 16px;
  }
}
.enlist-quote-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 64px;
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    padding: 24px 24px 142px;
    margin-bottom: 32px;
  }
}
.enlist-quote-box:after {
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.enlist-quote-box .h1 {
  max-width: 562px;
}
.enlist-quote-box-1 {
  background-color: #47D0BE;
}
.enlist-quote-box-1:after {
  background-image: url("../img/static-enlist-box-bg-1.png");
  width: 409px;
  height: 333px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box-1:after {
    width: 253px;
    height: 206px;
    top: initial;
    transform: none;
    bottom: -20px;
  }
}
.enlist-quote-box-1 .enlist-quote-inner {
  background-color: #2DAF9E;
}
.enlist-quote-box-2 {
  background-color: #FB9E2E;
}
.enlist-quote-box-2:after {
  background-image: url("../img/static-enlist-box-bg-2.png");
  width: 414px;
  height: 305px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box-2:after {
    width: 174px;
    height: 129px;
    top: initial;
    right: initial;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
  }
}
.enlist-quote-box-2 .enlist-quote-inner {
  background-color: #E68004;
}
.enlist-quote-box-3 {
  background-color: #4E89A7;
}
.enlist-quote-box-3:after {
  background-image: url("../img/static-enlist-box-bg-3.png");
  width: 431px;
  height: 476px;
  right: -57px;
  bottom: -42px;
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box-3:after {
    width: 197px;
    height: 217px;
    right: 10px;
    bottom: -60px;
  }
}
.enlist-quote-box-3 .enlist-quote-inner {
  background-color: #376176;
}
.enlist-quote-box .display-0 {
  max-width: 378px;
}
.enlist-quote-box .enlist-quote-inner {
  border-radius: 16px;
  padding: 30px;
  width: 486px;
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box .enlist-quote-inner {
    width: 280px;
    margin: 0 auto;
    padding: 16px;
  }
  .enlist-quote-box .enlist-quote-inner .flex, .enlist-quote-box .enlist-quote-inner .sub-nav .nav-alert, .sub-nav .enlist-quote-box .enlist-quote-inner .nav-alert, .enlist-quote-box .enlist-quote-inner .sub-nav, .enlist-quote-box .enlist-quote-inner .has-note, .enlist-quote-box .enlist-quote-inner .nav, .enlist-quote-box .enlist-quote-inner .header-center, .enlist-quote-box .enlist-quote-inner .header-left, .enlist-quote-box .enlist-quote-inner .header-ce, .enlist-quote-box .enlist-quote-inner .header .wrapper, .header .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .row, .enlist-quote-box .enlist-quote-inner .summary-all, .enlist-quote-box .enlist-quote-inner .summary-data, .enlist-quote-box .enlist-quote-inner .summary-row, .enlist-quote-box .enlist-quote-inner .cart-item-piece, .enlist-quote-box .enlist-quote-inner .cart-item-price, .enlist-quote-box .enlist-quote-inner .cart-item-top, .enlist-quote-box .enlist-quote-inner .product-grid-item, .enlist-quote-box .enlist-quote-inner .product-grid, .enlist-quote-box .enlist-quote-inner .card-list, .enlist-quote-box .enlist-quote-inner .product-footer, .enlist-quote-box .enlist-quote-inner .product-price, .enlist-quote-box .enlist-quote-inner .product-item, .enlist-quote-box .enlist-quote-inner .product-list, .enlist-quote-box .enlist-quote-inner .enlist-story, .enlist-quote-box .enlist-quote-inner .flatpickr-calendar .flatpickr-current-month, .flatpickr-calendar .enlist-quote-box .enlist-quote-inner .flatpickr-current-month, .enlist-quote-box .enlist-quote-inner .list-col-2, .enlist-quote-box .enlist-quote-inner .input-ext, .enlist-quote-box .enlist-quote-inner .input-ext-label, .enlist-quote-box .enlist-quote-inner .form-row, .enlist-quote-box .enlist-quote-inner .input-tag, .enlist-quote-box .enlist-quote-inner .form-check label, .form-check .enlist-quote-box .enlist-quote-inner label,
.enlist-quote-box .enlist-quote-inner .form-radio label,
.form-radio .enlist-quote-box .enlist-quote-inner label,
.enlist-quote-box .enlist-quote-inner .form-switch label,
.form-switch .enlist-quote-box .enlist-quote-inner label, .enlist-quote-box .enlist-quote-inner .form-switch label .item-label, .form-switch label .enlist-quote-box .enlist-quote-inner .item-label, .enlist-quote-box .enlist-quote-inner .uploader-box-inner, .enlist-quote-box .enlist-quote-inner .uploader-box .uploader-item-body, .uploader-box .enlist-quote-box .enlist-quote-inner .uploader-item-body, .enlist-quote-box .enlist-quote-inner .uploader-box .uploader-img-info, .uploader-box .enlist-quote-box .enlist-quote-inner .uploader-img-info, .enlist-quote-box .enlist-quote-inner .select-box-value, .enlist-quote-box .enlist-quote-inner .modal, .enlist-quote-box .enlist-quote-inner .alert, .enlist-quote-box .enlist-quote-inner .box, .enlist-quote-box .enlist-quote-inner .stickers, .enlist-quote-box .enlist-quote-inner .process-list .process-status, .process-list .enlist-quote-box .enlist-quote-inner .process-status, .enlist-quote-box .enlist-quote-inner .table-row, .enlist-quote-box .enlist-quote-inner .tc-table .tc-row, .tc-table .enlist-quote-box .enlist-quote-inner .tc-row, .enlist-quote-box .enlist-quote-inner .progress, .enlist-quote-box .enlist-quote-inner .tabs-nav, .enlist-quote-box .enlist-quote-inner .control-label-group, .enlist-quote-box .enlist-quote-inner .error-page-503, .enlist-quote-box .enlist-quote-inner .messages .messages-footer, .messages .enlist-quote-box .enlist-quote-inner .messages-footer, .enlist-quote-box .enlist-quote-inner .messages .messages-options, .messages .enlist-quote-box .enlist-quote-inner .messages-options, .enlist-quote-box .enlist-quote-inner .messages .message-date, .messages .enlist-quote-box .enlist-quote-inner .message-date, .enlist-quote-box .enlist-quote-inner .finance-top, .enlist-quote-box .enlist-quote-inner .transactions-list-row, .enlist-quote-box .enlist-quote-inner .index-slider .wrapper, .index-slider .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .ce-main, .enlist-quote-box .enlist-quote-inner .ce-control-nav, .enlist-quote-box .enlist-quote-inner .product-page-head .wrapper, .product-page-head .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .product-slider-info-label, .enlist-quote-box .enlist-quote-inner .product-slider-alert-label, .enlist-quote-box .enlist-quote-inner .product-slider-label, .enlist-quote-box .enlist-quote-inner .product-page-sub, .enlist-quote-box .enlist-quote-inner .product-interact, .enlist-quote-box .enlist-quote-inner .product-interact .product-share-options, .product-interact .enlist-quote-box .enlist-quote-inner .product-share-options, .enlist-quote-box .enlist-quote-inner .product-page-rating, .enlist-quote-box .enlist-quote-inner .rating-stars, .enlist-quote-box .enlist-quote-inner .product-page-alert, .enlist-quote-box .enlist-quote-inner .product-details .product-sticky-footer, .product-details .enlist-quote-box .enlist-quote-inner .product-sticky-footer, .enlist-quote-box .enlist-quote-inner .brancs-pros, .enlist-quote-box .enlist-quote-inner .brancs-pros-item, .enlist-quote-box .enlist-quote-inner .ce-preview-head, .enlist-quote-box .enlist-quote-inner .view-switcher, .enlist-quote-box .enlist-quote-inner .list-head, .enlist-quote-box .enlist-quote-inner .list-filter-block, .enlist-quote-box .enlist-quote-inner .list-filter-mobile, .enlist-quote-box .enlist-quote-inner .list-filter-mobile-btn, .enlist-quote-box .enlist-quote-inner .list-filter .list-filter-type, .list-filter .enlist-quote-box .enlist-quote-inner .list-filter-type,
.enlist-quote-box .enlist-quote-inner .list-filter .list-filter-sort,
.list-filter .enlist-quote-box .enlist-quote-inner .list-filter-sort, .enlist-quote-box .enlist-quote-inner .campaign-promo, .enlist-quote-box .enlist-quote-inner .campaign-promo .btn-group, .campaign-promo .enlist-quote-box .enlist-quote-inner .btn-group, .enlist-quote-box .enlist-quote-inner .pagination, .enlist-quote-box .enlist-quote-inner .pagination ul, .pagination .enlist-quote-box .enlist-quote-inner ul, .enlist-quote-box .enlist-quote-inner .order-actions, .enlist-quote-box .enlist-quote-inner .main-hero .wrapper, .main-hero .enlist-quote-box .enlist-quote-inner .wrapper, .enlist-quote-box .enlist-quote-inner .static-grid, .enlist-quote-box .enlist-quote-inner .static-grid-item, .enlist-quote-box .enlist-quote-inner .static-belief, .enlist-quote-box .enlist-quote-inner .mini-boxes, .enlist-quote-box .enlist-quote-inner .mini-boxes .mini-box, .mini-boxes .enlist-quote-box .enlist-quote-inner .mini-box, .enlist-quote-box .enlist-quote-inner .about-grid, .enlist-quote-box .enlist-quote-inner .about-grid .about-item, .about-grid .enlist-quote-box .enlist-quote-inner .about-item, .enlist-quote-box .enlist-quote-inner .about-double, .enlist-quote-box .enlist-quote-inner .about-double-photos, .enlist-quote-box .enlist-quote-inner .static-career-1, .enlist-quote-box .enlist-quote-inner .enlist-hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.enlist-quote-box .enlist-quote-inner .display-0 {
  position: relative;
  padding-left: 24px;
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box .enlist-quote-inner .display-0 {
    padding-left: 0;
    text-align: center;
  }
}
.enlist-quote-box .enlist-quote-inner .display-0:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 92px;
  background-color: #212832;
  opacity: 0.35;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box .enlist-quote-inner .display-0:before {
    display: none;
  }
}
.enlist-quote-box .enlist-quote-inner .logo-box {
  width: 146px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1024px) {
  .enlist-quote-box .enlist-quote-inner .logo-box {
    margin-bottom: 24px;
    height: 42px;
  }
}
.enlist-quote-box .enlist-quote-inner .logo-box-forbes {
  background-image: url("../img/forbes-logo.png");
  background-size: 122px 32px;
}
.enlist-quote-box .enlist-quote-inner .logo-box-portfolio {
  background-image: url("../img/portfolio-logo.png");
  background-size: 124px 29px;
}
.enlist-quote-box .enlist-quote-inner .logo-box-telex {
  background-image: url("../img/telex-logo.png");
  background-size: 100px 32px;
}
.enlist-quote-box .enlist-quote-inner .logo-box-nlc {
  background-image: url("../img/nlc-logo.png");
  background-size: 91px 45px;
}
.landing-section .enlist-quote-box-1:after {
  background-image: url("../img/static-enlist-nlc.png");
  width: 296px;
  height: 498px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .landing-section .enlist-quote-box-1:after {
    width: 125px;
    height: 225px;
    right: 0;
  }
  .landing-section .enlist-quote-box-1 {
    padding: 24px 24px 170px;
  }
}
.landing-section .enlist-quote-box-2:after {
  background-image: url("../img/static-enlist-forbes.png");
  width: 295px;
  height: 460px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .landing-section .enlist-quote-box-2:after {
    width: 144px;
    height: 225px;
    right: 0;
    left: auto;
    transform: none;
    bottom: -3px;
  }
  .landing-section .enlist-quote-box-2 {
    padding: 24px 24px 204px;
  }
}
.landing-section .enlist-quote-box-3:after {
  background-image: url("../img/static-enlist-telex.png");
  width: 347px;
  height: 438px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
@media only screen and (max-width: 1024px) {
  .landing-section .enlist-quote-box-3:after {
    width: 179px;
    height: 225px;
    right: 0;
    transform: none;
    top: auto;
    bottom: -23px;
  }
  .landing-section .enlist-quote-box-3 {
    padding: 24px 24px 166px;
  }
}
.enlist-section-divider {
  padding: 88px 0 64px;
  text-align: center;
}
.enlist-section-divider.bg-green {
  background-color: #47D0BE;
}
.enlist-section-divider.bg-blue {
  background-color: #E3EDF2;
}
.enlist-story {
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 1024px) {
  .enlist-story {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.enlist-story-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 16px;
  padding: 48px;
  border-radius: 24px;
  padding-bottom: 458px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .enlist-story-item {
    flex-grow: initial;
    flex-basis: initial;
    width: 100%;
    max-width: 488px;
    margin: 0 auto 24px;
    padding: 24px;
    padding-bottom: 303px;
  }
}
.enlist-story-cseles {
  background-color: #47D0BE;
  background-image: url("../img/static-enlist-pic-1.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-cseles {
    background-size: 304px 283px;
  }
}
.enlist-story-refilamer {
  background-color: #FB9E2E;
  background-image: url("../img/static-enlist-pic-2.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-refilamer {
    background-size: 304px 305px;
  }
}
.enlist-story-toth {
  background-color: #4E89A7;
  background-image: url("../img/static-enlist-pic-3.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-toth {
    background-size: 304px 300px;
  }
}
.enlist-story-brigi {
  background-color: #4E89A7;
  background-image: url("../img/static-enlist-pic-4.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-brigi {
    background-size: 304px 283px;
  }
}
.enlist-story-pistyur {
  background-color: #47D0BE;
  background-image: url("../img/campus-pistyur.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-pistyur {
    background-size: 304px;
  }
}
.enlist-story-halasz {
  background-color: #FB9E2E;
  background-image: url("../img/campus-halasz.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-halasz {
    background-size: 304px;
  }
}
.enlist-story-kovesdi {
  background-color: #4E89A7;
  background-image: url("../img/campus-kovesdi.png");
}
@media only screen and (max-width: 1024px) {
  .enlist-story-kovesdi {
    background-size: 304px;
  }
}
/*
This file is used to contain all section component imports.
Files inside this folder can contain specific element styles and layout. 
*/
.product-list {
  margin: 0 -24px 0 -12px;
}
.product-list.list-wrap .splide__arrows {
  display: none;
}
.product-list.list-wrap .splide__list {
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .product-list.list-wrap .splide__list {
    flex-wrap: nowrap;
  }
}
.product-list.list-wrap .splide__list .product-item {
  margin: 0 12px 24px;
}
.product-item {
  width: 280px;
  margin: 0 12px 48px;
}
@media only screen and (max-width: 1024px) {
  .product-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-item-add {
  padding: 46px 33px;
  border: 2px dashed #B9D2DF;
  background-color: #F4F8FB;
  border-radius: 0.5rem;
  text-align: center;
}
.product-item-add img {
  width: 192px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.product-item-max {
  opacity: 0.6;
  pointer-events: none;
}
.product-item-support .support-block {
  text-align: center;
  border: 2px solid #47D0BE;
  padding: 24px 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #E2E4E7 -36.54%, rgba(255, 255, 255, 0) 86.54%);
  height: 208px;
}
.product-item .progress {
  margin-bottom: 8px;
}
.product-item .progress:before {
  background-color: #DCE6E5;
}
.product-head {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 208px;
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  margin-bottom: 16px;
}
.product-head.indemand-head {
  border: 1px solid #B9D2DF;
  background-color: #EDF3F7;
  background-image: url("data:image/svg+xml,%3Csvg width='280' height='208' viewBox='0 0 280 208' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4258_85304)'%3E%3Cpath d='M144 92V91C144 89.8954 143.105 89 142 89H135C133.895 89 133 89.8954 133 91V98C133 99.1046 133.895 100 135 100H138.5' stroke='%23B9D2DF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='151' y='72' width='11' height='11' rx='2' stroke='%23B9D2DF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M157 120C164.18 120 170 114.18 170 107C170 99.8203 164.18 94 157 94C149.82 94 144 99.8203 144 107C144 114.18 149.82 120 157 120Z' stroke='%234E89A7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M166.666 116.668L176.666 126.668' stroke='%234E89A7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M138 116H111C108.791 116 107 114.209 107 112V68C107 65.7909 108.791 64 111 64H166C168.209 64 170 65.792 170 68.0011C170 75.5809 170 81.9035 170 90' stroke='%23B9D2DF' stroke-width='3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4258_85304'%3E%3Crect width='280' height='208' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4E89A7;
  font-weight: 600;
  padding-top: 80px;
}
.product-head.indemand-head:before {
  background: none;
}
.product-head:before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
}
.product-head .product-img {
  width: 100%;
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-head .badge {
  position: absolute;
  bottom: -3px;
  left: -3px;
  z-index: 10;
}
.product-head .product-title {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 16px;
  margin-bottom: 0;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.product-item-content {
  cursor: pointer;
}
.product-cat {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #FB9E2E;
  font-weight: 600;
}
.product-price {
  margin-bottom: 0.75rem;
}
.product-price-mod {
  font-weight: 700;
  color: #FB9E2E;
  margin-left: 8px;
}
.product-body {
  margin-bottom: 1rem;
  flex-grow: 1;
  flex-basis: 0;
}
.product-body ul li, .product-body p {
  color: #414F62;
}
.product-body ul li {
  position: relative;
  padding-left: 24px;
}
.product-body ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7L8.63636 14L5 10' stroke='%23414F62' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.product-alert {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.product-alert:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.product-alert-success {
  color: #2DC545;
}
.product-alert-success:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9987 17.6663C14.2329 17.6663 17.6654 14.2339 17.6654 9.99967C17.6654 5.76549 14.2329 2.33301 9.9987 2.33301C5.76451 2.33301 2.33203 5.76549 2.33203 9.99967C2.33203 14.2339 5.76451 17.6663 9.9987 17.6663Z' fill='%232DC545' stroke='%232DC545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 6.66602L9.33333 12.9993L6 10.3327' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-warning {
  color: #FB9E2E;
}
.product-alert-warning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9296 16.4126C16.9728 16.4721 16.9972 16.543 16.9998 16.6162C17.0024 16.6895 16.983 16.7619 16.9441 16.8242C16.9053 16.8866 16.8486 16.9361 16.7814 16.9666C16.7142 16.997 16.6394 17.007 16.5665 16.9952H3.43349C3.36057 17.007 3.28578 16.997 3.21857 16.9666C3.15135 16.9361 3.09474 16.8866 3.05588 16.8242C3.01702 16.7619 2.99765 16.6895 3.00023 16.6162C3.00281 16.543 3.02721 16.4721 3.07036 16.4126L9.70648 3.24049C9.86801 2.91984 10.132 2.91984 10.2935 3.24049L16.9296 16.4126Z' stroke='%23FB9E2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12V8' stroke='%23FB9E2E' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_1555_19922' fill='white'%3E%3Cpath d='M9.96402 13C9.8335 13.0026 9.70479 13.0311 9.5854 13.084C9.46602 13.1369 9.35835 13.213 9.26868 13.3079C9.179 13.4029 9.10912 13.5147 9.0631 13.637C9.01709 13.7592 8.99586 13.8894 9.00067 14.02C9.01097 14.2828 9.12235 14.5315 9.31155 14.7141C9.50074 14.8968 9.75312 14.9992 10.016 15H10.036C10.1665 14.9974 10.2952 14.9689 10.4146 14.916C10.534 14.8631 10.6417 14.787 10.7313 14.6921C10.821 14.5971 10.8909 14.4853 10.9369 14.363C10.9829 14.2408 11.0041 14.1106 10.9993 13.98C10.9892 13.7199 10.88 13.4735 10.6942 13.2913C10.5085 13.1091 10.2601 13.0049 10 13H9.98001'/%3E%3C/mask%3E%3Cpath d='M9.98369 13.9998C10.5359 13.9889 10.9747 13.5325 10.9638 12.9803C10.953 12.4282 10.4965 11.9893 9.94436 12.0002L9.98369 13.9998ZM9.00067 14.02L8.00134 14.0568L8.00143 14.0592L9.00067 14.02ZM10.016 15L10.0128 16H10.016V15ZM10.036 15V16C10.0425 16 10.0491 15.9999 10.0556 15.9998L10.036 15ZM10.9993 13.98L11.9987 13.9432L11.9986 13.941L10.9993 13.98ZM10 13L10.0189 12.0002C10.0126 12.0001 10.0063 12 10 12V13ZM9.98001 12C9.42773 12 8.98001 12.4477 8.98001 13C8.98001 13.5523 9.42773 14 9.98001 14V12ZM9.94436 12.0002C9.68101 12.0054 9.42133 12.063 9.18049 12.1696L9.99031 13.9983C9.98824 13.9993 9.98599 13.9998 9.98369 13.9998L9.94436 12.0002ZM9.18049 12.1696C8.93966 12.2763 8.72251 12.4298 8.54167 12.6213L9.99568 13.9946C9.99419 13.9961 9.99237 13.9974 9.99031 13.9983L9.18049 12.1696ZM8.54167 12.6213C8.36083 12.8128 8.21995 13.0383 8.1272 13.2847L9.99901 13.9892C9.99829 13.9912 9.99717 13.993 9.99568 13.9946L8.54167 12.6213ZM8.1272 13.2847C8.03445 13.5312 7.99166 13.7936 8.00134 14.0568L9.99999 13.9832C10.0001 13.9853 9.99973 13.9873 9.99901 13.9892L8.1272 13.2847ZM8.00143 14.0592C8.02184 14.5795 8.24232 15.0719 8.61707 15.4337L10.006 13.9946C10.0024 13.9911 10.0001 13.9862 9.9999 13.9808L8.00143 14.0592ZM8.61707 15.4337C8.99183 15.7954 9.49188 15.9984 10.0128 16L10.0191 14C10.0144 14 10.0097 13.9981 10.006 13.9946L8.61707 15.4337ZM10.016 16H10.036V14H10.016V16ZM10.0556 15.9998C10.319 15.9946 10.5787 15.937 10.8195 15.8304L10.0097 14.0017C10.0118 14.0007 10.014 14.0002 10.0163 14.0002L10.0556 15.9998ZM10.8195 15.8304C11.0603 15.7237 11.2775 15.5702 11.4583 15.3787L10.0043 14.0054C10.0058 14.0039 10.0076 14.0026 10.0097 14.0017L10.8195 15.8304ZM11.4583 15.3787C11.6392 15.1872 11.78 14.9617 11.8728 14.7153L10.001 14.0108C10.0017 14.0088 10.0028 14.007 10.0043 14.0054L11.4583 15.3787ZM11.8728 14.7153C11.9656 14.4688 12.0083 14.2064 11.9987 13.9432L10 14.0168C9.99994 14.0147 10.0003 14.0127 10.001 14.0108L11.8728 14.7153ZM11.9986 13.941C11.9785 13.4261 11.7624 12.9382 11.3944 12.5773L9.99408 14.0053C9.99766 14.0088 9.99989 14.0137 10.0001 14.019L11.9986 13.941ZM11.3944 12.5773C11.0264 12.2164 10.5343 12.0099 10.0189 12.0002L9.98114 13.9998C9.98587 13.9999 9.99051 14.0018 9.99408 14.0053L11.3944 12.5773ZM10 12H9.98001V14H10V12Z' fill='%23FB9E2E' mask='url(%23path-3-inside-1_1555_19922)'/%3E%3C/svg%3E%0A");
}
.product-alert-info {
  color: #39ABEC;
}
.product-alert-info:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.2002H9.66662C9.75503 8.2002 9.83981 8.23531 9.90232 8.29783C9.96484 8.36034 9.99996 8.44512 9.99996 8.53353V12.8669C9.99996 13.0437 10.0702 13.2132 10.1952 13.3383C10.3202 13.4633 10.4898 13.5335 10.6666 13.5335H12.0001H8' stroke='%2339ABEC' stroke-width='1.5'/%3E%3Cpath d='M9.97788 5.2002C9.9127 5.20225 9.84858 5.21711 9.78922 5.24392C9.72985 5.27072 9.67643 5.30894 9.63204 5.35637C9.58764 5.40379 9.55315 5.45947 9.53056 5.5202C9.50797 5.58093 9.49773 5.64551 9.50042 5.71019C9.50506 5.84041 9.55991 5.96388 9.65365 6.05507C9.74739 6.14627 9.87284 6.19822 10.0041 6.2002H10.0222C10.0873 6.19787 10.1513 6.18284 10.2105 6.15594C10.2698 6.12905 10.3231 6.09082 10.3674 6.04346C10.4118 5.99609 10.4463 5.94051 10.469 5.87989C10.4917 5.81928 10.5021 5.75481 10.4997 5.69019C10.4956 5.56117 10.442 5.43857 10.3499 5.34748C10.2578 5.25639 10.134 5.2037 10.0041 5.2002' stroke='%2339ABEC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-alert-popular {
  color: #39ABEC;
}
.product-alert-popular:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='15' height='15' rx='1.5' fill='%2339ABEC' stroke='%2339ABEC'/%3E%3Cpath d='M11.4153 8.0445L11.4722 8.21556H11.6525H15.431C15.6746 8.21556 15.7743 8.52851 15.5756 8.66947L12.5291 10.8305L12.3781 10.9377L12.4366 11.1134L13.6066 14.6293C13.6829 14.8586 13.4218 15.0519 13.2247 14.9121L10.1446 12.7272L10 12.6246L9.85536 12.7272L6.77526 14.9121C6.57817 15.0519 6.3171 14.8586 6.3934 14.6293L7.56345 11.1134L7.62192 10.9377L7.47088 10.8305L4.4244 8.66947C4.22569 8.52851 4.32542 8.21556 4.56904 8.21556H8.34752H8.52781L8.58473 8.0445L9.76279 4.50453C9.83869 4.27645 10.1613 4.27645 10.2372 4.50453L11.4153 8.0445Z' fill='white' stroke='%2339ABEC' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.product-alert-early {
  color: #39ABEC;
}
.product-alert-early:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1646_3070)'%3E%3Cpath d='M0.625 19.375H19.375' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 14.375H2.5C2.33424 14.375 2.17527 14.4408 2.05806 14.5581C1.94085 14.6753 1.875 14.8342 1.875 15V19.375H5.625V15C5.625 14.8342 5.55915 14.6753 5.44194 14.5581C5.32473 14.4408 5.16576 14.375 5 14.375Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 8.125H8.75C8.58424 8.125 8.42527 8.19085 8.30806 8.30806C8.19085 8.42527 8.125 8.58424 8.125 8.75V19.375H11.875V8.75C11.875 8.58424 11.8092 8.42527 11.6919 8.30806C11.5747 8.19085 11.4158 8.125 11.25 8.125Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 10.625H15C14.8342 10.625 14.6753 10.6908 14.5581 10.8081C14.4408 10.9253 14.375 11.0842 14.375 11.25V19.375H18.125V11.25C18.125 11.0842 18.0592 10.9253 17.9419 10.8081C17.8247 10.6908 17.6658 10.625 17.5 10.625Z' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.375 4.375V0.625H15.625' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M19.1667 0.833334L15.1667 4.83333C14.9273 5.07272 14.6277 5.24282 14.2994 5.32557C13.9712 5.40832 13.6267 5.40064 13.3025 5.30333L8.545 4.03167C8.22719 3.94684 7.89267 3.94708 7.57498 4.03235C7.25729 4.11763 6.96761 4.28494 6.735 4.5175L1.875 9.3775' stroke='%2339ABEC' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1646_3070'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-alert-error {
  color: #EC1337;
}
.product-alert-error:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9296 16.4126C16.9728 16.4721 16.9972 16.543 16.9998 16.6162C17.0024 16.6895 16.983 16.7619 16.9441 16.8242C16.9053 16.8866 16.8486 16.9361 16.7814 16.9666C16.7142 16.997 16.6394 17.007 16.5665 16.9952H3.43349C3.36057 17.007 3.28578 16.997 3.21857 16.9666C3.15135 16.9361 3.09474 16.8866 3.05588 16.8242C3.01702 16.7619 2.99765 16.6895 3.00023 16.6162C3.00281 16.543 3.02721 16.4721 3.07036 16.4126L9.70648 3.24049C9.86801 2.91984 10.132 2.91984 10.2935 3.24049L16.9296 16.4126Z' stroke='%23EC1337' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12V8' stroke='%23EC1337' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cmask id='path-3-inside-1_1555_19922' fill='white'%3E%3Cpath d='M9.96402 13C9.8335 13.0026 9.70479 13.0311 9.5854 13.084C9.46602 13.1369 9.35835 13.213 9.26868 13.3079C9.179 13.4029 9.10912 13.5147 9.0631 13.637C9.01709 13.7592 8.99586 13.8894 9.00067 14.02C9.01097 14.2828 9.12235 14.5315 9.31155 14.7141C9.50074 14.8968 9.75312 14.9992 10.016 15H10.036C10.1665 14.9974 10.2952 14.9689 10.4146 14.916C10.534 14.8631 10.6417 14.787 10.7313 14.6921C10.821 14.5971 10.8909 14.4853 10.9369 14.363C10.9829 14.2408 11.0041 14.1106 10.9993 13.98C10.9892 13.7199 10.88 13.4735 10.6942 13.2913C10.5085 13.1091 10.2601 13.0049 10 13H9.98001'/%3E%3C/mask%3E%3Cpath d='M9.98369 13.9998C10.5359 13.9889 10.9747 13.5325 10.9638 12.9803C10.953 12.4282 10.4965 11.9893 9.94436 12.0002L9.98369 13.9998ZM9.00067 14.02L8.00134 14.0568L8.00143 14.0592L9.00067 14.02ZM10.016 15L10.0128 16H10.016V15ZM10.036 15V16C10.0425 16 10.0491 15.9999 10.0556 15.9998L10.036 15ZM10.9993 13.98L11.9987 13.9432L11.9986 13.941L10.9993 13.98ZM10 13L10.0189 12.0002C10.0126 12.0001 10.0063 12 10 12V13ZM9.98001 12C9.42773 12 8.98001 12.4477 8.98001 13C8.98001 13.5523 9.42773 14 9.98001 14V12ZM9.94436 12.0002C9.68101 12.0054 9.42133 12.063 9.18049 12.1696L9.99031 13.9983C9.98824 13.9993 9.98599 13.9998 9.98369 13.9998L9.94436 12.0002ZM9.18049 12.1696C8.93966 12.2763 8.72251 12.4298 8.54167 12.6213L9.99568 13.9946C9.99419 13.9961 9.99237 13.9974 9.99031 13.9983L9.18049 12.1696ZM8.54167 12.6213C8.36083 12.8128 8.21995 13.0383 8.1272 13.2847L9.99901 13.9892C9.99829 13.9912 9.99717 13.993 9.99568 13.9946L8.54167 12.6213ZM8.1272 13.2847C8.03445 13.5312 7.99166 13.7936 8.00134 14.0568L9.99999 13.9832C10.0001 13.9853 9.99973 13.9873 9.99901 13.9892L8.1272 13.2847ZM8.00143 14.0592C8.02184 14.5795 8.24232 15.0719 8.61707 15.4337L10.006 13.9946C10.0024 13.9911 10.0001 13.9862 9.9999 13.9808L8.00143 14.0592ZM8.61707 15.4337C8.99183 15.7954 9.49188 15.9984 10.0128 16L10.0191 14C10.0144 14 10.0097 13.9981 10.006 13.9946L8.61707 15.4337ZM10.016 16H10.036V14H10.016V16ZM10.0556 15.9998C10.319 15.9946 10.5787 15.937 10.8195 15.8304L10.0097 14.0017C10.0118 14.0007 10.014 14.0002 10.0163 14.0002L10.0556 15.9998ZM10.8195 15.8304C11.0603 15.7237 11.2775 15.5702 11.4583 15.3787L10.0043 14.0054C10.0058 14.0039 10.0076 14.0026 10.0097 14.0017L10.8195 15.8304ZM11.4583 15.3787C11.6392 15.1872 11.78 14.9617 11.8728 14.7153L10.001 14.0108C10.0017 14.0088 10.0028 14.007 10.0043 14.0054L11.4583 15.3787ZM11.8728 14.7153C11.9656 14.4688 12.0083 14.2064 11.9987 13.9432L10 14.0168C9.99994 14.0147 10.0003 14.0127 10.001 14.0108L11.8728 14.7153ZM11.9986 13.941C11.9785 13.4261 11.7624 12.9382 11.3944 12.5773L9.99408 14.0053C9.99766 14.0088 9.99989 14.0137 10.0001 14.019L11.9986 13.941ZM11.3944 12.5773C11.0264 12.2164 10.5343 12.0099 10.0189 12.0002L9.98114 13.9998C9.98587 13.9999 9.99051 14.0018 9.99408 14.0053L11.3944 12.5773ZM10 12H9.98001V14H10V12Z' fill='%23EC1337' mask='url(%23path-3-inside-1_1555_19922)'/%3E%3C/svg%3E%0A");
}
.product-alert-pause {
  color: #EC1337;
}
.product-alert-pause:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.332 18.75C15.1645 18.75 19.082 14.8325 19.082 10C19.082 5.16751 15.1645 1.25 10.332 1.25C5.49954 1.25 1.58203 5.16751 1.58203 10C1.58203 14.8325 5.49954 18.75 10.332 18.75Z' stroke='%23EC1337' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.45703 13.75V6.25' stroke='%23EC1337' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12.207 13.75V6.25' stroke='%23EC1337' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-menu {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 18px;
  padding: 16px;
  background-color: #FFFFFF;
  border: 1px solid #B9D2DF;
  border-radius: 0.375rem;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
}
.product-menu-toggle {
  position: relative;
}
.product-menu-item {
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 1rem;
  cursor: pointer;
}
.product-menu-item:last-child {
  margin-bottom: 0;
}
.product-menu-item:hover span, .product-menu-item:hover a {
  text-decoration: underline;
}
.product-menu-item .icon-left:before {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}
.product-menu-item.inactive {
  pointer-events: none;
}
.product-menu-item.inactive span, .product-menu-item.inactive a {
  color: #C9CCCF;
}
@-webkit-keyframes next-pulse {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(0, 0);
  }
}
@keyframes next-pulse {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(0, 0);
  }
}
.card-slider {
  position: relative;
  z-index: 10;
  margin: 0 -16px;
  /*&:after {
      position: absolute;
      z-index: 10;
      right: 0;
      top: 0;
      height: 100%;
      width: 80px;
      background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      content: '';
  }*/
}
.card-slider .splide__arrows .slider-fade {
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 80px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  transition: all 0.2s;
}
.card-slider .splide__arrows .slider-fade.slider-fade-left {
  left: 0;
  transform: rotate(180deg);
}
.card-slider .splide__arrows .slider-fade.slider-fade-right {
  right: 0;
}
.card-slider .splide__arrows .splide__arrow.splide__arrow--prev:disabled ~ .slider-fade.slider-fade-left,
.card-slider .splide__arrows .splide__arrow.splide__arrow--next:disabled ~ .slider-fade.slider-fade-right {
  opacity: 0;
  visibility: hidden;
}
.card-slider .splide__arrows .splide__arrow.splide__arrow--prev:disabled + .splide__arrow.splide__arrow--next:not(:disabled) {
  background-image: none;
}
.card-slider .splide__arrows .splide__arrow.splide__arrow--prev:disabled + .splide__arrow.splide__arrow--next:not(:disabled):before {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  -webkit-animation-name: next-pulse;
          animation-name: next-pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.card-slider .splide__arrows .splide-arrow-hide {
  display: none;
}
.card-slider .splide__arrows .splide__arrow.splide__arrow--prev:disabled + .splide__arrow.splide__arrow--next:disabled + .splide-arrow-hide {
  display: block;
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 11;
  width: 120px;
  height: 40px;
  background-color: #FFFFFF;
}
.card-slider .splide__arrow {
  top: -72px;
  left: auto;
  right: 64px;
  width: 56px;
  height: 40px;
  background-color: transparent;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8.10556 12.2602C8.07237 12.2275 8.0458 12.1875 8.0276 12.1426C8.00941 12.0978 8 12.0492 8 12C8 11.9508 8.00941 11.9022 8.0276 11.8574C8.0458 11.8125 8.07237 11.7725 8.10556 11.7398L16 4' stroke='%23212832' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  transform: none;
  border: 1px solid #B9D2DF;
}
@media only screen and (max-width: 1024px) {
  .card-slider .splide__arrow {
    width: 40px;
    height: 32px;
    top: -56px;
  }
}
.card-slider .splide__arrow--next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .card-slider .splide__arrow--next {
    right: 16px;
  }
}
.card-slider .splide__arrow:hover {
  background-color: #EDF3F8;
}
.card-slider .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card-slider .product-item {
  position: relative;
  width: initial;
  margin: 0 12px;
}
@media only screen and (max-width: 1024px) {
  .card-slider .product-item:last-child {
    padding-right: 16px;
  }
  .card-slider .product-item:last-child .product-head .product-img {
    height: 100%;
    width: 100%;
  }
}
.blue-bg .card-slider .splide__arrow {
  background-color: #E3EDF2;
}
.blue-bg .card-slider .splide-arrow-hide {
  background-color: #F4F8FB !important;
}
.card-list {
  margin: 0 -16px;
}
@media only screen and (max-width: 768px) {
  .card-list {
    margin: 0;
  }
}
.card-list .product-item {
  width: calc(25% - 32px);
  margin: 0 16px 72px;
}
@media only screen and (max-width: 1024px) {
  .card-list .product-item {
    width: calc(55% - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .card-list .product-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-grid {
  margin: 0 -16px 16px;
}
.product-grid-item {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
}
@media only screen and (max-width: 768px) {
  .product-grid-item {
    flex-direction: column;
  }
}
.product-grid-item-img {
  position: relative;
  width: 184px;
  height: 212px;
  overflow: hidden;
  margin-right: 24px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .product-grid-item-img {
    width: 156px;
    height: 177px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.product-grid-item-img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-grid-item-body {
  flex-grow: 1;
  flex-basis: 0;
}
.modal-product-details .modal-dialog .modal-body {
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  .modal-product-details .modal-dialog .modal-body {
    padding-bottom: 102px;
  }
}
.modal-product-details .modal-dialog .blue-box {
  overflow: visible;
}
.modal-product-details hr, .modal-product-details .divider {
  width: 100%;
}
.modal-product-details .product-selection {
  background: #F4F8FB;
  padding: 24px 16px;
  margin: 48px -16px;
}
/*.modal-dialog {
    .modal-body {
        .btn-group {
            &:last-child {
                @include mb-down($md) {
                    position: fixed;
                    z-index: 100;
                    left: 0;
                    width: 100%;
                    background-color: $white;
                    bottom: 0;
                    padding: 12px;
                }
            }
        }
    }
}*/
.product-details-slider {
  padding-bottom: 24px;
}
.product-details-slider .product-slider-details {
  margin-bottom: 24px;
}
.product-details-slider .product-slider-details .splide__pagination {
  display: block;
  counter-reset: slide-counter;
  position: absolute;
  right: 16px;
  padding: 0;
  bottom: -28px;
  left: auto;
}
.product-details-slider .product-slider-details .splide__pagination:after {
  content: "/" attr(data-count);
  color: #212832;
}
.product-details-slider .product-slider-details .splide__pagination .splide__pagination__page {
  position: absolute;
  right: 18px;
  top: -2px;
  background: none;
  border-radius: 0;
  width: 21px;
  height: 20px;
  text-align: right;
  margin: 0;
  transform: none;
  font-size: 1rem;
  opacity: 1;
}
.product-details-slider .product-slider-details .splide__pagination .splide__pagination__page:before {
  opacity: 0;
  visibility: hidden;
  content: counter(slide-counter);
  counter-increment: slide-counter;
  text-align: right;
  line-height: 1.5em;
}
.product-details-slider .product-slider-details .splide__pagination .splide__pagination__page.is-active:before {
  opacity: 1;
  visibility: visible;
  font-weight: 700;
  line-height: 1.5em;
}
.product-details-slider .product-slider-details .splide__slide {
  width: 100%;
}
.product-details-slider .product-slider-details .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.product-details-slider .product-slider-details .splide__arrow {
  background-color: #FFFFFF;
  width: 37px;
  height: 37px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .product-details-slider .product-slider-details .splide__arrow {
    display: none;
  }
}
.product-details-slider .product-slider-details .splide__arrow--prev {
  left: 0;
  border-radius: 0 4px 4px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8541 1.39014L1.61187 10.4514C1.57301 10.4896 1.5419 10.5365 1.5206 10.589C1.4993 10.6415 1.48828 10.6984 1.48828 10.756C1.48828 10.8135 1.4993 10.8704 1.5206 10.9229C1.5419 10.9755 1.57301 11.0224 1.61187 11.0606L10.8541 20.1218' stroke='%23212832' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 12px 21px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-details-slider .product-slider-details .splide__arrow--next {
  right: 0;
  border-radius: 4px 0 0 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14587 1.39014L10.3881 10.4514C10.427 10.4896 10.4581 10.5365 10.4794 10.589C10.5007 10.6415 10.5117 10.6984 10.5117 10.756C10.5117 10.8135 10.5007 10.8704 10.4794 10.9229C10.4581 10.9755 10.427 11.0224 10.3881 11.0606L1.14587 20.1218' stroke='%23212832' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 12px 21px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-details-desc .product-body ul {
  color: #747981;
}
.blue-box {
  padding: 14px;
  border-radius: 12px;
  background-color: #EDF3F7;
  border: 1px solid #B9D2DF;
  overflow: hidden;
}
.blue-box .form-group:last-child {
  padding-bottom: 0;
}
.blue-box .darkblue-bottom {
  background-color: #E3EDF2;
  border-top: 1px solid #B9D2DF;
  padding: 16px;
  margin: 0 -14px -14px;
}
.blue-box .divider-fw {
  width: calc(100% + 28px);
  margin-left: -14px;
}
.blue-box .form-row {
  flex-direction: row;
}
.blue-box .form-row-radios .form-radio {
  flex-grow: initial;
  flex-basis: initial;
  margin-right: 16px;
}
.blue-box .form-row-radios .form-radio:last-child {
  margin-right: 0;
}
.blue-box .result-list {
  max-height: 260px;
  overflow-y: auto;
}
.cart-item-img {
  width: 96px;
  margin-right: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.cart-item-img img {
  width: 100%;
  height: auto;
}
.cart-item-info {
  flex-grow: 1;
  flex-basis: 0;
}
.cart-item-price > div {
  margin-right: 8px;
  white-space: nowrap;
}
.cart-item-piece .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-item-piece-price {
  margin-right: auto;
  margin-left: 12px;
}
.share {
  background-color: #EDF3F7;
  padding: 24px 32px;
  margin: 16px -16px 0;
}
.share .share-inner {
  display: flex;
}
.share .share-inner .share-icon {
  margin-right: 17px;
}
.share .share-inner .share-text {
  font-size: 18px;
  font-weight: bold;
  color: #4E89A7;
}
.summary-row {
  margin-bottom: 16px;
}
.summary-row-seed {
  width: calc(100% + 32px);
  margin-left: -16px;
  background-color: rgba(71, 208, 190, 0.08);
  border-top: 1px solid #B9D2DF;
  border-bottom: 1px solid #B9D2DF;
  padding: 16px;
}
.summary-data .flex > div, .summary-data .sub-nav .nav-alert > div, .sub-nav .summary-data .nav-alert > div, .summary-data .sub-nav > div, .summary-data .has-note > div, .summary-data .nav > div, .summary-data .header-center > div, .summary-data .header-left > div, .summary-data .header-ce > div, .summary-data .header .wrapper > div, .header .summary-data .wrapper > div, .summary-data .row > div, .summary-data .summary-all > div, .summary-data .flatpickr-calendar .flatpickr-current-month > div, .flatpickr-calendar .summary-data .flatpickr-current-month > div, .summary-data .list-col-2 > div, .summary-data .input-ext > div, .summary-data .input-ext-label > div, .summary-data .form-row > div, .summary-data .input-tag > div, .summary-data .form-check label > div, .form-check .summary-data label > div,
.summary-data .form-radio label > div,
.form-radio .summary-data label > div,
.summary-data .form-switch label > div,
.form-switch .summary-data label > div, .summary-data .form-switch label .item-label > div, .form-switch label .summary-data .item-label > div, .summary-data .uploader-box-inner > div, .summary-data .uploader-box .uploader-item-body > div, .uploader-box .summary-data .uploader-item-body > div, .summary-data .uploader-box .uploader-img-info > div, .uploader-box .summary-data .uploader-img-info > div, .summary-data .select-box-value > div, .summary-data .modal > div, .summary-data .alert > div, .summary-data .box > div, .summary-data .stickers > div, .summary-data .process-list .process-status > div, .process-list .summary-data .process-status > div, .summary-data .table-row > div, .summary-data .tc-table .tc-row > div, .tc-table .summary-data .tc-row > div, .summary-data .progress > div, .summary-data .tabs-nav > div, .summary-data .control-label-group > div, .summary-data .error-page-503 > div, .summary-data .messages .messages-footer > div, .messages .summary-data .messages-footer > div, .summary-data .messages .messages-options > div, .messages .summary-data .messages-options > div, .summary-data .messages .message-date > div, .messages .summary-data .message-date > div, .summary-data .finance-top > div, .summary-data .transactions-list-row > div, .summary-data .index-slider .wrapper > div, .index-slider .summary-data .wrapper > div, .summary-data .ce-main > div, .summary-data .ce-control-nav > div, .summary-data .product-page-head .wrapper > div, .product-page-head .summary-data .wrapper > div, .summary-data .product-slider-info-label > div, .summary-data .product-slider-alert-label > div, .summary-data .product-slider-label > div, .summary-data .product-page-sub > div, .summary-data .product-interact > div, .summary-data .product-interact .product-share-options > div, .product-interact .summary-data .product-share-options > div, .summary-data .product-page-rating > div, .summary-data .rating-stars > div, .summary-data .product-page-alert > div, .summary-data .product-details .product-sticky-footer > div, .product-details .summary-data .product-sticky-footer > div, .summary-data .brancs-pros > div, .summary-data .brancs-pros-item > div, .summary-data .ce-preview-head > div, .summary-data .view-switcher > div, .summary-data .list-head > div, .summary-data .list-filter-block > div, .summary-data .list-filter-mobile > div, .summary-data .list-filter-mobile-btn > div, .summary-data .list-filter .list-filter-type > div, .list-filter .summary-data .list-filter-type > div,
.summary-data .list-filter .list-filter-sort > div,
.list-filter .summary-data .list-filter-sort > div, .summary-data .campaign-promo > div, .summary-data .campaign-promo .btn-group > div, .campaign-promo .summary-data .btn-group > div, .summary-data .pagination > div, .summary-data .pagination ul > div, .pagination .summary-data ul > div, .summary-data .order-actions > div, .summary-data .main-hero .wrapper > div, .main-hero .summary-data .wrapper > div, .summary-data .static-grid > div, .summary-data .static-grid-item > div, .summary-data .static-belief > div, .summary-data .mini-boxes > div, .summary-data .mini-boxes .mini-box > div, .mini-boxes .summary-data .mini-box > div, .summary-data .about-grid > div, .summary-data .about-grid .about-item > div, .about-grid .summary-data .about-item > div, .summary-data .about-double > div, .summary-data .about-double-photos > div, .summary-data .static-career-1 > div, .summary-data .enlist-hero > div, .summary-data .enlist-story > div, .summary-data .product-list > div, .summary-data .product-item > div, .summary-data .product-price > div, .summary-data .product-footer > div, .summary-data .card-list > div, .summary-data .product-grid > div, .summary-data .product-grid-item > div, .summary-data .cart-item-top > div, .summary-data .cart-item-price > div, .summary-data .cart-item-piece > div, .summary-data .summary-row > div, .summary-data .summary-data > div {
  margin-right: 8px;
}
.summary-val div {
  white-space: nowrap;
}
.summary-all .display-1, .summary-all figure figcaption, figure .summary-all figcaption, .summary-all .input-ext-unit, .summary-all .input-ext-label, .summary-all .input-ext-btn, .summary-all .input-tag-item, .summary-all .sortable-text, .summary-all .ce-block__content h3, .ce-block__content .summary-all h3, .summary-all .ce-block__content h4, .ce-block__content .summary-all h4, .summary-all .ce-block__content h5, .ce-block__content .summary-all h5, .summary-all .ce-block__content h6, .ce-block__content .summary-all h6, .summary-all .cdx-quote__caption, .summary-all .tc-table .tc-cell[heading], .tc-table .summary-all .tc-cell[heading], .summary-all .ce-side h3, .ce-side .summary-all h3, .summary-all .helper-box .accordion-head h1, .helper-box .accordion-head .summary-all h1, .summary-all .content-nav li a, .content-nav li .summary-all a, .summary-all .content-nav li span, .content-nav li .summary-all span, .summary-all .static-grid-text, .summary-all .tiny-grid .flex .item-text, .summary-all .tiny-grid .sub-nav .nav-alert .item-text, .sub-nav .summary-all .tiny-grid .nav-alert .item-text, .summary-all .tiny-grid .sub-nav .item-text, .summary-all .tiny-grid .has-note .item-text, .summary-all .tiny-grid .nav .item-text, .summary-all .tiny-grid .header-center .item-text, .summary-all .tiny-grid .header-left .item-text, .summary-all .tiny-grid .header-ce .item-text, .summary-all .tiny-grid .header .wrapper .item-text, .header .summary-all .tiny-grid .wrapper .item-text, .summary-all .tiny-grid .row .item-text, .tiny-grid .flex .summary-all .item-text, .tiny-grid .sub-nav .nav-alert .summary-all .item-text, .sub-nav .tiny-grid .nav-alert .summary-all .item-text, .tiny-grid .sub-nav .summary-all .item-text, .tiny-grid .has-note .summary-all .item-text, .tiny-grid .nav .summary-all .item-text, .tiny-grid .header-center .summary-all .item-text, .tiny-grid .header-left .summary-all .item-text, .tiny-grid .header-ce .summary-all .item-text, .tiny-grid .header .wrapper .summary-all .item-text, .header .tiny-grid .wrapper .summary-all .item-text, .tiny-grid .row .summary-all .item-text, .summary-all .tiny-grid .flatpickr-calendar .flatpickr-current-month .item-text, .tiny-grid .flatpickr-calendar .flatpickr-current-month .summary-all .item-text, .summary-all .flatpickr-calendar .tiny-grid .flatpickr-current-month .item-text, .flatpickr-calendar .tiny-grid .flatpickr-current-month .summary-all .item-text, .summary-all .tiny-grid .list-col-2 .item-text, .tiny-grid .list-col-2 .summary-all .item-text, .summary-all .tiny-grid .input-ext .item-text, .tiny-grid .input-ext .summary-all .item-text, .summary-all .tiny-grid .input-ext-label .item-text, .tiny-grid .input-ext-label .summary-all .item-text, .summary-all .tiny-grid .form-row .item-text, .tiny-grid .form-row .summary-all .item-text, .summary-all .tiny-grid .input-tag .item-text, .tiny-grid .input-tag .summary-all .item-text, .summary-all .tiny-grid .form-check label .item-text, .tiny-grid .form-check label .summary-all .item-text, .summary-all .form-check .tiny-grid label .item-text, .form-check .tiny-grid label .summary-all .item-text,
.summary-all .tiny-grid .form-radio label .item-text,
.tiny-grid .form-radio label .summary-all .item-text,
.summary-all .form-radio .tiny-grid label .item-text,
.form-radio .tiny-grid label .summary-all .item-text,
.summary-all .tiny-grid .form-switch label .item-text,
.tiny-grid .form-switch label .summary-all .item-text,
.summary-all .form-switch .tiny-grid label .item-text,
.form-switch .tiny-grid label .summary-all .item-text, .summary-all .form-switch label .tiny-grid .item-label .item-text, .form-switch label .tiny-grid .item-label .summary-all .item-text, .summary-all .tiny-grid .uploader-box-inner .item-text, .tiny-grid .uploader-box-inner .summary-all .item-text, .summary-all .tiny-grid .uploader-box .uploader-item-body .item-text, .tiny-grid .uploader-box .uploader-item-body .summary-all .item-text, .summary-all .uploader-box .tiny-grid .uploader-item-body .item-text, .uploader-box .tiny-grid .uploader-item-body .summary-all .item-text, .summary-all .tiny-grid .uploader-box .uploader-img-info .item-text, .tiny-grid .uploader-box .uploader-img-info .summary-all .item-text, .summary-all .uploader-box .tiny-grid .uploader-img-info .item-text, .uploader-box .tiny-grid .uploader-img-info .summary-all .item-text, .summary-all .tiny-grid .select-box-value .item-text, .tiny-grid .select-box-value .summary-all .item-text, .summary-all .tiny-grid .modal .item-text, .tiny-grid .modal .summary-all .item-text, .summary-all .tiny-grid .alert .item-text, .tiny-grid .alert .summary-all .item-text, .summary-all .tiny-grid .box .item-text, .tiny-grid .box .summary-all .item-text, .summary-all .tiny-grid .stickers .item-text, .tiny-grid .stickers .summary-all .item-text, .summary-all .tiny-grid .process-list .process-status .item-text, .tiny-grid .process-list .process-status .summary-all .item-text, .summary-all .process-list .tiny-grid .process-status .item-text, .process-list .tiny-grid .process-status .summary-all .item-text, .summary-all .tiny-grid .table-row .item-text, .tiny-grid .table-row .summary-all .item-text, .summary-all .tiny-grid .tc-table .tc-row .item-text, .tiny-grid .tc-table .tc-row .summary-all .item-text, .summary-all .tc-table .tiny-grid .tc-row .item-text, .tc-table .tiny-grid .tc-row .summary-all .item-text, .summary-all .tiny-grid .progress .item-text, .tiny-grid .progress .summary-all .item-text, .summary-all .tiny-grid .tabs-nav .item-text, .tiny-grid .tabs-nav .summary-all .item-text, .summary-all .tiny-grid .control-label-group .item-text, .tiny-grid .control-label-group .summary-all .item-text, .summary-all .tiny-grid .error-page-503 .item-text, .tiny-grid .error-page-503 .summary-all .item-text, .summary-all .tiny-grid .messages .messages-footer .item-text, .tiny-grid .messages .messages-footer .summary-all .item-text, .summary-all .messages .tiny-grid .messages-footer .item-text, .messages .tiny-grid .messages-footer .summary-all .item-text, .summary-all .tiny-grid .messages .messages-options .item-text, .tiny-grid .messages .messages-options .summary-all .item-text, .summary-all .messages .tiny-grid .messages-options .item-text, .messages .tiny-grid .messages-options .summary-all .item-text, .summary-all .tiny-grid .messages .message-date .item-text, .tiny-grid .messages .message-date .summary-all .item-text, .summary-all .messages .tiny-grid .message-date .item-text, .messages .tiny-grid .message-date .summary-all .item-text, .summary-all .tiny-grid .finance-top .item-text, .tiny-grid .finance-top .summary-all .item-text, .summary-all .tiny-grid .transactions-list-row .item-text, .tiny-grid .transactions-list-row .summary-all .item-text, .summary-all .tiny-grid .index-slider .wrapper .item-text, .tiny-grid .index-slider .wrapper .summary-all .item-text, .summary-all .index-slider .tiny-grid .wrapper .item-text, .index-slider .tiny-grid .wrapper .summary-all .item-text, .summary-all .tiny-grid .ce-main .item-text, .tiny-grid .ce-main .summary-all .item-text, .summary-all .tiny-grid .ce-control-nav .item-text, .tiny-grid .ce-control-nav .summary-all .item-text, .summary-all .tiny-grid .product-page-head .wrapper .item-text, .tiny-grid .product-page-head .wrapper .summary-all .item-text, .summary-all .product-page-head .tiny-grid .wrapper .item-text, .product-page-head .tiny-grid .wrapper .summary-all .item-text, .summary-all .tiny-grid .product-slider-info-label .item-text, .tiny-grid .product-slider-info-label .summary-all .item-text, .summary-all .tiny-grid .product-slider-alert-label .item-text, .tiny-grid .product-slider-alert-label .summary-all .item-text, .summary-all .tiny-grid .product-slider-label .item-text, .tiny-grid .product-slider-label .summary-all .item-text, .summary-all .tiny-grid .product-page-sub .item-text, .tiny-grid .product-page-sub .summary-all .item-text, .summary-all .tiny-grid .product-interact .item-text, .tiny-grid .product-interact .summary-all .item-text, .summary-all .product-interact .tiny-grid .product-share-options .item-text, .product-interact .tiny-grid .product-share-options .summary-all .item-text, .summary-all .tiny-grid .product-page-rating .item-text, .tiny-grid .product-page-rating .summary-all .item-text, .summary-all .tiny-grid .rating-stars .item-text, .tiny-grid .rating-stars .summary-all .item-text, .summary-all .tiny-grid .product-page-alert .item-text, .tiny-grid .product-page-alert .summary-all .item-text, .summary-all .tiny-grid .product-details .product-sticky-footer .item-text, .tiny-grid .product-details .product-sticky-footer .summary-all .item-text, .summary-all .product-details .tiny-grid .product-sticky-footer .item-text, .product-details .tiny-grid .product-sticky-footer .summary-all .item-text, .summary-all .tiny-grid .brancs-pros .item-text, .tiny-grid .brancs-pros .summary-all .item-text, .summary-all .tiny-grid .brancs-pros-item .item-text, .tiny-grid .brancs-pros-item .summary-all .item-text, .summary-all .tiny-grid .ce-preview-head .item-text, .tiny-grid .ce-preview-head .summary-all .item-text, .summary-all .tiny-grid .view-switcher .item-text, .tiny-grid .view-switcher .summary-all .item-text, .summary-all .tiny-grid .list-head .item-text, .tiny-grid .list-head .summary-all .item-text, .summary-all .tiny-grid .list-filter-block .item-text, .tiny-grid .list-filter-block .summary-all .item-text, .summary-all .tiny-grid .list-filter-mobile .item-text, .tiny-grid .list-filter-mobile .summary-all .item-text, .summary-all .tiny-grid .list-filter-mobile-btn .item-text, .tiny-grid .list-filter-mobile-btn .summary-all .item-text, .summary-all .tiny-grid .list-filter .list-filter-type .item-text, .tiny-grid .list-filter .list-filter-type .summary-all .item-text, .summary-all .list-filter .tiny-grid .list-filter-type .item-text, .list-filter .tiny-grid .list-filter-type .summary-all .item-text,
.summary-all .tiny-grid .list-filter .list-filter-sort .item-text,
.tiny-grid .list-filter .list-filter-sort .summary-all .item-text,
.summary-all .list-filter .tiny-grid .list-filter-sort .item-text,
.list-filter .tiny-grid .list-filter-sort .summary-all .item-text, .summary-all .tiny-grid .campaign-promo .item-text, .tiny-grid .campaign-promo .summary-all .item-text, .summary-all .campaign-promo .tiny-grid .btn-group .item-text, .campaign-promo .tiny-grid .btn-group .summary-all .item-text, .summary-all .tiny-grid .pagination .item-text, .tiny-grid .pagination .summary-all .item-text, .summary-all .pagination .tiny-grid ul .item-text, .pagination .tiny-grid ul .summary-all .item-text, .summary-all .tiny-grid .order-actions .item-text, .tiny-grid .order-actions .summary-all .item-text, .summary-all .tiny-grid .main-hero .wrapper .item-text, .tiny-grid .main-hero .wrapper .summary-all .item-text, .summary-all .main-hero .tiny-grid .wrapper .item-text, .main-hero .tiny-grid .wrapper .summary-all .item-text, .summary-all .tiny-grid .static-grid .item-text, .tiny-grid .static-grid .summary-all .item-text, .summary-all .tiny-grid .static-grid-item .item-text, .tiny-grid .static-grid-item .summary-all .item-text, .summary-all .tiny-grid .static-belief .item-text, .tiny-grid .static-belief .summary-all .item-text, .summary-all .tiny-grid .mini-boxes .item-text, .tiny-grid .mini-boxes .summary-all .item-text, .summary-all .mini-boxes .tiny-grid .mini-box .item-text, .mini-boxes .tiny-grid .mini-box .summary-all .item-text, .summary-all .tiny-grid .about-grid .item-text, .tiny-grid .about-grid .summary-all .item-text, .summary-all .about-grid .tiny-grid .about-item .item-text, .about-grid .tiny-grid .about-item .summary-all .item-text, .summary-all .tiny-grid .about-double .item-text, .tiny-grid .about-double .summary-all .item-text, .summary-all .tiny-grid .about-double-photos .item-text, .tiny-grid .about-double-photos .summary-all .item-text, .summary-all .tiny-grid .static-career-1 .item-text, .tiny-grid .static-career-1 .summary-all .item-text, .summary-all .tiny-grid .enlist-hero .item-text, .tiny-grid .enlist-hero .summary-all .item-text, .summary-all .tiny-grid .enlist-story .item-text, .tiny-grid .enlist-story .summary-all .item-text, .summary-all .tiny-grid .product-list .item-text, .tiny-grid .product-list .summary-all .item-text, .summary-all .tiny-grid .product-item .item-text, .tiny-grid .product-item .summary-all .item-text, .summary-all .tiny-grid .product-price .item-text, .tiny-grid .product-price .summary-all .item-text, .summary-all .tiny-grid .product-footer .item-text, .tiny-grid .product-footer .summary-all .item-text, .summary-all .tiny-grid .card-list .item-text, .tiny-grid .card-list .summary-all .item-text, .summary-all .tiny-grid .product-grid .item-text, .tiny-grid .product-grid .summary-all .item-text, .summary-all .tiny-grid .product-grid-item .item-text, .tiny-grid .product-grid-item .summary-all .item-text, .summary-all .tiny-grid .cart-item-top .item-text, .tiny-grid .cart-item-top .summary-all .item-text, .summary-all .tiny-grid .cart-item-price .item-text, .tiny-grid .cart-item-price .summary-all .item-text, .summary-all .tiny-grid .cart-item-piece .item-text, .tiny-grid .cart-item-piece .summary-all .item-text, .summary-all .tiny-grid .summary-row .item-text, .tiny-grid .summary-row .summary-all .item-text, .summary-all .tiny-grid .summary-data .item-text, .tiny-grid .summary-data .summary-all .item-text, .tiny-grid .summary-all .item-text {
  margin-right: 8px;
}
.empty-cart {
  text-align: center;
  padding: 24px;
}
/*
This file is used to contain all component imports.
Files inside this folder can contain specific element styles and layout. 
*/
.wrapper {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  .wrapper {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper-flex {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-flex {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper-narrow {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  .wrapper-narrow {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (max-width: 1024px) {
  .row {
    flex-direction: column;
  }
}
.row .col {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 1rem;
}
@media only screen and (max-width: 1024px) {
  .row .col {
    margin: 1.5rem 1rem;
  }
}
.row.divided .col {
  border-right: 1px solid #B9D2DF;
  padding-right: 32px;
}
@media only screen and (max-width: 1024px) {
  .row.divided .col {
    border: none;
    padding-right: 0;
  }
}
.row.divided .col:last-child {
  border: none;
  padding-right: 0;
}
form .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
form .row .col {
  margin: 0 0.25rem;
}
.header {
  position: absolute;
  z-index: 12;
  width: 100%;
  /*position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;*/
  padding: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 1rem 0;
  }
}
.header-ce {
  position: relative;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .header-ce {
    padding: 16px;
  }
  .header-ce .user-nav-m-toggle {
    position: relative;
    top: -18px;
  }
}
.header .logo {
  display: inline-block;
  width: 225px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    width: 143px;
    height: 20px;
  }
}
.header-left {
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .header-left {
    padding-left: 0;
  }
}
.header-center {
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1024px) {
  .header-center {
    flex-grow: initial;
    flex-basis: initial;
    order: 3;
    width: 100%;
    margin: 1.5rem 0;
  }
}
.header-center .h3 {
  color: #FFFFFF;
}
.header-center .stickers {
  margin-top: 0.5rem;
}
.header-link {
  display: inline-block;
  color: #C9CCCF;
  font-size: 0.875rem;
  text-decoration: underline;
  margin: 0.75rem 0;
}
@media only screen and (max-width: 1024px) {
  body.product-page .header {
    position: relative;
  }
}
.footer {
  background-color: #212832;
  color: #FFFFFF;
  max-width: 100%;
  overflow: hidden;
  padding: 64px 0 80px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}
.footer .wrapper {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .wrapper {
    padding-top: 40px;
    padding-bottom: 112px;
  }
  .footer-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-body > .item {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 360px;
}
@media only screen and (max-width: 1024px) {
  .footer-body > .item {
    min-height: auto;
    padding: 0 16px;
  }
}
.footer-body > .item:first-child {
  max-width: 472px;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #49586F;
  margin-top: -100px;
}
@media only screen and (max-width: 1280px) {
  .footer-body > .item:first-child {
    padding-right: 44px;
    margin-right: 43px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-body > .item:first-child {
    padding-right: 32px;
    margin-right: 0;
    border: none;
    margin-bottom: 36px;
    margin-top: 0;
  }
}
.footer-body > .item:last-child {
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .footer-body > .item:last-child {
    flex-grow: initial;
    flex-basis: initial;
  }
}
.footer .logo {
  display: inline-block;
  width: 225px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer .logo {
    width: 143px;
    height: 20px;
  }
}
.footer-newsletter {
  margin-bottom: 20px;
}
.footer-newsletter .newsletter-inputs {
  align-items: center;
  margin-bottom: 10px;
}
.footer-newsletter input[type=text] {
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 6px;
  font-size: 12px;
  width: 50%;
  margin-right: 10px;
}
.footer-newsletter input[type=text]::-moz-placeholder {
  font-size: 12px;
}
.footer-newsletter input[type=text]:-ms-input-placeholder {
  font-size: 12px;
}
.footer-newsletter input[type=text]::placeholder {
  font-size: 12px;
}
.footer-newsletter .form-msg-error {
  display: block;
}
.footer-newsletter label {
  font-weight: 400;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .footer-links {
    display: block;
  }
  .footer-links li {
    margin-left: 0;
    margin-bottom: 6px;
  }
}
.footer-links li {
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .footer-links li {
    margin-left: 0px;
  }
}
.footer-links li:first-child {
  margin-left: 0;
}
.footer-links li a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
}
.footer .payment-strip {
  width: 216px;
  height: 22px;
  background: url("../img/payment-strip.svg") no-repeat;
  background-size: contain;
}
.footer .footer-social {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-social {
    bottom: -30px;
    position: static;
    margin-left: 20px;
    margin-top: 26px;
  }
}
.footer .footer-social li {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  padding-top: 6px;
}
.footer .footer-social li a {
  color: #fff;
}
.footer .footer-legal {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .footer .footer-legal {
    left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-legal {
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
  }
}
.footer .legal-links {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .legal-links {
    position: relative;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-lists > .item {
    padding-left: 32px;
  }
  .footer-lists > .item:first-child {
    padding-left: 0;
  }
}
.footer-lists-list.column-count-2 {
  height: 164px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 112px;
       column-gap: 112px;
}
@media only screen and (max-width: 1280px) {
  .footer-lists-list.column-count-2 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-lists-list.column-count-2 {
    height: auto;
    -moz-column-count: initial;
         column-count: initial;
    -moz-column-gap: initial;
         column-gap: initial;
  }
}
.footer-lists .item ul li {
  margin-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .footer-lists .item ul li {
    white-space: normal;
  }
}
.footer .who-we-are-block .footer-links li {
  margin-left: 0;
}
.footer .who-we-are-block .legal-links li a {
  font-weight: normal;
}
.footer .who-we-are-block li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .footer .who-we-are-block li {
    margin-bottom: 10px;
  }
}
.footer .subscribe-container {
  padding: 0;
}
.nav-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.nav-item .nav-link {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-item .nav-link:hover {
  text-decoration: none;
}
.nav-item .nav-link.icon-search {
  font-size: 0;
}
.nav-item-has-children {
  position: relative;
}
.nav-item-has-children > .nav-link:after {
  margin-left: 0;
}
.nav-item-has-children.opened .sub-nav {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media only screen and (max-width: 1024px) {
  .nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 13;
    left: 8px;
    top: 56px;
    background-color: #FFFFFF;
    padding: 8px 16px 0;
    width: 304px;
    border-radius: 0.5rem;
    transition: all 0.3s;
    filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.25));
  }
  .nav > .nav-item {
    border-bottom: 1px solid #B9D2DF;
  }
  .nav > .nav-item.nav-item-bordered {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .nav > .nav-item:last-child {
    border: none;
  }
  .nav > .nav-item > .nav-link {
    text-transform: uppercase;
    padding: 16px 0;
  }
  .nav .nav-item {
    padding: 0;
    width: 100%;
  }
  .nav .nav-item .nav-link {
    color: #212832;
  }
  .nav .nav-item .nav-link.icon-search {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
  }
  .nav .nav-item-has-children > .nav-link:after {
    display: none;
  }
  .nav .nav-item-has-children .sub-nav {
    position: static;
    padding: 0 0 8px;
    min-width: initial;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
    filter: none;
  }
  .nav .nav-item-has-children .sub-nav:before {
    display: none;
  }
  .nav .nav-item-has-children .sub-nav .nav-item {
    padding: 0;
  }
}
.note-label {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 2px 8px;
  margin-left: 0.25rem;
}
.note-label-red {
  background-color: #EC1337;
}
.note-label-grey {
  background-color: #B9D2DF;
}
.sub-nav {
  opacity: 0;
  visibility: hidden;
  min-width: 264px;
  position: absolute;
  z-index: 21;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: 0.2s all;
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.25));
}
.sub-nav:before {
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  width: 24px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='11' viewBox='0 0 24 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.17157 1.82843L0 11H24L14.8284 1.82843C13.2663 0.26633 10.7337 0.266332 9.17157 1.82843Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.sub-nav .nav-item .nav-link {
  color: #454B53;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  cursor: pointer;
}
.sub-nav .nav-item .nav-link.text-grey {
  color: #747981;
}
.sub-nav .nav-item-bordered {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #B9D2DF;
}
@media only screen and (max-width: 1024px) {
  .sub-nav .nav-item-bordered {
    border-top: none;
  }
}
.sub-nav .nav-alert {
  color: #747981;
  padding-left: 36px;
}
.sub-nav .nav-alert:before {
  margin-left: auto;
}
.sub-nav .btn {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sub-nav .icon-left:before {
  margin-right: 0.75rem;
}
.user-nav > .nav-item {
  padding: 0 0.5rem;
}
.user-nav > .nav-item-has-children > .nav-link:after {
  display: none;
}
.user-nav > .nav-item-has-children .sub-nav {
  left: auto;
  right: 0;
  transform: none;
  min-width: auto;
  width: 296px;
}
.user-nav > .nav-item-has-children .sub-nav:before {
  position: absolute;
  left: auto;
  right: 24px;
  transform: none;
}
.user-nav > .nav-item-has-children .sub-nav .btn {
  width: calc(100% - 36px);
  margin-left: 36px;
}
@media only screen and (max-width: 1024px) {
  .user-nav {
    display: none;
    position: absolute;
    z-index: 12;
    right: 8px;
    left: auto;
    top: 56px;
    min-width: initial;
    width: 304px;
    transform: none;
    transition: all 0.3s;
    filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.25));
  }
  .user-nav > .nav-item > .btn.icon-more {
    margin: 1rem 0;
    width: 100%;
  }
  .user-nav > .nav-item-has-children > .nav-link {
    display: none;
  }
  .user-nav > .nav-item-has-children .sub-nav {
    width: 100%;
  }
  .user-nav > .nav-item-has-children .sub-nav .nav-item.nav-item-bordered {
    padding: 8px 0 0;
    margin-top: 8px;
  }
  .user-nav > .nav-item-has-children .sub-nav .nav-alert {
    margin-bottom: 8px;
  }
  .user-nav.user-nav-open > .nav-item:first-child {
    display: none;
  }
  .user-nav.user-nav-open > .nav-item .sub-nav .nav-item-bordered {
    border-top: 1px solid #B9D2DF;
  }
  .user-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .user-nav .nav-item:first-child .nav-link {
    position: relative;
    text-transform: initial;
    text-decoration: none;
    padding-left: 36px;
    align-items: center;
  }
  .user-nav .nav-item:first-child .nav-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20.75L9.25 20.75L9.25 19.25L10 19.25L10 20.75ZM10 4.75L9.25 4.75L9.25 3.25L10 3.25L10 4.75ZM10 19.25L20.8 19.25L20.8 20.75L10 20.75L10 19.25ZM20.8 19.25C20.8677 19.25 20.9695 19.2185 21.07 19.0967L22.2271 20.0513C21.8775 20.475 21.3688 20.75 20.8 20.75L20.8 19.25ZM21.07 19.0967C21.1739 18.9708 21.25 18.774 21.25 18.5455L22.75 18.5455C22.75 19.0885 22.5733 19.6316 22.2271 20.0513L21.07 19.0967ZM21.25 18.5455L21.25 5.45455L22.75 5.45454L22.75 18.5455L21.25 18.5455ZM21.25 5.45455C21.25 5.226 21.1739 5.02922 21.07 4.90331L22.2271 3.94874C22.5733 4.3684 22.75 4.91155 22.75 5.45454L21.25 5.45455ZM21.07 4.90331C20.9695 4.78152 20.8677 4.75 20.8 4.75L20.8 3.25C21.3688 3.25 21.8775 3.52497 22.2271 3.94874L21.07 4.90331ZM20.8 4.75L10 4.75L10 3.25L20.8 3.25L20.8 4.75Z' fill='%2347D0BE'/%3E%3Cpath d='M13.5 12L2.5 12' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M9.5 8L13.5 12L9.5 16' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .user-nav:before {
    display: none;
  }
}
.my-campaign {
  margin: 12px 0 6px;
  padding: 0 0 4px;
  padding-left: 12px;
  border-left: 2px solid #47D0BE;
}
.my-campaign-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.my-campaign .stickers {
  margin: 0 -0.25rem -0.375rem;
}
.my-campaign .stickers .sticker {
  padding: 0.125rem 0.5rem;
}
.my-campaign-link {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: underline;
}
.my-campaign + .my-campaign {
  margin-top: 16px;
}
.nav-new-campaign {
  font-size: 14px;
  border-bottom: 1px solid #212832;
  font-weight: 600;
  cursor: pointer;
}
.nav-m-toggle {
  position: relative;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  cursor: pointer;
}
.nav-m-toggle span, .nav-m-toggle span:before, .nav-m-toggle span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(0);
  transition: all 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms;
  background-color: #47D0BE;
}
.nav-m-toggle span {
  top: 11px;
  left: 0;
}
.nav-m-toggle span:before {
  top: -5px;
}
.nav-m-toggle span:after {
  bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  .nav-m-toggle {
    display: block;
  }
}
.user-nav-m-toggle {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' stroke='%2347D0BE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 22C5.71429 14.6667 6.85715 14 12 14C17.1428 14 18.2858 14.6667 20 22' stroke='%2347D0BE' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .user-nav-m-toggle {
    display: block;
  }
  body.nav-open .main-nav {
    display: block;
  }
}
body.nav-open .nav-m-toggle span {
  background-color: transparent;
  transition-delay: 0.1s;
}
body.nav-open .nav-m-toggle span:before, body.nav-open .nav-m-toggle span:after {
  bottom: auto;
  top: auto;
  transition: all 0.1s ease-in 150ms, top 0.1s ease-in, bottom 0.1s ease-in;
}
body.nav-open .nav-m-toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
body.nav-open .nav-m-toggle span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  body.user-nav-open .user-nav {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map*/