/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
 * ========================================================================== */

/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in
 * *    IE on Windows Phone and in iOS.
 * */html{line-height:1.15;
  /* 1 */-ms-text-size-adjust:100%;
  /* 2 */-webkit-text-size-adjust:100%;
  /* 2 */font-family:sans-serif}

/**
 * * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * * A thin layer on top of normalize.css that provides a starting point more
 * * suitable for web applications.
 * */

/**
 * * 1. Prevent padding and border from affecting element width
 * * https://goo.gl/pYtbK7
 * * 2. Change the default font family in all browsers (opinionated)
 * */

/**
 * * Allow adding a border to an element by just adding a border-width.
 * *
 * * By default, the way the browser specifies that an element should have no
 * * border is by setting it's border-style to `none` in the user-agent
 * * stylesheet.
 * *
 * * In order to easily add borders to elements by just setting the `border-width`
 * * property, we change the default border-style for all elements to `solid`, and
 * * use border-width to hide them instead. This way our `border` utilities only
 * * need to set the `border-width` property instead of the entire `border`
 * * shorthand, making our border utilities much more straightforward to compose.
 * *
 * * https://github.com/tailwindcss/tailwindcss/pull/116
 * */*,:after,:before{border:0 solid #7f7f7f}

/**
 * * Undo the `border-style: none` reset that Normalize applies to images so that
 * * our `borderwidt` utilities have the expected effect.
 * *
 * * The Normalize reset is unnecessary for us since we default the border-width
 * * to 0 on all elements.
 * *
 * * https://github.com/tailwindcss/tailwindcss/issues/362
 * */img{border-style:solid}

/**
 * * Temporary reset for a change introduced in Chrome 62 but now reverted.
 * *
 * * We can remove this when the reversion is in a normal Chrome release.
 * */button,input,select,textarea{font-family:inherit}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:.5}input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:.5}input::placeholder,textarea::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}[class*=ffz],[class*=ffz]:after,[class*=ffz]:before{box-sizing:border-box}.ffz-container{margin-left:auto;margin-right:auto;width:100%;padding-left:16px;padding-right:16px;max-width:1200px}@media (min-width:992px){.ffz-container{padding-left:24px;padding-right:24px}}a{text-decoration:none}a,button{outline:0!important}.ffz-order--1{order:-1}.ffz-headline-text{font-size:25px}.ffz-secure-transaction{max-width:70%}@media (min-width:768px){.ffz-opt-in{max-width:80%}}@media (min-width:992px){.lg\:ffz-order-1{order:1}.ffz-secure-transaction{max-width:90%}}.ffz-amount-button{font-size:18px;padding-top:16px;padding-bottom:16px;border-radius:5px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;margin-top:12px;margin-bottom:12px;font-weight:700;line-height:1.5;cursor:pointer;width:30%;max-width:28%}.ffz-amount-button sup{font-size:14px}@media (min-width:768px){.ffz-amount-button{padding-top:24px;padding-bottom:24px;font-size:28px;max-width:30%}}.ffz-sticky-amounts .ffz-amount-button{margin-right:0}@media (min-width:992px){.ffz-sticky-amounts .ffz-amount-button{border-radius:5px;padding-top:8px;padding-bottom:8px;font-size:18px;font-weight:700;line-height:1.5;cursor:pointer;margin-top:8px;margin-bottom:16px;max-width:160px}}.ffz-sticky-amounts .ffz-amount-number{font-size:18px}.ffz-button-custom{text-align:center;line-height:1}[type=email].ffz-input,[type=number].ffz-input,[type=text].ffz-input{height:40px;border-width:1px;border-color:#ddd;font-size:16px;border-radius:5px;background-color:#fff;outline:0;padding-top:0;padding-bottom:0;padding-left:24px;margin-bottom:0;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);border:1px solid #ddd!important}[type=email].ffz-input:focus,[type=number].ffz-input:focus,[type=text].ffz-input:focus{box-shadow:0 0 5px #3f4449;transition:box-shadow .5s,border-color .25s ease-in-out}[type=email].ffz-input::-moz-placeholder,[type=number].ffz-input::-moz-placeholder,[type=text].ffz-input::-moz-placeholder{color:#7f7f7f;opacity:1}[type=email].ffz-input:-ms-input-placeholder,[type=number].ffz-input:-ms-input-placeholder,[type=text].ffz-input:-ms-input-placeholder{color:#7f7f7f;opacity:1}[type=email].ffz-input::-ms-input-placeholder,[type=number].ffz-input::-ms-input-placeholder,[type=text].ffz-input::-ms-input-placeholder{color:#7f7f7f;opacity:1}[type=email].ffz-input::placeholder,[type=number].ffz-input::placeholder,[type=text].ffz-input::placeholder{color:#7f7f7f;opacity:1}[type=email].ffz-input:disabled,[type=number].ffz-input:disabled,[type=text].ffz-input:disabled{background-color:#f3f0ee}.ffz-card-element{height:40px;border-width:1px;border-color:#ddd;border-radius:5px;font-size:16px;outline:0;padding-top:12px;padding-bottom:12px;padding-left:12px;margin-bottom:0;box-shadow:inset 0 1px 2px rgba(10,10,10,.1)}.ffz-card-element:focus{box-shadow:0 0 5px #3f4449;transition:box-shadow .5s,border-color .25s ease-in-out}select.ffz-select{height:40px;border-color:#ddd;font-size:16px;border-radius:5px;outline:0;padding:4px 4px 4px 12px;margin-bottom:0;background-color:#fff;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);border:1px solid #ddd!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url(../images/arrow.png?123)!important;background-repeat:no-repeat!important;background-position:95%!important;background-size:13px!important}select.ffz-select:focus{box-shadow:0 0 5px #3f4449;transition:box-shadow .5s,border-color .25s ease-in-out}select.ffz-select:disabled{background-color:#f3f0ee}textarea.ffz-textarea{border-width:1px;border-color:#ddd;border-radius:5px;outline:0;padding-left:24px;padding-top:16px;box-shadow:inset 0 1px 2px rgba(10,10,10,.1)}textarea.ffz-textarea:focus{box-shadow:0 0 5px #3f4449;transition:box-shadow .5s,border-color .25s ease-in-out}.ffz-container-amount{position:relative}.ffz-container-amount:before{font-weight:700;font-size:14px;content:"$";left:10px}.ffz-container-amount:before,.ffz-icon-field:before{position:absolute;top:50%;transform:translateY(-50%)}.ffz-icon-field:before{font-size:12px;color:#ddd;font-weight:900;font-family:Font Awesome\ 5 Free}.ffz-name-field:before{content:"\F007";left:8px}.ffz-email-field:before{content:"\F0E0";left:8px}.ffz-address-field:before{content:"\F276";left:12px}.ffz-state-active{display:block}[type=checkbox],[type=radio]{width:13px;height:13px;margin-bottom:0}[type=checkbox]+label,[type=radio]+label{vertical-align:middle}.ffz-radio{position:absolute;opacity:0}.ffz-radio+.ffz-label{position:relative;margin-left:0;margin-right:0;line-height:1;padding:0 20px}.ffz-radio+.ffz-label:before{content:"";border:1px solid #c9c9c9;background-color:#eee;border-radius:50%;width:16px;height:16px;display:inline-block;vertical-align:top;position:absolute;left:0;top:0;bottom:0;margin:auto}.ffz-radio:checked+.ffz-label:before,.ffz-radio:hover+.ffz-label:before{border:1px solid #c9c9c9}.ffz-radio:checked+.ffz-label:after{content:"";position:absolute;top:0;bottom:0;left:5px;margin:auto;background:#fff;width:6px;height:6px;border-radius:50%}.ffz-checkbox{position:absolute;opacity:0}.ffz-checkbox+.ffz-label{position:relative;padding:0;margin-left:0;margin-right:0;line-height:1}.ffz-checkbox+.ffz-label:before{content:"";border:1px solid #c9c9c9;display:inline-block;vertical-align:top;position:absolute;left:0;top:0}.ffz-checkbox:checked+.ffz-label:before,.ffz-checkbox:hover+.ffz-label:before{border:1px solid #c9c9c9}.ffz-checkbox:checked+.ffz-label:after{content:"";position:absolute;background:#fff;width:2px;height:2px;transform:rotate(45deg)}.ffz-checkbox.ffz-checkbox-big+.ffz-label{padding-left:32px}.ffz-checkbox.ffz-checkbox-big+.ffz-label:before{width:20px;height:20px}.ffz-checkbox.ffz-checkbox-big:checked+.ffz-label:after{left:5px;top:9px;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff}.ffz-checkbox.ffz-checkbox-medium+.ffz-label{padding-left:24px}.ffz-checkbox.ffz-checkbox-medium+.ffz-label:before{width:16px;height:16px}.ffz-checkbox.ffz-checkbox-medium:checked+.ffz-label:after{left:3px;top:7px;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -5px 0 #fff,4px -7px 0 #fff}.ffz-monthly-reminder+.ffz-label{font-size:14px}.ffz-monthly-reminder+.ffz-label strong{font-size:16px}.ffz-paypal-button,.ffz-paypal-button:hover{background:#ffc439}.ffz-paypal-button img{display:block;margin-left:auto;margin-right:auto;max-width:120px}.ffz-submit-button[disabled]{opacity:.5}.ffz-label-checkbox{color:#7f7f7f;font-size:14px;display:inline-block;font-weight:500;cursor:pointer;margin-left:4px;font-family:Helvetica,Arial,sans-serif;vertical-align:middle;margin-bottom:0}.ffz-checkbox:checked+.ffz-label:before,.ffz-label:hover:before,.ffz-radio:checked+.ffz-label:before{background-color:currentColor}.ffz-full-intro p{font-size:16px;line-height:1.5;margin-top:8px;margin-bottom:8px}.ffz-modaloverlay{top:0;right:0;bottom:0;left:0;position:fixed;height:100%;width:100%;z-index:999;overflow:auto;background-color:rgba(0,0,0,.8)}.ffz-popup{position:relative;background-color:#fff;border-radius:5px;width:100%;margin-left:auto;margin-right:auto;max-width:660px}@media (min-width:992px){.ffz-popup{margin-top:70px}}.ffz-close{top:16px;right:20px;z-index:2}.ffz-sticky-y{background-color:#fff;margin:16px auto;max-width:760px}@media (min-width:992px){.ffz-sticky-y{margin-top:0;margin-bottom:0;max-width:960px;transform:translate(-50%);z-index:9;left:50%;width:100%}}.ffz-sticky-y .ffz-sticky-content{padding:16px 28.8px}@media (min-width:768px){.ffz-sticky-y .ffz-sticky-content{padding:8px 12px}}@media (min-width:992px){.ffz-sticky-y .ffz-sticky-content{padding:24px 28.8px 16px}}@media (min-width:992px){.ffz-sticky-y .ffz-frequency-radio{font-size:16px;padding-top:12px;padding-bottom:12px}}@media (min-width:992px){.ffz-sticky-y .ffz-next{font-size:16px;padding-left:8px;padding-right:8px;margin-top:0;margin-bottom:0}.ffz-sticky-y .ffz-next span{font-size:16px}}.ffz-sticky-y .ffz-close{display:none;top:10px;right:5px}@media (min-width:992px){.ffz-sticky-y .ffz-close{display:block}}@media (min-width:992px){.ffz-sticky-y [type=number].ffz-input{height:100%}}.ffz-sticky-x{margin:16px auto;max-width:760px}@media (min-width:992px){.ffz-sticky-x{margin-top:0;margin-bottom:0;max-width:320px;top:50%;transform:translateY(-50%);z-index:9;width:100%}}.ffz-sticky-x .ffz-sticky-content{padding:16px 28.8px;background-color:#fff}@media (min-width:768px){.ffz-sticky-x .ffz-sticky-content{padding:8px 12px}}@media (min-width:992px){.ffz-sticky-x .ffz-sticky-content{padding:32px 12px 16px}}.ffz-sticky-x .ffz-close{display:none;top:10px}@media (min-width:992px){.ffz-sticky-x .ffz-close{display:block}}.ffz-thank-you-content p{margin-bottom:24px}.ffz-thank-you-content a{color:#00e;text-decoration:underline}.ffz-tooltip-text{z-index:1;bottom:125%;left:50%;transform:translate(-50%)}.ffz-tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.ffz-headline-size{font-size:40px}.ffz-smartystreets-warning{display:flex;height:54px;align-items:stretch;justify-content:center;color:#684f1d;background-color:#fff9c2;padding-left:35px;margin-bottom:16px;position:relative}.ffz-smartystreets-warning:before{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA3LjQ5NCA0MjYuMDY2TDI4Mi44NjQgNTMuNTM3YTMxLjM3MiAzMS4zNzIgMCAwMC01My43MyAwTDQuNTA2IDQyNi4wNjZhMzEuMzcgMzEuMzcgMCAwMDI2Ljg2NCA0Ny41NjloNDQ5LjI1OWEzMS4zNzIgMzEuMzcyIDAgMDAyNi44NjUtNDcuNTY5ek0yNTYuMTY3IDE2Ny4yMjdjMTIuOTAxIDAgMjMuODE3IDcuMjc4IDIzLjgxNyAyMC4xNzggMCAzOS4zNjMtNC42MzEgOTUuOTI5LTQuNjMxIDEzNS4yOTIgMCAxMC4yNTUtMTEuMjQ3IDE0LjU1NC0xOS4xODYgMTQuNTU0LTEwLjU4NCAwLTE5LjUxNi00LjMtMTkuNTE2LTE0LjU1NCAwLTM5LjM2My00LjYzLTk1LjkyOS00LjYzLTEzNS4yOTIgMC0xMi45IDEwLjU4NC0yMC4xNzggMjQuMTQ2LTIwLjE3OHptLjMzMSAyNDMuNzkxYy0xNC41NTQgMC0yNS40NzEtMTEuOTA4LTI1LjQ3MS0yNS40NyAwLTEzLjg5MyAxMC45MTYtMjUuNDcgMjUuNDcxLTI1LjQ3IDEzLjU2MiAwIDI1LjE0IDExLjU3NyAyNS4xNCAyNS40NyAwIDEzLjU2Mi0xMS41NzggMjUuNDctMjUuMTQgMjUuNDd6IiBmaWxsPSIjNjg0ZjFkIi8+PC9zdmc+");background-repeat:no-repeat;background-position:50%;background-size:contain;width:20px;height:20px;position:absolute;top:18px;left:18px}.ffz-smartystreets-message{display:flex;align-items:center;padding-left:16px;width:60%;border-right:2px solid #fff}.ffz-warning-close{display:flex;align-items:center;flex-grow:1;justify-content:center;text-decoration:underline;cursor:pointer;padding:4px;text-align:center}@media (min-width:768px){.ffz-smartystreets-message{width:80%}}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */.fa-apple-pay:before{content:"\F415"}.fa-edit:before{content:"\F044"}.fa-envelope:before{content:"\F0E0"}.fa-lock:before{content:"\F023"}.fa-phone:before{content:"\F095"}.fa-spinner:before{content:"\F110"}.fa-times-circle:before{content:"\F057"}.fa-user-times:before{content:"\F235"}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fas{font-family:Font Awesome\ 5 Free;font-weight:900}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}.ffz-bg-black{background-color:#000}.ffz-bg-white{background-color:#fff}.ffz-bg-gray-600{background-color:#555}.ffz-bg-red-600{background-color:#cf2828}.hover\:ffz-bg-gray-700:hover{background-color:#333232}.ffz-border-gray-300{border-color:#ddd}.ffz-border-gray-400{border-color:#7f7f7f}.ffz-border-gray-700{border-color:#333232}.ffz-rounded-none{border-radius:0}.ffz-rounded{border-radius:5px}.ffz-rounded-lg{border-radius:35px}.ffz-rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.ffz-rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.ffz-border-solid{border-style:solid}.ffz-border-2{border-width:2px}.ffz-border{border-width:1px}.ffz-cursor-pointer{cursor:pointer}.ffz-cursor-not-allowed{cursor:not-allowed}.ffz-block{display:block}.ffz-inline-block{display:inline-block}.ffz-inline{display:inline}.ffz-flex{display:flex}.ffz-table{display:table}.ffz-table-cell{display:table-cell}.ffz-table-row{display:table-row}.ffz-hidden{display:none}.ffz-flex-row{flex-direction:row}.ffz-flex-col{flex-direction:column}.ffz-flex-wrap{flex-wrap:wrap}.ffz-items-start{align-items:flex-start}.ffz-items-center{align-items:center}.ffz-justify-start{justify-content:flex-start}.ffz-justify-end{justify-content:flex-end}.ffz-justify-center{justify-content:center}.ffz-justify-between{justify-content:space-between}.ffz-justify-around{justify-content:space-around}.ffz-order-1{order:1}.ffz-float-left{float:left}.ffz-clearfix:after{content:"";display:table;clear:both}.ffz-font-sans{font-family:Helvetica,Arial,sans-serif}.ffz-font-normal{font-weight:400}.ffz-font-medium{font-weight:500}.ffz-font-semibold{font-weight:600}.ffz-font-bold,.hover\:ffz-font-bold:hover{font-weight:700}.ffz-h-full{height:100%}.ffz-h-screen{height:100vh}.ffz-text-mini{font-size:9px}.ffz-text-xs{font-size:11px}.ffz-text-sm{font-size:12px}.ffz-text-base{font-size:14px}.ffz-text-lg{font-size:16px}.ffz-text-xl{font-size:18px}.ffz-text-2xl{font-size:20px}.ffz-text-2-8xl{font-size:28px}.ffz-leading-none{line-height:1}.ffz-leading-tight{line-height:1.25}.ffz-leading-normal{line-height:1.5}.ffz-leading-relaxed{line-height:1.625}.ffz-list-none{list-style-type:none}.ffz-m-0{margin:0}.ffz-m-auto{margin:auto}.ffz-my-1{margin-top:4px;margin-bottom:4px}.ffz-mx-1{margin-left:4px;margin-right:4px}.ffz-my-2{margin-top:8px;margin-bottom:8px}.ffz-mx-2{margin-left:8px;margin-right:8px}.ffz-my-3{margin-top:12px;margin-bottom:12px}.ffz-my-4{margin-top:16px;margin-bottom:16px}.ffz-mx-4{margin-left:16px;margin-right:16px}.ffz-mx-auto{margin-left:auto;margin-right:auto}.ffz-mt-0{margin-top:0}.ffz-mb-0{margin-bottom:0}.ffz-mt-1{margin-top:4px}.ffz-mb-1{margin-bottom:4px}.ffz-ml-1{margin-left:4px}.ffz-mt-2{margin-top:8px}.ffz-mr-2{margin-right:8px}.ffz-mb-2{margin-bottom:8px}.ffz-mt-3{margin-top:12px}.ffz-mb-3{margin-bottom:12px}.ffz-mt-4{margin-top:16px}.ffz-mb-4{margin-bottom:16px}.ffz-mt-5{margin-top:20px}.ffz-mb-5{margin-bottom:20px}.ffz-mt-6{margin-top:24px}.ffz-mb-8{margin-bottom:32px}.ffz--mt-30{margin-top:-120px}.ffz-max-w-full{max-width:100%}.ffz-opacity-50{opacity:.5}.ffz-overflow-hidden{overflow:hidden}.ffz-overflow-x-hidden{overflow-x:hidden}.ffz-overflow-y-scroll{overflow-y:scroll}.ffz-p-0{padding:0}.ffz-p-1{padding:4px}.ffz-p-2{padding:8px}.ffz-p-3{padding:12px}.ffz-p-4{padding:16px}.ffz-p-6{padding:24px}.ffz-py-0{padding-top:0;padding-bottom:0}.ffz-px-0{padding-left:0;padding-right:0}.ffz-py-1{padding-top:4px;padding-bottom:4px}.ffz-px-1{padding-left:4px;padding-right:4px}.ffz-py-2{padding-top:8px;padding-bottom:8px}.ffz-px-2{padding-left:8px;padding-right:8px}.ffz-py-3{padding-top:12px;padding-bottom:12px}.ffz-px-3{padding-left:12px;padding-right:12px}.ffz-py-4{padding-top:16px;padding-bottom:16px}.ffz-px-4{padding-left:16px;padding-right:16px}.ffz-py-5{padding-top:20px;padding-bottom:20px}.ffz-px-5{padding-left:20px;padding-right:20px}.ffz-py-6{padding-top:24px;padding-bottom:24px}.ffz-px-6{padding-left:24px;padding-right:24px}.ffz-px-7{padding-left:28.8px;padding-right:28.8px}.ffz-py-9{padding-top:36px;padding-bottom:36px}.ffz-py-10{padding-top:40px;padding-bottom:40px}.ffz-pt-1{padding-top:4px}.ffz-pt-2{padding-top:8px}.ffz-pr-2{padding-right:8px}.ffz-pt-3{padding-top:12px}.ffz-pb-3{padding-bottom:12px}.ffz-pt-4{padding-top:16px}.ffz-pb-4{padding-bottom:16px}.ffz-pt-5{padding-top:20px}.ffz-pb-5{padding-bottom:20px}.ffz-pt-10{padding-top:40px}.ffz-pb-24{padding-bottom:96px}.ffz-pb-37{padding-bottom:150px}.ffz-static{position:static}.ffz-fixed{position:fixed}.ffz-absolute{position:absolute}.ffz-relative{position:relative}.ffz-inset-x-0{right:0;left:0}.ffz-top-0{top:0}.ffz-right-0{right:0}.ffz-left-0{left:0}.ffz-shadow{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.ffz-shadow-md{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.12)}.ffz-text-left{text-align:left}.ffz-text-center{text-align:center}.ffz-text-black{color:#000}.ffz-text-white{color:#fff}.ffz-text-gray-400{color:#7f7f7f}.ffz-text-gray-500{color:#606060}.ffz-text-gray-700{color:#333232}.ffz-text-red-500{color:#da3027}.hover\:ffz-text-white:hover{color:#fff}.hover\:ffz-text-gray-500:hover{color:#606060}.hover\:ffz-text-red-500:hover{color:#da3027}.hover\:ffz-text-green-500:hover{color:#69ba57}.ffz-align-middle{vertical-align:middle}.ffz-w-auto{width:auto}.ffz-w-1\/2{width:50%}.ffz-w-1\/3{width:33.333333%}.ffz-w-2\/3{width:66.666667%}.ffz-w-1\/4{width:25%}.ffz-w-3\/4{width:75%}.ffz-w-2\/5{width:40%}.ffz-w-3\/5{width:60%}.ffz-w-full{width:100%}.ffz-z-10{z-index:10}.ffz-z-50{z-index:50}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.ffz-wysiwyg-content p{line-height:1.5;margin-bottom:12px}.ffz-wysiwyg-content .alignnone{margin:5px 20px 20px 0}.ffz-wysiwyg-content .aligncenter{display:block!important;margin:5px auto}.ffz-wysiwyg-content .alignright{float:right;margin:5px 0 20px 20px}.ffz-wysiwyg-content .alignleft{float:left;margin:5px 20px 20px 0}.ffz-wysiwyg-content .wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.ffz-wysiwyg-content .wp-caption .alignleft,.ffz-wysiwyg-content .wp-caption .alignnone{margin:5px 20px 20px 0}.ffz-wysiwyg-content .wp-caption .alignright{margin:5px 0 20px 20px}.ffz-wysiwyg-content .wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.ffz-wysiwyg-content .wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.ffz-wp-lightbox p{font-size:14px;color:#606060}.body-ffz-open{overflow-y:hidden;width:100%;position:fixed}@media (min-width:768px){.body-ffz-open{position:static}}html.ffz-boxes-bg,html.ffz-boxes-bg body,html.ffz-full-form,html.ffz-full-form body{height:100%}.ffz-button:disabled,.ffz-button[disabled]{border:1px solid #999;background:#ccc;color:#666;cursor:disabled}@media (min-width:576px){.sm\:ffz-block{display:block}.sm\:ffz-ml-4{margin-left:16px}.sm\:ffz-w-1\/5{width:20%}.sm\:ffz-w-4\/5{width:80%}}@media (min-width:768px){.md\:ffz-text-xl{font-size:18px}.md\:ffz-text-2xl{font-size:20px}.md\:ffz-text-2-8xl{font-size:28px}.md\:ffz-mx-8{margin-left:32px;margin-right:32px}.md\:ffz-mr-4{margin-right:16px}.md\:ffz-max-w-full{max-width:100%}.md\:ffz-py-4{padding-top:16px;padding-bottom:16px}.md\:ffz-px-7{padding-left:28.8px;padding-right:28.8px}.md\:ffz-px-8{padding-left:32px;padding-right:32px}.md\:ffz-px-9{padding-left:36px;padding-right:36px}.md\:ffz-text-center{text-align:center}.md\:ffz-w-1\/2{width:50%}.md\:ffz-w-3\/5{width:60%}}@media (min-width:992px){.lg\:ffz-block{display:block}.lg\:ffz-hidden{display:none}.lg\:ffz-flex-row-reverse{flex-direction:row-reverse}.lg\:ffz-order-1{order:1}.lg\:ffz--mt-30{margin-top:-120px}.lg\:ffz-px-3{padding-left:12px;padding-right:12px}.lg\:ffz-px-4{padding-left:16px;padding-right:16px}.lg\:ffz-pb-37{padding-bottom:150px}.lg\:ffz-fixed{position:fixed}.lg\:ffz-shadow-md{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.12)}.lg\:ffz-w-2\/5{width:40%}.lg\:ffz-w-3\/5{width:60%}}@media (min-width:1200px){.xl\:ffz-flex-row-reverse{flex-direction:row-reverse}.xl\:ffz-px-0{padding-left:0;padding-right:0}.xl\:ffz-pl-12{padding-left:48px}.xl\:ffz-text-left{text-align:left}.xl\:ffz-w-1\/2{width:50%}}