  body {  
    color:#ffffff;
    font-family:sans-serif;
    font-weight:var(--text-font-weight);
    font-style:var(--text-font-style);
    font-size:calc(var(--base-text-font-size) - 1px);
    line-height:1.87;
    background:var(--background);
  }  
@media screen and (min-width: 641px){     
  body {  
    font-size:var(--base-text-font-size);
  }  
}  
* { 
    box-sizing: border-box!important; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

body { 
    margin: 0;
} 

html { 
    font-family: sans-serif; 
    -webkit-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    text-size-adjust: 100%; 
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 

html { 
    font-family: var(--text-font-family); 
    font-weight: var(--text-font-weight); 
    font-style: var(--text-font-style); 
    font-size: calc(var(--base-text-font-size) - 1px); 
    line-height: 1.87; 
    color: var(--text-color); 
    background: var(--background);
} 

@media screen and (min-width: 641px){ 
  html { 
    font-size: var(--base-text-font-size);
  } 
}     

html { 
    overflow-x: hidden;
} 

:root { 
    --default-text-font-size: 15px; 
    --base-text-font-size: 17px; 
    --heading-font-family: Oswald, sans-serif; 
    --heading-font-weight: 700; 
    --heading-font-style: normal; 
    --text-font-family: Barlow, sans-serif; 
    --text-font-weight: 500; 
    --text-font-style: normal; 
    --text-color: #677279; 
    --heading-color: #000000; 
    --border-color: #e1e3e4; 
    --background: #f3f5f6; 
    --footer-border: 1px solid var(--border-color); 
} 

header { 
    display: block;
} 

.page__header { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    margin: 28px 0;
} 

.page__header--stack { 
    flex-direction: column; 
    align-items: flex-start;
} 

.page__header--centered { 
    justify-content: center; 
    text-align: center;
} 

.page__header--image { 
    position: relative; 
    justify-content: center; 
    background-size: cover; 
    background-position: center; 
    min-height: 250px; 
    padding: 25px; 
    border-radius: 3px; 
    text-shadow: 1px 2px 4px rgba(0,0,0,.2); 
    overflow: hidden;
} 

@media screen and (min-width: 641px){ 
  .page__header { 
    margin: 35px 0;
  } 

  .page__header--image { 
    min-height: 430px;
  } 
}     

@media screen and (min-width: 1000px){ 
  .page__header { 
    flex-direction: column; 
    align-items: flex-start;
  } 

  .page__header--centered { 
    align-items: center;
  } 
}     

.page__header--stack.page__header--centered { 
    align-items: center;
} 

.shopify-section:first-child .page__header--image  { 
    border-radius: 0; 
    margin-top: 0!important;
} 

*,:before,:after { 
    box-sizing: border-box!important; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.page__header--image.page__header--overlay:before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
   background-image: url("../images/body_1500x.webp");
} 

img { 
    max-width: 100%; 
    height: auto; 
    border-style: none; 
    vertical-align: top;
} 

.image--fade-in { 
    opacity: 0; 
    transition: opacity .3s ease-in-out;
} 

.page__header-image { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    -o-object-position: center; 
    object-position: center; 
    -o-object-fit: cover; 
    object-fit: cover; 
    z-index: -1;
} 

.lazyloaded.image--fade-in { 
    opacity: 1;
} 

.container--narrow { 
    max-width: 800px;
} 

.page__header-content { 
    z-index: 1;
} 

h1 { 
    margin-top: 0; 
} 

.heading { 
    font-family: var(--heading-font-family); 
    font-weight: var(--heading-font-weight); 
    font-style: var(--heading-font-style); 
    color: var(--heading-color);
} 

.h1 { 
    margin-bottom: 20px; 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px)); 
    line-height: 1.45;
} 

@media screen and (min-width: 641px){ 
  .h1 { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px)); 
    line-height: 1.43;
  } 
}     

