.elementor-kit-10{--e-global-color-primary:#CEA873;--e-global-color-secondary:#68553A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CEA873;--e-global-color-527fa43:#202123;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:500;font-family:"Archivo", Sans-serif;line-height:28px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Archivo", Sans-serif;font-size:16px;font-weight:600;letter-spacing:3.2px;color:#202123;border-style:solid;border-width:2px 0px 2px 0px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:16px 32px 16px 32px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#69553B47;color:var( --e-global-color-text );border-style:solid;border-width:2px 0px 2px 0px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h2{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h3{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h4{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h5{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h6{font-family:"Archivo", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-h2 h2 {
    font-size: clamp(2.5rem, 1.5625rem + 3vw, 4rem) !important;
    font-weight: 500;
}
h2, .header-h3-bigger h3 {
    font-size: clamp(1.875rem, 1.4844rem + 1.25vw, 2.5rem);
    font-weight: 500;
}
.page-title-h1 h1, .page-title-h2 h2{
    font-size: clamp(2.1875rem, -0.1953rem + 7.625vw, 6rem);
    font-weight: 700;
    text-transform: uppercase;
}

.hero-title .outlined {
  color: transparent !important;              /* hollow */
  -webkit-text-stroke: 1px #CEA873; /* outline color */
  text-stroke: 1px #CEA873;         /* future support */
}
.highlight-text {
    color:#CEA873;
}

.page-hero, .section-bg {
  position: relative;
  overflow: hidden;
}

.page-hero::before, .section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(32, 33, 35, 0.60) 0%,
      rgba(32, 33, 35, 0.60) 100%
    ),
    linear-gradient(
      180deg,
      rgba(32, 33, 35, 0.00) 0%,
      #202123 100%
    );
  z-index: 1;
  pointer-events: none;
} 

.page-hero > *,.section-bg > *{
  position: relative;
  z-index: 2;
}

.simcal-calendar-grid tbody {
     background: #fff;
}

.simcal-calendar-grid thead .simcal-week-day{
     color: #cea873;
}

/* Card wrapper */
.story-card {
    position: relative;
    overflow: hidden;
}

/* Make image/video fill the card */
.story-card img,
.story-card video,
.story-card .elementor-widget-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Position text at the bottom */
.story-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.65) 40%,
        rgba(0,0,0,0.0) 100%
    );
}

/* Make text white */
.story-content,
.story-content h1,
.story-content h2,
.story-content h3,
.story-content p {
    color: #fff;
}/* End custom CSS */