.sbf-card{display:flex;flex-direction:column;height:100%;color:var(--sbf-card-text, var(--sbf-palette-black));position:relative;background-color:var(--sbf-card-bg, var(--sbf-palette-white));border-radius:var(--sbf-border-radius-4);box-shadow:0 0 10px 0 rgba(53,53,53,.1)}.sbf-card[data-card-theme=green-accent]{--sbf-card-accent: var(--sbf-palette-green-700);--sbf-card-bg: var(--sbf-palette-green-300);--sbf-card-text: inherit}.sbf-card[data-card-theme=blue-accent]{--sbf-card-accent: var(--sbf-palette-blue-500);--sbf-card-bg: var(--sbf-palette-blue-200);--sbf-card-text: inherit}.sbf-card[data-card-theme=pink-accent]{--sbf-card-accent: var(--sbf-palette-pink-400);--sbf-card-bg: var(--sbf-palette-pink-200);--sbf-card-text: inherit}.sbf-card[data-card-theme=purple-accent]{--sbf-card-accent: var(--sbf-palette-purple-400);--sbf-card-bg: var(--sbf-palette-purple-200);--sbf-card-text: inherit}.sbf-card[data-card-theme=yellow-accent]{--sbf-card-accent: var(--sbf-palette-yellow-300);--sbf-card-bg: var(--sbf-palette-yellow-200);--sbf-card-text: inherit}.sbf-card[data-card-theme=white-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-white);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=gray-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-gray-100);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=green-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-green-400);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=green-light-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-green-300);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=green-dark-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-green-700);--sbf-card-text: var(--sbf-palette-white)}.sbf-card[data-card-theme=blue-light-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-blue-200);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=blue-dark-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-blue-500);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=pink-light-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-pink-200);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=pink-dark-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-pink-400);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=purple-light-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-purple-200);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=purple-dark-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-purple-400);--sbf-card-text: var(--sbf-palette-white)}.sbf-card[data-card-theme=yellow-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-yellow-200);--sbf-card-text: var(--sbf-palette-black)}.sbf-card[data-card-theme=orange-solid]{--sbf-card-accent: none;--sbf-card-bg: var(--sbf-palette-orange-200);--sbf-card-text: var(--sbf-palette-black)}.sbf-card:is(figure){margin:0}.sbf-card .sbf-card__image{height:12.5rem;min-height:12.5rem;position:relative}.sbf-card .sbf-card__image--large{height:12.5rem;min-height:12.5rem}@media(min-width: 900px){.sbf-card .sbf-card__image--large{height:15.5rem;min-height:15.5rem}}.sbf-card .sbf-card__image>.sbf-ce-section{height:100%;width:100%}.sbf-card .sbf-card__image img:not(.sbf-card__image--avatar){height:100%;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:var(--sbf-border-radius-4) var(--sbf-border-radius-4) 0 0}.sbf-card .sbf-card__image img.sbf-card__image--avatar{position:absolute;z-index:1;left:24px;bottom:-40px;border:solid var(--sbf-border-width-5) var(--sbf-palette-white);border-radius:var(--sbf-border-radius-round);width:100px;height:100px;aspect-ratio:1/1}@media(min-width: 480px){.sbf-card .sbf-card__image img.sbf-card__image--avatar{width:80px;height:80px}}.sbf-card .sbf-card__icon{height:48px;width:48px}.sbf-card .sbf-card__icon--small{height:26px;width:26px}.sbf-card .sbf-card__image-bg{display:flex;align-items:center;align-self:center;justify-content:center;height:160px;width:160px;border:solid var(--sbf-border-width-2) var(--sbf-palette-white);border-radius:var(--sbf-border-radius-round);position:absolute;z-index:2}.sbf-card .sbf-card__icon-bg{display:flex;align-items:center;align-self:center;justify-content:center;height:72px;width:72px;border-radius:var(--sbf-border-radius-round);position:absolute;top:-40px;z-index:2}.sbf-card .sbf-card__icon-bg--pink{background-color:var(--sbf-palette-pink-400);border:solid var(--sbf-border-width-3) var(--sbf-palette-pink-300)}.sbf-card .sbf-card__icon-bg--blue{background-color:var(--sbf-palette-blue-500);border:solid var(--sbf-border-width-3) var(--sbf-palette-blue-400)}.sbf-card .sbf-card__icon-bg--green{background-color:var(--sbf-palette-green-700);border:solid var(--sbf-border-width-3) var(--sbf-palette-green-500)}.sbf-card .sbf-card__icon-bg--yellow{background-color:var(--sbf-palette-gold-300);border:solid var(--sbf-border-width-3) var(--sbf-palette-yellow-300)}.sbf-card .sbf-card__icon-bg--purple{background-color:var(--sbf-palette-purple-400);border:solid var(--sbf-border-width-3) var(--sbf-palette-purple-300)}.sbf-card .sbf-card__image-container,.sbf-card .sbf-card__icon-container{display:flex;justify-content:center}.sbf-card hr{background:#d8d8d8;margin:8px 0 24px 0;border-color:rgba(0,0,0,0);border-width:var(--sbf-border-width-1)}.sbf-card:has(.sbf-card__icon-container){gap:var(--sbf-space-20)}.sbf-card:has(.sbf-card__image-container){gap:var(--sbf-space-80)}.sbf-card .sbf-card__body{display:flex;flex-direction:column;flex:auto;padding:var(--sbf-space-28);background-color:inherit}.sbf-card .sbf-card__body figure{margin:0}.sbf-card .sbf-card__body:has(.sbf-card__icon),.sbf-card .sbf-card__body:has(.sbf-card__button),.sbf-card .sbf-card__body:has(.sbf-card__link),.sbf-card .sbf-card__body:has(cite){gap:var(--sbf-space-20)}.sbf-card .sbf-card__image+.sbf-card__body{border:solid var(--sbf-border-width-1) var(--sbf-palette-gray-300);border-top:none;padding:var(--sbf-space-28);border-radius:0 0 var(--sbf-border-radius-4) var(--sbf-border-radius-4)}.sbf-card .sbf-card__image+.sbf-card__body figure{display:flex;flex-direction:column;flex:auto;gap:var(--sbf-space-24)}.sbf-card .sbf-card__image+.sbf-card__body:has(figure){padding-top:var(--sbf-space-48)}@media(min-width: 480px){.sbf-card .sbf-card__image+.sbf-card__body:has(figure){padding-top:var(--sbf-space-60)}}.sbf-card a:not(.sbf-button,.sbf-card__button){color:#005595;text-decoration:underline;font-weight:var(--sbf-font-weight-700)}.sbf-card a:not(.sbf-button,.sbf-card__button):hover{color:#002949}.sbf-card a:not(.sbf-button,.sbf-card__button):active{color:#002949}.sbf-card a:not(.sbf-button,.sbf-card__button) svg{height:16px;width:16px;margin:0 0 0 8px;vertical-align:middle}.sbf-card .sbf-form{margin:8px 0}.sbf-card .inline-input{font-family:var(--sbf-font-family-sans);font-size:1em;font-weight:normal;line-height:normal;display:inline-block;position:relative;margin:0 12px 0 0;padding:12px 0;cursor:text;margin:0;width:100%}.sbf-card .inline-input input,.sbf-card .inline-input textarea,.sbf-card .inline-input select{width:100%;padding:1em 1em;font-size:1em;font-family:var(--sbf-font-family-sans);color:var(--sbf-palette-black);border-radius:var(--sbf-border-radius-4);background:var(--sbf-palette-white);border:1px solid var(--sbf-palette-gray-400);box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.sbf-card .inline-input input[type=number],.sbf-card .inline-input textarea[type=number],.sbf-card .inline-input select[type=number]{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.sbf-card .inline-input input[type=number]::-webkit-inner-spin-button,.sbf-card .inline-input input[type=number]::-webkit-outer-spin-button,.sbf-card .inline-input textarea[type=number]::-webkit-inner-spin-button,.sbf-card .inline-input textarea[type=number]::-webkit-outer-spin-button,.sbf-card .inline-input select[type=number]::-webkit-inner-spin-button,.sbf-card .inline-input select[type=number]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.sbf-card .inline-input input:focus,.sbf-card .inline-input textarea:focus,.sbf-card .inline-input select:focus{outline:solid var(--sbf-border-width-2) var(--sbf-state-focus);outline-offset:var(--sbf-border-width-2)}.sbf-card .inline-input select{background:url(/fa/min/icons/select-dropdown-arrow.svg?f6aee38e839459819831.svg) no-repeat right 1rem center;background-size:.6rem auto;background-color:var(--sbf-palette-white);cursor:pointer}.sbf-card .inline-input input,.sbf-card .inline-input select{min-height:54px;height:54px}.sbf-card .inline-input label{font-size:inherit;position:absolute;text-overflow:ellipsis;white-space:nowrap;z-index:1;top:1.75em;left:1em;cursor:text;transition:transform .2s ease-out;transform:scale(0.8) translate(-1em, -3em);transform-origin:left;pointer-events:none}.sbf-card .inline-input.empty label{transform:none;color:var(--sbf-palette-gray-500)}.sbf-card .inline-input.currency-usd input{padding:10px 63px 10px 30px}.sbf-card .inline-input.currency-usd input::-webkit-input-placeholder{color:var(--sbf-palette-blue-500)}.sbf-card .inline-input.currency-usd input::-moz-placeholder{color:var(--sbf-palette-blue-500)}.sbf-card .inline-input.currency-usd input:-ms-input-placeholder{color:var(--sbf-palette-blue-500)}.sbf-card .inline-input.currency-usd input:-moz-placeholder{color:var(--sbf-palette-blue-500)}.sbf-card .inline-input.currency-usd label{padding-left:0}.sbf-card .inline-input.empty.currency-usd label{padding-left:.4em}.sbf-card .inline-input.invalid input,.sbf-card .inline-input.invalid select{border:1px solid var(--sbf-palette-red-200)}.sbf-card .inline-input.invalid.empty label{color:var(--sbf-palette-red-200);padding-left:24px}.sbf-card .inline-input.invalid.empty label::before{position:absolute;display:block;content:"!";left:2px;background-color:var(--sbf-palette-red-200);color:var(--sbf-palette-white);line-height:15px;width:15px;border-radius:var(--sbf-border-radius-round);font-weight:var(--sbf-font-weight-700);top:3px;font-size:12px;text-align:center}.sbf-card .inline-input .email-checker{position:absolute;left:0;right:0;font-size:14px;z-index:1002;background-color:#fff;margin-top:4px;display:flex;white-space:nowrap;line-height:1.45}.sbf-card .inline-input .email-checker__label{display:flex;overflow:hidden}.sbf-card .inline-input .email-checker__result{cursor:pointer;text-overflow:ellipsis;overflow:hidden;direction:rtl;margin-left:.2em;padding:0;font-weight:var(--sbf-font-weight-600);text-decoration:underline}.sbf-card .inline-input .email-checker__result:focus-visible{outline-offset:-2px}.sbf-card .inline-input .email-checker__close{cursor:pointer;margin-left:3px;height:14px;display:inline-block;margin-top:2px;padding:0}.sbf-card .inline-input .icon{color:var(--sbf-palette-gray-500)}.sbf-card .inline-input ::-webkit-input-placeholder{color:var(--sbf-palette-gray-500)}.sbf-card .inline-input :-moz-placeholder{color:var(--sbf-palette-gray-500)}.sbf-card .inline-input ::-moz-placeholder{color:var(--sbf-palette-gray-500)}.sbf-card .inline-input :-ms-input-placeholder{color:var(--sbf-palette-gray-500)}.sbf-card .inline-input .inline-input__button{background:rgba(0,0,0,0) none;border:0 none;position:absolute;top:18px;right:0;width:50px;height:50px;outline:0 none}.sbf-card .inline-input .inline-input__button .inline-input__button-search-icon{width:17px;height:17px}.sbf-card .sbf-card__button{background-color:#005595;border-color:#005595;border-radius:var(--sbf-border-radius-4);color:#fff;font-family:var(--sbf-font-family-sans);font-weight:var(--sbf-font-weight-700);border-width:var(--sbf-border-width-2);border-style:solid;cursor:pointer;display:inline-block;margin-bottom:10px;text-decoration:none;transition:background 50ms linear,border-color 50ms linear,color 50ms linear,opacity 50ms linear;white-space:nowrap;z-index:2;letter-spacing:-0.005em;text-align:center;padding:16px;font-size:var(--sbf-font-size-18);min-width:200px;line-height:1.15em;text-align:center;text-decoration:none}.sbf-card .sbf-card__button:hover,.sbf-card .sbf-card__button:focus{color:#f5f5f5;border-bottom-width:var(--sbf-border-width-2);border-color:#003862;background-color:#003862}.sbf-card .sbf-card__button:focus{outline:solid var(--sbf-border-width-2) var(--sbf-state-focus);outline-offset:var(--sbf-border-width-2)}.sbf-card .sbf-card__button.disabled,.sbf-card .sbf-card__button[disabled]{opacity:var(--sbf-opacity-50);pointer-events:none}.sbf-card .sbf-card__button.disabled:hover,.sbf-card .sbf-card__button.disabled:focus,.sbf-card .sbf-card__button[disabled]:hover,.sbf-card .sbf-card__button[disabled]:focus{color:#fff;border-bottom-width:var(--sbf-border-width-2);border-color:#005595;background-color:#005595}.sbf-card .sbf-card__button--small{padding:12px;font-size:var(--sbf-font-size-16);line-height:var(--sbf-line-height-sm)}.sbf-card .sbf-card__button--blue{background-color:var(--sbf-palette-blue-500);border-color:var(--sbf-palette-blue-500)}.sbf-card .sbf-card__button--blue:hover,.sbf-card .sbf-card__button--blue:focus{background-color:#003862;border-color:#003862}.sbf-card .sbf-card__button--orange{background-color:var(--sbf-palette-orange-500);border-color:var(--sbf-palette-orange-500)}.sbf-card .sbf-card__button--orange:hover,.sbf-card .sbf-card__button--orange:focus{background-color:#963c00;border-color:#963c00}.sbf-card .sbf-card__button--green{background-color:var(--sbf-palette-green-700);border-color:var(--sbf-palette-green-700)}.sbf-card .sbf-card__button--green:hover,.sbf-card .sbf-card__button--green:focus{background-color:#114326;border-color:#114326}.sbf-card .sbf-card__button--brown{background-color:var(--sbf-palette-brown-200);border-color:var(--sbf-palette-brown-200)}.sbf-card .sbf-card__button--brown:hover,.sbf-card .sbf-card__button--brown:focus{background-color:#6c2e20;border-color:#6c2e20}.sbf-card .sbf-card__button--light-yellow{background-color:var(--sbf-palette-yellow-200);border-color:var(--sbf-palette-yellow-200);color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--light-yellow:hover,.sbf-card .sbf-card__button--light-yellow:focus{background-color:#efc53f;border-color:#efc53f;color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--light-green{background-color:var(--sbf-palette-green-400);border-color:var(--sbf-palette-green-400);color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--light-green:hover,.sbf-card .sbf-card__button--light-green:focus{background-color:#7aae3e;border-color:#7aae3e;color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--light-blue{background-color:var(--sbf-palette-blue-200);border-color:var(--sbf-palette-blue-200);color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--light-blue:hover,.sbf-card .sbf-card__button--light-blue:focus{background-color:#9acaff;border-color:#9acaff;color:var(--sbf-palette-black)}.sbf-card .sbf-card__button--dark-pink{background-color:var(--sbf-palette-pink-400);border-color:var(--sbf-palette-pink-400)}.sbf-card .sbf-card__button--dark-pink:hover,.sbf-card .sbf-card__button--dark-pink:focus{background-color:#591a33;border-color:#591a33}.sbf-card .sbf-card__button--purple{background-color:var(--sbf-palette-purple-400);border-color:var(--sbf-palette-purple-400)}.sbf-card .sbf-card__button--purple:hover,.sbf-card .sbf-card__button--purple:focus{background-color:#35163d;border-color:#35163d}.sbf-card .sbf-card__content{display:flex;flex-direction:column;gap:var(--sbf-space-8);flex-grow:1;text-align:center}.sbf-card .sbf-card__content--align-left{text-align:left}.sbf-card .sbf-card__heading{margin-top:0;margin-bottom:24px;font-size:1.5em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.015em;font-weight:700;text-wrap:balance}.sbf-card .sbf-card__tag,.sbf-card .sbf-card__copy{font-size:1em;line-height:1.375;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:normal}.sbf-card .sbf-card__button,.sbf-card .sbf-card__heading,.sbf-card .sbf-card__tag,.sbf-card .sbf-card__copy,.sbf-card .sbf-card__copy--serif,.sbf-card .sbf-card__copy--quote-sans,.sbf-card .sbf-card__copy--quote-serif,.sbf-card blockquote{margin:0}.sbf-card .sbf-card__copy--quote-sans{font-size:1.125em;line-height:1.3333333333;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.01em;font-style:italic}@media(min-width: 760px){.sbf-card .sbf-card__copy--quote-sans{font-size:1.5em;line-height:1.25;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.01em;font-style:italic}}.sbf-card .sbf-card__copy--serif{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.005em}.sbf-card .sbf-card__copy--quote-serif{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.01em;font-style:italic}@media(min-width: 760px){.sbf-card .sbf-card__copy--quote-serif{font-size:1.5em;line-height:1.25;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.005em;font-style:italic}}.sbf-card .sbf-card__heading{text-wrap:balance}.sbf-card .sbf-card__address{font-style:normal}.sbf-card .sbf-card__footer:has(.sbf-card__button):has(.sbf-card__link){display:flex;flex-direction:column;align-items:flex-start;gap:var(--sbf-space-16)}@media(min-width: 900px){.sbf-card .sbf-card__footer:has(.sbf-card__button):has(.sbf-card__link){flex-direction:row;align-items:center;gap:var(--sbf-space-20)}}.sbf-card .sbf-card__footer:is(cite) .sbf-card__heading{margin:0;font-size:1.125em;line-height:1.3333333333;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.008em;font-weight:700}@media(min-width: 760px){.sbf-card .sbf-card__footer:is(cite) .sbf-card__heading{margin:0;font-size:1.5em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.015em;font-weight:700}}.sbf-card .sbf-card__footer:is(cite) .sbf-card__copy{font-size:.875em;line-height:1.2857142857;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0}.sbf-card .sbf-card__section{margin:0 0 12px 0}.sbf-card .sbf-card__section .sbf-card__section-heading{margin:0 0 4px 0;font-size:1.125em;line-height:1.3333333333;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.008em;font-weight:700;display:flex;align-items:center;gap:var(--sbf-space-8)}.sbf-card .sbf-card__section .sbf-card__section-heading>.sbf-card__icon{width:14px;height:20px}.sbf-card .sbf-card__section .sbf-card__section-copy{font-size:1em;line-height:1.375;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:normal}.sbf-card .sbf-card__section .sbf-card__address,.sbf-card .sbf-card__section .sbf-card__section-copy{margin:0}.sbf-card .sbf-card__section .sbf-card__address,.sbf-card .sbf-card__section .sbf-card__section-copy{padding:0 0 0 24px}.sbf-card:not(:has(.sbf-card__image)) .sbf-card__body{border-radius:var(--sbf-border-radius-4)}.sbf-card--bg-transparent{box-shadow:none}.sbf-card--bg-transparent .sbf-card__image img{border-radius:var(--sbf-border-radius-4)}.sbf-card--bg-transparent .sbf-card__image+.sbf-card__body{background-color:rgba(0,0,0,0);border-style:none none solid none;border-width:0 0 1px 0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--sbf-palette-gray-300) rgba(0,0,0,0);border-radius:0;padding:16px 0 24px 0}@media(min-width: 480px){.sbf-card--bg-transparent .sbf-card__image+.sbf-card__body{padding:20px 0 28px 0}}.sbf-card--has-light-bg .sbf-card__body{color:var(--sbf-palette-black)}.sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button),.sbf-card--has-light-bg .sbf-card__link{color:#353535}.sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button):hover,.sbf-card--has-light-bg .sbf-card__link:hover{color:#0f0f0f}.sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button):active,.sbf-card--has-light-bg .sbf-card__link:active{color:#0f0f0f}.sbf-card--has-dark-bg .sbf-card__body{color:var(--sbf-palette-white)}.sbf-card--has-dark-bg .sbf-card__link{color:#fff}.sbf-card--has-dark-bg .sbf-card__link:hover{color:#d9d9d9}.sbf-card--has-dark-bg .sbf-card__link:active{color:#d9d9d9}.sbf-card-grid{display:grid;grid-template-columns:1fr;align-items:stretch}.sbf-card-grid .sbf-card-grid__item{grid-column:auto/span 1;margin:0;width:auto}@media(min-width: 480px)and (max-width: 760px){.sbf-card-grid .sbf-card-grid__item{max-width:360px;margin:0 auto}}@media(min-width: 600px){.sbf-card-grid--two{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 760px){.sbf-card-grid--three{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1080px){.sbf-card-grid--three{grid-template-columns:repeat(3, 1fr)}}.sbf-card-grid--four{grid-gap:var(--sbf-space-20)}@media(min-width: 760px){.sbf-card-grid--four{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1080px){.sbf-card-grid--four{grid-template-columns:repeat(auto-fit, minmax(245px, 1fr))}}.sbf-card-grid--gap-small{gap:var(--sbf-space-16)}.sbf-card-grid--gap-medium{gap:var(--sbf-space-24)}.sbf-card-grid--gap-large{gap:var(--sbf-space-32)}.sbf-card-grid--gap-xlarge{gap:var(--sbf-space-36)}.sbf-card-grid--gap-xxlarge{gap:var(--sbf-space-48)}.sbf-card-grid--row-gap-medium{row-gap:var(--sbf-space-24)}.sbf-card-grid--row-gap-xxlarge{row-gap:var(--sbf-space-64)}.sbf-card-grid--row-gap-xxxlarge{row-gap:var(--sbf-space-104)}ul{list-style-type:none;margin:0}header{margin:0}main a{color:#005595;text-decoration:underline;font-weight:600}main a:hover{color:#002949}main a:active{color:#002949}main .sbf-button--green{background-color:#93c45b;border-color:#93c45b;border-radius:var(--sbf-border-radius-4);color:#353535;font-family:var(--sbf-font-family-sans);font-weight:var(--sbf-font-weight-700);border-width:var(--sbf-border-width-2);border-style:solid;cursor:pointer;display:inline-block;margin-bottom:10px;text-decoration:none;transition:background 50ms linear,border-color 50ms linear,color 50ms linear,opacity 50ms linear;white-space:nowrap;z-index:2;letter-spacing:-0.005em;text-align:center;padding:16px;font-size:var(--sbf-font-size-18);min-width:200px;line-height:1.15em}main .sbf-button--green:hover,main .sbf-button--green:focus{color:#353535;border-bottom-width:var(--sbf-border-width-2);border-color:#7aae3e;background-color:#7aae3e}main .sbf-button--green:focus{outline:solid var(--sbf-border-width-2) var(--sbf-state-focus);outline-offset:var(--sbf-border-width-2)}main .sbf-button--green.disabled,main .sbf-button--green[disabled]{opacity:var(--sbf-opacity-50);pointer-events:none}main .sbf-button--green.disabled:hover,main .sbf-button--green.disabled:focus,main .sbf-button--green[disabled]:hover,main .sbf-button--green[disabled]:focus{color:#353535;border-bottom-width:var(--sbf-border-width-2);border-color:#93c45b;background-color:#93c45b}.section-impact .sbf-ce-section,.section-donation .sbf-ce-section{outline:#353535 dotted 1px !important}.section-container{max-width:1200px;margin:0 auto}.photo-caption .sbf-ce-section{outline:#353535 dotted 1px !important}.photo-caption span{font-size:.875em;line-height:1.2857142857;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.01em;display:block;background-color:#f5f5f5;width:100%;text-align:center;padding:8px 16px;margin:0}@media(min-width: 760px){.photo-caption span{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.005em;position:absolute;bottom:0;right:0;width:unset;text-align:left;border-radius:4px 0 0 0;padding:12px 20px}}.photo-caption--section-quote span{left:0;right:unset;border-radius:0 4px 0 0}@media(min-width: 1080px){.photo-caption--section-quote span{left:unset;right:0;border-radius:4px 0 0 0}}.section-hero{background-image:url(/fa/min/giving_tuesday/section-hero-bg.jpg?3d810b2c88e1590dea76.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;padding:60px 16px}@media(min-width: 760px){.section-hero{padding:100px 16px}}.section-hero .content-container{color:#fff;text-align:center;margin:0 auto}.section-hero .content-container h1{margin:0 auto 16px auto;font-size:1.875em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700;max-width:15ch}@media(min-width: 760px){.section-hero .content-container h1{margin:0 auto 16px auto;font-size:3.125em;line-height:1.1;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.035em;font-weight:700}}.section-hero .content-container p{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.005em;max-width:46ch;margin:0 auto 32px auto}@media(min-width: 760px){.section-hero .content-container p{font-size:1.5em;line-height:1.25;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.0015em;margin:0 auto 32px auto}}.section-impact{background-image:url(/fa/min/giving_tuesday/section-impact-bg-mobile.jpg?c0ac74a7b01c62dd4fc6.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom;padding:50px 16px 50vw 16px}@media(min-width: 480px){.section-impact{background-image:url(/fa/min/giving_tuesday/section-impact-bg-tablet.jpg?21ac41fd734efca86a67.jpg);background-position:bottom;padding:50px 16px 50vw 16px}}@media(min-width: 900px){.section-impact{background-image:url(/fa/min/giving_tuesday/section-impact-bg-desktop.jpg?a9036474a274206adf55.jpg);background-position:center;padding:100px 16px}}.section-impact .content-container{max-width:75ch;text-align:center;margin:0 auto}@media(min-width: 900px){.section-impact .content-container{margin:0}}.section-impact .content-container .icon-container{margin:0 0 8px 0}.section-impact .content-container .icon-container .icon{width:50px;height:50px}.section-impact .content-container h2{margin:0 auto 8px auto;font-size:1.875em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}@media(min-width: 760px){.section-impact .content-container h2{margin:0 auto 16px auto;font-size:2.5em;line-height:1.125;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}}.section-impact .content-container p{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.01em;font-style:italic;margin:0}@media(min-width: 760px){.section-impact .content-container p{font-size:1.5em;line-height:1.25;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.005em;font-style:italic;margin:0}}.section-donation{background-color:#f5f5f5;padding:50px 16px}@media(min-width: 760px){.section-donation{padding:100px 16px}}.section-donation .content-container{text-align:center}.section-donation .content-container h2{margin:0 auto 52px auto;font-size:1.875em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}@media(min-width: 760px){.section-donation .content-container h2{margin:0 auto 68px auto;font-size:2.5em;line-height:1.125;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}}.section-honored-kids{background-color:#fff}.section-honored-kids .flex-container{display:flex;flex-direction:column}@media(min-width: 760px){.section-honored-kids .flex-container{flex-wrap:wrap;flex-direction:row}}.section-honored-kids .flex-container .flex-item{flex:1}@media(min-width: 760px){.section-honored-kids .flex-container .flex-item{flex:1 0 49%}}@media(min-width: 1080px){.section-honored-kids .flex-container .flex-item{flex:1 0 24%}}.section-honored-kids .flex-container-card{display:flex;flex-direction:column;justify-content:flex-end}.section-honored-kids .card{min-height:480px;color:#fff;border:2px solid #fff;overflow:hidden}.section-honored-kids .card .hoverelem{content:"";display:block;position:absolute;height:100%;width:100%;opacity:.7;z-index:2;top:0;left:0}@media(min-width: 1080px){.section-honored-kids .card .hoverelem{left:-100%}}@media(min-width: 1080px){.section-honored-kids .card:hover .content-container,.section-honored-kids .card:focus .content-container{transform:translateY(-60px);transition:transform .4s;z-index:3}.section-honored-kids .card:hover .content-container .card__details,.section-honored-kids .card:focus .content-container .card__details{margin:0 auto 24px auto}.section-honored-kids .card:hover .sbf-button,.section-honored-kids .card:focus .sbf-button{opacity:1;z-index:3;visibility:visible;transform:translateY(0)}}.section-honored-kids .card .content-container{text-align:center;z-index:3}@media(min-width: 1080px){.section-honored-kids .card .content-container{top:65px;transform:translateY(0);transition:transform .4s}}.section-honored-kids .card .content-container .card__name{margin-top:0;margin-bottom:24px;font-size:2.5em;line-height:1.125;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700;margin:0}.section-honored-kids .card .content-container .card__cancer-type{font-size:1em;line-height:1.375;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.01em;font-style:italic}.section-honored-kids .card .content-container .card__details{font-size:1em;line-height:1.375;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.01em;padding:0 1em;margin:0 auto 24px auto;text-wrap:balance}@media(min-width: 1080px){.section-honored-kids .card .content-container .card__details{margin:0 auto 10px auto}}.section-honored-kids .card .sbf-button{background-color:#f3d36e;border-color:#f3d36e;border-radius:var(--sbf-border-radius-4);color:#353535;font-family:var(--sbf-font-family-sans);font-weight:var(--sbf-font-weight-700);border-width:var(--sbf-border-width-2);border-style:solid;cursor:pointer;display:inline-block;margin-bottom:10px;text-decoration:none;transition:background 50ms linear,border-color 50ms linear,color 50ms linear,opacity 50ms linear;white-space:nowrap;z-index:2;letter-spacing:-0.005em;text-align:center;padding:16px;font-size:var(--sbf-font-size-18);min-width:200px;line-height:1.15em;z-index:3;margin:0 auto 38px auto}.section-honored-kids .card .sbf-button:hover,.section-honored-kids .card .sbf-button:focus{color:#353535;border-bottom-width:var(--sbf-border-width-2);border-color:#efc53f;background-color:#efc53f}.section-honored-kids .card .sbf-button:focus{outline:solid var(--sbf-border-width-2) var(--sbf-state-focus);outline-offset:var(--sbf-border-width-2)}.section-honored-kids .card .sbf-button.disabled,.section-honored-kids .card .sbf-button[disabled]{opacity:var(--sbf-opacity-50);pointer-events:none}.section-honored-kids .card .sbf-button.disabled:hover,.section-honored-kids .card .sbf-button.disabled:focus,.section-honored-kids .card .sbf-button[disabled]:hover,.section-honored-kids .card .sbf-button[disabled]:focus{color:#353535;border-bottom-width:var(--sbf-border-width-2);border-color:#f3d36e;background-color:#f3d36e}@media(min-width: 1080px){.section-honored-kids .card .sbf-button{margin:0 auto 30px auto;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s,visibility .4s,transform .4s}}.section-honored-kids .card-1{background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/fa/min/giving_tuesday/section-kid-1-bg.jpg?67146f9128f749ac3933.jpg) center/cover no-repeat}.section-honored-kids .card-1 .hoverelem{background:#3588c8}.section-honored-kids .card-2{background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/fa/min/giving_tuesday/section-kid-2-bg.jpg?47102cca6bf39535bbb0.jpg) center/cover no-repeat}.section-honored-kids .card-2 .hoverelem{background:#11a05b}.section-honored-kids .card-3{background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/fa/min/giving_tuesday/section-kid-3-bg.jpg?1eabdafb4dc665f9da08.jpg) center/cover no-repeat}.section-honored-kids .card-3 .hoverelem{background:#a66eae}.section-honored-kids .card-4{background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/fa/min/giving_tuesday/section-kid-4-bg.jpg?55dbd02ee21bdc7f0f98.jpg) center/cover no-repeat}.section-honored-kids .card-4 .hoverelem{background:#f4966e}.section-future{background-color:#005595;color:#fff;padding:50px 16px}@media(min-width: 760px){.section-future{padding:80px 16px}}.section-future .content-container{text-align:center;max-width:114ch;margin:0 auto}.section-future .content-container h2{margin:0 0 16px 0;font-size:1.875em;line-height:1.1666666667;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}@media(min-width: 760px){.section-future .content-container h2{margin:0 0 16px 0;font-size:2.5em;line-height:1.125;font-family:"Source Sans 3","Helvetica Neue",Arial,Helvetica,sans-serif;letter-spacing:-0.025em;font-weight:700}}.section-future .content-container p{font-size:1.125em;line-height:1.3333333333;font-family:"Zilla Slab",Georgia,serif;letter-spacing:.005em;margin:0 0 32px 0}@media(min-width: 760px){.section-future .content-container p{font-size:1.5em;line-height:1.25;font-family:"Zilla Slab",Georgia,serif;letter-spacing:-0.0015em;margin:0 0 32px 0}}

/*# sourceMappingURL=index.css.map?26f5bb596fbf59a520de.css*/