/*!
 Theme Name:   Site Theme
 Theme URI:    https://generatepress.com
 Description:  Site theme built on GeneratePress
 Author:       Clarity Online
 Author URI:   https://clarity-online.com
 Template:     generatepress
 Version:      0.1
*/:root{--admin-bar-height: var(--wp-admin--admin-bar--height, 0px);--header-height: var(--header-height, 100px);--link-scroll-active-color: var(--tint)}:root{--editor-width: 100%;--editor-background-color: #fff}body .editor-styles-wrapper{--content-width: var(--editor-width) !important;background-color:#fff}body.post-type-post .editor-styles-wrapper,body.post-type-career .editor-styles-wrapper,body.post-type-article .editor-styles-wrapper,body.post-type-dispatch .editor-styles-wrapper{--editor-width: 860px !important}body.post-type-programs .editor-styles-wrapper{--editor-width: 1290px !important}.w-full{width:100%}.w-half{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.h-full{height:100%}.h-auto{height:auto}.max-w-full{max-width:100%}.aspect-1-1{aspect-ratio:1}.aspect-16-9{aspect-ratio:1.7777777778}.aspect-4-3{aspect-ratio:1.3333333333}.m-0{margin:0}.m-auto{margin:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.p-0{padding:0}.p-4{padding:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-bold{font-weight:bold}.text-italic{font-style:italic}.border-0{border-width:0}.rounded{border-radius:0.25rem}.rounded-full{border-radius:9999px}.img-full{display:block;max-width:100%;height:auto}.img-full{display:flex;width:100%;height:100%}.img-full img{object-fit:cover;width:100%;height:100%}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.opacity-50{opacity:0.5}.opacity-75{opacity:0.75}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.text-sm{font-size:0.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.bg-cover{background-size:cover}.bg-center{background-position:center}.transition{transition:all 0.3s ease}.shadow{box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.animate{animation-duration:1s;animation-fill-mode:both}.animate-fast{animation-duration:0.5s}.animate-slow{animation-duration:2s}.animate-infinite{animation-iteration-count:infinite}.fade-in{animation-name:fadeIn}.fade-in-up{animation-name:fadeInUp}.slide-in-right{animation-name:slideInRight}.bounce{animation-name:bounce}.pulse{animation-name:pulse}.shake{animation-name:shake}.delay-1{animation-delay:0.1s}.delay-2{animation-delay:0.2s}.delay-3{animation-delay:0.3s}.delay-4{animation-delay:0.4s}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid-cols-auto{grid-template-columns:auto}.grid-cols-auto-fit{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}.grid-cols-auto-fill{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}.grid-rows-2{grid-template-rows:repeat(2, minmax(0, 1fr))}.grid-rows-3{grid-template-rows:repeat(3, minmax(0, 1fr))}.gap-0{gap:0}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.row-span-1{grid-row:span 1 / span 1}.row-span-2{grid-row:span 2 / span 2}.row-span-3{grid-row:span 3 / span 3}.row-span-full{grid-row:1 / -1}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.place-items-center{place-items:center}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-content-center{place-content:center}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}@media (max-width:768px){.md-grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.md-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md-col-span-1{grid-column:span 1 / span 1}.md-col-span-2{grid-column:span 2 / span 2}.md-col-span-full{grid-column:1 / -1}.md-gap-4{gap:1rem}}@media (max-width:640px){.sm-grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.sm-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm-col-span-1{grid-column:span 1 / span 1}.sm-col-span-full{grid-column:1 / -1}.sm-gap-2{gap:0.5rem}}.grid-cols-auto-fit{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}@media (max-width:768px){.grid-cols-auto-fit{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}}@media (max-width:640px){.grid-cols-auto-fit{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr))}}.bg-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:1024px){.bg-blur{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}}.no-underline{text-decoration-line:none}.cursor-pointer{cursor:pointer}.text-no-wrap,.text-nowrap{white-space:nowrap;text-wrap:nowrap}.last-p-no-margin p:last-child{margin-bottom:0}a{text-decoration:none}blockquote{border-left-color:var(--base-light);padding-left:1em;padding-top:0.5em;padding-bottom:0.5em;background:#f7f8f9;clear:both}*{scrollbar-width:auto;scrollbar-color:var(--secondary) var(--tint-alt)}*::-webkit-scrollbar{width:16px}*::-webkit-scrollbar-track{background:var(--tint-alt)}*::-webkit-scrollbar-thumb{background-color:var(--secondary);border-radius:10px;border:1px solid #ffffff}*::-webkit-scrollbar-thumb:active,*::-webkit-scrollbar-thumb:hover{background-color:var(--secondary-alt)}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{background-color:#fff}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{background-color:#fff !important}.post-content a{font-weight:600}body:not(.wp-admin){--table-background-color: var(--contrast);--table-header-background: var(--base);--table-header-text-color: var(--contrast);--table-even-row-background: var(--contrast-lighter);--table-hover-background: var(--contrast-light);--table-focus-outline-color: var(--base-50);--table-box-shadow-color: var(--base-30);--table-font-size: 14px;--table-font-size-mobile: 12px;--table-border-radius: 4px;--table-box-shadow: 0 3px 25px -10px var(--table-box-shadow-color);--table-cell-padding: 0.6em 1.2em 0.5em 1.2em;--table-cell-padding-mobile: 8px;--table-transition: background-color 0.3s ease}body:not(.wp-admin) figure.wp-block-table{margin-bottom:2em}body:not(.wp-admin) table{border-collapse:separate;border-spacing:0;width:100%;min-width:600px;margin:20px 0;border-radius:var(--table-border-radius);overflow:hidden;border:0;background-color:var(--table-background-color) !important;box-shadow:var(--table-box-shadow);font-size:var(--table-font-size)}body:not(.wp-admin) table thead{border-bottom:none !important}body:not(.wp-admin) table th,body:not(.wp-admin) table td{text-align:left;padding:var(--table-cell-padding) !important;background-color:transparent !important;border:none !important;scroll-snap-align:start;vertical-align:middle;word-wrap:break-word;line-height:1.5}body:not(.wp-admin) table tbody tr{transition:var(--table-transition)}body:not(.wp-admin) table tbody tr:nth-child(even){background:var(--table-even-row-background) !important}body:not(.wp-admin) table tbody tr:hover{background-color:var(--table-hover-background) !important}body:not(.wp-admin) table:not(:has(thead)) tbody tr:first-child,body:not(.wp-admin) table th{background-color:var(--table-header-background) !important;font-weight:bold;color:var(--table-header-text-color);position:sticky;top:0;z-index:10}body:not(.wp-admin) table th:focus,body:not(.wp-admin) table td:focus{outline:2px solid var(--table-focus-outline-color);outline-offset:-2px}@media (max-width:768px){body:not(.wp-admin) table{font-size:var(--table-font-size-mobile);min-width:100%}body:not(.wp-admin) table th,body:not(.wp-admin) table td{padding:var(--table-cell-padding-mobile)}}body.single .table-responsive-wrapper{width:100%;position:relative;margin-bottom:1em;overflow-x:auto;scroll-snap-type:x mandatory}body.single .table-responsive-wrapper table{margin-bottom:0;border-collapse:separate;border-spacing:0}body.single .table-responsive-wrapper th,body.single .table-responsive-wrapper td{scroll-snap-align:start}body.single .table-responsive-wrapper::after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;pointer-events:none;background:linear-gradient(to right, rgba(255, 255, 255, 0), white);opacity:0;transition:opacity 0.3s ease;display:none}body.single .table-responsive-wrapper.fade-active::after{opacity:var(--fade-opacity, 1)}@media (max-width:768px){body.single .table-responsive-wrapper{-webkit-overflow-scrolling:touch}}.woocommerce table{border-radius:8px !important}.woocommerce table.woocommerce-table--order-details.shop_table.order_details{border-radius:8px !important}.woocommerce table.shop_table tfoot tr th{text-align:right;border-bottom:1px solid transparent !important}.woocommerce table.shop_table tfoot td{border-top:1px solid var(--contrast-lighter) !important}.woocommerce table tfoot tr th{background-color:var(--contrast-lighter) !important;color:var(--base-darkl)}td.woocommerce-table__product-total.product-total{font-weight:700}.wc-item-meta li{flex-direction:column;display:flex}ul.wc-item-meta>li>p{display:flex;align-items:flex-start;gap:1em;flex-wrap:wrap;align-content:flex-start;margin-top:1em}ul.wc-item-meta{display:flex;flex-direction:column;gap:1em;margin-top:1em}ul.wc-item-meta>li>p>img+span{flex:75%}ul.wc-item-meta>li>p>img{width:35%}ul.wc-item-meta>li>p{position:relative}ul.wc-item-meta>li>p span.wcpa_cart_addon_quantity,span.wcpa_cart_price{position:absolute;top:1em;left:calc(100px + 1em);margin-top:0.7em}ul.wc-item-meta>li>p span.wcpa_cart_price{margin-left:1.6em}td.woocommerce-table__product-name.product-name{border-right:1px solid var(--contrast-lighter) !important;border-spacing:1px !important}td.woocommerce-table__product-total.product-total{text-align:center}ul.wc-item-meta>li>p>img,.woocommerce table.cart .product-name img,.woocommerce-page #content table.cart .product-name img,.woocommerce-page table.cart .product-name img{border:1px solid var(--contrast-lighter);border-radius:4px}li.wcpa_cart_meta_item.wcpa_cart_item_productGroup{text-align:left}form.woocommerce-cart-form table tbody tr:hover{background-color:transparent !important}.woocommerce-cart table.cart img{width:100% !important;max-width:150px !important}.woocommerce-cart table.cart ul.wcpa_cart_meta img{max-width:100px !important}.woocommerce-cart table.cart .product-thumbnail{padding-left:0.5em !important;padding-right:0.5em !important}.wcpa_cart_meta .wcpa_cart_meta_item{margin-bottom:14px}td.product-name a{font-size:1.2em;font-weight:700;font-family:Francois One, sans-serif}@media (max-width:768px){td.product-name a{font-size:1em}}td.product-subtotal{font-weight:600}.woocommerce table.shop_table td.product-subtotal{border-left:1px solid var(--contrast-lighter) !important}table.shop_table.shop_table tbody tr.cart_item{background:transparent !important}table.shop_table tbody tr td{border-top:1px solid var(--contrast-lighter) !important}table.shop_table tbody tr:last-child{background:var(--contrast-lighter) !important}.gform-theme{--gf-color-primary: var(--secondary) !important;--gf-ctrl-padding-x: var(1em) !important;--gf-ctrl-padding-y: var(.5em) !important;--gf-ctrl-border-radius: 10px !important;--gf-ctrl-border-color: #E0E0E0 !important;--gf-ctrl-border-width: 1px !important;--gf-ctrl-font-size: 18px !important;--gf-ctrl-font-weight: 600 !important;--gf-ctrl-line-height: 25px !important;--gf-ctrl-color: var(--heading) !important;--gf-ctrl-placeholder-color: #BDC0C3 !important;--gf-ctrl-focus-outline-color: var(--tint) !important;--gf-ctrl-focus-box-shadow: none !important;--gf-ctrl-focus-border-color: var(--tint) !important;--gf-ctrl-focus-border-width: 1px !important;--gf-ctrl-focus-border-radius: 10px !important;--gf-ctrl-focus-border-style: solid !important;--gf-ctrl-focus-border-color: var(--tint) !important}.gform-theme .gfield input:not([type="radio"]):not([type="checkbox"]),.gform-theme .gfield select,.gform-theme .gfield textarea{padding-top:0.8em !important;padding-bottom:0.7em !important;line-height:1.2em !important;height:auto !important;padding-left:1em !important}.gform-theme .gfield.gf-columns-2 .gfield_checkbox,.gform-theme .gfield.gf-columns-2 .gfield_radio{--column-count: 2;--tablet-columns: 2;--mobile-columns: 1}.gform-theme .gfield.gf-columns-3 .gfield_checkbox,.gform-theme .gfield.gf-columns-3 .gfield_radio{--column-count: 3;--tablet-columns: 2;--mobile-columns: 1}.gform-theme .gfield.gf-columns-2 .gfield_checkbox,.gform-theme .gfield.gf-columns-2 .gfield_radio,.gform-theme .gfield.gf-columns-3 .gfield_checkbox,.gform-theme .gfield.gf-columns-3 .gfield_radio{display:block !important;column-count:var(--column-count);column-gap:2em !important}.gform-theme .gfield.gf-columns-2 .gfield_checkbox>.gchoice,.gform-theme .gfield.gf-columns-2 .gfield_radio>.gchoice,.gform-theme .gfield.gf-columns-3 .gfield_checkbox>.gchoice,.gform-theme .gfield.gf-columns-3 .gfield_radio>.gchoice{width:100%;margin-bottom:0.7em;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;display:flex}@media (max-width:1024px){.gform-theme .gfield.gf-columns-2 .gfield_checkbox,.gform-theme .gfield.gf-columns-2 .gfield_radio,.gform-theme .gfield.gf-columns-3 .gfield_checkbox,.gform-theme .gfield.gf-columns-3 .gfield_radio{column-count:var(--tablet-columns)}}@media (max-width:650px){.gform-theme .gfield.gf-columns-2 .gfield_checkbox,.gform-theme .gfield.gf-columns-2 .gfield_radio,.gform-theme .gfield.gf-columns-3 .gfield_checkbox,.gform-theme .gfield.gf-columns-3 .gfield_radio{column-count:var(--mobile-columns)}}.gform-theme .gf_progressbar_wrapper .gf_progressbar_percentage{background-color:var(--secondary) !important}.gform-theme--foundation.ui-datepicker{width:95% !important;max-width:632px}.wp-block-search__inside-wrapper{display:flex;align-items:center;background-color:transparent;border-radius:40px;padding:0;max-width:800px;min-width:312px;margin:0 auto;position:relative;border:none}.wp-block-search__inside-wrapper .wp-block-search__input{background-color:#fff;border:none;color:var(--heading);font-size:18px;padding:6px 18px;width:100%;border-radius:10px;height:60px}.wp-block-search__inside-wrapper .wp-block-search__input::placeholder{color:var(--heading);opacity:1}.wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none;background-color:#fff}.wp-block-search__inside-wrapper .wp-block-search__button{background-color:var(--secondary-alt);border:none;border-radius:50%;width:40px;height:40px;position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.wp-block-search__inside-wrapper .wp-block-search__button:hover{background-color:var(--secondary) !important}.wp-block-search__inside-wrapper .wp-block-search__button svg{fill:white !important;width:18px !important;height:18px !important;min-width:18px !important;min-height:18px !important}.wp-block-search__inside-wrapper .search-icon{fill:white !important;width:18px !important;height:18px !important;min-width:18px !important;min-height:18px !important}@media (max-width:1100px){.wp-block-search__inside-wrapper{min-width:250px !important}.wp-block-search__inside-wrapper .wp-block-search__input{height:52px !important}}@media (max-width:850px){.wp-block-search__inside-wrapper .wp-block-search__input{height:45px !important;font-size:16px !important}.wp-block-search__inside-wrapper .wp-block-search__button{width:32px;height:32px}}a.ajax_add_to_cart,.woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce ul.products li.product .button,.woocommerce a.button.alt,.woocommerce button.button,.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{border-bottom-left-radius:4px !important;border-bottom-right-radius:4px !important;border-top-left-radius:4px !important;border-top-right-radius:4px !important;font-weight:500 !important;line-height:1.2em !important;padding:0.75em 1.6em !important;font-weight:600 !important;transition:all 0.1s ease-in-out 0s !important;text-decoration:none !important;background-color:var(--accent-light) !important;border:2px solid var(--accent-light) !important;box-shadow:inset 1px 5px 0px -3px rgba(255, 255, 255, 0.1);color:var(--contrast) !important}a.ajax_add_to_cart:hover,.woocommerce .cart .button:hover,.woocommerce .cart input.button:hover,.woocommerce ul.products li.product .button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button:hover,.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{color:var(--contrast) !important;background-color:var(--accent) !important;border-color:var(--accent) !important}a.button.primary-button{color:#fff;border-radius:500px;font-size:16px;font-weight:600;padding:12px 28px !important}.subhead{display:flex;align-items:center}.subhead:not(.no-line, .alt):before{content:"";display:block;width:50px;height:2px;background-color:var(--primary);margin-right:1rem}@media (max-width:768px){}:root{--list-arrow-color: var(--primary);--list-border-color: var(--base-2);--list-number-bg: var(--base-2);--list-number-color: var(--primary);--list-item-padding-bottom: 15px;--list-item-margin-bottom: 15px;--list-parent-font-weight: 400;--list-child-font-weight: normal;--bullet: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM4YTM2MzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1kb3QtaWNvbiBsdWNpZGUtZG90Ij48Y2lyY2xlIGN4PSIxMi4xIiBjeT0iMTIuMSIgcj0iMSIvPjwvc3ZnPg==");--right-chevron: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.77344 6.47656C8.23047 6.89844 8.23047 7.63672 7.77344 8.05859L2.14844 13.6836C1.72656 14.1406 0.988281 14.1406 0.566406 13.6836C0.109375 13.2617 0.109375 12.5234 0.566406 12.1016L5.38281 7.25L0.566406 2.43359C0.109375 2.01172 0.109375 1.27344 0.566406 0.851562C0.988281 0.394531 1.72656 0.394531 2.14844 0.851562L7.77344 6.47656Z' fill='%238A3636'/%3E%3C/svg%3E%0A");--right-arrow: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3984 8.05859L9.77344 13.6836C9.35156 14.1406 8.61328 14.1406 8.19141 13.6836C7.73438 13.2617 7.73438 12.5234 8.19141 12.1016L11.8828 8.375H1.125C0.492188 8.375 0 7.88281 0 7.25C0 6.65234 0.492188 6.125 1.125 6.125H11.8828L8.19141 2.43359C7.73438 2.01172 7.73438 1.27344 8.19141 0.851562C8.61328 0.394531 9.35156 0.394531 9.77344 0.851562L15.3984 6.47656C15.8555 6.89844 15.8555 7.63672 15.3984 8.05859Z' fill='%238A3636'/%3E%3C/svg%3E%0A");--outline-cirle: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNpcmNsZS1zbWFsbC1pY29uIGx1Y2lkZS1jaXJjbGUtc21hbGwiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjYiLz48L3N2Zz4=")}.post-content ul,ul.wp-block-list,.dynamic-entry-content ul{list-style:none;padding:0;margin:0}.post-content ul>li,ul.wp-block-list>li,.dynamic-entry-content ul>li{position:relative;padding-left:20px;margin-bottom:var(--list-item-margin-bottom);border-bottom:1px dashed var(--list-border-color);padding-bottom:var(--list-item-padding-bottom);font-weight:var(--list-parent-font-weight)}.post-content ul>li::before,ul.wp-block-list>li::before,.dynamic-entry-content ul>li::before{content:"";position:absolute;left:0;top:6px;width:9px;height:15px;background-image:var(--bullet);background-repeat:no-repeat;background-position:center;opacity:1}.post-content ul ul,ul.wp-block-list ul,.dynamic-entry-content ul ul{padding:0;margin:10px 0 0 0}.post-content ul ul li,ul.wp-block-list ul li,.dynamic-entry-content ul ul li{position:relative;padding-left:20px;margin-bottom:var(--list-item-margin-bottom);border-bottom:1px dashed var(--list-border-color);padding-bottom:var(--list-item-padding-bottom);font-weight:var(--list-child-font-weight)}.post-content ul ul li::before,ul.wp-block-list ul li::before,.dynamic-entry-content ul ul li::before{content:"";position:absolute;left:0;top:9px;width:10px;height:10px;background-image:var(--outline-cirle);background-repeat:no-repeat;background-position:center;background-size:contain}.post-content ol,ol.wp-block-list,.dynamic-entry-content ol{list-style:none;counter-reset:item;padding:0;margin:0}.post-content ol>li,ol.wp-block-list>li,.dynamic-entry-content ol>li{position:relative;padding-left:45px;margin-bottom:var(--list-item-margin-bottom);border-bottom:1px dashed var(--list-border-color);padding-bottom:var(--list-item-padding-bottom);counter-increment:item;font-weight:var(--list-parent-font-weight)}.post-content ol>li::before,ol.wp-block-list>li::before,.dynamic-entry-content ol>li::before{content:counter(item);position:absolute;left:0;top:0;width:30px;height:30px;background-color:var(--list-number-bg);border-radius:50%;color:var(--list-number-color);display:flex;align-items:center;justify-content:center;font-weight:600}.post-content ol ul,ol.wp-block-list ul,.dynamic-entry-content ol ul{padding:0;margin:10px 0 0 0}.post-content ol ul li,ol.wp-block-list ul li,.dynamic-entry-content ol ul li{position:relative;padding-left:25px;margin-bottom:var(--list-item-margin-bottom);border-bottom:1px dashed var(--list-border-color);padding-bottom:var(--list-item-padding-bottom);font-weight:var(--list-child-font-weight)}.post-content ol ul li::before,ol.wp-block-list ul li::before,.dynamic-entry-content ol ul li::before{content:"";position:absolute;left:0;top:6px;width:16px;height:15px;background-image:var(--right-arrow);background-repeat:no-repeat;background-position:center}.post-content ul>li:last-child,.post-content ul ul li:last-child,ul.wp-block-list>li:last-child,ul.wp-block-list ul li:last-child,.post-content ol>li:last-child,.post-content ol ul li:last-child,ol.wp-block-list>li:last-child,ol.wp-block-list ul li:last-child,.dynamic-entry-content ol>li:last-child,.dynamic-entry-content ol ul li:last-child,.dynamic-entry-content ul>li:last-child,.dynamic-entry-content ul ul li:last-child{border-bottom:none}:root{--blockquote-quote-font-family: lora;--blockquote-quote-font-weight: 400;--blockquote-quote-font-style: normal;--blockquote-quote-font-size: 24px;--blockquote-quote-line-height: 38px;--blockquote-cite-font-family: Indivisible;--blockquote-cite-font-weight: 600;--blockquote-cite-font-style: normal;--blockquote-cite-font-size: 18px;--blockquote-cite-line-height: 38px;--blockquote-border-radius: 0 30px 0 30px;--blockquote-bg-color: #ffff;--blockquote-text-color: var(--heading);--blockquote-author-color: var(--primary);--blockquote-source-color: var(--base-2);--blockquote-border-color: var(--base-2);--blockquote-padding: 30px 40px;--blockquote-font-size: 1.25rem;--blockquote-line-height: 1.5;--blockquote-margin: 60px 0 !important;--blockquote-bg-pattern: url("/wp-content/uploads/2025/04/pattern-bg.svg")}.wp-block-quote,.post-content blockquote{position:relative;background-color:var(--blockquote-bg-color);border-radius:var(--blockquote-border-radius);padding:var(--blockquote-padding);margin:var(--blockquote-margin);box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);overflow:hidden;border:1px solid var(--blockquote-border-color)}.wp-block-quote::before,.post-content blockquote::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--blockquote-bg-pattern);background-size:100%;background-position:center;background-repeat:no-repeat;opacity:0.05;pointer-events:none;z-index:0}.wp-block-quote p,.post-content blockquote p{position:relative;font-family:var(--blockquote-quote-font-family);font-weight:var(--blockquote-quote-font-weight);font-style:var(--blockquote-quote-font-style);font-size:var(--blockquote-quote-font-size);line-height:var(--blockquote-quote-line-height);color:var(--blockquote-text-color);margin-bottom:20px;z-index:1}.wp-block-quote p:last-of-type,.post-content blockquote p:last-of-type{margin-bottom:10px}.wp-block-quote cite,.post-content blockquote cite{position:relative;display:block;font-family:var(--blockquote-cite-font-family);font-weight:var(--blockquote-cite-font-weight);font-style:var(--blockquote-cite-font-style);font-size:var(--blockquote-cite-font-size);line-height:var(--blockquote-cite-line-height);color:var(--blockquote-author-color);z-index:1}.wp-block-quote cite::first-letter,.post-content blockquote cite::first-letter{margin-left:-0.2em}.wp-block-quote footer,.post-content blockquote footer{position:relative;display:block;font-family:var(--blockquote-cite-font-family);font-weight:var(--blockquote-cite-font-weight);font-style:var(--blockquote-cite-font-style);font-size:var(--blockquote-cite-font-size);line-height:var(--blockquote-cite-line-height);color:var(--blockquote-author-color);z-index:1}.styled-blockquote{position:relative;background-color:var(--blockquote-bg-color);border-radius:var(--blockquote-border-radius);padding:var(--blockquote-padding);margin:var(--blockquote-margin);box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);overflow:hidden;border:none}.styled-blockquote::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--blockquote-bg-pattern);opacity:0.15;pointer-events:none;z-index:0}.styled-blockquote p{position:relative;font-family:var(--blockquote-quote-font-family);font-weight:var(--blockquote-quote-font-weight);font-style:var(--blockquote-quote-font-style);font-size:var(--blockquote-quote-font-size);line-height:var(--blockquote-quote-line-height);color:var(--blockquote-text-color);margin-bottom:20px;z-index:1}.styled-blockquote p:last-of-type{margin-bottom:10px}.styled-blockquote .attribution,.styled-blockquote cite{position:relative;display:block;font-family:var(--blockquote-cite-font-family);font-weight:var(--blockquote-cite-font-weight);font-style:var(--blockquote-cite-font-style);font-size:var(--blockquote-cite-font-size);line-height:var(--blockquote-cite-line-height);color:var(--blockquote-author-color);z-index:1}@media (max-width:768px){:root{--blockquote-padding: 25px 35px;--blockquote-quote-font-size: 20px;--blockquote-quote-line-height: 32px;--blockquote-cite-font-size: 16px;--blockquote-cite-line-height: 28px;--blockquote-margin: 40px 0 !important}}@media (max-width:480px){:root{--blockquote-padding: 20px 25px;--blockquote-quote-font-size: 18px;--blockquote-quote-line-height: 28px;--blockquote-cite-font-size: 14px;--blockquote-cite-line-height: 24px;--blockquote-margin: 30px 0 !important;--blockquote-border-radius: 0 20px 0 20px}}:root{--submenu-icon: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.60156 5.14844C6.95703 5.47656 6.95703 6.05078 6.60156 6.37891L2.22656 10.7539C1.89844 11.1094 1.32422 11.1094 0.996094 10.7539C0.640625 10.4258 0.640625 9.85156 0.996094 9.52344L4.74219 5.75L0.996094 2.00391C0.640625 1.67578 0.640625 1.10156 0.996094 0.773438C1.32422 0.417969 1.89844 0.417969 2.22656 0.773438L6.60156 5.14844Z' fill='%238A3636'/%3E%3C/svg%3E%0A");--submenu-dropdown-icon: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64844 4.85815C5.41406 5.09253 5.0625 5.09253 4.85156 4.85815L1.10156 1.10815C0.867188 0.897217 0.867188 0.545654 1.10156 0.334717C1.3125 0.100342 1.66406 0.100342 1.875 0.334717L5.22656 3.68628L8.60156 0.311279C8.8125 0.100342 9.16406 0.100342 9.375 0.311279C9.60938 0.545654 9.60938 0.897217 9.375 1.10815L5.64844 4.85815Z' fill='%232E5E9C'/%3E%3C/svg%3E%0A")}@media (min-width:991px){#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-12{min-height:980px !important;height:100%}}.is-style-two-columns{column-count:2;column-gap:2em}@media (max-width:500px){.is-style-two-columns{column-count:1}}.is-style-rounded-small,.is-style-rounded-small img{border-radius:0.25em}.is-style-image-mask img,img.is-style-image-mask{--image-mask: url("/wp-content/uploads/2025/03/image-mask.svg");-webkit-mask-image:var(--image-mask);mask-image:var(--image-mask);mask-size:contain;mask-repeat:no-repeat;mask-position:center;aspect-ratio:1;object-fit:cover}.is-style-image-mask figcaption,img.is-style-image-mask+figcaption{text-align:center}:root{--category-list-columns-xs: 1;--category-list-columns-sm: 2;--category-list-columns-md: 2;--category-list-columns-lg: 3;--category-list-columns-xl: 5}.wp-block-categories-list.is-style-category-grid{list-style-type:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--category-list-columns-xs), 1fr);grid-gap:2rem;align-items:start;line-height:1.3rem}@media (min-width:550px){.wp-block-categories-list.is-style-category-grid{grid-template-columns:repeat(var(--category-list-columns-sm), 1fr)}}@media (min-width:768px){.wp-block-categories-list.is-style-category-grid{grid-template-columns:repeat(var(--category-list-columns-md), 1fr)}}@media (min-width:980px){.wp-block-categories-list.is-style-category-grid{grid-template-columns:repeat(var(--category-list-columns-lg), 1fr)}}@media (min-width:1200px){.wp-block-categories-list.is-style-category-grid{grid-template-columns:repeat(var(--category-list-columns-xl), 1fr)}}.wp-block-categories-list.is-style-category-grid li{padding:0.5rem 0;margin-bottom:0;border-bottom:1px dashed var(--base-2);padding-left:1.05rem;position:relative}.wp-block-categories-list.is-style-category-grid li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:9px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.29431C3.24219 7.29431 2.09375 6.63806 1.46484 5.54431C0.835938 4.46423 0.835938 3.13806 1.46484 2.04431C2.09375 0.964233 3.24219 0.294312 4.5 0.294312C5.74414 0.294312 6.89258 0.964233 7.52148 2.04431C8.15039 3.13806 8.15039 4.46423 7.52148 5.54431C6.89258 6.63806 5.74414 7.29431 4.5 7.29431Z' fill='%238A3636'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}.wp-block-categories-list.is-style-category-grid li a{color:var(--heading);text-decoration:none;font-weight:600;font-size:16px}.wp-block-categories-list.is-style-category-grid li a:hover{color:var(--secondary);opacity:0.8}.is-style-rounded-square img,img.is-style-rounded-square{border-radius:0 30px 0 30px;box-shadow:15px 15px 0 0 #e9eef5;margin-bottom:20px}.wp-block-image figcaption{text-align:inherit}.wp-block-categories{display:flex;flex-wrap:wrap;gap:11px;list-style:none;padding:0;margin:0}.wp-block-categories li{display:flex;align-items:center;padding:0 20px 0 0;background-color:white;border:1px solid var(--base-2);border-radius:9999px;font-size:14px;transition:0.2s ease-in-out all}.wp-block-categories li a{color:var(--heading);text-decoration:none;font-weight:600;margin-right:8px;padding:8px 0 7px 20px}.wp-block-categories li::after{content:attr(data-count);color:var(--base-2)}.wp-block-categories li:hover,.wp-block-categories li.current-cat{background-color:#c0d3ec45;border-color:var(--tint)}@media (max-width:1100px){.wp-block-categories li{font-size:12px}}.ProgramCardContent .difficulty-circle{font-size:20px}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu ul{margin:0;padding:0}.footer-menu li{padding:5px 0;font-size:16px;font-weight:500;color:var(--heading);display:flex;flex-direction:column;cursor:pointer}.footer-menu li::before{content:"";position:absolute;left:0;width:14px;height:14px;background-color:var(--primary);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.footer-menu li a{font-size:13px;color:var(--heading);font-weight:600;line-height:1.2em}.footer-menu>li{text-transform:uppercase;font-weight:600;padding-left:20px;position:relative}.footer-menu>li::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80l0-32-64 0 0 32 0 144L48 224l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80l0-32-64 0 0 32 0 144L48 224l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z'/%3E%3C/svg%3E")}.footer-menu>li+li{margin-top:4px}.footer-menu>li>ul>li{text-transform:uppercase;font-weight:500}.footer-menu>li>ul>li::before{mask-image:url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.15967C0 0.804199 0.273438 0.503418 0.65625 0.503418H13.3438C13.6992 0.503418 14 0.804199 14 1.15967C14 1.54248 13.6992 1.81592 13.3438 1.81592H0.65625C0.273438 1.81592 0 1.54248 0 1.15967Z' fill='%238A3636'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.15967C0 0.804199 0.273438 0.503418 0.65625 0.503418H13.3438C13.6992 0.503418 14 0.804199 14 1.15967C14 1.54248 13.6992 1.81592 13.3438 1.81592H0.65625C0.273438 1.81592 0 1.54248 0 1.15967Z' fill='%238A3636'/%3E%3C/svg%3E%0A")}ul.footer-menu li ul{margin-left:1em}ul.footer-menu li ul li::before{left:0.8em}body:not(.wp-admin) .swiper,body:not(.wp-admin) .program-gallery-swiper,body:not(.wp-admin) .is-style-dynamic-slider{opacity:0;transition:opacity 0.5s ease}body:not(.wp-admin) .swiper.swiper-initialized,body:not(.wp-admin) .program-gallery-swiper.swiper-initialized,body:not(.wp-admin) .is-style-dynamic-slider.swiper-initialized{opacity:1}.swiper-controls,.program-gallery-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;width:400px;margin-left:auto;margin-right:auto}.swiper,.program-gallery-swiper{overflow:visible}.swiper-slide{height:auto !important}.swiper-pagination{position:relative !important;bottom:auto;left:auto;width:auto;flex:1;text-align:center;margin:0 40px}.swiper-pagination-bullet{width:80px !important;height:8px !important;border-radius:0 !important;background-color:var(--tint-alt, #ccc) !important;opacity:1 !important;margin:0 5px}.swiper-pagination-bullet-active{background-color:var(--primary, #333) !important}.swiper-button-next,.swiper-button-prev{position:static !important;width:22px !important;height:24px !important;margin:0 !important;background-repeat:no-repeat !important;background-position:center !important;background-size:contain !important}.swiper-button-next:after,.swiper-button-prev:after{display:none !important}.swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.6693C22 15.6224 19.8945 19.2318 16.5 21.2084C13.0625 23.1849 8.89453 23.1849 5.5 21.2084C2.0625 19.2318 0 15.6224 0 11.6693C0 7.75916 2.0625 4.14978 5.5 2.17322C8.89453 0.196655 13.0625 0.196655 16.5 2.17322C19.8945 4.14978 22 7.75916 22 11.6693ZM6.1875 11.6693C6.1875 11.9701 6.27344 12.2709 6.48828 12.4427L11.3008 16.9115C11.6016 17.2123 12.0312 17.2552 12.418 17.0834C12.8047 16.9545 13.0625 16.5677 13.0625 16.1381V7.20056C13.0625 6.81384 12.8047 6.42712 12.418 6.25525C12.0312 6.12634 11.6016 6.16931 11.3008 6.47009L6.48828 10.9388C6.27344 11.1107 6.1875 11.4115 6.1875 11.6693Z' fill='%23C0D3EC'/%3E%3C/svg%3E%0A") !important}.swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.6693C0 7.75916 2.0625 4.14978 5.5 2.17322C8.89453 0.196655 13.0625 0.196655 16.5 2.17322C19.8945 4.14978 22 7.75916 22 11.6693C22 15.6224 19.8945 19.2318 16.5 21.2084C13.0625 23.1849 8.89453 23.1849 5.5 21.2084C2.0625 19.2318 0 15.6224 0 11.6693ZM15.8125 11.6693C15.8125 11.4115 15.6836 11.1107 15.4688 10.9388L10.6562 6.47009C10.3555 6.16931 9.92578 6.12634 9.53906 6.25525C9.15234 6.42712 8.9375 6.81384 8.9375 7.20056V16.1381C8.9375 16.5677 9.15234 16.9545 9.53906 17.0834C9.92578 17.2552 10.3555 17.2123 10.6562 16.9115L15.4688 12.4427C15.6836 12.2279 15.8125 11.9701 15.8125 11.6693Z' fill='%23C0D3EC'/%3E%3C/svg%3E%0A") !important}@media (max-width:768px){.swiper-pagination-bullet{width:60px !important}}@media (max-width:480px){.swiper-pagination-bullet{width:40px !important}.swiper-controls,.program-gallery-controls{flex-direction:row;align-items:center;justify-content:center;gap:10px}}.program-gallery-container{margin:30px 0;position:relative}.program-gallery-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;width:400px;margin-left:auto;margin-right:auto}.swiper-button-next,.swiper-button-prev,.swiper-pagination{position:static !important}.is-style-dynamic-slider{display:block !important;width:100% !important;position:relative !important}.is-style-dynamic-slider .gb-container-content{display:block !important;width:100%}.is-style-dynamic-slider .swiper{overflow:visible !important;width:100%;margin-bottom:40px !important}.is-style-dynamic-slider .swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;width:100%;grid-template-columns:none !important;grid-template-rows:none !important;grid-column-gap:0 !important;grid-row-gap:0 !important}.is-style-dynamic-slider .swiper-slide{height:auto;flex-shrink:0;width:auto;display:block !important;grid-column:auto !important;grid-row:auto !important}.is-style-dynamic-slider .gb-grid-wrapper,.is-style-dynamic-slider .gb-grid-column{display:block !important;width:100% !important}.is-style-dynamic-slider .swiper-slide .gb-grid-wrapper{display:grid !important}.is-style-dynamic-slider>.swiper-controls{position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;margin-top:20px !important;margin-bottom:20px !important;padding-top:10px !important;justify-content:center !important;width:100% !important;max-width:500px !important;z-index:1 !important;pointer-events:auto !important;clear:both !important}.ProgramLooper.is-style-dynamic-slider{display:block !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;position:relative !important}.ProgramLooper.is-style-dynamic-slider>*{max-width:none !important}.ProgramLooper.is-style-dynamic-slider.swiper{overflow:hidden !important;position:relative !important;margin-bottom:40px !important}.ProgramLooper.is-style-dynamic-slider>.swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;transition-property:transform !important;box-sizing:content-box !important;width:100% !important}.ProgramLooper.is-style-dynamic-slider>.swiper-wrapper>.swiper-slide{flex-shrink:0 !important;position:relative !important;transition-property:transform, height !important;display:flex !important;justify-content:center !important}.ProgramLooper.is-style-dynamic-slider .ProgramCard{width:100% !important;display:block !important;height:100% !important}.ProgramLooper.is-style-dynamic-slider>.swiper-controls{position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;margin-top:20px !important;margin-bottom:20px !important;padding-top:10px !important;justify-content:center !important;width:100% !important;max-width:500px !important;z-index:1 !important;pointer-events:auto !important;clear:both !important}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{display:flex !important;row-gap:8px;flex-wrap:wrap}span.swiper-pagination-bullet{flex:1}.link-scroll-container{position:relative}.link-scroll-container a.active{color:var(--link-scroll-active-color) !important}.link-scroll-container::before,.link-scroll-container::after{content:"";position:absolute;top:0;bottom:0;width:50px;pointer-events:none;z-index:1;opacity:0;transition:opacity 0.3s ease}.link-scroll-container::before{left:0;background:linear-gradient(to right, var(--secondary-alt) 0%, rgba(255, 255, 255, 0) 100%)}.link-scroll-container::after{right:0;background:linear-gradient(to left, var(--secondary-alt) 0%, rgba(255, 255, 255, 0) 100%)}.link-scroll-container.show-left-fade::before{opacity:1}.link-scroll-container.show-right-fade::after{opacity:1}.link-scroll-container .left-chevron,.link-scroll-container .right-chevron{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;z-index:2;opacity:0;transition:opacity 0.3s ease;cursor:pointer;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--tint-alt, #333)}.link-scroll-container .left-chevron:hover,.link-scroll-container .right-chevron:hover{transform:translateY(-50%) scale(1.2)}.link-scroll-container .left-chevron{left:8px;-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tbGVmdC1pY29uIGx1Y2lkZS1jaGV2cm9uLWxlZnQiPjxwYXRoIGQ9Im0xNSAxOC02LTYgNi02Ii8+PC9zdmc+");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tbGVmdC1pY29uIGx1Y2lkZS1jaGV2cm9uLWxlZnQiPjxwYXRoIGQ9Im0xNSAxOC02LTYgNi02Ii8+PC9zdmc+")}.link-scroll-container .right-chevron{right:8px;-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQtaWNvbiBsdWNpZGUtY2hldnJvbi1yaWdodCI+PHBhdGggZD0ibTkgMTggNi02LTYtNiIvPjwvc3ZnPg==");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQtaWNvbiBsdWNpZGUtY2hldnJvbi1yaWdodCI+PHBhdGggZD0ibTkgMTggNi02LTYtNiIvPjwvc3ZnPg==")}.link-scroll-container.show-left-fade .left-chevron{opacity:1}.link-scroll-container.show-right-fade .right-chevron{opacity:1}.link-scroll-inner{display:flex;align-items:center;max-width:810px;white-space:nowrap;width:100%;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative;scrollbar-width:thin !important;scrollbar-color:rgba(255, 255, 255, 0.3) transparent !important;overflow-x:overlay;scrollbar-gutter:stable both-edges}.link-scroll-inner>*{scroll-snap-align:center;transition:color 0.3s ease}.link-scroll-inner::-webkit-scrollbar{height:4px !important;width:4px !important}.link-scroll-inner::-webkit-scrollbar-track{background:transparent !important}.link-scroll-inner::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.3) !important;border-radius:4px !important;border:none !important}.link-scroll-inner::-webkit-scrollbar-thumb:active,.link-scroll-inner::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.5) !important}.gb-element-eba294e1>*:first-child{margin-left:0}.link-scroll-inner .ProgramNavLink:last-child{border-right-color:transparent}nav.rank-math-breadcrumb p{margin-bottom:0;display:flex;align-items:center}nav.rank-math-breadcrumb span.separator{background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.26562 4.90381C6.57031 5.18506 6.57031 5.67725 6.26562 5.9585L1.76562 10.4585C1.48438 10.7632 0.992188 10.7632 0.710938 10.4585C0.40625 10.1772 0.40625 9.68506 0.710938 9.40381L4.67188 5.41943L0.710938 1.4585C0.40625 1.17725 0.40625 0.685059 0.710938 0.403809C0.992188 0.0991211 1.48438 0.0991211 1.76562 0.403809L6.26562 4.90381Z' fill='%23C0D3EC'/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;width:7px;height:20px;margin-left:10px;margin-right:10px;display:inline-flex;position:relative;top:0px}nav.rank-math-breadcrumb>p>a:first-child{width:20px;height:24px;display:inline-flex;background-image:url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87695 0.970215L17.6113 7.53271C17.9043 7.79639 17.9336 8.23584 17.6992 8.52881C17.4355 8.82178 16.9961 8.85107 16.7031 8.6167L16 8.00146V13.4507C16 14.769 14.9453 15.7944 13.6562 15.7944H5.21875C3.90039 15.7944 2.875 14.769 2.875 13.4507V8.00146L2.14258 8.6167C1.84961 8.85107 1.41016 8.82178 1.14648 8.52881C0.912109 8.23584 0.941406 7.79639 1.23438 7.53271L8.96875 0.970215C9.23242 0.765137 9.61328 0.765137 9.87695 0.970215ZM4.28125 13.4507C4.28125 13.978 4.69141 14.3882 5.21875 14.3882H6.625V9.93506C6.625 9.29053 7.12305 8.76318 7.79688 8.76318H11.0781C11.7227 8.76318 12.25 9.29053 12.25 9.93506V14.3882H13.6562C14.1543 14.3882 14.5938 13.978 14.5938 13.4507V6.80029L9.4375 2.43506L4.28125 6.80029V13.4507ZM8.03125 14.3882H10.8438V10.1694H8.03125V14.3882Z' fill='%232E5E9C'/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;position:relative;top:-2px}.ProgramCardLike,.like-btn{cursor:pointer;transition:transform 0.3s ease}.ProgramCardLike.active,.like-btn.active{background:var(--primary)}.ProgramCardLike.active svg path,.like-btn.active svg path{fill:white !important}.ProgramCardLike.animation-active,.like-btn.animation-active{animation:like-pulse 0.4s ease-in-out}.ProgramCardLike:hover,.like-btn:hover{transform:scale(1.1)}@keyframes like-pulse{0%{transform:scale(1)}50%{transform:scale(1.3) rotate(5deg)}100%{transform:scale(1) rotate(0deg)}}.likes-panel{position:absolute;z-index:1000;min-width:300px;max-width:580px;background:white;border-radius:8px;box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease, transform 0.3s ease;display:none}.likes-panel.dropdown-open{display:block;opacity:1;transform:translateY(0)}.likes-panel-arrow{position:absolute;top:-10px;right:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white}.likes-panel-content{padding:15px;max-height:60vh;overflow-y:auto}.likes-panel-content h3{margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid #eee;font-size:18px;color:#2E5E9C}.mobile-panel-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);z-index:999;opacity:0;transition:opacity 0.3s ease}.mobile-panel-overlay.active{opacity:1}.empty-likes-message{text-align:center;padding:20px 0;color:#888;font-style:italic}.liked-program-item{display:grid;grid-template-columns:80px 1fr 30px;gap:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee;transition:opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;overflow:hidden;max-height:150px}.liked-program-item.removing{opacity:0;transform:translateX(20px);max-height:0;margin-bottom:0;padding-bottom:0;border-bottom:none}.liked-program-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.liked-program-image{width:80px;height:60px;overflow:hidden;border-radius:4px}.liked-program-image img{width:100%;height:100%;object-fit:cover}.liked-program-info{display:flex;flex-direction:column}.liked-program-title{margin:0 0 5px;font-size:16px;line-height:1.2}.liked-program-title a{color:#2E5E9C;text-decoration:none;transition:color 0.2s}.liked-program-title a:hover{color:#732B2B}.liked-program-location,.liked-program-type{font-size:12px;color:#666;margin-bottom:3px}.remove-like-btn{background:none;border:none;color:#ccc;font-size:16px;cursor:pointer;padding:0;margin:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s, color 0.2s;align-self:flex-start}.remove-like-btn:hover{background-color:#f8f8f8;color:#732B2B}.likes-btn{position:relative}.likes-btn.has-likes{position:relative}.likes-btn.has-likes::after{content:"";position:absolute;top:-2px;right:-2px;width:8px;height:8px;background-color:#732B2B;border-radius:50%}@media (max-width:1100px){body.likes-panel-open{overflow:hidden}.mobile-panel-overlay{display:block;pointer-events:none}.mobile-panel-overlay.active{pointer-events:auto}.likes-panel{position:fixed;top:0;bottom:auto;left:0;height:100vh;right:auto;width:75%;max-width:400px;min-width:0;background:white;border-radius:0;transform:translateX(-100%);box-shadow:0 0 20px rgba(0, 0, 0, 0.15);visibility:hidden;opacity:0;transition:transform 0.3s ease-in-out, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;display:block !important;z-index:999999}.likes-panel.is-open{transform:translateX(0);visibility:visible;opacity:1;transition-delay:0s}.likes-panel-content{padding:20px 15px 30px;max-height:100vh;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.likes-panel-content::before{display:none}.likes-panel-content h3{margin-top:5px}.likes-panel-arrow{display:none}body.admin-bar .likes-panel{top:32px;height:calc(100vh - 32px)}.liked-program-item{margin-bottom:20px;padding-bottom:20px}}@media (max-width:1100px) and (max-width:768px){.likes-panel{width:80%;max-width:none}}@media screen and (max-width:1100px) and (max-width:782px){body.admin-bar .likes-panel{top:46px;height:calc(100vh - 46px)}}.aai-program-search{width:100%;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box;background-color:#fff;border-radius:20px}.aai-search-container{position:relative;margin-bottom:0}.aai-search-input-wrapper{display:flex;align-items:center;border:1px solid var(--base-2);border-bottom-width:3px;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.05);padding-left:30px}.aai-search-icon{padding:0 15px;display:flex;align-items:center;width:19px;height:19px;background-image:url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9375 7.47375C12.9375 5.46985 11.8477 3.64172 10.125 2.62219C8.36719 1.60266 6.22266 1.60266 4.5 2.62219C2.74219 3.64172 1.6875 5.46985 1.6875 7.47375C1.6875 9.51282 2.74219 11.3409 4.5 12.3605C6.22266 13.38 8.36719 13.38 10.125 12.3605C11.8477 11.3409 12.9375 9.51282 12.9375 7.47375ZM11.8477 13.2394C10.582 14.2238 9 14.7863 7.3125 14.7863C3.26953 14.7863 0 11.5167 0 7.47375C0 3.46594 3.26953 0.161255 7.3125 0.161255C11.3203 0.161255 14.625 3.46594 14.625 7.47375C14.625 9.19641 14.0273 10.7784 13.043 12.0441L17.7539 16.7198C18.0703 17.0714 18.0703 17.5988 17.7539 17.9152C17.4023 18.2667 16.875 18.2667 16.5586 17.9152L11.8477 13.2394Z' fill='%238a3636'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}.aai-search-icon:before{content:""}.aai-program-search-input{flex:1;padding:27px 30px;border:none;outline:none;font-size:18px;color:var(--heading);font-weight:600}.aai-program-search-input:focus{outline:none;border-color:transparent !important}.aai-program-search-input::placeholder{color:var(--base-2);font-weight:600}.aai-search-button{background:#722F37;color:white;border:none;padding:22px 30px 22px 50px;font-weight:500;cursor:pointer;transition:background-color 0.2s;min-width:90px;font-size:20px;line-height:20px;font-weight:600;position:relative}.aai-search-button:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:19px;height:19px;background-image:url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9375 7.47375C12.9375 5.46985 11.8477 3.64172 10.125 2.62219C8.36719 1.60266 6.22266 1.60266 4.5 2.62219C2.74219 3.64172 1.6875 5.46985 1.6875 7.47375C1.6875 9.51282 2.74219 11.3409 4.5 12.3605C6.22266 13.38 8.36719 13.38 10.125 12.3605C11.8477 11.3409 12.9375 9.51282 12.9375 7.47375ZM11.8477 13.2394C10.582 14.2238 9 14.7863 7.3125 14.7863C3.26953 14.7863 0 11.5167 0 7.47375C0 3.46594 3.26953 0.161255 7.3125 0.161255C11.3203 0.161255 14.625 3.46594 14.625 7.47375C14.625 9.19641 14.0273 10.7784 13.043 12.0441L17.7539 16.7198C18.0703 17.0714 18.0703 17.5988 17.7539 17.9152C17.4023 18.2667 16.875 18.2667 16.5586 17.9152L11.8477 13.2394Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}.aai-search-button:hover{background:#5a2629}.aai-search-results-container{position:absolute;width:100%;max-height:400px;overflow-y:auto;background:white;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);z-index:1000;margin-top:5px;transform-origin:top center;transition:all 0.2s ease-in-out}.aai-search-initial-content{padding:20px;opacity:1;transition:opacity 0.2s ease-in-out}.aai-search-initial-content h3{margin:0 0 15px;font-size:16px;color:var(--heading);font-weight:600}.aai-search-initial-content p{margin:0 0 10px;font-size:14px;color:var(--base);line-height:1.5}.aai-search-initial-content ul{margin:0;padding:0;list-style:none}.aai-search-initial-content ul li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--tint);transition:all 0.2s ease-in-out}.aai-search-initial-content ul li:hover{background-color:var(--tint-alt);padding-left:5px}.aai-search-initial-content ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.aai-search-initial-content ul li a{display:block;text-decoration:none;color:var(--heading);transition:color 0.2s ease-in-out}.aai-search-initial-content ul li a:hover{color:var(--primary)}.aai-search-results-inner{opacity:1;transition:opacity 0.2s ease-in-out}.aai-search-result-item{display:flex;padding:10px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color 0.2s}.aai-search-result-item:hover{background-color:#f9f9f9}.aai-search-result-image{width:80px;height:80px;margin-right:15px;background-size:cover;background-position:center;border-radius:4px}.aai-search-result-info{flex:1}.aai-search-result-title{font-weight:bold;margin-bottom:5px;line-height:1.3em}.aai-search-result-description{font-size:14px;color:var(--heading);margin-bottom:5px;line-height:18px}.aai-search-result-location{font-size:13px;color:#888;line-height:18px}.aai-search-no-results,.aai-search-loading{padding:20px;text-align:center;color:#666}.aai-program-tags{display:flex;flex-wrap:wrap;gap:0;margin-top:15px;align-items:center}.aai-program-label{padding:8px 18px;background:transparent;font-size:14px;color:#333;font-weight:600;border:none;border-right:1px solid #e8e8e8;margin-right:10px}.aai-program-tag{padding:13px 20px;background:var(--tint-alt, #f0f2f5);font-size:14px;cursor:pointer;transition:all 0.2s;color:var(--heading, #333);font-weight:600;border:none;border-right:none;border-radius:50px;margin:0 5px}.aai-program-tag:hover{background:var(--tint, #f0f2f5)}.aai-program-tag.active{background:var(--tint, #f0f2f5)}.aai-program-tag:last-child{border-right:none}@media (max-width:768px){.aai-search-result-item{flex-direction:column;gap:11px}}@media (max-width:1100px){.aai-program-tags{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:0;margin-top:10px}.aai-program-label{white-space:nowrap;flex-shrink:0;padding:6px 15px;font-size:13px;font-weight:600}.aai-program-tag{white-space:nowrap;flex-shrink:0;padding:8px 15px;font-size:13px;font-weight:600;margin:0 3px}.aai-search-button{padding:25px 20px;min-width:60px}.aai-search-button span{display:none}.aai-search-input-wrapper{padding-left:0}.aai-search-button:before{left:50%;transform:translate(-50%, -50%)}.aai-program-search-input{font-size:14px}.aai-search-icon{display:none}}@media (max-width:350px){.aai-search-input-wrapper{flex-direction:column}button.aai-search-button{width:100%;border:1px solikd var(--primary)}input.aai-program-search-input{width:100%}.mobile-menu-container .aai-search-input-wrapper{padding-left:0 !important}.mobile-menu-container button.aai-search-button{display:flex !important;align-items:center;justify-content:center}.mobile-menu-container .aai-search-input-wrapper .aai-search-button:before{position:relative !important;top:9px !important;left:-3px !important}.mobile-menu-container.mobile-menu-container .aai-search-input-wrapper button.aai-search-button{padding:13px 10px !important}.mobile-menu-container .aai-search-button span{display:flex !important}}.DynamicGrid>*{grid-column:span var(--dynamic-grid-columns, 1)}.DynamicGrid>[data-columns="1"]{--dynamic-grid-columns: 1}.DynamicGrid>[data-columns="2"]{--dynamic-grid-columns: 2}.DynamicGrid>[data-columns="3"]{--dynamic-grid-columns: 3}.DynamicGrid>[data-columns="4"]{--dynamic-grid-columns: 4}.DynamicGrid>[data-columns="5"]{--dynamic-grid-columns: 5}.DynamicGrid>[data-columns="6"]{--dynamic-grid-columns: 6}.DynamicGrid>[data-columns="7"]{--dynamic-grid-columns: 7}.DynamicGrid>[data-columns="8"]{--dynamic-grid-columns: 8}.DynamicGrid>[data-columns="9"]{--dynamic-grid-columns: 9}.DynamicGrid>[data-columns="10"]{--dynamic-grid-columns: 10}.DynamicGrid>[data-columns="11"]{--dynamic-grid-columns: 11}.DynamicGrid>[data-columns="12"]{--dynamic-grid-columns: 12}@media (max-width:1100px){.DynamicGrid>[data-columns-md="1"]{--dynamic-grid-columns: 1}.DynamicGrid>[data-columns-md="2"]{--dynamic-grid-columns: 2}.DynamicGrid>[data-columns-md="3"]{--dynamic-grid-columns: 3}.DynamicGrid>[data-columns-md="4"]{--dynamic-grid-columns: 4}.DynamicGrid>[data-columns-md="5"]{--dynamic-grid-columns: 5}.DynamicGrid>[data-columns-md="6"]{--dynamic-grid-columns: 6}.DynamicGrid>[data-columns-md="7"]{--dynamic-grid-columns: 7}.DynamicGrid>[data-columns-md="8"]{--dynamic-grid-columns: 8}.DynamicGrid>[data-columns-md="9"]{--dynamic-grid-columns: 9}.DynamicGrid>[data-columns-md="10"]{--dynamic-grid-columns: 10}.DynamicGrid>[data-columns-md="11"]{--dynamic-grid-columns: 11}.DynamicGrid>[data-columns-md="12"]{--dynamic-grid-columns: 12}}@media (max-width:767px){.DynamicGrid>[data-columns-sm="1"]{--dynamic-grid-columns: 1}.DynamicGrid>[data-columns-sm="2"]{--dynamic-grid-columns: 2}.DynamicGrid>[data-columns-sm="3"]{--dynamic-grid-columns: 3}.DynamicGrid>[data-columns-sm="4"]{--dynamic-grid-columns: 4}.DynamicGrid>[data-columns-sm="5"]{--dynamic-grid-columns: 5}.DynamicGrid>[data-columns-sm="6"]{--dynamic-grid-columns: 6}.DynamicGrid>[data-columns-sm="7"]{--dynamic-grid-columns: 7}.DynamicGrid>[data-columns-sm="8"]{--dynamic-grid-columns: 8}.DynamicGrid>[data-columns-sm="9"]{--dynamic-grid-columns: 9}.DynamicGrid>[data-columns-sm="10"]{--dynamic-grid-columns: 10}.DynamicGrid>[data-columns-sm="11"]{--dynamic-grid-columns: 11}.DynamicGrid>[data-columns-sm="12"]{--dynamic-grid-columns: 12}}.wp-admin .is-style-dynamic-slider{display:flex !important;flex-direction:row;flex-wrap:nowrap !important;overflow:none !important;height:auto !important}:root{--tooltip-width: 200px;--tooltip-bg-color: var(--tint-alt, #555);--tooltip-text-color: var(--heading, #fff);--tooltip-border-radius: 6px;--tooltip-padding: 5px;--tooltip-font-size: 14px;--tooltip-line-height: 1.2;--tooltip-offset-bottom: 125%;--tooltip-arrow-size: 5px;--tooltip-transition-speed: 0.3s}.tooltip{position:relative;display:inline-block}.tooltiptext{visibility:hidden;width:var(--tooltip-width);background-color:var(--tooltip-bg-color);color:var(--tooltip-text-color);text-align:center;border-radius:var(--tooltip-border-radius);padding:var(--tooltip-padding);position:fixed;z-index:9999;opacity:0;transition:opacity var(--tooltip-transition-speed);font-size:var(--tooltip-font-size);line-height:var(--tooltip-line-height);pointer-events:none}.tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:calc(var(--tooltip-arrow-size) * -1);border-width:var(--tooltip-arrow-size);border-style:solid;border-color:var(--tooltip-bg-color) transparent transparent transparent}.tooltiptext[data-arrow-position="top"]::after{top:auto;bottom:100%;border-color:transparent transparent var(--tooltip-bg-color) transparent}.tooltiptext[data-arrow-position="left"]::after{top:50%;left:auto;right:100%;margin-left:0;margin-top:calc(var(--tooltip-arrow-size) * -1);border-color:transparent var(--tooltip-bg-color) transparent transparent}.tooltiptext[data-arrow-position="right"]::after{top:50%;left:100%;margin-left:0;margin-top:calc(var(--tooltip-arrow-size) * -1);border-color:transparent transparent transparent var(--tooltip-bg-color)}.tooltiptext.visible{visibility:visible;opacity:1}.tooltiptext .tooltiptext strong{font-weight:500}.filter-buttons{display:flex;flex-wrap:wrap;gap:12px}.filter-group{position:relative}.filter-button{background-color:var(--tint-alt, #dce6f2);border:none;padding:13px 20px;cursor:pointer;border-radius:25px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:space-between;min-width:122px;transition:all 0.2s ease;color:var(--heading, #333);gap:10px;outline:none}.filter-button:hover{background-color:var(--tint, #c8d8ea);color:var(--heading, #333)}.filter-button:focus,.filter-button:focus-visible{background-color:var(--tint-alt, #dce6f2);color:var(--heading, #333);outline:none;box-shadow:0 0 0 3px rgba(190, 210, 233, 0.5)}.filter-button:active{background-color:var(--tint, #c8d8ea);color:var(--heading, #333)}.filter-button.active{background-color:var(--tint, #bbd0e8);color:var(--heading, #333)}.filter-button .dashicons{font-size:16px;height:16px;width:16px;transition:transform 0.2s ease;opacity:0.7}.filter-button.active .dashicons{transform:rotate(180deg);opacity:1}.filter-button svg{width:10px;height:6px;transition:transform 0.2s ease;margin-left:5px}.filter-button svg path{fill:var(--heading, #333);opacity:0.8}.filter-button.active svg{transform:rotate(180deg)}.filter-button:hover svg path,.filter-button.active svg path{opacity:1}.filter-dropdown{display:none;position:absolute;top:calc(100% + 5px);left:0;background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);padding:6px;min-width:240px;z-index:100;max-height:300px;overflow-y:auto}.filter-dropdown.open{display:block;animation:fadeInDown 0.2s ease-out}@keyframes fadeInDown{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown ul{list-style:none;margin:0;padding:0}.filter-dropdown li{margin-bottom:0px}.filter-dropdown input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}.filter-dropdown label{display:flex;align-items:flex-start;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;padding:7px 8px;border-radius:4px;transition:all 0.15s ease;position:relative}.filter-dropdown label span.filter-term-count{opacity:0.5;margin-left:5px}.filter-dropdown label:hover{background-color:#f5f8fc}.filter-dropdown label:before{content:"";display:inline-block;min-width:18px;width:18px;height:18px;margin-right:10px;border:1px solid #ccc;border-radius:3px;background:#fff;transition:all 0.15s ease;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);flex-shrink:0;margin-top:1px}.filter-dropdown input[type="checkbox"]:checked+label:before{background-color:#4a90e2;border-color:#4a90e2}.filter-dropdown input[type="checkbox"]:checked+label:after{content:"";position:absolute;left:15px;top:11px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-item{transition:opacity 0.4s ease, transform 0.4s ease;opacity:1;transform:translateY(0);overflow:hidden}.filter-item.hidden{display:none}.filter-item.fading-out{opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease, transform 0.3s ease}.filter-item.fading-in{opacity:0;transform:translateY(20px);transition:opacity 0.5s ease, transform 0.5s ease}.filter-items-container,.filter-items-transition{transition:height 0.6s ease;position:relative}.filter-items-transition .filter-item{transition:opacity 0.4s ease, transform 0.4s ease}.filter-item.filtering-out{opacity:0;transform:translateY(-20px);transition:opacity 0.3s ease, transform 0.3s ease}.filter-item.filtered-out{opacity:0;height:0;margin:0 !important;padding:0 !important;border-width:0 !important;visibility:hidden;position:absolute;pointer-events:none}.filter-items-transition *{transition:all 0.6s ease}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.selected-tags:not(:empty){min-height:32px}.filter-tag{display:inline-flex;align-items:center;background-color:white;border:1px solid var(--tint-alt, #dce6f2);border-radius:16px;padding:4px 10px 4px 15px;font-size:13px;margin-right:5px;margin-bottom:5px;transition:all 0.2s ease;font-weight:600}.filter-tag .remove-tag{cursor:pointer;margin-left:6px;font-size:15px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--tint-alt, #dce6f2);color:white;font-weight:bold;line-height:1.2em}.filter-tag .remove-tag:hover{background-color:var(--tint, #c8d8ea)}.selected-tags .taxonomy-group{display:inline-flex;flex-wrap:wrap}.mobile-filter-select{display:none;width:100%;padding:12px;border-radius:25px;border:none;background-color:var(--tint-alt, #dce6f2);font-size:14px;font-weight:600;color:var(--heading, #333);margin-bottom:10px;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');background-repeat:no-repeat;background-position:right 12px center;padding-right:30px}@media (max-width:767px){.filter-group .filter-button{display:none}.mobile-filter-select{display:block}.filter-buttons{gap:8px}}.filter-search-container{position:relative}.filter-search-button{background-color:var(--tint-alt, #dce6f2);border:none;padding:13px;cursor:pointer;border-radius:50%;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;min-width:initial;width:48px;height:48px;transition:all 0.2s ease;color:var(--heading, #333);outline:none}.filter-search-button:hover{background-color:var(--tint, #c8d8ea);color:var(--heading, #333)}.filter-search-button:focus,.filter-search-button:focus-visible{background-color:var(--tint-alt, #dce6f2);color:var(--heading, #333);outline:none;box-shadow:0 0 0 3px rgba(190, 210, 233, 0.5)}.filter-search-button:active,.filter-search-button.active{background-color:var(--tint, #c8d8ea);color:var(--heading, #333)}.filter-search-button .dashicons{font-size:16px;height:16px;width:16px;transition:all 0.2s ease;opacity:0.7}.filter-search-button svg{width:19px;height:19px;transition:all 0.2s ease}.filter-search-button svg path{fill:var(--heading, #333);opacity:0.8}.filter-search-button:hover svg path,.filter-search-button.active svg path{opacity:1}.filter-search-input-container{display:none;position:absolute;top:calc(100% + 5px);right:0;left:auto;transform:none;background-color:#fff;border:1px solid var(--tint-alt, #dce6f2);border-radius:12px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);padding:12px;min-width:300px;z-index:100;animation:fadeInDown 0.2s ease-out}.filter-search-input-container.open{display:block}.filter-search-input{width:100%;padding:10px 15px;border:1px solid var(--tint-alt, #dce6f2) !important;border-radius:25px !important;font-size:14px !important;outline:none;transition:all 0.2s ease;background-color:#fff !important}.filter-search-input:focus{border-color:var(--tint, #c8d8ea);box-shadow:0 0 0 2px rgba(190, 210, 233, 0.3)}@media (max-width:767px){.filter-search-button{width:50px;height:50px;justify-content:center;text-align:left}.filter-search-input-container{position:relative;width:100%;top:0;margin-top:8px}}[class*="filter-items"].loading{position:relative;min-height:200px}[class*="filter-items"].loading::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;border:4px solid var(--tint-alt, #dce6f2);border-top:4px solid var(--tint, #c8d8ea);border-radius:50%;animation:spin 1s linear infinite;z-index:10}[class*="filter-items"].loading::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.7);z-index:5;transition:opacity 0.3s ease}@keyframes spin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}.no-results{padding:40px;text-align:center;background-color:#f5f8fc;border-radius:8px;margin:20px 0;color:var(--heading, #333);font-size:16px;width:100%}.filter-button.has-active-filters{background-color:var(--tint, #bbd0e8);font-weight:700}:root{--menu-text-color: var(--heading);--menu-text-color-secondary: var(--heading);--menu-highlight-color: var(--primary);--menu-item-border-color: #eaeaea;--menu-submenu-bg-color: transparent;--menu-submenu-border-color: var(--tint);--menu-icon-color: var(--heading);--menu-padding-vertical: 12px;--menu-padding-horizontal: 15px;--menu-font-size-main: 16px;--menu-font-size-sub: 14px;--menu-transition-speed-in: 0.5s;--menu-transition-speed-out: 0.3s;--menu-slide-speed: 0.3s}body:not(.wp-admin) .mobile-menu-container{position:fixed;left:0;bottom:0;height:100%;z-index:99999;transform:translateX(-100%);visibility:hidden;opacity:0;transition:transform var(--menu-slide-speed) ease-in-out, visibility 0s linear var(--menu-slide-speed), opacity var(--menu-slide-speed) ease-in-out;overflow-y:auto}body:not(.wp-admin) .mobile-menu-container.is-open{transform:translateX(0);visibility:visible;opacity:1;transition-delay:0s}body.mobile-menu-open::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:999;opacity:1;transition:opacity var(--menu-slide-speed) ease-in-out}body:not(.mobile-menu-open)::before{opacity:0;pointer-events:none}.mobile-menu-list{list-style:none;padding:0;margin:0;width:100%}.mobile-menu-list .menu-item{position:relative;border-bottom:1px solid var(--menu-item-border-color)}.mobile-menu-list .menu-item a{display:block;padding:var(--menu-padding-vertical) var(--menu-padding-horizontal);color:var(--menu-text-color);text-decoration:none;font-size:var(--menu-font-size-main);font-weight:600;transition:color 0.2s ease-in-out}.mobile-menu-list .menu-item a:hover{color:var(--primary)}.mobile-menu-list .sub-menu{list-style:none;padding:0;margin:0;background-color:var(--menu-submenu-bg-color);overflow:hidden;max-height:0;transition:max-height var(--menu-transition-speed-out) ease-out}.mobile-menu-list .sub-menu .menu-item{border-bottom:1px solid var(--menu-submenu-border-color)}.mobile-menu-list .sub-menu .menu-item:last-child{border-bottom:none}.mobile-menu-list .sub-menu a,.mobile-menu-list>.menu-item:not(.menu-item-has-children)>a{padding-right:calc(var(--menu-padding-horizontal) + 25px);position:relative}.mobile-menu-list .sub-menu a{padding-left:calc(var(--menu-padding-horizontal) + 10px);font-size:var(--menu-font-size-sub);color:var(--menu-text-color-secondary)}.mobile-menu-list .sub-menu a:after,.mobile-menu-list>.menu-item:not(.menu-item-has-children)>a:after{content:"";position:absolute;right:var(--menu-padding-horizontal);top:50%;transform:translateY(-50%);width:12px;height:12px;background-color:var(--tint);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M317.3 256l-22.6 22.6-192 192L80 493.3 34.7 448l22.6-22.6L226.7 256 57.4 86.6 34.7 64 80 18.7l22.6 22.6 192 192L317.3 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M317.3 256l-22.6 22.6-192 192L80 493.3 34.7 448l22.6-22.6L226.7 256 57.4 86.6 34.7 64 80 18.7l22.6 22.6 192 192L317.3 256z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:background-color 0.2s ease-in-out}.mobile-menu-list .sub-menu a:hover:after,.mobile-menu-list>.menu-item:not(.menu-item-has-children)>a:hover:after{background-color:var(--primary)}.mobile-menu-list .menu-item-has-children>a{padding-right:calc(var(--menu-padding-horizontal) + 25px);position:relative}.mobile-menu-list .menu-item-has-children>a:after{content:"";position:absolute;right:var(--menu-padding-horizontal);top:50%;transform:translateY(-50%) rotate(90deg);width:16px;height:16px;background-color:var(--menu-icon-color);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M317.3 256l-22.6 22.6-192 192L80 493.3 34.7 448l22.6-22.6L226.7 256 57.4 86.6 34.7 64 80 18.7l22.6 22.6 192 192L317.3 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M317.3 256l-22.6 22.6-192 192L80 493.3 34.7 448l22.6-22.6L226.7 256 57.4 86.6 34.7 64 80 18.7l22.6 22.6 192 192L317.3 256z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:transform 0.2s ease-in-out, background-color 0.2s ease-in-out}.mobile-menu-list .menu-item-has-children.active>a:after{transform:translateY(-50%) rotate(-90deg);background-color:var(--menu-highlight-color)}.mobile-menu-list .menu-item-has-children.active>.sub-menu{max-height:1000px;transition:max-height var(--menu-transition-speed-in) ease-in}.mobile-menu-list .menu-item,.mobile-menu-list .sub-menu .menu-item{border-bottom:1px solid var(--menu-item-border-color)}.mobile-menu-list .menu-item:last-child{border-bottom:none}.mobile-menu-list .menu-item:not(:last-child) .sub-menu .menu-item:last-child{border-bottom:1px solid var(--menu-submenu-border-color)}.slidedown-enter{max-height:0;overflow:hidden}.slidedown-enter-active{max-height:1000px;transition:max-height var(--menu-transition-speed-in) ease-in;overflow:hidden}.slidedown-exit{max-height:1000px;overflow:hidden}.slidedown-exit-active{max-height:0;transition:max-height var(--menu-transition-speed-out) ease-out;overflow:hidden}.mobile-menu-toggle-btn{background:none !important;border:none;padding:10px;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;position:relative;z-index:1001}.mobile-menu-toggle-btn:focus{outline:none}.mobile-menu-toggle-btn:focus-visible{box-shadow:0 0 0 2px var(--primary)}.mobile-menu-toggle-btn__icon{width:24px;height:18px;position:relative}.mobile-menu-toggle-btn__bar{display:block;width:100%;height:2px;background-color:var(--heading);position:absolute;left:0;transition:transform 0.3s ease, opacity 0.3s ease;border-radius:1px;transform-origin:center}.mobile-menu-toggle-btn__bar:nth-child(1){top:0}.mobile-menu-toggle-btn__bar:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-toggle-btn__bar:nth-child(3){bottom:0}.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-btn__bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-btn__bar:nth-child(2){opacity:0;transform:translateY(-50%) scaleX(0.5)}.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-btn__bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:1100px){.mobile-menu-container .aai-search-input-wrapper{padding-left:9px}.mobile-menu-container .aai-search-input-wrapper button.aai-search-button{padding:23px 23px !important;font-size:16px;min-width:40px}.mobile-menu-container .aai-search-input-wrapper .aai-search-button:before{width:16px;height:16px;background-size:contain;left:24px}.mobile-menu-container .aai-search-input-wrapper .aai-program-search-input{padding:9px 10px !important;font-size:16px}}@media (max-width:500px){.mobile-menu-container .gb-text-df4865a0{padding-right:0}}:root{--gap-small: 0.5em;--margin-reset: 0;--width-full: 100%;--flex-full: 1 1 100%}@media (max-width:1350px) and (min-width:1101px){.ProgramCardInfo{flex-wrap:wrap;row-gap:var(--gap-small)}.ProgramCardInfo>div:nth-child(1){width:var(--width-full);flex:var(--flex-full)}.ProgramCardInfo>div:nth-child(2){margin-left:var(--margin-reset) !important}}@media (max-width:900px) and (min-width:768px){.ProgramCardInfo{flex-wrap:wrap;row-gap:var(--gap-small)}.ProgramCardInfo>div:nth-child(1){width:var(--width-full);flex:var(--flex-full)}.ProgramCardInfo>div:nth-child(2){margin-left:var(--margin-reset) !important}}@media (max-width:440px){.ProgramCardInfo{flex-wrap:wrap;row-gap:var(--gap-small)}.ProgramCardInfo>div:nth-child(1){width:var(--width-full);flex:var(--flex-full)}.ProgramCardInfo>div:nth-child(2){margin-left:var(--margin-reset) !important}}div#page{padding:0}.footer-menu ul.menu li{display:block;margin-bottom:0.5rem}.footer-menu ul.menu li a{display:flex;column-gap:1rem;font-weight:500;padding-left:2rem;color:var(--heading)}.footer-menu ul.menu li a:hover{color:var(--primary)}.footer-menu ul.menu li a:before{width:1rem;height:1rem;position:absolute;left:0;content:"";-webkit-mask:url(/wp-content/uploads/2024/11/arrow-right-sharp-regular.svg) no-repeat 50% 50%;mask:url(/wp-content/uploads/2024/11/arrow-right-sharp-regular.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:var(--primary);align-self:center}.footer-sub-menu ul.menu li{border-right:1px solid var(--border);padding:0 1rem}.footer-sub-menu ul.menu li a{color:var(--heading);font-weight:500}.footer-sub-menu ul.menu li a:hover{color:var(--primary)}.footer-sub-menu ul.menu li:last-child{padding-right:0;border-right:0}@media (min-width:1025px) and (max-width:1380px){.contact-details-grid .gb-grid-column .gb-container{padding:2rem}.contact-details-grid .gb-grid-column p.gb-headline{font-size:1rem !important}.contact-location-grid .gb-grid-column .gb-container{padding:2rem}.contact-location-grid .gb-grid-column h3.gb-headline{font-size:1.25rem !important}}:root{--background-color: #f5f5f7;--page-background: white;--edge-height: 120px;--mask-position: -2px;--pattern-image: url("topographic-pattern.svg");--torn-edge-top: url("/wp-content/uploads/2025/03/torn-edge-top-1.svg");--torn-edge-bottom: url("/wp-content/uploads/2025/03/torn-edge-bottom-2.svg");--mask-size: 100%}.section-background::before,.section-background::after{content:"";position:absolute;left:0;width:100%;height:var(--edge-height);background-color:var(--page-background);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.section-background::before{top:var(--mask-position);-webkit-mask-image:var(--torn-edge-top);mask-image:var(--torn-edge-top)}.section-background::after{bottom:var(--mask-position);-webkit-mask-image:var(--torn-edge-bottom);mask-image:var(--torn-edge-bottom);mask-size:cover;bottom:0px;height:80px}.section-mask-bottom:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background-color:var(--page-background);-webkit-mask-image:var(--torn-edge-bottom);mask-image:var(--torn-edge-bottom);mask-size:cover}.NavListContainer>a:last-child{border-bottom:1px solid transparent}.ActivityCard img{max-width:250px}.mega-menu-item-column-links>ul>li>ul>li>a::before{mask-image:url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.664 7.96743V4.81543H0.752V3.50343H3.664V0.351433H5.136V3.50343H8.048V4.81543H5.136V7.96743H3.664Z' fill='%238A3636'/%3E%3C/svg%3E%0A") !important}.ActivityCard img{transition:transform 0.3s ease-in-out}.ActivityCard:hover img{transform:scale(1.1)}a.DestinationsCard img{transition:0.2s ease-in-out all;transform:scale(1)}a.DestinationsCard:hover img{transform:scale(1.1)}.gb-element-e4635a88{position:relative;z-index:10}.SectionContainer.gb-element-3a10450a{position:relative;z-index:1}.Section.gb-element-b4a60158.is-position-sticky.is-stuck{padding-top:10px;padding-bottom:10px}.Section.gb-element-b4a60158.is-position-sticky{transition:0.3s ease-in-out padding}img.ProgramCardImage,.card-image-hover img{transition:0.2s ease-in-out transform}.card-image-hover>a{overflow:hidden;display:flex}img.ProgramCardImage:hover,.card-image-hover img:hover{transform:scale(1.05)}.NavListContainer.NavListCounter{counter-reset:nav-counter}.NavListContainer.NavListCounter .NavListLink::before{counter-increment:nav-counter;content:counter(nav-counter);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary);color:white;font-weight:bold;flex-shrink:0;border-radius:50px;border-radius:4px}.difficulty-wrapper{display:flex;gap:40px;color:var(--heading)}.difficulty-wrapper span.difficulty-text{font-weight:700}@media (max-width:1100px){.mobile-menu-container .phone-likes-container{display:flex !important;justify-content:center;margin-top:1rem}}.archive .tax-hero,.archive-hero{background:linear-gradient(to right, rgba(1, 15, 33, 0.65) 19%, rgba(1, 15, 33, 0) 54%), linear-gradient(to left, rgba(1, 15, 33, 0.48) 0%, rgba(1, 15, 33, 0.48) 100%), var(--inline-bg-image) center center /cover no-repeat !important}.DispatchImageContainer a{display:flex}.svg-fill-none,.svg-fill-none svg{fill:none !important}a.aai-search-result-item.aai-search-taxonomy-suggestion.aai-search-dropdown-item .aai-search-result-title{margin-bottom:0}.badge-item{display:flex;justify-content:center;flex-direction:column;align-items:center;align-content:center;border:1px solid var(--tint-alt);padding:1em;border-radius:8px;width:100%;flex:1;text-align:center}.badge-title{line-height:1.2em;margin-top:1em;font-weight:500}.mobile-menu-list li.menu-item.popular-destination{padding-left:1.8em}.mobile-menu-list li.menu-item.popular-destination:before{content:"";mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXN0YXItaWNvbiBsdWNpZGUtc3RhciI+PHBhdGggZD0iTTExLjUyNSAyLjI5NWEuNTMuNTMgMCAwIDEgLjk1IDBsMi4zMSA0LjY3OWEyLjEyMyAyLjEyMyAwIDAgMCAxLjU5NSAxLjE2bDUuMTY2Ljc1NmEuNTMuNTMgMCAwIDEgLjI5NC45MDRsLTMuNzM2IDMuNjM4YTIuMTIzIDIuMTIzIDAgMCAwLS42MTEgMS44NzhsLjg4MiA1LjE0YS41My41MyAwIDAgMS0uNzcxLjU2bC00LjYxOC0yLjQyOGEyLjEyMiAyLjEyMiAwIDAgMC0xLjk3MyAwTDYuMzk2IDIxLjAxYS41My41MyAwIDAgMS0uNzctLjU2bC44ODEtNS4xMzlhMi4xMjIgMi4xMjIgMCAwIDAtLjYxMS0xLjg3OUwyLjE2IDkuNzk1YS41My41MyAwIDAgMSAuMjk0LS45MDZsNS4xNjUtLjc1NWEyLjEyMiAyLjEyMiAwIDAgMCAxLjU5Ny0xLjE2eiIvPjwvc3ZnPg==");mask-size:contain;background:var(--primary);display:inline-flex;width:20px;height:20px;position:absolute;top:12px;left:0}.mobile-menu-list .menu-item a{padding-left:0}.mobile-menu-list li.menu-item.popular-destination.menu-item-has-children>a{padding-bottom:4px}.mobile-menu-list li.menu-item.popular-destination .sub-menu>li{border-bottom:0}.mobile-menu-list li.menu-item.popular-destination .sub-menu>li:last-child{padding-bottom:12px}.mobile-menu-list li.menu-item.popular-destination .sub-menu>li:before{mask-image:url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.15967C0 0.804199 0.273438 0.503418 0.65625 0.503418H13.3438C13.6992 0.503418 14 0.804199 14 1.15967C14 1.54248 13.6992 1.81592 13.3438 1.81592H0.65625C0.273438 1.81592 0 1.54248 0 1.15967Z' fill='%238A3636'/%3E%3C/svg%3E%0A");mask-repeat:no-repeat;display:inline-flex;top:14px}.popular-destination>a:after{display:none}.popular-destination>.sub-menu{max-height:100%}.popular-destination>.sub-menu .menu-item:last-child{border-bottom:none !important}.popular-destination>.sub-menu .menu-item a{padding-block:4px}.popular-destinations-grid .DestinationsGrid>a{grid-column:span 3}@media (max-width:1100px){.popular-destinations-grid .DestinationsGrid>a{grid-column:span 4}}@media (max-width:980px){.popular-destinations-grid .DestinationsGrid>a{grid-column:span 6}}@media (max-width:650px){.popular-destinations-grid .DestinationsGrid>a{grid-column:span 12}}@media (max-width:1100px){.ProgramCardInfo{flex-wrap:wrap}.ProgramCardInfo>div:first-child{width:100%;margin-bottom:7px}.ProgramCardInfoContainer{margin-left:0 !important}}.header-menu-list.footer-menu>li::before{display:none}.header-menu-list.footer-menu>li>a{font-size:16px;font-weight:700;margin-bottom:4px}.header-menu-list.footer-menu>li{padding-left:0px}ul.header-menu-list.footer-menu li ul{margin-left:17px}ul.header-menu-list.footer-menu li ul li::before{left:-20px;width:16px;height:16px;top:4px}ul.header-menu-list.footer-menu li ul li{position:relative}.header-menu-list.footer-menu>li>ul>li::before{--mask-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyLjc1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQtaWNvbiBsdWNpZGUtY2hldnJvbi1yaWdodCI+PHBhdGggZD0ibTkgMTggNi02LTYtNiIvPjwvc3ZnPg==");mask-image:var(--mask-icon);-webkit-mask-image:var(--mask-icon)}.dynamic-entry-content a{font-weight:600;color:var(--secondary-alt)}.dynamic-entry-content a:hover{color:var(--secondary)}div#field_2_4{position:absolute;top:90%}div#gform_wrapper_2{position:relative}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.alpineinstitute.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2F_editor.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_util.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_tables.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_lists.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fbase%2F_blockquote.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fblocks%2F_block-styles.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fblocks%2F_categories.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fblocks%2F_program-card.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fshortcodes%2F_menu-list.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_slider.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_scroll-links.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_rankmath-breadcrumbs.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_program-likes.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_program-search.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_dynamic-grid.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_tooltip.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_filters.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_mobile-menu.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2Fmodules%2F_program-cards.scss%22%2C%22wp-content%2Fthemes%2Fsite-theme%2Fassets%2Fscss%2F_custom.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CECEA%2CMAAA%2CgJAAA%2CCCDA%2CMAAA%2CoDAAA%2CCAKE%2C4BAAA%2CqEAAA%2CCAME%2CqLAAA%2CgCAAA%2CCAKA%2C%2BCAAA%2CiCAAA%2CCChBJ%2CQAAA%2CUAAA%2CCAIA%2CQAAA%2CSAAA%2CCAIA%2CQAAA%2CcAAA%2CCAIA%2CQAAA%2CSAAA%2CCAKA%2CQAAA%2CWAAA%2CCAIA%2CQAAA%2CWAAA%2CCAKA%2CYAAA%2CcAAA%2CCAKA%2CYAAA%2CcAAA%2CCAIA%2CaAAA%2CyBAAA%2CCAIA%2CYAAA%2CyBAAA%2CCAKA%2CKAAA%2CQAAA%2CCAIA%2CQAAA%2CWAAA%2CCAIA%2CMAAA%2CeAAA%2CCAIA%2CMAAA%2CkBAAA%2CCAKA%2CKAAA%2CSAAA%2CCAIA%2CKAAA%2CYAAA%2CCAKA%2COAAA%2CaAAA%2CCAIA%2CcAAA%2CoBAAA%2CCAIA%2CMAAA%2CYAAA%2CCAIA%2CaAAA%2CmBAAA%2CCAIA%2CQAAA%2CYAAA%2CCAKA%2CUAAA%2CiBAAA%2CCAIA%2CUAAA%2CiBAAA%2CCAIA%2COAAA%2CcAAA%2CCAKA%2CWAAA%2CeAAA%2CCAIA%2CaAAA%2CiBAAA%2CCAIA%2CYAAA%2CgBAAA%2CCAIA%2CWAAA%2CgBAAA%2CCAIA%2CaAAA%2CiBAAA%2CCAKA%2CUAAA%2CcAAA%2CCAIA%2CSAAA%2CqBAAA%2CCAIA%2CcAAA%2CoBAAA%2CCAKA%2CUAAA%2CwCAAA%2CCAMA%2CUAAA%2CmCAAA%2CCAIE%2CcAAA%2CuCAAA%2CCAQF%2CUAAA%2CkBAAA%2CCAIA%2CUAAA%2CqBAAA%2CCAIA%2CcAAA%2CkBAAA%2CCAIA%2CgBAAA%2CsBAAA%2CCAIA%2CiBAAA%2C6BAAA%2CCAIA%2CWAAA%2CcAAA%2CCAIA%2COAAA%2CQAAA%2CCAKA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAKA%2CYAAA%2CWAAA%2CCAIA%2CYAAA%2CYAAA%2CCAKA%2CgBAAA%2CcAAA%2CCAIA%2CoBAAA%2CkBAAA%2CCAKA%2CKAAA%2CSAAA%2CCAIA%2CMAAA%2CUAAA%2CCAIA%2CMAAA%2CUAAA%2CCAKA%2CSAAA%2CkBAAA%2CCAIA%2CWAAA%2CcAAA%2CCAIA%2CSAAA%2CkBAAA%2CCAKA%2CUAAA%2CqBAAA%2CCAIA%2CWAAA%2C0BAAA%2CCAKA%2CYAAA%2CwBAAA%2CCAKA%2CQAAA%2CuCAAA%2CCAIA%2CWAAA%2C8CAAA%2CCAKA%2CkBACE%2CKAAA%2CSAAA%2CCAGA%2CGAAA%2CSAAA%2CCAAA%2CCAKF%2CoBACE%2CKAAA%2CoCAAA%2CCAIA%2CGAAA%2CiCAAA%2CCAAA%2CCAMF%2CwBACE%2CKAAA%2C0BAAA%2CCAGA%2CGAAA%2CuBAAA%2CCAAA%2CCAKF%2CkBACE%2CoBAAA%2CuBAAA%2CCAOA%2CIAAA%2C2BAAA%2CCAGA%2CIAAA%2C2BAAA%2CCAAA%2CCAKF%2CiBACE%2CGAAA%2CkBAAA%2CCAGA%2CIAAA%2CqBAAA%2CCAGA%2CKAAA%2CkBAAA%2CCAAA%2CCAKF%2CiBACE%2CQAAA%2CuBAAA%2CCAIA%2CoBAAA%2C2BAAA%2CCAOA%2CgBAAA%2C0BAAA%2CCAAA%2CCASF%2CSAAA%2C8CAAA%2CCAKA%2CcAAA%2CuBAAA%2CCAIA%2CcAAA%2CqBAAA%2CCAIA%2CkBAAA%2CkCAAA%2CCAKA%2CSAAA%2CqBAAA%2CCAIA%2CYAAA%2CuBAAA%2CCAIA%2CgBAAA%2C2BAAA%2CCAIA%2CQAAA%2CqBAAA%2CCAIA%2COAAA%2CoBAAA%2CCAIA%2COAAA%2CoBAAA%2CCAKA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2CoBAAA%2CCAKA%2CMAAA%2CYAAA%2CCAKA%2CaAAA%2C%2BCAAA%2CCAIA%2CaAAA%2C%2BCAAA%2CCAIA%2CaAAA%2C%2BCAAA%2CCAIA%2CaAAA%2C%2BCAAA%2CCAIA%2CaAAA%2C%2BCAAA%2CCAIA%2CcAAA%2CgDAAA%2CCAKA%2CgBAAA%2C0BAAA%2CCAIA%2CoBAAA%2C0DAAA%2CCAIA%2CqBAAA%2C2DAAA%2CCAKA%2CaAAA%2C4CAAA%2CCAIA%2CaAAA%2C4CAAA%2CCAIA%2CaAAA%2C4CAAA%2CCAKA%2COAAA%2CKAAA%2CCAIA%2COAAA%2CUAAA%2CCAIA%2COAAA%2CQAAA%2CCAIA%2COAAA%2CQAAA%2CCAKA%2CSAAA%2CeAAA%2CCAIA%2CSAAA%2CYAAA%2CCAKA%2CYAAA%2C2BAAA%2CCAIA%2CYAAA%2C2BAAA%2CCAIA%2CYAAA%2C2BAAA%2CCAIA%2CeAAA%2CkBAAA%2CCAKA%2CYAAA%2CwBAAA%2CCAIA%2CYAAA%2CwBAAA%2CCAIA%2CYAAA%2CwBAAA%2CCAIA%2CeAAA%2CeAAA%2CCAKA%2CeAAA%2CkBAAA%2CCAIA%2CeAAA%2CqBAAA%2CCAIA%2CiBAAA%2CoBAAA%2CCAKA%2CoBAAA%2CkBAAA%2CCAIA%2CmBAAA%2CiBAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CsBAAA%2CoBAAA%2CCAIA%2CuBAAA%2C2BAAA%2CCAIA%2CsBAAA%2C0BAAA%2CCASA%2CyBACE%2CgBAAA%2C%2BCAAA%2CCAIA%2CgBAAA%2C%2BCAAA%2CCAIA%2CgBAAA%2C%2BCAAA%2CCAIA%2CeAAA%2C2BAAA%2CCAIA%2CeAAA%2C2BAAA%2CCAIA%2CkBAAA%2CkBAAA%2CCAIA%2CUAAA%2CQAAA%2CCAAA%2CCAMF%2CyBACE%2CgBAAA%2C%2BCAAA%2CCAIA%2CgBAAA%2C%2BCAAA%2CCAIA%2CeAAA%2C2BAAA%2CCAIA%2CkBAAA%2CkBAAA%2CCAIA%2CUAAA%2CUAAA%2CCAAA%2CCAMF%2CoBAAA%2C0DAAA%2CCAIA%2CyBACE%2CoBAAA%2C0DAAA%2CCAAA%2CCAKF%2CyBACE%2CoBAAA%2C0DAAA%2CCAAA%2CCAMF%2CSAAA%2C6DAAA%2CCAKA%2C0BACC%2CSAAA%2C2DAAA%2CCAAA%2CCAOD%2CcAAA%2CyBAAA%2CCAKA%2CgBAAA%2CcAAA%2CCAIA%2C2BAAA%2CmCAAA%2CCAMG%2C%2BBAAA%2CeAAA%2CCCjpBH%2CEAAA%2CoBAAA%2CCAYA%2CWAAA%2CyHAAA%2CCAUA%2CEAAA%2CqEAAA%2CCAMA%2CqBAAA%2CUAAA%2CCAIA%2C2BAAA%2C0BAAA%2CCAIA%2C2BAAA%2C6EAAA%2CCAMA%2CmEAAA%2CqCAAA%2CCAKA%2C4JAAA%2CqBAAA%2CCAIA%2CkNAAA%2CgCAAA%2CCAKA%2CgBAAA%2CeAAA%2CCCxDA%2CoBAAA%2CwkBAAA%2CCAkBE%2C0CAAA%2CiBAAA%2CCAGA%2C0BAAA%2CkRAAA%2CCAYE%2CgCAAA%2C6BAAA%2CCAGA%2C0DAAA%2C8MAAA%2CCAYE%2CmCAAA%2CkCAAA%2CCAEE%2CmDAAA%2CsDAAA%2CCAGA%2CyCAAA%2CyDAAA%2CCAKJ%2C6FAAA%2CiJAAA%2CCASA%2CsEAAA%2CsEAAA%2CCAOF%2CyBACE%2C0BAAA%2CsDAAA%2CCAGE%2C0DAAA%2CwCAAA%2CCAAA%2CCASJ%2CsCAAA%2C2FAAA%2CCAQA%2C4CAAA%2CyDAAA%2CCAMA%2CkFAAA%2CuBAAA%2CCAKA%2C6CAAA%2C0MAAA%2CCAkBA%2CyDAAA%2C8BAAA%2CCAIA%2CyBACE%2CsCAAA%2CgCAAA%2CCAAA%2CCAOF%2CmBAAA%2C4BAAA%2CCAEE%2C6EAAA%2C4BAAA%2CCAYM%2C0CAAA%2C%2BDAAA%2CCAMF%2CuCAAA%2CuDAAA%2CCAQR%2C%2BBAAA%2C2EAAA%2CCASA%2CkDAAA%2CeAAA%2CCAIA%2CiBAAA%2CkCAAA%2CCAKA%2CqBAAA%2CkGAAA%2CCASA%2CgBAAA%2CyDAAA%2CCAOA%2C8BAAA%2CQAAA%2CCAIA%2CyBAAA%2CSAAA%2CCAIA%2CqBAAA%2CiBAAA%2CCAIA%2CwEAAA%2CiEAAA%2CCAOA%2C0CAAA%2CiBAAA%2CCAIA%2CgDAAA%2CuFAAA%2CCAKA%2CkDAAA%2CiBAAA%2CCAIA%2C0KAAA%2C0DAAA%2CCASA%2CmDAAA%2CeAAA%2CCAIA%2CgDAAA%2CuCAAA%2CCAIA%2CiCAAA%2CgDAAA%2CCAKA%2CmDAAA%2C0BAAA%2CCAIA%2CgDAAA%2C4DAAA%2CCAKA%2CqCAAA%2CkBAAA%2CCAIA%2CkBAAA%2CoEAAA%2CCAIE%2CyBAAA%2CkBAAA%2CaAAA%2CCAAA%2CCAKF%2CoBAAA%2CeAAA%2CCAIA%2CkDAAA%2CwDAAA%2CCAIA%2C%2BCAAA%2CiCAAA%2CCAIA%2C6BAAA%2CuDAAA%2CCAIA%2CqCAAA%2C6CAAA%2CCChSA%2CaAAA%2CiyBAAA%2CCAsBI%2CgIAAA%2C4IAAA%2CCAQE%2CmGAAA%2CyDAAA%2CCASA%2CmGAAA%2CyDAAA%2CCAWA%2CsMAAA%2CmFAAA%2CCAMI%2C0OAAA%2CwHAAA%2CCAYN%2C0BAGM%2CsMAAA%2CkCAAA%2CCAAA%2CCAON%2CyBAGM%2CsMAAA%2CkCAAA%2CCAAA%2CCASP%2CgEAAA%2C4CAAA%2CCAQH%2CuCAAA%2CoCAAA%2CCAiJA%2CiCAAA%2CqKAAA%2CCAYE%2CyDAAA%2CgIAAA%2CCAUE%2CsEAAA%2C8BAAA%2CCAKA%2C%2BDAAA%2CkCAAA%2CCAOF%2C0DAAA%2C0OAAA%2CCAgBE%2CgEAAA%2C4CAAA%2CCAIA%2C8DAAA%2CuHAAA%2CCASF%2C8CAAA%2CuHAAA%2CCAQA%2C0BAAA%2CiCAAA%2C0BAAA%2CCAGE%2CyDAAA%2CsBAAA%2CCAAA%2CCAKF%2CyBACE%2CyDAAA%2CgDAAA%2CCAKA%2C0DAAA%2CsBAAA%2CCAAA%2CCC3RJ%2C0PAAA%2C4hBAAA%2CCAtBE%2CoSAAA%2CgHAAA%2CCAkCF%2CwBAAA%2C0FAAA%2CCC1DA%2CSAAA%2C%2BBAAA%2CCAIA%2CoCAAA%2CgGAAA%2CCASA%2CyBAAA%2CCCbA%2CMAAA%2CipEAAA%2CCAuBE%2C4DAAA%2CkCAAA%2CCAME%2CqEAAA%2C4NAAA%2CCAQE%2C6FAAA%2CiKAAA%2CCAeF%2CqEAAA%2C2BAAA%2CCAIE%2C8EAAA%2C2NAAA%2CCAQE%2CsGAAA%2CuLAAA%2CCAiBN%2C4DAAA%2CqDAAA%2CCAOE%2CqEAAA%2CmPAAA%2CCASE%2C6FAAA%2C0OAAA%2CCAkBF%2CqEAAA%2C2BAAA%2CCAIE%2C8EAAA%2C2NAAA%2CCAQE%2CsGAAA%2C6JAAA%2CCAoBJ%2C0aAAA%2CkBAAA%2CCCnJJ%2CMAAA%2C0yBAAA%2CCAyBE%2CyCAAA%2CuRAAA%2CCAYE%2CyDAAA%2C%2BNAAA%2CCAiBA%2C6CAAA%2C2TAAA%2CCAWE%2CuEAAA%2CkBAAA%2CCAMF%2CmDAAA%2CmTAAA%2CCAYE%2C%2BEAAA%2CkBAAA%2CCAMF%2CuDAAA%2CmTAAA%2CCAcF%2CmBAAA%2CmPAAA%2CCAUE%2C2BAAA%2CmJAAA%2CCAaA%2CqBAAA%2C2TAAA%2CCAWE%2CkCAAA%2CkBAAA%2CCAKF%2CwDAAA%2CmTAAA%2CCAeF%2CyBACE%2CMAAA%2CoNAAA%2CCAAA%2CCAWF%2CyBACE%2CMAAA%2C8PAAA%2CCAAA%2CCCiDJ%2CMAAA%2C4gCAAA%2CCAOA%2CyBACI%2CiKAAA%2CuCAAA%2CCAAA%2CCCpOJ%2CsBAAA%2C6BAAA%2CCAGE%2CyBAAA%2CsBAAA%2CcAAA%2CCAAA%2CCAKF%2CoDAAA%2CoBAAA%2CCAsBA%2CiDAAA%2C8NAAA%2CCAYA%2CmEAAA%2CiBAAA%2CCAKA%2CMAAA%2CqJAAA%2CCAQA%2CiDAAA%2C0KAAA%2CCAaA%2CyBACE%2CiDAAA%2CkEAAA%2CCAAA%2CCAMF%2CyBACE%2CiDAAA%2CkEAAA%2CCAAA%2CCAMF%2CyBACE%2CiDAAA%2CkEAAA%2CCAAA%2CCAMF%2C0BACE%2CiDAAA%2CkEAAA%2CCAAA%2CCAKF%2CoDAAA%2C8GAAA%2CCAQA%2C4DAAA%2C4lBAAA%2CCAYA%2CsDAAA%2CwEAAA%2CCAOA%2C4DAAA%2CkCAAA%2CCAMA%2CyDAAA%2C%2BEAAA%2CCAMA%2C2BAAA%2CkBAAA%2CCCtIA%2CqBAAA%2CuEAAA%2CCASE%2CwBAAA%2C4KAAA%2CCAWA%2C0BAAA%2CiGAAA%2CCASA%2C%2BBAAA%2C4CAAA%2CCAKA%2CkEAAA%2CmDAAA%2CCAKA%2C0BACE%2CwBAAA%2CcAAA%2CCAAA%2CCCxCJ%2CuCAAA%2CcAAA%2CCCAA%2CaAAA%2CkCAAA%2CCAII%2CgBAAA%2CkBAAA%2CCAKA%2CgBAAA%2CmHAAA%2CCAUI%2CwBAAA%2C4OAAA%2CCAcA%2CkBAAA%2CqEAAA%2CCASJ%2CgBAAA%2C4EAAA%2CCAKI%2CwBAAA%2CufAAA%2CCAMA%2CmBAAA%2CcAAA%2CCAMJ%2CsBAAA%2CwCAAA%2CCAII%2C8BAAA%2CmvBAAA%2CCAOR%2CqBAAA%2CeAAA%2CCAIA%2CgCAAA%2CUAAA%2CCCnEI%2CqHAAA%2CsCAAA%2CCAMA%2C8KAAA%2CSAAA%2CCASJ%2C2CAAA%2C%2BHAAA%2CCAYA%2CgCAAA%2CgBAAA%2CCAKA%2CcAAA%2CsBAAA%2CCAKA%2CmBAAA%2CoGAAA%2CCAWA%2C0BAAA%2C0JAAA%2CCASA%2CiCAAA%2CgDAAA%2CCAKA%2CwCAAA%2C2MAAA%2CCAYA%2CoDAAA%2CuBAAA%2CCAMA%2CoBAAA%2CuxBAAA%2CCAIA%2CoBAAA%2CyxBAAA%2CCAKA%2CyBAEI%2C0BAAA%2CqBAAA%2CCAAA%2CCAKJ%2CyBAEI%2C0BAAA%2CqBAAA%2CCAKA%2C2CAAA%2CqEAAA%2CCAAA%2CCAUJ%2C2BAAA%2C%2BBAAA%2CCAKA%2C0BAAA%2C%2BHAAA%2CCAWA%2C2DAAA%2C0BAAA%2CCAKA%2CyBAAA%2C2EAAA%2CCAKI%2C%2BCAAA%2CmCAAA%2CCAKA%2CiCAAA%2CoEAAA%2CCAMA%2CyCAAA%2C8LAAA%2CCAWA%2CuCAAA%2CkHAAA%2CCAYA%2CmFAAA%2C8CAAA%2CCAOA%2CwDAAA%2CuBAAA%2CCAKA%2C0CAAA%2CoWAAA%2CCAmBJ%2CuCAAA%2CoIAAA%2CCAQI%2CyCAAA%2CyBAAA%2CCAIA%2C8CAAA%2CqFAAA%2CCAMA%2CuDAAA%2CoJAAA%2CCAQA%2CqEAAA%2CgKAAA%2CCAUA%2CoDAAA%2CqEAAA%2CCAOA%2CwDAAA%2CoWAAA%2CCAmBJ%2CsGAAA%2CkDAAA%2CCAMA%2C8BAAA%2CMAAA%2CCCvRA%2CuBAAA%2CiBAAA%2CCAGI%2CgCAAA%2CgDAAA%2CCAKA%2C6DAAA%2C2HAAA%2CCAcA%2C%2BBAAA%2CiGAAA%2CCAQA%2C8BAAA%2CiGAAA%2CCAQA%2C8CAAA%2CSAAA%2CCAIA%2C8CAAA%2CSAAA%2CCAKA%2C2EAAA%2CoUAAA%2CCAuBI%2CuFAAA%2CqCAAA%2CCAKJ%2CqCAAA%2Ck0BAAA%2CCAMA%2CsCAAA%2C20BAAA%2CCAMA%2CoDAAA%2CSAAA%2CCAIA%2CsDAAA%2CSAAA%2CCAKJ%2CmBAAA%2CmTAAA%2CCAkBI%2CqBAAA%2CmDAAA%2CCAQJ%2CsCAAA%2C0CAAA%2CCAKA%2C4CAAA%2CiCAAA%2CCAIA%2C4CAAA%2CwGAAA%2CCAMA%2CqGAAA%2CoDAAA%2CCAMA%2CmCAAA%2CaAAA%2CCAIA%2C8CAAA%2C8BAAA%2CCClJI%2C2BAAA%2C%2BCAAA%2CCAKA%2CwCAAA%2C4rBAAA%2CCAaA%2CyCAAA%2C8kCAAA%2CCChBJ%2C2BAAA%2C6CAAA%2CCAKE%2CyCAAA%2CyBAAA%2CCAGE%2C2DAAA%2CqBAAA%2CCAKF%2C6DAAA%2CqCAAA%2CCAIA%2CuCAAA%2CoBAAA%2CCAMF%2CsBACE%2CGAAA%2CkBAAA%2CCAGA%2CIAAA%2CiCAAA%2CCAGA%2CKAAA%2C%2BBAAA%2CCAAA%2CCAMF%2CaAAA%2C%2BOAAA%2CCAaE%2C2BAAA%2C%2BCAAA%2CCAOA%2CmBAAA%2C6JAAA%2CCAYA%2CqBAAA%2C4CAAA%2CCAKE%2CwBAAA%2C6FAAA%2CCAWJ%2CsBAAA%2CgJAAA%2CCAYE%2C6BAAA%2CSAAA%2CCAMF%2CqBAAA%2C6DAAA%2CCAQA%2CoBAAA%2CsOAAA%2CCAWE%2C6BAAA%2CqGAAA%2CCASA%2C%2BBAAA%2CmDAAA%2CCAQF%2CqBAAA%2CwDAAA%2CCAME%2CyBAAA%2CuCAAA%2CCAQF%2CoBAAA%2CkCAAA%2CCAKA%2CqBAAA%2C6CAAA%2CCAKE%2CuBAAA%2CwDAAA%2CCAKE%2C6BAAA%2CaAAA%2CCAMJ%2C4CAAA%2C2CAAA%2CCAQA%2CiBAAA%2C0PAAA%2CCAiBE%2CuBAAA%2CsCAAA%2CCAOF%2CWAAA%2CiBAAA%2CCAGE%2CqBAAA%2CiBAAA%2CCAGE%2C4BAAA%2CgHAAA%2CCAcJ%2C0BAEE%2CsBAAA%2CeAAA%2CCAKA%2CsBAAA%2CiCAAA%2CCAIE%2C6BAAA%2CmBAAA%2CCAMF%2CaAAA%2CyWAAA%2CCAsBE%2CqBAAA%2CwEAAA%2CCAOA%2CqBAAA%2CoGAAA%2CCAOE%2C6BAAA%2CYAAA%2CCAIA%2CwBAAA%2CcAAA%2CCAKF%2CmBAAA%2CYAAA%2CCAcF%2C4BAAA%2CkCAAA%2CCAWA%2CoBAAA%2CsCAAA%2CCAAA%2CCAnBA%2CgDACE%2CaAAA%2CwBAAA%2CCAAA%2CCAYA%2C2DAAA%2C4BAAA%2CkCAAA%2CCAAA%2CCCrTJ%2CoBAAA%2CgHAAA%2CCAUA%2CsBAAA%2CiCAAA%2CCAKA%2C0BAAA%2CmMAAA%2CCAYA%2CiBAAA%2C67BAAA%2CCAWA%2CwBAAA%2CUAAA%2CCAIA%2C0BAAA%2CqGAAA%2CCAUA%2CgCAAA%2CgDAAA%2CCAKA%2CuCAAA%2CmCAAA%2CCAKA%2CmBAAA%2CuNAAA%2CCAeA%2C0BAAA%2Co9BAAA%2CCAaA%2CyBAAA%2CkBAAA%2CCAIA%2C8BAAA%2C0PAAA%2CCAeA%2C4BAAA%2C0DAAA%2CCAMI%2C%2BBAAA%2CmEAAA%2CCAOA%2C8BAAA%2CgEAAA%2CCAOA%2C%2BBAAA%2CkCAAA%2CCAKI%2CkCAAA%2C0GAAA%2CCAMI%2CwCAAA%2CiDAAA%2CCAKA%2C6CAAA%2CmDAAA%2CCAMA%2CoCAAA%2CyFAAA%2CCAMI%2C0CAAA%2CoBAAA%2CCAQhB%2C0BAAA%2C6CAAA%2CCAKA%2CwBAAA%2CyGAAA%2CCAQA%2C8BAAA%2CwBAAA%2CCAIA%2CyBAAA%2C2GAAA%2CCASA%2CwBAAA%2CMAAA%2CCAIA%2CyBAAA%2CoDAAA%2CCAMA%2C%2BBAAA%2CsEAAA%2CCAOA%2C4BAAA%2C0CAAA%2CCAMA%2C2CAAA%2CyCAAA%2CCAOA%2CkBAAA%2CoEAAA%2CCAQA%2CmBAAA%2C8IAAA%2CCAWA%2CiBAAA%2CgNAAA%2CCAcA%2CuBAAA%2C%2BBAAA%2CCAIA%2CwBAAA%2C%2BBAAA%2CCAIA%2C4BAAA%2CiBAAA%2CCAIA%2CyBACI%2CwBAAA%2C8BAAA%2CCAAA%2CCAMJ%2C0BACI%2CkBAAA%2CqIAAA%2CCAUA%2CmBAAA%2CgFAAA%2CCAQA%2CiBAAA%2C6FAAA%2CCASA%2CmBAAA%2CgCAAA%2CCAII%2CwBAAA%2CYAAA%2CCAKJ%2C0BAAA%2CcAAA%2CCAIA%2C0BAAA%2CwCAAA%2CCAKA%2C0BAAA%2CcAAA%2CCAGA%2CiBAAA%2CYAAA%2CCAAA%2CCAKJ%2CyBACI%2C0BAAA%2CqBAAA%2CCAIA%2CyBAAA%2C2CAAA%2CCAKA%2C%2BBAAA%2CUAAA%2CCAIA%2CiDAAA%2CyBAAA%2CCAKA%2CgDAAA%2CiEAAA%2CCAOA%2C2EAAA%2CoEAAA%2CCAMA%2CgGAAA%2C4BAAA%2CCAIA%2C%2BCAAA%2CuBAAA%2CCAAA%2CCCxWA%2CeAAA%2C%2BCAAA%2CCAIE%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CgCAAA%2CyBAAA%2CCAAA%2CiCAAA%2C0BAAA%2CCAAA%2CiCAAA%2C0BAAA%2CCAAA%2CiCAAA%2C0BAAA%2CCAMF%2C0BAEI%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CCAOJ%2CyBAEI%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CmCAAA%2CyBAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CCAQR%2CmCAAA%2CsHAAA%2CCC%2FBA%2CMAAA%2C6SAAA%2CCAmBA%2CSAAA%2CsCAAA%2CCAOA%2CaAAA%2CwYAAA%2CCAiBI%2CoBAAA%2CkOAAA%2CCAYA%2C%2BCAAA%2C6FAAA%2CCAOA%2CgDAAA%2CmKAAA%2CCAUA%2CiDAAA%2CwJAAA%2CCAcA%2CqBAAA%2C4BAAA%2CCAKA%2CiCAAA%2CeAAA%2CCCxFJ%2CgBAAA%2CoCAAA%2CCAMA%2CcAAA%2CiBAAA%2CCAIA%2CeAAA%2CuSAAA%2CCAsBA%2CqBAAA%2CgEAAA%2CCAMA%2CkDAAA%2C%2BHAAA%2CCAWA%2CsBAAA%2CgEAAA%2CCAMA%2CsBAAA%2CgEAAA%2CCAMA%2C0BAAA%2CgFAAA%2CCAQA%2CiCAAA%2CkCAAA%2CCAKA%2CmBAAA%2CoEAAA%2CCAOA%2CwBAAA%2CqCAAA%2CCAKA%2C0BAAA%2CwBAAA%2CCAIA%2C6DAAA%2CSAAA%2CCAKA%2CiBAAA%2C0OAAA%2CCAkBA%2CsBAAA%2CgDAAA%2CCAKA%2CsBACE%2CKAAA%2CoCAAA%2CCAKA%2CGAAA%2CiCAAA%2CCAAA%2CCAMF%2CoBAAA%2CkCAAA%2CCAMA%2CoBAAA%2CiBAAA%2CCAIA%2CwCAAA%2C4CAAA%2CCAQA%2CuBAAA%2C%2BKAAA%2CCAWE%2C8CAAA%2C2BAAA%2CCAMF%2C6BAAA%2CwBAAA%2CCAKA%2C8BAAA%2C%2BOAAA%2CCAiBA%2C6DAAA%2C6CAAA%2CCAMA%2C4DAAA%2CyIAAA%2CCAcA%2CaAAA%2CmGAAA%2CCAQA%2CoBAAA%2CYAAA%2CCAKA%2CwBAAA%2CuFAAA%2CCAOA%2CuBAAA%2CsFAAA%2CCAOA%2CiDAAA%2C6CAAA%2CCAOA%2CsCAAA%2CiDAAA%2CCAKA%2C2BAAA%2CuFAAA%2CCAOA%2C0BAAA%2C6IAAA%2CCAYA%2C2BAAA%2CwBAAA%2CCAKA%2CeAAA%2CkDAAA%2CCAOA%2C2BAAA%2CeAAA%2CCAIA%2CYAAA%2C%2BOAAA%2CCAcA%2CwBAAA%2C6OAAA%2CCAgBA%2C8BAAA%2CqCAAA%2CCAKA%2C%2BBAAA%2CkCAAA%2CCAMA%2CsBAAA%2CmiBAAA%2CCAmBA%2CyBACE%2C6BAAA%2CYAAA%2CCAIA%2CsBAAA%2CaAAA%2CCAIA%2CgBAAA%2COAAA%2CCAAA%2CCAMF%2CyBAAA%2CiBAAA%2CCAIA%2CsBAAA%2C0SAAA%2CCAmBA%2C4BAAA%2CgEAAA%2CCAKA%2CgEAAA%2C%2BHAAA%2CCAQA%2C0DAAA%2CgEAAA%2CCAMA%2CiCAAA%2C0EAAA%2CCAQA%2C0BAAA%2C%2BCAAA%2CCAMA%2C%2BBAAA%2CqCAAA%2CCAKA%2C2EAAA%2CSAAA%2CCAKA%2C%2BBAAA%2C4RAAA%2CCAiBA%2CoCAAA%2CaAAA%2CCAIA%2CqBAAA%2CgNAAA%2CCAWA%2C2BAAA%2C%2BEAAA%2CCAMA%2CyBACE%2CsBAAA%2C6DAAA%2CCAOA%2C%2BBAAA%2CiDAAA%2CCAAA%2CCASF%2CgCAAA%2CkCAAA%2CCAKA%2CuCAAA%2CuPAAA%2CCAgBA%2CwCAAA%2CiJAAA%2CCAYA%2CgBACE%2CGAAA%2C4CAAA%2CCACA%2CKAAA%2C8CAAA%2CCAAA%2CCAIF%2CYAAA%2C4IAAA%2CCAYA%2CkCAAA%2CqDAAA%2CCCnhBA%2CMAAA%2CudAAA%2CCAkBE%2C2CAAA%2CoRAAA%2CCAiBE%2CmDAAA%2CwEAAA%2CCAWF%2C8BAAA%2C8KAAA%2CCAaA%2CoCAAA%2C6BAAA%2CCAMA%2CkBAAA%2C6CAAA%2CCAOA%2C6BAAA%2CuEAAA%2CCAKA%2C%2BBAAA%2C0NAAA%2CCAWA%2CqCAAA%2CoBAAA%2CCAKA%2C4BAAA%2C6KAAA%2CCAUA%2CuCAAA%2CwDAAA%2CCAIA%2CkDAAA%2CkBAAA%2CCAKA%2C0FAAA%2C2EAAA%2CCAOA%2C8BAAA%2CmIAAA%2CCAOA%2CsGAAA%2C2qCAAA%2CCAsBA%2CkHAAA%2C%2BBAAA%2CCAUA%2C4CAAA%2C2EAAA%2CCAMA%2CkDAAA%2CguCAAA%2CCAqBA%2CyDAAA%2CsFAAA%2CCAKA%2C2DAAA%2C%2BEAAA%2CCAMA%2CoEAAA%2CqDAAA%2CCAMA%2CwCAAA%2CkBAAA%2CCAKA%2C8EAAA%2CwDAAA%2CCAKA%2CiBAAA%2C4BAAA%2CCAKA%2CwBAAA%2C%2BFAAA%2CCAMA%2CgBAAA%2CiCAAA%2CCAKA%2CuBAAA%2C4FAAA%2CCAOF%2CwBAAA%2C4MAAA%2CCAeE%2C8BAAA%2CYAAA%2CCAIA%2CsCAAA%2CmCAAA%2CCAKF%2C8BAAA%2CwCAAA%2CCAMA%2C6BAAA%2CwLAAA%2CCAaA%2C0CAAA%2CKAAA%2CCAIA%2C0CAAA%2CkCAAA%2CCAKA%2C0CAAA%2CQAAA%2CCAKA%2C4EAAA%2CuCAAA%2CCAIA%2C4EAAA%2CgDAAA%2CCAKA%2C4EAAA%2CyCAAA%2CCAYA%2C0BACI%2CiDAAA%2CgBAAA%2CCAGA%2C0EAAA%2C0DAAA%2CCAMA%2C2EAAA%2CwDAAA%2CCAOA%2C2EAAA%2C0CAAA%2CCAAA%2CCAOJ%2CyBAEM%2CyCAAA%2CeAAA%2CCAAA%2CCCpVN%2CMAAA%2C6EAAA%2CCAQE%2CiDACE%2CiBAAA%2CuCAAA%2CCAKA%2CkCAAA%2C6CAAA%2CCAKA%2CkCAAA%2C0CAAA%2CCAAA%2CCAKF%2C%2BCACE%2CiBAAA%2CuCAAA%2CCAKA%2CkCAAA%2C6CAAA%2CCAKA%2CkCAAA%2C0CAAA%2CCAAA%2CCAKF%2CyBACE%2CiBAAA%2CuCAAA%2CCAKA%2CkCAAA%2C6CAAA%2CCAKA%2CkCAAA%2C0CAAA%2CCAAA%2CCCnDJ%2CSAAA%2CSAAA%2CCAOE%2CwBAAA%2CkCAAA%2CCAGC%2C0BAAA%2CmFAAA%2CCAOC%2CgCAAA%2CoBAAA%2CCAIA%2CiCAAA%2CwUAAA%2CCAqBF%2C4BAAA%2CmDAAA%2CCAIC%2C8BAAA%2CoCAAA%2CCAIC%2CoCAAA%2CoBAAA%2CCAKD%2CuCAAA%2C8BAAA%2CCASH%2CiDAGG%2CoDAAA%2CYAAA%2CCAGA%2CoDAAA%2CyBAAA%2CCAQA%2CqDAAA%2CYAAA%2CCAGA%2CsDAAA%2C4BAAA%2CCAAA%2CCAQH%2CMAAA%2CuTAAA%2CCAmBA%2CuDAAA%2CkOAAA%2CCAcA%2C4BAAA%2CgGAAA%2CCAMA%2C2BAAA%2CgJAAA%2CCAUC%2C2BAAA%2CyMAAA%2CCAgBD%2C%2BBAAA%2CmCAAA%2CCAKA%2CkBAAA%2CeAAA%2CCAKA%2CmDAAA%2CiSAAA%2CCAQA%2CkBAAA%2CqCAAA%2CCAIA%2CwBAAA%2CoBAAA%2CCAKA%2CuBAAA%2CkDAAA%2CCAKA%2C6BAAA%2CoBAAA%2CCAoBA%2CqBAAA%2C4BAAA%2CCAKA%2CsCAAA%2C2BAAA%2CCAMA%2CyDAAA%2CoCAAA%2CCAKA%2CgDAAA%2CmCAAA%2CCAKA%2C2CAAA%2CqCAAA%2CCAGA%2CoBAAA%2C4BAAA%2CCAIA%2CuDAAA%2CqBAAA%2CCAKA%2CiCAAA%2CyBAAA%2CCAIA%2CsDAAA%2C%2BPAAA%2CCAiBA%2CoBAAA%2C0CAAA%2CCAMA%2CyCAAA%2CeAAA%2CCAKA%2C0BACC%2C8CAAA%2C8DAAA%2CCAAA%2CCASD%2CiCAAA%2CyOAAA%2CCAKA%2C0BAAA%2CYAAA%2CCAKA%2CkCAAA%2CoBAAA%2CCAKA%2C0GAAA%2CeAAA%2CCAKA%2CYAAA%2CoMAAA%2CCAcA%2CaAAA%2CgDAAA%2CCAQA%2CmDAAA%2CkBAAA%2CCAIA%2C0DAAA%2C49BAAA%2CCAaA%2C%2BBAAA%2CcAAA%2CCAWG%2C4EAAA%2CkBAAA%2CCAKD%2CgEAAA%2CeAAA%2CCAGE%2C2EAAA%2CmBAAA%2CCAIA%2CuEAAA%2CwaAAA%2CCAYH%2C6BAAA%2CYAAA%2CCAIA%2C%2BBAAA%2CeAAA%2CCAIC%2CqDAAA%2C6BAAA%2CCAIA%2C4CAAA%2CiBAAA%2CCASF%2C%2BCAAA%2CkBAAA%2CCAIA%2C0BACI%2C%2BCAAA%2CkBAAA%2CCAAA%2CCAKJ%2CyBACI%2C%2BCAAA%2CkBAAA%2CCAAA%2CCAKJ%2CyBACI%2C%2BCAAA%2CmBAAA%2CCAAA%2CCAKJ%2C0BACI%2CiBAAA%2CcAAA%2CCAIA%2CiCAAA%2C4BAAA%2CCAKA%2C0BAAA%2CwBAAA%2CCAAA%2CCAKJ%2CyCAAA%2CYAAA%2CCAIA%2CmCAAA%2CgDAAA%2CCAMA%2CiCAAA%2CgBAAA%2CCAIA%2CsCAAA%2CgBAAA%2CCAIA%2CiDAAA%2CyCAAA%2CCAOA%2CyCAAA%2CiBAAA%2CCAIA%2C%2BCAAA%2CkeAAA%2CCAOA%2CyBAAA%2C0CAAA%2CCAKA%2C%2BBAAA%2CsBAAA%2CCAKA%2CcAAA%2CyBAAA%2CCAKA%2CoBAAA%2CiBAAA%22%7D */