(window.webpackJsonp=window.webpackJsonp||[]).push([[0,12],{460:function(t,e,o){var content=o(537);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(23).default)("c8559608",content,!0,{sourceMap:!1})},517:function(t,e,o){"use strict";o.r(e);o(43),o(250),o(39);var n=o(29),r={components:{Accordion:o(596).default},mixins:[n.a,n.e],props:{props:{type:Object,default:function(){return{}}},section:{type:String,default:""},reverse:{type:Boolean,default:!1},altBg:{type:Boolean,default:!1}},data:function(){return{activeTab:0,sectionOverflow:!1,tabHeight:0}},mounted:function(){this.setMaxHeight(),this.setHeight(),window.addEventListener("resize",this.debounceFunc),window.addEventListener("resize",this.setHeight)},destroyed:function(){window.removeEventListener("resize",this.debounceFunc)},methods:{debounceFunc:function(){this.debounce(this.setHeight,null,300)},handleTabChange:function(i){this.activeTab=i,this.setHeight()},setHeight:function(){var t=0;t=window.innerWidth>1024?this.tabHeight+.05*window.innerWidth:this.$refs.panels[this.activeTab].firstChild.scrollHeight+.15*window.innerWidth,this.$refs.tabpanels.style.height=t+"px"},setMaxHeight:function(){for(var i=0;i<this.$refs.panels.length;i++)this.$refs.panels[i].scrollHeight>this.tabHeight&&(this.tabHeight=this.$refs.panels[i].scrollHeight)},startSectionScroll:function(){this.sectionOverflow&&window.innerWidth>1024&&this.$store.dispatch("PAGE_SECTION_SCROLL_ACTIVE",!0)},stopSectionScroll:function(){this.sectionOverflow&&window.innerWidth>1024&&this.$store.dispatch("PAGE_SECTION_SCROLL_ACTIVE",!1)},openModalText:function(content){var t=this;this.$store.dispatch("PAGE_SECTION_SCROLL_ACTIVE",!1),this.$store.dispatch("MODAL_TEXT_ACTIVE",!0),this.$store.dispatch("MODAL_TEXT",content),setTimeout((function(){t.$_trapFocus(document.querySelector(".modal-text__container"))}),300);var e=document.body.style.top;document.body.style.position="fixed",document.body.style.top=e}}},c=(o(622),o(8)),component=Object(c.a)(r,(function(){var t=this,e=t._self._c;return e("section",{staticClass:"block-image-tabs",class:{"block-image-tabs--comm":"community"===t.section,"block-image-tabs--bg":t.altBg}},[e("div",{staticClass:"block-image-tabs__container",class:{"block-image-tabs__container--reverse":t.reverse}},[e("div",{staticClass:"block-image-tabs__col-left"},[e("div",{staticClass:"block-image-tabs__circle",class:{"block-image-tabs__circle--comm":"community"===t.section,"block-image-tabs__circle--reverse":t.reverse}}),e("div",{staticClass:"block-image-tabs__image-wrapper"},[e("div",{staticClass:"block-image-tabs__image-background",class:{"block-image-tabs__image-background--comm":"community"===t.section}}),e("BaseImage",{staticClass:"block-image-tabs__image",class:{"block-image-tabs__image--comm":"community"===t.section},attrs:{src:t.props.main_image.src,webp:t.props.main_image.webp,alt:t.props.main_image.alt,bgColor:"transparent",objectPosition:"center bottom"}})],1)]),e("div",{staticClass:"block-image-tabs__col-right"},[e("h2",{staticClass:"block-image-tabs__title",domProps:{innerHTML:t._s(t.props.title)}}),e("div",{staticClass:"block-image-tabs__tabs",attrs:{role:"tablist","aria-label":t.props.title}},t._l(t.props.tabs,(function(o,i){return e("h3",{key:"tab-".concat(i),staticClass:"block-image-tabs__tab",class:{"block-image-tabs__tab--active":i===t.activeTab},attrs:{role:"tab","aria-selected":i===t.activeTab,"aria-controls":"".concat(t.section,"-tabpanel-").concat(i),id:"".concat(t.section,"-tab-").concat(i),tabindex:"0"},domProps:{innerHTML:t._s(o.title)},on:{click:function(e){return t.handleTabChange(i)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.handleTabChange(i)}}})})),0),e("div",{ref:"tabpanels",staticClass:"block-image-tabs__tab-panels",on:{mouseenter:function(e){return t.stopSectionScroll()},mouseleave:function(e){return t.startSectionScroll()}}},t._l(t.props.tabs,(function(o,n){return e("div",{key:"panel-".concat(n),ref:"panels",refInFor:!0,staticClass:"block-image-tabs__tab-panel",class:{"block-image-tabs__tab-panel--active":n===t.activeTab},attrs:{role:"tabpanel",id:"".concat(t.section,"-tabpanel-").concat(n),"aria-label":"tabpanel ".concat(n),"aria-hidden":n!==t.activeTab,tabindex:n===t.activeTab?0:-1}},[e("div",{staticClass:"block-image-tabs__tab-panel-text",domProps:{innerHTML:t._s(o.text)}}),o.has_second_modal?e("ul",[e("li",[e("button",{staticClass:"block-image-tabs__modal-button",attrs:{"aria-haspopup":"true","aria-controls":"modal-text",tabindex:"0"},domProps:{innerHTML:t._s(o.modal_second.title)},on:{click:function(e){return t.openModalText(o.modal_second.content)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.openModalText(o.modal_second.content)}}})])]):t._e(),o.has_modal?e("ul",[e("li",[e("button",{staticClass:"block-image-tabs__modal-button",attrs:{"aria-haspopup":"true","aria-controls":"modal-text",tabindex:"0"},domProps:{innerHTML:t._s(o.modal.title)},on:{click:function(e){return t.openModalText(o.modal.content)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.openModalText(o.modal.content)}}})])]):t._e(),o.has_accordion?e("div",{staticClass:"block-image-tabs__tab-panel-accordion"},[e("Accordion",{attrs:{props:o.accordion}})],1):t._e()])})),0),t.props.button.text&&!t.props.button.new_tab?e("nuxt-link",{staticClass:"block-image-tabs__button",attrs:{to:t.props.button.link},domProps:{innerHTML:t._s(t.props.button.text)}}):t._e(),t.props.button.text&&t.props.button.new_tab?e("a",{staticClass:"block-image-tabs__button",attrs:{href:t.props.button.link,"aria-label":t.props.button.aria_label,target:"_blank"},domProps:{innerHTML:t._s(t.props.button.text)}}):t._e()],1)])])}),[],!1,null,null,null);e.default=component.exports},536:function(t,e,o){"use strict";o(460)},537:function(t,e,o){var n=o(22)((function(i){return i[1]}));n.push([t.i,'.block-accordion__item-question-icon:after,.block-accordion__item-question-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes circle-grow{0%{transform:scale(1)}50%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes circle-bounce{0%{transform:translateY(-.9%)}50%{transform:translateY(.9%)}to{transform:translateY(-.9%)}}@keyframes circle-bounce-centered{0%{transform:translate3d(-50%,-49.1%,0)}50%{transform:translate3d(-50%,-50.9%,0)}to{transform:translate3d(-50%,-49.1%,0)}}@keyframes rotate-image{0%{transform:rotate(-4.5deg)}50%{transform:rotate(-7.5deg)}to{transform:rotate(-4.5deg)}}@keyframes rotate-image-flat{0%{transform:rotate(0deg)}50%{transform:rotate(2deg)}to{transform:rotate(0deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-bounce-in{0%{opacity:0;transform:translateY(12%) scale(.75)}75%{transform:scale(1.05)}85%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slide-right-reveal{0%{clip-path:polygon(0 0,20% 0,20% 100%,0 100%);opacity:0;transform:translateX(-2rem)}60%{opacity:1}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1;transform:translateX(0)}}@keyframes shutters-effect{0%{opacity:0;transform:scaleX(0) scaleY(.005)}25%{opacity:1;transform:scaleX(0) scaleY(.005)}50%{opacity:1;transform:scaleX(1) scaleY(.005)}to{opacity:1;transform:scaleX(1) scaleY(1)}}@keyframes button-right{0%{transform:translate3d(0,-50%,0)}50%{transform:translate3d(16px,-50%,0)}to{transform:translate3d(0,-50%,0)}}@keyframes button-left{0%{transform:translate3d(0,-50%,0)}50%{transform:translate3d(-16px,-50%,0)}to{transform:translate3d(0,-50%,0)}}.block-accordion{display:flex;justify-content:center}.block-accordion__container{height:100%;overflow-y:auto}.block-accordion__container::-webkit-scrollbar{background:transparent;border-radius:1.25rem;width:.625rem}.block-accordion__container::-webkit-scrollbar-thumb{border-radius:1.25rem}.block-accordion__item{margin:0 1rem;overflow:hidden;padding:1rem 0}@media screen and (max-width:1024px){.block-accordion__item{margin:0}}@media not all and (pointer:coarse){.block-accordion__item:hover .aligners-faqs__item-question-text{-webkit-text-stroke:.04em}.block-accordion__item:hover .aligners-faqs__item-question-icon:after,.block-accordion__item:hover .aligners-faqs__item-question-icon:before{height:.15625rem}}.block-accordion__item:not(:last-of-type){border-bottom:.0625rem solid #fff}.block-accordion__item-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;text-transform:uppercase}.block-accordion__item-question:focus-visible{outline-color:#8ab153;outline-offset:.1875rem;outline-style:dashed;outline-width:.125rem}.block-accordion__item-question-text{max-width:calc(100% - 46px);transition:-webkit-text-stroke-color .2s ease;-webkit-text-stroke:.04em;-webkit-text-stroke-color:transparent;font-size:1.25rem}@media screen and (max-width:480px){.block-accordion__item-question-text{max-width:calc(100% - 36px)}}.block-accordion__item-question-icon{height:1.875rem;position:relative;width:1.875rem}@media screen and (max-width:480px){.block-accordion__item-question-icon{height:1.25rem;width:1.25rem}}.block-accordion__item-question-icon:after,.block-accordion__item-question-icon:before{background:#333;content:"";height:.0625rem;transition:transform .4s ease,height .2s ease;width:100%}.block-accordion__item-question-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.block-accordion__item-question-icon--active:after{transform:translate(-50%,-50%) rotate(0)}.block-accordion__item-answer{height:0;overflow:hidden;transition:height .3s ease}.block-accordion__item-answer-text{padding:1rem 0}',""]),n.locals={},t.exports=n},580:function(t,e,o){var content=o(623);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(23).default)("613fc844",content,!0,{sourceMap:!1})},596:function(t,e,o){"use strict";o.r(e);var n={props:{props:{type:Array,default:function(){return[]}}},data:function(){return{activeItem:null}},methods:{startSectionScroll:function(){window.innerWidth>1024&&this.$store.dispatch("PAGE_SECTION_SCROLL_ACTIVE",!0)},stopSectionScroll:function(){window.innerWidth>1024&&this.$store.dispatch("PAGE_SECTION_SCROLL_ACTIVE",!1)},toggleItem:function(t){null===this.activeItem?(this.$refs["item-".concat(t)][0].style.height=this.$refs["item-".concat(t)][0].scrollHeight+"px",this.activeItem=t):this.activeItem===t?(this.$refs["item-".concat(t)][0].style.height="0px",this.activeItem=null):(this.$refs["item-".concat(this.activeItem)][0].style.height="0px",this.$refs["item-".concat(t)][0].style.height=this.$refs["item-".concat(t)][0].scrollHeight+"px",this.activeItem=t)}}},r=(o(536),o(8)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{ref:"main",staticClass:"block-accordion",on:{mouseenter:function(e){return t.stopSectionScroll()},mouseleave:function(e){return t.startSectionScroll()}}},[e("div",{ref:"container",staticClass:"block-accordion__container"},t._l(t.props,(function(o,i){return e("div",{key:"item-".concat(i),staticClass:"block-accordion__item"},[e("div",{staticClass:"block-accordion__item-question",attrs:{role:"button","aria-controls":"item-".concat(i),"aria-expanded":i===t.activeItem,tabindex:"0"},on:{click:function(e){return t.toggleItem(i)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.toggleItem(i)}}},[e("h3",{staticClass:"block-accordion__item-question-text",domProps:{innerHTML:t._s(o.title)}}),e("div",{staticClass:"block-accordion__item-question-icon",class:{"block-accordion__item-question-icon--active":i===t.activeItem}})]),e("div",{ref:"item-".concat(i),refInFor:!0,staticClass:"block-accordion__item-answer",attrs:{id:"item-".concat(i)}},[e("div",{staticClass:"block-accordion__item-answer-text",domProps:{innerHTML:t._s(o.content)}})])])})),0)])}),[],!1,null,null,null);e.default=component.exports},622:function(t,e,o){"use strict";o(580)},623:function(t,e,o){var n=o(22)((function(i){return i[1]}));n.push([t.i,'.block-image-tabs__title{font-family:"Zilla Slab",serif;font-size:3.5rem;font-weight:400;letter-spacing:.026em;line-height:1.14}@media screen and (max-width:1100px){.block-image-tabs__title{font-size:3rem}}@media screen and (max-width:1024px){.block-image-tabs__title{font-size:2.375rem}}@media screen and (max-width:480px){.block-image-tabs__title{font-size:2rem;letter-spacing:.0125em;line-height:1.1}}.block-image-tabs__tab{font-family:"Zilla Slab",serif;font-size:2.5rem;font-weight:300;letter-spacing:.05em;line-height:1.2}@media screen and (max-width:480px){.block-image-tabs__tab{font-size:2rem;letter-spacing:.038em;line-height:1.23}}.block-image-tabs__button{font-size:1.5rem;font-weight:300;letter-spacing:.25rem;line-height:1.333;text-transform:lowercase}@media screen and (max-width:600px){.block-image-tabs__button{font-size:1.0625rem}}.block-image-tabs__tab-panel{height:100%;left:0;position:absolute;top:0;width:100%}.block-image-tabs{padding-bottom:6rem;padding-top:6rem}@media screen and (min-width:1440px){.block-image-tabs{padding-bottom:8rem;padding-top:8rem}}@media screen and (max-width:1024px){.block-image-tabs{padding-bottom:2rem;padding-top:2rem}}@keyframes circle-grow{0%{transform:scale(1)}50%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes circle-bounce{0%{transform:translateY(-.9%)}50%{transform:translateY(.9%)}to{transform:translateY(-.9%)}}@keyframes circle-bounce-centered{0%{transform:translate3d(-50%,-49.1%,0)}50%{transform:translate3d(-50%,-50.9%,0)}to{transform:translate3d(-50%,-49.1%,0)}}@keyframes rotate-image{0%{transform:rotate(-4.5deg)}50%{transform:rotate(-7.5deg)}to{transform:rotate(-4.5deg)}}@keyframes rotate-image-flat{0%{transform:rotate(0deg)}50%{transform:rotate(2deg)}to{transform:rotate(0deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-bounce-in{0%{opacity:0;transform:translateY(12%) scale(.75)}75%{transform:scale(1.05)}85%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slide-right-reveal{0%{clip-path:polygon(0 0,20% 0,20% 100%,0 100%);opacity:0;transform:translateX(-2rem)}60%{opacity:1}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1;transform:translateX(0)}}@keyframes shutters-effect{0%{opacity:0;transform:scaleX(0) scaleY(.005)}25%{opacity:1;transform:scaleX(0) scaleY(.005)}50%{opacity:1;transform:scaleX(1) scaleY(.005)}to{opacity:1;transform:scaleX(1) scaleY(1)}}@keyframes button-right{0%{transform:translate3d(0,-50%,0)}50%{transform:translate3d(16px,-50%,0)}to{transform:translate3d(0,-50%,0)}}@keyframes button-left{0%{transform:translate3d(0,-50%,0)}50%{transform:translate3d(-16px,-50%,0)}to{transform:translate3d(0,-50%,0)}}.block-image-tabs{padding-bottom:0;position:relative;width:100%}@media screen and (max-width:1024px){.block-image-tabs{height:auto;padding-bottom:2rem;padding-top:2rem}}.block-image-tabs .pages-invisalign,.pages-braces .block-image-tabs{padding-top:3rem}@media screen and (max-width:1024px){.block-image-tabs .pages-invisalign,.pages-braces .block-image-tabs{padding-top:2rem;pading-bottom:2rem}.block-image-tabs--comm{padding-top:3rem}}.block-image-tabs--bg{background:#f7fbfb}@media screen and (max-width:1024px){.block-image-tabs--bg{background:none}}.block-image-tabs__container{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1192px;overflow:hidden;padding:0 20px;position:relative;width:100%}@media screen and (min-width:1680px){.block-image-tabs__container{max-width:1440px}}@media screen and (max-width:768px){.block-image-tabs__container{padding:0 2rem}}@media screen and (max-width:480px){.block-image-tabs__container{padding:0 1rem}}@media screen and (max-width:1024px){.block-image-tabs__container{align-items:center;justify-content:center}}#philanthropy .block-image-tabs__container,.pages-braces .block-image-tabs__container,.pages-general .block-image-tabs__container,.pages-invisalign .block-image-tabs__container{align-items:center}.block-image-tabs__container--reverse{flex-direction:row-reverse}.block-image-tabs__col-left{padding:0 12px;width:50%;z-index:1}@media screen and (max-width:768px){.block-image-tabs__col-left{padding:0;width:100%}}@media screen and (max-width:1024px){.block-image-tabs__col-left{display:flex;justify-content:center;margin-bottom:3rem;width:34%}}@media screen and (max-width:768px){.block-image-tabs__col-left{width:100%}}@media screen and (max-width:480px){.block-image-tabs__col-left{margin-bottom:1.5rem}}@media screen and (min-width:1680px){#meet-dr-thrower .block-image-tabs__col-left{padding:0 12px;width:41.66667%}}@media screen and (min-width:1680px) and (max-width:768px){#meet-dr-thrower .block-image-tabs__col-left{padding:0;width:100%}}.block-image-tabs__circle{animation:circle-bounce 6s ease-in-out infinite;background:rgba(19,119,191,.4);border-radius:50%;left:5%;padding-top:calc(42% - 2rem);position:absolute;top:15%;width:calc(42% - 2rem)}@media screen and (max-width:1280px){.block-image-tabs__circle{top:25%}}@media screen and (max-width:1024px){.block-image-tabs__circle{display:none}}.block-image-tabs__circle--comm{animation:circle-grow 6s ease-in-out infinite;background:rgba(138,177,83,.4);left:5%;padding-top:calc(40% - 2rem);position:absolute;top:15%;width:calc(40% - 2rem)}.block-image-tabs__circle--reverse{left:60%}.block-image-tabs__image-wrapper{align-items:flex-end;display:flex;padding-top:2rem;width:100%}@media screen and (max-width:1024px){.block-image-tabs__image-wrapper{border-radius:160px;overflow:hidden;padding-top:0;position:relative;width:20rem}}@media screen and (max-width:768px){.block-image-tabs__image-wrapper{width:17.5rem}}@media screen and (max-width:480px){.block-image-tabs__image-wrapper{width:14rem}}.block-image-tabs__image-background{background:#1376bf;border-radius:10rem;bottom:0;display:none;left:0;padding-top:100%;position:absolute;width:100%}@media screen and (max-width:1024px){.block-image-tabs__image-background{display:block}}.block-image-tabs__image-background--comm{background:rgba(138,177,83,.4)}.block-image-tabs__image{overflow:hidden;padding-top:99.6%;width:100%}@media screen and (max-width:1024px){.block-image-tabs__image{padding-top:124.5%}}.block-image-tabs__image--comm{width:87%}@media screen and (max-width:1024px){.block-image-tabs__image--comm{width:100%}}.block-image-tabs__image .base-image__image{-o-object-position:bottom center;object-position:bottom center}.block-image-tabs__col-right{align-items:center;display:flex;flex-wrap:wrap;padding:0 12px;width:50%;z-index:1}@media screen and (max-width:768px){.block-image-tabs__col-right{padding:0;width:100%}}@media screen and (max-width:1024px){.block-image-tabs__col-right{width:66%}}@media screen and (max-width:768px){.block-image-tabs__col-right{width:100%}}@media screen and (max-width:480px){.block-image-tabs__col-right{justify-content:center}}@media screen and (min-width:1680px){#meet-dr-thrower .block-image-tabs__col-right{margin-left:8.33333%}}@media screen and (min-width:1680px) and (max-width:768px){#meet-dr-thrower .block-image-tabs__col-right{margin-left:0}}.block-image-tabs__title{margin-bottom:1rem}@media screen and (max-width:480px){.block-image-tabs__title{font-size:1.875rem}}.block-image-tabs__tabs{display:flex;justify-content:flex-start;width:100%}@media screen and (max-width:600px){.block-image-tabs__tabs{flex-wrap:wrap}}.block-image-tabs__tab{cursor:pointer;transition:-webkit-text-stroke-color .2s ease;-webkit-text-stroke:.025em;-webkit-text-stroke-color:transparent}.block-image-tabs__tab:focus-visible{outline-color:#8ab153;outline-offset:.1875rem;outline-style:dashed;outline-width:.125rem}@media screen and (min-width:1680px){.block-image-tabs__tab{font-size:2.25rem}}@media screen and (max-width:1680px){.block-image-tabs__tab{font-size:2rem}}@media screen and (max-width:1440px){.block-image-tabs__tab{font-size:1.875rem}}@media screen and (max-width:600px){.block-image-tabs__tab{font-size:1.625rem;margin-bottom:1rem}}@media not all and (pointer:coarse){.block-image-tabs__tab:hover{-webkit-text-stroke-color:#000}}.block-image-tabs__tab:not(:last-of-type){margin-right:2.5rem}@media screen and (max-width:1024px){.block-image-tabs__tab:not(:last-of-type){margin-right:2rem}}@media screen and (max-width:600px){.block-image-tabs__tab:not(:last-of-type){margin-right:2rem}}.block-image-tabs__tab--active{color:#1376bf;pointer-events:none;-webkit-text-stroke:.0625rem}.block-image-tabs__tab-panels{margin-top:1rem;overflow:hidden;position:relative;transition:height .3s ease;width:100%}@media screen and (max-width:1024px){.block-image-tabs__tab-panels{min-height:12.5rem;overflow:auto}}@media screen and (max-width:600px){.block-image-tabs__tab-panels{margin-top:.5rem}}.block-image-tabs__tab-panel{opacity:0;overflow:auto;padding-right:.5rem;padding-top:1rem;pointer-events:none;transition:opacity .2s ease}.block-image-tabs__tab-panel:focus-visible{outline-color:#8ab153;outline-offset:.1875rem;outline-style:dashed;outline-width:.125rem}@media screen and (min-width:1440px){.block-image-tabs__tab-panel{overflow:hidden}}@media screen and (max-width:1024px){.block-image-tabs__tab-panel{padding-right:0}}.block-image-tabs__tab-panel::-webkit-scrollbar{background:hsla(0,0%,82%,.3);border-radius:1.25rem;width:.625rem}.block-image-tabs__tab-panel::-webkit-scrollbar-thumb{background:rgba(19,119,191,.4);border-radius:1.25rem}.block-image-tabs__tab-panel--active{opacity:1;pointer-events:auto}.block-image-tabs__tab-panel ul{margin:0}.block-image-tabs__tab-panel a,.block-image-tabs__tab-panel button,.block-image-tabs__tab-panel__modal-button{background:none;border:none;display:inline-block;outline:none;transition:-webkit-text-stroke-color .2s ease;-webkit-text-stroke:.025em;-webkit-text-stroke-color:transparent;color:#1376bf;cursor:pointer;font-weight:300}.block-image-tabs__tab-panel a:focus-visible,.block-image-tabs__tab-panel button:focus-visible,.block-image-tabs__tab-panel__modal-button:focus-visible{outline-color:#8ab153;outline-offset:.1875rem;outline-style:dashed;outline-width:.125rem}@media not all and (pointer:coarse){.block-image-tabs__tab-panel a:hover,.block-image-tabs__tab-panel button:hover,.block-image-tabs__tab-panel__modal-button:hover{-webkit-text-stroke-color:#1376bf}}.block-image-tabs__modal-button{text-align:left}.block-image-tabs__button{color:#1376bf;display:block;margin-left:3rem;margin-top:1rem;position:relative;text-align:center;transition:opacity .2s ease;transition:color .15s ease-in}.block-image-tabs__button:focus-visible{outline-color:#8ab153;outline-offset:.1875rem;outline-style:dashed;outline-width:.125rem}@media not all and (pointer:coarse){.block-image-tabs__button:hover{opacity:.7}.block-image-tabs__button:hover:after,.block-image-tabs__button:hover:before{width:2.5rem}}.block-image-tabs__button:focus{opacity:.7}.block-image-tabs__button:focus:after,.block-image-tabs__button:focus:before{width:2.5rem}.block-image-tabs__button:after,.block-image-tabs__button:before{background:#1376bf;content:"";height:1px;position:absolute;width:24px}.block-image-tabs__button:before{right:calc(100% + 24px)}.block-image-tabs__button:after,.block-image-tabs__button:before{-webkit-animation-fill-mode:forwards;top:50%;transform:translate3d(0,-50%,0);transition:width .2s ease}.block-image-tabs__button:after{left:calc(100% + 24px)}@media screen and (max-width:480px){.block-image-tabs__button{margin:1rem auto}}@media screen and (min-width:1680px){#philanthropy .block-image-tabs__button{margin-top:-2rem}}#philanthropy{padding-top:4rem}',""]),n.locals={},t.exports=n}}]);