body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html {
    font-size: 15px;
  }
}
body {
  color: #000000;
  font-family: 'Satoshi', sans-serif;
  font-size: 1rem;
}
a {
  color: #18B0A4;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
@media screen and (max-width: 550px) {
  dl {
    margin-bottom: .6em;
  }
}
dl:last-child {
  margin: 0;
}
dl :last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 550px) {
  dd,
  dt {
    display: inline;
  }
}
dt {
  margin-bottom: .1em;
}
@media screen and (max-width: 550px) {
  dt::after {
    content: ':';
  }
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
dd:last-child {
  margin: 0;
}
.body {
  background: #f0f0f0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.body--popup {
  background: #fff;
}
.main {
  flex-grow: 1;
  padding: 20px;
}
@media screen and (max-width: 550px) {
  .main {
    padding: 20px 10px;
  }
}
.main--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 550px) {
  .main--flex {
    justify-content: start;
  }
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
  display: block;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #56B159 !important;
}
.error-color {
  color: #E73C5B !important;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #aaa;
  padding: 0 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #000000;
  border-radius: 4px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  box-shadow: 1px 1px 3px inset rgba(0,0,0,0.1);
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  margin-bottom: 1px;
  font-weight: 500;
  letter-spacing: .01em;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  label {
    font-size: 13px;
  }
}
.input {
  margin-bottom: 12px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
  font-weight: normal;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #000000;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #aaa;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
  font-size: 1rem;
}
.radio label > span::before {
  border-radius: 50%;
}
.radio.address-radio label {
  margin-bottom: 20px;
  font-weight: normal;
}
.input-hint,
.error-message {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 1px;
  color: #808080;
}
.error-message {
  color: #E73C5B;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required:not(.radio) label::after {
  content: ' *';
}
.required:not(.radio).checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: inline-flex;
  height: 45px;
  padding: 0 2em;
  background: #F19C00;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.button path {
  fill: #FFF;
}
.button--full {
  display: flex;
  width: 100%;
}
.button--light {
  background: #f0f0f0;
  color: #4d4d4d;
  border: 1px solid #e0e0e0;
  height: 40px;
  font-size: .9rem;
  padding: 0 1.5em;
}
.button--light path {
  fill: #4d4d4d;
}
.button--ultralight {
  background: none;
  border: none;
  height: 30px;
  font-size: .9rem;
  padding: 0;
  text-align: center;
  color: #4d4d4d;
  text-decoration: underline;
}
.button--large {
  height: 55px;
  padding: 0 3em;
}
@media screen and (max-width: 700px) {
  .button--mobile-small {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 30px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 550px) {
  .button--mobile-full {
    width: 100%;
    text-align: center;
  }
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #56B159;
}
.alert--warning {
  background-color: #E86F51;
}
.alert--error {
  background-color: #E73C5B;
}
.roundicon {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.roundicon path {
  fill: #666666;
}
.roundicon--success {
  background: #56B159;
}
.roundicon--success path {
  fill: #FFF;
}
.roundicon--white {
  background: #fff;
}
.roundicon--white path {
  fill: #56B159;
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width,60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(22.5rem);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100.5%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width,48px);
  height: var(--carousel-button-height,48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color,currentColor);
  background: var(--carousel-button-bg,transparent);
  border-radius: var(--carousel-button-border-radius,50%);
  box-shadow: var(--carousel-button-shadow,none);
  transition: opacity .15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width,50%);
  height: var(--carousel-button-svg-height,50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width,1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter,none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color,#fff);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg,rgba(24,24,27,0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(22.5rem);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);
  padding: 36px;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color,#fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color,#fff);
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color,currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width,96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}
.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/var(--fancybox-thumbs-ratio,1.5));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height,48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0,0,0,0.3);
  background: #fff;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom,#eee,#ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,0.8);
  background-color: rgba(255,255,255,0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 .4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -moz-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -ms-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -o-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -moz-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -ms-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -o-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom,#666,#444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom,#be2626,#a92222);
  padding: .5em 1.2em;
  color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone {
  min-height: 250px;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dropzone .dz-message {
  margin: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 0;
  background: url(../img/icons/upload.svg) no-repeat 50% 0;
}
.dropzone .dz-preview .dz-details {
  padding: 0;
}
.dropzone .dz-preview .dz-image {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 50px;
}
.dropzone .dz-preview .dz-progress {
  width: 300px;
  margin-left: -150px;
  background: none;
  box-shadow: 0 0 0 1px #18B0A4;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: linear-gradient(to bottom,#1eddce,#18B0A4);
}
@keyframes stripeAnimation {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,-360deg);
    -webkit-transform: rotate3d(0,0,1,-360deg);
  }
}
.stripe__footer {
  margin-top: 30px;
  text-align: center;
}
.stripe-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 2em;
  width: 200px;
  max-width: 100%;
  background: #4379ff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
}
.stripe-btn__spinner {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  line-height: 0;
  left: 50%;
  width: 25px;
  opacity: 0;
}
.stripe-btn__spinner svg {
  animation: stripeAnimation 800ms linear infinite;
  -webkit-animation: stripeAnimation 800ms linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  width: 30px;
}
.stripe-btn.loading .stripe-btn__spinner {
  opacity: 1;
}
.stripe-btn.loading .stripe-btn__spinner svg {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
.stripe-btn.loading .stripe-btn__text {
  opacity: 0;
}
.header {
  height: 60px;
  background: #000000;
  color: #FFF;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.05);
  gap: 2.5vw;
}
.header__logo {
  flex: 0 0 140px;
}
.header__logo .letter {
  fill: #FFF;
}
@media screen and (max-width: 550px) {
  .header__logo {
    flex-shrink: 1;
  }
}
.header__menu {
  margin-left: auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.header .menu a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000000;
}
.hamburger {
  display: none;
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  background: #000000;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span {
  background: #FFF;
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translate(0,-50%) scale3d(0,1,1);
  -webkit-transform: translate(0,-50%) scale3d(0,1,1);
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.search-toggler svg {
  width: 30px;
  height: 30px;
}
.search-area {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .search-area {
    padding-top: 5vh;
    justify-content: center;
  }
}
.search-area.visible {
  display: flex;
}
.search-area__inner {
  min-width: 45vw;
  max-width: 80vw;
  max-height: 60vh;
  padding-bottom: 5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .search-area__inner {
    width: 65vw;
  }
}
@media screen and (max-width: 551px) {
  .search-area__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.search-area__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  padding: 10px 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-area__input-wrapper input {
  border: 0;
  color: #000000;
  font-size: 16px;
}
.search-area__input-wrapper input::placeholder {
  color: lightgray;
}
.search-area__results {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-top: 20px;
  padding: 10px 24px;
  overflow-y: auto;
  transition: 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.search-area__results.visible {
  visibility: visible;
  opacity: 1;
}
.search-area__toggle div::after,
.search-area__toggle div::before,
.search-area__clear::after,
.search-area__clear::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.search-area__toggle div::after,
.search-area__clear::after {
  transform: rotate(-45deg);
}
.search-area__toggle div::before,
.search-area__clear::before {
  transform: rotate(45deg);
}
.search-area__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #F19C00;
}
.search-area__toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-area__toggle div::after,
.search-area__toggle div::before {
  background-color: white;
}
@media screen and (max-width: 551px) {
  .search-area__toggle {
    right: -5px;
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.search-area__clear {
  position: relative;
  width: 20px;
  height: 20px;
}
.search-area__clear::after,
.search-area__clear::before {
  background-color: lightgray;
}
.search-area__icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.search-area__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}
.search-area__clean {
  position: relative;
}
.search-area__spinner {
  flex-shrink: 0;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  animation-play-state: paused;
  visibility: hidden;
}
.search-area__spinner.loading {
  animation-play-state: running;
  visibility: visible;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  text-align: center;
  padding: 40px 2vw;
  border-top: 1px solid #000000;
  margin-top: 120px;
}
.footer__legal {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: black;
}
.footer__legal span {
  text-decoration: underline;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.languages {
  display: flex;
  gap: 10px;
}
.languages a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #000000;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
.languages a.active {
  background: #000000;
  color: #FFF;
}
.paging {
  margin: 0;
  margin-top: 30px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.paging a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
  background: #f0f0f0;
  border-radius: 50%;
}
.paging .active a {
  background: #18B0A4;
  color: #FFF;
}
.upload-area {
  max-width: 100%;
  background: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 5px;
  padding: 30px;
  width: 1000px;
}
.checkout {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
@media screen and (max-width: 700px) {
  .checkout {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 550px) {
  .checkout {
    padding: 30px 15px;
  }
}
.checkout--small {
  max-width: 600px;
}
.checkout__product {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  padding: 10px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .checkout__product {
    font-size: 12px;
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
}
.checkout__product__title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout__title {
  font-size: 28px;
  margin-bottom: .6em;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .checkout__title {
    font-size: 20px;
    text-align: center;
  }
}
.checkout__section {
  margin-top: 30px;
}
.checkout__section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .checkout__section {
    margin-top: 25px;
  }
}
.checkout__grid {
  display: grid;
  gap: 20px;
}
.checkout__grid--2 {
  grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width: 700px) {
  .checkout__grid {
    grid-template-columns: 1fr;
  }
}
.checkout__section-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #18B0A4;
}
.checkout__section-subtitle {
  display: block;
  font-weight: bold;
  margin-bottom: .6em;
  color: #18B0A4;
}
.checkout__address {
  font-size: .9rem;
}
.checkout__actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.checkout__footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.checkout__footer--centered {
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .checkout__footer {
    margin-top: 25px;
    padding-top: 10px;
  }
}
.checkout__message {
  font-size: 1.2rem;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 550px) {
  .checkout__message {
    padding: 0;
    font-size: 1rem;
  }
}
.checkout__message h1 {
  font-size: 28px;
  margin-bottom: .6em;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .checkout__message h1 {
    font-size: 22px;
  }
}
.checkout__resume {
  padding: 10px 20px;
  background: #f0f0f0;
  border-radius: 5px;
}
.checkout__resume__row {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.checkout__resume__row:last-child {
  border: none;
}
.checkout__resume__row--highlight {
  font-size: 1.1em;
  font-weight: bold;
}
.checkout__resume__row--highlight strong {
  color: #18B0A4;
}
.checkout-steps {
  max-width: 100%;
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  font-size: 14px;
  font-weight: bold;
  counter-reset: steps;
  padding: 0 10px;
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .checkout-steps {
    grid-template-columns: repeat(4,auto);
  }
}
.checkout-steps--3 {
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 1000px) {
  .checkout-steps--3 {
    grid-template-columns: repeat(3,auto);
  }
}
.checkout-steps__step {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  counter-increment: steps;
  white-space: nowrap;
}
.checkout-steps__step > span {
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  .checkout-steps__step > span > span {
    display: none;
  }
}
.checkout-steps__step > span::before {
  content: counter(steps) '. ';
}
.checkout-steps__step--current {
  color: #18B0A4;
}
.checkout-steps__step--current > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -10px;
  background: #18B0A4;
  height: 3px;
}
@media screen and (max-width: 700px) {
  .checkout-steps__step--current > span > span {
    display: inline;
  }
}
.checkout-steps__step--current:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -10px;
  background: #18B0A4;
  height: 3px;
}
.checkout-steps__step--active {
  color: #18B0A4;
}
.checkout-steps__step--active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #18B0A4;
  height: 3px;
}
.cart__product {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 80px 1fr 100px 100px 150px 50px 85px;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cart__product {
    grid-template-columns: 80px 1fr auto;
    gap: 3px 20px;
    align-items: start;
  }
}
@media screen and (max-width: 700px) {
  .cart__product {
    grid-template-columns: 50px 1fr auto;
    gap: 3px 15px;
  }
}
.cart__product--noteditable {
  grid-template-columns: 80px 1fr 100px 100px 150px 80px;
}
@media screen and (max-width: 1000px) {
  .cart__product--noteditable {
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 700px) {
  .cart__product--noteditable {
    grid-template-columns: 50px 1fr;
  }
}
@media screen and (max-width: 550px) {
  .cart__product {
    grid-template-columns: 50px 1fr auto;
  }
}
.cart__product:first-child {
  margin: 0;
}
.cart__product__label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  letter-spacing: .025em;
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .cart__product__label {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  .cart__product__label {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .cart__product__image {
    grid-row-end: span 5;
  }
}
@media screen and (max-width: 1000px) {
  .cart__product__title,
  .cart__product__material,
  .cart__product__finish,
  .cart__product__treatment,
  .cart__product__quantity {
    grid-column-start: 2;
  }
}
.cart__product__actions {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cart__product__actions {
    grid-row-end: span 5;
    grid-row-start: 1;
    grid-column-start: 3;
  }
}
@media screen and (max-width: 550px) {
  .cart__product__actions {
    grid-row-end: span 1;
    grid-row-start: auto;
    grid-column-start: 2;
    padding-top: 10px;
  }
}
.file-preview {
  background: #18B0A4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  gap: 2px;
  font-weight: bold;
  aspect-ratio: 1;
  border-radius: 3px;
  color: #FFF;
  width: 80px;
}
@media screen and (max-width: 700px) {
  .file-preview {
    width: 50px;
    gap: 0;
  }
}
.file-preview svg {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .file-preview svg {
    width: 17px;
  }
}
.file-preview svg path {
  fill: #FFF;
}
.address-form {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 0 10px;
}
@media screen and (max-width: 700px) {
  .address-form .input {
    grid-column-end: span 3;
  }
}
.address-form .grid-2 {
  grid-column-end: span 2;
}
@media screen and (max-width: 700px) {
  .address-form .grid-2 {
    grid-column-end: span 3;
  }
}
.address-form .grid-3 {
  grid-column-end: span 3;
}
@media screen and (max-width: 550px) {
  .address-form .grid-3 {
    grid-column-end: span 6;
  }
}
.address-form .grid-4 {
  grid-column-end: span 4;
}
@media screen and (max-width: 700px) {
  .address-form .grid-4 {
    grid-column-end: span 6;
  }
}
.address-form .grid-5 {
  grid-column-end: span 5;
}
.address-form .grid-6 {
  grid-column-end: span 6;
}
.sticky-message {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 16px;
  text-transform: none;
  color: #fff;
  background: #18B0A4;
  color: #FFF;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.05);
}
.sticky-message__content {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sticky-message {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 20px 40px 10px 25px;
  }
}
.sticky-message.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.sticky-message.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.sticky-message__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.sticky-message__close::before,
.sticky-message__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.sticky-message__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sticky-message__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.whybuy {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 100%;
  width: 1000px;
  font-size: 12px;
  gap: 3.5vw;
  margin-top: 20px;
  counter-reset: whybuy;
}
@media screen and (max-width: 700px) {
  .whybuy {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.whybuy__section {
  counter-increment: whybuy;
  text-align: center;
}
.whybuy__section h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .6em;
  color: #18B0A4;
}
.whybuy__section h4::before {
  content: counter(whybuy);
  width: 30px;
  height: 30px;
  background: #18B0A4;
  line-height: 30px;
  color: #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .whybuy__section h4::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .whybuy__section h4 {
    flex-direction: row;
    justify-content: center;
  }
}
.client-form {
  max-width: 100%;
  width: 600px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
@media screen and (max-width: 700px) {
  .client-form {
    padding: 25px;
  }
}
@media screen and (max-width: 400px) {
  .client-form {
    padding: 20px;
  }
}
.client-form--grid {
  width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 700px) {
  .client-form--grid {
    grid-template-columns: 1fr;
  }
}
.client-form--grid .client-form__section {
  padding: 0;
  border: none;
}
.client-form--grid .client-form__section:first-child {
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media screen and (max-width: 700px) {
  .client-form--grid .client-form__section:first-child {
    padding: 0;
    padding-bottom: 30px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.client-form--grid .client-form__section:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  .client-form--grid .client-form__section:last-child {
    padding: 0;
    padding-top: 30px;
  }
}
.client-form__title {
  font-size: 28px;
  margin-bottom: .6em;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .client-form__title {
    font-size: 22px;
  }
}
.client-form__section {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.client-form__section:first-child {
  padding-top: 0;
  border: none;
}
.client-form__section:last-child {
  padding-bottom: 0;
}
.client-form__recover {
  color: #000000;
  text-decoration: underline;
  font-size: .9rem;
  margin-top: 20px;
  display: inline-block;
}
.usermenu {
  position: relative;
}
.usermenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.usermenu li {
  margin: 0;
  padding: 0;
}
.usermenu__toggler {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0e0e0;
}
@media screen and (max-width: 550px) {
  .usermenu__toggler {
    height: 40px;
    width: 40px;
  }
}
.usermenu__toggler--active {
  background: #18B0A4;
}
.usermenu__toggler--active path {
  fill: #FFF;
}
.usermenu__toggler svg {
  width: 20px;
}
.usermenu__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  display: none;
  font-size: 14px;
}
.usermenu__dropdown a {
  color: #000000;
  display: block;
  padding: 10px 0;
}
.usermenu__dropdown li {
  border-bottom: 1px solid #e0e0e0;
}
.usermenu__dropdown li:last-child {
  border: none;
}
.usermenu:hover .usermenu__dropdown {
  display: block;
}
.account {
  display: flex;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
  font-size: 16px;
  padding: 40px 0 60px;
}
@media screen and (max-width: 1000px) {
  .account {
    padding: 20px 0 60px;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .account {
    padding-top: 0;
  }
}
.account__sidebar {
  flex: 0 0 20%;
}
.account__sidebar__title {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .account__sidebar__title {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    margin: 0;
    cursor: pointer;
  }
  .account__sidebar__title::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icons/select-dropdown.svg) no-repeat center;
    transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
    transform: rotate3d(0,0,1,-90deg);
    -webkit-transform: rotate3d(0,0,1,-90deg);
  }
}
@media screen and (max-width: 1000px) {
  .account__sidebar {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .account__sidebar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .account__sidebar {
    padding: 0 15px;
  }
}
.account__sidebar--open .account__menu {
  display: block;
}
.account__sidebar--open .account__sidebar__title::before {
  transform: rotate3d(0,0,1,0deg);
  -webkit-transform: rotate3d(0,0,1,0deg);
}
.account__title {
  font-size: 28px;
  margin-bottom: .6em;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.account__subtitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #F19C00;
}
.account__menu {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .account__menu {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .account__menu {
    padding-bottom: 20px;
    display: none;
  }
}
.account__menu li:last-child a {
  border: none;
}
.account__menu__link {
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .account__menu__link {
    border-bottom: 1px solid #e0e0e0;
  }
}
.account__menu__link--active {
  color: #000000;
}
.account__menu__link--disabled {
  color: #666666;
  opacity: .5;
}
.account__menu__link span {
  display: block;
  font-size: 11px;
  color: #FFF;
  background: #18B0A4;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  text-decoration: none !important;
}
.account__main {
  flex-grow: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
@media screen and (max-width: 700px) {
  .account__main {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .account__main {
    padding: 15px;
  }
}
.account__section {
  margin-bottom: 40px;
}
.account__section:last-of-type {
  margin: 0;
}
.account__section--empty {
  text-align: center;
  padding: 80px 2.5vw;
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 1.1rem;
}
.account__container:first-of-type,
.account__form:first-of-type {
  margin-top: 0;
}
.account__header {
  margin-bottom: 40px;
}
.account__actions {
  padding: 15px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5vw;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
}
.account__actions__infos {
  flex-grow: 1;
  font-size: 12px;
}
.account__actions a {
  color: #4d4d4d;
}
.account__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .account__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.account__item .strong {
  color: #18B0A4;
  font-weight: bold;
}
.account__item--full {
  grid-template-columns: 1fr;
}
.account__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.account__item__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .account__item__actions {
    gap: 5px;
  }
}
.account__item__content__grid {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
}
@media screen and (max-width: 550px) {
  .account__item__content__grid {
    grid-template-columns: 1fr;
  }
}
.account__footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  gap: 10px;
}
.account__footer--centered {
  justify-content: center;
}
.policies {
  display: block;
}
.policies .article__title {
  margin-bottom: .8em;
}