.elementor-1247 .elementor-element.elementor-element-e1fd891{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1247 .elementor-element.elementor-element-43fda11{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1247 .elementor-element.elementor-element-93f4fb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1247 .elementor-element.elementor-element-2ef629d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fd470d7 *//* ========================================================= */
/* RESEARCH HERO CLONE SECTION                               */
/* ========================================================= */

.rh-clone-hero {
  position: relative;

  width: 100%;
  min-height: 630px;

  /*
   * Header transparent aur absolute hai.
   * Is liye content ko header ke neeche lane ke liye
   * extra top spacing add ki gayi hai.
   */
  padding: 190px 20px 0;

  overflow: hidden;
  isolation: isolate;

  background-color:
   #1DBC88;
}


/* ========================================================= */
/* ANIMATED SVG BACKGROUND                                   */
/* ========================================================= */

.rh-clone-hero__background {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  z-index: -2;
  pointer-events: none;
}

.rh-clone-hero__background svg {
  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.58;
}


/* ========================================================= */
/* FLOWING BACKGROUND LINES                                  */
/* ========================================================= */

.rh-clone-hero__flow {
  fill: none;

  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 18 18;

  animation: rhCloneFlowMove 20s linear infinite;
}

.rh-clone-hero__flow--one {
  stroke: rgba(255, 255, 255, 0.18);
}

.rh-clone-hero__flow--two {
  stroke: rgba(29, 183, 135, 0.34);

  animation-duration: 27s;
  animation-direction: reverse;
}


/* ========================================================= */
/* RESEARCH CONNECTION LINES                                 */
/* ========================================================= */

.rh-clone-hero__connections line {
  fill: none;

  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1.5;
  stroke-dasharray: 7 10;

  animation: rhCloneConnectionMove 15s linear infinite;
}


/* ========================================================= */
/* ANIMATED DATA NODES                                       */
/* ========================================================= */

.rh-clone-hero__nodes circle {
  fill: rgba(255, 255, 255, 0.18);

  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;

  transform-box: fill-box;
  transform-origin: center;

  animation: rhCloneNodePulse 4s ease-in-out infinite;
}

.rh-clone-hero__nodes circle:nth-child(2n) {
  animation-delay: 1s;
}

.rh-clone-hero__nodes circle:nth-child(3n) {
  animation-delay: 2s;
}


/* ========================================================= */
/* CLINICAL PLUS SYMBOLS                                     */
/* ========================================================= */

.rh-clone-hero__symbols {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 5;
  stroke-linecap: round;

  animation: rhCloneSymbolFloat 7s ease-in-out infinite;
}


/* ========================================================= */
/* INNER HERO LAYOUT                                         */
/* ========================================================= */

.rh-clone-hero__inner {
  position: relative;

  width: 100%;
  max-width: 1240px;
  min-height: 435px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT GLASS CONTENT CARD                                   */
/* ========================================================= */

.rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;

  width: 55%;

  /*
   * Paragraph remove hone ke baad card ki unnecessary
   * empty height ko reduce kiya gaya hai.
   */
  min-height: 300px;

  margin-top: 45px;
  margin-bottom: 55px;

  padding: 48px 175px 48px 48px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.46)
    );

  box-shadow:
    0 30px 70px rgba(4, 27, 50, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);

  z-index: 2;
}


/* ========================================================= */
/* GLASS CARD REFLECTION                                     */
/* ========================================================= */

.rh-clone-hero__glass-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.5),
      transparent 30%,
      transparent 68%,
      rgba(255, 255, 255, 0.12)
    );

  pointer-events: none;
}


/* ========================================================= */
/* GLASS CARD COLOURED GLOW                                  */
/* ========================================================= */

.rh-clone-hero__glass-card::after {
  content: "";

  position: absolute;

  top: -80px;
  right: -45px;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  background: rgba(29, 183, 135, 0.17);
  filter: blur(42px);

  pointer-events: none;
}


/* ========================================================= */
/* LEFT CARD TEXT                                            */
/* ========================================================= */

.rh-clone-hero__text {
  position: relative;
  z-index: 2;
}


/* Small Label */

