.elementor-9996 .elementor-element.elementor-element-d848594{--display:flex;}.elementor-9996 .elementor-element.elementor-element-d93d931{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9996 .elementor-element.elementor-element-a5ea339{--display:flex;}.elementor-9996 .elementor-element.elementor-element-fc27451{--display:flex;}.elementor-9996 .elementor-element.elementor-element-95948eb{--display:flex;}@media(max-width:767px){.elementor-9996 .elementor-element.elementor-element-d848594{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9996 .elementor-element.elementor-element-d93d931{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9996 .elementor-element.elementor-element-fc27451{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9996 .elementor-element.elementor-element-139ed44 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:59px 0px 0px 0px;}}/* Start custom CSS *//* GREEN PILL PAGE STYLES */

.gp-title {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.15rem;
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Adobe Caslon Pro", serif;
}

.gp-sub {
  color: #bbb;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 40px;
  font-family: "Adobe Caslon Pro", serif;
  opacity: 0.85;
}

.gp-pill {
  display: block;
  margin: 0 auto 50px auto;
  width: 420px;
  max-width: 85vw;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.4s ease;
}

.gp-pill:hover {
  transform: scale(1.04);
  filter: brightness(1.25);
}

.gp-section {
  width: 85%;
  max-width: 680px;
  margin: 0 auto;
  color: #d0d0d0;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 1.15rem;
  line-height: 1.55;
  opacity: 0.92;
}

.gp-section h3 {
  color: #fff;
  margin-top: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
}

.gp-cta {
  margin-top: 14px;
  text-align: center;
}

.gp-cta a {
  font-family: "Adobe Caslon Pro", Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3fed4c;              /* SHIINE green */
  text-decoration: none;
}

.gp-cta a:hover {
  text-shadow: 0 0 10px rgba(63, 237, 76, 0.7);
}


.gp-bottom-link {
  display: block;
  margin: 60px auto 80px auto;
  text-align: center;
  color: #00ff73;
  font-size: 1.3rem;
  text-decoration: none !important;
  font-family: "Adobe Caslon Pro", serif;
}

.gp-bottom-link:hover {
  color: #74ffb1;
}/* End custom CSS */