* {
  font-family: AkzidenzGrotesk;
  font-size: 16px;
  box-sizing: border-box;
}

p, a {
  font-family: AkzidenzGrotesk;
  font-size: 16px;
  letter-spacing: 0px;
  box-sizing: inherit;
}
@media (max-width: 425px) {
  p, a {
    font-size: 14px;
  }
}
p::before, p::after, a::before, a::after {
  box-sizing: inherit;
}

@media only screen and (max-width: 575.98px) {
  * {
    font-size: 14px;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: var(--text-primary-color);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
body.fixed {
  overflow: hidden;
}
body:not(.is-homepage) {
  padding-top: var(--header-offset);
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
main#MainContent {
  flex: 1;
}

h1,
.h1 {
  color: var(--heading-color);
}

h2,
.h2,
h3,
h4,
.h4,
h5,
.h5 {
  color: var(--subheading-color);
}

a {
  text-decoration: none;
  color: var(--text-primary-color);
}
a:hover {
  color: var(--text-primary-color);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.heading-sm,
.heading-md,
.heading-lg {
  font-family: VenusSB;
  font-style: normal;
  font-weight: 700;
  word-break: initial;
  margin: 0;
}
h1 em, h1 strong, h1 i, h1 b,
h2 em,
h2 strong,
h2 i,
h2 b,
h3 em,
h3 strong,
h3 i,
h3 b,
h4 em,
h4 strong,
h4 i,
h4 b,
h5 em,
h5 strong,
h5 i,
h5 b,
.h0 em,
.h0 strong,
.h0 i,
.h0 b,
.h1 em,
.h1 strong,
.h1 i,
.h1 b,
.h2 em,
.h2 strong,
.h2 i,
.h2 b,
.h3 em,
.h3 strong,
.h3 i,
.h3 b,
.h4 em,
.h4 strong,
.h4 i,
.h4 b,
.h5 em,
.h5 strong,
.h5 i,
.h5 b,
.heading-sm em,
.heading-sm strong,
.heading-sm i,
.heading-sm b,
.heading-md em,
.heading-md strong,
.heading-md i,
.heading-md b,
.heading-lg em,
.heading-lg strong,
.heading-lg i,
.heading-lg b {
  font-family: VenusSB;
}

@media only screen and (max-width: 575.98px) {
  .heading-lg {
    font-size: var(--heading-lg-mobile);
  }
  .heading-lg em, .heading-lg strong, .heading-lg i, .heading-lg b {
    font-size: var(--heading-lg-mobile);
  }
}
@media only screen and (min-width: 576px) {
  .heading-lg {
    font-size: var(--heading-lg-tablet);
  }
  .heading-lg em, .heading-lg strong, .heading-lg i, .heading-lg b {
    font-size: var(--heading-lg-tablet);
  }
}
@media only screen and (min-width: 1200px) {
  .heading-lg {
    font-size: var(--heading-lg);
  }
  .heading-lg em, .heading-lg strong, .heading-lg i, .heading-lg b {
    font-size: var(--heading-lg);
  }
}
@media only screen and (min-width: 768px) {
  .heading-md {
    font-size: var(--heading-md-tablet);
  }
}
@media only screen and (max-width: 575.98px) {
  .heading-md {
    font-size: var(--heading-md-mobile);
  }
}
.heading-sm {
  font-size: var(--heading-sm);
}

strong {
  font-weight: bold;
}

.rich-text-container.heading-lg p,
.rich-text-container.heading-lg strong,
.rich-text-container.heading-lg em,
.rich-text-container.heading-lg a {
  font-size: var(--heading-lg);
}
.rich-text-container.heading-md p,
.rich-text-container.heading-md strong,
.rich-text-container.heading-md em,
.rich-text-container.heading-md a {
  font-size: var(--heading-md);
}
.rich-text-container.heading-sm p,
.rich-text-container.heading-sm strong,
.rich-text-container.heading-sm em,
.rich-text-container.heading-sm a {
  font-size: var(--heading-sm);
}

@media only screen and (max-width: 767.98px) {
  .rich-text-container.heading-lg p, .rich-text-container.heading-lg strong, .rich-text-container.heading-lg em, .rich-text-container.heading-lg a {
    font-size: var(--heading-md-tablet);
  }
  .rich-text-container.heading-md p, .rich-text-container.heading-md strong, .rich-text-container.heading-md em, .rich-text-container.heading-md a {
    font-size: var(--heading-md-tablet);
  }
}
@media only screen and (max-width: 575.98px) {
  .rich-text-container.heading-lg p, .rich-text-container.heading-lg strong, .rich-text-container.heading-lg em, .rich-text-container.heading-lg a {
    font-size: var(--heading-lg-mobile);
  }
  .rich-text-container.heading-md p, .rich-text-container.heading-md strong, .rich-text-container.heading-md em, .rich-text-container.heading-md a {
    font-size: var(--heading-md-mobile);
  }
}
button:not([class^=button-]), .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.button, .btn {
  background: var(--primary-color);
  color: var(--button-1-text-color);
  border-radius: var(--button-1-radius);
  font-weight: 700;
  border: none;
  cursor: pointer;
  outline: none;
  line-height: 1.15;
}
.button, .button *, .btn, .btn * {
  font-size: var(--button-font-size);
}
.button:hover, .btn:hover {
  background-color: var(--button-1-hover-color);
  color: var(--button-1-hover-text-color);
  border-radius: var(--button-1-hover-radius);
}

button, input:not(.custom-filter .filter-body input[type=checkbox]), select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.shopify-challenge__button,
.button-1 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-1-color);
  color: var(--button-1-text-color);
  border-radius: var(--button-1-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-1-border-color);
}
.shopify-challenge__button i,
.shopify-challenge__button svg,
.shopify-challenge__button i svg,
.shopify-challenge__button i svg path,
.shopify-challenge__button svg path,
.button-1 i,
.button-1 svg,
.button-1 i svg,
.button-1 i svg path,
.button-1 svg path {
  fill: var(--button-1-text-color);
}
.shopify-challenge__button:hover,
.button-1:hover {
  background-color: var(--button-1-hover-color);
  color: var(--button-1-hover-text-color);
  border-radius: var(--button-1-hover-radius);
  border: solid 2px var(--button-1-hover-border-color);
}
.shopify-challenge__button:hover i,
.shopify-challenge__button:hover svg,
.shopify-challenge__button:hover i svg,
.shopify-challenge__button:hover i svg path,
.shopify-challenge__button:hover svg path,
.button-1:hover i,
.button-1:hover svg,
.button-1:hover i svg,
.button-1:hover i svg path,
.button-1:hover svg path {
  fill: var(--button-1-hover-text-color);
}

.button-2 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-2-color);
  color: var(--button-2-text-color);
  border-radius: var(--button-2-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-2-border-color);
}
.button-2 i,
.button-2 svg,
.button-2 i svg,
.button-2 i svg path,
.button-2 svg path {
  fill: var(--button-2-text-color);
}
.button-2:hover {
  background-color: var(--button-2-hover-color);
  color: var(--button-2-hover-text-color);
  border-radius: var(--button-2-hover-radius);
  border: solid 2px var(--button-2-hover-border-color);
}
.button-2:hover i,
.button-2:hover svg,
.button-2:hover i svg,
.button-2:hover i svg path,
.button-2:hover svg path {
  fill: var(--button-2-hover-text-color);
}

