/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}:root{--primary-brand-color-300:#33c9ff;--primary-brand-color-400:#00baff;--primary-brand-color-600:#00a2ff;--primary-brand-color-800:#00a2ff;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#cff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#7990a1;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#7990a1;--primary-opposite-link-color:var(--primary-brand-color-400);--primary-opposite-link-hover-color:var(--primary-brand-color-800);--global-color-orange-500:#ff773b}body.high-contrast,body[data-contrast=high]{--primary-brand-color-300:#38f;--primary-brand-color-400:#006aff;--primary-brand-color-600:#056dff;--primary-brand-color-800:#0e3998;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#ebffff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#677689;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#f8fafc;--primary-opposite-link-color:#00baff;--primary-opposite-link-hover-color:#fff;--global-color-orange-500:#d43900}body{--primary-icon-color:var(--primary-brand-color-400);--primary-btn-bg-color:var(--primary-brand-color-400);--primary-btn-hover-bg-color:var(--primary-brand-color-800);--primary-btn-focus-bg-color:var(--primary-brand-color-800);--primary-btn-active-bg-color:var(--primary-brand-color-600);--primary-btn-text-color:var(--primary-brand-color-alternate-400);--primary-btn-hover-text-color:var(--primary-brand-color-alternate-600);--primary-btn-focus-text-color:var(--primary-brand-color-alternate-600);--primary-btn-active-text-color:var(--primary-brand-color-alternate-800);--primary-link-color:var(--primary-brand-color-400);--primary-link-hover-color:var(--primary-brand-color-800);--primary-link-focus-color:var(--primary-brand-color-800);--primary-link-active-color:var(--primary-brand-color-600);--light-text-primary-color:var(--primary-text-color-200);--light-text-alternate-primary-color:var(--primary-opposite-text-color-200);--placeholder-text-color:var(--primary-text-color-200)}:root{--bright-blue:#26c4f1}body.high-contrast{--bright-blue:#0e3998}body{--tweet-icon:var(--bright-blue)}@media screen and (min-width:980px){.js .in-view:not(.visible),.js .in-view:not(.visible) .animated{-webkit-animation:none!important;animation:none!important;opacity:0}}@media screen and (max-width:979px){.animated{-webkit-animation:none!important;animation:none!important}}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,200px,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,200px,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes yAxis1{50%{-webkit-animation-timing-function:cubic-bezier(.02,.01,.21,1);animation-timing-function:cubic-bezier(.02,.01,.21,1);transform:translateY(50px)}}@keyframes yAxis1{50%{-webkit-animation-timing-function:cubic-bezier(.02,.01,.21,1);animation-timing-function:cubic-bezier(.02,.01,.21,1);transform:translateY(50px)}}@-webkit-keyframes xAxis1{50%{-webkit-animation-timing-function:cubic-bezier(.3,.27,.07,1.64);animation-timing-function:cubic-bezier(.3,.27,.07,1.64);transform:translateX(-50px) translateX(100px) rotate(180deg)}}@keyframes xAxis1{50%{-webkit-animation-timing-function:cubic-bezier(.3,.27,.07,1.64);animation-timing-function:cubic-bezier(.3,.27,.07,1.64);transform:translateX(-50px) translateX(100px) rotate(180deg)}}@media only screen and (min-width:768px){.js .delay-02s{-webkit-animation-delay:.2s;animation-delay:.2s}.js .delay-03s{-webkit-animation-delay:.3s;animation-delay:.3s}.js .delay-04s{-webkit-animation-delay:.4s;animation-delay:.4s}.js .delay-05s{-webkit-animation-delay:.5s;animation-delay:.5s}.js .delay-06s{-webkit-animation-delay:.6s;animation-delay:.6s}.js .delay-07s{-webkit-animation-delay:.7s;animation-delay:.7s}.js .delay-08s{-webkit-animation-delay:.8s;animation-delay:.8s}.js .delay-09s{-webkit-animation-delay:.9s;animation-delay:.9s}.js .delay-1s{-webkit-animation-delay:1s;animation-delay:1s}}html{-webkit-text-size-adjust:none;font-size:62.5%}:root{--local-white:#fff}body.high-contrast{--local-white:#000}body{--small-text:var(--local-white)}body{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#373737;font:normal normal normal 100%/1 helvetica,arial,sans-serif}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-size:100%;margin:0;padding:0}a{text-decoration:none}a:focus:not(:focus-visible){outline:none}a{color:inherit}a:focus{background-color:transparent}ul{list-style:none;margin:0;padding:0}figure{margin:0}img{max-width:100%;vertical-align:bottom}h1{font-family:Montserrat,helvetica,arial,sans-serif;font-size:6rem;font-weight:700;line-height:1.3}h2{font-family:Montserrat,helvetica,arial,sans-serif;font-size:4.5rem;font-weight:100;line-height:1.2}h3{font-family:Montserrat,helvetica,arial,sans-serif;font-size:3.8rem;font-weight:700;line-height:1.3}p{font-family:Montserrat,helvetica,arial,sans-serif;font-size:20px;font-weight:300;line-height:1.5}strong{font-weight:600}section .container{max-width:1180px}.btn-wrap{padding:2px;text-align:center}.btn-wrap .btn:not(.download-pdf){background-color:#fff;border:2px solid transparent;border-radius:31px;box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-sizing:border-box;color:#3d4b51;display:inline-block;font-family:Roboto,helvetica,arial,sans-serif;font-size:14px;font-weight:600;height:62px;letter-spacing:.2em;line-height:1.4;padding:21px 50px 0;text-transform:uppercase;transition:background-color .3s ease-out,color .3s ease-out,box-shadow .3s ease-out}.btn-wrap .btn:not(.download-pdf):hover{background-color:transparent;border:2px solid #fff;box-shadow:none;color:#fff;transition:background-color .3s ease-out,color .3s ease-out,box-shadow .3s ease-out}@media only screen and (max-width:768px){.btn-wrap .btn:not(.download-pdf){letter-spacing:0;padding:21px 30px 0}}section.top-main{background:#f86464 url(/images/pages/resources-new/single-page/custom/6304/bg@2x.png);background-position:top;background-repeat:no-repeat;background-size:cover;color:#fff;padding:48px 0 145px;position:relative;text-align:center}@media screen and (min-width:1920px){section.top-main{background-size:100%}}section.top-main .separator{bottom:0;height:122px;left:0;pointer-events:none;position:absolute;right:0;width:100%}section.top-main .logos{margin-bottom:88px}section.top-main .logos img{max-width:388px}section.top-main .logos+p{color:#fff;font-family:Roboto,helvetica,arial,sans-serif;font-size:1.2rem;letter-spacing:.3em;margin-bottom:25px;text-transform:uppercase}@supports (--css:variables){section.top-main .logos+p{color:var(--small-text)}}section.top-main h1{letter-spacing:.02em;margin-bottom:95px}section.top-main h1 span{color:#00afec;font-weight:600}@media only screen and (max-width:767px){section.top-main h1{font-size:35px;letter-spacing:0}}@media only screen and (max-width:479px){section.top-main h1{font-size:25px}}section.middle{overflow:hidden;padding:35px 0 50px;text-align:center}@media only screen and (max-width:767px){section.middle{padding-top:0}}section.middle h2{color:#3d4b51;font-family:Montserrat,helvetica,arial,sans-serif;font-size:3.8rem;font-weight:700;line-height:1.3}@media only screen and (max-width:767px){section.middle h2{font-size:35px;letter-spacing:0}}@media only screen and (max-width:479px){section.middle h2{font-size:25px}}section.middle p{color:#3d4b51;font-family:Roboto,helvetica,arial,sans-serif;font-size:21px;font-weight:400;letter-spacing:.024em;line-height:1.6;margin:35px auto 42px}section.middle p span{font-weight:500}section.middle .header p{font-size:1.7rem;margin:47px auto}section.middle figure{position:relative;z-index:0}section.middle figure .background{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}section.middle figure .background .fluff-wrapper{-webkit-animation:xAxis1 40s cubic-bezier(.02,.01,.21,1) infinite;animation:xAxis1 40s cubic-bezier(.02,.01,.21,1) infinite;position:absolute}section.middle figure .background .fluff{-webkit-animation:yAxis1 40s cubic-bezier(.3,.27,.07,1.64) infinite;animation:yAxis1 40s cubic-bezier(.3,.27,.07,1.64) infinite;box-sizing:border-box;z-index:1000}section.middle figure .background #fluff-1{-webkit-animation-delay:-14s;animation-delay:-14s;left:calc(50% - 270px);top:223px}section.middle figure .background #fluff-1 .fluff{fill:#4e606e;-webkit-animation-delay:-14s;animation-delay:-14s;height:15px;opacity:.3;transform:rotate(51deg);width:15px}section.middle figure .background #fluff-2{-webkit-animation-delay:-22s;animation-delay:-22s;left:calc(50% - 321px);top:171px}section.middle figure .background #fluff-2 .fluff{fill:#4e606e;-webkit-animation-delay:-22s;animation-delay:-22s;height:10px;opacity:.2;transform:rotate(90deg);width:10px}section.middle figure .background #fluff-3{-webkit-animation-delay:-9s;animation-delay:-9s;left:calc(50% - 424px);top:139px}section.middle figure .background #fluff-3 .fluff{fill:none;stroke:#fc6666;stroke-width:11;-webkit-animation-delay:-9s;animation-delay:-9s;height:26px;opacity:.3;width:26px}section.middle figure .background #fluff-4{-webkit-animation-delay:-32s;animation-delay:-32s;left:calc(50% - 541px);top:245px}section.middle figure .background #fluff-4 .fluff{fill:#4e606e;-webkit-animation-delay:-32s;animation-delay:-32s;height:15px;opacity:.1;width:15px}section.middle figure .background #fluff-5{-webkit-animation-delay:-25s;animation-delay:-25s;left:calc(50% - 478px);top:94px}section.middle figure .background #fluff-5 .fluff{fill:#fc2d55;-webkit-animation-delay:-25s;animation-delay:-25s;height:14px;opacity:1;width:14px}section.middle figure .background #fluff-6{-webkit-animation-delay:-9s;animation-delay:-9s;left:calc(50% - 459px);top:318px}section.middle figure .background #fluff-6 .fluff{fill:none;stroke:#fc6666;stroke-width:11;-webkit-animation-delay:-9s;animation-delay:-9s;height:26px;opacity:1;width:26px}section.middle figure .background #fluff-7{-webkit-animation-delay:-13s;animation-delay:-13s;left:calc(50% - 373px);top:277px}section.middle figure .background #fluff-7 .fluff{fill:#4e606e;-webkit-animation-delay:-13s;animation-delay:-13s;height:11px;opacity:1;transform:rotate(30deg);width:11px}section.middle figure .background #fluff-8{-webkit-animation-delay:-18s;animation-delay:-18s;left:calc(50% - 267px);top:93px}section.middle figure .background #fluff-8 .fluff{fill:#4e606e;-webkit-animation-delay:-18s;animation-delay:-18s;height:15px;opacity:.1;width:15px}section.middle figure .background #fluff-9{-webkit-animation-delay:-20s;animation-delay:-20s;left:calc(50% - 241px);top:342px}section.middle figure .background #fluff-9 .fluff{fill:#4e606e;-webkit-animation-delay:-20s;animation-delay:-20s;height:15px;opacity:.4;width:15px}section.middle figure .background #fluff-10{-webkit-animation-delay:-17s;animation-delay:-17s;left:calc(50% + 194px);top:21px}section.middle figure .background #fluff-10 .fluff{fill:#4e606e;-webkit-animation-delay:-17s;animation-delay:-17s;height:11px;opacity:1;transform:rotate(90deg);width:11px}section.middle figure .background #fluff-11{-webkit-animation-delay:-1s;animation-delay:-1s;left:calc(50% + 281px);top:107px}section.middle figure .background #fluff-11 .fluff{fill:#4e606e;-webkit-animation-delay:-1s;animation-delay:-1s;height:15px;opacity:.3;transform:rotate(50deg);width:15px}section.middle figure .background #fluff-12{-webkit-animation-delay:-6s;animation-delay:-6s;left:calc(50% + 241px);top:175px}section.middle figure .background #fluff-12 .fluff{fill:#4e606e;-webkit-animation-delay:-6s;animation-delay:-6s;height:17px;opacity:.2;transform:rotate(65deg);width:17px}section.middle figure .background #fluff-13{-webkit-animation-delay:-36s;animation-delay:-36s;left:calc(50% + 362px);top:48px}section.middle figure .background #fluff-13 .fluff{fill:none;stroke:#fc6666;stroke-width:11;-webkit-animation-delay:-36s;animation-delay:-36s;height:26px;opacity:1;width:26px}section.middle figure .background #fluff-14{-webkit-animation-delay:-24s;animation-delay:-24s;left:calc(50% + 480px);top:154px}section.middle figure .background #fluff-14 .fluff{fill:#4e606e;-webkit-animation-delay:-24s;animation-delay:-24s;height:14px;opacity:.1;width:14px}section.middle figure .background #fluff-15{-webkit-animation-delay:-27s;animation-delay:-27s;left:calc(50% + 411px);top:316px}section.middle figure .background #fluff-15 .fluff{fill:#fb6666;-webkit-animation-delay:-27s;animation-delay:-27s;height:11px;opacity:1;transform:rotate(90deg);width:11px}section.middle figure .background #fluff-16{-webkit-animation-delay:-7s;animation-delay:-7s;left:calc(50% + 260px);top:274px}section.middle figure .background #fluff-16 .fluff{fill:none;stroke:#fc6666;stroke-width:9;-webkit-animation-delay:-7s;animation-delay:-7s;height:37px;opacity:.3;width:37px}section.middle figure .background #fluff-17{-webkit-animation-delay:-10s;animation-delay:-10s;left:calc(50% + 204px);top:395px}section.middle figure .background #fluff-17 .fluff{fill:#4e606e;-webkit-animation-delay:-10s;animation-delay:-10s;height:14px;opacity:.1;width:14px}section.middle figure .background #fluff-18{-webkit-animation-delay:-37s;animation-delay:-37s;left:calc(50% + 347px);top:239px}section.middle figure .background #fluff-18 .fluff{fill:#4e606e;-webkit-animation-delay:-37s;animation-delay:-37s;height:15px;opacity:1;transform:rotate(95deg);width:15px}section.bottom{padding:50px 0 30px}section.bottom .container{z-index:-1}section.bottom h3{color:#3d4b51;font-family:Montserrat,helvetica,arial,sans-serif;font-size:3.8rem;font-weight:600;text-align:center}section.bottom .icons{align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:25px 0 77px}section.bottom .icons li{box-sizing:border-box;color:#3d4b51;flex:0 1 300px;font-family:Roboto,helvetica,arial,sans-serif;font-size:1.7rem;font-weight:400;padding:40px 60px 30px 33px;text-align:left}@media screen and (max-width:767px){section.bottom .icons li{padding:40px 20px 30px}}section.bottom .icons li span{display:block;line-height:1.55;margin-top:15px;padding:0}section.bottom .icons svg{display:block;margin:0 auto 35px}section.bottom .btn-wrap .btn{background-color:#fc6666;border-color:transparent;color:#fff;transition:background-color .3s ease-out,color .3s ease-out}@supports (--css:variables){section.bottom .btn-wrap .btn{color:var(--small-text)}}section.bottom .btn-wrap .btn:hover{background-color:#f6f9fc;border-color:#fc6666;color:#fc6666;transition:background-color .3s ease-out,color .3s ease-out}section.bottom .pre-footer{margin:0 auto;padding:110px 0 10px}@media only screen and (max-width:768px){section.bottom .pre-footer{padding:100px 0 0}}section.bottom .pre-footer .button-socials{margin-bottom:18px;padding-top:4px;text-align:center}section.bottom .pre-footer .button-socials li{display:inline-block;margin-left:28px}section.bottom .pre-footer .button-socials li a{border-radius:2px;color:#fff;display:block;font-family:helvetica,arial,sans-serif;font-size:11px;font-weight:400;padding:4px 0;text-align:center;width:55px}section.bottom .pre-footer .button-socials li a svg{fill:#fff;display:inline-block;height:12px;margin-right:3px;vertical-align:bottom;width:12px}section.bottom .pre-footer .button-socials li.btn-facebook a{background:#306199}section.bottom .pre-footer .button-socials li.btn-facebook a:hover{background:#244872}section.bottom .pre-footer .button-socials li.btn-linkedin a{background:#007bb6}section.bottom .pre-footer .button-socials li.btn-linkedin a:hover{background:#005983}section.bottom .pre-footer .button-socials li.btn-twitter a{background:#26c4f1}@supports (--css:variables){section.bottom .pre-footer .button-socials li.btn-twitter a{background:var(--tweet-icon)}}section.bottom .pre-footer .button-socials li.btn-twitter a:hover{background:#0eaad6}section.bottom .pre-footer .visit-re{color:#08212b;font-family:Roboto,helvetica,arial,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.047em;text-align:center}section.bottom .pre-footer .visit-re a{text-decoration:underline}section.bottom .pre-footer .visit-re a:hover{text-decoration:none}