.page__title { 
    margin-bottom: 0;
} 

.heading  { 
    color: #ffffff;
} 

.page__description { 
    margin: 10px 0 0;
} 

.rte { 
    word-break: break-word;
} 

.rte:after { 
    content: ""; 
    display: block; 
    clear: both;
} 

p { 
    margin-top: 0; 
} 

p:last-child { 
    margin-bottom: 0;
} 






  body {  
    font-family:sans-serif;
    font-weight:var(--text-font-weight);
    font-style:var(--text-font-style);
    font-size:calc(var(--base-text-font-size) - 1px);
    line-height:1.87;
    color:var(--text-color);
    background:var(--background);
  }  
@media screen and (min-width: 641px){     
  body {  
    font-size:var(--base-text-font-size);
  }  
}  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --gfb-circle-size:  10px; 
    --gfb-primary-color:  rgba(240,193,75,1);  
    --gfb-form-width:  600px;  
    --gfb-font-family: inherit; 
    --gfb-font-style: inherit; 
} 

* { 
    box-sizing: border-box!important; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

body { 
    margin: 0;
} 

html { 
    font-family: sans-serif; 
    -webkit-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    text-size-adjust: 100%; 
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 

html { 
    font-family: var(--text-font-family); 
    font-weight: var(--text-font-weight); 
    font-style: var(--text-font-style); 
    font-size: calc(var(--base-text-font-size) - 1px); 
    line-height: 1.87; 
    color: var(--text-color); 
    background: var(--background);
} 

@media screen and (min-width: 641px){ 
  html { 
    font-size: var(--base-text-font-size);
  } 
}     

html { 
    overflow-x: hidden;
} 

:root { 
    --default-text-font-size: 15px; 
    --base-text-font-size: 17px; 
    --heading-font-family: Oswald, sans-serif; 
    --heading-font-weight: 700; 
    --heading-font-style: normal; 
    --text-font-family: Barlow, sans-serif; 
    --text-font-weight: 500; 
    --text-font-style: normal; 
    --text-link-decoration: underline; 
    --text-color: #677279; 
    --text-color-rgb: 103, 114, 121; 
    --heading-color: #000000; 
    --border-color: #e1e3e4; 
    --link-color: #16588e; 
    --link-color-hover: #0c2f4c; 
    --background: #f3f5f6; 
    --secondary-background: #ffffff; 
    --header-background: #000000; 
    --header-text-color: #ffffff; 
    --footer-border: 1px solid var(--border-color); 
    --mobile-container-gutter: 20px; 
    --desktop-container-gutter: 40px; 
} 

:root { 
    --gfb-primary-color: #1c1c1c; 
    --gfb-primary-text-color: #FFFFFF; 
    --gfb-form-width: 600px; 
    --gfb-form-padding: 30px; 
    --gfb-form-sm-font-size: 12px; 
    --gfb-form-default-font-size: 14px; 
    --gfb-form-description-font-size: 16px; 
    --gfb-default-heading-1-font-size: 26px; 
} 

.block-list { 
    display: flex; 
    flex-flow: column nowrap; 
    margin: 0 -7px -20px;
} 

@media screen and (min-width: 641px){ 
  .block-list { 
    flex-direction: row; 
    flex-wrap: wrap; 
    margin: 0 -15px -30px;
  } 
}     

@media screen and (min-width: 1000px){ 
  .block-list { 
    white-space: normal;
  } 
}     

*,:before,:after { 
    box-sizing: border-box!important; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

@media screen and (min-width: 1000px){ 
  .block-list:before,.block-list:after { 
    display: none;
  } 

  .\31 \/2--lap-and-up { 
    width: 50%;
  } 
}     

.block-list__item { 
    display: flex;
} 

.offer-item { 
    padding: 20px; 
    background: var(--secondary-background); 
    border: 1px solid var(--border-color); 
    border-radius: 3px;
} 

@media screen and (min-width: 641px){ 
  .offer-item { 
    padding: 28px 30px;
  } 
}     

@media screen and (min-width: 1280px){ 
  .offer-item--inline { 
    display: flex; 
    align-items: center;
  } 
}     

.block-list__item > :first-child  { 
    margin: 0 7px 20px; 
    flex: 1 0 0%;
} 

@media screen and (min-width: 641px){ 
  .block-list__item > :first-child  { 
    margin: 0 15px 30px;
  } 
}     

.offer-item__image-wrapper { 
    min-width: 70px; 
    max-width: 70px; 
    margin-bottom: 14px;
} 

@media screen and (min-width: 641px){ 
  .offer-item__image-wrapper { 
    min-width: 110px; 
    max-width: 110px;
  } 
}     

@media screen and (min-width: 1280px){ 
  .offer-item--inline .offer-item__image-wrapper  { 
    margin: 0 30px 0 0;
  } 
}     

.offer-item__image-wrapper  { 
    min-height: 70px; 
    min-width: 70px;
} 

.aspect-ratio { 
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
} 

p { 
    margin-top: 0; 
} 

.heading { 
    font-family: var(--heading-font-family); 
    font-weight: var(--heading-font-weight); 
    font-style: var(--heading-font-style); 
    color: var(--heading-color);
} 

.h4 { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px)); 
    line-height: 1.75;
} 

@media screen and (min-width: 641px){ 
  .h4 { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px)); 
    line-height: 1.7;
  } 
}     

