/* Section Text */
.section-text .maxtext {
	max-width: 100%;
}
/* Builder FAQ */
.builder-faq {
  overflow: hidden;
  background-color: #348E15;
  border-radius: 20px;
}
.builder-faq + .builder-faq {
    margin-top: 12px;
}
.builder-faq__header {
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  font-size: 16px;
  border-radius: 34px;
  background-color: #348E15;
  color: #FFF;
  padding-left: 28px;
  padding-right: 4px;
}
@media (max-width: 576px) {
    .builder-faq__header {
        font-size: 14px;
    }
}
.builder-faq__header.is-active i:before {
    transform: scale(-1);
}
.builder-faq__header i {
    font-size: 16px;
    align-items: center;
  	font-family: "Font Awesome 6 Pro";
    background-color: #E8E8E8;
    border-radius: 50em;
    color: #000;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    transition: background-color 0.4s ease, color 0.4s ease;
    width: 32px;
}
.builder-faq__header i:before {
    transition: transform 0.4s ease;
    will-change: transform;
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: var(--link-color);
    font-weight: 600;
    position: relative;
    margin: 0 0 0 5px;
    font-size: 8px;
    line-height: 1;
}
@media (max-width: 768px) {
    .builder-faq__header i {
        font-size: 10px;
        height: 28px;
        width: 28px;
    }
}
.builder-faq__content {
  border-radius: 0 0 16px 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding-inline: 28px;
}
.builder-faq__content iframe {
 	aspect-ratio: 16 / 9; 
}
.builder-faq__content .content-container p {
  padding-right: 16px; 
  padding-block: 8px;
  font-size: 15px;
  color: #FFF;
}
.builder-faq__content.is-open {
  max-height: 500px;
}
/* Section - Video */
.section-video .eapps-instagram-feed {
	max-width: unset !important;
}
/* Checkout */
.summary .original-total {
  color: #999;
  font-size: 14px;
  font-family: 'Poppins';
}
.summary .original-total .strikethrough {
  text-decoration: line-through;
}