/* Generated by scripts/sync-block-assets.mjs — do not edit. */
/* Bullet */
/*! purgecss start ignore */
/*! purgecss end ignore */
.fp-bullet-block__list.ordered .decor {
  border-radius: 50%;
  background-color: rgb(var(--accent-2));
  color: var(--body);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-bullet-block__list.ordered .decor span {
  transform: translateY(-10%);
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .fp-bullet-block__list.ordered .decor span {
    font-size: 2.4rem;
  }
}
.fp-bullet-block__list.ordered .decor span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--body);
}
@media (min-width: 1440px) {
  .fp-bullet-block__list.ordered .decor span:after {
    height: 3px;
  }
}
.fp-bullet-block__list .decor {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .fp-bullet-block__list .decor {
    width: 60px;
    height: 60px;
  }
}
.fp-bullet-block__list li:not(:last-child) {
  border-bottom: 2px solid rgba(var(--accent-2), 0.15);
}
@media (min-width: 1024px) {
  .fp-bullet-block__list li:not(:last-child) {
    border-width: 3px;
  }
}

/* Contact_Form */
/*! purgecss start ignore */
/*! purgecss end ignore */
.fp-contact-form-block__thank-you .link {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.fp-contact-form-block .fp-form-group {
  margin-bottom: 25px;
}
.fp-contact-form-block .fp-form-group label {
  display: inline-flex;
  padding-left: 15px;
  margin-bottom: 15px;
  color: rgb(var(--text));
  cursor: pointer;
}
@media (min-width: 640px) {
  .fp-contact-form-block .fp-form-group label {
    padding-left: 30px;
    margin-bottom: 8px;
  }
}
.fp-contact-form-block .fp-form-group .email {
  position: relative;
}
.fp-contact-form-block .fp-form-group .email input[type=email] {
  padding-left: 60px;
}
.fp-contact-form-block .fp-form-group .email:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0H2C0.9 0 0.00999999 0.9 0.00999999 2L0 14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM18 4L10 9L2 4V2L10 7L18 2V4Z' fill='%235B5B5B'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 16px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.fp-contact-form-block .fp-form-group input:not([type=checkbox]),
.fp-contact-form-block .fp-form-group textarea {
  width: 100%;
  height: 70px;
  border-radius: 45px;
  border: 1px solid rgba(var(--accent-1), 0.3);
  background-color: var(--body);
  padding: 24px 24px 24px 30px;
  font-size: 1.8rem;
  font-weight: 300;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: border-color;
}
.fp-contact-form-block .fp-form-group input:not([type=checkbox])::placeholder,
.fp-contact-form-block .fp-form-group textarea::placeholder {
  color: rgba(var(--text), 0.6);
}
.fp-contact-form-block .fp-form-group input:not([type=checkbox]):focus,
.fp-contact-form-block .fp-form-group textarea:focus {
  border-color: rgb(var(--accent-2));
  outline: none;
}
.fp-contact-form-block .fp-form-group input:not([type=checkbox]):invalid:not(:placeholder-shown),
.fp-contact-form-block .fp-form-group textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
}
.fp-contact-form-block .fp-form-group textarea {
  resize: none;
  border-radius: 20px;
  height: 150px;
}
.fp-contact-form-block .fp-form-group .fp-acceptance {
  position: relative;
}
.fp-contact-form-block .fp-form-group .fp-acceptance label {
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}
.fp-contact-form-block .fp-form-group .fp-acceptance input {
  appearance: none;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
}
.fp-contact-form-block .fp-form-group .fp-acceptance input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(var(--text));
  background-color: var(--body);
  border-radius: 4px;
  cursor: pointer;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: background-color, border-color;
}
.fp-contact-form-block .fp-form-group .fp-acceptance input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.00012L4 6.00012L9.00024 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 8px;
  left: 8px;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  margin: 0 !important;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: opacity, background-color;
}
.fp-contact-form-block .fp-form-group .fp-acceptance input:checked::after {
  border-color: rgb(var(--accent-1));
  background-color: rgb(var(--accent-1));
}
.fp-contact-form-block .fp-form-group .fp-acceptance input:checked::before {
  opacity: 1;
}
.fp-contact-form-block .fp-form-group .fp-acceptance input:hover::after {
  background-color: rgb(var(--accent-1));
  border-color: rgb(var(--accent-1));
}
.fp-contact-form-block .fp-form-group .fp-acceptance input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Faq */
/*! purgecss start ignore */
/*! purgecss end ignore */
.fp-faq-item .corner {
  width: 32px;
  height: 32px;
}
@media (min-width: 640px) {
  .fp-faq-item .corner {
    width: 40px;
    height: 40px;
  }
}
.fp-faq-item .corner:after {
  content: "";
  background-color: rgba(var(--accent-2), 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fp-faq-item .corner.corner-top-left:after {
  border-radius: 100% 0% 0% 100%/100% 100% 0% 0%;
}
.fp-faq-item .corner.corner-top-right:after {
  border-radius: 0% 100% 100% 0%/0% 100% 0% 100%;
}
.fp-faq-item .corner.corner-bottom-right:after {
  border-radius: 100% 0% 100% 0%/0% 0% 100% 100%;
}
.fp-faq-item .corner.corner-bottom-left:after {
  border-radius: 100% 0% 0% 100%/0% 100% 0% 100%;
}
.fp-faq-item.open .fp-faq-item__icon {
  background-color: rgb(var(--accent-2));
  color: var(--body);
  transform: rotate(180deg);
}
.fp-faq-item.open .fp-faq-item__header button {
  color: rgb(var(--accent-2));
}
.fp-faq-item__header {
  cursor: pointer;
}
.fp-faq-item__header button {
  color: rgb(var(--text));
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: color;
}
@media (hover) {
  .fp-faq-item__header:hover .fp-faq-item__icon {
    background-color: rgb(var(--accent-2));
    color: var(--body);
  }
}
.fp-faq-item__body table {
  background: rgba(var(--accent-2), 0.15);
}
.fp-faq-item__collapse {
  max-height: 0;
  will-change: max-height;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: all;
}
.fp-faq-item__icon {
  background-color: var(--body);
  color: rgb(var(--text-2));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
  transition-property: background-color, transform;
}
