<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer style */

.site-footer .widget-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
  align-items: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.25rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(201 37 44 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
    display: flex;
    min-height: 55px;
    width: 100%;
    cursor: default;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .site-footer .widget-title {
    font-size: 24px;
  }
}

.site-footer {
  padding-top: 60px;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .site-footer {
    padding-top: 72px;
  }
}

.site-footer .widget-title + div {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .site-footer .widget-title + div {
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.wp-block-image {
  margin: 0;
}

.footer-logo {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .footer-logo {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 1023px){
  .site-footer .widget-title::before {
    content: '';
    position: absolute;
    display: block;
    top: 54%;
    transform: translateY(-50%) rotate(45deg);
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #c9252c;
    border-right: 3px solid #c9252c;
  }

  .site-footer .active-menu-widget{
    max-height: 500px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

.site-footer  .widget_nav_menu ul.menu {
  padding-right: 2rem;
}

.site-footer  .widget_nav_menu ul.menu li a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 42 42 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.footer-bottom p {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 42 42 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .footer-bottom p {
    margin-bottom: 1.75rem;
  }
}

.footer-bottom .widget_block:last-child p {
  margin-bottom: 0px;
}

.footer-bottom h6 {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 42 42 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .footer-bottom h6 {
    margin-bottom: 1.75rem;
  }
}

.footer-contact-wrap{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 0px;
  max-width: 424px;
  border-radius: 0.75rem;
  padding-left: 2rem;
  padding-top: 1.75rem;
  padding-right: 2rem;
  padding-bottom: 52px;
}

@media (min-width: 1024px) {
  .footer-contact-wrap {
    margin-right: 0.75rem;
    padding-left: 2.25rem;
    padding-right: 5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .footer-contact-wrap {
    margin-right: 1.25rem;
  }
}

.footer-contact-wrap h2 {
  margin-bottom: 1.75rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.merit-contact-list li {
  display: flex;
}

.merit-contact-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .merit-contact-list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.merit-contact-list li &gt; div {
  margin-right: 2.25rem;
  width: 25px;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .merit-contact-list li &gt; div {
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .merit-contact-list li &gt; div {
    margin-right: 2.25rem;
  }
}

.merit-contact-list li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* text-decoration-line: underline; */
  text-decoration-color: currentColor;
}

.footer-social {
  margin-top: 2.5rem;
  display: flex;
  max-width: 424px;
  justify-content: center;
}

.footer-social a {
  display: block;
}

.footer-social a + a {
  margin-left: 2.5rem;
  display: block;
}

@media (min-width: 1280px) {
  .footer-social a + a {
    margin-left: 3rem;
  }
}

@media (min-width: 1024px) {
  .footer-content {
    width: 50%;
  }
}

@media (min-width: 1536px) {
  .footer-content {
    width: 33.333333%;
  }
}

@media (min-width: 1800px) {
  .footer-content {
    width: 18rem;
  }
}

.footer-bottom {
  margin-top: 42px;
}

@media (min-width: 1024px) {
  .footer-bottom {
    margin-top: 6rem;
  }
}

.widget_nav_menu {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .widget_nav_menu {
    margin-bottom: 10px;
  }
}

@media (max-width: 375px){
  .footer-social a + a {
    margin-left: 1.5rem;
  }
}</pre></body></html>