.button-3 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-3-color);
  color: var(--button-3-text-color);
  border-radius: var(--button-3-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-3-border-color);
}
.button-3 i,
.button-3 svg,
.button-3 i svg,
.button-3 i svg path,
.button-3 svg path {
  fill: var(--button-3-text-color);
}
.button-3:hover {
  background-color: var(--button-3-hover-color);
  color: var(--button-3-hover-text-color);
  border-radius: var(--button-3-hover-radius);
  border: solid 2px var(--button-3-hover-border-color);
}
.button-3:hover i,
.button-3:hover svg,
.button-3:hover i svg,
.button-3:hover i svg path,
.button-3:hover svg path {
  fill: var(--button-3-hover-text-color);
}

.button-4 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-4-color);
  color: var(--button-4-text-color);
  border-radius: var(--button-4-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-4-border-color);
}
.button-4 i,
.button-4 svg,
.button-4 i svg,
.button-4 i svg path,
.button-4 svg path {
  fill: var(--button-4-text-color);
}
.button-4:hover {
  background-color: var(--button-4-hover-color);
  color: var(--button-4-hover-text-color);
  border-radius: var(--button-4-hover-radius);
  border: solid 2px var(--button-4-hover-border-color);
}
.button-4:hover i,
.button-4:hover svg,
.button-4:hover i svg,
.button-4:hover i svg path,
.button-4:hover svg path {
  fill: var(--button-4-hover-text-color);
}

