.elementor-1274 .elementor-element.elementor-element-9d823ea{--display:flex;--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-5565131 *//* ========================================================= */
/* RESEARCH HERO UNDER CONSTRUCTION PAGE                     */
/* ========================================================= */

.rh-construction {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 100vh;

  padding:
    175px
    20px
    80px;

  overflow: hidden;
  isolation: isolate;

  background:
    linear-gradient(
      135deg,
      #1dbc88 0%,
      #19ad80 48%,
      #159f76 100%
    );
}


/* ========================================================= */
/* BACKGROUND GLOWS                                          */
/* ========================================================= */

.rh-construction::before {
  content: "";

  position: absolute;

  top: -240px;
  left: 50%;

  width: 900px;
  height: 550px;

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.16);

  filter: blur(85px);

  transform:
    translateX(-50%);

  pointer-events: none;

  z-index: -1;
}

.rh-construction::after {
  content: "";

  position: absolute;

  right: -220px;
  bottom: -320px;

  width: 650px;
  height: 650px;

  border-radius: 50%;

  background:
    rgba(21, 50, 90, 0.18);

  filter: blur(80px);

  pointer-events: none;

  z-index: -1;
}


/* ========================================================= */
/* SVG BACKGROUND                                            */
/* ========================================================= */

.rh-construction__background {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;

  z-index: -2;
}

.rh-construction__background svg {
  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.62;
}


/* ========================================================= */
/* FLOW LINES                                                */
/* ========================================================= */

.rh-construction__flow {
  fill: none;

  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 18 18;

  animation:
    rhConstructionFlow
    20s
    linear
    infinite;
}

.rh-construction__flow--one {
  stroke:
    rgba(255, 255, 255, 0.2);
}

.rh-construction__flow--two {
  stroke:
    rgba(21, 50, 90, 0.14);

  animation-duration: 27s;
  animation-direction: reverse;
}


/* ========================================================= */
/* CONNECTION LINES                                          */
/* ========================================================= */

.rh-construction__connections line {
  fill: none;

  stroke:
    rgba(255, 255, 255, 0.15);

  stroke-width: 1.5;
  stroke-dasharray: 7 10;

  animation:
    rhConstructionConnections
    15s
    linear
    infinite;
}


/* ========================================================= */
/* DATA NODES                                                */
/* ========================================================= */

.rh-construction__nodes circle {
  fill:
    rgba(255, 255, 255, 0.2);

  stroke:
    rgba(255, 255, 255, 0.58);

  stroke-width: 2;

  transform-box: fill-box;
  transform-origin: center;

  animation:
    rhConstructionNodes
    4s
    ease-in-out
    infinite;
}

.rh-construction__nodes circle:nth-child(2n) {
  animation-delay: 1s;
}

.rh-construction__nodes circle:nth-child(3n) {
  animation-delay: 2s;
}


/* ========================================================= */
/* PLUS SYMBOLS                                              */
/* ========================================================= */

.rh-construction__symbols {
  stroke:
    rgba(255, 255, 255, 0.3);

  stroke-width: 5;
  stroke-linecap: round;

  animation:
    rhConstructionSymbols
    7s
    ease-in-out
    infinite;
}


/* ========================================================= */
/* CONTENT CONTAINER                                         */
/* ========================================================= */

.rh-construction__container {
  position: relative;

  width: 100%;
  max-width: 980px;

  margin: 0 auto;
}


/* ========================================================= */
/* GLASS CARD                                                */
/* ========================================================= */

.rh-construction__glass-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  padding:
    68px
    80px;

  overflow: hidden;

  border:
    1px solid
    rgba(255, 255, 255, 0.72);

  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.84),
      rgba(255, 255, 255, 0.52)
    );

  box-shadow:
    0 38px 90px rgba(4, 27, 50, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.96),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);

  backdrop-filter:
    blur(30px)
    saturate(145%);

  -webkit-backdrop-filter:
    blur(30px)
    saturate(145%);

  opacity: 0;

  transform:
    translateY(45px);

  animation:
    rhConstructionCardEnter
    0.9s
    cubic-bezier(0.22, 1, 0.36, 1)
    0.12s
    forwards;
}


/* Glass Reflection */

.rh-construction__glass-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.52),
      transparent 30%,
      transparent 68%,
      rgba(255, 255, 255, 0.14)
    );

  pointer-events: none;
}


/* Glass Glow */

.rh-construction__glass-card::after {
  content: "";

  position: absolute;

  top: -150px;
  right: -100px;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  background:
    rgba(29, 183, 135, 0.2);

  filter: blur(55px);

  pointer-events: none;
}


/* ========================================================= */
/* CONTENT                                                   */
/* ========================================================= */

.rh-construction__content {
  position: relative;

  width: 100%;
  max-width: 760px;

  margin: 0 auto;

  text-align: center;

  z-index: 2;
}


/* ========================================================= */
/* ICON                                                      */
/* ========================================================= */

.rh-construction__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 88px;
  height: 88px;

  margin:
    0
    auto
    24px;

  border:
    1px solid
    rgba(29, 183, 136, 0.23);

  border-radius: 24px;

  background:
    rgba(29, 183, 136, 0.1);

  box-shadow:
    0 18px 35px
    rgba(16, 146, 103, 0.12);

  animation:
    rhConstructionIconFloat
    4s
    ease-in-out
    infinite;
}

