:root {
  --black-color: var(--wp--preset--color--black);
  --white-color: var(--wp--preset--color--white);
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --gold-color: var(--wp--preset--color--gold);
  --tertiary-color: var(--wp--preset--color--light-blue);
  --graphite-color: var(--wp--preset--color--graphite);
  --off-white-color: var(--wp--preset--color--off-white);
  --soft-background-color: var(--wp--preset--color--soft-background);
  --line-color: var(--wp--preset--color--line);
  --support-text-color: var(--wp--preset--color--support-text);
  --light-blue-color: var(--wp--preset--color--light-blue);
  --light-gold-color: var(--wp--preset--color--light-gold);
  --dark-blue-color: var(--wp--preset--color--dark-blue);
  --primary-gradient: var(--wp--preset--gradient--primary);
  --soft-blue-gradient: var(--wp--preset--gradient--soft-blue);
  --soft-gold-gradient: var(--wp--preset--gradient--soft-gold);
  --text-xx-small: var(--wp--preset--font-size--text-xx-small);
  --text-x-small: var(--wp--preset--font-size--text-x-small);
  --text-small: var(--wp--preset--font-size--text-small);
  --text: var(--wp--preset--font-size--text);
  --text-medium: var(--wp--preset--font-size--text-medium);
  --text-large: var(--wp--preset--font-size--text-large);
  --text-x-large: var(--wp--preset--font-size--text-x-large);
  --title-x-small: var(--wp--preset--font-size--title-x-small);
  --title-small: var(--wp--preset--font-size--title-small);
  --title: var(--wp--preset--font-size--title);
  --title-large: var(--wp--preset--font-size--title-large);
  --title-x-large: var(--wp--preset--font-size--title-x-large);
  --g1: 8px;
  --g2: 16px;
  --g3: 24px;
  --g4: 32px;
  --radius: 8px;
  --paddingDefault: 16px;
  --header-height: 138px;
  --section-padding-y-60: 60px;
  --section-padding-y-80: 80px;
  --section-padding-y-120: 120px;
}
@media (max-width: 767px) {
  :root {
    --section-padding-y-60: 60px;
    --section-padding-y-80: 60px;
    --section-padding-y-120: 60px;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 75px;
  }
}

:root {
  --font-family: "Montserrat", sans-serif;
  --line-height: 1.5;
}
@media (max-width: 767px) {
  :root {
    --text-medium: 16px;
    --text-large: 16px;
    --text-x-large: 20px;
    --title-small: 18px;
    --title: 20px;
    --title-large: 22px;
    --title-x-large: 26px;
  }
}

* {
  font-family: var(--font-family);
}

.container, .wp-block-group, section, .wp-block-cover {
  font-size: 16px;
}

p {
  font-size: var(--text);
}

p, span, li, a, button, input, select, option, ul {
  font-size: var(--text);
  line-height: 1.5em;
}

p, ul {
  margin-bottom: var(--paddingDefault);
}

h1, h2 {
  font-size: var(--title);
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

strong {
  color: inherit;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}

.text-balance {
  text-wrap: balance;
}

.has-text-xx-small-font-size {
  font-size: var(--text-xx-small) !important;
}
.has-text-x-small-font-size {
  font-size: var(--text-x-small) !important;
}
.has-text-small-font-size {
  font-size: var(--text-small) !important;
}
.has-text-font-size {
  font-size: var(--text) !important;
}
.has-text-medium-font-size {
  font-size: var(--text-medium) !important;
}
.has-text-large-font-size {
  font-size: var(--text-large) !important;
}
.has-text-x-large-font-size {
  font-size: var(--text-x-large) !important;
}
.has-title-x-small-font-size {
  font-size: var(--title-x-small) !important;
}
.has-title-small-font-size {
  font-size: var(--title-small) !important;
}
.has-title-font-size {
  font-size: var(--title) !important;
}
.has-title-large-font-size {
  font-size: var(--title-large) !important;
}
.has-title-x-large-font-size {
  font-size: var(--title-x-large) !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

li {
  list-style: inherit;
}

footer li, header li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

button, input[type=submit] {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body {
  width: 100%;
}

.wrap-page {
  overflow: hidden;
  width: 100%;
}

footer, header, section {
  display: block;
  width: 100%;
}

.bloco-hide-h1 h1,
.hide-h1 {
  color: transparent;
  margin-bottom: 0;
  font-size: 0 !important;
  line-height: 0;
}

/*gutenberg reset*/
.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}

/*BASE*/
* {
  scroll-behavior: smooth;
  color: var(--primary-color);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 991px) {
  body.overlay-menu {
    overflow: hidden;
  }
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--gold-color);
  border-radius: 0;
  color: var(--white-color) !important;
  font-family: var(--font-family-alt);
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1.4;
  margin: 32px 0 0;
  padding: 10px 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--gold-color);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--gold-color);
}

