.elementor-8958 .elementor-element.elementor-element-9f23603{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-8958 .elementor-element.elementor-element-9f23603:not(.elementor-motion-effects-element-type-background), .elementor-8958 .elementor-element.elementor-element-9f23603 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-8958 .elementor-element.elementor-element-6c2f975 img{width:160px;}.elementor-8958 .elementor-element.elementor-element-11260c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}@media(min-width:768px){.elementor-8958 .elementor-element.elementor-element-9f23603{--content-width:800px;}.elementor-8958 .elementor-element.elementor-element-11260c2{--content-width:800px;}}@media(max-width:1024px){.elementor-8958 .elementor-element.elementor-element-11260c2{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-8958 .elementor-element.elementor-element-11260c2{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-9e7bfa8 *//* General */
.elementor-8958 .elementor-element.elementor-element-9e7bfa8 .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
    background-color: #8AC971;
}
h3.gsection_title {
    color: #027BFF;
    font-size: 1.4em;
    font-weight: 500;
}
.elementor-8958 .elementor-element.elementor-element-9e7bfa8 input[type="text"],
.elementor-8958 .elementor-element.elementor-element-9e7bfa8 input[type="email"] {
    font-size: 18px;
    color: #027BFF;
}
.gchoice label {
    font-weight: 400;
    font-size: 1rem !important;
}
/* Pricing */
.display-price .ginput_product_price {
    font-size: 1.25em !important;
    color: #FA2761 !important;
    font-weight: 600 !important;
    width: auto !important;
    min-width: 0 !important;
    field-sizing: content;
    width: auto !important;
    min-width: 3ch !important;
    max-width: 7ch !important;
    inline-size: auto !important;
}
.display-price .gform-field-label {
    display: none;
}
.display-price .ginput_product_price_wrapper {
    display: flex !important;
    flex-direction: row;
    align-items: baseline;
    gap: .25em;
}
.display-price .ginput_product_price_wrapper::after {
    color: #00000077;
    font-weight: 500;
    font-size: 0.9em;
}
.display-price.monthly .ginput_product_price_wrapper::after {
    content: "per month";
}

.display-price.yearly .ginput_product_price_wrapper::after {
    content: "per year";
}
.yearly-savings {
    display: inline-block;
    background: #027BFF;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 1;
}

/* Base style for all notice boxes */
.notice-box,
.notice-box-consent .gfield_description:not(.validation_message) {
  border: 2px solid #bbb !important;
  border-radius: 8px !important;
  padding: 30px 40px !important;
  margin: 20px 0 !important;
  background: #fff;
  font-size: 1rem !important;
}
.notice-box-consent .gfield_description {
    position: relative;
}

.notice-box-consent .gfield_description {
    max-height: 60vh !important;
    overflow-y: auto;
}

.consent-scroll-wrapper {
    position: relative;
}

.consent-scroll-wrapper::after {
    content: '↓ Scroll to review terms';
    display: flex;
    align-items: flex-end;
    text-shadow: 0 0 5px #FFFCF3;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255,252,243,0),
        rgba(255,252,243,1)
    );
    border-radius: 0 0 8px 8px;
    border: 2px solid #F7B617;
    border-top: none;
    opacity: 1;
    transition: opacity .3s ease;
}

.consent-scroll-wrapper.scrolled-bottom::after {
    opacity: 0;
}

.gfield_consent_description {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
.terms p,
.terms h6 {
  font-family: Courier;
  color: #333;
}
.notice-box p,
.notice-box-consent .gfield_description p {
  margin: .75em 0;
  line-height: 1.5;
  color: #333;
}
.notice-box h3,
.notice-box-consent .gfield_description h3 {
  margin-top: 0;
  margin: .75em 0;
  font-size: 1.2em;
}
.notice-box h3 .rec,
.notice-box-consent .gfield_description h3 .rec{
  color: #00000055;
  font-weight: 300;
}
.notice-box h6,
.notice-box-consent .gfield_description h6 {
  margin-top: 1.5em;
  margin-bottom: .75em;
  font-size: 1em;
}
/* Success (green) */
.notice-box.green,
.notice-box-consent.green .gfield_description {
  border-color: #28a745 !important;
  background: #eafaf0;
  color: #28a745;
}

/* Info (blue) */
.notice-box.blue,
.notice-box-consent.blue .gfield_description {
  border-color: #007bff !important;
  background: #eef6ff;
  color: #007bff;
}

/* Warning (yellow) */
.notice-box.yellow,
.notice-box-consent.yellow .gfield_description {
  border-color: #F7B617 !important;
  background: #FFFCF3;
  color: #F7B617;
}

/* Danger (red) */
.notice-box.red,
.notice-box-consent.red .gfield_description,
.gfield_description.validation_message {
  border-color: #dc3545;
  background: #fdecea;
  color: #dc3545;
}

/* Consent */
.ginput_container_consent {
    margin-top: 1em;
}

/* Required */
.elementor-8958 .elementor-element.elementor-element-9e7bfa8 .gfield_required {
    display: none;
}/* End custom CSS */