.rh-clone-hero__eyebrow {
  display: inline-block;

  margin-bottom: 15px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(255, 255, 255, 0.48);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* ========================================================= */
/* INTRO HEADING                                             */
/* ========================================================= */

.rh-clone-hero__intro {
  margin: 0 0 14px;

  color: #15325A;

  font-size: clamp(24px, 2.4vw, 35px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}


/* ========================================================= */
/* MAIN PRODUCT HEADING                                      */
/* ========================================================= */

.rh-clone-hero__text h1 {
  margin: 0;

  color: #15325A;
   font-family: "Poppins", sans-serif !important;

  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}


/* ========================================================= */
/* RIGHT DASHBOARD IMAGE                                     */
/* ========================================================= */

.rh-clone-hero__dashboard {
  position: absolute;

  right: 0;
  bottom: 0;

  display: block;

  width: 57%;
  max-width: 690px;
  height: auto;

  /*
   * Dashboard ke sirf upper corners rounded hain.
   * Important theme overrides ko prevent karta hai.
   */
  border-radius: 20px 20px 0 0 !important;

  /*
   * Extra clipping ensures ke actual image content bhi
   * rounded upper corners ke andar rahe.
   */
  clip-path: inset(
    0
    round
    20px 20px 0 0
  );

  z-index: 4;

  filter:
    drop-shadow(
      0 34px 45px rgba(3, 23, 43, 0.3)
    );

  opacity: 0;
  transform: translateY(90px);

  will-change: transform, opacity;

  /*
   * Dashboard sirf page load par ek baar
   * bottom se top slide hoga.
   */
  animation:
    rhCloneDashboardEnter
    0.95s
    cubic-bezier(0.22, 1, 0.36, 1)
    0.18s
    forwards;
}


/* ========================================================= */
/* BACKGROUND FLOW ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneFlowMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -330;
  }

}


/* ========================================================= */
/* CONNECTION LINE ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneConnectionMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -175;
  }

}


/* ========================================================= */
/* DATA NODE ANIMATION                                       */
/* ========================================================= */

@keyframes rhCloneNodePulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.35);
  }

}


/* ========================================================= */
/* CLINICAL SYMBOL ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneSymbolFloat {

  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 0.85;
    transform: translateY(-15px);
  }

}


/* ========================================================= */
/* ONE-TIME DASHBOARD SLIDE-UP                               */
/* ========================================================= */

@keyframes rhCloneDashboardEnter {

  from {
    opacity: 0;
    transform: translateY(90px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-clone-hero {
    min-height: 700px;
    padding-top: 170px;
  }

  .rh-clone-hero__inner {
    min-height: 530px;
  }

  .rh-clone-hero__glass-card {
    width: 58%;
    min-height: 290px;

    margin-top: 40px;
    margin-bottom: 45px;

    padding:
      42px
      125px
      42px
      40px;
  }
  .rh-clone-hero__dashboard {
    right: -10px;

    width: 58%;
    max-width: 620px;

    border-radius: 18px 18px 0 0 !important;

    clip-path: inset(
      0
      round
      18px 18px 0 0
    );
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero {
    min-height: auto;

    padding:
      145px
      20px
      55px;
  }

  .rh-clone-hero__inner {
    display: flex;
    flex-direction: column;

    max-width: 700px;
    min-height: 0;
  }

 .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 0;

    margin-top: 0;
    margin-bottom: 0;

    padding:
      45px
      35px
      110px;

    text-align: center;
  }


  .rh-clone-hero__dashboard {
    position: relative;

    right: auto;
    bottom: auto;

    width: calc(100% - 40px);
    max-width: none;

    margin: -80px auto 0;

    border-radius: 18px !important;

    clip-path: inset(
      0
      round
      18px
    );
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero {
    padding:
      130px
      14px
      40px;
  }

   .rh-clone-hero__glass-card {
    padding:
      36px
      21px
      85px;

    border-radius: 19px;
  }

  .rh-clone-hero__eyebrow {
    font-size: 10px;
  }

  .rh-clone-hero__intro {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .rh-clone-hero__text h1 {
    font-size: 45px;
  }

 

  .rh-clone-hero__dashboard {
    width: calc(100% - 16px);

    margin-top: -60px;

    border-radius: 15px !important;

    clip-path: inset(
      0
      round
      15px
    );
  }

}


/* ========================================================= */
/* WORDPRESS ADMIN BAR ADJUSTMENT                            */
/* ========================================================= */

/*
 * Logged-in WordPress users ke liye admin bar ki wajah se
 * header/content collision ko prevent karta hai.
 */

body.admin-bar .rh-clone-hero {
  padding-top: 220px;
}

@media (max-width: 1100px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 200px;
  }

}

@media (max-width: 900px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 175px;
  }

}

@media (max-width: 600px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 155px;
  }

}


/* ========================================================= */
/* REDUCED MOTION ACCESSIBILITY                              */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-clone-hero__flow,
  .rh-clone-hero__connections line,
  .rh-clone-hero__nodes circle,
  .rh-clone-hero__symbols {
    animation: none;
  }

  .rh-clone-hero__dashboard {
    opacity: 1;
    transform: none;
    animation: none;
  }

}