.offer-item__title { 
    margin-bottom: 6px; 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px));
} 

.rte { 
    word-break: break-word;
} 

.offer-item__content { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
} 

.rte:after { 
    content: ""; 
    display: block; 
    clear: both;
} 

img { 
    max-width: 100%; 
    height: auto; 
    border-style: none; 
    vertical-align: top;
} 

.image--fade-in { 
    opacity: 0; 
    transition: opacity .3s ease-in-out;
} 

.aspect-ratio img  { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    max-width: 100%; 
    max-height: 100%; 
    top: 0; 
    left: 0;
} 

.lazyloaded.image--fade-in { 
    opacity: 1;
} 

p:last-child { 
    margin-bottom: 0;
} 

.rte p:not(:last-child)  { 
    margin-bottom: .7em;
} 

h4 { 
    margin-top: 0; 
} 

.rte h4  { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px)); 
    line-height: 1.75;
} 

.rte h4  { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px)); 
    line-height: 1.85; 
    text-transform: uppercase;
} 

@media screen and (min-width: 641px){ 
  .rte h4  { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px)); 
    line-height: 1.7;
  } 
}     

.rte h4  { 
    margin: 1em 0; 
    font-family: var(--heading-font-family); 
    font-weight: var(--heading-font-weight); 
    font-style: var(--heading-font-style); 
    color: var(--heading-color);
} 

.rte h4  { 
    margin: 1.9em 0 .6em;
} 

.rte h4:first-child  { 
    margin-top: 0;
} 

ul { 
    margin: 0; 
    padding: 0; 
    list-style-position: inside;
} 

.rte ul  { 
    margin-left: 18px;
} 

.rte ul  { 
    list-style: none;
} 

.globo-formbuilder { 
    height: auto !important;
} 

.globo-formbuilder[data-id="1595"] { 
    display: block; 
    height: 489px; 
    margin: 30px auto;
} 

a { 
    background-color: transparent; 
    text-decoration: none;
} 

.rte a:not(.button)  { 
    color: var(--link-color); 
    transition: color .2s ease-in-out; 
    -webkit-text-decoration: var(--text-link-decoration); 
    text-decoration: var(--text-link-decoration); 
    text-underline-position: under;
} 

a:active,a:hover { 
    outline: 0;
} 

.rte a:not(.button):hover { 
    color: var(--link-color-hover);
} 

.rte ul li  { 
    position: relative;
} 

