/* Colours */
/* Breakpoints */
/* Media query */
/* Fonts */
/* Default Heading Style 
 H1 - 80px
 H2 - 64px
 H3 - 36px
 H4 - 32px
 H5 - 24px
 H6 - 17px
 */
/* Other Font Size 
 4XL - 168
 3XL - 120
 2XL - 96
 XL - 80
 LARGE - 64
 MED - 36
 SML - 32
 XS - 24
 2XS - 17
 3XS - 15
 4XS - 14
 */
/* Typography Mixin 
 @include apply-typography(map-get($sizes, 24));
 */
/* Global styles */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Colours */
.color-brown, .color-brown * {
  color: #1d0e06 !important;
}
.color-brown-25, .color-brown-25 * {
  color: #463e39 !important;
}
.color-brown-50, .color-brown-50 * {
  color: #867e79 !important;
}
.color-brown-75, .color-brown-75 * {
  color: #c2bfbc !important;
}
.color-bone, .color-bone * {
  color: #ece9e8 !important;
}
.color-white, .color-white * {
  color: #fff !important;
}
.color-brown-t-25, .color-brown-t-25 * {
  color: rgba(29, 14, 6, 0.25) !important;
}
.color-brown-t-50, .color-brown-t-50 * {
  color: rgba(29, 14, 6, 0.5) !important;
}
.color-brown-t-75, .color-brown-t-75 * {
  color: rgba(29, 14, 6, 0.75) !important;
}
.color-bone-t-25, .color-bone-t-25 * {
  color: rgba(236, 233, 232, 0.25) !important;
}
.color-bone-t-50, .color-bone-t-50 * {
  color: rgba(236, 233, 232, 0.5) !important;
}
.color-bone-t-75, .color-bone-t-75 * {
  color: rgba(236, 233, 232, 0.75) !important;
}
.color-bone-t-90, .color-bone-t-90 * {
  color: rgba(236, 233, 232, 0.9) !important;
}
/* Default Heading Style */
h1, h1 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 5rem !important;
  line-height: 1 !important;
  letter-spacing: -1.6px !important;
}
@media only screen and (max-width: 1024px) {
  h1, h1 * {
    font-size: 4rem !important;
    line-height: 1.15 !important;
    letter-spacing: -1.28px !important;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 * {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.72px !important;
  }
}
h2, h2 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 4rem !important;
  line-height: 1.15 !important;
  letter-spacing: -1.28px !important;
}
@media only screen and (max-width: 1024px) {
  h2, h2 * {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.72px !important;
  }
}
h3, h3 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.72px !important;
}
@media only screen and (max-width: 1024px) {
  h3, h3 * {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    letter-spacing: -0.64px !important;
  }
}
h4, h4 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
}
@media only screen and (max-width: 1024px) {
  h4, h4 * {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
h5, h5 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
@media only screen and (max-width: 1024px) {
  h5, h5 * {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
h6, h6 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
/* Other Font Size */
.size-168, .size-168 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 10.5rem !important;
  line-height: 1 !important;
  letter-spacing: -3.36px !important;
}
@media only screen and (max-width: 1024px) {
  .size-168, .size-168 * {
    font-size: 7.5rem !important;
    line-height: 1 !important;
    letter-spacing: -2.4px !important;
  }
}
@media only screen and (max-width: 768px) {
  .size-168, .size-168 * {
    font-size: 6rem !important;
    line-height: 1 !important;
    letter-spacing: -3.84px !important;
  }
}
.size-120, .size-120 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 7.5rem !important;
  line-height: 1 !important;
  letter-spacing: -2.4px !important;
}
@media only screen and (max-width: 1024px) {
  .size-120, .size-120 * {
    font-size: 6rem !important;
    line-height: 1 !important;
    letter-spacing: -3.84px !important;
  }
}
@media only screen and (max-width: 768px) {
  .size-120, .size-120 * {
    font-size: 2.5rem !important;
    line-height: 1 !important;
    letter-spacing: -1.6px !important;
  }
}
.size-96, .size-96 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 6rem !important;
  line-height: 1 !important;
  letter-spacing: -3.84px !important;
}
@media only screen and (max-width: 1024px) {
  .size-96, .size-96 * {
    font-size: 5rem !important;
    line-height: 1 !important;
    letter-spacing: -1.6px !important;
  }
}
@media only screen and (max-width: 768px) {
  .size-96, .size-96 * {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -1.28px !important;
  }
}
.size-80, .size-80 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 5rem !important;
  line-height: 1 !important;
  letter-spacing: -1.6px !important;
}
@media only screen and (max-width: 1024px) {
  .size-80, .size-80 * {
    font-size: 4rem !important;
    line-height: 1.15 !important;
    letter-spacing: -1.28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .size-80, .size-80 * {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.72px !important;
  }
}
.size-64, .size-64 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 4rem !important;
  line-height: 1.15 !important;
  letter-spacing: -1.28px !important;
}
@media only screen and (max-width: 1024px) {
  .size-64, .size-64 * {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.72px !important;
  }
}
.size-36, .size-36 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.72px !important;
}
@media only screen and (max-width: 1024px) {
  .size-36, .size-36 * {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    letter-spacing: -0.64px !important;
  }
}
.size-32, .size-32 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
}
@media only screen and (max-width: 1024px) {
  .size-32, .size-32 * {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.size-24, .size-24 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
@media only screen and (max-width: 1024px) {
  .size-24, .size-24 * {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.size-17, .size-17 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
.size-15, .size-15 * {
  font-family: 'Supreme-Medium' !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  letter-spacing: 1.125px !important;
  text-transform: uppercase !important;
}
.size-14, .size-14 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
/* Font Family*/
.ss-heading, .ss-heading * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
}
.supreme-reg, .supreme-reg * {
  font-family: 'Supreme-Regular' !important;
}
.supreme-med, .supreme-med * {
  font-family: 'Supreme-Medium' !important;
}
/* Line Height */
.lh-1, .lh-1 * {
  line-height: 1 !important;
}
.lh-115, .lh-115 * {
  line-height: 1.15 !important;
}
.lh-125, .lh-125 * {
  line-height: 1.25 !important;
}
.lh-140, .lh-140 * {
  line-height: 1.4 !important;
}
/* Letter Spacing */
.ls--124, .ls--124 * {
  letter-spacing: 1.125px !important;
}
.ls-n3-84, .ls-n3-84 * {
  letter-spacing: -3.84px !important;
}
.ls-n3-36, .ls-n3-36 * {
  letter-spacing: -3.36px !important;
}
.ls-n2-4, .ls-n2-4 * {
  letter-spacing: -2.4px !important;
}
.ls-n1-6, .ls-n1-6 * {
  letter-spacing: -1.6px !important;
}
.ls-n1-28, .ls-n1-28 * {
  letter-spacing: -1.28px !important;
}
.ls-n0-72, .ls-n0-72 * {
  letter-spacing: -0.72px !important;
}
.ls-n0-64, .ls-n0-64 * {
  letter-spacing: -0.64px !important;
}
/* Other Font Style */
.txt-uppercase, .txt-uppercase * {
  text-transform: uppercase !important;
}
/* Reset paragraph spacing (used in Fusion blocks) */
/* Remove line breaks in titles on tablet and below */
@media only screen and (max-width: 1024px) {
  .fusion-title br {
    display: none;
  }
}
.fusion-title p, .fusion-title-size-paragraph p, .fusion-text p {
  margin-top: 0 !important;
}
.fusion-title p:last-of-type, .fusion-title-size-paragraph p:last-of-type, .fusion-text p:last-of-type {
  margin-bottom: 0 !important;
}
/* Fusion Button */
.fusion-button {
  min-height: 38px;
  font-weight: normal !important;
  overflow: hidden;
}
.fusion-button:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-image: url('/wp-content/uploads/2026/03/default-btn-icon.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  transition: all 500ms ease-out;
}
.fusion-button:hover:before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  transform: rotate(180deg);
  margin-right: 6px;
  margin-left: 2px;
}
.fusion-button:after {
  content: '';
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  right: -121.5px;
  bottom: -131px;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(222, 195, 125, 0.33) 0%, rgba(222, 195, 125, 0.00) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 195, 125, 0.33) 0%, rgba(222, 195, 125, 0.00) 100%);
}
.fusion-button.brown-btn {
  background-color: #1d0e06 !important;
  color: #ece9e8 !important;
}
.fusion-button.brown-btn:before {
  background-image: url('/wp-content/uploads/2026/03/bone-btn-icon.svg');
}
.fusion-button.brown-btn > span {
  color: #ece9e8 !important;
}
.fusion-button.brown75-outline-btn {
  background-color: transparent !important;
  border: 1px solid #c2bfbc !important;
  color: #1d0e06 !important;
}
.fusion-button.brown75-outline-btn > span {
  color: #1d0e06 !important;
}
.fusion-button.bone50-outline-btn {
  background-color: transparent !important;
  border: 1px solid #867e79 !important;
  color: #1d0e06 !important;
}
.fusion-button.bone50-outline-btn > span {
  color: #1d0e06 !important;
}
.fusion-button.bone75-outline-btn {
  background-color: transparent !important;
  border: 1px solid #c2bfbc !important;
  color: #1d0e06 !important;
}
.fusion-button.bone75-outline-btn > span {
  color: #1d0e06 !important;
}
.fusion-button.bonet25-outline-btn {
  background-color: transparent !important;
  border: 1px solid rgba(236, 233, 232, 0.25) !important;
  color: #ece9e8 !important;
}
.fusion-button.bonet25-outline-btn:before {
  background-image: url('/wp-content/uploads/2026/03/bone-btn-icon.svg');
}
.fusion-button.bonet25-outline-btn > span {
  color: #ece9e8 !important;
}
.fusion-button.white-btn {
  background-color: #fff !important;
  color: #1d0e06 !important;
}
.fusion-button.white-btn > span {
  color: #1d0e06 !important;
}
.fusion-button.txt-btn {
  background-color: transparent !important;
  border-bottom: 1px solid #1d0e06 !important;
  border-radius: 0 !important;
  padding: 0 0 4px 0 !important;
  min-height: auto;
}
.fusion-button.txt-btn:after {
  display: none;
}
.fusion-button.icon-btn {
  background-color: transparent !important;
  border: 1px solid #c2bfbc !important;
  color: #1d0e06 !important;
  background-size: 15px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-width: 38px;
}
.fusion-button.icon-btn:before, .fusion-button.icon-btn:after {
  display: none;
}
.fusion-button.icon-btn > span {
  color: #ece9e8 !important;
}
.fusion-button.icon-btn.call-icon-light {
  background-image: url('/wp-content/uploads/2026/03/bone-call-icon.svg');
}
.fusion-button.icon-btn.user-icon-light {
  background-image: url('/wp-content/uploads/2026/03/bone-user-icon.svg');
}
.fusion-button.icon-btn.call-icon {
  background-image: url('/wp-content/uploads/2026/03/brown-call-icon.svg');
}
.fusion-button.icon-btn.user-icon {
  background-image: url('/wp-content/uploads/2026/03/brown-user-icon.svg');
}
.fusion-button.icon-btn.light-border {
  border: 1px solid rgba(236, 233, 232, 0.25) !important;
  color: #ece9e8 !important;
}
/* Text Width */
.txtw-521 {
  max-width: 521px;
}
@media only screen and (max-width: 1024px) {
  .txtw-521 {
    max-width: 100%;
  }
}
.txtw-536 {
  max-width: 536px;
}
@media only screen and (max-width: 1024px) {
  .txtw-536 {
    max-width: 100%;
  }
}
.txtw-560 {
  max-width: 560px;
}
@media only screen and (max-width: 1024px) {
  .txtw-560 {
    max-width: 100%;
  }
}
.txtw-770 {
  max-width: 770px;
}
@media only screen and (max-width: 1024px) {
  .txtw-770 {
    max-width: 100%;
  }
}
/* Container Width */
.mwsec-1329 > .fusion-row {
  max-width: 1329px !important;
}
@media only screen and (max-width: 1024px) {
  .mwsec-1329 > .fusion-row {
    max-width: 100% !important;
  }
}
.mwsec-1328 > .fusion-row {
  max-width: 1328px !important;
}
@media only screen and (max-width: 1024px) {
  .mwsec-1328 > .fusion-row {
    max-width: 100% !important;
  }
}
.mwsec-1262 > .fusion-row {
  max-width: 1262px !important;
}
@media only screen and (max-width: 1024px) {
  .mwsec-1262 > .fusion-row {
    max-width: 100% !important;
  }
}
/* Image Height */
.imgh-701 {
  width: 100%;
}
.imgh-701 > img {
  width: 100%;
  height: 701px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-701 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-700 {
  width: 100%;
}
.imgh-700 > img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-700 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-690 {
  width: 100%;
}
.imgh-690 > img {
  width: 100%;
  height: 690px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-690 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-653 {
  width: 100%;
}
.imgh-653 > img {
  width: 100%;
  height: 653px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-653 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-632 {
  width: 100%;
}
.imgh-632 > img {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-632 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-588 {
  width: 100%;
}
.imgh-588 > img {
  width: 100%;
  height: 588px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-588 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-578 {
  width: 100%;
}
.imgh-578 > img {
  width: 100%;
  height: 578px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-578 > img {
    height: 400px;
    object-position: top;
  }
}
.imgh-435 {
  width: 100%;
}
.imgh-435 > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}
.imgh-339 {
  width: 100%;
}
.imgh-339 > img {
  width: 100%;
  height: 339px;
  object-fit: cover;
}
.imgh-313 {
  width: 100%;
}
.imgh-313 > img {
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.imgh-290 {
  width: 100%;
}
.imgh-290 > img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.imgh-267 {
  width: 100%;
}
.imgh-267 > img {
  width: 100%;
  height: 267px;
  object-fit: cover;
}
.imgh-216 {
  width: 100%;
}
.imgh-216 > img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}
.imgw-467 {
  width: 100%;
  max-width: 467px !important;
}
@media only screen and (max-width: 768px) {
  .imgw-467 {
    max-width: 100% !important;
  }
}
.imgw-467 > img {
  width: 100%;
  max-width: 467px !important;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgw-467 > img {
    max-width: 100% !important;
  }
}
.op-right > img {
  object-position: right;
}
@media only screen and (max-width: 768px) {
  .op-right > img {
    object-position: top right;
  }
}
.op-left > img {
  object-position: left;
}
@media only screen and (max-width: 768px) {
  .op-left > img {
    object-position: top left;
  }
}
/* Blur */
/* Usage: @include glass-layer;
 Override (if needed): @include glass-layer(blur(56px), url(''));
 */
/* Usage: @include glass-hover; (self hover)
 Override (if needed): @include glass-hover(300ms, '.fx-glass'); (parent hover) */
/* Usage: @include glass-mask;
 Override (if needed): @include glass-mask(linear-gradient(98deg, #000 21.65%, rgba(0, 0, 0, 0.00) 43.62%)); */
/* Blur Classes */
.fx-glass > .fusion-column-wrapper {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.fx-glass > .fusion-column-wrapper::before, .fx-glass > .fusion-column-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fx-glass > .fusion-column-wrapper::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .fx-glass > .fusion-column-wrapper::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.fx-glass > .fusion-column-wrapper::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.fx-glass > .fusion-column-wrapper::before, .fx-glass > .fusion-column-wrapper::after {
  -webkit-mask-image: linear-gradient(62deg, #000 30.95%, transparent 42.43%);
  mask-image: linear-gradient(62deg, #000 30.95%, transparent 42.43%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
.fx-glass > .fusion-column-wrapper .fusion-button, .fx-glass > .fusion-column-wrapper .fusion-title {
  position: relative;
  z-index: 2;
}
/* Page Banner */
:root {
  --bg-gradient: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.00) 70%);
}
.page-banner-sec {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  background-image: var(--bg-gradient), var(--awb-background-image) !important;
}
.page-banner-sec::before, .page-banner-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-banner-sec::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .page-banner-sec::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.page-banner-sec::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.page-banner-sec::before, .page-banner-sec::after {
  -webkit-mask-image: linear-gradient(98deg, #000 21.65%, rgba(0, 0, 0, 0.00) 43.62%);
  mask-image: linear-gradient(98deg, #000 21.65%, rgba(0, 0, 0, 0.00) 43.62%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-banner-sec {
    --bg-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    background-image: var(--bg-gradient), var(--awb-background-image-small, var(--awb-background-image)) !important;
  }
  .page-banner-sec > .fusion-row {
    align-content: flex-end !important;
  }
}
@media (min-width: 1441px) {
  .page-banner-sec::before, .page-banner-sec::after {
    -webkit-mask-image: -webkit-linear-gradient(98deg, #000 31.65%, rgba(0, 0, 0, 0.00) 53.62%);
    mask-image: linear-gradient(98deg, #000 31.65%, rgba(0, 0, 0, 0.00) 53.62%);
  }
}
@media (min-width: 2561px) {
  .page-banner-sec::before, .page-banner-sec::after {
    -webkit-mask-image: -webkit-linear-gradient(98deg, #000 41.65%, rgba(0, 0, 0, 0.00) 53.62%);
    mask-image: linear-gradient(98deg, #000 41.65%, rgba(0, 0, 0, 0.00) 53.62%);
  }
}
@media only screen and (max-width: 768px) {
  .page-banner-sec::before, .page-banner-sec::after {
    -webkit-mask-image: -webkit-linear-gradient(0deg, #000 9.64%, rgba(0, 0, 0, 0.00) 59.48%);
    mask-image: linear-gradient(0deg, #000 9.64%, rgba(0, 0, 0, 0.00) 59.48%);
  }
}
/* Pill Text */
.pill-txt > div, .pill-txt h2 {
  border-radius: 8px;
  border: 1px solid rgba(236, 233, 232, 0.25);
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(8px);
  width: fit-content;
  padding: 10px !important;
  line-height: 1 !important;
  min-height: 38px;
}
.pill-txt.offer-txt > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pill-txt.offer-txt > div:before, .pill-txt.offer-txt > div:after {
  content: '';
  width: 34px;
  height: 14px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pill-txt.offer-bone-txt > div {
  color: #ece9e8 !important;
}
.pill-txt.offer-bone-txt > div:before, .pill-txt.offer-bone-txt > div:after {
  background-image: url('/wp-content/uploads/2026/03/bone-offer-icon.svg') !important;
}
.pill-txt.offer-brown-txt > div {
  color: #1d0e06 !important;
  border: 1px solid #c2bfbc;
  background: transparent;
}
.pill-txt.offer-brown-txt > div:before, .pill-txt.offer-brown-txt > div:after {
  background-image: url('/wp-content/uploads/2026/03/offer-icon.svg') !important;
}
/* Offer CTA */
.offer-cta-box {
  min-height: 650px;
}
@media only screen and (max-width: 1024px) {
  .offer-cta-box {
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .offer-cta-box > .fusion-column-wrapper {
    background-position: 65% !important;
  }
}
/* Image/Text  and Text/Image Template */
.icon-list > .fusion-column .col {
  border-top: 1px solid #c2bfbc;
  padding-top: 8px;
  margin-bottom: 0 !important;
}
.icon-list > .fusion-column .col .heading {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 24px;
}
.icon-list > .fusion-column .col .heading .image {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.icon-list > .fusion-column .col .heading .image img {
  margin: 0 auto;
}
.icon-list > .fusion-column .col .heading .content-box-heading {
  padding-left: 0px !important;
}
.icon-list > .fusion-column .col .content-container {
  display: none;
}
.icon-list > .fusion-column:nth-last-child(2) {
  margin-bottom: 0 !important;
}
/* Form */
.wpcf7 {
  font-family: 'Supreme-Regular' !important;
}
.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}
.wpcf7 label {
  display: block;
  color: rgba(29, 14, 6, 0.75);
  font-family: 'Supreme-Regular' !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  margin-bottom: 6px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email] {
  padding: 16px;
}
.wpcf7 textarea {
  height: 79px !important;
  padding: 16px !important;
}
.wpcf7 input[type=submit] {
  margin: 0 auto !important;
  display: block !important;
  font-weight: 400 !important;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 5px;
  font-size: 13px;
}
.wpcf7 .contact-form-wrap .field-wrap {
  line-height: 1;
}
.wpcf7 .contact-form-wrap .field-wrap.col2 {
  display: flex;
  gap: 0 12px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .contact-form-wrap .field-wrap.col2 {
    flex-wrap: wrap;
  }
}
.wpcf7 .contact-form-wrap .field-wrap.col2 .col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .contact-form-wrap .field-wrap.col2 .col {
    width: 100%;
  }
}
.wpcf7 .fusion-alert {
  margin: 24px 0 0 !important;
}
.header-overlay .fusion-tb-header:before {
  content: '';
  width: 100%;
  height: 140px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .header-overlay .fusion-tb-header:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 25%);
  }
}
.header-sec .header-box::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .header-sec .header-box .fusion-image-element {
    flex: 60%;
  }
}
.header-sec .header-box .fusion-builder-row-inner {
  flex-basis: fit-content !important;
}
.header-sec .header-box .awb-menu {
  flex-basis: fit-content !important;
}
.header-sec .header-box .awb-menu .awb-menu__open-nav-submenu-hover:before {
  content: url(/wp-content/uploads/2026/03/brown-menu-arrow.svg);
  line-height: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.header-sec .header-box .awb-menu .awb-menu__sub-ul {
  padding-top: 16px;
  padding-bottom: 4px;
  border-radius: 8px;
  border: 1px solid #c2bfbc;
  background: rgba(236, 233, 232, 0.9);
  left: -16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media only screen and (max-width: 1024px) {
  .header-sec .header-box .awb-menu .awb-menu__sub-ul {
    border: 0;
    background: #ece9e8;
  }
  .header-sec .header-box .awb-menu .awb-menu__sub-ul a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.header-sec .header-box .awb-menu .is-hover .awb-menu__open-nav-submenu-hover:before {
  transform: rotateX(180deg);
}
@media only screen and (max-width: 1024px) {
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu {
    background: transparent !important;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li {
    max-width: calc(100% - 48px) !important;
    margin: 0 auto !important;
    text-align: center;
    overflow: hidden;
    border-bottom: 0;
    border-left: 1px solid #c2bfbc;
    border-right: 1px solid #c2bfbc;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li > a {
    padding: 10px 16px !important;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li .awb-menu__open-nav-submenu_mobile:before {
    min-height: 40px;
    padding: 0 16px !important;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li:first-child {
    border-radius: 8px 8px 0 0 !important;
    border-top: 1px solid #c2bfbc;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li:first-child a {
    padding-top: 16px !important;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li:last-child {
    border-radius: 0 0 8px 8px !important;
    border-bottom: 1px solid #c2bfbc;
  }
  .header-sec .header-box .awb-menu.awb-menu.collapse-enabled .fusion-menu > li:last-child a {
    padding-bottom: 16px !important;
  }
}
.header-sec .header-box .icon-col > .fusion-column-wrapper > div:last-child {
  position: relative;
  top: 0;
  width: 128px;
  height: 38px;
}
@media only screen and (max-width: 1024px) {
  .header-sec .header-box .icon-col > .fusion-column-wrapper > div:last-child {
    display: none;
  }
}
.header-sec .header-box .icon-col > .fusion-column-wrapper > div:last-child .fusion-button {
  position: absolute;
  top: 0;
  left: 0;
  text-wrap: nowrap;
  min-width: 128px;
}
@media (min-width: 1025px) {
  .header-sec .header-box .icon-col > .fusion-column-wrapper > div:nth-last-child(2) {
    display: none;
  }
}
.header-sec.transparent .header-box .awb-menu .awb-menu__open-nav-submenu-hover:before {
  content: url(/wp-content/uploads/2026/03/bone-menu-arrow.svg);
}
.header-sec.transparent .header-box .awb-menu .awb-menu__sub-ul {
  border: 1px solid rgba(236, 233, 232, 0.25);
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1024px) {
  .header-sec.transparent .header-box .awb-menu .awb-menu__sub-ul {
    border: 0;
    background: #ece9e8;
  }
}
.header-sec.transparent .menu-trigger span, .header-sec.transparent .menu-trigger span:before, .header-sec.transparent .menu-trigger span:after {
  background-color: #ece9e8;
}
.header-sec.transparent .menu-trigger.awb-oc-active span {
  background-color: rgba(0, 0, 0, 0);
}
.header-sec.sticky-header:not(.fusion-sticky-transition) {
  opacity: 0;
  z-index: auto;
}
/* mobile menu toggle button */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.mobile-menu-sec, .trans-mobile-menu-sec {
  margin-top: 117px !important;
  height: auto !important;
}
.mobile-menu-sec .awb-off-canvas, .trans-mobile-menu-sec .awb-off-canvas {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(236, 233, 232, 0.9);
  height: auto !important;
  border-radius: 8px;
  border: 1px solid #c2bfbc;
}
.mobile-menu-sec .mobile-menu-content, .trans-mobile-menu-sec .mobile-menu-content {
  max-height: calc(100vh - 220px) !important;
  background: transparent !important;
}
.mobile-menu-sec .mobile-menu-content .awb-menu .awb-menu__open-nav-submenu_mobile:before, .trans-mobile-menu-sec .mobile-menu-content .awb-menu .awb-menu__open-nav-submenu_mobile:before {
  content: url(/wp-content/uploads/2026/03/brown-menu-arrow.svg);
  line-height: 0;
}
.trans-mobile-menu-sec {
  margin-top: 149px !important;
}
.trans-mobile-menu-sec .awb-off-canvas {
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(236, 233, 232, 0.25);
}
.menu-trigger {
  position: relative !important;
  width: 38px;
  height: 30px;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.menu-trigger:before, .menu-trigger:after {
  display: none;
}
.menu-trigger span {
  margin: 0 auto;
  position: relative;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 38px;
  height: 2px;
  background-color: #1d0e06;
  display: block;
  opacity: 1;
  font-size: 0 !important;
}
.menu-trigger span:before, .menu-trigger span:after {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background-color: #1d0e06;
  display: block;
  opacity: 1;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
.menu-trigger span:before {
  margin-top: -10px;
}
.menu-trigger span:after {
  margin-top: 10px;
}
.menu-trigger.awb-oc-active span {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s background-color;
}
.menu-trigger.awb-oc-active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, 0.2s;
}
.menu-trigger.awb-oc-active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, 0.2s;
}
.marquee .marquee-wrap {
  position: relative;
  display: flex;
  gap: 96px;
  width: max-content;
  animation: marqueetxt 32s linear infinite;
}
.marquee .marquee-wrap .marquee-content {
  display: flex;
  gap: 96px;
}
.marquee .marquee-wrap .marquee-content > * {
  white-space: nowrap;
  line-height: 1 !important;
}
.marquee .marquee-wrap .marquee-content .discount-txt {
  display: flex;
  align-items: center;
}
.marquee .marquee-wrap .marquee-content .discount-txt:before, .marquee .marquee-wrap .marquee-content .discount-txt:after {
  content: '';
  width: 34px;
  height: 14px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2026/03/bone-offer-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.marquee .marquee-wrap .marquee-content .discount-txt:before {
  margin-right: 12px;
}
.marquee .marquee-wrap .marquee-content .discount-txt:after {
  margin-left: 12px;
}
@keyframes marqueetxt {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fusion-tb-footer .fusion-footer-widget-area {
  background: linear-gradient(180deg, rgba(236, 233, 232, 0.85) 0%, rgba(244, 239, 236, 0) 60%);
  position: relative;
}
.fusion-tb-footer .fusion-footer-widget-area:before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2026/04/beforefooter.jpg) left bottom / contain repeat;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.fusion-tb-footer .fusion-footer-widget-area:after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2026/04/aftefooter.jpg) right bottom / contain repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.footer-widget {
  z-index: 1 !important;
}
.footer-widget .contact-btn:after {
  display: none;
}
.footer-widget .contact-btn:before {
  content: '';
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin-right: 8px !important;
}
.footer-widget .contact-btn:hover:before {
  transform: none;
  margin: 0;
}
.footer-widget .contact-btn.call-btn:before {
  background-image: url('/wp-content/uploads/2026/03/brown-call-icon.svg');
}
.footer-widget .contact-btn.email-btn:before {
  background-image: url('/wp-content/uploads/2026/03/email-icon.svg');
}
.footer-widget .contact-btn.login-btn:before {
  background-image: url('/wp-content/uploads/2026/03/brown-user-icon.svg');
}
.footer-widget .fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 19px;
}
.footer-widget .fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper a {
  margin: 0 !important;
}
.footer-widget .footer-menu-col {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .footer-widget .footer-menu-col {
    justify-content: space-between;
  }
}
.footer-widget .footer-menu-col > .fusion-column-wrapper {
  max-width: 689px;
}
@media only screen and (max-width: 768px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper > .fusion-builder-row-inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .fusion-menu {
    font-family: 'Supreme-Regular' !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .fusion-menu {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .fusion-menu {
    font-family: 'Supreme-Regular' !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.footer-widget .footer-menu-col > .fusion-column-wrapper .services-menu {
  max-width: 330px;
}
@media only screen and (max-width: 768px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .services-menu {
    max-width: 50%;
  }
}
.footer-widget .footer-menu-col > .fusion-column-wrapper .more-menu {
  max-width: 329px;
}
@media only screen and (max-width: 768px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .more-menu {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-widget .footer-menu-col > .fusion-column-wrapper .more-menu > .fusion-column-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-widget .copyright-col > .fusion-column-wrapper > div {
    width: 100%;
    text-align: center;
  }
}
.footer-widget .copyright-col a:hover {
  color: #1d0e06 !important;
}
.black-yellow-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(27.5347232819px);
  -webkit-backdrop-filter: blur(27.5347232819px);
}
/* Our Values Column */
.values-list {
  margin: 0 !important;
  max-width: 684px;
}
.values-list > .fusion-column {
  margin-bottom: 64px !important;
  min-height: 96px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .values-list > .fusion-column {
    margin-bottom: 30px !important;
  }
}
.values-list > .fusion-column .col {
  margin-bottom: 0 !important;
}
.values-list > .fusion-column .col .heading {
  margin-bottom: 8px !important;
}
.values-list > .fusion-column .col .heading .image {
  border-radius: 6.857px;
  border: 1px solid rgba(236, 233, 232, 0.25);
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  position: absolute !important;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
@media only screen and (max-width: 768px) {
  .values-list > .fusion-column .col .heading .image {
    width: 64px;
    height: 64px;
    position: relative !important;
  }
}
.values-list > .fusion-column .col .heading .image img {
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .values-list > .fusion-column .col .heading .image img {
    height: 32px;
  }
}
.values-list > .fusion-column .col .heading .image::before, .values-list > .fusion-column .col .heading .image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.values-list > .fusion-column .col .heading .image::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .values-list > .fusion-column .col .heading .image::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.values-list > .fusion-column .col .heading .image::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/03/icon-box-texture.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.values-list > .fusion-column .col .heading .image:before {
  border-radius: 6.857px;
}
.values-list > .fusion-column .col .heading .image:after {
  opacity: 0.2;
  background-size: 96px;
}
.values-list > .fusion-column .col .heading .content-box-heading {
  padding-left: 132px !important;
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .values-list > .fusion-column .col .heading .content-box-heading {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (max-width: 768px) {
  .values-list > .fusion-column .col .heading .content-box-heading {
    margin-top: 12px;
    padding-left: 0px !important;
  }
}
.values-list > .fusion-column .col .content-container {
  padding-left: 132px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .values-list > .fusion-column .col .content-container {
    padding-left: 0px !important;
  }
}
.values-list > .fusion-column:nth-last-child(2) {
  margin-bottom: 0 !important;
}
/* Slider Navigation */
.nav-arrow {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .nav-arrow {
    gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-arrow {
    justify-content: flex-start;
    width: 100%;
  }
}
.nav-arrow .swiper-button-disabled {
  opacity: 0.5;
}
.nav-arrow .nav-prev, .nav-arrow .nav-next {
  width: 47px;
  height: 47px;
  justify-content: center;
  align-items: center;
  background-image: url('/wp-content/uploads/2026/03/bone-slide-arrow.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid rgba(236, 233, 232, 0.25);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.nav-arrow .nav-prev:hover, .nav-arrow .nav-next:hover {
  background-size: 30px;
}
.nav-arrow .nav-prev:after, .nav-arrow .nav-next:after {
  content: '';
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  right: -138.5px;
  bottom: -122px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 195, 125, 0.33) 0%, rgba(222, 195, 125, 0.00) 100%);
}
.nav-arrow .nav-prev {
  transform: rotate(180deg);
}
.nav-arrow .nav-prev:after {
  bottom: -31px;
}
.nav-arrow.brown-nav .nav-prev, .nav-arrow.brown-nav .nav-next {
  background-image: url('/wp-content/uploads/2026/03/brown-slider-arrow.svg');
  border: 1px solid #c2bfbc;
}
.testi-section .testi-header-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 64px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .testi-section .testi-header-wrap {
    margin-bottom: 30px;
  }
}
.testi-section .testi-header-wrap .testi-header h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .testi-section .testi-header-wrap .testi-header h2 {
    margin-bottom: 20px;
  }
}
.testi-section .testi-header-wrap .testi-header p {
  margin-bottom: 0;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 566px;
}
@media only screen and (max-width: 768px) {
  .testi-section .testi-slider .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .testi-section .testi-slider .swiper-wrapper .swiper-slide {
    max-width: 250px;
  }
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card {
  padding: 29px 32px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(236, 233, 232, 0.25);
  min-height: 355px;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
@media only screen and (max-width: 1024px) {
  .testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card {
    padding: 24px;
  }
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div {
  position: relative;
  z-index: 1;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.testi-image {
  max-width: 120px;
  border-radius: 4.539px;
  border: 0.567px solid rgba(236, 233, 232, 0.25);
  margin-bottom: 24px;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.testi-image img {
  width: 100%;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.testi-content {
  margin-bottom: 24px;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.testi-content p {
  line-height: 1.23;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.testi-content .read-more-inline {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
  white-space: nowrap;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card > div.rating-name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card::before, .testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.testi-section .testi-slider .swiper-wrapper .swiper-slide .testi-card:after {
  opacity: 0.2;
}
.benefits-section .benefits-header-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.benefits-section .benefits-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 400px;
}
@media only screen and (max-width: 480px) {
  .benefits-section .benefits-slider .swiper-wrapper .swiper-slide {
    max-width: 250px;
  }
}
.benefits-section .benefits-slider .swiper-wrapper .swiper-slide .benefits-card > div.benefits-image {
  max-width: 400px;
  height: 267px;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.benefits-section .benefits-slider .swiper-wrapper .swiper-slide .benefits-card > div.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-section .benefits-slider .swiper-wrapper .swiper-slide .benefits-card > div.benefits-content h3 {
  margin-bottom: 8px;
}
.benefits-section .benefits-slider .swiper-wrapper .swiper-slide .benefits-card > div.benefits-content p:last-of-type {
  margin-bottom: 0;
}
.packages-pricing-section .packages-pricing-header-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 54px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.packages-pricing-section .packages-pricing-header-wrap .packages-pricing-header h2 {
  margin-bottom: 24px;
}
.packages-pricing-section .packages-pricing-header-wrap .packages-pricing-header p {
  margin-bottom: 0;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper {
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 426px;
  flex-shrink: unset;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card {
  padding: 32px;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  border: 1px solid rgba(236, 233, 232, 0.25);
  height: 100%;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
@media only screen and (max-width: 768px) {
  .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card {
    padding: 24px;
  }
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card > div {
  position: relative;
  z-index: 1;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card::before, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card:before {
  border-radius: 8px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card:after {
  opacity: 0.2;
  border-radius: 8px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card h3 {
  margin: 8px 0;
  z-index: 1;
  position: relative;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .price-duration {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .price-duration .duration:before {
  content: "・";
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .service-type-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .service-type-wrap .item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .service-type-wrap .item:before {
  content: url('/wp-content/uploads/2026/03/bone-check-icon.svg');
  line-height: 0;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .subtxt {
  margin-bottom: 24px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .label, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .label:before, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .label:before {
  content: url('/wp-content/uploads/2026/03/bone-solid-check-icon.svg');
  line-height: 0;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .item-list, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .item-list {
  border: 1px solid rgba(236, 233, 232, 0.25);
  padding: 16px;
  border-radius: 8px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .item-list .item, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .item-list .item {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(236, 233, 232, 0.25);
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .item-list .item:last-child, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .item-list .item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .inclusions-wrap .item-list .item .inc-subtxt, .packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap .item-list .item .inc-subtxt {
  margin-top: 2px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .additional-benefits-wrap {
  margin-top: 24px;
}
.packages-pricing-section .packages-pricing-slider .swiper-wrapper .swiper-slide .packages-pricing-card .fusion-button {
  margin-top: 40px;
}
.recent-work-sc {
  --col-gutter: 6px;
  --row-gutter: 6px;
}
.recent-work-sc p {
  margin-bottom: 30px;
}
.recent-work-sc p:last-child {
  margin-bottom: 0 !important;
}
.recent-work-sc .recent-work-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-header {
    margin-bottom: 40px;
  }
}
.recent-work-sc .recent-work-header .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-header .title {
    margin-bottom: 20px;
  }
}
.recent-work-sc .recent-work-header .desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-header .desc {
    margin-bottom: 20px;
  }
}
.recent-work-sc .recent-work-header.rw-header-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-header.rw-header-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-header.rw-header-desktop {
    display: none;
  }
}
.recent-work-sc .recent-work-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .recent-work-sc .recent-work-items {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-items {
    flex-direction: column-reverse;
  }
}
.recent-work-sc .recent-work-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .recent-work-sc .recent-work-item {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item {
    width: 100%;
  }
}
.recent-work-sc .recent-work-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: #1d0e06;
  border-radius: 8px;
  padding: 32px;
  width: 435px;
  max-width: 100%;
  min-height: 435px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
@media only screen and (max-width: 1200px) {
  .recent-work-sc .recent-work-item-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .recent-work-sc .recent-work-item-inner {
    align-self: center;
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item-inner {
    padding: 24px;
    min-height: 342px;
  }
}
.recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.recent-work-sc .recent-work-item-inner:hover::before, .recent-work-sc .recent-work-item-inner:hover::after {
  opacity: 1;
}
.recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.recent-work-sc .recent-work-item-inner::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item-inner::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.recent-work-sc .recent-work-item-inner::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
  -webkit-mask-image: linear-gradient(0deg, #000 25%, transparent 50%);
  mask-image: linear-gradient(0deg, #000 25%, transparent 50%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
    -webkit-mask-image: linear-gradient(0deg, #000 40%, rgba(0, 0, 0, 0.00) 70%);
    mask-image: linear-gradient(0deg, #000 40%, rgba(0, 0, 0, 0.00) 70%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
    -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 50%);
    mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 50%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  .recent-work-sc .recent-work-item-inner::before, .recent-work-sc .recent-work-item-inner::after {
    opacity: 1;
  }
}
.recent-work-sc .recent-work-item:first-child .recent-work-item-inner {
  margin-top: auto;
}
.recent-work-sc .recent-work-item-anchor {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.25, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50)));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 100%);
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item-anchor {
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 0, 0, 0.00)), color-stop(0.75, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
  }
}
.recent-work-sc .post-card-inner {
  transform: translateY(var(--total-translate));
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .recent-work-sc .post-card-inner {
    transform: translateY(0);
  }
}
.recent-work-sc .cat-terms {
  margin-bottom: 8px;
}
.recent-work-sc .entry-title {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .recent-work-sc .entry-summary, .recent-work-sc .post-permalink {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.recent-work-sc .btn-group {
  position: relative;
  top: 0;
  width: 126px;
  height: 38px;
}
.recent-work-sc .btn-group .fusion-button {
  position: absolute;
  top: 0;
  left: 0;
  text-wrap: nowrap;
  min-width: 126px;
}
.recent-work-sc .entry-summary.fusion-content-tb {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .entry-summary.fusion-content-tb {
    display: none;
  }
}
.recent-work-sc .recent-work-item-inner:hover .post-card-inner {
  transform: translateY(0);
}
.recent-work-sc .recent-work-item-inner:hover::before, .recent-work-sc .recent-work-item-inner:hover::after, .recent-work-sc .recent-work-item-inner:hover .entry-summary, .recent-work-sc .recent-work-item-inner:hover .post-permalink {
  opacity: 1;
}
.recent-work-sc:not(.transform-initialized) .recent-work-item-inner:not(:hover) .entry-title {
  margin-bottom: 0;
}
.recent-work-sc:not(.transform-initialized) .recent-work-item-inner:not(:hover) .entry-summary, .recent-work-sc:not(.transform-initialized) .recent-work-item-inner:not(:hover) .post-permalink {
  display: none;
}
.recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-anchor {
  background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.5, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50)));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
}
@media (min-width: 1025px) {
  .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner {
    width: 658px;
    max-width: 100%;
    min-height: 800px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 40px;
  }
  .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner::before, .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner::after {
    -webkit-mask-image: linear-gradient(0deg, #000 10%, transparent 33%);
    mask-image: linear-gradient(0deg, #000 10%, transparent 33%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
  .recent-work-sc .recent-work-item:nth-child(2) .post-card-inner {
    transform: translateY(calc(var(--total-translate) - var(--link-height)));
    width: 428px;
    max-width: 100%;
  }
  .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner:hover .post-card-inner {
    transform: translateY(0);
  }
  .recent-work-sc .recent-work-item:nth-child(2) .entry-summary {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .recent-work-sc .recent-work-item:nth-child(2) .post-card-inner {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1024px) {
  .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner {
    min-height: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .recent-work-sc .recent-work-item:nth-child(2) .recent-work-item-inner {
    min-height: 342px;
  }
}
.our-services-sec .our-services-heading > .fusion-column-wrapper > div:last-child {
  position: relative;
  top: 0;
  width: 150px;
  height: 38px;
}
.our-services-sec .our-services-heading > .fusion-column-wrapper > div:last-child .fusion-button {
  position: absolute;
  top: 0;
  left: 0;
  text-wrap: nowrap;
  min-width: 152px;
}
.featured-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 690px;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .featured-services {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: unset;
  }
}
.featured-services .featured-service-item {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item {
    min-height: 513px;
  }
}
@media only screen and (max-width: 480px) {
}
.featured-services .featured-service-item::before, .featured-services .featured-service-item::after {
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.featured-services .featured-service-item:hover::before, .featured-services .featured-service-item:hover::after {
  opacity: 1;
}
.featured-services .featured-service-item::before, .featured-services .featured-service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.featured-services .featured-service-item::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.featured-services .featured-service-item::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.featured-services .featured-service-item::before, .featured-services .featured-service-item::after {
  -webkit-mask-image: linear-gradient(0deg, #000 25%, rgba(0, 0, 0, 0.00) 50%);
  mask-image: linear-gradient(0deg, #000 25%, rgba(0, 0, 0, 0.00) 50%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item::before, .featured-services .featured-service-item::after {
    -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
.featured-services .featured-service-item:first-of-type {
  grid-row: span 2;
}
.featured-services .featured-service-item:first-of-type::before, .featured-services .featured-service-item:first-of-type::after {
  -webkit-mask-image: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0.00) 33%);
  mask-image: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0.00) 33%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item:first-of-type {
    min-height: 678px;
    grid-row: span 1;
  }
  .featured-services .featured-service-item:first-of-type::before, .featured-services .featured-service-item:first-of-type::after {
    -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item:first-of-type {
    min-height: 513px;
  }
}
.featured-services .featured-service-item .overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.featured-services .featured-service-item .overlay:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.5, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50)));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .overlay:before {
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 0, 0, 0.00)), color-stop(0.75, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
  }
}
.featured-services .featured-service-item .service-btn {
  padding: 32px 32px 32px;
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item .service-btn {
    padding: 24px 24px 24px;
  }
}
.featured-services .featured-service-item .service-content {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item .service-content {
    padding: 0 24px 24px;
  }
}
.featured-services .featured-service-item .service-content .service-meta {
  width: 100%;
  max-width: 443px;
  flex: 1;
  transform: translateY(calc(100% - var(--heading-height)));
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item .service-content .service-meta {
    max-width: 100%;
    transform: translateY(0);
  }
}
.featured-services .featured-service-item .service-content .service-meta .service-headings .service-subtitle {
  margin-bottom: 8px;
}
.featured-services .featured-service-item .service-content .service-meta .service-desc {
  padding-top: 8px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item .service-content .service-meta .service-desc {
    opacity: 1;
  }
}
.featured-services .featured-service-item .service-content .service-meta .service-desc p {
  margin-bottom: 0;
}
.featured-services .featured-service-item .service-content .service-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  max-width: 143px;
  align-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item .service-content .service-actions {
    max-width: 100%;
    opacity: 1;
  }
}
.featured-services .featured-service-item .service-content .service-actions > div {
  position: relative;
  top: 0;
  width: 143px;
  height: 38px;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .service-content .service-actions > div {
    width: 140px;
  }
}
.featured-services .featured-service-item .service-content .service-actions > div .fusion-button {
  position: absolute;
  top: 0;
  left: 0;
  text-wrap: nowrap;
  min-width: 143px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .service-content .service-actions > div .fusion-button {
    min-width: auto;
    padding: 10px 8px !important;
  }
}
.featured-services .featured-service-item .service-content .service-actions > div .fusion-button.book-btn:hover {
  min-width: 147px;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .service-content .service-actions > div .fusion-button.book-btn:hover {
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .service-content .service-actions > div .fusion-button.desktop-btn {
    display: none;
  }
}
.featured-services .featured-service-item .service-content .service-actions > div .fusion-button.mobile-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .featured-services .featured-service-item .service-content .service-actions > div .fusion-button.mobile-btn {
    display: inline-flex;
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .featured-services .featured-service-item::before, .featured-services .featured-service-item::after {
    opacity: 1;
  }
}
.featured-services .featured-service-item:hover .service-meta {
  transform: translateY(0);
}
.featured-services .featured-service-item:hover .service-desc, .featured-services .featured-service-item:hover .service-actions {
  opacity: 1 !important;
}
.cat-terms-sc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-post .post-content p, .single-avada_portfolio .post-content p {
  margin-bottom: 30px;
}
.single-post .post-content p:last-child, .single-avada_portfolio .post-content p:last-child {
  margin-bottom: 0 !important;
}
.single-post .post-content h2, .single-avada_portfolio .post-content h2, .single-post .post-content h3, .single-avada_portfolio .post-content h3, .single-post .post-content h4, .single-avada_portfolio .post-content h4, .single-post .post-content h5, .single-avada_portfolio .post-content h5, .single-post .post-content h6, .single-avada_portfolio .post-content h6 {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .single-post .post-content h2, .single-avada_portfolio .post-content h2, .single-post .post-content h3, .single-avada_portfolio .post-content h3, .single-post .post-content h4, .single-avada_portfolio .post-content h4, .single-post .post-content h5, .single-avada_portfolio .post-content h5, .single-post .post-content h6, .single-avada_portfolio .post-content h6 {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.single-post .post-content h2 *, .single-avada_portfolio .post-content h2 *, .single-post .post-content h3 *, .single-avada_portfolio .post-content h3 *, .single-post .post-content h4 *, .single-avada_portfolio .post-content h4 *, .single-post .post-content h5 *, .single-avada_portfolio .post-content h5 *, .single-post .post-content h6 *, .single-avada_portfolio .post-content h6 * {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
}
@media only screen and (max-width: 1024px) {
  .single-post .post-content h2 *, .single-avada_portfolio .post-content h2 *, .single-post .post-content h3 *, .single-avada_portfolio .post-content h3 *, .single-post .post-content h4 *, .single-avada_portfolio .post-content h4 *, .single-post .post-content h5 *, .single-avada_portfolio .post-content h5 *, .single-post .post-content h6 *, .single-avada_portfolio .post-content h6 * {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.single-post #post-header, .single-avada_portfolio #post-header {
  margin-right: var(--hundredp_padding-hundred_percent_negative_margin);
  margin-left: var(--hundredp_padding-hundred_percent_negative_margin);
  padding-right: calc(var(--hundredp_padding-hundred_percent_negative_margin) * -1);
  padding-left: calc(var(--hundredp_padding-hundred_percent_negative_margin) * -1);
  background: linear-gradient(180deg, rgba(236, 233, 232, 0.85) 0%, rgba(244, 239, 236, 0) 60%);
  position: relative;
}
.single-post #post-header:before, .single-avada_portfolio #post-header:before, .single-post #post-header:after, .single-avada_portfolio #post-header:after {
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
}
.single-post #post-header:before, .single-avada_portfolio #post-header:before {
  background: url(/wp-content/uploads/2026/04/aftefooter.jpg) 100% 100% / 26px repeat-x;
  left: 0;
}
.single-post #post-header:after, .single-avada_portfolio #post-header:after {
  background: url(/wp-content/uploads/2026/04/beforefooter.jpg) 0 100% / 26px repeat-x;
  right: 0;
}
.single-post .entry-header .fusion_builder_column:first-child, .single-avada_portfolio .entry-header .fusion_builder_column:first-child {
  max-width: 1328px !important;
  margin-right: auto;
  margin-left: auto;
}
.single-post .entry-header .go-to-term > div > p, .single-avada_portfolio .entry-header .go-to-term > div > p {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.single-post .entry-header .featured-image, .single-avada_portfolio .entry-header .featured-image {
  width: 100%;
}
.single-post .entry-header .featured-image img, .single-avada_portfolio .entry-header .featured-image img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-post .entry-header .featured-image img, .single-avada_portfolio .entry-header .featured-image img {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .entry-header .featured-image img, .single-avada_portfolio .entry-header .featured-image img {
    height: 300px;
  }
}
.single-post .main-content, .single-avada_portfolio .main-content {
  --col-gutter: 0;
  font-family: 'Supreme-Regular' !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
@media only screen and (max-width: 1024px) {
  .single-post .main-content, .single-avada_portfolio .main-content {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.single-post .main-content > .fusion-row, .single-avada_portfolio .main-content > .fusion-row {
  max-width: 1328px !important;
}
.single-post .main-content .col-gutter-12, .single-avada_portfolio .main-content .col-gutter-12 {
  --col-gutter: 12px;
}
.single-post .main-content .col-gutter-30, .single-avada_portfolio .main-content .col-gutter-30 {
  --col-gutter: 30px;
}
.single-post .main-content .fusion_builder_column, .single-avada_portfolio .main-content .fusion_builder_column {
  max-width: 882px;
}
.single-post .main-content .fusion-builder-row-inner, .single-avada_portfolio .main-content .fusion-builder-row-inner {
  margin-right: calc(var(--col-gutter) / 2 * -1) !important;
  margin-left: calc(var(--col-gutter) / 2 * -1) !important;
  min-width: calc(100% + var(--col-gutter));
}
.single-post .main-content .fusion_builder_column_inner, .single-avada_portfolio .main-content .fusion_builder_column_inner {
  padding-right: calc(var(--col-gutter) / 2);
  padding-left: calc(var(--col-gutter) / 2);
}
.page-id-22 .post-content p {
  margin-bottom: 30px;
}
.page-id-22 .post-content p:last-child {
  margin-bottom: 0 !important;
}
.blog-post-cards.fusion-post-cards > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.blog-post-cards.fusion-post-cards > div:first-child::before {
  content: "Filter:";
  font-family: 'Supreme-Regular' !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .blog-post-cards.fusion-post-cards > div:first-child::before {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.blog-post-cards.fusion-post-cards .fusion-filters {
  margin-top: 0;
  margin-bottom: 0;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-post-cards.fusion-post-cards .fusion-filters .fusion-filter-all {
  order: 1;
}
.blog-post-cards.fusion-post-cards .fusion-filters .fusion-filter {
  margin-right: 0;
}
.blog-post-cards.fusion-post-cards .fusion-filters li a {
  padding: 12px 10px;
  border-style: solid;
  border-width: var(--awb-active-filter-border-size);
  border-color: var(--awb-active-filter-border-color);
  border-radius: 8px;
}
.blog-post-cards.fusion-post-cards .fusion-filters li a:hover, .blog-post-cards.fusion-post-cards .fusion-filters li.fusion-active a {
  background-color: var(--awb-filters-color);
  border-color: var(--awb-filters-color);
}
.blog-post-cards.fusion-post-cards .fusion-grid {
  justify-content: center;
  margin-bottom: calc(var(--awb-row-spacing) / -2);
}
.blog-post-cards.fusion-post-cards > .fusion-grid > .post-card {
  --awb-column-spacings: calc((var(--awb-column-spacing)/ 2) + (var(--awb-column-spacing)/ 2));
  width: calc(435px + var(--awb-column-spacings)) !important;
  max-width: 100%;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-inner-bg + .fusion-column-wrapper {
  background-color: var(--awb-inner-bg-color);
  background-image: var(--awb-inner-bg-image);
  background-position: var(--awb-inner-bg-position);
  background-blend-mode: var(--awb-inner-bg-blend);
  background-repeat: var(--awb-inner-bg-repeat);
  background-size: var(--awb-inner-bg-size);
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper {
  position: relative;
  min-height: 435px;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper:hover::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper:hover::after {
  opacity: 1;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
  -webkit-mask-image: linear-gradient(0deg, #000 25%, transparent 50%);
  mask-image: linear-gradient(0deg, #000 25%, transparent 50%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
.blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post-cards.fusion-post-cards .post-card > .fusion-column-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%), var(--bgurl);
    background-position: center, var(--awb-bg-position, center);
    background-size: auto, var(--awb-bg-size, cover);
    background-repeat: no-repeat;
    min-height: 342px;
  }
}
.blog-post-cards.fusion-post-cards .post-card .post-card-inner {
  transform: translateY(var(--total-translate));
}
@media only screen and (max-width: 1024px) {
  .blog-post-cards.fusion-post-cards .post-card .post-card-inner {
    transform: translateY(0) !important;
  }
}
@media (min-width: 1025px) {
  .blog-post-cards.fusion-post-cards .post-card .entry-summary, .blog-post-cards.fusion-post-cards .post-card .post-permalink {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.blog-post-cards.fusion-post-cards .post-card:hover .post-card-inner {
  transform: translateY(0) !important;
}
.blog-post-cards.fusion-post-cards .post-card:hover > .fusion-column-wrapper::before, .blog-post-cards.fusion-post-cards .post-card:hover > .fusion-column-wrapper::after, .blog-post-cards.fusion-post-cards .post-card:hover .entry-summary, .blog-post-cards.fusion-post-cards .post-card:hover .post-permalink {
  opacity: 1;
}
.blog-post-cards.fusion-post-cards:not(.transform-initialized) .post-card:not(:hover) .entry-title {
  margin-bottom: 0;
}
.blog-post-cards.fusion-post-cards:not(.transform-initialized) .post-card:not(:hover) .entry-summary, .blog-post-cards.fusion-post-cards:not(.transform-initialized) .post-card:not(:hover) .post-permalink {
  display: none;
}
.blog-post-cards.fusion-post-cards .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-post-cards.fusion-post-cards .pagination a {
  line-height: var(--pagination_width_height) !important;
  padding: var(--pagination_box_padding-height) var(--pagination_box_padding-width) var(--pagination_box_padding-height) var(--pagination_box_padding-width);
  border-width: var(--awb-active-filter-border-size);
  border-style: solid;
  border-color: var(--awb-active-filter-border-color);
  border-radius: 8px;
}
.blog-post-cards.fusion-post-cards .pagination a::before, .blog-post-cards.fusion-post-cards .pagination a::after {
  position: static;
  transform: none;
}
.blog-post-cards.fusion-post-cards .pagination a:hover, .blog-post-cards.fusion-post-cards .pagination .current {
  background-color: var(--awb-filters-color);
  border-color: var(--awb-filters-color);
}
.blog-post-cards.fusion-post-cards .pagination .current {
  line-height: var(--pagination_width_height);
}
.blog-post-cards.fusion-post-cards .pagination .pagination-prev, .blog-post-cards.fusion-post-cards .pagination .pagination-next {
  display: flex;
  gap: 5px;
}
.page-id-80 .page-banner-sec {
  --bg-gradient: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 70%);
}
@media only screen and (max-width: 768px) {
  .page-id-80 .page-banner-sec {
    --bg-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  }
}
.services-section .services-header-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 54px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.services-section .services-header-wrap .services-header p {
  margin-bottom: 0;
}
.services-section .services-slider .swiper-wrapper {
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.services-section .services-slider .service-item {
  width: 100% !important;
  max-width: 426px;
  flex-shrink: unset;
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
.services-section .services-slider .service-item .service-card {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .services-section .services-slider .service-item .service-card {
    padding: 24px;
  }
}
.services-section .services-slider .service-item .service-card .service-desc {
  margin-bottom: 24px;
}
.services-section .services-slider .service-item .service-card .service-desc p:last-of-type {
  margin-bottom: 0 !important;
}
.services-section .services-slider .service-item .service-card .service-tags-wrap, .services-section .services-slider .service-item .service-card h3, .services-section .services-slider .service-item .service-card .price-duration {
  margin-bottom: 8px;
}
.services-section .services-slider .service-item .service-card .price-duration {
  display: flex;
  flex-wrap: wrap;
}
.services-section .services-slider .service-item .service-card .price-duration .duration:before {
  content: "\30FB";
}
.services-section .services-slider .service-item .service-card .service-category-wrap {
  margin-bottom: 24px;
}
.services-section .services-slider .service-item .service-card .service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.services-section .services-slider .service-item .service-card.more {
  background: #1d0e06 !important;
}
.services-section .services-slider .service-item .service-card.more h3, .services-section .services-slider .service-item .service-card.more .cta-subheading {
  margin-bottom: 24px;
}
.services-section.other-services .service-categories {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.page-id-80 .common-questions-sec {
  --awb-padding-top: 120px !important;
  --awb-padding-bottom: 120px !important;
}
.single-service .post {
  margin-bottom: 0px;
}
.single-service .banner-sec {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.single-service .banner-sec::before, .single-service .banner-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.single-service .banner-sec::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .single-service .banner-sec::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.single-service .banner-sec::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.single-service .banner-sec .txt-indent {
  text-indent: 130px;
}
@media only screen and (max-width: 768px) {
  .single-service .banner-sec .txt-indent {
    text-indent: 0;
  }
}
.single-service .service-tags {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.single-service .inclusions-box {
  border: 1px solid #c2bfbc;
  border-radius: 8px;
  padding: 16px;
}
.single-service .inclusions-box ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.single-service .inclusions-box ul li {
  padding: 0 0 8px;
  border-bottom: 1px solid #c2bfbc;
  display: flex;
  flex-direction: column;
}
.single-service .inclusions-box ul li:last-of-type {
  padding: 0;
  border-bottom: 0;
}
.single-service .inclusions-box ul li strong {
  color: rgba(29, 14, 6, 0.5);
  font-weight: 400 !important;
  display: block;
}
.single-service .inclusions-box ul li h4, .single-service .inclusions-box ul li h4 * {
  font-family: 'Supreme-Regular' !important;
  font-size: 17px !important;
  line-height: 1.25;
  letter-spacing: normal;
}
.single-service .icon-timer p {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
.single-service .icon-timer p:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2026/03/icon-timer.svg');
  display: block;
}
.single-service .icon-check .fusion-title-heading {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
.single-service .icon-check .fusion-title-heading:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/uploads/2026/03/icon-brown-check.svg');
  display: block;
}
.single-service .common-questions-sec {
  padding-bottom: 0 !important;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-categories .item {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  color: rgba(29, 14, 6, 0.75);
}
.service-categories .item:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/uploads/2026/03/icon-check.svg);
  background-size: cover;
}
.service-addons .addon-heading {
  margin-top: 24px;
  margin-bottom: 12px;
}
.service-addons .addons-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: solid 1px #c2bfbc;
  border-radius: 8px;
}
.service-addons .addons-list .addon-item {
  position: relative;
}
.service-addons .addons-list .addon-item:last-of-type {
  padding-bottom: 0 !important;
}
.service-addons .addons-list .addon-item .addon-title {
  margin-bottom: 2px;
}
.service-addons .addons-list .addon-item:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  bottom: -7.5px;
  position: absolute;
  background: #c2bfbc;
}
.service-addons .addons-list .addon-item:last-of-type:after {
  display: none !important;
}
.txt-overlay {
  --line-width: 24px;
  --count: 5;
  width: calc(var(--count) * var(--line-width)) !important;
  height: 100vh !important;
  position: absolute !important;
  bottom: -96px !important;
  filter: blur(1px) !important;
  display: flex !important;
  z-index: 10 !important;
  background-blend-mode: overlay !important;
  left: -60px !important;
  top: unset !important;
  backdrop-filter: blur(6px);
}
.txt-overlay.line-repeater-5 {
  --count: 5;
}
.txt-overlay.line-repeater-11 {
  --count: 11;
}
.txt-overlay .line-repeater {
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.10) 0px, rgba(255, 255, 255, 0.10) 0.625px, rgba(255, 255, 255, 0.20) 0.625px, rgba(0, 0, 0, 0.20) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) var(--line-width));
  backdrop-filter: blur(6px);
  opacity: 0.2;
}
.txt-overlay.overlay-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.10) 0px, rgba(255, 255, 255, 0.10) 0.625px, rgba(255, 255, 255, 0.20) 0.625px, rgba(0, 0, 0, 0.20) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) var(--line-width));
  backdrop-filter: blur(6px);
  opacity: 0.2;
  pointer-events: none;
}
.txt-overlay.overlay-right {
  top: -178px !important;
  bottom: unset !important;
}
.txt-overlay.overlay-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.10) 0px, rgba(255, 255, 255, 0.10) 0.625px, rgba(255, 255, 255, 0.20) 0.625px, rgba(0, 0, 0, 0.20) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) calc(var(--line-width) - 0.625px), rgba(255, 255, 255, 0.10) var(--line-width));
  backdrop-filter: blur(6px);
  opacity: 0.2;
  pointer-events: none;
}
.contact-info-box {
  margin: 0 !important;
  display: flex !important;
  gap: 24px;
  justify-content: center;
}
.contact-info-box:before, .contact-info-box:after, .contact-info-box .fusion-clearfix {
  display: none !important;
}
.contact-info-box > .fusion-column {
  padding: 0;
  width: 100%;
  max-width: 314px;
  margin-bottom: 0px !important;
}
.contact-info-box > .fusion-column .col {
  padding: 32px;
  margin-bottom: 0 !important;
  text-align: left;
}
.contact-info-box > .fusion-column .col .heading {
  margin-bottom: 0px !important;
  text-align: left;
}
.contact-info-box > .fusion-column .col .heading .image img {
  margin-bottom: 24px !important;
}
.contact-info-box > .fusion-column .col .content-container {
  margin-bottom: 0 !important;
  text-align: left;
}
.page-id-179 .offer-cta-sec {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .page-id-179 .offer-cta-sec {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-179 .offer-cta-sec {
    padding-bottom: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner-sec {
    align-items: flex-end;
    background-position: center 30% !important;
  }
}
@media only screen and (max-width: 480px) {
  .about-banner-sec {
    background-position: center top !important;
  }
}
.about-banner-sec .title-txt .fusion-title-heading h1 {
  position: absolute;
  top: 9px;
  line-height: 1.25 !important;
}
.about-banner-sec .title-txt .fusion-title-heading p {
  text-indent: 127px;
}
.our-story-content > .fusion-row {
  border-left: 1px solid #c2bfbc;
  border-right: 1px solid #c2bfbc;
  max-width: 1330px !important;
}
@media only screen and (max-width: 768px) {
  .our-story-content > .fusion-row {
    border: 0;
  }
}
.our-story-content .content-col {
  height: 582px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .our-story-content .content-col {
    height: auto;
  }
}
.our-story-content .content-col > .fusion-column-wrapper {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.our-story-content .content-col > .fusion-column-wrapper::-webkit-scrollbar {
  display: none;
}
.our-story-content .content-col > .fusion-column-wrapper .fusion-builder-row-inner {
  height: auto;
}
.our-story-content .content-col > .fusion-column-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  width: 1px;
  height: 582px;
  background: linear-gradient(90deg, rgba(29, 14, 6, 0.00) 0%, rgba(29, 14, 6, 0.33) 25%, rgba(29, 14, 6, 0.33) 75%, rgba(29, 14, 6, 0.00) 100%);
}
@media only screen and (max-width: 1024px) {
  .our-story-content .content-col > .fusion-column-wrapper:after {
    display: none;
  }
}
.our-story-content .content-col:before {
  content: '';
  width: 100%;
  height: 488px;
  position: absolute;
  background: linear-gradient(180deg, #ece9e8 70%, rgba(236, 233, 232, 0.00) 100%);
  top: -345px;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  .our-story-content .content-col:before {
    display: none;
  }
}
.our-story-content .content-col:after {
  content: '';
  width: 100%;
  height: 222px;
  position: absolute;
  background: linear-gradient(360deg, #ece9e8 20%, rgba(236, 233, 232, 0.00) 100%);
  bottom: 0;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  .our-story-content .content-col:after {
    display: none;
  }
}
.our-story-content .content-col .step-box {
  max-width: 469px;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .our-story-content .content-col .step-box {
    max-width: 100%;
  }
}
.our-story-content .content-col .step-box .img-box {
  width: 100%;
}
.our-story-content .content-col .step-box .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.our-story-content .content-col .num-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .our-story-content .content-col .num-title {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.our-story-content .content-col .num-title strong {
  font-weight: normal !important;
  color: rgba(29, 14, 6, 0.5) !important;
}
.our-story-content .img-col {
  height: 503px;
}
@media only screen and (max-width: 768px) {
  .our-story-content .img-col {
    height: 373px;
  }
}
.our-story-content .img-col .fusion-image-element {
  height: 100%;
}
.our-story-content .img-col .img-box {
  max-width: 469px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  .our-story-content .img-col .img-box {
    left: 24px;
    right: 24px;
  }
}
.our-story-content .img-col .img-box img {
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.our-story-content .img-col .img-box.active {
  opacity: 1;
  z-index: 2;
}
.our-result-list.fusion-counters-box {
  margin: 0 !important;
  max-width: 684px;
}
.our-result-list.fusion-counters-box .fusion-counter-box {
  padding: 0;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .our-result-list.fusion-counters-box .fusion-counter-box {
    margin-bottom: 30px;
  }
}
.our-result-list.fusion-counters-box .fusion-counter-box:last-child {
  margin-bottom: 0px;
}
.our-result-list.fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(236, 233, 232, 0.25);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.our-result-list.fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 4rem !important;
  line-height: 1.15 !important;
  letter-spacing: -1.28px !important;
}
@media only screen and (max-width: 1024px) {
  .our-result-list.fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.72px !important;
  }
}
.our-result-list.fusion-counters-box .fusion-counter-box .counter-box-container .counter-box-content {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
  color: rgba(236, 233, 232, 0.9);
}
@media only screen and (max-width: 1024px) {
  .our-result-list.fusion-counters-box .fusion-counter-box .counter-box-container .counter-box-content {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.faq-quick-find {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-quick-find .faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.faq-quick-find .faq-categories .pill-txt div {
  min-height: 35px !important;
  padding: 7px 10px !important;
}
.faq-quick-find .faq-categories .pill-txt div a {
  color: #1d0e06 !important;
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel {
  border-top: 1px solid #c2bfbc;
}
@media only screen and (max-width: 1024px) {
  .fusion-faq-shortcode .fusion-accordian .fusion-panel {
    padding: 16px 0 !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a {
  padding: 0 !important;
  align-items: center;
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-heading {
  padding: 8.5px 0;
  font-family: 'Supreme-Regular' !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}
@media only screen and (max-width: 1024px) {
  .fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-heading {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-icon-wrapper-sub {
  border: 1px solid #c2bfbc;
  width: 47px;
  height: 47px;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/2026/04/icon-chevron-down-brown.svg);
  background-size: 20px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 8px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-icon-wrapper-sub:after {
  content: '';
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  right: -138.5px;
  bottom: -122px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 195, 125, 0.33) 0%, rgba(222, 195, 125, 0.00) 100%);
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-icon-wrapper-sub i {
  display: none !important;
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .panel-title a .fusion-toggle-icon-wrapper-sub:hover {
  background-position: center 22.5px;
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .toggle-content {
  max-width: 881px;
  padding: 8px 0 0 0 !important;
  margin-right: 85px;
}
@media only screen and (max-width: 768px) {
  .fusion-faq-shortcode .fusion-accordian .fusion-panel .toggle-content {
    max-width: 100%;
    margin-right: 0;
  }
}
.fusion-faq-shortcode .fusion-accordian .fusion-panel .toggle-content p:last-of-type {
  margin-bottom: 0;
}
.home .common-questions-sec {
  padding-top: 0 !important;
}
.home-banner-sec .blog-post-cards.fusion-post-cards .post-card .post-card-inner {
  transform: translateY(calc(var(--total-translate) - var(--summary-height)));
}
.home-banner-sec .blog-post-cards .fusion-grid {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .home-banner-sec .blog-post-cards .fusion-grid {
    justify-content: center;
  }
}
.home-banner-sec .blog-post-cards .fusion-content-tb {
  display: none;
}
.who-we-are-sec .video-box {
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .who-we-are-sec .video-box {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .who-we-are-sec .video-box {
    height: 513px;
  }
}
.who-we-are-sec .video-box iframe {
  border-radius: 10px;
  overflow: hidden;
}
.who-we-are-sec .result-list.fusion-counters-box {
  margin: 0 !important;
  display: flex;
  gap: 10px 48px;
}
@media only screen and (max-width: 1024px) {
  .who-we-are-sec .result-list.fusion-counters-box {
    flex-wrap: wrap;
  }
}
.who-we-are-sec .result-list.fusion-counters-box:before, .who-we-are-sec .result-list.fusion-counters-box:after {
  display: none;
}
.who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box {
  padding: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box {
    width: 100% !important;
  }
}
.who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 8px 0 0;
  border: 0;
  border-top: 1px solid #c2bfbc;
  text-align: left;
}
.who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
  font-family: source-serif-4-variable, Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.64px !important;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (max-width: 1024px) {
  .who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
    font-size: 32px !important;
  }
}
.who-we-are-sec .result-list.fusion-counters-box .fusion-counter-box .counter-box-container .counter-box-content {
  font-family: 'Supreme-Regular' !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  color: rgba(29, 14, 6, 0.75);
}
@media only screen and (max-width: 480px) {
  .our-services-heading > .fusion-column-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.become-a-member-sec > .fusion-row {
  max-width: 1404px !important;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec > .fusion-row {
    max-width: 100% !important;
  }
}
.become-a-member-sec .heading-col {
  max-width: 1328px;
  margin: 0 auto !important;
}
.become-a-member-sec .heading-col > .fusion-column-wrapper {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.become-a-member-sec .heading-col > .fusion-column-wrapper > .fusion-text {
  flex: 1;
  max-width: 652px;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .heading-col > .fusion-column-wrapper > .fusion-text {
    flex: auto;
    max-width: 100%;
  }
}
.become-a-member-sec .member-wrap {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .become-a-member-sec .member-wrap {
    flex-wrap: wrap;
  }
}
.become-a-member-sec .member-wrap .member-box {
  width: 50%;
  min-height: 690px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.become-a-member-sec .member-wrap .member-box:hover::before, .become-a-member-sec .member-wrap .member-box:hover::after {
  opacity: 1;
}
.become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.become-a-member-sec .member-wrap .member-box::before {
  z-index: 0;
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
}
@media only screen and (max-width: 768px) {
  .become-a-member-sec .member-wrap .member-box::before {
    backdrop-filter: blur(39.5735282898px);
    -webkit-backdrop-filter: blur(39.5735282898px);
  }
}
.become-a-member-sec .member-wrap .member-box::after {
  z-index: 1;
  background: url('/wp-content/uploads/2026/04/glasstexture-scaled.png') top center / 1440px repeat;
  mix-blend-mode: overlay;
  width: 100%;
}
.become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
  -webkit-mask-image: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0.00) 33%);
  mask-image: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0.00) 33%);
  mask-size: cover;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
    -webkit-mask-image: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0.00) 53%);
    mask-image: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0.00) 53%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .become-a-member-sec .member-wrap .member-box {
    width: 100%;
    min-height: 513px;
  }
  .become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
    -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.00) 43%);
    mask-size: cover;
    mask-repeat: no-repeat;
  }
}
.become-a-member-sec .member-wrap .member-box .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.5, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.70)));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
}
@media only screen and (max-width: 768px) {
  .become-a-member-sec .member-wrap .member-box .overlay {
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 0, 0, 0.00)), color-stop(0.75, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 75%);
  }
}
.become-a-member-sec .member-wrap .member-box .member-content {
  padding: 0 32px 32px;
  display: flex;
  gap: 20px 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box .member-content {
    gap: 20px 40px;
    flex-wrap: wrap;
    padding: 0 24px 24px;
  }
}
.become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap {
  width: 100%;
  max-width: 473px;
  flex: 1;
  transform: translateY(calc(100% - var(--heading-height)));
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap {
    max-width: 100%;
    transform: translateY(0);
  }
}
.become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap .member-headings .member-subtitle {
  margin-bottom: 8px;
}
.become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap .member-desc {
  padding-top: 8px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap .member-desc {
    opacity: 1;
  }
}
.become-a-member-sec .member-wrap .member-box .member-content .member-title-wrap .member-desc p {
  margin-bottom: 0;
}
.become-a-member-sec .member-wrap .member-box .member-content .member-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  max-width: 143px;
  align-content: flex-end;
}
.become-a-member-sec .member-wrap .member-box .member-content .member-btn > div {
  position: relative;
  top: 0;
  width: 143px;
  height: 38px;
}
.become-a-member-sec .member-wrap .member-box .member-content .member-btn > div .fusion-button {
  position: absolute;
  top: 0;
  left: 0;
  text-wrap: nowrap;
  min-width: 143px;
  transition: all 0.3s ease-out;
}
.become-a-member-sec .member-wrap .member-box .member-content .member-btn > div .fusion-button.subscribe-btn:hover {
  min-width: 146px;
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box .member-content .member-btn {
    opacity: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box::before, .become-a-member-sec .member-wrap .member-box::after {
    opacity: 1;
  }
}
.become-a-member-sec .member-wrap .member-box:hover .member-content {
  gap: 20px 40px;
}
.become-a-member-sec .member-wrap .member-box:hover .member-content .member-title-wrap {
  max-width: 443px;
  transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .become-a-member-sec .member-wrap .member-box:hover .member-content .member-title-wrap {
    max-width: 100%;
  }
}
.become-a-member-sec .member-wrap .member-box:hover .member-content .member-desc, .become-a-member-sec .member-wrap .member-box:hover .member-content .member-btn {
  opacity: 1;
}
