@import url("https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #FFFDF8;
}

.max-width {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .max-width {
    padding: 0px 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hedvig Letters Serif", serif !important;
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  letter-spacing: -0.48px;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
}

h3 {
  font-size: 33px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  letter-spacing: -0.28px;
}

p,
div,
a,
span,
ul,
li,
button,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

ul {
  margin-top: 10px;
  padding-left: 30px;
  list-style: disc;
}
ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
ul li:not(:last-child) {
  margin-bottom: 16px;
}
ul li::marker {
  color: #75113F;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.wp-theme-helenamedical .gform_required_legend {
  display: none;
}
@media (max-width: 768px) {
  .wp-theme-helenamedical .gform_fields {
    row-gap: 16px !important;
  }
}
.wp-theme-helenamedical .gform-body .gform_fields .gfield_label {
  color: #220411;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.wp-theme-helenamedical .gform-body .gform_fields .gfield_required {
  color: #220411 !important;
}
.wp-theme-helenamedical .gform-body input[type=text].datepicker {
  width: 100%;
}
.wp-theme-helenamedical .gform-body input[type=text],
.wp-theme-helenamedical .gform-body input[type=email],
.wp-theme-helenamedical .gform-body input[type=tel],
.wp-theme-helenamedical .gform-body input[type=date],
.wp-theme-helenamedical .gform-body textarea,
.wp-theme-helenamedical .gform-body select {
  padding: 30px 20px !important;
  border-radius: 4px !important;
  border: 2px solid #DDC2CA !important;
  background: #FFFDF8 !important;
  font-style: normal !important;
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .wp-theme-helenamedical .gform-body input[type=text],
  .wp-theme-helenamedical .gform-body input[type=email],
  .wp-theme-helenamedical .gform-body input[type=tel],
  .wp-theme-helenamedical .gform-body input[type=date],
  .wp-theme-helenamedical .gform-body textarea,
  .wp-theme-helenamedical .gform-body select {
    padding: 23px 20px !important;
  }
}
.wp-theme-helenamedical .gform-body input[type=text]:focus,
.wp-theme-helenamedical .gform-body input[type=email]:focus,
.wp-theme-helenamedical .gform-body input[type=tel]:focus,
.wp-theme-helenamedical .gform-body input[type=date]:focus,
.wp-theme-helenamedical .gform-body textarea:focus,
.wp-theme-helenamedical .gform-body select:focus {
  outline-color: #75113F !important;
  outline-width: 2px !important;
  outline-offset: -2px !important;
}
.wp-theme-helenamedical .gform-body .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-theme-helenamedical .gform-body .ginput_container_consent input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 28.181px;
  height: 28.181px;
  border-radius: 5.2px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wp-theme-helenamedical .gform-body .ginput_container_consent input[type=checkbox]::before {
  opacity: 0 !important;
}
.wp-theme-helenamedical .gform-body .ginput_container_consent input[type=checkbox]:checked {
  background-color: #75113F;
  border-color: #75113F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M1.30002 8.15826L6.01078 12.1385L15.7516 1.2998' stroke='%23F4F5F4' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.wp-theme-helenamedical .gform-body .ginput_container_consent input[type=checkbox]:focus {
  outline: none;
}
.wp-theme-helenamedical .gform-body .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: #FF0000 !important;
}
.wp-theme-helenamedical .gform-body .gform-theme--framework .gform_validation_errors {
  border-color: #FF0000 !important;
}
.wp-theme-helenamedical .gform-body .gform-theme--framework .gform_validation_errors:focus {
  outline: none !important;
}
.wp-theme-helenamedical .gform-body .gfield_error input,
.wp-theme-helenamedical .gform-body .gfield_error textarea,
.wp-theme-helenamedical .gform-body .gfield_error select {
  border: 2px solid #F00 !important;
}
.wp-theme-helenamedical .gform-footer .gform_button {
  display: inline-flex !important;
  padding: 16px 24px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 244px !important;
  background-color: #75113F !important;
  font-family: "Poppins", sans-serif !important;
  color: #FFFDF8 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}
.wp-theme-helenamedical .gform-footer .gform_button:hover {
  background: #510C2C !important;
}
@media (max-width: 768px) {
  .wp-theme-helenamedical .gform-footer .gform_button {
    width: 100% !important;
  }
}

#error-404 {
  padding: 100px 0;
}
#error-404 .error-404-container .error-404-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #75113F;
}
#error-404 .error-404-container .error-404-content p {
  font-size: 18px;
  margin-bottom: 40px;
}
#error-404 .error-404-container .error-404-content a {
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 244px;
  background-color: #75113F;
  font-family: "Poppins", sans-serif;
  color: #FFFDF8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #error-404 .error-404-container .error-404-content a {
    text-align: center;
  }
}
#error-404 .error-404-container .error-404-content a:hover {
  background: #510C2C;
}

