@keyframes nav{0%,95%,to{width:0;height:0;top:-1.6rem;left:calc(50% - 1.6rem)}20%{width:3.2rem;height:3.2rem;top:-1.6rem;left:calc(50% - 1.6rem)}60%{width:200vh;height:200vh;top:calc(50% - 100vh);left:calc(50% - 100vh)}}:root{font-size:62.5%;--blue:#171629;--blue-opacity:rgba(23,22,41,0.25);--blue-light:#242240;--pink:#E0084B;--pink-opacity:rgba(224,8,75,0.5);--aquamarine:#5AC4BB;--aquamarine-opacity:rgba(90,196,187,0.75);--violet:#7D38EC;--violet-opacity:rgba(125,56,236,0.5);--yellow:#FFCA05;--yellow-opacity:rgba(255,202,5,0.25);--layout:118rem}body{background-color:var(--blue);padding-top:11.4rem}.logo{display:block;background-image:url(../images/logo-rebold-v2.svg);background-position:center left;background-repeat:no-repeat;background-size:contain;text-indent:-6666rem;overflow:hidden}.logo-small{display:inline-block;width:10.7rem;height:2.5rem;background-image:url(../images/logo-rebold-small.svg)}.logo-header{width:8.5rem;height:3rem;margin-right:auto;transition:width .25s}.header.fixed .logo-header{width:6.5rem}.logo-footer{width:13.7rem;height:6.2rem;background-image:url(../images/logo-rebold-claim.svg);margin:0 auto 3rem}.container{width:100%;max-width:var(--layout);margin-left:auto;margin-right:auto;position:relative;padding-left:2rem;padding-right:2rem}.nav_items li.sub.active ul,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}.header,.header.fixed{top:0;left:0;width:100%}.header{background-color:var(--blue);position:absolute}.header.fixed{position:fixed}.header .container{padding-top:1.2rem;padding-bottom:1.3rem;display:flex;align-items:center;justify-content:space-between;transition:all .25s}.header.fixed .container{padding-top:1rem;padding-bottom:1rem}.nav,.nav_items li{position:relative}.nav-header{margin-left:3.1rem}.nav_button{display:block;transform:rotate(0deg);transition:all .25s}.nav.active .nav_button{transform:rotate(45deg)}.nav_items{font-family:"Canela";font-weight:700;font-style:normal;position:fixed;top:4.8rem;left:0;width:100%;z-index:10;max-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;transition:background .25s 0s}.header.fixed .nav_items{top:4.8rem}.nav.active .nav_items{max-height:100vh;background-color:var(--blue)}.nav_items li{width:27rem;border-left:1px solid #fff;font-size:2.8rem;line-height:1;text-align:left;opacity:0;transition:none}.nav.active .nav_items li{transition:all .25s .25s;opacity:1}.nav.active .nav_items li:nth-of-type(1){transition-delay:.25s}.nav.active .nav_items li:nth-of-type(2){transition-delay:.35s}.nav.active .nav_items li:nth-of-type(3){transition-delay:.45s}.nav.active .nav_items li:nth-of-type(4){transition-delay:.55s}.nav.active .nav_items li:nth-of-type(5){transition-delay:.65s}.nav.active .nav_items li:nth-of-type(6){transition-delay:.75s}.nav.active .nav_items li:nth-of-type(7){transition-delay:.85s}.nav.active .nav_items li:nth-of-type(8){transition-delay:.95s}.nav.active .nav_items li:nth-of-type(9){transition-delay:1.05s}.nav.active .nav_items li:nth-of-type(10){transition-delay:1.15s}.nav_items li:first-child{margin-top:1rem}.nav_items li:last-child{margin-bottom:4rem}.nav_items li a{display:block;overflow:hidden;position:relative;color:#fff;padding:1rem 0 1rem 4rem;transition:all .25s}.nav_items li.active>a{color:var(--pink);padding-left:6rem}.nav_items li:hover a{padding-left:6rem}.nav_items li a:hover{color:var(--pink)}.nav_items li.sub li:nth-of-type(1) a:hover{color:var(--pink)}.nav_items li.sub li:nth-of-type(2) a:hover{color:var(--aquamarine)}.nav_items li.sub li:nth-of-type(3) a:hover{color:var(--violet)}.nav_items li.sub li:nth-of-type(4) a:hover{color:var(--yellow)}.nav_items li a:before{content:"";display:block;width:2.2rem;height:2.2rem;background:#fff;border-radius:100%;position:absolute;top:1rem;left:-2.2rem;transition:all .25s}.nav_items li a:hover:before,.nav_items li.active>a:before{left:-1.1rem}.nav_items li.sub ul{display:none}.nav_items li.sub li{font-style:normal;font-size:1.8rem;margin-left:3rem}.nav_items li.sub li a{padding-left:3rem}.nav_items li.sub li a:before{width:1.6rem;height:1.6rem;top:1.2rem;left:-1.6rem}.nav_items li.sub li a:hover:before,.nav_items li.sub li.active>a:before{left:-.8rem}.dropdown,.search input{color:#fff;line-height:1;font-style:normal}.dropdown,.nav_items li.sub li{font-family:"Roboto";font-weight:300}.dropdown{position:relative;font-size:2.6rem;transition:all .25s}.header{z-index:20}.header.fixed .dropdown{font-size:2rem}.dropdown-header{margin-left:2.1rem}.dropdown a{color:#fff}.dropdown_items{background-color:var(--blue);position:absolute;opacity:0;top:calc(100% + 1rem);left:-1rem;width:calc(100% + 2rem);text-align:left;z-index:10;transition:all .25s}.dropdown.active .dropdown_items{opacity:1}.dropdown_items li a{display:block;padding:1rem}.dropdown_items li+li a{padding-top:0}.header .search{position:absolute;background:var(--blue);top:0;right:0;width:0%;height:100%;z-index:11;overflow:hidden;transition:all .5s .25s}.header .search.active{width:100%;transition-delay:0s}.search form{display:flex;align-items:center;justify-content:center;padding:2rem}.header.fixed .search form{padding:0}.search input{width:calc(100% - 12rem);margin-right:1rem;border:0;background:0 0;font-size:4rem;font-family:"Canela";font-weight:700}.search input:active,.search input:focus,.search input:hover{outline:0;border-bottom:1px solid #fff}.search a,.search button{border:0;background:0 0;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem}.header .search a,.header .search button,.header .search input{opacity:0;visibility:hidden;transition:all .25s 0s}.header .search.active a,.header .search.active button,.header .search.active input{opacity:1;visibility:visible;transition-delay:.5s}.hero,.hero article{position:relative;overflow:hidden}.hero-image{height:90vh}.bg-primary,.hero-contact{background:var(--pink);position:relative}.bg-primary:before,.hero-contact:before{content:"";display:block;background:linear-gradient(180deg,transparent 0%,var(--blue-opacity) 100%);position:absolute;top:0;left:0;width:100%;height:100%}.hero .container{display:flex;align-items:flex-end;justify-content:center;padding-top:18.9rem;padding-bottom:4rem}.hero-contact .container{padding-top:6.3rem;padding-bottom:8.7rem}.hero_image{position:absolute;top:0;left:0;width:100vw;height:100%}.hero.fixed .hero_image{position:fixed}.hero_image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.hero article{z-index:1;width:100%;padding-bottom:5rem}.hero-contact article{padding-bottom:11.6rem}.hero article>a{display:block}.hero article::after,.hero_title::before{content:"";display:block;height:1px;background:#fff;position:absolute}.hero article::after{width:0%;bottom:0;right:0}.hero_brand,.hero_tag{font-family:"Canela";font-weight:500;font-style:normal;color:#fff;font-size:2rem;line-height:2rem;text-align:left;float:left;margin-bottom:1.5rem;opacity:0}.hero-contact .hero_tag,.hero_title strong{color:var(--blue)}.hero_brand{font-family:"Roboto";font-weight:300;font-size:1.9rem;letter-spacing:.05rem;text-align:right;float:right}.hero_subtitle,.hero_title{display:block;color:#fff;text-align:left;overflow:hidden}.hero_title{clear:both;position:relative;font-family:"Canela";font-weight:700;font-style:normal;font-size:6.9rem;line-height:7.3rem;letter-spacing:-.02rem;margin-bottom:-2.2rem}.hero_subtitle a,.hero_title a{color:#fff}.hero-contact .hero_title{font-size:4.7rem;line-height:5.5rem;margin-bottom:2rem}.hero-case .hero_title{font-size:4.3rem;line-height:4.8rem}.hero_title::before{left:0}.hero_title::after{content:"";width:1.6rem;height:1.6rem;background:#fff;border-radius:100%;left:5rem}.hero_subtitle{margin-top:2rem;font-family:"Roboto";font-size:1.9rem;line-height:2.5rem;letter-spacing:.05rem}.hero_link,.hero_title::after{display:block;position:absolute}.hero_link{right:0;bottom:2.1rem;opacity:0}.hero-contact .hero_link{color:#fff;bottom:3.1rem}.hero-contact .hero_link span{width:8rem;height:8rem;display:flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:100%;padding-left:.3rem;padding-right:.3rem}body .hero-contact .hero_link span{font-size:1.2rem}.hero.active .hero_subtitle,.hero.active .hero_title,.hero.animated .hero_subtitle,.hero.animated .hero_title{animation:maxHeight 2s 1s forwards}.hero.active .hero_title:before,.hero.active article::after,.hero.animated .hero_title::before,.hero.animated article::after{animation:widthFull 1s forwards}.hero.active .hero_brand,.hero.active .hero_link,.hero.active .hero_tag,.hero.animated .hero_brand,.hero.animated .hero_link,.hero.animated .hero_tag{animation:opacity .75s 1s forwards}.hero.active .hero_title::after,.hero.animated .hero_title::after{animation:smallCircleTop .5s forwards .05s}@media only screen and (min-width:1024px){.hidden-desktop{display:none!important}.logo-header{width:13.7rem;height:5.5rem}.header.fixed .logo-header{width:8rem}.header.fixed .search form{padding:1rem}.header.fixed .nav_items{top:6.8rem}.header .ico-close{width:2.8rem;height:2.8rem}.header .ico-search,.header.fixed .ico-close,.header.fixed .ico-plus,.header.fixed .ico-search{width:2.5rem;height:2.5rem}.header .ico-plus{width:3rem;height:3rem}.nav_items li{width:38.5rem;font-size:3.8rem}.nav_items li a{padding:1.6rem 0 1.6rem 6rem}.nav_items li.active a,.nav_items li:hover a{padding-left:7.5rem}.nav_items li a:before{width:3.2rem;height:3.2rem;left:-3.2rem;top:1.6rem}.nav_items li a:hover:before,.nav_items li.active a:before{left:-1.6rem}.nav_items li.sub{position:initial}.nav_items li.sub ul{position:absolute;top:1rem;left:calc(50% + 19rem);z-index:1;height:calc(100% - 5rem);border-left:1px solid #fff}.nav_items li.sub.active ul{display:block;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav_items li.sub li{font-size:2.6rem;line-height:3rem;border-left:none;margin-left:0;margin:.5rem 0}.nav_items li.sub li a{padding-left:4rem;padding-top:1rem;padding-bottom:1rem}.nav_items li.sub li a:before{width:2.4rem;height:2.4rem;top:1.3rem;left:-2.4rem}.nav_items li.sub li a:hover:before,.nav_items li.sub li.active>a:before{left:-1.2rem}.hero .container{align-items:center;padding-top:37rem;padding-bottom:15rem}.hero-contact .container{padding-top:10rem}.hero-case .container{padding-top:32.5rem;padding-bottom:10rem}.hero article{max-width:100%;margin-top:auto;margin-bottom:auto;padding-bottom:7.5rem}.hero-contact article{padding-bottom:14.3rem}.hero-case article{padding-bottom:6rem}.hero_tag{font-size:3rem;line-height:3.5rem;margin-bottom:.6rem}.hero-contact .hero_tag{letter-spacing:.05rem;margin-bottom:1.6rem}.hero_brand{margin-bottom:1rem}.hero_title{font-size:12rem;line-height:12rem;letter-spacing:-.3rem;margin-bottom:-2.2rem}.hero-contact .hero_title{font-size:7.8rem;line-height:9rem;letter-spacing:-.05rem;margin-bottom:.5rem}.hero-case .hero_title{font-size:10rem;line-height:10.5rem;letter-spacing:-.2rem}.hero_title::after{width:2.4rem;height:2.4rem;left:8rem}.hero.active .hero_title::after,.hero.animated .hero_title::after{animation-name:circleTop}.hero_link .ico-right{width:5.5rem;height:5.5rem}.hero-case .hero_link .ico-right{width:3.8rem;height:3.8rem}.hero-contact .hero_link{overflow:hidden;border-radius:100%;bottom:3.4rem}.hero-contact .hero_link span{width:13.2rem;height:13.2rem;position:relative;z-index:1}body .hero-contact .hero_link span{font-size:2.3rem;letter-spacing:-.03rem}.hero-contact .hero_link:before{content:"";display:block;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;background:rgba(0,0,0,.15);transition:all .5s ease-in}.hero-contact .hero_link:hover:before{width:100%;height:100%}}@media (max-width:480px){body{padding-top:0}}@media only screen and (min-width:1240px){.container{padding-left:0;padding-right:0}.dropdown-header{margin-right:1rem}.logo-small{width:13.8rem;height:3.2rem}.hero_title{font-size:14.5rem;line-height:14.7rem;letter-spacing:-.02rem}.hero_subtitle{font-size:3rem;line-height:3.5rem;letter-spacing:.06rem}.hero-contact .hero_title{font-size:9.8rem;line-height:11rem;letter-spacing:-.07rem}.nav_items li.sub ul{position:absolute;top:1rem;left:calc(50% + 19rem);z-index:1;height:calc(100% - 5rem);border-left:1px solid #fff}.nav_items li.sub.active ul{display:block;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav_items li.sub li{font-size:2.6rem;line-height:3rem;border-left:none;margin-left:0;margin:.5rem 0}.nav_items li.sub li a{padding-left:4rem;padding-top:1rem;padding-bottom:1rem}.nav_items li.sub li a:before{width:2.4rem;height:2.4rem;top:1.3rem;left:-2.4rem}.nav_items li.sub li a:hover:before,.nav_items li.sub li.active>a:before{left:-1.2rem}.nav_items li a:before{top:1.6rem}}.hero_subtitle p{line-height:1em;margin-bottom:revert!Important;margin-top:revert!important}.hero_image{z-index:-1}.hero_image::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.3)}.hero-contact.active .hero_subtitle,.hero-contact.active .hero_title,.hero-contact.animated .hero_subtitle,.hero-contact.animated .hero_title{animation:none}.hero_title{max-height:inherit}.hero_subtitle{font-weight:300}.ico-search{background-image:url(../images/ico-search.svg)}.ico-plus{background-image:url(../images/ico-plus.svg)}