@charset "UTF-8";:root{--button-bg:#FDB913;--button-color:#444444}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}body{will-change:opacity;opacity:0;transition:all .6s cubic-bezier(.29, .86, .29, .86);transition-duration:2s}body.page-loaded{opacity:1}@font-face{font-family:Niveau Grotesk;src:url("/fonts/NiveauGroteskRegular.otf");font-weight:400}@font-face{font-family:Niveau Grotesk;src:url("/fonts/NiveauGroteskBold.otf");font-weight:700}[role=button],button{color:inherit;cursor:pointer;font-family:inherit}[role=button][disabled],button[disabled]{cursor:not-allowed!important;opacity:.75}input{color:inherit}fieldset{padding:0;border:none;grid-column:1/-1}fieldset+fieldset{margin-top:3.125rem}legend{padding-left:0;position:relative;padding-bottom:.625rem}.form{--contrast-color:currentColor;--form-gap:1.875rem;--form-row-gap:1.5rem;grid-column:1/-1}.form__heading{grid-column:1/-1;font-size:1.25rem;line-height:1.5625rem;font-weight:600;margin-bottom:.8125rem}@media screen and (min-width:40em){.form__heading{margin-top:.3125rem;font-size:1.625rem;line-height:2.0625rem}}.landing .form__heading{font-family:"Niveau Grotesk",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1.5rem;line-height:1.42;font-weight:500}@media screen and (min-width:64em){.landing .form__heading{font-size:1.75rem}}.form__fieldset{width:100%;font-size:.9375rem;margin:auto;border:none}.form__grid{display:grid;grid-row-gap:var(--form-row-gap)}.form__grid>fieldset legend{padding-top:52px;font-weight:600;font-size:1.25rem;line-height:1.5625rem;margin-bottom:1.3125rem}@media screen and (min-width:64em){.form__grid>fieldset legend{font-size:1.625rem;line-height:2.0425rem;font-weight:600}}.form__grid>fieldset>.form__radio-blocks{display:grid;grid-column-gap:var(--form-gap);grid-row-gap:var(--form-row-gap);grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}@media screen and (min-width:64em){.form__grid>fieldset>.form__radio-blocks{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.sidebar .form__grid>fieldset>.form__radio-blocks{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}}@media screen and (min-width:40em){.form__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:var(--form-gap)}.form__grid .form__field{align-self:self-start;grid-column:auto/span 4}.form__grid .form__field--small{grid-column:auto/span 1}.form__grid .form__field--medium{grid-column:auto/span 2}.form__grid .form__field--large{grid-column:auto/span 3}}.form p{margin-top:0}.form hr{height:1px;width:100%;background-color:#d1d1c6;border:none;grid-column:1/-1}.form hr.higher{margin-top:1.25rem;margin-bottom:1.25rem}.form__fieldgroup{display:none}.form__fieldgroup.shown{display:block}.form__legend{display:block}.form__field--inline{min-height:unset;flex-direction:row;margin-top:1.25rem;margin-bottom:.3125rem}.form__field--inline .form__checkbox,.form__field--inline .form__radio{margin-bottom:.5rem;display:flex}.form__field--inline .form__checkbox i,.form__field--inline .form__radio i{display:inline-flex}.form__field--inline-big .form__radio span{font-weight:500}@media screen and (min-width:40em){.form__field--inline-big .form__radio span{font-size:1.25rem;line-height:1.75rem}}.form .error{float:left;background-color:#fdb913;padding:2px 7px;color:#444;font-size:12px;margin:-1px 0 15px;align-self:flex-start;z-index:1;line-height:1.6em}.form__label{display:table;margin-bottom:1rem;white-space:nowrap}.form label,.form__label{position:relative;font-size:1.125rem;line-height:normal;font-weight:700;cursor:pointer;display:block}.form__optional{font-style:normal;color:var(--red-alert-color);font-size:.75em;position:absolute;margin-top:0;margin-left:5px}.form input[type=date],.form input[type=email],.form input[type=file],.form input[type=number],.form input[type=password],.form input[type=phone],.form input[type=tel],.form input[type=text],.form select,.form textarea{background-color:#fff;width:100%;padding:10px 15px;font:inherit;border:1px solid #d1d1c6;border-radius:3px;position:relative;-moz-appearance:none;-webkit-appearance:none;transition:all .35s cubic-bezier(.29, .86, .29, .86);font-size:1rem}.form input[type=date]:focus,.form input[type=email]:focus,.form input[type=file]:focus,.form input[type=number]:focus,.form input[type=password]:focus,.form input[type=phone]:focus,.form input[type=tel]:focus,.form input[type=text]:focus,.form select:focus,.form textarea:focus{box-shadow:inset 0 0 1px 1px #444}.form textarea{width:100%}.form select{background:#fff no-repeat center url(inline-image("icons/select-arrow.svg"));background-position:96% center;background-position:calc(100% - 22px) center;background-size:14px 9px}.form input[type=date]{background:#fff no-repeat center url(inline-image("icons/calendar.svg"));background-position:16px center;background-size:24px 23px;padding-left:55px}.form label.form__checkbox,.form label.form__radio,.form__checkbox,.form__radio{display:inline-flex;align-items:center;justify-items:center;margin-right:32px}@media screen and (min-width:64em){.form label.form__checkbox,.form label.form__radio,.form__checkbox,.form__radio{margin-right:50px}}.form label.form__checkbox:last-of-type,.form label.form__radio:last-of-type,.form__checkbox:last-of-type,.form__radio:last-of-type{margin-right:auto}.form label.form__checkbox.form__radio-blocks__block,.form label.form__radio.form__radio-blocks__block,.form__checkbox.form__radio-blocks__block,.form__radio.form__radio-blocks__block{display:flex;flex-direction:column;align-items:center;justify-items:center;justify-content:center;min-height:86px;padding:1.375rem;margin-right:0;position:relative}.form label.form__checkbox.form__radio-blocks__block *,.form label.form__radio.form__radio-blocks__block *,.form__checkbox.form__radio-blocks__block *,.form__radio.form__radio-blocks__block *{z-index:1;pointer-events:none}.form label.form__checkbox.form__radio-blocks__block i,.form label.form__radio.form__radio-blocks__block i,.form__checkbox.form__radio-blocks__block i,.form__radio.form__radio-blocks__block i{transition:none}.form label.form__checkbox.form__radio-blocks__block input,.form label.form__radio.form__radio-blocks__block input,.form__checkbox.form__radio-blocks__block input,.form__radio.form__radio-blocks__block input{color:inherit;pointer-events:all;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:1;border:1px solid #d1d1c6;z-index:0;border-radius:5px;transition:background-color .35s ease}.form label.form__checkbox.form__radio-blocks__block input:checked,.form label.form__radio.form__radio-blocks__block input:checked,.form__checkbox.form__radio-blocks__block input:checked,.form__radio.form__radio-blocks__block input:checked{border:2px solid #fdb913;background-color:#fff}.form label.form__checkbox.form__radio-blocks__block input:checked~span,.form label.form__radio.form__radio-blocks__block input:checked~span,.form__checkbox.form__radio-blocks__block input:checked~span,.form__radio.form__radio-blocks__block input:checked~span{color:#444}.form label.form__checkbox.form__radio-blocks__block input:checked~svg,.form label.form__radio.form__radio-blocks__block input:checked~svg,.form__checkbox.form__radio-blocks__block input:checked~svg,.form__radio.form__radio-blocks__block input:checked~svg{transition:all .35s ease}.form label.form__checkbox.form__radio-blocks__block input:checked~svg [fill],.form label.form__radio.form__radio-blocks__block input:checked~svg [fill],.form__checkbox.form__radio-blocks__block input:checked~svg [fill],.form__radio.form__radio-blocks__block input:checked~svg [fill]{fill:#FDB913!important}.form label.form__checkbox.form__radio-blocks__block input:focus,.form label.form__radio.form__radio-blocks__block input:focus,.form__checkbox.form__radio-blocks__block input:focus,.form__radio.form__radio-blocks__block input:focus{outline-color:#fdb913;border-width:3px}.form label.form__checkbox.form__radio-blocks__block input:hover,.form label.form__radio.form__radio-blocks__block input:hover,.form__checkbox.form__radio-blocks__block input:hover,.form__radio.form__radio-blocks__block input:hover{border-width:3px}.form label.form__checkbox.form__radio-blocks__block span:not(.sign),.form label.form__radio.form__radio-blocks__block span:not(.sign),.form__checkbox.form__radio-blocks__block span:not(.sign),.form__radio.form__radio-blocks__block span:not(.sign){margin-left:unset}.form label.form__checkbox.form__radio-blocks__block .sign+strong,.form label.form__radio.form__radio-blocks__block .sign+strong,.form__checkbox.form__radio-blocks__block .sign+strong,.form__radio.form__radio-blocks__block .sign+strong{margin-top:.75em}.form label.form__checkbox.form__radio-blocks__block strong,.form label.form__radio.form__radio-blocks__block strong,.form__checkbox.form__radio-blocks__block strong,.form__radio.form__radio-blocks__block strong{font-size:1rem;line-height:1.25rem}.form label.form__checkbox.form__radio-blocks__block strong+span,.form label.form__radio.form__radio-blocks__block strong+span,.form__checkbox.form__radio-blocks__block strong+span,.form__radio.form__radio-blocks__block strong+span{margin-top:.5em;font-size:1rem;line-height:1.375rem}.form label.form__checkbox .sign,.form label.form__radio .sign,.form__checkbox .sign,.form__radio .sign{display:inline-flex;width:16px;height:16px;background-color:transparent;border-radius:50%;border:1px solid currentColor;transition:border-color .35s cubic-bezier(.29, .86, .29, .86);align-items:center;justify-items:center;justify-content:center;flex:0 0 auto}.form label.form__checkbox .sign:after,.form label.form__radio .sign:after,.form__checkbox .sign:after,.form__radio .sign:after{content:"";display:block;background-color:transparent;width:12px;height:12px;border-radius:50%;transition:all .6s cubic-bezier(.29, .86, .29, .86)}.form label.form__checkbox--small .sign,.form label.form__radio--small .sign,.form__checkbox--small .sign,.form__radio--small .sign{width:20px;height:20px}.form label.form__checkbox input,.form label.form__radio input,.form__checkbox input,.form__radio input{opacity:0;margin:unset;position:absolute;width:16px;height:16px;appearance:none;background-color:transparent}.form label.form__checkbox input:active+.sign,.form label.form__checkbox input:focus+.sign,.form label.form__checkbox input:hover+.sign,.form label.form__radio input:active+.sign,.form label.form__radio input:focus+.sign,.form label.form__radio input:hover+.sign,.form__checkbox input:active+.sign,.form__checkbox input:focus+.sign,.form__checkbox input:hover+.sign,.form__radio input:active+.sign,.form__radio input:focus+.sign,.form__radio input:hover+.sign{border-width:2px}.form label.form__checkbox input:checked+.sign,.form label.form__radio input:checked+.sign,.form__checkbox input:checked+.sign,.form__radio input:checked+.sign{color:var(--button-border);border-color:var(--button-border);background-color:#fff}.form label.form__checkbox input:checked+.sign:after,.form label.form__radio input:checked+.sign:after,.form__checkbox input:checked+.sign:after,.form__radio input:checked+.sign:after{background-color:var(--button-border)}.form label.form__checkbox input:checked~strong,.form label.form__radio input:checked~strong,.form__checkbox input:checked~strong,.form__radio input:checked~strong{color:var(--button-border)}.form label.form__checkbox span:not(.sign),.form label.form__radio span:not(.sign),.form__checkbox span:not(.sign),.form__radio span:not(.sign){margin-left:8px}.form label.form__checkbox span:not(.sign) a,.form label.form__radio span:not(.sign) a,.form__checkbox span:not(.sign) a,.form__radio span:not(.sign) a{text-decoration:underline}.form label.form__checkbox span:not(.sign) a:active,.form label.form__checkbox span:not(.sign) a:focus,.form label.form__checkbox span:not(.sign) a:hover,.form label.form__radio span:not(.sign) a:active,.form label.form__radio span:not(.sign) a:focus,.form label.form__radio span:not(.sign) a:hover,.form__checkbox span:not(.sign) a:active,.form__checkbox span:not(.sign) a:focus,.form__checkbox span:not(.sign) a:hover,.form__radio span:not(.sign) a:active,.form__radio span:not(.sign) a:focus,.form__radio span:not(.sign) a:hover{color:#fdb913}.form label.form__checkbox+.error,.form label.form__radio+.error,.form__checkbox+.error,.form__radio+.error{float:none;display:table;padding:4px 10px;margin-top:10px}.form label.form__checkbox,.form__checkbox{font-size:.75rem;text-transform:uppercase}.form label.form__checkbox input+.sign,.form__checkbox input+.sign{border-radius:2px}.form label.form__checkbox input+.sign:after,.form__checkbox input+.sign:after{background-color:transparent;border-radius:0;width:18px;height:18px;mask:no-repeat center url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0001 0.000424892C16.0001 0.000424892 14.7059 -0.000244141 14.2081 -0.000244141H1.79209C1.29431 -0.000244141 0 0.000474662 0 0.000474662L8.92729e-05 1.79176V14.2078L0.000139371 15.9998H1.79209H14.2081H16.0001V14.2078V1.79176V0.000424892ZM14.2081 3.45837L6.20805 11.4584L1.79205 6.9997L3.05072 5.74103L6.20805 8.9197L12.9494 2.15703L14.2081 3.45837Z' fill='black'/%3E%3C/svg%3E ");-webkit-mask:no-repeat center url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0001 0.000424892C16.0001 0.000424892 14.7059 -0.000244141 14.2081 -0.000244141H1.79209C1.29431 -0.000244141 0 0.000474662 0 0.000474662L8.92729e-05 1.79176V14.2078L0.000139371 15.9998H1.79209H14.2081H16.0001V14.2078V1.79176V0.000424892ZM14.2081 3.45837L6.20805 11.4584L1.79205 6.9997L3.05072 5.74103L6.20805 8.9197L12.9494 2.15703L14.2081 3.45837Z' fill='black'/%3E%3C/svg%3E ");mask-size:contain;-webkit-mask-size:contain}.form label.form__checkbox input:checked+.sign:after,.form__checkbox input:checked+.sign:after{transition:none;background-color:#fdb913}.form__radio-blocks{text-align:center}@media screen and (min-width:64em){.form__radio-blocks--big label.form__radio-blocks__block.form__radio{min-height:11.125rem}.form__radio-blocks--big label.form__radio-blocks__block.form__radio strong{font-size:1.25rem;line-height:1.75rem}}.form__btn{text-transform:uppercase;text-align:center;appearance:none;--text-color:var(--button-color);--red-alert-color:var(--button-color);background-color:var(--button-bg);border:1px solid var(--button-border);border-radius:3px;display:flex;position:relative;transition:all .6s cubic-bezier(.29, .86, .29, .86);padding:.625rem 1.25rem;justify-content:center;align-items:center;column-gap:.625rem}.form__btn:active,.form__btn:focus,.form__btn:hover{border-color:#444;box-shadow:inset 0 0 1px 0 #444}.form__btn span{color:var(--button-color);margin-left:0;margin-right:0;text-transform:uppercase;display:flex;align-self:center;justify-content:center}.form__btn span.cta__text{padding-left:0}.form__btn.cta{padding-left:1.25rem;padding-right:1.25rem}.form__btn.form__btn--submit{width:100%;grid-column:1/-1;margin-top:1.6875rem}@media screen and (min-width:64em){.form__btn.form__btn--submit{margin-top:2.0625rem;padding:1.5625rem 1.25rem}}.form__privacy-submit__privacy{grid-column:1/-1;margin-bottom:0}.form__privacy-submit__privacy.form__field--inline{margin-top:0}.form__privacy-submit__privacy .form__checkbox{align-items:normal!important}.form__privacy-submit__privacy div{display:flex;flex-direction:column}.form__privacy-submit__privacy .error{margin-top:1em}.form__privacy-submit__privacy+.form__btn.form__btn--submit{margin-top:20px}.form__privacy-submit__privacy span:not(.sign){font-size:1rem;text-transform:none;letter-spacing:normal;line-height:1.25rem}.form__privacy-submit__privacy span:not(.sign) a{color:inherit}@media screen and (min-width:64em){.form__privacy-submit__privacy{grid-column:1/span 4;align-self:stretch;display:flex;border-bottom:1px solid var(--block-separation-color)}.form__grid>.form__privacy-submit__privacy{grid-column:1/-1}}.form__privacy-submit__submit.form__btn{min-height:3.125rem;grid-column:1/-1}@media screen and (min-width:40em){.form__privacy-submit__submit.form__btn{min-height:4rem}}@media screen and (min-width:64em){.form__privacy-submit__submit.form__btn{margin-top:6.25rem;grid-column:9/-1;min-height:5.75rem}.form__grid>.form__privacy-submit__submit.form__btn{grid-column:auto/span 2}}.form .form__group__item{position:relative}.form .form__group__item+.form__group__item{margin-top:3.6rem;border-top:1px solid var(--block-separation-color)}.form .form__group__add,.form .form__group__remove{background:0 0;padding:0;margin-top:1rem;text-align:left;text-transform:uppercase;font-weight:500;text-decoration:underline;display:flex;align-items:center}.form .form__group__add:before,.form .form__group__remove:before{background-color:currentColor;mask-size:contain;width:16px;height:16px}.form .form__group__remove:before{width:20px;height:18px}@media screen and (min-width:64em){.form .form__group__remove{position:absolute;right:100%;top:4.7rem;transform:translateY(50%);margin-right:10px}}.form .form__group__remove:focus,.form .form__group__remove:hover{color:var(--red-alert-color)}.form .form__group__remove span{margin-left:.5rem}.form .form__group__add{padding:0;margin-top:1rem;text-align:left;text-transform:uppercase;font-weight:500;text-decoration:underline}.form .form__group__add span{margin-left:.5rem}.form--nested .form__fieldset{grid-column:1/-1}.form__info{font-size:1rem;line-height:1.625rem;margin-top:1rem;margin-bottom:1rem}.form__info p{font-size:1rem;line-height:1.625rem}.form__info p:first-child{margin-top:unset}.form__info p:last-child{margin-bottom:unset}@media screen and (min-width:40em){.form__info{margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (min-width:64em){.form__info{margin-top:2rem;margin-bottom:2rem}}.form__info--instructions .form__heading{font:inherit;font-size:1.125rem;line-height:1.875rem;margin-bottom:1em;font-weight:500}.form--submitting{opacity:.5;filter:saturate(0);cursor:progress}.form--submitting *{pointer-events:none}.form__recipient{margin-bottom:0}.form__recipient input:focus+.sign,.form__recipient input:hover+.sign{border-color:#fdb913!important}.form__recipient label{align-items:flex-start!important;margin-bottom:0!important}.form__recipient label div{margin-left:1rem}.form__recipient label div span{font-size:1.25rem;font-style:normal;font-weight:400;line-height:135%;text-transform:none;margin-left:unset!important;letter-spacing:unset!important;text-align:left;max-width:21.125rem;display:inline-block;position:relative;bottom:.3125rem}.form__privacy-submit__privacy label{margin-right:0!important;width:100%}.form__privacy-submit__privacy label>span{margin-left:0!important;display:flex;flex-wrap:wrap;flex-basis:100%}.form__privacy-submit__privacy label>span input:focus+.sign,.form__privacy-submit__privacy label>span input:hover+.sign{border-color:#616569!important}.form__privacy-submit__privacy label>span span.error{margin-left:0!important;font-size:.75rem;font-weight:400}.form__privacy-submit__privacy label>span span.sign::after{filter:grayscale(1) brightness(.6)}.form__privacy-submit__privacy label>span>div{display:inline-block;flex-basis:90%}.form__privacy-submit__privacy label>span>div .privacy-text{color:#616569;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:inherit;position:relative;top:.125rem}body{font-family:"Niveau Grotesk",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;color:#444;line-height:1.6}html{-webkit-font-smoothing:antialiased}body{font-family:"Niveau Grotesk",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif}picture{display:block}strong{font-weight:700}h1,h2,h3{font-family:"Niveau Grotesk",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif}:root *{outline-color:#444;outline-offset:5px}body,html{min-height:100vh;scroll-behavior:smooth}body{margin:auto;display:flex;flex-direction:column;align-items:center;background-color:#f5f5f1;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}img{max-width:100%;height:auto;vertical-align:middle}@media screen and (min-width:64em){img{width:auto}}:root{--outer-margin:1.25rem}@media print,screen and (min-width:40em){:root{--outer-margin:2.5rem}}@media screen and (min-width:64em){:root{--outer-margin:5rem}}.grid,.main-footer,.main-header{width:100%;margin-left:auto;margin-right:auto;max-width:105rem;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));--grid-gap:1.25rem;grid-column-gap:var(--grid-gap);align-items:flex-start}@media screen and (min-width:64em){.grid,.main-footer,.main-header{grid-template-columns:repeat(12,minmax(0,1fr));--grid-gap:1.875rem}}.main-footer,.main-header{flex-grow:0;flex-shrink:0}.main-content,.main-footer,.main-header{padding:0 var(--outer-margin);flex-grow:1;align-items:stretch}.main-content{width:100%;margin-left:auto;margin-right:auto;max-width:105rem;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));--grid-gap:1.25rem;grid-column-gap:var(--grid-gap);align-items:flex-start;grid-column:1/-1;background-color:#fff}@media screen and (min-width:64em){.main-content{grid-template-columns:repeat(12,minmax(0,1fr));--grid-gap:1.875rem}}a.cta,button.cta{background-color:var(--button-bg);color:var(--button-color);border-radius:.1875rem;padding:.9375rem 1.25rem;text-align:center;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;cursor:pointer;display:inline-block;transition:all .3s cubic-bezier(.29, .86, .29, .86)}@media screen and (min-width:64em){a.cta,button.cta{font-size:1.25rem}}@media screen and (min-width:40em){a.cta:hover,button.cta:hover{background-color:#cc9906;transition:background-color .3s ease-out}}.main-footer{padding:3.0625rem var(--outer-margin) 4rem;align-items:center;background-color:#fff}@media screen and (min-width:64em){.main-footer{padding:3.125rem var(--outer-margin) 3.625rem}}.main-footer__logo{margin-bottom:1.9375rem}.main-footer__contacts{max-width:22.25rem}.main-footer__contacts,.main-footer__location{font-size:1rem;font-style:normal;font-weight:400;line-height:142%;margin-top:.625rem}.main-footer__privacy{font-size:1rem;font-style:normal;font-weight:400;line-height:142%;text-decoration-line:underline;margin-top:.625rem}.main-footer__privacy:hover{text-decoration:none}@media screen and (max-width:63.99875em){.main-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}}@media screen and (min-width:64em){.main-footer__logo{grid-column:1/span 2;margin-bottom:unset}.main-footer__location{grid-column:4/span 2;width:103%}.main-footer__contacts{grid-column:6/span 3;margin-left:1.25rem;max-width:unset}.main-footer__privacy{grid-column:-3/-1;font-size:1rem;font-style:normal;font-weight:400;line-height:142%;width:115%;position:relative;right:13%;margin-top:unset}.main-footer__privacy:hover{text-decoration:none}}.hero{grid-column:1/-1;margin:0 calc(var(--outer-margin) * -1);position:relative;background-color:#f5f5f1;padding:1.5625rem var(--outer-margin) 0}@media screen and (min-width:64em){.hero{background-image:url("/img/hero-background.png");background-position:right bottom;background-size:contain;background-repeat:no-repeat;padding:4.25rem var(--outer-margin) 0}}@media screen and (max-width:1291px) and (min-width:1024px){.hero{background-position:bottom;background-size:cover}}@media screen and (max-width:74.99875em){.hero__logo{max-width:8.25rem}}.hero__mobile{position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2)}@media screen and (min-width:64em){.hero__mobile{display:none}}.hero__mobile img{width:100%;object-fit:cover}.hero__content{padding:2.1875rem 0 2.75rem}.hero__content h1{font-size:1.875rem;font-style:normal;font-weight:400;line-height:130%;margin-bottom:1.1875rem}@media screen and (min-width:64em){.hero__content{max-width:42%;padding-top:15.125rem;padding-bottom:14.5625rem}.hero__content h1{font-size:3rem;font-style:normal;font-weight:400;line-height:112.5%;max-width:33.125rem;margin-bottom:1.875rem}}@media screen and (max-width:1390px) and (min-width:1290px){.hero__content{max-width:36%}.hero__content h1{font-size:2.5625rem}.hero__content a.cta{font-size:1.125rem}}@media screen and (max-width:1291px) and (min-width:1024px){.hero__content{max-width:34%}.hero__content h1{font-size:2.25rem}.hero__content a.cta{font-size:.875rem}}.hero--full{background:0 0;padding:0;color:#fff;min-height:46.75rem}@media screen and (min-width:64em){.hero--full{min-height:unset}}.hero--full:after{content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000 7.15%,rgba(68,68,68,0) 29.41%);position:absolute}@media screen and (min-width:64em){.hero--full:after{background:linear-gradient(0deg,rgba(0,0,0,.4) 29.48%,rgba(0,0,0,0) 56.35%),linear-gradient(186deg,rgba(0,0,0,.26) 9.09%,rgba(0,0,0,0) 34.55%)}}.hero--full:before{position:absolute;content:"";top:0;left:0;width:100%;height:40%;z-index:2;background:linear-gradient(121deg,rgba(0,0,0,.5) 17.61%,rgba(68,68,68,0) 51.16%)}@media screen and (min-width:64em){.hero--full:before{display:none}}.hero--full picture img{height:100%;object-fit:cover;position:absolute;object-position:75%}@media screen and (min-width:64em){.hero--full picture img{height:unset;position:unset;object-fit:unset;object-position:unset}}.hero--full .hero__logo{position:absolute;top:.625rem;left:.625rem;z-index:2;max-width:10rem}@media screen and (min-width:64em){.hero--full .hero__logo{top:2.5rem;left:3.75rem;max-width:100%}}.hero--full .hero__content{position:absolute;left:1.3125rem;bottom:0;z-index:2;padding-bottom:2.75rem}@media screen and (min-width:64em){.hero--full .hero__content{left:5rem;padding-bottom:8.125rem}}@media screen and (min-width:1600px){.hero--full .hero__content{padding-bottom:12.5rem}}.hero--full .hero__content h1{max-width:90%;margin-bottom:.625rem;line-height:130%}@media screen and (min-width:64em){.hero--full .hero__content h1{max-width:37.5rem;line-height:113%}}.hero--full .hero__content p{font-size:1.25rem;line-height:140%;margin-bottom:2.1875rem;max-width:90%}@media screen and (min-width:64em){.hero--full .hero__content p{max-width:100%;font-size:1.5rem;line-height:142%;margin-bottom:1.875rem}}.hero-ty{grid-column:1/-1;margin:0 calc(var(--outer-margin) * -1);position:relative;background-color:#f5f5f1;padding:1.5625rem var(--outer-margin) 0;background-image:url("/img/hero-ty-mobile.jpg");background-position:center top;background-size:cover;background-repeat:no-repeat;color:#fff}.hero-ty:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.4) 29.48%,rgba(0,0,0,0) 56.35%),linear-gradient(186deg,rgba(0,0,0,.26) 9.09%,rgba(0,0,0,0) 34.55%)}@media screen and (min-width:40em){.hero-ty{background-image:url("/img/hero-ty.jpg");background-position:right bottom;background-size:cover;background-repeat:no-repeat;padding:4.25rem var(--outer-margin) 0}.hero-ty:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(80deg,rgba(0,0,0,.63) 8.54%,rgba(0,0,0,0) 46.21%)}}.hero-ty__logo img{filter:brightness(0) invert(1)}@media screen and (max-width:74.99875em){.hero-ty__logo{max-width:8.25rem}}.hero-ty__content{padding:16.25rem 0 4.375rem;z-index:2;position:relative}.hero-ty__content h1{font-size:2.5rem;font-style:normal;font-weight:400;line-height:2.8125rem;margin-bottom:.9375rem}.hero-ty__content p{font-size:1.5rem;font-style:normal;font-weight:400;line-height:121%;margin-bottom:1.25rem}.hero-ty__content a.cta{padding:.9375rem 2.6875rem}@media screen and (min-width:64em){.hero-ty__content{max-width:29.875rem;padding-top:7.125rem;padding-bottom:7.5625rem}.hero-ty__content h1{font-size:3rem;font-style:normal;font-weight:400;line-height:112.5%;max-width:33.125rem;margin-bottom:3.875rem}.hero-ty__content p{margin-bottom:1.0625rem}}.hero-ty.hero-lead{background-image:url("/img/hero-lead-mobile.jpg")}@media screen and (max-width:39.99875em){.hero-ty.hero-lead .hero-ty__content{padding-bottom:1.25rem;padding-top:25.125rem}.hero-ty.hero-lead .hero-ty__content h1{font-size:1.875rem;font-style:normal;font-weight:400;line-height:130%}}@media screen and (min-width:40em){.hero-ty.hero-lead{background-image:url("/img/hero-lead.jpg");padding:4.25rem var(--outer-margin) 0;min-height:unset}.hero-ty.hero-lead .hero-ty__content{max-width:39rem;padding-top:18.25rem}.hero-ty.hero-lead .hero-ty__content h1{max-width:unset;margin-bottom:1.875rem}.hero-ty.hero-lead .hero-ty__content a.cta{padding:1.25rem 1.875rem}}@media screen and (min-width:1200px) and (max-height:715px){.hero-ty.hero-lead .hero-ty__content{padding-top:12.5rem}}.hero-ecard{grid-column:1/-1;margin:0 calc(var(--outer-margin) * -1);position:relative;background-color:#f5f5f1;padding:1.5625rem var(--outer-margin) 0}@media screen and (min-width:64em){.hero-ecard{background-color:#fdb913;padding:9.3125rem var(--outer-margin) 7.75rem}.hero-ecard__frame{background-color:#f5f5f1;background-image:url("/img/hero-background-ecard.png");background-position:right bottom;background-size:contain;background-repeat:no-repeat;border-radius:30px;position:relative}.hero-ecard__frame::after{content:"";position:absolute;background-image:url("/img/saint.png");background-position:109% bottom;background-size:contain;background-repeat:no-repeat;width:100%;height:116%;top:-16%;left:0;border-radius:30px}.hero-ecard__logo{padding:4.0625rem 0 0 4.375rem}}@media screen and (max-width:74.99875em){.hero-ecard__logo{max-width:8.75rem}}.hero-ecard__mobile{position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2)}@media screen and (min-width:64em){.hero-ecard__mobile{display:none}}.hero-ecard__mobile img{width:100%;object-fit:cover}.hero-ecard__content{padding:2.1875rem 0 1.0625rem}.hero-ecard__content h1{font-size:2.5rem;font-style:normal;font-weight:400;line-height:112.5%;margin-bottom:1.1875rem}.hero-ecard__content p{font-size:1.75rem;font-style:normal;line-height:193%}@media screen and (min-width:40em) and (max-width:63.99875em){.hero-ecard__content h1{max-width:33.625rem}}@media screen and (min-width:64em){.hero-ecard__content{max-width:42%;padding-top:5.25rem;padding-bottom:6.25rem;padding-left:4.375rem}.hero-ecard__content h1{font-size:3rem;font-style:normal;font-weight:400;line-height:112.5%;max-width:30rem;margin-bottom:1.875rem}}@media screen and (max-width:1390px) and (min-width:1290px){.hero-ecard__content{max-width:36%}.hero-ecard__content h1{font-size:2.5625rem}}@media screen and (max-width:1291px) and (min-width:1024px){.hero-ecard__content{max-width:34%;padding-left:2.5rem}.hero-ecard__content h1{font-size:1.875rem}}@media screen and (max-width:1291px) and (min-width:1024px){.hero-ecard__logo{padding-left:2.5rem;padding-top:0;position:relative;top:1.875rem;max-width:20%}.hero-ecard p{font-size:1.5rem}}.media-blocks{grid-column:1/-1;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2)}.media-blocks .white-block{background-color:#fff;padding:10.5rem var(--outer-margin) 11.5625rem}@media screen and (min-width:64em){.media-blocks .white-block{padding:18.5rem var(--outer-margin) 6rem}}.media-blocks .white-block__image{position:relative;grid-column:3/-1;bottom:-48px;grid-row:2}.media-blocks .white-block__image img{position:absolute}@media screen and (min-width:40em) and (max-width:63.99875em){.media-blocks .white-block__image{grid-column:5/-1}}@media print,screen and (min-width:64em){.media-blocks .white-block__image{grid-column:2/span 4;grid-row:1;bottom:110px}}@media screen and (min-width:425px) and (max-width:639px){.media-blocks .white-block__image{grid-column:4/-1}}@media screen and (min-width:1500px){.media-blocks .white-block__image{grid-column:2/span 3}}.media-blocks .white-block__text{grid-column:1/-1;font-size:1.25rem;font-style:normal;font-weight:400;line-height:142%;grid-row:1}.media-blocks .white-block__text strong{font-weight:700}.media-blocks .white-block__text img{display:block;position:absolute;top:4.1875rem;right:50%;transform:translate(50%,0);width:7.875rem}@media screen and (min-width:64em){.media-blocks .white-block__text{grid-column:7/-2;grid-row:1;font-size:1.5rem;width:105%;max-width:36rem}.media-blocks .white-block__text img{top:7.1875rem;right:25%;width:13.125rem;transform:unset}}.media-blocks .yellow-block{background:linear-gradient(180deg,#f9ba07 0,#f9ba07 62%,#fff 62%);padding:7.9375rem var(--outer-margin) 2.25rem;overflow:hidden}@media screen and (min-width:64em){.media-blocks .yellow-block{background:#fdb913;padding:9.25rem var(--outer-margin) 6.6875rem;overflow:visible}}.media-blocks .yellow-block__bg-text{grid-column:1/-1;margin-bottom:2.4375rem;width:116%}@media screen and (min-width:64em){.media-blocks .yellow-block__bg-text{grid-column:3/-2;width:100%}}.media-blocks .yellow-block__text{grid-column:1/-1;font-size:1.25rem;font-style:normal;font-weight:400;line-height:140%}.media-blocks .yellow-block__text strong{font-weight:700}@media screen and (min-width:64em){.media-blocks .yellow-block__text{grid-column:2/span 5;font-size:1.5rem;max-width:31.875rem;margin-top:2.1875rem}}.media-blocks .yellow-block__image{grid-column:1/-2;position:relative;grid-row:2;bottom:2.9375rem}@media screen and (min-width:40em) and (max-width:63.99875em){.media-blocks .yellow-block__image{grid-column:1/-3}}@media screen and (min-width:64em){.media-blocks .yellow-block__image{grid-column:7/-2;position:relative;bottom:unset}.media-blocks .yellow-block__image img{position:absolute;z-index:2}}@media screen and (min-width:90em){.media-blocks .yellow-block__image img{max-width:33.625rem}}.quote-block{padding:4.375rem 0 5rem;grid-column:1/-1;background:#fff;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2)}@media screen and (min-width:64em){.quote-block{padding:18.75rem 0 13rem}}.quote-block__text{grid-column:1/-1;text-align:center;font-family:Baskerville,serif;font-size:2.625rem;font-style:normal;font-weight:400;line-height:normal;padding:0 1.25rem}@media screen and (min-width:64em){.quote-block__text{grid-column:3/span 8;font-size:4.375rem}}@media screen and (min-width:1467px){.quote-block__text{padding:0 10%}}.quote-block__text p{position:relative}.quote-block__text p:before{content:"“";position:absolute;bottom:75%;left:50%;transform:translate(-50%,0);color:#fdb913;font-size:7.125rem;font-style:normal;font-weight:700;line-height:80%}@media screen and (min-width:64em){.quote-block__text p:before{left:50%;transform:translate(-50%,0);font-size:9rem}}.quote-block__text p:after{content:"";position:absolute;bottom:-35px;left:50%;transform:translate(-50%,0);height:1px;width:6.125rem;background:#000}@media screen and (min-width:64em){.quote-block__text p:after{width:23.125rem;bottom:-63px}}.quote-block__image{grid-column:2/-2;grid-row:2;padding:4.0625rem;position:relative}.quote-block__image img{border-radius:50%;position:absolute;left:50%;transform:translate(-50%,0);height:13.5rem;width:13.4375rem;top:6.6875rem;z-index:2}@media screen and (min-width:64em){.quote-block__image{grid-column:5/span 4}.quote-block__image img{height:18.4375rem;width:18.3125rem;top:11.5625rem}}.quote-block.quote-block--lead{padding:8.4375rem 0 7.25rem}@media print,screen and (min-width:64em){.quote-block.quote-block--lead{padding:16.875rem 0 15rem}}.quote-block.quote-block--lead .quote-block__text p:before{bottom:90%}@media print,screen and (min-width:64em){.quote-block.quote-block--lead .quote-block__text p:before{bottom:85%}}@media print,screen and (min-width:64em){.quote-block.quote-block--lead .quote-block__text p:after{background-color:#f9ba07;bottom:-45px}}.form-block{background-color:#fef8e6;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2);grid-column:1/-1;padding:9rem 0 4.0625rem}@media screen and (min-width:64em){.form-block{padding:14.9375rem 0 9.3125rem}}.form-block .form-wrapper{background-color:#fff;border-radius:15px;border:1px solid rgba(68,68,68,.3);grid-column:1/-1;margin:0 var(--outer-margin)}@media screen and (min-width:64em){.form-block .form-wrapper{grid-column:3/span 8;margin:0 calc(var(--outer-margin) - 35px)}}.form-block .form-wrapper .main-form{padding:2.1875rem 1.1875rem 1.8125rem}@media screen and (min-width:64em){.form-block .form-wrapper .main-form{padding:5.625rem 6.75rem 5.6875rem 6.875rem}}@media screen and (min-width:1024px) and (max-width:1300px){.form-block .form-wrapper .main-form{padding:3.75rem 2.5rem 3.75rem}}.form-block .form-wrapper .main-form__title{grid-column:1/-1}.form-block .form-wrapper .main-form__title h3{font-size:1.6875rem;font-style:normal;font-weight:700;line-height:126%;margin-bottom:1rem}@media screen and (min-width:64em){.form-block .form-wrapper .main-form__title h3{font-size:2.125rem;line-height:112%;max-width:25.375rem;margin-bottom:.875rem}}.form-block .form-wrapper .main-form__title p{font-size:1.25rem;font-style:normal;font-weight:400;line-height:140%}@media screen and (min-width:64em){.form-block .form-wrapper .main-form__title p{font-size:1.5rem;line-height:141%;max-width:26.5625rem}}.form-block .form-wrapper .main-form form{margin-top:3.4375rem}@media screen and (min-width:40em){.form-block .form-wrapper .main-form form{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:1.875rem;margin-top:3.875rem}}.form-block .form-wrapper .main-form form button.cta{grid-column:1/-1}.form-block.form-block--lead{position:relative;padding:9rem 0 4.625rem;margin-top:10.375rem}@media screen and (min-width:64em){.form-block.form-block--lead{margin-top:0;padding:8.25rem 0 6.3125rem}}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__text p{font-size:1.3125rem;line-height:129%}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__image{position:absolute;top:-9%;max-width:11.5625rem;left:50%;transform:translateX(-50%)}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__image img{border-radius:50%}@media screen and (min-width:64em){.form-block.form-block--lead .form-wrapper .main-form .main-form__title{display:flex}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__text{margin-right:4.0625rem}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__text p{width:96%}.form-block.form-block--lead .form-wrapper .main-form .main-form__title__image{position:unset;flex-basis:33%;transform:unset;max-width:11.6875rem}}.form-block.form-block--lead.form-block--submitted{display:none}.form-block.form-block--lead.form-block--submitted+.video_block--lead{display:grid}.sticky-cta{opacity:0;pointer-events:none;padding:1.875rem var(--outer-margin) 1.75rem;z-index:9999;align-items:center;position:fixed;background-color:#fff;transition:opacity .3s ease;border-top:1px solid rgba(68,68,68,.3)}.sticky-cta.is-visible{opacity:1;pointer-events:all}.sticky-cta__cta a{width:100%}@media screen and (max-width:63.99875em){.sticky-cta{bottom:0;left:0;width:100vw}}.sticky-cta__text{display:none}.sticky-cta__cta{grid-column:1/-1}@media screen and (min-width:64em){.sticky-cta{opacity:0;width:100%;margin-left:auto;margin-right:auto;max-width:105rem;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));--grid-gap:1.25rem;grid-column-gap:var(--grid-gap);align-items:flex-start;align-items:center;position:fixed;width:100vw;background-color:#fff;border-bottom:1px solid rgba(68,68,68,.3);padding:2.1875rem var(--outer-margin) 2rem}}@media screen and (min-width:64em) and (min-width:64em){.sticky-cta{grid-template-columns:repeat(12,minmax(0,1fr));--grid-gap:1.875rem}}@media screen and (min-width:64em){.sticky-cta__text{display:block;grid-column:1/span 5;font-size:1.75rem;font-style:normal;font-weight:400;line-height:normal}}@media screen and (min-width:64em){.sticky-cta__cta{grid-column:-5/-1;position:relative;left:16%;max-width:322px}}@media screen and (min-width:1024px) and (max-width:1270px){.sticky-cta__text{grid-column:1/span 6;font-size:1.5rem}.sticky-cta__cta{grid-column:-6/-1}.sticky-cta__cta a{font-size:1.125rem}}.sticky-cta--lead .sticky-cta__cta a{padding-left:1.875rem;padding-right:1.875rem}@media screen and (min-width:64em){.sticky-cta--lead .sticky-cta__text{grid-column:1/span 6}.sticky-cta--lead .sticky-cta__cta{grid-column:-7/-1;max-width:80%;left:20%}}.iframe-block{background-color:#fef8e6;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2);grid-column:1/-1;padding:3.6875rem var(--outer-margin) 2.8125rem}@media screen and (min-width:64em){.iframe-block{padding:6.625rem var(--outer-margin) 7.5rem}}.iframe-block__text{grid-column:1/-1}.iframe-block__text h2{font-size:2.5rem;line-height:112.5%;margin-bottom:.9375rem}.iframe-block__text p{font-size:1.5rem;line-height:1.8125rem;margin-bottom:3.1875rem}@media screen and (min-width:40em) and (max-width:63.99875em){.iframe-block__text h2{font-size:2.25rem;max-width:60%}.iframe-block__text p{font-size:1.375rem}}@media screen and (min-width:64em){.iframe-block__text{grid-column:1/span 4;width:102%}.iframe-block__text h2{font-size:3rem;font-style:normal;font-weight:400;line-height:3.375rem;margin-bottom:1.875rem;width:115%}.iframe-block__text p{font-size:1.75rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:unset}}.iframe-block__form{grid-column:1/-1}@media screen and (min-width:64em){.iframe-block__form{grid-column:7/span 5;width:102%}}.iframe-block__form iframe{width:100%;border-radius:15px;border:1px solid rgba(68,68,68,.3);background-color:#fff;height:593px}.ecard-media-cta{background-color:#fef8e6;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2);grid-column:1/-1;padding:2.4375rem var(--outer-margin) 6.5625rem}.ecard-media-cta__image{grid-column:1/-1}.ecard-media-cta__text{grid-column:1/-2;font-size:1.6875rem;font-style:normal;font-weight:700;line-height:112%;margin-top:1.8125rem}.ecard-media-cta__text h3{margin-bottom:1.25rem;max-width:26.25rem}@media screen and (min-width:64em){.ecard-media-cta{padding:5.75rem var(--outer-margin) 7.625rem}.ecard-media-cta__image{grid-column:2/span 5}.ecard-media-cta__text{grid-column:8/-1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;gap:2.0625rem;margin-top:unset}.ecard-media-cta__text h3{font-size:2.125rem;line-height:126%;max-width:33.5rem}}.video_block{grid-column:1/-1;display:grid;grid-template-columns:1fr;padding-top:4.375rem;grid-column-gap:1.6875rem;background-color:#fff;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2);padding-left:var(--outer-margin);padding-right:var(--outer-margin)}@media print,screen and (min-width:64em){.video_block{grid-template-columns:repeat(2,1fr);padding-top:9rem}}.video_block__video{position:relative}.video_block__video::before{content:"";position:absolute;top:10px;left:10px;background-color:#fdb913;width:100%;height:100%;z-index:1}@media print,screen and (min-width:64em){.video_block__video::before{top:20px;left:20px}}.video_block__video::after{content:"";position:absolute;top:0;left:0;width:100%;height:auto;background-color:#f5f5f1;mix-blend-mode:multiply;z-index:3}.video_block__video video{width:100%;height:100%;object-fit:cover;position:relative;z-index:2}.video_block__content{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:1.6875rem;margin-top:3.125rem}@media print,screen and (min-width:64em){.video_block__content{margin-top:unset;row-gap:3.125rem;padding:0 4.375rem 0 6.25rem}}.video_block__content img{max-width:50px}@media print,screen and (min-width:64em){.video_block__content img{max-width:74px}}.video_block__content p{font-size:1.25rem;line-height:140%}@media print,screen and (min-width:64em){.video_block__content p{font-size:1.5rem;line-height:142%}}.video_block--lead{grid-template-columns:repeat(6,1fr);background-color:rgba(249,186,7,.1);padding-top:3.1875rem;padding-bottom:5.25rem;display:none}.video_block--lead h2{grid-column:1/-1;text-align:center;margin-bottom:2.0625rem;font-size:1.875rem;line-height:2.4375rem;padding:0 1.25rem}@media print,screen and (min-width:64em){.video_block--lead{padding:12.5rem var(--outer-margin) 9.875rem;grid-template-columns:repeat(12,1fr)}.video_block--lead h2{grid-column:4/span 6;padding:0 2.5rem;font-size:2rem;line-height:2.75rem;margin-bottom:2.375rem}}@media screen and (min-width:1600px){.video_block--lead h2{padding:0 6.5625rem}}.video_block--lead .video_block__video{grid-column:1/-1;aspect-ratio:325/201;object-position:left;cursor:pointer;height:13.125rem;width:100%}@media screen and (min-width:40em){.video_block--lead .video_block__video{min-height:32.5rem}}@media screen and (min-width:1600px){.video_block--lead .video_block__video{min-height:36.25rem}}.video_block--lead .video_block__video iframe,.video_block--lead .video_block__video img,.video_block--lead .video_block__video video{width:100%;height:13.125rem;object-fit:cover;position:relative;z-index:2;object-position:20%}@media screen and (min-width:40em){.video_block--lead .video_block__video iframe,.video_block--lead .video_block__video img,.video_block--lead .video_block__video video{height:32.5rem}}@media screen and (min-width:1600px){.video_block--lead .video_block__video iframe,.video_block--lead .video_block__video img,.video_block--lead .video_block__video video{min-height:36.25rem}}.video_block--lead .video_block__video img{position:absolute;left:0}.video_block--lead .video_block__video svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:50px;height:50px}@media print,screen and (min-width:64em){.video_block--lead .video_block__video svg{width:80px;height:80px}}@media print,screen and (min-width:64em){.video_block--lead .video_block__video{grid-column:3/span 8;aspect-ratio:unset}.video_block--lead .video_block__video img{object-position:unset}}@media screen and (min-width:420px) and (max-width:639px){.video_block--lead .video_block__video{height:300px}.video_block--lead .video_block__video iframe,.video_block--lead .video_block__video img{height:18.75rem}}.video_block--lead a.cta{grid-column:2/-2;margin-top:3.125rem;padding-top:.9375rem;padding-bottom:.9375rem}@media print,screen and (min-width:64em){.video_block--lead a.cta{margin-top:5.5rem;padding-top:1.25rem;padding-bottom:1.25rem;grid-column:5/span 4}}@media screen and (min-width:1024px) and (max-width:1300px){.video_block--lead h2{grid-column:4/span 7;padding:0}.video_block--lead .video_block__video{grid-column:2/span 10}}.prayer-block{grid-column:1/-1;background-color:#fdb913;position:relative;right:calc(var(--outer-margin));width:calc(100% + var(--outer-margin) * 2);display:grid;grid-template-columns:1fr;padding-left:var(--outer-margin);padding-right:var(--outer-margin);row-gap:2.9375rem;padding-bottom:4.0625rem}.prayer-block__content{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2.5rem;grid-row:2}.prayer-block__content img{max-width:65px}.prayer-block__content p{font-size:1.25rem;line-height:140%;max-width:95%}.prayer-block__image{width:calc(100% + var(--outer-margin) * 2);position:relative;right:var(--outer-margin)}@media print,screen and (min-width:64em){.prayer-block{grid-template-columns:repeat(12,1fr);padding-right:0;column-gap:1.875rem;padding-bottom:0}.prayer-block__content{grid-column:1/span 4;grid-row:1}.prayer-block__content p{font-size:1.5rem;line-height:142%;padding-bottom:1.5625rem;max-width:unset}.prayer-block__content img{max-width:99px}.prayer-block__image{grid-column:6/-1;width:104%;right:4%}.prayer-block__image img{object-fit:cover}}