@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500&family=Open+Sans&display=swap);header.padtop+main{padding-top:172px}.header{padding:5rem 0}.header .container{display:flex;flex-direction:column;gap:4rem}.header .logo-wrap{text-align:center;display:flex;align-items:center;justify-content:center}.header .logo-wrap a{display:block;width:100%;max-width:34.2rem}.header .logo-wrap img{max-width:100%}.header.sticky{background-color:#fff;padding:0;display:block;box-shadow:0 0 3rem rgba(0,0,0,.2);transition:transform .2s ease-in-out;transform:translateY(-250%);position:fixed;right:0;left:0;top:0;z-index:5}.header.sticky .sticky-wrap{display:flex;justify-content:space-between;align-items:center}.header.sticky .sticky-wrap .logo-wrap{width:12%}.header.sticky .sticky-wrap .logo-wrap a{display:flex;position:relative;top:3px}.header.sticky .sticky-wrap .logo-wrap img{max-width:100%}.header.sticky .sticky-wrap .menu{width:88%;justify-content:space-evenly}.header.sticky .sticky-wrap .menu .menu-item{padding:3rem 2.5rem}.header.sticky.active{transform:translateY(0)}.header.mobile-header{background-color:#fff;box-shadow:0 0 3rem rgba(0,0,0,.2);position:fixed;right:0;left:0;top:0;z-index:3;padding:5px 0}.header.mobile-header.stickymob .container{gap:0}.header.mobile-header.stickymob .container .logo{padding:0}.header.mobile-header.stickymob .container .logo img{height:0}.header.mobile-header .container{align-items:center;gap:15px;transition:gap .25s ease}.header.mobile-header .container .logo{width:auto;display:flex;font-size:0;padding-top:18px;overflow:hidden;transition:padding-top .25s ease}.header.mobile-header .container .logo img{height:70px;transition:height .25s ease}.header.mobile-header .container .menu-button{position:relative;z-index:1}.header.mobile-header .container .menu-button .menu-toggle{display:flex;background:none;border:0 none;color:#092256;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.header.mobile-header .container .menu-button .menu-toggle svg{width:58px;height:58px;transform:rotate(90deg);transform-origin:center;transition:transform .2s ease-in-out}.header.mobile-header .container .menu-button .menu-toggle.toggled svg{transform:rotate(0deg)}.header.mobile-header .container .menu-overlay{opacity:0;visibility:hidden;pointer-events:none;border-top:1px solid #9e1212;position:absolute;min-width:320px;top:100%;left:50%;padding:30px;background:#fff;transition:all .2s ease-in-out;transform:translateX(-50%)}.header.mobile-header .container .menu-overlay.active{opacity:1;visibility:visible;pointer-events:all}.header.mobile-header .container .menu-overlay .menu{flex-direction:column}.header.mobile-header .container .menu-overlay .menu .menu-item{padding:5px 0}.header.mobile-header .container .menu-overlay .menu .menu-item .sub-menu{display:block;position:relative;border:0 none;padding-left:25px;overflow:hidden;max-height:0;transition:all .2s ease-in-out}.header.mobile-header .container .menu-overlay .menu .menu-item .sub-menu .menu-item a,.header.mobile-header .container .menu-overlay .menu .menu-item .sub-menu .menu-item span{font-weight:500}.header.mobile-header .container .menu-overlay .menu .menu-item.has-sub:hover:after{transform:rotate(180deg)}.header.mobile-header .container .menu-overlay .menu .menu-item.has-sub:hover .sub-menu{max-height:200px;padding-top:5px}.menu{display:flex;justify-content:space-between;font-size:2.4rem;list-style:none;padding:0;margin:0;z-index:1}@media(max-width:1024px){.menu{font-size:18px}}.menu .menu-item{padding:2rem 2.5rem;display:block}.menu .menu-item a{display:block}.menu .menu-item.has-sub{position:relative}@media(min-width:1025px){.menu .menu-item.has-sub .sub-menu{display:none;background-color:#fff;position:absolute;border-top:.3rem solid #9e1212;padding:2rem 0;width:-moz-max-content;width:max-content;top:100%;left:0}.menu .menu-item.has-sub .sub-menu .menu-item{padding-top:0;padding-bottom:0;margin-bottom:1.5rem;display:block}.menu .menu-item.has-sub .sub-menu .menu-item:last-child{margin-bottom:0}.menu .menu-item.has-sub .sub-menu .menu-item a{color:#2a2a2a;font-family:"IBM Plex Serif",serif;text-decoration:none}.menu .menu-item.has-sub .sub-menu .menu-item a:hover{text-decoration:underline}.menu .menu-item.has-sub:hover .sub-menu{display:block}}.menu .menu-item.has-sub:after{content:"";display:block;width:1.4rem;height:1rem;background-image:url(/public/img/dropdown.dbe09ce9.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;position:absolute;top:49%;right:0;transition:transform .2s ease}@media(max-width:1024px){.menu .menu-item.has-sub:after{width:18px;height:12px;top:12px}}.menu a{color:#2a2a2a;font-family:"IBM Plex Serif",serif;text-decoration:none}.menu a.router-link-exact-active{color:#9e1212}footer.footer{padding:10rem 0;background-color:#092256}footer.footer .container{display:flex;flex-direction:column;gap:6rem}footer.footer .footer-top{display:flex;align-items:center;justify-content:space-between}@media(max-width:895px){footer.footer .footer-top{flex-direction:column}}footer.footer .footer-top .subscribe-form{display:flex;align-items:stretch}footer.footer .footer-top .subscribe-form input{border-radius:0;border:0 none;background-color:#fff;font-family:"IBM Plex Serif",serif;padding:2rem;width:38rem;color:#092256}footer.footer .footer-top .subscribe-form input::-moz-placeholder{color:#092256}footer.footer .footer-top .subscribe-form input::placeholder{color:#092256}footer.footer .footer-top .subscribe-form button{padding:1.7rem 8rem;font-family:"IBM Plex Serif",serif;font-weight:400;text-align:center}@media(max-width:895px){footer.footer .footer-top .subscribe-form{width:100%;max-width:540px}footer.footer .footer-top .subscribe-form input{font-size:18px;width:calc(100% - 140px)}footer.footer .footer-top .subscribe-form button{width:100%;max-width:140px;padding:1.7rem 25px}}footer.footer .footer-top .socials{display:flex;align-items:center}footer.footer .footer-top .socials a{margin-left:4rem;opacity:1;transition:opacity .1s ease-in-out;font-size:0}footer.footer .footer-top .socials a img{width:auto;height:5.5rem}footer.footer .footer-top .socials a:hover{opacity:.75}@media(max-width:895px){footer.footer .footer-top .socials{margin-top:30px}footer.footer .footer-top .socials a{margin-left:30px}footer.footer .footer-top .socials a:first-child{margin-left:0}}footer.footer .footer-middle{display:flex;align-items:center;justify-content:space-between}footer.footer .footer-middle .logo{width:30rem}footer.footer .footer-middle .foo-menu{color:#fff}footer.footer .footer-middle .foo-menu a{color:#fff;text-decoration:none}footer.footer .footer-middle .foo-menu a:hover{opacity:.8}footer.footer .footer-middle .foo-menu span.divider{padding:0 1.6rem}@media(max-width:895px){footer.footer .footer-middle{flex-direction:column}footer.footer .footer-middle .logo{width:100%;max-width:320px}footer.footer .footer-middle .foo-menu{margin-top:30px}}@media(max-width:895px)and (max-width:1024px){footer.footer .footer-middle .foo-menu{font-size:16px;line-height:1.5}}footer.footer .footer-bottom{display:flex;align-items:center;justify-content:center;color:#fff}@media(max-width:1024px){footer.footer .footer-bottom{font-size:16px;line-height:1.5}}footer.footer .footer-bottom span{padding:0 .7rem}footer.footer .footer-bottom span:first-child{padding-left:0}footer.footer .footer-bottom span:last-child{padding-right:0}footer.footer .footer-bottom .phone{text-decoration:none;color:#fff}@media(max-width:895px){footer.footer .footer-bottom{flex-direction:column;text-align:center}footer.footer .footer-bottom .divider{display:none}footer.footer .footer-bottom .copyright{order:100;margin-top:10px}}table.rsp{font-family:Consolas,Lucida Console,Monaco,monospace;font-size:2rem;margin:0 auto}table.rsp tbody tr th,table.rsp thead tr th{background-color:rgba(42,42,42,.1);color:#2a2a2a}table.rsp tbody tr th:first-child,table.rsp thead tr th:first-child{text-align:left}table.rsp tbody tr th span,table.rsp thead tr th span{font-weight:400;margin:0 0 0 1em}table.rsp tbody tr td,table.rsp tbody tr th,table.rsp thead tr td,table.rsp thead tr th{white-space:nowrap;padding:.5em 1em}table.rsp tbody tr td.true,table.rsp tbody tr th.true,table.rsp thead tr td.true,table.rsp thead tr th.true{background-color:rgba(221,153,17,.167)}table.rsp tbody tr td.false,table.rsp tbody tr th.false,table.rsp thead tr td.false,table.rsp thead tr th.false{background-color:rgba(42,42,42,.033)}section.banner{background-color:#2a2a2a;padding:0;display:block}section.banner ul.slider.dots{width:auto;height:4.5rem;margin:0;padding:0;list-style:none;position:absolute;bottom:0;right:50%;transform:translate(50%,-2.5rem)}@media(max-width:767px){section.banner ul.slider.dots{height:39px;transform:translate(50%,-30px)}}section.banner ul.slider.dots li{width:4.5rem;height:4.5rem;margin:0;padding:1.5rem;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}@media(max-width:767px){section.banner ul.slider.dots li{width:39px;height:39px;padding:13px}}section.banner ul.slider.dots li .dot{background-color:hsla(0,0%,100%,.4);width:1.5rem;height:1.5rem;margin:0;padding:0;border-radius:50%;display:block;transition:background-color 50ms ease-in-out;cursor:pointer}@media(max-width:767px){section.banner ul.slider.dots li .dot{width:13px;height:13px}}section.banner ul.slider.dots li .dot.active{background-color:hsla(0,0%,100%,.8)}section.banner ul.slider.dots li:hover .dot{background-color:#fff}section.banner .slide{background-position:50%;background-size:cover;color:#fff;width:100%;padding:20rem 0;opacity:0;transition:opacity 1s ease-in-out;pointer-events:none}@media(max-width:767px){section.banner .slide{padding:80px 0}}section.banner .slide.fg:before{content:"";background:#2a2a2a;background:linear-gradient(90deg,#2a2a2a,#131313 30%,#131313 70%,#2a2a2a);position:absolute;bottom:0;right:0;left:0;top:0;opacity:.65}section.banner .slide.active{opacity:1;pointer-events:all}section.banner.top{min-height:65rem}section.banner.top .slide{padding:0;height:65rem;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;display:flex;align-items:center}@media(max-width:767px){section.banner.top{min-height:500px}section.banner.top .slide{height:500px;align-items:flex-start}section.banner.top .slide.fg .container{padding-top:80px}}.stats .columns.three{flex-wrap:wrap}.stats .columns.three .column{padding:6rem 0}.stats .columns.three .column h2,.stats .columns.three .column h4{margin:5rem 0 2rem}@media(max-width:767px){.stats .columns.three .column{margin-top:0;padding:0}}.general .h4:not(:first-child){margin-top:10rem}@media(max-width:767px){.general .h4:not(:first-child){margin-top:5rem}}.general .text iframe[title=vimeo-player]{width:100%;height:auto;aspect-ratio:1.777777777}.general .text a,.general h4 a{text-decoration:none;color:#092256}.general .text a:hover,.general h4 a:hover{text-decoration:underline}@media(max-width:767px){.general .columns{gap:0}.general .columns .column{margin-bottom:0;margin-top:0}}.faq-wrap{position:relative}.faq-wrap .faq-item{position:relative;padding:5rem 4rem 5rem 4rem;text-align:left}@media(max-width:767px){.faq-wrap .faq-item{padding:30px 20px}}.faq-wrap .faq-item .top-block{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.faq-wrap .faq-item .top-block h4{margin:0;position:relative;top:-.25rem}.faq-wrap .faq-item .top-block .caret{width:4rem;height:4rem;color:#092256}@media(max-width:767px){.faq-wrap .faq-item .top-block .caret{width:25px;height:25px;flex-shrink:0}}.faq-wrap .faq-item .text{max-height:0;opacity:0;overflow:hidden;transition:opacity .2s ease-in}.faq-wrap .faq-item .text.active{padding-top:2.5rem;opacity:1;max-height:170rem}.faq-wrap .faq-item:nth-child(2n){position:relative;background-color:#fff}.faq .main-info,h1{text-align:center}@media(min-width:768px)and (max-width:1024px){.faq .main-info .buttons-block{justify-content:center}}@media(max-width:767px){.faq .main-info{text-align:left}}.faq .main-info+.faq-wrap{padding-top:8rem}.cite .text{margin-bottom:2rem}.image-quote{background-size:contain;background-repeat:no-repeat;background-position:100%;min-height:100rem}@media(max-width:767px){.image-quote{background-size:cover;background-position:50%;margin-top:40px}}.quote{width:45%;padding:15rem 8rem;background-color:#eee;text-align:left}@media(max-width:767px){.quote{width:100%;margin-top:30px}}.quote.img{position:absolute;top:-11rem;left:0}@media(max-width:767px){.quote.img{position:static;width:100%;margin-top:30px}}.quote.img .text{font-size:3rem}.quote blockquote{font-family:"IBM Plex Serif";color:#092256;margin:0}.quote blockquote h4{font-size:3rem;font-style:italic;margin-bottom:10rem}.quote blockquote cite{font-style:normal}.quote blockquote:before{display:block;position:relative;color:#d91;content:"“";font-size:12rem;line-height:8rem}@media(max-width:767px){.board .container>div{margin-top:50px}}.board .board-inner{margin-top:5rem}.board .board-inner .columns{margin-top:6rem}.board .text:not(:last-child){margin-bottom:.75rem}.board .text.position{font-weight:700;color:#9e1212;margin-bottom:0}.board .text.company{font-style:italic}.board .columns.four{margin-bottom:8rem}@media(max-width:767px){.board .columns.four{margin-bottom:30px}}.board .columns.three{flex-wrap:wrap;text-align:left;margin-bottom:8rem}@media(max-width:767px){.board .columns.three:not(:last-child){margin-bottom:30px}.board .columns.three{text-align:center}.board .columns{gap:0}}.reports .columns.three{flex-wrap:wrap;justify-content:center}.reports .columns.three .column{padding:6rem 0}.reports .columns.three .column h2,.reports .columns.three .column h4{margin:5rem 0 2rem}@media(max-width:767px){.reports .columns.three .column h2,.reports .columns.three .column h4{margin:20px 0}}.reports .columns.three .column img{max-width:100%}@media(max-width:767px){.reports .columns.three .column{margin-top:0;padding:0}}.dinner-speakers .image-dinner{background-size:cover;background-repeat:no-repeat;background-position:50%;min-height:42rem}.dinner-details{display:flex;flex-wrap:wrap;width:100%}@media(max-width:767px){.dinner-details{margin-top:30px}}.dinner-details .columns{padding-top:5rem}@media(max-width:767px){.dinner-details .columns{padding-top:0}}.dinner-details h4{margin-bottom:2rem}@media(max-width:767px){.dinner-details h4{margin-bottom:20px}}.dinner-details .info-text{text-align:left;display:block;width:70%;padding-right:5rem}@media(max-width:767px){.dinner-details .info-text{width:100%;padding-right:0;margin-bottom:70px;text-align:center}}.dinner-details .info-text h4:first-child{margin:0}.dinner-details .add-buttons .button.link{display:inline}.dinner-details .google-map{width:30%}.dinner-details .google-map img{max-width:100%}.dinner-details .google-map .map-locations{height:100%;min-height:100%}.dinner-details .google-map .map-locations .map-container{min-height:100%}@media(max-width:767px){.dinner-details .google-map .map-locations .map-container{height:350px}.dinner-details .google-map{width:100%;height:400px;padding-top:40px}.dinner-details .google-map.image-map{height:auto}}.news .news-list .news{padding:5rem 3rem;position:relative;text-align:left}@media(max-width:767px){.news .news-list .news{padding:30px 20px}}.news .news-list .news:nth-child(2n){background-color:#eee}.news .news-list .news h4{margin:0 0 2rem}.news .news-list .news h4 a{text-decoration:none;color:#092256}.news .news-list .news h4 a:hover{text-decoration:underline}.video-list{display:flex;flex-wrap:wrap;gap:0 3rem;margin-top:5rem;width:100%}@media(max-width:767px){.video-list{gap:0;margin-top:30px}}.video-list .video{position:relative;display:block;margin:0 0 10rem;width:calc(33.333% - 2rem)}@media(max-width:767px){.video-list .video{width:100%;margin:0;margin-bottom:70px}.video-list .video:last-child{margin-bottom:0}}.video-list .video .image-block{position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:3rem;width:100%;height:25rem;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}@media(max-width:1024px){.video-list .video .image-block{margin-bottom:30px}}@media(min-width:768px)and (max-width:1024px){.video-list .video .image-block{height:265px}}@media(min-width:480px)and (max-width:767px){.video-list .video .image-block{height:200px}}@media(max-width:479px){.video-list .video .image-block{height:240px}}.video-list .video .image-block .symbol-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.video-list .video .image-block .symbol-wrapper:hover .play-symbol{width:17rem;height:17rem}.video-list .video .image-block .symbol-wrapper .play-symbol{width:14rem;height:14rem;color:#fff;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:all .25s ease-out}.page.general{overflow:hidden}.page.general .section:last-child{padding-bottom:10rem}@media(max-width:767px){.page.general.privacy-policy .align-left,.page.general.privacy-policy .text{text-align:left}}body{font-family:Open Sans,sans-serif;font-size:2.4rem;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:6rem;margin:.67em 0}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:Open Sans,sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}body,html{min-height:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.modal{overflow:hidden}h1,h2,h3,h4,h5{font-family:"IBM Plex Serif",serif}pre{max-width:100%;overflow:auto}pre.debug{width:40%;text-align:left;margin:0 auto}@media(max-width:1024px){pre.debug{width:93%}}.preloader{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;background:transparent;width:auto;height:auto;z-index:9999;position:fixed;bottom:0;right:0;left:0;top:0;opacity:0;pointer-events:none}.preloader .logo-wrap{width:40rem}@media(max-width:767px){.preloader .logo-wrap{width:100%;max-width:350px}}.preloader.active{background:#fff;opacity:1;pointer-events:all}.preloader.active ul{display:grid;grid-template-columns:repeat(5,1fr);animation:rot 16s linear infinite;padding:0;margin:0}@keyframes rot{to{transform:rotate(1turn)}}.preloader.active li{list-style:none;width:30px;height:30px;background:#9e1212;border-radius:4px;box-shadow:0 0 1px #fff,0 0 5px #9e1212,0 0 10px #9e1212,0 0 15px #9e1212,0 0 25px #9e1212,0 0 55px #9e1212;animation:scale .8s linear infinite alternate}@keyframes scale{to{transform:scale(.1);opacity:0}}.preloader.active li:first-child{z-index:24}.preloader.active li:nth-child(2){z-index:23}.preloader.active li:nth-child(3){z-index:22}.preloader.active li:nth-child(4){z-index:21}.preloader.active li:nth-child(5){z-index:20}.preloader.active li:nth-child(6){z-index:19}.preloader.active li:nth-child(7){z-index:18}.preloader.active li:nth-child(8){z-index:17}.preloader.active li:nth-child(9){z-index:16}.preloader.active li:nth-child(10){z-index:15}.preloader.active li:nth-child(11){z-index:14}.preloader.active li:nth-child(12){z-index:13}.preloader.active li:nth-child(13){z-index:12}.preloader.active li:nth-child(14){z-index:11}.preloader.active li:nth-child(15){z-index:10}.preloader.active li:nth-child(16){z-index:9}.preloader.active li:nth-child(17){z-index:8}.preloader.active li:nth-child(18){z-index:7}.preloader.active li:nth-child(19){z-index:6}.preloader.active li:nth-child(20){z-index:5}.preloader.active li:nth-child(21){z-index:4}.preloader.active li:nth-child(22){z-index:3}.preloader.active li:nth-child(23){z-index:2}.preloader.active li:nth-child(24){z-index:1}.preloader.active li:nth-child(25){z-index:0}.preloader.active li:nth-child(24){animation-delay:.9s}.preloader.active li:nth-child(2){animation-delay:.2s}.preloader.active li:nth-child(8){animation-delay:.4s}.preloader.active li:nth-child(14){animation-delay:.6s}.preloader.active li:nth-child(20){animation-delay:.8s}.preloader.active li:nth-child(3){animation-delay:.3s}.preloader.active li:nth-child(9){animation-delay:.5s}.preloader.active li:nth-child(15){animation-delay:.7s}.preloader.active li:nth-child(4){animation-delay:.4s}.preloader.active li:nth-child(10){animation-delay:.6s}.preloader.active li:nth-child(5){animation-delay:.5s}.preloader.active li:first-child{animation-delay:.1s}.preloader.active li:nth-child(6){animation-delay:.2s}.preloader.active li:nth-child(11){animation-delay:.3s}.preloader.active li:nth-child(16){animation-delay:.4s}.preloader.active li:nth-child(21){animation-delay:.5s}.preloader.active li:nth-child(7){animation-delay:.3s}.preloader.active li:nth-child(12){animation-delay:.4s}.preloader.active li:nth-child(17){animation-delay:.5s}.preloader.active li:nth-child(22){animation-delay:.6s}.preloader.active li:nth-child(13){animation-delay:.5s}.preloader.active li:nth-child(18){animation-delay:.6s}.preloader.active li:nth-child(19),.preloader.active li:nth-child(23){animation-delay:.7s}.preloader.active li:nth-child(24){animation-delay:.8s}.preloader.active li:nth-child(25){animation-delay:.9s}.preloader.active li::marker{display:none;opacity:0;visibility:hidden}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:5px}.lds-ellipsis div{position:absolute;top:0;width:5px;height:5px;border-radius:50%;background:#9e1212;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}section{display:flex;padding:20rem 0;text-align:center}@media(max-width:767px){section{padding:60px 0}}section.whitebg{background-color:#fff}section.whitebg:not(.banner)+.whitebg{padding-top:0}section.graybg{background-color:#eee}section.graybg:not(.banner)+.greybg{padding-top:0}section .imagebg{background-repeat:no-repeat;position:absolute;top:0;width:100vw;height:100vh}section .imagebg,section.banner{background-size:cover;background-position:50%}section.banner{color:#fff;position:relative}section.banner h1{margin-bottom:5rem}@media(min-width:768px){section.banner p{max-width:70%;margin:0 auto}}section.banner .buttons-block{margin-top:8rem}@media(max-width:767px){section.banner .buttons-block{margin-top:30px}}section.red-title{text-align:center;color:#9e1212}section.red-title h1{position:relative}section.red-title h1:after{content:"";display:block;position:absolute;width:96rem;max-width:100%;height:2rem;background-image:url(/public/img/title_line.50dedf25.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;bottom:-3rem;left:50%;transform:translateX(-50%)}@media(max-width:767px){section.red-title{padding:80px 0 95px}}section.general h1,section.general h2{color:#092256}section.general .buttons-block{margin-top:8rem}@media(max-width:767px){section.general .buttons-block{margin-top:30px}section.general .columns .column .buttons-block{margin-top:0}}section.general .columns.two{padding-top:5rem}@media(max-width:767px){section.general .columns.two{padding:0}}section.general.stats .columns .column img{max-width:100%;height:15rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.columns{display:flex;justify-content:space-between;position:relative}@media(max-width:767px){.columns{flex-direction:column;width:100%}}.columns.align-center{align-items:center}.columns .column{position:relative}.columns .column.left{width:60%;text-align:left;padding-right:8rem}@media(max-width:767px){.columns .column.left{width:100%;margin-bottom:0;padding-right:0}}.columns.one .column{width:100%}@media(max-width:767px){.columns.one .column:not(:first-child){margin-top:30px}}.columns.two{flex-wrap:wrap;gap:8rem 4%}.columns.two .column{width:46%}@media(max-width:767px){.columns.two .column{width:100%;margin-bottom:0}.columns.two .column:not(:first-child){margin-top:60px}.columns.two{gap:0}}.columns.three{gap:4rem 4%}.columns.three .column{width:27.3333333333%}@media(max-width:767px){.columns.three .column{width:100%}.columns.three .column:not(:first-child){margin-top:30px}.columns.three{gap:0}}.columns.four{gap:6rem}.columns.four .column{width:25%;margin-bottom:3rem}@media(max-width:767px){.columns.four .column{width:100%;margin-bottom:0}.columns.four .column:not(:first-child){margin-top:30px}.columns.four{gap:0}}@media(max-width:1024px){.buttons-block{display:flex;gap:20px 13px;flex-wrap:wrap;justify-content:center}}.button{outline:none;padding:1.7rem 4.8rem;font-size:3rem;text-decoration:none;font-weight:700;margin:0 1rem;border:0 none;display:inline-block;background-color:transparent;transition:all .1s ease;cursor:pointer}@media(max-width:767px){.button{margin:0}}.button:first-child{margin-left:0}.button:last-child{margin-right:0}.button.white{background-color:#fff;color:#000}.button.red{background-color:#9e1212;color:#fff}.button.blue{background-color:#092256;color:#fff}.button.link{text-decoration:none;padding:0;color:inherit;font-weight:400;font-size:2.4rem}.button.link:hover{text-decoration:underline}.button.active,.button:hover{opacity:.8}.container{max-width:128rem;width:100%;margin:0 auto;padding:0 5rem;position:relative}@media(max-width:1024px){.container{max-width:1024px}}@media(min-width:768px)and (max-width:1024px){.container{padding:0 30px}}@media(max-width:767px){.container{padding:0 35px}}.title,h1{font-size:6rem;font-weight:700;line-height:1.2}@media(min-width:768px)and (max-width:1024px){.title,h1{font-size:42px}}@media(max-width:767px){.title,h1{font-size:30px}}h2{font-size:6rem;line-height:1.2}@media(min-width:768px)and (max-width:1024px){h2{font-size:42px}}@media(max-width:767px){h2{font-size:30px}}h3{font-size:4.8rem;line-height:1.125}@media(min-width:768px)and (max-width:1024px){h3{font-size:24px}}@media(max-width:767px){h3{font-size:24px}}h3.subtitle,h4{font-weight:400;color:#092256}h4{font-size:3.6rem;line-height:1.2}@media(min-width:768px)and (max-width:1024px){h4{font-size:22px}}@media(max-width:767px){h4{font-size:22px}}.text,p,ul:not(.sub-menu):not(.menu){font-size:2.4rem;line-height:1.333;font-weight:400}.text.bold,p.bold,ul:not(.sub-menu):not(.menu).bold{font-weight:700}.text.italic,p.italic,ul:not(.sub-menu):not(.menu).italic{font-style:italic}.text span,p span,ul:not(.sub-menu):not(.menu) span{color:inherit!important}@media(min-width:768px)and (max-width:1024px){.text,p,ul:not(.sub-menu):not(.menu){font-size:18px;line-height:1.5}}@media(max-width:767px){.text,p,ul:not(.sub-menu):not(.menu){font-size:16px;line-height:1.5}}.small-margin{margin-bottom:3rem}.big-margin{margin-bottom:10rem}.text,.title,h1,h2,h3,h4,h5,h6,p{margin:0 0 3rem}.text:last-child,.title:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}@media(max-width:1024px){.text,.title,h1,h2,h3,h4,h5,h6,p{margin:0 0 30px}.text:last-child,.title:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}}p{margin:0 0 3rem}p:last-child{margin-bottom:0}@media(max-width:1024px){p{margin:0 0 30px}p:last-child{margin-bottom:0}}section ol,section ul{margin:0 0 3rem;-webkit-padding-start:3rem;padding-inline-start:3rem}section ol:last-child,section ul:last-child{margin-bottom:0}section ol li,section ul li{margin-bottom:3rem}section ol li:last-child,section ul li:last-child{margin-bottom:0}section ol ::marker,section ul ::marker{color:#9e1212}@media(max-width:1024px){section ol,section ul{margin:0 0 30px}section ol li,section ul li{margin-bottom:30px}section ol li:last-child,section ol:last-child,section ul li:last-child,section ul:last-child{margin-bottom:0}}.text img{max-width:100%;height:auto}.text a{color:inherit;text-decoration:none;transition:border-color .1s ease}.text a:hover{border-color:transparent}.align-left{text-align:left}@media(max-width:767px){.align-left{text-align:center}}.font-blue{color:#092256}.videoverlay{background-color:rgba(0,0,0,.6);color:#fff;width:auto;height:auto;position:fixed;bottom:0;right:0;left:0;top:0;transform:translateY(-100%);opacity:0;transition:opacity .3s}.videoverlay.active{transform:translateY(0);opacity:1;z-index:7}.videoverlay .wrapper{width:100%;max-width:128rem;height:100%;display:block;margin:0 auto}.videoverlay .wrapper .video-block{display:flex;flex-direction:column;align-items:flex-end;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1)}.videoverlay .wrapper .video-block .close{width:5rem;height:5rem;color:#fff;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.videoverlay article{width:100%;padding-top:1rem}.videoverlay article .imgwrap{width:100%}.videoverlay article .imgwrap .vue-aspect-ratio__inner .vue-aspect-ratio__content{width:100%;height:100%}.videoverlay article .imgwrap .vue-aspect-ratio__inner .vue-aspect-ratio__content iframe{max-width:90vw}.videoverlay article #vimeoplayer{width:100%;height:100%}