*,*::before,*::after{box-sizing:border-box}ul,ol{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}a{text-decoration:none}.text-lblue,.content .text-lblue{color:#4C9FF3}.bg-lblue,.content .bg-lblue{background-color:#4C9FF3}.text-white,.content .text-white{color:#FFFFFF}.bg-white,.content .bg-white{background-color:#FFFFFF}.text-off-white,.content .text-off-white{color:#f7f7f7}.bg-off-white,.content .bg-off-white{background-color:#f7f7f7}.text-black,.content .text-black{color:#000000}.bg-black,.content .bg-black{background-color:#000000}.text-dpurple,.content .text-dpurple{color:#0A0555}.bg-dpurple,.content .bg-dpurple{background-color:#0A0555}.text-mgrey,.content .text-mgrey{color:#9698A5}.bg-mgrey,.content .bg-mgrey{background-color:#9698A5}.text-white-40,.content .text-white-40{color:rgba(255, 255, 255, 0.4)}.bg-white-40,.content .bg-white-40{background-color:rgba(255, 255, 255, 0.4)}.container{max-width:980px;margin:0 auto;padding:0px 40px}@media screen and (max-width:991px){.container{padding:0px 30px}}.container-header{max-width:1280px;margin:0 auto;padding:0px 40px}@media screen and (max-width:991px){.container-header{padding:0px 30px}}.row{display:flex;flex-direction:row;flex-wrap:wrap}.col{display:flex;flex-direction:column;flex-wrap:wrap}.between{justify-content:space-between}.center{align-items:center}.mt-700{margin-top:70px}.mb-300{margin-bottom:30px}.mb-400{margin-bottom:40px}.mb-500{margin-bottom:50px}.mb-900{margin-bottom:90px}.pr-150{padding-right:15px}.button-blue{background-color:#4C9FF3;display:inline-block;padding:0 25px;font-family:'museo-sans', sans-serif;font-style:normal;font-weight:400;font-size:16px;color:white;line-height:50px;text-decoration:none;transition:background-color 0.3s ease-out}.button-blue:hover{background-color:#0e6ccb}html,body{font-family:'museo-sans', sans-serif;font-weight:300}h1,.h1{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:600;font-size:40px;line-height:1.2em}h2,.h2{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:300;font-size:32px;line-height:1.2em}.h2-b{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:600;font-size:32px;line-height:1.2em}h3,.h3{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:1.6e}.h3-b{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:1.6em}h4,.h4{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:300;font-size:15px;line-height:1.2em}p{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:1.6em}.button-text{font-family:'museo-sans', sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:18px}.bold{font-style:bold}.uppercase{text-transform:uppercase}.content h2,.content h3,.content h4{font-weight:600;color:#0A0555}.content h2{margin-bottom:1em}.content h3,.content h4{margin-bottom:0.5em}.content p{margin-bottom:2.4em;color:#0A0555}.content p a:not(.button-blue){color:#4C9FF3}.underline-hover,.content p a:not(.button-blue),.header .header__menu ul a{position:relative}.underline-hover:hover::after,.content p a:not(.button-blue):hover::after,.header .header__menu ul a:hover::after{transform:scaleX(1);transform-origin:left}.underline-hover::after,.content p a:not(.button-blue)::after,.header .header__menu ul a::after{transition:transform 0.4s ease-out;content:"";display:block;width:100%;bottom:-5px;left:0;height:2px;background:#4C9FF3;position:absolute;transform:scaleX(0);transform-origin:right}.footer{padding-top:100px;padding-bottom:90px}@media only screen and (max-width:800px){.footer{padding-top:50px;padding-bottom:40px}}@media only screen and (max-width:800px){.footer .container-header .row{flex-direction:column}}.footer__left{display:flex}.footer__right{display:flex}@media only screen and (max-width:800px){.footer__right{margin-top:20px;width:100%;justify-content:space-between}}@media only screen and (max-width:500px){.footer__right{margin-top:20px;width:100%;flex-direction:column}}.footer__right a{padding-right:35px}@media only screen and (max-width:800px){.footer__right a{order:2}}.footer__right svg{height:auto;width:140px;flex-shrink:0}@media only screen and (max-width:500px){.footer__right svg{margin-bottom:20px;order:1}}.header{position:absolute;padding:40px 0;width:100%;left:0;top:0;height:110px;background:transparent}@media screen and (max-width:991px){.header{padding:26px 0;height:80px}}.header--sticky,.header--menu-active{position:fixed;background-color:white;box-shadow:0 20px 40px 4px rgba(0, 0, 49, 0.1);transition:transform 0.3s ease-out;top:-110px;transform:translateY(110px)}@media screen and (max-width:991px){.header--sticky,.header--menu-active{top:0;transform:translateY(0)}}.header--sticky .header__logo svg path,.header--menu-active .header__logo svg path{fill:url(#paint0_radial) !important}.header--sticky .header__menu ul a,.header--menu-active .header__menu ul a{color:#0A0555}.header--sticky .header__nav-toggle span,.header--menu-active .header__nav-toggle span{background-color:black}@media screen and (max-width:991px){.header--menu-active .header__menu{visibility:visible;opacity:1;transform:translateX(0)}.header--menu-active .header__nav-toggle span{background-color:#0A0555}.header--menu-active .header__nav-toggle span:nth-child(1){transform:rotate(-45deg) translateY(0);transform-origin:center}.header--menu-active .header__nav-toggle span:nth-child(2){transform:rotate(45deg) translateY(0);transform-origin:center}}.header .container-header .row{position:relative}@media screen and (max-width:991px){.header__logo{position:relative;z-index:2}}.header__logo svg{height:22px;width:auto;display:block}.header__logo svg path{fill:white}.header__menu ul{list-style:none;margin:0;display:flex}.header__menu ul li:not(:last-child){margin-right:20px}.header__menu ul a{color:#FFFFFF;transition:color 0.3s ease-out}.header__menu ul li.current-menu-item a{color:#4C9FF3}@media screen and (max-width:991px){.header__menu{transition:visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;position:fixed;left:0;top:0;width:100%;height:100vh;background:white;visibility:hidden;opacity:0;transform:translateX(100%);padding:80px 30px 30px}.header__menu ul{flex-direction:column;justify-content:center;padding-top:40px}.header__menu a{display:block;float:left;color:#000000;font-size:22px;margin-bottom:10px}}.header__nav-toggle{position:absolute;right:0;top:50%;transform:translateY(-50%);display:none;width:50px;height:50px}@media screen and (max-width:991px){.header__nav-toggle{display:block}}.header__nav-toggle span{transition:opacity 0.4s, visibility 0.4s, transform 0.4s;display:block;width:23px;height:2px;background:white;position:absolute;right:5px}.header__nav-toggle span:nth-child(1){top:25px;transform:translateY(-4px)}.header__nav-toggle span:nth-child(2){top:25px;transform:translateY(4px)}section.hero{width:100%;height:300px;background-position:center;background-repeat:no-repeat;background-size:cover}section.hero .container-header .col{padding-top:130px}section.company-overview{padding-bottom:130px}section.announcements{padding:50px 0 60px 0}section.announcements .announcements__button{margin-top:25px}.listings__files a{display:flex;padding:20px 30px;margin-bottom:12px;justify-content:space-between;transition:0.3s}@media only screen and (max-width:1200px){.listings__files a{padding:15px 20px 15px 20px}}@media only screen and (max-width:600px){.listings__files a{flex-direction:column}}.listings__files a:hover{background-color:#4C9FF3}.listings__files a:hover .left h3{color:white}.listings__files a:hover .right h3{color:white}.listings__files a .right h3{padding-left:20px;text-align:right;transition:0.3s;margin-bottom:0}@media only screen and (max-width:600px){.listings__files a .right h3{text-align:left;padding-left:35px}}.listings__files a .left{display:flex}.listings__files a .left h3{transition:0.3s;margin-bottom:0}.listings__files a .left img{width:20px;height:23px;margin-right:15px}.listings__files .not-found{background:#f6f6f6;padding:20px 30px}.listings__files .not-found h3{margin-bottom:0}.twocol-grid .row{display:flex;justify-content:space-between}@media only screen and (max-width:600px){.twocol-grid .row{flex-direction:column}}.twocol-grid__item{width:calc(50% - 20px)}@media only screen and (max-width:600px){.twocol-grid__item{width:100%}}section.analyst-reports .analyst-reports__files .analyst-reports__files__file{display:flex;margin-bottom:45px}@media screen and (max-width:767px){section.analyst-reports .analyst-reports__files .analyst-reports__files__file{flex-direction:column}}section.analyst-reports .analyst-reports__files .analyst-reports__files__file .left img{flex-shrink:0;width:100%;height:auto;max-width:220px}section.analyst-reports .analyst-reports__files .analyst-reports__files__file .right{margin-left:35px;padding-top:10px}