:root {
    --color-6Z-9NrY8-1: rgb(255, 255, 255);
    --color-6Z-9NrY8-2: rgb(31, 46, 35);
    --color-6Z-9NrY8-3: rgb(46, 140, 82);
    --color-6Z-9NrY8-4: rgb(49, 97, 67);
    --color-6Z-9NrY8-5: rgb(255, 255, 255);
    --color-6Z-9NrY8-6: rgb(242, 255, 245);
    --color-6Z-9NrY8-7: rgb(28, 44, 32);
    --color-6Z-9NrY8-8: rgb(46, 140, 82);
    }
    :root {
    --afz-font-size-headline-xl: 3.125rem;
    --afz-font-size-headline-l: 2.375rem;
    --afz-font-size-headline-m: 1.75rem;
    --afz-font-size-headline-s: 1.3125rem;
    --afz-font-size-subheadline-xl: 1.125rem;
    --afz-font-size-subheadline-l: 1rem;
    --afz-font-size-subheadline-m: 0.875rem;
    --afz-font-size-subheadline-s: 0.75rem;
    --afz-font-size-content-xl: 1.25rem;
    --afz-font-size-content-l: 1.125rem;
    --afz-font-size-content-m: 1rem;
    --afz-font-size-content-s: 0.75rem;
    --afz-font-size-mobile-headline-xl: 1.95rem;
    --afz-font-size-mobile-headline-l: 1.5rem;
    --afz-font-size-mobile-headline-m: 1.25rem;
    --afz-font-size-mobile-headline-s: 1rem;
    --afz-font-size-mobile-subheadline-xl: 1.25rem;
    --afz-font-size-mobile-subheadline-l: 1rem;
    --afz-font-size-mobile-subheadline-m: 0.8rem;
    --afz-font-size-mobile-subheadline-s: 0.64rem;
    --afz-font-size-mobile-content-xl: 1.56rem;
    --afz-font-size-mobile-content-l: 1.25rem;
    --afz-font-size-mobile-content-m: 1rem;
    --afz-font-size-mobile-content-s: 0.8rem;
    }
    html {
    font-size: 18px;
    }
    .page-content [data-style-guide-headline] {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    }
    .page-content [data-style-guide-subheadline] {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06rem;
    line-height: 130%;
    }
    .page-content [data-style-guide-content] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    }
    .page-content [data-style-guide-subheadline="xl"] {
    font-size: 2rem;
    }
    .page-content [data-style-guide-headline="xl"] {
    font-size: 5rem;
    }
    .page-content [data-style-guide-headline="l"] {
    font-size: 4rem;
    }
    .page-content [data-style-guide-headline="m"] {
    font-size: 2rem;
    }
    .page-content [data-style-guide-headline="s"] {
    font-size: 1.5rem;
    }
    .page-content [data-style-guide-content="xl"] {
    font-size: 1.5rem;
    }
    .page-content [data-style-guide-content="l"] {
    font-size: 1.25rem;
    }
    .page-content [data-style-guide-content="m"] {
    font-size: 1.125rem;
    }
    .page-content [data-style-guide-content="s"] {
    font-size: 0.75rem;
    }
    .page-content [data-style-guide-subheadline="l"] {
    font-size: 1.5rem;
    }
    .page-content [data-style-guide-subheadline="m"] {
    font-size: 1rem;
    }
    .page-content [data-style-guide-subheadline="s"] {
    font-size: 0.75rem;
    }
    .page-content [data-style-guide-shadow="style1"] {
    box-shadow:  0px 0px 8px -4px rgb(188, 184, 184);
    }
    .page-content [data-style-guide-shadow="style2"] {
    box-shadow:  0px 0px 16px -8px rgb(174, 174, 174);
    }
    .page-content [data-style-guide-shadow="style3"] {
    box-shadow:  0px 0px 32px -16px rgb(174, 174, 174);
    }
    .page-content [data-style-guide-border="style1"] {
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 1px;
    }
    .page-content [data-style-guide-border="style2"] {
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 1px;
    }
    .page-content [data-style-guide-border="style3"] {
    border-style: solid;
    border-color: #5C5C5C;
    border-width: 1px;
    }
    .page-content [data-style-guide-button="style1"] {
    font-family: "Open Sans", sans-serif;

    }
    .page-content [data-style-guide-button="style2"] {
    font-family: "Open Sans", sans-serif;
    border-style: none;
    background: var(--color-6Z-9NrY8-7);
    border-color: var(--color-6Z-9NrY8-6);
    border-width: 1px;
    }
    .page-content [data-style-guide-button="style3"] {
    border-width: 0px;
    border-radius: 0px;
    background: var(--color-6Z-9NrY8-8);
    border-style: solid;
    border-color: rgb(244, 252, 255);
    }
    .page-content [data-style-guide-button="style1"] .afBtnText {
    
    font-size: 20px;
    letter-spacing: 0;
    line-height: 100%;
    }
    .page-content [data-style-guide-button="style1"] .afBtnSub {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 100%;
    }
    .page-content [data-style-guide-button="style2"] .afBtnText {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 100%;
    }
    .page-content [data-style-guide-button="style2"] .afBtnSub {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    }
    .page-content [data-style-guide-button="style3"] .afBtnText {
    color: rgb(255, 255, 255);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 100%;
    }
    .page-content [data-style-guide-button="style3"] .afBtnSub {
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 100%;
    }
    .page-content [data-style-guide-button="style1"]:hover,
    .page-content [data-style-guide-button="style1"].afBtnHovered {
    background: rgb(248, 128, 72);
    }
    .page-content [data-style-guide-button="style1"]:active,
    .page-content [data-style-guide-button="style1"].afBtnActive {
    background: rgb(248, 128, 72);
    }
    .page-content [data-style-guide-button="style1"]:hover .afBtnText,
    .page-content [data-style-guide-button="style1"].afBtnHovered .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style1"]:active .afBtnText,
    .page-content [data-style-guide-button="style1"].afBtnActive .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style1"]:hover .afBtnSub,
    .page-content [data-style-guide-button="style1"].afBtnHovered .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style1"]:active .afBtnSub,
    .page-content [data-style-guide-button="style1"].afBtnActive .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style2"]:hover,
    .page-content [data-style-guide-button="style2"].afBtnHovered {
    background: var(--color-6Z-9NrY8-7);
    }
    .page-content [data-style-guide-button="style2"]:active,
    .page-content [data-style-guide-button="style2"].afBtnActive {
    background: var(--color-6Z-9NrY8-7);
    }
    .page-content [data-style-guide-button="style2"]:hover .afBtnText,
    .page-content [data-style-guide-button="style2"].afBtnHovered .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style2"]:active .afBtnText,
    .page-content [data-style-guide-button="style2"].afBtnActive .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style2"]:hover .afBtnSub,
    .page-content [data-style-guide-button="style2"].afBtnHovered .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style2"]:active .afBtnSub,
    .page-content [data-style-guide-button="style2"].afBtnActive .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style3"]:hover,
    .page-content [data-style-guide-button="style3"].afBtnHovered {
    background: var(--color-6Z-9NrY8-8);
    }
    .page-content [data-style-guide-button="style3"]:active,
    .page-content [data-style-guide-button="style3"].afBtnActive {
    background: var(--color-6Z-9NrY8-8);
    }
    .page-content [data-style-guide-button="style3"]:hover .afBtnText,
    .page-content [data-style-guide-button="style3"].afBtnHovered .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style3"]:active .afBtnText,
    .page-content [data-style-guide-button="style3"].afBtnActive .afBtnText {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style3"]:hover .afBtnSub,
    .page-content [data-style-guide-button="style3"].afBtnHovered .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-button="style3"]:active .afBtnSub,
    .page-content [data-style-guide-button="style3"].afBtnActive .afBtnSub {
    color: rgb(255, 255, 255);
    }
    .page-content [data-style-guide-corner="style1"] {
    border-radius: 4px;
    }
    .page-content [data-style-guide-corner="style2"] {
    border-radius: 12px;
    }
    .page-content [data-style-guide-corner="style3"] {
    border-radius: 20px;
    }
    @media (max-width: 700px) {
    html {
    font-size: 17px;
    }
    }
    @media only screen and (max-width: 700px) {
    .page-content.page-content.page-content [data-style-guide-headline] {
    letter-spacing: 0;
    line-height: 140%;
    }
    .page-content.page-content.page-content [data-style-guide-headline="xl"] {
    font-size: 1.95rem;
    }
    .page-content.page-content.page-content [data-style-guide-headline="l"] {
    font-size: 2.5rem;
    }
    .page-content.page-content.page-content [data-style-guide-headline="m"] {
    font-size: 1.25rem;
    }
    .page-content.page-content.page-content [data-style-guide-headline="s"] {
    font-size: 1rem;
    }
    .page-content.page-content.page-content [data-style-guide-subheadline] {
    letter-spacing: 0;
    line-height: 140%;
    }
    .page-content.page-content.page-content [data-style-guide-subheadline="xl"] {
    font-size: 1.25rem;
    }
    .page-content.page-content.page-content [data-style-guide-subheadline="l"] {
    font-size: 1rem;
    }
    .page-content.page-content.page-content [data-style-guide-subheadline="m"] {
    font-size: 0.8rem;
    }
    .page-content.page-content.page-content [data-style-guide-subheadline="s"] {
    font-size: 0.64rem;
    }
    .page-content.page-content.page-content [data-style-guide-content] {
    letter-spacing: 0;
    line-height: 140%;
    }
    .page-content.page-content.page-content [data-style-guide-content="xl"] {
    font-size: 1.56rem;
    }
    .page-content.page-content.page-content [data-style-guide-content="l"] {
    font-size: 1.25rem;
    }
    .page-content.page-content.page-content [data-style-guide-content="m"] {
    font-size: 1rem;
    }
    .page-content.page-content.page-content [data-style-guide-content="s"] {
    font-size: 0.8rem;
    }
    }
    [data-section-colors="lightest"] {
    color: var(--color-6Z-9NrY8-2);
    background: var(--afze-secondary-bgcolor);
    }
    [data-section-colors="lightest"] .elHeadline {
    color: var(--color-6Z-9NrY8-2);
    }
    [data-section-colors="lightest"] .af-subheader {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="lightest"] .elContent {
    color: var(--color-6Z-9NrY8-6);
    }
    [data-section-colors="lightest"] .elTypographyLink {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="lightest"] .fa-fw {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="lightest"] .elBulletList .fa,
    [data-section-colors="lightest"] 
    .elBulletList .fas,
    [data-section-colors="lightest"] 
    .elBulletList .fa-fw {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="light"] {
    color: var(--color-6Z-9NrY8-2);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%),var(--color-6Z-9NrY8-6);
    }
    [data-section-colors="light"] .elHeadline {
    color: var(--color-6Z-9NrY8-2);
    }
    [data-section-colors="light"] .af-subheader {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="light"] .elContent {
    color: var(--color-6Z-9NrY8-6);
    }
    [data-section-colors="light"] .elTypographyLink {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="light"] .fa-fw {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="light"] .elBulletList .fa,
    [data-section-colors="light"] 
    .elBulletList .fas,
    [data-section-colors="light"] 
    .elBulletList .fa-fw {
    color: var(--color-6Z-9NrY8-8);
    }
    [data-section-colors="colored"] {
    color: var(--color-6Z-9NrY8-5);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%),var(--color-6Z-9NrY8-3);
    }
    [data-section-colors="colored"] .elHeadline {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="colored"] .af-subheader {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="colored"] .elContent {
    color: var(--color-6Z-9NrY8-1);
    }
    [data-section-colors="colored"] .elTypographyLink {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="colored"] .fa-fw {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="colored"] .elBulletList .fa,
    [data-section-colors="colored"] 
    .elBulletList .fas,
    [data-section-colors="colored"] 
    .elBulletList .fa-fw {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="dark"] {
    color: var(--color-6Z-9NrY8-5);
    background: linear-gradient(var(--color-6Z-9NrY8-4) 0%,var(--color-6Z-9NrY8-4) 100%),var(--color-6Z-9NrY8-4);
    }
    [data-section-colors="dark"] .elHeadline {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="dark"] .af-subheader {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="dark"] .elContent {
    color: var(--color-6Z-9NrY8-1);
    }
    [data-section-colors="dark"] .elTypographyLink {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="dark"] .fa-fw {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="dark"] .elBulletList .fa,
    [data-section-colors="dark"] 
    .elBulletList .fas,
    [data-section-colors="dark"] 
    .elBulletList .fa-fw {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="darkest"] {
    color: var(--color-6Z-9NrY8-5);
    background: var(--afze-primary-bgcolor);
    }
    [data-section-colors="darkest"] .elHeadline {
    color: var(--afze-h1-color);
    }
    [data-section-colors="darkest"] .af-subheader {
    color: var(--afze-secondary-text-color);
    }
    [data-section-colors="darkest"] .elContent {
    color: var(--color-6Z-9NrY8-1);
    }
    [data-section-colors="darkest"] .elTypographyLink {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="darkest"] .fa-fw {
    color: var(--color-6Z-9NrY8-5);
    }
    [data-section-colors="darkest"] .elBulletList .fa,
    [data-section-colors="darkest"] 
    .elBulletList .fas,
    [data-section-colors="darkest"] 
    .elBulletList .fa-fw {
    color: var(--color-6Z-9NrY8-8);
    }
    

    .afze-beneficios-produto{
        font-weight: bold; font-size:1.1rem; line-height: 1.9rem;
    }

 

    .bloco-produto1 .badge-success{
        background-color: rgb(13, 163, 13);
               color: white;
               
               border-radius: 0.2rem;
               padding: 0.2rem 0.3rem;
    }