.relative {
  position: relative;
}

.w-fit {
  width: fit-content;
}

.h-100 {
  height: 100%;
}

.swiper-container-initialized {
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  height: auto;
}
.swiper-button-lock {
  visibility: hidden;
}
.swiper-button-prev, .swiper-button-next {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--secondary-color);
}
.swiper-pagination-bullets {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  position: static;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #929FA6;
  border-radius: 100px;
  opacity: 0.25;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .container, .wp-block-group, section, .wp-block-cover {
    font-size: 10px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-20%);
  }
}
.loading {
  font-size: var(--text-x-large);
  text-align: center;
  color: var(--white-color);
  margin: 80px auto;
}
.loading:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.bt {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-family-alt);
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bt--primary {
  background: var(--secondary-color);
  color: var(--white-color);
}
.bt--primary:hover {
  background: var(--primary-color) !important;
  color: var(--white-color);
}
.bt--secondary {
  background: var(--gold-color);
  color: var(--primary-color);
}
.bt--secondary:hover {
  background: var(--light-gold-color) !important;
  color: var(--primary-color);
}
.bt--light {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  color: var(--primary-color);
}
.bt--light:hover {
  background: var(--light-blue-color) !important;
  border-color: var(--light-blue-color);
  color: var(--primary-color);
}

.wp-block-button .wp-block-button__link {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-family-alt);
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.is-style-btn-primary .wp-block-button__link {
  background: var(--secondary-color);
  color: var(--white-color);
}
.is-style-btn-primary .wp-block-button__link:hover {
  background: var(--primary-color) !important;
  color: var(--white-color);
}

.is-style-btn-secondary .wp-block-button__link {
  background: var(--gold-color);
  color: var(--primary-color);
}
.is-style-btn-secondary .wp-block-button__link:hover {
  background: var(--light-gold-color) !important;
  color: var(--primary-color);
}

.is-style-btn-light .wp-block-button__link {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  color: var(--primary-color);
}
.is-style-btn-light .wp-block-button__link:hover {
  background: var(--light-blue-color) !important;
  border-color: var(--light-blue-color);
  color: var(--primary-color);
}

