/*
* SCSS
* Credit : Joffrey Persia
*/
.wp-block-image img {
  border-radius: var(--radius-m);
}
.form--light .wsf-form .wsf-tile {
  border: none;
}
.wsf-bottom {
  margin-bottom: 0 !important;
}
header.scrolling .fr-header-alpha__logo {
  width: 7em;
}
@media screen and (max-width: 767px) {
  header.scrolling .fr-header-alpha__logo {
    width: 5em;
  }
}
@media screen and (max-width: 478px) {
  header.scrolling .fr-header-alpha__logo {
    width: 4.5em;
  }
}
.fr-header-alpha {
  backdrop-filter: blur(8px);
}
main > section:last-of-type {
  padding-bottom: var(--section-space-xl);
}
blockquote {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