/* ========================================================= */
/* CENTERED HERO WITHOUT DASHBOARD IMAGE                     */
/* Only affects .rh-clone-hero--centered                     */
/* ========================================================= */

.rh-clone-hero.rh-clone-hero--centered {
  box-sizing: border-box;

  display: flex;
  align-items: center;

  /*
   * Previous hero height 630px thi.
   * Is version ki overall height reduce ki gayi hai.
   */
  min-height: 500px;

  /*
   * Transparent header ke liye top spacing maintain hai,
   * lekin previous 190px se kam ki gayi hai.
   */
  padding: 145px 20px 55px;
}


/* ========================================================= */
/* CENTERED INNER LAYOUT                                     */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1240px;
  min-height: 300px;

  margin: 0 auto;
}


/* ========================================================= */
/* CENTERED GLASS CARD                                       */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  /*
   * Card ab left side par fixed nahi rahega.
   */
  width: min(780px, 100%);
  min-height: 255px;

  margin: 0 auto;

  /*
   * Dashboard overlap ke liye jo right-side
   * extra padding thi wo remove kar di gayi hai.
   */
  padding: 44px 55px;

  text-align: center;
}


/* ========================================================= */
/* CENTERED CARD TEXT                                        */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__text {
  width: 100%;
  max-width: 690px;

  margin: 0 auto;

  text-align: center;
}


/* Eyebrow */

.rh-clone-hero--centered .rh-clone-hero__eyebrow {
  max-width: 100%;

  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;

  line-height: 1.4;
  white-space: normal;
}


/* Main Hero Heading */

.rh-clone-hero--centered .rh-clone-hero__intro {
  max-width: 690px;

  margin: 0 auto;

  color: #15325a;

  font-size: clamp(29px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}


/* ========================================================= */
/* DASHBOARD IMAGE SAFEGUARD                                 */
/* ========================================================= */

/*
 * HTML se image remove kar di gayi hai.
 * Ye rule cached ya duplicate image ko bhi hide rakhega.
 */

.rh-clone-hero--centered .rh-clone-hero__dashboard {
  display: none !important;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 470px;

    padding: 135px 20px 50px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 285px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: min(700px, 100%);
    min-height: 240px;

    padding: 40px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(28px, 5vw, 40px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 430px;

    padding: 120px 15px 42px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 265px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 225px;

    padding: 33px 21px;

    border-radius: 18px;
  }

  .rh-clone-hero--centered .rh-clone-hero__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 9px;
    line-height: 1.45;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.2;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 410px;

    padding-top: 115px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    min-height: 215px;

    padding: 29px 17px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: 24px;
  }

}

/* ========================================================= */
/* CENTERED SITE HERO MAIN HEADING                           */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__site-heading {
  max-width: 700px;

  margin:
    0
    auto
    20px;

  color: #15325a;

  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-transform: none;
}


/* Supporting three-line statement */

