@import url(https://cloud.typography.com/7755300/6399632/css/fonts.css);
.calendar{display:none;width:300px;position:fixed;top:100%;left:auto;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:1px solid #ccc;background:#fff;margin:0 0 0 -11px}.calendar.active{display:block}.calendar .header{margin:0 0 10px 0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.calendar .header .title{margin:0 !important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:.8rem}.calendar .header .arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.calendar .header .arrows .arrow{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-right-color:gray}.calendar .header .arrows .arrow.next{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.calendar>.list{gap:0 !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.calendar>.list .item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.6rem;height:30px;opacity:.2;padding:0 !important;border:none !important}.calendar>.list .item.active{opacity:1;cursor:pointer}.calendar>.list .item.active:hover{background:aqua}
.steps{text-align:center}.steps ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;position:relative;z-index:1000;overflow:hidden}.steps ul li{cursor:pointer;position:relative;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1}.steps ul li .label{text-align:left}.steps ul li .progress{background:#d3d3d3;height:10px;overflow:hidden}.steps ul li .progress .bar{background:#000;height:100%;width:0%}.steps ul li.current{pointer-events:none}.steps ul li:not(.ready){pointer-events:none}.buttons{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.buttons .button{width:auto !important;display:inline-block;position:relative;text-align:left;margin:0;z-index:10;font-family:"Gotham A","Gotham B";font-style:normal;font-weight:bold;cursor:pointer;background-color:#8800e0;border-radius:30px;text-transform:uppercase;color:#fff;border:none;text-decoration:none;padding:15px 25px;font-size:1rem;line-height:1.3em}.buttons .button.disabled{opacity:.5}.buttons .button:not(.ready){opacity:.3}.submit{display:block;cursor:pointer}.submit.disabled{opacity:.3;cursor:default}
.ace-choice{min-width:100px;font-family:inherit}.ace-choice.required .wrapper.highlight{border-color:red}.ace-choice.required .wrapper.highlight:after{background-image:url(img/0544bfa2aa5193ec11cd.png)}.ace-choice.required .wrapper.highlight+.help{display:block}.ace-choice.disabled{pointer-events:none;opacity:.2}.ace-choice .title{font-size:clamp(.9rem,5vw,1.35rem);font-weight:bold;margin:0 0 5px 0;line-height:1.4em;color:#01aef0}.ace-choice .help{font-style:italic;font-size:.9rem;display:none;color:red}.ace-choice.dropdown{opacity:1;-webkit-transition:max-height 200ms ease,margin-bottom 200ms ease,opacity 200ms ease 200ms;transition:max-height 200ms ease,margin-bottom 200ms ease,opacity 200ms ease 200ms}.ace-choice.dropdown.disabled{-webkit-transition:max-height 200ms ease 200ms,margin-bottom 200ms ease 200ms,opacity 200ms;transition:max-height 200ms ease 200ms,margin-bottom 200ms ease 200ms,opacity 200ms;max-height:0px;opacity:0;margin-bottom:0 !important}.ace-choice.dropdown .wrapper{border:1px solid gray;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 10px 0;outline:0;padding:20px 15px;border:1px solid #def4f9;font-size:1rem;line-height:1em;font-style:normal;font-weight:400;padding:3px}@media only screen and (min-width: 775px){.ace-choice.dropdown .wrapper{padding:23px 15px}}@media only screen and (min-width: 950px){.ace-choice.dropdown .wrapper{padding:27px 15px}}.ace-choice.dropdown .wrapper.hint{border-color:#df2a60}.ace-choice.dropdown .wrapper.active .options{position:absolute;top:calc(100% - 1px);right:auto;bottom:auto;left:0;z-index:1000;display:block;outline:1px solid gray;min-width:100%}.ace-choice.dropdown .wrapper.active .current:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.ace-choice.dropdown .wrapper.active .value:after{border-bottom:10px solid rgba(0,0,0,0);border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-bottom-color:gray;border-top:none}.ace-choice.dropdown .wrapper .value{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:7px;cursor:pointer}.ace-choice.dropdown .wrapper .value:after{content:"";display:block;position:absolute;top:40%;right:10px;bottom:auto;left:auto;border-top:10px solid rgba(0,0,0,0);border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-top-color:gray}.ace-choice.dropdown .wrapper .options{display:none;list-style:none;white-space:nowrap;margin:0;padding:0;position:absolute;z-index:1;background:#fff;max-height:275px;overflow-y:scroll}.ace-choice.dropdown .wrapper .options li{padding:5px 7px;position:relative;cursor:pointer}.ace-choice.dropdown .wrapper .options li input{display:none}.ace-choice.dropdown .wrapper .options li:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:gray;z-index:-1}.ace-choice.dropdown .wrapper .options li.disabled{pointer-events:none;opacity:.5}.ace-choice.dropdown .wrapper .options li.hidden{display:none}.ace-choice.dropdown .wrapper .options li.placeholder{font-style:italic;opacity:.5}.ace-choice.chip.required .wrapper.highlight .options li{border-color:red;color:red}.ace-choice.chip.required .wrapper.highlight+.help{display:block}.ace-choice.chip .wrapper .options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ace-choice.chip .wrapper li{cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border:1px solid #000;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.ace-choice.chip .wrapper .active{background:#000;color:#fff}.ace-choice.check.required .wrapper.highlight .options li{color:red}.ace-choice.check.required .wrapper.highlight .options li:before{border-color:red}.ace-choice.check.required .wrapper.highlight+.help{display:block}.ace-choice.check .wrapper .options{list-style:none;margin:20px 0;padding:0}.ace-choice.check .wrapper .options li{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0px 0 15px 0}.ace-choice.check .wrapper .options li:before{content:"";display:inline-block;height:12px;-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px;margin:auto 7px auto 0;border:2px solid #000}.ace-choice.check .wrapper .options li.active:before{background:#000}.ace-choice.range .wrapper{position:relative;padding:20px 0 0 0}.ace-choice.range .wrapper .indicator{border-radius:40px;background:#000;position:absolute;padding:12px;-webkit-transform:translate(-12px, -20px);transform:translate(-12px, -20px)}.ace-choice.range .wrapper .options{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ace-choice.range .wrapper .options li{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:10px 0;position:relative}.ace-choice.range .wrapper .options li:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,0);border:2px solid #000;left:50%;-webkit-transform:translate(-50%, -25px);transform:translate(-50%, -25px)}.ace-choice.range .wrapper .options li.active:after{background:#fff}.ace-choice.toggle .wrapper .options{position:relative;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ace-choice.toggle .wrapper .options li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:30px;flex-basis:30px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;border:1px solid #000}.ace-choice.toggle .wrapper .options li.active{-ms-flex-preferred-size:100%;flex-basis:100%}.ace-choice.toggle .wrapper .options li .name{white-space:nowrap}.ace-choice.hidden{display:none}
.ace-form{position:relative;overflow:hidden}.ace-form pre{display:none}.ace-form .message *:first-child{margin-top:0}.ace-form>.header{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.ace-form .container>.list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:11;-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease}.ace-form .container>.list>.fraction{display:grid;grid-template-rows:0fr;-webkit-transition:grid-template-rows 500ms;transition:grid-template-rows 500ms;transition:grid-template-rows 500ms, -ms-grid-rows 500ms}.ace-form .container>.list>.fraction>.fields{opacity:0;overflow:hidden;-webkit-transition:opacity 200ms ease 50ms;transition:opacity 200ms ease 50ms}.ace-form .container[data-active="0"] .fraction:nth-child(1){grid-template-rows:1fr}.ace-form .container[data-active="0"] .fraction:nth-child(1)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="1"] .fraction:nth-child(2){grid-template-rows:1fr}.ace-form .container[data-active="1"] .fraction:nth-child(2)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="2"] .fraction:nth-child(3){grid-template-rows:1fr}.ace-form .container[data-active="2"] .fraction:nth-child(3)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="3"] .fraction:nth-child(4){grid-template-rows:1fr}.ace-form .container[data-active="3"] .fraction:nth-child(4)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="4"] .fraction:nth-child(5){grid-template-rows:1fr}.ace-form .container[data-active="4"] .fraction:nth-child(5)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="5"] .fraction:nth-child(6){grid-template-rows:1fr}.ace-form .container[data-active="5"] .fraction:nth-child(6)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="6"] .fraction:nth-child(7){grid-template-rows:1fr}.ace-form .container[data-active="6"] .fraction:nth-child(7)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="7"] .fraction:nth-child(8){grid-template-rows:1fr}.ace-form .container[data-active="7"] .fraction:nth-child(8)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="8"] .fraction:nth-child(9){grid-template-rows:1fr}.ace-form .container[data-active="8"] .fraction:nth-child(9)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="9"] .fraction:nth-child(10){grid-template-rows:1fr}.ace-form .container[data-active="9"] .fraction:nth-child(10)>.fields{opacity:1;overflow:visible}.ace-form .container[data-active="10"] .fraction:nth-child(11){grid-template-rows:1fr}.ace-form .container[data-active="10"] .fraction:nth-child(11)>.fields{opacity:1;overflow:visible}
.ace-field{min-width:100px;font-family:inherit;opacity:1;-webkit-transition:max-height 200ms ease,margin-bottom 200ms ease,opacity 200ms ease 200ms;transition:max-height 200ms ease,margin-bottom 200ms ease,opacity 200ms ease 200ms}.ace-field.required .wrapper.highlight{border-color:red}.ace-field.required .wrapper.highlight:after{background-image:url(img/0544bfa2aa5193ec11cd.png)}.ace-field.required .wrapper.highlight+.help{display:block}.ace-field.disabled{pointer-events:none;opacity:.2}.ace-field .title{font-size:clamp(.9rem,5vw,1.35rem);font-weight:bold;margin:0 0 5px 0;line-height:1.4em;color:#01aef0}.ace-field .limit{font-size:.8em;margin:auto 0 0 0;font-style:italic}.ace-field .help{font-style:italic;font-size:.9rem;display:none;color:red}.ace-field.multiline .wrapper{height:200px}.ace-field.multiline .wrapper .value{word-wrap:normal;height:100%}.ace-field .wrapper{border:1px solid gray;padding:10px;position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 10px 0;outline:0;padding:20px 15px;border:1px solid #def4f9;font-size:1rem;line-height:1em;font-style:normal;font-weight:400}@media only screen and (min-width: 775px){.ace-field .wrapper{padding:23px 15px}}@media only screen and (min-width: 950px){.ace-field .wrapper{padding:27px 15px}}.ace-field .wrapper.hint{border-color:#df2a60}.ace-field .wrapper.hint+.help{display:block}.ace-field .wrapper .limit{position:absolute;top:auto;right:10px;bottom:10px;left:auto}.ace-field .wrapper:after{content:"";display:block;position:absolute;top:10px;right:9px;bottom:auto;left:auto;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:100% auto}.ace-field .wrapper.valid:after{background-image:url(img/3fb5447c52331eef685c.png)}.ace-field .wrapper.invalid:after{background-image:url(img/0544bfa2aa5193ec11cd.png)}.ace-field .wrapper .placeholder{position:absolute;top:0;right:0;bottom:0;left:0;padding:inherit;cursor:default;pointer-events:none;opacity:.5}.ace-field .wrapper .value{width:100%;outline:none;min-height:15px}.ace-field .wrapper img{position:absolute;top:7px;right:10px;bottom:auto;left:auto;width:20px}.ace-field.date .wrapper{outline:none;overflow:visible;position:relative;z-index:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.ace-field.date .wrapper.active{z-index:2}.ace-field.date .wrapper .value{cursor:pointer}.ace-field.hidden{display:none}

.ace-arrows .arrow{display:block;position:absolute;top:40%;right:10px;bottom:auto;left:auto;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);border-right-color:gray;cursor:pointer}.ace-arrows .arrow.previous{position:absolute;top:50%;right:auto;bottom:auto;left:0}.ace-arrows .arrow.next{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.ace-bullets{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ace-bullets li{cursor:pointer;width:20px;height:20px;border:1px solid gray}.ace-bullets li.inactive{pointer-events:none;opacity:.2}.ace-bullets li:hover,.ace-bullets li.current{background:gray}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination li{cursor:pointer;padding:5px 7px}.pagination li.inactive{pointer-events:none;opacity:.2}.pagination li:hover,.pagination li.current{opacity:.3}.pagination li.next,.pagination li.previous{position:relative}.pagination li.next:after,.pagination li.previous:after{content:"";display:block;margin:50% 0 0 0;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-right-color:gray}.pagination li.next.next:after,.pagination li.previous.next:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.ace-bundle{position:relative}.ace-bundle pre{display:none}.ace-bundle .ace-header{margin:23px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:23px}.ace-bundle:not(.swipe) .list{-ms-flex-wrap:wrap;flex-wrap:wrap}.ace-bundle .list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:23px;min-width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ace-bundle .list .item{opacity:1}.ace-bundle .list .item.inactive{opacity:.3}@media only screen and (min-width: 775px){.ace-bundle[data-columns="2"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 11.5px);flex:0 0 calc(50% - 11.5px)}.ace-bundle[data-columns="3"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 11.5px);flex:0 0 calc(50% - 11.5px)}.ace-bundle[data-columns="4"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 11.5px);flex:0 0 calc(50% - 11.5px)}.ace-bundle[data-columns="5"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 11.5px);flex:0 0 calc(50% - 11.5px)}}@media only screen and (min-width: 950px){.ace-bundle[data-columns="3"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(33% - 11.5px);flex:0 0 calc(33% - 11.5px)}.ace-bundle[data-columns="4"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(33% - 11.5px);flex:0 0 calc(33% - 11.5px)}.ace-bundle[data-columns="5"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(33% - 11.5px);flex:0 0 calc(33% - 11.5px)}}@media only screen and (min-width: 1000px){.ace-bundle[data-columns="4"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 11.5px);flex:0 0 calc(25% - 11.5px)}.ace-bundle[data-columns="5"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 11.5px);flex:0 0 calc(25% - 11.5px)}}@media only screen and (min-width: 1250px){.ace-bundle[data-columns="4"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 11.5px);flex:0 0 calc(20% - 11.5px)}.ace-bundle[data-columns="5"] .list .item{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 11.5px);flex:0 0 calc(20% - 11.5px)}}
.ace-bundle{position:relative}.ace-bundle .container .list{-ms-flex-wrap:wrap;flex-wrap:wrap}
.ace-chart{padding:20px 0}.ace-chart .section .item{display:-webkit-box;display:-ms-flexbox;display:flex}.ace-chart .section .display{position:relative}.ace-chart .section .content{position:absolute;width:300px;height:auto;top:0;left:20px}.ace-chart .section .body{opacity:0}.ace-chart .section .segments{position:relative;width:200px}.ace-chart .section .segments:before{display:block;content:"";width:100%;padding-top:100%}.ace-chart .section .segments>*{position:absolute;top:0;right:0;bottom:0;left:0}.ace-chart .section svg{overflow:visible}.ace-chart .section path{-webkit-transform-origin:center;transform-origin:center}.ace-chart.expanded .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ace-chart.expanded .list .item{position:relative;pointer-events:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ace-chart.expanded .list .item .content{position:relative;width:100%;left:0px}.ace-chart.expanded .list .sectors .segment{fill:#000 !important;-webkit-transform:scale(1) !important;transform:scale(1) !important}.ace-chart.expanded .list .sectors .segment:last-child{fill:#efefef !important}.ace-chart.bars.expanded .item .segments{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ace-chart.bars.expanded .item .segments g text{display:block}.ace-chart.bars.expanded .item .segments g:last-child .segment{fill:none}.ace-chart.bars.expanded .item .segments g:last-child text{display:none}.ace-chart.bars .item{position:relative}.ace-chart.bars .item g text{display:none}.ace-chart.bars .item[data-current="1"] .content:nth-child(1) .body{opacity:1}.ace-chart.bars .item[data-current="1"] .segments g:nth-child(1) rect{fill:#155569}.ace-chart.bars .item g:nth-child(1) rect{fill:#06847b}.ace-chart.bars .item[data-current="2"] .content:nth-child(2) .body{opacity:1}.ace-chart.bars .item[data-current="2"] .segments g:nth-child(2) rect{fill:#af9007}.ace-chart.bars .item g:nth-child(2) rect{fill:#fff200}.ace-chart.bars .item[data-current="3"] .content:nth-child(3) .body{opacity:1}.ace-chart.bars .item[data-current="3"] .segments g:nth-child(3) rect{fill:#15048e}.ace-chart.bars .item g:nth-child(3) rect{fill:#8800e0}.ace-chart.bars .item[data-current="4"] .content:nth-child(4) .body{opacity:1}.ace-chart.bars .item[data-current="4"] .segments g:nth-child(4) rect{fill:#9f114e}.ace-chart.bars .item g:nth-child(4) rect{fill:#df2a60}.ace-chart.bars .item[data-current="5"] .content:nth-child(5) .body{opacity:1}.ace-chart.bars .item[data-current="5"] .segments g:nth-child(5) rect{fill:#003a76}.ace-chart.bars .item g:nth-child(5) rect{fill:#01aef0}.ace-chart.bars .item[data-current="6"] .content:nth-child(6) .body{opacity:1}.ace-chart.bars .item[data-current="6"] .segments g:nth-child(6) rect{fill:#15048e}.ace-chart.bars .item g:nth-child(6) rect{fill:#8800e0}.ace-chart.bars .item[data-current="7"] .content:nth-child(7) .body{opacity:1}.ace-chart.bars .item[data-current="7"] .segments g:nth-child(7) rect{fill:#155569}.ace-chart.bars .item g:nth-child(7) rect{fill:#06847b}.ace-chart.bars .item[data-current="8"] .content:nth-child(8) .body{opacity:1}.ace-chart.bars .item[data-current="8"] .segments g:nth-child(8) rect{fill:#af9007}.ace-chart.bars .item g:nth-child(8) rect{fill:#fff200}.ace-chart.bars .item[data-current="9"] .content:nth-child(9) .body{opacity:1}.ace-chart.bars .item[data-current="9"] .segments g:nth-child(9) rect{fill:#003a76}.ace-chart.bars .item g:nth-child(9) rect{fill:#01aef0}.ace-chart.bars .item[data-current="10"] .content:nth-child(10) .body{opacity:1}.ace-chart.bars .item[data-current="10"] .segments g:nth-child(10) rect{fill:#9f114e}.ace-chart.bars .item g:nth-child(10) rect{fill:#df2a60}.ace-chart.circle.doughnut .item .values{display:block !important}.ace-chart.circle.doughnut .item .segments:after{content:"";position:absolute;top:100%;right:auto;bottom:auto;left:100%;inset:10px;border-radius:50%;z-index:10;background-color:#fff}.has-theme-xdblue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#002c46}.has-theme-dblue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#003a76}.has-theme-blue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#01aef0}.has-theme-lblue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#def4f9}.has-theme-xlblue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#66d7ff}.has-theme-xxlblue-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#c3f4ff}.has-theme-lgreen-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#6abb45}.has-theme-orange-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#f95706}.has-theme-dred-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#9f114e}.has-theme-red-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#df2a60}.has-theme-lpink-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#f9e8f8}.has-theme-pink-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#d73c7e}.has-theme-dpurple-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#15048e}.has-theme-purple-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#8800e0}.has-theme-lpurple-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#aa6ecf}.has-theme-dteal-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#155569}.has-theme-teal-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#06847b}.has-theme-dyellow-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#af9007}.has-theme-yellow-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#fff200}.has-theme-lyellow-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#feeb97}.has-theme-neutral-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#eaeaea}.has-theme-xxdgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#333}.has-theme-xdgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#555}.has-theme-dgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#777}.has-theme-gray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#999}.has-theme-lgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#bbb}.has-theme-xlgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#ddd}.has-theme-xxlgray-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#f8f8f8}.has-theme-white-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#fff}.has-theme-black-background-color .ace-chart.circle.doughnut .item .segments:after{background-color:#231f20}.ace-chart.circle .item path{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease}.ace-chart.circle .item .values{pointer-events:none;position:absolute;z-index:11;display:none;top:0;left:0;right:0;bottom:0}.ace-chart.circle .item .values text{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}.ace-chart.circle .item[data-current="1"] .content:nth-child(1){pointer-events:all}.ace-chart.circle .item[data-current="1"] .content:nth-child(1) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="1"] .values text:nth-child(1){display:block}.ace-chart.circle .item[data-current="1"] .segments path:nth-child(1){fill:#155569;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(1){fill:#06847b}.ace-chart.circle .item[data-current="2"] .content:nth-child(2){pointer-events:all}.ace-chart.circle .item[data-current="2"] .content:nth-child(2) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="2"] .values text:nth-child(2){display:block}.ace-chart.circle .item[data-current="2"] .segments path:nth-child(2){fill:#af9007;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(2){fill:#fff200}.ace-chart.circle .item[data-current="3"] .content:nth-child(3){pointer-events:all}.ace-chart.circle .item[data-current="3"] .content:nth-child(3) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="3"] .values text:nth-child(3){display:block}.ace-chart.circle .item[data-current="3"] .segments path:nth-child(3){fill:#15048e;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(3){fill:#8800e0}.ace-chart.circle .item[data-current="4"] .content:nth-child(4){pointer-events:all}.ace-chart.circle .item[data-current="4"] .content:nth-child(4) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="4"] .values text:nth-child(4){display:block}.ace-chart.circle .item[data-current="4"] .segments path:nth-child(4){fill:#9f114e;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(4){fill:#df2a60}.ace-chart.circle .item[data-current="5"] .content:nth-child(5){pointer-events:all}.ace-chart.circle .item[data-current="5"] .content:nth-child(5) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="5"] .values text:nth-child(5){display:block}.ace-chart.circle .item[data-current="5"] .segments path:nth-child(5){fill:#003a76;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(5){fill:#01aef0}.ace-chart.circle .item[data-current="6"] .content:nth-child(6){pointer-events:all}.ace-chart.circle .item[data-current="6"] .content:nth-child(6) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="6"] .values text:nth-child(6){display:block}.ace-chart.circle .item[data-current="6"] .segments path:nth-child(6){fill:#15048e;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(6){fill:#8800e0}.ace-chart.circle .item[data-current="7"] .content:nth-child(7){pointer-events:all}.ace-chart.circle .item[data-current="7"] .content:nth-child(7) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="7"] .values text:nth-child(7){display:block}.ace-chart.circle .item[data-current="7"] .segments path:nth-child(7){fill:#155569;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(7){fill:#06847b}.ace-chart.circle .item[data-current="8"] .content:nth-child(8){pointer-events:all}.ace-chart.circle .item[data-current="8"] .content:nth-child(8) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="8"] .values text:nth-child(8){display:block}.ace-chart.circle .item[data-current="8"] .segments path:nth-child(8){fill:#af9007;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(8){fill:#fff200}.ace-chart.circle .item[data-current="9"] .content:nth-child(9){pointer-events:all}.ace-chart.circle .item[data-current="9"] .content:nth-child(9) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="9"] .values text:nth-child(9){display:block}.ace-chart.circle .item[data-current="9"] .segments path:nth-child(9){fill:#003a76;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(9){fill:#01aef0}.ace-chart.circle .item[data-current="10"] .content:nth-child(10){pointer-events:all}.ace-chart.circle .item[data-current="10"] .content:nth-child(10) .body{opacity:1;z-index:1}.ace-chart.circle .item[data-current="10"] .values text:nth-child(10){display:block}.ace-chart.circle .item[data-current="10"] .segments path:nth-child(10){fill:#9f114e;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.circle .item path:nth-child(10){fill:#df2a60}.ace-chart.point .segment{transform-box:fill-box;fill:#000;-webkit-transform-origin:bottom;transform-origin:bottom}.ace-chart.point .segment:hover{fill:gray}.ace-chart.point .background{fill:#a9a9a9}.ace-chart.point .item[data-current="1"] .content:nth-child(1){pointer-events:all}.ace-chart.point .item[data-current="1"] .content:nth-child(1) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="1"] .segments circle:nth-child(2){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="2"] .content:nth-child(2){pointer-events:all}.ace-chart.point .item[data-current="2"] .content:nth-child(2) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="2"] .segments circle:nth-child(3){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="3"] .content:nth-child(3){pointer-events:all}.ace-chart.point .item[data-current="3"] .content:nth-child(3) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="3"] .segments circle:nth-child(4){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="4"] .content:nth-child(4){pointer-events:all}.ace-chart.point .item[data-current="4"] .content:nth-child(4) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="4"] .segments circle:nth-child(5){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="5"] .content:nth-child(5){pointer-events:all}.ace-chart.point .item[data-current="5"] .content:nth-child(5) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="5"] .segments circle:nth-child(6){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="6"] .content:nth-child(6){pointer-events:all}.ace-chart.point .item[data-current="6"] .content:nth-child(6) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="6"] .segments circle:nth-child(7){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="7"] .content:nth-child(7){pointer-events:all}.ace-chart.point .item[data-current="7"] .content:nth-child(7) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="7"] .segments circle:nth-child(8){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="8"] .content:nth-child(8){pointer-events:all}.ace-chart.point .item[data-current="8"] .content:nth-child(8) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="8"] .segments circle:nth-child(9){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="9"] .content:nth-child(9){pointer-events:all}.ace-chart.point .item[data-current="9"] .content:nth-child(9) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="9"] .segments circle:nth-child(10){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="10"] .content:nth-child(10){pointer-events:all}.ace-chart.point .item[data-current="10"] .content:nth-child(10) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="10"] .segments circle:nth-child(11){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="11"] .content:nth-child(11){pointer-events:all}.ace-chart.point .item[data-current="11"] .content:nth-child(11) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="11"] .segments circle:nth-child(12){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="12"] .content:nth-child(12){pointer-events:all}.ace-chart.point .item[data-current="12"] .content:nth-child(12) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="12"] .segments circle:nth-child(13){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="13"] .content:nth-child(13){pointer-events:all}.ace-chart.point .item[data-current="13"] .content:nth-child(13) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="13"] .segments circle:nth-child(14){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="14"] .content:nth-child(14){pointer-events:all}.ace-chart.point .item[data-current="14"] .content:nth-child(14) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="14"] .segments circle:nth-child(15){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="15"] .content:nth-child(15){pointer-events:all}.ace-chart.point .item[data-current="15"] .content:nth-child(15) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="15"] .segments circle:nth-child(16){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="16"] .content:nth-child(16){pointer-events:all}.ace-chart.point .item[data-current="16"] .content:nth-child(16) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="16"] .segments circle:nth-child(17){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="17"] .content:nth-child(17){pointer-events:all}.ace-chart.point .item[data-current="17"] .content:nth-child(17) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="17"] .segments circle:nth-child(18){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="18"] .content:nth-child(18){pointer-events:all}.ace-chart.point .item[data-current="18"] .content:nth-child(18) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="18"] .segments circle:nth-child(19){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="19"] .content:nth-child(19){pointer-events:all}.ace-chart.point .item[data-current="19"] .content:nth-child(19) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="19"] .segments circle:nth-child(20){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-chart.point .item[data-current="20"] .content:nth-child(20){pointer-events:all}.ace-chart.point .item[data-current="20"] .content:nth-child(20) .body{opacity:1;z-index:1}.ace-chart.point .item[data-current="20"] .segments circle:nth-child(21){fill:gray;-webkit-transform:scale(1.1);transform:scale(1.1)}
.ace-popup{position:relative;z-index:-1;opacity:0}.ace-popup.active{opacity:1;z-index:1000}.ace-popup>.container{background:#fff;padding:10px 25px;position:relative;z-index:1;overflow:hidden}.ace-popup>.container>.close{width:50px;height:50px;border-radius:50%;z-index:1000;position:absolute;top:10px;right:10px;bottom:auto;left:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:35px;height:35px;cursor:pointer}.ace-popup>.container>.close:after,.ace-popup>.container>.close:before{content:"";position:absolute;top:50%;right:0;bottom:auto;left:0;width:100%;height:2px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background-color:#fff}.ace-popup>.container>.close:after{-webkit-transform:translate(0, -50%) rotate(90deg);transform:translate(0, -50%) rotate(90deg)}.ace-popup>.container>.wrapper{overflow:hidden}.ace-popup>.container>.wrapper>.list{gap:0;display:-webkit-box;display:-ms-flexbox;display:flex}.ace-popup>.container>.wrapper>.list>.item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ace-popup>.container>.wrapper>.list>.item .wrapper{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.ace-popup>.container>.wrapper>.list>.item .wrapper .content{-webkit-box-flex:1;-ms-flex:1;flex:1}.ace-popup>.container>.wrapper .close{position:absolute;top:0;right:0;bottom:auto;left:auto;width:30px;height:30px;background:#d3d3d3;cursor:pointer}.ace-popup.bottom{z-index:2000;position:fixed;top:auto;right:0;bottom:0;left:0}.ace-popup.left{position:fixed;top:auto;right:auto;bottom:20px;left:20px}.ace-popup.right{position:fixed;top:auto;right:20px;bottom:20px;left:auto}.ace-popup.center{position:fixed;width:100%;height:100%;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ace-popup.center.active{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2000}.ace-popup.center .background{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8)}
.wp-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-top:20px}.wp-block-buttons .wp-block-button .wp-block-button__link{width:auto !important;display:inline-block;position:relative;text-align:left;margin:0;z-index:10;font-family:"Gotham A","Gotham B";font-style:normal;font-weight:bold;cursor:pointer;background-color:#8800e0;border-radius:30px;text-transform:uppercase;color:#fff;border:none;text-decoration:none;padding:15px 25px;font-size:1rem;line-height:1.3em}.wp-block-buttons .wp-block-button .wp-block-button__link.disabled{opacity:.5}.wp-block-calendar{margin:30px 0 50px 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#777;background:#f8f8f8}.wp-block-calendar a{pointer-events:none;text-decoration:none}.wp-block-calendar nav{display:none}.wp-block-calendar table{border-collapse:collapse;border:none;margin:0 0 20px 0;text-align:left;border-left:30px solid #f8f8f8;border-right:30px solid #f8f8f8}.wp-block-calendar table caption{padding:20px 30px 0 30px;text-align:left;background:#f8f8f8;text-transform:uppercase;font-family:"Grotesk-Bold",sans-serif;font-size:2.3rem;line-height:.8em}.wp-block-calendar table thead{border:none;background:#f8f8f8}.wp-block-calendar table thead tr th,.wp-block-calendar table thead tr td{background:none;border:none;padding:30px 30px 20px 30px}.wp-block-calendar table tbody tr{border-top:1px solid #003a76}.wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr td{border:none;padding:30px}.wp-block-calendar table tfoot{border:none;text-transform:uppercase;font-family:"Grotesk-Bold",sans-serif;font-size:2.3rem;line-height:.8em}.wp-block-calendar table tfoot tr{border-top:1px solid #003a76}.wp-block-calendar table tfoot tr th,.wp-block-calendar table tfoot tr td{border:none;padding:20px 30px 40px 30px}.wp-block-columns{gap:0;display:-webkit-box;display:-ms-flexbox;display:flex}h4+.wp-block-columns{margin-top:35px}.wp-block-columns .wp-block-column+.wp-block-column p:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-table table tbody tr th:not(:first-child),.wp-block-table table tbody tr .wp-block-columns .wp-block-column+.wp-block-column th:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-table table tbody tr td:not(:first-child),.wp-block-table table tbody tr .wp-block-columns .wp-block-column+.wp-block-column td:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-calendar table tbody tr th:not(:first-child),.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column+.wp-block-column th:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-calendar table tbody tr td:not(:first-child),.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column+.wp-block-column td:not(:first-child){margin-top:0px}.wp-block-columns .wp-block-column h5:first-child,.wp-block-columns .wp-block-column p:first-child,.wp-block-columns .wp-block-column .wp-block-table table tbody tr th:first-child,.wp-block-table table tbody tr .wp-block-columns .wp-block-column th:first-child,.wp-block-columns .wp-block-column .wp-block-table table tbody tr td:first-child,.wp-block-table table tbody tr .wp-block-columns .wp-block-column td:first-child,.wp-block-columns .wp-block-column .wp-block-calendar table tbody tr th:first-child,.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column th:first-child,.wp-block-columns .wp-block-column .wp-block-calendar table tbody tr td:first-child,.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column td:first-child{margin-top:-7px}@media only screen and (min-width: 782px){.wp-block-columns{gap:75px}.wp-block-columns .wp-block-column+.wp-block-column p:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-table table tbody tr th:not(:first-child),.wp-block-table table tbody tr .wp-block-columns .wp-block-column+.wp-block-column th:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-table table tbody tr td:not(:first-child),.wp-block-table table tbody tr .wp-block-columns .wp-block-column+.wp-block-column td:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-calendar table tbody tr th:not(:first-child),.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column+.wp-block-column th:not(:first-child),.wp-block-columns .wp-block-column+.wp-block-column .wp-block-calendar table tbody tr td:not(:first-child),.wp-block-calendar table tbody tr .wp-block-columns .wp-block-column+.wp-block-column td:not(:first-child){margin-top:1em}}@media only screen and (min-width: 1150px){.wp-block-columns{gap:110px}}.wp-block-cover{position:relative}.wp-block-cover.hero{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px 0;width:auto;background-color:#8800e0;margin-right:-15px !important;margin-left:-15px !important}.wp-block-cover.hero.canoe .wp-block-buttons{margin-top:180px}@media only screen and (min-width: 550px){.wp-block-cover.hero.canoe .wp-block-buttons{margin-top:230px}}@media only screen and (min-width: 950px){.wp-block-cover.hero.canoe .wp-block-buttons{margin-top:150px}}.wp-block-cover.hero .wp-block-cover__inner-container{padding-right:15px;padding-left:15px}@media only screen and (min-width: 950px){.wp-block-cover.hero{margin-right:-30px !important;margin-left:-30px !important}.wp-block-cover.hero .wp-block-cover__inner-container{padding-right:30px;padding-left:30px;padding-top:0;padding-bottom:0}.wp-block-cover.hero .wp-block-buttons{position:unset;-webkit-transform:none;transform:none}}@media only screen and (min-width: 1150px){.wp-block-cover.hero{padding:0 0 0 0;margin-right:min(-1*(50vw - 612.5px),-60px) !important;margin-left:min(-1*(50vw - 612.5px),-60px) !important}.wp-block-cover.hero .wp-block-cover__inner-container{padding-right:max(50vw - 612.5px,60px);padding-left:max(50vw - 612.5px,60px)}}.wp-block-embed{margin:30px 0}.wp-block-embed .wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.wp-block-embed .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-block-embed figcaption{margin:5px 0 30px 0}.wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper{height:auto;padding:0}.wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-timeline{width:100% !important}.wp-block-file{position:relative;margin:0 0 80px 0}.wp-block-image+.wp-block-file{margin-top:-20px}.wp-block-file a{text-decoration:none;font-size:1rem;text-transform:uppercase}.wp-block-file a+.wp-block-file__button{padding-left:0}.wp-block-file a.wp-block-file__button{pointer-events:all;padding-right:25px;width:auto !important;display:inline-block;position:relative;text-align:left;margin:0;z-index:10;font-family:"Gotham A","Gotham B";font-style:normal;font-weight:bold;cursor:pointer;background-color:#8800e0;border-radius:30px;text-transform:uppercase;color:#fff;border:none;text-decoration:none;padding:15px 25px;font-size:1rem;line-height:1.3em;margin-left:20px}.wp-block-file a.wp-block-file__button.disabled{opacity:.5}.wp-block-file:hover a{opacity:1}.wp-block-gallery{margin:30px 0}.wp-block-gallery .wp-block-image{width:100% !important;display:block;margin:0 0 20px 0 !important}.wp-block-gallery .wp-block-image figcaption{text-align:left !important}.wp-block-gallery.slideshow{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:min(-1*(50vw - 612.5px),-20px) !important;margin-left:min(-1*(50vw - 612.5px),-20px) !important}.wp-block-gallery.slideshow .wp-block-image{position:relative}.wp-block-gallery.slideshow .wp-block-image:before{display:block;content:"";width:100%;padding-top:50%}.wp-block-gallery.slideshow .wp-block-image>*{position:absolute;top:0;right:0;bottom:0;left:0}.profile+.wp-block-group.has-background{margin-top:0 !important;padding:55px 0 !important}.wp-block-group.has-background+.wp-block-group.has-background{margin-top:-70px !important}.wp-block-template-part>.wp-block-group.has-background,.wie-main>.wp-block-group.has-background,.wie-main>.entry-content>.wp-block-group.has-background{margin:70px 0;padding:35px 0 70px 0;position:relative;z-index:1;background-color:rgba(0,0,0,0)}.wp-block-template-part>.wp-block-group.has-background:last-child,.wie-main>.wp-block-group.has-background:last-child,.wie-main>.entry-content>.wp-block-group.has-background:last-child{margin-bottom:0 !important}.wp-block-template-part>.wp-block-group.has-background>*:not(.background),.wie-main>.wp-block-group.has-background>*:not(.background),.wie-main>.entry-content>.wp-block-group.has-background>*:not(.background){position:relative;z-index:10}.wp-block-template-part>.wp-block-group.has-background.has-white-background-color,.wie-main>.wp-block-group.has-background.has-white-background-color,.wie-main>.entry-content>.wp-block-group.has-background.has-white-background-color{padding:75px 0 65px 0}.wp-block-template-part>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdblue-background-color::after{content:"";display:block;background:#002c46;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdblue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdblue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdblue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dblue-background-color::after{content:"";display:block;background:#003a76;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dblue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dblue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dblue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-blue-background-color::after{content:"";display:block;background:#01aef0;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-blue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-blue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-blue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-blue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lblue-background-color::after{content:"";display:block;background:#def4f9;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lblue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lblue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lblue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlblue-background-color::after{content:"";display:block;background:#66d7ff;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlblue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlblue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlblue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlblue-background-color::after{content:"";display:block;background:#c3f4ff;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlblue-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlblue-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlblue-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlblue-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgreen-background-color::after{content:"";display:block;background:#6abb45;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgreen-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgreen-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgreen-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgreen-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-orange-background-color::after{content:"";display:block;background:#f95706;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-orange-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-orange-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-orange-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-orange-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dred-background-color::after{content:"";display:block;background:#9f114e;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dred-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dred-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dred-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dred-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-red-background-color::after{content:"";display:block;background:#df2a60;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-red-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-red-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-red-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-red-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpink-background-color::after{content:"";display:block;background:#f9e8f8;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpink-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpink-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpink-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-pink-background-color::after{content:"";display:block;background:#d73c7e;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-pink-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-pink-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-pink-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-pink-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dpurple-background-color::after{content:"";display:block;background:#15048e;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dpurple-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dpurple-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dpurple-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-purple-background-color::after{content:"";display:block;background:#8800e0;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-purple-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-purple-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-purple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-purple-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpurple-background-color::after{content:"";display:block;background:#aa6ecf;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpurple-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpurple-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lpurple-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lpurple-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dteal-background-color::after{content:"";display:block;background:#155569;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dteal-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dteal-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dteal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dteal-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-teal-background-color::after{content:"";display:block;background:#06847b;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-teal-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-teal-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-teal-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-teal-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dyellow-background-color::after{content:"";display:block;background:#af9007;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dyellow-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dyellow-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dyellow-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-yellow-background-color::after{content:"";display:block;background:#fff200;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-yellow-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-yellow-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-yellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-yellow-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lyellow-background-color::after{content:"";display:block;background:#feeb97;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lyellow-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lyellow-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lyellow-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lyellow-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-neutral-background-color::after{content:"";display:block;background:#eaeaea;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-neutral-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-neutral-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-neutral-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-neutral-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxdgray-background-color::after{content:"";display:block;background:#333;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxdgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxdgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxdgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdgray-background-color::after{content:"";display:block;background:#555;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xdgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xdgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dgray-background-color::after{content:"";display:block;background:#777;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-dgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-dgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-gray-background-color::after{content:"";display:block;background:#999;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-gray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-gray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-gray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-gray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgray-background-color::after{content:"";display:block;background:#bbb;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-lgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-lgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlgray-background-color::after{content:"";display:block;background:#ddd;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xlgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlgray-background-color::after{content:"";display:block;background:#f8f8f8;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlgray-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlgray-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-xxlgray-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-xxlgray-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-white-background-color::after{content:"";display:block;background:#fff;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-white-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-white-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-white-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-white-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-template-part>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-black-background-color::after{content:"";display:block;background:#231f20;width:unset;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.wp-block-template-part>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-black-background-color::after{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.wp-block-template-part>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-black-background-color::after{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.wp-block-template-part>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.wp-block-group.has-background.has-wie-black-background-color::after,.wie-main>.entry-content>.wp-block-group.has-background.has-wie-black-background-color::after{margin-right:min(-0.5*(100vw - 1225px),-60px);margin-left:min(-0.5*(100vw - 1225px),-60px)}}.wp-block-image{margin:35px 0}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto}.wp-block-pullquote{margin:30px 0;padding:30px 40px;text-align:left;border:none;background:#01aef0;color:#003a76}.wp-block-pullquote a{color:inherit;text-decoration:none}.wp-block-pullquote.has-small-font-size{font-size:clamp(1.8rem,7vw,2.7rem) !important;line-height:.87em;letter-spacing:.038em}.wp-block-pullquote.has-small-font-size>blockquote>*:first-child:before{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-pullquote.has-medium-font-size{font-size:clamp(2.5rem,7vw,3.4rem) !important;line-height:.92em}.wp-block-pullquote.has-large-font-size{font-size:clamp(3.5rem,15vw,5.5rem) !important;line-height:.8em}.wp-block-pullquote.has-large-font-size>blockquote>*:first-child:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.wp-block-pullquote.has-xlarge-font-size{font-size:clamp(4.5rem,15vw,8rem) !important;line-height:.75em}.wp-block-pullquote blockquote{margin:0;padding:0;letter-spacing:.021em}.wp-block-pullquote blockquote p,.wp-block-pullquote blockquote .wp-block-table table tbody tr th,.wp-block-table table tbody tr .wp-block-pullquote blockquote th,.wp-block-pullquote blockquote .wp-block-table table tbody tr td,.wp-block-table table tbody tr .wp-block-pullquote blockquote td,.wp-block-pullquote blockquote .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .wp-block-pullquote blockquote th,.wp-block-pullquote blockquote .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .wp-block-pullquote blockquote td{font-family:"Grotesk-Bold",sans-serif;font-weight:normal;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:uppercase;margin:0 0 15px 0;position:relative}.wp-block-pullquote blockquote cite{font-family:"Grotesk-Bold",sans-serif;font-size:clamp(1.2rem,7vw,1.8rem) !important;line-height:.95em;letter-spacing:.021em;margin:25px 0 0 0;display:block}.wp-block-quote{margin:30px 0 45px 0;padding:0;text-align:left;font-size:3.4rem !important;line-height:.92em;border-left:none}.wp-block-quote a{color:inherit;text-decoration:none}.wp-block-quote.has-small-font-size{font-size:2.7rem !important;line-height:.87em;letter-spacing:.038em}.wp-block-quote.has-small-font-size>blockquote>*:first-child:before{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-quote.has-medium-font-size{font-size:clamp(2.5rem,5vw,3.4rem) !important;line-height:.92em}.wp-block-quote.has-large-font-size{font-size:5.5rem !important;line-height:.8em}.wp-block-quote.has-large-font-size>blockquote>*:first-child:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.wp-block-quote.has-xlarge-font-size{font-size:8rem !important;line-height:.75em}.wp-block-quote>p,.wp-block-table table tbody tr .wp-block-quote>th,.wp-block-table table tbody tr .wp-block-quote>td,.wp-block-calendar table tbody tr .wp-block-quote>th,.wp-block-calendar table tbody tr .wp-block-quote>td{padding:30px 40px;background:#01aef0;color:#003a76;font-family:"Grotesk-Bold",sans-serif !important;font-weight:normal !important;font-size:inherit !important;line-height:inherit !important;letter-spacing:inherit !important;text-transform:uppercase;margin:0 0 0 0 !important;position:relative}.wp-block-quote cite{font-family:"Grotesk-Bold",sans-serif;font-size:1.8rem;line-height:.75em;letter-spacing:.021em;margin:0}.wp-block-separator{margin:45px 0;border-bottom-width:1px;border-bottom-color:#003a76}.wp-block-social-links{margin:32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.wp-block-social-links .wp-social-link{-webkit-transform:none !important;transform:none !important;width:25px;height:25px;margin:0 0 5px 0}.wp-block-social-links .wp-social-link.wp-social-link-facebook{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-facebook a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-facebook svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-facebook:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-facebook:after{background-image:url(img/2fc199e56d0c681e7571.svg)}.wp-block-social-links .wp-social-link.wp-social-link-x{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-x a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-x svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-x:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-x:after{background-image:url(img/3c53c8e4db0566c627ca.svg)}.wp-block-social-links .wp-social-link.wp-social-link-youtube{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-youtube a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-youtube svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-youtube:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-youtube:after{background-image:url(img/6fe25054876d2b69a84e.svg)}.wp-block-social-links .wp-social-link.wp-social-link-instagram{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-instagram a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-instagram svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-instagram:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-instagram:after{background-image:url(img/ded9b1ca57ce474e5f81.svg)}.wp-block-social-links .wp-social-link.wp-social-link-linkedin{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-linkedin a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-linkedin svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-linkedin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-linkedin:after{background-image:url(img/e1d4707192df3d469aeb.svg)}.wp-block-template-part{margin:0}.wp-site-blocks>.theme-spacer{opacity:0;position:relative;width:100%;max-height:101px}.wp-site-blocks>.theme-spacer:before{display:block;content:"";width:100%;padding-top:24.2857142857%}.wp-site-blocks>.theme-spacer>*{position:absolute;top:0;right:0;bottom:0;left:0}@media only screen and (min-width: 1150px){.wp-site-blocks>.theme-spacer{max-height:112px}}@media only screen and (min-width: 950px){.wp-site-blocks{padding-right:max(50vw - 612.5px,30px);padding-left:max(50vw - 612.5px,30px)}}@media only screen and (min-width: 1000px){.wp-site-blocks{padding-right:max(50vw - 612.5px,60px);padding-left:max(50vw - 612.5px,60px)}}.acesistance-popup .body,.wp-site-blocks{padding-right:15px;padding-left:15px}@media only screen and (min-width: 950px){.acesistance-popup .body,.wp-site-blocks{padding-right:30px;padding-left:30px}}@media only screen and (min-width: 1000px){.acesistance-popup .body,.wp-site-blocks{padding-right:max(50vw - 612.5px,60px);padding-left:max(50vw - 612.5px,60px)}}.wp-block-social-links{margin:32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.wp-block-social-links .wp-social-link{-webkit-transform:none !important;transform:none !important;width:25px;height:25px;margin:0 0 5px 0}.wp-block-social-links .wp-social-link.wp-social-link-facebook{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-facebook a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-facebook svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-facebook:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-facebook:after{background-image:url(img/2fc199e56d0c681e7571.svg)}.wp-block-social-links .wp-social-link.wp-social-link-x{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-x a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-x svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-x:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-x:after{background-image:url(img/3c53c8e4db0566c627ca.svg)}.wp-block-social-links .wp-social-link.wp-social-link-youtube{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-youtube a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-youtube svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-youtube:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-youtube:after{background-image:url(img/6fe25054876d2b69a84e.svg)}.wp-block-social-links .wp-social-link.wp-social-link-instagram{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-instagram a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-instagram svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-instagram:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-instagram:after{background-image:url(img/ded9b1ca57ce474e5f81.svg)}.wp-block-social-links .wp-social-link.wp-social-link-linkedin{position:relative}.wp-block-social-links .wp-social-link.wp-social-link-linkedin a{position:relative;z-index:1}.wp-block-social-links .wp-social-link.wp-social-link-linkedin svg{opacity:0}.wp-block-social-links .wp-social-link.wp-social-link-linkedin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:100% auto;background-position:top center;background-repeat:no-repeat}.wp-block-social-links .wp-social-link.wp-social-link-linkedin:after{background-image:url(img/e1d4707192df3d469aeb.svg)}.wp-block-table{margin:30px 0 50px 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#777}.wp-block-table.is-style-stripes{border-bottom:none}.wp-block-table.is-style-regular table:not(.has-background){border-left:30px solid #f8f8f8;border-right:30px solid #f8f8f8;border-collapse:collapse}.wp-block-table table{margin:0 0 20px 0;text-align:left;background:#f8f8f8}.wp-block-table table.has-background thead tr th,.wp-block-table table.has-background thead tr td,.wp-block-table table.has-background tbody tr th,.wp-block-table table.has-background tbody tr td,.wp-block-table table.has-background tfoot tr th,.wp-block-table table.has-background tfoot tr td{padding-left:30px}.wp-block-table table thead{border:none;text-transform:uppercase;font-family:"Grotesk-Bold",sans-serif;font-size:2.3rem;line-height:.8em}.wp-block-table table thead tr th,.wp-block-table table thead tr td{border:none;padding:45px 10px 20px 0px}.wp-block-table table tbody tr{border-top:1px solid #003a76}.wp-block-table table tbody tr th,.wp-block-table table tbody tr td{border:none;padding:30px 10px 30px 0px;vertical-align:top}.wp-block-table table tfoot{border:none;text-transform:uppercase;font-family:"Grotesk-Bold",sans-serif;font-size:2.3rem;line-height:.8em}.wp-block-table table tfoot tr{border-top:1px solid #003a76}.wp-block-table table tfoot tr th,.wp-block-table table tfoot tr td{border:none;padding:20px 10px 40px 0px}.participant:not(.ace-bundle){margin:0 0 45px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.participant:not(.ace-bundle) .image{pointer-events:none;margin:0 0 0 0;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0}.participant:not(.ace-bundle) .image .window{position:relative;margin:10px auto 40px auto;padding:0;max-width:180px}.participant:not(.ace-bundle) .image .window:before{display:block;content:"";width:100%;padding-top:100%}.participant:not(.ace-bundle) .image .window>*{position:absolute;top:0;right:0;bottom:0;left:0}.participant:not(.ace-bundle) .image .window .wp-block-image{margin:0;padding:0;border-radius:50%;overflow:hidden}.participant:not(.ace-bundle) .image .window .wp-block-image img{display:block;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;max-width:none}.participant:not(.ace-bundle) .image .window:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;z-index:0;border-radius:50%;background:#8800e0}.participant:not(.ace-bundle) .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.participant:not(.ace-bundle) .content .wp-block-post-title{font-weight:900;margin:0 0 10px 0;font-size:1.2rem;line-height:1.6rem;color:#8800e0}.participant:not(.ace-bundle) .content .wp-block-post-title a{color:inherit;text-decoration:none}.participant:not(.ace-bundle) .content .title{font-size:1rem;margin:0 0 5px;font-weight:400;color:#231f20}.participant:not(.ace-bundle) .content .occupation,.participant:not(.ace-bundle) .content .company{font-size:1rem;margin:0 0 5px;font-weight:400;color:#231f20;line-height:1.3rem}.participant:not(.ace-bundle) .content .wp-block-post-content{text-align:left}@media only screen and (min-width: 775px){.participant:not(.ace-bundle){display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}}.ace-bundle.participant{margin:45px 0 50px 0}.ace-bundle.participant[data-columns="3"] .list .item{text-align:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.participant[data-columns="3"] .list .item .wrapper .wp-block-post-content{display:none}@media only screen and (min-width: 550px){.ace-bundle.participant[data-columns="3"] .list .item{-ms-flex-preferred-size:48%;flex-basis:48%}}@media only screen and (min-width: 775px){.ace-bundle.participant[data-columns="3"] .list .item{-ms-flex-preferred-size:31%;flex-basis:31%}}.ace-bundle.participant[data-columns="4"] .list .item{text-align:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.participant[data-columns="4"] .list .item .wrapper .wp-block-post-content{display:none}@media only screen and (min-width: 550px){.ace-bundle.participant[data-columns="4"] .list .item{-ms-flex-preferred-size:48%;flex-basis:48%}}@media only screen and (min-width: 775px){.ace-bundle.participant[data-columns="4"] .list .item{-ms-flex-preferred-size:31%;flex-basis:31%}}@media only screen and (min-width: 950px){.ace-bundle.participant[data-columns="4"] .list .item{-ms-flex-preferred-size:23%;flex-basis:23%}}.ace-bundle.participant[data-columns="2"] .list .item{margin:0 0 45px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.participant[data-columns="2"] .list .item .wrapper .wp-block-post-title,.ace-bundle.participant[data-columns="2"] .list .item .wrapper .image{pointer-events:none}.ace-bundle.participant[data-columns="2"] .list .item .wrapper .image{margin:0 0 0 0}@media only screen and (min-width: 775px){.ace-bundle.participant[data-columns="2"] .list .item .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}}.ace-bundle.participant[data-columns="1"] .list .item{margin:0 0 45px 0}.ace-bundle.participant[data-columns="1"] .list .item .wrapper .wp-block-post-title,.ace-bundle.participant[data-columns="1"] .list .item .wrapper .image{pointer-events:none}.ace-bundle.participant[data-columns="1"] .list .item .wrapper .image{margin:0 0 0 0}.ace-bundle.participant .list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.ace-bundle.participant .list .item{margin:0 0 30px 0}.ace-bundle.participant .list .item .image{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0}.ace-bundle.participant .list .item .image .window{position:relative;margin:10px auto 40px auto;padding:0;max-width:180px}.ace-bundle.participant .list .item .image .window:before{display:block;content:"";width:100%;padding-top:100%}.ace-bundle.participant .list .item .image .window>*{position:absolute;top:0;right:0;bottom:0;left:0}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image{margin:0;padding:0;border-radius:50%;overflow:hidden}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image a{margin:0;display:block;height:100%;-webkit-transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:opacity 200ms ease,transform 200ms ease;transition:opacity 200ms ease,transform 200ms ease,-webkit-transform 200ms ease;z-index:1;position:absolute;top:0;right:0;bottom:0;left:0}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image img{display:block;position:absolute;z-index:1;max-width:none}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image:after{pointer-events:none;content:"view bio";position:absolute;top:50%;right:0;bottom:auto;left:0;color:#fff;z-index:2;opacity:0;text-align:center;font-style:italic;font-size:.9rem;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,opacity 200ms ease;transition:transform 200ms ease,opacity 200ms ease,-webkit-transform 200ms ease}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image:hover a{opacity:.3;-webkit-transform:scale(1.1);transform:scale(1.1)}.ace-bundle.participant .list .item .image .window .wp-block-post-featured-image:hover:after{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:1}.ace-bundle.participant .list .item .image .window:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;z-index:0;border-radius:50%;background:#8800e0}.ace-bundle.participant .list .item .wp-block-post-title{font-weight:700;margin:0 0 15px 0;font-size:1.2rem;line-height:1.6rem;color:#8800e0}.ace-bundle.participant .list .item .wp-block-post-title a{color:inherit;text-decoration:none}.ace-bundle.participant .list .item .title{font-size:.95rem;margin:0 0 0px;font-weight:400;color:#231f20}.ace-bundle.participant .list .item .occupation,.ace-bundle.participant .list .item .company{font-size:.95rem;margin:0 0 5px;font-weight:400;color:#231f20;line-height:1.3rem}.ace-bundle.participant .list .item .wp-block-post-content{text-align:left}.ace-bundle.schedule.title>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-content,.ace-bundle.schedule.content>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-title{display:none}.ace-bundle.schedule.title>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-title{margin-bottom:0}@media only screen and (min-width: 950px){.ace-bundle.schedule{display:-webkit-box;display:-ms-flexbox;display:flex}}.ace-bundle.schedule .ace-header{-webkit-box-flex:0;-ms-flex:0 0 330px;flex:0 0 330px;margin:0;display:block}.ace-bundle.schedule .ace-header .title{color:#8800e0;margin:0 0 10px 0;font-weight:400;font-size:1.3rem;line-height:1.5rem}@media only screen and (min-width: 950px){.ace-bundle.schedule .ace-header .title{margin-bottom:0px;font-weight:700}}.ace-bundle.schedule .section .container{-webkit-box-flex:1;-ms-flex:1 1 800px;flex:1 1 800px}.ace-bundle.schedule .section .container .list{margin:0 0 60px 0}.ace-bundle.schedule .section .container .list>.item{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important}.ace-bundle.schedule .section .container .list>.item .content>.wp-block-post-title{color:#8800e0;margin:0 0 15px 0;font-weight:900;font-size:1.4rem;line-height:1.5rem}.ace-bundle.schedule .section .container .list>.item>.wrapper>.content>.wp-block-post-content>.wp-block-post-content>h2,.ace-bundle.schedule .section .container .list>.item>.wrapper>.content>.wp-block-post-content>h2{color:#8800e0;margin:0;font-weight:400;font-size:1.3rem;line-height:1.5rem}.ace-bundle.schedule .section .container .list>.item>.wrapper>.content>.wp-block-post-content>.wp-block-post-content>h2{margin:0 0 15px 0;line-height:1.5rem}.simple .ace-bundle.schedule,.ace-bundle.schedule.simple{padding:40px 0;border-bottom:1px solid #f95706}.simple .ace-bundle.schedule:last-child,.ace-bundle.schedule.simple:last-child{border:none}.simple .ace-bundle.schedule>.section>.container>.list{display:block;margin:0 auto}.simple .ace-bundle.schedule>.section>.container>.list .label{display:none}.simple .ace-bundle.schedule>.section>.container>.list>.item{border:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-title{font-weight:700}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-content>.wp-block-post-content>h2,.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-content>h2{margin:0;font-weight:700;font-size:1.3rem;line-height:1.5rem}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content>.wp-block-post-content>.wp-block-post-content>h2{margin:0 0 15px 0;line-height:1.5rem}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list{margin:35px 0;display:block}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item{border:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content{margin:0;border:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content>.header{background:rgba(0,0,0,0) !important;border:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content>.header>.wp-block-post-title{padding:0 0 0 20px;cursor:default;margin:0 0 25px 0;font-size:1.1rem;font-weight:500;color:#231f20}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content>.header>.wp-block-post-title strong{display:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content>.header>.wp-block-post-title:before{content:"•";display:inline-block;border:none;padding:0;margin:0}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item>.wrapper>.content>.header .background{display:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item .details{display:none}.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item .panels,.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item .participants,.simple .ace-bundle.schedule>.section>.container>.list>.item>.wrapper>.content .ace-bundle.session>.section>.container>.list>.item .wp-block-post-content{display:none}.ace-bundle.session .list .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:1px solid #231f20;border-bottom:none;margin:0 0 10px 0}.ace-bundle.session .list .item .label p,.ace-bundle.session .list .item .label .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .label th,.ace-bundle.session .list .item .label .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .label td,.ace-bundle.session .list .item .label .wp-block-table table tbody tr th,.wp-block-table table tbody tr .ace-bundle.session .list .item .label th,.ace-bundle.session .list .item .label .wp-block-table table tbody tr td,.wp-block-table table tbody tr .ace-bundle.session .list .item .label td{font-size:.83rem !important;line-height:1.3em;margin:5px 0 5px 0}.ace-bundle.session .list .item .content{border-bottom:1px solid #231f20;display:block !important}.editable .ace-bundle.session .list .item .content{padding:20px}.ace-bundle.session .list .item .content .header{position:relative;border-bottom:1px solid #231f20}.ace-bundle.session .list .item .content .header .wp-block-post-title{font-weight:400;color:#231f20}.ace-bundle.session .list .item .content .header .wp-block-post-title:not(.highlight){padding:23px 20px 23px 80px;position:relative;line-height:1.1em;z-index:1;margin:0;cursor:pointer}.ace-bundle.session .list .item .content .header .wp-block-post-title:not(.highlight):before{content:"-";position:absolute;top:0;right:auto;bottom:0;left:0;width:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #231f20}.ace-bundle.session .list .item .content .header .background{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:.9}.ace-bundle.session .list .item .participants{margin:35px 0 30px 0}.ace-bundle.session .list .item .participants h6{font-size:1.15rem;margin:10px 0 3px 0}.ace-bundle.session .list .item .participants a{text-decoration:none}.ace-bundle.session .list .item .participants a:hover{text-decoration:underline}.ace-bundle.session .list .item .participants p,.ace-bundle.session .list .item .participants .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .participants th,.ace-bundle.session .list .item .participants .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .participants td,.ace-bundle.session .list .item .participants .wp-block-table table tbody tr th,.wp-block-table table tbody tr .ace-bundle.session .list .item .participants th,.ace-bundle.session .list .item .participants .wp-block-table table tbody tr td,.wp-block-table table tbody tr .ace-bundle.session .list .item .participants td{margin:0;font-size:.9rem}.ace-bundle.session .list .item .wp-block-post-title.highlight{padding:10px;font-size:1.1rem;line-height:1.5em;font-weight:400;color:#231f20}.ace-bundle.session .list .item .details{margin:20px}.editable .ace-bundle.session .list .item .details{margin:0}.ace-bundle.session .list .item .wp-block-post-content.highlight{padding:10px;font-size:.95rem;line-height:1.7em;margin:0 0 10px 0}.ace-bundle.session .list .item .panels{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #231f20}.ace-bundle.session .list .item .panels .details{margin:20px}.ace-bundle.session .list .item .panels .panel{-webkit-box-flex:1;-ms-flex:1;flex:1;border-top:1px solid #231f20}@media only screen and (min-width: 550px){.ace-bundle.session .list .item .panels .panel{border-left:1px solid #231f20;border-top:none}}.ace-bundle.session .list .item .panels .panel:first-child{border:none}.ace-bundle.session .list .item .panels .panel .abstract{display:none}.session-editor .ace-bundle.session .list .item .panels .panel .abstract{display:block}.ace-bundle.session .list .item .panels .panel .wp-block-post-title{font-size:.95rem;line-height:1.7em;font-weight:700;margin:0 0 10px 0}.ace-bundle.session .list .item .panels .panel .wp-block-post-content{margin:0 0 10px 0}.ace-bundle.session .list .item .panels .panel .wp-block-post-content p,.ace-bundle.session .list .item .panels .panel .wp-block-post-content .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .panels .panel .wp-block-post-content th,.ace-bundle.session .list .item .panels .panel .wp-block-post-content .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .ace-bundle.session .list .item .panels .panel .wp-block-post-content td,.ace-bundle.session .list .item .panels .panel .wp-block-post-content .wp-block-table table tbody tr th,.wp-block-table table tbody tr .ace-bundle.session .list .item .panels .panel .wp-block-post-content th,.ace-bundle.session .list .item .panels .panel .wp-block-post-content .wp-block-table table tbody tr td,.wp-block-table table tbody tr .ace-bundle.session .list .item .panels .panel .wp-block-post-content td{font-size:.95rem;line-height:1.7em}.ace-bundle.session .list .item .panels .panel .wp-block-post-content *{padding:0;margin:0}.ace-bundle.session .list .item .panels .panel .participants{margin:0 0 0 0}.ace-bundle.session .list .item .panels .panel .participants h6{margin:0}.ace-bundle.session .list .item .panels .panel .participants:not(:first-child){margin:15px 0 0 0}@media only screen and (min-width: 550px){.ace-bundle.session .list .item .panels .panel .participants:not(:first-child){margin:30px 0 0 0}}.session-editor[data-type=panel] .ace-bundle.session .list .item .panels .panel .participants{display:none}.ace-bundle.session .list .item .highlight{position:relative}.ace-bundle.session .list .item .highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:aqua;opacity:.2;z-index:-1}.ace-bundle.session .list .item.closed .wrapper .content{border-bottom:none}.ace-bundle.session .list .item.closed .wrapper .content .header .wp-block-post-title:not(.highlight):before{content:"+"}.ace-bundle.session .list .item.closed .wrapper .content .details{display:none}.ace-bundle.session .list .item.closed .wrapper .panels{display:none}.ace-bundle.slides-home,.ace-bundle.slides{margin-top:0;margin-bottom:45px;overflow:hidden;margin-right:-15px;margin-left:-15px}@media only screen and (min-width: 950px){.ace-bundle.slides-home,.ace-bundle.slides{margin-right:-30px;margin-left:-30px}}@media only screen and (min-width: 1000px){.ace-bundle.slides-home,.ace-bundle.slides{margin-right:-60px;margin-left:-60px}}@media only screen and (min-width: 1250px){.ace-bundle.slides-home,.ace-bundle.slides{margin-left:min(-0.5*(100vw - 1225px),-60px);margin-right:min(-0.5*(100vw - 1225px),-60px)}}.ace-bundle.slides-home .ace-header,.ace-bundle.slides .ace-header{display:none}.ace-bundle.slides-home .ace-controls:after,.ace-bundle.slides .ace-controls:after{content:none}.ace-bundle.slides-home .ace-bullets,.ace-bundle.slides .ace-bullets{position:absolute;top:50%;right:5px;bottom:auto;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,0);z-index:10}.ace-bundle.slides-home .ace-bullets .bullet,.ace-bundle.slides .ace-bullets .bullet{cursor:pointer;width:10px;height:10px;border-color:#fff}.ace-bundle.slides-home .ace-bullets .bullet:hover,.ace-bundle.slides-home .ace-bullets .bullet.current,.ace-bundle.slides .ace-bullets .bullet:hover,.ace-bundle.slides .ace-bullets .bullet.current{background-color:#fff}.ace-bundle.slides-home .ace-arrows,.ace-bundle.slides .ace-arrows{position:absolute;top:50%;right:5px;bottom:auto;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,0);z-index:10;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ace-bundle.slides-home .ace-arrows .arrow,.ace-bundle.slides .ace-arrows .arrow{cursor:pointer;width:60px;height:60px;background-image:url(img/9891a56681e8351bafc8.png)}.ace-bundle.slides-home .ace-arrows .arrow.next,.ace-bundle.slides .ace-arrows .arrow.next{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.ace-bundle.slides-home .section,.ace-bundle.slides .section{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.slides-home .section .container,.ace-bundle.slides .section .container{margin-left:0}.ace-bundle.slides-home .section .container .list,.ace-bundle.slides .section .container .list{width:100% !important;-webkit-transform:translate(0, 0) !important;transform:translate(0, 0) !important;display:block !important;position:relative;overflow:hidden}.ace-bundle.slides-home .section .container .list .item,.ace-bundle.slides .section .container .list .item{margin:0;-webkit-transform:none;transform:none;position:relative;z-index:2;opacity:1;-webkit-transition:opacity 400ms cubic-bezier(0.63, 0.28, 0.52, 1);transition:opacity 400ms cubic-bezier(0.63, 0.28, 0.52, 1)}.ace-bundle.slides-home .section .container .list .item.inactive,.ace-bundle.slides .section .container .list .item.inactive{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;-webkit-transition:opacity 10ms ease 500ms;transition:opacity 10ms ease 500ms}.ace-bundle.slides-home .section .container .list .item.inactive .wrapper .content .body,.ace-bundle.slides .section .container .list .item.inactive .wrapper .content .body{opacity:0;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0);-webkit-transition:opacity 0ms ease 500ms,-webkit-transform 0ms ease 500ms;transition:opacity 0ms ease 500ms,-webkit-transform 0ms ease 500ms;transition:transform 0ms ease 500ms,opacity 0ms ease 500ms;transition:transform 0ms ease 500ms,opacity 0ms ease 500ms,-webkit-transform 0ms ease 500ms}.ace-bundle.slides-home .section .container .list .item .wrapper,.ace-bundle.slides .section .container .list .item .wrapper{padding:0}.ace-bundle.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides .section .container .list .item .wrapper .content{position:relative}.ace-bundle.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:51.25%}.ace-bundle.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}.ace-bundle.slides-home .section .container .list .item .wrapper .content .mask,.ace-bundle.slides .section .container .list .item .wrapper .content .mask{overflow:hidden}.ace-bundle.slides-home .section .container .list .item .wrapper .content .wp-block-image,.ace-bundle.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image,.ace-bundle.slides .section .container .list .item .wrapper .content .wp-block-image,.ace-bundle.slides .section .container .list .item .wrapper .content .wp-block-post-featured-image{position:absolute;top:0;right:0;bottom:0;left:0;margin:0 0 0 0 !important}.ace-bundle.slides-home .section .container .list .item .wrapper .content .wp-block-image img,.ace-bundle.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image img,.ace-bundle.slides .section .container .list .item .wrapper .content .wp-block-image img,.ace-bundle.slides .section .container .list .item .wrapper .content .wp-block-post-featured-image img{height:100%;width:100%}.ace-bundle.slides-home .section .container .list .item .wrapper .content .body,.ace-bundle.slides .section .container .list .item .wrapper .content .body{display:none}.ace-bundle.slides-home.slides-home .section .icon,.ace-bundle.slides.slides-home .section .icon{position:absolute;top:0;right:0;bottom:auto;left:50%;width:100%;max-width:700px;z-index:5;-webkit-transform:translate(-50%, 0px);transform:translate(-50%, 0px)}.ace-bundle.slides-home.slides-home .section .icon img,.ace-bundle.slides.slides-home .section .icon img{width:100%;height:auto}@media only screen and (min-width: 950px){.ace-bundle.slides-home.slides-home .section .icon,.ace-bundle.slides.slides-home .section .icon{top:50%;right:auto;left:0;max-width:none;width:45%;margin-right:3%;-webkit-transform:translate(0px, -50%);transform:translate(0px, -50%);text-align:right}.ace-bundle.slides-home.slides-home .section .icon img,.ace-bundle.slides.slides-home .section .icon img{max-width:800px}}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content{position:relative}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:195%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}@media only screen and (min-width: 400px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content{position:relative}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:187.5%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}}@media only screen and (min-width: 550px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content{position:relative}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:162.5%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}}@media only screen and (min-width: 775px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content{position:relative}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:137.5%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}}@media only screen and (min-width: 950px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content{position:relative;max-height:800px}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content:before{display:block;content:"";width:100%;padding-top:51.25%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content>*{position:absolute;top:0;right:0;bottom:0;left:0}}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image{background-color:#8800e0}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image img,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .wp-block-post-featured-image img{-o-object-position:left center;object-position:left center;opacity:.9}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body{display:block;max-width:1250px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 15px}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer{display:block;width:100%;max-height:640px;position:relative}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer:before,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer:before{display:block;content:"";width:100%;padding-top:100%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer>*,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer>*{position:absolute;top:0;right:0;bottom:0;left:0}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;margin:0 auto;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:575px}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h1,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h1{font-size:clamp(1rem,2vw,1.5rem);font-weight:600;line-height:1em}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h2,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h2{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1em;margin-top:10px;color:#fff}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h3,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h4,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h5,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h3,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h4,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>h5{color:#fff;font-size:clamp(1.75rem,4.2vw,2rem);margin:18px 0 0 0;letter-spacing:.01em;line-height:.7em;text-transform:uppercase}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns{margin-top:20px;margin-bottom:0;gap:10px}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns p,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns th,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns td,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns .wp-block-table table tbody tr th,.wp-block-table table tbody tr .ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns th,.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns .wp-block-table table tbody tr td,.wp-block-table table tbody tr .ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns td,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content>.wp-block-columns p{margin:0;color:#fff}@media only screen and (min-width: 950px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer{height:35%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .wp-block-post-content{text-align:left;margin:0 0 40px 43%;max-width:none}}@media only screen and (min-width: 1000px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer{height:40%;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}}@media only screen and (min-width: 1150px){.ace-bundle.slides-home.slides-home .section .container .list .item .wrapper .content .body .spacer,.ace-bundle.slides.slides-home .section .container .list .item .wrapper .content .body .spacer{height:42%;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%}}.ace-bundle.sponsor-full,.ace-bundle.sponsor{margin:40px 0 50px 0;display:block}@media only screen and (min-width: 950px){.ace-bundle.sponsor-full,.ace-bundle.sponsor{display:-webkit-box;display:-ms-flexbox;display:flex}}.ace-bundle.sponsor-full .ace-header,.ace-bundle.sponsor .ace-header{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;margin:0 30px 0 0;display:block}.ace-bundle.sponsor-full .ace-header .content .title,.ace-bundle.sponsor .ace-header .content .title{color:#aa6ecf;margin:0;font-weight:700;font-size:1.3rem;line-height:1.5rem;padding:0}.ace-bundle.sponsor-full .section,.ace-bundle.sponsor .section{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.ace-bundle.sponsor-full .section .container .list,.ace-bundle.sponsor .section .container .list{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:0}@media only screen and (min-width: 550px){.ace-bundle.sponsor-full .section .container .list,.ace-bundle.sponsor .section .container .list{display:-webkit-box;display:-ms-flexbox;display:flex}}.ace-bundle.sponsor-full .section .container .list .item,.ace-bundle.sponsor .section .container .list .item{margin:0 0 15px 0;text-align:center;-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px}.ace-bundle.sponsor-full .section .container .list .item .image,.ace-bundle.sponsor .section .container .list .item .image{width:100%;position:relative}.ace-bundle.sponsor-full .section .container .list .item .image .wp-block-post-featured-image,.ace-bundle.sponsor .section .container .list .item .image .wp-block-post-featured-image{position:relative;margin:0 auto;max-width:180px}.ace-bundle.sponsor-full .section .container .list .item .image .wp-block-post-featured-image:before,.ace-bundle.sponsor .section .container .list .item .image .wp-block-post-featured-image:before{display:block;content:"";width:100%;padding-top:60%}.ace-bundle.sponsor-full .section .container .list .item .image .wp-block-post-featured-image>*,.ace-bundle.sponsor .section .container .list .item .image .wp-block-post-featured-image>*{position:absolute;top:0;right:0;bottom:0;left:0}.ace-bundle.sponsor-full .section .container .list .item .image .wp-block-post-featured-image a,.ace-bundle.sponsor .section .container .list .item .image .wp-block-post-featured-image a{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:1}.ace-bundle.sponsor-full .section .container .list .item .image .wp-block-post-featured-image img,.ace-bundle.sponsor .section .container .list .item .image .wp-block-post-featured-image img{display:block;margin:auto;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:opacity 200ms ease,-webkit-transform 200ms ease;transition:opacity 200ms ease,transform 200ms ease;transition:opacity 200ms ease,transform 200ms ease,-webkit-transform 200ms ease}.ace-bundle.sponsor-full .section .container .list .item .image .website,.ace-bundle.sponsor .section .container .list .item .image .website{opacity:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease}.ace-bundle.sponsor-full .section .container .list .item .image .website a,.ace-bundle.sponsor .section .container .list .item .image .website a{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;font-size:.9rem;font-style:italic;margin:auto;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:flex;text-align:center;width:100%;-ms-flex-pack:distribute;justify-content:space-around}.ace-bundle.sponsor-full .section .container .list .item .image .website:hover,.ace-bundle.sponsor .section .container .list .item .image .website:hover{opacity:.9}.ace-bundle.sponsor-full .section .container .list .item .image .website:hover a,.ace-bundle.sponsor .section .container .list .item .image .website:hover a{-webkit-transform:translateY(0px);transform:translateY(0px)}.ace-bundle.sponsor-full .section .container .list .item .image .website:hover+.wp-block-post-featured-image img,.ace-bundle.sponsor .section .container .list .item .image .website:hover+.wp-block-post-featured-image img{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.2}.ace-bundle.sponsor-full .section .container .list .item .content,.ace-bundle.sponsor .section .container .list .item .content{display:none}.ace-bundle.sponsor-full .section .container .list .item .content .wp-block-post-title,.ace-bundle.sponsor .section .container .list .item .content .wp-block-post-title{font-weight:900;font-size:1.2rem;line-height:1.6rem;color:#d73c7e;margin-bottom:10px}.ace-bundle.sponsor-full .section .container .list .item .content .wp-block-post-title a,.ace-bundle.sponsor .section .container .list .item .content .wp-block-post-title a{color:inherit;text-decoration:none}.ace-bundle.sponsor-full .section .container .list .item .content .title,.ace-bundle.sponsor .section .container .list .item .content .title{font-size:1rem;margin:0 0 5px;font-weight:400;color:#8800e0}.ace-bundle.sponsor-full .section .container .list .item .content .wp-block-post-content,.ace-bundle.sponsor .section .container .list .item .content .wp-block-post-content{text-align:left}.ace-bundle.sponsor-full[data-columns="1"] .section .container .list .item .image,.ace-bundle.sponsor[data-columns="1"] .section .container .list .item .image{pointer-events:none;margin:0}.ace-bundle.sponsor-full[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image,.ace-bundle.sponsor[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image{margin:20px 0;position:relative;width:auto;max-width:500px}.ace-bundle.sponsor-full[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image:before,.ace-bundle.sponsor[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image:before{display:none}.ace-bundle.sponsor-full[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image img,.ace-bundle.sponsor[data-columns="1"] .section .container .list .item .image .wp-block-post-featured-image img{position:relative}.ace-bundle.sponsor-full[data-columns="1"] .section .container .list .item .content,.ace-bundle.sponsor[data-columns="1"] .section .container .list .item .content{display:block;text-align:left}.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item .image,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item .image{display:none}.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item .content,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item .content{display:block;text-align:left}.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item .content .wp-block-post-title,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item .content .wp-block-post-title{display:block;color:#231f20;font-size:1.5rem;line-height:2rem;margin:10px 0 0 0}@media only screen and (min-width: 775px){.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item .content .wp-block-post-title,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item .content .wp-block-post-title{margin:0 0 0 50px}}.ace-bundle.sponsor-full[data-columns="2"] .section .container .list .item .content .wp-block-post-content,.ace-bundle.sponsor[data-columns="2"] .section .container .list .item .content .wp-block-post-content{display:none}.ace-bundle.sponsor-full[data-columns="3"] .section .container .list .item,.ace-bundle.sponsor[data-columns="3"] .section .container .list .item{-webkit-box-flex:0;-ms-flex:0 1 31%;flex:0 1 31%}.ace-bundle.sponsor-full[data-columns="3"] .section .container .list:after,.ace-bundle.sponsor[data-columns="3"] .section .container .list:after{content:"";-webkit-box-flex:0;-ms-flex:0 1 31%;flex:0 1 31%;display:block}.ace-bundle.sponsor-full.sponsor-full .ace-header,.ace-bundle.sponsor.sponsor-full .ace-header{display:none}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item,.ace-bundle.sponsor.sponsor-full .section .container .list .item{margin:0 0 45px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item .wrapper,.ace-bundle.sponsor.sponsor-full .section .container .list .item .wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item .wrapper .image,.ace-bundle.sponsor.sponsor-full .section .container .list .item .wrapper .image{display:block;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item .wrapper .content,.ace-bundle.sponsor.sponsor-full .section .container .list .item .wrapper .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item .wrapper .content .wp-block-post-title,.ace-bundle.sponsor.sponsor-full .section .container .list .item .wrapper .content .wp-block-post-title{color:#231f20;margin:0}.ace-bundle.sponsor-full.sponsor-full .section .container .list .item .wrapper .content .wp-block-post-content,.ace-bundle.sponsor.sponsor-full .section .container .list .item .wrapper .content .wp-block-post-content{display:block}@media only screen and (min-width: 775px){.ace-bundle.sponsor-full.sponsor-full[data-columns="2"] .section .container .list .item .wrapper,.ace-bundle.sponsor.sponsor-full[data-columns="2"] .section .container .list .item .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}}.ace-bundle.toggle{width:100%;position:relative}.ace-bundle.toggle .list{margin:20px 0}.ace-bundle.toggle .list .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:auto 0}.ace-bundle.toggle .list .item:first-child>.wp-block-group>.body>.wp-block-post-title{margin-top:0}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group{display:block}@media only screen and (min-width: 550px){.ace-bundle.toggle .list .item>.wrapper>.wp-block-group{display:-webkit-box;display:-ms-flexbox;display:flex}}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body>.wp-block-post-title{margin-top:12px;margin-bottom:12px;font-size:1.3rem;font-weight:700;cursor:pointer;position:relative;padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.4em}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body>.wp-block-post-title::before{content:"";width:25px;height:100%;position:absolute;top:50%;right:0;bottom:50%;left:auto;background-image:url(img/e8cbc7396d573909c745.png);background-repeat:no-repeat;background-position:right top 5px;background-size:15px auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body>.wp-block-post-content{opacity:1;pointer-events:all;max-height:1500px;overflow:hidden;-webkit-transition:max-height 800ms ease 100ms,opacity 150ms ease 100ms;transition:max-height 800ms ease 100ms,opacity 150ms ease 100ms}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body>.wp-block-post-content>*:first-child{margin-top:0}.ace-bundle.toggle .list .item>.wrapper>.wp-block-group>.body>.wp-block-post-content>*:last-child{margin-bottom:30px}.ace-bundle.toggle .list .item.closed>.wrapper>.wp-block-group>.body>.wp-block-post-title::before{background-image:url(img/187cbbc5e635b49a3761.png)}.ace-bundle.toggle .list .item.closed>.wrapper>.wp-block-group>.body>.wp-block-post-content{margin:0;opacity:0;pointer-events:none;max-height:0px;overflow:hidden;-webkit-transition:max-height 500px ease,opacity 200ms ease 200ms;transition:max-height 500px ease,opacity 200ms ease 200ms}body.single,body.blog,body.page{font-size:medium;font-family:"Gotham A","Gotham B";font-style:normal;font-weight:400;line-height:1.5em;letter-spacing:.005em;font-size:var(--wp--preset--font-size--medium);color:#231f20;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.ace-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ace-arrows .arrow{position:relative !important;opacity:.3;width:37px;height:37px;border:none;background-image:url(img/970b050e73f125463da8.png);background-size:100% auto;background-position:center;background-repeat:no-repeat}.ace-arrows .arrow:hover{opacity:1}.wie-footer{background:#fff;padding-top:35px;padding-bottom:55px;padding-right:15px;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #d73c7e;margin-top:70px;margin-left:-15px;margin-right:-15px}@media only screen and (min-width: 950px){.wie-footer{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width: 1000px){.wie-footer{margin-left:min(-0.5*(100vw - 1225px),-60px);margin-right:min(-0.5*(100vw - 1225px),-60px)}}.wie-footer .sjsu-logo{max-width:300px;margin:0 auto 30px auto}.wie-footer .sjsu-logo a,.wie-footer .sjsu-logo img{display:block;width:100%;height:auto}.wie-footer .branding{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;margin:0 0 0 auto;text-align:center}.wie-footer .branding .wp-block-social-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px 0}@media only screen and (min-width: 775px){.wie-footer .branding{text-align:right}.wie-footer .branding .wp-block-social-links{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.wie-footer .branding .contact p,.wie-footer .branding .contact .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .wie-footer .branding .contact th,.wie-footer .branding .contact .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .wie-footer .branding .contact td,.wie-footer .branding .contact .wp-block-table table tbody tr th,.wp-block-table table tbody tr .wie-footer .branding .contact th,.wie-footer .branding .contact .wp-block-table table tbody tr td,.wp-block-table table tbody tr .wie-footer .branding .contact td,.wie-footer .branding .contact .wp-block-site-title{display:inline;font-size:.9rem;line-height:1.3em;font-weight:400;color:inherit}.wie-footer .branding .contact p a,.wie-footer .branding .contact .wp-block-calendar table tbody tr th a,.wp-block-calendar table tbody tr .wie-footer .branding .contact th a,.wie-footer .branding .contact .wp-block-calendar table tbody tr td a,.wp-block-calendar table tbody tr .wie-footer .branding .contact td a,.wie-footer .branding .contact .wp-block-table table tbody tr th a,.wp-block-table table tbody tr .wie-footer .branding .contact th a,.wie-footer .branding .contact .wp-block-table table tbody tr td a,.wp-block-table table tbody tr .wie-footer .branding .contact td a,.wie-footer .branding .contact .wp-block-site-title a{color:inherit;text-decoration:none}.wie-footer .branding .contact p a:hover,.wie-footer .branding .contact .wp-block-calendar table tbody tr th a:hover,.wp-block-calendar table tbody tr .wie-footer .branding .contact th a:hover,.wie-footer .branding .contact .wp-block-calendar table tbody tr td a:hover,.wp-block-calendar table tbody tr .wie-footer .branding .contact td a:hover,.wie-footer .branding .contact .wp-block-table table tbody tr th a:hover,.wp-block-table table tbody tr .wie-footer .branding .contact th a:hover,.wie-footer .branding .contact .wp-block-table table tbody tr td a:hover,.wp-block-table table tbody tr .wie-footer .branding .contact td a:hover,.wie-footer .branding .contact .wp-block-site-title a:hover{text-decoration:underline}@media only screen and (min-width: 775px){.wie-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.wie-footer .sjsu-logo{-webkit-box-flex:0;-ms-flex:0 1 300px;flex:0 1 300px;margin:0}}.ace-form{margin:20px 0}.ace-header .ace-field,.ace-header .ace-choice,.ace-form .ace-field,.ace-form .ace-choice{margin:20px 0}.ace-header .ace-field:not(.check):not(.chip) .wrapper,.ace-header .ace-choice:not(.check):not(.chip) .wrapper,.ace-form .ace-field:not(.check):not(.chip) .wrapper,.ace-form .ace-choice:not(.check):not(.chip) .wrapper{padding:20px 15px}.ace-header .ace-field:not(.check):not(.chip) .wrapper:after,.ace-header .ace-choice:not(.check):not(.chip) .wrapper:after,.ace-form .ace-field:not(.check):not(.chip) .wrapper:after,.ace-form .ace-choice:not(.check):not(.chip) .wrapper:after{top:17px;right:20px}.ace-header .ace-field:not(.check):not(.chip) .wrapper .value,.ace-header .ace-choice:not(.check):not(.chip) .wrapper .value,.ace-form .ace-field:not(.check):not(.chip) .wrapper .value,.ace-form .ace-choice:not(.check):not(.chip) .wrapper .value{padding:0}.ace-header .ace-field.dropdown .wrapper .value:after,.ace-header .ace-choice.dropdown .wrapper .value:after,.ace-form .ace-field.dropdown .wrapper .value:after,.ace-form .ace-choice.dropdown .wrapper .value:after{right:20px}.ace-header .ace-field.check .wrapper .options li.active:before,.ace-header .ace-choice.check .wrapper .options li.active:before,.ace-form .ace-field.check .wrapper .options li.active:before,.ace-form .ace-choice.check .wrapper .options li.active:before{border-color:#8800e0;background-color:#8800e0}.ace-header .ace-field.chip .wrapper .options li.active,.ace-header .ace-choice.chip .wrapper .options li.active,.ace-form .ace-field.chip .wrapper .options li.active,.ace-form .ace-choice.chip .wrapper .options li.active{border-color:#8800e0;background-color:#8800e0}.ace-header .section .steps ul li .progress,.ace-form .section .steps ul li .progress{height:20px}.ace-header .section .steps ul li .progress .bar,.ace-form .section .steps ul li .progress .bar{background-color:#8800e0;-webkit-transition:width 200ms ease;transition:width 200ms ease}.ace-header .section .steps ul li:first-child .progress,.ace-form .section .steps ul li:first-child .progress{border-top-left-radius:30px;border-bottom-left-radius:30px}.ace-header .section .steps ul li:last-child .progress,.ace-form .section .steps ul li:last-child .progress{border-top-right-radius:30px;border-bottom-right-radius:30px}.ace-header .section .buttons,.ace-form .section .buttons{margin-top:20px}.edit-post-visual-editor,.editor-styles-wrapper,body.error404,body.single,body.page{line-height:1.3em}.edit-post-visual-editor ol strong,.edit-post-visual-editor ul strong,.edit-post-visual-editor p strong,.edit-post-visual-editor .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr .edit-post-visual-editor th strong,.edit-post-visual-editor .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr .edit-post-visual-editor td strong,.edit-post-visual-editor .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr .edit-post-visual-editor th strong,.edit-post-visual-editor .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr .edit-post-visual-editor td strong,.editor-styles-wrapper ol strong,.editor-styles-wrapper ul strong,.editor-styles-wrapper p strong,.editor-styles-wrapper .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr .editor-styles-wrapper th strong,.editor-styles-wrapper .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr .editor-styles-wrapper td strong,.editor-styles-wrapper .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr .editor-styles-wrapper th strong,.editor-styles-wrapper .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr .editor-styles-wrapper td strong,body.error404 ol strong,body.error404 ul strong,body.error404 p strong,body.error404 .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr body.error404 th strong,body.error404 .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr body.error404 td strong,body.error404 .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr body.error404 th strong,body.error404 .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr body.error404 td strong,body.single ol strong,body.single ul strong,body.single p strong,body.single .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr body.single th strong,body.single .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr body.single td strong,body.single .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr body.single th strong,body.single .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr body.single td strong,body.page ol strong,body.page ul strong,body.page p strong,body.page .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr body.page th strong,body.page .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr body.page td strong,body.page .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr body.page th strong,body.page .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr body.page td strong{font-weight:bold}.edit-post-visual-editor ol a:not(.button),.edit-post-visual-editor ul a:not(.button),.edit-post-visual-editor p a:not(.button),.edit-post-visual-editor .wp-block-calendar table tbody tr th a:not(.button),.wp-block-calendar table tbody tr .edit-post-visual-editor th a:not(.button),.edit-post-visual-editor .wp-block-calendar table tbody tr td a:not(.button),.wp-block-calendar table tbody tr .edit-post-visual-editor td a:not(.button),.edit-post-visual-editor .wp-block-table table tbody tr th a:not(.button),.wp-block-table table tbody tr .edit-post-visual-editor th a:not(.button),.edit-post-visual-editor .wp-block-table table tbody tr td a:not(.button),.wp-block-table table tbody tr .edit-post-visual-editor td a:not(.button),.editor-styles-wrapper ol a:not(.button),.editor-styles-wrapper ul a:not(.button),.editor-styles-wrapper p a:not(.button),.editor-styles-wrapper .wp-block-calendar table tbody tr th a:not(.button),.wp-block-calendar table tbody tr .editor-styles-wrapper th a:not(.button),.editor-styles-wrapper .wp-block-calendar table tbody tr td a:not(.button),.wp-block-calendar table tbody tr .editor-styles-wrapper td a:not(.button),.editor-styles-wrapper .wp-block-table table tbody tr th a:not(.button),.wp-block-table table tbody tr .editor-styles-wrapper th a:not(.button),.editor-styles-wrapper .wp-block-table table tbody tr td a:not(.button),.wp-block-table table tbody tr .editor-styles-wrapper td a:not(.button),body.error404 ol a:not(.button),body.error404 ul a:not(.button),body.error404 p a:not(.button),body.error404 .wp-block-calendar table tbody tr th a:not(.button),.wp-block-calendar table tbody tr body.error404 th a:not(.button),body.error404 .wp-block-calendar table tbody tr td a:not(.button),.wp-block-calendar table tbody tr body.error404 td a:not(.button),body.error404 .wp-block-table table tbody tr th a:not(.button),.wp-block-table table tbody tr body.error404 th a:not(.button),body.error404 .wp-block-table table tbody tr td a:not(.button),.wp-block-table table tbody tr body.error404 td a:not(.button),body.single ol a:not(.button),body.single ul a:not(.button),body.single p a:not(.button),body.single .wp-block-calendar table tbody tr th a:not(.button),.wp-block-calendar table tbody tr body.single th a:not(.button),body.single .wp-block-calendar table tbody tr td a:not(.button),.wp-block-calendar table tbody tr body.single td a:not(.button),body.single .wp-block-table table tbody tr th a:not(.button),.wp-block-table table tbody tr body.single th a:not(.button),body.single .wp-block-table table tbody tr td a:not(.button),.wp-block-table table tbody tr body.single td a:not(.button),body.page ol a:not(.button),body.page ul a:not(.button),body.page p a:not(.button),body.page .wp-block-calendar table tbody tr th a:not(.button),.wp-block-calendar table tbody tr body.page th a:not(.button),body.page .wp-block-calendar table tbody tr td a:not(.button),.wp-block-calendar table tbody tr body.page td a:not(.button),body.page .wp-block-table table tbody tr th a:not(.button),.wp-block-table table tbody tr body.page th a:not(.button),body.page .wp-block-table table tbody tr td a:not(.button),.wp-block-table table tbody tr body.page td a:not(.button){color:#8800e0}.edit-post-visual-editor label,.editor-styles-wrapper label,body.error404 label,body.single label,body.page label{font-size:clamp(.9rem,5vw,1.35rem);font-weight:bold;margin:0 0 5px 0;line-height:1.4em;color:#01aef0}.edit-post-visual-editor input[type=text],.editor-styles-wrapper input[type=text],body.error404 input[type=text],body.single input[type=text],body.page input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 10px 0;outline:0;padding:20px 15px;border:1px solid #def4f9;font-size:1rem;line-height:1em;font-style:normal;font-weight:400}@media only screen and (min-width: 775px){.edit-post-visual-editor input[type=text],.editor-styles-wrapper input[type=text],body.error404 input[type=text],body.single input[type=text],body.page input[type=text]{padding:23px 15px}}@media only screen and (min-width: 950px){.edit-post-visual-editor input[type=text],.editor-styles-wrapper input[type=text],body.error404 input[type=text],body.single input[type=text],body.page input[type=text]{padding:27px 15px}}.edit-post-visual-editor input[type=text].hint,.editor-styles-wrapper input[type=text].hint,body.error404 input[type=text].hint,body.single input[type=text].hint,body.page input[type=text].hint{border-color:#df2a60}.edit-post-visual-editor input[type=submit],.edit-post-visual-editor button:not(.components-button),.editor-styles-wrapper input[type=submit],.editor-styles-wrapper button:not(.components-button),body.error404 input[type=submit],body.error404 button:not(.components-button),body.single input[type=submit],body.single button:not(.components-button),body.page input[type=submit],body.page button:not(.components-button){width:auto !important;display:inline-block;position:relative;text-align:left;margin:0;z-index:10;font-family:"Gotham A","Gotham B";font-style:normal;font-weight:bold;cursor:pointer;background-color:#8800e0;border-radius:30px;text-transform:uppercase;color:#fff;border:none;text-decoration:none;padding:15px 25px;font-size:1rem;line-height:1.3em}.edit-post-visual-editor input[type=submit].disabled,.edit-post-visual-editor button:not(.components-button).disabled,.editor-styles-wrapper input[type=submit].disabled,.editor-styles-wrapper button:not(.components-button).disabled,body.error404 input[type=submit].disabled,body.error404 button:not(.components-button).disabled,body.single input[type=submit].disabled,body.single button:not(.components-button).disabled,body.page input[type=submit].disabled,body.page button:not(.components-button).disabled{opacity:.5}.wie-header{position:fixed;top:0;right:0;bottom:auto;left:0;z-index:1000;padding-top:30px;padding-bottom:0;padding-right:15px;padding-left:15px;-webkit-transform:translateY(0);transform:translateY(0);background-color:#fff;border-bottom:1px solid #eaeaea}@media only screen and (min-width: 950px){.wie-header{padding-right:30px;padding-left:30px}}.wie-header .wp-block-columns{margin:0;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;position:relative;gap:0}.wie-header .wp-block-columns .wp-block-column{margin:0 0}.wie-header .wp-block-columns .wp-block-column.branding{max-width:450px;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0;padding-bottom:37px}.wie-header .wp-block-columns .wp-block-column.branding .logo{margin:0}.wie-header .wp-block-columns .wp-block-column.branding .logo a,.wie-header .wp-block-columns .wp-block-column.branding .logo img{display:block}.wie-main{margin:0}.admin-menu .menu{list-style:none;display:none;margin:0 0 15px 0;line-height:1;gap:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.admin-menu .menu a{color:inherit;text-decoration:none;font-size:.85rem}.admin-menu .menu a:hover{text-decoration:underline}@media only screen and (min-width: 1300px){.admin-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-menu .main-menu{display:none;margin:auto 0;padding:0;width:100%;margin-top:30px;list-style:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media only screen and (min-width: 1300px){.header-menu .main-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-menu .main-menu a{color:inherit !important;text-decoration:none;text-transform:uppercase;font-size:.95rem;font-weight:700}.header-menu .main-menu>li{margin:0;line-height:.9em;padding:0 0 37px 0;white-space:nowrap;-webkit-transition:color 200ms ease;transition:color 200ms ease;position:relative;color:#231f20}.header-menu .main-menu>li.highlight{margin:-4px 0 30px -10px;padding:0}.header-menu .main-menu>li.highlight a{padding:7px 12px;border-radius:30px;background-color:#8800e0;border:2px solid #8800e0;color:#fff !important;-webkit-transition:color 200ms ease,background-color 200ms ease;transition:color 200ms ease,background-color 200ms ease}.header-menu .main-menu>li.highlight a:hover{color:#8800e0 !important;background-color:#fff}.header-menu .main-menu>li.current-menu-item,.header-menu .main-menu>li:hover{color:#8800e0 !important}.header-menu .main-menu>li .sub-menu{position:absolute;top:100%;right:auto;bottom:auto;left:-10px;min-width:200px;margin:0;padding:0;list-style:none;max-width:275px;opacity:0;z-index:-100;pointer-events:none}.header-menu .main-menu>li .sub-menu li{border-top:1px solid #eaeaea;background-color:#f8f8f8;padding:15px 20px;line-height:1rem;margin:0;color:#777;opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}.header-menu .main-menu>li .sub-menu li a{font-size:.95rem;font-weight:400;text-decoration:none;text-transform:none;color:inherit;position:relative;white-space:pre-wrap}.header-menu .main-menu>li .sub-menu li:hover{background-color:#777;color:#f8f8f8}.header-menu .main-menu>li:hover>.sub-menu{opacity:1;z-index:1;pointer-events:all}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(1){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 125ms ease 125ms,-webkit-transform 125ms ease 125ms;transition:opacity 125ms ease 125ms,-webkit-transform 125ms ease 125ms;transition:transform 125ms ease 125ms,opacity 125ms ease 125ms;transition:transform 125ms ease 125ms,opacity 125ms ease 125ms,-webkit-transform 125ms ease 125ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(2){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 250ms ease 250ms,-webkit-transform 250ms ease 250ms;transition:opacity 250ms ease 250ms,-webkit-transform 250ms ease 250ms;transition:transform 250ms ease 250ms,opacity 250ms ease 250ms;transition:transform 250ms ease 250ms,opacity 250ms ease 250ms,-webkit-transform 250ms ease 250ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(3){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 375ms ease 375ms,-webkit-transform 375ms ease 375ms;transition:opacity 375ms ease 375ms,-webkit-transform 375ms ease 375ms;transition:transform 375ms ease 375ms,opacity 375ms ease 375ms;transition:transform 375ms ease 375ms,opacity 375ms ease 375ms,-webkit-transform 375ms ease 375ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(4){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms;transition:opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms;transition:transform 500ms ease 500ms,opacity 500ms ease 500ms;transition:transform 500ms ease 500ms,opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(5){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 625ms ease 625ms,-webkit-transform 625ms ease 625ms;transition:opacity 625ms ease 625ms,-webkit-transform 625ms ease 625ms;transition:transform 625ms ease 625ms,opacity 625ms ease 625ms;transition:transform 625ms ease 625ms,opacity 625ms ease 625ms,-webkit-transform 625ms ease 625ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(6){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 750ms ease 750ms,-webkit-transform 750ms ease 750ms;transition:opacity 750ms ease 750ms,-webkit-transform 750ms ease 750ms;transition:transform 750ms ease 750ms,opacity 750ms ease 750ms;transition:transform 750ms ease 750ms,opacity 750ms ease 750ms,-webkit-transform 750ms ease 750ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(7){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 875ms ease 875ms,-webkit-transform 875ms ease 875ms;transition:opacity 875ms ease 875ms,-webkit-transform 875ms ease 875ms;transition:transform 875ms ease 875ms,opacity 875ms ease 875ms;transition:transform 875ms ease 875ms,opacity 875ms ease 875ms,-webkit-transform 875ms ease 875ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(8){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 1000ms ease 1000ms,-webkit-transform 1000ms ease 1000ms;transition:opacity 1000ms ease 1000ms,-webkit-transform 1000ms ease 1000ms;transition:transform 1000ms ease 1000ms,opacity 1000ms ease 1000ms;transition:transform 1000ms ease 1000ms,opacity 1000ms ease 1000ms,-webkit-transform 1000ms ease 1000ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(9){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 1125ms ease 1125ms,-webkit-transform 1125ms ease 1125ms;transition:opacity 1125ms ease 1125ms,-webkit-transform 1125ms ease 1125ms;transition:transform 1125ms ease 1125ms,opacity 1125ms ease 1125ms;transition:transform 1125ms ease 1125ms,opacity 1125ms ease 1125ms,-webkit-transform 1125ms ease 1125ms}.header-menu .main-menu>li:hover>.sub-menu>li:nth-child(10){opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 1250ms ease 1250ms,-webkit-transform 1250ms ease 1250ms;transition:opacity 1250ms ease 1250ms,-webkit-transform 1250ms ease 1250ms;transition:transform 1250ms ease 1250ms,opacity 1250ms ease 1250ms;transition:transform 1250ms ease 1250ms,opacity 1250ms ease 1250ms,-webkit-transform 1250ms ease 1250ms}.mobile-menu{margin:0;position:static !important}.mobile-menu .ace-links{position:static !important;display:block}@media only screen and (min-width: 1300px){.mobile-menu .ace-links{display:none}}.mobile-menu .ace-links .button{position:absolute;top:25%;right:10px;bottom:auto;left:auto;width:31px;height:22px;cursor:pointer;background:none;border:none;z-index:10;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}@media only screen and (min-width: 400px){.mobile-menu .ace-links .button{top:30%;right:15px}}@media only screen and (min-width: 550px){.mobile-menu .ace-links .button{top:35%;right:20px}}.mobile-menu .ace-links .button div{position:absolute;margin:0;left:0;height:3px;width:100%;border-radius:10px;border-radius:10px;background-color:#8800e0}.mobile-menu .ace-links .button div:nth-child(1){top:0%}.mobile-menu .ace-links .button div:nth-child(2){top:33.3333333333%}.mobile-menu .ace-links .button div:nth-child(3){top:66.6666666667%}.mobile-menu .ace-links .button.--is-active div{top:30% !important;width:100% !important}.mobile-menu .ace-links .button.--is-active div:nth-child(1){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-menu .ace-links .button.--is-active div:nth-child(2){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-menu .ace-links .button.--is-active div:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu .ace-links>.container{position:absolute;top:100%;right:-15px;bottom:auto;left:-15px;margin:0;background-color:var(--wp--preset--color--white)}.mobile-menu .ace-links>.container:after{content:"";display:block;background:var(--wp--preset--color--white);width:unset;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3}.mobile-menu .ace-links>.container.--is-open{padding:0 0 50px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.mobile-menu .ace-links>.container.--is-open>.main-menu{display:block}.mobile-menu .ace-links>.container>.main-menu>li.--is-active>.sub-menu{display:block;z-index:100;padding:0 0 30px 0}.mobile-menu .ace-links>.container>.main-menu>li.--is-active>.sub-menu>li.--is-open>a:before{background-image:url(img/5594c0b1f9644c078282.png)}.mobile-menu .ace-links>.container>.main-menu>li.--is-active>.sub-menu>li.--is-open>.sub-menu{max-height:1000px;-webkit-transition:max-height 1000ms ease;transition:max-height 1000ms ease}.mobile-menu .ace-links>.container>.main-menu{display:none;list-style:none;margin:0 20px;padding:0;position:relative;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}.mobile-menu .ace-links>.container>.main-menu>.wp-block-buttons .wp-block-button__link{font-weight:500;border-color:var(--wp--preset--color--yellow);font-size:.9rem;padding:7px 20px}.mobile-menu .ace-links>.container>.main-menu>li.menu-item-has-children{position:relative}.mobile-menu .ace-links>.container>.main-menu>li.menu-item-has-children>a:after{content:"+";color:#231f20;font-weight:normal;position:absolute;top:13px;right:0;bottom:auto;left:auto}.mobile-menu .ace-links>.container>.main-menu>li.menu-item-has-children.active>.sub-menu{display:block}.mobile-menu .ace-links>.container>.main-menu>li.menu-item-has-children.active>a:after{content:"-"}.mobile-menu .ace-links>.container>.main-menu li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;color:#231f20;margin:0 0 20px 0}.mobile-menu .ace-links>.container>.main-menu li a{font-size:2rem;font-weight:900;color:inherit;text-decoration:none;padding:15px 0;position:relative;display:block}.mobile-menu .ace-links>.container>.main-menu li .sub-menu{display:none;margin:10px 0 0 0;padding:0;list-style:none}.mobile-menu .ace-links>.container>.main-menu li .sub-menu li{margin:0 0 15px 0}.mobile-menu .ace-links>.container>.main-menu li .sub-menu li a{font-size:1.5rem;font-weight:400;padding:0}.mobile-menu .ace-links>.container>.main-menu a{text-decoration:none}@media only screen and (min-width: 950px){.mobile-menu .ace-links>.container{left:-30px;right:-30px}.mobile-menu .ace-links>.container>.main-menu{margin:0 40px}}.ace-popup{display:none}.ace-popup>.container{padding:0px !important;background:rgba(0,0,0,0) !important;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:visible !important}.ace-popup>.container .ace-arrows,.ace-popup>.container .ace-bullets{display:none}.ace-popup>.container>.close{position:absolute;top:0;right:30px;bottom:auto;left:auto;background:#fff;width:42px;height:42px;padding:10px;border-radius:50%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.4);box-shadow:0 0 8px rgba(0,0,0,.4);-webkit-box-sizing:border-box;box-sizing:border-box;border:10px solid #fff;-webkit-transform:translateY(-50%) rotate(45deg) !important;transform:translateY(-50%) rotate(45deg) !important}.ace-popup>.container>.close:after,.ace-popup>.container>.close:before{content:"";position:absolute;top:50%;right:0;bottom:auto;left:0;width:100%;height:2px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background-color:#fff}.ace-popup>.container>.close:after{-webkit-transform:translate(0, -50%) rotate(90deg);transform:translate(0, -50%) rotate(90deg)}.ace-popup>.container>.close:before,.ace-popup>.container>.close:after{background-color:#01aef0 !important}.ace-popup>.container .ace-form{margin:10px 0}.ace-popup.left,.ace-popup.right{width:min(450px,90%)}.ace-popup.left>.container .wrapper,.ace-popup.right>.container .wrapper{overflow:visible}.ace-popup.left>.container .wrapper .list,.ace-popup.right>.container .wrapper .list{border-radius:10px;overflow:hidden !important;-webkit-box-shadow:0 0 12px rgba(0,0,0,.4) !important;box-shadow:0 0 12px rgba(0,0,0,.4) !important}.ace-popup.left>.container .wrapper .list .item .content,.ace-popup.right>.container .wrapper .list .item .content{background-color:var(--wp--preset--color--white)}.ace-popup.left>.container .wrapper .list .item .content .wp-block-post-title,.ace-popup.right>.container .wrapper .list .item .content .wp-block-post-title{background:#8800e0;padding:20px;margin:0;color:var(--wp--preset--color--white);font-size:1.45rem;line-height:1.2em;font-weight:500}.ace-popup.left>.container .wrapper .list .item .content .wp-block-post-content,.ace-popup.right>.container .wrapper .list .item .content .wp-block-post-content{padding:25px 15px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:scroll;max-height:50vh}.ace-popup.left>.container .wrapper .list .item .content *,.ace-popup.right>.container .wrapper .list .item .content *{margin:0}.ace-popup.left>.container .wrapper .list .item .content *.wp-block-column,.ace-popup.right>.container .wrapper .list .item .content *.wp-block-column{margin-bottom:10px}.ace-popup.left>.container .wrapper .ace-choice .title,.ace-popup.left>.container .wrapper .ace-field .title,.ace-popup.right>.container .wrapper .ace-choice .title,.ace-popup.right>.container .wrapper .ace-field .title{color:#fff}.ace-popup.left>.container .wrapper .ace-choice .wrapper,.ace-popup.left>.container .wrapper .ace-field .wrapper,.ace-popup.right>.container .wrapper .ace-choice .wrapper,.ace-popup.right>.container .wrapper .ace-field .wrapper{background:#8800e0}.ace-popup.left>.container .wrapper .submit,.ace-popup.right>.container .wrapper .submit{background-color:#003a76;color:#66d7ff}.ace-popup.left>.container .wrapper .submit.disabled,.ace-popup.right>.container .wrapper .submit.disabled{opacity:.4}.ace-popup.top>.container{background-color:#8800e0 !important;color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.4);box-shadow:0 0 8px rgba(0,0,0,.4)}.ace-popup.top>.container>.close{background:rgba(0,0,0,0) !important;border:none;-webkit-box-shadow:none;box-shadow:none;width:25px;height:25px;-webkit-transform:translate(0px, 20px) rotate(45deg) !important;transform:translate(0px, 20px) rotate(45deg) !important}.ace-popup.top>.container>.close:before,.ace-popup.top>.container>.close:after{background-color:#fff !important}.ace-popup.top>.container .wp-block-post-title{display:none}.ace-popup.top>.container .list .item .content{max-width:1250px;color:#fff;-webkit-box-shadow:none;box-shadow:none;margin:0 auto;padding:30px 15px}@media only screen and (min-width: 950px){.ace-popup.top>.container .list .item .content{padding-right:30px;padding-left:30px}}@media only screen and (min-width: 1000px){.ace-popup.top>.container .list .item .content{padding-right:60px;padding-left:60px}}@media only screen and (min-width: 1600px){.ace-popup.top>.container .list .item .content{padding-right:0;padding-left:0}}.ace-popup.top>.container .list .item .content .entry-content{margin:0}.ace-popup.top>.container .list .item .content .entry-content p,.ace-popup.top>.container .list .item .content .entry-content .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .ace-popup.top>.container .list .item .content .entry-content th,.ace-popup.top>.container .list .item .content .entry-content .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .ace-popup.top>.container .list .item .content .entry-content td,.ace-popup.top>.container .list .item .content .entry-content .wp-block-table table tbody tr th,.wp-block-table table tbody tr .ace-popup.top>.container .list .item .content .entry-content th,.ace-popup.top>.container .list .item .content .entry-content .wp-block-table table tbody tr td,.wp-block-table table tbody tr .ace-popup.top>.container .list .item .content .entry-content td{font-size:.95rem}.ace-popup.top>.container .list .item .content *{color:inherit}.ace-popup.top>.container .list .item .content *:first-child{margin-top:0}.ace-popup.top>.container .list .item .content *:last-child{margin-bottom:0}.ace-popup.bottom>.container{background-color:#8800e0 !important;color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.4);box-shadow:0 0 8px rgba(0,0,0,.4)}.ace-popup.bottom>.container .wp-block-post-title{display:none}.ace-popup.bottom>.container .list .item .content{max-width:1250px;color:#fff;margin:0 auto;padding:30px 15px}@media only screen and (min-width: 950px){.ace-popup.bottom>.container .list .item .content{padding-right:30px;padding-left:30px}}@media only screen and (min-width: 1000px){.ace-popup.bottom>.container .list .item .content{padding-right:60px;padding-left:60px}}@media only screen and (min-width: 1600px){.ace-popup.bottom>.container .list .item .content{padding-right:0;padding-left:0}}.ace-popup.bottom>.container .list .item .content *{color:inherit}.ace-popup.bottom>.container .list .item .content *:first-child{margin-top:0}.ace-popup.bottom>.container .list .item .content *:last-child{margin-bottom:0}.ace-popup.center>.container{width:min(450px,90%);padding:25px}@media only screen and (min-width: 775px){.ace-popup.center>.container{padding:40px 45px 30px 45px}}@media only screen and (min-width: 1000px){.ace-popup.center>.container{padding:60px 65px 40px 65px}}.ace-popup.center>.container .list .item .content{overflow:hidden;background-color:var(--wp--preset--color--white);border-radius:10px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.4);box-shadow:0 0 8px rgba(0,0,0,.4)}.ace-popup.center>.container .list .item .content .wp-block-post-title{background:#8800e0;padding:20px;margin:0;color:var(--wp--preset--color--white);font-size:1.45rem;font-weight:bold;line-height:1.2em;text-transform:uppercase}.ace-popup.center>.container .list .item .content .wp-block-post-content{padding:25px 15px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:scroll;max-height:50vh}.ace-popup.center>.container .list .item .content *.wp-block-column{margin-bottom:10px}.ace-popup.center>.container .ace-form{margin-top:20px}@media only screen and (min-width: 950px){.ace-popup.center>.container .ace-form{margin-top:55px}}.ace-popup.center>.container .submit.disabled{opacity:.4}.ace-popup.center .background{background-color:#231f20;opacity:.8}.profile{position:relative}.profile .atts{display:none !important}.profile .content{gap:0}.profile .content .image{padding:50px 0 70px 0;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.profile .content .image:after{content:"";background-color:#15048e;position:absolute;top:0;right:0;bottom:0;left:0;left:-15px;right:-15px;height:100%;background-image:url(img/8395abb0a45d6607088b.jpg);background-size:cover}.profile .content .image .wp-block-image img{width:100%;height:100%}.profile .content .image .wp-block-post-featured-image{position:relative;z-index:10;border:10px solid #8800e0;margin:auto;position:relative;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;overflow:hidden;border-radius:50%;z-index:5}.profile .content .image .wp-block-post-featured-image:before{display:block;content:"";width:100%;padding-top:100%}.profile .content .image .wp-block-post-featured-image>*{position:absolute;top:0;right:0;bottom:0;left:0}.profile .content .image .wp-block-post-featured-image img{max-width:none}.profile .content .image .wp-block-post-featured-image.highlight{border-color:rgba(0,255,255,.5);overflow:visible}.profile .content .image .wp-block-post-featured-image.highlight .window{border-radius:50%}.profile .content .bio{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding:30px 0;position:relative;z-index:2}.profile .content .bio .notes{margin:0 0 18px 10px}.profile .content .bio .notes p,.profile .content .bio .notes .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .profile .content .bio .notes th,.profile .content .bio .notes .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .profile .content .bio .notes td,.profile .content .bio .notes .wp-block-table table tbody tr th,.wp-block-table table tbody tr .profile .content .bio .notes th,.profile .content .bio .notes .wp-block-table table tbody tr td,.wp-block-table table tbody tr .profile .content .bio .notes td{font-size:.83rem;line-height:1.3em}.profile .content .bio .label{margin:17px 0 0 10px;font-size:.83rem;line-height:1.3em}.profile .content .bio .field{margin:5px 0;padding:10px;color:#231f20}.profile .content .bio .name{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.profile .content .bio .name>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.profile .content .bio .name .wp-block-post-title,.profile .content .bio .name .field{font-size:1.618rem;line-height:1.3em;font-weight:900;margin:5px 0;padding:0 0 0 7px}.profile .content .bio .occupation .field{font-size:1rem;line-height:1.3em;font-weight:700;color:#231f20}.profile .content .bio .company .field{font-size:1rem;line-height:1.3em;font-weight:700;color:#231f20}.profile .content .bio .wp-block-post-content .field p,.profile .content .bio .wp-block-post-content .field .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .profile .content .bio .wp-block-post-content .field th,.profile .content .bio .wp-block-post-content .field .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .profile .content .bio .wp-block-post-content .field td,.profile .content .bio .wp-block-post-content .field .wp-block-table table tbody tr th,.wp-block-table table tbody tr .profile .content .bio .wp-block-post-content .field th,.profile .content .bio .wp-block-post-content .field .wp-block-table table tbody tr td,.wp-block-table table tbody tr .profile .content .bio .wp-block-post-content .field td{font-size:1rem;line-height:1.3em;margin:5px 0 25px 0;color:#231f20}.profile .content .bio .highlight{position:relative}.profile .content .bio .highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:aqua;opacity:.15;z-index:-1}@media only screen and (min-width: 950px){.profile .content{display:-webkit-box;display:-ms-flexbox;display:flex}.profile .content .image{position:static}.profile .content .image:after{left:0;right:0;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.profile .content .bio{margin-left:40px}}.edit-post-visual-editor h1,body.single h1,body.page h1{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:800;line-height:1.5em;font-size:clamp(3rem,5vw,4.2rem);line-height:1.1em;color:#8800e0}.edit-post-visual-editor h2,body.single h2,body.page h2{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:800;font-size:clamp(2.1rem,5vw,3.5rem);line-height:1.2em;margin:30px 0;padding:0;color:#8800e0}@media only screen and (min-width: 950px){.edit-post-visual-editor h2,body.single h2,body.page h2{line-height:1.1em}}.edit-post-visual-editor h3,body.single h3,body.page h3{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:800;font-size:clamp(1.8rem,5vw,2.3rem);line-height:1.6em;color:#8800e0}@media only screen and (min-width: 950px){.edit-post-visual-editor h3,body.single h3,body.page h3{line-height:1.4em}}.edit-post-visual-editor h4,body.single h4,body.page h4{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:800;font-size:clamp(1.5rem,5vw,1.9rem);line-height:1.9em;margin:10px 0}@media only screen and (min-width: 950px){.edit-post-visual-editor h4,body.single h4,body.page h4{line-height:1.55em}}.edit-post-visual-editor h5,body.single h5,body.page h5{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:700;font-size:clamp(1.2rem,5vw,1.5rem);line-height:1.9em;margin:10px 0;color:#8800e0}@media only screen and (min-width: 950px){.edit-post-visual-editor h5,body.single h5,body.page h5{line-height:1.55em}}.edit-post-visual-editor h5 a,body.single h5 a,body.page h5 a{color:inherit}.edit-post-visual-editor h6,body.single h6,body.page h6{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:800;font-size:clamp(1rem,5vw,1.2rem);line-height:1.9em;margin:5px 0;color:#231f20}@media only screen and (min-width: 950px){.edit-post-visual-editor h6,body.single h6,body.page h6{line-height:1.55em}}.edit-post-visual-editor h6 a,body.single h6 a,body.page h6 a{color:inherit}.edit-post-visual-editor ul,.edit-post-visual-editor ol,.edit-post-visual-editor p,.edit-post-visual-editor .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr .edit-post-visual-editor th,.edit-post-visual-editor .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr .edit-post-visual-editor td,.edit-post-visual-editor .wp-block-table table tbody tr th,.wp-block-table table tbody tr .edit-post-visual-editor th,.edit-post-visual-editor .wp-block-table table tbody tr td,.wp-block-table table tbody tr .edit-post-visual-editor td,body.single ul,body.single ol,body.single p,body.single .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr body.single th,body.single .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr body.single td,body.single .wp-block-table table tbody tr th,.wp-block-table table tbody tr body.single th,body.single .wp-block-table table tbody tr td,.wp-block-table table tbody tr body.single td,body.page ul,body.page ol,body.page p,body.page .wp-block-calendar table tbody tr th,.wp-block-calendar table tbody tr body.page th,body.page .wp-block-calendar table tbody tr td,.wp-block-calendar table tbody tr body.page td,body.page .wp-block-table table tbody tr th,.wp-block-table table tbody tr body.page th,body.page .wp-block-table table tbody tr td,.wp-block-table table tbody tr body.page td{font-family:"Gotham A","Gotham B";font-style:normal;font-weight:400;line-height:1.8rem;font-size:var(--wp--preset--font-size--medium);color:#231f20;margin:1em 0}.edit-post-visual-editor ul strong,.edit-post-visual-editor ol strong,.edit-post-visual-editor p strong,.edit-post-visual-editor .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr .edit-post-visual-editor th strong,.edit-post-visual-editor .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr .edit-post-visual-editor td strong,.edit-post-visual-editor .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr .edit-post-visual-editor th strong,.edit-post-visual-editor .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr .edit-post-visual-editor td strong,body.single ul strong,body.single ol strong,body.single p strong,body.single .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr body.single th strong,body.single .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr body.single td strong,body.single .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr body.single th strong,body.single .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr body.single td strong,body.page ul strong,body.page ol strong,body.page p strong,body.page .wp-block-calendar table tbody tr th strong,.wp-block-calendar table tbody tr body.page th strong,body.page .wp-block-calendar table tbody tr td strong,.wp-block-calendar table tbody tr body.page td strong,body.page .wp-block-table table tbody tr th strong,.wp-block-table table tbody tr body.page th strong,body.page .wp-block-table table tbody tr td strong,.wp-block-table table tbody tr body.page td strong{font-weight:600}.edit-post-visual-editor ul.has-large-font-size,.edit-post-visual-editor ol.has-large-font-size,.edit-post-visual-editor p.has-large-font-size,.edit-post-visual-editor .wp-block-calendar table tbody tr th.has-large-font-size,.wp-block-calendar table tbody tr .edit-post-visual-editor th.has-large-font-size,.edit-post-visual-editor .wp-block-calendar table tbody tr td.has-large-font-size,.wp-block-calendar table tbody tr .edit-post-visual-editor td.has-large-font-size,.edit-post-visual-editor .wp-block-table table tbody tr th.has-large-font-size,.wp-block-table table tbody tr .edit-post-visual-editor th.has-large-font-size,.edit-post-visual-editor .wp-block-table table tbody tr td.has-large-font-size,.wp-block-table table tbody tr .edit-post-visual-editor td.has-large-font-size,body.single ul.has-large-font-size,body.single ol.has-large-font-size,body.single p.has-large-font-size,body.single .wp-block-calendar table tbody tr th.has-large-font-size,.wp-block-calendar table tbody tr body.single th.has-large-font-size,body.single .wp-block-calendar table tbody tr td.has-large-font-size,.wp-block-calendar table tbody tr body.single td.has-large-font-size,body.single .wp-block-table table tbody tr th.has-large-font-size,.wp-block-table table tbody tr body.single th.has-large-font-size,body.single .wp-block-table table tbody tr td.has-large-font-size,.wp-block-table table tbody tr body.single td.has-large-font-size,body.page ul.has-large-font-size,body.page ol.has-large-font-size,body.page p.has-large-font-size,body.page .wp-block-calendar table tbody tr th.has-large-font-size,.wp-block-calendar table tbody tr body.page th.has-large-font-size,body.page .wp-block-calendar table tbody tr td.has-large-font-size,.wp-block-calendar table tbody tr body.page td.has-large-font-size,body.page .wp-block-table table tbody tr th.has-large-font-size,.wp-block-table table tbody tr body.page th.has-large-font-size,body.page .wp-block-table table tbody tr td.has-large-font-size,.wp-block-table table tbody tr body.page td.has-large-font-size{font-weight:400;line-height:1.75em;letter-spacing:.025em;margin-bottom:50px}.edit-post-visual-editor label,body.single label,body.page label{font-size:clamp(.9rem,5vw,1.35rem);font-weight:bold;margin:0 0 5px 0;line-height:1.4em;color:#01aef0}.edit-post-visual-editor input[type=email],.edit-post-visual-editor input[type=telephone],.edit-post-visual-editor input[type=password],.edit-post-visual-editor input[type=text],body.single input[type=email],body.single input[type=telephone],body.single input[type=password],body.single input[type=text],body.page input[type=email],body.page input[type=telephone],body.page input[type=password],body.page input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 10px 0;outline:0;padding:20px 15px;border:1px solid #def4f9;font-size:1rem;line-height:1em;font-style:normal;font-weight:400}@media only screen and (min-width: 775px){.edit-post-visual-editor input[type=email],.edit-post-visual-editor input[type=telephone],.edit-post-visual-editor input[type=password],.edit-post-visual-editor input[type=text],body.single input[type=email],body.single input[type=telephone],body.single input[type=password],body.single input[type=text],body.page input[type=email],body.page input[type=telephone],body.page input[type=password],body.page input[type=text]{padding:23px 15px}}@media only screen and (min-width: 950px){.edit-post-visual-editor input[type=email],.edit-post-visual-editor input[type=telephone],.edit-post-visual-editor input[type=password],.edit-post-visual-editor input[type=text],body.single input[type=email],body.single input[type=telephone],body.single input[type=password],body.single input[type=text],body.page input[type=email],body.page input[type=telephone],body.page input[type=password],body.page input[type=text]{padding:27px 15px}}.edit-post-visual-editor input[type=email].hint,.edit-post-visual-editor input[type=telephone].hint,.edit-post-visual-editor input[type=password].hint,.edit-post-visual-editor input[type=text].hint,body.single input[type=email].hint,body.single input[type=telephone].hint,body.single input[type=password].hint,body.single input[type=text].hint,body.page input[type=email].hint,body.page input[type=telephone].hint,body.page input[type=password].hint,body.page input[type=text].hint{border-color:#df2a60}
