@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");html{font-size:18px}*{box-sizing:border-box;margin:0;padding:0;font-size:100%;font-style:inherit}*,a{font-weight:inherit}a{text-decoration:none;color:inherit}a img{border:0}li{list-style:none}button,fieldset{border:0}button{text-align:left;background:transparent}:focus{outline:none}button,input,textarea{font:inherit}html{overflow-y:scroll;font-size:90%;scroll-padding-top:100px}@media screen and (min-width:750px){html{font-size:75%}}@media screen and (min-width:1024px){html{font-size:80%}}@media screen and (min-width:1150px){html{font-size:85%}}@media screen and (min-width:1280px){html{font-size:90%}}@media screen and (min-width:1375px){html{font-size:95%}}@media screen and (min-width:1600px){html{font-size:100%}}@media screen and (min-width:1750px){html{font-size:105%}}@media screen and (min-width:2150px){html{font-size:120%}}body{font-family:Sen,sans-serif;font-weight:400;font-size:18px;text-transform:none;letter-spacing:0;line-height:1.5;background-color:#fff;color:#1a1674;overflow-x:hidden}::-webkit-scrollbar{width:.6666666667rem;height:.6666666667rem;background-color:#fff}::-webkit-scrollbar-thumb{background-color:#1a1674;border-radius:.3333333333rem}::-moz-selection{background-color:#1a1674;color:#fff}::selection{background-color:#1a1674;color:#fff}.cookie-notice{position:fixed;z-index:9999;bottom:0;left:0;right:0;background:#f4ebff;font-size:.8rem}.cookie-notice .message{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:1rem}@media screen and (min-width:1024px){.cookie-notice .message{-ms-flex-direction:row;flex-direction:row}}.subscribe-page{width:100vw;height:100vh;overflow-y:scroll;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow-x:hidden}.button{display:inline-block;padding:1rem 2rem;white-space:nowrap;cursor:pointer;color:#fff;background-color:#1a1674;border-radius:2rem;position:relative;background:linear-gradient(90deg,#8bd4be 0,#8bd4be 50%,#1a1674 0,#1a1674);background-size:205% 105%;background-position:100% 0;transition:background-position .3s}.button:hover{background-position:0 0}.button:hover .button__icon{fill:#1a1674}.button__icon{margin-left:1rem;fill:#fff;transition:fill .3s;vertical-align:middle}@media screen and (min-width:750px){.button__icon{margin-left:1rem}}.button--inverse{background:linear-gradient(90deg,#1a1674 0,#1a1674 50%,#8bd4be 0,#8bd4be);background-size:205% 105%;background-position:100% 0}.button--inverse:hover .button__icon{fill:#fff}.button--inverse .button__icon{fill:#1a1674}.button--subtle{background:#f4ebff;background-size:unset;background-position:unset;color:#1a1674}.button--subtle .button__icon,.button--subtle:hover .button__icon{fill:#1a1674}.button--hidden{display:none}.calendar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.calendar__header{-ms-flex-pack:justify;justify-content:space-between}.calendar__header,.calendar__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.calendar__title{-ms-flex-pack:start;justify-content:flex-start;font-family:Sen;font-weight:700;font-size:22px;letter-spacing:0;line-height:1.27}.calendar__controls{display:-ms-flexbox;display:flex}.calendar__controls--previous{transform:scaleX(-1)}.calendar__controls--next,.calendar__controls--previous{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;content:"";width:1.5rem;height:1.5rem;background-image:url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDkuMzUgNDkuMzUiIHdpZHRoPSIyMCIgZmlsbD0iY3VycmVudEZpbGwiPgogICAgPGc+CiAgICAgICAgPGxpbmUgeDE9IjE3LjU3IiB5MT0iMTAuNDYiIHgyPSIzMS43OCIgeTI9IjI0LjY4IgogICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMDAwOyBzdHJva2UtbGluZWNhcDpyb3VuZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+CiAgICAgICAgPGxpbmUgeDE9IjMxLjc4IiB5MT0iMjQuNjgiIHgyPSIxNy41NyIgeTI9IjM4Ljg5IgogICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMDAwOyBzdHJva2UtbGluZWNhcDpyb3VuZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+CiAgICA8L2c+Cjwvc3ZnPg==);background-size:contain;color:#1a1674;cursor:pointer}.calendar__subheader{gap:1rem;margin-top:1rem}.calendar__days,.calendar__subheader{display:grid;grid-template-columns:repeat(7,1fr)}.calendar__days{gap:.225rem}@media screen and (min-width:1150px){.calendar__days{gap:.25rem}}.calendar__day{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;aspect-ratio:1/1}.calendar__day--has-events{cursor:pointer;color:#1a1674;font-weight:700}@media screen and (min-width:1150px){.calendar__day--has-events{margin:.25rem}}.calendar__day--has-events:hover,.calendar__day--selected{background-color:#f4ebff;border-radius:50%}.calendar__day--selected{cursor:pointer;color:#1a1674;font-weight:700}@media screen and (min-width:1150px){.calendar__day--selected{margin:.25rem}}.calendar__day--inactive{color:#cfc7da;background-color:#fff;border-radius:50%}.checkbox{position:relative;padding-left:2rem;touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.checkbox__field{position:absolute;top:50%;left:0;display:inline-block;box-sizing:border-box;width:1rem;height:1rem;transform:translateY(-50%);opacity:0}.checkbox__label{cursor:pointer}.checkbox__label:before{content:"";display:block;width:1rem;height:1rem;border:2px solid #1a1674;position:absolute;left:0;top:3px;opacity:.6;transition:all .12s,border-color .08s;cursor:pointer}.checkbox input[type=checkbox]:checked+label:before{width:.5rem;top:0;left:5px;border-radius:0;opacity:1;border-top-color:transparent;border-left-color:transparent;transform:rotate(45deg)}.checkbox--error .checkbox__label:before{border:2px solid #ff4a4a}.checkbox__error{color:#ff4a4a}.copyright{font-family:Sen;font-weight:400;font-size:14px;text-transform:none;letter-spacing:0;line-height:1.46;color:#8cbdf1}.countdown{-ms-flex-pack:center;justify-content:center}.countdown,.countdown__item,.countdown__wrap{display:-ms-flexbox;display:flex}.countdown__item{padding:.5rem;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:.25rem}@media screen and (min-width:750px){.countdown__item{gap:1rem;padding:0 2rem}}.countdown__item>span:first-child{font-size:2rem}@media screen and (min-width:1024px){.countdown__item>span:first-child{font-size:4rem}}.countdown__item>span:last-child{text-transform:uppercase;font-size:1rem}@media screen and (min-width:1024px){.countdown__item>span:last-child{font-size:unset}}.countdown__item:last-child>span:first-child{color:#8bd4be}.creativeeurop-credit{display:block;width:21rem;margin-top:2rem}.creativeeurop-credit__image{width:300px}.creativeeurop-credit svg{display:block;width:100%;height:auto;margin-left:-8px}.custom-select__container{position:relative;display:inline-block;min-width:100%}.custom-select__container select{visibility:hidden;position:absolute;top:0;left:0;max-width:150px}.custom-select__opener{position:relative;z-index:101;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:1rem 2rem;border:1px solid transparent;border-radius:2rem;cursor:pointer;color:#1a1674;background-color:#f4ebff}.custom-select__opener:after{content:"";position:relative;right:0;width:0;height:0;border-left:.3333333333rem solid transparent;border-right:.3333333333rem solid transparent;border-top:.5rem solid #1a1674;margin-left:1rem}.custom-select__opener:focus{outline:none}.custom-select__opener span{display:block;overflow:hidden;text-overflow:ellipsis}.custom-select--is-open .custom-select__opener{z-index:103}.custom-select--is-open .custom-select__opener:after{transform:scaleY(-1)}.custom-select__panel{overflow:hidden;position:absolute;z-index:1;left:0;right:0;top:50%;max-height:0;border-bottom-left-radius:1.3333333333rem;border-bottom-right-radius:1.3333333333rem;background-color:#f4ebff;transition:max-height .5s ease-out,overflow-y .1s .5s}.custom-select--is-open .custom-select__panel{z-index:102;overflow-y:auto;max-height:15rem}.custom-select__option{cursor:pointer;color:var(--dim-theme-color);padding:.4rem 2rem}.custom-select__option:first-child{padding-top:2rem}.custom-select__option:last-child{padding-bottom:2rem}.custom-select__option--has-focus,.custom-select__option--is-selected{color:#ab9aff}.custom-select__option--is-selected:before{margin-left:20px}.custom-select--is-disabled{opacity:.333}.field{display:block;width:100%;padding:1rem 2rem;border:0;border-radius:2rem;border:1px solid transparent;color:#1a1674;background-color:#f4ebff;transition:border-color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field::-ms-expand{display:none}.field::-webkit-input-placeholder{color:#1a1674}.field::-moz-placeholder{color:#1a1674}.field:-ms-input-placeholder,.field::-ms-input-placeholder{color:#1a1674}.field::placeholder{color:#1a1674}.field:active,.field:focus{border-color:#1a1674}.field--simple{border:none;background:transparent;padding:1rem}.field--error{border-color:#ff4a4a}.footer-nav-item{font-family:Sen;font-weight:700;font-size:22px;letter-spacing:0;line-height:1.27;position:relative;display:inline-block;color:#fff}.hamburger{width:40px;height:30px;overflow:hidden;position:relative;transform:rotate(0deg);cursor:pointer;margin-left:2rem}.hamburger__line{display:block;position:absolute;height:6px;width:50%;background:#1a1674;opacity:1;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger__line:nth-child(2n){left:50%;border-radius:0 6px 6px 0}.hamburger__line:nth-child(odd){left:0;border-radius:6px 0 0 6px}.hamburger__line:first-child,.hamburger__line:nth-child(2){top:0}.hamburger__line:nth-child(3),.hamburger__line:nth-child(4){top:12px}.hamburger__line:nth-child(5),.hamburger__line:nth-child(6){top:24px}body.open-menu .hamburger__line:first-child,body.open-menu .hamburger__line:nth-child(6){transform:rotate(45deg)}body.open-menu .hamburger__line:nth-child(2),body.open-menu .hamburger__line:nth-child(5){transform:rotate(-45deg)}body.open-menu .hamburger__line:first-child{left:5px;top:7px}body.open-menu .hamburger__line:nth-child(2){left:calc(50% - 5px);top:7px}body.open-menu .hamburger__line:nth-child(3){left:-50%;opacity:0}body.open-menu .hamburger__line:nth-child(4){left:100%;opacity:0}body.open-menu .hamburger__line:nth-child(5){left:5px;top:17px}body.open-menu .hamburger__line:nth-child(6){left:calc(50% - 5px);top:17px}hr{width:100%;border:none;border-bottom:1px dashed #8bd4be;border-top:1px dashed #8bd4be;margin-bottom:2rem}.icon{display:block;width:1.3333333333rem;height:1.3333333333rem}@media screen and (min-width:650px){.icon{width:1.1428571429rem;height:1.1428571429rem}}.icon svg{display:block;width:100%;height:100%;fill:#1a1674}.icon--dim svg{fill:#ececec}.icon--inverse svg{fill:#fff}.icon-button{display:inline-block;padding:.8rem;cursor:pointer;border-radius:50%;background-color:#fff;opacity:1;transition:opacity .5s ease}.icon-button:hover{opacity:.8}.icon-button--dim{background-color:#f4ebff}.icon-button--inverse{background-color:#1a1674}.icon-button--blue{background-color:#8bd4be}.icon-button--rotate{transform:scaleX(-1)}.icon-button--small-hover{padding:.5rem}.icon-button--small-hover .icon{width:.8rem;height:.8rem}.icon-button--small-hover:hover{background-color:#8bd4be}.link{display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;color:#1a1674;border-bottom:1px dashed #1a1674}.link:hover{border-bottom-color:transparent}.link--inverse{color:#fff;border-bottom-color:#fff}.link--accent{color:#1a1674;border-bottom-color:#1a1674}.link--download{width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;padding:.5rem 0;border-bottom-color:#8bd4be}.link--download:hover{border-bottom-color:unset}.link--download:hover .link__icon svg{fill:#8bd4be}.link--download:hover{border-bottom-color:#8bd4be}.link--quick-link{width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;padding:.5rem 0}.link--quick-link:hover{border-bottom-color:unset}.link--active .link__icon svg,.link--quick-link:hover .link__icon svg{fill:#8bd4be}.link--solid-line{border-bottom-style:solid}.link--small{font-family:Sen;font-weight:400;font-size:14px;text-transform:none;letter-spacing:0;line-height:1.46;border-bottom:none}.link--subtle{color:#8bd4be;border-bottom:none}.link--subtle .link__icon{margin-left:1rem}.link--subtle .link__icon svg{fill:#8bd4be}.link--mirrored .link__icon{margin-left:0;margin-right:1rem}.link--mirrored .link__icon svg{transform:rotate(180deg)}.link__icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.link__icon svg{transition:fill .3s}.list{background-color:#f4ebff;padding:4rem 4rem 4rem 6rem;width:100%;margin-bottom:2rem}.list__item{list-style-image:url(../../assets/svg/wave-list.svg);padding:1rem 0 1rem 1rem}.logo{display:block;width:8rem}.logo svg{display:block;width:100%;fill:#1a1674}.logo--full{width:250px}.logo--full svg{fill:#fff}.note{padding:2rem;background-color:#f4ebff;border-radius:2rem}.note__content{color:#1a1674}.paragraph{margin-bottom:2rem}.photo,.photo img{display:block;width:100%}.photo--inline{margin:0}.photo--cover{height:100%}.photo--cover img{height:100%;object-fit:cover;overflow:hidden}.photo--absolute{position:absolute;top:0;right:0;z-index:-1;width:60%}.photo__copyright{display:block;margin-top:1rem}.primary-nav-item{font-family:Sen;font-weight:700;font-size:36px;letter-spacing:0;line-height:1.22;position:relative;display:inline-block;color:#8bd4be;padding-bottom:.4rem}.primary-nav-item:after{content:"";display:block;position:absolute;bottom:0;left:0;height:1px;border-bottom:1px dashed #8bd4be;width:0;transition:width .2s ease}@supports (-webkit-text-stroke:1px #8bd4be){.primary-nav-item--active{-webkit-text-stroke:1px #8bd4be;-webkit-text-fill-color:transparent}}.secondary-nav-item{font-family:Sen;font-weight:700;font-size:22px;letter-spacing:0;line-height:1.27;position:relative;display:inline-block;color:#fff;padding-bottom:.4rem}.secondary-nav-item:after{content:"";display:block;position:absolute;bottom:0;left:0;height:1px;border-bottom:1px dashed #fff;width:100%;transition:width .2s ease}.secondary-nav-item--active:after{border-bottom-color:#8bd4be}.table{width:100%;color:#1a1674;border-collapse:collapse}@media screen and (min-width:750px){.table{table-layout:fixed}}.table thead td+td{font-weight:700}@media screen and (min-width:750px){.table thead{display:none}}.table td{border-bottom:1px solid #8bd4be;padding:2rem 1rem .5rem 0;font-weight:700}@media screen and (min-width:750px){.table td{width:40%}}.table td+td{font-weight:400}@media screen and (min-width:750px){.table td+td{width:auto}}.table--map thead{display:table-header-group}@media screen and (min-width:750px){.table--map td{width:auto}}.table-responsive{overflow-x:auto}.tag{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;padding:.25rem 1rem;border:1px solid #1a1674;border-radius:1.126rem;background-color:#fff;color:#1a1674;font-family:Sen,sans-serif;font-weight:400;font-size:18px;text-transform:none;letter-spacing:0;line-height:1.5;letter-spacing:.38px}.tag,.tag__icon{-ms-flex-align:center;align-items:center}.tag__icon{display:-ms-flexbox;display:flex;margin-right:.5rem}@media screen and (min-width:750px){.tag__icon{margin-right:.25rem}}.tag--dim{border-color:#1a1674;color:#1a1674;background-color:transparent}.tag--subtle{color:#1a1674;border-color:#f4ebff;background:#f4ebff}.tag--dark{border-color:#ab9aff;color:#ab9aff}.tag--filter span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-.562rem;margin-right:.25rem}.tag--filter span svg{width:1.65rem;height:1.65rem}.tag--close a,.tag--close span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.562rem;margin-right:-.562rem}.tag--close a svg,.tag--close span svg{width:1.25rem;height:1.25rem}.textarea{display:block;width:100%;height:100%;min-height:7rem;padding:1rem 2rem;border:0;border-radius:2rem;border:1px solid transparent;resize:none;color:#1a1674;background-color:#f4ebff;transition:border-color .3s}.textarea:active,.textarea:focus{border-color:#1a1674}.textarea::-webkit-input-placeholder{color:#1a1674}.textarea::-moz-placeholder{color:#1a1674}.textarea:-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#1a1674}.textarea::placeholder{color:#1a1674}.title{display:block;color:#8bd4be;margin-bottom:2rem}.title--alpha{font-family:Sen;font-weight:700;font-size:60px;letter-spacing:0;line-height:1.14}@media screen and (min-width:750px){.title--alpha{font-size:105px}}.title--alpha-small{font-size:60px}.title--beta{font-size:60px;line-height:1.2}.title--beta,.title--charlie{color:#1a1674;font-family:Sen;font-weight:700;letter-spacing:0}.title--charlie{font-size:36px;line-height:1.22}.title--delta{color:#1a1674;font-family:Sen;font-weight:700;font-size:22px;letter-spacing:0;line-height:1.27}.title--dim{color:#f4ebff}.title--dim2{color:#8bd4be}.title--inverse{color:#fff}.title--no-margin{margin-bottom:0}.title--inline{display:inline-block;margin-right:2rem}.title--clickable{cursor:pointer}@supports (-webkit-text-stroke:1px #8bd4be){.title__outline{-webkit-text-stroke:1px #8bd4be;-webkit-text-fill-color:transparent}}.tnt-credit{display:block;width:4.5rem}.tnt-credit svg{display:block;width:100%;height:auto}.tnt-credit svg>*{fill:#fff}.video{max-width:100%}.wysiwyg,.wysiwyg p,.wysiwyg ul{margin-bottom:2rem}.wysiwyg p:last-child,.wysiwyg ul:last-child{margin-bottom:0}.wysiwyg ol,.wysiwyg ul{margin-left:1.3333333333rem}.wysiwyg ol li,.wysiwyg ul li{padding-left:.6666666667rem;list-style:square}.wysiwyg ol li:last-child,.wysiwyg ul li:last-child{margin-bottom:0}.wysiwyg ol li{list-style:decimal}.wysiwyg a{border-bottom:1px dashed #1a1674}.wysiwyg a:hover{border-bottom-color:transparent}.wysiwyg strong{font-weight:700}.wysiwyg em{font-style:italic}.accordion{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.accordion__item--chevron{background-image:url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDkuMzUgNDkuMzUiIHdpZHRoPSIyMCIgZmlsbD0iY3VycmVudEZpbGwiPgogICAgPGc+CiAgICAgICAgPGxpbmUgeDE9IjE3LjU3IiB5MT0iMTAuNDYiIHgyPSIzMS43OCIgeTI9IjI0LjY4IgogICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMDAwOyBzdHJva2UtbGluZWNhcDpyb3VuZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+CiAgICAgICAgPGxpbmUgeDE9IjMxLjc4IiB5MT0iMjQuNjgiIHgyPSIxNy41NyIgeTI9IjM4Ljg5IgogICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMDAwOyBzdHJva2UtbGluZWNhcDpyb3VuZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+CiAgICA8L2c+Cjwvc3ZnPg==);background-repeat:no-repeat;background-size:contain;background-position:50%;width:20px;height:20px;transition:transform .3s ease-in-out;margin-right:1rem;color:#1a1674}.accordion__item--chevron-open{transform:rotate(90deg)}.accordion__item--title{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (min-width:1024px){.accordion__item--title{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.accordion__item--title>span:first-child{margin-right:1.5rem;width:17.5%;min-width:-moz-max-content;min-width:max-content;white-space:nowrap;font-weight:700}@media screen and (min-width:1024px){.accordion__item--title>span:first-child{font-weight:unset}}.accordion__item--title>span:last-child{width:82.5%}.accordion__item--header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:1rem 0;color:#1a1674;font-size:1.2rem;border-bottom:1px dashed #1a1674;background-color:transparent;transition:border-bottom .45s ease-in-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion__item--body{width:100%;max-height:0;overflow:hidden;transition:max-height .5s ease}.accordion__item--body>*{margin:2rem;margin-left:unset;padding-left:2.25rem}.accordion__item--body-show{max-height:unset;border-left:unset;margin-left:unset;overflow:unset;border-bottom:1px dashed rgba(26,22,116,0)}.accordion__item--body-show>:last-child{margin:1rem;margin-left:unset;padding-left:unset}.address{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;font-family:Sen,sans-serif;font-weight:400;font-size:18px;text-transform:none;letter-spacing:0;line-height:1.5}.address__contact{margin:2rem 0}.block:not(:last-of-type){margin-bottom:4rem}.block__title{font-family:Sen;font-weight:700;font-size:36px;letter-spacing:0;line-height:1.22}.block__title:not(:only-child){margin-bottom:2rem}.block__subtitle{font-family:Sen;font-weight:700;font-size:18px;letter-spacing:0;line-height:1.15;font-weight:400}.block__content{margin-bottom:4rem}.block__content>*{margin-bottom:2rem}@media screen and (min-width:1024px){.block--small{margin:0 10rem}}.block--padding{padding:2rem}.block--alt{background-color:#dff3ed}.block--half{display:grid;grid-gap:2rem}@media screen and (min-width:750px){.block--half{grid-template-columns:repeat(2,1fr)}}.breadcrumbs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;color:#1a1674}.breadcrumbs__item{position:relative;display:block;padding-left:2rem;margin-left:2rem;margin-top:2rem}.breadcrumbs__item:nth-last-child(n+3),.breadcrumbs__item:nth-last-child(n+4){display:none}.breadcrumbs__item:first-child{display:block;padding-left:0;margin-left:0}.breadcrumbs__item:first-child:after{display:none}.breadcrumbs__item:after{content:"/";position:absolute;top:-2px;left:0}@media screen and (min-width:1024px){.breadcrumbs__item:nth-last-child(n+3),.breadcrumbs__item:nth-last-child(n+4){display:block}}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;padding:3rem 0;cursor:pointer}@media screen and (min-width:750px){.card{padding:5rem 0}}.card:after,.card:before{content:"";display:block;z-index:1;width:100%;height:5rem;background:#8bd4be;position:absolute;left:0;opacity:0}.card:before{top:0;border-radius:2rem 2rem 0 0;transform:skewY(2deg)}@media screen and (min-width:750px){.card:before{top:2rem}}.card:after{bottom:0;border-radius:0 0 2rem 2rem;transform:skewY(-2deg)}@media screen and (min-width:750px){.card:after{bottom:2rem}}.card--active,.card:hover{margin-left:-2rem;width:calc(100% + 4rem);margin-right:-2rem}@media screen and (min-width:750px){.card--active,.card:hover{width:calc(100% + 2rem);margin-right:0}}.card--active:after,.card--active:before,.card:hover:after,.card:hover:before{opacity:1}.card--active .card__inner,.card:hover .card__inner{background:#8bd4be;padding:0 2rem;z-index:2}.card__inner{background:transparent;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}@media screen and (min-width:750px){.card__inner{padding:0 2rem 0 0}}.card__header{margin-bottom:1rem}.card__footer{padding-top:1rem;margin-top:auto}.card-grid{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.card-grid__header{margin-bottom:2rem}.card-grid__main{width:100%}@media screen and (min-width:750px){.card-grid__main{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}}.card-grid__item{display:-ms-flexbox;display:flex}@media screen and (min-width:750px){.card-grid__item--compact{display:block;width:30%}}.card-grid__footer{margin-top:2rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.content-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media screen and (min-width:650px){.content-block{padding:0}}.content-block__column{width:100%;margin-bottom:3rem}.content-block__column>*{margin:4rem 0}.content-block__column>:first-child{margin-top:0}.content-block__column>:last-child{margin-bottom:0}@media screen and (min-width:1024px){.content-block__column{margin-bottom:0}}@media screen and (min-width:1024px){.content-block__column-left{width:50%;padding-right:2rem}.content-block__column-right{width:50%;padding-left:2rem}}.double-card__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem}.double-card__wrapper>div{width:100%}@media screen and (min-width:1024px){.double-card__wrapper{-ms-flex-direction:row;flex-direction:row}.double-card__wrapper>div{width:50%}}.double-card__body{margin-top:2rem}.double-card__title{margin-top:1rem}.double-photo-text__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem}.double-photo-text__wrapper>div{width:100%}@media screen and (min-width:1024px){.double-photo-text__wrapper{-ms-flex-direction:row;flex-direction:row}.double-photo-text__wrapper>div{width:50%}}.double-photo-text__body{margin-top:2rem}.event-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:25rem}.event-card__header{position:relative;width:100%;height:100%;line-height:0}.event-card__header>img{max-width:100%;height:auto}@media screen and (min-width:1024px){.event-card__header:before{content:"";top:1rem;left:1rem;bottom:1rem;right:1rem;background:#1a1674;position:absolute;opacity:0;transition:all .3s cubic-bezier(.25,1,.5,1)}}.event-card__header--content{display:none;position:absolute;top:2rem;bottom:4rem;left:2rem;right:4rem;opacity:0;transition:all .3s cubic-bezier(.25,1,.5,1);font-family:Sen,sans-serif;font-weight:400;font-size:18px;text-transform:none;letter-spacing:0;line-height:1.5;color:#fff}@media screen and (min-width:1024px){.event-card__header--content{display:block}}.event-card__header--action{position:absolute;bottom:2rem;right:2rem;opacity:0;transition:opacity .5s}.event-card__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;height:100%;padding:2rem;background:#f4ebff}.event-card__footer--body{width:92.5%}.event-card__footer--tags *>span{font-size:1.1rem}.event-card--active .event-card__header:before{top:0;left:0;bottom:0;right:0;opacity:.8}.event-card--active .event-card__content,.event-card--active .event-card__footer,.event-card--active .event-card__header--action,.event-card--active .event-card__header--content{opacity:1}.event-card--blue:before{background:#8bd4be}.event-card--purple:before{background:#1a1674}@media screen and (min-width:1024px){.event-card:hover .event-card__header:before{top:0;left:0;bottom:0;right:0;opacity:.8}.event-card:hover .event-card__content,.event-card:hover .event-card__footer,.event-card:hover .event-card__header--action,.event-card:hover .event-card__header--content{opacity:1}}.feature-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;padding:2rem}.feature-block--purple{background-color:#1a1674}.feature-block--purple *{color:#fff;border-color:#fff}.feature-block--blue{background-color:#8bd4be}.feature-block--dark-blue{background-color:#ab9aff}.feature-block--dark-blue *{color:#fff;border-color:#fff}.toggle-category__item{display:none!important}.toggle-category__item--active{display:grid!important}.feature-grid{width:100%}@media screen and (min-width:650px){.feature-grid{display:-ms-flexbox;display:flex}}.feature-grid__item{-ms-flex:1;flex:1}.feature-grid--full-height{height:100%}.field-button{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;width:100%;padding:.5rem;padding-left:1rem;border:0;border-radius:2.4rem}.field-button,.field-button--inverse{color:#1a1674;background-color:#f4ebff}.field-button__field,.fieldset{width:100%}.fieldset{display:block;color:#1a1674}.fieldset__label{margin-bottom:.5rem}.fieldset--required .fieldset__label>label{position:relative}.fieldset--required .fieldset__label>label:after{content:"(*)";position:absolute;right:-1.7rem}.fieldset__error{color:#ff4a4a;padding-left:1rem}.fieldset-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.fieldset-group__item{display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;margin-bottom:2rem}.fieldset-group__item:last-child{margin-bottom:0}@media screen and (min-width:650px){.fieldset-group__item{-ms-flex:1 1 auto;flex:1 1 auto;margin:0 1.3333333333rem}.fieldset-group__item:first-child{margin-left:0}.fieldset-group__item:last-child{margin-right:0}}.footer-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer-nav__item{margin:1rem 0}.footer-nav__item:first-child{margin-top:0}.footer-nav__item:last-child{margin-bottom:0}.form{display:block;width:100%}.form__content>*,.form__header{margin-bottom:2rem}.form__content>:last-child{margin-bottom:0}.form__footer{margin-top:2rem}.icon-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-group__item{margin:0 .4rem}.icon-group__item:first-child{margin-left:0}.icon-group__item:last-child{margin-right:0}.item-nav-block{width:100%}.item-nav-block,.item-nav-block__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.item-nav-block__main{background-color:#f4ebff;min-height:15rem;padding:2rem;height:100%;margin-top:auto}.item-nav-block__footer{margin-top:auto}.item-nav-block--small .item-nav-block__main{min-height:unset}.item-nav-block-grid{display:grid;grid-gap:2rem}@media screen and (min-width:750px){.item-nav-block-grid{grid-template-columns:1fr 1fr}}@media screen and (min-width:750px){.item-nav-block-grid__item{display:-ms-flexbox;display:flex}.item-nav-block-grid__item:nth-child(2) .item-nav-block__header{text-align:right}}.link-group{width:100%}.link-group__item{margin-top:1rem}.link-group--inline{display:-ms-flexbox;display:flex}.link-group--inline .link-group__item{padding:0;margin-right:1rem}.link-group--inline .link-group__item:last-child{margin-right:0}.map-section{position:relative}@media screen and (min-width:750px){.map-wrapper{display:grid}.map-wrapper .map,.map-wrapper .map-window{grid-area:1/1}}.map{position:relative;margin-top:-10rem}.map__country>.shape{transition:fill .8s ease}.map__country:hover>.shape{fill:#d9d1f2}.map__country.map__country--selected>.shape{fill:#1a1674}.map__country--active{cursor:pointer}.map-window,.map__country--not-active>circle{display:none}.map-window{position:relative;z-index:99;padding-top:1rem;width:100%;max-height:650px}@media screen and (min-width:750px){.map-window{position:sticky;justify-self:right;top:12rem;width:450px;visibility:hidden;display:unset}}.map-window--active{display:block}@media screen and (min-width:750px){.map-window--active{visibility:visible;display:unset}}.map-window__wrapper{background:#fff;border:3px solid #8bd4be;max-height:650px;overflow-y:scroll;padding:2rem;position:relative}.map-window__header{margin-bottom:2rem;border-bottom:3px solid #8bd4be}.map-window__close{position:absolute;right:1rem;top:0;width:40px;height:40px;background:#8bd4be;border-radius:50%;z-index:333;cursor:pointer}.map-window__close:after,.map-window__close:before{position:absolute;left:17px;top:8px;content:" ";height:22px;width:6px;background-color:#1a1674}.map-window__close:before{transform:rotate(45deg)}.map-window__close:after{transform:rotate(-45deg)}.map-window--close{display:none}.pagination{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.pagination__previous{margin-right:1.3333333333rem;cursor:pointer}.pagination__item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0 .2rem;border-bottom:1px solid transparent}.pagination__item:first-child{margin-left:0}.pagination__item:last-child{margin-right:0}.pagination__item>*{padding:.1333333333rem .5714285714rem}.pagination__item:active,.pagination__item:hover{color:#1a1674}.pagination__active-item{color:#1a1674;border-bottom:1px solid #1a1674}.pagination__next{margin-left:1.3333333333rem;cursor:pointer}.photo-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;min-height:25rem;padding:2rem;background-size:cover;background-position:50%;background-repeat:no-repeat}.photo-card *{color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.photo-card--team{background-position:unset}@media screen and (min-width:1024px){.photo-card:before{content:"";top:1rem;left:1rem;bottom:1rem;right:1rem;background:#ab9aff;position:absolute;opacity:0;transition:all .3s cubic-bezier(.25,1,.5,1)}}.photo-card__header{margin-bottom:2rem;position:relative}.photo-card__header:after{position:absolute;bottom:0;left:0;content:"";width:4rem;border-bottom:2px dashed #fff}.photo-card__content{opacity:0;transition:opacity .5s;position:relative;display:none}@media screen and (min-width:1024px){.photo-card__content{display:block}}.photo-card__footer{padding-top:1rem;margin-top:auto;position:relative;-ms-flex-pack:end;justify-content:flex-end;display:-ms-flexbox;display:flex;opacity:0;transition:opacity .5s}.photo-card--active *{text-shadow:none}.photo-card--active:before{top:0;left:0;bottom:0;right:0;opacity:1}.photo-card--active .photo-card__content,.photo-card--active .photo-card__footer{opacity:1}.photo-card--blue:before{background:#8bd4be}.photo-card--purple:before{background:#1a1674}@media screen and (min-width:1024px){.photo-card:hover *{text-shadow:none}.photo-card:hover:before{top:0;left:0;bottom:0;right:0;opacity:1}.photo-card:hover .photo-card__content,.photo-card:hover .photo-card__footer{opacity:1}}.photo-card-grid{width:100%}.photo-card-grid,.photo-card-grid__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.photo-card-grid__header{-ms-flex-align:baseline;align-items:baseline;margin-bottom:2rem}@media screen and (min-width:750px){.photo-card-grid__header{-ms-flex-direction:row;flex-direction:row}}.photo-card-grid__header--events{-ms-flex-pack:justify;justify-content:space-between}.photo-card-grid__main{display:grid;gap:2rem;width:100%}@media screen and (min-width:750px){.photo-card-grid__main{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1280px){.photo-card-grid__main{grid-template-columns:repeat(4,1fr)}.photo-card-grid__main--events{grid-template-columns:repeat(6,1fr)}}.photo-card-grid__item{display:-ms-flexbox;display:flex}.photo-card-grid__item>a{width:100%}@media screen and (min-width:1024px){.photo-card-grid__item--wide{grid-column:span 2}}.photo-card-grid__footer{margin-top:2rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.photo-grid__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:8rem;grid-auto-flow:dense;grid-gap:1rem}.photo-grid__photo{display:-ms-flexbox;display:flex;height:100%;width:100%;grid-row:span 2;grid-column:auto/span 1}.photo-grid__photo>img{display:block;width:100%;height:auto;object-fit:cover}.photo-grid__photo--landscape{grid-column:span 2}.photo-text-block__body{margin-top:2rem}.photo-text-block__event-button{margin-bottom:2rem}.primary-nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.primary-nav__item{margin:0 2rem}.primary-nav__item:first-child{margin-left:0}.primary-nav__item:last-child{margin-right:0}.quote{position:relative;width:100%;padding:0 2rem;display:-ms-flexbox;display:flex}.quote__quote{margin-right:2rem}.quote__quote svg{fill:#1a1674;width:2rem;margin-top:-1rem}.quote__content{font-family:Sen;font-weight:700;font-size:22px;letter-spacing:0;line-height:1.27}.quote--block{-ms-flex-direction:column;flex-direction:column;padding:5rem 0}@media screen and (min-width:1024px){.quote--block{margin:10rem 0 0}}.quote--block:after,.quote--block:before{content:"";display:block;z-index:-1;width:100%;height:5rem;background:#8bd4be;position:absolute;left:0}.quote--block:before{top:2rem;border-radius:2rem 2rem 0 0;transform:skewY(2deg)}.quote--block:after{bottom:2rem;border-radius:0 0 2rem 2rem;transform:skewY(-2deg)}.quote--block .quote__content{background:#8bd4be;padding:0 3rem}@media screen and (min-width:1024px){.quote--block .quote__content{padding:0 6rem;display:grid;grid-template-columns:2fr 3fr;grid-gap:6rem}}.quote--block .quote__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;z-index:1;position:relative}.quote--block .quote__text cite{font-family:Sen;font-weight:400;font-size:14px;text-transform:none;letter-spacing:0;line-height:1.46}.quote--block .quote__text:after,.quote--block .quote__text:before{content:"";width:4rem;height:4rem;position:absolute;background-image:url(../../assets/svg/quote.svg);background-repeat:no-repeat;background-size:contain;z-index:-1}.quote--block .quote__text:before{top:-1rem;left:-2rem}.quote--block .quote__text:after{right:-2rem;bottom:0}.quote--block .quote__image{display:none}@media screen and (min-width:1024px){.quote--block .quote__image{margin-top:-12rem;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}}.speaker-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.speaker>span:first-child{font-weight:700}.subscribe{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.subscribe__checkbox{padding:2rem 2rem 0;font-family:Sen;font-weight:400;font-size:14px;text-transform:none;letter-spacing:0;line-height:1.46;line-height:1.65rem}.subscribe-modal{display:none;-ms-flex-pack:center;justify-content:center;height:100%;z-index:9999;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-ms-backdrop-filter:blur(5px)}@media screen and (min-width:1024px){.subscribe-modal{-ms-flex-align:center;align-items:center;height:100vh}}.subscribe-modal--show{display:-ms-flexbox;display:flex}.subscribe-modal__container{background-color:#fff;padding:1rem;height:100%;overflow-y:scroll}@media screen and (min-width:1024px){.subscribe-modal__container{height:auto;padding:4rem;border-radius:3rem;box-shadow:0 0 32px 6px rgba(0,0,0,.27)}}.subscribe-modal__container:after{content:"";position:absolute;top:-100px;left:50%;transform:translateX(-50%);max-width:300px;width:100%;height:100%;max-height:100px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 488.55 120.01' width='360'%3E%3Cpath fill='%23f7f4f9' d='M59.41 107.29c-.81-.72-2.12-.94-3.16.02-1.12 1.01-.52 2.56.55 3.34.84.61 1.99.74 2.81-.26.94-1.13.62-2.38-.19-3.1zm2.21-1.81c-1.24 1.11-.83 2.72.15 3.69 1.15 1.15 3.09 1.42 4.05-1.07.29-.76-.08-1.99-.84-2.76-.79-.79-2-1.08-3.35.13h-.01zm9.04-3.31c-1.41-1.1-3.57-1.22-4.33.93-.47 1.36.04 2.65.94 3.45 1.15 1.02 2.96 1.21 4.12-.41 1.08-1.5.43-3.06-.73-3.96zM48.27 77.81c-2.56-3.63-3.85-8.08-8.54-9.66-6.52-2.21-10.25 6.17-6.53 11.7 4.49 6.67 7.93 22.94 15.62 25.56 6.69 2.28 18.71-2.14 19.85-9.81 1.52-10.27-15.28-10.53-20.4-17.77zm.95 27.71c.08.02.09.03 0 0zm-.36-.12s-.03-.01-.05-.02c-.01 0-.03 0-.04-.01.03.01.06.02.1.03zm28.25-10.71c-2.42-1.36-5.62-1.34-6.73 1.67-1.01 2.75.92 5.41 3.4 6.33 1.81.68 3.93.43 5.39-1.41 1.99-2.51.36-5.23-2.05-6.59zm-25.78 13.43c-1.59 2.1 2.8 4.65 3.4 1.19.21-1.17-1.82-3.25-3.4-1.19zm1.05-94.4c.81.72 2.12.94 3.16-.02 1.12-1.01.52-2.56-.55-3.34-.84-.61-1.99-.74-2.81.26-.94 1.13-.62 2.37.19 3.1zm-2.21 1.81c1.24-1.11.83-2.72-.15-3.69-1.15-1.15-3.09-1.42-4.05 1.07-.29.76.08 1.99.84 2.76.79.79 2 1.08 3.36-.13zm-9.04 3.31c1.41 1.1 3.57 1.22 4.33-.93.47-1.36-.04-2.65-.94-3.45-1.15-1.02-2.96-1.21-4.12.41-1.08 1.5-.43 3.06.73 3.96zM63.52 43.2c2.56 3.63 3.85 8.08 8.54 9.66 6.52 2.21 10.24-6.17 6.53-11.7-4.49-6.67-7.93-22.94-15.62-25.56-6.69-2.28-18.71 2.14-19.85 9.81-1.52 10.27 15.29 10.53 20.4 17.77zm-.95-27.71c-.09-.03-.08-.02 0 0zm.36.12s.03.01.05.02c.01 0 .03 0 .04.01-.03-.01-.06-.02-.1-.03zM34.68 26.3c2.42 1.36 5.62 1.34 6.73-1.67 1.01-2.75-.92-5.41-3.4-6.33-1.81-.68-3.93-.43-5.39 1.41-1.99 2.51-.36 5.23 2.05 6.59zm25.78-13.43c1.59-2.1-2.8-4.65-3.4-1.18-.2 1.17 1.82 3.25 3.4 1.18zm-46.7 32.17c.06.2-.03.43-.23.52-.29.13-.58.27-.86.42-.2.11-.45.04-.57-.16-.11-.2-.04-.45.16-.57.3-.17.62-.32.94-.46.22-.09.45 0 .55.22 0 .01 0 .02.01.03zm-2.81 1.8c.05.15 0 .33-.12.44-.24.22-.47.43-.7.67-.16.16-.42.17-.59.01a.423.423 0 0 1-.01-.59c.24-.25.5-.5.74-.72.17-.15.43-.14.59.03.04.04.06.1.09.14v.02zm-2.17 2.52c.04.12.02.25-.04.36-.17.27-.35.55-.51.83-.11.2-.37.27-.57.16s-.27-.37-.16-.57c.17-.3.35-.6.53-.88a.42.42 0 0 1 .58-.12c.09.05.14.13.16.22h.01zm-1.49 2.98c.03.09.03.18 0 .28-.11.3-.22.61-.31.93-.06.22-.3.34-.52.28a.413.413 0 0 1-.28-.52c.1-.32.21-.66.32-.97.08-.22.32-.32.54-.25.12.04.22.14.25.26zm44.74 22.5a.427.427 0 0 1-.42-.2c-.14-.24-.29-.47-.44-.72a.418.418 0 0 1 .13-.57c.19-.12.45-.06.57.13.15.25.3.5.45.74.12.19.05.45-.15.57-.05.03-.1.04-.15.05h.01zm-1.76-2.66c-.15.02-.3-.04-.4-.17-.19-.27-.39-.53-.59-.8a.406.406 0 0 1 .08-.58c.18-.14.44-.11.58.08.21.27.41.54.6.81a.4.4 0 0 1-.1.58c-.05.04-.12.06-.18.08h.01zm-2.05-2.62a.428.428 0 0 1-.38-.14c-.2-.25-.42-.51-.65-.75a.424.424 0 0 1 .04-.59c.17-.15.44-.13.59.04.23.26.44.52.66.76.15.17.13.44-.05.58-.06.05-.13.09-.21.1h-.01zm-2.21-2.49a.411.411 0 0 1-.37-.13l-.69-.72a.432.432 0 0 1 0-.59c.16-.16.43-.15.59 0 .24.25.46.48.69.73.16.17.15.43-.02.59-.06.06-.14.1-.23.11H46zm37.1-28.79s-.06-.02-.1-.03a.419.419 0 0 1-.19-.56c.05-.12.12-.25.18-.37.24-.45.53-1.02.44-1.27-.09-.24-.71-.46-1.17-.62-.7-.26-1.42-.52-1.66-1.11-.24-.57.1-1.26.41-1.93.23-.46.5-1.04.4-1.28-.1-.24-.72-.44-1.18-.59-.71-.24-1.45-.48-1.69-1.07-.25-.57.06-1.27.37-1.95.22-.46.47-1.04.37-1.29-.11-.24-.71-.42-1.19-.58-.71-.23-1.45-.46-1.72-1.03-.26-.57.04-1.27.35-1.95.21-.47.46-1.06.36-1.29-.11-.24-.71-.42-1.2-.57-.71-.22-1.46-.45-1.72-1.02-.26-.57.04-1.28.33-1.96l.06-.14c.09-.22.33-.31.55-.22.22.09.31.33.22.55l-.06.14c-.2.46-.45 1.04-.35 1.28.11.24.72.42 1.21.57.71.22 1.45.44 1.72 1.01.27.57-.04 1.28-.35 1.97-.21.46-.45 1.04-.35 1.27.11.24.71.43 1.21.59.71.23 1.45.46 1.71 1.03.26.58-.06 1.29-.37 1.97-.21.46-.46 1.03-.37 1.27.11.24.71.44 1.2.6.7.24 1.44.48 1.68 1.07.25.59-.09 1.29-.41 1.97-.22.45-.49 1.02-.4 1.26.1.25.7.46 1.18.64.7.26 1.42.52 1.65 1.11.24.59-.13 1.28-.47 1.96-.06.12-.12.24-.18.34-.09.17-.28.26-.45.23h-.02zm-7 48.7a.422.422 0 0 1-.08-.48c.11-.2.36-.29.56-.18.1.04.19.1.29.15.36.19.77.41 1 .36.24-.05.51-.43.74-.76.32-.45.66-.92 1.17-1.07.51-.15 1.04.06 1.56.27.38.15.81.31 1.04.24.23-.08.45-.48.65-.84.27-.48.56-.99 1.05-1.18.49-.2 1.05-.05 1.59.1.39.11.84.23 1.06.13.22-.11.4-.53.56-.9.22-.52.45-1.04.91-1.29s1.04-.16 1.59-.08c.4.06.85.14 1.06.01.21-.13.35-.57.46-.96.16-.53.33-1.09.77-1.38.43-.3 1.01-.27 1.56-.24.23.01.42.2.41.44-.01.23-.19.41-.43.4h-.02c-.4-.02-.85-.04-1.05.09-.19.14-.33.57-.44.95-.17.55-.35 1.12-.82 1.41-.46.29-1.06.19-1.63.1-.39-.06-.84-.14-1.05-.02-.21.12-.39.53-.55.89-.23.53-.46 1.09-.96 1.32-.5.24-1.08.09-1.64-.08-.39-.11-.82-.23-1.04-.13-.22.1-.44.48-.64.83-.28.51-.58 1.02-1.1 1.22-.52.18-1.08-.03-1.62-.25-.37-.14-.79-.31-1.01-.24-.23.06-.5.43-.72.75-.33.47-.69.96-1.23 1.09-.54.13-1.07-.15-1.59-.42-.09-.04-.18-.1-.27-.14a.284.284 0 0 1-.11-.08l-.03-.02zM46.03 109.3c-.05.12-.16.22-.3.25a.427.427 0 0 1-.49-.33c-.02-.1-.03-.2-.05-.3-.05-.33-.17-.95-.3-1.04-.15-.07-.72.17-1.04.3-.68.27-1.37.55-1.86.21-.47-.35-.41-1.06-.35-1.81.03-.35.09-.98-.02-1.1-.12-.1-.73-.03-1.06 0-.73.08-1.49.15-1.87-.33-.35-.46-.1-1.12.18-1.81.12-.3.37-.94.29-1.09-.1-.12-.69-.21-1-.27-.73-.13-1.49-.26-1.72-.82-.22-.53.19-1.09.62-1.69.19-.27.59-.84.55-.99-.06-.13-.63-.36-.92-.47-.68-.28-1.39-.56-1.5-1.15-.11-.55.39-1.03.92-1.54l.17-.16c.16-.16.43-.16.59 0 .16.16.16.43 0 .59l-.17.17c-.23.23-.66.65-.68.8.04.15.69.41.99.53.65.26 1.26.51 1.41 1.02.16.55-.27 1.14-.67 1.71-.18.26-.54.75-.52.9.08.13.76.25 1.08.3.69.12 1.34.23 1.59.69.27.49.02 1.12-.25 1.8-.12.3-.35.87-.28 1.01.11.1.76.03 1.1 0 .7-.07 1.35-.14 1.73.24.39.39.33 1.06.27 1.77-.03.33-.09.95.02 1.08.14.05.72-.18 1.05-.31.66-.27 1.28-.52 1.76-.26.47.26.59.93.72 1.63.02.1.03.19.05.29.02.09 0 .17-.02.25l-.04-.04zm49.65-80.78a.83.83 0 0 1-.47-.14l-1.68-1.03a.892.892 0 0 1-.43-.8c0-.32.18-.61.47-.78l1.74-.94c.29-.16.63-.15.91.02.28.17.44.47.43.8l-.05 1.97c0 .32-.18.61-.47.78-.14.08-.28.11-.43.11zm.02-2.94l-1.74.94s-.03.03-.04.06c0 .03.01.05.03.06l1.68 1.03s.05.01.08 0 .04-.03.04-.06l.05-1.97s0-.05-.03-.06c-.02-.01-.05-.01-.08 0zm-13.35 83.96c-.15 0-.29-.03-.43-.09-.29-.12-.52-.33-.65-.62l-.13-.31-.31.13c-.59.26-1.28-.02-1.54-.61s.02-1.28.62-1.54l.31-.13-.13-.31c-.26-.59.02-1.28.62-1.54.59-.26 1.28.02 1.54.61l.13.31.31-.13c.59-.26 1.28.02 1.54.61s-.02 1.28-.62 1.54l-.31.13.13.31c.26.59-.02 1.28-.62 1.54-.15.06-.3.1-.46.1zm-.99-1.98c.16 0 .31.1.39.25l.3.69c.03.09.1.15.18.18.09.03.17.03.26 0s.15-.1.18-.18c.03-.09.03-.17 0-.26l-.3-.69a.441.441 0 0 1 0-.32.4.4 0 0 1 .23-.23l.69-.3c.17-.08.25-.27.17-.44-.08-.17-.27-.25-.44-.17l-.69.3c-.1.04-.22.04-.32 0a.4.4 0 0 1-.23-.23l-.3-.69c-.08-.17-.27-.25-.44-.17-.09.03-.15.1-.18.18s-.03.17 0 .26l.3.69c.09.22 0 .45-.22.55l-.69.3c-.09.03-.15.1-.18.18-.03.09-.03.17 0 .26s.1.15.18.18c.09.03.17.03.26 0l.69-.3s.11-.03.16-.03zM32.97 15.65a.42.42 0 0 1-.42-.41l-.02-1.37a.414.414 0 1 1 .83-.01l.02 1.37c0 .23-.18.42-.41.42zm-4.94 3.73a.42.42 0 0 1-.42-.41c0-.23.18-.42.41-.42l1.37-.02c.24 0 .42.18.42.41s-.18.42-.41.42l-1.37.02zm2.6-2.41c-.11 0-.2-.04-.29-.12l-.99-.95a.423.423 0 0 1-.01-.59c.16-.16.42-.17.59-.01l.99.95c.16.16.17.42.01.59a.41.41 0 0 1-.3.13zm26.64 103.05c-.06 0-.13 0-.19-.02l-2.72-.47a1.06 1.06 0 0 1-.84-.7c-.14-.38-.06-.78.18-1.09l1.77-2.11c.26-.3.64-.44 1.04-.38.39.06.71.33.84.7l.95 2.58c.14.38.06.78-.18 1.09-.22.26-.52.4-.84.4zm-.96-3.95c-.05 0-.14.02-.21.1l-1.77 2.11c-.09.11-.06.22-.04.26.01.04.06.15.2.17l2.72.47c.14.02.23-.05.25-.1.03-.03.1-.13.04-.26l-.95-2.58c-.04-.13-.16-.16-.21-.17h-.04zm19.6-104.25c-.29 0-.57-.09-.82-.27-.6-.45-.73-1.31-.28-1.93l.32-.43-.43-.32c-.6-.45-.73-1.31-.28-1.93.45-.6 1.32-.73 1.93-.28l.43.32.32-.43c.45-.6 1.32-.73 1.93-.28.29.22.49.54.54.9.05.37-.04.72-.26 1.02l-.32.43.43.32c.6.45.73 1.31.28 1.93-.22.29-.54.48-.91.54-.37.05-.72-.04-1.03-.26l-.43-.32-.32.43c-.27.36-.68.55-1.1.55h-.01zm-.38-4.6c-.16 0-.32.08-.43.22a.53.53 0 0 0 .11.75l.77.57c.09.06.15.16.16.27a.43.43 0 0 1-.08.31l-.57.76a.53.53 0 0 0 .11.75c.24.18.58.13.77-.11l.57-.76c.14-.18.4-.23.58-.09l.77.57c.24.18.58.13.76-.11a.53.53 0 0 0-.11-.75l-.77-.57c-.18-.14-.23-.4-.09-.58l.57-.76c.09-.12.12-.26.11-.4a.553.553 0 0 0-.22-.36.543.543 0 0 0-.76.11l-.57.76c-.14.18-.4.23-.58.09l-.77-.57a.517.517 0 0 0-.32-.11h-.01zM24.2 92.52c-.08 0-.15 0-.24-.03a.923.923 0 0 1-.66-.65l-.56-1.97a.91.91 0 0 1 .23-.89c.24-.24.57-.33.9-.25l1.99.51c.32.09.57.32.67.65.09.32 0 .66-.23.89l-1.44 1.46c-.18.18-.41.28-.66.28zm-.56-2.99s-.05.01-.06.03c-.02.02-.03.04-.02.09l.56 1.97s.04.05.06.06c.02 0 .05 0 .09-.02l1.44-1.46s.03-.06.02-.09c0-.02-.02-.05-.06-.06l-2-.51h-.02zm-21.13-5.4c-.14 0-.28-.02-.41-.06a1.33 1.33 0 0 1-.85-1.68l.15-.47-.47-.15c-.33-.11-.62-.34-.78-.67-.16-.31-.19-.68-.08-1.01.23-.7.98-1.08 1.68-.85l.47.15.15-.47c.11-.33.35-.61.67-.78.32-.16.68-.18 1.01-.08.7.23 1.08.98.85 1.68l-.15.47.47.15c.7.23 1.08.98.85 1.68-.11.33-.35.61-.67.78-.31.16-.68.19-1.01.08l-.47-.15-.15.47c-.18.56-.71.92-1.27.92zm-1.18-4.15c-.22 0-.41.13-.47.34a.5.5 0 0 0 .32.63l.87.29c.22.08.33.31.27.53l-.28.87a.5.5 0 0 0 .95.31l.28-.87c.08-.22.3-.33.53-.27l.87.28a.5.5 0 0 0 .63-.32.503.503 0 0 0-.32-.64l-.87-.28a.4.4 0 0 1-.24-.2.444.444 0 0 1-.02-.32l.28-.87a.503.503 0 0 0-.32-.64.503.503 0 0 0-.64.32l-.28.87c-.03.11-.11.19-.21.24-.1.05-.22.05-.32.02l-.87-.29s-.11-.02-.15-.02v.03zm103.9 3.92c-.37 0-.7-.15-.95-.44l-2.21-2.56c-.3-.34-.39-.81-.24-1.24.15-.43.51-.73.95-.82l3.34-.64c.44-.09.9.06 1.19.41.3.34.39.81.24 1.24l-1.12 3.2c-.15.43-.51.73-.95.82-.07.01-.16.02-.24.02zm1.13-4.87h-.09l-3.33.64c-.22.04-.3.2-.32.28-.02.06-.06.25.08.42l2.21 2.56c.14.17.32.15.4.14a.38.38 0 0 0 .32-.28l1.12-3.2c.08-.2-.03-.36-.08-.42-.04-.04-.15-.15-.31-.15zm6.43-30.72a1.201 1.201 0 0 1-.9-1.99l.24-.27-.27-.24a1.181 1.181 0 0 1-.1-1.68 1.181 1.181 0 0 1 1.68-.1l.27.24.24-.27a1.181 1.181 0 0 1 1.68-.1 1.181 1.181 0 0 1 .1 1.68l-.24.27.27.24a1.181 1.181 0 0 1 .1 1.68c-.22.24-.51.38-.82.4-.32.02-.63-.09-.86-.3l-.27-.24-.24.27c-.22.24-.51.38-.82.4h-.06zm-.13-3.75h-.02c-.1 0-.18.05-.25.12-.07.08-.1.16-.09.26 0 .1.05.18.12.25l.58.52c.17.15.18.42.03.59l-.52.58c-.13.15-.12.38.03.51.08.06.16.1.26.09.1 0 .18-.05.25-.12l.52-.58c.15-.17.42-.18.59-.03l.58.52c.07.06.16.1.26.09.1 0 .18-.05.25-.12.06-.08.1-.16.09-.26 0-.1-.05-.18-.12-.25l-.58-.52a.414.414 0 0 1-.03-.59l.52-.58c.07-.08.1-.16.09-.26 0-.1-.05-.18-.12-.25-.08-.06-.16-.1-.26-.09-.1 0-.18.05-.25.12l-.52.58c-.15.17-.42.18-.59.03l-.58-.52a.392.392 0 0 0-.24-.09zm-89.15-10.4c-.58 0-1.13-.34-1.37-.92l-.25-.59-.59.25c-.37.15-.77.15-1.13 0a1.43 1.43 0 0 1-.8-.8c-.31-.75.05-1.62.81-1.93l.59-.25-.25-.59c-.31-.75.05-1.62.81-1.93.37-.15.77-.15 1.13 0 .37.15.65.43.8.8l.25.59.59-.25c.37-.15.77-.15 1.13 0 .37.15.65.43.8.8.15.37.15.76 0 1.13-.15.37-.43.65-.8.8l-.59.25.25.59a1.48 1.48 0 0 1-1.37 2.04h-.01zm-1.38-2.46c.05 0 .11 0 .16.03.1.04.18.13.23.23l.4.98c.06.16.18.28.35.34.16.06.33.06.5 0 .32-.13.49-.51.35-.84l-.4-.98a.442.442 0 0 1 0-.32c.04-.1.13-.18.23-.23l.98-.4c.16-.06.28-.18.35-.34.06-.16.06-.33 0-.5a.563.563 0 0 0-.35-.34.717.717 0 0 0-.5 0l-.98.4c-.11.04-.22.04-.32 0a.431.431 0 0 1-.23-.23l-.4-.98c-.06-.16-.18-.28-.35-.34s-.33-.06-.5 0c-.32.13-.49.51-.35.84l.4.98c.09.22-.01.45-.23.54l-.98.4c-.32.13-.49.51-.35.84.06.16.18.28.35.34.16.06.33.06.5 0l.98-.4s.11-.03.16-.03zM47.22 4.29c-.36 0-.67-.17-.86-.47-.2-.31-.23-.7-.05-1.03L47.43.57c.17-.33.5-.54.86-.56.37-.02.72.15.93.46l1.36 2.08c.2.31.23.7.05 1.03-.17.33-.5.54-.86.56l-2.48.13h-.05v.02zM48.34.84s-.12.02-.17.11l-1.12 2.22c-.04.1 0 .17 0 .19.02.03.08.1.18.09l2.48-.13c.11 0 .15-.08.17-.11.01-.03.04-.11 0-.19L48.52.94a.194.194 0 0 0-.17-.09h-.01zM60.46 74.5s-.06 0-.1-.01a.406.406 0 0 1-.31-.5c.08-.34.19-.69.33-1.02.1-.22.33-.31.55-.22.22.09.31.33.22.55-.13.29-.23.58-.29.87-.04.19-.22.32-.41.32h.01zm1.6-2.89a.4.4 0 0 1-.28-.11.423.423 0 0 1-.03-.59c.23-.25.47-.5.73-.74.17-.15.43-.14.59.02.15.17.14.43-.02.59-.25.23-.47.45-.68.68-.09.1-.19.14-.31.14zm2.57-2.11c-.14 0-.27-.06-.36-.19a.418.418 0 0 1 .13-.57c.29-.18.59-.36.88-.53.21-.11.45-.03.57.16.11.2.03.45-.16.57-.28.15-.56.32-.84.5-.06.04-.15.06-.23.06zm-58.5-4.72c-.99-.82-.86-1.96-.26-2.8.78-1.07 2.33-1.67 3.35-.55.95 1.04.74 2.35.02 3.16s-1.97 1.12-3.11.19zm4.92 2.01c-1.11-1.24-2.73-.83-3.7.15-1.15 1.15-1.42 3.08 1.07 4.04.77.29 2-.08 2.76-.84.79-.79 1.08-1.99-.13-3.34zm3.31 9.01c1.1-1.41 1.22-3.56-.93-4.32-1.36-.47-2.65.04-3.45.94-1.03 1.15-1.21 2.95.41 4.11 1.5 1.08 3.07.43 3.97-.73zm24.41-22.34c3.64-2.55 8.09-3.84 9.68-8.52 2.21-6.51-6.18-10.23-11.72-6.52C30.05 42.9 13.74 46.34 11.12 54c-2.29 6.68 2.15 18.68 9.83 19.81 10.3 1.52 10.55-15.25 17.81-20.36h.01zM20.15 75.54c-2.75-1.01-5.42.92-6.35 3.39-.68 1.81-.43 3.92 1.41 5.37 2.51 1.98 5.24.36 6.6-2.05 1.36-2.41 1.34-5.61-1.67-6.72zM7.18 59.91c1.18.2 3.26-1.82 1.19-3.39-2.1-1.58-4.66 2.79-1.19 3.39zm98.34.27c.61-.84.74-1.98-.26-2.8-1.13-.94-2.39-.61-3.11.19-.72.81-.94 2.11.02 3.16 1.01 1.12 2.57.52 3.35-.55zm-5.17-4.81c1.11 1.24 2.73.83 3.7-.15 1.15-1.15 1.42-3.08-1.07-4.04-.77-.29-2 .08-2.76.84-.79.79-1.08 1.99.13 3.34zm-3.31-9.01c-1.1 1.41-1.22 3.56.93 4.32 1.36.47 2.66-.04 3.45-.94 1.03-1.15 1.21-2.95-.41-4.11-1.5-1.08-3.06-.43-3.97.73zm-6.6 1.99c-10.3-1.52-10.55 15.26-17.81 20.36-3.64 2.55-8.09 3.84-9.68 8.52-2.21 6.51 6.18 10.22 11.72 6.52 6.68-4.48 22.99-7.92 25.61-15.58 2.29-6.68-2.15-18.68-9.83-19.81h-.01zm.81-1.73c2.75 1.01 5.42-.92 6.35-3.39.68-1.81.43-3.92-1.41-5.37-2.51-1.98-5.25-.36-6.6 2.05-1.36 2.41-1.34 5.61 1.67 6.72zm12.96 15.62c-1.18-.2-3.26 1.82-1.19 3.39 2.1 1.58 4.66-2.79 1.19-3.39z'/%3E%3Cpath fill='%233b3b3d' d='M157.5 65.55h-3.7c-.24 0-.36-.1-.36-.32v-2.35c0-.76 0-1.5.04-2.26.04-2.71.12-5.41.24-8.1.1-2.69.16-5.39.12-8.1-.02-1.84-.14-3.67-.32-5.49-.2-1.82-.36-3.67-.48-5.53-.08-1.12-.04-2.22.1-3.29.1-.72.3-1.22.58-1.46.28-.24.8-.36 1.52-.36.34 0 .7 0 1.06.04.36.02.76.06 1.16.1v4.05c.48-.42.92-.76 1.32-1.06.4-.3.76-.6 1.1-.9 1.34-1.16 2.8-2.06 4.38-2.69s3.22-1.1 4.88-1.36c.42-.08.84-.1 1.28-.1.92 0 1.86.12 2.8.38.94.26 1.88.58 2.8.96.58.24 1.1.56 1.54.94.44.38.86.8 1.24 1.26.38.46.74.92 1.1 1.42.36.5.72.98 1.1 1.48.84-1.18 1.82-2.2 2.9-3.03 1.08-.84 2.26-1.58 3.52-2.24.24-.12.48-.24.7-.36.24-.12.46-.18.7-.18.56-.02 1.1-.04 1.66-.08.54-.02 1.1-.04 1.66-.04.94 0 1.88.08 2.82.26.92.16 1.86.54 2.78 1.1.86.54 1.76 1.02 2.66 1.46.9.44 1.78 1 2.6 1.7 1.3 1.1 2.22 2.31 2.72 3.67.5 1.36.84 2.81.98 4.35.22 2.22.28 4.43.2 6.63-.08 2.2-.22 4.39-.38 6.63-.12 1.68-.16 3.33-.12 4.99.04 1.66.06 3.31.06 4.99-.02.5-.02 1.02 0 1.52v1.52h-4.04c-.06-1-.1-1.92-.16-2.79-.06-.88-.1-1.74-.12-2.57-.04-2.04-.06-4.05-.04-6.07.02-2.02-.02-4.05-.14-6.07-.1-1.9-.2-3.77-.32-5.65-.12-1.88-.48-3.71-1.06-5.53a7.35 7.35 0 0 0-1.1-2.16c-.5-.66-1.06-1.24-1.7-1.74-.64-.5-1.34-.88-2.08-1.18-.74-.3-1.5-.44-2.28-.44s-1.52.12-2.32.36c-.8.24-1.56.56-2.3.98-.74.42-1.44.88-2.1 1.4-.66.52-1.24 1.04-1.72 1.58-.88 1.02-1.56 2.02-2.06 3.01s-.68 2.16-.56 3.47c.04.44.08 1.24.08 2.43v4.05c0 1.52-.04 3.09-.06 4.73-.02 1.64-.04 3.15-.08 4.55-.02 1.4-.04 2.55-.06 3.47v1.5c.02.48.04.9 0 1.28v1.24c-.2.12-.48.22-.88.28-.38.06-.8.1-1.24.1-.36 0-.74-.02-1.1-.08-.38-.04-.72-.12-1.02-.2-.3-.08-.54-.2-.72-.34-.18-.14-.28-.32-.28-.5a79.57 79.57 0 0 1 0-3.09c.02-1.02.04-2.06.08-3.09.04-2.33.1-4.67.16-6.98.06-2.31.1-4.63.12-6.98 0-1.08-.02-2.16-.08-3.21a41.88 41.88 0 0 0-.26-3.17c-.12-.96-.38-1.82-.78-2.51-.4-.7-.9-1.34-1.5-1.86s-1.28-.96-2.04-1.32c-.76-.36-1.52-.7-2.32-.98-.6-.22-1.24-.34-1.92-.36-.68-.02-1.34-.04-2-.08-.32 0-.62.08-.92.22-.3.14-.58.32-.86.5-1.74 1.26-3.18 2.73-4.28 4.43-1.12 1.7-2.02 3.53-2.72 5.55-.1.24-.16.5-.16.74v.78c-.04 1.22-.06 2.63-.06 4.27s.04 3.41.1 5.33c.06 1.92.12 3.91.18 6.03s.12 4.21.16 6.31c0 .22-.12.32-.36.32l-.04-.06zm79.4-38.43h4c.32 3.11.5 6.29.52 9.5.04 3.21.04 6.45 0 9.66s-.1 6.43-.12 9.62c-.02 3.19.02 6.31.2 9.36.02.38-.14.66-.5.82-.36.16-.8.24-1.32.24-.46 0-.94-.04-1.44-.14s-.96-.2-1.36-.32c-.02-.16-.06-.4-.12-.7-.06-.3-.12-.6-.16-.94-.04-.34-.1-.68-.16-1-.06-.32-.12-.6-.16-.82-.78.48-1.5.96-2.2 1.44-.68.48-1.4.88-2.12 1.26-1.06.54-2.18.94-3.32 1.22-1.16.28-2.3.42-3.48.42-1.68 0-3.3-.3-4.86-.92-1.58-.62-3-1.6-4.28-2.95-.92-.94-1.6-1.96-2.06-3.01-.44-1.06-.78-2.22-.96-3.45-.22-1.62-.36-3.25-.46-4.87-.08-1.64-.12-3.25-.12-4.87s0-3.25.06-4.87c.04-1.64.06-3.25.06-4.87 0-1.3 0-2.59-.04-3.87-.02-1.28-.04-2.57-.04-3.87 0-.5 0-.9.06-1.2.04-.3.12-.52.26-.68.14-.16.34-.28.62-.34.28-.08.64-.14 1.1-.18.48-.08.9-.1 1.28-.1.92 0 1.52.24 1.78.72s.36 1.34.26 2.57c-.04.8-.06 1.6-.04 2.41.02.82.04 1.62.04 2.41v1.78c0 .58 0 1.18-.04 1.78-.04 1.54-.12 3.09-.24 4.63a45 45 0 0 0-.08 4.65c.04 1.38.22 2.73.54 4.07.32 1.34.64 2.69.94 4.07.24 1.04.66 1.88 1.26 2.49.6.64 1.32 1.16 2.16 1.56.82.42 1.64.74 2.48.96.82.24 1.66.34 2.5.34 1.28 0 2.6-.32 3.92-.94 1.82-.84 3.12-2.02 3.92-3.49s1.28-3.09 1.46-4.81c.24-2.65.34-5.31.3-7.96-.04-2.65-.02-5.31 0-8 .02-1.4.02-2.81 0-4.25v-4.53l-.04-.02zm10.52 27.26c.54-.16 1.1-.34 1.68-.52s1.2-.38 1.86-.6c.22.5.44.96.64 1.34.2.38.34.78.38 1.16.08.72.24 1.36.52 1.9.28.54.64 1.02 1.06 1.44.42.42.88.78 1.4 1.1.5.32 1.04.62 1.6.88.92.46 1.86.82 2.82 1.06.96.24 1.92.36 2.88.36 1.84 0 3.5-.42 4.96-1.28 1.46-.84 2.64-2.1 3.5-3.73.42-.72.6-1.48.58-2.25-.02-.78-.3-1.52-.8-2.26-.5-.7-1.06-1.36-1.64-1.98-.58-.62-1.3-1.1-2.14-1.44-1.1-.42-2.18-.8-3.26-1.18-1.08-.38-2.16-.74-3.26-1.08-1.14-.36-2.28-.7-3.42-.98a22 22 0 0 1-3.34-1.16c-.72-.32-1.42-.72-2.08-1.24-.66-.5-1.28-1.06-1.84-1.64-.46-.46-.8-1.02-1-1.66-.2-.64-.22-1.34-.06-2.08.1-.42.14-.82.14-1.24s.02-.82.08-1.24c.1-1.48.5-2.77 1.18-3.91.68-1.14 1.56-2.1 2.62-2.89 1.06-.8 2.24-1.42 3.54-1.9 1.3-.46 2.64-.74 4-.84.24-.04.48-.08.72-.08h.72c1.1 0 2.16.08 3.24.24 1.06.16 2.14.3 3.24.46 1 .14 1.98.5 2.96 1.08.98.56 1.86 1.26 2.62 2.08.76.82 1.36 1.72 1.82 2.71s.64 2.04.56 3.09c-.02.22-.04.44-.06.68a1.49 1.49 0 0 1-.5 1.1c-.16.14-.4.22-.7.24-.46.04-.84.1-1.16.12-.32.04-.6.06-.88.06-.46 0-.82-.1-1.06-.28-.24-.18-.48-.54-.68-1.08-.24-.58-.48-1.16-.7-1.76-.24-.6-.5-1.16-.78-1.72-.32-.6-.66-1.1-1.02-1.46-.36-.36-.78-.64-1.22-.84s-.94-.32-1.46-.38-1.08-.1-1.7-.1c-2.68 0-5.26.54-7.74 1.64-.66.3-1.24.68-1.74 1.18-.5.5-.92 1.06-1.22 1.68-.3.62-.5 1.26-.56 1.9-.08.66 0 1.28.22 1.88.12.34.32.68.6 1.02.28.34.58.6.88.76.72.36 1.48.7 2.24 1 .76.3 1.54.56 2.34.74 1.68.44 3.34.84 5.04 1.24 1.7.4 3.38.76 5.1 1.1 1.26.26 2.32.76 3.16 1.46.84.7 1.54 1.6 2.08 2.67.48 1 .9 2 1.24 3.01.34 1.02.64 2.06.9 3.11.26 1.06.2 2.06-.18 2.99-.38.94-.84 1.84-1.38 2.73-.72 1.24-1.56 2.23-2.46 3.01-.92.78-1.92 1.38-3 1.84-1.08.46-2.24.76-3.46.92-1.24.16-2.52.26-3.86.26-1.72 0-3.36-.24-4.94-.7a30.46 30.46 0 0 1-4.66-1.84c-1.74-.88-3.08-2.2-4.02-3.99-.94-1.8-1.32-3.79-1.14-5.99v.06zm49.97 8.28l.36 2.79a6.913 6.913 0 0 1-4.62 1.78c-.38 0-.78-.04-1.16-.1s-.78-.16-1.2-.28c-2.28-.6-4-1.68-5.14-3.21-1.14-1.54-1.76-3.49-1.84-5.85a172.573 172.573 0 0 1 0-9.1l.12-6.45c.02-2.14.06-4.29.1-6.47a27 27 0 0 0 0-1.8v-2.06c-.6-.04-1.24-.08-1.88-.1-.64 0-1.28-.06-1.9-.16-.38-.04-.78-.14-1.16-.26s-.76-.3-1.08-.5c-.42-.3-.64-.66-.7-1.1-.06-.44-.04-.92.08-1.4.12-.48.34-.84.64-1.06.3-.22.68-.32 1.1-.32.32-.02.62-.04.94-.04h3.7c.34-1.6.48-3.15.4-4.69-.08-1.54-.3-3.07-.7-4.59.42-.36.82-.62 1.26-.74.42-.14.88-.2 1.36-.2.32 0 .64.02.96.08s.66.1 1 .14c.16.82.28 1.64.3 2.45.04.82.04 1.64.04 2.47s-.02 1.68-.04 2.49c-.02.82 0 1.68.1 2.51h7.78c.04.38.12.76.18 1.14s.14.74.2 1.1c.06.36.08.72.06 1.08-.02.36-.12.76-.3 1.16-1.24.1-2.48.18-3.7.28-1.24.08-2.54.18-3.92.28v4.13c-.04 2.41-.12 4.81-.2 7.2-.08 2.37-.12 4.79-.12 7.2 0 1.16.1 2.45.3 3.87.2 1.42.58 2.75 1.14 4.01.56 1.24 1.32 2.29 2.26 3.13.96.84 2.18 1.28 3.68 1.28.24 0 .5 0 .76-.04.26-.02.54-.06.8-.1h.04z'/%3E%3Cpath fill='%23f7f4f9' d='M155.86 82.15c.5-.32.98-.6 1.44-.84.46-.24.94-.44 1.4-.6.48-.16.96-.28 1.48-.38.5-.1 1.06-.16 1.64-.2h.08c.32 0 .6.08.84.26s.5.34.74.52c.76.54 1.36 1.18 1.8 1.9.44.72.78 1.54 1.02 2.43.38 1.48.5 2.91.36 4.31-.14 1.4-.52 2.77-1.1 4.15-.16.36-.36.66-.6.92s-.56.48-.92.64c-.28.12-.56.26-.82.44-.26.18-.54.32-.82.42-.42.16-.82.28-1.24.38s-.82.14-1.24.14c-.36 0-.68-.04-.96-.1-.28-.06-.54-.16-.8-.28-.26-.12-.48-.28-.7-.46-.22-.18-.46-.4-.72-.64-.14-.14-.28-.28-.4-.44-.12-.16-.28-.32-.48-.44.04.28.08.54.1.82.02.28.06.56.1.86-.26.04-.52.1-.76.16s-.48.1-.74.14h-.12c-.14 0-.26-.04-.34-.14a.577.577 0 0 1-.12-.38c-.02-.64-.08-1.28-.12-1.94-.06-.64-.06-1.28-.04-1.92.04-.7.06-1.38.06-2.06v-2.04c0-1.48-.02-2.95-.02-4.41s0-2.93-.02-4.43v-3.91c0-.14 0-.28.06-.42.04-.14.06-.3.1-.46.26 0 .52-.02.74-.02.24 0 .48-.02.72-.04.04.62.08 1.28.12 1.96.04.68.06 1.38.1 2.06.04.7.06 1.38.1 2.06.04.68.08 1.34.12 1.98h-.04zm-.22 7.88v.82c0 .28.06.54.16.76.22.46.46.88.72 1.3.26.42.64.76 1.1 1.04.32.18.64.36.96.5.32.16.66.22 1.04.22h.16s.12 0 .18-.04c.32-.04.64-.08.98-.1.32 0 .64-.08.96-.16.28-.08.54-.2.78-.34.24-.16.4-.4.5-.76.12-.46.26-.9.42-1.32.16-.44.3-.86.44-1.3.32-1 .46-2 .4-2.99-.06-.98-.22-1.98-.5-2.99-.08-.3-.26-.58-.52-.88-.26-.3-.56-.56-.9-.8s-.7-.42-1.1-.56c-.38-.14-.76-.22-1.1-.22-.2 0-.44.02-.7.06-.28.04-.5.1-.68.16-.14.04-.28.08-.42.14s-.26.14-.36.22c-.36.34-.7.7-1.04 1.04-.34.36-.66.72-.98 1.1-.22.26-.36.54-.38.86 0 .24-.04.56-.06 1l-.06 1.3c0 .44-.02.84-.02 1.2v.7l.02.06zm16.32-1.66c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.24.2.46.32.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.06.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.34-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78s.18-1.16.28-1.74c.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.66.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76 0 .3-.02.6 0 .9v1.06c-.02.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.02-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.52.04-1.06.06-1.6.08h-4.04l-.06.02zm8.36-1.62c.06-1.08-.12-1.96-.56-2.67-.44-.72-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm9.66 7.22c.3-.54.54-1.08.76-1.62.22-.54.4-1.08.58-1.62.18-.54.34-1.08.48-1.64.14-.54.3-1.1.46-1.62.56-1.92 1.1-3.83 1.62-5.75.04-.2.12-.36.22-.44.1-.08.24-.12.4-.12h.16c.62.06 1.02.42 1.22 1.06l1.62 5.45c.24.8.48 1.58.72 2.37.24.8.48 1.58.72 2.37l.12.54c.04.18.06.36.1.56.04-.02.08-.04.1-.06.04 0 .04-.04.06-.06.4-1.18.78-2.35 1.16-3.51.38-1.16.76-2.33 1.12-3.51.22-.74.44-1.46.62-2.2.2-.74.4-1.48.62-2.22.12-.42.24-.72.38-.9.14-.18.32-.28.56-.28.28 0 .68.16 1.18.46 0 .06-.04.14-.06.2s-.04.14-.08.2a21.77 21.77 0 0 0-1.1 3.31c-.28 1.14-.58 2.26-.9 3.39-.36 1.3-.74 2.59-1.12 3.85-.38 1.26-.78 2.55-1.16 3.85-.06.22-.14.38-.22.48s-.2.14-.38.14h-.18c-.06 0-.14-.02-.22-.04-.08-.02-.18-.04-.28-.04s-.2 0-.34-.02c-.36-1.06-.72-2.12-1.1-3.17-.38-1.06-.74-2.12-1.08-3.19-.36-1.08-.68-2.16-1-3.23-.32-1.08-.6-2.18-.86-3.29-.5 2.2-1.08 4.35-1.72 6.47-.64 2.12-1.4 4.19-2.26 6.27h-1.74c-.1-.32-.22-.64-.34-.96-.12-.32-.22-.64-.3-.98-.34-1.22-.66-2.43-1-3.65-.32-1.22-.64-2.43-.96-3.67-.14-.56-.26-1.12-.36-1.68-.1-.56-.24-1.14-.36-1.7-.08-.4-.18-.8-.3-1.18-.12-.4-.22-.8-.34-1.22.1-.08.2-.18.32-.28.12-.1.22-.2.34-.32.36.22.62.48.78.78.16.3.28.64.36 1 .16.86.34 1.7.5 2.53.16.84.34 1.68.56 2.51.28 1.06.58 2.12.92 3.15.32 1.04.66 2.12.98 3.23l.02-.04zm20.14-5.61c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14.06.04.14.08.22.14.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.18 1.62c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm15.58-4.37v-.82c.04-.32.14-.56.32-.76.18-.2.4-.3.68-.34h.22c.2 0 .36.06.5.16s.22.28.28.52c.18.74.28 1.48.34 2.22.04.74.04 1.48-.04 2.24-.04.5-.08.98-.12 1.46-.04.48-.04.96-.02 1.46.04 1 .06 1.98.08 2.95.02.98.02 1.96.04 2.95 0 .2 0 .38-.04.58-.02.2-.06.38-.1.58-.04.36-.1.7-.16 1.04-.06.34-.06.7 0 1.08.04.28 0 .58-.08.86-.08.3-.16.58-.26.86-.08.22-.18.44-.3.66-.12.2-.24.42-.38.6-.28.48-.62.86-1 1.18-.38.32-.86.52-1.44.58-.46.04-.94.08-1.4.16-.46.06-.94.1-1.4.1-.38 0-.78-.04-1.16-.1-.4-.06-.78-.18-1.16-.32-.38-.14-.72-.32-1.06-.52-.34-.2-.64-.46-.9-.74-.16-.16-.34-.34-.52-.5-.18-.16-.38-.34-.6-.54.1-.18.18-.36.28-.52.08-.18.18-.34.3-.48.24-.3.48-.46.68-.46.1 0 .22.04.34.1.12.06.24.18.38.3.58.58 1.24 1.02 1.94 1.32.7.3 1.46.46 2.3.46.7 0 1.28-.16 1.72-.46.44-.3.78-.8 1-1.48.22-.66.4-1.32.54-1.98.14-.66.24-1.34.28-2.04-.48.22-.96.44-1.4.64-.44.2-.9.4-1.34.6-.68.28-1.32.42-1.96.42-.72 0-1.46-.2-2.18-.58-.98-.52-1.74-1.22-2.26-2.06-.52-.84-.9-1.8-1.1-2.83-.18-.88-.24-1.74-.18-2.57.06-.86.2-1.7.46-2.55.06-.24.14-.48.2-.74s.12-.48.2-.74c.26-.98.68-1.76 1.3-2.35.62-.6 1.4-1.04 2.36-1.32.22-.08.44-.14.66-.16.22-.02.44-.04.66-.04.74 0 1.44.2 2.12.58.38.22.78.44 1.18.66.4.22.82.46 1.26.7h-.06zm.2 6.13c-.02-.58-.02-1.14-.02-1.7v-1.96c0-.08 0-.14-.06-.18-.18-.16-.34-.32-.5-.5l-.48-.54c-.16-.18-.34-.34-.52-.5-.18-.16-.38-.28-.6-.4-.36-.16-.72-.26-1.08-.3-.36-.04-.74-.08-1.1-.14-.08 0-.16 0-.22-.02H245c-.72 0-1.32.3-1.78.88-.1.14-.2.28-.28.44-.08.16-.18.3-.32.44-.3.32-.54.68-.72 1.04-.18.36-.32.76-.42 1.14-.1.38-.16.8-.2 1.2-.02.4-.04.8-.04 1.22 0 .86.14 1.7.4 2.49.26.8.6 1.6 1.02 2.35.06.1.14.22.22.34.1.12.2.2.32.24.48.24.96.42 1.42.54.46.12.96.18 1.5.18.3-.02.58-.06.84-.14.26-.08.52-.22.74-.42.28-.24.56-.48.86-.72.28-.24.56-.48.84-.74.1-.08.18-.2.24-.34s.1-.28.12-.4c0-.58.02-1.18.02-1.76v-1.76h.02zm15.24 7.72h-1.5s-.14-.04-.14-.14v-1.86c.02-1.1.06-2.18.1-3.27.04-1.1.06-2.18.06-3.27 0-.74-.06-1.48-.14-2.22-.08-.74-.14-1.48-.2-2.24-.02-.46 0-.9.04-1.34.04-.3.12-.48.24-.58.12-.1.32-.14.62-.14h.42c.14 0 .3.02.46.04v1.64c.2-.16.38-.3.54-.42.16-.12.3-.24.44-.36.54-.48 1.12-.84 1.76-1.1.64-.26 1.3-.44 1.98-.56.16-.02.34-.04.52-.04.38 0 .74.06 1.12.16.38.1.76.24 1.12.38.24.1.44.22.62.38s.34.32.5.5c.16.18.3.38.44.58.14.2.3.4.44.6.34-.48.74-.88 1.18-1.22.44-.34.92-.64 1.42-.9.1-.04.2-.1.28-.14.1-.04.18-.08.28-.08.22 0 .44 0 .66-.02.22-.02.44 0 .66 0 .38 0 .76.04 1.14.1s.76.22 1.12.44c.36.22.72.4 1.08.58.36.18.72.4 1.04.68.52.44.9.94 1.1 1.48s.34 1.14.4 1.76c.08.9.12 1.8.08 2.67-.04.88-.08 1.78-.16 2.67-.04.68-.06 1.34-.06 2.02s.02 1.34.02 2.02v1.24h-1.62c-.02-.4-.04-.78-.06-1.12l-.06-1.04c-.02-.82-.02-1.64 0-2.45 0-.82 0-1.64-.06-2.45-.04-.76-.08-1.52-.14-2.28s-.2-1.5-.42-2.24c-.1-.32-.24-.6-.44-.88-.2-.26-.44-.5-.68-.7-.26-.2-.54-.36-.84-.48-.3-.12-.6-.18-.92-.18s-.62.06-.94.14c-.32.1-.64.24-.94.4-.3.16-.58.36-.86.56s-.5.42-.7.64c-.36.42-.62.82-.82 1.22-.2.4-.28.88-.22 1.4 0 .18.02.5.02.98v1.64c0 .62 0 1.24-.02 1.92 0 .66-.02 1.28-.04 1.84s0 1.04-.02 1.4v1.62c-.08.04-.2.08-.36.12-.16.04-.32.04-.5.04-.14 0-.3 0-.44-.02-.16-.02-.28-.04-.42-.08-.12-.04-.22-.08-.3-.14-.08-.06-.12-.12-.12-.2v-1.26c0-.42.02-.84.04-1.26 0-.94.04-1.88.06-2.81l.06-2.81c0-.44 0-.88-.02-1.3-.02-.42-.06-.86-.1-1.28-.06-.4-.16-.72-.32-1.02a2.71 2.71 0 0 0-.6-.74c-.24-.2-.52-.38-.82-.54-.3-.16-.62-.28-.94-.4-.24-.08-.5-.14-.78-.14s-.54-.02-.8-.04c-.12 0-.26.04-.38.08-.12.06-.24.12-.34.2-.7.5-1.28 1.1-1.74 1.8-.46.7-.82 1.44-1.1 2.24-.04.1-.06.2-.06.3v.32c-.02.48-.02 1.06-.02 1.74s.02 1.38.04 2.16c.02.78.04 1.58.08 2.43l.06 2.55c0 .08-.04.14-.14.14l.06-.04zm25.2-7.86c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.16 1.62c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14.06.04.14.08.22.14.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.94-4.47c.08-.18.24-.38.48-.6.24-.22.48-.44.76-.62s.54-.38.78-.52.4-.24.48-.28c.32-.16.64-.24.96-.24s.66.08 1.02.24c.16.06.3.14.4.18.1.04.18.14.24.22.06.08.08.18.1.3v.46c0 .14-.04.26-.08.4-.04.12-.08.26-.1.4-.46-.2-.9-.3-1.34-.3-.58 0-1.1.14-1.54.4-.46.26-.84.6-1.16 1.02-.32.42-.56.88-.72 1.42-.16.52-.26 1.06-.26 1.56-.02 1.4-.06 2.75-.12 4.13-.06 1.36-.1 2.73-.14 4.13 0 .22.02.46.12.7.08.24.16.52.24.8-.18.04-.38.1-.58.18-.2.06-.4.1-.62.12h-.1c-.32 0-.56-.08-.68-.22-.14-.16-.2-.42-.18-.78 0-1.04.04-2.08.08-3.09.02-1.04.06-2.08.08-3.11v-.48l.06-3.33.06-3.33v-.48c0-.16-.02-.3-.06-.46-.06-.22-.06-.4 0-.5s.2-.2.42-.24c.14-.04.28-.06.38-.08.1 0 .2-.02.28-.02.16 0 .28.06.34.2.06.12.12.36.18.7 0 .04.02.12.04.22 0 .1.04.22.04.34s.02.22.04.34v.22s.06.04.08.04.06.02.08.04l-.06-.06zm17.2-.14c.5-.32.98-.6 1.44-.84s.94-.44 1.4-.6c.48-.16.96-.28 1.48-.38.5-.1 1.06-.16 1.64-.2h.08c.32 0 .6.08.84.26.26.18.5.34.74.52.76.54 1.36 1.18 1.8 1.9.44.72.78 1.54 1.02 2.43.38 1.48.5 2.91.36 4.31-.14 1.4-.52 2.77-1.1 4.15-.16.36-.36.66-.6.92s-.56.48-.92.64c-.28.12-.56.26-.82.44-.26.18-.54.32-.82.42-.42.16-.82.28-1.24.38-.4.1-.82.14-1.24.14-.36 0-.68-.04-.96-.1-.28-.06-.54-.16-.8-.28-.26-.12-.48-.28-.7-.46-.22-.18-.46-.4-.72-.64-.14-.14-.28-.28-.4-.44-.12-.16-.28-.32-.48-.44.04.28.08.54.1.82.02.28.06.56.1.86-.26.04-.52.1-.76.16s-.48.1-.74.14h-.12c-.14 0-.26-.04-.34-.14a.577.577 0 0 1-.12-.38c-.02-.64-.06-1.28-.12-1.94-.06-.64-.06-1.28-.04-1.92.04-.7.06-1.38.06-2.06v-2.04c0-1.48-.02-2.95-.04-4.41 0-1.46 0-2.93-.02-4.43v-3.91c0-.14 0-.28.06-.42.06-.14.06-.3.1-.46.26 0 .52-.02.74-.02.24 0 .48-.02.72-.04.04.62.08 1.28.12 1.96.04.68.06 1.38.1 2.06.04.7.06 1.38.1 2.06.04.68.06 1.34.12 1.98h-.02zm-.22 7.88v.82c0 .28.06.54.16.76.22.46.46.88.72 1.3.26.42.64.76 1.1 1.04.32.18.64.36.96.5.32.16.66.22 1.04.22h.16s.12 0 .18-.04c.32-.04.64-.08.98-.1.32 0 .64-.08.96-.16.28-.08.54-.2.78-.34.24-.16.4-.4.5-.76.12-.46.26-.9.42-1.32.16-.42.3-.86.44-1.3.32-1 .46-2 .4-2.99-.06-.98-.22-1.98-.5-2.99-.08-.3-.26-.58-.52-.88-.26-.3-.56-.56-.9-.8s-.7-.42-1.1-.56c-.38-.14-.76-.22-1.1-.22-.2 0-.44.02-.7.06-.28.04-.5.1-.68.16-.14.04-.28.08-.42.14s-.26.14-.36.22c-.36.34-.7.7-1.04 1.04-.34.36-.66.72-1 1.1-.22.26-.36.54-.38.86-.02.24-.04.56-.06 1l-.06 1.3c0 .44-.02.84-.04 1.2v.7l.06.06zm16.32-1.66c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.76-12.75c.02 1.28.08 2.53.16 3.79.08 1.26.06 2.47-.02 3.71-.08 1-.1 2-.08 2.99.02 1 0 1.98-.04 2.99-.08 1.32-.1 2.63-.08 3.93.02 1.3.06 2.61.12 3.93 0 .12 0 .24.02.36s.02.24.02.38c-.2.1-.42.16-.62.16-.16 0-.32-.02-.48-.06-.16-.04-.32-.08-.46-.1-.1 0-.16-.06-.2-.1a.599.599 0 0 1-.08-.2v-.48l.06-1.4.06-1.4.12-5.07c.04-1.68.04-3.37.02-5.07 0-1.1-.06-2.18-.16-3.27-.1-1.1-.18-2.18-.26-3.27-.02-.48 0-.98.12-1.5.02-.08.08-.16.2-.26.1-.1.2-.14.3-.16h.14c.16 0 .34 0 .52.06.18.04.4.06.64.1l-.02-.08zm6.12 14.37c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.18 1.62c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3s-.92.46-1.36.78c-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm8.8 9.38c-.18.04-.36.08-.5.12-.14.04-.28.06-.42.08-.32 0-.56-.06-.72-.18-.16-.12-.26-.36-.26-.7 0-.54 0-1.08.04-1.6l.06-1.6c.04-1.6.08-3.17.1-4.73.02-1.58.06-3.15.08-4.73v-.32c0-.1-.04-.24-.06-.4-.44.04-.84.06-1.24.08-.4.04-.8.06-1.2.08-.44-.98-.16-1.48.82-1.52h.36c.12 0 .24 0 .36-.02h.36c.12 0 .26 0 .4-.02l.06-1.26c0-.42.04-.82.06-1.24v-.92c.02-.68.2-1.24.52-1.7s.8-.82 1.44-1.12c.5-.24 1-.4 1.5-.5.5-.1 1.02-.14 1.54-.14.24 0 .48 0 .7.02.24.02.48.04.72.08.2.02.34.08.44.18.1.1.14.26.12.46l-.06.46c0 .14-.04.3-.08.44-.08.26-.18.42-.32.5-.14.08-.34.12-.58.12h-1.38c-.5 0-.92.14-1.24.4-.34.26-.64.58-.92.94-.14.2-.26.4-.34.62-.08.22-.12.46-.1.72.02.32.02.62.02.96v1.02c.64 0 1.26.04 1.9.08.62.04 1.26.06 1.88.08.08.56.04.96-.14 1.18-.16.24-.48.34-.96.34h-2.68c-.06 1.14-.14 2.27-.22 3.41-.08 1.14-.12 2.27-.16 3.43-.04 1.16-.04 2.31-.04 3.47s.06 2.33.16 3.51l-.02-.1zm15.5.1h-1.5s-.14-.04-.14-.14v-1.86c.02-1.1.06-2.18.1-3.27.04-1.1.06-2.18.06-3.27 0-.74-.06-1.48-.14-2.22-.08-.74-.14-1.48-.2-2.24-.02-.46 0-.9.04-1.34.04-.3.12-.48.24-.58.12-.1.32-.14.62-.14h.42c.14 0 .3.02.46.04v1.64c.2-.16.38-.3.54-.42.16-.12.3-.24.44-.36.54-.48 1.12-.84 1.76-1.1.64-.26 1.3-.44 1.98-.56.16-.02.34-.04.52-.04.38 0 .74.06 1.12.16s.76.24 1.12.38c.24.1.44.22.62.38s.34.32.5.5c.16.18.3.38.44.58.14.2.3.4.44.6.34-.48.74-.88 1.18-1.22.44-.34.92-.64 1.42-.9.1-.04.2-.1.28-.14.1-.04.18-.08.28-.08.22 0 .44 0 .66-.02.22-.02.44 0 .66 0 .38 0 .76.04 1.14.1.38.06.76.22 1.12.44.36.22.72.4 1.08.58.36.18.72.4 1.04.68.52.44.9.94 1.1 1.48s.34 1.14.4 1.76c.08.9.12 1.8.08 2.67-.04.88-.08 1.78-.16 2.67-.04.68-.06 1.34-.06 2.02s.02 1.34.02 2.02v1.24h-1.62c-.02-.4-.04-.78-.06-1.12l-.06-1.04c-.02-.82-.02-1.64 0-2.45 0-.82 0-1.64-.06-2.45-.04-.76-.08-1.52-.14-2.28s-.2-1.5-.42-2.24c-.1-.32-.24-.6-.44-.88-.2-.26-.44-.5-.68-.7-.26-.2-.54-.36-.84-.48-.3-.12-.6-.18-.92-.18s-.62.06-.94.14c-.32.1-.64.24-.94.4-.3.16-.58.36-.86.56s-.5.42-.7.64c-.36.42-.62.82-.82 1.22-.2.4-.28.88-.22 1.4 0 .18.02.5.02.98v1.64c0 .62 0 1.24-.02 1.92 0 .66-.02 1.28-.04 1.84s0 1.04-.02 1.4v1.62c-.08.04-.2.08-.36.12-.16.04-.32.04-.5.04-.14 0-.3 0-.44-.02-.16-.02-.28-.04-.42-.08-.12-.04-.22-.08-.3-.14-.08-.06-.12-.12-.12-.2v-1.26c0-.42.02-.84.04-1.26 0-.94.04-1.88.06-2.81l.06-2.81c0-.44 0-.88-.02-1.3-.02-.42-.06-.86-.1-1.28-.06-.4-.16-.72-.32-1.02a2.71 2.71 0 0 0-.6-.74c-.24-.2-.52-.38-.82-.54-.3-.16-.62-.28-.94-.4-.24-.08-.5-.14-.78-.14s-.54-.02-.8-.04c-.12 0-.26.04-.38.08-.12.06-.24.12-.34.2-.7.5-1.28 1.1-1.74 1.8-.46.7-.82 1.44-1.1 2.24-.04.1-.06.2-.06.3v.32c-.02.48-.02 1.06-.02 1.74s.02 1.38.04 2.16c.02.78.04 1.58.08 2.43l.06 2.55c0 .08-.04.14-.14.14l.06-.04zm25.18-7.86c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.18 1.62c-.1.3-.16.58-.14.86 0 .26.06.52.14.74.08.22.2.46.34.68.14.22.28.44.42.64.24.38.52.72.82 1.06.3.34.6.66.92.98.32.34.66.58 1.02.72s.76.2 1.24.2c.5-.04.98-.08 1.46-.14.48-.06.96-.18 1.42-.38.22-.08.44-.18.66-.28.22-.1.4-.26.54-.5.1-.14.22-.22.36-.22.06 0 .14.02.22.08.08.04.16.1.22.14s.14.08.22.14c.06.74-.2 1.32-.8 1.72-.78.54-1.6.96-2.48 1.26-.86.28-1.76.48-2.7.58h-.38c-.72 0-1.38-.18-1.96-.52-.58-.36-1.1-.8-1.58-1.32-.6-.68-1.1-1.4-1.46-2.18-.36-.78-.6-1.62-.72-2.53-.08-.62-.08-1.22 0-1.78.08-.58.18-1.16.28-1.74.1-.54.22-1.08.38-1.6s.32-1.04.52-1.58c.22-.66.56-1.2 1.02-1.66.46-.44 1-.8 1.64-1.1.22-.1.46-.2.7-.28.24-.08.48-.16.72-.26.64-.24 1.24-.36 1.84-.36.72 0 1.42.16 2.06.46.64.3 1.28.7 1.9 1.18.14.1.26.24.38.42s.2.34.28.52c.26.54.48 1.1.68 1.66.2.56.28 1.14.24 1.76-.02.3-.02.6 0 .9v1.06c-.04.16-.1.3-.24.4-.12.1-.28.16-.44.16h-.1s-.06 0-.1-.02c-.24-.06-.5-.1-.8-.1-.22 0-.44 0-.66.04-.22.04-.44.04-.66.04h-.1c-.54 0-1.08.02-1.6.06-.54.04-1.08.06-1.6.08h-4.04l-.08.02zm8.36-1.62c.06-1.08-.14-1.96-.56-2.67-.44-.7-1.1-1.3-1.98-1.76-.3-.16-.58-.28-.86-.36-.28-.06-.56-.1-.84-.1-.5 0-1 .1-1.46.3-.46.2-.92.46-1.36.78-.32.22-.56.46-.74.76-.18.28-.32.6-.4.94-.08.34-.14.68-.14 1.04v1.12c.8-.06 1.58-.12 2.34-.16.78-.04 1.54-.06 2.32-.06.62 0 1.24 0 1.84.06.62.04 1.24.08 1.84.16v-.04zm7.94-4.47c.08-.18.24-.38.48-.6.24-.22.48-.44.76-.62s.54-.38.78-.52.4-.24.48-.28c.32-.16.64-.24.96-.24s.66.08 1.02.24c.16.06.3.14.4.18.1.04.18.14.24.22.06.08.08.18.1.3v.46c0 .14-.04.26-.08.4-.04.12-.08.26-.1.4-.46-.2-.9-.3-1.34-.3-.58 0-1.1.14-1.54.4-.46.26-.84.6-1.16 1.02s-.56.88-.72 1.42c-.16.52-.26 1.06-.26 1.56-.02 1.4-.06 2.75-.12 4.13-.06 1.36-.1 2.73-.14 4.13 0 .22.02.46.12.7.08.24.16.52.24.8-.18.04-.38.1-.58.18-.2.06-.4.1-.62.12h-.1c-.32 0-.56-.08-.68-.22-.14-.16-.2-.42-.18-.78 0-1.04.04-2.08.08-3.09.02-1.04.06-2.08.08-3.11v-.48l.06-3.33.06-3.33v-.48c0-.16-.02-.3-.06-.46-.06-.22-.06-.4 0-.5s.2-.2.42-.24c.14-.04.28-.06.38-.08.1 0 .2-.02.28-.02.16 0 .28.06.34.2.06.12.12.36.18.7 0 .04.02.12.04.22 0 .1.04.22.04.34s.02.22.04.34v.22s.06.04.08.04.06.02.08.04l-.06-.06zM332.75 99.5c-.26.08-.56.12-.84.1-.6-.04-1.16-.3-1.56-.76l-.44-.48-.48.44c-.94.82-2.38.74-3.2-.2-.82-.94-.74-2.37.2-3.19l.48-.44-.44-.48c-.82-.94-.74-2.37.2-3.19s2.38-.74 3.2.2l.44.48.48-.44c.94-.82 2.38-.74 3.2.2.82.94.74 2.37-.2 3.19l-.5.44.44.48c.82.94.74 2.37-.2 3.19-.24.2-.5.36-.8.46h.02zm-3.02-3.05c.3-.1.64 0 .86.24l.96 1.1c.12.14.28.2.44.22.18 0 .34-.04.48-.16.14-.12.2-.28.22-.44a.639.639 0 0 0-.16-.48l-.96-1.1a.794.794 0 0 1-.2-.58c0-.22.12-.42.28-.56l1.1-.96c.26-.24.3-.66.06-.92s-.66-.3-.92-.06l-1.1.96c-.16.14-.38.22-.58.2-.22 0-.42-.12-.56-.28l-.96-1.1c-.24-.26-.66-.3-.92-.06-.14.12-.2.28-.22.44 0 .18.04.34.16.48l.96 1.1a.8.8 0 0 1-.08 1.14l-1.1.96c-.14.12-.2.28-.22.44 0 .18.04.34.16.48s.28.2.44.22c.18 0 .34-.04.48-.16l1.1-.96s.18-.12.28-.16zM315.73 25.52c.04.7.08 1.36.1 1.96.02.6.06 1.3.12 2.08 1.08-1.08 2.16-2.02 3.24-2.79 1.06-.78 2.32-1.26 3.78-1.46l2.34-.36c.78-.12 1.56-.18 2.34-.18.6 0 1.2.06 1.78.16.58.1 1.16.32 1.7.64 1.18.6 2.3 1.34 3.32 2.22 1.02.88 2.1 1.72 3.22 2.53.38-.48.8-1 1.24-1.56.44-.56.9-1.1 1.42-1.6 1.38-1.02 2.72-1.66 4-1.94s2.46-.42 3.52-.42c.54 0 1.02 0 1.48.04.44.02.84.04 1.18.04h.22c1.04 0 2 .14 2.86.44.86.3 1.74.7 2.64 1.24.6.34 1.14.82 1.62 1.42.48.6.88 1.22 1.22 1.86a38.79 38.79 0 0 1 1.52 3.11c.46 1.06.9 2.14 1.3 3.23.14.38.22.8.24 1.26v1.28l.06 8.5c0 2.81 0 5.65-.06 8.5-.02 1.46-.08 2.87-.18 4.29-.1 1.42-.18 2.85-.26 4.29-.02.58-.2 1-.52 1.28-.32.26-.74.42-1.26.44-.42.02-.82.04-1.2.04h-3.86c-.88 0-1.76-.06-2.66-.12-.64-.04-1.12-.1-1.46-.14-.34-.04-.6-.16-.78-.34-.18-.18-.3-.46-.38-.82-.08-.36-.16-.88-.26-1.52-.54-3.27-.82-6.51-.84-9.76-.02-3.23-.04-6.49-.08-9.76 0-.48 0-1.18.04-2.08.02-.9-.06-1.82-.26-2.75-.2-.94-.58-1.76-1.14-2.45-.58-.7-1.46-1.06-2.68-1.1-.08-.02-.2-.04-.4-.04-.24 0-.5.06-.8.16-.3.1-.58.24-.86.38s-.52.3-.74.44c-.22.14-.38.26-.5.36-.48.36-.84.72-1.08 1.06-.24.34-.38.72-.46 1.14-.08.42-.1.9-.06 1.44.04.54.06 1.18.06 1.96.02.82.02 1.7 0 2.63 0 .94-.02 1.86-.04 2.77-.02.92 0 1.82 0 2.71v2.49c0 1.8-.04 3.57-.1 5.33-.08 1.76-.16 3.53-.3 5.29-.04.9-.16 1.5-.34 1.8-.18.3-.58.46-1.22.46h-.38c-.14 0-.28-.04-.46-.06-.64-.04-1.24-.08-1.86-.1-.6-.02-1.22-.04-1.82-.04-.78 0-1.56 0-2.32.06-.76.06-1.56.08-2.32.12-.12.02-.28.04-.48.04-.58 0-.98-.14-1.18-.42-.2-.28-.3-.78-.28-1.5.04-1.62.12-3.23.2-4.85.08-1.62.16-3.25.2-4.89.04-2.47.06-4.91.04-7.34-.02-2.43-.22-4.87-.58-7.3-.06-.34-.16-.66-.3-.98-.16-.32-.28-.64-.34-.98-.2-.84-.56-1.5-1.1-1.96-.54-.46-1.18-.68-1.92-.68-.38 0-.8.06-1.22.2-.42.14-.86.34-1.28.64-.8.5-1.48 1.12-2.02 1.82s-.88 1.62-1 2.75a69.18 69.18 0 0 0-.38 6.05c-.04 2-.02 4.01 0 6.05.02 1.24.02 2.47 0 3.71-.02 1.24-.02 2.47 0 3.71.02.68.06 1.34.12 2 .06.66.12 1.3.16 1.96.04.68-.1 1.26-.42 1.74-.32.48-.8.72-1.4.72-.12 0-.2 0-.26-.04-.56-.04-1.1-.1-1.64-.12-.54-.04-1.06-.06-1.6-.06-.9 0-1.78.04-2.68.1-.88.06-1.78.12-2.68.16-.12.02-.24.04-.36.04h-.32c-.34 0-.6-.04-.8-.1-.2-.08-.34-.2-.46-.36-.1-.16-.18-.4-.24-.7-.06-.3-.1-.66-.14-1.12-.26-1.96-.34-3.89-.24-5.81.1-1.92.16-3.83.16-5.77-.02-3.17 0-6.31 0-9.42.04-3.11.06-6.27.1-9.42.02-.92.02-1.84 0-2.75-.02-.92 0-1.84 0-2.75 0-.5.02-.9.08-1.2.06-.3.14-.5.3-.64.14-.14.36-.22.66-.26.3-.04.7-.06 1.24-.1.96-.02 1.94-.08 2.88-.14.96-.08 1.92-.14 2.88-.18h.3c.54 0 1.06.02 1.6.08s1.1.1 1.68.14l.1-.12zm70.45 40.87c-.32.04-.62.08-.9.1-.3.02-.58.04-.84.04-1.42 0-2.78-.24-4.06-.74-1.28-.5-2.52-1.08-3.76-1.76a14.53 14.53 0 0 1-3.62-2.91c-1.08-1.2-2.04-2.51-2.86-3.95-.82-1.44-1.54-2.93-2.12-4.47a37.84 37.84 0 0 1-1.44-4.43c-.26-.94-.4-1.94-.4-2.95s.06-2.04.18-3.03c.3-2.63 1.02-5.05 2.22-7.26 1.18-2.22 2.68-4.25 4.5-6.15.9-.92 1.92-1.68 3.08-2.29 1.16-.62 2.4-1.08 3.7-1.36.2-.04.4-.1.6-.12.2-.04.38-.12.52-.24.46-.38.98-.7 1.56-.94.58-.24 1.2-.44 1.84-.58.64-.14 1.3-.24 1.96-.3.66-.06 1.28-.08 1.88-.08.84 0 1.68.04 2.5.1s1.66.12 2.5.16c1.16.04 2.24.28 3.24.7 1 .42 1.94.96 2.84 1.62.78.58 1.52 1.2 2.24 1.88s1.42 1.34 2.12 2.02c.9.88 1.58 1.84 2.08 2.91.48 1.08.88 2.22 1.16 3.43.34 1.46.7 2.87 1.1 4.29.4 1.42.62 2.87.68 4.41.08 2.51-.26 4.87-1 7.06-.74 2.2-1.72 4.35-2.92 6.45-.2.32-.42.6-.66.88-.24.26-.5.54-.76.8a35.06 35.06 0 0 1-3.44 2.77c-1.18.84-2.4 1.54-3.68 2.14-1.28.6-2.6 1.06-3.98 1.4-1.38.34-2.84.5-4.36.5H387c-.3 0-.58-.02-.88-.08h.06zm-4.22-20.37c-.1 1.42.14 2.85.68 4.25.56 1.42 1.22 2.81 1.96 4.23.26.48.6.84 1.02 1.1.42.26.86.36 1.34.36.34 0 .66-.08.98-.22a9.26 9.26 0 0 0 2.4-1.3c.72-.56 1.34-1.2 1.88-1.92.52-.72.92-1.52 1.22-2.39.3-.88.44-1.78.48-2.71.02-.42.06-.82.12-1.2s.1-.78.12-1.2c.02-.78.02-1.54 0-2.28-.02-.74-.1-1.48-.26-2.2-.14-.72-.36-1.42-.68-2.1-.3-.68-.7-1.32-1.22-1.92a5.327 5.327 0 0 0-1.88-1.48c-.72-.32-1.44-.5-2.2-.5-.84 0-1.64.22-2.38.66-.74.44-1.28 1.08-1.62 1.92-.56 1.36-1.04 2.73-1.46 4.15-.42 1.42-.6 2.99-.54 4.73h.04zm45.99-.04c.56-2.18 1.14-4.23 1.78-6.15.64-1.92 1.22-3.85 1.78-5.79.26-.84.52-1.6.76-2.27.24-.66.52-1.44.84-2.29.12-.32.26-.64.4-.96s.24-.62.3-.86c.08-.5.22-.92.46-1.22.22-.3.5-.52.84-.68.32-.14.68-.24 1.08-.28.4-.04.82-.06 1.26-.06 1.48.04 2.84.16 4.1.34 1.26.18 2.6.52 4 1.04.1.04.28.14.56.3.28.14.5.28.64.4-.54 1.02-1 2.06-1.38 3.11a44.84 44.84 0 0 0-1.02 3.23c-.3 1.1-.56 2.2-.84 3.29-.26 1.12-.56 2.22-.88 3.29-.78 2.63-1.46 5.29-2.08 7.96-.6 2.67-1.38 5.31-2.3 7.88-.24.7-.48 1.42-.68 2.12-.22.72-.46 1.42-.7 2.14-.26.72-.54 1.42-.86 2.1-.32.7-.7 1.36-1.16 1.98-.44.64-.92 1.12-1.44 1.48-.52.36-1.16.58-1.9.68-.82.1-1.64.16-2.46.22-.82.06-1.62.08-2.46.08-1.38 0-2.76-.08-4.14-.22-.3-.04-.56-.16-.8-.34-.24-.18-.46-.4-.66-.66s-.36-.52-.5-.82c-.14-.3-.24-.56-.3-.8-.82-2.39-1.64-4.77-2.48-7.12-.84-2.35-1.54-4.79-2.14-7.26a80.23 80.23 0 0 0-1.96-6.67 99.44 99.44 0 0 1-2.04-6.67c-.42-1.48-.82-2.93-1.24-4.37-.42-1.44-.96-2.85-1.64-4.23-.3-.6-.36-1.1-.18-1.46.16-.36.54-.6 1.1-.72.74-.12 1.48-.22 2.2-.28.72-.06 1.42-.1 2.12-.1 1.3 0 2.6.06 3.9.16 1.3.1 2.68.18 4.16.2.08.7.12 1.26.16 1.68s.08.78.12 1.08c.04.3.1.56.18.8.08.24.16.54.3.88.92 2.63 1.8 5.27 2.66 7.88.84 2.61 1.68 5.27 2.5 7.92l.04.04zm56.51 3.61c-1.9.12-3.8.2-5.74.26-1.94.04-3.88.2-5.84.48-.46.04-.92.08-1.34.1-.44.02-.88.04-1.34.04-.84 0-1.7-.02-2.54-.08-.84-.06-1.7-.08-2.58-.08-.7 0-1.4.04-2.08.1-.7.06-1.38.18-2.08.34.54.82 1.12 1.52 1.74 2.1.64.58 1.3 1.06 2 1.46.7.4 1.44.72 2.24.98.8.26 1.6.5 2.42.72.58.16 1.18.26 1.78.26.7 0 1.36-.1 2-.3.64-.2 1.24-.46 1.86-.76s1.2-.62 1.8-.98c.6-.36 1.22-.68 1.88-1 .8.94 1.6 1.9 2.4 2.85.8.96 1.6 1.9 2.4 2.85a5.9 5.9 0 0 0-.3.9c-.06.26-.16.48-.3.62-1 .9-1.96 1.82-2.88 2.73-.94.94-1.96 1.72-3.1 2.37-1.38.8-2.86 1.36-4.42 1.68-1.56.32-3.14.56-4.74.68-.88 0-1.78-.1-2.74-.28-.96-.18-1.92-.42-2.88-.72s-1.88-.64-2.8-.98c-.9-.36-1.76-.7-2.52-1.08-1.68-.78-3.06-1.8-4.2-3.07a16.036 16.036 0 0 1-2.74-4.43c-.58-1.4-1.08-2.81-1.48-4.27-.42-1.44-.52-2.93-.32-4.51.04-.3.04-.54-.04-.72-.24-1-.38-1.98-.42-2.95-.04-.98 0-1.96.12-2.93.12-.98.3-1.94.52-2.89.22-.96.48-1.92.74-2.87.34-1.22.8-2.31 1.4-3.29.6-1 1.38-1.88 2.38-2.65.92-.7 1.84-1.4 2.76-2.08.92-.68 1.88-1.36 2.88-1.98 1.16-.72 2.4-1.16 3.72-1.3 1.32-.14 2.64-.24 3.94-.26.34-.02.68-.04 1-.04h1c1.52 0 3.04.1 4.52.3 1.48.2 2.96.7 4.42 1.48 1.42.78 2.66 1.72 3.7 2.83 1.04 1.12 1.82 2.41 2.32 3.87.9 2.55 1.5 5.17 1.8 7.82.3 2.65.34 5.33.1 8.02 0 .08-.02.16-.08.26-.04.1-.14.24-.26.44l-.08-.04zm-11.62-8.44c-.7-3.91-2.44-5.87-5.24-5.87h-.72c-3.64.44-5.36 2.37-5.2 5.85h11.16v.02zM353.04 20.8s-.1.12-.16.16c-.36.3-.9.24-1.18-.12-.18-.22-.34-.42-.5-.64-.64-.82-1.42-1.84-1.96-1.88-.5-.04-1.44.9-2.12 1.6-1.06 1.06-2.16 2.16-3.44 2.1-1.26-.06-2.24-1.24-3.18-2.39-.66-.8-1.48-1.8-2.02-1.82-.5 0-1.42.94-2.1 1.64-1.04 1.1-2.1 2.22-3.38 2.2-1.26-.02-2.26-1.2-3.24-2.31-.68-.78-1.52-1.76-2.04-1.76s-1.38.94-2.06 1.68c-1.02 1.1-2.08 2.25-3.34 2.24-1.26 0-2.28-1.16-3.28-2.28-.68-.78-1.54-1.74-2.06-1.74s-1.36.94-2.06 1.7c-1 1.12-2.06 2.28-3.32 2.28s-2.3-1.16-3.3-2.28l-.2-.22a.828.828 0 0 1 .06-1.18c.34-.32.88-.28 1.18.06l.2.24c.68.76 1.54 1.72 2.06 1.72s1.38-.96 2.08-1.72c1-1.12 2.04-2.25 3.32-2.25s2.32 1.18 3.32 2.29c.68.76 1.52 1.72 2.04 1.72s1.4-.94 2.1-1.7c1.02-1.1 2.06-2.24 3.34-2.22 1.28 0 2.3 1.2 3.3 2.33.66.78 1.5 1.74 2.02 1.74s1.42-.92 2.12-1.66c1.04-1.08 2.1-2.22 3.36-2.18 1.28.04 2.28 1.26 3.26 2.41.64.78 1.46 1.76 1.96 1.78.54.02 1.44-.88 2.16-1.62 1.06-1.06 2.16-2.16 3.42-2.08 1.28.08 2.24 1.32 3.18 2.51.16.22.32.42.48.62.24.3.24.72.02 1.02h-.04zm56.93 38.47s.12.02.18.06c.44.18.64.66.46 1.1-.26.66-.6 1.3-1 1.92-.26.4-.76.5-1.16.26-.4-.24-.5-.76-.26-1.16.34-.54.64-1.1.86-1.66.16-.36.54-.58.92-.52zm-4.1 5.23c.2.04.38.14.52.3.3.36.24.88-.12 1.18-.52.42-1.1.84-1.7 1.24-.38.26-.9.14-1.16-.24-.26-.38-.14-.9.24-1.16.56-.36 1.08-.74 1.56-1.14.2-.16.44-.22.66-.18zm-5.78 3.39c.28.04.52.22.64.5.18.42 0 .92-.44 1.1-.64.28-1.28.52-1.94.76a.854.854 0 0 1-1.08-.5c-.16-.44.08-.92.5-1.08.62-.22 1.22-.46 1.82-.72.16-.06.32-.08.46-.06h.04zM198.87 23.45a.85.85 0 0 1 .12-1.18l2.12-1.78a.83.83 0 0 1 1.18.1c.26.36.26.88-.1 1.18l-2.12 1.78a.83.83 0 0 1-1.18-.1h-.02zm-12.1-2.99a.85.85 0 0 1 .12-1.18.83.83 0 0 1 1.18.1l1.78 2.12c.3.38.26.88-.1 1.18a.83.83 0 0 1-1.18-.1l-1.78-2.12h-.02zm7.06 1.02a.799.799 0 0 1-.18-.6l.24-2.75c.04-.46.44-.8.9-.76.46.04.8.44.76.9l-.24 2.75a.83.83 0 0 1-.9.76.866.866 0 0 1-.58-.3zm292.31 6.33c-.5.06-.98-.08-1.38-.42l-3.5-3.07c-.46-.42-.68-1.02-.56-1.64.12-.62.56-1.1 1.14-1.3l4.42-1.48c.6-.2 1.22-.08 1.7.34.46.42.68 1.02.56 1.64l-.92 4.57c-.12.62-.56 1.1-1.14 1.3-.1.04-.22.06-.32.08v-.02zm.62-6.84s-.08 0-.12.02l-4.42 1.48c-.28.1-.36.34-.38.44 0 .1-.04.36.18.56l3.5 3.07c.22.2.48.14.58.12.1-.04.32-.14.38-.44l.92-4.57a.59.59 0 0 0-.18-.56.525.525 0 0 0-.46-.14v.02z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;opacity:.5}.subscribe-modal__header{position:relative;padding-bottom:1rem}@media screen and (min-width:1024px){.subscribe-modal__header{padding-bottom:2rem}}.subscribe-modal__header--close{position:absolute;content:"";top:0;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-2.3 2.3 2.3 2.3z' fill='%233b3b3d'/%3E%3C/svg%3E");width:35px;height:35px;transform:translate(25%,-25%);border-radius:50%;cursor:pointer}.subscribe-modal__header--close:hover{transform:translate(25%,-25%) scale(1.1)}.subscribe-modal__content>*{margin:2rem 0}.subscribe-modal__footer{padding-top:2rem;padding-bottom:2rem}.subscribe-modal__footer>:first-child{margin-right:1rem}.text-block{display:block;width:100%}.text-block__header{margin-bottom:2rem}.text-block__content>*{margin:2rem 0}.text-block__content>:first-child{margin-top:0}.text-block__content>:last-child{margin-bottom:0}.text-block__footer{margin-top:2rem}.wrap{position:relative;-ms-flex-positive:1;flex-grow:1;width:100%;margin:0 auto;padding:0 2rem}@media screen and (min-width:1024px){.wrap{padding:0 6.6666666667%}}@media screen and (min-width:1500px){.wrap{padding:0 10%}}@media screen and (min-width:650px){.wrap--small{padding:0 11.6666666667%}}@media screen and (min-width:1500px){.wrap--small{padding:0 17.5%}}@media screen and (min-width:650px){.wrap--big{padding:0 1.6666666667%}}@media screen and (min-width:1500px){.wrap--big{padding:0 2.5%}}.calendar-section__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:750px){.calendar-section__header{-ms-flex-direction:row;flex-direction:row}}.calendar-section__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:4rem}@media screen and (min-width:1024px){.calendar-section__main{-ms-flex-direction:row;flex-direction:row}}.calendar-section__main--calendar{margin-bottom:4rem}@media screen and (min-width:750px){.calendar-section__main--calendar{width:50%;margin:auto;margin-bottom:3rem}}@media screen and (min-width:1024px){.calendar-section__main--calendar{width:40%;margin:unset;margin-right:3rem}}@media screen and (min-width:1150px){.calendar-section__main--calendar{width:27.5%;margin:unset;margin-right:6rem}}@media screen and (min-width:1024px){.calendar-section__main--events{width:60%}}@media screen and (min-width:1150px){.calendar-section__main--events{width:72.5%}}.card-section__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:750px){.card-section__header{-ms-flex-direction:row;flex-direction:row}}.content-section{display:block;width:100%;margin-bottom:4rem}.content-section:first-child{margin-top:2rem}.content-section:last-child{margin-bottom:0}.content-section__header{margin-bottom:2rem}.content-section__header .icon-button{background:#8bd4be}.content-section__content>*{margin-bottom:6rem}.content-section__content>:last-child{margin-bottom:0}.content-section__footer{margin-top:2rem}.section{margin-bottom:6rem;width:100%;position:relative}.section--wave:before{content:"";position:absolute;top:-150px;bottom:-150px;left:0;right:0;background-image:url(../../assets/svg/wave.svg);background-position:50%;background-size:102%;background-repeat:no-repeat;z-index:-1;pointer-events:none}.section--front-wave:before{z-index:1}.section--wave-bottom:before{top:-100px;bottom:-100px;background-position:bottom}.section__grid{display:grid;grid-gap:2rem}@media screen and (min-width:1024px){.section__grid{grid-gap:4rem;grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}}.section__grid--bottom{-ms-flex-align:end;align-items:flex-end}.section__item{-ms-flex:1;flex:1;width:100%;position:relative;z-index:1}@media screen and (min-width:1024px){.section__item{width:unset}.section__item--align-right{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:2rem}}.cta--photo{overflow:hidden}@media screen and (min-width:750px){.cta--photo{margin-bottom:2rem}}.cta--photo .title{margin-top:8rem}@media screen and (min-width:1024px){.cta__align-right{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (min-width:1500px){.cta__align-right{-ms-flex-pack:start;justify-content:flex-start}}.events-section__title{font-family:Sen;font-weight:700;font-size:60px;letter-spacing:0;line-height:1.2}.footer{background-color:#ab9aff;color:#fff;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}.footer__grid{display:grid;grid-gap:2rem;margin:4rem 0}@media screen and (min-width:750px){.footer__grid{grid-template-columns:repeat(2,1fr)}}.footer__grid--small{border-top:1px solid #fff;padding-top:2rem}@media screen and (min-width:750px){.footer__grid--small{grid-template-columns:2fr 1fr 1fr}}.footer__grid--small .footer__item{-ms-flex-pack:end;justify-content:flex-end}.footer__grid--small .footer__item:last-child{-ms-flex-align:end;align-items:flex-end}.footer__item{-ms-flex-pack:justify;justify-content:space-between}.footer__credits,.footer__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer__credits{gap:1rem}@media screen and (min-width:1024px){.footer__credits{-ms-flex-direction:row;flex-direction:row}}.footer__credits img{object-fit:contain}.header{display:-ms-flexbox;display:flex;position:sticky;top:0;z-index:999;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;margin-bottom:4rem;height:6rem}.header--home{margin-bottom:0}.header__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__item--button{display:none}@media screen and (min-width:750px){.header__item--button{display:-ms-inline-flexbox;display:inline-flex;margin-left:auto}}.nav{background:#1a1674;color:#fff;padding:4rem 0 8rem;display:none;position:fixed;top:6rem;left:0;right:0;overflow-y:auto;width:100%;height:calc(100vh - 6rem)}@media screen and (min-width:1150px){.nav{border-bottom-right-radius:4rem}}.nav a{margin:.5rem 0}@media screen and (min-width:1150px){.nav a{margin:0}}@media screen and (min-width:1150px){.nav{position:absolute;height:auto}}body.open-menu .nav{display:block}@media screen and (min-width:1150px){.nav__content{display:grid;grid-template-columns:4fr 1fr;grid-gap:2rem}}@media screen and (min-width:1150px){.nav__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding-left:2rem;border-left:1px dashed #8bd4be}}.nav__item--sub{-ms-flex-direction:row;flex-direction:row;gap:2rem;padding-left:0;border-left:none}.nav__item--sub>li{-ms-flex:1;flex:1}.nav__item .nav__sub-item>li{margin:1rem 0}.intro-section{min-height:calc(100vh - 6rem);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1024px){.intro-section__content{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden}.intro-section__content>*{-ms-flex:1;flex:1;margin-right:2rem}}.intro-section__content__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:2rem 0;z-index:2}@media screen and (min-width:1024px){.intro-section__content__image{height:100%;width:calc(100% + 10vw + 2rem)}}.intro-section__content__image img{border-top-left-radius:4rem}@media screen and (min-width:1024px){.intro-section__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:15rem}.intro-section__footer>*{-ms-flex:1;flex:1}}.intro-section__footer__image{display:none}@media screen and (min-width:1024px){.intro-section__footer__image{display:block}}.item-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:750px){.item-section{-ms-flex-direction:row;flex-direction:row}}.item-section__prev{margin-bottom:2rem}@media screen and (min-width:750px){.item-section__prev{-ms-flex:1;flex:1;-ms-flex-order:1;order:1}}.item-section__content{-ms-flex-order:3;order:3}@media screen and (min-width:750px){.item-section__content{-ms-flex-order:2;order:2;width:65%;margin:0 2rem}}.item-section__content--without-margin{margin:0}.item-section__next{-ms-flex-order:2;order:2}@media screen and (min-width:750px){.item-section__next{-ms-flex:1;flex:1;-ms-flex-order:3;order:3}}.item-section__next h3{font-family:Sen;font-weight:700;font-size:18px;letter-spacing:0;line-height:1.15;margin-bottom:1rem}.item-section__next ul li{margin-bottom:.5rem}.item-section__divide{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}.item-section--no-margin{margin-bottom:0}.news__heading{margin:0 2rem}.news__heading--photo{width:100%;margin-bottom:1rem}.table-section__search{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:4rem}.table-section__search>*{margin-bottom:2rem}@media screen and (min-width:750px){.table-section__search{-ms-flex-direction:row;flex-direction:row}.table-section__search>*{-ms-flex:1;flex:1;margin-bottom:0;margin-right:2rem}.table-section__search>:last-child{margin-right:0}}.table-section__footer{margin-top:4rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.toggle__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}@media screen and (min-width:1024px){.toggle__content{margin-bottom:0}}.toggle__image{min-height:50vh;background-size:cover;background-position:50%}