.button-5 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-5-color);
  color: var(--button-5-text-color);
  border-radius: var(--button-5-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-5-border-color);
}
.button-5 i,
.button-5 svg,
.button-5 i svg,
.button-5 i svg path,
.button-5 svg path {
  fill: var(--button-5-text-color);
}
.button-5:hover {
  background-color: var(--button-5-hover-color);
  color: var(--button-5-hover-text-color);
  border-radius: var(--button-5-hover-radius);
  border: solid 2px var(--button-5-hover-border-color);
}
.button-5:hover i,
.button-5:hover svg,
.button-5:hover i svg,
.button-5:hover i svg path,
.button-5:hover svg path {
  fill: var(--button-5-hover-text-color);
}

.button-6 {
  padding: var(--button-v-padding) var(--button-h-padding);
  background-color: var(--button-6-color);
  color: var(--button-6-text-color);
  border-radius: var(--button-6-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: 500;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-6-border-color);
}
.button-6 i,
.button-6 svg,
.button-6 i svg,
.button-6 i svg path,
.button-6 svg path {
  fill: var(--button-6-text-color);
}
.button-6:hover {
  background-color: var(--button-6-hover-color);
  color: var(--button-6-hover-text-color);
  border-radius: var(--button-6-hover-radius);
  border: solid 2px var(--button-6-hover-border-color);
}
.button-6:hover i,
.button-6:hover svg,
.button-6:hover i svg,
.button-6:hover i svg path,
.button-6:hover svg path {
  fill: var(--button-6-hover-text-color);
}

[class^=button-].disabled,
[class^=button-].disabled:hover {
  background: #393939;
  border-color: #393939;
  opacity: 0.7;
}

.page-width {
  max-width: var(--page-width);
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .page-width {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 319.98px) {
  .page-width {
    padding: 0 1rem;
  }
}
.page-width-left {
  margin: 0 auto;
  width: 100%;
  padding-left: calc((100vw - var(--page-width)) / 2 + 5.5rem);
}

@media only screen and (max-width: 767.98px) {
  .page-width-left {
    padding-left: calc((100vw - var(--page-width)) / 2 + 8.3rem);
  }
}
.page-width-right {
  margin: 0 auto;
  width: 100%;
  padding-right: calc((100vw - var(--page-width)) / 2 + 5.5rem);
}

@media only screen and (max-width: 767.98px) {
  .page-width-right {
    padding-right: calc((100vw - var(--page-width)) / 2 + 8.3rem);
  }
}
.select {
  width: 100%;
  position: relative;
}

.form-errors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  grid-column: 1/-1;
  left: 0;
  padding: 5px 10px;
  margin: 10px auto;
  color: white;
  background: #cb3840;
  border: solid 2px #b3333a;
  border-radius: 5px;
}
@media only screen and (max-width: 575.98px) {
  .form-errors {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.form-errors .icon-error {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  color: #b3333a;
}
.form-errors .form__message {
  color: white;
}
.form-errors .form__message strong {
  font-weight: 700;
}
.form-errors ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.form-errors ul li {
  color: white;
}
.form-errors ul li a {
  color: inherit;
  text-decoration: underline;
}

.form__message {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b3333a;
}
.form__message svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
.form__message .icon-error {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  color: #b3333a;
}
.form__message strong {
  font-weight: 700;
}

.form-success {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  grid-column: 1/-1;
  left: 0;
  padding: 5px 10px;
  margin: 10px auto;
  color: white;
  background: #428445;
  border: solid 2px #346937;
  border-radius: 5px;
}
@media only screen and (max-width: 575.98px) {
  .form-success {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.form-success .success-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.is-hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.icon {
  width: 32px;
  height: 32px;
}

#cookieNotice {
  box-sizing: border-box;
  position: fixed;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  z-index: 999997;
  background-color: #ffffff;
}
#cookieNotice * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
#cookieNotice.display-right {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 35vw;
}
#cookieNotice .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 20px;
}
#cookieNotice p, #cookieNotice a, #cookieNotice ul {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
#cookieNotice .btn-wrap {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  justify-content: center;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
  flex-grow: 1;
  padding: 0 7px;
  margin: 0 5px 5px 5px;
  border-radius: 20px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 80px;
  border: none;
  font-size: 14px;
  transition: box-shadow 0.3s;
  outline: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767.98px) {
  #cookieNotice.display-right {
    width: 85vw;
  }
}
.openSideCart {
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  color: var(--text-primary-color);
}

