.elementor-1934 .elementor-element.elementor-element-3245ee56 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-1934 .dialog-message{width:800px;height:95vh;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-1934{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1934 .dialog-close-button{display:flex;font-size:36px;}#elementor-popup-modal-1934 .dialog-widget-content{border-style:solid;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}@media(max-width:767px){#elementor-popup-modal-1934 .dialog-message{width:90vw;height:95vh;}#elementor-popup-modal-1934 .dialog-close-button{font-size:24px;}}/* Start custom CSS for text-editor, class: .elementor-element-3245ee56 *//* PROFILE WRAPPER */
.profile-wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0;
  color: #1f2937;
}

/* NAME */
.profile-name {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TOP CTA */
.cta-green-top {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  background: #769D81;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 25px;
}

/* POLAROID WRAP */
.polaroid-wrap {
  display: flex;
  justify-content: center;
  margin: 15px 0 30px;
}

/* POLAROID FRAME */
.polaroid {
  background: #ffffff;
  padding: 10px 10px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border: 1px solid #e5e7eb;
  width: 100%;
  max-width: 250px;
}

/* IMAGE */
.polaroid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* CAPTION */
.polaroid-caption {
  margin-top: 8px;
  padding-left: 10px;
}

.polaroid-caption strong {
  font-size: 15px;
  display: block;
}

.polaroid-caption span {
  font-size: 12px;
  opacity: 0.7;
}

/* SECTIONS */
.section,
.section-alt {
  margin-bottom: 28px;
  padding: 18px;
}

/* NORMAL */
.section {
  background: transparent;
}

/* ALT */
.section-alt {
  background: rgba(118,157,129,0.08);
}

/* HEADINGS */
.section h3,
.section-alt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}

/* TEXT */
.section p,
.section-alt p {
  font-size: 16px;
  line-height: 1.7;
}

/* FINAL CTA */
.cta-green {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px;
  background: #769D81;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
}/* End custom CSS */