.header {
  background: var(--white-color);
  min-height: 78px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__wrapper {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 231px minmax(0, 1fr) 160px 153px;
  min-height: 82px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.header__wrapper__logo {
  display: inline-flex;
  flex: 0 0 auto;
}
.header__wrapper__logo img {
  display: block;
  height: auto;
  max-height: 62px;
  max-width: 231px;
  width: auto;
}
.header__wrapper__menu__nav {
  display: contents;
}
.header__wrapper__menu__nav__expandido {
  align-items: center;
  display: contents;
}
.header__language-switcher {
  align-items: center;
  display: inline-flex;
  justify-self: end;
  position: relative;
}
.header__language-dropdown {
  position: relative;
  width: 100%;
}
.header__language-trigger {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  color: var(--graphite-color);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--text-small);
  font-weight: 500;
  gap: 10px;
  height: 42px;
  justify-content: space-between;
  line-height: 1.2;
  min-width: 160px;
  padding: 10px 14px;
  width: 100%;
}
.header__language-trigger:focus-visible {
  border-color: var(--primary-color);
}
.header__language-trigger::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid currentColor;
  content: "";
  flex: 0 0 auto;
}
.header__language-label {
  flex: 1 1 auto;
  text-align: left;
}
.header__language-flag {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  flex: 0 0 auto;
  height: 16px;
  width: 20px;
}
.header__language-flag--br {
  background-image: var(--icon-br);
}
.header__language-flag--uk {
  background-image: var(--icon-uk);
}
.header__language-flag--it {
  background-image: var(--icon-it);
}
.header__language-options {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  border-radius: 8px;
  box-shadow: 0 18px 24px rgba(13, 31, 36, 0.1);
  display: none;
  list-style: none;
  margin: 8px 0 0;
  min-width: 100%;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1001;
}
.header__language-option {
  margin: 0;
}
.header__language-option a {
  align-items: center;
  color: var(--graphite-color);
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
}
.header__language-option a:hover, .header__language-option a:focus-visible {
  background: var(--light-blue-color);
  color: var(--primary-color);
}
.header__language-option.is-active a {
  color: var(--primary-color);
  font-weight: 700;
}
.header__language-dropdown.is-open .header__language-options {
  display: block;
}
.header__menu-list {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-list li {
  margin: 0;
  position: relative;
}
.header__menu-list > li:last-child {
  display: none;
}
.header__menu-list a {
  color: var(--graphite-color);
  display: inline-flex;
  font-size: var(--text);
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  transition: text-shadow 0.2s ease;
}
.header__menu-list a:hover, .header__menu-list a:focus-visible {
  text-shadow: 0 0 0.01px currentColor, 0 1px 6px rgba(16, 38, 84, 0.18);
}
.header__menu-list .current-menu-item > a,
.header__menu-list .current-menu-parent > a,
.header__menu-list .current-menu-ancestor > a,
.header__menu-list .current_page_item > a,
.header__menu-list .current_page_parent > a,
.header__menu-list .current_page_ancestor > a {
  text-shadow: 0 0 0.01px currentColor, 0 1px 6px rgba(16, 38, 84, 0.18);
}
.header__menu-list .menu-item-has-children > a::after {
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 4px;
}
.header__menu-list .sub-menu {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  border-radius: 12px;
  box-shadow: 0 18px 24px rgba(13, 31, 36, 0.1);
  display: none;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 190px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.header__menu-list .menu-item-has-children:hover > .sub-menu,
.header__menu-list .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
.header__menu-list .sub-menu a {
  display: flex;
  padding: 10px 18px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.header__contact {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-family-alt);
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background: var(--secondary-color);
  color: var(--white-color);
  justify-self: end;
  min-width: 153px;
}
.header__contact:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .header__contact {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
}
.header__wrapper__menu__nav__btn-mobile {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary-color);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.header__wrapper__menu__nav__btn-mobile__hamburger {
  border-top: 2px solid currentColor;
  display: block;
  width: 22px;
}
.header__wrapper__menu__nav__btn-mobile__hamburger::before, .header__wrapper__menu__nav__btn-mobile__hamburger::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  transition: 0.2s ease;
  width: 22px;
}
@media (max-width: 1199px) {
  .header__wrapper {
    grid-template-columns: 210px minmax(0, 1fr) 148px 140px;
  }
  .header__menu-list {
    gap: 18px;
  }
  .header__contact {
    min-width: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__language-switcher {
    justify-self: end;
  }
}
@media (max-width: 991px) {
  .header {
    min-height: 84px;
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 84px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .header__wrapper__logo img {
    max-height: 48px;
    max-width: 188px;
  }
  .header__wrapper__menu__nav__btn-mobile {
    display: inline-flex;
  }
  .header__wrapper__menu__nav {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    margin-left: 0;
  }
  .header__wrapper__menu__nav__expandido {
    align-items: stretch;
    background: var(--white-color);
    border-top: 1px solid var(--line-color);
    box-shadow: 0 18px 24px rgba(13, 31, 36, 0.08);
    display: none;
    flex-direction: column;
    gap: 24px;
    height: calc(100vh - 84px);
    left: 0;
    overflow-y: auto;
    padding: 32px 24px;
    position: fixed;
    right: 0;
    top: 84px;
    z-index: 1000;
  }
  .header__language-switcher {
    justify-content: flex-start;
    order: 2;
  }
  .header__language-dropdown {
    width: 100%;
  }
  .header__language-trigger {
    font-size: var(--text);
    min-width: 100%;
  }
  .header__language-options {
    position: static;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__expandido {
    display: flex;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger {
    border-top-color: transparent;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger::before {
    transform: rotate(135deg);
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger::after {
    margin-top: -2px;
    transform: rotate(-135deg);
  }
  .header__menu-list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .header__menu-list li {
    border-bottom: 1px solid var(--line-color);
  }
  .header__menu-list a {
    justify-content: space-between;
    padding: 16px 0;
    text-align: left;
    width: 100%;
  }
  .header__menu-list .sub-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    left: auto;
    min-width: 0;
    padding: 0 0 10px 16px;
    position: static;
    transform: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .header__menu-list .sub-menu.no-active {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header__menu-list .sub-menu li {
    border-bottom: 0;
  }
  .header__menu-list .sub-menu a {
    padding: 8px 0;
  }
  .header__contact {
    justify-self: auto;
    order: 3;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header__wrapper__logo img {
    max-width: 170px;
  }
}

.footer {
  background: var(--primary-color);
  color: var(--white-color);
}
.footer__inner {
  padding: 30px 0 24px;
}
@media (max-width: 576px) {
  .footer__inner {
    padding: 0px 24px 24px;
  }
}
.footer__top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 48px;
  justify-content: space-between;
  padding-bottom: 24px;
}
.footer__logo {
  display: inline-flex;
  flex: 0 0 auto;
}
.footer__logo img {
  display: block;
  height: auto;
  max-height: 78px;
  max-width: 176px;
  width: auto;
}
.footer__nav {
  flex: 1 1 auto;
}
.footer__menu-list {
  align-items: center;
  display: flex;
  gap: 64px;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu-list > li:first-child {
  display: none;
}
.footer__menu-list a {
  color: var(--white-color);
  font-family: var(--font-family-alt);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.footer__menu-list a:hover {
  color: var(--gold-color);
}
.footer__social-links {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
}
.footer__social-links a {
  align-items: center;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.footer__social-links a i {
  background-color: var(--white-color);
  width: 22px;
}
.footer__social-links a:hover i {
  background-color: var(--gold-color);
}
.footer__bottom {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 20px;
}
.footer__copyright {
  color: var(--white-color);
  font-family: var(--font-family-alt);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.footer__legal {
  align-items: center;
  display: flex;
  gap: 42px;
}
.footer__legal a {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-family-alt);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.footer__legal a:hover {
  color: var(--gold-color);
}
@media (max-width: 991px) {
  .footer__top, .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .footer__top {
    padding-bottom: 16px;
  }
  .footer__bottom {
    padding-top: 16px;
  }
  .footer__menu-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .footer__inner {
    padding: 24px 20px 20px;
  }
  .footer__top {
    gap: 8px;
  }
  .footer__menu-list {
    gap: 8px;
  }
  .footer__social-links {
    gap: 8px;
  }
}

form p:not(:last-of-type) {
  margin-bottom: 0;
}

form label, form span, form p {
  font-weight: 400;
}

::placeholder {
  color: #808080;
  font-size: var(--text-small);
}

input:is([type=text], [type=email], [type=tel]), textarea, select {
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 48px;
  padding: 10px;
  font-size: var(--text-small);
  width: 100%;
  color: var(--graphite-color);
}

textarea {
  height: 84px;
}

input[type=radio], input[type=checkbox] {
  visibility: hidden;
}

label:has(input[type=radio]), label:has(input[type=checkbox]) {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

label:has(input[type=radio])::before, label:has(input[type=checkbox])::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 2px;
  margin-right: 5px;
}

label:has(input[type=radio])::after, label:has(input[type=checkbox])::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
}

label:has(input[type=radio]:checked)::after, label:has(input[type=checkbox]:checked)::after {
  visibility: visible;
}

label:has(input[type=radio])::before {
  border-radius: 50%;
}

label:has(input[type=radio])::after {
  border-radius: 50%;
}

select {
  background-image: var(--chevron-down);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 24px;
}

label:has(input[type=file]) {
  position: relative;
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 40px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  justify-content: flex-end;
}
label:has(input[type=file]) span {
  font-size: var(--text-small);
}
label:has(input[type=file]) .wpcf7-form-control-wrap {
  position: absolute;
}
label:has(input[type=file]) input {
  visibility: hidden;
}
label:has(input[type=file]) i {
  background-color: #aaa;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #ff6b6b;
  display: block;
  font-family: var(--font-family-alt);
  text-transform: none;
  font-size: var(--text-x-small);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio span, .wpcf7-checkbox span {
  line-height: 16px;
}

.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.wpcf7-submit {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-family-alt);
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background: var(--gold-color);
  color: var(--primary-color);
}
.wpcf7-submit:hover {
  background: var(--light-gold-color) !important;
  color: var(--primary-color);
}

.wpcf7-spinner {
  display: none;
  margin: 0;
}

.wpcf7 form.submitting .wpcf7-spinner {
  display: inline-block;
  margin: 12px auto 0;
}

.pattern-pill {
  align-items: center;
  background: var(--light-blue-color);
  border: 1px solid var(--line-color);
  border-radius: 100px;
  color: var(--primary-color);
  display: flex;
  font-size: var(--text);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px !important;
  min-height: 30px;
  padding: 8px 20px !important;
  text-transform: uppercase;
  width: fit-content;
  min-width: 140px;
}

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