html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

.error404 .site-header {
  display: none;
}

body.page-template-policy,
body.page-template-policy-php {
  background-color: #fafffe;
}
body.page-template-policy .site-header,
body.page-template-policy-php .site-header {
  display: none;
}

.policy-page {
  position: relative;
  min-height: max(1313px, 100svh - 73px);
  overflow: hidden;
  background-color: #fafffe;
  color: #505050;
}

.policy-page-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: max(100%, 2459px);
  height: 1312px;
  margin-left: -38px;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.policy-page-bg-image,
.policy-page-bg-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.policy-page-bg-image {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.policy-page-bg-image-one {
  z-index: 1;
}

.policy-page-bg-image-two {
  z-index: 2;
}

.policy-page-bg-overlay {
  z-index: 3;
  background-image: linear-gradient(180.035deg, #ffffff 4.8397%, rgba(255, 255, 255, 0.75) 60.164%, #ffffff 94.971%);
}

.policy-page-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 33px 20px 149px;
}

.policy-logo {
  position: relative;
  display: block;
  width: 245.227px;
  height: 65px;
  overflow: hidden;
  color: #505050;
  text-decoration: none;
}

.policy-logo-wordmark-wrap {
  position: absolute;
  top: 0.03px;
  left: 1.63px;
  width: 262.822px;
  height: 40.278px;
  overflow: hidden;
}

.policy-logo-wordmark {
  position: absolute;
  top: -20.13px;
  left: -9.59px;
  display: block;
  width: 272.429px;
  height: 88.14px;
  max-width: none;
}

.policy-logo-line {
  position: absolute;
  top: 47.35px;
  left: 44.32px;
  display: block;
  width: 201.75px;
  height: 0.841px;
  max-width: none;
}

.policy-logo-tagline {
  position: absolute;
  top: 50.23px;
  left: calc(50% + 0.74px);
  display: flex;
  width: 243.75px;
  align-items: center;
  justify-content: space-between;
  color: #505050;
  font-size: 12.205px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.488px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.policy-logo-diamond {
  display: block;
  width: 12.528px;
  height: 13.247px;
  max-width: none;
  flex-shrink: 0;
}

.policy-page-header {
  margin-top: 96px;
  text-align: center;
}

.policy-page-title {
  margin: 0;
  color: #ae0d09;
  font-size: 42px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.policy-page-card {
  width: min(1190px, 100%);
  min-height: 884px;
  box-sizing: border-box;
  margin-top: 22px;
  padding: 54px clamp(24px, 13.8vw, 164px) 64px;
  background-color: #ffffff;
  box-shadow: 0 93px 26px rgba(0, 0, 0, 0), 0 59px 24px rgba(0, 0, 0, 0.01), 0 33px 20px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.policy-content {
  max-width: 827px;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.policy-content > *:first-child {
  margin-top: 0;
}
.policy-content > *:last-child {
  margin-bottom: 0;
}
.policy-content p {
  margin: 0;
}

body.page-template-policy .site-footer.footer-design,
body.page-template-policy-php .site-footer.footer-design {
  min-height: 73px;
}
body.page-template-policy .site-footer.footer-design .container,
body.page-template-policy-php .site-footer.footer-design .container {
  min-height: 73px;
  max-width: 1130px;
  padding: 24px 0 !important;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
body.page-template-policy .site-footer.footer-design ul,
body.page-template-policy-php .site-footer.footer-design ul {
  gap: 24px;
}
body.page-template-policy .site-footer.footer-design img,
body.page-template-policy-php .site-footer.footer-design img {
  width: 40.642px;
  height: 18px;
}

@media (max-width: 1279px) {
  .policy-page-card {
    padding-right: clamp(32px, 8vw, 96px);
    padding-left: clamp(32px, 8vw, 96px);
  }
}
@media (max-width: 767px) {
  .policy-page {
    min-height: auto;
  }
  .policy-page-bg {
    width: max(100%, 1500px);
    height: 100%;
    min-height: 920px;
    margin-left: 0;
  }
  .policy-page-inner {
    padding: 24px 16px 64px;
  }
  .policy-page-header {
    margin-top: 58px;
  }
  .policy-page-title {
    font-size: 34px;
  }
  .policy-page-card {
    min-height: 520px;
    margin-top: 22px;
    padding: 32px 24px 40px;
  }
  body.page-template-policy .site-footer.footer-design .container,
  body.page-template-policy-php .site-footer.footer-design .container {
    padding: 22px 16px !important;
    align-items: flex-start;
  }
}
#page {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  #page {
    overflow-x: hidden;
  }
}
main[id],
section[id] {
  scroll-margin-top: 32px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ff-2 {
  font-family: "Playfair Display", sans-serif;
}

.ff-3 {
  font-family: "DM Sans", sans-serif;
}

.dark-gray-text {
  color: #505050;
}

.footer-design {
  background-color: #505050;
  color: #ffffff;
}
.footer-design a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-design a:hover, .footer-design a:focus-visible {
  opacity: 0.72;
}

.front-hero {
  background-color: #f5f5f3;
}
.front-hero .front-hero-copy p {
  margin: 0;
}
.front-hero .front-hero-copy p + p {
  margin-top: 10px;
}
.front-hero .front-hero-media {
  z-index: 0;
}
.front-hero .front-hero-media::before, .front-hero .front-hero-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.front-hero .front-hero-media::before {
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(245, 245, 243, 0) 0%, #f5f5f3 100%);
}
.front-hero .front-hero-media::after {
  inset: 0 0 auto;
  height: 38%;
  background: linear-gradient(180deg, #f5f5f3 0%, rgba(245, 245, 243, 0.7) 34%, rgba(245, 245, 243, 0) 100%);
}
.front-hero .front-hero-media img,
.front-hero .front-hero-media video {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-media {
  background-color: #f5f5f3;
}

.services-image::before, .services-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.services-image::before {
  background: linear-gradient(90deg, #f5f5f3 0%, rgba(245, 245, 243, 0.92) 11%, rgba(245, 245, 243, 0) 42%);
}
.services-image::after {
  background: linear-gradient(180deg, rgba(245, 245, 243, 0) 42%, #f5f5f3 100%);
}
.services-image img {
  position: relative;
  z-index: 0;
}

.services-side-title-wrap {
  width: clamp(72px, 8vw, 112px);
  background-color: #f5f5f3;
}

.services-side-title {
  color: rgba(80, 80, 80, 0.12);
  font-size: clamp(56px, 6.8vw, 104px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(90deg);
  pointer-events: none;
  white-space: nowrap;
}

.services-section .services-accordion-column {
  order: 2;
}
.services-section .services-media-faq {
  background-color: transparent;
  order: 1;
}
.services-section .services-image-faq::before {
  background: linear-gradient(90deg, #f5f5f3 0%, rgba(245, 245, 243, 0.72) 16%, rgba(245, 245, 243, 0) 48%);
}
.services-section .services-side-title-wrap-faq {
  width: clamp(72px, 7vw, 96px);
}

@media (min-width: 1280px) {
  .services-section .services-accordion-column {
    order: 1;
  }
  .services-section .services-media-faq {
    order: 2;
  }
}
.services-section .services-content {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  opacity: 1;
  transition: grid-template-rows 0.32s ease, opacity 0.24s ease, margin-top 0.24s ease;
}
.services-section .services-content .services-content-inner {
  min-height: 0;
  overflow: hidden;
}
.services-section .services-content p {
  margin: 0;
}
.services-section .services-content p + p {
  margin-top: 10px;
}
.services-section .services-accordion-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.services-section .services-accordion-icon-wrap {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: #505050;
}
.services-section .services-accordion-icon,
.services-section .services-accordion-icon::before,
.services-section .services-accordion-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 1px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.services-section .services-accordion-icon {
  background-color: transparent;
}
.services-section .services-accordion-icon::before,
.services-section .services-accordion-icon::after {
  content: "";
}
.services-section .services-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.services-section .services-accordion-item:not(.is-open) .services-content {
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
}
.services-section .services-accordion-item.is-open .services-accordion-icon::after {
  opacity: 0;
}

.red-text {
  color: #ae0d09;
}

.why-choose-section .why-choose-description p {
  margin: 0;
}
.why-choose-section .why-choose-description p + p {
  margin-top: 0;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 46px;
  padding: 12px 30px;
  background-color: #AE0D09;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus-visible {
  background-color: #AE0D09;
  color: #ffffff;
}

.dark-red-text {
  color: #71100c;
}

.sfc-back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 999;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ae0d09;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.sfc-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.sfc-back-to-top:hover, .sfc-back-to-top:focus-visible {
  background-color: #71100c;
}
.sfc-back-to-top:focus-visible {
  outline: 2px solid rgba(174, 13, 9, 0.32);
  outline-offset: 4px;
}

.sfc-back-to-top__icon {
  display: block;
  width: 16px;
  height: 24px;
}

@media (max-width: 640px) {
  .sfc-back-to-top {
    width: 46px;
    height: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sfc-back-to-top {
    transition: none;
  }
}/*# sourceMappingURL=theme.css.map */