.rte ul li:not(:last-child)  { 
    margin-bottom: 5px;
} 

.rte ul li::before { 
    position: absolute; 
    content: ""; 
    left: -18px; 
    top: .8em; 
    height: 5px; 
    width: 5px; 
    border-radius: 100%; 
    background: rgba(var(--text-color-rgb),.4);
} 

.globo-form-app { 
    font-family: var(--gfb-font-family); 
    font-weight: var(--gfb-font-weight); 
    font-style: var(--gfb-font-style); 
    max-width: var(--gfb-form-width); 
    margin: var(--gfb-form-padding) auto; 
    position: relative; 
    box-sizing: border-box;
} 

.globo-form-app { 
    --gfb-circle-size: 10px;
} 

.globo-form-app.boxed-layout { 
    position: relative; 
    transition: box-shadow .25s,-webkit-box-shadow .25s; 
    border-radius: 2px; 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
} 

.globo-form-id-1595 .globo-form-app  { 
    max-width: 600px; 
    width: -webkit-fill-available; 
    background-color: #FFF;
} 

:root .globo-form-app[data-id="1595"]  { 
    --gfb-primary-color: rgba(240,193,75,1); 
    --gfb-form-width: 600px; 
} 

.header { 
    position: relative; 
    padding: 13px 0; 
    background: var(--header-background); 
    color: var(--header-text-color); 
    transition: margin-bottom .25s ease-in-out;
} 

@media screen and (min-width: 641px){ 
  .header { 
    padding: 20px 0;
  } 
}     

.globo-form-app *  { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    margin-block-start: 0px;
} 

.globo-form-app :not(hr)  { 
    border: 0;
} 

.globo-form-app > div  { 
    margin-block-start: 0px;
} 

.globo-form-app .hidden  { 
    display: none;
} 

.globo-form-app .header  { 
    padding: 0; 
    margin-bottom: 2rem; 
    display: block; 
    background: none; 
    position: relative;
} 

.globo-form-app .dismiss  { 
    position: absolute; 
    top: 27px; 
    right: 27px; 
    width: 20px; 
    height: 20px; 
    cursor: pointer; 
    z-index: 99;
} 

.globo-form-app > .dismiss.hidden  { 
    display: none;
} 

.globo-form-app.boxed-layout .g-container  { 
    padding: var(--gfb-form-padding);
} 

.globo-form-app .message  { 
    display: none; 
    width: 100%; 
    padding: 10px; 
    background: #f4f6f8; 
    justify-content: space-between; 
    align-items: center; 
    position: relative; 
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02); 
    box-sizing: border-box; 
    font-size: var(--gfb-form-default-font-size);
} 

.globo-form-app .message.success  { 
    background: #eff7ed; 
    color: #212b36; 
    text-align: center;
} 

input { 
    margin: 0;
} 

input { 
    line-height: normal; 
    -moz-appearance: none; 
    border-radius: 0;
} 

.globo-form-app input  { 
    font-size: 100%; 
    vertical-align: baseline; 
    color: #222; 
} 

.globo-form-app input  { 
    line-height: normal;
} 

.globo-form-app .content  { 
    margin: 0 -5px; 
    padding: 0;
} 

.globo-form-app .message .content  { 
    margin: 0;
} 

.globo-form-app .message .dismiss  { 
    width: 14px; 
    height: 14px; 
    cursor: pointer;
} 

.globo-form-app .message .dismiss  { 
    position: absolute; 
    top: 12px; 
    right: 12px;
} 

h3 { 
    margin-top: 0; 
} 

.rte h3  { 
    margin-bottom: 14px; 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px)); 
    line-height: 1.6;
} 

@media screen and (min-width: 641px){ 
  .rte h3  { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px)); 
    line-height: 1.5;
  } 
}     

