.elementor-9985 .elementor-element.elementor-element-70618ad:not(.elementor-motion-effects-element-type-background), .elementor-9985 .elementor-element.elementor-element-70618ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(145deg, var( --e-global-color-uicore_secondary ) 20%, var( --e-global-color-uicore_primary ) 80%);}.elementor-9985 .elementor-element.elementor-element-70618ad > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(215deg, #FFFFFF00 -10%, var( --e-global-color-uicore_white ) 40%);opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9985 .elementor-element.elementor-element-70618ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}.elementor-9985 .elementor-element.elementor-element-a7ecd34.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-9985 .elementor-element.elementor-element-a7ecd34 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:24px;}.elementor-9985 .elementor-element.elementor-element-0934efb{--display:flex;}.elementor-9985 .elementor-element.elementor-element-354fb92{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-9985 .elementor-element.elementor-element-b6bea2e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9985 .elementor-element.elementor-element-b6bea2e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-9985 .elementor-element.elementor-element-70618ad{padding:140px 0px 64px 0px;}.elementor-9985 .elementor-element.elementor-element-a7ecd34 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}}@media(max-width:767px){.elementor-9985 .elementor-element.elementor-element-70618ad{padding:110px 0px 0px 0px;}.elementor-9985 .elementor-element.elementor-element-a7ecd34 > .elementor-element-populated{margin:50px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for wpforms, class: .elementor-element-b6bea2e *//* This centers the form elements only */
.wpforms-container.wpf-center {
margin: 0 auto !important;
/* Adjust the width in the next 2 lines as your site needs */
max-width: 500px !important;
width: 500px !important;
}
 
/* This centers the submit button and makes it fullwidth*/
.wpf-center .wpforms-submit-container  {
display: inline-block;
text-align: center;
width: 100% !important;
}
 
/* This centers all pagebreak elements and makes it fullwidth */
.wpf-center .wpforms-field-pagebreak  {
display: inline-block;
text-align: center;
width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
content: none;
}
 
/* This styles all labels, field descriptions, form titles, and form descriptions */
.wpf-center .wpforms-title,
.wpf-center .wpforms-description,
.wpf-center .wpforms-field-label,
.wpf-center .wpforms-field-sublabel,
.wpf-center .wpforms-field-description {
text-align: center;
}
 
/* Readjust the form width for smaller devices */
@media only screen and (max-width: 600px) {
 
.wpforms-container.wpf-center {
/* Reset the width for devices under 600px */
max-width: unset !important;
width: auto !important;
}
 
}/* End custom CSS */