html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-left: 16px;
  padding-right: 16px;
}

body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: calc(var(--wp--style--global--content-size) - 16px);
  padding: 0;
}
@media screen and (max-width: 1440px) {
  body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: calc(100% - 16px);
  }
}

:where(body .is-layout-constrained) > *,
:where(.wp-site-blocks) > * {
  margin-top: 0;
}

html .wp-block-query {
  margin: 0;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

:where(figure) {
  margin: 0;
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fff;
}

.wp-block-button .wp-block-button__link.is-style-secondary,
.wp-block-button.is-style-secondary > .wp-block-button__link {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.fancybox__slide {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.fancybox__content {
  width: 100%;
  max-width: 1480px !important;
  padding: 3.75rem !important;
  height: auto;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .fancybox__content {
    padding: 24px !important;
    max-height: 80%;
  }
}

.f-button.is-close-btn {
  top: 0 !important;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 5px 0 0;
  padding: 0;
  border: 0;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 0;
  border-bottom: 2px solid currentColor;
  width: 100%;
  border-radius: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible {
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible::placeholder {
  opacity: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -15px;
  font-size: 13px;
  line-height: 1;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: red;
}

.wp-block-post {
  display: flex;
}

.wp-block-categories-dropdown select {
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M6.36377 0.703373L12.5709 0.703087L6.36377 6.40617L0.156624 0.703087L6.36377 0.703373Z' fill='%2308243A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  border-radius: 3px;
}

.wp-block-search__inside-wrapper {
  padding: 0;
  border-radius: 3px;
}

html .wp-block-search__input {
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  font-size: 15px;
}

.wp-block-search__button {
  padding: 11px 20px;
  margin: 0;
  line-height: 1;
  font-size: 15px;
}

.page-numbers {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.page-numbers.current {
  color: #fff;
  background-color: var(--wp--preset--color--raft-accent);
}

.wp-site-blocks .addtoany_share_save_container {
  margin-top: 80px;
}

.wp-block-latest-posts__list li {
  margin-bottom: 30px;
}

.wp-block-latest-posts__post-title {
  text-decoration: none;
  font-weight: 600;
}

.wp-block-latest-posts__featured-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.hidden {
  display: none;
}

.btn {
  padding: 16px 24px;
  border-radius: 1440px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fff;
}
.btn--outline {
  background-color: transparent;
  border: 2px solid currentColor;
  color: #fff;
}
.btn--outline:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn--primary {
  color: #000;
}
.btn--primary:hover {
  background: linear-gradient(0deg, rgba(3, 255, 255, 0.2) 0%, rgba(3, 255, 255, 0.2) 100%), #fff;
}
.btn--secondary {
  color: #fff;
}
.default-padding {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .default-padding {
    padding: 40px 0;
  }
}

.is-style-highlited {
  display: flex;
  flex-direction: column;
  gap: 24px;
  counter-reset: highlitedlist;
  padding-left: 50px;
}
.is-style-highlited li {
  border-radius: 12px;
  mix-blend-mode: difference;
  padding: 12px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  mix-blend-mode: difference;
}
.is-style-highlited li::marker {
  display: none;
  content: none;
}
.is-style-highlited li::before {
  content: "";
  border-radius: 12px;
  padding: 8px;
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: highlitedlist;
  content: counter(highlitedlist);
  font-size: 33.572px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  mix-blend-mode: difference;
}

.wp-block-table.is-style-header-highlited {
  overflow: scroll;
}
.wp-block-table.is-style-header-highlited table {
  width: 1100px;
}
.wp-block-table.is-style-header-highlited thead {
  background-color: #fff;
  color: #000;
}
.wp-block-table.is-style-header-highlited thead td,
.wp-block-table.is-style-header-highlited thead th {
  border-color: #fff;
  padding: 14px 16px;
}
.wp-block-table.is-style-header-highlited td,
.wp-block-table.is-style-header-highlited th {
  padding: 10px 20px;
  max-width: 500px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

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