/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 17:51:33 */
.con_hero {
  --pb: 105px;
  --minH: calc(100svh - 10px);
  /*padding-top: 31vw;*/
  padding-top: 120px;
  padding-bottom: var(--pb);
  background-size: cover;
  background-position: center center;
  min-height: var(--minH);
}
.con_hero:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, #1B1B1B 0%, rgba(27, 27, 27, 0) 100%);
}
.con_hero .e-con-inner {
  position: relative;
  justify-content: flex-end !important;
}
.con_hero .e-con-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: -28px;
  bottom: calc(0px - var(--pb));
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 28px 41px 28px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
}
.con_hero h1.elementor-heading-title {
  color: var(--gwdColor--accent) !important;
}
body.admin-bar .con_hero {
  --abh: 32px;
  min-height: calc(var(--minH) - var(--abh));
}
@media (max-width: 782px) {
  body.admin-bar .con_hero {
    --abh: 46px;
  }
}
.page-section > .e-con-inner {
  padding-top: var(--section-md);
  padding-bottom: var(--section-lg);
  row-gap: var(--spacing-xl);
}
/* ======
 * CONTAINER A
 * ======*/
.con-a .apx-word, .con-a .word {
  opacity: 0.47;
  display: inline-block;
  will-change: opacity;
}
/* ======
 * CONTAINER G
 * ======*/
@media (max-width: 1024px) {
  .con-g {
    --flex-direction: column !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .con-g > *:first-child {
    width: 66%;
  }
}
/* =====
 * REGION CARD : CONTAINER F
 * =====*/
.region_card__text h3 {
  font-size: var(--headings-h2);
  font-family: var(--gwdFontFam-primary);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  line-height: 1.34;
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
/* ======
 * SCROLL LAYOUT
 * ======*/
.scroll-layout {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl);
  --flex-direction: row !important;
  --smt: var(--spacing-xxxl);
}
@media (max-width: 1024px) {
  .scroll-layout {
    --flex-direction: column !important;
  }
}
.scroll-layout__sidebar {
  flex: 0 0 240px !important;
  position: relative;
  position: sticky;
  top: var(--smt);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .scroll-layout__sidebar {
    flex: 0 0 auto !important;
    width: 100%;
    margin-bottom: var(--spacing-lg);
    top: 0px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .scroll-layout__sidebar {
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
    padding-top: 75px;
  }
}
.scroll-layout__main {
  flex: 1;
  min-width: 0;
}
.scroll-layout__main > section {
  /*padding-block: var(--spacing-xl);*/
  border-bottom: 1px solid var(--gwdColor--filterUX);
  scroll-margin-top: var(--smt);
  margin-bottom: var(--spacing-xxl);
  row-gap: var(--spacing-sm);
}
/* ======
 * CONTAINER J
 * ======*/
.con-j {
  background: rgba(127, 131, 127, 0.1);
  border: 1px solid var(--gwdColor--secondary);
  position: relative;
  --leftPad: var(--spacing-md);
  --rightPad: var(--spacing-xxxl);
  --blockPad: var(--spacing-md);
  --rowGap: var(--spacing-md);
  padding-block: var(--blockPad);
  padding-left: var(--leftPad);
  padding-right: var(--rightPad);
  row-gap: var(--rowGap);
}
.con-j:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  background-color: var(--gwdColor--accent);
}
.con-j > .hd_H6:first-child .elementor-heading-title {
  color: var(--gwdColor--secondary);
}
.con-j .elementor-widget-divider {
  max-width: calc(100% + var(--leftPad) + var(--rightPad)) !important;
  width: calc(100% + var(--leftPad) + var(--rightPad));
  margin-left: calc(0px - var(--leftPad));
  margin-right: calc(0px - var(--rightPad));
}
.con-j .elementor-widget-divider .elementor-divider {
  padding: 0 !important;
}
.con-j__photo-row {
  width: calc(100% + var(--rightPad));
  --flex-direction: row !important;
  margin-top: calc(0px - var(--rowGap));
  margin-bottom: calc(0px - var(--blockPad));
}
.con-j__photo-row .elementor-widget-image {
  width: 25%;
  min-width: 240px;
  flex: 0 0 auto;
}
.con-j__photo-row .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-j__photo-row .con-j__photo-row__text {
  padding-block: var(--rowGap);
}