.rh-clone-hero--centered .rh-clone-hero__site-heading
+ .rh-clone-hero__intro {
  max-width: 620px;

  margin:
    0
    auto;

  color: rgba(21, 50, 90, 0.82);

  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 18px;

    font-size: clamp(34px, 6vw, 50px);
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: clamp(19px, 3.2vw, 25px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 16px;

    font-size: clamp(31px, 9.5vw, 40px);
    line-height: 1.08;
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: 19px;
    line-height: 1.4;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5acef22 *//* ========================================================= */
/* WHO WE SERVE — SPONSORS SECTION                           */
/* ========================================================= */

.rh-who-serve-sponsors,
.rh-who-serve-sponsors *,
.rh-who-serve-sponsors *::before,
.rh-who-serve-sponsors *::after {
  box-sizing: border-box;
}


.rh-who-serve-sponsors {
  position: relative;

  width: 100%;

  padding:
    105px
    20px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(29, 188, 136, 0.1),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(21, 50, 90, 0.055),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-who-serve-sponsors__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  pointer-events: none;

  z-index: -1;
}


.rh-who-serve-sponsors__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.08);
  border-radius: 50%;
}


.rh-who-serve-sponsors__background span:first-child {
  top: -310px;
  right: -220px;

  width: 700px;
  height: 700px;
}