.rte h3  { 
    margin: 1em 0; 
    font-family: var(--heading-font-family); 
    font-weight: var(--heading-font-weight); 
    font-style: var(--heading-font-style); 
    color: var(--heading-color);
} 

.rte h3  { 
    margin: 1.8em 0 .8em;
} 

.rte h3:first-child  { 
    margin-top: 0;
} 

.globo-form-app .header .title  { 
    margin-bottom: .5rem; 
    font-weight: var(--gfb-font-weight, 600); 
    line-height: 1.5; 
    font-size: var(--gfb-default-heading-1-font-size, 30px);
} 

.globo-form-id-1595 .globo-form-app .globo-heading  { 
    color: #000;
} 

.globo-form-app .header .description  { 
    margin-top: 0; 
    font-size: var(--gfb-form-description-font-size); 
    font-weight: var(--gfb-font-weight, 300); 
    line-height: 1.7; 
    color: #000;
} 

.globo-form-id-1595 .globo-form-app .globo-description ,.globo-form-id-1595 .globo-form-app .header .globo-description  { 
    color: #6c757d;
} 

h1 { 
    margin-top: 0; 
} 

.rte h1  { 
    margin-bottom: 20px; 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px)); 
    line-height: 1.45;
} 

@media screen and (min-width: 641px){ 
  .rte h1  { 
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px)); 
    line-height: 1.43;
  } 
}     

.rte h1  { 
    margin: 1em 0; 
    font-family: var(--heading-font-family); 
    font-weight: var(--heading-font-weight); 
    font-style: var(--heading-font-style); 
    color: var(--heading-color);
} 

.rte h1  { 
    margin: 1.4em 0 .7em;
} 

.rte h1:first-child  { 
    margin-top: 0;
} 

.globo-form-app .message .content p  { 
    margin: 0;
} 

header { 
    display: block;
} 

.globo-form-app .wizard__header  { 
    position: relative;
} 

.globo-form-app .panels  { 
    position: relative; 
    overflow: hidden; 
    display: flex; 
    transition: height .15s; 
    z-index: 100;
} 

.globo-form-app [data-steps-quantity="1"] .panels  { 
    height: 100% !important; 
    overflow: unset;
} 

.globo-form-app .message.error  { 
    color: #c00; 
    background: #fdf3f0;
} 

.gfb__footer { 
    background: none; 
    position: relative;
} 

.globo-form-id-1595 .globo-form-app .gfb__footer  { 
    text-align: left;
} 

strong { 
    font-weight: 700;
} 

.globo-form-app .wizard__steps  { 
    overflow: hidden;
} 

.globo-form-app .wizard__steps  { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    transform: translateY(50%); 
    z-index: 1; 
    overflow: hidden; 
    padding: 4px 0px;
} 

.globo-form-app .panel  { 
    opacity: 1 !important; 
    width: 100%; 
    gap: unset;
} 

.globo-form-app .panel  { 
    position: absolute; 
    top: 0; 
    left: 0; 
    transition: .5s transform; 
    width: calc(100% + 4px); 
    padding-top: 25px; 
    visibility: hidden; 
    display: flex; 
    flex-wrap: wrap; 
    height: unset !important; 
    max-height: unset !important;
} 

.globo-form-app .panel.movingIn  { 
    transform: translateX(0); 
} 

.globo-form-app [data-steps-quantity="1"] .panels .panel  { 
    position: relative;
} 

.globo-form-app .panel:nth-child(1):last-child  { 
    position: relative; 
    top: unset; 
    left: unset; 
    visibility: initial;
} 

button { 
    margin: 0;
} 

button { 
    padding: 0; 
    overflow: visible; 
    background: none; 
    border: none; 
    border-radius: 0; 
    -webkit-appearance: none;
} 

button { 
    text-transform: none;
} 

button { 
    -webkit-appearance: button; 
    cursor: pointer;
} 

.globo-form-app button  { 
    font-size: 100%; 
    vertical-align: baseline; 
    color: #222; 
} 

