body.elementor-editor-active #benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child .elementor-widget-text-editor {
  display: block;
}
#benefits-section {
  position: relative;
  transition: filter 250ms;
}
#benefits-section.blurred > .e-child {
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
#benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child {
  gap: 0;
  cursor: pointer;
}
#benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child .elementor-widget-heading {
  margin: 15px 0 5px 0;
}
#benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child .elementor-widget-text-editor {
  display: none;
}
#benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child .elementor-widget-button {
  display: flex;
  justify-content: center;
}
#benefits-section .e-child .e-child .e-child[data-element_type="container"] > .e-child .elementor-widget-button .elementor-button {
  background-color: unset;
  color: #37401A;
  padding: 0;
  font-weight: 500;
}
#benefits-section .benefitPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(85, 105, 135, 0.1);
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  #benefits-section .benefitPopup {
    position: sticky;
    bottom: calc(100vh / 4);
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
  }
}
#benefits-section .benefitPopup .close {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
  color: #4D612C;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
#benefits-section .benefitPopup .image {
  width: 87px;
  height: 82px;
  position: relative;
}
#benefits-section .benefitPopup .image .elementor-widget-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#benefits-section .benefitPopup .image .elementor-widget-image {
  width: 87px;
  height: 82px;
}
#benefits-section .benefitPopup .heading {
  margin: 10px 0 5px 0;
}
#benefits-section .benefitPopup .heading .elementor-heading-title {
  color: #242D15;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
#benefits-section .benefitPopup .text {
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #242D15;
}
#benefits-section .benefitPopup .text p:last-child {
  margin: 0;
}