.rh-who-serve-sponsors__background span:last-child {
  bottom: -380px;
  left: -260px;

  width: 780px;
  height: 780px;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-who-serve-sponsors__container {
  position: relative;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED CONTENT                                          */
/* ========================================================= */

.rh-who-serve-sponsors__content {
  width: 100%;
  max-width: 850px;

  margin:
    0
    auto
    50px;

  text-align: center;
}


/* Eyebrow */

.rh-who-serve-sponsors__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding:
    8px
    14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-who-serve-sponsors__content h2 {
  max-width: 820px;

  margin:
    0
    auto
    21px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Description */

.rh-who-serve-sponsors__description {
  max-width: 730px;

  margin: 0 auto;

  color: #627181;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* ========================================================= */
/* SPONSOR BENEFITS                                          */
/* ========================================================= */

.rh-who-serve-sponsors__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;

  width: 100%;
}


/* Individual Benefit */

.rh-who-serve-sponsors__benefit {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 255px;

  padding: 25px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(245, 251, 249, 0.95)
    );

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  box-shadow:
    0 14px 36px rgba(21, 50, 90, 0.055);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-sponsors__benefit::after {
  content: "";

  position: absolute;

  right: 20px;
  bottom: 0;
  left: 20px;

  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #1dbc88,
      transparent
    );

  border-radius:
    999px
    999px
    0
    0;

  opacity: 0;

  transform: scaleX(0.5);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-sponsors__benefit:hover {
  border-color: rgba(29, 188, 136, 0.3);

  box-shadow:
    0 21px 44px rgba(21, 50, 90, 0.09);

  transform: translateY(-5px);
}


.rh-who-serve-sponsors__benefit:hover::after {
  opacity: 1;

  transform: scaleX(1);
}


/* ========================================================= */
/* BENEFIT ICON                                              */
/* ========================================================= */

.rh-who-serve-sponsors__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 50px;
  height: 50px;

  margin-bottom: 22px;

  color: #109267;
  background: #eaf7f2;

  border: 1px solid rgba(29, 188, 136, 0.12);
  border-radius: 14px;

  box-shadow:
    0 9px 22px rgba(29, 188, 136, 0.1);
}


.rh-who-serve-sponsors__benefit-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* BENEFIT CONTENT                                           */
/* ========================================================= */

.rh-who-serve-sponsors__benefit h3 {
  margin:
    0
    0
    9px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.38;
}


.rh-who-serve-sponsors__benefit p {
  margin: 0;

  color: #6c7c89;

  font-size: 13px;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA AREA                                                  */
/* ========================================================= */

.rh-who-serve-sponsors__action {
  display: flex;
  justify-content: center;

  width: 100%;

  margin-top: 38px;
}


/* CTA Button */

.rh-who-serve-sponsors__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;

  padding:
    13px
    22px;

  color: #ffffff 
  !important;
  background: #15325a;

  border: 1px solid #15325a;
  border-radius: 10px;

  box-shadow:
    0 14px 30px rgba(21, 50, 90, 0.16);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-sponsors__button svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}


.rh-who-serve-sponsors__button:hover {
  color: #ffffff;
  background: #1dbc88;

  border-color: #1dbc88;

  box-shadow:
    0 18px 36px rgba(29, 188, 136, 0.2);

  transform: translateY(-3px);
}


.rh-who-serve-sponsors__button:hover svg {
  transform: translateX(4px);
}


.rh-who-serve-sponsors__button:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.25);
  outline-offset: 4px;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-who-serve-sponsors {
    padding:
      90px
      20px;
  }

  .rh-who-serve-sponsors__content {
    margin-bottom: 44px;
  }

  .rh-who-serve-sponsors__content h2 {
    font-size: clamp(37px, 5vw, 53px);
  }

  .rh-who-serve-sponsors__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    max-width: 820px;

    margin: 0 auto;
  }

  .rh-who-serve-sponsors__benefit {
    min-height: 225px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 750px) {

  .rh-who-serve-sponsors {
    padding:
      78px
      20px;
  }

  .rh-who-serve-sponsors__content {
    margin-bottom: 38px;
  }

  .rh-who-serve-sponsors__description {
    font-size: 15px;
  }

  .rh-who-serve-sponsors__benefit {
    min-height: 215px;

    padding: 22px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-who-serve-sponsors {
    padding:
      65px
      15px;
  }

  .rh-who-serve-sponsors__content {
    margin-bottom: 32px;
  }

  .rh-who-serve-sponsors__eyebrow {
    margin-bottom: 15px;
    padding:
      7px
      11px;

    font-size: 9px;
  }

  .rh-who-serve-sponsors__content h2 {
    margin-bottom: 17px;

    font-size: 31px;
    line-height: 1.12;
  }

  .rh-who-serve-sponsors__description {
    font-size: 14px;
    line-height: 1.68;
  }

  .rh-who-serve-sponsors__benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rh-who-serve-sponsors__benefit {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;

    min-height: 0;

    padding: 19px;

    border-radius: 16px;
  }

  .rh-who-serve-sponsors__benefit-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    margin-bottom: 0;

    border-radius: 12px;
  }

  .rh-who-serve-sponsors__benefit-icon svg {
    width: 21px;
    height: 21px;
  }

  .rh-who-serve-sponsors__benefit h3 {
    margin-bottom: 6px;

    font-size: 15px;
  }

  .rh-who-serve-sponsors__benefit p {
    font-size: 12px;
    line-height: 1.58;
  }

  .rh-who-serve-sponsors__action {
    margin-top: 29px;
  }

  .rh-who-serve-sponsors__button {
    width: 100%;

    padding:
      13px
      16px;

    font-size: 13px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-who-serve-sponsors__benefit {
    flex-direction: column;
  }

  .rh-who-serve-sponsors__benefit-icon {
    margin-bottom: 2px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-who-serve-sponsors__benefit,
  .rh-who-serve-sponsors__benefit::after,
  .rh-who-serve-sponsors__button,
  .rh-who-serve-sponsors__button svg {
    transition: none;
  }

  .rh-who-serve-sponsors__benefit:hover,
  .rh-who-serve-sponsors__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e52d7b *//* ========================================================= */
/* WHO WE SERVE — CROS SECTION                               */
/* ========================================================= */

.rh-who-serve-cros,
.rh-who-serve-cros *,
.rh-who-serve-cros *::before,
.rh-who-serve-cros *::after {
  box-sizing: border-box;
}


.rh-who-serve-cros {
  position: relative;

  width: 100%;

  padding:
    105px
    20px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(29, 188, 136, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(29, 188, 136, 0.11),
      transparent 29%
    ),
    linear-gradient(
      140deg,
      #0d294a 0%,
      #15325a 58%,
      #0d7059 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-who-serve-cros__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  pointer-events: none;

  z-index: -1;
}


.rh-who-serve-cros__orb {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}


.rh-who-serve-cros__orb--one {
  top: -360px;
  left: -270px;

  width: 820px;
  height: 820px;
}


.rh-who-serve-cros__orb--two {
  right: -320px;
  bottom: -440px;

  width: 900px;
  height: 900px;
}


.rh-who-serve-cros__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.62;
}


.rh-who-serve-cros__lines path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.3;
  stroke-dasharray: 9 12;

  animation:
    rhWhoServeCrosLineMove
    21s
    linear
    infinite;
}


.rh-who-serve-cros__lines path:last-child {
  animation-duration: 27s;
  animation-direction: reverse;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-who-serve-cros__container {
  position: relative;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED CONTENT                                          */
/* ========================================================= */

.rh-who-serve-cros__content {
  width: 100%;
  max-width: 870px;

  margin:
    0
    auto
    50px;

  text-align: center;
}


/* Eyebrow */

.rh-who-serve-cros__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding:
    8px
    14px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-who-serve-cros__content h2 {
  max-width: 850px;

  margin:
    0
    auto
    21px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Description */

.rh-who-serve-cros__description {
  max-width: 750px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* ========================================================= */
/* CRO BENEFITS                                              */
/* ========================================================= */

.rh-who-serve-cros__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;

  width: 100%;
}


/* Individual Benefit */

.rh-who-serve-cros__benefit {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 270px;

  padding: 25px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.055)
    );

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;

  box-shadow:
    0 18px 42px rgba(3, 20, 37, 0.13);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-cros__benefit::after {
  content: "";

  position: absolute;

  right: 20px;
  bottom: 0;
  left: 20px;

  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #74e8c0,
      transparent
    );

  border-radius:
    999px
    999px
    0
    0;

  opacity: 0;

  transform: scaleX(0.5);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-cros__benefit:hover {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.08)
    );

  border-color: rgba(116, 232, 192, 0.38);

  box-shadow:
    0 24px 50px rgba(3, 20, 37, 0.2);

  transform: translateY(-5px);
}


.rh-who-serve-cros__benefit:hover::after {
  opacity: 1;

  transform: scaleX(1);
}


/* ========================================================= */
/* BENEFIT ICON                                              */
/* ========================================================= */

.rh-who-serve-cros__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 51px;
  height: 51px;

  margin-bottom: 22px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;

  box-shadow:
    0 10px 24px rgba(3, 20, 37, 0.14);
}


.rh-who-serve-cros__benefit-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* BENEFIT CONTENT                                           */
/* ========================================================= */

.rh-who-serve-cros__benefit h3 {
  margin:
    0
    0
    9px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.38;
}


.rh-who-serve-cros__benefit p {
  margin: 0;

  color: rgba(255, 255, 255, 0.63);

  font-size: 13px;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA AREA                                                  */
/* ========================================================= */

.rh-who-serve-cros__action {
  display: flex;
  justify-content: center;

  width: 100%;

  margin-top: 38px;
}


/* CTA Button */

.rh-who-serve-cros__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;

  padding:
    13px
    22px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 10px;

  box-shadow:
    0 15px 34px rgba(3, 20, 37, 0.2);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-who-serve-cros__button svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}


.rh-who-serve-cros__button:hover {
  color: #ffffff;
  background: #1dbc88;

  border-color: #1dbc88;

  box-shadow:
    0 19px 39px rgba(3, 20, 37, 0.26);

  transform: translateY(-3px);
}


.rh-who-serve-cros__button:hover svg {
  transform: translateX(4px);
}


.rh-who-serve-cros__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.38);
  outline-offset: 4px;
}


