.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@-webkit-keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{-webkit-animation-name:scaleOut;animation-name:scaleOut;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
@charset "UTF-8";html{font-family:sans-serif;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{vertical-align:baseline}a{background:transparent}a:active,a:hover{outline:0}b,strong{font-weight:700}h1{margin:.67em 0;font-size:2em}mark{background:#ff0}img{border:0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;color:inherit}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend,td,th{padding:0}#news .newsletter .column-5 .title,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{vertical-align:baseline;margin:0;padding:0;font:inherit;font-size:100%;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}button,input{font:inherit}.mac button,.mac input{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-osx-font-smoothing:antialiased}button{cursor:pointer}

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{height:100%;box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{position:relative;box-sizing:border-box;outline:none}:after,:before{vertical-align:inherit;text-decoration:inherit}*{margin:0;padding:0;background-repeat:no-repeat}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}small{font-size:80%}[hidden],template{display:none}abbr[title]{text-decoration:none;border-bottom:1px dotted}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{color:#000;background-color:#ff0}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{color:inherit;background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{display:table;max-width:100%;white-space:normal;color:inherit;border:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::-webkit-input-placeholder{color:inherit;opacity:.54}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{text-shadow:none;color:#fff;background:#000}::selection{text-shadow:none;color:#fff;background:#000}a{color:inherit;text-decoration:none}.right{float:right}.left{float:left}.cf:after{content:"";display:table;clear:both}.d-table{display:table;width:100%;height:100%}.d-cell{display:table-cell;vertical-align:middle;width:100%}.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}.grid{margin:0 auto;padding:0;max-width:1314px}.grid,.grid .row{position:relative;width:100%}.grid .row:after{content:"";display:table;clear:both}@media screen and (max-width:1374px){.grid{width:calc(100% - 120px)}}@media screen and (max-width:1023px){.grid{width:calc(100% - 60px)}}[class*=column]{float:left;min-height:1px;width:6.2404870624%}[class*=column].right{float:right}.column-1{width:6.2404870624%}.column-2{width:14.7640791476%}.column-3{width:23.2876712329%}.column-4{width:31.8112633181%}.column-5{width:40.3348554033%}.column-6{width:48.8584474886%}.column-7{width:57.3820395738%}.column-8{width:65.9056316591%}.column-9{width:74.4292237443%}.column-10{width:82.9528158295%}.column-11{width:91.4764079148%}.column-12{width:100%}.img-responsive:before{content:"";display:block;padding-top:calc(var(--aspect-ratio)*100%)}.img-responsive .img-responsive__item{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.img-responsive .img-responsive__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.img-responsive .img-responsive__item img.w-full{width:100%;height:auto}@media screen and (max-width:1023px){.grid{max-width:500px}.abs{position:relative!important;left:auto!important;top:auto!important;right:auto!important;margin:0 auto}[class*=column]:not(.no-responsive){float:none;width:6.6964285714%;margin-left:0!important}[class*=column].no-responsive{width:6.6964285714%}.column-1:not(.no-responsive){width:100%!important}.column-1.no-responsive{width:6.6964285714%}.column-2:not(.no-responsive){width:100%!important}.column-2.no-responsive{width:15.1785714286%}.column-3:not(.no-responsive){width:100%!important}.column-3.no-responsive{width:23.6607142857%}.column-4:not(.no-responsive){width:100%!important}.column-4.no-responsive{width:32.1428571429%}.column-5:not(.no-responsive){width:100%!important}.column-5.no-responsive{width:40.625%}.column-6:not(.no-responsive){width:100%!important}.column-6.no-responsive{width:49.1071428571%}.column-7:not(.no-responsive){width:100%!important}.column-7.no-responsive{width:57.5892857143%}.column-8:not(.no-responsive){width:100%!important}.column-8.no-responsive{width:66.0714285714%}.column-9:not(.no-responsive){width:100%!important}.column-9.no-responsive{width:74.5535714286%}.column-10:not(.no-responsive){width:100%!important}.column-10.no-responsive{width:83.0357142857%}.column-11:not(.no-responsive){width:100%!important}.column-11.no-responsive{width:91.5178571429%}.column-12:not(.no-responsive){width:100%!important}.column-12.no-responsive{width:100%}}@font-face{font-family:ApercuProBold;src:url(../fonts/ApercuPro-Bold.eot);src:url(../fonts/ApercuPro-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/ApercuPro-Bold.woff) format("woff"),url(../fonts/ApercuPro-Bold.ttf) format("truetype"),url(../fonts/ApercuPro-Bold.svg#ApercuPro-Bold) format("svg");font-style:normal;font-weight:700;text-rendering:optimizeLegibility}@font-face{font-family:ApercuProItalic;src:url(../fonts/ApercuPro-Italic.eot);src:url(../fonts/ApercuPro-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/ApercuPro-Italic.woff) format("woff"),url(../fonts/ApercuPro-Italic.ttf) format("truetype"),url(../fonts/ApercuPro-Italic.svg#ApercuPro-Italic) format("svg");font-style:italic;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:ApercuProLight;src:url(../fonts/ApercuPro-Light.eot);src:url(../fonts/ApercuPro-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/ApercuPro-Light.woff) format("woff"),url(../fonts/ApercuPro-Light.ttf) format("truetype"),url(../fonts/ApercuPro-Light.svg#ApercuPro-Light) format("svg");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:ApercuProRegular;src:url(../fonts/ApercuPro-Regular.eot);src:url(../fonts/ApercuPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/ApercuPro-Regular.woff) format("woff"),url(../fonts/ApercuPro-Regular.ttf) format("truetype"),url(../fonts/ApercuPro-Regular.svg#ApercuPro-Regular) format("svg");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:AustinLight;src:url(../fonts/Austin-Light.eot);src:url(../fonts/Austin-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Austin-Light.woff) format("woff"),url(../fonts/Austin-Light.ttf) format("truetype"),url(../fonts/Austin-Light.svg#Austin-Light) format("svg");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:AustinLightItalic;src:url(../fonts/Austin-LightItalic.eot);src:url(../fonts/Austin-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Austin-LightItalic.woff) format("woff"),url(../fonts/Austin-LightItalic.ttf) format("truetype"),url(../fonts/Austin-LightItalic.svg#Austin-LightItalic) format("svg");font-style:italic;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:PublicoLight;src:url(../fonts/Publico-Light.eot);src:url(../fonts/Publico-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Publico-Light.woff) format("woff"),url(../fonts/Publico-Light.ttf) format("truetype"),url(../fonts/Publico-Light.svg#Publico-Light) format("svg");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:PublicoLightItalic;src:url(../fonts/Publico-LightItalic.eot);src:url(../fonts/Publico-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Publico-LightItalic.woff) format("woff"),url(../fonts/Publico-LightItalic.ttf) format("truetype"),url(../fonts/Publico-LightItalic.svg#Publico-LightItalic) format("svg");font-style:italic;font-weight:400;text-rendering:optimizeLegibility}.button.arrow-button{display:flex;align-items:center;justify-content:flex-start}.button.arrow-button a{display:flex;align-items:flex-start;justify-content:flex-start}html.desktop .button.arrow-button a:hover svg{transform:translate(4px)}.button.arrow-button svg{width:16px;height:18px;transition:transform .6s cubic-bezier(.165,.84,.44,1);margin-top:4px}.button.arrow-button .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;margin-left:12px}.module.blue .button.arrow-button svg,.module.green .button.arrow-button svg{fill:#fff}.module.blue .button.arrow-button .text,.module.green .button.arrow-button .text{color:#fff}.button.arrow-button.white svg{fill:#fff}.button.arrow-button.white .text{color:#fff}.button.arrow-button.brown svg{fill:#9e835a}.button.arrow-button.brown .text{color:#9e835a}.button-video{display:flex;align-items:center;justify-content:flex-start}.button-video .icon{width:40px;height:40px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:4px}.button-video .icon svg{width:20px;height:auto;fill:#fff}.button-video .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0;color:#fff;margin-left:12px}.download-button{display:flex;align-items:center;justify-content:flex-start}.download-button.img{width:100%}.download-button.img a{border-bottom:1px solid #dde0e5;padding:20px 56px 10px 0;width:100%}.download-button.img a img{position:absolute;right:14px;bottom:0;box-shadow:3px 2px 11px rgba(0,0,0,.2);width:38px;height:auto}.download-button a{position:relative;display:flex;align-items:flex-start;justify-content:flex-start}html.desktop .download-button a:hover svg{transform:translateY(2px)}.download-button svg{flex:0 0 auto;width:16px;height:18px;transition:transform .3s cubic-bezier(.165,.84,.44,1);margin-top:2px}.download-button .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;margin-left:12px;color:#001931}.module.blue .download-button svg,.module.green .download-button svg{fill:#fff}.module.blue .download-button .text,.module.green .download-button .text{color:#fff}.download-button.white svg{fill:#fff}.download-button.white .text{color:#fff}.download-button.brown svg{fill:#9e835a}.download-button.brown .text{color:#9e835a}.button-line{margin-left:20px}.button-line:first-child{margin-left:0}.button-line a{display:flex;align-items:center;justify-content:center;border:1px solid #9e835a;border-radius:20px;height:40px;padding:0 20px;font-size:16px;color:#9e835a;line-height:1;transition:all .6s cubic-bezier(.165,.84,.44,1)}html.desktop .button-line a:hover{background-color:#9e835a;color:#fff}[data-animation-type=draw]{opacity:0;transform:translateY(80px)}[data-animation-type=fade]{opacity:0;visibility:hidden;transform:translate3d(0,50px,0)}html.has-dom-ready [data-animation-type=fade]{transition:all 1.2s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=fade].is-inview{transform:translateZ(0);opacity:1;visibility:visible}[data-animation-type=fade-down]{opacity:0;visibility:hidden;transform:translate3d(0,-50px,0)}html.mobile [data-animation-type=fade-down]{transform:translate3d(0,50px,0)}html.has-dom-ready [data-animation-type=fade-down]{transition:all 1.2s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=fade-down].is-inview{transform:translateZ(0);opacity:1;visibility:visible}[data-animation-type=chars] .line{overflow:hidden;padding-bottom:.14em}[data-animation-type=chars] .line.line1{margin-top:0}[data-animation-type=chars] .char{opacity:0;transform:translate3d(0,100%,0)}[data-animation-type=chars] .char:nth-child(1n){transition-delay:25ms!important}[data-animation-type=chars] .char:nth-child(2n){transition-delay:.05s!important}[data-animation-type=chars] .char:nth-child(3n){transition-delay:75ms!important}[data-animation-type=chars] .char:nth-child(4n){transition-delay:.1s!important}[data-animation-type=chars] .char:nth-child(5n){transition-delay:.125s!important}[data-animation-type=chars] .char:nth-child(6n){transition-delay:.15s!important}[data-animation-type=chars] .char:nth-child(7n){transition-delay:.175s!important}[data-animation-type=chars] .char:nth-child(8n){transition-delay:.2s!important}[data-animation-type=chars] .char:nth-child(9n){transition-delay:.225s!important}[data-animation-type=chars] .char:nth-child(10n){transition-delay:.25s!important}[data-animation-type=chars] .char:nth-child(11n){transition-delay:.275s!important}[data-animation-type=chars] .char:nth-child(12n){transition-delay:.3s!important}[data-animation-type=chars] .char:nth-child(13n){transition-delay:.325s!important}[data-animation-type=chars] .char:nth-child(14n){transition-delay:.35s!important}[data-animation-type=chars] .char:nth-child(15n){transition-delay:.375s!important}[data-animation-type=chars] .char:nth-child(16n){transition-delay:.4s!important}[data-animation-type=chars] .char:nth-child(17n){transition-delay:.425s!important}[data-animation-type=chars] .char:nth-child(18n){transition-delay:.45s!important}[data-animation-type=chars] .char:nth-child(19n){transition-delay:.475s!important}[data-animation-type=chars] .char:nth-child(20n){transition-delay:.5s!important}[data-animation-type=chars] .char:nth-child(21n){transition-delay:.525s!important}[data-animation-type=chars] .char:nth-child(22n){transition-delay:.55s!important}[data-animation-type=chars] .char:nth-child(23n){transition-delay:.575s!important}[data-animation-type=chars] .char:nth-child(24n){transition-delay:.6s!important}[data-animation-type=chars] .char:nth-child(25n){transition-delay:.625s!important}[data-animation-type=chars] .char:nth-child(26n){transition-delay:.65s!important}[data-animation-type=chars] .char:nth-child(27n){transition-delay:.675s!important}[data-animation-type=chars] .char:nth-child(28n){transition-delay:.7s!important}[data-animation-type=chars] .char:nth-child(29n){transition-delay:.725s!important}[data-animation-type=chars] .char:nth-child(30n){transition-delay:.75s!important}[data-animation-type=chars] .char:nth-child(31n){transition-delay:.775s!important}[data-animation-type=chars] .char:nth-child(32n){transition-delay:.8s!important}[data-animation-type=chars] .char:nth-child(33n){transition-delay:.825s!important}[data-animation-type=chars] .char:nth-child(34n){transition-delay:.85s!important}[data-animation-type=chars] .char:nth-child(35n){transition-delay:.875s!important}[data-animation-type=chars] .char:nth-child(36n){transition-delay:.9s!important}[data-animation-type=chars] .char:nth-child(37n){transition-delay:.925s!important}[data-animation-type=chars] .char:nth-child(38n){transition-delay:.95s!important}[data-animation-type=chars] .char:nth-child(39n){transition-delay:.975s!important}[data-animation-type=chars] .char:nth-child(40n){transition-delay:1s!important}[data-animation-type=chars] .char:nth-child(41n){transition-delay:1.025s!important}[data-animation-type=chars] .char:nth-child(42n){transition-delay:1.05s!important}[data-animation-type=chars] .char:nth-child(43n){transition-delay:1.075s!important}[data-animation-type=chars] .char:nth-child(44n){transition-delay:1.1s!important}[data-animation-type=chars] .char:nth-child(45n){transition-delay:1.125s!important}[data-animation-type=chars] .char:nth-child(46n){transition-delay:1.15s!important}[data-animation-type=chars] .char:nth-child(47n){transition-delay:1.175s!important}[data-animation-type=chars] .char:nth-child(48n){transition-delay:1.2s!important}[data-animation-type=chars] .char:nth-child(49n){transition-delay:1.225s!important}[data-animation-type=chars] .char:nth-child(50n){transition-delay:1.25s!important}[data-animation-type=chars] .char:nth-child(51n){transition-delay:1.275s!important}[data-animation-type=chars] .char:nth-child(52n){transition-delay:1.3s!important}[data-animation-type=chars] .char:nth-child(53n){transition-delay:1.325s!important}[data-animation-type=chars] .char:nth-child(54n){transition-delay:1.35s!important}[data-animation-type=chars] .char:nth-child(55n){transition-delay:1.375s!important}[data-animation-type=chars] .char:nth-child(56n){transition-delay:1.4s!important}[data-animation-type=chars] .char:nth-child(57n){transition-delay:1.425s!important}[data-animation-type=chars] .char:nth-child(58n){transition-delay:1.45s!important}[data-animation-type=chars] .char:nth-child(59n){transition-delay:1.475s!important}[data-animation-type=chars] .char:nth-child(60n){transition-delay:1.5s!important}[data-animation-type=chars] .char:nth-child(61n){transition-delay:1.525s!important}[data-animation-type=chars] .char:nth-child(62n){transition-delay:1.55s!important}[data-animation-type=chars] .char:nth-child(63n){transition-delay:1.575s!important}[data-animation-type=chars] .char:nth-child(64n){transition-delay:1.6s!important}[data-animation-type=chars] .char:nth-child(65n){transition-delay:1.625s!important}[data-animation-type=chars] .char:nth-child(66n){transition-delay:1.65s!important}[data-animation-type=chars] .char:nth-child(67n){transition-delay:1.675s!important}[data-animation-type=chars] .char:nth-child(68n){transition-delay:1.7s!important}[data-animation-type=chars] .char:nth-child(69n){transition-delay:1.725s!important}[data-animation-type=chars] .char:nth-child(70n){transition-delay:1.75s!important}[data-animation-type=chars] .char:nth-child(71n){transition-delay:1.775s!important}[data-animation-type=chars] .char:nth-child(72n){transition-delay:1.8s!important}[data-animation-type=chars] .char:nth-child(73n){transition-delay:1.825s!important}[data-animation-type=chars] .char:nth-child(74n){transition-delay:1.85s!important}[data-animation-type=chars] .char:nth-child(75n){transition-delay:1.875s!important}[data-animation-type=chars] .char:nth-child(76n){transition-delay:1.9s!important}[data-animation-type=chars] .char:nth-child(77n){transition-delay:1.925s!important}[data-animation-type=chars] .char:nth-child(78n){transition-delay:1.95s!important}[data-animation-type=chars] .char:nth-child(79n){transition-delay:1.975s!important}[data-animation-type=chars] .char:nth-child(80n){transition-delay:2s!important}[data-animation-type=chars] .char:nth-child(81n){transition-delay:2.025s!important}[data-animation-type=chars] .char:nth-child(82n){transition-delay:2.05s!important}[data-animation-type=chars] .char:nth-child(83n){transition-delay:2.075s!important}[data-animation-type=chars] .char:nth-child(84n){transition-delay:2.1s!important}[data-animation-type=chars] .char:nth-child(85n){transition-delay:2.125s!important}[data-animation-type=chars] .char:nth-child(86n){transition-delay:2.15s!important}[data-animation-type=chars] .char:nth-child(87n){transition-delay:2.175s!important}[data-animation-type=chars] .char:nth-child(88n){transition-delay:2.2s!important}[data-animation-type=chars] .char:nth-child(89n){transition-delay:2.225s!important}[data-animation-type=chars] .char:nth-child(90n){transition-delay:2.25s!important}[data-animation-type=chars] .char:nth-child(91n){transition-delay:2.275s!important}[data-animation-type=chars] .char:nth-child(92n){transition-delay:2.3s!important}[data-animation-type=chars] .char:nth-child(93n){transition-delay:2.325s!important}[data-animation-type=chars] .char:nth-child(94n){transition-delay:2.35s!important}[data-animation-type=chars] .char:nth-child(95n){transition-delay:2.375s!important}[data-animation-type=chars] .char:nth-child(96n){transition-delay:2.4s!important}[data-animation-type=chars] .char:nth-child(97n){transition-delay:2.425s!important}[data-animation-type=chars] .char:nth-child(98n){transition-delay:2.45s!important}[data-animation-type=chars] .char:nth-child(99n){transition-delay:2.475s!important}[data-animation-type=chars] .char:nth-child(100n){transition-delay:2.5s!important}html.has-dom-ready [data-animation-type=chars] .char{transition:transform 1.2s cubic-bezier(.165,.84,.44,1),opacity 1.2s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=chars].is-inview .char{transform:translateZ(0) rotate(.01deg);opacity:1;visibility:visible}[data-animation-type=words] .word{position:relative;overflow:hidden}[data-animation-type=words] .word .overflow-wrapper{position:relative;opacity:0;transform:translate3d(0,90%,0)}[data-animation-type=words] .word:nth-child(1n) .overflow-wrapper{transition-delay:25ms!important}[data-animation-type=words] .word:nth-child(2n) .overflow-wrapper{transition-delay:.05s!important}[data-animation-type=words] .word:nth-child(3n) .overflow-wrapper{transition-delay:75ms!important}[data-animation-type=words] .word:nth-child(4n) .overflow-wrapper{transition-delay:.1s!important}[data-animation-type=words] .word:nth-child(5n) .overflow-wrapper{transition-delay:.125s!important}[data-animation-type=words] .word:nth-child(6n) .overflow-wrapper{transition-delay:.15s!important}[data-animation-type=words] .word:nth-child(7n) .overflow-wrapper{transition-delay:.175s!important}[data-animation-type=words] .word:nth-child(8n) .overflow-wrapper{transition-delay:.2s!important}[data-animation-type=words] .word:nth-child(9n) .overflow-wrapper{transition-delay:.225s!important}[data-animation-type=words] .word:nth-child(10n) .overflow-wrapper{transition-delay:.25s!important}[data-animation-type=words] .word:nth-child(11n) .overflow-wrapper{transition-delay:.275s!important}[data-animation-type=words] .word:nth-child(12n) .overflow-wrapper{transition-delay:.3s!important}[data-animation-type=words] .word:nth-child(13n) .overflow-wrapper{transition-delay:.325s!important}[data-animation-type=words] .word:nth-child(14n) .overflow-wrapper{transition-delay:.35s!important}[data-animation-type=words] .word:nth-child(15n) .overflow-wrapper{transition-delay:.375s!important}[data-animation-type=words] .word:nth-child(16n) .overflow-wrapper{transition-delay:.4s!important}[data-animation-type=words] .word:nth-child(17n) .overflow-wrapper{transition-delay:.425s!important}[data-animation-type=words] .word:nth-child(18n) .overflow-wrapper{transition-delay:.45s!important}[data-animation-type=words] .word:nth-child(19n) .overflow-wrapper{transition-delay:.475s!important}[data-animation-type=words] .word:nth-child(20n) .overflow-wrapper{transition-delay:.5s!important}[data-animation-type=words] .word:nth-child(21n) .overflow-wrapper{transition-delay:.525s!important}[data-animation-type=words] .word:nth-child(22n) .overflow-wrapper{transition-delay:.55s!important}[data-animation-type=words] .word:nth-child(23n) .overflow-wrapper{transition-delay:.575s!important}[data-animation-type=words] .word:nth-child(24n) .overflow-wrapper{transition-delay:.6s!important}[data-animation-type=words] .word:nth-child(25n) .overflow-wrapper{transition-delay:.625s!important}[data-animation-type=words] .word:nth-child(26n) .overflow-wrapper{transition-delay:.65s!important}[data-animation-type=words] .word:nth-child(27n) .overflow-wrapper{transition-delay:.675s!important}[data-animation-type=words] .word:nth-child(28n) .overflow-wrapper{transition-delay:.7s!important}[data-animation-type=words] .word:nth-child(29n) .overflow-wrapper{transition-delay:.725s!important}[data-animation-type=words] .word:nth-child(30n) .overflow-wrapper{transition-delay:.75s!important}[data-animation-type=words] .word:nth-child(31n) .overflow-wrapper{transition-delay:.775s!important}[data-animation-type=words] .word:nth-child(32n) .overflow-wrapper{transition-delay:.8s!important}[data-animation-type=words] .word:nth-child(33n) .overflow-wrapper{transition-delay:.825s!important}[data-animation-type=words] .word:nth-child(34n) .overflow-wrapper{transition-delay:.85s!important}[data-animation-type=words] .word:nth-child(35n) .overflow-wrapper{transition-delay:.875s!important}[data-animation-type=words] .word:nth-child(36n) .overflow-wrapper{transition-delay:.9s!important}[data-animation-type=words] .word:nth-child(37n) .overflow-wrapper{transition-delay:.925s!important}[data-animation-type=words] .word:nth-child(38n) .overflow-wrapper{transition-delay:.95s!important}[data-animation-type=words] .word:nth-child(39n) .overflow-wrapper{transition-delay:.975s!important}[data-animation-type=words] .word:nth-child(40n) .overflow-wrapper{transition-delay:1s!important}[data-animation-type=words] .word:nth-child(41n) .overflow-wrapper{transition-delay:1.025s!important}[data-animation-type=words] .word:nth-child(42n) .overflow-wrapper{transition-delay:1.05s!important}[data-animation-type=words] .word:nth-child(43n) .overflow-wrapper{transition-delay:1.075s!important}[data-animation-type=words] .word:nth-child(44n) .overflow-wrapper{transition-delay:1.1s!important}[data-animation-type=words] .word:nth-child(45n) .overflow-wrapper{transition-delay:1.125s!important}[data-animation-type=words] .word:nth-child(46n) .overflow-wrapper{transition-delay:1.15s!important}[data-animation-type=words] .word:nth-child(47n) .overflow-wrapper{transition-delay:1.175s!important}[data-animation-type=words] .word:nth-child(48n) .overflow-wrapper{transition-delay:1.2s!important}[data-animation-type=words] .word:nth-child(49n) .overflow-wrapper{transition-delay:1.225s!important}[data-animation-type=words] .word:nth-child(50n) .overflow-wrapper{transition-delay:1.25s!important}[data-animation-type=words] .word:nth-child(51n) .overflow-wrapper{transition-delay:1.275s!important}[data-animation-type=words] .word:nth-child(52n) .overflow-wrapper{transition-delay:1.3s!important}[data-animation-type=words] .word:nth-child(53n) .overflow-wrapper{transition-delay:1.325s!important}[data-animation-type=words] .word:nth-child(54n) .overflow-wrapper{transition-delay:1.35s!important}[data-animation-type=words] .word:nth-child(55n) .overflow-wrapper{transition-delay:1.375s!important}[data-animation-type=words] .word:nth-child(56n) .overflow-wrapper{transition-delay:1.4s!important}[data-animation-type=words] .word:nth-child(57n) .overflow-wrapper{transition-delay:1.425s!important}[data-animation-type=words] .word:nth-child(58n) .overflow-wrapper{transition-delay:1.45s!important}[data-animation-type=words] .word:nth-child(59n) .overflow-wrapper{transition-delay:1.475s!important}[data-animation-type=words] .word:nth-child(60n) .overflow-wrapper{transition-delay:1.5s!important}[data-animation-type=words] .word:nth-child(61n) .overflow-wrapper{transition-delay:1.525s!important}[data-animation-type=words] .word:nth-child(62n) .overflow-wrapper{transition-delay:1.55s!important}[data-animation-type=words] .word:nth-child(63n) .overflow-wrapper{transition-delay:1.575s!important}[data-animation-type=words] .word:nth-child(64n) .overflow-wrapper{transition-delay:1.6s!important}[data-animation-type=words] .word:nth-child(65n) .overflow-wrapper{transition-delay:1.625s!important}[data-animation-type=words] .word:nth-child(66n) .overflow-wrapper{transition-delay:1.65s!important}[data-animation-type=words] .word:nth-child(67n) .overflow-wrapper{transition-delay:1.675s!important}[data-animation-type=words] .word:nth-child(68n) .overflow-wrapper{transition-delay:1.7s!important}[data-animation-type=words] .word:nth-child(69n) .overflow-wrapper{transition-delay:1.725s!important}[data-animation-type=words] .word:nth-child(70n) .overflow-wrapper{transition-delay:1.75s!important}[data-animation-type=words] .word:nth-child(71n) .overflow-wrapper{transition-delay:1.775s!important}[data-animation-type=words] .word:nth-child(72n) .overflow-wrapper{transition-delay:1.8s!important}[data-animation-type=words] .word:nth-child(73n) .overflow-wrapper{transition-delay:1.825s!important}[data-animation-type=words] .word:nth-child(74n) .overflow-wrapper{transition-delay:1.85s!important}[data-animation-type=words] .word:nth-child(75n) .overflow-wrapper{transition-delay:1.875s!important}[data-animation-type=words] .word:nth-child(76n) .overflow-wrapper{transition-delay:1.9s!important}[data-animation-type=words] .word:nth-child(77n) .overflow-wrapper{transition-delay:1.925s!important}[data-animation-type=words] .word:nth-child(78n) .overflow-wrapper{transition-delay:1.95s!important}[data-animation-type=words] .word:nth-child(79n) .overflow-wrapper{transition-delay:1.975s!important}[data-animation-type=words] .word:nth-child(80n) .overflow-wrapper{transition-delay:2s!important}[data-animation-type=words] .word:nth-child(81n) .overflow-wrapper{transition-delay:2.025s!important}[data-animation-type=words] .word:nth-child(82n) .overflow-wrapper{transition-delay:2.05s!important}[data-animation-type=words] .word:nth-child(83n) .overflow-wrapper{transition-delay:2.075s!important}[data-animation-type=words] .word:nth-child(84n) .overflow-wrapper{transition-delay:2.1s!important}[data-animation-type=words] .word:nth-child(85n) .overflow-wrapper{transition-delay:2.125s!important}[data-animation-type=words] .word:nth-child(86n) .overflow-wrapper{transition-delay:2.15s!important}[data-animation-type=words] .word:nth-child(87n) .overflow-wrapper{transition-delay:2.175s!important}[data-animation-type=words] .word:nth-child(88n) .overflow-wrapper{transition-delay:2.2s!important}[data-animation-type=words] .word:nth-child(89n) .overflow-wrapper{transition-delay:2.225s!important}[data-animation-type=words] .word:nth-child(90n) .overflow-wrapper{transition-delay:2.25s!important}[data-animation-type=words] .word:nth-child(91n) .overflow-wrapper{transition-delay:2.275s!important}[data-animation-type=words] .word:nth-child(92n) .overflow-wrapper{transition-delay:2.3s!important}[data-animation-type=words] .word:nth-child(93n) .overflow-wrapper{transition-delay:2.325s!important}[data-animation-type=words] .word:nth-child(94n) .overflow-wrapper{transition-delay:2.35s!important}[data-animation-type=words] .word:nth-child(95n) .overflow-wrapper{transition-delay:2.375s!important}[data-animation-type=words] .word:nth-child(96n) .overflow-wrapper{transition-delay:2.4s!important}[data-animation-type=words] .word:nth-child(97n) .overflow-wrapper{transition-delay:2.425s!important}[data-animation-type=words] .word:nth-child(98n) .overflow-wrapper{transition-delay:2.45s!important}[data-animation-type=words] .word:nth-child(99n) .overflow-wrapper{transition-delay:2.475s!important}[data-animation-type=words] .word:nth-child(100n) .overflow-wrapper{transition-delay:2.5s!important}[data-animation-type=words] .word:nth-child(101n) .overflow-wrapper{transition-delay:2.525s!important}[data-animation-type=words] .word:nth-child(102n) .overflow-wrapper{transition-delay:2.55s!important}[data-animation-type=words] .word:nth-child(103n) .overflow-wrapper{transition-delay:2.575s!important}[data-animation-type=words] .word:nth-child(104n) .overflow-wrapper{transition-delay:2.6s!important}[data-animation-type=words] .word:nth-child(105n) .overflow-wrapper{transition-delay:2.625s!important}[data-animation-type=words] .word:nth-child(106n) .overflow-wrapper{transition-delay:2.65s!important}[data-animation-type=words] .word:nth-child(107n) .overflow-wrapper{transition-delay:2.675s!important}[data-animation-type=words] .word:nth-child(108n) .overflow-wrapper{transition-delay:2.7s!important}[data-animation-type=words] .word:nth-child(109n) .overflow-wrapper{transition-delay:2.725s!important}[data-animation-type=words] .word:nth-child(110n) .overflow-wrapper{transition-delay:2.75s!important}[data-animation-type=words] .word:nth-child(111n) .overflow-wrapper{transition-delay:2.775s!important}[data-animation-type=words] .word:nth-child(112n) .overflow-wrapper{transition-delay:2.8s!important}[data-animation-type=words] .word:nth-child(113n) .overflow-wrapper{transition-delay:2.825s!important}[data-animation-type=words] .word:nth-child(114n) .overflow-wrapper{transition-delay:2.85s!important}[data-animation-type=words] .word:nth-child(115n) .overflow-wrapper{transition-delay:2.875s!important}[data-animation-type=words] .word:nth-child(116n) .overflow-wrapper{transition-delay:2.9s!important}[data-animation-type=words] .word:nth-child(117n) .overflow-wrapper{transition-delay:2.925s!important}[data-animation-type=words] .word:nth-child(118n) .overflow-wrapper{transition-delay:2.95s!important}[data-animation-type=words] .word:nth-child(119n) .overflow-wrapper{transition-delay:2.975s!important}[data-animation-type=words] .word:nth-child(120n) .overflow-wrapper{transition-delay:3s!important}[data-animation-type=words] .word:nth-child(121n) .overflow-wrapper{transition-delay:3.025s!important}[data-animation-type=words] .word:nth-child(122n) .overflow-wrapper{transition-delay:3.05s!important}[data-animation-type=words] .word:nth-child(123n) .overflow-wrapper{transition-delay:3.075s!important}[data-animation-type=words] .word:nth-child(124n) .overflow-wrapper{transition-delay:3.1s!important}[data-animation-type=words] .word:nth-child(125n) .overflow-wrapper{transition-delay:3.125s!important}[data-animation-type=words] .word:nth-child(126n) .overflow-wrapper{transition-delay:3.15s!important}[data-animation-type=words] .word:nth-child(127n) .overflow-wrapper{transition-delay:3.175s!important}[data-animation-type=words] .word:nth-child(128n) .overflow-wrapper{transition-delay:3.2s!important}[data-animation-type=words] .word:nth-child(129n) .overflow-wrapper{transition-delay:3.225s!important}[data-animation-type=words] .word:nth-child(130n) .overflow-wrapper{transition-delay:3.25s!important}[data-animation-type=words] .word:nth-child(131n) .overflow-wrapper{transition-delay:3.275s!important}[data-animation-type=words] .word:nth-child(132n) .overflow-wrapper{transition-delay:3.3s!important}[data-animation-type=words] .word:nth-child(133n) .overflow-wrapper{transition-delay:3.325s!important}[data-animation-type=words] .word:nth-child(134n) .overflow-wrapper{transition-delay:3.35s!important}[data-animation-type=words] .word:nth-child(135n) .overflow-wrapper{transition-delay:3.375s!important}[data-animation-type=words] .word:nth-child(136n) .overflow-wrapper{transition-delay:3.4s!important}[data-animation-type=words] .word:nth-child(137n) .overflow-wrapper{transition-delay:3.425s!important}[data-animation-type=words] .word:nth-child(138n) .overflow-wrapper{transition-delay:3.45s!important}[data-animation-type=words] .word:nth-child(139n) .overflow-wrapper{transition-delay:3.475s!important}[data-animation-type=words] .word:nth-child(140n) .overflow-wrapper{transition-delay:3.5s!important}[data-animation-type=words] .word:nth-child(141n) .overflow-wrapper{transition-delay:3.525s!important}[data-animation-type=words] .word:nth-child(142n) .overflow-wrapper{transition-delay:3.55s!important}[data-animation-type=words] .word:nth-child(143n) .overflow-wrapper{transition-delay:3.575s!important}[data-animation-type=words] .word:nth-child(144n) .overflow-wrapper{transition-delay:3.6s!important}[data-animation-type=words] .word:nth-child(145n) .overflow-wrapper{transition-delay:3.625s!important}[data-animation-type=words] .word:nth-child(146n) .overflow-wrapper{transition-delay:3.65s!important}[data-animation-type=words] .word:nth-child(147n) .overflow-wrapper{transition-delay:3.675s!important}[data-animation-type=words] .word:nth-child(148n) .overflow-wrapper{transition-delay:3.7s!important}[data-animation-type=words] .word:nth-child(149n) .overflow-wrapper{transition-delay:3.725s!important}[data-animation-type=words] .word:nth-child(150n) .overflow-wrapper{transition-delay:3.75s!important}[data-animation-type=words] .word:nth-child(151n) .overflow-wrapper{transition-delay:3.775s!important}[data-animation-type=words] .word:nth-child(152n) .overflow-wrapper{transition-delay:3.8s!important}[data-animation-type=words] .word:nth-child(153n) .overflow-wrapper{transition-delay:3.825s!important}[data-animation-type=words] .word:nth-child(154n) .overflow-wrapper{transition-delay:3.85s!important}[data-animation-type=words] .word:nth-child(155n) .overflow-wrapper{transition-delay:3.875s!important}[data-animation-type=words] .word:nth-child(156n) .overflow-wrapper{transition-delay:3.9s!important}[data-animation-type=words] .word:nth-child(157n) .overflow-wrapper{transition-delay:3.925s!important}[data-animation-type=words] .word:nth-child(158n) .overflow-wrapper{transition-delay:3.95s!important}[data-animation-type=words] .word:nth-child(159n) .overflow-wrapper{transition-delay:3.975s!important}[data-animation-type=words] .word:nth-child(160n) .overflow-wrapper{transition-delay:4s!important}[data-animation-type=words] .word:nth-child(161n) .overflow-wrapper{transition-delay:4.025s!important}[data-animation-type=words] .word:nth-child(162n) .overflow-wrapper{transition-delay:4.05s!important}[data-animation-type=words] .word:nth-child(163n) .overflow-wrapper{transition-delay:4.075s!important}[data-animation-type=words] .word:nth-child(164n) .overflow-wrapper{transition-delay:4.1s!important}[data-animation-type=words] .word:nth-child(165n) .overflow-wrapper{transition-delay:4.125s!important}[data-animation-type=words] .word:nth-child(166n) .overflow-wrapper{transition-delay:4.15s!important}[data-animation-type=words] .word:nth-child(167n) .overflow-wrapper{transition-delay:4.175s!important}[data-animation-type=words] .word:nth-child(168n) .overflow-wrapper{transition-delay:4.2s!important}[data-animation-type=words] .word:nth-child(169n) .overflow-wrapper{transition-delay:4.225s!important}[data-animation-type=words] .word:nth-child(170n) .overflow-wrapper{transition-delay:4.25s!important}[data-animation-type=words] .word:nth-child(171n) .overflow-wrapper{transition-delay:4.275s!important}[data-animation-type=words] .word:nth-child(172n) .overflow-wrapper{transition-delay:4.3s!important}[data-animation-type=words] .word:nth-child(173n) .overflow-wrapper{transition-delay:4.325s!important}[data-animation-type=words] .word:nth-child(174n) .overflow-wrapper{transition-delay:4.35s!important}[data-animation-type=words] .word:nth-child(175n) .overflow-wrapper{transition-delay:4.375s!important}[data-animation-type=words] .word:nth-child(176n) .overflow-wrapper{transition-delay:4.4s!important}[data-animation-type=words] .word:nth-child(177n) .overflow-wrapper{transition-delay:4.425s!important}[data-animation-type=words] .word:nth-child(178n) .overflow-wrapper{transition-delay:4.45s!important}[data-animation-type=words] .word:nth-child(179n) .overflow-wrapper{transition-delay:4.475s!important}[data-animation-type=words] .word:nth-child(180n) .overflow-wrapper{transition-delay:4.5s!important}[data-animation-type=words] .word:nth-child(181n) .overflow-wrapper{transition-delay:4.525s!important}[data-animation-type=words] .word:nth-child(182n) .overflow-wrapper{transition-delay:4.55s!important}[data-animation-type=words] .word:nth-child(183n) .overflow-wrapper{transition-delay:4.575s!important}[data-animation-type=words] .word:nth-child(184n) .overflow-wrapper{transition-delay:4.6s!important}[data-animation-type=words] .word:nth-child(185n) .overflow-wrapper{transition-delay:4.625s!important}[data-animation-type=words] .word:nth-child(186n) .overflow-wrapper{transition-delay:4.65s!important}[data-animation-type=words] .word:nth-child(187n) .overflow-wrapper{transition-delay:4.675s!important}[data-animation-type=words] .word:nth-child(188n) .overflow-wrapper{transition-delay:4.7s!important}[data-animation-type=words] .word:nth-child(189n) .overflow-wrapper{transition-delay:4.725s!important}[data-animation-type=words] .word:nth-child(190n) .overflow-wrapper{transition-delay:4.75s!important}[data-animation-type=words] .word:nth-child(191n) .overflow-wrapper{transition-delay:4.775s!important}[data-animation-type=words] .word:nth-child(192n) .overflow-wrapper{transition-delay:4.8s!important}[data-animation-type=words] .word:nth-child(193n) .overflow-wrapper{transition-delay:4.825s!important}[data-animation-type=words] .word:nth-child(194n) .overflow-wrapper{transition-delay:4.85s!important}[data-animation-type=words] .word:nth-child(195n) .overflow-wrapper{transition-delay:4.875s!important}[data-animation-type=words] .word:nth-child(196n) .overflow-wrapper{transition-delay:4.9s!important}[data-animation-type=words] .word:nth-child(197n) .overflow-wrapper{transition-delay:4.925s!important}[data-animation-type=words] .word:nth-child(198n) .overflow-wrapper{transition-delay:4.95s!important}[data-animation-type=words] .word:nth-child(199n) .overflow-wrapper{transition-delay:4.975s!important}[data-animation-type=words] .word:nth-child(200n) .overflow-wrapper{transition-delay:5s!important}[data-animation-type=words] .word:nth-child(201n) .overflow-wrapper{transition-delay:5.025s!important}[data-animation-type=words] .word:nth-child(202n) .overflow-wrapper{transition-delay:5.05s!important}[data-animation-type=words] .word:nth-child(203n) .overflow-wrapper{transition-delay:5.075s!important}[data-animation-type=words] .word:nth-child(204n) .overflow-wrapper{transition-delay:5.1s!important}[data-animation-type=words] .word:nth-child(205n) .overflow-wrapper{transition-delay:5.125s!important}[data-animation-type=words] .word:nth-child(206n) .overflow-wrapper{transition-delay:5.15s!important}[data-animation-type=words] .word:nth-child(207n) .overflow-wrapper{transition-delay:5.175s!important}[data-animation-type=words] .word:nth-child(208n) .overflow-wrapper{transition-delay:5.2s!important}[data-animation-type=words] .word:nth-child(209n) .overflow-wrapper{transition-delay:5.225s!important}[data-animation-type=words] .word:nth-child(210n) .overflow-wrapper{transition-delay:5.25s!important}[data-animation-type=words] .word:nth-child(211n) .overflow-wrapper{transition-delay:5.275s!important}[data-animation-type=words] .word:nth-child(212n) .overflow-wrapper{transition-delay:5.3s!important}[data-animation-type=words] .word:nth-child(213n) .overflow-wrapper{transition-delay:5.325s!important}[data-animation-type=words] .word:nth-child(214n) .overflow-wrapper{transition-delay:5.35s!important}[data-animation-type=words] .word:nth-child(215n) .overflow-wrapper{transition-delay:5.375s!important}[data-animation-type=words] .word:nth-child(216n) .overflow-wrapper{transition-delay:5.4s!important}[data-animation-type=words] .word:nth-child(217n) .overflow-wrapper{transition-delay:5.425s!important}[data-animation-type=words] .word:nth-child(218n) .overflow-wrapper{transition-delay:5.45s!important}[data-animation-type=words] .word:nth-child(219n) .overflow-wrapper{transition-delay:5.475s!important}[data-animation-type=words] .word:nth-child(220n) .overflow-wrapper{transition-delay:5.5s!important}[data-animation-type=words] .word:nth-child(221n) .overflow-wrapper{transition-delay:5.525s!important}[data-animation-type=words] .word:nth-child(222n) .overflow-wrapper{transition-delay:5.55s!important}[data-animation-type=words] .word:nth-child(223n) .overflow-wrapper{transition-delay:5.575s!important}[data-animation-type=words] .word:nth-child(224n) .overflow-wrapper{transition-delay:5.6s!important}[data-animation-type=words] .word:nth-child(225n) .overflow-wrapper{transition-delay:5.625s!important}[data-animation-type=words] .word:nth-child(226n) .overflow-wrapper{transition-delay:5.65s!important}[data-animation-type=words] .word:nth-child(227n) .overflow-wrapper{transition-delay:5.675s!important}[data-animation-type=words] .word:nth-child(228n) .overflow-wrapper{transition-delay:5.7s!important}[data-animation-type=words] .word:nth-child(229n) .overflow-wrapper{transition-delay:5.725s!important}[data-animation-type=words] .word:nth-child(230n) .overflow-wrapper{transition-delay:5.75s!important}[data-animation-type=words] .word:nth-child(231n) .overflow-wrapper{transition-delay:5.775s!important}[data-animation-type=words] .word:nth-child(232n) .overflow-wrapper{transition-delay:5.8s!important}[data-animation-type=words] .word:nth-child(233n) .overflow-wrapper{transition-delay:5.825s!important}[data-animation-type=words] .word:nth-child(234n) .overflow-wrapper{transition-delay:5.85s!important}[data-animation-type=words] .word:nth-child(235n) .overflow-wrapper{transition-delay:5.875s!important}[data-animation-type=words] .word:nth-child(236n) .overflow-wrapper{transition-delay:5.9s!important}[data-animation-type=words] .word:nth-child(237n) .overflow-wrapper{transition-delay:5.925s!important}[data-animation-type=words] .word:nth-child(238n) .overflow-wrapper{transition-delay:5.95s!important}[data-animation-type=words] .word:nth-child(239n) .overflow-wrapper{transition-delay:5.975s!important}[data-animation-type=words] .word:nth-child(240n) .overflow-wrapper{transition-delay:6s!important}[data-animation-type=words] .word:nth-child(241n) .overflow-wrapper{transition-delay:6.025s!important}[data-animation-type=words] .word:nth-child(242n) .overflow-wrapper{transition-delay:6.05s!important}[data-animation-type=words] .word:nth-child(243n) .overflow-wrapper{transition-delay:6.075s!important}[data-animation-type=words] .word:nth-child(244n) .overflow-wrapper{transition-delay:6.1s!important}[data-animation-type=words] .word:nth-child(245n) .overflow-wrapper{transition-delay:6.125s!important}[data-animation-type=words] .word:nth-child(246n) .overflow-wrapper{transition-delay:6.15s!important}[data-animation-type=words] .word:nth-child(247n) .overflow-wrapper{transition-delay:6.175s!important}[data-animation-type=words] .word:nth-child(248n) .overflow-wrapper{transition-delay:6.2s!important}[data-animation-type=words] .word:nth-child(249n) .overflow-wrapper{transition-delay:6.225s!important}[data-animation-type=words] .word:nth-child(250n) .overflow-wrapper{transition-delay:6.25s!important}[data-animation-type=words] .word:nth-child(251n) .overflow-wrapper{transition-delay:6.275s!important}[data-animation-type=words] .word:nth-child(252n) .overflow-wrapper{transition-delay:6.3s!important}[data-animation-type=words] .word:nth-child(253n) .overflow-wrapper{transition-delay:6.325s!important}[data-animation-type=words] .word:nth-child(254n) .overflow-wrapper{transition-delay:6.35s!important}[data-animation-type=words] .word:nth-child(255n) .overflow-wrapper{transition-delay:6.375s!important}[data-animation-type=words] .word:nth-child(256n) .overflow-wrapper{transition-delay:6.4s!important}[data-animation-type=words] .word:nth-child(257n) .overflow-wrapper{transition-delay:6.425s!important}[data-animation-type=words] .word:nth-child(258n) .overflow-wrapper{transition-delay:6.45s!important}[data-animation-type=words] .word:nth-child(259n) .overflow-wrapper{transition-delay:6.475s!important}[data-animation-type=words] .word:nth-child(260n) .overflow-wrapper{transition-delay:6.5s!important}[data-animation-type=words] .word:nth-child(261n) .overflow-wrapper{transition-delay:6.525s!important}[data-animation-type=words] .word:nth-child(262n) .overflow-wrapper{transition-delay:6.55s!important}[data-animation-type=words] .word:nth-child(263n) .overflow-wrapper{transition-delay:6.575s!important}[data-animation-type=words] .word:nth-child(264n) .overflow-wrapper{transition-delay:6.6s!important}[data-animation-type=words] .word:nth-child(265n) .overflow-wrapper{transition-delay:6.625s!important}[data-animation-type=words] .word:nth-child(266n) .overflow-wrapper{transition-delay:6.65s!important}[data-animation-type=words] .word:nth-child(267n) .overflow-wrapper{transition-delay:6.675s!important}[data-animation-type=words] .word:nth-child(268n) .overflow-wrapper{transition-delay:6.7s!important}[data-animation-type=words] .word:nth-child(269n) .overflow-wrapper{transition-delay:6.725s!important}[data-animation-type=words] .word:nth-child(270n) .overflow-wrapper{transition-delay:6.75s!important}[data-animation-type=words] .word:nth-child(271n) .overflow-wrapper{transition-delay:6.775s!important}[data-animation-type=words] .word:nth-child(272n) .overflow-wrapper{transition-delay:6.8s!important}[data-animation-type=words] .word:nth-child(273n) .overflow-wrapper{transition-delay:6.825s!important}[data-animation-type=words] .word:nth-child(274n) .overflow-wrapper{transition-delay:6.85s!important}[data-animation-type=words] .word:nth-child(275n) .overflow-wrapper{transition-delay:6.875s!important}[data-animation-type=words] .word:nth-child(276n) .overflow-wrapper{transition-delay:6.9s!important}[data-animation-type=words] .word:nth-child(277n) .overflow-wrapper{transition-delay:6.925s!important}[data-animation-type=words] .word:nth-child(278n) .overflow-wrapper{transition-delay:6.95s!important}[data-animation-type=words] .word:nth-child(279n) .overflow-wrapper{transition-delay:6.975s!important}[data-animation-type=words] .word:nth-child(280n) .overflow-wrapper{transition-delay:7s!important}[data-animation-type=words] .word:nth-child(281n) .overflow-wrapper{transition-delay:7.025s!important}[data-animation-type=words] .word:nth-child(282n) .overflow-wrapper{transition-delay:7.05s!important}[data-animation-type=words] .word:nth-child(283n) .overflow-wrapper{transition-delay:7.075s!important}[data-animation-type=words] .word:nth-child(284n) .overflow-wrapper{transition-delay:7.1s!important}[data-animation-type=words] .word:nth-child(285n) .overflow-wrapper{transition-delay:7.125s!important}[data-animation-type=words] .word:nth-child(286n) .overflow-wrapper{transition-delay:7.15s!important}[data-animation-type=words] .word:nth-child(287n) .overflow-wrapper{transition-delay:7.175s!important}[data-animation-type=words] .word:nth-child(288n) .overflow-wrapper{transition-delay:7.2s!important}[data-animation-type=words] .word:nth-child(289n) .overflow-wrapper{transition-delay:7.225s!important}[data-animation-type=words] .word:nth-child(290n) .overflow-wrapper{transition-delay:7.25s!important}[data-animation-type=words] .word:nth-child(291n) .overflow-wrapper{transition-delay:7.275s!important}[data-animation-type=words] .word:nth-child(292n) .overflow-wrapper{transition-delay:7.3s!important}[data-animation-type=words] .word:nth-child(293n) .overflow-wrapper{transition-delay:7.325s!important}[data-animation-type=words] .word:nth-child(294n) .overflow-wrapper{transition-delay:7.35s!important}[data-animation-type=words] .word:nth-child(295n) .overflow-wrapper{transition-delay:7.375s!important}[data-animation-type=words] .word:nth-child(296n) .overflow-wrapper{transition-delay:7.4s!important}[data-animation-type=words] .word:nth-child(297n) .overflow-wrapper{transition-delay:7.425s!important}[data-animation-type=words] .word:nth-child(298n) .overflow-wrapper{transition-delay:7.45s!important}[data-animation-type=words] .word:nth-child(299n) .overflow-wrapper{transition-delay:7.475s!important}[data-animation-type=words] .word:nth-child(300n) .overflow-wrapper{transition-delay:7.5s!important}[data-animation-type=words] .word:nth-child(301n) .overflow-wrapper{transition-delay:7.525s!important}[data-animation-type=words] .word:nth-child(302n) .overflow-wrapper{transition-delay:7.55s!important}[data-animation-type=words] .word:nth-child(303n) .overflow-wrapper{transition-delay:7.575s!important}[data-animation-type=words] .word:nth-child(304n) .overflow-wrapper{transition-delay:7.6s!important}[data-animation-type=words] .word:nth-child(305n) .overflow-wrapper{transition-delay:7.625s!important}[data-animation-type=words] .word:nth-child(306n) .overflow-wrapper{transition-delay:7.65s!important}[data-animation-type=words] .word:nth-child(307n) .overflow-wrapper{transition-delay:7.675s!important}[data-animation-type=words] .word:nth-child(308n) .overflow-wrapper{transition-delay:7.7s!important}[data-animation-type=words] .word:nth-child(309n) .overflow-wrapper{transition-delay:7.725s!important}[data-animation-type=words] .word:nth-child(310n) .overflow-wrapper{transition-delay:7.75s!important}[data-animation-type=words] .word:nth-child(311n) .overflow-wrapper{transition-delay:7.775s!important}[data-animation-type=words] .word:nth-child(312n) .overflow-wrapper{transition-delay:7.8s!important}[data-animation-type=words] .word:nth-child(313n) .overflow-wrapper{transition-delay:7.825s!important}[data-animation-type=words] .word:nth-child(314n) .overflow-wrapper{transition-delay:7.85s!important}[data-animation-type=words] .word:nth-child(315n) .overflow-wrapper{transition-delay:7.875s!important}[data-animation-type=words] .word:nth-child(316n) .overflow-wrapper{transition-delay:7.9s!important}[data-animation-type=words] .word:nth-child(317n) .overflow-wrapper{transition-delay:7.925s!important}[data-animation-type=words] .word:nth-child(318n) .overflow-wrapper{transition-delay:7.95s!important}[data-animation-type=words] .word:nth-child(319n) .overflow-wrapper{transition-delay:7.975s!important}[data-animation-type=words] .word:nth-child(320n) .overflow-wrapper{transition-delay:8s!important}[data-animation-type=words] .word:nth-child(321n) .overflow-wrapper{transition-delay:8.025s!important}[data-animation-type=words] .word:nth-child(322n) .overflow-wrapper{transition-delay:8.05s!important}[data-animation-type=words] .word:nth-child(323n) .overflow-wrapper{transition-delay:8.075s!important}[data-animation-type=words] .word:nth-child(324n) .overflow-wrapper{transition-delay:8.1s!important}[data-animation-type=words] .word:nth-child(325n) .overflow-wrapper{transition-delay:8.125s!important}[data-animation-type=words] .word:nth-child(326n) .overflow-wrapper{transition-delay:8.15s!important}[data-animation-type=words] .word:nth-child(327n) .overflow-wrapper{transition-delay:8.175s!important}[data-animation-type=words] .word:nth-child(328n) .overflow-wrapper{transition-delay:8.2s!important}[data-animation-type=words] .word:nth-child(329n) .overflow-wrapper{transition-delay:8.225s!important}[data-animation-type=words] .word:nth-child(330n) .overflow-wrapper{transition-delay:8.25s!important}[data-animation-type=words] .word:nth-child(331n) .overflow-wrapper{transition-delay:8.275s!important}[data-animation-type=words] .word:nth-child(332n) .overflow-wrapper{transition-delay:8.3s!important}[data-animation-type=words] .word:nth-child(333n) .overflow-wrapper{transition-delay:8.325s!important}[data-animation-type=words] .word:nth-child(334n) .overflow-wrapper{transition-delay:8.35s!important}[data-animation-type=words] .word:nth-child(335n) .overflow-wrapper{transition-delay:8.375s!important}[data-animation-type=words] .word:nth-child(336n) .overflow-wrapper{transition-delay:8.4s!important}[data-animation-type=words] .word:nth-child(337n) .overflow-wrapper{transition-delay:8.425s!important}[data-animation-type=words] .word:nth-child(338n) .overflow-wrapper{transition-delay:8.45s!important}[data-animation-type=words] .word:nth-child(339n) .overflow-wrapper{transition-delay:8.475s!important}[data-animation-type=words] .word:nth-child(340n) .overflow-wrapper{transition-delay:8.5s!important}[data-animation-type=words] .word:nth-child(341n) .overflow-wrapper{transition-delay:8.525s!important}[data-animation-type=words] .word:nth-child(342n) .overflow-wrapper{transition-delay:8.55s!important}[data-animation-type=words] .word:nth-child(343n) .overflow-wrapper{transition-delay:8.575s!important}[data-animation-type=words] .word:nth-child(344n) .overflow-wrapper{transition-delay:8.6s!important}[data-animation-type=words] .word:nth-child(345n) .overflow-wrapper{transition-delay:8.625s!important}[data-animation-type=words] .word:nth-child(346n) .overflow-wrapper{transition-delay:8.65s!important}[data-animation-type=words] .word:nth-child(347n) .overflow-wrapper{transition-delay:8.675s!important}[data-animation-type=words] .word:nth-child(348n) .overflow-wrapper{transition-delay:8.7s!important}[data-animation-type=words] .word:nth-child(349n) .overflow-wrapper{transition-delay:8.725s!important}[data-animation-type=words] .word:nth-child(350n) .overflow-wrapper{transition-delay:8.75s!important}[data-animation-type=words] .word:nth-child(351n) .overflow-wrapper{transition-delay:8.775s!important}[data-animation-type=words] .word:nth-child(352n) .overflow-wrapper{transition-delay:8.8s!important}[data-animation-type=words] .word:nth-child(353n) .overflow-wrapper{transition-delay:8.825s!important}[data-animation-type=words] .word:nth-child(354n) .overflow-wrapper{transition-delay:8.85s!important}[data-animation-type=words] .word:nth-child(355n) .overflow-wrapper{transition-delay:8.875s!important}[data-animation-type=words] .word:nth-child(356n) .overflow-wrapper{transition-delay:8.9s!important}[data-animation-type=words] .word:nth-child(357n) .overflow-wrapper{transition-delay:8.925s!important}[data-animation-type=words] .word:nth-child(358n) .overflow-wrapper{transition-delay:8.95s!important}[data-animation-type=words] .word:nth-child(359n) .overflow-wrapper{transition-delay:8.975s!important}[data-animation-type=words] .word:nth-child(360n) .overflow-wrapper{transition-delay:9s!important}[data-animation-type=words] .word:nth-child(361n) .overflow-wrapper{transition-delay:9.025s!important}[data-animation-type=words] .word:nth-child(362n) .overflow-wrapper{transition-delay:9.05s!important}[data-animation-type=words] .word:nth-child(363n) .overflow-wrapper{transition-delay:9.075s!important}[data-animation-type=words] .word:nth-child(364n) .overflow-wrapper{transition-delay:9.1s!important}[data-animation-type=words] .word:nth-child(365n) .overflow-wrapper{transition-delay:9.125s!important}[data-animation-type=words] .word:nth-child(366n) .overflow-wrapper{transition-delay:9.15s!important}[data-animation-type=words] .word:nth-child(367n) .overflow-wrapper{transition-delay:9.175s!important}[data-animation-type=words] .word:nth-child(368n) .overflow-wrapper{transition-delay:9.2s!important}[data-animation-type=words] .word:nth-child(369n) .overflow-wrapper{transition-delay:9.225s!important}[data-animation-type=words] .word:nth-child(370n) .overflow-wrapper{transition-delay:9.25s!important}[data-animation-type=words] .word:nth-child(371n) .overflow-wrapper{transition-delay:9.275s!important}[data-animation-type=words] .word:nth-child(372n) .overflow-wrapper{transition-delay:9.3s!important}[data-animation-type=words] .word:nth-child(373n) .overflow-wrapper{transition-delay:9.325s!important}[data-animation-type=words] .word:nth-child(374n) .overflow-wrapper{transition-delay:9.35s!important}[data-animation-type=words] .word:nth-child(375n) .overflow-wrapper{transition-delay:9.375s!important}[data-animation-type=words] .word:nth-child(376n) .overflow-wrapper{transition-delay:9.4s!important}[data-animation-type=words] .word:nth-child(377n) .overflow-wrapper{transition-delay:9.425s!important}[data-animation-type=words] .word:nth-child(378n) .overflow-wrapper{transition-delay:9.45s!important}[data-animation-type=words] .word:nth-child(379n) .overflow-wrapper{transition-delay:9.475s!important}[data-animation-type=words] .word:nth-child(380n) .overflow-wrapper{transition-delay:9.5s!important}[data-animation-type=words] .word:nth-child(381n) .overflow-wrapper{transition-delay:9.525s!important}[data-animation-type=words] .word:nth-child(382n) .overflow-wrapper{transition-delay:9.55s!important}[data-animation-type=words] .word:nth-child(383n) .overflow-wrapper{transition-delay:9.575s!important}[data-animation-type=words] .word:nth-child(384n) .overflow-wrapper{transition-delay:9.6s!important}[data-animation-type=words] .word:nth-child(385n) .overflow-wrapper{transition-delay:9.625s!important}[data-animation-type=words] .word:nth-child(386n) .overflow-wrapper{transition-delay:9.65s!important}[data-animation-type=words] .word:nth-child(387n) .overflow-wrapper{transition-delay:9.675s!important}[data-animation-type=words] .word:nth-child(388n) .overflow-wrapper{transition-delay:9.7s!important}[data-animation-type=words] .word:nth-child(389n) .overflow-wrapper{transition-delay:9.725s!important}[data-animation-type=words] .word:nth-child(390n) .overflow-wrapper{transition-delay:9.75s!important}[data-animation-type=words] .word:nth-child(391n) .overflow-wrapper{transition-delay:9.775s!important}[data-animation-type=words] .word:nth-child(392n) .overflow-wrapper{transition-delay:9.8s!important}[data-animation-type=words] .word:nth-child(393n) .overflow-wrapper{transition-delay:9.825s!important}[data-animation-type=words] .word:nth-child(394n) .overflow-wrapper{transition-delay:9.85s!important}[data-animation-type=words] .word:nth-child(395n) .overflow-wrapper{transition-delay:9.875s!important}[data-animation-type=words] .word:nth-child(396n) .overflow-wrapper{transition-delay:9.9s!important}[data-animation-type=words] .word:nth-child(397n) .overflow-wrapper{transition-delay:9.925s!important}[data-animation-type=words] .word:nth-child(398n) .overflow-wrapper{transition-delay:9.95s!important}[data-animation-type=words] .word:nth-child(399n) .overflow-wrapper{transition-delay:9.975s!important}[data-animation-type=words] .word:nth-child(400n) .overflow-wrapper{transition-delay:10s!important}[data-animation-type=words] .word:nth-child(401n) .overflow-wrapper{transition-delay:10.025s!important}[data-animation-type=words] .word:nth-child(402n) .overflow-wrapper{transition-delay:10.05s!important}[data-animation-type=words] .word:nth-child(403n) .overflow-wrapper{transition-delay:10.075s!important}[data-animation-type=words] .word:nth-child(404n) .overflow-wrapper{transition-delay:10.1s!important}[data-animation-type=words] .word:nth-child(405n) .overflow-wrapper{transition-delay:10.125s!important}[data-animation-type=words] .word:nth-child(406n) .overflow-wrapper{transition-delay:10.15s!important}[data-animation-type=words] .word:nth-child(407n) .overflow-wrapper{transition-delay:10.175s!important}[data-animation-type=words] .word:nth-child(408n) .overflow-wrapper{transition-delay:10.2s!important}[data-animation-type=words] .word:nth-child(409n) .overflow-wrapper{transition-delay:10.225s!important}[data-animation-type=words] .word:nth-child(410n) .overflow-wrapper{transition-delay:10.25s!important}[data-animation-type=words] .word:nth-child(411n) .overflow-wrapper{transition-delay:10.275s!important}[data-animation-type=words] .word:nth-child(412n) .overflow-wrapper{transition-delay:10.3s!important}[data-animation-type=words] .word:nth-child(413n) .overflow-wrapper{transition-delay:10.325s!important}[data-animation-type=words] .word:nth-child(414n) .overflow-wrapper{transition-delay:10.35s!important}[data-animation-type=words] .word:nth-child(415n) .overflow-wrapper{transition-delay:10.375s!important}[data-animation-type=words] .word:nth-child(416n) .overflow-wrapper{transition-delay:10.4s!important}[data-animation-type=words] .word:nth-child(417n) .overflow-wrapper{transition-delay:10.425s!important}[data-animation-type=words] .word:nth-child(418n) .overflow-wrapper{transition-delay:10.45s!important}[data-animation-type=words] .word:nth-child(419n) .overflow-wrapper{transition-delay:10.475s!important}[data-animation-type=words] .word:nth-child(420n) .overflow-wrapper{transition-delay:10.5s!important}[data-animation-type=words] .word:nth-child(421n) .overflow-wrapper{transition-delay:10.525s!important}[data-animation-type=words] .word:nth-child(422n) .overflow-wrapper{transition-delay:10.55s!important}[data-animation-type=words] .word:nth-child(423n) .overflow-wrapper{transition-delay:10.575s!important}[data-animation-type=words] .word:nth-child(424n) .overflow-wrapper{transition-delay:10.6s!important}[data-animation-type=words] .word:nth-child(425n) .overflow-wrapper{transition-delay:10.625s!important}[data-animation-type=words] .word:nth-child(426n) .overflow-wrapper{transition-delay:10.65s!important}[data-animation-type=words] .word:nth-child(427n) .overflow-wrapper{transition-delay:10.675s!important}[data-animation-type=words] .word:nth-child(428n) .overflow-wrapper{transition-delay:10.7s!important}[data-animation-type=words] .word:nth-child(429n) .overflow-wrapper{transition-delay:10.725s!important}[data-animation-type=words] .word:nth-child(430n) .overflow-wrapper{transition-delay:10.75s!important}[data-animation-type=words] .word:nth-child(431n) .overflow-wrapper{transition-delay:10.775s!important}[data-animation-type=words] .word:nth-child(432n) .overflow-wrapper{transition-delay:10.8s!important}[data-animation-type=words] .word:nth-child(433n) .overflow-wrapper{transition-delay:10.825s!important}[data-animation-type=words] .word:nth-child(434n) .overflow-wrapper{transition-delay:10.85s!important}[data-animation-type=words] .word:nth-child(435n) .overflow-wrapper{transition-delay:10.875s!important}[data-animation-type=words] .word:nth-child(436n) .overflow-wrapper{transition-delay:10.9s!important}[data-animation-type=words] .word:nth-child(437n) .overflow-wrapper{transition-delay:10.925s!important}[data-animation-type=words] .word:nth-child(438n) .overflow-wrapper{transition-delay:10.95s!important}[data-animation-type=words] .word:nth-child(439n) .overflow-wrapper{transition-delay:10.975s!important}[data-animation-type=words] .word:nth-child(440n) .overflow-wrapper{transition-delay:11s!important}[data-animation-type=words] .word:nth-child(441n) .overflow-wrapper{transition-delay:11.025s!important}[data-animation-type=words] .word:nth-child(442n) .overflow-wrapper{transition-delay:11.05s!important}[data-animation-type=words] .word:nth-child(443n) .overflow-wrapper{transition-delay:11.075s!important}[data-animation-type=words] .word:nth-child(444n) .overflow-wrapper{transition-delay:11.1s!important}[data-animation-type=words] .word:nth-child(445n) .overflow-wrapper{transition-delay:11.125s!important}[data-animation-type=words] .word:nth-child(446n) .overflow-wrapper{transition-delay:11.15s!important}[data-animation-type=words] .word:nth-child(447n) .overflow-wrapper{transition-delay:11.175s!important}[data-animation-type=words] .word:nth-child(448n) .overflow-wrapper{transition-delay:11.2s!important}[data-animation-type=words] .word:nth-child(449n) .overflow-wrapper{transition-delay:11.225s!important}[data-animation-type=words] .word:nth-child(450n) .overflow-wrapper{transition-delay:11.25s!important}[data-animation-type=words] .word:nth-child(451n) .overflow-wrapper{transition-delay:11.275s!important}[data-animation-type=words] .word:nth-child(452n) .overflow-wrapper{transition-delay:11.3s!important}[data-animation-type=words] .word:nth-child(453n) .overflow-wrapper{transition-delay:11.325s!important}[data-animation-type=words] .word:nth-child(454n) .overflow-wrapper{transition-delay:11.35s!important}[data-animation-type=words] .word:nth-child(455n) .overflow-wrapper{transition-delay:11.375s!important}[data-animation-type=words] .word:nth-child(456n) .overflow-wrapper{transition-delay:11.4s!important}[data-animation-type=words] .word:nth-child(457n) .overflow-wrapper{transition-delay:11.425s!important}[data-animation-type=words] .word:nth-child(458n) .overflow-wrapper{transition-delay:11.45s!important}[data-animation-type=words] .word:nth-child(459n) .overflow-wrapper{transition-delay:11.475s!important}[data-animation-type=words] .word:nth-child(460n) .overflow-wrapper{transition-delay:11.5s!important}[data-animation-type=words] .word:nth-child(461n) .overflow-wrapper{transition-delay:11.525s!important}[data-animation-type=words] .word:nth-child(462n) .overflow-wrapper{transition-delay:11.55s!important}[data-animation-type=words] .word:nth-child(463n) .overflow-wrapper{transition-delay:11.575s!important}[data-animation-type=words] .word:nth-child(464n) .overflow-wrapper{transition-delay:11.6s!important}[data-animation-type=words] .word:nth-child(465n) .overflow-wrapper{transition-delay:11.625s!important}[data-animation-type=words] .word:nth-child(466n) .overflow-wrapper{transition-delay:11.65s!important}[data-animation-type=words] .word:nth-child(467n) .overflow-wrapper{transition-delay:11.675s!important}[data-animation-type=words] .word:nth-child(468n) .overflow-wrapper{transition-delay:11.7s!important}[data-animation-type=words] .word:nth-child(469n) .overflow-wrapper{transition-delay:11.725s!important}[data-animation-type=words] .word:nth-child(470n) .overflow-wrapper{transition-delay:11.75s!important}[data-animation-type=words] .word:nth-child(471n) .overflow-wrapper{transition-delay:11.775s!important}[data-animation-type=words] .word:nth-child(472n) .overflow-wrapper{transition-delay:11.8s!important}[data-animation-type=words] .word:nth-child(473n) .overflow-wrapper{transition-delay:11.825s!important}[data-animation-type=words] .word:nth-child(474n) .overflow-wrapper{transition-delay:11.85s!important}[data-animation-type=words] .word:nth-child(475n) .overflow-wrapper{transition-delay:11.875s!important}[data-animation-type=words] .word:nth-child(476n) .overflow-wrapper{transition-delay:11.9s!important}[data-animation-type=words] .word:nth-child(477n) .overflow-wrapper{transition-delay:11.925s!important}[data-animation-type=words] .word:nth-child(478n) .overflow-wrapper{transition-delay:11.95s!important}[data-animation-type=words] .word:nth-child(479n) .overflow-wrapper{transition-delay:11.975s!important}[data-animation-type=words] .word:nth-child(480n) .overflow-wrapper{transition-delay:12s!important}[data-animation-type=words] .word:nth-child(481n) .overflow-wrapper{transition-delay:12.025s!important}[data-animation-type=words] .word:nth-child(482n) .overflow-wrapper{transition-delay:12.05s!important}[data-animation-type=words] .word:nth-child(483n) .overflow-wrapper{transition-delay:12.075s!important}[data-animation-type=words] .word:nth-child(484n) .overflow-wrapper{transition-delay:12.1s!important}[data-animation-type=words] .word:nth-child(485n) .overflow-wrapper{transition-delay:12.125s!important}[data-animation-type=words] .word:nth-child(486n) .overflow-wrapper{transition-delay:12.15s!important}[data-animation-type=words] .word:nth-child(487n) .overflow-wrapper{transition-delay:12.175s!important}[data-animation-type=words] .word:nth-child(488n) .overflow-wrapper{transition-delay:12.2s!important}[data-animation-type=words] .word:nth-child(489n) .overflow-wrapper{transition-delay:12.225s!important}[data-animation-type=words] .word:nth-child(490n) .overflow-wrapper{transition-delay:12.25s!important}[data-animation-type=words] .word:nth-child(491n) .overflow-wrapper{transition-delay:12.275s!important}[data-animation-type=words] .word:nth-child(492n) .overflow-wrapper{transition-delay:12.3s!important}[data-animation-type=words] .word:nth-child(493n) .overflow-wrapper{transition-delay:12.325s!important}[data-animation-type=words] .word:nth-child(494n) .overflow-wrapper{transition-delay:12.35s!important}[data-animation-type=words] .word:nth-child(495n) .overflow-wrapper{transition-delay:12.375s!important}[data-animation-type=words] .word:nth-child(496n) .overflow-wrapper{transition-delay:12.4s!important}[data-animation-type=words] .word:nth-child(497n) .overflow-wrapper{transition-delay:12.425s!important}[data-animation-type=words] .word:nth-child(498n) .overflow-wrapper{transition-delay:12.45s!important}[data-animation-type=words] .word:nth-child(499n) .overflow-wrapper{transition-delay:12.475s!important}[data-animation-type=words] .word:nth-child(500n) .overflow-wrapper{transition-delay:12.5s!important}[data-animation-type=words] .word:nth-child(501n) .overflow-wrapper{transition-delay:12.525s!important}[data-animation-type=words] .word:nth-child(502n) .overflow-wrapper{transition-delay:12.55s!important}[data-animation-type=words] .word:nth-child(503n) .overflow-wrapper{transition-delay:12.575s!important}[data-animation-type=words] .word:nth-child(504n) .overflow-wrapper{transition-delay:12.6s!important}[data-animation-type=words] .word:nth-child(505n) .overflow-wrapper{transition-delay:12.625s!important}[data-animation-type=words] .word:nth-child(506n) .overflow-wrapper{transition-delay:12.65s!important}[data-animation-type=words] .word:nth-child(507n) .overflow-wrapper{transition-delay:12.675s!important}[data-animation-type=words] .word:nth-child(508n) .overflow-wrapper{transition-delay:12.7s!important}[data-animation-type=words] .word:nth-child(509n) .overflow-wrapper{transition-delay:12.725s!important}[data-animation-type=words] .word:nth-child(510n) .overflow-wrapper{transition-delay:12.75s!important}[data-animation-type=words] .word:nth-child(511n) .overflow-wrapper{transition-delay:12.775s!important}[data-animation-type=words] .word:nth-child(512n) .overflow-wrapper{transition-delay:12.8s!important}[data-animation-type=words] .word:nth-child(513n) .overflow-wrapper{transition-delay:12.825s!important}[data-animation-type=words] .word:nth-child(514n) .overflow-wrapper{transition-delay:12.85s!important}[data-animation-type=words] .word:nth-child(515n) .overflow-wrapper{transition-delay:12.875s!important}[data-animation-type=words] .word:nth-child(516n) .overflow-wrapper{transition-delay:12.9s!important}[data-animation-type=words] .word:nth-child(517n) .overflow-wrapper{transition-delay:12.925s!important}[data-animation-type=words] .word:nth-child(518n) .overflow-wrapper{transition-delay:12.95s!important}[data-animation-type=words] .word:nth-child(519n) .overflow-wrapper{transition-delay:12.975s!important}[data-animation-type=words] .word:nth-child(520n) .overflow-wrapper{transition-delay:13s!important}[data-animation-type=words] .word:nth-child(521n) .overflow-wrapper{transition-delay:13.025s!important}[data-animation-type=words] .word:nth-child(522n) .overflow-wrapper{transition-delay:13.05s!important}[data-animation-type=words] .word:nth-child(523n) .overflow-wrapper{transition-delay:13.075s!important}[data-animation-type=words] .word:nth-child(524n) .overflow-wrapper{transition-delay:13.1s!important}[data-animation-type=words] .word:nth-child(525n) .overflow-wrapper{transition-delay:13.125s!important}[data-animation-type=words] .word:nth-child(526n) .overflow-wrapper{transition-delay:13.15s!important}[data-animation-type=words] .word:nth-child(527n) .overflow-wrapper{transition-delay:13.175s!important}[data-animation-type=words] .word:nth-child(528n) .overflow-wrapper{transition-delay:13.2s!important}[data-animation-type=words] .word:nth-child(529n) .overflow-wrapper{transition-delay:13.225s!important}[data-animation-type=words] .word:nth-child(530n) .overflow-wrapper{transition-delay:13.25s!important}[data-animation-type=words] .word:nth-child(531n) .overflow-wrapper{transition-delay:13.275s!important}[data-animation-type=words] .word:nth-child(532n) .overflow-wrapper{transition-delay:13.3s!important}[data-animation-type=words] .word:nth-child(533n) .overflow-wrapper{transition-delay:13.325s!important}[data-animation-type=words] .word:nth-child(534n) .overflow-wrapper{transition-delay:13.35s!important}[data-animation-type=words] .word:nth-child(535n) .overflow-wrapper{transition-delay:13.375s!important}[data-animation-type=words] .word:nth-child(536n) .overflow-wrapper{transition-delay:13.4s!important}[data-animation-type=words] .word:nth-child(537n) .overflow-wrapper{transition-delay:13.425s!important}[data-animation-type=words] .word:nth-child(538n) .overflow-wrapper{transition-delay:13.45s!important}[data-animation-type=words] .word:nth-child(539n) .overflow-wrapper{transition-delay:13.475s!important}[data-animation-type=words] .word:nth-child(540n) .overflow-wrapper{transition-delay:13.5s!important}[data-animation-type=words] .word:nth-child(541n) .overflow-wrapper{transition-delay:13.525s!important}[data-animation-type=words] .word:nth-child(542n) .overflow-wrapper{transition-delay:13.55s!important}[data-animation-type=words] .word:nth-child(543n) .overflow-wrapper{transition-delay:13.575s!important}[data-animation-type=words] .word:nth-child(544n) .overflow-wrapper{transition-delay:13.6s!important}[data-animation-type=words] .word:nth-child(545n) .overflow-wrapper{transition-delay:13.625s!important}[data-animation-type=words] .word:nth-child(546n) .overflow-wrapper{transition-delay:13.65s!important}[data-animation-type=words] .word:nth-child(547n) .overflow-wrapper{transition-delay:13.675s!important}[data-animation-type=words] .word:nth-child(548n) .overflow-wrapper{transition-delay:13.7s!important}[data-animation-type=words] .word:nth-child(549n) .overflow-wrapper{transition-delay:13.725s!important}[data-animation-type=words] .word:nth-child(550n) .overflow-wrapper{transition-delay:13.75s!important}[data-animation-type=words] .word:nth-child(551n) .overflow-wrapper{transition-delay:13.775s!important}[data-animation-type=words] .word:nth-child(552n) .overflow-wrapper{transition-delay:13.8s!important}[data-animation-type=words] .word:nth-child(553n) .overflow-wrapper{transition-delay:13.825s!important}[data-animation-type=words] .word:nth-child(554n) .overflow-wrapper{transition-delay:13.85s!important}[data-animation-type=words] .word:nth-child(555n) .overflow-wrapper{transition-delay:13.875s!important}[data-animation-type=words] .word:nth-child(556n) .overflow-wrapper{transition-delay:13.9s!important}[data-animation-type=words] .word:nth-child(557n) .overflow-wrapper{transition-delay:13.925s!important}[data-animation-type=words] .word:nth-child(558n) .overflow-wrapper{transition-delay:13.95s!important}[data-animation-type=words] .word:nth-child(559n) .overflow-wrapper{transition-delay:13.975s!important}[data-animation-type=words] .word:nth-child(560n) .overflow-wrapper{transition-delay:14s!important}[data-animation-type=words] .word:nth-child(561n) .overflow-wrapper{transition-delay:14.025s!important}[data-animation-type=words] .word:nth-child(562n) .overflow-wrapper{transition-delay:14.05s!important}[data-animation-type=words] .word:nth-child(563n) .overflow-wrapper{transition-delay:14.075s!important}[data-animation-type=words] .word:nth-child(564n) .overflow-wrapper{transition-delay:14.1s!important}[data-animation-type=words] .word:nth-child(565n) .overflow-wrapper{transition-delay:14.125s!important}[data-animation-type=words] .word:nth-child(566n) .overflow-wrapper{transition-delay:14.15s!important}[data-animation-type=words] .word:nth-child(567n) .overflow-wrapper{transition-delay:14.175s!important}[data-animation-type=words] .word:nth-child(568n) .overflow-wrapper{transition-delay:14.2s!important}[data-animation-type=words] .word:nth-child(569n) .overflow-wrapper{transition-delay:14.225s!important}[data-animation-type=words] .word:nth-child(570n) .overflow-wrapper{transition-delay:14.25s!important}[data-animation-type=words] .word:nth-child(571n) .overflow-wrapper{transition-delay:14.275s!important}[data-animation-type=words] .word:nth-child(572n) .overflow-wrapper{transition-delay:14.3s!important}[data-animation-type=words] .word:nth-child(573n) .overflow-wrapper{transition-delay:14.325s!important}[data-animation-type=words] .word:nth-child(574n) .overflow-wrapper{transition-delay:14.35s!important}[data-animation-type=words] .word:nth-child(575n) .overflow-wrapper{transition-delay:14.375s!important}[data-animation-type=words] .word:nth-child(576n) .overflow-wrapper{transition-delay:14.4s!important}[data-animation-type=words] .word:nth-child(577n) .overflow-wrapper{transition-delay:14.425s!important}[data-animation-type=words] .word:nth-child(578n) .overflow-wrapper{transition-delay:14.45s!important}[data-animation-type=words] .word:nth-child(579n) .overflow-wrapper{transition-delay:14.475s!important}[data-animation-type=words] .word:nth-child(580n) .overflow-wrapper{transition-delay:14.5s!important}[data-animation-type=words] .word:nth-child(581n) .overflow-wrapper{transition-delay:14.525s!important}[data-animation-type=words] .word:nth-child(582n) .overflow-wrapper{transition-delay:14.55s!important}[data-animation-type=words] .word:nth-child(583n) .overflow-wrapper{transition-delay:14.575s!important}[data-animation-type=words] .word:nth-child(584n) .overflow-wrapper{transition-delay:14.6s!important}[data-animation-type=words] .word:nth-child(585n) .overflow-wrapper{transition-delay:14.625s!important}[data-animation-type=words] .word:nth-child(586n) .overflow-wrapper{transition-delay:14.65s!important}[data-animation-type=words] .word:nth-child(587n) .overflow-wrapper{transition-delay:14.675s!important}[data-animation-type=words] .word:nth-child(588n) .overflow-wrapper{transition-delay:14.7s!important}[data-animation-type=words] .word:nth-child(589n) .overflow-wrapper{transition-delay:14.725s!important}[data-animation-type=words] .word:nth-child(590n) .overflow-wrapper{transition-delay:14.75s!important}[data-animation-type=words] .word:nth-child(591n) .overflow-wrapper{transition-delay:14.775s!important}[data-animation-type=words] .word:nth-child(592n) .overflow-wrapper{transition-delay:14.8s!important}[data-animation-type=words] .word:nth-child(593n) .overflow-wrapper{transition-delay:14.825s!important}[data-animation-type=words] .word:nth-child(594n) .overflow-wrapper{transition-delay:14.85s!important}[data-animation-type=words] .word:nth-child(595n) .overflow-wrapper{transition-delay:14.875s!important}[data-animation-type=words] .word:nth-child(596n) .overflow-wrapper{transition-delay:14.9s!important}[data-animation-type=words] .word:nth-child(597n) .overflow-wrapper{transition-delay:14.925s!important}[data-animation-type=words] .word:nth-child(598n) .overflow-wrapper{transition-delay:14.95s!important}[data-animation-type=words] .word:nth-child(599n) .overflow-wrapper{transition-delay:14.975s!important}[data-animation-type=words] .word:nth-child(600n) .overflow-wrapper{transition-delay:15s!important}[data-animation-type=words] .word:nth-child(601n) .overflow-wrapper{transition-delay:15.025s!important}[data-animation-type=words] .word:nth-child(602n) .overflow-wrapper{transition-delay:15.05s!important}[data-animation-type=words] .word:nth-child(603n) .overflow-wrapper{transition-delay:15.075s!important}[data-animation-type=words] .word:nth-child(604n) .overflow-wrapper{transition-delay:15.1s!important}[data-animation-type=words] .word:nth-child(605n) .overflow-wrapper{transition-delay:15.125s!important}[data-animation-type=words] .word:nth-child(606n) .overflow-wrapper{transition-delay:15.15s!important}[data-animation-type=words] .word:nth-child(607n) .overflow-wrapper{transition-delay:15.175s!important}[data-animation-type=words] .word:nth-child(608n) .overflow-wrapper{transition-delay:15.2s!important}[data-animation-type=words] .word:nth-child(609n) .overflow-wrapper{transition-delay:15.225s!important}[data-animation-type=words] .word:nth-child(610n) .overflow-wrapper{transition-delay:15.25s!important}[data-animation-type=words] .word:nth-child(611n) .overflow-wrapper{transition-delay:15.275s!important}[data-animation-type=words] .word:nth-child(612n) .overflow-wrapper{transition-delay:15.3s!important}[data-animation-type=words] .word:nth-child(613n) .overflow-wrapper{transition-delay:15.325s!important}[data-animation-type=words] .word:nth-child(614n) .overflow-wrapper{transition-delay:15.35s!important}[data-animation-type=words] .word:nth-child(615n) .overflow-wrapper{transition-delay:15.375s!important}[data-animation-type=words] .word:nth-child(616n) .overflow-wrapper{transition-delay:15.4s!important}[data-animation-type=words] .word:nth-child(617n) .overflow-wrapper{transition-delay:15.425s!important}[data-animation-type=words] .word:nth-child(618n) .overflow-wrapper{transition-delay:15.45s!important}[data-animation-type=words] .word:nth-child(619n) .overflow-wrapper{transition-delay:15.475s!important}[data-animation-type=words] .word:nth-child(620n) .overflow-wrapper{transition-delay:15.5s!important}[data-animation-type=words] .word:nth-child(621n) .overflow-wrapper{transition-delay:15.525s!important}[data-animation-type=words] .word:nth-child(622n) .overflow-wrapper{transition-delay:15.55s!important}[data-animation-type=words] .word:nth-child(623n) .overflow-wrapper{transition-delay:15.575s!important}[data-animation-type=words] .word:nth-child(624n) .overflow-wrapper{transition-delay:15.6s!important}[data-animation-type=words] .word:nth-child(625n) .overflow-wrapper{transition-delay:15.625s!important}[data-animation-type=words] .word:nth-child(626n) .overflow-wrapper{transition-delay:15.65s!important}[data-animation-type=words] .word:nth-child(627n) .overflow-wrapper{transition-delay:15.675s!important}[data-animation-type=words] .word:nth-child(628n) .overflow-wrapper{transition-delay:15.7s!important}[data-animation-type=words] .word:nth-child(629n) .overflow-wrapper{transition-delay:15.725s!important}[data-animation-type=words] .word:nth-child(630n) .overflow-wrapper{transition-delay:15.75s!important}[data-animation-type=words] .word:nth-child(631n) .overflow-wrapper{transition-delay:15.775s!important}[data-animation-type=words] .word:nth-child(632n) .overflow-wrapper{transition-delay:15.8s!important}[data-animation-type=words] .word:nth-child(633n) .overflow-wrapper{transition-delay:15.825s!important}[data-animation-type=words] .word:nth-child(634n) .overflow-wrapper{transition-delay:15.85s!important}[data-animation-type=words] .word:nth-child(635n) .overflow-wrapper{transition-delay:15.875s!important}[data-animation-type=words] .word:nth-child(636n) .overflow-wrapper{transition-delay:15.9s!important}[data-animation-type=words] .word:nth-child(637n) .overflow-wrapper{transition-delay:15.925s!important}[data-animation-type=words] .word:nth-child(638n) .overflow-wrapper{transition-delay:15.95s!important}[data-animation-type=words] .word:nth-child(639n) .overflow-wrapper{transition-delay:15.975s!important}[data-animation-type=words] .word:nth-child(640n) .overflow-wrapper{transition-delay:16s!important}[data-animation-type=words] .word:nth-child(641n) .overflow-wrapper{transition-delay:16.025s!important}[data-animation-type=words] .word:nth-child(642n) .overflow-wrapper{transition-delay:16.05s!important}[data-animation-type=words] .word:nth-child(643n) .overflow-wrapper{transition-delay:16.075s!important}[data-animation-type=words] .word:nth-child(644n) .overflow-wrapper{transition-delay:16.1s!important}[data-animation-type=words] .word:nth-child(645n) .overflow-wrapper{transition-delay:16.125s!important}[data-animation-type=words] .word:nth-child(646n) .overflow-wrapper{transition-delay:16.15s!important}[data-animation-type=words] .word:nth-child(647n) .overflow-wrapper{transition-delay:16.175s!important}[data-animation-type=words] .word:nth-child(648n) .overflow-wrapper{transition-delay:16.2s!important}[data-animation-type=words] .word:nth-child(649n) .overflow-wrapper{transition-delay:16.225s!important}[data-animation-type=words] .word:nth-child(650n) .overflow-wrapper{transition-delay:16.25s!important}[data-animation-type=words] .word:nth-child(651n) .overflow-wrapper{transition-delay:16.275s!important}[data-animation-type=words] .word:nth-child(652n) .overflow-wrapper{transition-delay:16.3s!important}[data-animation-type=words] .word:nth-child(653n) .overflow-wrapper{transition-delay:16.325s!important}[data-animation-type=words] .word:nth-child(654n) .overflow-wrapper{transition-delay:16.35s!important}[data-animation-type=words] .word:nth-child(655n) .overflow-wrapper{transition-delay:16.375s!important}[data-animation-type=words] .word:nth-child(656n) .overflow-wrapper{transition-delay:16.4s!important}[data-animation-type=words] .word:nth-child(657n) .overflow-wrapper{transition-delay:16.425s!important}[data-animation-type=words] .word:nth-child(658n) .overflow-wrapper{transition-delay:16.45s!important}[data-animation-type=words] .word:nth-child(659n) .overflow-wrapper{transition-delay:16.475s!important}[data-animation-type=words] .word:nth-child(660n) .overflow-wrapper{transition-delay:16.5s!important}[data-animation-type=words] .word:nth-child(661n) .overflow-wrapper{transition-delay:16.525s!important}[data-animation-type=words] .word:nth-child(662n) .overflow-wrapper{transition-delay:16.55s!important}[data-animation-type=words] .word:nth-child(663n) .overflow-wrapper{transition-delay:16.575s!important}[data-animation-type=words] .word:nth-child(664n) .overflow-wrapper{transition-delay:16.6s!important}[data-animation-type=words] .word:nth-child(665n) .overflow-wrapper{transition-delay:16.625s!important}[data-animation-type=words] .word:nth-child(666n) .overflow-wrapper{transition-delay:16.65s!important}[data-animation-type=words] .word:nth-child(667n) .overflow-wrapper{transition-delay:16.675s!important}[data-animation-type=words] .word:nth-child(668n) .overflow-wrapper{transition-delay:16.7s!important}[data-animation-type=words] .word:nth-child(669n) .overflow-wrapper{transition-delay:16.725s!important}[data-animation-type=words] .word:nth-child(670n) .overflow-wrapper{transition-delay:16.75s!important}[data-animation-type=words] .word:nth-child(671n) .overflow-wrapper{transition-delay:16.775s!important}[data-animation-type=words] .word:nth-child(672n) .overflow-wrapper{transition-delay:16.8s!important}[data-animation-type=words] .word:nth-child(673n) .overflow-wrapper{transition-delay:16.825s!important}[data-animation-type=words] .word:nth-child(674n) .overflow-wrapper{transition-delay:16.85s!important}[data-animation-type=words] .word:nth-child(675n) .overflow-wrapper{transition-delay:16.875s!important}[data-animation-type=words] .word:nth-child(676n) .overflow-wrapper{transition-delay:16.9s!important}[data-animation-type=words] .word:nth-child(677n) .overflow-wrapper{transition-delay:16.925s!important}[data-animation-type=words] .word:nth-child(678n) .overflow-wrapper{transition-delay:16.95s!important}[data-animation-type=words] .word:nth-child(679n) .overflow-wrapper{transition-delay:16.975s!important}[data-animation-type=words] .word:nth-child(680n) .overflow-wrapper{transition-delay:17s!important}[data-animation-type=words] .word:nth-child(681n) .overflow-wrapper{transition-delay:17.025s!important}[data-animation-type=words] .word:nth-child(682n) .overflow-wrapper{transition-delay:17.05s!important}[data-animation-type=words] .word:nth-child(683n) .overflow-wrapper{transition-delay:17.075s!important}[data-animation-type=words] .word:nth-child(684n) .overflow-wrapper{transition-delay:17.1s!important}[data-animation-type=words] .word:nth-child(685n) .overflow-wrapper{transition-delay:17.125s!important}[data-animation-type=words] .word:nth-child(686n) .overflow-wrapper{transition-delay:17.15s!important}[data-animation-type=words] .word:nth-child(687n) .overflow-wrapper{transition-delay:17.175s!important}[data-animation-type=words] .word:nth-child(688n) .overflow-wrapper{transition-delay:17.2s!important}[data-animation-type=words] .word:nth-child(689n) .overflow-wrapper{transition-delay:17.225s!important}[data-animation-type=words] .word:nth-child(690n) .overflow-wrapper{transition-delay:17.25s!important}[data-animation-type=words] .word:nth-child(691n) .overflow-wrapper{transition-delay:17.275s!important}[data-animation-type=words] .word:nth-child(692n) .overflow-wrapper{transition-delay:17.3s!important}[data-animation-type=words] .word:nth-child(693n) .overflow-wrapper{transition-delay:17.325s!important}[data-animation-type=words] .word:nth-child(694n) .overflow-wrapper{transition-delay:17.35s!important}[data-animation-type=words] .word:nth-child(695n) .overflow-wrapper{transition-delay:17.375s!important}[data-animation-type=words] .word:nth-child(696n) .overflow-wrapper{transition-delay:17.4s!important}[data-animation-type=words] .word:nth-child(697n) .overflow-wrapper{transition-delay:17.425s!important}[data-animation-type=words] .word:nth-child(698n) .overflow-wrapper{transition-delay:17.45s!important}[data-animation-type=words] .word:nth-child(699n) .overflow-wrapper{transition-delay:17.475s!important}[data-animation-type=words] .word:nth-child(700n) .overflow-wrapper{transition-delay:17.5s!important}[data-animation-type=words] .word:nth-child(701n) .overflow-wrapper{transition-delay:17.525s!important}[data-animation-type=words] .word:nth-child(702n) .overflow-wrapper{transition-delay:17.55s!important}[data-animation-type=words] .word:nth-child(703n) .overflow-wrapper{transition-delay:17.575s!important}[data-animation-type=words] .word:nth-child(704n) .overflow-wrapper{transition-delay:17.6s!important}[data-animation-type=words] .word:nth-child(705n) .overflow-wrapper{transition-delay:17.625s!important}[data-animation-type=words] .word:nth-child(706n) .overflow-wrapper{transition-delay:17.65s!important}[data-animation-type=words] .word:nth-child(707n) .overflow-wrapper{transition-delay:17.675s!important}[data-animation-type=words] .word:nth-child(708n) .overflow-wrapper{transition-delay:17.7s!important}[data-animation-type=words] .word:nth-child(709n) .overflow-wrapper{transition-delay:17.725s!important}[data-animation-type=words] .word:nth-child(710n) .overflow-wrapper{transition-delay:17.75s!important}[data-animation-type=words] .word:nth-child(711n) .overflow-wrapper{transition-delay:17.775s!important}[data-animation-type=words] .word:nth-child(712n) .overflow-wrapper{transition-delay:17.8s!important}[data-animation-type=words] .word:nth-child(713n) .overflow-wrapper{transition-delay:17.825s!important}[data-animation-type=words] .word:nth-child(714n) .overflow-wrapper{transition-delay:17.85s!important}[data-animation-type=words] .word:nth-child(715n) .overflow-wrapper{transition-delay:17.875s!important}[data-animation-type=words] .word:nth-child(716n) .overflow-wrapper{transition-delay:17.9s!important}[data-animation-type=words] .word:nth-child(717n) .overflow-wrapper{transition-delay:17.925s!important}[data-animation-type=words] .word:nth-child(718n) .overflow-wrapper{transition-delay:17.95s!important}[data-animation-type=words] .word:nth-child(719n) .overflow-wrapper{transition-delay:17.975s!important}[data-animation-type=words] .word:nth-child(720n) .overflow-wrapper{transition-delay:18s!important}[data-animation-type=words] .word:nth-child(721n) .overflow-wrapper{transition-delay:18.025s!important}[data-animation-type=words] .word:nth-child(722n) .overflow-wrapper{transition-delay:18.05s!important}[data-animation-type=words] .word:nth-child(723n) .overflow-wrapper{transition-delay:18.075s!important}[data-animation-type=words] .word:nth-child(724n) .overflow-wrapper{transition-delay:18.1s!important}[data-animation-type=words] .word:nth-child(725n) .overflow-wrapper{transition-delay:18.125s!important}[data-animation-type=words] .word:nth-child(726n) .overflow-wrapper{transition-delay:18.15s!important}[data-animation-type=words] .word:nth-child(727n) .overflow-wrapper{transition-delay:18.175s!important}[data-animation-type=words] .word:nth-child(728n) .overflow-wrapper{transition-delay:18.2s!important}[data-animation-type=words] .word:nth-child(729n) .overflow-wrapper{transition-delay:18.225s!important}[data-animation-type=words] .word:nth-child(730n) .overflow-wrapper{transition-delay:18.25s!important}[data-animation-type=words] .word:nth-child(731n) .overflow-wrapper{transition-delay:18.275s!important}[data-animation-type=words] .word:nth-child(732n) .overflow-wrapper{transition-delay:18.3s!important}[data-animation-type=words] .word:nth-child(733n) .overflow-wrapper{transition-delay:18.325s!important}[data-animation-type=words] .word:nth-child(734n) .overflow-wrapper{transition-delay:18.35s!important}[data-animation-type=words] .word:nth-child(735n) .overflow-wrapper{transition-delay:18.375s!important}[data-animation-type=words] .word:nth-child(736n) .overflow-wrapper{transition-delay:18.4s!important}[data-animation-type=words] .word:nth-child(737n) .overflow-wrapper{transition-delay:18.425s!important}[data-animation-type=words] .word:nth-child(738n) .overflow-wrapper{transition-delay:18.45s!important}[data-animation-type=words] .word:nth-child(739n) .overflow-wrapper{transition-delay:18.475s!important}[data-animation-type=words] .word:nth-child(740n) .overflow-wrapper{transition-delay:18.5s!important}[data-animation-type=words] .word:nth-child(741n) .overflow-wrapper{transition-delay:18.525s!important}[data-animation-type=words] .word:nth-child(742n) .overflow-wrapper{transition-delay:18.55s!important}[data-animation-type=words] .word:nth-child(743n) .overflow-wrapper{transition-delay:18.575s!important}[data-animation-type=words] .word:nth-child(744n) .overflow-wrapper{transition-delay:18.6s!important}[data-animation-type=words] .word:nth-child(745n) .overflow-wrapper{transition-delay:18.625s!important}[data-animation-type=words] .word:nth-child(746n) .overflow-wrapper{transition-delay:18.65s!important}[data-animation-type=words] .word:nth-child(747n) .overflow-wrapper{transition-delay:18.675s!important}[data-animation-type=words] .word:nth-child(748n) .overflow-wrapper{transition-delay:18.7s!important}[data-animation-type=words] .word:nth-child(749n) .overflow-wrapper{transition-delay:18.725s!important}[data-animation-type=words] .word:nth-child(750n) .overflow-wrapper{transition-delay:18.75s!important}[data-animation-type=words] .word:nth-child(751n) .overflow-wrapper{transition-delay:18.775s!important}[data-animation-type=words] .word:nth-child(752n) .overflow-wrapper{transition-delay:18.8s!important}[data-animation-type=words] .word:nth-child(753n) .overflow-wrapper{transition-delay:18.825s!important}[data-animation-type=words] .word:nth-child(754n) .overflow-wrapper{transition-delay:18.85s!important}[data-animation-type=words] .word:nth-child(755n) .overflow-wrapper{transition-delay:18.875s!important}[data-animation-type=words] .word:nth-child(756n) .overflow-wrapper{transition-delay:18.9s!important}[data-animation-type=words] .word:nth-child(757n) .overflow-wrapper{transition-delay:18.925s!important}[data-animation-type=words] .word:nth-child(758n) .overflow-wrapper{transition-delay:18.95s!important}[data-animation-type=words] .word:nth-child(759n) .overflow-wrapper{transition-delay:18.975s!important}[data-animation-type=words] .word:nth-child(760n) .overflow-wrapper{transition-delay:19s!important}[data-animation-type=words] .word:nth-child(761n) .overflow-wrapper{transition-delay:19.025s!important}[data-animation-type=words] .word:nth-child(762n) .overflow-wrapper{transition-delay:19.05s!important}[data-animation-type=words] .word:nth-child(763n) .overflow-wrapper{transition-delay:19.075s!important}[data-animation-type=words] .word:nth-child(764n) .overflow-wrapper{transition-delay:19.1s!important}[data-animation-type=words] .word:nth-child(765n) .overflow-wrapper{transition-delay:19.125s!important}[data-animation-type=words] .word:nth-child(766n) .overflow-wrapper{transition-delay:19.15s!important}[data-animation-type=words] .word:nth-child(767n) .overflow-wrapper{transition-delay:19.175s!important}[data-animation-type=words] .word:nth-child(768n) .overflow-wrapper{transition-delay:19.2s!important}[data-animation-type=words] .word:nth-child(769n) .overflow-wrapper{transition-delay:19.225s!important}[data-animation-type=words] .word:nth-child(770n) .overflow-wrapper{transition-delay:19.25s!important}[data-animation-type=words] .word:nth-child(771n) .overflow-wrapper{transition-delay:19.275s!important}[data-animation-type=words] .word:nth-child(772n) .overflow-wrapper{transition-delay:19.3s!important}[data-animation-type=words] .word:nth-child(773n) .overflow-wrapper{transition-delay:19.325s!important}[data-animation-type=words] .word:nth-child(774n) .overflow-wrapper{transition-delay:19.35s!important}[data-animation-type=words] .word:nth-child(775n) .overflow-wrapper{transition-delay:19.375s!important}[data-animation-type=words] .word:nth-child(776n) .overflow-wrapper{transition-delay:19.4s!important}[data-animation-type=words] .word:nth-child(777n) .overflow-wrapper{transition-delay:19.425s!important}[data-animation-type=words] .word:nth-child(778n) .overflow-wrapper{transition-delay:19.45s!important}[data-animation-type=words] .word:nth-child(779n) .overflow-wrapper{transition-delay:19.475s!important}[data-animation-type=words] .word:nth-child(780n) .overflow-wrapper{transition-delay:19.5s!important}[data-animation-type=words] .word:nth-child(781n) .overflow-wrapper{transition-delay:19.525s!important}[data-animation-type=words] .word:nth-child(782n) .overflow-wrapper{transition-delay:19.55s!important}[data-animation-type=words] .word:nth-child(783n) .overflow-wrapper{transition-delay:19.575s!important}[data-animation-type=words] .word:nth-child(784n) .overflow-wrapper{transition-delay:19.6s!important}[data-animation-type=words] .word:nth-child(785n) .overflow-wrapper{transition-delay:19.625s!important}[data-animation-type=words] .word:nth-child(786n) .overflow-wrapper{transition-delay:19.65s!important}[data-animation-type=words] .word:nth-child(787n) .overflow-wrapper{transition-delay:19.675s!important}[data-animation-type=words] .word:nth-child(788n) .overflow-wrapper{transition-delay:19.7s!important}[data-animation-type=words] .word:nth-child(789n) .overflow-wrapper{transition-delay:19.725s!important}[data-animation-type=words] .word:nth-child(790n) .overflow-wrapper{transition-delay:19.75s!important}[data-animation-type=words] .word:nth-child(791n) .overflow-wrapper{transition-delay:19.775s!important}[data-animation-type=words] .word:nth-child(792n) .overflow-wrapper{transition-delay:19.8s!important}[data-animation-type=words] .word:nth-child(793n) .overflow-wrapper{transition-delay:19.825s!important}[data-animation-type=words] .word:nth-child(794n) .overflow-wrapper{transition-delay:19.85s!important}[data-animation-type=words] .word:nth-child(795n) .overflow-wrapper{transition-delay:19.875s!important}[data-animation-type=words] .word:nth-child(796n) .overflow-wrapper{transition-delay:19.9s!important}[data-animation-type=words] .word:nth-child(797n) .overflow-wrapper{transition-delay:19.925s!important}[data-animation-type=words] .word:nth-child(798n) .overflow-wrapper{transition-delay:19.95s!important}[data-animation-type=words] .word:nth-child(799n) .overflow-wrapper{transition-delay:19.975s!important}[data-animation-type=words] .word:nth-child(800n) .overflow-wrapper{transition-delay:20s!important}[data-animation-type=words] .word:nth-child(801n) .overflow-wrapper{transition-delay:20.025s!important}[data-animation-type=words] .word:nth-child(802n) .overflow-wrapper{transition-delay:20.05s!important}[data-animation-type=words] .word:nth-child(803n) .overflow-wrapper{transition-delay:20.075s!important}[data-animation-type=words] .word:nth-child(804n) .overflow-wrapper{transition-delay:20.1s!important}[data-animation-type=words] .word:nth-child(805n) .overflow-wrapper{transition-delay:20.125s!important}[data-animation-type=words] .word:nth-child(806n) .overflow-wrapper{transition-delay:20.15s!important}[data-animation-type=words] .word:nth-child(807n) .overflow-wrapper{transition-delay:20.175s!important}[data-animation-type=words] .word:nth-child(808n) .overflow-wrapper{transition-delay:20.2s!important}[data-animation-type=words] .word:nth-child(809n) .overflow-wrapper{transition-delay:20.225s!important}[data-animation-type=words] .word:nth-child(810n) .overflow-wrapper{transition-delay:20.25s!important}[data-animation-type=words] .word:nth-child(811n) .overflow-wrapper{transition-delay:20.275s!important}[data-animation-type=words] .word:nth-child(812n) .overflow-wrapper{transition-delay:20.3s!important}[data-animation-type=words] .word:nth-child(813n) .overflow-wrapper{transition-delay:20.325s!important}[data-animation-type=words] .word:nth-child(814n) .overflow-wrapper{transition-delay:20.35s!important}[data-animation-type=words] .word:nth-child(815n) .overflow-wrapper{transition-delay:20.375s!important}[data-animation-type=words] .word:nth-child(816n) .overflow-wrapper{transition-delay:20.4s!important}[data-animation-type=words] .word:nth-child(817n) .overflow-wrapper{transition-delay:20.425s!important}[data-animation-type=words] .word:nth-child(818n) .overflow-wrapper{transition-delay:20.45s!important}[data-animation-type=words] .word:nth-child(819n) .overflow-wrapper{transition-delay:20.475s!important}[data-animation-type=words] .word:nth-child(820n) .overflow-wrapper{transition-delay:20.5s!important}[data-animation-type=words] .word:nth-child(821n) .overflow-wrapper{transition-delay:20.525s!important}[data-animation-type=words] .word:nth-child(822n) .overflow-wrapper{transition-delay:20.55s!important}[data-animation-type=words] .word:nth-child(823n) .overflow-wrapper{transition-delay:20.575s!important}[data-animation-type=words] .word:nth-child(824n) .overflow-wrapper{transition-delay:20.6s!important}[data-animation-type=words] .word:nth-child(825n) .overflow-wrapper{transition-delay:20.625s!important}[data-animation-type=words] .word:nth-child(826n) .overflow-wrapper{transition-delay:20.65s!important}[data-animation-type=words] .word:nth-child(827n) .overflow-wrapper{transition-delay:20.675s!important}[data-animation-type=words] .word:nth-child(828n) .overflow-wrapper{transition-delay:20.7s!important}[data-animation-type=words] .word:nth-child(829n) .overflow-wrapper{transition-delay:20.725s!important}[data-animation-type=words] .word:nth-child(830n) .overflow-wrapper{transition-delay:20.75s!important}[data-animation-type=words] .word:nth-child(831n) .overflow-wrapper{transition-delay:20.775s!important}[data-animation-type=words] .word:nth-child(832n) .overflow-wrapper{transition-delay:20.8s!important}[data-animation-type=words] .word:nth-child(833n) .overflow-wrapper{transition-delay:20.825s!important}[data-animation-type=words] .word:nth-child(834n) .overflow-wrapper{transition-delay:20.85s!important}[data-animation-type=words] .word:nth-child(835n) .overflow-wrapper{transition-delay:20.875s!important}[data-animation-type=words] .word:nth-child(836n) .overflow-wrapper{transition-delay:20.9s!important}[data-animation-type=words] .word:nth-child(837n) .overflow-wrapper{transition-delay:20.925s!important}[data-animation-type=words] .word:nth-child(838n) .overflow-wrapper{transition-delay:20.95s!important}[data-animation-type=words] .word:nth-child(839n) .overflow-wrapper{transition-delay:20.975s!important}[data-animation-type=words] .word:nth-child(840n) .overflow-wrapper{transition-delay:21s!important}[data-animation-type=words] .word:nth-child(841n) .overflow-wrapper{transition-delay:21.025s!important}[data-animation-type=words] .word:nth-child(842n) .overflow-wrapper{transition-delay:21.05s!important}[data-animation-type=words] .word:nth-child(843n) .overflow-wrapper{transition-delay:21.075s!important}[data-animation-type=words] .word:nth-child(844n) .overflow-wrapper{transition-delay:21.1s!important}[data-animation-type=words] .word:nth-child(845n) .overflow-wrapper{transition-delay:21.125s!important}[data-animation-type=words] .word:nth-child(846n) .overflow-wrapper{transition-delay:21.15s!important}[data-animation-type=words] .word:nth-child(847n) .overflow-wrapper{transition-delay:21.175s!important}[data-animation-type=words] .word:nth-child(848n) .overflow-wrapper{transition-delay:21.2s!important}[data-animation-type=words] .word:nth-child(849n) .overflow-wrapper{transition-delay:21.225s!important}[data-animation-type=words] .word:nth-child(850n) .overflow-wrapper{transition-delay:21.25s!important}[data-animation-type=words] .word:nth-child(851n) .overflow-wrapper{transition-delay:21.275s!important}[data-animation-type=words] .word:nth-child(852n) .overflow-wrapper{transition-delay:21.3s!important}[data-animation-type=words] .word:nth-child(853n) .overflow-wrapper{transition-delay:21.325s!important}[data-animation-type=words] .word:nth-child(854n) .overflow-wrapper{transition-delay:21.35s!important}[data-animation-type=words] .word:nth-child(855n) .overflow-wrapper{transition-delay:21.375s!important}[data-animation-type=words] .word:nth-child(856n) .overflow-wrapper{transition-delay:21.4s!important}[data-animation-type=words] .word:nth-child(857n) .overflow-wrapper{transition-delay:21.425s!important}[data-animation-type=words] .word:nth-child(858n) .overflow-wrapper{transition-delay:21.45s!important}[data-animation-type=words] .word:nth-child(859n) .overflow-wrapper{transition-delay:21.475s!important}[data-animation-type=words] .word:nth-child(860n) .overflow-wrapper{transition-delay:21.5s!important}[data-animation-type=words] .word:nth-child(861n) .overflow-wrapper{transition-delay:21.525s!important}[data-animation-type=words] .word:nth-child(862n) .overflow-wrapper{transition-delay:21.55s!important}[data-animation-type=words] .word:nth-child(863n) .overflow-wrapper{transition-delay:21.575s!important}[data-animation-type=words] .word:nth-child(864n) .overflow-wrapper{transition-delay:21.6s!important}[data-animation-type=words] .word:nth-child(865n) .overflow-wrapper{transition-delay:21.625s!important}[data-animation-type=words] .word:nth-child(866n) .overflow-wrapper{transition-delay:21.65s!important}[data-animation-type=words] .word:nth-child(867n) .overflow-wrapper{transition-delay:21.675s!important}[data-animation-type=words] .word:nth-child(868n) .overflow-wrapper{transition-delay:21.7s!important}[data-animation-type=words] .word:nth-child(869n) .overflow-wrapper{transition-delay:21.725s!important}[data-animation-type=words] .word:nth-child(870n) .overflow-wrapper{transition-delay:21.75s!important}[data-animation-type=words] .word:nth-child(871n) .overflow-wrapper{transition-delay:21.775s!important}[data-animation-type=words] .word:nth-child(872n) .overflow-wrapper{transition-delay:21.8s!important}[data-animation-type=words] .word:nth-child(873n) .overflow-wrapper{transition-delay:21.825s!important}[data-animation-type=words] .word:nth-child(874n) .overflow-wrapper{transition-delay:21.85s!important}[data-animation-type=words] .word:nth-child(875n) .overflow-wrapper{transition-delay:21.875s!important}[data-animation-type=words] .word:nth-child(876n) .overflow-wrapper{transition-delay:21.9s!important}[data-animation-type=words] .word:nth-child(877n) .overflow-wrapper{transition-delay:21.925s!important}[data-animation-type=words] .word:nth-child(878n) .overflow-wrapper{transition-delay:21.95s!important}[data-animation-type=words] .word:nth-child(879n) .overflow-wrapper{transition-delay:21.975s!important}[data-animation-type=words] .word:nth-child(880n) .overflow-wrapper{transition-delay:22s!important}[data-animation-type=words] .word:nth-child(881n) .overflow-wrapper{transition-delay:22.025s!important}[data-animation-type=words] .word:nth-child(882n) .overflow-wrapper{transition-delay:22.05s!important}[data-animation-type=words] .word:nth-child(883n) .overflow-wrapper{transition-delay:22.075s!important}[data-animation-type=words] .word:nth-child(884n) .overflow-wrapper{transition-delay:22.1s!important}[data-animation-type=words] .word:nth-child(885n) .overflow-wrapper{transition-delay:22.125s!important}[data-animation-type=words] .word:nth-child(886n) .overflow-wrapper{transition-delay:22.15s!important}[data-animation-type=words] .word:nth-child(887n) .overflow-wrapper{transition-delay:22.175s!important}[data-animation-type=words] .word:nth-child(888n) .overflow-wrapper{transition-delay:22.2s!important}[data-animation-type=words] .word:nth-child(889n) .overflow-wrapper{transition-delay:22.225s!important}[data-animation-type=words] .word:nth-child(890n) .overflow-wrapper{transition-delay:22.25s!important}[data-animation-type=words] .word:nth-child(891n) .overflow-wrapper{transition-delay:22.275s!important}[data-animation-type=words] .word:nth-child(892n) .overflow-wrapper{transition-delay:22.3s!important}[data-animation-type=words] .word:nth-child(893n) .overflow-wrapper{transition-delay:22.325s!important}[data-animation-type=words] .word:nth-child(894n) .overflow-wrapper{transition-delay:22.35s!important}[data-animation-type=words] .word:nth-child(895n) .overflow-wrapper{transition-delay:22.375s!important}[data-animation-type=words] .word:nth-child(896n) .overflow-wrapper{transition-delay:22.4s!important}[data-animation-type=words] .word:nth-child(897n) .overflow-wrapper{transition-delay:22.425s!important}[data-animation-type=words] .word:nth-child(898n) .overflow-wrapper{transition-delay:22.45s!important}[data-animation-type=words] .word:nth-child(899n) .overflow-wrapper{transition-delay:22.475s!important}[data-animation-type=words] .word:nth-child(900n) .overflow-wrapper{transition-delay:22.5s!important}[data-animation-type=words] .word:nth-child(901n) .overflow-wrapper{transition-delay:22.525s!important}[data-animation-type=words] .word:nth-child(902n) .overflow-wrapper{transition-delay:22.55s!important}[data-animation-type=words] .word:nth-child(903n) .overflow-wrapper{transition-delay:22.575s!important}[data-animation-type=words] .word:nth-child(904n) .overflow-wrapper{transition-delay:22.6s!important}[data-animation-type=words] .word:nth-child(905n) .overflow-wrapper{transition-delay:22.625s!important}[data-animation-type=words] .word:nth-child(906n) .overflow-wrapper{transition-delay:22.65s!important}[data-animation-type=words] .word:nth-child(907n) .overflow-wrapper{transition-delay:22.675s!important}[data-animation-type=words] .word:nth-child(908n) .overflow-wrapper{transition-delay:22.7s!important}[data-animation-type=words] .word:nth-child(909n) .overflow-wrapper{transition-delay:22.725s!important}[data-animation-type=words] .word:nth-child(910n) .overflow-wrapper{transition-delay:22.75s!important}[data-animation-type=words] .word:nth-child(911n) .overflow-wrapper{transition-delay:22.775s!important}[data-animation-type=words] .word:nth-child(912n) .overflow-wrapper{transition-delay:22.8s!important}[data-animation-type=words] .word:nth-child(913n) .overflow-wrapper{transition-delay:22.825s!important}[data-animation-type=words] .word:nth-child(914n) .overflow-wrapper{transition-delay:22.85s!important}[data-animation-type=words] .word:nth-child(915n) .overflow-wrapper{transition-delay:22.875s!important}[data-animation-type=words] .word:nth-child(916n) .overflow-wrapper{transition-delay:22.9s!important}[data-animation-type=words] .word:nth-child(917n) .overflow-wrapper{transition-delay:22.925s!important}[data-animation-type=words] .word:nth-child(918n) .overflow-wrapper{transition-delay:22.95s!important}[data-animation-type=words] .word:nth-child(919n) .overflow-wrapper{transition-delay:22.975s!important}[data-animation-type=words] .word:nth-child(920n) .overflow-wrapper{transition-delay:23s!important}[data-animation-type=words] .word:nth-child(921n) .overflow-wrapper{transition-delay:23.025s!important}[data-animation-type=words] .word:nth-child(922n) .overflow-wrapper{transition-delay:23.05s!important}[data-animation-type=words] .word:nth-child(923n) .overflow-wrapper{transition-delay:23.075s!important}[data-animation-type=words] .word:nth-child(924n) .overflow-wrapper{transition-delay:23.1s!important}[data-animation-type=words] .word:nth-child(925n) .overflow-wrapper{transition-delay:23.125s!important}[data-animation-type=words] .word:nth-child(926n) .overflow-wrapper{transition-delay:23.15s!important}[data-animation-type=words] .word:nth-child(927n) .overflow-wrapper{transition-delay:23.175s!important}[data-animation-type=words] .word:nth-child(928n) .overflow-wrapper{transition-delay:23.2s!important}[data-animation-type=words] .word:nth-child(929n) .overflow-wrapper{transition-delay:23.225s!important}[data-animation-type=words] .word:nth-child(930n) .overflow-wrapper{transition-delay:23.25s!important}[data-animation-type=words] .word:nth-child(931n) .overflow-wrapper{transition-delay:23.275s!important}[data-animation-type=words] .word:nth-child(932n) .overflow-wrapper{transition-delay:23.3s!important}[data-animation-type=words] .word:nth-child(933n) .overflow-wrapper{transition-delay:23.325s!important}[data-animation-type=words] .word:nth-child(934n) .overflow-wrapper{transition-delay:23.35s!important}[data-animation-type=words] .word:nth-child(935n) .overflow-wrapper{transition-delay:23.375s!important}[data-animation-type=words] .word:nth-child(936n) .overflow-wrapper{transition-delay:23.4s!important}[data-animation-type=words] .word:nth-child(937n) .overflow-wrapper{transition-delay:23.425s!important}[data-animation-type=words] .word:nth-child(938n) .overflow-wrapper{transition-delay:23.45s!important}[data-animation-type=words] .word:nth-child(939n) .overflow-wrapper{transition-delay:23.475s!important}[data-animation-type=words] .word:nth-child(940n) .overflow-wrapper{transition-delay:23.5s!important}[data-animation-type=words] .word:nth-child(941n) .overflow-wrapper{transition-delay:23.525s!important}[data-animation-type=words] .word:nth-child(942n) .overflow-wrapper{transition-delay:23.55s!important}[data-animation-type=words] .word:nth-child(943n) .overflow-wrapper{transition-delay:23.575s!important}[data-animation-type=words] .word:nth-child(944n) .overflow-wrapper{transition-delay:23.6s!important}[data-animation-type=words] .word:nth-child(945n) .overflow-wrapper{transition-delay:23.625s!important}[data-animation-type=words] .word:nth-child(946n) .overflow-wrapper{transition-delay:23.65s!important}[data-animation-type=words] .word:nth-child(947n) .overflow-wrapper{transition-delay:23.675s!important}[data-animation-type=words] .word:nth-child(948n) .overflow-wrapper{transition-delay:23.7s!important}[data-animation-type=words] .word:nth-child(949n) .overflow-wrapper{transition-delay:23.725s!important}[data-animation-type=words] .word:nth-child(950n) .overflow-wrapper{transition-delay:23.75s!important}[data-animation-type=words] .word:nth-child(951n) .overflow-wrapper{transition-delay:23.775s!important}[data-animation-type=words] .word:nth-child(952n) .overflow-wrapper{transition-delay:23.8s!important}[data-animation-type=words] .word:nth-child(953n) .overflow-wrapper{transition-delay:23.825s!important}[data-animation-type=words] .word:nth-child(954n) .overflow-wrapper{transition-delay:23.85s!important}[data-animation-type=words] .word:nth-child(955n) .overflow-wrapper{transition-delay:23.875s!important}[data-animation-type=words] .word:nth-child(956n) .overflow-wrapper{transition-delay:23.9s!important}[data-animation-type=words] .word:nth-child(957n) .overflow-wrapper{transition-delay:23.925s!important}[data-animation-type=words] .word:nth-child(958n) .overflow-wrapper{transition-delay:23.95s!important}[data-animation-type=words] .word:nth-child(959n) .overflow-wrapper{transition-delay:23.975s!important}[data-animation-type=words] .word:nth-child(960n) .overflow-wrapper{transition-delay:24s!important}[data-animation-type=words] .word:nth-child(961n) .overflow-wrapper{transition-delay:24.025s!important}[data-animation-type=words] .word:nth-child(962n) .overflow-wrapper{transition-delay:24.05s!important}[data-animation-type=words] .word:nth-child(963n) .overflow-wrapper{transition-delay:24.075s!important}[data-animation-type=words] .word:nth-child(964n) .overflow-wrapper{transition-delay:24.1s!important}[data-animation-type=words] .word:nth-child(965n) .overflow-wrapper{transition-delay:24.125s!important}[data-animation-type=words] .word:nth-child(966n) .overflow-wrapper{transition-delay:24.15s!important}[data-animation-type=words] .word:nth-child(967n) .overflow-wrapper{transition-delay:24.175s!important}[data-animation-type=words] .word:nth-child(968n) .overflow-wrapper{transition-delay:24.2s!important}[data-animation-type=words] .word:nth-child(969n) .overflow-wrapper{transition-delay:24.225s!important}[data-animation-type=words] .word:nth-child(970n) .overflow-wrapper{transition-delay:24.25s!important}[data-animation-type=words] .word:nth-child(971n) .overflow-wrapper{transition-delay:24.275s!important}[data-animation-type=words] .word:nth-child(972n) .overflow-wrapper{transition-delay:24.3s!important}[data-animation-type=words] .word:nth-child(973n) .overflow-wrapper{transition-delay:24.325s!important}[data-animation-type=words] .word:nth-child(974n) .overflow-wrapper{transition-delay:24.35s!important}[data-animation-type=words] .word:nth-child(975n) .overflow-wrapper{transition-delay:24.375s!important}[data-animation-type=words] .word:nth-child(976n) .overflow-wrapper{transition-delay:24.4s!important}[data-animation-type=words] .word:nth-child(977n) .overflow-wrapper{transition-delay:24.425s!important}[data-animation-type=words] .word:nth-child(978n) .overflow-wrapper{transition-delay:24.45s!important}[data-animation-type=words] .word:nth-child(979n) .overflow-wrapper{transition-delay:24.475s!important}[data-animation-type=words] .word:nth-child(980n) .overflow-wrapper{transition-delay:24.5s!important}[data-animation-type=words] .word:nth-child(981n) .overflow-wrapper{transition-delay:24.525s!important}[data-animation-type=words] .word:nth-child(982n) .overflow-wrapper{transition-delay:24.55s!important}[data-animation-type=words] .word:nth-child(983n) .overflow-wrapper{transition-delay:24.575s!important}[data-animation-type=words] .word:nth-child(984n) .overflow-wrapper{transition-delay:24.6s!important}[data-animation-type=words] .word:nth-child(985n) .overflow-wrapper{transition-delay:24.625s!important}[data-animation-type=words] .word:nth-child(986n) .overflow-wrapper{transition-delay:24.65s!important}[data-animation-type=words] .word:nth-child(987n) .overflow-wrapper{transition-delay:24.675s!important}[data-animation-type=words] .word:nth-child(988n) .overflow-wrapper{transition-delay:24.7s!important}[data-animation-type=words] .word:nth-child(989n) .overflow-wrapper{transition-delay:24.725s!important}[data-animation-type=words] .word:nth-child(990n) .overflow-wrapper{transition-delay:24.75s!important}[data-animation-type=words] .word:nth-child(991n) .overflow-wrapper{transition-delay:24.775s!important}[data-animation-type=words] .word:nth-child(992n) .overflow-wrapper{transition-delay:24.8s!important}[data-animation-type=words] .word:nth-child(993n) .overflow-wrapper{transition-delay:24.825s!important}[data-animation-type=words] .word:nth-child(994n) .overflow-wrapper{transition-delay:24.85s!important}[data-animation-type=words] .word:nth-child(995n) .overflow-wrapper{transition-delay:24.875s!important}[data-animation-type=words] .word:nth-child(996n) .overflow-wrapper{transition-delay:24.9s!important}[data-animation-type=words] .word:nth-child(997n) .overflow-wrapper{transition-delay:24.925s!important}[data-animation-type=words] .word:nth-child(998n) .overflow-wrapper{transition-delay:24.95s!important}[data-animation-type=words] .word:nth-child(999n) .overflow-wrapper{transition-delay:24.975s!important}[data-animation-type=words] .word:nth-child(1000n) .overflow-wrapper{transition-delay:25s!important}html.has-dom-ready [data-animation-type=words] .overflow-wrapper{transition:transform 1.2s cubic-bezier(.165,.84,.44,1),opacity 1.2s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=words].is-inview .overflow-wrapper{opacity:1;visibility:visible;transform:translateZ(0) rotate(.01deg)}[data-animation-type=slide-right]{opacity:0;transform:translate3d(-20%,0,0)}html.has-dom-ready [data-animation-type=slide-right]{transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity 2s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=slide-right].is-inview{opacity:1;visibility:visible;transform:translateZ(0)}[data-animation-type=scalex]{transform-origin:0 0;transform:scaleX(0)}html.has-dom-ready [data-animation-type=scalex]{transition:transform 1.4s cubic-bezier(.77,0,.175,1)}html.has-dom-ready [data-animation-type=scalex].is-inview{transform:scaleX(1)}[data-carousel=item]:nth-child(1n){transition-delay:.1s!important}[data-carousel=item]:nth-child(2n){transition-delay:.2s!important}[data-carousel=item]:nth-child(3n){transition-delay:.3s!important}[data-carousel=item]:nth-child(4n){transition-delay:.4s!important}[data-carousel=item]:nth-child(5n){transition-delay:.5s!important}[data-carousel=item]:nth-child(6n){transition-delay:.6s!important}[data-carousel=item]:nth-child(7n){transition-delay:.7s!important}[data-carousel=item]:nth-child(8n){transition-delay:.8s!important}[data-carousel=item]:nth-child(9n){transition-delay:.9s!important}[data-carousel=item]:nth-child(10n){transition-delay:1s!important}[data-animation-type=scale-down]{opacity:0;transform:scale(1.2)}html.has-dom-ready [data-animation-type=scale-down]{transition:transform 1.4s cubic-bezier(.165,.84,.44,1),opacity 1s cubic-bezier(.165,.84,.44,1)}html.has-dom-ready [data-animation-type=scale-down].is-inview{opacity:1;transform:scale(1)}[data-animation-type=scale-down-no-alpha]{transform:scale(1.2)}html.has-dom-ready [data-animation-type=scale-down-no-alpha]{transition:transform 1.4s cubic-bezier(.77,0,.175,1)}html.has-dom-ready [data-animation-type=scale-down-no-alpha].is-inview{transform:scale(1)}form .input{border-bottom:1px solid #fff;margin-top:10px}form .input:first-child{margin-top:0}form .buttons{display:flex;align-items:center;margin-top:40px}form .buttons .button{margin-left:20px}form .buttons .button:first-child{margin-left:0}form input[type=text]{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#fff;padding:10px 0}form input[type=text]::-moz-placeholder{color:#fff;opacity:.5}form input[type=text]:-ms-input-placeholder{color:#fff;opacity:.5}form input[type=text]::placeholder{color:#fff;opacity:.5}h1{font-size:82px;line-height:82px;line-height:1;color:#fff}#news .newsletter .column-5 .title,h1,h2{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0}#news .newsletter .column-5 .title,h2{font-size:60px;line-height:60px;line-height:1.1;color:#001931}#news .newsletter .column-5 .white.title,h2.white{color:#fff}hr{background-color:#001931;opacity:.1;margin:60px 0}.text-content{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:18px;letter-spacing:0;line-height:1.77;color:#5a6b7b;margin-top:40px}.text-content:first-child{margin-top:0}.text-content h1{margin-top:40px}.text-content h1:first-child{margin-top:0}#news .newsletter .column-5 .text-content .title,.text-content #news .newsletter .column-5 .title,.text-content h2{margin-top:40px}#news .newsletter .column-5 .text-content .title:first-child,.text-content #news .newsletter .column-5 .title:first-child,.text-content h2:first-child{margin-top:0}.text-content h3{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:50px;letter-spacing:0;color:#001931;margin-top:40px}.text-content h3:first-child{margin-top:0}.text-content h4{margin-top:40px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:30px;letter-spacing:0;color:#001931}.text-content h4:first-child{margin-top:0}.text-content h5{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:18px;letter-spacing:.4em;color:#001931;margin-top:40px;text-transform:uppercase}.text-content h5:first-child{margin-top:0}.text-content h6{font-size:13px;line-height:22px;margin-top:20px}.text-content h6:first-child{margin-top:0}.text-content ol,.text-content p,.text-content ul{margin-top:30px}.text-content ol:first-child,.text-content p:first-child,.text-content ul:first-child{margin-top:0}.text-content ul{padding-left:20px}.text-content ul li{position:relative;margin-top:10px}.text-content ul li:before{position:absolute;top:12px;left:0;border-radius:50%;content:"";background-color:#5a6b7b;width:4px;height:4px;transform:translate(-16px)}.text-content ol{padding-left:30px;list-style-type:decimal}.text-content strong{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}.text-content em,.text-content i{font-style:italic}.text-content embed,.text-content iframe,.text-content img,.text-content video{margin:40px auto;max-width:100%;height:auto;width:auto}.text-content embed:first-child,.text-content iframe:first-child,.text-content img:first-child,.text-content video:first-child{margin-top:0}.text-content blockquote{margin:60px 0;position:relative}.text-content blockquote:before{position:absolute;top:-30px;left:0;content:"";width:20px;height:13px;background:url(../images/common/quote-open.png) no-repeat 50%;background-size:100% 100%}.text-content blockquote:after{position:absolute;bottom:-20px;right:0;content:"";width:16px;height:11px;background:url(../images/common/quote-close.png) no-repeat 50%;background-size:100% 100%}.text-content blockquote p{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:40px;letter-spacing:0;color:#001931}.text-content blockquote+p{margin-top:20px}.text-content a{color:#9e835a;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:-webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1), -webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);text-decoration-thickness:.04em!important;text-underline-offset:.1em!important}.text-content a:hover{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.text-content li>u{text-decoration:none}.text-content.documents .text-content__inner{position:relative;overflow:hidden;height:0}.text-content.documents .see-more{margin-top:50px}.text-content.documents .see-more.open .open{display:none}.text-content.documents .see-more.open .close{display:block}.text-content.documents .see-more.open svg{transform:rotate(-180deg)}html.desktop .text-content.documents .see-more.open a:hover svg{transform:rotate(-180deg) translateY(2px)}.text-content.documents .see-more a{text-decoration:none;display:flex;align-items:center;justify-content:center}html.desktop .text-content.documents .see-more a:hover svg{transform:translateY(2px)}.text-content.documents .see-more .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0}.text-content.documents .see-more .close{display:none}.text-content.documents .see-more svg{stroke:#9e835a;width:12px;margin-left:12px;transition:transform .3s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul{padding-left:0}.text-content.documents ul li{margin-top:0;border-top:1px solid rgba(0,25,49,.08);padding:20px 0}.text-content.documents ul li:last-child{border-bottom:1px solid rgba(0,25,49,.08)}.text-content.documents ul li:before{display:none}.text-content.documents ul li a{display:flex;align-items:center;justify-content:flex-start;-webkit-text-decoration-color:transparent!important;text-decoration-color:transparent!important}.text-content.documents ul li a .icon-pdf{flex:0 0 auto;display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;border:1px solid #9e835a;padding-left:2px;padding-bottom:2px;transition:background-color .6s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul li a .icon-pdf svg{width:15px;height:15px;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul li a .icon-download{flex:0 0 auto;margin-left:auto}.text-content.documents ul li a .icon-download svg{width:18px;height:16px;fill:#001931;transition:fill .6s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul li a .metas{margin-left:20px;padding-right:40px}.text-content.documents ul li a .metas .date{font-size:12px;line-height:12px;color:#001931;opacity:.4}.text-content.documents ul li a .metas .date,.text-content.documents ul li a .metas .name{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;transition:color .6s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul li a .metas .name{font-size:18px;line-height:32px;color:#5a6b7b}html.desktop .text-content.documents ul li a:hover .icon-pdf{background-color:#9e835a}html.desktop .text-content.documents ul li a:hover .icon-pdf svg{fill:#fff}html.desktop .text-content.documents ul li a:hover .metas .date,html.desktop .text-content.documents ul li a:hover .metas .name{color:#9e835a}html.desktop .text-content.documents ul li a:hover .icon-download svg{fill:#9e835a}.text-content .aligncenter,.text-content .alignleft,.text-content .alignright{display:block;padding:0}.text-content .aligncenter{float:none;margin:.5em auto 1em}.text-content .alignright{float:right;margin:.5em 0 1em 1em}.text-content .alignleft{float:left;margin:.5em 1em 1em 0}.text-content .wp-caption{padding:5px 0;border:1px solid #555;background:#444;text-align:center}.text-content .wp-caption img{display:inline}.text-content .wp-caption p.wp-caption-text{margin:5px 0 0;padding:0;text-align:center;font-size:75%;font-weight:100;font-style:italic;color:#ddd}table{margin-top:40px;width:100%!important}table:first-child{margin-top:0}table thead{background-color:#001931;color:#fff}table tbody tr:nth-child(odd){background:#dce0e0}table tbody tr:nth-child(2n){background:#e9ecec}table td{padding:10px 20px}@media screen and (max-width:1023px){#news .newsletter .column-5 .title,h2{font-size:32px;line-height:44px}.text-content{font-size:16px}.text-content h3{font-size:30px;line-height:40px}.text-content blockquote p{font-size:22px;line-height:32px}.text-content.documents ul li a .icon-pdf{display:none}.text-content.documents ul li a .metas{margin-left:0}.text-content.documents ul li a .metas .name{margin-top:8px;font-size:16px;line-height:22px}td,tr{display:block;height:auto!important}}#header{position:fixed;width:100%;top:0;left:0;z-index:1000;transition:transform .6s cubic-bezier(.165,.84,.44,1)}#header.out .header__top{background-color:#072542;border-bottom-color:#fff}#header.out .header__top .header__top-left{opacity:1!important}html.desktop #header.out .header__bottom,html.tablet #header.out .header__bottom{color:#001931;height:70px}#header.out .header__bottom:before{transform:scaleY(1);border-bottom:1px solid #ebedef}html.desktop #header.out .header__bottom .header__bottom-logo svg,html.tablet #header.out .header__bottom .header__bottom-logo svg{fill:#001931;width:110px;height:47px;transition:all .6s cubic-bezier(.165,.84,.44,1)}#header.out .header__bottom .header__bottom-menu .main-menu li a:after{background-color:#9e835a}#header.out .header__bottom .header__bottom-menu .lang .ss-main .ss-single-selected .placeholder{color:#001931}#header.out .header__bottom .header__bottom-menu .lang .ss-main .ss-single-selected .ss-arrow span.arrow-down{border-color:#001931}#header.out .header__bottom .header__bottom-menu .search-button svg{fill:#001931}#header.out .search-form,#header.out .submenu{top:108px}#header .header__top{height:38px;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);transition:all .6s cubic-bezier(.165,.84,.44,1)}body.home #header .header__top .header__top-left{opacity:0}#header .header__top .grid{max-width:100%;padding-left:100px}#header .header__top .column-12,#header .header__top .grid,#header .header__top .row{height:100%}#header .header__top .column-12,#header .header__top .header__top-left{display:flex;align-items:center;justify-content:flex-start}#header .header__top .header__top-left{transition:opacity .6s cubic-bezier(.165,.84,.44,1)}#header .header__top .header__top-left a{display:flex;align-items:center;justify-content:flex-start;margin-left:10px}#header .header__top .header__top-left a:first-child{margin-left:0}#header .header__top .header__top-left span{margin-left:10px}#header .header__top .header__top-left span:first-child{margin-left:0}#header .header__top .header__top-left .icon svg{width:21px;height:auto}#header .header__top .header__top-left .anr,#header .header__top .header__top-left .bourse{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0}#header .header__top .header__top-left .anr{margin-left:26px}#header .header__top .header__top-left .anr__date,#header .header__top .header__top-left .bourse__date{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0}#header .header__top .header__top_right{margin-left:auto;height:100%}#header .header__top .header__top_right ul{height:100%;display:flex;align-items:center;justify-content:flex-end}#header .header__top .header__top_right ul li{height:100%}#header .header__top .header__top_right ul li a{display:flex;align-items:center;flex-direction:column;justify-content:center;height:100%;background-color:#9e835a;padding:0 26px;color:#fff;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0;border-left:1px solid hsla(0,0%,100%,.1);transition:background-color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #header .header__top .header__top_right ul li a:hover{background-color:#8e7651}#header .header__top .header__top_right ul li:first-child a{border-left:none}#header .header__bottom{position:relative;height:110px;color:#fff;z-index:2}#header .header__bottom:before{content:"";background-color:#fff;height:100%;width:100%;position:absolute;z-index:0;top:0;left:0;transform:scaleY(0);transform-origin:0 0;transition:transform .4s cubic-bezier(.77,0,.175,1)}#header .header__bottom .column-12,#header .header__bottom .grid,#header .header__bottom .row{height:100%;z-index:1}#header .header__bottom .grid{max-width:100%;padding:0 100px}#header .header__bottom .column-12{display:flex;align-items:center;justify-content:flex-start}#header .header__bottom .header__bottom-logo a{display:block}#header .header__bottom .header__bottom-logo svg{width:158px;height:auto;fill:#fff}#header .header__bottom .header__bottom-menu{margin-left:auto}#header .header__bottom .header__bottom-menu,#header .header__bottom .header__bottom-menu .main-menu{display:flex;align-items:center;justify-content:flex-start}#header .header__bottom .header__bottom-menu .main-menu li{margin-left:34px}#header .header__bottom .header__bottom-menu .main-menu li a{position:relative;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0;padding-bottom:8px}#header .header__bottom .header__bottom-menu .main-menu li a:after{content:"";position:absolute;left:0;bottom:0;background-color:#fff;height:2px;width:42px;transform-origin:0 0;transition:transform .6s cubic-bezier(.77,0,.175,1);transform:scaleX(0)}body.home #header .header__bottom .header__bottom-menu .main-menu li a:after{background-color:#9e835a}#header .header__bottom .header__bottom-menu .main-menu li.current-menu-item a:after,#header .header__bottom .header__bottom-menu .main-menu li.current-page-ancestor a:after,html.desktop #header .header__bottom .header__bottom-menu .main-menu li a:hover:after{transform:scaleX(1)}#header .header__bottom .header__bottom-menu .main-menu li:first-child{margin-left:0}#header .header__bottom .header__bottom-menu .lang{cursor:pointer;margin-left:34px;height:32px;position:relative}#header .header__bottom .header__bottom-menu .lang .ss-main .ss-single-selected{background-color:transparent;border:none}#header .header__bottom .header__bottom-menu .lang .ss-main .ss-single-selected .placeholder{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0;text-transform:uppercase;color:#fff}#header .header__bottom .header__bottom-menu .lang .ss-main .ss-single-selected .ss-arrow span.arrow-down{margin-top:-5px;border-color:#fff}#header .header__bottom .header__bottom-menu .lang .ss-content .ss-list .ss-option.ss-highlighted,#header .header__bottom .header__bottom-menu .lang .ss-content .ss-list .ss-option:hover{background:#001931}#header .header__bottom .header__bottom-menu .lang .ss-content .ss-list .ss-option{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0;text-transform:uppercase}#header .header__bottom .header__bottom-menu .search-button{cursor:pointer;width:16px;height:16px;margin-left:34px}#header .header__bottom .header__bottom-menu .search-button svg{width:16px;height:16px;fill:#fff;transition:fill .6s cubic-bezier(.165,.84,.44,1)}#header .header__mobile{display:none;margin-left:auto}#header .header__mobile a{width:30px;height:18px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}#header .header__mobile a .line{width:100%;height:2px;margin-top:4px;background-color:#fff}#header .header__mobile a .line.l-2{width:20px}#header .header__mobile a .line.l-3{width:10px}#header .header__mobile a .line:first-child{margin-top:0}#header .submenu{opacity:0;visibility:hidden;position:absolute;background-color:#fff;top:148px;left:0;width:100%;z-index:1;box-shadow:0 12px 24px rgba(0,25,49,.2);padding-left:100px}#header .submenu.visible{opacity:1;visibility:visible}#header .submenu .submenu__inner{display:flex;align-items:stretch;justify-content:flex-start}#header .submenu .submenu-left{padding:70px 0;width:62%;flex:0 0 auto;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}#header .submenu .submenu-left ul{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;width:100%}#header .submenu .submenu-left ul li{flex:1 0 auto;width:calc(50% - 30px);margin-left:30px;padding:24px 0;border-top:1px solid #ebedef}#header .submenu .submenu-left ul li:first-child,#header .submenu .submenu-left ul li:nth-child(2){padding-top:0;border-top:none}#header .submenu .submenu-left ul li.current-menu-item a span{color:#9e835a}#header .submenu .submenu-left ul li a{display:block}html.desktop #header .submenu .submenu-left ul li a:hover span{color:#9e835a}#header .submenu .submenu-left ul li span{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:22px;letter-spacing:0;color:#001931;transition:color .6s cubic-bezier(.165,.84,.44,1)}#header .submenu .submenu-left ul li:first-child,#header .submenu .submenu-left ul li:nth-child(2){margin-top:0}#header .submenu .submenu-left ul li:nth-child(odd){margin-left:0}#header .submenu .submenu-left ul li.society a{display:flex;align-items:center}#header .submenu .submenu-left ul li.society a span{display:block}#header .submenu .submenu-left ul li.society a .logo{flex:0 0 auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background-color:#f7f8f8;border-radius:50%;margin-right:20px}#header .submenu .submenu-left ul li.society a .logo img{-o-object-fit:contain;object-fit:contain;width:70%;height:60%}#header .submenu .submenu-left ul li.society a .metas{flex:1 0 auto}#header .submenu .submenu-left ul li.society a .metas .sector{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;max-width:70%;color:#5a6b7b}#header .submenu .submenu-left ul li.society a .metas .percent{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;letter-spacing:0;margin-top:6px;color:#9e835a}#header .submenu .submenu-left ul li.society.wendel .logo{background-color:#9e835a}#header .submenu .submenu-left ul li.society.only-logo a .logo{flex:0 0 auto;width:auto;height:auto;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:0;margin-right:0}#header .submenu .submenu-left ul li.society.only-logo a .logo img{-o-object-fit:none;object-fit:none;width:auto;height:auto;max-width:100%}#header .submenu .submenu-left ul li.society.only-logo a .metas{display:none}#header .submenu .submenu-right{margin-left:auto;width:38%;background-color:#f7f8f8;padding:70px 60px;max-width:580px}#header .submenu .submenu-right .title{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:11px;letter-spacing:.4em;text-transform:uppercase;color:#9e835a}#header .submenu .submenu-right ul{margin-top:30px;width:100%}#header .submenu .submenu-right ul li:first-child,#header .submenu .submenu-right ul li:first-child a{border-top:none}#header .submenu .submenu-right ul li a{position:relative;border-top:1px solid #dde0e5;padding:20px 0;display:flex;align-items:center;justify-content:flex-start}html.desktop #header .submenu .submenu-right ul li a:hover svg{transform:translate(4px);fill:#9e835a}html.desktop #header .submenu .submenu-right ul li a:hover span{color:#9e835a}#header .submenu .submenu-right ul li svg{width:16px;height:17px;fill:#001931;transition:transform .6s cubic-bezier(.165,.84,.44,1),fill .6s cubic-bezier(.165,.84,.44,1)}#header .submenu .submenu-right ul li span{width:calc(100% - 100px);padding-left:10px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#001931;transition:color .6s cubic-bezier(.165,.84,.44,1)}#header .submenu .submenu-right ul li img{position:absolute;right:14px;bottom:0;box-shadow:3px 2px 11px rgba(0,0,0,.2)}#header .submenu .submenu-right ul li.no-text span,#header .submenu .submenu-right ul li.no-text svg{display:none}#header .submenu .submenu-right ul li.no-text img{left:0;right:auto;box-shadow:none}#header .search-form{position:absolute;background-color:#fff;top:148px;left:0;width:100%;z-index:1;box-shadow:0 12px 24px rgba(0,25,49,.2);display:flex;align-items:center;justify-content:space-between;padding:0 100px;height:152px;opacity:0;visibility:hidden}#header .search-form.visible{opacity:1;visibility:visible}#header .search-form .search-icon{flex:0 0 auto;width:16px;height:16px}#header .search-form form{height:68px;border-left:1px solid #001931;width:calc(100% - 140px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column}#header .search-form form input[type=text]{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:68px;letter-spacing:0;height:100%;width:100%;color:#001931;padding-left:10px}#header .search-form form input[type=text]::-moz-placeholder{color:#afb7be}#header .search-form form input[type=text]:-ms-input-placeholder{color:#afb7be}#header .search-form form input[type=text]::placeholder{color:#afb7be}#header .search-form form input[type=submit]{position:absolute;right:0;pointer-events:none;opacity:0}#header .search-form .button-close{cursor:pointer;flex:0 0 auto;border-radius:50%;width:48px;height:48px;border:2px solid #9e835a;display:flex;align-items:center;justify-content:center;flex-direction:column}#header .search-form .button-close svg{width:16px;height:16px;stroke:#9e835a;transition:transform .6s cubic-bezier(.77,0,.175,1)}html.desktop #header .search-form .button-close:hover svg{transform:rotate(90deg)}@media screen and (max-width:1374px){#header .header__top .grid{padding-left:60px;width:100%}#header .header__bottom .grid{padding:0}}@media screen and (max-width:1023px){#header.out{transform:translate(0)}body.home #header.out .header__bottom:before{transform:scaleY(1)}#header .header__top .grid{padding:0 20px}#header .header__top .header__top-left .bourse,#header .header__top .header__top-left .bourse__date{font-size:12px;line-height:1}#header .header__top .header__top-left .anr,#header .header__top .header__top-left .anr__date,#header .header__top .header__top_right{display:none}#header .header__bottom{height:80px}#header .header__bottom:before{background-color:#001931}body.home #header .header__bottom:before{transform:scaleY(0)}#header .header__bottom .grid{max-width:500px}#header .header__bottom .header__bottom-logo svg{width:114px;fill:#fff!important}#header .header__bottom .header__bottom-menu{display:none}#header .header__mobile{display:block}}#footer .section-links{padding-top:50px;background-color:#f7f8f8}#footer .section-links .r-1{display:flex;align-items:flex-end}#footer .section-links .r-1 [class*=column]{float:none}#footer .section-links .r-1 .c-2{margin-left:auto}#footer .section-links .r-1 .c-2 ul{display:flex;align-items:flex-end;justify-content:flex-end}#footer .section-links .r-1 .c-2 ul li{margin-left:50px}#footer .section-links .r-1 .c-2 ul li:first-child{margin-left:0}#footer .section-links .r-1 .c-2 ul li a{display:block}#footer .section-links .r-1 .c-2 ul li a svg{width:24px;height:auto;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}html.desktop #footer .section-links .r-1 .c-2 ul li a:hover svg{fill:#8e7651}#footer .section-links .r-2{margin-top:80px;padding-bottom:60px}#footer .section-links .r-2 .column-2,#footer .section-links .r-2 .column-3{margin-left:2.2831050228%;padding-right:10px}#footer .section-links .r-2 .column-2:first-child,#footer .section-links .r-2 .column-3:first-child{margin-left:0}#footer .section-links .r-2 .column-2 .title-menu,#footer .section-links .r-2 .column-3 .title-menu{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:25px;line-height:65px;letter-spacing:0;color:#001931}#footer .section-links .r-2 .column-2 ul,#footer .section-links .r-2 .column-3 ul{margin-top:20px}#footer .section-links .r-2 .column-2 ul li,#footer .section-links .r-2 .column-3 ul li{margin-top:14px}#footer .section-links .r-2 .column-2 ul li:first-child,#footer .section-links .r-2 .column-3 ul li:first-child{margin-top:0}#footer .section-links .r-2 .column-2 ul li a,#footer .section-links .r-2 .column-3 ul li a{display:block;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:22px;letter-spacing:0;color:#001931;transition:color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #footer .section-links .r-2 .column-2 ul li a:hover,html.desktop #footer .section-links .r-2 .column-3 ul li a:hover{color:#9e835a}#footer .section-links .r-2 .column-3{margin-left:10.8066971081%}#footer .section-links .r-3{padding:50px 0;border-top:1px solid rgba(0,25,49,.08);display:flex;align-items:center;justify-content:flex-start}#footer .section-links .r-3 [class*=column]{float:none}#footer .section-links .r-3 .legend{font-family:ApercuProBold,Arial,sans-serif;font-size:11px;line-height:17px;letter-spacing:.4em;text-transform:uppercase}#footer .section-links .r-3 .legend,#footer .section-links .r-3 a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#footer .section-links .r-3 a{font-family:ApercuProRegular,Arial,sans-serif;font-size:16px;line-height:28px;letter-spacing:0;color:#001931;transition:color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #footer .section-links .r-3 a:hover{color:#9e835a}#footer .section-links .r-3 .column-2{margin-left:2.2831050228%}#footer .section-links .r-3 .column-2:first-child{margin-left:0}#footer .section-links .r-4{padding:50px 0;border-top:1px solid rgba(0,25,49,.08)}#footer .section-links .r-4,#footer .section-links .r-4 ul{display:flex;align-items:center;justify-content:flex-start}#footer .section-links .r-4 ul li{margin-left:50px}#footer .section-links .r-4 ul li:first-child{margin-left:0}#footer .section-links .r-4 ul a{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0;color:#001931;transition:color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #footer .section-links .r-4 ul a:hover{color:#9e835a}#footer .section-links .r-4 .credits{margin-left:auto;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0}@media screen and (max-width:1023px){#footer .section-links{padding-top:60px}#footer .section-links .r-1{flex-direction:column;align-items:center;justify-content:center;padding-bottom:60px}#footer .section-links .r-1 .c-1 svg{width:168px;margin:0 auto}#footer .section-links .r-1 .c-2{margin-top:50px}#footer .section-links .r-1 .c-2 ul{justify-content:center}#footer .section-links .r-2{display:none;margin-top:60px;padding-bottom:50px}#footer .section-links .r-2 .column-2 ul,#footer .section-links .r-2 .column-3 ul,#footer .section-links .r-3{display:none}#footer .section-links .r-4{flex-direction:column;justify-content:center;text-align:center}#footer .section-links .r-4 .credits{margin-left:auto;margin-top:40px;width:100%;text-align:center}#footer .section-links .r-4 ul{flex-direction:column}#footer .section-links .r-4 ul li{margin-left:0;margin-top:20px}#footer .section-links .r-4 ul li:first-child{margin-top:0}}.section-notations{background-color:#001931;padding:60px 0 50px}body.investisseurs-esg .section-notations,body.parent-pageid-15 .section-notations,body.parent-pageid-8674 .section-notations{display:none}.section-notations a{display:block}.section-notations .mobile-link{margin-top:40px;display:none}.section-notations .column-2{margin-left:2.2831050228%}.section-notations .column-2:first-child{margin-left:0}.section-notations .column-2.c-3{margin-left:19.3302891933%}.section-notations .column-2 .logo{border-bottom:1px solid hsla(0,0%,100%,.3);padding-bottom:20px;height:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.section-notations .column-2 .notation-text-content{margin-top:20px}.section-notations .column-2 .notation-text-content p{margin-top:14px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:22px;letter-spacing:0;color:#fff}.section-notations .column-2 .notation-text-content p:first-child{margin-top:0}.section-notations .column-2 .notation-text-content p strong{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:22px;letter-spacing:.4em;color:hsla(0,0%,100%,.4);text-transform:uppercase}.section-notations .r-2{margin-top:40px}.section-notations .r-2 .c-2{margin-left:19.3302891933%}@media screen and (max-width:1023px){.section-notations .mobile-link{display:block}.section-notations .r-1 a:first-child .column-2:first-child{margin-top:0}.section-notations .r-1 a:last-child{margin-top:60px}.section-notations .r-2{display:none}.section-notations .column-2{margin-top:40px}.section-notations .column-2 .logo{height:auto}}#menu-mobile{opacity:0;visibility:hidden;display:none;position:fixed;background-color:#fff;z-index:2000;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding-bottom:60px}#menu-mobile .menu-mobile__top{height:80px;border-bottom:1px solid #ebedef}#menu-mobile .menu-mobile__top .column-12,#menu-mobile .menu-mobile__top .grid,#menu-mobile .menu-mobile__top .row{height:100%}#menu-mobile .menu-mobile__top .column-12{display:flex;align-items:center;justify-content:flex-start}#menu-mobile .menu-mobile__top .menu-mobile__top-logo svg{width:114px;height:auto}#menu-mobile .menu-mobile__top .menu-mobile__top-close{margin-left:auto}#menu-mobile .menu-mobile__top .menu-mobile__top-close svg{width:16px;height:16px;stroke:#9e835a}#menu-mobile .menu-mobile__search{height:46px;background-color:#f7f8f8}#menu-mobile .menu-mobile__search .column-12,#menu-mobile .menu-mobile__search .grid,#menu-mobile .menu-mobile__search .row{height:100%}#menu-mobile .menu-mobile__search .column-12{display:flex;align-items:center;justify-content:flex-start}#menu-mobile .menu-mobile__search .lang-container{flex:0 0 auto}#menu-mobile .menu-mobile__search .lang-container ul{display:flex;align-items:center}#menu-mobile .menu-mobile__search .lang-container ul li{border-left:1px solid #001931}#menu-mobile .menu-mobile__search .lang-container ul li:first-child{border-left:none}#menu-mobile .menu-mobile__search .lang-container ul li:first-child a{padding-left:0}#menu-mobile .menu-mobile__search .lang-container ul li a{padding:2px 10px 0;display:block;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0;text-transform:uppercase;color:#001931}#menu-mobile .menu-mobile__search .lang-container ul li a.active{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#menu-mobile .menu-mobile__search .search-container{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 80px);flex:1 0 auto}#menu-mobile .menu-mobile__search .search-container form{position:relative;width:80%}#menu-mobile .menu-mobile__search .search-container input[type=text]{width:100%;font-size:14px;line-height:1;color:#001931}#menu-mobile .menu-mobile__search .search-container input[type=submit]{pointer-events:none;position:absolute;right:0;top:0;opacity:0}#menu-mobile .menu-mobile__search .search-container svg{margin-left:10px;width:16px;height:16px}#menu-mobile .menu-mobile__main-links{padding-top:40px}#menu-mobile .menu-mobile__main-links .main-list .main-list__li{margin-top:26px}#menu-mobile .menu-mobile__main-links .main-list .main-list__li:first-child{margin-top:0}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__a{display:block;position:relative}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__a span{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;letter-spacing:0;color:#001931}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__a svg{position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:auto;stroke:#001931}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__slave{position:relative;overflow:hidden;height:0}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__slave ul{padding-top:30px}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__slave ul li{margin-top:8px}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__slave ul li:first-child{margin-top:0}#menu-mobile .menu-mobile__main-links .main-list .main-list__li .main-list__slave ul li a{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:24px;letter-spacing:0}#menu-mobile .menu-mobile__side_links{margin-top:30px}#menu-mobile .menu-mobile__side_links ul li{margin-top:10px}#menu-mobile .menu-mobile__side_links ul li:first-child{margin-top:0}#menu-mobile .menu-mobile__side_links ul li a{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0;color:#9e835a}#menu-mobile .menu-mobile__socials{margin-top:50px}#menu-mobile .menu-mobile__socials ul{display:flex;align-items:flex-end;justify-content:center}#menu-mobile .menu-mobile__socials ul li{margin-left:50px}#menu-mobile .menu-mobile__socials ul li:first-child{margin-left:0}#menu-mobile .menu-mobile__socials ul li a{display:block}#menu-mobile .menu-mobile__socials ul li a svg{width:20px;height:auto;fill:#9e835a}@media screen and (max-width:1023px){#menu-mobile{display:block}}.partial.subtitle{display:flex;align-items:center;justify-content:flex-start}.partial.subtitle .line{width:10px;height:1px;background-color:#5a6b7b}.partial.subtitle .text{margin-left:10px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:17px;letter-spacing:.4em;text-transform:uppercase}.partial.title .column-11{margin-left:8.5235920852%;display:flex;align-items:center;justify-content:flex-start}.partial.title .column-11 .line{width:10px;height:1px;background-color:#5a6b7b}.partial.title .column-11 .text{margin-left:10px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:17px;letter-spacing:.4em;text-transform:uppercase}.partial.title.white .column-11 .line{background-color:#fff}.partial.title.white .column-11 .text{color:#fff}.module.brown .partial.title .column-11 .line{background-color:#e3d2b9}.module.brown .partial.title .column-11 .text{color:#e3d2b9}.module.green .partial.title .column-11 .line{background-color:#afe1e2}.module.green .partial.title .column-11 .text{color:#afe1e2}.partial.quote{margin-top:80px;max-width:420px}.module.blue .partial.quote svg,.module.green .partial.quote svg{fill:#fff}.module.blue .partial.quote .quote__author .quote__author-metas .function,.module.blue .partial.quote .quote__author .quote__author-metas .name,.module.blue .partial.quote .quote__content,.module.green .partial.quote .quote__author .quote__author-metas .function,.module.green .partial.quote .quote__author .quote__author-metas .name,.module.green .partial.quote .quote__content{color:#fff}.partial.quote svg{position:absolute;left:0;top:0;width:18px;height:auto;fill:#a7b0b9}.partial.quote svg.open-quote-icon{transform:translateY(-180%)}.partial.quote svg.close-quote-icon{right:0;bottom:0;left:auto;top:auto;transform:translateY(100%)}.partial.quote .quote__content{position:relative;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:32px;letter-spacing:0;color:#a7b0b9}.partial.quote .quote__author{margin-top:20px;display:flex;align-items:center;justify-content:flex-start}.partial.quote .quote__author .quote__author-img{flex:0 0 auto;width:65px;height:65px;border-radius:50%;background-color:#f7f8f8;overflow:hidden}.partial.quote .quote__author .quote__author-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.partial.quote .quote__author .quote__author-metas{width:calc(100% - 85px);margin-left:20px}.partial.quote .quote__author .quote__author-metas .name{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:25px;line-height:25px;letter-spacing:.03em;color:#001931}.partial.quote .quote__author .quote__author-metas .function{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:18px;letter-spacing:.4em;text-transform:uppercase;margin-top:10px;color:#001931}@media screen and (max-width:1023px){.partial.quote .quote__content{font-size:16px;line-height:28px}.partial.quote .quote__author{flex-direction:column;justify-content:flex-start;align-items:flex-start}.partial.quote .quote__author .quote__author-img{width:48px;height:48px}.partial.quote .quote__author .quote__author-metas{margin-top:20px;margin-left:0;width:100%}}.partial.documents{position:fixed;bottom:50px;right:50px;z-index:200}.partial.documents .documents__list{opacity:0;visibility:hidden;position:absolute;background-color:#fff;box-shadow:0 12px 24px rgba(0,25,49,.2);border-radius:6px;bottom:calc(100% + 40px);transform:translateY(10px);right:0;padding:30px 30px 10px;width:324px}.partial.documents .documents__list .title{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:11px;letter-spacing:.4em;text-transform:uppercase;color:#9e835a}.partial.documents .documents__list .list{margin-top:20px}.partial.documents .documents__list .list ul li{border-top:1px solid rgba(1,18,66,.1)}.partial.documents .documents__list .list ul li:first-child{border-top:none}.partial.documents .documents__list .list a{position:relative;display:flex;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#5a6b7b;padding:18px 0;transition:color .6s cubic-bezier(.165,.84,.44,1)}.partial.documents .documents__list .list a.img{background-color:#f7f8f8;padding-left:10px;padding-right:60px}html.desktop .partial.documents .documents__list .list a:hover{color:#001931}.partial.documents .documents__list .list a img{position:absolute;right:14px;bottom:0;box-shadow:3px 2px 11px rgba(0,0,0,.2);width:38px;height:auto}.partial.documents .documents__open{cursor:pointer;padding:0 20px;height:60px}.partial.documents .documents__open .documents__open-background{position:absolute;background-color:#9e835a;left:0;top:0;width:100%;height:100%;border-radius:30px;box-shadow:0 12px 24px rgba(67,41,0,.3);transition:background-color 1s cubic-bezier(.165,.84,.44,1),transform .6s cubic-bezier(.77,0,.175,1);z-index:1}.partial.documents .documents__open .documents__open-inner{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;z-index:2}.partial.documents .documents__open .documents__open-inner svg{width:18px;height:auto;fill:#fff}.partial.documents .documents__open .documents__open-inner .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0;color:#fff;margin-left:14px}html.desktop .partial.documents .documents__open:hover .documents__open-background{background-color:#8e7651;transform:scaleX(1.1)}@media screen and (max-width:1023px){.partial.documents{display:none}}.module{position:relative;padding-top:100px}.module.with-margin-top-1{margin-top:100px}.module.no-padding-1{padding-top:0}.module.add-bottom-padding-1{margin-bottom:100px}@media screen and (max-width:1023px){.module{padding-top:60px}.module.with-margin-top{margin-top:60px}.module.add-bottom-padding-1{margin-bottom:60px}}.video-thumbnail{height:490px;width:100%}.video-thumbnail a{position:relative;display:block;overflow:hidden;width:100%;height:100%}.video-thumbnail a:after{content:"";background-color:#001931;opacity:.3;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}.video-thumbnail a .button-video{position:absolute;top:50%;transform:translateY(-50%);left:10%;z-index:3}html.desktop .video-thumbnail a:hover:after{opacity:.1}.video-thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.swiper-arrows{display:flex;align-items:center;justify-content:flex-start;margin-bottom:40px}.swiper-arrows .nav{cursor:pointer}.swiper-arrows .nav.swiper-button-disabled{pointer-events:none;opacity:.5}.swiper-arrows .nav svg{width:16px;height:17px;fill:#001931;opacity:.5;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}html.desktop .swiper-arrows .nav:hover svg{opacity:1}.swiper-arrows .nav.prev{margin-top:-2px}.swiper-arrows .nav.prev svg{transform:rotate(-180deg)}.swiper-arrows .nav.next{margin-left:30px}.module.brown .swiper-arrows .nav svg,.module.green .swiper-arrows .nav svg,.swiper-arrows.white .nav svg{fill:#fff}@media screen and (max-width:1023px){.module-cover+.module{margin-top:0!important}}.module-key-numbers .module-content{margin-top:60px}.module-key-numbers .column-12{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.module-key-numbers .column-12.length-1 .key-item{flex:2 1 auto;width:auto}.module-key-numbers .column-12.length-1 .key-item .key-item__number .value{font-size:130px}.module-key-numbers .column-12.length-1 .key-item .key-item__number .indice{font-size:96px;padding-bottom:8px}.module-key-numbers .column-12.length-2 .key-item{width:48.85845%}.module-key-numbers .column-12.length-2 .key-item .key-item__number .value{font-size:130px}.module-key-numbers .column-12.length-2 .key-item .key-item__number .indice{font-size:96px;padding-bottom:8px}.module-key-numbers .column-12.length-3 .key-item:first-child{flex:1 0 auto}.module-key-numbers .column-12.length-3 .key-item:first-child .key-item__number .value{font-size:130px}.module-key-numbers .column-12.length-3 .key-item:first-child .key-item__number .indice{font-size:96px;padding-bottom:8px}.module-key-numbers .key-item{height:330px;flex:0 0 auto;background-color:#fff;padding:40px;color:#001931;width:22.71689%;margin-bottom:2.2831050228%;margin-left:2.2831050228%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-shadow:0 12px 25px 0 rgba(0,25,49,.2)}.module-key-numbers .key-item:nth-child(4n+1){margin-left:0}.module-key-numbers .key-item .key-item__icon{position:relative;height:40px}.module-key-numbers .key-item .key-item__icon img{height:100%;width:auto}.module-key-numbers .key-item .key-item__number{margin-top:auto;display:flex;align-items:flex-end;justify-content:flex-start}.module-key-numbers .key-item .key-item__number .value{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3.95256917vw;line-height:1;white-space:nowrap}@media (min-width:1518px){.module-key-numbers .key-item .key-item__number .value{font-size:60px}}@media (max-width:1023px){.module-key-numbers .key-item .key-item__number .value{font-size:60px}}.module-key-numbers .key-item .key-item__number .indice{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.6350461133vw;line-height:1;margin-left:1%;padding-bottom:4px}@media (min-width:1518px){.module-key-numbers .key-item .key-item__number .indice{font-size:40px}}@media (max-width:1023px){.module-key-numbers .key-item .key-item__number .indice{font-size:40px}}.module-key-numbers .key-item .key-item__legend{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#536c80}@media screen and (max-width:1023px){.module-key-numbers .column-12{flex-direction:column}.module-key-numbers .column-12 .key-item{margin-bottom:20px;margin-left:0!important;width:100%!important;height:auto;padding:30px 20px}.module-key-numbers .column-12 .key-item .key-item__icon{display:none}.module-key-numbers .column-12 .key-item .key-item__number{margin-top:0}.module-key-numbers .column-12 .key-item .key-item__number .value{font-size:56px!important}.module-key-numbers .column-12 .key-item .key-item__number .indice{font-size:38px!important;padding-bottom:4px!important}}.module-companies .module-content{margin-top:30px}.module-companies .module-content .fade-right{position:absolute;bottom:0;right:0;width:200px;height:320px;z-index:3;pointer-events:none;background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%)}.module-companies .module-content .r-1 .title{margin-left:8.5235920852%}.module-companies .module-content .r-1 .content{margin-top:14px;margin-left:19.3302891933%}.module-companies .module-content .r-1 .w-lab{margin-top:30px;border:1px solid #ebedef;background-color:#fff;border-radius:6px}.module-companies .module-content .r-1 .w-lab a,.module-companies .module-content .r-1 .w-lab a .icon{display:flex;align-items:center;justify-content:center}.module-companies .module-content .r-1 .w-lab a .icon{padding:20px;flex:0 0 auto;width:35%}.module-companies .module-content .r-1 .w-lab a .icon img{display:block;width:100%;height:auto}.module-companies .module-content .r-1 .w-lab a .description{padding:20px 20px 20px 30px;border-left:1px solid #ebedef;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0}.module-companies .module-content .r-1 .w-lab a .description .button{margin-top:20px}html.desktop .module-companies .module-content .r-1 .w-lab a:hover .button svg{transform:translate(4px)}.module-companies .module-content .r-2{margin-top:20px}.module-companies .module-content .r-2 .column-9,.module-companies .module-content .r-2 .swiper-arrows{margin-left:8.5235920852%}.module-companies .module-content .r-2 .swiper-container{overflow:visible!important}.module-companies .module-content .r-2 .swiper-slide{position:relative;background-color:#fff;height:300px;box-shadow:0 12px 25px rgba(9,25,49,.12)}.module-companies .module-content .r-2 .swiper-slide a{display:block;width:100%;height:100%}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-content{height:100%}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-content .logo{height:calc(100% - 120px);display:flex;align-items:center;justify-content:center}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-content .logo img{display:block;max-width:80%;max-height:80%}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-content .percent{height:120px;border-top:1px solid rgba(0,25,49,.08);display:flex;align-items:center;justify-content:center;color:#001931;padding:0 20px;text-align:center}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-content .percent .value{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-over{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#fff;z-index:2;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-over .description{height:calc(100% - 150px);padding:8%;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;letter-spacing:0;line-height:1;display:flex;align-items:center;justify-content:center}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-over .investissement{border-top:1px solid rgba(0,25,49,.08);height:60px;padding-left:8%;display:flex;align-items:center;justify-content:flex-start;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#001931}.module-companies .module-content .r-2 .swiper-slide .swiper-slide-over .container-button{background-color:#9e835a;height:90px;display:flex;align-items:center;justify-content:flex-start;padding-left:8%}html.desktop .module-companies .module-content .r-2 .swiper-slide:hover .swiper-slide-over{opacity:1}html.desktop .module-companies .module-content .r-2 .swiper-slide:hover .swiper-slide-over .button svg{transform:translate(4px)}@media screen and (max-width:1023px){.module-companies .module-content .fade-right{display:none}.module-companies .module-content .r-1 .content{margin-top:40px}.module-companies .module-content .r-1 .w-lab a{flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:20px}.module-companies .module-content .r-1 .w-lab a .icon{padding:0;width:128px;height:auto}.module-companies .module-content .r-1 .w-lab a .description{padding:0;margin-left:0;margin-top:20px;font-size:14px;border-left:none}.module-companies .module-content .r-2{margin-top:40px}.module-companies .module-content .r-2 .glide__arrows{display:none}.module-companies .module-content .r-2 .glide__track .swiper-slides .swiper-slide{height:225px}.module-companies .module-content .r-2 .glide__track .swiper-slides .swiper-slide .swiper-slide-content .logo{height:calc(100% - 60px)}.module-companies .module-content .r-2 .glide__track .swiper-slides .swiper-slide .swiper-slide-content .percent{height:60px}.module-companies .module-content .r-2 .glide__track .swiper-slides .swiper-slide .swiper-slide-content .percent .value{font-size:36px}.module-companies .module-content .r-2 .glide__track .swiper-slides .swiper-slide .swiper-slide-content .percent .indice{font-size:24px}}.module-big-boxes .partial.title+.module-content{margin-top:30px}.module-big-boxes .module-content .row{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.module-big-boxes .module-content .row [class*=column]{float:none}.module-big-boxes .module-content .box-item{flex:0 0 auto;margin-left:2.2831050228%;margin-bottom:2.2831050228%;background-color:#fff;box-shadow:0 12px 24px rgba(0,25,49,.12);padding:40px}.module-big-boxes .module-content .box-item:nth-child(3n+1){margin-left:0}.module-big-boxes .module-content .box-item .box-item__icon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:flex-start}.module-big-boxes .module-content .box-item .box-item__icon img{max-width:100%;max-height:100%}.module-big-boxes .module-content .box-item .box-item__title{margin-top:20px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:26px;letter-spacing:0;color:#001931}.module-big-boxes .module-content .box-item .box-item__title:first-child{margin-top:0}.module-big-boxes .module-content .box-item .box-item__content{margin-top:30px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0}.module-big-boxes .module-content .box-item .box-item__content:first-child{margin-top:0}.module-big-boxes .module-content .box-item .box-item__content p{margin-top:14px}.module-big-boxes .module-content .box-item .box-item__content p:first-child{margin-top:0}@media screen and (max-width:1023px){.module-big-boxes .module-content .box-item{padding:30px;margin-left:0;margin-bottom:0;margin-top:30px}.module-big-boxes .module-content .box-item:first-child{margin-top:0}.module-big-boxes .module-content .box-item .box-item__title{font-size:22px;line-height:24px}.module-big-boxes .module-content .box-item .box-item__content{font-size:14px;line-height:24px}}.module-small-boxes .partial.title+.module-content{margin-top:40px}.module-small-boxes .module-content .row{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.module-small-boxes .module-content .row [class*=column]{float:none}.module-small-boxes .module-content .row .box-item{flex:0 0 auto;margin-left:10.8066971081%;margin-bottom:3.4246575342%}.module-small-boxes .module-content .row .box-item:nth-child(odd){margin-left:25.5707762557%}.module-small-boxes .module-content .row .box-item .box-item__icon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:flex-start}.module-small-boxes .module-content .row .box-item .box-item__icon img{max-width:100%;max-height:100%}.module-small-boxes .module-content .row .box-item .box-item__title{margin-top:20px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:26px;letter-spacing:0;color:#001931}.module-small-boxes .module-content .row .box-item .box-item__content{margin-top:30px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0}.module-small-boxes .module-content .row .box-item .box-item__content p{margin-top:14px}.module-small-boxes .module-content .row .box-item .box-item__content p:first-child{margin-top:0}@media screen and (max-width:1023px){.module-small-boxes .module-content .box-item{margin-left:0;margin-bottom:0;margin-top:30px}.module-small-boxes .module-content .box-item:first-child{margin-top:0}.module-small-boxes .module-content .box-item .box-item__title{font-size:22px;line-height:24px}.module-small-boxes .module-content .box-item .box-item__content{font-size:14px;line-height:24px}}.module-timeline{padding-bottom:100px}.module-timeline .module-content,.module-timeline .partial.title{position:relative;z-index:2}.module-timeline .module-background-color{position:absolute;left:50%;top:0;transform:translate(-50%);width:1314px;height:100%;z-index:1}.module-timeline .module-background-color:before{position:absolute;top:0;content:"";width:200%;height:100%;background-color:#f7f8f8;left:63.0898021309%}.module-timeline.green{background-color:#18898a;color:#fff}.module-timeline.green .module-background-color:before{background-color:#007374}.module-timeline.green .partial.title .column-11 .line{background-color:#fff}#news .newsletter .column-5 .module-timeline.green .title,.module-timeline.green #news .newsletter .column-5 .title,.module-timeline.green .text-content,.module-timeline.green h2{color:#fff}.module-timeline.green .module-content .column-2 .swiper-slide{color:hsla(0,0%,100%,.6)}.module-timeline.green .module-content .column-2 .swiper-slide:before{background-color:hsla(0,0%,100%,.4)}.module-timeline.green .module-content .column-2 .swiper-slide:after{background-color:#fff}.module-timeline.green .module-content .column-2 .swiper-slide.active,.module-timeline.green .module-content .column-4 .title,html.desktop .module-timeline.green .module-content .column-2 .swiper-slide:hover{color:#fff}.module-timeline.green .module-content .column-4 .title:after,.module-timeline.green .module-content .column-4 .title:before{background-color:#fff}.module-timeline.green .module-content .column-4 .content .file{border-top-color:hsla(0,0%,100%,.1)}html.desktop .module-timeline.green .module-content .column-4 .content .file a:hover .icon{background-color:#fff}html.desktop .module-timeline.green .module-content .column-4 .content .file a:hover .icon svg{fill:#18898a}html.desktop .module-timeline.green .module-content .column-4 .content .file a:hover .text{color:#fff}.module-timeline.green .module-content .column-4 .content .file .file__date{color:#fff;opacity:.6}.module-timeline.green .module-content .column-4 .content .file .file__name .icon{border-color:#fff}.module-timeline.green .module-content .column-4 .content .file .file__name .icon svg{fill:#fff}.module-timeline.green .module-content .column-4 .content .text-content{color:#afe1e2}.module-timeline.green .module-content .button-next svg,.module-timeline.green .module-content .button-prev svg{stroke:#fff}.module-timeline.blue{background-color:#072542;color:#fff}.module-timeline.blue .module-background-color:before{background-color:#001931}.module-timeline.blue .partial.title .column-11 .line{background-color:#fff}.module-timeline.blue .module-content .column-2 .swiper-slide{color:hsla(0,0%,100%,.6)}.module-timeline.blue .module-content .column-2 .swiper-slide:before{background-color:hsla(0,0%,100%,.4)}.module-timeline.blue .module-content .column-2 .swiper-slide:after{background-color:#fff}.module-timeline.blue .module-content .column-2 .swiper-slide.active,.module-timeline.blue .module-content .column-4 .title,html.desktop .module-timeline.blue .module-content .column-2 .swiper-slide:hover{color:#fff}.module-timeline.blue .module-content .column-4 .title:after,.module-timeline.blue .module-content .column-4 .title:before{background-color:#fff}.module-timeline.blue .module-content .column-4 .content .file{border-top-color:hsla(0,0%,100%,.1)}html.desktop .module-timeline.blue .module-content .column-4 .content .file a:hover .icon{background-color:#fff}html.desktop .module-timeline.blue .module-content .column-4 .content .file a:hover .icon svg{fill:#001931}html.desktop .module-timeline.blue .module-content .column-4 .content .file a:hover .text{color:#fff}.module-timeline.blue .module-content .column-4 .content .file .file__date{color:#fff;opacity:.6}.module-timeline.blue .module-content .column-4 .content .file .file__name .icon{border-color:#fff}.module-timeline.blue .module-content .column-4 .content .file .file__name .icon svg{fill:#fff}.module-timeline.blue .module-content .button-next svg,.module-timeline.blue .module-content .button-prev svg{stroke:#fff}#news .newsletter .column-5 .module-timeline.blue .title,.module-timeline.blue #news .newsletter .column-5 .title,.module-timeline.blue .text-content,.module-timeline.blue h2{color:#fff}.module-timeline .partial.title+.module-content{margin-top:30px}.module-timeline .module-content .column-5{margin-left:8.5235920852%}.module-timeline .module-content .column-5 .text-content{margin-top:50px;max-width:420px}.module-timeline .module-content .column-2{position:relative;margin-left:2.2831050228%;z-index:1}.module-timeline .module-content .column-2 .swiper-container{position:relative;height:500px;width:100%}.module-timeline .module-content .column-2 .swiper-slide{cursor:pointer;position:relative;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;letter-spacing:0;color:#afb7be;padding-left:30px;height:100px;display:flex;justify-content:center;flex-direction:column;transition:color .6s cubic-bezier(.165,.84,.44,1)}.module-timeline .module-content .column-2 .swiper-slide:before{position:absolute;left:0;top:0;content:"";width:3px;height:100%;background-color:rgba(0,25,49,.2)}.module-timeline .module-content .column-2 .swiper-slide:after{content:"";position:absolute;width:3px;background-color:#001931;height:100%;left:0;top:0;transform-origin:0 0;transform:scaleY(0);transition:transform .6s cubic-bezier(.77,0,.175,1)}.module-timeline .module-content .column-2 .swiper-slide.active{color:#001931}.module-timeline .module-content .column-2 .swiper-slide.active:after{transform:scaleY(1)}html.desktop .module-timeline .module-content .column-2 .swiper-slide:hover{color:#001931}.module-timeline .module-content .column-4{position:relative;margin-left:2.2831050228%;z-index:2}.module-timeline .module-content .column-4 .swiper-item{display:none}.module-timeline .module-content .column-4 .swiper-item.active{display:block}.module-timeline .module-content .column-4 .number{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:36px;line-height:36px;letter-spacing:0;opacity:.6;margin-bottom:20px;color:#afb7be}.module-timeline .module-content .column-4 .icon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:flex-start}.module-timeline .module-content .column-4 .icon img{max-width:100%;max-height:100%}.module-timeline .module-content .column-4 .icon+.title{margin-top:20px}.module-timeline .module-content .column-4 .title{position:relative;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;letter-spacing:0;color:#001931}.module-timeline .module-content .column-4 .title:before{display:none;opacity:0;position:absolute;right:0;bottom:56px;content:"";background-color:#001931;width:20px;height:2px}.module-timeline .module-content .column-4 .title:after{display:none;opacity:0;position:absolute;right:9px;bottom:47px;content:"";background-color:#001931;width:2px;height:20px;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}.module-timeline .module-content .column-4 .content{position:relative;overflow:hidden;padding-top:40px}.module-timeline .module-content .column-4 .content:first-child{padding-top:0}.module-timeline .module-content .column-4 .content .text-content{margin-top:40px}.module-timeline .module-content .column-4 .content .text-content:first-child{margin-top:0}.module-timeline .module-content .column-4 .content .text-content ol,.module-timeline .module-content .column-4 .content .text-content p,.module-timeline .module-content .column-4 .content .text-content ul{font-size:16px;line-height:28px}.module-timeline .module-content .column-4 .content .text-content img{max-width:100%;height:auto;margin:0}.module-timeline .module-content .column-4 .content .file{margin-top:30px;padding-top:30px;border-top:1px solid rgba(0,25,49,.12)}.module-timeline .module-content .column-4 .content .file.no-date{border-top:none;padding-top:0}.module-timeline .module-content .column-4 .content .file:first-child{padding-top:0;margin-top:0;border-top:none}.module-timeline .module-content .column-4 .content .file a{display:block}html.desktop .module-timeline .module-content .column-4 .content .file a:hover .icon{background-color:#001931}html.desktop .module-timeline .module-content .column-4 .content .file a:hover .icon svg{fill:#fff}html.desktop .module-timeline .module-content .column-4 .content .file a:hover .text{color:#001931}.module-timeline .module-content .column-4 .content .file .file__date{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;color:#5a6b7b;text-transform:uppercase}.module-timeline .module-content .column-4 .content .file .file__name{margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-start}.module-timeline .module-content .column-4 .content .file .file__name .icon{margin-top:6px;flex:0 0 auto;display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;border:1px solid #001931;padding-left:2px;padding-bottom:2px;transition:background-color .6s cubic-bezier(.165,.84,.44,1)}.module-timeline .module-content .column-4 .content .file .file__name .icon svg{width:15px;height:15px;fill:#001931;transition:fill .6s cubic-bezier(.165,.84,.44,1)}.module-timeline .module-content .column-4 .content .file .file__name .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;margin-left:10px;transition:color .6s cubic-bezier(.165,.84,.44,1)}.module-timeline .module-content .column-4 .button{margin-top:40px}.module-timeline .module-content .button-next,.module-timeline .module-content .button-prev{position:relative;display:flex;padding-left:30px;height:50px;z-index:10;cursor:pointer}.module-timeline .module-content .button-next svg,.module-timeline .module-content .button-prev svg{width:20px;height:16px;stroke:#001931}.module-timeline .module-content .button-next.swiper-button-disabled,.module-timeline .module-content .button-prev.swiper-button-disabled{pointer-events:none;opacity:.5}.module-timeline .module-content .button-prev{position:absolute;top:-50px;left:0}.module-timeline .module-content .button-prev svg{transform:rotate(-180deg)}.module-timeline .module-content .button-next{align-items:flex-end}@media screen and (max-width:1190px){.module-timeline .module-background-color:before{left:61%}.module-timeline .module-content .column-2 .swiper-slide{font-size:30px;line-height:1}}@media screen and (max-width:1023px){.module-timeline{padding-bottom:0}.module-timeline .module-background-color{display:none}.module-timeline .module-content .grid{width:100%}.module-timeline .module-content .column-5{width:calc(100% - 60px)!important;margin-left:auto!important;margin-right:auto!important}.module-timeline .module-content .column-2{display:none}.module-timeline .module-content .column-4{margin-top:50px}.module-timeline .module-content .column-4 .swiper-item{padding-top:40px;display:block;border-top:1px solid rgba(0,25,49,.08)}.module-timeline .module-content .column-4 .swiper-item:first-child{margin-top:0;padding-top:0;border-top:none}.module-timeline .module-content .column-4 .swiper-item .content{height:0;background-color:#f7f8f8}.module-timeline .module-content .column-4 .swiper-item .content .content__inner{position:relative;padding-bottom:40px}.module-timeline .module-content .column-4 .swiper-item.active .title:after{opacity:0}.module-timeline .module-content .column-4 .swiper-item.active .content{height:auto}.module-timeline .module-content .column-4 .icon{display:none}.module-timeline .module-content .column-4 .number,.module-timeline .module-content .column-4 .title{width:calc(100% - 60px);margin-left:auto;margin-right:auto}.module-timeline .module-content .column-4 .title{padding-right:30px;padding-bottom:40px;font-size:30px;line-height:1}.module-timeline .module-content .column-4 .title:after,.module-timeline .module-content .column-4 .title:before{display:block;opacity:1}.module-timeline .module-content .column-4 .content .content__inner{width:calc(100% - 60px);margin-left:auto;margin-right:auto}.module-timeline.green .column-4 .swiper-item.active .content{background-color:#007374}.module-timeline.green .module-content .column-4 .swiper-item{border-color:hsla(0,0%,100%,.2)}.module-timeline.blue .column-4 .swiper-item.active .content{background-color:#001931}.module-timeline.blue .module-content .column-4 .swiper-item{border-color:hsla(0,0%,100%,.2)}}.module-img-text .module-content .r-1 .column-11{margin-left:8.5235920852%}.module-img-text .module-content .r-2{margin-top:100px}.module-img-text .module-content .item{display:flex;align-items:stretch;background-color:#f7f8f8}.module-img-text .module-content .item [class*=column]{float:none}.module-img-text .module-content .item .illustration{position:relative;overflow:hidden;width:50%}.module-img-text .module-content .item .illustration img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.module-img-text .module-content .item .illustration:after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:#007374;background:linear-gradient(180deg,#007374,rgba(0,115,116,0));z-index:2}.module-img-text .module-content .item .content{margin-left:10.8066971081%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:100px 0}.module-img-text .module-content .item .content .title{margin-top:40px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:48px;letter-spacing:0;color:#001931}.module-img-text .module-content .item .content .description{margin-top:30px}.module-img-text .module-content .item .content .description p,.module-img-text .module-content .item .content .description ul{margin-top:26px}.module-img-text .module-content .item .content .description p:first-child,.module-img-text .module-content .item .content .description ul:first-child{margin-top:0}.module-img-text .module-content .item .content .description a{color:#9e835a;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:-webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1), -webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);text-decoration-thickness:.04em!important;text-underline-offset:.1em!important}.module-img-text .module-content .item .content .description a:hover{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.module-img-text .module-content .item .content .button{margin-top:30px}.module-img-text .module-content .item.even .content{order:1;margin-left:8.5235920852%}.module-img-text .module-content .item.even .illustration{order:2;margin-left:auto}@media screen and (max-width:1190px){.module-img-text .module-content .item .content{margin-left:5.403348554%;width:40.3348554033%}.module-img-text .module-content .item.even .content{margin-left:4.2617960426%}}@media screen and (max-width:1023px){.module-img-text .module-content .grid{width:100%}.module-img-text .module-content .r-1{width:calc(100% - 60px);margin-left:auto;margin-right:auto}.module-img-text .module-content .r-2{margin-top:30px}.module-img-text .module-content .item{flex-direction:column}.module-img-text .module-content .item .illustration{order:1;margin-left:0;margin-top:0}.module-img-text .module-content .item .content{order:2;margin-left:0;margin-top:0;padding:50px 30px}.module-img-text .module-content .item .content .title{font-size:30px;line-height:40px}.module-img-text .module-content .item .content .description{font-size:16px;line-height:28px}}.module-video-text .module-content .r-1 .column-11{margin-left:8.5235920852%}.module-video-text .module-content .r-2{margin-top:60px}.module-video-text .module-content .r-2 .column-5{margin-left:8.5235920852%}.module-video-text .module-content .r-2 .column-5 .video-thumbnail{height:300px}.module-video-text .module-content .r-2 .column-4{margin-left:10.8066971081%}.module-video-text .module-content .r-2 .column-4 .button{margin-top:30px}@media screen and (max-width:1023px){.module-video-text .module-content .grid{width:100%}.module-video-text .module-content .r-1{width:calc(100% - 60px);margin-left:auto;margin-right:auto}.module-video-text .module-content .r-2{margin-top:30px}.module-video-text .module-content .r-2 .column-4{margin-top:50px;width:calc(100% - 60px)!important;margin-left:auto!important;margin-right:auto!important}}.ytp-impression-link{display:none!important}.module-slider .module-content .r-1 .swiper-container{height:650px;background-color:#f7f8f8}.module-slider .module-content .r-1 .swiper-container .swiper-slide{position:relative}.module-slider .module-content .r-1 .swiper-container .swiper-slide img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.module-slider .module-content .r-1 .swiper-container .swiper-slide .legend{opacity:0;position:absolute;bottom:20px;max-width:400px;left:5%;background-color:rgba(0,25,49,.5);color:#fff;height:auto;padding:20px;z-index:2;font-size:16px;line-height:22px;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}html.desktop .module-slider .module-content .r-1 .swiper-container .swiper-slide:hover .legend{opacity:1}@media screen and (max-width:1190px){.module-slider .module-content .r-1 .swiper-container{height:550px}}@media screen and (max-width:1190px){.module-slider .module-content .r-1 .swiper-arrows{margin-bottom:20px}.module-slider .module-content .r-1 .swiper-container{height:300px}}.module-news{padding-bottom:100px;overflow:hidden}.module-news.brown{background-color:#9e835a}.module-news.brown .text-content{color:#e3d2b9}.module-news.brown .tag{color:#fff}.module-news.brown .excerpt{color:#e3d2b9}.module-news.green{background-color:#18898a}.module-news.green .background-text{color:#18898a}.module-news.green .excerpt,.module-news.green .tag,.module-news.green .text-content{color:#fff}.module-news .background-text{position:absolute;top:220px;left:-220px;opacity:.3;font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:880px;line-height:880px;letter-spacing:0;line-height:.5;width:200%;color:#9e835a;white-space:nowrap;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.module-news .module-button{position:absolute;left:0;top:94px;width:100%}.module-news .module-button .row{display:flex;justify-content:flex-end}.module-news .r-1 .column-5{margin-left:8.5235920852%;margin-top:40px}.module-news .r-1 .column-5 .button{margin-top:30px}.module-news .r-1 .column-4{margin-left:10.8066971081%;margin-top:40px}.module-news .r-2{margin-top:60px}.module-news .r-2 .swiper-arrows{margin-left:8.5235920852%}.module-news .r-2 .swiper-container{margin-left:8.5235920852%;overflow:visible!important}.module-news .r-2 .swiper-slide .thumbnail{position:relative;width:100%;height:290px;overflow:hidden}.module-news .r-2 .swiper-slide .thumbnail:after{content:"";background-color:#001931;opacity:.2;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}.module-news .r-2 .swiper-slide .thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}html.desktop .module-news .r-2 .swiper-slide .thumbnail:hover:after{opacity:0}.module-news .r-2 .swiper-slide .metas{margin-top:20px}.module-news .r-2 .swiper-slide .metas .tag{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase}.module-news .r-2 .swiper-slide .metas .excerpt{margin-top:20px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0}@media screen and (max-width:1190px){#news .newsletter .column-5 .module-news .title,.module-news #news .newsletter .column-5 .title,.module-news h2{font-size:60px}}@media screen and (max-width:1023px){.module-news{display:flex;flex-direction:column;padding-bottom:60px}.module-news .module-content{order:2}.module-news .module-button{order:3;position:relative;left:auto;top:auto;margin-top:40px}.module-news .module-button .row{justify-content:flex-start}.module-news .background-text{display:none}#news .newsletter .column-5 .module-news .title,.module-news #news .newsletter .column-5 .title,.module-news h2{font-size:50px;line-height:1}.module-news .r-2{margin-top:40px}.module-news .r-2 .swiper-slide .thumbnail{height:160px}}.module-new-and-cp.expanded{border-top:1px solid rgba(0,25,49,.08)}.module-new-and-cp.expanded .column-8{width:100%;margin-left:0}.module-new-and-cp.expanded .column-8 .new-item{flex:0 0 auto;border-right:1px solid rgba(0,25,49,.08);width:34.0943683409%;padding-left:8.5235920852%;padding-top:80px}.module-new-and-cp.expanded .column-8 .new-item .excerpt{max-width:260px}.module-new-and-cp.expanded .column-8 .new-item .tag{white-space:normal}.module-new-and-cp.expanded .column-8 .cp-item{flex:0 0 auto;width:23.2876712329%;margin-left:8.5235920852%;padding:80px 5% 50px 0}.module-new-and-cp.expanded .column-8 .cp-item:last-child{margin-left:2.2831050228%}.module-new-and-cp.expanded .column-8 .l-1{border-right:1px solid rgba(0,25,49,.08);width:25.5707762557%;padding-left:0}.module-new-and-cp.expanded .column-8 .l-2{margin-left:8.5235920852%;width:57.3820395738%;padding-left:0}.module-new-and-cp.expanded .column-8 .socials{display:none}.module-new-and-cp.home-version .column-8 .new-item{order:3;padding-right:0;margin-left:50px}.module-new-and-cp.home-version .column-8 .cp-item{order:1}.module-new-and-cp .column-8{background-color:#fff;display:flex;align-items:stretch;justify-content:flex-start;margin-left:34.0943683409%}.module-new-and-cp .column-8 .new-item{flex:1 0 auto;width:38.85%;padding:50px 5%;display:flex;flex-direction:column}.module-new-and-cp .column-8 .new-item.blue{background-color:#001931;color:#fff}.module-new-and-cp .column-8 .new-item.blue .tag{color:#fff}.module-new-and-cp .column-8 .new-item.blue .button svg{fill:#fff}.module-new-and-cp .column-8 .new-item.blue .button .text{color:#fff}.module-new-and-cp .column-8 .cp-item{display:flex;flex-direction:column;flex:1 0 auto;padding:50px 0 50px 5%;width:30.575%}.module-new-and-cp .column-8 .tag{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:16px;letter-spacing:.4em;text-transform:uppercase;color:#001931;white-space:nowrap}@media screen and (max-width:1240px){.module-new-and-cp .column-8 .tag{white-space:normal}}.module-new-and-cp .column-8 .date{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:11px;letter-spacing:.4em;opacity:.6;margin-top:40px}.module-new-and-cp .column-8 .excerpt{margin-top:30px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0;padding-bottom:70px}.module-new-and-cp .column-8 .button{margin-top:auto}.module-new-and-cp .column-8 .button a .text{white-space:nowrap}.module-new-and-cp .column-8 .socials{margin-top:auto}.module-new-and-cp .column-8 .socials ul{display:flex;align-items:center;justify-content:flex-end}.module-new-and-cp .column-8 .socials ul li{margin-left:15px}.module-new-and-cp .column-8 .socials ul li:first-child{margin-left:0}.module-new-and-cp .column-8 .socials ul li a{display:block}.module-new-and-cp .column-8 .socials ul li svg{width:20px;height:20px;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}html.desktop .module-new-and-cp .column-8 .socials ul li:hover svg{fill:#8e7651}.module-new-and-cp .column-8 .socials ul li.twitter{margin-top:4px}@media screen and (max-width:1023px){.module-new-and-cp .grid{width:100%}.module-new-and-cp .column-8{flex-direction:column}.module-new-and-cp .column-8 .cp-item,.module-new-and-cp .column-8 .new-item{width:100%!important;padding:50px 5%!important;border-right:none!important;margin-left:0!important}.module-new-and-cp .column-8 .cp-item .excerpt,.module-new-and-cp .column-8 .new-item .excerpt{padding-bottom:40px}.module-new-and-cp .column-8 .cp-item{border-top:1px solid rgba(0,25,49,.08)}}.module-accompaniment{background-color:#f7f8f8}.module-accompaniment .g-1{padding-bottom:70px}.module-accompaniment .g-1 .r-1{margin-top:40px;padding-bottom:60px}.module-accompaniment .g-1 .r-1 .column-5{margin-left:8.5235920852%}.module-accompaniment .g-1 .r-1 .column-4{margin-left:10.8066971081%;margin-top:40px}.module-accompaniment .g-1 .r-1 .column-4 .quote,.module-accompaniment .g-1 .r-1 .column-4 .text-content{margin-top:40px}.module-accompaniment .g-1 .r-1 .column-4 .quote:first-child,.module-accompaniment .g-1 .r-1 .column-4 .text-content:first-child{margin-top:0}.module-accompaniment .g-2{background-color:#fff}.module-accompaniment .g-2:before{content:"";width:500%;height:100%;position:absolute;left:50%;transform:translate(-50%);background-color:#fff}.module-accompaniment .g-2 .column-4{position:absolute;background-color:#9e835a;left:8.5235920852%;z-index:2;top:-86px}.module-accompaniment .g-2 .column-4 ul{padding:0 11%}.module-accompaniment .g-2 .column-4 ul li{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.3)}.module-accompaniment .g-2 .column-4 ul li:first-child{border-top:none}.module-accompaniment .g-2 .column-8{margin-left:34.0943683409%}.module-accompaniment .g-2 .column-8 img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (max-width:1023px){.module-accompaniment .g-1 .r-1 .column-4{margin-top:80px}.module-accompaniment .g-2{background-color:#fff;width:100%}.module-accompaniment .g-2:before{display:none}.module-accompaniment .g-2 .column-4{position:relative;top:auto;left:auto}.module-accompaniment .g-2 .column-8{display:none}}.module-title .title{margin-left:8.5235920852%}.module-title .subtitle{margin-left:10.8066971081%}.module-title+.module-text{padding-top:0;margin-top:60px}@media screen and (max-width:1023px){.module-title .subtitle{margin-top:40px}}.module-text .column-8{margin-left:25.5707762557%}.module-text.is-center-1 .column-8{float:none;position:relative;margin:0 auto}.module-video+.module-text{padding-top:0;margin-top:40px}.module-introduction .column-10{margin-left:8.5235920852%;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:44px;letter-spacing:0}body.single .module-introduction .column-10{margin-left:17.0471841705%;width:65.9056316591%}@media screen and (max-width:1023px){.module-introduction .column-10{font-size:24px;line-height:38px}}.module-buttons .column-8{margin-left:25.5707762557%;display:flex;align-items:center}.module-buttons .column-8 .button{margin-left:30px}.module-buttons .column-8 .button:first-child{margin-left:0}@media screen and (max-width:1023px){.module-buttons .column-8{flex-direction:column;align-items:flex-start}.module-buttons .column-8 .button{margin-left:0;margin-top:20px}.module-buttons .column-8 .button:first-child{margin-top:0}}.module-text+.module-buttons,.module-title+.module-buttons,.module-video+.module-buttons{padding-top:0;margin-top:40px}.module-video .column-8{margin-left:25.5707762557%}.module-video.is-center-1 .column-8{float:none;position:relative;margin:0 auto}@media screen and (max-width:1023px){.module-video .video-thumbnail{height:300px}}.module-buttons+.module-video,.module-text+.module-video,.module-title+.module-video{padding-top:0;margin-top:40px}.module-title-text .title{margin-left:8.5235920852%}#news .newsletter .column-5 .module-title-text .title .title,.module-title-text .title #news .newsletter .column-5 .title,.module-title-text .title h2{font-size:44px;line-height:54px;margin-bottom:30px}.module-title-text .title .button{margin-top:20px}.module-title-text .title .metas{margin-top:30px}.module-title-text .title .metas .metas__title{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:18px;letter-spacing:.4em;text-transform:uppercase;color:#001931}.module-title-text .title .metas .metas__urls{margin-top:20px}.module-title-text .title .metas .metas__urls ul{display:flex;align-items:center}.module-title-text .title .metas .metas__urls ul li{margin-left:30px;flex:0 0 auto}.module-title-text .title .metas .metas__urls ul li.web a{display:flex;align-items:center}.module-title-text .title .metas .metas__urls ul li.web .text{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0;color:#9e835a;margin-left:10px;margin-top:3px}.module-title-text .title .metas .metas__urls ul li svg{width:16px;height:auto;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}.module-title-text .title .metas .metas__urls ul li.twitter{margin-top:4px}.module-title-text .title .metas .metas__urls ul li.linkedin svg,.module-title-text .title .metas .metas__urls ul li.twitter svg{width:20px}html.desktop .module-title-text .title .metas .metas__urls ul li:hover svg{fill:#7e6847}.module-title-text .title .metas .metas__urls ul li:first-child{margin-left:0}.module-title-text .content{margin-left:10.8066971081%}.module-title-text .content .percent{display:flex;align-items:center;justify-content:flex-start}.module-title-text .content .percent .percent__number{position:relative;width:180px;height:180px;border:1px solid rgba(0,25,49,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;align-content:center}.module-title-text .content .percent .percent__number .text{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:50px;line-height:50px;letter-spacing:0;line-height:1;color:#001931}.module-title-text .content .percent .percent__number .text sup{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:0;color:#5a6b7b;bottom:1px;vertical-align:super;text-decoration:none}.module-title-text .content .percent .percent__number svg{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;width:200px;height:200px;stroke-linecap:round;stroke:#9e835a;z-index:2}.module-title-text .content .percent .percent__legend{width:calc(100% - 180px);padding-left:30px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:18px;letter-spacing:.4em;text-transform:uppercase}.module-title-text .content .text-content{margin-top:30px}.module-title-text .content .text-content:first-child{margin-top:0}@media screen and (max-width:1023px){#news .newsletter .column-5 .module-title-text .title .title,.module-title-text .title #news .newsletter .column-5 .title,.module-title-text .title h2{font-size:32px;line-height:44px}.module-title-text .content{margin-top:60px}.module-title-text .content .percent{flex-direction:column}.module-title-text .content .percent .percent__legend{padding-left:0;text-align:center;width:100%;margin-top:20px}}@media screen and (max-width:1023px){.module-cover+.module-title-text{padding-top:100px}}.module-trombinoscope .partial.title{margin-bottom:40px}.module-trombinoscope .r-1{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.module-trombinoscope .r-1 [class*=column]{float:none}.module-trombinoscope .r-1 .column-5{flex:0 0 auto;margin-left:2.2831050228%;margin-top:50px;display:flex;align-items:center}.module-trombinoscope .r-1 .column-5.have-card{cursor:pointer}.module-trombinoscope .r-1 .column-5:first-child,.module-trombinoscope .r-1 .column-5:nth-child(2){margin-top:0}.module-trombinoscope .r-1 .column-5:nth-child(odd){margin-left:8.5235920852%}.module-trombinoscope .r-1 .column-5 .thumbnail{flex:0 0 auto;width:36%;height:auto}.module-trombinoscope .r-1 .column-5 .thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.module-trombinoscope .r-1 .column-5 .metas{padding-left:6%}.module-trombinoscope .r-1 .column-5 .metas .metas__name{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:26px;letter-spacing:.02em;line-height:1;color:#001931}.module-trombinoscope .r-1 .column-5 .metas .metas__function{margin-top:8px;font-size:16px;color:#001931}.module-trombinoscope .r-1 .column-5 .metas .metas__description,.module-trombinoscope .r-1 .column-5 .metas .metas__function{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:20px;letter-spacing:0}.module-trombinoscope .r-1 .column-5 .metas .metas__description{margin-top:30px;font-size:14px}.module-trombinoscope .r-1 .column-5 .metas .metas__description p{margin-top:8px}.module-trombinoscope .r-1 .column-5 .metas .metas__description p:first-child{margin-top:0}.module-trombinoscope .module-trombinoscope__card{opacity:0;visibility:hidden;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:rgba(0,25,49,.2);z-index:10000;display:flex;justify-content:flex-end}.module-trombinoscope .module-trombinoscope__card .close-outside{position:fixed;left:0;height:100vh;width:26%}.module-trombinoscope .module-trombinoscope__card .card__inner{position:relative;width:74%;height:100%;background-color:#a98c61;transform:translate(100%)}.module-trombinoscope .module-trombinoscope__card .card__close{cursor:pointer;position:fixed;right:calc(4% + 30px);top:calc(4% + 30px);width:48px;height:48px;border:2px solid #9e835a;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:4}.module-trombinoscope .module-trombinoscope__card .card__close svg{width:16px;height:16px;stroke:#9e835a;transition:transform .6s cubic-bezier(.77,0,.175,1)}html.desktop .module-trombinoscope .module-trombinoscope__card .card__close:hover svg{transform:rotate(90deg)}.module-trombinoscope .module-trombinoscope__card .card__wrapper{padding:4%;height:100%;width:100%;display:flex;align-items:flex-start}.module-trombinoscope .module-trombinoscope__card .card__thumbnail{flex:1 0 auto;position:relative;width:28%;max-width:322px}.module-trombinoscope .module-trombinoscope__card .card__metas{background-color:#fff;height:100%}.module-trombinoscope .module-trombinoscope__card .card__metas:after{content:"";background:#fff;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));position:absolute;height:80px;width:100%;right:0;bottom:0;z-index:2;pointer-events:none}.module-trombinoscope .module-trombinoscope__card .card__metas .card__metas-inner{position:relative;overflow-y:auto;overflow-x:hidden;height:100%;padding:40px 10% 80px}.module-trombinoscope .module-trombinoscope__card .card__metas .name{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:65px;line-height:68px;letter-spacing:.02em;color:#001931}.module-trombinoscope .module-trombinoscope__card .card__metas .function{margin-top:8px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:20px;letter-spacing:0;color:#001931}.module-trombinoscope .module-trombinoscope__card .card__metas .description{margin-top:30px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:20px;letter-spacing:0}.module-trombinoscope .module-trombinoscope__card .card__metas .description p{margin-top:8px}.module-trombinoscope .module-trombinoscope__card .card__metas .description p:first-child{margin-top:0}.module-trombinoscope .module-trombinoscope__card .card__metas .biography{margin-top:40px}.module-trombinoscope .module-trombinoscope__card .card__metas .biography p{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0;margin-top:14px}.module-trombinoscope .module-trombinoscope__card .card__metas .biography p:first-child{margin-top:0}@media screen and (max-width:1023px){.module-trombinoscope .card__inner{overflow-y:auto}.module-trombinoscope .card__inner .card__wrapper{height:auto}.module-trombinoscope .r-1 .column-5{flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:50px!important}.module-trombinoscope .r-1 .column-5:first-child{margin-top:0!important}.module-trombinoscope .r-1 .column-5 .metas{margin-top:25px;margin-left:0;padding-left:0}.module-trombinoscope .module-trombinoscope__card .card__close{top:30px;right:30px;border-color:#9e835a}.module-trombinoscope .module-trombinoscope__card .card__close svg{stroke:#9e835a}.module-trombinoscope .module-trombinoscope__card .card__inner{width:100%}.module-trombinoscope .module-trombinoscope__card .card__wrapper{flex-direction:column;padding:0}.module-trombinoscope .module-trombinoscope__card .card__wrapper .card__thumbnail{display:none;width:50%}.module-trombinoscope .module-trombinoscope__card .card__wrapper .card__metas{padding-top:90px}.module-trombinoscope .module-trombinoscope__card .card__wrapper .card__metas .name{font-size:40px;line-height:1}.module-trombinoscope .module-trombinoscope__card .card__wrapper .card__metas .function{margin-top:30px}}.module-verbatim{background-color:#f7f8f8;padding-bottom:100px}.module-verbatim .background-text{z-index:1;position:absolute;top:50%;left:-90px;opacity:.3;font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:480px;line-height:480px;letter-spacing:0;line-height:.5;width:200%;color:#f7f8f8;white-space:nowrap;transform:translateY(-110%);text-shadow:-1px -1px 0 #9e835a,1px -1px 0 #9e835a,-1px 1px 0 #9e835a,1px 1px 0 #9e835a}.module-verbatim .grid{z-index:2}.module-verbatim .r-1{text-align:center}.module-verbatim .r-2{margin-top:70px;display:flex;align-items:stretch;justify-content:center}.module-verbatim .r-2 .column-5{float:none;box-shadow:0 12px 24px rgba(0,25,49,.2);margin-left:2.2831050228%;background-color:#fff;padding:7.6% 3.8%;text-align:center}.module-verbatim .r-2 .column-5:first-child{margin-left:0}.module-verbatim .r-2 .column-5 .partial.quote{margin-top:0}.module-verbatim .r-2 .column-5 .partial.quote svg.open-quote-icon{left:50%;transform:translate(-50%,-200%)}.module-verbatim .r-2 .column-5 .partial.quote svg.close-quote-icon{left:50%;transform:translate(-50%,200%)}.module-verbatim .r-2 .column-5 .partial.quote .quote__author{justify-content:center;margin-top:80px}.module-verbatim .r-2 .column-5 .partial.quote .quote__author .quote__author-metas{width:auto}@media screen and (max-width:1023px){.module-verbatim{padding-bottom:60px}.module-verbatim .background-text{display:none}.module-verbatim .r-2{margin-top:40px;flex-direction:column}.module-verbatim .r-2 .column-5{padding:100px 20px 50px;margin-top:20px}.module-verbatim .r-2 .column-5:first-child{margin-top:0}.module-verbatim .partial.quote .quote__author{flex-direction:row}.module-verbatim .partial.quote .quote__author .quote__author-metas{margin-top:0;margin-left:20px;text-align:left}}.module-leaders{padding-bottom:80px}.module-leaders .row{display:flex;align-items:stretch;justify-content:flex-start}.module-leaders .row [class*=column]{float:none}.module-leaders .sidebar{width:34.0943683409%;background-color:#9e835a;padding:60px 4.5% 100px;color:#fff}#news .newsletter .column-5 .module-leaders .sidebar .title,.module-leaders .sidebar #news .newsletter .column-5 .title,.module-leaders .sidebar h2{color:#fff}.module-leaders .sidebar .subtitle{margin-top:10px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:40px;letter-spacing:0}.module-leaders .sidebar .sidebar__portraits{margin-top:60px}.module-leaders .sidebar .portrait-item{margin-top:50px}.module-leaders .sidebar .portrait-item:first-child{margin-top:0}.module-leaders .sidebar .portrait-item .thumbnail{position:relative;width:150px;height:150px;overflow:hidden;border-radius:50%}.module-leaders .sidebar .portrait-item .thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.module-leaders .sidebar .portrait-item .metas{margin-top:20px}.module-leaders .sidebar .portrait-item .metas .name{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;letter-spacing:.025em}.module-leaders .sidebar .portrait-item .metas .function{margin-top:8px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:18px;letter-spacing:.4em;text-transform:uppercase}.module-leaders .column-8{position:relative;padding:100px 0 100px 8.5235920852%;transform:translateY(80px)}.module-leaders .column-8:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-color:#f7f8f8}@media screen and (max-width:1023px){.module-leaders{padding-bottom:0}.module-leaders .grid{width:100%}.module-leaders .row{flex-direction:column}.module-leaders .sidebar{width:100%;padding:60px 30px}.module-leaders .sidebar .sidebar__portraits{margin-top:40px}.module-leaders .sidebar .portrait-item .thumbnail{width:100px;height:100px}.module-leaders .column-8{transform:translate(0);padding:60px 30px}}.module-cover{padding-top:0;position:relative;height:540px}.module-cover.small{padding-top:100px;background-color:#072542;height:380px}.module-cover.small .background{display:none}.module-cover .background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;width:100vw;overflow:hidden}.module-cover .background img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.module-cover .background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,rgba(0,25,49,0));z-index:1;opacity:.8}.module-cover .column-10,.module-cover .grid,.module-cover .module-content,.module-cover .row{height:100%;z-index:2}.module-cover .column-10{margin-left:8.5235920852%;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}.module-cover .column-10 .title{position:relative}.module-cover .column-10 .subtitle{position:absolute;bottom:0;left:0;width:100%;text-align:center;color:#fff;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:80px;letter-spacing:0;transform:translateY(100%)}.module-cover .metas{position:absolute;left:0;bottom:-60px;z-index:3;display:flex;align-items:flex-start;justify-content:flex-start}.module-cover .cover-logo{height:170px;width:160px;background-color:#9e835a;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px rgba(0,25,39,.12)}.module-cover .cover-logo img{-o-object-fit:contain;object-fit:contain;width:60%;height:60%}body.wendel-lab .module-cover .cover-logo{background-color:#fff}body.wendel-lab .module-cover .cover-logo img{width:80%;height:80%}.module-cover .video-thumbnail{width:292px;height:170px}@media screen and (max-width:1190px){.module-cover h1{font-size:90px;line-height:90px}}@media screen and (max-width:1023px){.module-cover{height:420px}.module-cover.small{height:260px}.module-cover h1{font-size:48px;line-height:48px}.module-cover .cover-logo{width:116px;height:116px}.module-cover .metas{bottom:-50px}}.module-accordion .r-1 .column-11{margin-left:8.5235920852%;margin-bottom:70px}.module-accordion .filter{margin-top:90px;margin-left:8.5235920852%;display:none;align-items:center;justify-content:flex-start}body.espace-presse .module-accordion .filter,body.press-portal .module-accordion .filter{display:flex}.module-accordion .filter .legend{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase}.module-accordion .filter form{margin-left:30px;flex:1 0 auto;max-width:220px}.module-accordion .filter .ss-main .ss-single-selected{border:none;border-top:1px solid rgba(0,25,40,.08);height:50px}.module-accordion .filter .ss-main .ss-single-selected .placeholder{line-height:16px}.module-accordion .filter .ss-content .ss-list .ss-option,.module-accordion .filter .ss-main .ss-single-selected .placeholder{font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;letter-spacing:0}.module-accordion .filter .ss-content .ss-list .ss-option{line-height:24px}.module-accordion .accordion-item:first-child .accordion-item__head{border-top:none}.module-accordion .accordion-item.active .accordion-item__head:after{opacity:0}.module-accordion .accordion-item.active .accordion-item__content{height:auto}.module-accordion .accordion-item.nb-0{display:none}.module-accordion .accordion-item .accordion-item__head{border-top:1px solid rgba(0,25,49,.08);cursor:pointer;background-color:#fff;width:82.9528158295%;margin:0 auto;height:120px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;position:relative;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:40px;letter-spacing:0;color:#001931;padding-right:40px}.module-accordion .accordion-item .accordion-item__head:before{position:absolute;right:0;bottom:56px;content:"";background-color:#001931;width:20px;height:2px}.module-accordion .accordion-item .accordion-item__head:after{position:absolute;right:9px;bottom:47px;content:"";background-color:#001931;width:2px;height:20px;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}.module-accordion .accordion-item .accordion-item__content{background-color:#f7f8f8;overflow:hidden;position:relative;height:0}.module-accordion .accordion-item .accordion-item__content-inner{padding:75px 0;width:82.9528158295%;margin:0 auto}@media screen and (max-width:1023px){.module-accordion .filter{margin-top:0;flex-direction:column;justify-content:flex-start;margin-bottom:40px}.module-accordion .filter form{margin-left:0;margin-top:20px;width:200px;max-width:200px}.module-accordion .accordion-item .accordion-item__content-inner{padding:60px 0}.module-accordion .accordion-item .accordion-item__head{font-size:30px;line-height:40px;height:auto;padding:50px 0;width:100%}.module-accordion .accordion-item:first-child .accordion-item__head{padding-top:0}}@media screen and (max-width:1023px){.module-cover+.module-accordion{margin-top:60px!important}}html{transition:opacity .8s cubic-bezier(.165,.84,.44,1)}body,html{background-color:#fff}body{position:relative;font-size:100%;min-height:100%;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:32px;letter-spacing:0;color:#5a6b7b}body .gUhjIh{padding:14px 12px 9px!important}.wrapper{position:relative}.overflow-hidden,.wrapper{overflow:hidden}.page-template{padding-top:36px}.page-template:before{content:"";background-color:#001931;width:100%;position:absolute;top:0;left:0;height:36px}.page-template.home{padding-top:0}.display__block,img,svg{display:block}#error-page{background:#072542;padding-top:148px}#error-page .content{background-color:#fff;padding:100px 0}#error-page .column-12{text-align:center}.overlay{opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000;display:flex;align-items:center;justify-content:center}.overlay .overlay__inner{background-color:#fff;padding:4%;max-width:80vw;max-height:80vh;overflow:hidden}#news .newsletter .column-5 .overlay .overlay__inner .text-content .title,.overlay .overlay__inner .text-content #news .newsletter .column-5 .title,.overlay .overlay__inner .text-content h2{text-align:center;font-size:24px}.overlay .overlay__inner .buttons{margin-top:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.page-template{padding-top:0}.overlay .overlay__inner{overflow-y:scroll;padding-bottom:40px}.overlay .overlay__inner .buttons{flex-direction:column}.overlay .overlay__inner .buttons .button-line{margin-left:0;margin-top:10px}}#home .item-news{max-width:570px;width:38vw;background-color:#fff;height:110px;display:flex;align-items:flex-end}#home .item-news .cross{position:absolute;right:20px;top:50%;width:34px;height:34px;border-radius:50%;border:1px solid rgba(158,131,90,.4);display:flex;align-items:center;justify-content:center;transform:translateY(-50%);transition:border-color .6s cubic-bezier(.165,.84,.44,1)}#home .item-news .cross svg{width:12px;height:12px;stroke:#9e835a;transform:rotate(-45deg)}html.desktop #home .item-news .cross:hover{border-color:#9e835a}#home .item-news .thumbnails{height:135px;position:relative;overflow:hidden;width:33%}#home .item-news .thumbnails .thumb-item{position:absolute;width:100%;height:100%;z-index:1;opacity:0;visibility:hidden}#home .item-news .thumbnails .thumb-item:first-child{opacity:1;visibility:visible}#home .item-news .thumbnails .thumb-item a{display:block;width:100%;height:100%}#home .item-news .thumbnails .thumb-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#home .item-news .links{position:relative;width:67%;height:100%;padding:20px 14% 20px 20px}#home .item-news .links .new-item{position:absolute;width:calc(100% - 90px);height:100%;z-index:1;opacity:0;visibility:hidden}#home .item-news .links .new-item:first-child{opacity:1;visibility:visible}#home .item-news .links .new-item a{display:block}#home .item-news .links .new-item a svg{display:inline;width:16px;height:auto;vertical-align:middle;margin-left:4px}#home .item-news .links .new-item a .title{display:inherit;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:22px;letter-spacing:0;color:#001931}#home .item-news .bullets{position:absolute;z-index:10;left:20px;bottom:14px;display:flex;align-items:center}#home .item-news .bullets .bullet-item{cursor:pointer;margin-left:10px;width:6px;height:6px;background-color:#9e835a;border-radius:50%;opacity:.4;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}#home .item-news .bullets .bullet-item:first-child{margin-left:0}#home .item-news .bullets .bullet-item.current,html.desktop #home .item-news .bullets .bullet-item:hover{opacity:1}#home .home-head{background-color:#f7f8f8}#home .home-head .home-head__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;height:640px;overflow:hidden;z-index:1;background-color:#001931}#home .home-head .home-head__background .grid,#home .home-head .home-head__background .row{height:100%}#home .home-head .home-head__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,rgba(0,25,49,0));z-index:200;opacity:.8}#home .home-head .home-head__background img{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;opacity:0}#home .home-head .home-head__background img:first-child{opacity:1}#home .home-head .home-head__grid{height:640px;z-index:2}#home .home-head .home-head__grid .r-1{position:relative;height:100%;z-index:2}#home .home-head .home-head__grid .c-2{padding-top:250px;height:100%}#home .home-head .home-head__grid .c-2 .title-left{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:68px;line-height:68px;letter-spacing:0;color:#fff;transform:translateY(20px);opacity:0}#home .home-head .home-head__grid .c-2 .slider-item{position:absolute;left:0;top:0;padding-top:320px;display:none;height:100%}#home .home-head .home-head__grid .c-2 .slider-item .title{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:68px;line-height:68px;letter-spacing:0;color:#fff}html.is-safari #home .home-head .home-head__grid .c-2 .slider-item .title,html.mobile #home .home-head .home-head__grid .c-2 .slider-item .title{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:italic}#home .home-head .home-head__grid .c-2 .slider-item .title .word{transform:translateY(20px);opacity:0}#home .home-head .home-head__grid .button{margin-top:100px;transform:translateY(20px);opacity:0}#home .home-head .home-head__grid .button svg{margin-top:2px}#home .home-head .home-head__grid .button .text{font-size:18px}#home .home-head .home-head__grid .bullets-container{position:absolute;right:0;bottom:200px;width:290px;height:2px;background-color:hsla(0,0%,89.8%,.5);z-index:2;display:flex;align-items:center;justify-content:flex-start}#home .home-head .home-head__grid .bullets-container .bullet{position:relative;flex:1 0 auto;height:100%;background-color:#fff;transform-origin:0 0;transform:scaleX(0)}#home .home-head .toolbars{position:absolute;z-index:10;bottom:0;right:0;width:auto;display:flex;align-items:flex-end}#home .home-head .toolbars:hover{z-index:10000}#home .home-head .toolbars .item-bourse{width:220px;height:110px;background-color:#9e835a;display:flex;align-items:center;justify-content:center;color:#fff}#home .home-head .toolbars .item-bourse a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#home .home-head .toolbars .item-bourse .item-bourse__left svg{width:21px;height:auto}#home .home-head .toolbars .item-bourse .item-bourse__right{margin-left:10px}#home .home-head .toolbars .item-bourse .item-bourse__right .bourse{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:19px;letter-spacing:0}#home .home-head .toolbars .item-bourse .item-bourse__right .bourse__date{margin-top:4px;font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:16px;letter-spacing:0;color:#e3d2b9}#home .home-head .toolbars .item-socials{background-color:#001931;height:110px;max-width:330px;width:330px}#home .home-head .toolbars .item-socials ul{display:flex;align-items:stretch;height:100%}#home .home-head .toolbars .item-socials ul li{max-width:110px;width:110px;height:100%;background-color:transparent;transition:background-color .6s cubic-bezier(.165,.84,.44,1);border-left:1px solid #37536d}#home .home-head .toolbars .item-socials ul li:first-child{border-left:none}html.desktop #home .home-head .toolbars .item-socials ul li:hover{background-color:#000c18}#home .home-head .toolbars .item-socials ul li>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#home .home-head .toolbars .item-socials ul li svg{fill:#fff;width:20px}#home .home-head .toolbars .item-socials .twitter{position:relative}#home .home-head .toolbars .item-socials .twitter svg.arrow{width:12px;margin-left:10px;transform:rotate(-180deg)}html.desktop #home .home-head .toolbars .item-socials .twitter:hover svg.arrow{transform:rotate(0)}html.desktop #home .home-head .toolbars .item-socials .twitter:hover .tweets{opacity:1;visibility:visible}#home .home-head .toolbars .item-socials .twitter .tweets{opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;right:-110px;width:436px;background-color:rgba(7,37,66,.9);height:114px;transform:translateY(-100%);overflow:hidden;padding:40px 40px 0}#home .home-head .toolbars .item-socials .twitter .tweets:after{pointer-events:none;content:"";position:absolute;z-index:2;bottom:0;left:0;background:#0a0c1b;background:linear-gradient(0deg,#072542,rgba(7,37,66,0));height:50px;width:100%}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__head{display:flex;align-items:center}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__head .title{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;letter-spacing:0;color:#fff}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__head .button{margin-left:auto;border:2px solid hsla(0,0%,100%,.4);border-radius:20px;transition:border-color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #home .home-head .toolbars .item-socials .twitter .tweets .tweets__head .button:hover{border-color:#fff}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__head .button a{display:flex;align-items:center;justify-content:center;height:36px;padding:0 14px;color:#fff;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__head .button a svg{width:14px;height:auto;margin-right:6px}#home .home-head .toolbars .item-socials .twitter .tweets .scroll-content{padding-right:20px}#home .home-head .toolbars .item-socials .twitter .tweets .scrollbar-track{z-index:4;background-color:hsla(0,0%,100%,.4);width:2px}#home .home-head .toolbars .item-socials .twitter .tweets .scrollbar-track .scrollbar-thumb{background-color:#fff}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper{margin-top:40px;width:100%;height:350px;padding-bottom:20px}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item{margin-top:20px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);font-family:ApercuProRegular,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:22px;letter-spacing:0;color:#fff}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item:first-child{border-top:none;margin-top:0}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item a{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item a:hover{text-decoration:underline}#home .home-mobile-news{display:none}#home .home-communique{padding:80px 0;background-color:#fff}#home .home-communique .c-1{margin-left:8.5235920852%;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:42px;letter-spacing:0;width:25.5707762557%;color:#001931;opacity:.4}#home .home-communique .c-2,#home .home-communique .c-3{margin-left:8.5235920852%}#home .home-communique .title{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:18px;letter-spacing:0;color:#001931}#home .home-communique .cp-item{padding:30px 0;border-top:1px solid #ebedef}#home .home-communique .cp-item .cp-item__date{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.3em;color:#001931;opacity:.4}#home .home-communique .cp-item .cp-item__title{font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;letter-spacing:0;color:#001931;margin-top:26px;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}html.desktop #home .home-communique .cp-item:hover .cp-item__title{opacity:.6}#home .home-communique .cp-item:first-child{border-top:none}@media screen and (max-width:1190px){#home .home-head .home-head__grid .bullets-container{width:150px;bottom:164px}}@media screen and (max-width:1023px){#home .item-news{width:100%;border-bottom:1px solid #ebedef}#home .item-news .thumbnails{display:none}#home .item-news .links{width:100%}#home .item-news .links .new-item a .title{font-size:16px}#home .home-mobile-news{display:block}#home .home-head{margin-top:0}#home .home-head .toolbars{width:100%}#home .home-head .toolbars .item-bourse{width:40%;height:66px;padding:0 10px}#home .home-head .toolbars .item-bourse .item-bourse__left{display:none}#home .home-head .toolbars .item-bourse .item-bourse__right{margin-left:0}#home .home-head .toolbars .item-bourse .item-bourse__right .bourse{font-size:11px}#home .home-head .toolbars .item-bourse .item-bourse__right .bourse__date{font-size:10px}#home .home-head .toolbars .item-news{display:none}#home .home-head .toolbars .item-socials{width:60%;height:66px}#home .home-head .toolbars .item-socials ul li{height:66px}#home .home-head .toolbars .item-socials ul li svg{width:15px}#home .home-head .home-head__background,#home .home-head .home-head__grid{height:544px}#home .home-head .home-head__grid .row{height:100%}#home .home-head .home-head__grid .r-1{padding-bottom:66px}#home .home-head .home-head__grid .c-2{height:100%;padding-top:158px}#home .home-head .home-head__grid .c-2 .title-left{text-align:left;font-size:52px;line-height:1}#home .home-head .home-head__grid .c-2 .slider-item{padding-top:212px;top:50%;left:0;transform:translateY(-50%)}#home .home-head .home-head__grid .c-2 .slider-item .title{font-size:46px;line-height:1}#home .home-head .home-head__grid .bullets-container,#home .home-head .home-head__grid .c-2 .slider-item .subtitle{display:none}#home .home-head .home-head__grid .button{margin-top:120px;bottom:auto}#home .home-head .home-head__grid .button svg{margin-top:0}#home .home-head .home-head__grid .button .text{font-size:16px;line-height:16px}#home .home-head .module-new-and-cp .column-8{margin-top:0}#home .home-head .module-new-and-cp .column-8:after{display:none}#home .home-communique{padding:60px 0}#home .home-communique .c-1{display:none}#home .home-communique .c-3{margin-top:30px;padding-top:30px;border-top:1px solid rgba(0,25,49,.08)}#home .home-communique .title{font-size:16px;line-height:16px;margin-bottom:30px}#home .home-communique .cp-item{padding-top:0;border-top:none}#home .home-communique .cp-item .cp-item__title{font-size:18px;line-height:28px}}#news .news-cover{position:relative;min-height:580px}#news .news-cover .background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;height:580px;z-index:1}#news .news-cover .background img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#news .news-cover .grid{z-index:2;padding-top:400px}#news .news-cover .grid .column-6{position:relative;margin-left:51.1415525114%;background:#f7f8f8}#news .news-cover .grid .column-6 a{display:block;padding:50px}html.desktop #news .news-cover .grid .column-6 a:hover .title{-webkit-text-decoration-color:#001931;text-decoration-color:#001931}#news .news-cover .grid .column-6:after{pointer-events:none;content:"";background:#f7f8f8;height:calc(100% + 340px);width:100vw;position:absolute;left:0;top:0;z-index:1}#news .news-cover .grid .column-6 .date{font-family:ApercuProBold,Arial,sans-serif;font-size:12px;line-height:12px;letter-spacing:.3em;color:rgba(0,25,49,.4)}#news .news-cover .grid .column-6 .date,#news .news-cover .grid .column-6 .title{position:relative;z-index:2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#news .news-cover .grid .column-6 .title{margin-top:20px;font-family:ApercuProLight,Arial,sans-serif;font-size:40px;line-height:48px;letter-spacing:0;color:#001931;padding-right:10%;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:-webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1), -webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);text-decoration-thickness:.04em!important;text-underline-offset:.1em!important}#news .news-cover .grid .column-6 .tags{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;color:#9e835a;text-transform:uppercase}#news .news-cover .grid .column-6 .tags,#news .news-metas{position:relative;z-index:2;margin-top:40px}#news .news-metas .row{display:flex;align-items:center;justify-content:flex-start}#news .news-metas .row [class*=column]{float:none}#news .news-metas .column-5 .list-filters{display:flex;align-items:flex-start}#news .news-metas .column-5 .list-filters .list-filters__legend{flex:0 0 auto;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase;margin-top:6px}#news .news-metas .column-5 .list-filters .list-filters__content{margin-left:8px}#news .news-metas .column-5 .list-filters .list-filters__content ul{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start}#news .news-metas .column-5 .list-filters .list-filters__content ul li{margin-left:12px;margin-bottom:14px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;color:#fff;background:#5a6b7b;border-radius:2px;padding:6px 12px 4px;text-transform:uppercase;transition:background-color .6s cubic-bezier(.165,.84,.44,1)}#news .news-metas .column-5 .list-filters .list-filters__content ul li.selected,html.desktop #news .news-metas .column-5 .list-filters .list-filters__content ul li:hover{background-color:#9e835a}#news .news-metas .column-2{margin-left:auto}#news .news-metas .column-2 ul{display:flex;align-items:center;justify-content:flex-end}#news .news-metas .column-2 ul li{margin-left:25px}#news .news-metas .column-2 ul li:first-child{margin-left:0}#news .news-metas .column-2 ul li a{display:block}#news .news-metas .column-2 ul li svg{width:26px;height:26px;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}html.desktop #news .news-metas .column-2 ul li:hover svg{fill:#8e7651}#news .news-metas .column-2 ul li.twitter{margin-top:4px}#news .news-content{position:relative;z-index:2;margin-top:50px}#news .news-content .row{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}#news .news-content .row [class*=column]{float:none;flex:0 0 auto}#news .news-content .new-item{position:relative;margin-left:2.2831050228%;margin-bottom:60px}#news .news-content .new-item:nth-child(3n+1){margin-left:0}#news .news-content .new-item a{display:block}html.desktop #news .news-content .new-item a:hover .new-item__thumbnail:after{opacity:0}html.desktop #news .news-content .new-item a:hover .title{-webkit-text-decoration-color:#001931;text-decoration-color:#001931}#news .news-content .new-item .new-item__thumbnail{position:relative;height:258px;overflow:hidden;width:100%}#news .news-content .new-item .new-item__thumbnail:after{content:"";background-color:#001931;opacity:.2;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;transition:opacity .6s cubic-bezier(.165,.84,.44,1)}#news .news-content .new-item .new-item__thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#news .news-content .new-item .new-item__metas{margin-top:30px}#news .news-content .new-item .new-item__metas .date{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em}#news .news-content .new-item .new-item__metas .title{margin-top:20px;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:32px;letter-spacing:0;color:#001931;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:-webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1);transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1), -webkit-text-decoration-color .3s cubic-bezier(.165,.84,.44,1);text-decoration-thickness:.04em!important;text-underline-offset:.1em!important}#news .news-content .new-item .new-item__metas .tags{margin-top:20px;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;color:#9e835a;text-transform:uppercase}#news .newsletter{margin-top:120px;padding:100px 0;background-color:#9e835a}#news .newsletter .text-content p{color:#e3d2b9}#news .newsletter .text-content p a{color:#fff;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#news .newsletter .text-content p strong{color:#fff}#news .newsletter .column-5{position:relative;margin-left:8.5235920852%}#news .newsletter .column-5 .icon{position:absolute;left:-30px;top:8px;transform:translate(-100%)}#news .newsletter .column-5 .icon svg{width:50px;height:50px}#news .newsletter .column-5 .title{color:#fff}#news .newsletter .column-5 .description{margin-top:20px}#news .newsletter .column-5 .form-container{margin-top:30px;display:flex;align-items:center;justify-content:flex-start}#news .newsletter .column-5 .form-container .button{margin-left:20px}#news .newsletter .column-5 .form-container .button:first-child{margin-left:0}#news .newsletter .column-4{margin-top:60px;margin-left:10.8066971081%}@media screen and (max-width:1023px){#news .news-cover .background{height:280px}#news .news-cover .grid{padding-top:280px;width:100%}#news .news-cover .grid .column-6{background:#f7f8f8}#news .news-cover .grid .column-6 a{padding:40px 30px}#news .news-cover .grid .column-6:after{display:none}#news .news-cover .grid .column-6 .title{font-size:36px;line-height:44px}#news .news-metas .column-5 .list-filters{flex-direction:column}#news .news-metas .column-5 .list-filters .list-filters__content{margin-top:20px;margin-left:-12px}#news .news-metas .column-2{display:none}#news .news-content{margin-top:30px}#news .newsletter{margin-top:0;padding-bottom:70px}#news .newsletter .column-5 .icon{left:0;top:-20px;transform:translateY(-100%)}#news .newsletter .column-5 .icon svg{width:40px;height:40px}}#single .single-cover .background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;height:620px;z-index:1}#single .single-cover .background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,rgba(0,25,49,0));z-index:200;opacity:.8}#single .single-cover .background img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#single .single-cover .grid{z-index:2;padding-top:530px}#single .single-cover .grid .column-8{margin-left:17.0471841705%}#single .single-cover .grid .column-8:before{content:"";position:absolute;top:-100px;left:-100px;background-color:#fff;height:calc(100% + 100px);width:100vw}#single .single-cover .grid .column-8 h1{color:#001931;font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:72px;line-height:78px;letter-spacing:0}#single .single-cover .grid .column-8 .metas{margin-top:30px;display:flex;align-items:center;justify-content:flex-start}#single .single-cover .grid .column-8 .metas .category,#single .single-cover .grid .column-8 .metas .date{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase}#single .single-cover .grid .column-8 .metas .category{margin-left:20px;color:#9e835a}#single .single-cover .grid .column-8 .metas .category:first-child{margin-left:0}#single .single-content{position:relative;z-index:2}@media screen and (max-width:1023px){#single .single-cover .background{height:280px}#single .single-cover .grid{width:100%;padding-top:280px}#single .single-cover .grid .column-8{padding:40px 30px 0}#single .single-cover .grid .column-8:before{display:none}#single .single-cover .grid .column-8 h1{font-size:40px;line-height:46px}#single .single-cover .grid .column-8 .metas{flex-direction:column;align-items:flex-start}#single .single-cover .grid .column-8 .metas .category{margin-left:0;margin-top:10px}#single .single-cover .grid .column-8 .metas .category:first-child{margin-top:0}}#search-page{background:#072542;padding-top:110px}#search-page .search-head{background:#f7f8f8;padding:100px 0}#search-page .search-head .column-12{display:flex;align-items:center;justify-content:flex-start}#search-page .search-head .column-12 .legend{flex:0 0 auto;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase;color:#7f90a0}#search-page .search-head .column-12 .form{flex:1 0 auto;margin-left:20px}#search-page .search-head .column-12 .form form{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}#search-page .search-head .column-12 .form form input[type=text]{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:68px;letter-spacing:0;height:100%;width:100%;color:#001931;padding-left:10px;border-bottom:1px solid rgba(0,25,49,.08)}#search-page .search-head .column-12 .form form input[type=text]::-moz-placeholder{color:#afb7be}#search-page .search-head .column-12 .form form input[type=text]:-ms-input-placeholder{color:#afb7be}#search-page .search-head .column-12 .form form input[type=text]::placeholder{color:#afb7be}#search-page .search-head .column-12 .form form input[type=submit]{position:absolute;right:0;pointer-events:none;opacity:0}#search-page .search-tabs{background:#ebedef;padding-top:60px}#search-page .search-tabs .column-10{margin-left:8.5235920852%;display:flex;align-items:center;justify-content:flex-start}#search-page .search-tabs .column-10 .no-result{padding-bottom:60px;text-align:center;font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;letter-spacing:0;width:100%}#search-page .search-tabs .column-10 .tab{cursor:pointer;flex:0 0 auto;font-family:ApercuProLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:50px;letter-spacing:0;color:#001931;padding:30px 60px;background-color:#dfe2e6;transition:background-color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #search-page .search-tabs .column-10 .tab:hover{background-color:#d1d5db}#search-page .search-tabs .column-10 .tab.current{background-color:#fff;pointer-events:none}#search-page .search-content{background-color:#fff}#search-page .search-content .column-10{display:none;margin-left:8.5235920852%;padding:90px 0}#search-page .search-content .column-10.current{display:block}#search-page .search-content ul li{margin-top:0;border-top:1px solid rgba(0,25,49,.08);padding:20px 0}#search-page .search-content ul li:last-child{border-bottom:1px solid rgba(0,25,49,.08)}#search-page .search-content ul li:before{display:none}#search-page .search-content ul li a{display:flex;align-items:center;justify-content:flex-start;-webkit-text-decoration-color:transparent!important;text-decoration-color:transparent!important}#search-page .search-content ul li a .icon-pdf{flex:0 0 auto;display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;border:1px solid #9e835a;padding-left:2px;padding-bottom:2px;transition:background-color .6s cubic-bezier(.165,.84,.44,1)}#search-page .search-content ul li a .icon-pdf svg{width:15px;height:15px;fill:#9e835a;transition:fill .6s cubic-bezier(.165,.84,.44,1)}#search-page .search-content ul li a .icon-download{flex:0 0 auto;margin-left:auto}#search-page .search-content ul li a .icon-download svg{width:18px;height:16px;fill:#001931;transition:fill .6s cubic-bezier(.165,.84,.44,1)}#search-page .search-content ul li a .metas{margin-left:20px;padding-right:40px}#search-page .search-content ul li a .metas .date{font-size:12px;line-height:12px;color:#001931;opacity:.4}#search-page .search-content ul li a .metas .date,#search-page .search-content ul li a .metas .name{font-family:ApercuProBold,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;transition:color .6s cubic-bezier(.165,.84,.44,1)}#search-page .search-content ul li a .metas .name{font-size:18px;line-height:32px;color:#5a6b7b}html.desktop #search-page .search-content ul li a:hover .icon-pdf{background-color:#9e835a}html.desktop #search-page .search-content ul li a:hover .icon-pdf svg{fill:#fff}html.desktop #search-page .search-content ul li a:hover .metas .date,html.desktop #search-page .search-content ul li a:hover .metas .name{color:#9e835a}html.desktop #search-page .search-content ul li a:hover .icon-download svg{fill:#9e835a}@media screen and (max-width:1023px){#search-page .search-head{padding:40px 0}#search-page .search-head .column-12{flex-direction:column;align-items:flex-start}#search-page .search-head .column-12 .form{margin-left:0;margin-top:10px}#search-page .search-head .column-12 .form form input[type=text]{font-size:30px}#search-page .search-tabs .column-10 .tab{padding:20px;font-size:20px;line-height:1}}

/*# sourceMappingURL=app.css.map*/