.globo-form-app button  { 
    line-height: normal;
} 

.globo-form-app button  { 
    text-transform: none;
} 

.globo-form-app button  { 
    -webkit-appearance: button; 
    cursor: pointer; 
    overflow: visible;
} 

.globo-form-app .disabled  { 
    cursor: pointer;
} 

.gfb__footer .action ,.gfb__footer [type="button"]  { 
    text-transform: none; 
    display: inline-block; 
    text-align: center; 
    vertical-align: middle; 
    user-select: none; 
    transition: all .25s ease-in-out; 
    font-weight: var(--gfb-font-weight, 400); 
    font-size: var(--gfb-form-default-font-size); 
    line-height: var(--gfb-form-default-font-size); 
    border-radius: 2px; 
    padding: 11px 22px; 
    min-width: 100px; 
    background-color: var(--gfb-primary-color); 
    color: var(--gfb-primary-text-color); 
    cursor: pointer; 
    position: relative;
} 

.gfb__footer .action.hidden ,.gfb__footer [type="button"].hidden  { 
    display: none;
} 

.gfb__footer .action.previous ,.gfb__footer [type="button"].previous  { 
    background-color: var(--gfb-color-backgroundColor, transparent); 
    color: var(--gfb-color-textColor, #000) !important;
} 

.globo-form-app button.action.previous  { 
    color: #000!important;
} 

.globo-form-id-1595 .globo-form-app .gfb__footer button  { 
    border: 1px solid rgba(240,193,75,1);
} 

.gfb__footer .action:hover, .gfb__footer [type="button"]:hover { 
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.17); 
    filter: brightness(110%);
} 

.gfb__footer .action ,.gfb__footer [type="submit"]  { 
    text-transform: none; 
    display: inline-block; 
    text-align: center; 
    vertical-align: middle; 
    user-select: none; 
    transition: all .25s ease-in-out; 
    font-weight: var(--gfb-font-weight, 400); 
    font-size: var(--gfb-form-default-font-size); 
    line-height: var(--gfb-form-default-font-size); 
    border-radius: 2px; 
    padding: 11px 22px; 
    min-width: 100px; 
    background-color: var(--gfb-primary-color); 
    color: var(--gfb-primary-text-color); 
    cursor: pointer; 
    position: relative;
} 

.gfb__footer .action:hover, .gfb__footer [type="button"]:hover, .gfb__footer [type="submit"]:hover, .globo-form-app .footer .action:hover, .globo-form-app .footer [type="button"]:hover, .globo-form-app .footer [type="submit"]:hover { 
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.17); 
    filter: brightness(110%);
} 

.globo-form-app .wizard__congrats-message  { 
    display: none; 
    color: #676767; 
    text-align: center; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    opacity: 0;
} 

nav { 
    display: block;
} 

.globo-form-app .steps  { 
    position: relative; 
    display: flex; 
    flex: 0 1 auto; 
    color: #fff;
} 

.globo-form-app .steps.hidden  { 
    display: none;
} 

.globo-form-control { 
    width: 100%; 
    padding: 0 5px;
} 

.globo-form-control { 
    margin-bottom: 1.5rem; 
    margin-top: 0px !important; 
    margin-block-start: 0px !important; 
    font-size: var(--gfb-form-default-font-size); 
    position: relative;
} 

.globo-form-control.layout-2-column { 
    width: 50%;
} 

.globo-form-control.layout-1-column { 
    width: 100%;
} 

.gfb__footer .action .spinner::before, .gfb__footer [type="button"] .spinner::before, .gfb__footer [type="submit"] .spinner::before, .globo-form-app .footer .action .spinner::before, .globo-form-app .footer [type="button"] .spinner::before, .globo-form-app .footer [type="submit"] .spinner::before { 
    display: none;
} 