/* ========================================================= */
/* BACKGROUND ANIMATION                                      */
/* ========================================================= */

@keyframes rhWhoServeCrosLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -180;
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-who-serve-cros {
    padding:
      90px
      20px;
  }

  .rh-who-serve-cros__content {
    margin-bottom: 44px;
  }

  .rh-who-serve-cros__content h2 {
    font-size: clamp(37px, 5vw, 53px);
  }

  .rh-who-serve-cros__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    max-width: 820px;

    margin: 0 auto;
  }

  .rh-who-serve-cros__benefit {
    min-height: 230px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 750px) {

  .rh-who-serve-cros {
    padding:
      78px
      20px;
  }

  .rh-who-serve-cros__content {
    margin-bottom: 38px;
  }

  .rh-who-serve-cros__description {
    font-size: 15px;
  }

  .rh-who-serve-cros__benefit {
    min-height: 220px;

    padding: 22px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-who-serve-cros {
    padding:
      65px
      15px;
  }

  .rh-who-serve-cros__content {
    margin-bottom: 32px;
  }

  .rh-who-serve-cros__eyebrow {
    margin-bottom: 15px;

    padding:
      7px
      11px;

    font-size: 9px;
  }

  .rh-who-serve-cros__content h2 {
    margin-bottom: 17px;

    font-size: 31px;
    line-height: 1.12;
  }

  .rh-who-serve-cros__description {
    font-size: 14px;
    line-height: 1.68;
  }

  .rh-who-serve-cros__benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rh-who-serve-cros__benefit {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;

    min-height: 0;

    padding: 19px;

    border-radius: 16px;
  }

  .rh-who-serve-cros__benefit-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    margin-bottom: 0;

    border-radius: 12px;
  }

  .rh-who-serve-cros__benefit-icon svg {
    width: 21px;
    height: 21px;
  }

  .rh-who-serve-cros__benefit h3 {
    margin-bottom: 6px;

    font-size: 15px;
  }

  .rh-who-serve-cros__benefit p {
    font-size: 12px;
    line-height: 1.58;
  }

  .rh-who-serve-cros__action {
    margin-top: 29px;
  }

  .rh-who-serve-cros__button {
    width: 100%;

    padding:
      13px
      16px;

    font-size: 13px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-who-serve-cros__benefit {
    flex-direction: column;
  }

  .rh-who-serve-cros__benefit-icon {
    margin-bottom: 2px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-who-serve-cros__lines path {
    animation: none;
  }

  .rh-who-serve-cros__benefit,
  .rh-who-serve-cros__benefit::after,
  .rh-who-serve-cros__button,
  .rh-who-serve-cros__button svg {
    transition: none;
  }

  .rh-who-serve-cros__benefit:hover,
  .rh-who-serve-cros__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44f2356 *//* ========================================================= */
/* WHO WE SERVE — COMPACT CTA SECTION                        */
/* ========================================================= */

.rh-who-serve-cta,
.rh-who-serve-cta *,
.rh-who-serve-cta *::before,
.rh-who-serve-cta *::after {
  box-sizing: border-box;
}


.rh-who-serve-cta {
  position: relative;

  width: 100%;

  padding:
    50px
    20px;

  overflow: hidden;

  background: #f5faf8;
}


/* ========================================================= */
/* CTA CONTAINER                                             */
/* ========================================================= */

.rh-who-serve-cta__container {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
  padding:
    36px
    40px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(29, 188, 136, 0.2),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #15325a 0%,
      #164b62 58%,
      #109267 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;

  box-shadow:
    0 24px 55px rgba(21, 50, 90, 0.16);
}


/* Decorative Circle */

.rh-who-serve-cta__container::before {
  content: "";

  position: absolute;

  top: -115px;
  right: -70px;

  width: 260px;
  height: 260px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;

  pointer-events: none;
}


/* ========================================================= */
/* CTA CONTENT                                               */
/* ========================================================= */

.rh-who-serve-cta__content {
  position: relative;

  max-width: 720px;

  z-index: 2;
}


.rh-who-serve-cta__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 12px;

  color: #74e8c0;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.rh-who-serve-cta__content h2 {
  margin:
    0
    0
    10px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}


.rh-who-serve-cta__content p {
  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 14px;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-who-serve-cta__button {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 10px;

  min-height: 52px;

  padding:
    13px
    22px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 10px;

  box-shadow:
    0 14px 30px rgba(3, 20, 37, 0.2);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;

  z-index: 2;
}


.rh-who-serve-cta__button svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}


.rh-who-serve-cta__button:hover {
  color: #ffffff;
  background: #1dbc88;

  border-color: #1dbc88;

  box-shadow:
    0 18px 36px rgba(3, 20, 37, 0.25);

  transform: translateY(-3px);
}


.rh-who-serve-cta__button:hover svg {
  transform: translateX(4px);
}


.rh-who-serve-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.38);
  outline-offset: 4px;
}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 760px) {

  .rh-who-serve-cta {
    padding:
      38px
      15px;
  }

  .rh-who-serve-cta__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    padding:
      30px
      25px;
  }

  .rh-who-serve-cta__button {
    width: 100%;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 480px) {

  .rh-who-serve-cta__container {
    padding:
      25px
      20px;

    border-radius: 18px;
  }

  .rh-who-serve-cta__content h2 {
    font-size: 27px;
  }

  .rh-who-serve-cta__content p {
    font-size: 13px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-who-serve-cta__button,
  .rh-who-serve-cta__button svg {
    transition: none;
  }

  .rh-who-serve-cta__button:hover {
    transform: none;
  }

}/* End custom CSS */