.customer {
  display: flex;
}

.swiper-scrollbar .swiper-scrollbar-drag,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.margin-s {
  margin-top: var(--section-margin-s);
  margin-bottom: var(--section-margin-s);
}

.margin-m {
  margin-top: var(--section-margin-m);
  margin-bottom: var(--section-margin-m);
}

.margin-l {
  margin-top: var(--section-margin-l);
  margin-bottom: var(--section-margin-l);
}

.margin-bottom-l {
  margin-bottom: var(--section-margin-l);
}

.padding-s {
  padding-top: var(--section-padding-s);
  padding-bottom: var(--section-padding-s);
}

.padding-m {
  padding-top: var(--section-padding-m);
  padding-bottom: var(--section-padding-m);
}

.padding-l {
  padding-top: var(--section-padding-l);
  padding-bottom: var(--section-padding-l);
}

.padding-top-s {
  padding-top: var(--section-padding-s);
}

.padding-top-m {
  padding-top: var(--section-padding-m);
}

.padding-top-l {
  padding-top: var(--section-padding-l);
}

.padding-bottom-s {
  padding-bottom: var(--section-padding-s);
}

.padding-bottom-m {
  padding-bottom: var(--section-padding-m);
}

.padding-bottom-l {
  padding-bottom: var(--section-padding-l);
}

.vertical-padding {
  padding-top: var(--spacing-sections-desktop);
  padding-bottom: var(--spacing-sections-desktop);
}
@media only screen and (max-width: 767.98px) {
  .vertical-padding {
    padding-top: calc(var(--spacing-sections-desktop) * 0.6);
    padding-bottom: calc(var(--spacing-sections-desktop) * 0.6);
  }
}

.vertical-margin {
  margin-top: var(--spacing-sections-desktop);
  margin-bottom: var(--spacing-sections-desktop);
}
@media only screen and (max-width: 767.98px) {
  .vertical-margin {
    margin-top: var(--spacing-sections-desktop);
    margin-bottom: var(--spacing-sections-desktop);
  }
}

td {
  padding: 25px;
  border: solid 2px #d5d6d7;
  vertical-align: top;
}

thead tr td {
  font-weight: bold;
  padding: 10px 25px;
}

body.locked {
  overflow: hidden !important;
}

[data-hover=anim-grow] {
  scale: 100%;
  transition: scale 0.1s ease-in-out;
}
[data-hover=anim-grow]:hover {
  scale: 110%;
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--primary-color)) !important;
  border-top-color: transparent !important;
}
.swiper-lazy-preloader + img {
  opacity: 0;
}