.globo-form-app .step  { 
    flex-basis: 0; 
    flex-grow: 1; 
    max-width: 100%; 
    box-sizing: border-box; 
    text-align: center; 
    border-radius: 5px;
} 

.globo-form-control label  { 
    color: var(--gfb-color-textColor, #212b36); 
    display: block; 
    margin-bottom: 4px; 
    font-weight: var(--gfb-font-weight, 400); 
    line-height: 20px; 
    text-transform: initial; 
    letter-spacing: initial; 
    cursor: pointer; 
    font-size: var(--gfb-form-default-font-size);
} 

.globo-form-id-1595 .globo-form-app .globo-label ,.globo-form-id-1595 .globo-form-app .globo-form-control label.globo-label  { 
    color: #000; 
    text-align: left !important;
} 

.globo-form-control .globo-form-input  { 
    display: flex;
} 

small { 
    font-size: 80%;
} 

.globo-form-control .help-text  { 
    display: block; 
    color: #6c757d; 
    margin-top: .25rem; 
    font-size: var(--gfb-form-sm-font-size);
} 

.globo-form-id-1595 .globo-form-app .globo-description  { 
    color: #6c757d;
} 

.globo-form-id-1595 .globo-form-app .globo-form-control .help-text.globo-description  { 
    color: #6c757d;
} 

.globo-form-app .step__content  { 
    position: relative; 
    z-index: 2;
} 

.globo-form-id-1595 .globo-form-app .globo-form-control label.globo-label span.label-content  { 
    color: #000; 
    text-align: left !important;
} 

.globo-form-control .text-smaller  { 
    font-size: var(--gfb-form-sm-font-size);
} 

.globo-form-control label .text-danger  { 
    color: var(--gfb-color-textColor, red);
} 

.globo-form-control .globo-form-input .globo-form-icon  { 
    width: 41px; 
    padding: 0 5px; 
    background: #f1f1f1; 
    border-radius: 2px 0 0 2px; 
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02); 
    align-items: center; 
    justify-content: center;
} 

.globo-form-control input  { 
    display: block; 
    height: 41px; 
    padding: 10px 12px; 
    color: #000; 
    background-color: #f1f1f1; 
    border-radius: 2px; 
    font-size: var(--gfb-form-default-font-size); 
    position: relative; 
    flex: 1 1 auto; 
    margin-bottom: 0; 
    width: 100%; 
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02); 
    transition: box-shadow .15s ease; 
    outline: none; 
    background-image: none !important;
} 

textarea { 
    margin: 0;
} 

textarea { 
    overflow: auto;
} 

.globo-form-app textarea  { 
    font-size: 100%; 
    vertical-align: baseline; 
    color: #222; 
} 

.globo-form-app textarea  { 
    overflow: auto; 
    resize: vertical;
} 

.globo-form-control textarea  { 
    display: block; 
    height: 41px; 
    padding: 10px 12px; 
    color: #000; 
    background-color: #f1f1f1; 
    border-radius: 2px; 
    font-size: var(--gfb-form-default-font-size); 
    position: relative; 
    flex: 1 1 auto; 
    margin-bottom: 0; 
    width: 100%; 
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02); 
    transition: box-shadow .15s ease; 
    outline: none; 
    background-image: none !important;
} 

.globo-form-control textarea  { 
    height: initial;
} 

.globo-form-app .panel textarea  { 
    resize: none;
} 

.globo-form-app .step__number  { 
    font-size: var(--gfb-form-sm-font-size); 
    color: #676767; 
    background-color: #fff; 
    font-weight: var(--gfb-font-weight, 800); 
    width: var(--gfb-circle-size); 
    height: var(--gfb-circle-size); 
    line-height: var(--gfb-circle-size); 
    margin: 0 auto; 
    border-radius: 50%; 
    border: 3px solid #c3c3c3; 
    transition: opacity .5s; 
    opacity: 1; 
    z-index: 5; 
    box-sizing: content-box !important;
} 

