.gc-animation-reposition .gc-dandelion {
  pointer-events: none !important;
  transition: transform 0.4s ease-out !important;
}
.gc-animation-reposition:has(.w-tabs-section.active) .gc-dandelion {
  transform: rotate(-25deg) translateX(120px) !important;
}

.gc-animation-flow-to-right, .gc-animation-flow-to-left {
  transition: transform 0.4s ease-in-out !important;
  pointer-events: none !important;
}
.gc-animation-flow-to-right {
  animation: dandelion-flow-to-right 15s infinite linear !important;
}
.gc-animation-flow-to-left {
  animation: dandelion-flow-to-left 15s infinite linear !important;
}

@keyframes dandelion-flow-to-right {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  10% {
    transform: translateX(7%) translateY(0) rotate(5deg);
  }
  20% {
    transform: translateX(15%) translateY(-2%) rotate(10deg);
  }
  30% {
    transform: translateX(20%) translateY(-5%) rotate(7deg);
  }
  40% {
    transform: translateX(25%) translateY(5%) rotate(10deg);
  }
  50% {
    transform: translateX(35%) translateY(-5%) rotate(12deg);
  }
  60% {
    transform: translateX(25%) translateY(5%) rotate(10deg);
  }
  70% {
    transform: translateX(20%) translateY(-5%) rotate(7deg);
  }
  80% {
    transform: translateX(15%) translateY(0) rotate(10deg);
  }
  90% {
    transform: translateX(7%) translateY(0) rotate(5deg);
  }
}
@keyframes dandelion-flow-to-left {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  10% {
    transform: translateX(-7%) translateY(0) rotate(-5deg);
  }
  20% {
    transform: translateX(-15%) translateY(-2%) rotate(-10deg);
  }
  30% {
    transform: translateX(-20%) translateY(-5%) rotate(-7deg);
  }
  40% {
    transform: translateX(-25%) translateY(5%) rotate(-10deg);
  }
  50% {
    transform: translateX(-35%) translateY(-5%) rotate(-12deg);
  }
  60% {
    transform: translateX(-25%) translateY(5%) rotate(-10deg);
  }
  70% {
    transform: translateX(-20%) translateY(-5%) rotate(-7deg);
  }
  80% {
    transform: translateX(-15%) translateY(0) rotate(-10deg);
  }
  90% {
    transform: translateX(-7%) translateY(0) rotate(-5deg);
  }
}
html.gc-visited #gc-curtain,
html.gc-visited #gc-curtain-backdrop {
  display: none !important;
}

#gc-curtain {
  animation: curtain 2s cubic-bezier(0.3, 0.85, 0.1, 1) forwards;
  animation-delay: 1.2s;
}

#gc-curtain-backdrop {
  animation: fade-out 3s cubic-bezier(0.3, 0.85, 0.1, 1) forwards;
  animation-delay: 1.2s;
  pointer-events: none;
}

