:root{--color-dark:#181a27;--color-main:#162bf4;--color-text:#323232;--color-brand:#f58020;--padding-vertical:56px;--padding-horiz:133px}*{margin:0;color:var(--color-dark)}h1{font-family:'IBM Plex Serif', serif;font-size:24px;font-weight:500;line-height:38px}@media only screen and (min-width: 700px){h1{font-size:40px;line-height:56px}}.Hero-image{display:none}@media only screen and (min-width: 700px){.Hero-image{display:flex;position:absolute;z-index:-5;right:0;opacity:0.1 !important}}.h1-grad{background:-webkit-linear-gradient(left, var(--color-dark), transparent);background:-o-linear-gradient(right, var(--color-dark), transparent);background:-moz-linear-gradient(right, var(--color-dark), transparent);background:linear-gradient(to right, var(--color-dark), transparent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h2{font-family:'Open Sans Condensed', sans-serif;line-height:120%;width:100%}h2 span{font-weight:500;font-style:italic}h3{font-family:'Open Sans Condensed', sans-serif;line-height:normal;font-size:22px;width:100%}p,li{font-family:'IBM Plex Serif', serif;font-size:16px;line-height:32px;color:var(--color-text)}a{font-family:'IBM Plex Serif', serif;font-size:16px;line-height:32px;color:var(--color-dark);font-style:italic;font-weight:600;transition:0.2s ease-in-out;background-position:0 50%;background-repeat:repeat-x;background-size:3px 3px;text-decoration:underline;transition:0.2s ease}a:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='#323232' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");background-position:0 50%;background-size:auto 6px;background-repeat:repeat-x;text-decoration:none;transition:0.2s ease}.Logo-link:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='#fff' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");background-position:0 50%;background-size:auto 6px;background-repeat:repeat-x;text-decoration:none;transition:0.2s ease}.Navigation-content{z-index:8000;width:100%;display:none;flex-direction:column;margin-top:24px}@media only screen and (min-width: 600px){.Navigation-content{display:flex;flex-direction:row;justify-content:baseline;width:auto}}.Navigation-content a{color:#fff;font-size:32px}@media only screen and (min-width: 600px){.Navigation-content a{font-size:16px}}.Navigation-content a:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='#fff' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");background-position:0 50%;background-size:auto 6px;background-repeat:repeat-x;text-decoration:none;transition:0.2s ease}.Dropdown{top:0;left:0;position:absolute;background-color:var(--color-dark);width:100%;height:100%;z-index:50000;display:none}@media only screen and (min-width: 600px){.Dropdown{display:none}}.Dropdown-all{padding:0px 24px}.Dropdown-top{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px}.Dropdown-content{z-index:8000;width:100%;display:flex;flex-direction:column;margin-top:24px}@media only screen and (min-width: 600px){.Dropdown-content{flex-direction:row;justify-content:baseline;width:auto}}.Dropdown-content a{color:#fff;font-size:32px}@media only screen and (min-width: 600px){.Dropdown-content a{font-size:16px;color:var(--color-text)}}.Dropdown-content a:hover{background-image:none;text-decoration:underline}.Dropdown-link:nth-of-type(1){margin-top:24px}@media only screen and (min-width: 600px){.Dropdown-link:nth-of-type(1){margin:0}}.Dropdown-link:nth-of-type(3){margin-bottom:32px}@media only screen and (min-width: 600px){.Dropdown-link:nth-of-type(3){margin:0;margin:0px 56px 0px 0px}}.Dropdown-link:nth-of-type(2){margin:56px 0px}@media only screen and (min-width: 600px){.Dropdown-link:nth-of-type(2){margin:0;margin:0px 56px}}.Close-button{width:32px;height:28px;cursor:pointer}.Close-button .hamburger-line{background-color:#fff;height:3px;width:100%}.Close-button .hamburger-line:nth-child(1){position:relative;margin:4px 0px;transform:rotate(45deg);top:7px}.Close-button .hamburger-line:nth-child(2){margin:4px 0px;width:100%;transform:rotate(-45deg)}.Topnav{display:flex;flex-direction:row;justify-content:center;padding:0px 24px}@media only screen and (min-width: 600px){.Topnav{padding:0px 32px}}@media only screen and (min-width: 832px){.Topnav{padding:0px 72px}}.Navigation{width:100%;display:flex;padding:32px 0px;flex-direction:row;justify-content:space-between;align-items:center;max-width:1174px}@media only screen and (min-width: 600px){.Navigation{padding:var(--padding-vertical) 0px 0px 0px}}.Navigation-logo,.Footer-logo{width:88px}.Footer-logo{margin-bottom:16px}.Navigation-hamburger{cursor:pointer;width:24px;height:24px}@media only screen and (min-width: 600px){.Navigation-hamburger{display:none}}.hamburger-line{height:3px;width:100%;background-color:#fff}.hamburger-line:nth-child(2){margin:4px 0px;width:70%}.Main-block{background-color:var(--color-dark);margin:96px 0px}.Block{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:16px 24px;margin:56px 0px;width:100%;position:relative}@media only screen and (min-width: 600px){.Block{padding:0px 32px;align-items:center}}@media only screen and (min-width: 832px){.Block{padding:0px 72px}}@media only screen and (min-width: 1318px){.Block{padding:0;justify-content:center}}.Text-attention{text-align:center;font-size:20px}.Main-block{padding-top:128px;padding-bottom:128px}.Block-challenge{margin:300px 0px 0px 0px;align-items:center;padding:0}@media only screen and (min-width: 420px){.Block-challenge{border-radius:3px;height:300px;margin:200px 0px 0px 0px}}@media screen and (min-width: 600px){.Block-challenge{height:350px}}@media only screen and (min-width: 700px){.Block-challenge{height:550px}}@media only screen and (min-width: 740px){.Block-challenge{height:450px}}.Block-settings{margin-top:32px;flex-direction:row;justify-content:center}@media only screen and (min-width: 420px){.Block-settings{margin-bottom:104px;padding:0;margin-top:-32px}}@media only screen and (min-width: 580px){.Block-settings{margin-top:-56px}}@media only screen and (min-width: 740px){.Block-settings{margin-top:-16px}}@media only screen and (min-width: 855px){.Block-settings{margin-top:-56px}}.Case-title{margin-bottom:16px}.Block-sub{max-width:700px;display:flex;flex-direction:column;align-items:center}.Block-sub-settings{display:flex;flex-direction:column;align-items:flex-start;width:100%}@media only screen and (min-width: 420px){.Block-sub-settings{width:80%;margin-top:32px}}.Block-sub-sub{display:flex;flex-direction:column;align-items:flex-start;max-width:700px;margin:24px 0px 0px 0px}.Block-media{max-width:1400px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.img2{width:100%;display:flex;flex-direction:column;width:100%}@media only screen and (min-width: 600px){.img2{width:100%;flex-direction:row}}.img2 img{margin-top:16px;height:auto;float:right}@media only screen and (min-width: 600px){.img2 img{margin-top:0px}}.Block-media-1{flex:1}.Block-media-2{flex:1}.Block-media-desc{max-width:700px;text-align:center;font-size:14px;color:rgba(0,0,0,0.4);margin-top:16px}.Block-img{width:100%}@media only screen and (min-width: 600px){.Reduce-height{width:auto;height:90%}}@media only screen and (min-width: 600px){.Reduce-width{widows:80%;height:auto}}.special{width:80%}.Full-width{max-width:100%}.Main-title{font-size:54px;color:#fff;margin-bottom:24px}.Main-text{color:rgba(255,255,255,0.87)}.Quote{text-align:center;background-color:#f6f6f6;padding:32px 24px}@media only screen and (min-width: 600px){.Quote{padding:32px 32px;align-items:center}}@media only screen and (min-width: 832px){.Quote{padding:32px 72px}}@media only screen and (min-width: 1318px){.Quote{padding:32px 0px;justify-content:center}}.Quote-text{line-height:37px;font-size:24px;margin-bottom:16px;color:var(--color-main)}.Quote-author{margin-bottom:24px;font-weight:700}.Quote-separator{height:1px;background-color:rgba(0,0,0,0.1);width:200px}.Quote-separator:nth-child(1){margin-bottom:24px}.Challenge{box-sizing:border-box;width:100%;background-color:#fff;box-shadow:0px 4px 30px rgba(0,0,0,0.1);padding:16px 24px;top:-24px;max-width:700px}@media only screen and (min-width: 420px){.Challenge{width:80%;border-radius:4px;position:absolute}}@media only screen and (min-width: 600px){.Challenge{padding:56px;align-items:center}}.Top-margin{margin:0px}.Hero{margin:56px 0px var(--padding-vertical) 0px}@media only screen and (min-width: 600px){.Hero{margin:96px 0px 96px 0px}}.Case-hero{position:absolute;top:0;z-index:-10;width:100%;height:400px;background-image:url("imgs/cover.png");background-position:center;background-size:cover}.Case-hero img{width:100%;position:absolute;height:auto;max-height:500px}.Subcontainer{display:flex;flex-direction:column}.Cases{width:100%;display:flex;max-width:1174px;flex-direction:row;flex-wrap:wrap;justify-content:center}@media only screen and (min-width: 1235px){.Cases{justify-content:space-between}}@media only screen and (min-width: 1204px){.Comp-left{margin-right:16px}}@media only screen and (min-width: 1204px){.Comp-right{margin-left:16px}}.Comp-container{width:100%;max-width:100%;border-radius:100px}.Comp-container>img{max-width:100%;max-height:100%}.Comp-text{font-family:'Playfair Display', serif;font-size:16px;line-height:32px}.Comp:nth-child(2){margin-top:56px}.Subcontainer .Comp{margin-top:56px;width:100%}.Wrapper .Subcontainer .Comp{margin-top:56px;width:530px}.Article{width:100%;max-width:500px}.Mail>p{max-width:530px}.Contact>.Subcontainer>p{margin-top:32px}.Contact{display:flex;flex-direction:row;justify-content:center}.Mail{width:100%;max-width:1174px}.Comp{position:relative;width:530px}.Comp>a{text-decoration:none}.Comp-title{font-size:32px;color:var(--color-dark);font-style:normal}.Comp-skills{top:72px;left:-8px;z-index:5;left:16px;font-weight:500;font-style:normal}.Comp-content{margin-top:8px}.Comp-image{width:100%;height:300px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:4px;overflow:hidden;position:relative;transition:0.8s;display:flex;justify-content:center;align-items:center}.Black-layer{background-image:linear-gradient(to bottom, transparent, transparent);width:100%;top:0;left:0;height:300px;position:absolute;transition:0.35s;z-index:4;border-radius:4px;transform:scale(1.01, 1.01);transition:background-image 0.5s linear;-webkit-transition:background-image 0.5s linear}@media only screen and (min-width: 600px){.Black-layer{background-image:linear-gradient(to bottom, rgba(0,0,0,0.05), transparent)}}@media only screen and (min-width: 600px){.Comp:hover .Black-layer{background-image:linear-gradient(to bottom, transparent, transparent);transition:background-image 0.5s linear;-webkit-transition:background-image 0.5s linear}}.Comp-image img{position:absolute;top:0px;height:110%;transition:0.35s;z-index:2}@media only screen and (min-width: 600px){.Comp-image img{opacity:0.8}}@media only screen and (min-width: 600px){.Comp-container:hover .Comp-image{transform:scale(1.01, 1.01);box-shadow:0 20px 30px rgba(0,0,0,0.1)}}@media only screen and (min-width: 600px){a:hover .Comp-image{transform:scale(1.01, 1.01);box-shadow:0 20px 30px rgba(0,0,0,0.1)}}.Comp-link{z-index:10000}@media only screen and (min-width: 600px){.Comp-container:hover img{transform:translateY(-10px);opacity:1}}@media only screen and (min-width: 600px){a:hover img{transform:translateY(-10px);opacity:1}}.Time{display:none;width:50px;height:50px;background-color:red;border-radius:200px;z-index:10;position:fixed;top:32px;right:32px;cursor:pointer}.Reading-block{margin-top:56px}@media only screen and (min-width: 420px){.Reading-block{margin:32px 0px 104px 0px}}.Reading-block-sub{display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width: 420px){.Reading-block-sub{flex-direction:row}}#formRead{margin:0px 8px}#selectRead{font-size:20px;font-family:'IBM Plex Serif', serif;color:var(--color-main);border:none;outline:none;background-color:var(#fff);border:1px solid var(--color-main)}.Reading-options{display:flex;flex-direction:row}.Reading-time{font-size:16px;background-color:#fff;outline:none;border-radius:4px;padding:6px 10px;color:var(--color-dark);font-family:'IBM Plex Serif', serif;box-shadow:none;border:1px solid rgba(0,0,0,0.5);cursor:pointer}.Reading-time:nth-of-type(1){margin:0px 16px 0px 0px}.Reading-time-hover{background-color:#f3f3f3}.Reading-time-focus{background-color:var(--color-main);color:#fff;border:1px solid var(--color-main)}.visible{display:block}.visible2{display:flex}.lockScroll{overflow-y:hidden}.bar-long{height:4px;background-color:var(--color-brand);width:0px;z-index:1000;position:fixed;top:0px;left:0}.progress-bar{background-color:red;z-index:1000;height:5px;position:fixed;top:0;bottom:0}.Read-next{width:100%}.Read-next svg{margin-top:32px;margin-bottom:56px}.Read-next-content{display:flex;flex-direction:column;margin-bottom:32px}#BackTop{display:none;position:fixed;right:16px;bottom:16px;width:40px;height:40px;background-color:rgba(0,0,0,0.15);border-radius:200px;justify-content:center;align-items:center;box-shadow:0px 4px 8px rgba(0,0,0,0.1);transition:1s cubic-bezier(0.075, 0.82, 0.165, 1)}@media only screen and (min-width: 400px){#BackTop{right:32px;bottom:32px}}@media only screen and (min-width: 1800px){#BackTop{right:72px;bottom:72px}}@media only screen and (min-width: 600px){#BackTop:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);background-color:rgba(0,0,0,0.3);transition:1s cubic-bezier(0.075, 0.82, 0.165, 1)}}.lds-ripple{display:inline-block;position:absolute;width:64px;left:50%;height:64px}.lds-ripple div{position:absolute;border:4px solid var(--color-main);opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.lds-ripple div:nth-child(2){animation-delay:-0.5s}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}
