.elementor-223 .elementor-element.elementor-element-d29872d{--display:flex;}.elementor-223 .elementor-element.elementor-element-d29872d:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-d29872d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-223 .elementor-element.elementor-element-62ffd09{--display:flex;}.elementor-223 .elementor-element.elementor-element-1e404a4{--display:flex;}.elementor-223 .elementor-element.elementor-element-307c7b9{--display:flex;}.elementor-223 .elementor-element.elementor-element-307c7b9:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-307c7b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2d751d5 *//* =========================================
   ORIGIN HRT — TEAM HERO
   Works with:
   - Elementor container class: teamhero-section
   - Elementor HTML widget class: teamhero-widget
   - HTML wrapper: <section class="teamhero-page">
========================================= */

/* Elementor FIT / STRETCH FIX */
.teamhero-section.e-con{
  padding:0 !important;
}

.teamhero-widget.elementor-widget{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
  align-self:stretch !important;
  margin:0 !important;
}

.teamhero-widget .elementor-widget-container{
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

/* Font safety */
.teamhero-page,
.teamhero-page *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

.teamhero-page{
  background:#ffffff;
}

/* Wrap */
.teamhero-page .teamhero-wrap{
  width:min(1100px, calc(100% - 44px));
  margin:0 auto;
}

/* HERO */
.teamhero-page .teamhero-hero{
  background:#F27F93;
  padding:38px 0;
  color:#ffffff;
}

.teamhero-page .teamhero-hero__title{
  margin:0;
  text-align:center;
  font-size:clamp(26px,3vw,36px);
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.12;
  color:#ffffff;
  text-shadow:0 10px 30px rgba(0,0,0,.12);
}

.teamhero-page .teamhero-hero__title::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:#C99D3E;
}

/* Mobile */
@media (max-width:680px){
  .teamhero-page .teamhero-wrap{
    width:min(1100px, calc(100% - 28px));
  }

  .teamhero-page .teamhero-hero{
    padding:30px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4180d9 *//* =========================================
   ORIGIN HRT — MEET THE TEAM
   Works with:
   - Elementor container class: ot-team-section
   - Elementor HTML widget class: ot-team-widget
   - HTML wrapper: <section class="ot-team-page">
========================================= */

/* Elementor FIT / STRETCH FIX */
.ot-team-section.e-con{
  padding:0 !important;
}

.ot-team-widget.elementor-widget{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
  align-self:stretch !important;
  margin:0 !important;
}

.ot-team-widget .elementor-widget-container{
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

/* Font safety */
.ot-team-page,
.ot-team-page *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

/* Theme vars */
.ot-team-page{
  --pink:#F27F93;
  --gold:#C99D3E;
  --ink:#101828;
  --muted:rgba(16,24,40,0.78);
  --border:rgba(201,157,62,0.16);
  --border-hover:rgba(242,127,147,0.28);
  --shadow:0 10px 26px rgba(16,24,40,0.06);
  --shadow-hover:
    0 18px 40px rgba(16,24,40,0.12),
    0 0 24px rgba(242,127,147,0.10);
}

/* Section */
.ot-team-page .ot-team{
  padding:64px 0 88px;
  background:#fff;
}

.ot-team-page .ot-team__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

/* Header */
.ot-team-page .ot-team__head{
  text-align:center;
  margin-bottom:34px;
}

.ot-team-page .ot-team__title{
  margin:0;
  font-size:clamp(28px, 3vw, 42px);
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--pink);
}

.ot-team-page .ot-team__title::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:var(--gold);
}

.ot-team-page .ot-team__intro{
  margin:18px auto 0;
  max-width:900px;
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
}

.ot-team-page .ot-team__intro strong{
  color:var(--pink);
  font-weight:700;
}

/* Grid */
.ot-team-page .ot-team__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.ot-team-page .ot-team__grid--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  max-width:760px;
  margin:38px auto 0;
}

/* Link wrapper */
.ot-team-page .ot-teamcard-link{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* Card */
.ot-team-page .ot-teamcard{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ot-team-page .ot-teamcard:hover{
  transform:translateY(-5px);
  border-color:var(--border-hover);
  box-shadow:var(--shadow-hover);
}

/* Image */
.ot-team-page .ot-teamcard__media{
  width:100%;
  aspect-ratio:4 / 5;
  overflow:hidden;
  background:#f8f4f6;
}

.ot-team-page .ot-teamcard__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 20%;
  transition:transform .35s ease;
}

.ot-team-page .ot-teamcard:hover img{
  transform:scale(1.04);
}

/* Text body */
.ot-team-page .ot-teamcard__body{
  padding:18px 16px 20px;
  text-align:center;
}

.ot-team-page .ot-teamcard__name{
  margin:0 0 6px;
  font-size:17px;
  font-weight:900;
  letter-spacing:-0.2px;
  color:var(--pink);
}

.ot-team-page .ot-teamcard__role{
  margin:0;
  font-size:13.5px;
  font-weight:800;
  color:var(--gold);
}

/* Focus */
.ot-team-page .ot-teamcard-link:focus-visible{
  outline:3px solid rgba(242,127,147,0.40);
  outline-offset:6px;
  border-radius:22px;
}

/* Responsive */
@media (max-width:1024px){
  .ot-team-page .ot-team__grid--two{
    max-width:720px;
  }
}

@media (max-width:640px){
  .ot-team-page .ot-team{
    padding:52px 0 72px;
  }

  .ot-team-page .ot-team__wrap{
    width:min(1100px, calc(100% - 28px));
  }

  .ot-team-page .ot-team__grid,
  .ot-team-page .ot-team__grid--two{
    grid-template-columns:1fr;
    max-width:420px;
  }

  .ot-team-page .ot-team__intro{
    font-size:15px;
    line-height:1.85;
    text-align:left;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ot-team-page .ot-teamcard,
  .ot-team-page .ot-teamcard__media img{
    transition:none !important;
  }

  .ot-team-page .ot-teamcard:hover{
    transform:none !important;
  }

  .ot-team-page .ot-teamcard:hover img{
    transform:none !important;
  }
}/* End custom CSS */