@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-focus-color: var(--ss-primary-color);--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-main-height: 40px;--ss-content-height: 300px;--ss-search-height: 40px;--ss-option-height: auto;--ss-spacing-l: 9px;--ss-spacing-m: 7px;--ss-spacing-s: 5px;--ss-animation-timing: .2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;-webkit-user-select:none;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-dir-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-dir-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%;min-width:0;max-width:100%;overflow:hidden}.ss-main .ss-values .ss-placeholder{display:block;width:100%;min-width:0;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0;line-height:1em;color:var(--ss-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;-webkit-user-select:none;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:block;margin:auto 0px auto var(--ss-spacing-s);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;max-width:calc(100% - 20px)}.ss-main .ss-values .ss-value{display:flex;-webkit-user-select:none;user-select:none;align-items:center;width:fit-content;max-width:100%;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{flex:1;min-width:0;font-size:12px;line-height:1;color:var(--ss-bg-color);padding:var(--ss-spacing-s) var(--ss-spacing-m);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-fixed{position:fixed}.ss-content.ss-dir-above{transform-origin:center bottom;flex-direction:column-reverse;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-dir-below{transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content.ss-open{opacity:1;transform:scaleY(1)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;border-bottom:1px solid var(--ss-border-color)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;height:var(--ss-search-height);padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:none;background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:none}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-option{transition:max-height var(--ss-animation-timing) ease,opacity var(--ss-animation-timing) ease,padding-top var(--ss-animation-timing) ease,padding-bottom var(--ss-animation-timing) ease,margin-top var(--ss-animation-timing) ease,margin-bottom var(--ss-animation-timing) ease}.ss-content .ss-list .ss-optgroup.ss-open .ss-option{max-height:100px;opacity:1;overflow:visible}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;max-height:0;opacity:0;overflow:hidden}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;align-items:center;min-height:var(--ss-option-height);padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);white-space:normal;color:var(--ss-font-color);cursor:pointer;-webkit-user-select:none;user-select:none}.ss-content .ss-list .ss-option:hover:not(.ss-disabled){color:var(--ss-bg-color);background-color:var(--ss-primary-color);border-left:5px solid var(--ss-primary-color);transition:border-left var(--ss-animation-timing) ease}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{display:inline-block;background-color:var(--ss-highlight-color)}.ss-content .ss-list .ss-search{display:flex;flex-direction:row;align-items:center;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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{display:inline-block;vertical-align:baseline}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}img{border:0}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;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]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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 #c0c0c0}legend{padding:0;border:0}textarea{overflow:auto}td,th{padding:0}html,body,div,span,applet,object,iframe,h1,h2,#news .newsletter .column-5 .title,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button,input,select{vertical-align:baseline;margin:0;padding:0;font:inherit;font-size:100%;border:0}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}q,blockquote{quotes:none}q:after,q:before,blockquote:after,blockquote: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}html{height:100%;box-sizing:border-box;-webkit-text-size-adjust:100%}*,*:after,*:before{position:relative;box-sizing:border-box;outline:none}:before,:after{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}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-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:#000c;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;inset: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{position:relative;margin:0 auto;padding:0;max-width:1314px;width:100%}.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{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:PublicoLight;src:url(../eot/Publico-Light-C6I1p9Oy.eot);src:url(../eot/Publico-Light-C6I1p9Oy.eot?#iefix) format("embedded-opentype"),url(../fonts/Publico-Light-kf14ON52.woff) format("woff"),url(../fonts/Publico-Light-Gxwq5l8F.ttf) format("truetype"),url(../svg/Publico-Light-Cc5wRenF.svg#Publico-Light) format("svg");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:PublicoLightItalic;src:url(../eot/Publico-LightItalic-CBqQv-7f.eot);src:url(../eot/Publico-LightItalic-CBqQv-7f.eot?#iefix) format("embedded-opentype"),url(../fonts/Publico-LightItalic-BJXyDatk.woff) format("woff"),url(../fonts/Publico-LightItalic-CUcdpTjE.ttf) format("truetype"),url(../svg/Publico-LightItalic-BCdCb7fJ.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:Inter,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 white;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:Inter,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 #0003;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:Inter,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(n){transition-delay:25ms!important}[data-animation-type=chars] .char:nth-child(2n){transition-delay:50ms!important}[data-animation-type=chars] .char:nth-child(3n){transition-delay:75ms!important}[data-animation-type=chars] .char:nth-child(4n){transition-delay:100ms!important}[data-animation-type=chars] .char:nth-child(5n){transition-delay:125ms!important}[data-animation-type=chars] .char:nth-child(6n){transition-delay:150ms!important}[data-animation-type=chars] .char:nth-child(7n){transition-delay:175ms!important}[data-animation-type=chars] .char:nth-child(8n){transition-delay:200ms!important}[data-animation-type=chars] .char:nth-child(9n){transition-delay:225ms!important}[data-animation-type=chars] .char:nth-child(10n){transition-delay:250ms!important}[data-animation-type=chars] .char:nth-child(11n){transition-delay:275ms!important}[data-animation-type=chars] .char:nth-child(12n){transition-delay:300ms!important}[data-animation-type=chars] .char:nth-child(13n){transition-delay:325ms!important}[data-animation-type=chars] .char:nth-child(14n){transition-delay:350ms!important}[data-animation-type=chars] .char:nth-child(15n){transition-delay:375ms!important}[data-animation-type=chars] .char:nth-child(16n){transition-delay:400ms!important}[data-animation-type=chars] .char:nth-child(17n){transition-delay:425ms!important}[data-animation-type=chars] .char:nth-child(18n){transition-delay:450ms!important}[data-animation-type=chars] .char:nth-child(19n){transition-delay:475ms!important}[data-animation-type=chars] .char:nth-child(20n){transition-delay:500ms!important}[data-animation-type=chars] .char:nth-child(21n){transition-delay:525ms!important}[data-animation-type=chars] .char:nth-child(22n){transition-delay:550ms!important}[data-animation-type=chars] .char:nth-child(23n){transition-delay:575ms!important}[data-animation-type=chars] .char:nth-child(24n){transition-delay:600ms!important}[data-animation-type=chars] .char:nth-child(25n){transition-delay:625ms!important}[data-animation-type=chars] .char:nth-child(26n){transition-delay:650ms!important}[data-animation-type=chars] .char:nth-child(27n){transition-delay:675ms!important}[data-animation-type=chars] .char:nth-child(28n){transition-delay:700ms!important}[data-animation-type=chars] .char:nth-child(29n){transition-delay:725ms!important}[data-animation-type=chars] .char:nth-child(30n){transition-delay:750ms!important}[data-animation-type=chars] .char:nth-child(31n){transition-delay:775ms!important}[data-animation-type=chars] .char:nth-child(32n){transition-delay:800ms!important}[data-animation-type=chars] .char:nth-child(33n){transition-delay:825ms!important}[data-animation-type=chars] .char:nth-child(34n){transition-delay:850ms!important}[data-animation-type=chars] .char:nth-child(35n){transition-delay:875ms!important}[data-animation-type=chars] .char:nth-child(36n){transition-delay:900ms!important}[data-animation-type=chars] .char:nth-child(37n){transition-delay:925ms!important}[data-animation-type=chars] .char:nth-child(38n){transition-delay:950ms!important}[data-animation-type=chars] .char:nth-child(39n){transition-delay:975ms!important}[data-animation-type=chars] .char:nth-child(40n){transition-delay:1000ms!important}[data-animation-type=chars] .char:nth-child(41n){transition-delay:1025ms!important}[data-animation-type=chars] .char:nth-child(42n){transition-delay:1050ms!important}[data-animation-type=chars] .char:nth-child(43n){transition-delay:1075ms!important}[data-animation-type=chars] .char:nth-child(44n){transition-delay:1100ms!important}[data-animation-type=chars] .char:nth-child(45n){transition-delay:1125ms!important}[data-animation-type=chars] .char:nth-child(46n){transition-delay:1150ms!important}[data-animation-type=chars] .char:nth-child(47n){transition-delay:1175ms!important}[data-animation-type=chars] .char:nth-child(48n){transition-delay:1200ms!important}[data-animation-type=chars] .char:nth-child(49n){transition-delay:1225ms!important}[data-animation-type=chars] .char:nth-child(50n){transition-delay:1250ms!important}[data-animation-type=chars] .char:nth-child(51n){transition-delay:1275ms!important}[data-animation-type=chars] .char:nth-child(52n){transition-delay:1300ms!important}[data-animation-type=chars] .char:nth-child(53n){transition-delay:1325ms!important}[data-animation-type=chars] .char:nth-child(54n){transition-delay:1350ms!important}[data-animation-type=chars] .char:nth-child(55n){transition-delay:1375ms!important}[data-animation-type=chars] .char:nth-child(56n){transition-delay:1400ms!important}[data-animation-type=chars] .char:nth-child(57n){transition-delay:1425ms!important}[data-animation-type=chars] .char:nth-child(58n){transition-delay:1450ms!important}[data-animation-type=chars] .char:nth-child(59n){transition-delay:1475ms!important}[data-animation-type=chars] .char:nth-child(60n){transition-delay:1500ms!important}[data-animation-type=chars] .char:nth-child(61n){transition-delay:1525ms!important}[data-animation-type=chars] .char:nth-child(62n){transition-delay:1550ms!important}[data-animation-type=chars] .char:nth-child(63n){transition-delay:1575ms!important}[data-animation-type=chars] .char:nth-child(64n){transition-delay:1600ms!important}[data-animation-type=chars] .char:nth-child(65n){transition-delay:1625ms!important}[data-animation-type=chars] .char:nth-child(66n){transition-delay:1650ms!important}[data-animation-type=chars] .char:nth-child(67n){transition-delay:1675ms!important}[data-animation-type=chars] .char:nth-child(68n){transition-delay:1700ms!important}[data-animation-type=chars] .char:nth-child(69n){transition-delay:1725ms!important}[data-animation-type=chars] .char:nth-child(70n){transition-delay:1750ms!important}[data-animation-type=chars] .char:nth-child(71n){transition-delay:1775ms!important}[data-animation-type=chars] .char:nth-child(72n){transition-delay:1800ms!important}[data-animation-type=chars] .char:nth-child(73n){transition-delay:1825ms!important}[data-animation-type=chars] .char:nth-child(74n){transition-delay:1850ms!important}[data-animation-type=chars] .char:nth-child(75n){transition-delay:1875ms!important}[data-animation-type=chars] .char:nth-child(76n){transition-delay:1900ms!important}[data-animation-type=chars] .char:nth-child(77n){transition-delay:1925ms!important}[data-animation-type=chars] .char:nth-child(78n){transition-delay:1950ms!important}[data-animation-type=chars] .char:nth-child(79n){transition-delay:1975ms!important}[data-animation-type=chars] .char:nth-child(80n){transition-delay:2000ms!important}[data-animation-type=chars] .char:nth-child(81n){transition-delay:2025ms!important}[data-animation-type=chars] .char:nth-child(82n){transition-delay:2050ms!important}[data-animation-type=chars] .char:nth-child(83n){transition-delay:2075ms!important}[data-animation-type=chars] .char:nth-child(84n){transition-delay:2100ms!important}[data-animation-type=chars] .char:nth-child(85n){transition-delay:2125ms!important}[data-animation-type=chars] .char:nth-child(86n){transition-delay:2150ms!important}[data-animation-type=chars] .char:nth-child(87n){transition-delay:2175ms!important}[data-animation-type=chars] .char:nth-child(88n){transition-delay:2200ms!important}[data-animation-type=chars] .char:nth-child(89n){transition-delay:2225ms!important}[data-animation-type=chars] .char:nth-child(90n){transition-delay:2250ms!important}[data-animation-type=chars] .char:nth-child(91n){transition-delay:2275ms!important}[data-animation-type=chars] .char:nth-child(92n){transition-delay:2300ms!important}[data-animation-type=chars] .char:nth-child(93n){transition-delay:2325ms!important}[data-animation-type=chars] .char:nth-child(94n){transition-delay:2350ms!important}[data-animation-type=chars] .char:nth-child(95n){transition-delay:2375ms!important}[data-animation-type=chars] .char:nth-child(96n){transition-delay:2400ms!important}[data-animation-type=chars] .char:nth-child(97n){transition-delay:2425ms!important}[data-animation-type=chars] .char:nth-child(98n){transition-delay:2450ms!important}[data-animation-type=chars] .char:nth-child(99n){transition-delay:2475ms!important}[data-animation-type=chars] .char:nth-child(100n){transition-delay:2500ms!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(n) .overflow-wrapper{transition-delay:25ms!important}[data-animation-type=words] .word:nth-child(2n) .overflow-wrapper{transition-delay:50ms!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:100ms!important}[data-animation-type=words] .word:nth-child(5n) .overflow-wrapper{transition-delay:125ms!important}[data-animation-type=words] .word:nth-child(6n) .overflow-wrapper{transition-delay:150ms!important}[data-animation-type=words] .word:nth-child(7n) .overflow-wrapper{transition-delay:175ms!important}[data-animation-type=words] .word:nth-child(8n) .overflow-wrapper{transition-delay:200ms!important}[data-animation-type=words] .word:nth-child(9n) .overflow-wrapper{transition-delay:225ms!important}[data-animation-type=words] .word:nth-child(10n) .overflow-wrapper{transition-delay:250ms!important}[data-animation-type=words] .word:nth-child(11n) .overflow-wrapper{transition-delay:275ms!important}[data-animation-type=words] .word:nth-child(12n) .overflow-wrapper{transition-delay:300ms!important}[data-animation-type=words] .word:nth-child(13n) .overflow-wrapper{transition-delay:325ms!important}[data-animation-type=words] .word:nth-child(14n) .overflow-wrapper{transition-delay:350ms!important}[data-animation-type=words] .word:nth-child(15n) .overflow-wrapper{transition-delay:375ms!important}[data-animation-type=words] .word:nth-child(16n) .overflow-wrapper{transition-delay:400ms!important}[data-animation-type=words] .word:nth-child(17n) .overflow-wrapper{transition-delay:425ms!important}[data-animation-type=words] .word:nth-child(18n) .overflow-wrapper{transition-delay:450ms!important}[data-animation-type=words] .word:nth-child(19n) .overflow-wrapper{transition-delay:475ms!important}[data-animation-type=words] .word:nth-child(20n) .overflow-wrapper{transition-delay:500ms!important}[data-animation-type=words] .word:nth-child(21n) .overflow-wrapper{transition-delay:525ms!important}[data-animation-type=words] .word:nth-child(22n) .overflow-wrapper{transition-delay:550ms!important}[data-animation-type=words] .word:nth-child(23n) .overflow-wrapper{transition-delay:575ms!important}[data-animation-type=words] .word:nth-child(24n) .overflow-wrapper{transition-delay:600ms!important}[data-animation-type=words] .word:nth-child(25n) .overflow-wrapper{transition-delay:625ms!important}[data-animation-type=words] .word:nth-child(26n) .overflow-wrapper{transition-delay:650ms!important}[data-animation-type=words] .word:nth-child(27n) .overflow-wrapper{transition-delay:675ms!important}[data-animation-type=words] .word:nth-child(28n) .overflow-wrapper{transition-delay:700ms!important}[data-animation-type=words] .word:nth-child(29n) .overflow-wrapper{transition-delay:725ms!important}[data-animation-type=words] .word:nth-child(30n) .overflow-wrapper{transition-delay:750ms!important}[data-animation-type=words] .word:nth-child(31n) .overflow-wrapper{transition-delay:775ms!important}[data-animation-type=words] .word:nth-child(32n) .overflow-wrapper{transition-delay:800ms!important}[data-animation-type=words] .word:nth-child(33n) .overflow-wrapper{transition-delay:825ms!important}[data-animation-type=words] .word:nth-child(34n) .overflow-wrapper{transition-delay:850ms!important}[data-animation-type=words] .word:nth-child(35n) .overflow-wrapper{transition-delay:875ms!important}[data-animation-type=words] .word:nth-child(36n) .overflow-wrapper{transition-delay:900ms!important}[data-animation-type=words] .word:nth-child(37n) .overflow-wrapper{transition-delay:925ms!important}[data-animation-type=words] .word:nth-child(38n) .overflow-wrapper{transition-delay:950ms!important}[data-animation-type=words] .word:nth-child(39n) .overflow-wrapper{transition-delay:975ms!important}[data-animation-type=words] .word:nth-child(40n) .overflow-wrapper{transition-delay:1000ms!important}[data-animation-type=words] .word:nth-child(41n) .overflow-wrapper{transition-delay:1025ms!important}[data-animation-type=words] .word:nth-child(42n) .overflow-wrapper{transition-delay:1050ms!important}[data-animation-type=words] .word:nth-child(43n) .overflow-wrapper{transition-delay:1075ms!important}[data-animation-type=words] .word:nth-child(44n) .overflow-wrapper{transition-delay:1100ms!important}[data-animation-type=words] .word:nth-child(45n) .overflow-wrapper{transition-delay:1125ms!important}[data-animation-type=words] .word:nth-child(46n) .overflow-wrapper{transition-delay:1150ms!important}[data-animation-type=words] .word:nth-child(47n) .overflow-wrapper{transition-delay:1175ms!important}[data-animation-type=words] .word:nth-child(48n) .overflow-wrapper{transition-delay:1200ms!important}[data-animation-type=words] .word:nth-child(49n) .overflow-wrapper{transition-delay:1225ms!important}[data-animation-type=words] .word:nth-child(50n) .overflow-wrapper{transition-delay:1250ms!important}[data-animation-type=words] .word:nth-child(51n) .overflow-wrapper{transition-delay:1275ms!important}[data-animation-type=words] .word:nth-child(52n) .overflow-wrapper{transition-delay:1300ms!important}[data-animation-type=words] .word:nth-child(53n) .overflow-wrapper{transition-delay:1325ms!important}[data-animation-type=words] .word:nth-child(54n) .overflow-wrapper{transition-delay:1350ms!important}[data-animation-type=words] .word:nth-child(55n) .overflow-wrapper{transition-delay:1375ms!important}[data-animation-type=words] .word:nth-child(56n) .overflow-wrapper{transition-delay:1400ms!important}[data-animation-type=words] .word:nth-child(57n) .overflow-wrapper{transition-delay:1425ms!important}[data-animation-type=words] .word:nth-child(58n) .overflow-wrapper{transition-delay:1450ms!important}[data-animation-type=words] .word:nth-child(59n) .overflow-wrapper{transition-delay:1475ms!important}[data-animation-type=words] .word:nth-child(60n) .overflow-wrapper{transition-delay:1500ms!important}[data-animation-type=words] .word:nth-child(61n) .overflow-wrapper{transition-delay:1525ms!important}[data-animation-type=words] .word:nth-child(62n) .overflow-wrapper{transition-delay:1550ms!important}[data-animation-type=words] .word:nth-child(63n) .overflow-wrapper{transition-delay:1575ms!important}[data-animation-type=words] .word:nth-child(64n) .overflow-wrapper{transition-delay:1600ms!important}[data-animation-type=words] .word:nth-child(65n) .overflow-wrapper{transition-delay:1625ms!important}[data-animation-type=words] .word:nth-child(66n) .overflow-wrapper{transition-delay:1650ms!important}[data-animation-type=words] .word:nth-child(67n) .overflow-wrapper{transition-delay:1675ms!important}[data-animation-type=words] .word:nth-child(68n) .overflow-wrapper{transition-delay:1700ms!important}[data-animation-type=words] .word:nth-child(69n) .overflow-wrapper{transition-delay:1725ms!important}[data-animation-type=words] .word:nth-child(70n) .overflow-wrapper{transition-delay:1750ms!important}[data-animation-type=words] .word:nth-child(71n) .overflow-wrapper{transition-delay:1775ms!important}[data-animation-type=words] .word:nth-child(72n) .overflow-wrapper{transition-delay:1800ms!important}[data-animation-type=words] .word:nth-child(73n) .overflow-wrapper{transition-delay:1825ms!important}[data-animation-type=words] .word:nth-child(74n) .overflow-wrapper{transition-delay:1850ms!important}[data-animation-type=words] .word:nth-child(75n) .overflow-wrapper{transition-delay:1875ms!important}[data-animation-type=words] .word:nth-child(76n) .overflow-wrapper{transition-delay:1900ms!important}[data-animation-type=words] .word:nth-child(77n) .overflow-wrapper{transition-delay:1925ms!important}[data-animation-type=words] .word:nth-child(78n) .overflow-wrapper{transition-delay:1950ms!important}[data-animation-type=words] .word:nth-child(79n) .overflow-wrapper{transition-delay:1975ms!important}[data-animation-type=words] .word:nth-child(80n) .overflow-wrapper{transition-delay:2000ms!important}[data-animation-type=words] .word:nth-child(81n) .overflow-wrapper{transition-delay:2025ms!important}[data-animation-type=words] .word:nth-child(82n) .overflow-wrapper{transition-delay:2050ms!important}[data-animation-type=words] .word:nth-child(83n) .overflow-wrapper{transition-delay:2075ms!important}[data-animation-type=words] .word:nth-child(84n) .overflow-wrapper{transition-delay:2100ms!important}[data-animation-type=words] .word:nth-child(85n) .overflow-wrapper{transition-delay:2125ms!important}[data-animation-type=words] .word:nth-child(86n) .overflow-wrapper{transition-delay:2150ms!important}[data-animation-type=words] .word:nth-child(87n) .overflow-wrapper{transition-delay:2175ms!important}[data-animation-type=words] .word:nth-child(88n) .overflow-wrapper{transition-delay:2200ms!important}[data-animation-type=words] .word:nth-child(89n) .overflow-wrapper{transition-delay:2225ms!important}[data-animation-type=words] .word:nth-child(90n) .overflow-wrapper{transition-delay:2250ms!important}[data-animation-type=words] .word:nth-child(91n) .overflow-wrapper{transition-delay:2275ms!important}[data-animation-type=words] .word:nth-child(92n) .overflow-wrapper{transition-delay:2300ms!important}[data-animation-type=words] .word:nth-child(93n) .overflow-wrapper{transition-delay:2325ms!important}[data-animation-type=words] .word:nth-child(94n) .overflow-wrapper{transition-delay:2350ms!important}[data-animation-type=words] .word:nth-child(95n) .overflow-wrapper{transition-delay:2375ms!important}[data-animation-type=words] .word:nth-child(96n) .overflow-wrapper{transition-delay:2400ms!important}[data-animation-type=words] .word:nth-child(97n) .overflow-wrapper{transition-delay:2425ms!important}[data-animation-type=words] .word:nth-child(98n) .overflow-wrapper{transition-delay:2450ms!important}[data-animation-type=words] .word:nth-child(99n) .overflow-wrapper{transition-delay:2475ms!important}[data-animation-type=words] .word:nth-child(100n) .overflow-wrapper{transition-delay:2500ms!important}[data-animation-type=words] .word:nth-child(101n) .overflow-wrapper{transition-delay:2525ms!important}[data-animation-type=words] .word:nth-child(102n) .overflow-wrapper{transition-delay:2550ms!important}[data-animation-type=words] .word:nth-child(103n) .overflow-wrapper{transition-delay:2575ms!important}[data-animation-type=words] .word:nth-child(104n) .overflow-wrapper{transition-delay:2600ms!important}[data-animation-type=words] .word:nth-child(105n) .overflow-wrapper{transition-delay:2625ms!important}[data-animation-type=words] .word:nth-child(106n) .overflow-wrapper{transition-delay:2650ms!important}[data-animation-type=words] .word:nth-child(107n) .overflow-wrapper{transition-delay:2675ms!important}[data-animation-type=words] .word:nth-child(108n) .overflow-wrapper{transition-delay:2700ms!important}[data-animation-type=words] .word:nth-child(109n) .overflow-wrapper{transition-delay:2725ms!important}[data-animation-type=words] .word:nth-child(110n) .overflow-wrapper{transition-delay:2750ms!important}[data-animation-type=words] .word:nth-child(111n) .overflow-wrapper{transition-delay:2775ms!important}[data-animation-type=words] .word:nth-child(112n) .overflow-wrapper{transition-delay:2800ms!important}[data-animation-type=words] .word:nth-child(113n) .overflow-wrapper{transition-delay:2825ms!important}[data-animation-type=words] .word:nth-child(114n) .overflow-wrapper{transition-delay:2850ms!important}[data-animation-type=words] .word:nth-child(115n) .overflow-wrapper{transition-delay:2875ms!important}[data-animation-type=words] .word:nth-child(116n) .overflow-wrapper{transition-delay:2900ms!important}[data-animation-type=words] .word:nth-child(117n) .overflow-wrapper{transition-delay:2925ms!important}[data-animation-type=words] .word:nth-child(118n) .overflow-wrapper{transition-delay:2950ms!important}[data-animation-type=words] .word:nth-child(119n) .overflow-wrapper{transition-delay:2975ms!important}[data-animation-type=words] .word:nth-child(120n) .overflow-wrapper{transition-delay:3000ms!important}[data-animation-type=words] .word:nth-child(121n) .overflow-wrapper{transition-delay:3025ms!important}[data-animation-type=words] .word:nth-child(122n) .overflow-wrapper{transition-delay:3050ms!important}[data-animation-type=words] .word:nth-child(123n) .overflow-wrapper{transition-delay:3075ms!important}[data-animation-type=words] .word:nth-child(124n) .overflow-wrapper{transition-delay:3100ms!important}[data-animation-type=words] .word:nth-child(125n) .overflow-wrapper{transition-delay:3125ms!important}[data-animation-type=words] .word:nth-child(126n) .overflow-wrapper{transition-delay:3150ms!important}[data-animation-type=words] .word:nth-child(127n) .overflow-wrapper{transition-delay:3175ms!important}[data-animation-type=words] .word:nth-child(128n) .overflow-wrapper{transition-delay:3200ms!important}[data-animation-type=words] .word:nth-child(129n) .overflow-wrapper{transition-delay:3225ms!important}[data-animation-type=words] .word:nth-child(130n) .overflow-wrapper{transition-delay:3250ms!important}[data-animation-type=words] .word:nth-child(131n) .overflow-wrapper{transition-delay:3275ms!important}[data-animation-type=words] .word:nth-child(132n) .overflow-wrapper{transition-delay:3300ms!important}[data-animation-type=words] .word:nth-child(133n) .overflow-wrapper{transition-delay:3325ms!important}[data-animation-type=words] .word:nth-child(134n) .overflow-wrapper{transition-delay:3350ms!important}[data-animation-type=words] .word:nth-child(135n) .overflow-wrapper{transition-delay:3375ms!important}[data-animation-type=words] .word:nth-child(136n) .overflow-wrapper{transition-delay:3400ms!important}[data-animation-type=words] .word:nth-child(137n) .overflow-wrapper{transition-delay:3425ms!important}[data-animation-type=words] .word:nth-child(138n) .overflow-wrapper{transition-delay:3450ms!important}[data-animation-type=words] .word:nth-child(139n) .overflow-wrapper{transition-delay:3475ms!important}[data-animation-type=words] .word:nth-child(140n) .overflow-wrapper{transition-delay:3500ms!important}[data-animation-type=words] .word:nth-child(141n) .overflow-wrapper{transition-delay:3525ms!important}[data-animation-type=words] .word:nth-child(142n) .overflow-wrapper{transition-delay:3550ms!important}[data-animation-type=words] .word:nth-child(143n) .overflow-wrapper{transition-delay:3575ms!important}[data-animation-type=words] .word:nth-child(144n) .overflow-wrapper{transition-delay:3600ms!important}[data-animation-type=words] .word:nth-child(145n) .overflow-wrapper{transition-delay:3625ms!important}[data-animation-type=words] .word:nth-child(146n) .overflow-wrapper{transition-delay:3650ms!important}[data-animation-type=words] .word:nth-child(147n) .overflow-wrapper{transition-delay:3675ms!important}[data-animation-type=words] .word:nth-child(148n) .overflow-wrapper{transition-delay:3700ms!important}[data-animation-type=words] .word:nth-child(149n) .overflow-wrapper{transition-delay:3725ms!important}[data-animation-type=words] .word:nth-child(150n) .overflow-wrapper{transition-delay:3750ms!important}[data-animation-type=words] .word:nth-child(151n) .overflow-wrapper{transition-delay:3775ms!important}[data-animation-type=words] .word:nth-child(152n) .overflow-wrapper{transition-delay:3800ms!important}[data-animation-type=words] .word:nth-child(153n) .overflow-wrapper{transition-delay:3825ms!important}[data-animation-type=words] .word:nth-child(154n) .overflow-wrapper{transition-delay:3850ms!important}[data-animation-type=words] .word:nth-child(155n) .overflow-wrapper{transition-delay:3875ms!important}[data-animation-type=words] .word:nth-child(156n) .overflow-wrapper{transition-delay:3900ms!important}[data-animation-type=words] .word:nth-child(157n) .overflow-wrapper{transition-delay:3925ms!important}[data-animation-type=words] .word:nth-child(158n) .overflow-wrapper{transition-delay:3950ms!important}[data-animation-type=words] .word:nth-child(159n) .overflow-wrapper{transition-delay:3975ms!important}[data-animation-type=words] .word:nth-child(160n) .overflow-wrapper{transition-delay:4000ms!important}[data-animation-type=words] .word:nth-child(161n) .overflow-wrapper{transition-delay:4025ms!important}[data-animation-type=words] .word:nth-child(162n) .overflow-wrapper{transition-delay:4050ms!important}[data-animation-type=words] .word:nth-child(163n) .overflow-wrapper{transition-delay:4075ms!important}[data-animation-type=words] .word:nth-child(164n) .overflow-wrapper{transition-delay:4100ms!important}[data-animation-type=words] .word:nth-child(165n) .overflow-wrapper{transition-delay:4125ms!important}[data-animation-type=words] .word:nth-child(166n) .overflow-wrapper{transition-delay:4150ms!important}[data-animation-type=words] .word:nth-child(167n) .overflow-wrapper{transition-delay:4175ms!important}[data-animation-type=words] .word:nth-child(168n) .overflow-wrapper{transition-delay:4200ms!important}[data-animation-type=words] .word:nth-child(169n) .overflow-wrapper{transition-delay:4225ms!important}[data-animation-type=words] .word:nth-child(170n) .overflow-wrapper{transition-delay:4250ms!important}[data-animation-type=words] .word:nth-child(171n) .overflow-wrapper{transition-delay:4275ms!important}[data-animation-type=words] .word:nth-child(172n) .overflow-wrapper{transition-delay:4300ms!important}[data-animation-type=words] .word:nth-child(173n) .overflow-wrapper{transition-delay:4325ms!important}[data-animation-type=words] .word:nth-child(174n) .overflow-wrapper{transition-delay:4350ms!important}[data-animation-type=words] .word:nth-child(175n) .overflow-wrapper{transition-delay:4375ms!important}[data-animation-type=words] .word:nth-child(176n) .overflow-wrapper{transition-delay:4400ms!important}[data-animation-type=words] .word:nth-child(177n) .overflow-wrapper{transition-delay:4425ms!important}[data-animation-type=words] .word:nth-child(178n) .overflow-wrapper{transition-delay:4450ms!important}[data-animation-type=words] .word:nth-child(179n) .overflow-wrapper{transition-delay:4475ms!important}[data-animation-type=words] .word:nth-child(180n) .overflow-wrapper{transition-delay:4500ms!important}[data-animation-type=words] .word:nth-child(181n) .overflow-wrapper{transition-delay:4525ms!important}[data-animation-type=words] .word:nth-child(182n) .overflow-wrapper{transition-delay:4550ms!important}[data-animation-type=words] .word:nth-child(183n) .overflow-wrapper{transition-delay:4575ms!important}[data-animation-type=words] .word:nth-child(184n) .overflow-wrapper{transition-delay:4600ms!important}[data-animation-type=words] .word:nth-child(185n) .overflow-wrapper{transition-delay:4625ms!important}[data-animation-type=words] .word:nth-child(186n) .overflow-wrapper{transition-delay:4650ms!important}[data-animation-type=words] .word:nth-child(187n) .overflow-wrapper{transition-delay:4675ms!important}[data-animation-type=words] .word:nth-child(188n) .overflow-wrapper{transition-delay:4700ms!important}[data-animation-type=words] .word:nth-child(189n) .overflow-wrapper{transition-delay:4725ms!important}[data-animation-type=words] .word:nth-child(190n) .overflow-wrapper{transition-delay:4750ms!important}[data-animation-type=words] .word:nth-child(191n) .overflow-wrapper{transition-delay:4775ms!important}[data-animation-type=words] .word:nth-child(192n) .overflow-wrapper{transition-delay:4800ms!important}[data-animation-type=words] .word:nth-child(193n) .overflow-wrapper{transition-delay:4825ms!important}[data-animation-type=words] .word:nth-child(194n) .overflow-wrapper{transition-delay:4850ms!important}[data-animation-type=words] .word:nth-child(195n) .overflow-wrapper{transition-delay:4875ms!important}[data-animation-type=words] .word:nth-child(196n) .overflow-wrapper{transition-delay:4900ms!important}[data-animation-type=words] .word:nth-child(197n) .overflow-wrapper{transition-delay:4925ms!important}[data-animation-type=words] .word:nth-child(198n) .overflow-wrapper{transition-delay:4950ms!important}[data-animation-type=words] .word:nth-child(199n) .overflow-wrapper{transition-delay:4975ms!important}[data-animation-type=words] .word:nth-child(200n) .overflow-wrapper{transition-delay:5000ms!important}[data-animation-type=words] .word:nth-child(201n) .overflow-wrapper{transition-delay:5025ms!important}[data-animation-type=words] .word:nth-child(202n) .overflow-wrapper{transition-delay:5050ms!important}[data-animation-type=words] .word:nth-child(203n) .overflow-wrapper{transition-delay:5075ms!important}[data-animation-type=words] .word:nth-child(204n) .overflow-wrapper{transition-delay:5100ms!important}[data-animation-type=words] .word:nth-child(205n) .overflow-wrapper{transition-delay:5125ms!important}[data-animation-type=words] .word:nth-child(206n) .overflow-wrapper{transition-delay:5150ms!important}[data-animation-type=words] .word:nth-child(207n) .overflow-wrapper{transition-delay:5175ms!important}[data-animation-type=words] .word:nth-child(208n) .overflow-wrapper{transition-delay:5200ms!important}[data-animation-type=words] .word:nth-child(209n) .overflow-wrapper{transition-delay:5225ms!important}[data-animation-type=words] .word:nth-child(210n) .overflow-wrapper{transition-delay:5250ms!important}[data-animation-type=words] .word:nth-child(211n) .overflow-wrapper{transition-delay:5275ms!important}[data-animation-type=words] .word:nth-child(212n) .overflow-wrapper{transition-delay:5300ms!important}[data-animation-type=words] .word:nth-child(213n) .overflow-wrapper{transition-delay:5325ms!important}[data-animation-type=words] .word:nth-child(214n) .overflow-wrapper{transition-delay:5350ms!important}[data-animation-type=words] .word:nth-child(215n) .overflow-wrapper{transition-delay:5375ms!important}[data-animation-type=words] .word:nth-child(216n) .overflow-wrapper{transition-delay:5400ms!important}[data-animation-type=words] .word:nth-child(217n) .overflow-wrapper{transition-delay:5425ms!important}[data-animation-type=words] .word:nth-child(218n) .overflow-wrapper{transition-delay:5450ms!important}[data-animation-type=words] .word:nth-child(219n) .overflow-wrapper{transition-delay:5475ms!important}[data-animation-type=words] .word:nth-child(220n) .overflow-wrapper{transition-delay:5500ms!important}[data-animation-type=words] .word:nth-child(221n) .overflow-wrapper{transition-delay:5525ms!important}[data-animation-type=words] .word:nth-child(222n) .overflow-wrapper{transition-delay:5550ms!important}[data-animation-type=words] .word:nth-child(223n) .overflow-wrapper{transition-delay:5575ms!important}[data-animation-type=words] .word:nth-child(224n) .overflow-wrapper{transition-delay:5600ms!important}[data-animation-type=words] .word:nth-child(225n) .overflow-wrapper{transition-delay:5625ms!important}[data-animation-type=words] .word:nth-child(226n) .overflow-wrapper{transition-delay:5650ms!important}[data-animation-type=words] .word:nth-child(227n) .overflow-wrapper{transition-delay:5675ms!important}[data-animation-type=words] .word:nth-child(228n) .overflow-wrapper{transition-delay:5700ms!important}[data-animation-type=words] .word:nth-child(229n) .overflow-wrapper{transition-delay:5725ms!important}[data-animation-type=words] .word:nth-child(230n) .overflow-wrapper{transition-delay:5750ms!important}[data-animation-type=words] .word:nth-child(231n) .overflow-wrapper{transition-delay:5775ms!important}[data-animation-type=words] .word:nth-child(232n) .overflow-wrapper{transition-delay:5800ms!important}[data-animation-type=words] .word:nth-child(233n) .overflow-wrapper{transition-delay:5825ms!important}[data-animation-type=words] .word:nth-child(234n) .overflow-wrapper{transition-delay:5850ms!important}[data-animation-type=words] .word:nth-child(235n) .overflow-wrapper{transition-delay:5875ms!important}[data-animation-type=words] .word:nth-child(236n) .overflow-wrapper{transition-delay:5900ms!important}[data-animation-type=words] .word:nth-child(237n) .overflow-wrapper{transition-delay:5925ms!important}[data-animation-type=words] .word:nth-child(238n) .overflow-wrapper{transition-delay:5950ms!important}[data-animation-type=words] .word:nth-child(239n) .overflow-wrapper{transition-delay:5975ms!important}[data-animation-type=words] .word:nth-child(240n) .overflow-wrapper{transition-delay:6000ms!important}[data-animation-type=words] .word:nth-child(241n) .overflow-wrapper{transition-delay:6025ms!important}[data-animation-type=words] .word:nth-child(242n) .overflow-wrapper{transition-delay:6050ms!important}[data-animation-type=words] .word:nth-child(243n) .overflow-wrapper{transition-delay:6075ms!important}[data-animation-type=words] .word:nth-child(244n) .overflow-wrapper{transition-delay:6100ms!important}[data-animation-type=words] .word:nth-child(245n) .overflow-wrapper{transition-delay:6125ms!important}[data-animation-type=words] .word:nth-child(246n) .overflow-wrapper{transition-delay:6150ms!important}[data-animation-type=words] .word:nth-child(247n) .overflow-wrapper{transition-delay:6175ms!important}[data-animation-type=words] .word:nth-child(248n) .overflow-wrapper{transition-delay:6200ms!important}[data-animation-type=words] .word:nth-child(249n) .overflow-wrapper{transition-delay:6225ms!important}[data-animation-type=words] .word:nth-child(250n) .overflow-wrapper{transition-delay:6250ms!important}[data-animation-type=words] .word:nth-child(251n) .overflow-wrapper{transition-delay:6275ms!important}[data-animation-type=words] .word:nth-child(252n) .overflow-wrapper{transition-delay:6300ms!important}[data-animation-type=words] .word:nth-child(253n) .overflow-wrapper{transition-delay:6325ms!important}[data-animation-type=words] .word:nth-child(254n) .overflow-wrapper{transition-delay:6350ms!important}[data-animation-type=words] .word:nth-child(255n) .overflow-wrapper{transition-delay:6375ms!important}[data-animation-type=words] .word:nth-child(256n) .overflow-wrapper{transition-delay:6400ms!important}[data-animation-type=words] .word:nth-child(257n) .overflow-wrapper{transition-delay:6425ms!important}[data-animation-type=words] .word:nth-child(258n) .overflow-wrapper{transition-delay:6450ms!important}[data-animation-type=words] .word:nth-child(259n) .overflow-wrapper{transition-delay:6475ms!important}[data-animation-type=words] .word:nth-child(260n) .overflow-wrapper{transition-delay:6500ms!important}[data-animation-type=words] .word:nth-child(261n) .overflow-wrapper{transition-delay:6525ms!important}[data-animation-type=words] .word:nth-child(262n) .overflow-wrapper{transition-delay:6550ms!important}[data-animation-type=words] .word:nth-child(263n) .overflow-wrapper{transition-delay:6575ms!important}[data-animation-type=words] .word:nth-child(264n) .overflow-wrapper{transition-delay:6600ms!important}[data-animation-type=words] .word:nth-child(265n) .overflow-wrapper{transition-delay:6625ms!important}[data-animation-type=words] .word:nth-child(266n) .overflow-wrapper{transition-delay:6650ms!important}[data-animation-type=words] .word:nth-child(267n) .overflow-wrapper{transition-delay:6675ms!important}[data-animation-type=words] .word:nth-child(268n) .overflow-wrapper{transition-delay:6700ms!important}[data-animation-type=words] .word:nth-child(269n) .overflow-wrapper{transition-delay:6725ms!important}[data-animation-type=words] .word:nth-child(270n) .overflow-wrapper{transition-delay:6750ms!important}[data-animation-type=words] .word:nth-child(271n) .overflow-wrapper{transition-delay:6775ms!important}[data-animation-type=words] .word:nth-child(272n) .overflow-wrapper{transition-delay:6800ms!important}[data-animation-type=words] .word:nth-child(273n) .overflow-wrapper{transition-delay:6825ms!important}[data-animation-type=words] .word:nth-child(274n) .overflow-wrapper{transition-delay:6850ms!important}[data-animation-type=words] .word:nth-child(275n) .overflow-wrapper{transition-delay:6875ms!important}[data-animation-type=words] .word:nth-child(276n) .overflow-wrapper{transition-delay:6900ms!important}[data-animation-type=words] .word:nth-child(277n) .overflow-wrapper{transition-delay:6925ms!important}[data-animation-type=words] .word:nth-child(278n) .overflow-wrapper{transition-delay:6950ms!important}[data-animation-type=words] .word:nth-child(279n) .overflow-wrapper{transition-delay:6975ms!important}[data-animation-type=words] .word:nth-child(280n) .overflow-wrapper{transition-delay:7000ms!important}[data-animation-type=words] .word:nth-child(281n) .overflow-wrapper{transition-delay:7025ms!important}[data-animation-type=words] .word:nth-child(282n) .overflow-wrapper{transition-delay:7050ms!important}[data-animation-type=words] .word:nth-child(283n) .overflow-wrapper{transition-delay:7075ms!important}[data-animation-type=words] .word:nth-child(284n) .overflow-wrapper{transition-delay:7100ms!important}[data-animation-type=words] .word:nth-child(285n) .overflow-wrapper{transition-delay:7125ms!important}[data-animation-type=words] .word:nth-child(286n) .overflow-wrapper{transition-delay:7150ms!important}[data-animation-type=words] .word:nth-child(287n) .overflow-wrapper{transition-delay:7175ms!important}[data-animation-type=words] .word:nth-child(288n) .overflow-wrapper{transition-delay:7200ms!important}[data-animation-type=words] .word:nth-child(289n) .overflow-wrapper{transition-delay:7225ms!important}[data-animation-type=words] .word:nth-child(290n) .overflow-wrapper{transition-delay:7250ms!important}[data-animation-type=words] .word:nth-child(291n) .overflow-wrapper{transition-delay:7275ms!important}[data-animation-type=words] .word:nth-child(292n) .overflow-wrapper{transition-delay:7300ms!important}[data-animation-type=words] .word:nth-child(293n) .overflow-wrapper{transition-delay:7325ms!important}[data-animation-type=words] .word:nth-child(294n) .overflow-wrapper{transition-delay:7350ms!important}[data-animation-type=words] .word:nth-child(295n) .overflow-wrapper{transition-delay:7375ms!important}[data-animation-type=words] .word:nth-child(296n) .overflow-wrapper{transition-delay:7400ms!important}[data-animation-type=words] .word:nth-child(297n) .overflow-wrapper{transition-delay:7425ms!important}[data-animation-type=words] .word:nth-child(298n) .overflow-wrapper{transition-delay:7450ms!important}[data-animation-type=words] .word:nth-child(299n) .overflow-wrapper{transition-delay:7475ms!important}[data-animation-type=words] .word:nth-child(300n) .overflow-wrapper{transition-delay:7500ms!important}[data-animation-type=words] .word:nth-child(301n) .overflow-wrapper{transition-delay:7525ms!important}[data-animation-type=words] .word:nth-child(302n) .overflow-wrapper{transition-delay:7550ms!important}[data-animation-type=words] .word:nth-child(303n) .overflow-wrapper{transition-delay:7575ms!important}[data-animation-type=words] .word:nth-child(304n) .overflow-wrapper{transition-delay:7600ms!important}[data-animation-type=words] .word:nth-child(305n) .overflow-wrapper{transition-delay:7625ms!important}[data-animation-type=words] .word:nth-child(306n) .overflow-wrapper{transition-delay:7650ms!important}[data-animation-type=words] .word:nth-child(307n) .overflow-wrapper{transition-delay:7675ms!important}[data-animation-type=words] .word:nth-child(308n) .overflow-wrapper{transition-delay:7700ms!important}[data-animation-type=words] .word:nth-child(309n) .overflow-wrapper{transition-delay:7725ms!important}[data-animation-type=words] .word:nth-child(310n) .overflow-wrapper{transition-delay:7750ms!important}[data-animation-type=words] .word:nth-child(311n) .overflow-wrapper{transition-delay:7775ms!important}[data-animation-type=words] .word:nth-child(312n) .overflow-wrapper{transition-delay:7800ms!important}[data-animation-type=words] .word:nth-child(313n) .overflow-wrapper{transition-delay:7825ms!important}[data-animation-type=words] .word:nth-child(314n) .overflow-wrapper{transition-delay:7850ms!important}[data-animation-type=words] .word:nth-child(315n) .overflow-wrapper{transition-delay:7875ms!important}[data-animation-type=words] .word:nth-child(316n) .overflow-wrapper{transition-delay:7900ms!important}[data-animation-type=words] .word:nth-child(317n) .overflow-wrapper{transition-delay:7925ms!important}[data-animation-type=words] .word:nth-child(318n) .overflow-wrapper{transition-delay:7950ms!important}[data-animation-type=words] .word:nth-child(319n) .overflow-wrapper{transition-delay:7975ms!important}[data-animation-type=words] .word:nth-child(320n) .overflow-wrapper{transition-delay:8000ms!important}[data-animation-type=words] .word:nth-child(321n) .overflow-wrapper{transition-delay:8025ms!important}[data-animation-type=words] .word:nth-child(322n) .overflow-wrapper{transition-delay:8050ms!important}[data-animation-type=words] .word:nth-child(323n) .overflow-wrapper{transition-delay:8075ms!important}[data-animation-type=words] .word:nth-child(324n) .overflow-wrapper{transition-delay:8100ms!important}[data-animation-type=words] .word:nth-child(325n) .overflow-wrapper{transition-delay:8125ms!important}[data-animation-type=words] .word:nth-child(326n) .overflow-wrapper{transition-delay:8150ms!important}[data-animation-type=words] .word:nth-child(327n) .overflow-wrapper{transition-delay:8175ms!important}[data-animation-type=words] .word:nth-child(328n) .overflow-wrapper{transition-delay:8200ms!important}[data-animation-type=words] .word:nth-child(329n) .overflow-wrapper{transition-delay:8225ms!important}[data-animation-type=words] .word:nth-child(330n) .overflow-wrapper{transition-delay:8250ms!important}[data-animation-type=words] .word:nth-child(331n) .overflow-wrapper{transition-delay:8275ms!important}[data-animation-type=words] .word:nth-child(332n) .overflow-wrapper{transition-delay:8300ms!important}[data-animation-type=words] .word:nth-child(333n) .overflow-wrapper{transition-delay:8325ms!important}[data-animation-type=words] .word:nth-child(334n) .overflow-wrapper{transition-delay:8350ms!important}[data-animation-type=words] .word:nth-child(335n) .overflow-wrapper{transition-delay:8375ms!important}[data-animation-type=words] .word:nth-child(336n) .overflow-wrapper{transition-delay:8400ms!important}[data-animation-type=words] .word:nth-child(337n) .overflow-wrapper{transition-delay:8425ms!important}[data-animation-type=words] .word:nth-child(338n) .overflow-wrapper{transition-delay:8450ms!important}[data-animation-type=words] .word:nth-child(339n) .overflow-wrapper{transition-delay:8475ms!important}[data-animation-type=words] .word:nth-child(340n) .overflow-wrapper{transition-delay:8500ms!important}[data-animation-type=words] .word:nth-child(341n) .overflow-wrapper{transition-delay:8525ms!important}[data-animation-type=words] .word:nth-child(342n) .overflow-wrapper{transition-delay:8550ms!important}[data-animation-type=words] .word:nth-child(343n) .overflow-wrapper{transition-delay:8575ms!important}[data-animation-type=words] .word:nth-child(344n) .overflow-wrapper{transition-delay:8600ms!important}[data-animation-type=words] .word:nth-child(345n) .overflow-wrapper{transition-delay:8625ms!important}[data-animation-type=words] .word:nth-child(346n) .overflow-wrapper{transition-delay:8650ms!important}[data-animation-type=words] .word:nth-child(347n) .overflow-wrapper{transition-delay:8675ms!important}[data-animation-type=words] .word:nth-child(348n) .overflow-wrapper{transition-delay:8700ms!important}[data-animation-type=words] .word:nth-child(349n) .overflow-wrapper{transition-delay:8725ms!important}[data-animation-type=words] .word:nth-child(350n) .overflow-wrapper{transition-delay:8750ms!important}[data-animation-type=words] .word:nth-child(351n) .overflow-wrapper{transition-delay:8775ms!important}[data-animation-type=words] .word:nth-child(352n) .overflow-wrapper{transition-delay:8800ms!important}[data-animation-type=words] .word:nth-child(353n) .overflow-wrapper{transition-delay:8825ms!important}[data-animation-type=words] .word:nth-child(354n) .overflow-wrapper{transition-delay:8850ms!important}[data-animation-type=words] .word:nth-child(355n) .overflow-wrapper{transition-delay:8875ms!important}[data-animation-type=words] .word:nth-child(356n) .overflow-wrapper{transition-delay:8900ms!important}[data-animation-type=words] .word:nth-child(357n) .overflow-wrapper{transition-delay:8925ms!important}[data-animation-type=words] .word:nth-child(358n) .overflow-wrapper{transition-delay:8950ms!important}[data-animation-type=words] .word:nth-child(359n) .overflow-wrapper{transition-delay:8975ms!important}[data-animation-type=words] .word:nth-child(360n) .overflow-wrapper{transition-delay:9000ms!important}[data-animation-type=words] .word:nth-child(361n) .overflow-wrapper{transition-delay:9025ms!important}[data-animation-type=words] .word:nth-child(362n) .overflow-wrapper{transition-delay:9050ms!important}[data-animation-type=words] .word:nth-child(363n) .overflow-wrapper{transition-delay:9075ms!important}[data-animation-type=words] .word:nth-child(364n) .overflow-wrapper{transition-delay:9100ms!important}[data-animation-type=words] .word:nth-child(365n) .overflow-wrapper{transition-delay:9125ms!important}[data-animation-type=words] .word:nth-child(366n) .overflow-wrapper{transition-delay:9150ms!important}[data-animation-type=words] .word:nth-child(367n) .overflow-wrapper{transition-delay:9175ms!important}[data-animation-type=words] .word:nth-child(368n) .overflow-wrapper{transition-delay:9200ms!important}[data-animation-type=words] .word:nth-child(369n) .overflow-wrapper{transition-delay:9225ms!important}[data-animation-type=words] .word:nth-child(370n) .overflow-wrapper{transition-delay:9250ms!important}[data-animation-type=words] .word:nth-child(371n) .overflow-wrapper{transition-delay:9275ms!important}[data-animation-type=words] .word:nth-child(372n) .overflow-wrapper{transition-delay:9300ms!important}[data-animation-type=words] .word:nth-child(373n) .overflow-wrapper{transition-delay:9325ms!important}[data-animation-type=words] .word:nth-child(374n) .overflow-wrapper{transition-delay:9350ms!important}[data-animation-type=words] .word:nth-child(375n) .overflow-wrapper{transition-delay:9375ms!important}[data-animation-type=words] .word:nth-child(376n) .overflow-wrapper{transition-delay:9400ms!important}[data-animation-type=words] .word:nth-child(377n) .overflow-wrapper{transition-delay:9425ms!important}[data-animation-type=words] .word:nth-child(378n) .overflow-wrapper{transition-delay:9450ms!important}[data-animation-type=words] .word:nth-child(379n) .overflow-wrapper{transition-delay:9475ms!important}[data-animation-type=words] .word:nth-child(380n) .overflow-wrapper{transition-delay:9500ms!important}[data-animation-type=words] .word:nth-child(381n) .overflow-wrapper{transition-delay:9525ms!important}[data-animation-type=words] .word:nth-child(382n) .overflow-wrapper{transition-delay:9550ms!important}[data-animation-type=words] .word:nth-child(383n) .overflow-wrapper{transition-delay:9575ms!important}[data-animation-type=words] .word:nth-child(384n) .overflow-wrapper{transition-delay:9600ms!important}[data-animation-type=words] .word:nth-child(385n) .overflow-wrapper{transition-delay:9625ms!important}[data-animation-type=words] .word:nth-child(386n) .overflow-wrapper{transition-delay:9650ms!important}[data-animation-type=words] .word:nth-child(387n) .overflow-wrapper{transition-delay:9675ms!important}[data-animation-type=words] .word:nth-child(388n) .overflow-wrapper{transition-delay:9700ms!important}[data-animation-type=words] .word:nth-child(389n) .overflow-wrapper{transition-delay:9725ms!important}[data-animation-type=words] .word:nth-child(390n) .overflow-wrapper{transition-delay:9750ms!important}[data-animation-type=words] .word:nth-child(391n) .overflow-wrapper{transition-delay:9775ms!important}[data-animation-type=words] .word:nth-child(392n) .overflow-wrapper{transition-delay:9800ms!important}[data-animation-type=words] .word:nth-child(393n) .overflow-wrapper{transition-delay:9825ms!important}[data-animation-type=words] .word:nth-child(394n) .overflow-wrapper{transition-delay:9850ms!important}[data-animation-type=words] .word:nth-child(395n) .overflow-wrapper{transition-delay:9875ms!important}[data-animation-type=words] .word:nth-child(396n) .overflow-wrapper{transition-delay:9900ms!important}[data-animation-type=words] .word:nth-child(397n) .overflow-wrapper{transition-delay:9925ms!important}[data-animation-type=words] .word:nth-child(398n) .overflow-wrapper{transition-delay:9950ms!important}[data-animation-type=words] .word:nth-child(399n) .overflow-wrapper{transition-delay:9975ms!important}[data-animation-type=words] .word:nth-child(400n) .overflow-wrapper{transition-delay:10000ms!important}[data-animation-type=words] .word:nth-child(401n) .overflow-wrapper{transition-delay:10025ms!important}[data-animation-type=words] .word:nth-child(402n) .overflow-wrapper{transition-delay:10050ms!important}[data-animation-type=words] .word:nth-child(403n) .overflow-wrapper{transition-delay:10075ms!important}[data-animation-type=words] .word:nth-child(404n) .overflow-wrapper{transition-delay:10100ms!important}[data-animation-type=words] .word:nth-child(405n) .overflow-wrapper{transition-delay:10125ms!important}[data-animation-type=words] .word:nth-child(406n) .overflow-wrapper{transition-delay:10150ms!important}[data-animation-type=words] .word:nth-child(407n) .overflow-wrapper{transition-delay:10175ms!important}[data-animation-type=words] .word:nth-child(408n) .overflow-wrapper{transition-delay:10200ms!important}[data-animation-type=words] .word:nth-child(409n) .overflow-wrapper{transition-delay:10225ms!important}[data-animation-type=words] .word:nth-child(410n) .overflow-wrapper{transition-delay:10250ms!important}[data-animation-type=words] .word:nth-child(411n) .overflow-wrapper{transition-delay:10275ms!important}[data-animation-type=words] .word:nth-child(412n) .overflow-wrapper{transition-delay:10300ms!important}[data-animation-type=words] .word:nth-child(413n) .overflow-wrapper{transition-delay:10325ms!important}[data-animation-type=words] .word:nth-child(414n) .overflow-wrapper{transition-delay:10350ms!important}[data-animation-type=words] .word:nth-child(415n) .overflow-wrapper{transition-delay:10375ms!important}[data-animation-type=words] .word:nth-child(416n) .overflow-wrapper{transition-delay:10400ms!important}[data-animation-type=words] .word:nth-child(417n) .overflow-wrapper{transition-delay:10425ms!important}[data-animation-type=words] .word:nth-child(418n) .overflow-wrapper{transition-delay:10450ms!important}[data-animation-type=words] .word:nth-child(419n) .overflow-wrapper{transition-delay:10475ms!important}[data-animation-type=words] .word:nth-child(420n) .overflow-wrapper{transition-delay:10500ms!important}[data-animation-type=words] .word:nth-child(421n) .overflow-wrapper{transition-delay:10525ms!important}[data-animation-type=words] .word:nth-child(422n) .overflow-wrapper{transition-delay:10550ms!important}[data-animation-type=words] .word:nth-child(423n) .overflow-wrapper{transition-delay:10575ms!important}[data-animation-type=words] .word:nth-child(424n) .overflow-wrapper{transition-delay:10600ms!important}[data-animation-type=words] .word:nth-child(425n) .overflow-wrapper{transition-delay:10625ms!important}[data-animation-type=words] .word:nth-child(426n) .overflow-wrapper{transition-delay:10650ms!important}[data-animation-type=words] .word:nth-child(427n) .overflow-wrapper{transition-delay:10675ms!important}[data-animation-type=words] .word:nth-child(428n) .overflow-wrapper{transition-delay:10700ms!important}[data-animation-type=words] .word:nth-child(429n) .overflow-wrapper{transition-delay:10725ms!important}[data-animation-type=words] .word:nth-child(430n) .overflow-wrapper{transition-delay:10750ms!important}[data-animation-type=words] .word:nth-child(431n) .overflow-wrapper{transition-delay:10775ms!important}[data-animation-type=words] .word:nth-child(432n) .overflow-wrapper{transition-delay:10800ms!important}[data-animation-type=words] .word:nth-child(433n) .overflow-wrapper{transition-delay:10825ms!important}[data-animation-type=words] .word:nth-child(434n) .overflow-wrapper{transition-delay:10850ms!important}[data-animation-type=words] .word:nth-child(435n) .overflow-wrapper{transition-delay:10875ms!important}[data-animation-type=words] .word:nth-child(436n) .overflow-wrapper{transition-delay:10900ms!important}[data-animation-type=words] .word:nth-child(437n) .overflow-wrapper{transition-delay:10925ms!important}[data-animation-type=words] .word:nth-child(438n) .overflow-wrapper{transition-delay:10950ms!important}[data-animation-type=words] .word:nth-child(439n) .overflow-wrapper{transition-delay:10975ms!important}[data-animation-type=words] .word:nth-child(440n) .overflow-wrapper{transition-delay:11000ms!important}[data-animation-type=words] .word:nth-child(441n) .overflow-wrapper{transition-delay:11025ms!important}[data-animation-type=words] .word:nth-child(442n) .overflow-wrapper{transition-delay:11050ms!important}[data-animation-type=words] .word:nth-child(443n) .overflow-wrapper{transition-delay:11075ms!important}[data-animation-type=words] .word:nth-child(444n) .overflow-wrapper{transition-delay:11100ms!important}[data-animation-type=words] .word:nth-child(445n) .overflow-wrapper{transition-delay:11125ms!important}[data-animation-type=words] .word:nth-child(446n) .overflow-wrapper{transition-delay:11150ms!important}[data-animation-type=words] .word:nth-child(447n) .overflow-wrapper{transition-delay:11175ms!important}[data-animation-type=words] .word:nth-child(448n) .overflow-wrapper{transition-delay:11200ms!important}[data-animation-type=words] .word:nth-child(449n) .overflow-wrapper{transition-delay:11225ms!important}[data-animation-type=words] .word:nth-child(450n) .overflow-wrapper{transition-delay:11250ms!important}[data-animation-type=words] .word:nth-child(451n) .overflow-wrapper{transition-delay:11275ms!important}[data-animation-type=words] .word:nth-child(452n) .overflow-wrapper{transition-delay:11300ms!important}[data-animation-type=words] .word:nth-child(453n) .overflow-wrapper{transition-delay:11325ms!important}[data-animation-type=words] .word:nth-child(454n) .overflow-wrapper{transition-delay:11350ms!important}[data-animation-type=words] .word:nth-child(455n) .overflow-wrapper{transition-delay:11375ms!important}[data-animation-type=words] .word:nth-child(456n) .overflow-wrapper{transition-delay:11400ms!important}[data-animation-type=words] .word:nth-child(457n) .overflow-wrapper{transition-delay:11425ms!important}[data-animation-type=words] .word:nth-child(458n) .overflow-wrapper{transition-delay:11450ms!important}[data-animation-type=words] .word:nth-child(459n) .overflow-wrapper{transition-delay:11475ms!important}[data-animation-type=words] .word:nth-child(460n) .overflow-wrapper{transition-delay:11500ms!important}[data-animation-type=words] .word:nth-child(461n) .overflow-wrapper{transition-delay:11525ms!important}[data-animation-type=words] .word:nth-child(462n) .overflow-wrapper{transition-delay:11550ms!important}[data-animation-type=words] .word:nth-child(463n) .overflow-wrapper{transition-delay:11575ms!important}[data-animation-type=words] .word:nth-child(464n) .overflow-wrapper{transition-delay:11600ms!important}[data-animation-type=words] .word:nth-child(465n) .overflow-wrapper{transition-delay:11625ms!important}[data-animation-type=words] .word:nth-child(466n) .overflow-wrapper{transition-delay:11650ms!important}[data-animation-type=words] .word:nth-child(467n) .overflow-wrapper{transition-delay:11675ms!important}[data-animation-type=words] .word:nth-child(468n) .overflow-wrapper{transition-delay:11700ms!important}[data-animation-type=words] .word:nth-child(469n) .overflow-wrapper{transition-delay:11725ms!important}[data-animation-type=words] .word:nth-child(470n) .overflow-wrapper{transition-delay:11750ms!important}[data-animation-type=words] .word:nth-child(471n) .overflow-wrapper{transition-delay:11775ms!important}[data-animation-type=words] .word:nth-child(472n) .overflow-wrapper{transition-delay:11800ms!important}[data-animation-type=words] .word:nth-child(473n) .overflow-wrapper{transition-delay:11825ms!important}[data-animation-type=words] .word:nth-child(474n) .overflow-wrapper{transition-delay:11850ms!important}[data-animation-type=words] .word:nth-child(475n) .overflow-wrapper{transition-delay:11875ms!important}[data-animation-type=words] .word:nth-child(476n) .overflow-wrapper{transition-delay:11900ms!important}[data-animation-type=words] .word:nth-child(477n) .overflow-wrapper{transition-delay:11925ms!important}[data-animation-type=words] .word:nth-child(478n) .overflow-wrapper{transition-delay:11950ms!important}[data-animation-type=words] .word:nth-child(479n) .overflow-wrapper{transition-delay:11975ms!important}[data-animation-type=words] .word:nth-child(480n) .overflow-wrapper{transition-delay:12000ms!important}[data-animation-type=words] .word:nth-child(481n) .overflow-wrapper{transition-delay:12025ms!important}[data-animation-type=words] .word:nth-child(482n) .overflow-wrapper{transition-delay:12050ms!important}[data-animation-type=words] .word:nth-child(483n) .overflow-wrapper{transition-delay:12075ms!important}[data-animation-type=words] .word:nth-child(484n) .overflow-wrapper{transition-delay:12100ms!important}[data-animation-type=words] .word:nth-child(485n) .overflow-wrapper{transition-delay:12125ms!important}[data-animation-type=words] .word:nth-child(486n) .overflow-wrapper{transition-delay:12150ms!important}[data-animation-type=words] .word:nth-child(487n) .overflow-wrapper{transition-delay:12175ms!important}[data-animation-type=words] .word:nth-child(488n) .overflow-wrapper{transition-delay:12200ms!important}[data-animation-type=words] .word:nth-child(489n) .overflow-wrapper{transition-delay:12225ms!important}[data-animation-type=words] .word:nth-child(490n) .overflow-wrapper{transition-delay:12250ms!important}[data-animation-type=words] .word:nth-child(491n) .overflow-wrapper{transition-delay:12275ms!important}[data-animation-type=words] .word:nth-child(492n) .overflow-wrapper{transition-delay:12300ms!important}[data-animation-type=words] .word:nth-child(493n) .overflow-wrapper{transition-delay:12325ms!important}[data-animation-type=words] .word:nth-child(494n) .overflow-wrapper{transition-delay:12350ms!important}[data-animation-type=words] .word:nth-child(495n) .overflow-wrapper{transition-delay:12375ms!important}[data-animation-type=words] .word:nth-child(496n) .overflow-wrapper{transition-delay:12400ms!important}[data-animation-type=words] .word:nth-child(497n) .overflow-wrapper{transition-delay:12425ms!important}[data-animation-type=words] .word:nth-child(498n) .overflow-wrapper{transition-delay:12450ms!important}[data-animation-type=words] .word:nth-child(499n) .overflow-wrapper{transition-delay:12475ms!important}[data-animation-type=words] .word:nth-child(500n) .overflow-wrapper{transition-delay:12500ms!important}[data-animation-type=words] .word:nth-child(501n) .overflow-wrapper{transition-delay:12525ms!important}[data-animation-type=words] .word:nth-child(502n) .overflow-wrapper{transition-delay:12550ms!important}[data-animation-type=words] .word:nth-child(503n) .overflow-wrapper{transition-delay:12575ms!important}[data-animation-type=words] .word:nth-child(504n) .overflow-wrapper{transition-delay:12600ms!important}[data-animation-type=words] .word:nth-child(505n) .overflow-wrapper{transition-delay:12625ms!important}[data-animation-type=words] .word:nth-child(506n) .overflow-wrapper{transition-delay:12650ms!important}[data-animation-type=words] .word:nth-child(507n) .overflow-wrapper{transition-delay:12675ms!important}[data-animation-type=words] .word:nth-child(508n) .overflow-wrapper{transition-delay:12700ms!important}[data-animation-type=words] .word:nth-child(509n) .overflow-wrapper{transition-delay:12725ms!important}[data-animation-type=words] .word:nth-child(510n) .overflow-wrapper{transition-delay:12750ms!important}[data-animation-type=words] .word:nth-child(511n) .overflow-wrapper{transition-delay:12775ms!important}[data-animation-type=words] .word:nth-child(512n) .overflow-wrapper{transition-delay:12800ms!important}[data-animation-type=words] .word:nth-child(513n) .overflow-wrapper{transition-delay:12825ms!important}[data-animation-type=words] .word:nth-child(514n) .overflow-wrapper{transition-delay:12850ms!important}[data-animation-type=words] .word:nth-child(515n) .overflow-wrapper{transition-delay:12875ms!important}[data-animation-type=words] .word:nth-child(516n) .overflow-wrapper{transition-delay:12900ms!important}[data-animation-type=words] .word:nth-child(517n) .overflow-wrapper{transition-delay:12925ms!important}[data-animation-type=words] .word:nth-child(518n) .overflow-wrapper{transition-delay:12950ms!important}[data-animation-type=words] .word:nth-child(519n) .overflow-wrapper{transition-delay:12975ms!important}[data-animation-type=words] .word:nth-child(520n) .overflow-wrapper{transition-delay:13000ms!important}[data-animation-type=words] .word:nth-child(521n) .overflow-wrapper{transition-delay:13025ms!important}[data-animation-type=words] .word:nth-child(522n) .overflow-wrapper{transition-delay:13050ms!important}[data-animation-type=words] .word:nth-child(523n) .overflow-wrapper{transition-delay:13075ms!important}[data-animation-type=words] .word:nth-child(524n) .overflow-wrapper{transition-delay:13100ms!important}[data-animation-type=words] .word:nth-child(525n) .overflow-wrapper{transition-delay:13125ms!important}[data-animation-type=words] .word:nth-child(526n) .overflow-wrapper{transition-delay:13150ms!important}[data-animation-type=words] .word:nth-child(527n) .overflow-wrapper{transition-delay:13175ms!important}[data-animation-type=words] .word:nth-child(528n) .overflow-wrapper{transition-delay:13200ms!important}[data-animation-type=words] .word:nth-child(529n) .overflow-wrapper{transition-delay:13225ms!important}[data-animation-type=words] .word:nth-child(530n) .overflow-wrapper{transition-delay:13250ms!important}[data-animation-type=words] .word:nth-child(531n) .overflow-wrapper{transition-delay:13275ms!important}[data-animation-type=words] .word:nth-child(532n) .overflow-wrapper{transition-delay:13300ms!important}[data-animation-type=words] .word:nth-child(533n) .overflow-wrapper{transition-delay:13325ms!important}[data-animation-type=words] .word:nth-child(534n) .overflow-wrapper{transition-delay:13350ms!important}[data-animation-type=words] .word:nth-child(535n) .overflow-wrapper{transition-delay:13375ms!important}[data-animation-type=words] .word:nth-child(536n) .overflow-wrapper{transition-delay:13400ms!important}[data-animation-type=words] .word:nth-child(537n) .overflow-wrapper{transition-delay:13425ms!important}[data-animation-type=words] .word:nth-child(538n) .overflow-wrapper{transition-delay:13450ms!important}[data-animation-type=words] .word:nth-child(539n) .overflow-wrapper{transition-delay:13475ms!important}[data-animation-type=words] .word:nth-child(540n) .overflow-wrapper{transition-delay:13500ms!important}[data-animation-type=words] .word:nth-child(541n) .overflow-wrapper{transition-delay:13525ms!important}[data-animation-type=words] .word:nth-child(542n) .overflow-wrapper{transition-delay:13550ms!important}[data-animation-type=words] .word:nth-child(543n) .overflow-wrapper{transition-delay:13575ms!important}[data-animation-type=words] .word:nth-child(544n) .overflow-wrapper{transition-delay:13600ms!important}[data-animation-type=words] .word:nth-child(545n) .overflow-wrapper{transition-delay:13625ms!important}[data-animation-type=words] .word:nth-child(546n) .overflow-wrapper{transition-delay:13650ms!important}[data-animation-type=words] .word:nth-child(547n) .overflow-wrapper{transition-delay:13675ms!important}[data-animation-type=words] .word:nth-child(548n) .overflow-wrapper{transition-delay:13700ms!important}[data-animation-type=words] .word:nth-child(549n) .overflow-wrapper{transition-delay:13725ms!important}[data-animation-type=words] .word:nth-child(550n) .overflow-wrapper{transition-delay:13750ms!important}[data-animation-type=words] .word:nth-child(551n) .overflow-wrapper{transition-delay:13775ms!important}[data-animation-type=words] .word:nth-child(552n) .overflow-wrapper{transition-delay:13800ms!important}[data-animation-type=words] .word:nth-child(553n) .overflow-wrapper{transition-delay:13825ms!important}[data-animation-type=words] .word:nth-child(554n) .overflow-wrapper{transition-delay:13850ms!important}[data-animation-type=words] .word:nth-child(555n) .overflow-wrapper{transition-delay:13875ms!important}[data-animation-type=words] .word:nth-child(556n) .overflow-wrapper{transition-delay:13900ms!important}[data-animation-type=words] .word:nth-child(557n) .overflow-wrapper{transition-delay:13925ms!important}[data-animation-type=words] .word:nth-child(558n) .overflow-wrapper{transition-delay:13950ms!important}[data-animation-type=words] .word:nth-child(559n) .overflow-wrapper{transition-delay:13975ms!important}[data-animation-type=words] .word:nth-child(560n) .overflow-wrapper{transition-delay:14000ms!important}[data-animation-type=words] .word:nth-child(561n) .overflow-wrapper{transition-delay:14025ms!important}[data-animation-type=words] .word:nth-child(562n) .overflow-wrapper{transition-delay:14050ms!important}[data-animation-type=words] .word:nth-child(563n) .overflow-wrapper{transition-delay:14075ms!important}[data-animation-type=words] .word:nth-child(564n) .overflow-wrapper{transition-delay:14100ms!important}[data-animation-type=words] .word:nth-child(565n) .overflow-wrapper{transition-delay:14125ms!important}[data-animation-type=words] .word:nth-child(566n) .overflow-wrapper{transition-delay:14150ms!important}[data-animation-type=words] .word:nth-child(567n) .overflow-wrapper{transition-delay:14175ms!important}[data-animation-type=words] .word:nth-child(568n) .overflow-wrapper{transition-delay:14200ms!important}[data-animation-type=words] .word:nth-child(569n) .overflow-wrapper{transition-delay:14225ms!important}[data-animation-type=words] .word:nth-child(570n) .overflow-wrapper{transition-delay:14250ms!important}[data-animation-type=words] .word:nth-child(571n) .overflow-wrapper{transition-delay:14275ms!important}[data-animation-type=words] .word:nth-child(572n) .overflow-wrapper{transition-delay:14300ms!important}[data-animation-type=words] .word:nth-child(573n) .overflow-wrapper{transition-delay:14325ms!important}[data-animation-type=words] .word:nth-child(574n) .overflow-wrapper{transition-delay:14350ms!important}[data-animation-type=words] .word:nth-child(575n) .overflow-wrapper{transition-delay:14375ms!important}[data-animation-type=words] .word:nth-child(576n) .overflow-wrapper{transition-delay:14400ms!important}[data-animation-type=words] .word:nth-child(577n) .overflow-wrapper{transition-delay:14425ms!important}[data-animation-type=words] .word:nth-child(578n) .overflow-wrapper{transition-delay:14450ms!important}[data-animation-type=words] .word:nth-child(579n) .overflow-wrapper{transition-delay:14475ms!important}[data-animation-type=words] .word:nth-child(580n) .overflow-wrapper{transition-delay:14500ms!important}[data-animation-type=words] .word:nth-child(581n) .overflow-wrapper{transition-delay:14525ms!important}[data-animation-type=words] .word:nth-child(582n) .overflow-wrapper{transition-delay:14550ms!important}[data-animation-type=words] .word:nth-child(583n) .overflow-wrapper{transition-delay:14575ms!important}[data-animation-type=words] .word:nth-child(584n) .overflow-wrapper{transition-delay:14600ms!important}[data-animation-type=words] .word:nth-child(585n) .overflow-wrapper{transition-delay:14625ms!important}[data-animation-type=words] .word:nth-child(586n) .overflow-wrapper{transition-delay:14650ms!important}[data-animation-type=words] .word:nth-child(587n) .overflow-wrapper{transition-delay:14675ms!important}[data-animation-type=words] .word:nth-child(588n) .overflow-wrapper{transition-delay:14700ms!important}[data-animation-type=words] .word:nth-child(589n) .overflow-wrapper{transition-delay:14725ms!important}[data-animation-type=words] .word:nth-child(590n) .overflow-wrapper{transition-delay:14750ms!important}[data-animation-type=words] .word:nth-child(591n) .overflow-wrapper{transition-delay:14775ms!important}[data-animation-type=words] .word:nth-child(592n) .overflow-wrapper{transition-delay:14800ms!important}[data-animation-type=words] .word:nth-child(593n) .overflow-wrapper{transition-delay:14825ms!important}[data-animation-type=words] .word:nth-child(594n) .overflow-wrapper{transition-delay:14850ms!important}[data-animation-type=words] .word:nth-child(595n) .overflow-wrapper{transition-delay:14875ms!important}[data-animation-type=words] .word:nth-child(596n) .overflow-wrapper{transition-delay:14900ms!important}[data-animation-type=words] .word:nth-child(597n) .overflow-wrapper{transition-delay:14925ms!important}[data-animation-type=words] .word:nth-child(598n) .overflow-wrapper{transition-delay:14950ms!important}[data-animation-type=words] .word:nth-child(599n) .overflow-wrapper{transition-delay:14975ms!important}[data-animation-type=words] .word:nth-child(600n) .overflow-wrapper{transition-delay:15000ms!important}[data-animation-type=words] .word:nth-child(601n) .overflow-wrapper{transition-delay:15025ms!important}[data-animation-type=words] .word:nth-child(602n) .overflow-wrapper{transition-delay:15050ms!important}[data-animation-type=words] .word:nth-child(603n) .overflow-wrapper{transition-delay:15075ms!important}[data-animation-type=words] .word:nth-child(604n) .overflow-wrapper{transition-delay:15100ms!important}[data-animation-type=words] .word:nth-child(605n) .overflow-wrapper{transition-delay:15125ms!important}[data-animation-type=words] .word:nth-child(606n) .overflow-wrapper{transition-delay:15150ms!important}[data-animation-type=words] .word:nth-child(607n) .overflow-wrapper{transition-delay:15175ms!important}[data-animation-type=words] .word:nth-child(608n) .overflow-wrapper{transition-delay:15200ms!important}[data-animation-type=words] .word:nth-child(609n) .overflow-wrapper{transition-delay:15225ms!important}[data-animation-type=words] .word:nth-child(610n) .overflow-wrapper{transition-delay:15250ms!important}[data-animation-type=words] .word:nth-child(611n) .overflow-wrapper{transition-delay:15275ms!important}[data-animation-type=words] .word:nth-child(612n) .overflow-wrapper{transition-delay:15300ms!important}[data-animation-type=words] .word:nth-child(613n) .overflow-wrapper{transition-delay:15325ms!important}[data-animation-type=words] .word:nth-child(614n) .overflow-wrapper{transition-delay:15350ms!important}[data-animation-type=words] .word:nth-child(615n) .overflow-wrapper{transition-delay:15375ms!important}[data-animation-type=words] .word:nth-child(616n) .overflow-wrapper{transition-delay:15400ms!important}[data-animation-type=words] .word:nth-child(617n) .overflow-wrapper{transition-delay:15425ms!important}[data-animation-type=words] .word:nth-child(618n) .overflow-wrapper{transition-delay:15450ms!important}[data-animation-type=words] .word:nth-child(619n) .overflow-wrapper{transition-delay:15475ms!important}[data-animation-type=words] .word:nth-child(620n) .overflow-wrapper{transition-delay:15500ms!important}[data-animation-type=words] .word:nth-child(621n) .overflow-wrapper{transition-delay:15525ms!important}[data-animation-type=words] .word:nth-child(622n) .overflow-wrapper{transition-delay:15550ms!important}[data-animation-type=words] .word:nth-child(623n) .overflow-wrapper{transition-delay:15575ms!important}[data-animation-type=words] .word:nth-child(624n) .overflow-wrapper{transition-delay:15600ms!important}[data-animation-type=words] .word:nth-child(625n) .overflow-wrapper{transition-delay:15625ms!important}[data-animation-type=words] .word:nth-child(626n) .overflow-wrapper{transition-delay:15650ms!important}[data-animation-type=words] .word:nth-child(627n) .overflow-wrapper{transition-delay:15675ms!important}[data-animation-type=words] .word:nth-child(628n) .overflow-wrapper{transition-delay:15700ms!important}[data-animation-type=words] .word:nth-child(629n) .overflow-wrapper{transition-delay:15725ms!important}[data-animation-type=words] .word:nth-child(630n) .overflow-wrapper{transition-delay:15750ms!important}[data-animation-type=words] .word:nth-child(631n) .overflow-wrapper{transition-delay:15775ms!important}[data-animation-type=words] .word:nth-child(632n) .overflow-wrapper{transition-delay:15800ms!important}[data-animation-type=words] .word:nth-child(633n) .overflow-wrapper{transition-delay:15825ms!important}[data-animation-type=words] .word:nth-child(634n) .overflow-wrapper{transition-delay:15850ms!important}[data-animation-type=words] .word:nth-child(635n) .overflow-wrapper{transition-delay:15875ms!important}[data-animation-type=words] .word:nth-child(636n) .overflow-wrapper{transition-delay:15900ms!important}[data-animation-type=words] .word:nth-child(637n) .overflow-wrapper{transition-delay:15925ms!important}[data-animation-type=words] .word:nth-child(638n) .overflow-wrapper{transition-delay:15950ms!important}[data-animation-type=words] .word:nth-child(639n) .overflow-wrapper{transition-delay:15975ms!important}[data-animation-type=words] .word:nth-child(640n) .overflow-wrapper{transition-delay:16000ms!important}[data-animation-type=words] .word:nth-child(641n) .overflow-wrapper{transition-delay:16025ms!important}[data-animation-type=words] .word:nth-child(642n) .overflow-wrapper{transition-delay:16050ms!important}[data-animation-type=words] .word:nth-child(643n) .overflow-wrapper{transition-delay:16075ms!important}[data-animation-type=words] .word:nth-child(644n) .overflow-wrapper{transition-delay:16100ms!important}[data-animation-type=words] .word:nth-child(645n) .overflow-wrapper{transition-delay:16125ms!important}[data-animation-type=words] .word:nth-child(646n) .overflow-wrapper{transition-delay:16150ms!important}[data-animation-type=words] .word:nth-child(647n) .overflow-wrapper{transition-delay:16175ms!important}[data-animation-type=words] .word:nth-child(648n) .overflow-wrapper{transition-delay:16200ms!important}[data-animation-type=words] .word:nth-child(649n) .overflow-wrapper{transition-delay:16225ms!important}[data-animation-type=words] .word:nth-child(650n) .overflow-wrapper{transition-delay:16250ms!important}[data-animation-type=words] .word:nth-child(651n) .overflow-wrapper{transition-delay:16275ms!important}[data-animation-type=words] .word:nth-child(652n) .overflow-wrapper{transition-delay:16300ms!important}[data-animation-type=words] .word:nth-child(653n) .overflow-wrapper{transition-delay:16325ms!important}[data-animation-type=words] .word:nth-child(654n) .overflow-wrapper{transition-delay:16350ms!important}[data-animation-type=words] .word:nth-child(655n) .overflow-wrapper{transition-delay:16375ms!important}[data-animation-type=words] .word:nth-child(656n) .overflow-wrapper{transition-delay:16400ms!important}[data-animation-type=words] .word:nth-child(657n) .overflow-wrapper{transition-delay:16425ms!important}[data-animation-type=words] .word:nth-child(658n) .overflow-wrapper{transition-delay:16450ms!important}[data-animation-type=words] .word:nth-child(659n) .overflow-wrapper{transition-delay:16475ms!important}[data-animation-type=words] .word:nth-child(660n) .overflow-wrapper{transition-delay:16500ms!important}[data-animation-type=words] .word:nth-child(661n) .overflow-wrapper{transition-delay:16525ms!important}[data-animation-type=words] .word:nth-child(662n) .overflow-wrapper{transition-delay:16550ms!important}[data-animation-type=words] .word:nth-child(663n) .overflow-wrapper{transition-delay:16575ms!important}[data-animation-type=words] .word:nth-child(664n) .overflow-wrapper{transition-delay:16600ms!important}[data-animation-type=words] .word:nth-child(665n) .overflow-wrapper{transition-delay:16625ms!important}[data-animation-type=words] .word:nth-child(666n) .overflow-wrapper{transition-delay:16650ms!important}[data-animation-type=words] .word:nth-child(667n) .overflow-wrapper{transition-delay:16675ms!important}[data-animation-type=words] .word:nth-child(668n) .overflow-wrapper{transition-delay:16700ms!important}[data-animation-type=words] .word:nth-child(669n) .overflow-wrapper{transition-delay:16725ms!important}[data-animation-type=words] .word:nth-child(670n) .overflow-wrapper{transition-delay:16750ms!important}[data-animation-type=words] .word:nth-child(671n) .overflow-wrapper{transition-delay:16775ms!important}[data-animation-type=words] .word:nth-child(672n) .overflow-wrapper{transition-delay:16800ms!important}[data-animation-type=words] .word:nth-child(673n) .overflow-wrapper{transition-delay:16825ms!important}[data-animation-type=words] .word:nth-child(674n) .overflow-wrapper{transition-delay:16850ms!important}[data-animation-type=words] .word:nth-child(675n) .overflow-wrapper{transition-delay:16875ms!important}[data-animation-type=words] .word:nth-child(676n) .overflow-wrapper{transition-delay:16900ms!important}[data-animation-type=words] .word:nth-child(677n) .overflow-wrapper{transition-delay:16925ms!important}[data-animation-type=words] .word:nth-child(678n) .overflow-wrapper{transition-delay:16950ms!important}[data-animation-type=words] .word:nth-child(679n) .overflow-wrapper{transition-delay:16975ms!important}[data-animation-type=words] .word:nth-child(680n) .overflow-wrapper{transition-delay:17000ms!important}[data-animation-type=words] .word:nth-child(681n) .overflow-wrapper{transition-delay:17025ms!important}[data-animation-type=words] .word:nth-child(682n) .overflow-wrapper{transition-delay:17050ms!important}[data-animation-type=words] .word:nth-child(683n) .overflow-wrapper{transition-delay:17075ms!important}[data-animation-type=words] .word:nth-child(684n) .overflow-wrapper{transition-delay:17100ms!important}[data-animation-type=words] .word:nth-child(685n) .overflow-wrapper{transition-delay:17125ms!important}[data-animation-type=words] .word:nth-child(686n) .overflow-wrapper{transition-delay:17150ms!important}[data-animation-type=words] .word:nth-child(687n) .overflow-wrapper{transition-delay:17175ms!important}[data-animation-type=words] .word:nth-child(688n) .overflow-wrapper{transition-delay:17200ms!important}[data-animation-type=words] .word:nth-child(689n) .overflow-wrapper{transition-delay:17225ms!important}[data-animation-type=words] .word:nth-child(690n) .overflow-wrapper{transition-delay:17250ms!important}[data-animation-type=words] .word:nth-child(691n) .overflow-wrapper{transition-delay:17275ms!important}[data-animation-type=words] .word:nth-child(692n) .overflow-wrapper{transition-delay:17300ms!important}[data-animation-type=words] .word:nth-child(693n) .overflow-wrapper{transition-delay:17325ms!important}[data-animation-type=words] .word:nth-child(694n) .overflow-wrapper{transition-delay:17350ms!important}[data-animation-type=words] .word:nth-child(695n) .overflow-wrapper{transition-delay:17375ms!important}[data-animation-type=words] .word:nth-child(696n) .overflow-wrapper{transition-delay:17400ms!important}[data-animation-type=words] .word:nth-child(697n) .overflow-wrapper{transition-delay:17425ms!important}[data-animation-type=words] .word:nth-child(698n) .overflow-wrapper{transition-delay:17450ms!important}[data-animation-type=words] .word:nth-child(699n) .overflow-wrapper{transition-delay:17475ms!important}[data-animation-type=words] .word:nth-child(700n) .overflow-wrapper{transition-delay:17500ms!important}[data-animation-type=words] .word:nth-child(701n) .overflow-wrapper{transition-delay:17525ms!important}[data-animation-type=words] .word:nth-child(702n) .overflow-wrapper{transition-delay:17550ms!important}[data-animation-type=words] .word:nth-child(703n) .overflow-wrapper{transition-delay:17575ms!important}[data-animation-type=words] .word:nth-child(704n) .overflow-wrapper{transition-delay:17600ms!important}[data-animation-type=words] .word:nth-child(705n) .overflow-wrapper{transition-delay:17625ms!important}[data-animation-type=words] .word:nth-child(706n) .overflow-wrapper{transition-delay:17650ms!important}[data-animation-type=words] .word:nth-child(707n) .overflow-wrapper{transition-delay:17675ms!important}[data-animation-type=words] .word:nth-child(708n) .overflow-wrapper{transition-delay:17700ms!important}[data-animation-type=words] .word:nth-child(709n) .overflow-wrapper{transition-delay:17725ms!important}[data-animation-type=words] .word:nth-child(710n) .overflow-wrapper{transition-delay:17750ms!important}[data-animation-type=words] .word:nth-child(711n) .overflow-wrapper{transition-delay:17775ms!important}[data-animation-type=words] .word:nth-child(712n) .overflow-wrapper{transition-delay:17800ms!important}[data-animation-type=words] .word:nth-child(713n) .overflow-wrapper{transition-delay:17825ms!important}[data-animation-type=words] .word:nth-child(714n) .overflow-wrapper{transition-delay:17850ms!important}[data-animation-type=words] .word:nth-child(715n) .overflow-wrapper{transition-delay:17875ms!important}[data-animation-type=words] .word:nth-child(716n) .overflow-wrapper{transition-delay:17900ms!important}[data-animation-type=words] .word:nth-child(717n) .overflow-wrapper{transition-delay:17925ms!important}[data-animation-type=words] .word:nth-child(718n) .overflow-wrapper{transition-delay:17950ms!important}[data-animation-type=words] .word:nth-child(719n) .overflow-wrapper{transition-delay:17975ms!important}[data-animation-type=words] .word:nth-child(720n) .overflow-wrapper{transition-delay:18000ms!important}[data-animation-type=words] .word:nth-child(721n) .overflow-wrapper{transition-delay:18025ms!important}[data-animation-type=words] .word:nth-child(722n) .overflow-wrapper{transition-delay:18050ms!important}[data-animation-type=words] .word:nth-child(723n) .overflow-wrapper{transition-delay:18075ms!important}[data-animation-type=words] .word:nth-child(724n) .overflow-wrapper{transition-delay:18100ms!important}[data-animation-type=words] .word:nth-child(725n) .overflow-wrapper{transition-delay:18125ms!important}[data-animation-type=words] .word:nth-child(726n) .overflow-wrapper{transition-delay:18150ms!important}[data-animation-type=words] .word:nth-child(727n) .overflow-wrapper{transition-delay:18175ms!important}[data-animation-type=words] .word:nth-child(728n) .overflow-wrapper{transition-delay:18200ms!important}[data-animation-type=words] .word:nth-child(729n) .overflow-wrapper{transition-delay:18225ms!important}[data-animation-type=words] .word:nth-child(730n) .overflow-wrapper{transition-delay:18250ms!important}[data-animation-type=words] .word:nth-child(731n) .overflow-wrapper{transition-delay:18275ms!important}[data-animation-type=words] .word:nth-child(732n) .overflow-wrapper{transition-delay:18300ms!important}[data-animation-type=words] .word:nth-child(733n) .overflow-wrapper{transition-delay:18325ms!important}[data-animation-type=words] .word:nth-child(734n) .overflow-wrapper{transition-delay:18350ms!important}[data-animation-type=words] .word:nth-child(735n) .overflow-wrapper{transition-delay:18375ms!important}[data-animation-type=words] .word:nth-child(736n) .overflow-wrapper{transition-delay:18400ms!important}[data-animation-type=words] .word:nth-child(737n) .overflow-wrapper{transition-delay:18425ms!important}[data-animation-type=words] .word:nth-child(738n) .overflow-wrapper{transition-delay:18450ms!important}[data-animation-type=words] .word:nth-child(739n) .overflow-wrapper{transition-delay:18475ms!important}[data-animation-type=words] .word:nth-child(740n) .overflow-wrapper{transition-delay:18500ms!important}[data-animation-type=words] .word:nth-child(741n) .overflow-wrapper{transition-delay:18525ms!important}[data-animation-type=words] .word:nth-child(742n) .overflow-wrapper{transition-delay:18550ms!important}[data-animation-type=words] .word:nth-child(743n) .overflow-wrapper{transition-delay:18575ms!important}[data-animation-type=words] .word:nth-child(744n) .overflow-wrapper{transition-delay:18600ms!important}[data-animation-type=words] .word:nth-child(745n) .overflow-wrapper{transition-delay:18625ms!important}[data-animation-type=words] .word:nth-child(746n) .overflow-wrapper{transition-delay:18650ms!important}[data-animation-type=words] .word:nth-child(747n) .overflow-wrapper{transition-delay:18675ms!important}[data-animation-type=words] .word:nth-child(748n) .overflow-wrapper{transition-delay:18700ms!important}[data-animation-type=words] .word:nth-child(749n) .overflow-wrapper{transition-delay:18725ms!important}[data-animation-type=words] .word:nth-child(750n) .overflow-wrapper{transition-delay:18750ms!important}[data-animation-type=words] .word:nth-child(751n) .overflow-wrapper{transition-delay:18775ms!important}[data-animation-type=words] .word:nth-child(752n) .overflow-wrapper{transition-delay:18800ms!important}[data-animation-type=words] .word:nth-child(753n) .overflow-wrapper{transition-delay:18825ms!important}[data-animation-type=words] .word:nth-child(754n) .overflow-wrapper{transition-delay:18850ms!important}[data-animation-type=words] .word:nth-child(755n) .overflow-wrapper{transition-delay:18875ms!important}[data-animation-type=words] .word:nth-child(756n) .overflow-wrapper{transition-delay:18900ms!important}[data-animation-type=words] .word:nth-child(757n) .overflow-wrapper{transition-delay:18925ms!important}[data-animation-type=words] .word:nth-child(758n) .overflow-wrapper{transition-delay:18950ms!important}[data-animation-type=words] .word:nth-child(759n) .overflow-wrapper{transition-delay:18975ms!important}[data-animation-type=words] .word:nth-child(760n) .overflow-wrapper{transition-delay:19000ms!important}[data-animation-type=words] .word:nth-child(761n) .overflow-wrapper{transition-delay:19025ms!important}[data-animation-type=words] .word:nth-child(762n) .overflow-wrapper{transition-delay:19050ms!important}[data-animation-type=words] .word:nth-child(763n) .overflow-wrapper{transition-delay:19075ms!important}[data-animation-type=words] .word:nth-child(764n) .overflow-wrapper{transition-delay:19100ms!important}[data-animation-type=words] .word:nth-child(765n) .overflow-wrapper{transition-delay:19125ms!important}[data-animation-type=words] .word:nth-child(766n) .overflow-wrapper{transition-delay:19150ms!important}[data-animation-type=words] .word:nth-child(767n) .overflow-wrapper{transition-delay:19175ms!important}[data-animation-type=words] .word:nth-child(768n) .overflow-wrapper{transition-delay:19200ms!important}[data-animation-type=words] .word:nth-child(769n) .overflow-wrapper{transition-delay:19225ms!important}[data-animation-type=words] .word:nth-child(770n) .overflow-wrapper{transition-delay:19250ms!important}[data-animation-type=words] .word:nth-child(771n) .overflow-wrapper{transition-delay:19275ms!important}[data-animation-type=words] .word:nth-child(772n) .overflow-wrapper{transition-delay:19300ms!important}[data-animation-type=words] .word:nth-child(773n) .overflow-wrapper{transition-delay:19325ms!important}[data-animation-type=words] .word:nth-child(774n) .overflow-wrapper{transition-delay:19350ms!important}[data-animation-type=words] .word:nth-child(775n) .overflow-wrapper{transition-delay:19375ms!important}[data-animation-type=words] .word:nth-child(776n) .overflow-wrapper{transition-delay:19400ms!important}[data-animation-type=words] .word:nth-child(777n) .overflow-wrapper{transition-delay:19425ms!important}[data-animation-type=words] .word:nth-child(778n) .overflow-wrapper{transition-delay:19450ms!important}[data-animation-type=words] .word:nth-child(779n) .overflow-wrapper{transition-delay:19475ms!important}[data-animation-type=words] .word:nth-child(780n) .overflow-wrapper{transition-delay:19500ms!important}[data-animation-type=words] .word:nth-child(781n) .overflow-wrapper{transition-delay:19525ms!important}[data-animation-type=words] .word:nth-child(782n) .overflow-wrapper{transition-delay:19550ms!important}[data-animation-type=words] .word:nth-child(783n) .overflow-wrapper{transition-delay:19575ms!important}[data-animation-type=words] .word:nth-child(784n) .overflow-wrapper{transition-delay:19600ms!important}[data-animation-type=words] .word:nth-child(785n) .overflow-wrapper{transition-delay:19625ms!important}[data-animation-type=words] .word:nth-child(786n) .overflow-wrapper{transition-delay:19650ms!important}[data-animation-type=words] .word:nth-child(787n) .overflow-wrapper{transition-delay:19675ms!important}[data-animation-type=words] .word:nth-child(788n) .overflow-wrapper{transition-delay:19700ms!important}[data-animation-type=words] .word:nth-child(789n) .overflow-wrapper{transition-delay:19725ms!important}[data-animation-type=words] .word:nth-child(790n) .overflow-wrapper{transition-delay:19750ms!important}[data-animation-type=words] .word:nth-child(791n) .overflow-wrapper{transition-delay:19775ms!important}[data-animation-type=words] .word:nth-child(792n) .overflow-wrapper{transition-delay:19800ms!important}[data-animation-type=words] .word:nth-child(793n) .overflow-wrapper{transition-delay:19825ms!important}[data-animation-type=words] .word:nth-child(794n) .overflow-wrapper{transition-delay:19850ms!important}[data-animation-type=words] .word:nth-child(795n) .overflow-wrapper{transition-delay:19875ms!important}[data-animation-type=words] .word:nth-child(796n) .overflow-wrapper{transition-delay:19900ms!important}[data-animation-type=words] .word:nth-child(797n) .overflow-wrapper{transition-delay:19925ms!important}[data-animation-type=words] .word:nth-child(798n) .overflow-wrapper{transition-delay:19950ms!important}[data-animation-type=words] .word:nth-child(799n) .overflow-wrapper{transition-delay:19975ms!important}[data-animation-type=words] .word:nth-child(800n) .overflow-wrapper{transition-delay:20000ms!important}[data-animation-type=words] .word:nth-child(801n) .overflow-wrapper{transition-delay:20025ms!important}[data-animation-type=words] .word:nth-child(802n) .overflow-wrapper{transition-delay:20050ms!important}[data-animation-type=words] .word:nth-child(803n) .overflow-wrapper{transition-delay:20075ms!important}[data-animation-type=words] .word:nth-child(804n) .overflow-wrapper{transition-delay:20100ms!important}[data-animation-type=words] .word:nth-child(805n) .overflow-wrapper{transition-delay:20125ms!important}[data-animation-type=words] .word:nth-child(806n) .overflow-wrapper{transition-delay:20150ms!important}[data-animation-type=words] .word:nth-child(807n) .overflow-wrapper{transition-delay:20175ms!important}[data-animation-type=words] .word:nth-child(808n) .overflow-wrapper{transition-delay:20200ms!important}[data-animation-type=words] .word:nth-child(809n) .overflow-wrapper{transition-delay:20225ms!important}[data-animation-type=words] .word:nth-child(810n) .overflow-wrapper{transition-delay:20250ms!important}[data-animation-type=words] .word:nth-child(811n) .overflow-wrapper{transition-delay:20275ms!important}[data-animation-type=words] .word:nth-child(812n) .overflow-wrapper{transition-delay:20300ms!important}[data-animation-type=words] .word:nth-child(813n) .overflow-wrapper{transition-delay:20325ms!important}[data-animation-type=words] .word:nth-child(814n) .overflow-wrapper{transition-delay:20350ms!important}[data-animation-type=words] .word:nth-child(815n) .overflow-wrapper{transition-delay:20375ms!important}[data-animation-type=words] .word:nth-child(816n) .overflow-wrapper{transition-delay:20400ms!important}[data-animation-type=words] .word:nth-child(817n) .overflow-wrapper{transition-delay:20425ms!important}[data-animation-type=words] .word:nth-child(818n) .overflow-wrapper{transition-delay:20450ms!important}[data-animation-type=words] .word:nth-child(819n) .overflow-wrapper{transition-delay:20475ms!important}[data-animation-type=words] .word:nth-child(820n) .overflow-wrapper{transition-delay:20500ms!important}[data-animation-type=words] .word:nth-child(821n) .overflow-wrapper{transition-delay:20525ms!important}[data-animation-type=words] .word:nth-child(822n) .overflow-wrapper{transition-delay:20550ms!important}[data-animation-type=words] .word:nth-child(823n) .overflow-wrapper{transition-delay:20575ms!important}[data-animation-type=words] .word:nth-child(824n) .overflow-wrapper{transition-delay:20600ms!important}[data-animation-type=words] .word:nth-child(825n) .overflow-wrapper{transition-delay:20625ms!important}[data-animation-type=words] .word:nth-child(826n) .overflow-wrapper{transition-delay:20650ms!important}[data-animation-type=words] .word:nth-child(827n) .overflow-wrapper{transition-delay:20675ms!important}[data-animation-type=words] .word:nth-child(828n) .overflow-wrapper{transition-delay:20700ms!important}[data-animation-type=words] .word:nth-child(829n) .overflow-wrapper{transition-delay:20725ms!important}[data-animation-type=words] .word:nth-child(830n) .overflow-wrapper{transition-delay:20750ms!important}[data-animation-type=words] .word:nth-child(831n) .overflow-wrapper{transition-delay:20775ms!important}[data-animation-type=words] .word:nth-child(832n) .overflow-wrapper{transition-delay:20800ms!important}[data-animation-type=words] .word:nth-child(833n) .overflow-wrapper{transition-delay:20825ms!important}[data-animation-type=words] .word:nth-child(834n) .overflow-wrapper{transition-delay:20850ms!important}[data-animation-type=words] .word:nth-child(835n) .overflow-wrapper{transition-delay:20875ms!important}[data-animation-type=words] .word:nth-child(836n) .overflow-wrapper{transition-delay:20900ms!important}[data-animation-type=words] .word:nth-child(837n) .overflow-wrapper{transition-delay:20925ms!important}[data-animation-type=words] .word:nth-child(838n) .overflow-wrapper{transition-delay:20950ms!important}[data-animation-type=words] .word:nth-child(839n) .overflow-wrapper{transition-delay:20975ms!important}[data-animation-type=words] .word:nth-child(840n) .overflow-wrapper{transition-delay:21000ms!important}[data-animation-type=words] .word:nth-child(841n) .overflow-wrapper{transition-delay:21025ms!important}[data-animation-type=words] .word:nth-child(842n) .overflow-wrapper{transition-delay:21050ms!important}[data-animation-type=words] .word:nth-child(843n) .overflow-wrapper{transition-delay:21075ms!important}[data-animation-type=words] .word:nth-child(844n) .overflow-wrapper{transition-delay:21100ms!important}[data-animation-type=words] .word:nth-child(845n) .overflow-wrapper{transition-delay:21125ms!important}[data-animation-type=words] .word:nth-child(846n) .overflow-wrapper{transition-delay:21150ms!important}[data-animation-type=words] .word:nth-child(847n) .overflow-wrapper{transition-delay:21175ms!important}[data-animation-type=words] .word:nth-child(848n) .overflow-wrapper{transition-delay:21200ms!important}[data-animation-type=words] .word:nth-child(849n) .overflow-wrapper{transition-delay:21225ms!important}[data-animation-type=words] .word:nth-child(850n) .overflow-wrapper{transition-delay:21250ms!important}[data-animation-type=words] .word:nth-child(851n) .overflow-wrapper{transition-delay:21275ms!important}[data-animation-type=words] .word:nth-child(852n) .overflow-wrapper{transition-delay:21300ms!important}[data-animation-type=words] .word:nth-child(853n) .overflow-wrapper{transition-delay:21325ms!important}[data-animation-type=words] .word:nth-child(854n) .overflow-wrapper{transition-delay:21350ms!important}[data-animation-type=words] .word:nth-child(855n) .overflow-wrapper{transition-delay:21375ms!important}[data-animation-type=words] .word:nth-child(856n) .overflow-wrapper{transition-delay:21400ms!important}[data-animation-type=words] .word:nth-child(857n) .overflow-wrapper{transition-delay:21425ms!important}[data-animation-type=words] .word:nth-child(858n) .overflow-wrapper{transition-delay:21450ms!important}[data-animation-type=words] .word:nth-child(859n) .overflow-wrapper{transition-delay:21475ms!important}[data-animation-type=words] .word:nth-child(860n) .overflow-wrapper{transition-delay:21500ms!important}[data-animation-type=words] .word:nth-child(861n) .overflow-wrapper{transition-delay:21525ms!important}[data-animation-type=words] .word:nth-child(862n) .overflow-wrapper{transition-delay:21550ms!important}[data-animation-type=words] .word:nth-child(863n) .overflow-wrapper{transition-delay:21575ms!important}[data-animation-type=words] .word:nth-child(864n) .overflow-wrapper{transition-delay:21600ms!important}[data-animation-type=words] .word:nth-child(865n) .overflow-wrapper{transition-delay:21625ms!important}[data-animation-type=words] .word:nth-child(866n) .overflow-wrapper{transition-delay:21650ms!important}[data-animation-type=words] .word:nth-child(867n) .overflow-wrapper{transition-delay:21675ms!important}[data-animation-type=words] .word:nth-child(868n) .overflow-wrapper{transition-delay:21700ms!important}[data-animation-type=words] .word:nth-child(869n) .overflow-wrapper{transition-delay:21725ms!important}[data-animation-type=words] .word:nth-child(870n) .overflow-wrapper{transition-delay:21750ms!important}[data-animation-type=words] .word:nth-child(871n) .overflow-wrapper{transition-delay:21775ms!important}[data-animation-type=words] .word:nth-child(872n) .overflow-wrapper{transition-delay:21800ms!important}[data-animation-type=words] .word:nth-child(873n) .overflow-wrapper{transition-delay:21825ms!important}[data-animation-type=words] .word:nth-child(874n) .overflow-wrapper{transition-delay:21850ms!important}[data-animation-type=words] .word:nth-child(875n) .overflow-wrapper{transition-delay:21875ms!important}[data-animation-type=words] .word:nth-child(876n) .overflow-wrapper{transition-delay:21900ms!important}[data-animation-type=words] .word:nth-child(877n) .overflow-wrapper{transition-delay:21925ms!important}[data-animation-type=words] .word:nth-child(878n) .overflow-wrapper{transition-delay:21950ms!important}[data-animation-type=words] .word:nth-child(879n) .overflow-wrapper{transition-delay:21975ms!important}[data-animation-type=words] .word:nth-child(880n) .overflow-wrapper{transition-delay:22000ms!important}[data-animation-type=words] .word:nth-child(881n) .overflow-wrapper{transition-delay:22025ms!important}[data-animation-type=words] .word:nth-child(882n) .overflow-wrapper{transition-delay:22050ms!important}[data-animation-type=words] .word:nth-child(883n) .overflow-wrapper{transition-delay:22075ms!important}[data-animation-type=words] .word:nth-child(884n) .overflow-wrapper{transition-delay:22100ms!important}[data-animation-type=words] .word:nth-child(885n) .overflow-wrapper{transition-delay:22125ms!important}[data-animation-type=words] .word:nth-child(886n) .overflow-wrapper{transition-delay:22150ms!important}[data-animation-type=words] .word:nth-child(887n) .overflow-wrapper{transition-delay:22175ms!important}[data-animation-type=words] .word:nth-child(888n) .overflow-wrapper{transition-delay:22200ms!important}[data-animation-type=words] .word:nth-child(889n) .overflow-wrapper{transition-delay:22225ms!important}[data-animation-type=words] .word:nth-child(890n) .overflow-wrapper{transition-delay:22250ms!important}[data-animation-type=words] .word:nth-child(891n) .overflow-wrapper{transition-delay:22275ms!important}[data-animation-type=words] .word:nth-child(892n) .overflow-wrapper{transition-delay:22300ms!important}[data-animation-type=words] .word:nth-child(893n) .overflow-wrapper{transition-delay:22325ms!important}[data-animation-type=words] .word:nth-child(894n) .overflow-wrapper{transition-delay:22350ms!important}[data-animation-type=words] .word:nth-child(895n) .overflow-wrapper{transition-delay:22375ms!important}[data-animation-type=words] .word:nth-child(896n) .overflow-wrapper{transition-delay:22400ms!important}[data-animation-type=words] .word:nth-child(897n) .overflow-wrapper{transition-delay:22425ms!important}[data-animation-type=words] .word:nth-child(898n) .overflow-wrapper{transition-delay:22450ms!important}[data-animation-type=words] .word:nth-child(899n) .overflow-wrapper{transition-delay:22475ms!important}[data-animation-type=words] .word:nth-child(900n) .overflow-wrapper{transition-delay:22500ms!important}[data-animation-type=words] .word:nth-child(901n) .overflow-wrapper{transition-delay:22525ms!important}[data-animation-type=words] .word:nth-child(902n) .overflow-wrapper{transition-delay:22550ms!important}[data-animation-type=words] .word:nth-child(903n) .overflow-wrapper{transition-delay:22575ms!important}[data-animation-type=words] .word:nth-child(904n) .overflow-wrapper{transition-delay:22600ms!important}[data-animation-type=words] .word:nth-child(905n) .overflow-wrapper{transition-delay:22625ms!important}[data-animation-type=words] .word:nth-child(906n) .overflow-wrapper{transition-delay:22650ms!important}[data-animation-type=words] .word:nth-child(907n) .overflow-wrapper{transition-delay:22675ms!important}[data-animation-type=words] .word:nth-child(908n) .overflow-wrapper{transition-delay:22700ms!important}[data-animation-type=words] .word:nth-child(909n) .overflow-wrapper{transition-delay:22725ms!important}[data-animation-type=words] .word:nth-child(910n) .overflow-wrapper{transition-delay:22750ms!important}[data-animation-type=words] .word:nth-child(911n) .overflow-wrapper{transition-delay:22775ms!important}[data-animation-type=words] .word:nth-child(912n) .overflow-wrapper{transition-delay:22800ms!important}[data-animation-type=words] .word:nth-child(913n) .overflow-wrapper{transition-delay:22825ms!important}[data-animation-type=words] .word:nth-child(914n) .overflow-wrapper{transition-delay:22850ms!important}[data-animation-type=words] .word:nth-child(915n) .overflow-wrapper{transition-delay:22875ms!important}[data-animation-type=words] .word:nth-child(916n) .overflow-wrapper{transition-delay:22900ms!important}[data-animation-type=words] .word:nth-child(917n) .overflow-wrapper{transition-delay:22925ms!important}[data-animation-type=words] .word:nth-child(918n) .overflow-wrapper{transition-delay:22950ms!important}[data-animation-type=words] .word:nth-child(919n) .overflow-wrapper{transition-delay:22975ms!important}[data-animation-type=words] .word:nth-child(920n) .overflow-wrapper{transition-delay:23000ms!important}[data-animation-type=words] .word:nth-child(921n) .overflow-wrapper{transition-delay:23025ms!important}[data-animation-type=words] .word:nth-child(922n) .overflow-wrapper{transition-delay:23050ms!important}[data-animation-type=words] .word:nth-child(923n) .overflow-wrapper{transition-delay:23075ms!important}[data-animation-type=words] .word:nth-child(924n) .overflow-wrapper{transition-delay:23100ms!important}[data-animation-type=words] .word:nth-child(925n) .overflow-wrapper{transition-delay:23125ms!important}[data-animation-type=words] .word:nth-child(926n) .overflow-wrapper{transition-delay:23150ms!important}[data-animation-type=words] .word:nth-child(927n) .overflow-wrapper{transition-delay:23175ms!important}[data-animation-type=words] .word:nth-child(928n) .overflow-wrapper{transition-delay:23200ms!important}[data-animation-type=words] .word:nth-child(929n) .overflow-wrapper{transition-delay:23225ms!important}[data-animation-type=words] .word:nth-child(930n) .overflow-wrapper{transition-delay:23250ms!important}[data-animation-type=words] .word:nth-child(931n) .overflow-wrapper{transition-delay:23275ms!important}[data-animation-type=words] .word:nth-child(932n) .overflow-wrapper{transition-delay:23300ms!important}[data-animation-type=words] .word:nth-child(933n) .overflow-wrapper{transition-delay:23325ms!important}[data-animation-type=words] .word:nth-child(934n) .overflow-wrapper{transition-delay:23350ms!important}[data-animation-type=words] .word:nth-child(935n) .overflow-wrapper{transition-delay:23375ms!important}[data-animation-type=words] .word:nth-child(936n) .overflow-wrapper{transition-delay:23400ms!important}[data-animation-type=words] .word:nth-child(937n) .overflow-wrapper{transition-delay:23425ms!important}[data-animation-type=words] .word:nth-child(938n) .overflow-wrapper{transition-delay:23450ms!important}[data-animation-type=words] .word:nth-child(939n) .overflow-wrapper{transition-delay:23475ms!important}[data-animation-type=words] .word:nth-child(940n) .overflow-wrapper{transition-delay:23500ms!important}[data-animation-type=words] .word:nth-child(941n) .overflow-wrapper{transition-delay:23525ms!important}[data-animation-type=words] .word:nth-child(942n) .overflow-wrapper{transition-delay:23550ms!important}[data-animation-type=words] .word:nth-child(943n) .overflow-wrapper{transition-delay:23575ms!important}[data-animation-type=words] .word:nth-child(944n) .overflow-wrapper{transition-delay:23600ms!important}[data-animation-type=words] .word:nth-child(945n) .overflow-wrapper{transition-delay:23625ms!important}[data-animation-type=words] .word:nth-child(946n) .overflow-wrapper{transition-delay:23650ms!important}[data-animation-type=words] .word:nth-child(947n) .overflow-wrapper{transition-delay:23675ms!important}[data-animation-type=words] .word:nth-child(948n) .overflow-wrapper{transition-delay:23700ms!important}[data-animation-type=words] .word:nth-child(949n) .overflow-wrapper{transition-delay:23725ms!important}[data-animation-type=words] .word:nth-child(950n) .overflow-wrapper{transition-delay:23750ms!important}[data-animation-type=words] .word:nth-child(951n) .overflow-wrapper{transition-delay:23775ms!important}[data-animation-type=words] .word:nth-child(952n) .overflow-wrapper{transition-delay:23800ms!important}[data-animation-type=words] .word:nth-child(953n) .overflow-wrapper{transition-delay:23825ms!important}[data-animation-type=words] .word:nth-child(954n) .overflow-wrapper{transition-delay:23850ms!important}[data-animation-type=words] .word:nth-child(955n) .overflow-wrapper{transition-delay:23875ms!important}[data-animation-type=words] .word:nth-child(956n) .overflow-wrapper{transition-delay:23900ms!important}[data-animation-type=words] .word:nth-child(957n) .overflow-wrapper{transition-delay:23925ms!important}[data-animation-type=words] .word:nth-child(958n) .overflow-wrapper{transition-delay:23950ms!important}[data-animation-type=words] .word:nth-child(959n) .overflow-wrapper{transition-delay:23975ms!important}[data-animation-type=words] .word:nth-child(960n) .overflow-wrapper{transition-delay:24000ms!important}[data-animation-type=words] .word:nth-child(961n) .overflow-wrapper{transition-delay:24025ms!important}[data-animation-type=words] .word:nth-child(962n) .overflow-wrapper{transition-delay:24050ms!important}[data-animation-type=words] .word:nth-child(963n) .overflow-wrapper{transition-delay:24075ms!important}[data-animation-type=words] .word:nth-child(964n) .overflow-wrapper{transition-delay:24100ms!important}[data-animation-type=words] .word:nth-child(965n) .overflow-wrapper{transition-delay:24125ms!important}[data-animation-type=words] .word:nth-child(966n) .overflow-wrapper{transition-delay:24150ms!important}[data-animation-type=words] .word:nth-child(967n) .overflow-wrapper{transition-delay:24175ms!important}[data-animation-type=words] .word:nth-child(968n) .overflow-wrapper{transition-delay:24200ms!important}[data-animation-type=words] .word:nth-child(969n) .overflow-wrapper{transition-delay:24225ms!important}[data-animation-type=words] .word:nth-child(970n) .overflow-wrapper{transition-delay:24250ms!important}[data-animation-type=words] .word:nth-child(971n) .overflow-wrapper{transition-delay:24275ms!important}[data-animation-type=words] .word:nth-child(972n) .overflow-wrapper{transition-delay:24300ms!important}[data-animation-type=words] .word:nth-child(973n) .overflow-wrapper{transition-delay:24325ms!important}[data-animation-type=words] .word:nth-child(974n) .overflow-wrapper{transition-delay:24350ms!important}[data-animation-type=words] .word:nth-child(975n) .overflow-wrapper{transition-delay:24375ms!important}[data-animation-type=words] .word:nth-child(976n) .overflow-wrapper{transition-delay:24400ms!important}[data-animation-type=words] .word:nth-child(977n) .overflow-wrapper{transition-delay:24425ms!important}[data-animation-type=words] .word:nth-child(978n) .overflow-wrapper{transition-delay:24450ms!important}[data-animation-type=words] .word:nth-child(979n) .overflow-wrapper{transition-delay:24475ms!important}[data-animation-type=words] .word:nth-child(980n) .overflow-wrapper{transition-delay:24500ms!important}[data-animation-type=words] .word:nth-child(981n) .overflow-wrapper{transition-delay:24525ms!important}[data-animation-type=words] .word:nth-child(982n) .overflow-wrapper{transition-delay:24550ms!important}[data-animation-type=words] .word:nth-child(983n) .overflow-wrapper{transition-delay:24575ms!important}[data-animation-type=words] .word:nth-child(984n) .overflow-wrapper{transition-delay:24600ms!important}[data-animation-type=words] .word:nth-child(985n) .overflow-wrapper{transition-delay:24625ms!important}[data-animation-type=words] .word:nth-child(986n) .overflow-wrapper{transition-delay:24650ms!important}[data-animation-type=words] .word:nth-child(987n) .overflow-wrapper{transition-delay:24675ms!important}[data-animation-type=words] .word:nth-child(988n) .overflow-wrapper{transition-delay:24700ms!important}[data-animation-type=words] .word:nth-child(989n) .overflow-wrapper{transition-delay:24725ms!important}[data-animation-type=words] .word:nth-child(990n) .overflow-wrapper{transition-delay:24750ms!important}[data-animation-type=words] .word:nth-child(991n) .overflow-wrapper{transition-delay:24775ms!important}[data-animation-type=words] .word:nth-child(992n) .overflow-wrapper{transition-delay:24800ms!important}[data-animation-type=words] .word:nth-child(993n) .overflow-wrapper{transition-delay:24825ms!important}[data-animation-type=words] .word:nth-child(994n) .overflow-wrapper{transition-delay:24850ms!important}[data-animation-type=words] .word:nth-child(995n) .overflow-wrapper{transition-delay:24875ms!important}[data-animation-type=words] .word:nth-child(996n) .overflow-wrapper{transition-delay:24900ms!important}[data-animation-type=words] .word:nth-child(997n) .overflow-wrapper{transition-delay:24925ms!important}[data-animation-type=words] .word:nth-child(998n) .overflow-wrapper{transition-delay:24950ms!important}[data-animation-type=words] .word:nth-child(999n) .overflow-wrapper{transition-delay:24975ms!important}[data-animation-type=words] .word:nth-child(1000n) .overflow-wrapper{transition-delay:25000ms!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(n){transition-delay:.1s!important}[data-carousel=item]:nth-child(2n){transition-delay:.2s!important}[data-carousel=item]:nth-child(3n){transition-delay:calc(.1s * 3)!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:calc(.1s * 6)!important}[data-carousel=item]:nth-child(7n){transition-delay:calc(.1s * 7)!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 white;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:Inter,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]::placeholder{color:#fff;opacity:.5}h1{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:72px;line-height:72px;letter-spacing:0;line-height:1;color:#fff}h2,#news .newsletter .column-5 .title{font-family:PublicoLight,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;line-height:48px;letter-spacing:0;line-height:1.1;color:#001931}h2 span,#news .newsletter .column-5 .title span{color:#536c80}h2.white,#news .newsletter .column-5 .white.title{color:#fff}hr{background-color:#001931;opacity:.1;margin:60px 0}.text-content{font-family:Inter,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}.text-content h2,.text-content #news .newsletter .column-5 .title,#news .newsletter .column-5 .text-content .title{margin-top:40px}.text-content h2:first-child,.text-content #news .newsletter .column-5 .title:first-child,#news .newsletter .column-5 .text-content .title:first-child{margin-top:0}.text-content h3{font-family:Inter,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:Inter,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:Inter,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 ul,.text-content ol,.text-content p{margin-top:30px}.text-content ul:first-child,.text-content ol:first-child,.text-content p: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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}.text-content i,.text-content em{font-style:italic}.text-content img,.text-content video,.text-content iframe,.text-content embed{margin:40px auto;max-width:100%;height:auto;width:auto}.text-content img:first-child,.text-content video:first-child,.text-content iframe:first-child,.text-content embed: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 center center;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 center center;background-size:100% 100%}.text-content blockquote p{font-family:Inter,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;text-decoration-color:transparent;transition:text-decoration-color .3s cubic-bezier(.165,.84,.44,1);text-decoration-thickness:.04em!important;text-underline-offset:.1em!important}.text-content a:hover{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:Inter,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;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-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:0;color:#001931;opacity:.4;transition:color .6s cubic-bezier(.165,.84,.44,1)}.text-content.documents ul li a .metas .name{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:32px;letter-spacing:0;color:#5a6b7b;transition:color .6s cubic-bezier(.165,.84,.44,1)}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){h2,#news .newsletter .column-5 .title{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}tr,td{display:block;height:auto!important}}#header[data-is-minify=true] .header__top_right .lang .ss-main .ss-single-selected .placeholder{color:#9e835a}#header[data-is-minify=true] .header__top_right .lang .ss-main .ss-single-selected .ss-arrow span.arrow-down{border-color:#9e835a}#header .header__top-left{display:flex;align-items:center;justify-content:flex-start;transition:opacity .6s cubic-bezier(.165,.84,.44,1);color:#fff}#header .header__top-left a{display:flex;align-items:center;justify-content:flex-start;margin-left:10px}#header .header__top-left a:first-child{margin-left:0}#header .header__top-left span{margin-left:10px}#header .header__top-left span:first-child{margin-left:0}#header .header__top-left .icon svg{width:21px;height:auto}#header .header__top-left .bourse,#header .header__top-left .bourse__date{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0}#header .header__top_right ul{height:100%;display:flex;align-items:center;justify-content:flex-end}#header .header__top_right ul li{height:100%}#header .header__top_right ul li a{display:flex;align-items:center;flex-direction:column;justify-content:center;height:100%;background-color:#9e835a;padding:10px 16px;color:#fff;border-radius:999px;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;letter-spacing:0;border-left:1px solid rgba(255,255,255,.1);transition:background-color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #header .header__top_right ul li a:hover{background-color:#8e7651}#header .header__top_right ul li:first-child a{border-left:none}#header .header__top_right .lang{cursor:pointer;height:32px;position:relative}#header .header__top_right .lang .ss-main .ss-single-selected{background-color:transparent;border:none}#header .header__top_right .lang .ss-main .ss-single-selected .placeholder{font-family:Inter,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__top_right .lang .ss-main .ss-single-selected .ss-arrow span.arrow-down{margin-top:-5px;border-color:#fff}#header .header__top_right .lang .ss-content .ss-list .ss-option:hover,#header .header__top_right .lang .ss-content .ss-list .ss-option.ss-highlighted{background:#001931}#header .header__top_right .lang .ss-content .ss-list .ss-option{font-family:Inter,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__top_right .search-button{cursor:pointer;width:46px;height:46px;background-color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.165,.84,.44,1)}#header .header__top_right .search-button:hover{background-color:#9e835a}#header .header__top_right .search-button svg{width:16px;height:16px;fill:#9e835a;transition:fill .3s cubic-bezier(.165,.84,.44,1)}#header .header__top_right .search-button:hover svg{fill:#fff}#header .header__top{height:38px;color:#fff;border-bottom:1px solid rgba(255,255,255,.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 .grid,#header .header__top .row,#header .header__top .column-12{height:100%}#header .header__top .column-12{display:flex;align-items:center;justify-content:flex-start}#header .header__bottom{position:relative;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 .grid,#header .header__bottom .row,#header .header__bottom .column-12{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{display:block;width:158px;height:auto;fill:#fff}#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:Inter,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}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.current-page-ancestor a:after,#header .header__bottom .header__bottom-menu .main-menu li.current-menu-item a:after{transform:scaleX(1)}#header .header__bottom .header__bottom-menu .main-menu li:first-child{margin-left:0}#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:194px;left:0;width:100%;z-index:1;box-shadow:0 12px 24px #00193133;padding-left:100px}#header .submenu.submenu-2 .submenu-left{justify-content:start}@media screen and (max-width:1440px){#header .submenu.submenu-2 .submenu-left ul li.society{padding-bottom:10px}#header .submenu.submenu-2 .submenu-left ul li.society a .metas .sector{margin-top:6px;font-size:14px;line-height:120%}#header .submenu.submenu-2 .submenu-left ul li.society a .metas .percent{font-size:18px;line-height:120%}#header .submenu.submenu-2 .submenu-left ul li.society a .logo{display:none}}#header .submenu.submenu-2 .submenu-left.soc-left{width:25%;padding-right:3vw}#header .submenu.submenu-2 .submenu-left.soc-left ul{display:flex;flex-direction:column;align-items:stretch;width:100%}#header .submenu.submenu-2 .submenu-left.soc-left ul li{padding-top:1.5rem;padding-bottom:0!important;margin-top:1.5rem;margin-left:0!important;border-top:1px solid #ebedef;width:100%!important}#header .submenu.submenu-2 .submenu-left.soc-left ul li:first-child{border-top:none;margin-top:0;padding-top:0}#header .submenu.submenu-2 .submenu-left.soc-right{width:75%;border-left:1px solid #EBEDEF;padding-left:3vw;padding-right:3vw}#header .submenu.submenu-2 .soc-left__title{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:24px;letter-spacing:0;color:#001933;margin-bottom:30px;height:48px}#header .submenu.submenu-2 .soc-left__title+div{width:100%}#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:50px 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:Inter,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:nth-child(1),#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{object-fit:contain;width:70%;height:60%}#header .submenu .submenu-left ul li.society a .metas{flex:1 1 auto}#header .submenu .submenu-left ul li.society a .metas .sector{font-family:Inter,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:Inter,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{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:Inter,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:Inter,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 #0003}#header .submenu .submenu-right ul li.no-text svg,#header .submenu .submenu-right ul li.no-text span{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:0;left:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 100px;height:152px;transform:translateY(-100%);transition:transform .6s cubic-bezier(.77,0,.175,1)}#header .search-form.visible{transform:translate(0)}#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:Inter,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]::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:before{background-color:#001931}body.home #header .header__bottom:before{transform:scaleY(0)}#header .header__bottom .header__bottom-logo svg{width:114px;fill:#fff!important}#header .header__bottom .header__bottom-menu{display:none}#header .header__mobile{display:inline-flex}}#footer .section-links{padding-top:50px;border-top:1px solid rgba(255,255,255,.5)}#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-1{fill:#fff}#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:10px}#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:flex;align-items:center;justify-content:center;width:46px;height:46px;background-color:#fff;border-radius:999px}#footer .section-links .r-1 .c-2 ul li a svg{width:18px;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-3,#footer .section-links .r-2 .column-2{margin-left:2.2831050228%;padding-right:10px}#footer .section-links .r-2 .column-3:first-child,#footer .section-links .r-2 .column-2:first-child{margin-left:0}#footer .section-links .r-2 .column-3 .title-menu,#footer .section-links .r-2 .column-2 .title-menu{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:25px;line-height:65px;letter-spacing:0;color:#fff}#footer .section-links .r-2 .column-3 ul,#footer .section-links .r-2 .column-2 ul{margin-top:20px}#footer .section-links .r-2 .column-3 ul li,#footer .section-links .r-2 .column-2 ul li{margin-top:14px}#footer .section-links .r-2 .column-3 ul li:first-child,#footer .section-links .r-2 .column-2 ul li:first-child{margin-top:0}#footer .section-links .r-2 .column-3 ul li a,#footer .section-links .r-2 .column-2 ul li a{display:block;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:22px;letter-spacing:0;color:#fff;transition:color .6s cubic-bezier(.165,.84,.44,1)}html.desktop #footer .section-links .r-2 .column-3 ul li a:hover,html.desktop #footer .section-links .r-2 .column-2 ul li a:hover{color:#9e835a}#footer .section-links .r-3{padding:50px 0;border-top:1px solid rgba(255,255,255,.5);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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:17px;letter-spacing:.4em;text-transform:uppercase}#footer .section-links .r-3 a{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0;color:#fff;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(255,255,255,.5);display:flex;align-items:center;justify-content:flex-start}#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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:28px;letter-spacing:0;color:#fff;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:Inter,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-3 ul,#footer .section-links .r-2 .column-2 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.parent-pageid-8674 .section-notations,body.parent-pageid-15 .section-notations,body.investisseurs-esg .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 rgba(255,255,255,.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:Inter,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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:22px;letter-spacing:.4em;color:#fff6;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;inset:0;overflow-y:auto;padding-bottom:60px}#menu-mobile .menu-mobile__top{height:80px;border-bottom:1px solid #EBEDEF}#menu-mobile .menu-mobile__top .grid,#menu-mobile .menu-mobile__top .row,#menu-mobile .menu-mobile__top .column-12{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 .grid,#menu-mobile .menu-mobile__search .row,#menu-mobile .menu-mobile__search .column-12{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:Inter,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:Inter,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:Inter,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:Inter,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:Inter,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:Inter,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:Inter,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__content,.module.green .partial.quote .quote__content,.module.blue .partial.quote .quote__author .quote__author-metas .name,.module.blue .partial.quote .quote__author .quote__author-metas .function,.module.green .partial.quote .quote__author .quote__author-metas .name,.module.green .partial.quote .quote__author .quote__author-metas .function{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{inset:auto 0 0 auto;transform:translateY(100%)}.partial.quote .quote__content{position:relative;font-family:Inter,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{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:Inter,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 #00193133;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:Inter,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:Inter,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 #0003;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 #4329004d;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:Inter,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;inset: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{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}.swiper-arrows.white .nav svg,.module.green .swiper-arrows .nav svg,.module.brown .swiper-arrows .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{width:31.8584474886%}.module-key-numbers .column-12.length-1 .key-item .key-item__number .value{font-size:90px}.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:31.8584474886%}.module-key-numbers .column-12.length-2 .key-item .key-item__number .value{font-size:90px}.module-key-numbers .column-12.length-2 .key-item .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.7168949772%;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 #00193133}.module-key-numbers .key-item.bg-green{background-color:#18898a;color:#fff}.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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:50px;line-height:1;white-space:nowrap}.module-key-numbers .key-item .key-item__number .indice{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:1;margin-left:1%;padding-bottom:4px}.module-key-numbers .key-item .key-item__legend{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0;color:#536c80;margin-top:10px}.module-key-numbers .key-item .key-item__content{margin-top:auto;display:flex;gap:20px;flex-direction:column}.module-key-numbers .key-item .key-item__content h3{font-size:22px;line-height:1.2}.module-key-numbers .key-item .key-item__content ul,.module-key-numbers .key-item .key-item__content p{color:#afe1e2;line-height:1.4}@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,#fff0,#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{display:flex;align-items:center;justify-content:center}.module-companies .module-content .r-1 .w-lab a .icon{padding:20px;display:flex;align-items:center;justify-content:center;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:Inter,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 #0919311f}.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:Inter,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;inset: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:Inter,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:Inter,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 #0019311f;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:Inter,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:Inter,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:Inter,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:Inter,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 .partial.title,.module-timeline .module-content{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}.module-timeline.green h2,.module-timeline.green #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-timeline.green .title,.module-timeline.green .text-content{color:#fff}.module-timeline.green .module-content .column-2 .swiper-slide{color:#fff9}.module-timeline.green .module-content .column-2 .swiper-slide:before{background-color:#fff6}.module-timeline.green .module-content .column-2 .swiper-slide:after{background-color:#fff}.module-timeline.green .module-content .column-2 .swiper-slide.active,html.desktop .module-timeline.green .module-content .column-2 .swiper-slide:hover,.module-timeline.green .module-content .column-4 .title{color:#fff}.module-timeline.green .module-content .column-4 .title:before,.module-timeline.green .module-content .column-4 .title:after{background-color:#fff}.module-timeline.green .module-content .column-4 .content .file{border-top-color:#ffffff1a}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-prev svg,.module-timeline.green .module-content .button-next 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:#fff9}.module-timeline.blue .module-content .column-2 .swiper-slide:before{background-color:#fff6}.module-timeline.blue .module-content .column-2 .swiper-slide:after{background-color:#fff}.module-timeline.blue .module-content .column-2 .swiper-slide.active,html.desktop .module-timeline.blue .module-content .column-2 .swiper-slide:hover,.module-timeline.blue .module-content .column-4 .title{color:#fff}.module-timeline.blue .module-content .column-4 .title:before,.module-timeline.blue .module-content .column-4 .title:after{background-color:#fff}.module-timeline.blue .module-content .column-4 .content .file{border-top-color:#ffffff1a}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-prev svg,.module-timeline.blue .module-content .button-next svg{stroke:#fff}.module-timeline.blue h2,.module-timeline.blue #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-timeline.blue .title,.module-timeline.blue .text-content{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:Inter,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:#00193133}.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:Inter,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:Inter,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 p,.module-timeline .module-content .column-4 .content .text-content ul,.module-timeline .module-content .column-4 .content .text-content ol{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:Inter,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:Inter,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-prev,.module-timeline .module-content .button-next{position:relative;display:flex;padding-left:30px;height:50px;z-index:10;cursor:pointer}.module-timeline .module-content .button-prev svg,.module-timeline .module-content .button-next svg{width:20px;height:16px;stroke:#001931}.module-timeline .module-content .button-prev.swiper-button-disabled,.module-timeline .module-content .button-next.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{width:calc(100% - 60px);margin-left:auto;margin-right:auto}.module-timeline .module-content .column-4 .title{padding-right:30px;padding-bottom:40px;width:calc(100% - 60px);margin-left:auto;margin-right:auto;font-size:30px;line-height:1}.module-timeline .module-content .column-4 .title:before{display:block;opacity:1}.module-timeline .module-content .column-4 .title:after{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:#fff3}.module-timeline.blue .column-4 .swiper-item.active .content{background-color:#001931}.module-timeline.blue .module-content .column-4 .swiper-item{border-color:#fff3}}.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{object-fit:cover;width:100%;height:100%}.module-img-text .module-content .item .illustration:after{position:absolute;inset:0;width:100%;height:100%;content:"";background:#007374;background:linear-gradient(180deg,#007374,#00737400);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:Inter,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 ul,.module-img-text .module-content .item .content .description p{margin-top:26px}.module-img-text .module-content .item .content .description ul:first-child,.module-img-text .module-content .item .content .description p:first-child{margin-top:0}.module-img-text .module-content .item .content .description a{color:#9e835a;text-decoration:underline;text-decoration-color:transparent;transition: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{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{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:#00193180;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:linear-gradient(180deg,#9e835a,#d7b580)}.module-news.brown .text-content,.module-news.brown .tag,.module-news.brown .excerpt{color:#fff}.module-news.green{background-color:#18898a}.module-news.green .background-text{color:#18898a}.module-news.green .text-content,.module-news.green .tag,.module-news.green .excerpt{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 #FFFFFF,1px -1px 0 #FFFFFF,-1px 1px 0 #FFFFFF,1px 1px 0 #FFFFFF}.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;inset: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{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:Inter,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:Inter,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){.module-news h2,.module-news #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-news .title{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}.module-news h2,.module-news #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-news .title{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:Inter,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:Inter,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:Inter,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 rgba(255,255,255,.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{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:Inter,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-title+.module-buttons,.module-video+.module-buttons,.module-text+.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-title+.module-video,.module-buttons+.module-video,.module-text+.module-video{padding-top:0;margin-top:40px}.module-title-text .title{margin-left:8.5235920852%}.module-title-text .title h2,.module-title-text .title #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-title-text .title .title{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:Inter,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:Inter,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 .ets_data{border-top:1px solid rgba(0,25,49,.08);padding:40px 0;display:flex;align-items:center}.module-title-text .content .ets_data:first-child{padding-top:0;border-top:none}.module-title-text .content .ets_data .ets_data__legend{width:calc(100% - 160px);font-family:Inter,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 .ets_data .ets_metas{display:flex;align-items:end;margin-left:auto}.module-title-text .content .ets_data .ets_data__value{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:50px;line-height:1;letter-spacing:0;color:#072542}.module-title-text .content .ets_data .ets_data__indice{margin-left:10px;margin-bottom:4px;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:1;letter-spacing:0;color:#072542}.module-title-text .content .ets_data .ets_data__indice sup{font-family:Inter,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{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:Inter,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:Inter,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:Inter,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){.module-title-text .title h2,.module-title-text .title #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-title-text .title .title{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.add-bottom-padding-1{padding-bottom:200px;margin-bottom:0}.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:nth-child(1),.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{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-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:20px;letter-spacing:0;color:#001931}.module-trombinoscope .r-1 .column-5 .metas .metas__description{margin-top:30px;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:20px;letter-spacing:0}.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:#00193133;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,#fff0);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:Inter,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:Inter,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:Inter,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.add-bottom-padding-1{padding-bottom:100px}.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 #00193133;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}.module-leaders .sidebar h2,.module-leaders .sidebar #news .newsletter .column-5 .title,#news .newsletter .column-5 .module-leaders .sidebar .title{color:#fff}.module-leaders .sidebar .subtitle{margin-top:10px;font-family:Inter,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{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:Inter,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 .grid{padding-top:168px}.module-cover.small{padding-top:168px;background-color:#001931;height:430px}.module-cover.small .grid{padding-top:0}.module-cover.small .background{display:none}.module-cover .background{position:absolute;inset:0;width:100%;height:100%;width:100vw;overflow:hidden}.module-cover .background img{object-fit:cover;width:100%;height:100%}.module-cover .background:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,#00193180);z-index:1;opacity:.8}.module-cover .module-content,.module-cover .grid,.module-cover .row,.module-cover .column-10{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:Inter,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 #0019271f}.module-cover .cover-logo img{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;padding-top:100px}.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.press-portal .module-accordion .filter,body.espace-presse .module-accordion .filter{display:flex}.module-accordion .filter .legend{font-family:Inter,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 form select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM5RTgzNUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0uNzUuNzUgNS41IDUgNS41LTUiLz48L3N2Zz4=);background-position:center right;border:none;border-top:1px solid rgba(0,25,40,.08);height:50px;padding-right:30px}.module-accordion .filter form select ::placeholder{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;letter-spacing:0}.module-accordion .filter form select option{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:24px;letter-spacing:0}.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:Inter,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{background-color:#fff;transition:opacity .8s cubic-bezier(.165,.84,.44,1)}body{position:relative;background-color:#fff;font-size:100%;min-height:100%;font-family:Inter,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}.overflow-hidden{overflow:hidden}.page-template.home{padding-top:0}svg,img{display:block}.display__block{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;inset:0;width:100%;height:100%;background-color:#000c;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-x:hidden;overflow-y:auto}.overlay .overlay__inner ol{list-style-type:decimal;padding-left:40px}.overlay .overlay__inner .step{display:none;flex-direction:column;align-items:center;text-align:left;gap:20px}.overlay .overlay__inner .step h2,.overlay .overlay__inner .step #news .newsletter .column-5 .title,#news .newsletter .column-5 .overlay .overlay__inner .step .title{font-size:30px;line-height:1.1;text-align:center}.overlay .overlay__inner .step.current{display:flex}.overlay .overlay__inner .text-content h2,.overlay .overlay__inner .text-content #news .newsletter .column-5 .title,#news .newsletter .column-5 .overlay .overlay__inner .text-content .title{text-align:center;font-size:24px}.overlay .overlay__inner .buttons,.overlay .overlay__inner .inline-forms{margin-top:40px;display:flex;align-items:center;justify-content:center}.overlay .overlay__inner .inline-forms .select-input{position:relative}.overlay .overlay__inner .inline-forms select{cursor:pointer;border:none;border-top:1px solid rgba(0,25,40,.08);height:50px;font-size:16px;line-height:1;padding-right:60px}.overlay .overlay__inner .inline-forms .ss-arrow{position:absolute;right:0;top:0;align-items:center;display:flex;flex:0 1 auto;justify-content:flex-end;margin:0 6px;height:100%}.overlay .overlay__inner .inline-forms .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s;margin:-3px 0 0;transform:rotate(45deg)}.overlay .overlay__inner .inline-forms .button-line{margin-left:40px}.overlay .overlay__inner .button-line.no-margin{margin-left:0;display:inline-flex}@media screen and (max-width:1023px){.page-template{padding-top:0}.overlay .overlay__inner{overflow-y:scroll;padding-bottom:40px}.overlay .overlay__inner .inline-forms{flex-direction:column}.overlay .overlay__inner .inline-forms .button-line{margin-left:0;margin-top:10px}.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{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:Inter,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;inset: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;inset:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,#00193100);z-index:200;opacity:.8}#home .home-head .home-head__background img{position:absolute;inset:0;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:Inter,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:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:68px;line-height:68px;letter-spacing:0;color:#fff}html.tablet #home .home-head .home-head__grid .c-2 .slider-item .title{font-size:38px}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{opacity:0;transform:translateY(20px);position:absolute;left:0;bottom:190px;z-index:2}#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:#e5e5e580;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:Inter,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:Inter,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:#072542e6;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,#07254200);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:Inter,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 rgba(255,255,255,.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:Inter,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:#fff6;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 rgba(255,255,255,.1);font-family:Inter,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}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item:first-child{margin-top:0}#home .home-head .toolbars .item-socials .twitter .tweets .tweets__wrapper .tweet-item a{font-family:Inter,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:Inter,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:Inter,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:Inter,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:Inter,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 .button{bottom:150px}#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.2}#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.2}#home .home-head .home-head__grid .c-2 .slider-item .subtitle,#home .home-head .home-head__grid .bullets-container{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;inset:0;width:100%;height:100%;height:580px;z-index:1}#news .news-cover .background img{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{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{position:relative;z-index:2;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.3em;color:#00193166}#news .news-cover .grid .column-6 .title{position:relative;z-index:2;margin-top:20px;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:48px;letter-spacing:0;color:#001931;padding-right:10%;text-decoration:underline;text-decoration-color:transparent;transition: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{position:relative;z-index:2;margin-top:40px;font-family:Inter,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-metas{margin-top:40px;position:relative;z-index:2}#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:Inter,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:Inter,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)}html.desktop #news .news-metas .column-5 .list-filters .list-filters__content ul li:hover,#news .news-metas .column-5 .list-filters .list-filters__content ul li.selected{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{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;inset: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{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:Inter,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:Inter,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;text-decoration-color:transparent;transition: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:Inter,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:Inter,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;inset:0;width:100%;height:100%;height:620px;z-index:1}#single .single-cover .background:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:#001931;background:linear-gradient(180deg,#001931,#00193100);z-index:200;opacity:.8}#single .single-cover .background img{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 .date{font-family:Inter,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;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:.4em;text-transform:uppercase;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:Inter,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:Inter,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]::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:Inter,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:Inter,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;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-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;letter-spacing:0;color:#001931;opacity:.4;transition:color .6s cubic-bezier(.165,.84,.44,1)}#search-page .search-content ul li a .metas .name{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:32px;letter-spacing:0;color:#5a6b7b;transition:color .6s cubic-bezier(.165,.84,.44,1)}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}}#single-communique{position:relative;background-color:#0a1a23;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.communique-template-default header,.communique-template-default footer{display:none}