.rh-construction__icon svg {
  width: 48px;
  height: 48px;

  fill: none;

  stroke: #109267;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* EYEBROW                                                   */
/* ========================================================= */

.rh-construction__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;
  padding: 9px 16px;

  color: #109267;

  border:
    1px solid
    rgba(16, 146, 103, 0.2);

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.5);

  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* ========================================================= */
/* HEADING                                                   */
/* ========================================================= */

.rh-construction__content h1 {
  margin: 0;

  color: #15325a;

  font-size:
    clamp(44px, 5vw, 70px);

  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.rh-construction__content h1 span {
  display: block;

  color: #109267;
}


/* ========================================================= */
/* DESCRIPTION                                               */
/* ========================================================= */

.rh-construction__description {
  max-width: 690px;

  margin:
    24px
    auto
    0;

  color:
    rgba(21, 50, 90, 0.76);

  font-size:
    clamp(16px, 1.5vw, 18px);

  line-height: 1.75;
}


/* ========================================================= */
/* PROGRESS                                                  */
/* ========================================================= */

.rh-construction__progress {
  max-width: 520px;

  margin:
    30px
    auto
    0;
}

.rh-construction__progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 10px;

  color: #15325a;

  font-size: 12px;
  font-weight: 700;
}

.rh-construction__progress-header span:last-child {
  color: #109267;
}

.rh-construction__progress-track {
  position: relative;

  width: 100%;
  height: 9px;

  overflow: hidden;

  border-radius: 999px;

  background:
    rgba(21, 50, 90, 0.1);
}

.rh-construction__progress-track span {
  position: absolute;

  top: 0;
  left: 0;

  width: 68%;
  height: 100%;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      #1dbc88,
      #109267
    );

  animation:
    rhConstructionProgress
    2.5s
    ease-in-out
    infinite alternate;
}


/* ========================================================= */
/* BUTTONS                                                   */
/* ========================================================= */

.rh-construction__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;

  margin-top: 34px;
}

.rh-construction__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 50px;

  padding:
    0
    23px;

  border-radius: 12px;

  font-size: 13px;
  font-weight: 800;
  text-decoration: none;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.rh-construction__button--primary {
  color: #ffffff;

  border:
    1px solid
    #1dbc88;

  background:
    #1dbc88;

  box-shadow:
    0 14px 28px
    rgba(29, 183, 136, 0.22);
}

.rh-construction__button--primary:hover {
  background:
    #109267;

  border-color:
    #109267;

  transform:
    translateY(-2px);
}

.rh-construction__button--secondary {
  color: #15325a;

  border:
    1px solid
    rgba(21, 50, 90, 0.15);

  background:
    rgba(255, 255, 255, 0.48);
}

.rh-construction__button--secondary:hover {
  color: #109267;

  border-color:
    rgba(29, 183, 136, 0.35);

  background:
    #ffffff;

  transform:
    translateY(-2px);
}

.rh-construction__button svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition:
    transform 0.25s ease;
}

.rh-construction__button:hover svg {
  transform:
    translateX(4px);
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhConstructionFlow {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -330;
  }

}

@keyframes rhConstructionConnections {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -175;
  }

}

@keyframes rhConstructionNodes {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.35);
  }

}

@keyframes rhConstructionSymbols {

  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 0.85;
    transform: translateY(-15px);
  }

}

@keyframes rhConstructionCardEnter {

  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@keyframes rhConstructionIconFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

}

@keyframes rhConstructionProgress {

  from {
    width: 62%;
  }

  to {
    width: 72%;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-construction {
    min-height: 100vh;

    padding:
      150px
      20px
      65px;
  }

  .rh-construction__container {
    max-width: 720px;
  }

  .rh-construction__glass-card {
    padding:
      55px
      42px;

    border-radius: 24px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-construction {
    padding:
      130px
      14px
      42px;
  }

  .rh-construction__glass-card {
    padding:
      40px
      21px;

    border-radius: 20px;
  }

  .rh-construction__icon {
    width: 72px;
    height: 72px;

    margin-bottom: 20px;

    border-radius: 20px;
  }

  .rh-construction__icon svg {
    width: 39px;
    height: 39px;
  }

  .rh-construction__eyebrow {
    padding:
      8px
      12px;

    font-size: 9px;
  }

  .rh-construction__content h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .rh-construction__description {
    margin-top: 19px;

    font-size: 15px;
    line-height: 1.65;
  }

  .rh-construction__actions {
    flex-direction: column;

    margin-top: 28px;
  }

  .rh-construction__button {
    width: 100%;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-construction__content h1 {
    font-size: 33px;
  }

  .rh-construction__glass-card {
    padding:
      35px
      16px;
  }

}


/* ========================================================= */
/* WORDPRESS ADMIN BAR                                       */
/* ========================================================= */

body.admin-bar .rh-construction {
  padding-top: 205px;
}

@media (max-width: 900px) {

  body.admin-bar .rh-construction {
    padding-top: 180px;
  }

}

@media (max-width: 600px) {

  body.admin-bar .rh-construction {
    padding-top: 160px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-construction__flow,
  .rh-construction__connections line,
  .rh-construction__nodes circle,
  .rh-construction__symbols,
  .rh-construction__icon,
  .rh-construction__progress-track span {
    animation: none;
  }

  .rh-construction__glass-card {
    opacity: 1;
    transform: none;
    animation: none;
  }

}/* End custom CSS */