.site-navbar {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.site-navbar .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
}
.site-navbar .top-nav {
  background-color: #ffffff;
  box-shadow: 0 4px 18.3px 0 rgba(117, 18, 63, 0.05);
}
@media (max-width: 1024px) {
  .site-navbar .top-nav {
    display: none;
  }
}
.site-navbar .top-nav .top-nav-links {
  display: flex;
  gap: 16px;
}
.site-navbar .top-nav .top-nav-links a {
  color: #75113F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  letter-spacing: 0.8px;
  align-items: flex-start;
  gap: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.site-navbar .top-nav .top-nav-links a:hover {
  text-decoration: underline;
}
.site-navbar .top-nav .top-nav-links a svg {
  flex-shrink: 0;
}
.site-navbar .top-nav .top-nav-cta .header-cta-button {
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 244px;
  background-color: #FFFDF8;
  font-family: "Poppins", sans-serif;
  color: #75113F;
  border: 1px solid #75113F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .site-navbar .top-nav .top-nav-cta .header-cta-button {
    text-align: center;
  }
}
.site-navbar .top-nav .top-nav-cta .header-cta-button:hover {
  border-color: #510C2C;
  color: #510C2C;
}
.site-navbar .top-nav .top-nav-cta .header-cta-button {
  padding: 8px 24px;
  flex-direction: row;
}
.site-navbar .top-nav .top-nav-cta .header-cta-button:hover {
  color: #ffffff !important;
  background: #510C2C !important;
}
.site-navbar .top-nav .top-nav-cta .header-cta-button:hover svg g path {
  fill: #fff;
}
.site-navbar .main-nav {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.site-navbar .main-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFDF8;
  box-shadow: 0 4px 18.3px 0 rgba(117, 18, 63, 0.05);
  z-index: 1000;
  animation: slideDown 0.3s ease-in-out;
}
.site-navbar .main-nav .nav-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.site-navbar .main-nav .main-nav-logo {
  grid-column: 2;
  text-align: center;
}
.site-navbar .main-nav .nav-links-container {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.site-navbar .main-nav .nav-links-container ul.nav-links {
  display: flex;
  gap: 61px;
  list-style: none;
}
.site-navbar .main-nav .nav-links-container ul.nav-links li {
  margin-bottom: 0 !important;
}
.site-navbar .main-nav .nav-links-container ul.nav-links li.current-menu-item a {
  font-weight: 500;
}
.site-navbar .main-nav .nav-links-container ul.nav-links li a {
  color: #75113F;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  letter-spacing: 0.8px;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.site-navbar .main-nav .nav-links-container ul.nav-links li a:hover {
  font-weight: 500;
}
.site-navbar .nav-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .site-navbar .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
.site-navbar .nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #75113F;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.site-navbar .nav-toggle span:nth-child(1) {
  transform: translateY(0px);
}
.site-navbar .nav-toggle span:nth-child(2) {
  transform: translateY(8px);
}
.site-navbar .nav-toggle span:nth-child(3) {
  transform: translateY(16px);
}
.site-navbar .nav-toggle.active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.site-navbar .nav-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateY(8px);
}
.site-navbar .nav-toggle.active span:nth-child(3) {
  transform: translateY(8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .site-navbar .nav-links-container {
    display: none !important;
  }
}
.site-navbar .mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFFDF8;
  box-shadow: 0 4px 18.3px 0 rgba(117, 18, 63, 0.05);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.site-navbar .mobile-menu.active {
  max-height: 100vh;
}
.site-navbar .mobile-menu .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 49px 64px;
}
.site-navbar .mobile-menu .mobile-menu-inner .nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.site-navbar .mobile-menu .mobile-menu-inner .nav-links li {
  margin-bottom: 0 !important;
}
.site-navbar .mobile-menu .mobile-menu-inner .nav-links li a {
  color: #75113F;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.site-navbar .mobile-menu .mobile-menu-inner .mobile-menu-extra {
  margin-top: 48px;
  width: 100%;
  text-align: center;
  color: #75113F;
}
.site-navbar .mobile-menu .mobile-menu-inner .mobile-menu-extra .extra-mobile-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.site-navbar .mobile-menu .mobile-menu-inner .mobile-menu-extra .extra-mobile-items .item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.site-navbar .mobile-menu .mobile-menu-inner .mobile-menu-extra .extra-mobile-items .item-row a {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.site-navbar .mobile-menu .mobile-menu-inner .mobile-menu-extra .extra-mobile-items .item-row a.whatsapp-btn {
  padding: 8px 16px;
  border-radius: 244px;
  background-color: #FFFDF8;
  box-shadow: 0 4px 14.3px 0 rgba(117, 18, 63, 0.25);
}

footer {
  background-color: #75113F;
  padding-top: 44px;
  padding-bottom: 46px;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  gap: 84px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  footer .footer-container {
    gap: 48px;
  }
}
@media (max-width: 991px) {
  footer .footer-container {
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer .footer-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
footer .logo-col {
  flex: 0 1 338px;
  width: 100%;
  max-width: 338px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .logo-col svg {
  width: 100%;
  height: auto;
}
@media (max-width: 550px) {
  footer .logo-col {
    max-width: 244px;
  }
}
footer .logo-col img {
  width: 338px;
  height: auto;
}
@media (max-width: 550px) {
  footer .logo-col img {
    width: 244px;
  }
}
footer .logo-col p {
  color: #FFFDF8;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
}
footer .main-footer-col {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  footer .main-footer-col {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer .main-footer-col .top-row {
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  footer .main-footer-col .top-row {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}
footer .main-footer-col .top-row h4 {
  color: #FFFDF8;
  font-size: 23px;
  font-weight: 300;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
footer .main-footer-col .top-row a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 16px 24px;
  background-color: #75113F;
  color: #FFFDF8;
  border: 1px solid #FFFDF8;
  border-radius: 244px;
}
footer .main-footer-col .bottom-row {
  display: flex;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  footer .main-footer-col .bottom-row {
    gap: 24px;
  }
}
@media (max-width: 900px) {
  footer .main-footer-col .bottom-row {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  footer .main-footer-col .bottom-row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer .main-footer-col .address-col {
  flex: 0 1 174px;
  min-width: 160px;
}
@media (max-width: 550px) {
  footer .main-footer-col .address-col {
    flex: 1;
  }
}
footer .main-footer-col .address-col .headline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #FFFDF8;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 550px) {
  footer .main-footer-col .address-col .headline {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  footer .main-footer-col .address-col .address {
    text-align: center;
  }
}
footer .main-footer-col .address-col .address p {
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
  color: #FFFDF8;
}
footer .main-footer-col .contact-col {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  footer .main-footer-col .contact-col {
    align-items: center;
  }
}
@media (max-width: 550px) {
  footer .main-footer-col .contact-col {
    align-items: center;
  }
}
footer .main-footer-col .contact-col p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  footer .main-footer-col .contact-col p {
    justify-content: center;
  }
  footer .main-footer-col .contact-col p svg {
    display: none;
  }
  footer .main-footer-col .contact-col p a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .main-footer-col .contact-col a {
  color: #FFFDF8;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}
footer .footer-bottom .max-width {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-bottom .max-width {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
footer .footer-bottom .max-width p,
footer .footer-bottom .max-width a {
  color: #FFFDF8;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
footer .footer-bottom .max-width .mobile {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-bottom .max-width .mobile {
    display: block;
  }
}