@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.hero{position:relative;height:600px;background-color:#5c7aa9;background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-background-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100vw;min-height:600px;z-index:0}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;margin:0 auto;padding:20px;text-align:center;z-index:1}.hero-content-heading{display:block;height:300px;width:100%;margin-bottom:40px;background-position:50%;background-size:contain;background-repeat:no-repeat;animation:scaleIn .6s ease-in-out}.hero-content-cta{background:transparent;border:0;padding:0;cursor:pointer;background-color:#0500be;color:#fff;width:80%;max-width:400px;height:80px;border-radius:4px;font-size:30px;line-height:80px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.hero-content-cta:hover{color:#fff;transform:scale(1.02)}.hero-content-cta-logo{background-image:url("https://cdn.okccdn.com/media/img/dtf/join_button_logo@2x.png");width:75px;height:50px;background-position:50%;margin-left:10px}.hero-content-cta-logo,.hero-hand{background-size:contain;background-repeat:no-repeat}.hero-hand{position:absolute;width:40%;height:45%;z-index:1;pointer-events:none;touch-action:none;animation-fill-mode:forwards;animation-duration:.3s;animation-timing-function:ease-in-out}.hero-hand--top-left{top:0;left:0;background-position:0 0;transform-origin:top left;animation-delay:.4s;animation-name:topLeftSlideIn;transform:translate(-100%,-100%)}.hero-hand--top-right{top:0;right:0;background-position:100% 0;transform-origin:top right;animation-delay:.5s;animation-name:topRightSlideIn;transform:translate(100%,-100%);height:46%}.hero-hand--bottom-left{bottom:5%;left:0;transform-origin:bottom left;background-position:0 100%;animation-delay:.6s;animation-name:bottomLeftSlideIn;transform:translate(-100%,100%)}.hero-hand--bottom-right{bottom:0;right:0;transform-origin:bottom right;background-position:100% 100%;background-position-x:80%;animation-delay:.7s;animation-name:bottomRightSlideIn;transform:translate(100%,100%)}@keyframes scaleIn{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes topLeftSlideIn{0%{transform:translate(-100%,-100%)}to{transform:translate(0)}}@keyframes topRightSlideIn{0%{transform:translate(100%,-100%)}to{transform:translate(0)}}@keyframes bottomLeftSlideIn{0%{transform:translate(-100%,100%)}to{transform:translate(0)}}@keyframes bottomRightSlideIn{0%{transform:translate(100%,100%)}to{transform:translate(0)}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.app-banner{background-color:#bcfff0;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.app-banner--sticky{position:sticky;top:0;z-index:9999}.app-banner-apple-store,.app-banner-google-store{height:61px;width:92px;padding:10px;text-align:center;background-color:#fff;border-radius:3px;margin:0 20px;display:inline-block}.app-banner-google-store img{height:40px}.app-banner-apple-store img{height:40px}.app-banner-text{margin-top:10px;text-transform:uppercase;font-weight:500;font-size:18px;line-height:20px;color:#0500be}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.carousel{background:#fff;position:relative;width:100%;overflow:hidden;text-align:center}.carousel-control{background:transparent;border:0;padding:0;cursor:pointer;position:absolute;top:0;height:100%;width:50px;color:#0500be;transition:all .4s ease-in-out;opacity:1}.carousel-control:disabled{opacity:0}.carousel-control--back{left:0;background-image:linear-gradient(90deg,#fff,#fff,hsla(0,0%,100%,0))}.carousel-control--forward{right:0;background-image:linear-gradient(270deg,#fff,#fff,hsla(0,0%,100%,0))}.carousel-main{display:flex;align-items:stretch;height:100%;width:100%;transition:transform .4s ease-in-out;margin-bottom:20px}.carousel-main-item{width:60vw;margin:0 20vw;flex-shrink:0}.carousel-main-item:not(:first-of-type){margin-left:-20vw}.carousel-main-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(225,255,247,.65);width:90%;height:100%;padding:20px;margin:0 5%}.carousel-main-item-inner-title{font-weight:800;font-size:24px;line-height:30px;text-transform:uppercase;letter-spacing:1px;max-width:500px;margin:0 auto;margin-bottom:6px}.carousel-main-item-inner-body{font-size:16px;line-height:24px;max-width:500px;margin:0 auto}.carousel-main-item-inner-image{width:100%;height:300px;margin-bottom:20px;background-position:50%;background-size:contain;background-repeat:no-repeat}.carousel-indicator{background:transparent;border:0;padding:0;cursor:pointer;position:relative;width:20px;height:20px;margin:4px;border:2px solid #0500be;border-radius:50%}.carousel-indicator:after{content:"";display:block;position:relative;top:0;left:50%;width:12px;height:12px;border-radius:50%;transform:translateX(-50%) scale(0);transform-origin:center;transition:transform .4s ease-in-out}.carousel-indicator.isActive:after{transform:translateX(-50%) scale(1);background-color:#0500be}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.product-section{position:relative;width:100%;padding:60px 20px 50px;overflow:hidden;background-color:#fff;color:#0500be;text-align:center}.product-section-title{font-weight:800;font-size:24px;line-height:30px;letter-spacing:1px;color:#0500be;text-transform:uppercase;margin-bottom:10px}.product-section-subtitle{max-width:600px;margin:0 auto;font-style:italic;font-size:18px;line-height:32px}.product-section-carousel{margin:60px -20px 0;width:calc(100% + 40px)}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.history-section{position:relative;padding:60px 50px 0;width:100%;background-color:#f7f2ff}.history-section-header{height:80px;width:80%;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.history-section-content{position:relative;width:100%;max-width:1100px;padding-top:38px;margin:0 auto}.history-section-content-line{position:absolute;left:calc(50% - 1px);top:38px;width:2px;height:100%;background-color:#0500be;z-index:0}.history-section-content-row{position:relative;width:100%;display:flex;align-items:stretch;justify-content:center}.history-section-content-row-image{width:calc(50% - 80px);background-position:50%;background-size:contain;background-repeat:no-repeat;background-origin:content-box;padding:12px}.history-section-content-row-timestamp{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;width:80px;height:80px;color:#0500be;background-color:#fff;border:2px solid;border-radius:50%;margin:auto 40px;font-weight:800;font-size:28px;line-height:26px;text-transform:uppercase;letter-spacing:1px}.history-section-content-row-timestamp--small{font-size:18px;line-height:18px}.history-section-content-row-timestamp--first:before{content:"";width:2px;height:calc(50% - 40px);position:absolute;left:calc(50% - 1px);top:0;background:#f7f2ff}.history-section-content-row-timestamp--last:before{content:"";width:2px;height:calc(50% - 40px);position:absolute;left:calc(50% - 1px);bottom:0;background:#f7f2ff}.history-section-content-row-text{width:calc(50% - 80px);margin:30px 0;color:#0500be;font-size:24px;line-height:30px}@media (max-width:700px){.history-section-content{margin:0 auto}.history-section-content-line{left:40px}.history-section-content-row-image{display:none}.history-section-content-row-timestamp{margin-left:0}.history-section-content-row-timestamp--first:before,.history-section-content-row-timestamp--last:before{left:40px}.history-section-content-row-text{width:calc(100% - 120px)}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.proof-section{position:relative;padding:60px 50px 0;width:100%;background-color:#f7f2ff}.proof-section-header{height:80px;width:80%;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.proof-section-items{width:100%;display:flex;align-items:center;justify-content:space-evenly;max-width:1150px;padding-top:38px;margin:0 auto}.proof-section-items-item{width:calc(33vw - 50px);height:calc(33vw - 50px);max-width:360px;max-height:360px;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}@media (max-width:900px){.proof-section-items{flex-direction:column;justify-content:center}.proof-section-items-item{width:320px;height:320px;margin-bottom:20px}}@media (max-width:600px){.proof-section-items-item{width:calc(100vw - 100px);height:calc(100vw - 100px)}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.social-section{position:relative;padding:20px;width:100%;background-color:#bcfff0;overflow:hidden}.social-section-header{height:80px;width:80%;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.social-section-links{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 auto;width:100%;max-width:300px}.social-section-links-link{width:60px;height:60px;border-radius:50%;background-position:50%;background-size:contain;background-repeat:no-repeat;transition:transform .3s ease-in-out}.social-section-links-link:hover{transform:scale(1.05)}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.teammember{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 10px;width:220px;max-width:220px;margin:0 auto}.teammember-image{cursor:pointer;border-radius:50%;width:200px;height:200px;margin-bottom:20px;transition:transform .3s ease-in-out}.teammember-image:focus,.teammember-image:hover{transform:scale(.98)}.teammember-image:focus+.teammember-caption,.teammember-image:hover+.teammember-caption{opacity:1;transform:translate(-50%,-100%) scale(1)}.teammember-name,.teammember-title{align-self:stretch}.teammember-name{font-size:18px;line-height:24px;font-weight:700;color:#0500be}.teammember-title{color:#9393a9}.teammember-caption{position:absolute;top:0;left:50%;transform:translate(-50%,-100%) scale(.8);transform-origin:bottom center;opacity:0;background-color:#000;color:#fff;border-radius:4px;padding:10px;width:220px;pointer-events:none;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:space-evenly}.teammember-caption.align-left{display:block;text-align:left}.teammember-caption.align-left span{width:100%}.teammember-caption:after{content:"";position:absolute;top:calc(100% - 8px);left:50%;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid rgba(0,0,0,.9)}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.team-section{width:100%;padding:60px 20px 50px;background-color:#fff;color:#0500be;text-align:center}.team-section-header{height:80px;width:80%;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat;margin-bottom:38px}.team-section-subtitle{max-width:600px;margin:0 auto;font-style:italic;font-size:18px;line-height:32px}.team-section-mods{width:100%;margin:0 auto 50px;background-color:#f7f2ff;padding:50px;text-align:center}.team-section-subheader{font-weight:800;font-size:24px;line-height:30px;letter-spacing:1px;color:#0500be;text-transform:uppercase}.team-section-list{display:flex;flex-wrap:wrap;align-items:flex-start;max-width:1000px;margin:40px auto 0}@supports (display:grid){.team-section-list{display:grid;grid-template:auto/repeat(auto-fill,minmax(230px,1fr))}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.signup-banner{width:100%;background-color:#fff;padding:20px 10%;text-align:center}.signup-banner-button{display:block;height:20vw;min-height:72px;max-height:200px;width:100%;padding:20px 12%;background-color:#0500be;color:#fff;text-align:center;border-radius:4px;transition:transform .3s ease-in-out;max-width:1000px;margin:0 auto}.signup-banner-button-image{width:100%;height:100%;max-width:600px;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.signup-banner-button:hover{transform:scale(1.02)}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.hub-navbar{position:sticky;top:0;z-index:9999999;width:100%;height:80px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.hub-navbar-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px;width:100%;max-width:1150px;height:100%;margin:0 auto}.hub-navbar-logo{height:calc(100% + 4px)}.hub-navbar-logo img{height:100%}.hub-navbar-menu-toggle{display:none}.hub-navbar-links{overflow:hidden}.hub-navbar-button,.hub-navbar-link{text-transform:uppercase;font-weight:500;display:inline-block}.hub-navbar-link{color:#0500be;padding:10px;margin:0 10px;font-size:18px;line-height:22px}.hub-navbar-button{background-color:#0500be!important}@media (max-width:800px){.hub-navbar[aria-expanded=false] .hub-navbar-links{height:0}.hub-navbar-menu-toggle{display:block}.hub-navbar-links{position:absolute;right:20px;top:80px;display:flex;flex-direction:column;background:#fff;width:200px;height:310px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:0;z-index:2;transition:all .4s}.hub-navbar-button,.hub-navbar-link{margin:10px}.hub-navbar-button{width:180px}}.hamburger{padding:15px;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#0500be}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#0500be;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger .hamburger-inner{top:2px}.hamburger .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger .hamburger-inner:after{top:20px}.hamburger.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.footer-2018{width:100%;padding:20px 20% 100px;margin:0 auto;background-color:#fff;color:#0500be;justify-content:space-around}.footer-2018,.footer-2018-list{display:flex;align-items:flex-start}.footer-2018-list{padding-right:10px;flex-direction:column;flex-grow:1}.footer-2018-list-title{font-weight:800;letter-spacing:1px;margin-bottom:16px;min-height:24px}.footer-2018-list-link,.footer-2018-list-title{font-size:16px;line-height:24px;color:#0500be;text-transform:uppercase}.footer-2018-list-link{font-weight:500}@media (max-width:600px){.footer-2018{flex-direction:column}.footer-2018-list{width:100%}.footer-2018-list-title{min-height:auto;margin-top:20px}.footer-2018-list-title:empty{margin:0}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}body{background-color:#fff}.no-sticky{position:relative}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.press-hero{background-color:#d3e4fe;position:relative}.press-hero,.press-hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.press-hero-content{width:100%;height:100%;margin:0 auto;padding:0 20px 40px;text-align:center;z-index:1}.press-hero-content-heading{display:block;height:300px;width:90%;max-width:940px;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat;animation:scaleIn .6s ease-in-out}.press-hero-content-subheading{font-size:38px;line-height:1.1em;font-weight:400;word-break:break-word}.press-hero-content-subheading-link{color:#1e1e1e;text-decoration:none;transition:color .3s}.press-hero-content-subheading-link:hover{color:rgba(30,30,30,.6)}@media (max-width:700px){.press-hero-content-subheading{font-size:28px}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.article{display:flex;flex-direction:column;padding:24px;color:#1e1e1e;transform:scale(1);transform-origin:center;transition:transform .3s;cursor:pointer}.article:hover{transform:scale(1.05)}.article-link{flex:0 0 50%;position:relative;animation:fadeInAndSlideUp 1s forwards;transform:translateY(100px);opacity:0}.article-link:nth-child(1){animation-delay:0s}.article-link:nth-child(2){animation-delay:.2s}.article-link:nth-child(3){animation-delay:.4s}.article-link:nth-child(4){animation-delay:.6s}.article-header{flex:0 0 94px;display:flex;border-top:8px solid #1e1e1e;padding-top:20px;overflow:hidden}.article-header-logo{flex:0 0 30%;background-size:contain;background-position:50%;background-repeat:no-repeat}.article-header-text{flex:0 0 70%;font-weight:500;font-size:18px;padding-left:30px}.article-image{flex:1 0 200px;background-color:#1e1e1e;background-size:cover;background-position:50%;background-repeat:no-repeat;margin:24px 0 16px;border-radius:4px;overflow:hidden}.article-date{flex:1;font-weight:500;font-size:16px;text-align:right;text-transform:uppercase}@media (max-width:700px){.article-link{flex-basis:100%}}@keyframes fadeInAndSlideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.articles{background-color:#d3e4fe;width:100%}.articles-inner{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.airplane-banner{position:relative;background-color:#d3e4fe;width:100%;padding:50px 0}.airplane-banner-airplane{height:85px;width:500px;display:block;position:relative;left:-500px;background-position:50%;background-size:contain;background-repeat:no-repeat;animation-name:flyacross;animation-duration:16s;animation-iteration-count:infinite;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes flyacross{0%{transform:translateX(0)}to{transform:translateX(calc(100vw + 500px))}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.media-kit-banner{background-color:#0500be;color:#fff;padding:40px}.media-kit-banner-inner{border-radius:8px;border:6px solid #fff;width:100%;height:100%;overflow:hidden;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.media-kit-banner-image{flex:1;height:100%;width:100%;max-width:1000px;margin:0 auto;background-position:50%;background-size:80%;background-repeat:no-repeat;transform:scale(1);transform-origin:center;transition:transform .3s;cursor:pointer}.media-kit-banner-image:hover{transform:scale(1.1)}@media (max-width:600px){.media-kit-banner-inner{min-height:40vh}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.insta-section{background-color:#fff;position:relative;padding:80px 20px 0;width:100%;overflow:hidden}.insta-section-header-text{display:block;font-size:32px;font-weight:800;letter-spacing:2px;text-transform:uppercase;text-align:center;color:#000;margin-bottom:20px}.insta-section-header-text .okicon.i-instagram{font-size:.75em;margin-left:12px}.insta-section-header{height:70px;width:80%;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.insta-section-items{width:100%;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;max-width:1350px;margin:50px auto}.insta-section-items-item{width:calc(25vw - 50px);height:calc(25vw - 50px);min-width:200px;min-height:200px;max-width:320px;max-height:320px;background-position:50%;background-size:contain;background-repeat:no-repeat;transition:transform .3s ease-in-out}.insta-section-items-item:hover{transform:scale(1.05)}@media (max-width:900px){.insta-section-items{flex-direction:column;justify-content:center}.insta-section-items-item{width:320px;height:320px;margin-bottom:20px}}@media (max-width:600px){.insta-section-header-text{margin-bottom:0}.insta-section-items{margin:20px auto 0}.insta-section-items-item{width:calc(100vw - 40px);height:calc(100vw - 40px)}}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.social-links{background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-bottom:50px;width:100%}.social-links-link{width:60px;height:60px;border-radius:50%;background-position:50%;background-size:contain;background-repeat:no-repeat;transition:transform .3s ease-in-out}.social-links-link:hover{transform:scale(1.05)}.social-links-link+.social-links-link{margin-left:20px}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}body{background-color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@-webkit-keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}@keyframes loadingAnimation{0%{background-position:100% 50%}80%{background-position:0 50%}to{background-position:0 50%}}.hub-enter,.hub-leave{-webkit-transition:opacity .26s ease;transition:opacity .26s ease}.hub-enter{opacity:0;-webkit-transition-delay:.14s;transition-delay:.14s}.hub-enter-active{opacity:1}.hub-leave{position:absolute;top:0;left:0;right:0;bottom:0;opacity:1}.hub-leave-active{opacity:0}
/*# sourceMappingURL=hub.a85d2f8637779675921b0a192cd26a85.min.css.map*/