.check-circle-outer, .spinner-circle-outer {
  --check-color: var(--text-primary-color);
  --circle-size: 50px;
  --check-width: calc( var(--circle-size) / 20 );
  width: var(--circle-size);
  height: var(--circle-size);
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.check-circle-outer .check-line-short, .spinner-circle-outer .check-line-short {
  position: absolute;
  width: var(--check-width);
  height: 30%;
  background-color: var(--check-color);
  border-radius: 100px;
  rotate: -45deg;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  animation: enter 400ms ease 450ms forwards;
}
.check-circle-outer .check-line-long, .spinner-circle-outer .check-line-long {
  --height: 60%;
  position: absolute;
  width: var(--check-width);
  height: 0;
  background-color: var(--check-color);
  border-radius: 100px;
  rotate: 45deg;
  top: 71%;
  left: 39%;
  transform: translate(-50%, -50%);
  animation: grow-line 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 650ms forwards;
}
.check-circle-outer .check-circle, .check-circle-outer .spinner-circle, .spinner-circle-outer .check-circle, .spinner-circle-outer .spinner-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--check-width) solid;
  border-color: var(--check-color);
  opacity: 0.2;
}
.check-circle-outer .check-circle-mask, .check-circle-outer .spinner-circle-mask, .spinner-circle-outer .check-circle-mask, .spinner-circle-outer .spinner-circle-mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--check-width) transparent solid;
  border-left-color: var(--check-color);
  opacity: 0;
}
.check-circle-outer .check-circle, .spinner-circle-outer .check-circle {
  animation: show 300ms ease 950ms forwards;
}
.check-circle-outer .check-circle-mask, .spinner-circle-outer .check-circle-mask {
  --spin-end: 70deg;
  animation: spin-circle 300ms ease 350ms forwards;
}
.check-circle-outer .spinner-circle-mask, .spinner-circle-outer .spinner-circle-mask {
  --spin-end: 0deg;
  animation: spin-circle 1000ms ease forwards infinite;
}

.cross-circle-outer {
  --cross-color: #d8056b;
  --cross-size: 50px;
  --cross-width: calc(var(--cross-size) / 20);
  width: var(--cross-size);
  height: var(--cross-size);
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  animation: shake 350ms ease-in-out 900ms;
}

.cross-line-left,
.cross-line-right {
  position: absolute;
  width: var(--cross-width);
  height: 0%;
  background-color: var(--cross-color);
  border-radius: 100px;
  top: 48%;
  left: 48%;
  animation: cross-grow 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 250ms forwards;
}

.cross-line-right {
  rotate: 45deg;
}

.cross-line-left {
  rotate: -45deg;
}

.cross-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--cross-width) solid;
  border-color: var(--cross-color);
  opacity: 0.2;
  animation: show 300ms ease 600ms forwards;
}

.cross-circle-mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--cross-width) transparent solid;
  border-left-color: var(--cross-color);
  animation: spin-circle 300ms ease forwards;
}

@keyframes spin-circle {
  0% {
    rotate: 320deg;
    opacity: 1;
  }
  99% {
    rotate: var(--spin-end);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes enter {
  0% {
    left: 0%;
    top: 0%;
  }
  100% {
    left: 42%;
    top: 57%;
  }
}
@keyframes grow-line {
  0% {
    height: 0;
    top: 72%;
    left: 40%;
  }
  100% {
    height: var(--height);
    top: 44%;
    left: 40%;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes show-message {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes cross-grow {
  0% {
    top: 48%;
    left: 48%;
    height: 0;
  }
  100% {
    top: 21%;
    left: 49%;
    height: 60%;
  }
}
@keyframes shake {
  0% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  10% {
    transform: translate(-2px, -3px) rotate(-2deg);
  }
  20% {
    transform: translate(-5px, 0px) rotate(2deg);
  }
  30% {
    transform: translate(5px, 3px) rotate(0deg);
  }
  40% {
    transform: translate(2px, -2px) rotate(2deg);
  }
  50% {
    transform: translate(-2px, 3px) rotate(-2deg);
  }
  60% {
    transform: translate(-5px, 2px) rotate(0deg);
  }
  70% {
    transform: translate(5px, 2px) rotate(-2deg);
  }
  80% {
    transform: translate(-2px, -2px) rotate(2deg);
  }
  90% {
    transform: translate(2px, 3px) rotate(0deg);
  }
  100% {
    transform: translate(2px, -3px) rotate(-2deg);
  }
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid var(--accent-1-color); /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