@keyframes curtain {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.text-14 {
  font-size: 0.875rem;
  line-height: 1.43em;
}
.text-16 {
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 960px) {
  .text-16:not(.text-unresponsive) {
    font-size: 0.875rem;
    line-height: 1.43em;
  }
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.55em;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .text-18:not(.text-unresponsive) {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.text-20 {
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 960px) {
  .text-20:not(.text-unresponsive) {
    font-size: 1.125rem;
    line-height: 1.55em;
  }
}

.label {
  font-family: "Inter";
}
.label-11 {
  font-size: 0.6875rem;
  line-height: 1.818;
  letter-spacing: 0.02em;
}

.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-400 strong {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-500 strong {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-600 strong {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-700 strong {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-800 strong {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
.font-weight-900 strong {
  font-weight: 900 !important;
}

.text-color-green-light {
  color: #11a236 !important;
}
.text-color-green-light * {
  color: #11a236 !important;
}
.text-color-green-dark {
  color: #006018 !important;
}
.text-color-green-dark * {
  color: #006018 !important;
}
.text-color-title-color {
  color: #21292f !important;
}
.text-color-title-color * {
  color: #21292f !important;
}
.text-color-text-color {
  color: #3b4348 !important;
}
.text-color-text-color * {
  color: #3b4348 !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-underline {
  text-decoration: underline !important;
}
.text-underline:hover {
  text-decoration: none !important;
}
.text-underline a {
  text-decoration: underline !important;
  border-bottom: none !important;
}
.text-underline a:hover {
  text-decoration: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-hover-underline:hover {
  text-decoration: underline !important;
}
.text-hover-green-light:hover {
  color: #11a236 !important;
}
.text-hover-green-dark:hover {
  color: #006018 !important;
}
.text-hover-title-color:hover {
  color: #21292f !important;
}
.text-hover-text-color:hover {
  color: #3b4348 !important;
}

.gc-line-prefix {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.gc-line-prefix::before {
  content: "";
  display: inline-block;
  height: 1px;
}
.gc-line-prefix-15::before {
  width: 15px;
}
.gc-line-prefix-green-light::before {
  background-color: #11a236;
}

.with_collapsible_content > .wpb_wrapper {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.with_collapsible_content > .toggle-links {
  padding: 0 !important;
}
.with_collapsible_content > .toggle-links > button {
  color: inherit !important;
  border: none !important;
  text-decoration: underline !important;
}
.with_collapsible_content.gc-collapsible-color-green-light > .toggle-links > button {
  color: #11a236 !important;
}
.with_collapsible_content.gc-collapsible-color-green-dark > .toggle-links > button {
  color: #006018 !important;
}

.gc-ul ul {
  margin: 0 !important;
  list-style: none !important;
}
.gc-ul ul > li {
  position: relative;
  padding-left: 36px;
}
.gc-ul ul > li:not(:last-child) {
  margin-bottom: 0.3125rem !important;
}
.gc-ul ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 11px;
  background-color: #11a236;
}

.gc-ul-check ul {
  margin: 0 !important;
  list-style: none !important;
}
.gc-ul-check ul > li {
  position: relative;
  padding-left: 36px;
}
.gc-ul-check ul > li:not(:last-child) {
  margin-bottom: 0.3125em !important;
}
.gc-ul-check ul > li::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: 0px;
  top: 0.11em;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/check-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-cover img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.img-contain img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.img-padding-2 img {
  padding: 2px !important;
}
.img-padding-3 img {
  padding: 3px !important;
}

picture {
  border-radius: inherit;
  max-height: inherit;
}

.w-btn-wrapper {
  margin: 0 !important;
}
.w-btn-wrapper > .w-btn {
  position: relative !important;
  overflow: hidden !important;
}
.w-btn-wrapper > .w-btn > .w-btn-label {
  display: inline-block;
}
.w-btn-wrapper > .w-btn:hover > .w-btn-label {
  animation: moveUp 0.3s forwards, moveDown 0.3s 0.3s forwards;
}

.gc-btn-sm {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.625rem !important;
  padding-right: 1.625rem !important;
}
.gc-btn-sm > span {
  font-size: 1rem !important;
  line-height: 1.5em !important;
}
.gc-btn-md {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.gc-btn-md > span {
  font-size: 1rem !important;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 960px) {
  .gc-btn-md {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
}

.w-btn-wrapper:has(.gc-btn-mt-auto) {
  margin-top: auto !important;
}

.link-no-underline a {
  border-bottom: none !important;
}

.gc-btn-icon-download > .w-btn-label {
  display: flex !important;
  gap: 0.625rem !important;
  align-items: center !important;
  justify-content: center !important;
}
.gc-btn-icon-download > .w-btn-label::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/download-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-btn-icon-link > .w-btn-label {
  display: flex !important;
  gap: 0.625rem !important;
  align-items: center !important;
  justify-content: center !important;
}
.gc-btn-icon-link > .w-btn-label::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/link-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes moveUp {
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-200%) scaleX(0.7) scaleY(2);
    opacity: 0;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(200%) scaleX(0.7) scaleY(2);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
section {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
@media only screen and (max-width: 960px) {
  section {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

.gc-section-relative {
  position: relative !important;
}
.gc-section-relative > .l-section-h {
  position: static !important;
}
.gc-section-relative > .l-section-h > .g-cols > .wpb_column {
  position: static !important;
}

.rotate--15 {
  rotate: -15deg !important;
}
.rotate-0 {
  rotate: 0deg !important;
}
.rotate-15 {
  rotate: 15deg !important;
}
.rotate-90 {
  rotate: 90deg !important;
}
.rotate-165 {
  rotate: 165deg !important;
}
.rotate-180 {
  rotate: 180deg !important;
}
.rotate-270 {
  rotate: 270deg !important;
}

.p-0 {
  padding: 0px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-128 {
  padding: 128px !important;
}

@media only screen and (max-width: 960px) {
  .col-flex-mobile > .vc_column-inner {
    display: flex !important;
  }
}
.col-full > .vc_column-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.flex {
  display: flex !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-1 {
  flex: 1 !important;
}
@media only screen and (max-width: 960px) {
  .flex-mobile {
    display: flex !important;
  }
}

.justify-space-between {
  justify-content: space-between !important;
}
.justify-end {
  justify-content: flex-end !important;
}

.gap-10 {
  gap: 10px !important;
}
.gap-16 {
  gap: 16px !important;
}
.gap-24 {
  gap: 24px !important;
}
.gap-32 {
  gap: 32px !important;
}
.gap-40 {
  gap: 40px !important;
}
.gap-48 {
  gap: 48px !important;
}
.gap-56 {
  gap: 56px !important;
}
.gap-64 {
  gap: 64px !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.gc-click a {
  cursor: pointer !important;
  opacity: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.gc-form-heading {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 700;
  color: #21292f;
  margin-bottom: 0.9375rem !important;
}
.gc-form-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 80px -10px rgba(47, 57, 64, 0.12);
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 2.5rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-form-page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.gc-form-page-radio {
  margin-bottom: 2.5rem !important;
}
.gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio, .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 80px -10px rgba(47, 57, 64, 0.12);
}
@media only screen and (max-width: 960px) {
  .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio:has(> :nth-child(3)), .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox:has(> :nth-child(3)) {
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio:has(> :nth-child(3)) > .wpcf7-list-item, .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox:has(> :nth-child(3)) > .wpcf7-list-item {
    border-right: none !important;
    padding: 0 !important;
  }
}
.gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio > .wpcf7-list-item, .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox > .wpcf7-list-item {
  flex: 1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio > .wpcf7-list-item:not(:last-of-type), .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox > .wpcf7-list-item:not(:last-of-type) {
  border-right: 1px solid #ececec;
}
@media only screen and (max-width: 960px) {
  .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-radio > .wpcf7-list-item, .gc-form-page-radio > p > .wpcf7-form-control-wrap > .wpcf7-checkbox > .wpcf7-list-item {
    padding-left: 1.25rem;
    padding-right: 0.9375rem;
  }
}
.gc-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 960px) {
  .gc-form-group {
    gap: 0.3125rem;
  }
}
.gc-form-group > p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 960px) {
  .gc-form-group > p {
    gap: 0.3125rem;
  }
}
.gc-form-group-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #21292f;
}
.gc-form-group-label span:last-of-type {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 400;
  color: #7d8589;
}
.gc-form-group:has(.wpcf7-not-valid-tip) .gc-form-group-label {
  color: #b50003;
}
.gc-form-group:has(.wpcf7-not-valid-tip) input {
  border-color: #b50003 !important;
}
.gc-form-group:has(.wpcf7-not-valid-tip) input:focus {
  border-color: #b50003 !important;
  box-shadow: 0px 2px 5px 0px rgba(181, 0, 3, 0.3) !important;
}
.gc-form-group-relative input[type=text],
.gc-form-group-relative input[type=email],
.gc-form-group-relative input[type=tel],
.gc-form-group-relative input[type=number] {
  padding-left: 0.805rem !important;
  padding-right: 0.805rem !important;
  padding-top: 1.5625rem !important;
  padding-bottom: 0.375rem !important;
  height: 1.625rem !important;
}
.gc-form-group-relative.gc-form-group-filled .gc-form-group-label {
  left: 0.75rem;
  top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 400;
  color: #006018;
}
.gc-form-group-relative > p {
  position: relative;
}
.gc-form-group-relative > p > .gc-form-group-label {
  z-index: 1;
  position: absolute;
  top: 0.9375rem;
  left: 0.6875rem;
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #636a6f;
  transition: all 0.2s ease-in-out;
}
.gc-form-group-relative > p:has(input:focus) .gc-form-group-label {
  left: 0.75rem;
  top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 400;
  color: #006018;
}
.gc-form-group-inline > p {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.25rem;
  align-items: center;
}
.gc-form-row {
  display: grid;
  gap: 1.25rem;
}
.gc-form-row-2-1 {
  grid-template-columns: 2fr 1fr;
}
.gc-form-row-1-1-1 {
  grid-template-columns: repeat(3, 1fr);
}
.gc-form-acceptance-group {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 960px) {
  .gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label {
    gap: 0.625rem;
  }
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > input[type=checkbox] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  border: 1px solid #3b4348 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > input[type=checkbox]:checked {
  background-color: #11a236 !important;
  border-color: #11a236 !important;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > input[type=checkbox]::before {
  color: #fff !important;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > .wpcf7-list-item-label {
  font-size: 1rem;
  line-height: 1.5;
  color: #3b4348;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > .wpcf7-list-item-label > a {
  text-decoration: underline;
}
.gc-form-acceptance > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > label > .wpcf7-list-item-label > a:hover {
  text-decoration: none;
  color: #3b4348 !important;
}
.gc-form textarea {
  resize: none;
  height: 10rem;
}
@media only screen and (max-width: 960px) {
  .gc-form textarea {
    height: 8.125rem;
  }
}
.gc-form input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.gc-form input::-webkit-outer-spin-button,
.gc-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gc-form .wpcf7-radio,
.gc-form .wpcf7-exclusive-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.gc-form .wpcf7-radio > .wpcf7-list-item > label,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 0 !important;
}
.gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=checkbox], .gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=radio],
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=checkbox],
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=radio] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 50% !important;
  background-color: #fff;
  border: 1px solid #3b4348;
  box-shadow: none !important;
}
.gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=checkbox]:checked, .gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=radio]:checked,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=checkbox]:checked,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=radio]:checked {
  background-color: #11a236 !important;
  border-color: #11a236 !important;
}
.gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=checkbox]::before, .gc-form .wpcf7-radio > .wpcf7-list-item > label > input[type=radio]::before,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=checkbox]::before,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > input[type=radio]::before {
  content: "" !important;
  display: block !important;
  width: 0.55rem !important;
  height: 0.55rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  flex-shrink: 0;
}
.gc-form .wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label,
.gc-form .wpcf7-exclusive-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.gc-form-submit {
  margin-top: 2.5rem !important;
}
.gc-form-submit-disabled input[type=submit].wpcf7-submit {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.gc-form-submit > p > input[type=submit].wpcf7-submit {
  width: 100% !important;
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #11a236 !important;
}
.gc-form-submit > p > input[type=submit].wpcf7-submit:hover {
  background-color: #006018 !important;
  color: #fff !important;
}
.gc-form-submit > p .wpcf7-spinner {
  display: none;
}
.gc-form .wpcf7-not-valid-tip,
.gc-form .gc-form-group-not-valid-tip {
  display: block !important;
  margin-top: 0.5rem !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #b50003 !important;
}
@media only screen and (max-width: 960px) {
  .gc-form .wpcf7-not-valid-tip,
  .gc-form .gc-form-group-not-valid-tip {
    margin-top: 0.3125rem !important;
  }
}
.gc-form .wpcf7-form-control-wrap {
  margin: 0 !important;
}
.gc-form .wpcf7-form-control-wrap .gc-form-group-not-valid-tip {
  display: none !important;
}
.gc-form .wpcf7-form-control-wrap.gc-form-group-not-valid .gc-form-group-not-valid-tip {
  display: block !important;
}
.gc-form p {
  margin: 0;
}
.gc-form-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 0.375rem;
}
.gc-form-tooltip::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-form-tooltip-content {
  display: flex;
  width: 246px;
  padding-bottom: 0.625rem;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.gc-form-tooltip-content::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #21292f;
}
.gc-form-tooltip-content-text {
  display: flex;
  width: 100%;
  padding: 0.625rem;
  border-radius: 5px;
  background-color: #21292f;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.43;
}
.gc-form-tooltip:hover .gc-form-tooltip-content {
  pointer-events: auto;
  opacity: 1;
}

.wpcf7-response-output {
  display: none;
}

.gc-form-hide {
  display: none !important;
}

.gc-form-show {
  display: block !important;
}

[class*=gc-form-content-].gc-form-hide {
  display: none !important;
}

[class*=gc-form-success-]:not(.gc-form-show) {
  display: none !important;
}

.gc-form-loading {
  z-index: 920;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 41, 47, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.gc-form-loading-spinner {
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid white;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7-form.submitting .gc-form .gc-form-loading {
  opacity: 1;
  pointer-events: auto;
}

.gc-filter-to-green-light {
  transition: filter 0.3s ease-in-out !important;
}
.gc-filter-to-green-light:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(32%) saturate(5023%) hue-rotate(113deg) brightness(95%) contrast(87%);
}

.gc-shadow-lg-hover {
  transition: box-shadow 0.3s ease-in-out !important;
}
.gc-shadow-lg-hover:hover {
  box-shadow: 0px 10px 80px -10px rgba(47, 57, 64, 0.5) !important;
}

.gc-icon-dark-hover .gc-icon {
  transition: filter 0.3s ease-in-out !important;
}
.gc-icon-dark-hover:hover .gc-icon {
  filter: brightness(0.8);
}

.border-color-hover-green-light {
  transition: border-color 0.3s ease-in-out !important;
}
.border-color-hover-green-light:hover {
  border-color: #11a236 !important;
}

.gc-grid > .w-grid-list {
  display: grid !important;
}
.gc-grid > .w-grid-list > article {
  width: 100% !important;
}
.gc-grid.cols_1 > .w-grid-list {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_1 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_1 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}
.gc-grid.cols_2 > .w-grid-list {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_2 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_2 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}
.gc-grid.cols_3 > .w-grid-list {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_3 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_3 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}
.gc-grid.cols_4 > .w-grid-list {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_4 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_4 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}
.gc-grid.cols_5 > .w-grid-list {
  grid-template-columns: repeat(5, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_5 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_5 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}
.gc-grid.cols_6 > .w-grid-list {
  grid-template-columns: repeat(6, 1fr) !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid.cols_6 > .w-grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-grid.cols_6 > .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}

.gc-grid-gap-x-32 > .w-grid-list {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}
.gc-grid-gap-x-40 > .w-grid-list {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}
.gc-grid-gap-x-60 > .w-grid-list {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}
.gc-grid-gap-y-32 > .w-grid-list {
  row-gap: 32px !important;
}
.gc-grid-gap-y-40 > .w-grid-list {
  row-gap: 40px !important;
}
.gc-grid-gap-y-60 > .w-grid-list {
  row-gap: 60px !important;
}

.gc-gradient-ellipse-primary {
  position: relative !important;
  overflow: hidden;
}
.gc-gradient-ellipse-primary > * {
  position: relative;
  z-index: 1;
}
.gc-gradient-ellipse-primary::before, .gc-gradient-ellipse-primary::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  filter: blur(125px);
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-primary::before, .gc-gradient-ellipse-primary::after {
    width: 300px;
    height: 300px;
  }
}
.gc-gradient-ellipse-primary::before {
  bottom: -200px;
  left: -200px;
  background-color: #d5f4dd;
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-primary::before {
    bottom: -150px;
    left: -150px;
  }
}
.gc-gradient-ellipse-primary::after {
  top: -200px;
  right: -200px;
  background-color: #fbf2df;
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-primary::after {
    top: -150px;
    right: -150px;
  }
}

.gc-gradient-ellipse-secondary {
  position: relative !important;
  overflow: hidden;
}
.gc-gradient-ellipse-secondary > * {
  position: relative;
  z-index: 1;
}
.gc-gradient-ellipse-secondary::before, .gc-gradient-ellipse-secondary::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  filter: blur(125px);
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-secondary::before, .gc-gradient-ellipse-secondary::after {
    width: 300px;
    height: 300px;
  }
}
.gc-gradient-ellipse-secondary::before {
  top: -200px;
  left: -200px;
  background-color: #fbf2df;
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-secondary::before {
    top: -150px;
    left: -150px;
  }
}
.gc-gradient-ellipse-secondary::after {
  bottom: -200px;
  right: -200px;
  background-color: #d5f4dd;
}
@media only screen and (max-width: 960px) {
  .gc-gradient-ellipse-secondary::after {
    bottom: -150px;
    right: -150px;
  }
}

header > .l-subheader {
  padding: 0 !important;
}
header > .l-subheader > .l-subheader-h {
  max-width: calc(1360px + 5rem) !important;
  box-sizing: border-box !important;
  gap: 20px !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
@media only screen and (max-width: 960px) {
  header > .l-subheader > .l-subheader-h {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
header > .l-subheader > .l-subheader-h > .l-subheader-cell > * {
  margin: 0;
}
header > .l-subheader > .l-subheader-h > .l-subheader-cell .gc-header-logo {
  width: 100% !important;
}
@media only screen and (max-width: 1260px) {
  header > .l-subheader > .l-subheader-h > .l-subheader-cell .gc-header-button {
    margin-left: 1.25rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  header > .l-subheader > .l-subheader-h > .l-subheader-cell .gc-header-button > span {
    font-size: 0.875rem !important;
  }
}

header.bg_transparent > .l-subheader.at_middle {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 960px) {
  header.bg_transparent {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}

header:not(.bg_transparent) {
  padding-top: 5px;
}
header:not(.bg_transparent)::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11a236;
  visibility: visible;
}
header:not(.bg_transparent) > .l-subheader.at_middle {
  border-top: 1px solid rgba(0, 96, 24, 0.1);
}

.gc-header-nav {
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 960px) {
  .gc-header-nav > ul > li > a {
    padding-left: 1.0625rem !important;
    padding-right: 1.0625rem !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1330px) {
  .gc-header-nav > ul > li > a {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1260px) {
  .gc-header-nav > ul > li > a {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .gc-header-nav > ul > li > a .w-nav-title {
    font-size: 1.125rem !important;
    line-height: 1.55em !important;
    font-weight: 600 !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1330px) {
  .gc-header-nav > ul > li > a .w-nav-title {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1260px) {
  .gc-header-nav > ul > li > a .w-nav-title {
    font-size: 0.875rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .gc-header-nav > ul > li.menu-item-has-children > a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.625rem !important;
    height: 100px !important;
  }
  .gc-header-nav > ul > li.menu-item-has-children > a .w-nav-arrow {
    display: block !important;
    width: 1rem !important;
    height: 1rem !important;
    flex-shrink: 0 !important;
  }
  .gc-header-nav > ul > li.menu-item-has-children > a .w-nav-arrow::before {
    content: "" !important;
    display: block !important;
    width: 1rem !important;
    height: 1rem !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: filter, transform 0.3s !important;
  }
  .gc-header-nav > ul > li.menu-item-has-children > ul {
    display: block !important;
    max-width: 1420px !important;
    margin-top: -10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .gc-header-nav > ul > li.menu-item-has-children > ul > li {
    max-height: none !important;
  }
  header.bg_transparent .gc-header-nav > ul > li.menu-item-has-children > a .w-nav-arrow::before {
    background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-white.svg") !important;
  }
  header:not(.bg_transparent) .gc-header-nav > ul > li.menu-item-has-children:hover > a .w-nav-title {
    color: #006018 !important;
  }
  header:not(.bg_transparent) .gc-header-nav > ul > li.menu-item-has-children:hover > a .w-nav-arrow::before {
    filter: brightness(0) saturate(100%) invert(42%) sepia(32%) saturate(5023%) hue-rotate(113deg) brightness(95%) contrast(87%) !important;
    transform: rotate(180deg) !important;
  }
  header:not(.bg_transparent) .gc-header-nav > ul > li.menu-item-has-children > a > .w-nav-arrow::before {
    background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-black.svg") !important;
  }
}
li:has(.gc-header-nav-dropdown) {
  overflow: visible !important;
}
li:has(.gc-header-nav-dropdown) > ul {
  visibility: visible !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease-in-out !important;
}
li:has(.gc-header-nav-dropdown):hover > ul {
  opacity: 1 !important;
  pointer-events: auto !important;
}

li:has(.gc-header-nav-dropdown-outer) > ul {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
}

.gc-header-nav-dropdown {
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0px 10px 30px 0px rgba(33, 41, 47, 0.2);
}
.gc-header-nav-dropdown a:hover {
  color: #006018 !important;
}

.gc-header-nav-submenu > ul.menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1.875rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-header-nav-submenu > ul.menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 600px) {
  .gc-header-nav-submenu > ul.menu {
    display: flex !important;
  }
}
.gc-header-nav-submenu > ul.menu > li {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-header-nav-submenu > ul.menu > li {
    font-weight: 600 !important;
  }
}
.gc-header-nav-submenu > ul.menu > li:hover {
  text-decoration: underline !important;
}

.gc-menu {
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 5px solid #11a236;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gc-menu > .l-section-h {
  position: relative !important;
  width: 100%;
}
.gc-menu > .l-section-h > .g-cols > .wpb_column {
  padding-bottom: 2.5rem !important;
}
.gc-menu-button {
  cursor: pointer;
}
.gc-menu-button-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 14px;
}
.gc-menu-button-icon-line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.gc-menu .gc-menu-header {
  margin-left: -5px !important;
  margin-right: -5px !important;
  background-color: #fff;
}
.gc-menu .gc-menu-header-back {
  cursor: pointer;
}
.gc-menu .gc-menu-page {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: translateX(-150%) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background-color: #fff;
}
.gc-menu .gc-menu-page:has(.gc-menu-submenu-open) {
  transform: translateX(0) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu:not(.gc-menu-submenu-open) {
  display: none !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section {
  border-color: #f0f0f0 !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section.active .w-tabs-section-header {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.125rem !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section.active .w-tabs-section-header > .w-tabs-section-control {
  background-color: #21292f !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-white.svg");
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section.active .w-tabs-section-content {
  padding-bottom: 1.25rem !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-header {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  background: transparent !important;
  transition: padding 0.3s ease-in-out;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-title {
  color: #21292f !important;
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 600 !important;
  transition: color 0.3s ease-in-out;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control {
  width: 22px !important;
  height: 22px !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #fff !important;
  border: 1px solid #21292f !important;
  border-radius: 50% !important;
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control::before, .gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control::after {
  display: none !important;
}
.gc-menu .gc-menu-page .gc-menu-submenu .gc-menu-accordion .w-tabs-sections .w-tabs-section .w-tabs-section-content {
  padding: 0 !important;
  margin: 0 !important;
  transition: padding 0.3s ease-in-out;
}
.gc-menu nav.gc-menu-items > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}
.gc-menu nav.gc-menu-items > ul > li > a {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
  font-weight: 600 !important;
  color: #21292f !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.gc-menu nav.gc-menu-items > ul > li > a:hover {
  color: #006018 !important;
}
.gc-menu nav.gc-menu-items > ul > li > a:hover::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(32%) saturate(5023%) hue-rotate(113deg) brightness(95%) contrast(87%);
}
.gc-menu nav.gc-menu-items > ul > li:first-of-type > a {
  border-top: 1px solid #f0f0f0 !important;
}
.gc-menu nav.gc-menu-items > ul > li.gc-menu-submenu-controller > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-right-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.3s ease-in-out;
}

html.gc-menu-open {
  overflow: hidden !important;
}
html.gc-menu-open .gc-menu {
  transform: translateX(0) !important;
}
html.gc-menu-open .gc-menu-button-icon-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
html.gc-menu-open .gc-menu-button-icon-line:nth-child(2) {
  opacity: 0;
}
html.gc-menu-open .gc-menu-button-icon-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

html:not(.gc-menu-open) .gc-menu {
  transform: translateX(-150%) !important;
}
html:not(.gc-menu-open) header.bg_transparent .gc-menu-button-icon-line {
  background-color: #fff;
}

nav.gc-menu-list > ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}
nav.gc-menu-list > ul.menu {
  display: flex !important;
}
nav.gc-menu-list > ul > li {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
nav.gc-menu-list > ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #21292f;
  border-radius: 50%;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
nav.gc-menu-list > ul > li > a {
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  color: #21292f !important;
  border-bottom: none !important;
}
nav.gc-menu-list > ul > li > a:hover {
  color: #006018 !important;
}

nav.gc-menu-buttons > ul > li:first-of-type > a {
  border-top: 1px solid #f0f0f0 !important;
}
nav.gc-menu-buttons > ul > li > a {
  display: block !important;
  color: #21292f !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
nav.gc-menu-buttons > ul > li > a:hover {
  cursor: pointer !important;
  color: #006018 !important;
}

html {
  scroll-behavior: smooth;
}

html,
body,
main {
  overflow-x: clip !important;
}

.noscroll {
  overflow: hidden !important;
}

.gc-hidden {
  display: none !important;
}

body:has(.gc-ellipse-primary) {
  position: relative;
}
body:has(.gc-ellipse-primary)::before {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 250px;
  right: -300px;
  background-color: #fbf2df;
  filter: blur(200px);
}
@media only screen and (max-width: 960px) {
  body:has(.gc-ellipse-primary)::before {
    width: 300px;
    height: 300px;
    top: 403px;
    right: -150px;
  }
}

.gc-layout-link a {
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.modal {
  z-index: 900 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.6s ease-in-out !important;
}
.modal.modal-active {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.modal .modal-closer {
  cursor: pointer;
}

.modal-opener {
  cursor: pointer;
}

.modal-variant-primary {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  padding-top: 6.5625rem !important;
  padding-bottom: 4rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  background-color: rgba(33, 41, 47, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 960px) {
  .modal-variant-primary {
    padding: 0 !important;
    border-top: 5px solid #11a236 !important;
  }
}
.modal-variant-primary > .l-section-h {
  max-width: 760px !important;
}
@media only screen and (max-width: 960px) {
  .modal-variant-primary > .l-section-h {
    max-width: 100% !important;
  }
}
.modal-variant-primary .modal-content {
  position: relative !important;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 80px -10px rgba(47, 57, 64, 0.122);
}
.modal-variant-primary .modal-content > .wpb_column {
  position: static !important;
}
@media only screen and (max-width: 960px) {
  .modal-variant-primary .modal-content {
    border-radius: 0;
    box-shadow: none;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100% !important;
    overflow-y: auto !important;
  }
}
.modal-variant-primary .modal-content .modal-closer-desktop {
  position: absolute !important;
  top: 1.25rem !important;
  right: 1.25rem !important;
  display: block !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
}
@media only screen and (max-width: 960px) {
  .modal-variant-primary .modal-content .modal-closer-desktop {
    display: none !important;
  }
}
.modal-variant-primary .modal-content .modal-closer-mobile {
  position: fixed !important;
  bottom: 1.875rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .modal-variant-primary .modal-content .modal-closer-mobile {
    display: none !important;
  }
}
.modal-variant-transparent {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  padding: 2.5rem !important;
  background-color: rgba(33, 41, 47, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 960px) {
  .modal-variant-transparent {
    padding: 1.5625rem !important;
  }
}

.swiper-section > .l-section-h > .g-cols {
  display: flex !important;
}

.gc-tab-content {
  display: none !important;
}
.gc-tab-content.active {
  display: block !important;
}

html[lang=sk-SK] .exclude-sk {
  display: none !important;
}
html[lang=en-US] .exclude-en {
  display: none !important;
}
html[lang=hu-HU] .exclude-hu {
  display: none !important;
}
html[lang=de-DE] .exclude-de {
  display: none !important;
}
html[lang=sr-RS] .exclude-sr {
  display: none !important;
}
html[lang=cs-CZ] .exclude-cs {
  display: none !important;
}
html[lang=en-US] .exclude-translations, html[lang=hu-HU] .exclude-translations, html[lang=de-DE] .exclude-translations, html[lang=sr-RS] .exclude-translations, html[lang=cs-CZ] .exclude-translations {
  display: none !important;
}

.gc-search-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gc-search-container-group {
  position: relative;
}
.gc-search-container-group > #gc-search-input {
  min-height: 60px !important;
  height: 60px !important;
  padding-left: 1.25rem !important;
  padding-right: 3.125rem !important;
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.25em !important;
  color: #3b4348 !important;
}
.gc-search-container-group > #gc-search-input::-moz-placeholder {
  color: #3b4348 !important;
  opacity: 1 !important;
}
.gc-search-container-group > #gc-search-input::placeholder {
  color: #3b4348 !important;
  opacity: 1 !important;
}
.gc-search-container-group > #gc-search-input:focus {
  box-shadow: none !important;
}
.gc-search-container-group img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.gc-search-container > .gc-search-dropdown {
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.gc-search-container > .gc-search-dropdown:has(.gc-search-content-active) {
  opacity: 1;
  pointer-events: all;
}
.gc-search-container > .gc-search-dropdown > #gc-search-content > a {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1.43em;
  border-bottom: 1px solid #c3ccd0;
}
.gc-search-container > #gc-search-loading {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
}
.gc-search-container > #gc-search-loading.gc-search-loading-active {
  opacity: 1;
  pointer-events: all;
}
.gc-search-container > #gc-search-loading > .gc-search-loading-spinner {
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid white;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gc-grid-filter-black-white {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid-filter-black-white {
    margin-left: -1.5625rem !important;
    margin-right: -1.5625rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    background-color: #fff !important;
    -webkit-backdrop-filter: blur(20px) !important;
            backdrop-filter: blur(20px) !important;
  }
}
.gc-grid-filter-black-white > .w-filter-list {
  overflow-y: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.gc-grid-filter-black-white > .w-filter-list::-webkit-scrollbar {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid-filter-black-white > .w-filter-list {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 3px !important;
  justify-content: flex-start !important;
  max-height: none !important;
  overflow-y: hidden !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value {
  background: transparent !important;
  padding: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value.selected > label {
  background-color: #21292f !important;
  background: #21292f !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value.selected > label > span {
  color: #fff !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value > label {
  display: block !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  line-height: 1.5625 !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value > label:hover {
  background-color: #21292f !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value > label:hover > span {
  color: #fff !important;
}
.gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value > label > span {
  font-size: 1rem !important;
  line-height: 1.5625 !important;
  font-weight: 600 !important;
  color: #21292f !important;
  white-space: nowrap !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid-filter-black-white > .w-filter-list > .w-filter-item .w-filter-item-values > .w-filter-item-value > label > span {
    font-size: 0.875rem !important;
    line-height: 1.43rem !important;
  }
}

.gc-grid-filter-black .w-grid-list {
  margin-top: 1.25rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid-filter-black .w-grid-list {
    margin-top: 0.75rem !important;
  }
}
.gc-grid-filter-black .g-filters {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0.25rem !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.gc-grid-filter-black .g-filters::-webkit-scrollbar {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .gc-grid-filter-black .g-filters {
    justify-content: flex-start !important;
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
    margin-left: -1.5625rem !important;
    margin-right: -1.5625rem !important;
  }
}
.gc-grid-filter-black .g-filters > .g-filters-item {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-shrink: 0 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  color: #21292f !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.gc-grid-filter-black .g-filters > .g-filters-item.active, .gc-grid-filter-black .g-filters > .g-filters-item:hover {
  color: #fff !important;
  background-color: #21292f !important;
}

@media only screen and (max-width: 960px) {
  .gc-grid-filter-sticky {
    position: relative !important;
    padding-top: 4rem !important;
  }
  .gc-grid-filter-sticky .g-filters {
    width: 100dvw !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
  .gc-grid-filter-sticky .g-filters.gc-filter-sticky {
    position: fixed !important;
  }
}

.gc-grid-pagination-green > .pagination.navigation {
  margin-top: 2.5rem !important;
}
.gc-grid-pagination-green > .pagination.navigation > .nav-links {
  display: flex !important;
  gap: 1.25rem !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 600px) {
  .gc-grid-pagination-green > .pagination.navigation > .nav-links {
    gap: 0.5rem !important;
  }
}
.gc-grid-pagination-green > .pagination.navigation > .nav-links > .page-numbers {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.57 !important;
  font-weight: 600 !important;
  text-align: center !important;
  background-color: transparent !important;
  color: #006018 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: border-color 0.3s ease !important;
}
.gc-grid-pagination-green > .pagination.navigation > .nav-links > .page-numbers.current {
  border-color: #006018 !important;
}
.gc-grid-pagination-green > .pagination.navigation > .nav-links > .next, .gc-grid-pagination-green > .pagination.navigation > .nav-links > .prev {
  display: none !important;
}

.gc-gallery-carousel {
  overflow: visible !important;
  position: relative;
}
.gc-gallery-carousel-wrapper-item {
  height: 0;
  padding-bottom: 56.2068965517%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-wrapper-item {
    padding-bottom: 73.3333333333%;
  }
}
.gc-gallery-carousel-wrapper-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-wrapper-item img {
    border-radius: 0;
  }
}
.gc-gallery-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-controls {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.gc-gallery-carousel-controls-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: -25px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding-bottom: 4.375rem;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-controls-navigation {
    position: static;
    transform: none;
    padding-bottom: 0;
    gap: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-controls-navigation .swiper-button-disabled {
    opacity: 0.25;
  }
}
.gc-gallery-carousel-controls-navigation .swiper-button-prev,
.gc-gallery-carousel-controls-navigation .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-controls-navigation .swiper-button-prev,
  .gc-gallery-carousel-controls-navigation .swiper-button-next {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.gc-gallery-carousel-controls-navigation .swiper-button-prev img,
.gc-gallery-carousel-controls-navigation .swiper-button-next img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 960px) {
  .gc-gallery-carousel-controls-navigation .swiper-button-prev img,
  .gc-gallery-carousel-controls-navigation .swiper-button-next img {
    filter: brightness(0) invert(10%) sepia(13%) saturate(1165%) hue-rotate(163deg) brightness(97%) contrast(86%);
  }
}
.gc-gallery-carousel-controls-pagination {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  color: #3b4348;
}

.gc-accordion-numbered {
  counter-reset: section-counter;
}
.gc-accordion-numbered .w-tabs-section-title {
  counter-increment: section-counter;
}
.gc-accordion-numbered .w-tabs-section-title::before {
  content: counter(section-counter) ". ";
}

.gc-accordion-beige > .w-tabs-sections {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section {
  overflow: hidden !important;
  border: none !important;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section.active .w-tabs-section-control {
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark-filled.svg") !important;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  background-color: #f6f3eb !important;
  border-radius: 10px !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title {
  font-family: "PT Serif", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.36 !important;
  color: #21292f !important;
  margin-right: 1.25rem !important;
  transition: color 0.3s ease !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title {
    font-size: 18px !important;
    line-height: 1.44 !important;
  }
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title::before {
  color: #11a236 !important;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control {
  width: 22px !important;
  height: 22px !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::before, .gc-accordion-beige > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::after {
  display: none !important;
}
.gc-accordion-beige > .w-tabs-sections > .w-tabs-section .w-tabs-section-content {
  padding: 0 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 2.5rem !important;
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-beige > .w-tabs-sections > .w-tabs-section .w-tabs-section-content {
    margin-top: 1.25rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 0.9375rem !important;
    margin-right: 0rem !important;
  }
}

.gc-accordion-white > .w-tabs-sections {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section {
  overflow: hidden !important;
  border-color: rgba(0, 96, 24, 0.1) !important;
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section.active .w-tabs-section-control {
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark-filled.svg") !important;
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  border-color: rgba(0, 96, 24, 0.1) !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title {
  font-family: "PT Serif", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.36 !important;
  color: #21292f !important;
  margin-right: 1.25rem !important;
  transition: color 0.3s ease !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title {
    font-size: 18px !important;
    line-height: 1.44 !important;
  }
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control {
  width: 22px !important;
  height: 22px !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::before, .gc-accordion-white > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::after {
  display: none !important;
}
.gc-accordion-white > .w-tabs-sections > .w-tabs-section .w-tabs-section-content {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 2.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gc-accordion-transparent > .w-tabs-sections {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section {
  overflow: hidden !important;
  border-color: #e5e0da !important;
}
@media only screen and (min-width: 960px) {
  .gc-accordion-transparent > .w-tabs-sections > .w-tabs-section:first-of-type {
    border-top: none !important;
  }
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section.active .w-tabs-section-control {
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark-filled.svg") !important;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section.active .w-tabs-section-header {
  padding-bottom: 1.125rem !important;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  transition: padding 0.3s ease !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-title {
  font-size: 18px !important;
  line-height: 1.56 !important;
  font-weight: 600 !important;
  color: #21292f !important;
  margin-right: 0.75rem !important;
  transition: color 0.3s ease !important;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control {
  width: 22px !important;
  height: 22px !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-circle-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::before, .gc-accordion-transparent > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header .w-tabs-section-control::after {
  display: none !important;
}
.gc-accordion-transparent > .w-tabs-sections > .w-tabs-section .w-tabs-section-content {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.75rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gc-accordion-title-32 > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header > .w-tabs-section-title {
  font-size: 32px !important;
  line-height: 1.25 !important;
}
@media only screen and (max-width: 960px) {
  .gc-accordion-title-32 > .w-tabs-sections > .w-tabs-section > .w-tabs-section-header > .w-tabs-section-title {
    font-size: 24px !important;
    line-height: 1.33 !important;
  }
}

.gc-tabs-switch-black-white > .w-tabs-list {
  margin-bottom: 1.875rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-tabs-switch-black-white > .w-tabs-list {
    margin-bottom: 1.25rem !important;
  }
}
.gc-tabs-switch-black-white > .w-tabs-list > .w-tabs-list-h {
  padding: 0.25rem !important;
  background: transparent !important;
  color: #21292f !important;
  border: solid 1px #21292f !important;
  border-radius: 50px !important;
}
.gc-tabs-switch-black-white > .w-tabs-list > .w-tabs-list-h > .w-tabs-item {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 1.8125rem !important;
  padding-right: 1.8125rem !important;
  flex-shrink: 1 !important;
}
.gc-tabs-switch-black-white > .w-tabs-list > .w-tabs-list-h > .w-tabs-item.active {
  box-shadow: none !important;
  background: #21292f !important;
  color: #fff !important;
}

.gc-tabs-simple-green > .w-tabs-list {
  position: relative !important;
  margin-bottom: 5rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-tabs-simple-green > .w-tabs-list {
    margin-bottom: 2.4375rem !important;
  }
}
.gc-tabs-simple-green > .w-tabs-list::before {
  content: "";
  display: block;
  width: 100dvw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 96, 24, 0.1);
}
.gc-tabs-simple-green > .w-tabs-list > .w-tabs-list-h {
  gap: 2.5rem !important;
}
.gc-tabs-simple-green > .w-tabs-list > .w-tabs-list-h > .w-tabs-item {
  margin: 0 !important;
  padding: 1.25rem 0 !important;
  opacity: 1 !important;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.gc-tabs-simple-green > .w-tabs-list > .w-tabs-list-h > .w-tabs-item > .w-tabs-item-title {
  color: #21292f !important;
}
.gc-tabs-simple-green > .w-tabs-list > .w-tabs-list-h > .w-tabs-item.active {
  border-color: #11a236 !important;
}

.gc-pricing-item {
  transition: border-color 0.3s ease-in-out;
}
.gc-pricing-item .text-underline {
  transition: color 0.3s ease-in-out;
}
.gc-pricing-item:hover {
  border-color: #006018 !important;
}
.gc-pricing-item:hover .text-underline {
  color: #006018 !important;
}

.gc-carousel-dots-pt-10 .owl-dots {
  padding-top: 10px !important;
}
.gc-carousel-dots-pt-20 .owl-dots {
  padding-top: 20px !important;
}
.gc-carousel-dots-primary .owl-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}
.gc-carousel-dots-primary .owl-dots.disabled {
  display: none !important;
}
.gc-carousel-dots-primary .owl-dots > .owl-dot {
  margin: 0 !important;
  flex-shrink: 0 !important;
}
.gc-carousel-dots-primary .owl-dots > .owl-dot > span {
  margin: 0 !important;
  background: #c3ccd0 !important;
  box-shadow: none !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 5px !important;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out !important;
}
.gc-carousel-dots-primary .owl-dots > .owl-dot.active > span {
  background: #11a236 !important;
  width: 15px !important;
}

.gc-carousel-arrows-primary {
  position: static !important;
}
.gc-carousel-arrows-primary > .w-grid-list {
  position: static !important;
}
.gc-carousel-arrows-primary .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}
.gc-carousel-arrows-primary .owl-nav > .owl-prev, .gc-carousel-arrows-primary .owl-nav > .owl-next {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.75rem !important;
  transform: none !important;
  pointer-events: auto !important;
  background-color: transparent !important;
  border: 1px solid #11a236 !important;
  border-radius: 50% !important;
}
.gc-carousel-arrows-primary .owl-nav > .owl-prev::before, .gc-carousel-arrows-primary .owl-nav > .owl-next::before {
  content: none !important;
}
.gc-carousel-arrows-primary .owl-nav > .owl-prev::after, .gc-carousel-arrows-primary .owl-nav > .owl-next::after {
  content: "" !important;
  display: block !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/arrow-green.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.gc-carousel-arrows-primary .owl-nav > .owl-prev::after {
  transform: rotate(180deg) !important;
}
@media only screen and (max-width: 960px) {
  .gc-carousel-arrows-hidden-mobile .owl-nav {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .gc-carousel-arrows-hidden-desktop .owl-nav {
    display: none !important;
  }
}

.gc-images-gallery-open .gc-images-gallery-modal {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.gc-images-gallery-opener {
  cursor: pointer;
}
.gc-images-gallery-closer {
  cursor: pointer;
  z-index: 901 !important;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
}
.gc-images-gallery-preview {
  max-width: 360px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-preview {
    max-width: none;
    padding-bottom: 72.9230769231%;
  }
}
.gc-images-gallery-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gc-images-gallery-preview-box {
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 1.43em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.gc-images-gallery-modal {
  z-index: 900 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 41, 47, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease;
}
.gc-images-gallery-modal-content {
  max-width: 70%;
}
.gc-images-gallery-carousel {
  overflow: visible !important;
  position: relative;
}
.gc-images-gallery-carousel-wrapper-item {
  height: 0;
  padding-bottom: 56.2068965517%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-wrapper-item {
    padding-bottom: 73.3333333333%;
  }
}
.gc-images-gallery-carousel-wrapper-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-wrapper-item img {
    border-radius: 0;
  }
}
.gc-images-gallery-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-controls {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.gc-images-gallery-carousel-controls-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: -25px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-controls-navigation {
    position: static;
    transform: none;
    padding-bottom: 0;
    gap: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-controls-navigation .swiper-button-disabled {
    opacity: 0.25;
  }
}
.gc-images-gallery-carousel-controls-navigation .swiper-button-prev,
.gc-images-gallery-carousel-controls-navigation .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-controls-navigation .swiper-button-prev,
  .gc-images-gallery-carousel-controls-navigation .swiper-button-next {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.gc-images-gallery-carousel-controls-navigation .swiper-button-prev img,
.gc-images-gallery-carousel-controls-navigation .swiper-button-next img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 960px) {
  .gc-images-gallery-carousel-controls-navigation .swiper-button-prev img,
  .gc-images-gallery-carousel-controls-navigation .swiper-button-next img {
    filter: brightness(0) invert(10%) sepia(13%) saturate(1165%) hue-rotate(163deg) brightness(97%) contrast(86%);
  }
}
.gc-images-gallery-carousel-controls-pagination {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  color: #3b4348;
}

.gc-dropdown-container {
  position: relative;
}
.gc-dropdown-container .gc-dropdown-title {
  z-index: 12;
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  font-size: 14px;
  line-height: 1.43em;
  font-weight: 600;
  color: #006018;
}
.gc-dropdown-container:has(.gc-dropdown-title) .edd-head {
  padding-top: 1.875rem;
}
.gc-dropdown-container .edd-root,
.gc-dropdown-container .edd-root *,
.gc-dropdown-container .edd-root *::before,
.gc-dropdown-container .edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gc-dropdown-container .edd-root {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  color: #21292f;
}
.gc-dropdown-container .edd-head {
  position: relative;
  overflow: hidden;
  transition: box-shadow 200ms, border-color 150ms;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.gc-dropdown-container .edd-head,
.gc-dropdown-container .edd-body {
  border: 1px solid #3b4348;
  border-radius: 10px;
  background: #fff;
}
.gc-dropdown-container .edd-value {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.5rem);
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.gc-dropdown-container .edd-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-simple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 150ms;
}
.gc-dropdown-container .edd-root-open .edd-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.gc-dropdown-container .edd-value,
.gc-dropdown-container .edd-option,
.gc-dropdown-container .edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gc-dropdown-container .edd-root:not(.edd-root-disabled) .edd-value,
.gc-dropdown-container .edd-option {
  cursor: pointer;
}
.gc-dropdown-container .edd-select {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.gc-dropdown-container .edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gc-dropdown-container .edd-body {
  max-height: 333px;
  overflow: hidden;
  overflow-y: auto !important;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  transition: opacity 150ms, transform 150ms ease-in-out;
}
.gc-dropdown-container .edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.gc-dropdown-container .edd-root-open-above .edd-body {
  bottom: 100%;
}
.gc-dropdown-container .edd-root-open-below .edd-body {
  top: 100%;
}
.gc-dropdown-container .edd-items-list {
  height: 100%;
  max-height: none !important;
}
.gc-dropdown-container .edd-group-label {
  padding-top: 0.45rem;
  padding-bottom: 0.3rem;
}
.gc-dropdown-container .edd-option {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.gc-dropdown-container .edd-option-selected {
  color: #11a236;
}
.gc-dropdown-container .edd-group-has-label:last-child .edd-option {
  padding-bottom: 7px;
}
.gc-dropdown-container .edd-option-focused:not(.edd-option-disabled) {
  color: #11a236;
}
.gc-dropdown-container .edd-option-disabled,
.gc-dropdown-container .edd-group-disabled .edd-option {
  cursor: default;
}

.gc-prices {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.gc-prices-tabs {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.25rem;
  border: 1px solid #21292f;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 960px) {
  .gc-prices-tabs {
    margin-bottom: 1.25rem;
  }
}
.gc-prices-tabs > .gc-prices-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 600;
  color: #21292f;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gc-prices-tabs > .gc-prices-tab.active {
  background-color: #21292f;
  color: #fff;
}
.gc-prices.gc-prices-tabs-active .gc-prices-content-item:not(:has(.gc-tab-content.active)) {
  display: none;
}
.gc-prices:not(.gc-prices-tabs-active) .gc-tab-content {
  display: block !important;
}
.gc-prices-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
.gc-prices-content {
  display: flex;
  flex-direction: column;
}
.gc-prices-content-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #dbe6de;
  transition: all 0.2s ease-in-out;
}
.gc-prices-content-item.modal-opener {
  cursor: pointer;
}
.gc-prices-content-item.modal-opener:hover {
  border-color: #006018;
}
.gc-prices-content-item.modal-opener:hover .gc-prices-content-item-group-link {
  color: #006018;
}
.gc-prices-content-item-group {
  display: flex;
  flex-direction: column;
}
.gc-prices-content-item-group-title {
  color: #21292f;
  font-size: 1.125rem;
  line-height: 1.55;
}
@media only screen and (max-width: 960px) {
  .gc-prices-content-item-group-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.gc-prices-content-item-group-link {
  color: #21292f;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media only screen and (max-width: 960px) {
  .gc-prices-content-item-group-link {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.gc-prices-content-item-price {
  color: #21292f;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .gc-prices-content-item-price {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.gc-prices-content-item-price > sup {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.gc-prices-content-item-price > sup:last-of-type {
  margin-right: 0 !important;
}
.gc-prices-content-item-hidden {
  background-color: red !important;
}
.gc-prices-content-item-content {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute;
  left: 0;
  top: 0;
}
.gc-prices-messages {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 960px) {
  .gc-prices-messages {
    margin-top: 1.25rem;
  }
}
.gc-prices-messages-item {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #21292f;
}
.gc-prices-download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-right: 2rem;
  padding-left: 1.75rem;
  border: 1px solid #11a236;
  border-radius: 50px;
  color: #006018;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.gc-prices-download:hover {
  border-color: #006018;
}
@media only screen and (max-width: 960px) {
  .gc-prices-download {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.gc-prices-download-icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.gc-prices-modal .modal-content {
  padding-top: 2.5rem;
  padding-bottom: 4.625rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media only screen and (max-width: 960px) {
  .gc-prices-modal .modal-content {
    padding-top: 1.875rem;
    padding-bottom: 6.625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.gc-prices-modal .modal-content .modal-closer-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
  border-radius: 50px;
  background-color: #21292f !important;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}
.gc-prices-modal .modal-content .modal-closer-mobile img {
  width: 1rem !important;
  height: 1rem !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
  flex-shrink: 0 !important;
}
.gc-prices-modal .modal-content > section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gc-prices-modal-title {
  padding: 0 !important;
  margin-bottom: 1.25rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-prices-modal-title {
    margin-bottom: 1.875rem !important;
  }
}
.gc-prices-modal-content {
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
}

@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h {
  position: relative !important;
  max-width: 1360px !important;
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h::before {
  content: "";
  display: block;
  width: 287px;
  height: 234px;
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 1;
  rotate: 15deg;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/dandelion-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.4s ease-in-out !important;
  pointer-events: none !important;
  animation: dandelion-flow-to-left 15s infinite linear !important;
}
@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) > .l-section-h::before {
    width: 101px;
    height: 82px;
    top: -27px;
    right: -24px;
  }
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column {
  padding-top: 3.75rem !important;
  padding-bottom: 7rem !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #f3f7f4 !important;
  border-radius: 10px !important;
}
@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column {
    padding-top: 2.5rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
    border-radius: 0 !important;
  }
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column > * {
  position: relative;
  z-index: 1;
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::before, section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  filter: blur(125px);
}
@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::before, section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::after {
    width: 300px;
    height: 300px;
  }
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::before {
  bottom: -200px;
  left: -200px;
  background-color: #d5f4dd;
}
@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::before {
    bottom: -150px;
    left: -150px;
  }
}
section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::after {
  top: -200px;
  right: -200px;
  background-color: #fbf2df;
}
@media only screen and (max-width: 960px) {
  section:has(.gc-prices.gc-prices-dandelion) > .l-section-h > .g-cols > .wpb_column::after {
    top: -150px;
    right: -150px;
  }
}

.gc-section-w-pricing {
  z-index: 901 !important;
}

.gc-showcase-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.gc-showcase-item > .w-vwrapper {
  align-items: center !important;
}
@media only screen and (max-width: 960px) {
  .gc-showcase-item {
    flex-direction: row !important;
  }
  .gc-showcase-item > .w-vwrapper {
    align-items: flex-start !important;
  }
  .gc-showcase-item br {
    display: none !important;
  }
}

.gc-card .w-hwrapper {
  align-items: flex-start !important;
}
@media only screen and (max-width: 960px) {
  .gc-card .w-hwrapper {
    align-items: center !important;
  }
}
.gc-card .w-hwrapper:has(.w-image) .wpb_text_column {
  padding-top: 0.25rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-card .w-hwrapper:has(.w-image) .wpb_text_column {
    padding-top: 0 !important;
  }
}
.gc-card strong {
  font-weight: 600 !important;
}
.gc-card-horizontal {
  flex-direction: row !important;
}
.gc-card-horizontal > .w-image {
  margin: 0 !important;
}
.gc-card-horizontal > .w-image > .w-image-h {
  width: 100% !important;
  height: 100% !important;
}

.gc-tag {
  font-weight: 600 !important;
}
.gc-tag strong,
.gc-tag b {
  font-weight: 600 !important;
}

.gc-team-member-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 960px) {
  .gc-team-member-nav {
    margin-bottom: 2.625rem;
  }
}
.gc-team-member-nav img {
  width: 1rem;
  height: 1rem;
}
.gc-team-member-nav > span {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 600;
  color: #006018;
}

.gc-team-member-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  color: #006018;
  background-color: transparent;
  border: 1px solid #11a236;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-radius: 50px;
}
.gc-team-member-button:hover {
  border-color: #006018;
}
@media only screen and (max-width: 960px) {
  .gc-team-member-button {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.gc-bmi-success {
  display: none;
}
.gc-bmi-fail {
  display: none;
}
.gc-bmi-fail-bmi {
  display: none;
}
.gc-bmi-fail-age {
  display: none;
}
.gc-bmi-back {
  cursor: pointer;
}

body.gc-bmi-succeded .gc-bmi-content {
  display: none;
}
body.gc-bmi-succeded .gc-bmi-success {
  display: block;
}
body.gc-bmi-failed .gc-bmi-content {
  display: none;
}
body.gc-bmi-failed .gc-bmi-fail {
  display: block;
}
body.gc-bmi-failed-bmi .gc-bmi-fail-bmi {
  display: block;
}
body.gc-bmi-failed-age .gc-bmi-fail-age {
  display: block;
}

@media only screen and (max-width: 960px) {
  .gc-timeline-columned .vc_column-inner {
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 960px) {
  .gc-timeline-columned .gc-timeline-content {
    width: 100% !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin-top: 0.25rem !important;
    text-align: left !important;
  }
}
.gc-timeline .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 960px) {
  .gc-timeline .vc_column-inner {
    flex-direction: row;
    gap: 0.75rem;
  }
}
.gc-timeline-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
}
@media only screen and (max-width: 960px) {
  .gc-timeline-content {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
  }
}

.gc-reviews-carousel {
  padding-bottom: 6.25rem !important;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel {
    padding-bottom: 3.25rem !important;
  }
}
.gc-reviews-carousel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel-header {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}
.gc-reviews-carousel-header-title {
  max-width: 505px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel-header-title {
    max-width: 100%;
  }
}
.gc-reviews-carousel-header-navigation {
  display: flex;
  gap: 1.25rem;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel-header-navigation {
    display: none !important;
  }
}
.gc-reviews-carousel-header-navigation .swiper-button-prev, .gc-reviews-carousel-header-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.gc-reviews-carousel-header-navigation .swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: auto !important;
  padding-top: 1.875rem;
  border-top: 1px solid #f0f0f0;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item {
    gap: 0.625rem;
  }
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-header {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-header-photo {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-header-name {
  font-size: 1rem;
  line-height: 1.5;
  color: #21292f;
  font-weight: 600;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-subheader {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-subheader-stars .gc-review-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-subheader-reviewed-at-description {
  font-size: 0.875rem;
  line-height: 1.43;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-text {
  font-size: 1.125rem;
  line-height: 1.5;
  max-height: 6.75rem;
  overflow: hidden;
  margin: 0 !important;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-text {
    font-size: 1rem;
    max-height: 6rem;
  }
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-expand {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #006018;
  text-decoration: underline;
  cursor: pointer;
  margin-top: -0.5rem;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-expand-less {
  display: none;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item-expand-more {
  display: block;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item.expanded .gc-reviews-carousel-item-text {
  max-height: none;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item.expanded .gc-reviews-carousel-item-expand-less {
  display: block;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item.expanded .gc-reviews-carousel-item-expand-more {
  display: none;
}
.gc-reviews-carousel > .swiper-wrapper .gc-reviews-carousel-item.overflowing .gc-reviews-carousel-item-expand {
  display: block;
}
.gc-reviews-carousel-footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 4.125rem;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel-footer {
    padding-top: 2.5rem;
  }
}
.gc-reviews-carousel-footer img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gc-reviews-carousel-footer .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 960px) {
  .gc-reviews-carousel-footer .swiper-pagination {
    padding-bottom: 8px;
  }
}
.gc-reviews-carousel-footer .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #b6d4bd;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.gc-reviews-carousel-footer .swiper-pagination-bullet-active {
  background-color: #11a236;
  width: 15px;
}

.gc-hero-team .post_image {
  width: 100% !important;
}

.gc-blog-page-content h1,
.gc-blog-page-content h2,
.gc-blog-page-content h3,
.gc-blog-page-content h4,
.gc-blog-page-content h5,
.gc-blog-page-content h6 {
  margin-bottom: 1.875rem !important;
}
.gc-newsletter-success {
  display: none !important;
}
.gc-newsletter-error {
  display: none !important;
  margin-top: 0.5rem !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #b50003 !important;
}
.gc-newsletter-form {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.625rem !important;
  align-items: flex-start !important;
}
@media only screen and (max-width: 960px) {
  .gc-newsletter-form {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 960px) {
  .gc-newsletter-form > .gc-form-group {
    width: 100% !important;
  }
}
.gc-newsletter-form > .gc-form-group input[type=email] {
  min-height: 60px !important;
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
  border-radius: 50px !important;
  color: #3b4348 !important;
}
.gc-newsletter-form > .gc-form-group input[type=email]::-moz-placeholder {
  opacity: 1 !important;
  color: #3b4348 !important;
}
.gc-newsletter-form > .gc-form-group input[type=email]::placeholder {
  opacity: 1 !important;
  color: #3b4348 !important;
}
.gc-newsletter-form .gc-form-submit {
  margin: 0 !important;
}
@media only screen and (max-width: 960px) {
  .gc-newsletter-form .gc-form-submit {
    width: 100% !important;
  }
}
.gc-newsletter-form .gc-form-submit > p > input[type=submit].wpcf7-submit {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 1rem !important;
  min-height: 60px !important;
}

body.gc-newsletter-succeded .gc-newsletter-content {
  display: none !important;
}
body.gc-newsletter-succeded .gc-newsletter-success {
  display: block !important;
}
body.gc-newsletter-failed .gc-newsletter-error {
  display: block !important;
}

.weglot_switcher.closed .language-list {
  opacity: 0 !important;
  pointer-events: none !important;
}
.weglot_switcher > .language-option {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.625rem !important;
  padding: 0 !important;
}
.weglot_switcher > .language-option::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .weglot_switcher > .language-option::after {
    content: none !important;
  }
}
.weglot_switcher > .language-option a {
  font-family: "Open Sans", sans-serif !important;
  color: #21292f !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}
.weglot_switcher > .language-list {
  z-index: 700 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-top: 0.45rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0px 10px 30px 0px rgba(33, 41, 47, 0.2) !important;
  transition: opacity 0.3s ease-in-out !important;
}
.weglot_switcher > .language-list .language-option {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}
.weglot_switcher > .language-list .language-option:hover a {
  color: #006018 !important;
}
.weglot_switcher > .language-list .language-option a {
  width: 100% !important;
  font-family: "Open Sans", sans-serif !important;
  color: #3b4348 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  padding: 0.25rem 1.75rem 0.35rem 1.25rem !important;
}

header.bg_transparent .weglot_switcher > .language-option::after {
  background-image: url("/wp-content/plugins/gyncare-core/public/images/chevron-down-white.svg");
}
header.bg_transparent .weglot_switcher > .language-option a {
  color: #fff !important;
}

.modal-successstory-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #11a236;
  overflow: hidden;
  padding: 3px;
  margin: 0 auto;
}
.modal-successstory-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.gc-layout-successstory-content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
