/*rgd css*/
/*header*/
#sp-header{background:transparent;box-shadow:none;position:fixed;}
/* Paragraph Text */
p {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.25rem);
  line-height: 1.6;
}

/* H1 */
h1 {
  font-size: clamp(2rem, 1.6rem + 2vw, 3rem);
  line-height: 1.2;
}

/* H2 */
h2 {
  font-size: clamp(1.75rem, 1.5rem + 1.5vw, 2.5rem);
  line-height: 1.25;
}

/* H3 */
h3 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  line-height: 1.3;
}

/* H4 */
h4 {
  font-size: clamp(1.3rem, 1.15rem + 0.7vw, 1.6rem);
  line-height: 1.35;
}

/* H5 */
h5 {
  font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
  line-height: 1.4;
}

/* H6 */
h6 {
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
  line-height: 1.45;
}

/*reverse-polys*/
/*.reverse-polys .sppb-addon-image-shape-right-chevron {
    -webkit-clip-path: polygon(25% 0, 0 50%, 25% 100%, 100% 100%, 75% 50%, 100% 0);
    clip-path: polygon(25% 0, 0 50%, 25% 100%, 100% 100%, 75% 50%, 100% 0);
}*/