section.activateHero{overflow:hidden;padding-bottom:120px;position:relative}section.activateHero .container,section.activateHero .container .left{display:-webkit-box;display:-ms-flexbox;display:flex}section.activateHero .container .left{width:60%;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.activateHero .container .left img.logo{height:auto;margin-bottom:40px;margin-top:60px;width:350px}section.activateHero .container .left p.eventType{background:var(--newYellow);border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#fff;display:inline-block;padding:0 20px;text-transform:uppercase}section.activateHero .container .left h1{font-size:62px;font-weight:100;margin-bottom:20px}section.activateHero .container .left h2{font-size:34px;font-weight:400;margin-bottom:20px}section.activateHero .container .left p{font-weight:100;margin-top:0}section.activateHero .container .left .dateTime{display:-webkit-box;display:-ms-flexbox;display:flex}section.activateHero .container .left .dateTime .date,section.activateHero .container .left .dateTime .time{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.activateHero .container .left .dateTime .date img,section.activateHero .container .left .dateTime .time img{height:48px;margin-right:30px;width:48px}section.activateHero .container .left .dateTime .date p,section.activateHero .container .left .dateTime .time p{margin:0}section.activateHero .container .left .btn{background-color:var(--newYellow);font-weight:700;margin-top:30px}section.activateHero .right{height:100%;position:absolute;right:-180px;top:0;z-index:1}section.activateHero .right .dots{display:-webkit-box;display:-ms-flexbox;display:flex;display:none;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.activateHero .right .dots .column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}section.activateHero .right .dots .column .dot{background:var(--newYellow);border-radius:50%;opacity:0}section.activateHero .right .dots .column .dot.one{height:75px;width:75px}section.activateHero .right .dots .column .dot.two{height:110px;width:110px}section.activateHero .right .dots .column .dot.three{height:150px;width:150px}section.activateHero .right .dots .column .dot.light{-webkit-animation:lightGrow;animation:lightGrow;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0}section.activateHero .right .dots .column .dot.dark{-webkit-animation:darkGrow;animation:darkGrow;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}section.activateHero .right .dots .column .dot:last-of-type{margin-bottom:0}section.activateHero .right svg{height:100%}section.activateHero .right svg path.light{-webkit-animation:darkGrow;animation:darkGrow;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}section.activateHero .right svg path.dark{-webkit-animation:lightGrow;animation:lightGrow;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes lightGrow{0%{opacity:0}to{opacity:1}}@keyframes lightGrow{0%{opacity:0}to{opacity:1}}@-webkit-keyframes darkGrow{0%{opacity:0}to{opacity:1}}@keyframes darkGrow{0%{opacity:0}to{opacity:1}}#form{height:1200px}@media(max-width:1199px){section.activateHero .container .left{width:100%}section.activateHero .right{opacity:.1}}@media(max-width:799px){section.activateHero{padding-bottom:0}section.activateHero .container .left img.logo{margin-bottom:30px;margin-top:30px;width:260px}section.activateHero .container .left h1{font-size:42px}section.activateHero .container .left h2{font-size:24px}section.activateHero .container .left .dateTime .date,section.activateHero .container .left .dateTime .time{margin-right:20px}section.activateHero .container .left .dateTime .date img,section.activateHero .container .left .dateTime .time img{height:20px;margin-right:10px;width:20px}}@media(max-width:499px)