.globo-form-app .checkmark  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: calc(var(--gfb-circle-size) + 5px); 
    height: calc(var(--gfb-circle-size) + 5px); 
    border-radius: 50%; 
    stroke-width: 2; 
    stroke: #fff; 
    stroke-miterlimit: 10; 
    box-shadow: inset 0px 0px 0px var(--gfb-primary-color); 
    z-index: -1;
} 

.globo-form-control .globo-form-input .globo-form-icon svg  { 
    width: 20px; 
    height: 20px; 
    opacity: .5;
} 

.fa-edit:before,.stamped-fa-edit:before { 
    content: '\e803';
} 

.globo-form-app .line  { 
    position: absolute; 
    top: calc(var(--gfb-circle-size)/2); 
    left: 50%; 
    z-index: -2; 
    height: 3px; 
    transition: all .5s ease;
} 

.globo-form-app .line.-start  { 
    left: 0%; 
    background: var(--gfb-primary-color) -variant; 
    width: 50%;
} 

.globo-form-app .step:last-child .line ,.globo-form-app .step.last .line  { 
    width: 50%;
} 

.globo-form-id-1595 .globo-form-app .line.-start  { 
    background-color: rgba(240,193,75,1);
} 

.globo-form-app .line.-background  { 
    background: #c3c3c3; 
    width: 100%;
} 

.globo-form-app .line.-progress  { 
    background: var(--gfb-primary-color) -variant; 
    width: 100%; 
    transform: scaleX(0); 
    transform-origin: left center;
} 

.globo-form-id-1595 .globo-form-app .line.-progress  { 
    background-color: rgba(240,193,75,1);
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-WhdbW.style-WhdbW {  
   height: 269px;  
}  
#style-fZZhB.style-fZZhB {  
   box-sizing: border-box;  
    margin: 0px 0px 16px;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    text-align: center;  
}  
#style-z19OT.style-z19OT {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-I4QEV.style-I4QEV {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-XbFre.style-XbFre {  
   box-sizing: border-box;  
}  
#style-yAU4o.style-yAU4o {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-TGp4Y.style-TGp4Y {  
   box-sizing: border-box;  
}  
#style-Y8giO.style-Y8giO {  
   box-sizing: border-box;  
    margin: 0px 0px 16px;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    text-align: center;  
}  
#style-n5br9.style-n5br9 {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-97sNE.style-97sNE {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-Z7Hjh.style-Z7Hjh {  
   box-sizing: border-box;  
}  
#style-XHcm1.style-XHcm1 {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-VamGW.style-VamGW {  
   box-sizing: border-box;  
}  
/* These were inline style tags. Uses id+class to override almost everything */
#style-xVRoW.style-xVRoW {  
   height: 269px;  
}  
#style-P1wye.style-P1wye {  
   box-sizing: border-box;  
    margin: 0px 0px 16px;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    text-align: center;  
}  
#style-3bhpQ.style-3bhpQ {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-Ty1js.style-Ty1js {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-LqHrj.style-LqHrj {  
   box-sizing: border-box;  
}  
#style-arFNW.style-arFNW {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-s2fGS.style-s2fGS {  
   box-sizing: border-box;  
}  
#style-d6ogm.style-d6ogm {  
   box-sizing: border-box;  
    margin: 0px 0px 16px;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    text-align: center;  
}  
#style-hvEvh.style-hvEvh {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-Foqsk.style-Foqsk {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-6wUlo.style-6wUlo {  
   box-sizing: border-box;  
}  
#style-LtRCO.style-LtRCO {  
   box-sizing: border-box;  
    color: #3e3e3e;  
    font-family: Inter, sans-serif;  
    font-size: 14px;  
    font-weight: 400;  
    text-align: center;  
}  
#style-qKoPO.style-qKoPO {  
   box-sizing: border-box;  
}  

.offer-item__inner {
	min-width: 75%;
}
