@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#6c63ff,#ff6b6b) fixed;color:#fff;min-height:100vh;overflow:hidden}header{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:absolute;width:100%;z-index:10}.logo{font-size:1.5rem;font-weight:700}nav ul{display:flex;list-style:none}nav ul li{margin-left:1rem}nav ul li a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s}nav ul li a:hover{color:#ff6b6b}.hero{position:relative;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.wave-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.wave-background canvas{width:100%;height:100%}.hero canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;z-index:1;padding:2rem;position:absolute;top:0;left:0;right:0;bottom:0}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#ff6b6b;color:#fff;padding:.8rem 1.5rem;font-size:1rem;text-decoration:none;border-radius:50px;transition:background-color .3s;border:none;cursor:pointer}.cta-button:hover{background-color:#e65a5a}.cta-button.outline{background-color:transparent;color:#fff;border:1px solid #fff;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;border-radius:50px;transition:background-color .3s,color .3s,border-color .3s;cursor:pointer}.cta-button.outline:hover{background-color:#ffffff1a;border-color:#fffc}.chat-container{background-color:#0006;border-radius:20px;padding:2rem;max-width:90%;width:calc(100% - 40px);margin:2rem auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;height:80vh;max-height:600px;display:flex;flex-direction:column;z-index:100;box-shadow:0 4px 6px #0000001a}.close-button{position:absolute;top:.5rem;right:.5rem;background:none;border:1px solid #fff;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;cursor:pointer;transition:background-color .3s ease}.close-button:hover{background-color:#fff3}.chat-container.show{opacity:1;visibility:visible}.chat-container h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.chat-input{display:flex;margin-top:auto}.chat-input input{flex:1;padding:.5rem;font-size:1rem;border:none;border-radius:50px;background-color:#f0f0f0;margin-right:.5rem}.chat-input button{background-color:transparent;border:2px solid #fff;color:#fff;padding:.5rem 1rem;font-size:1rem;border-radius:50px;cursor:pointer;transition:background-color .3s}.chat-input button:hover{background-color:#ffffff1a;border-color:#fffc}.chat-output{position:relative;margin-top:1rem;color:#333;font-size:1rem;line-height:1.6;display:flex;flex-direction:column;max-height:50vh;overflow-y:auto;padding-right:.5rem;margin-bottom:1rem;flex-grow:1}.chat-output::-webkit-scrollbar{width:6px}.chat-output::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.chat-output::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.close-button{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}html{scroll-behavior:smooth}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;z-index:98}.overlay.show{opacity:1;visibility:visible}.message{margin-bottom:.5rem;padding:.5rem;border-radius:20px;max-width:80%;position:relative;transition:opacity .3s}.message.fade:before{opacity:1}.message.fade{opacity:0}.message.user{background-color:transparent;border:1px solid #fff;color:#fff;align-self:flex-end}.message.ai{background-color:#f0f0f0;color:#333;align-self:flex-start}.scroll-button{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:#0009;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:10}.scroll-button:hover{background-color:#000c}.scroll-button.show{opacity:1;visibility:visible;position:fixed;bottom:90px}.about-section,.contact-section{position:absolute;top:60px;left:20px;right:20px;z-index:97;max-height:0;overflow:hidden;padding:0 1rem;background-color:#0006;border-radius:10px;margin-bottom:1rem;cursor:pointer;transition:max-height .5s ease,padding .5s ease,background-color .3s}.about-section h2,.contact-section h2{margin:.5rem 0;opacity:1;transition:opacity .3s ease}.about-content,.contact-content{opacity:0;transition:opacity .3s ease}.about-section.expanded,.contact-section.expanded{max-height:calc(100vh - 120px);padding:1rem}.about-section.expanded h2,.contact-section.expanded h2{margin-bottom:.5rem}.about-section.expanded .about-content,.contact-section.expanded .contact-content{opacity:1;transition-delay:.3s}.about-item{display:flex;align-items:center;margin-bottom:.5rem}.about-icon{font-size:20px;margin-right:.5rem;color:#fff}.waitlist-button-send{margin-top:1rem;display:flex;justify-content:center}.waitlist-button-send button{background-color:transparent;color:#fff;border:2px solid #fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .5s ease}.waitlist-button-send button:hover{background-color:#fff3}.waitlist-button{margin-top:.5rem;display:inline-block;position:relative;overflow:hidden;width:150px;height:40px;border-radius:20px;background-color:#fff3;transition:background-color .5s ease,width 1s cubic-bezier(.68,-.55,.265,1.55)}.waitlist-button:hover{background-color:#ffffff4d}.waitlist-button button{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;color:#fff;border:2px solid #fff;border-radius:20px;padding:.3rem .8rem;font-size:.9rem;cursor:pointer;transition:transform 1s cubic-bezier(.68,-.55,.265,1.55),opacity 1s ease}.waitlist-button.input{width:100%}.waitlist-button.input button{transform:translateY(-100%);opacity:0}.waitlist-button form{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;transform:translateY(100%);transition:transform 1s cubic-bezier(.68,-.55,.265,1.55)}.waitlist-button.input form{transform:translateY(0)}.waitlist-button input{flex:1;padding:.3rem;font-size:.9rem;border:none;border-radius:20px;margin-right:.3rem;background-color:transparent;color:#fff;outline:none}.waitlist-button input:focus{box-shadow:none}.waitlist-button input::placeholder{color:#ffffffb3}.waitlist-button.success{width:150px}.waitlist-button.success button{background-color:#fff;color:#000;mix-blend-mode:screen;cursor:default;transform:translateY(0);opacity:1;transition:transform 1s cubic-bezier(.68,-.55,.265,1.55),opacity 1s ease}.contact-column p{margin-bottom:.5rem}.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-content{display:flex;justify-content:space-between;align-items:center;width:100%}.contact-column{display:flex;flex-direction:column;align-items:center;padding:0 1rem;transition:transform .5s ease}.contact-column.expanded{transform:translateY(10px)}.philipp-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;object-position:center 10px;margin-bottom:1rem;border:2px solid #fff;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.social-links{display:flex;justify-content:center;align-items:center;margin-top:1rem}.social-icon{font-size:24px;color:#fff;margin:0 .5rem;transition:color .3s ease,transform .3s ease}.social-icon:hover{color:#ff6b6b;transform:scale(1.1)}.animated-name{font-size:2rem;font-weight:700;opacity:0;transform:translateY(-50px);transition:opacity 2s ease,transform 2s ease;margin-left:-150px}.contact-section.expanded .animated-name{opacity:1;transform:translateY(0)}.contact-button{margin-top:.5rem;display:flex;flex-direction:column;align-items:flex-start}.contact-button button{background-color:#fff3;color:#fff;border:2px solid #fff;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;cursor:pointer;transition:background-color .5s ease}.contact-button button:hover{background-color:#ffffff4d}.contact-button form{display:flex;flex-direction:column;align-items:flex-start;width:100%}.contact-button .input-wrapper{width:100%;transition:width 1s cubic-bezier(.68,-.55,.265,1.55)}.contact-button.input .input-wrapper,.contact-button.email .input-wrapper{width:100%}.contact-button textarea,.contact-button input[type=email]{width:100%;padding:.5rem;font-size:.9rem;border:none;border-radius:10px;background-color:#ffffff1a;color:#fff;outline:none;resize:none;transition:height 1s cubic-bezier(.68,-.55,.265,1.55)}.contact-button textarea{height:100px}.contact-button.input textarea{height:150px}.contact-button input[type=email]{height:40px}.contact-button textarea::placeholder,.contact-button input[type=email]::placeholder{color:#ffffffb3}.contact-button button[type=submit]{background-color:transparent;border:2px solid #fff;color:#fff;padding:.3rem .8rem;border-radius:20px;cursor:pointer;transition:background-color .5s ease;margin-top:.5rem;width:80px}.contact-button button[type=submit]:hover{background-color:#fff3}.success-message{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}.success-message svg{margin-right:.3rem}.cta-text{font-size:1rem;font-weight:700;color:#fff;text-align:center;margin-top:1rem;display:flex;align-items:left;justify-content:left}.header-content{z-index:97}.main-content,.content-wrapper{position:relative;z-index:1;transition:filter .5s ease}.content-wrapper.blurred{filter:blur(6px) brightness(.7)}.let-go-text{font-family:Poppins,sans-serif;font-size:14px;color:#fff;margin-bottom:5px;opacity:0;transition:opacity .2s ease-in-out}.let-go-text.visible{opacity:1}.record-button{width:120px;height:120px;border-radius:50%;background-color:transparent;border:2px solid #fff;box-shadow:0 4px 10px #0000001a;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .5s ease-in-out;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0 auto 50px;position:relative;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;backdrop-filter:blur(3px);text-shadow:0 2px 4px rgba(0,0,0,.4);flex-shrink:0}.record-button:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}.record-button:active{transform:scale(.95);box-shadow:0 2px 6px #0000001a}.record-button.active{background-color:#fff;border:2px solid #fff}.record-button.active .button-text{opacity:0}.record-button.playing{animation:buttonPulse 1s infinite}.record-button-text{font-family:Poppins,sans-serif;font-size:14px;color:#4a4a4a;margin-bottom:20px}.record-button .button-text{transition:opacity .5s ease-in-out}.record-button.active .button-text,.record-button.released .button-text,.record-button.typing .button-text,.record-button.playing .button-text{opacity:0}.record-button,.record-button-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.record-button.typing{background-color:transparent;transition:background-color 1s ease-in-out}.record-button.typing.active{background-color:#fff;border:2px solid #fff}.record-button.playing .button-text{opacity:0}.record-button.released{transition:background-color 1s ease-in-out}.typing-animation{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease-in-out}.typing-dot{width:6px;height:6px;background-color:#fff;border:2px solid #fff;border-radius:50%;margin:0 3px;animation:typing 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.typing-animation.visible{opacity:1}.initial-ripple{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#fff6;opacity:0;pointer-events:none;animation:initialRippleEffect 2s linear}.initial-ripple:nth-child(2){animation-delay:.5s}.initial-ripple:nth-child(3){animation-delay:1s}.audio-ripple{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#4d79ff66;opacity:0;pointer-events:none;animation:audioRippleEffect 1.5s linear infinite;display:none}@keyframes initialRippleEffect{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(2.5)}}@keyframes audioRippleEffect{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1.5)}}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.tooltip{position:fixed;bottom:10px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:5px 10px;border-radius:20px;font-family:Poppins,sans-serif;font-size:12px;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none;z-index:9999}.tooltip.visible{opacity:1}.chat-input-container{position:fixed;bottom:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;z-index:99;width:90%;max-width:400px}.chat-input-field{flex-grow:1;padding:.5rem;font-size:1rem;border:none;border-radius:50px;background-color:#f0f0f0;box-shadow:0 4px 6px #0000001a;z-index:99;transition:width .3s ease-in-out}.chat-input-field:focus{outline:none;box-shadow:0 4px 6px #0003}.chat-input-field::placeholder{text-align:center}.send-button{background-color:transparent;color:#fff;border:1px solid #fff;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;transform:scale(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out;margin-left:5px}.chat-input-field:focus~.send-button{opacity:1;transform:scale(1);transition-delay:.2s}.send-button svg{font-size:14px}.typing-indicator-chatview{display:flex;justify-content:center;align-items:center;margin-top:5px}.typing-dot-chatview{width:6px;height:6px;background-color:#fff;border-radius:50%;margin:0 3px;animation:typing 1.2s infinite ease-in-out}.typing-dot-chatview:nth-child(1){animation-delay:0s}.typing-dot-chatview:nth-child(2){animation-delay:.2s}.typing-dot-chatview:nth-child(3){animation-delay:.4s}@media screen and (max-width: 480px){.hero{padding-top:6rem}.hero h1{font-size:1.8rem;margin-top:0}.hero p{font-size:.9rem;margin-bottom:1rem}.record-button{width:100px;height:100px;font-size:14px;margin-top:1rem;margin-bottom:.5rem}.let-go-text{font-size:12px;margin-bottom:.3rem}.record-button-text{font-size:12px;margin-bottom:1rem}.cta-button.outline{padding:.6rem 1.2rem;font-size:.9rem;margin-top:.5rem}.tooltip{display:none}.chat-container{padding:1.5rem;height:calc(100vh - 120px);max-height:none;top:40px;bottom:20px;transform:translate(-50%)}.chat-output{max-height:calc(100% - 40px)}.chat-container.keyboard-visible{height:calc(100vh - 200px)}.chat-container.keyboard-visible .chat-output{max-height:calc(100% - 30px)}.about-section .about-content{display:flex;flex-direction:column;align-items:center}.about-slider{width:100%;max-width:250px;margin-bottom:.5rem}.about-item{display:flex;flex-direction:column;align-items:center;text-align:center}.about-icon{margin-right:0;margin-bottom:.3rem}.cta-text{text-align:center;margin-bottom:.5rem}.about-slider .slick-dots li button:before{color:#fff}.about-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.about-section.expanded{max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-section .waitlist-button{margin:.5rem auto 0}.waitlist-button.input{width:100%}.waitlist-button input{width:60%}.about-slider .slick-dots li.slick-active button:before{color:#fff}.contact-section .contact-content{flex-direction:column;align-items:center}.contact-column{width:100%;padding:0;margin-bottom:1rem}.mobile-contact-info{display:flex;align-items:center;margin-bottom:1rem}.philipp-photo.mobile{width:80px;height:80px;margin-right:1rem;margin-bottom:0}.social-links.mobile{flex-direction:column;align-items:flex-start}.social-icon{margin:.3rem 0}.mobile-contact-text{transition:opacity .3s ease,max-height .3s ease;max-height:300px;overflow:hidden}.contact-button:not(.initial) .mobile-contact-text{opacity:0;max-height:0}.contact-column p{font-size:.8rem;margin-bottom:.5rem}.animated-name{font-size:1.2rem;margin-left:0}.contact-button button{font-size:.7rem;padding:.2rem .6rem}.contact-button form{width:100%}.contact-button textarea,.contact-button input[type=email]{font-size:.8rem;padding:.5rem}.contact-button .input-wrapper.email input[type=email]{width:100%}.contact-button button[type=submit]{font-size:.7rem;padding:.2rem .6rem;margin-top:.5rem}.success-message{font-size:.9rem}.contact-column .contact-button:not(.initial){margin-top:.5rem}.contact-column .contact-button:not(.initial) .input-wrapper{width:100%}.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-height: 600px){.chat-container{height:calc(100vh - 250px);max-height:none;padding-bottom:10rem}}@media screen and (max-height: 480px){.chat-container{height:calc(100vh - 350px);padding-bottom:20rem}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader.e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick.12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
