body {
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased; }

.only-mobile {
  display: none; }

.none {
  display: none; }

.hidden-mobile {
  display: inherit; }

header {
  box-sizing: border-box;
  padding: 40px 55px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  header.active {
    padding: 20px 35px;
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    header.active .logo {
      background-image: url(../../images/events_images/new/mobusi.png); }

.logo {
  width: 180px;
  height: 51px;
  background-image: url(../../images/events_images/new/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

#videoBg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#video1bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%); }

#video2bg {
  max-width: 1480px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%); }

#video2 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.4); }

.gradient {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(251, 208, 209, 0) 15%, rgba(235, 34, 36, 0.77) 71%, #eb2224 88%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(251, 208, 209, 0) 15%, rgba(235, 34, 36, 0.77) 71%, #eb2224 88%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(251, 208, 209, 0) 15%, rgba(235, 34, 36, 0.77) 71%, #eb2224 88%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eb2224',GradientType=0 ); }

.content {
  position: absolute;
  top: 280px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif; }
  .content h2 {
    font-size: 72px;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    max-width: 1300px;
    width: 90%;
    margin: 30px auto; }

.element1 {
  position: absolute;
  left: 300px;
  top: 300px;
  z-index: -1; }
  .element1 img:last-child {
    position: absolute;
    left: 0;
    top: 130px; }
  .element1 img:nth-child(2) {
    position: absolute;
    left: 130px;
    top: 100px; }

.element2 {
  position: absolute;
  height: 100%;
  right: 400px;
  top: -150px;
  z-index: -1; }
  .element2 img:last-child {
    position: absolute;
    left: -20px;
    top: 150px; }
  .element2 img:nth-child(2) {
    position: absolute;
    left: 160px;
    top: 50px; }

.line {
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 0 auto; }

.location {
  font-weight: 900;
  color: #ffed65;
  font-size: 72px;
  text-transform: uppercase;
  margin: 30px 0 0; }

.date {
  font-weight: 200;
  color: white;
  font-size: 48px; }

.logo-event {
  width: 210px;
  display: inline-block; }
  .logo-event img {
    width: 100%; }

.rocket {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 300px 0 0;
  overflow: hidden; }

.wrapper {
  max-width: 1175px;
  width: 100%;
  margin: 0 auto; }

.cell {
  position: absolute;
  z-index: 5;
  left: 16%;
  transform: translateY(-100px); }

.cell2 {
  position: absolute;
  left: 350px;
  bottom: 110px;
  z-index: -1; }

.event-info {
  position: relative;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
  max-width: 620px;
  width: 90%; }
  .event-info h2 {
    font-size: 90px;
    font-weight: 900;
    color: #eb2224;
    margin-bottom: 45px; }
  .event-info p {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3; }
    .event-info p strong {
      font-weight: 700; }

.bubbles {
  height: 440px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .bubbles div {
    background-color: #fff;
    border-radius: 1000px;
    position: absolute;
    z-index: 6; }
  .bubbles .bubble1 {
    animation: pulse 0.5s linear 0.1s infinite;
    bottom: -150px;
    left: -120px;
    width: 400px;
    height: 400px; }
  .bubbles .bubble2 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: -95px;
    bottom: 250px;
    width: 150px;
    height: 150px; }
  .bubbles .bubble3 {
    animation: pulse 0.5s linear 0.1s infinite;
    left: -15px;
    bottom: 200px;
    width: 150px;
    height: 150px; }
  .bubbles .bubble4 {
    animation: pulse 0.5s linear 0.1s infinite;
    bottom: -180px;
    left: 120px;
    width: 400px;
    height: 400px; }
  .bubbles .bubble5 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 190px;
    bottom: 150px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble6 {
    animation: pulse 0.5s linear 0.1s infinite;
    left: 340px;
    bottom: 140px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble7 {
    animation: pulse 0.5s linear 0.1s infinite;
    left: 490px;
    bottom: -50px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble8 {
    animation: pulse 0.5s linear 0.2s infinite;
    bottom: -250px;
    left: 550px;
    width: 370px;
    height: 370px; }
  .bubbles .bubble9 {
    animation: pulse 0.5s linear 0.1s infinite;
    left: 800px;
    bottom: -130px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble10 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 650px;
    bottom: 80px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble11 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 930px;
    bottom: 20px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble12 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 970px;
    bottom: -120px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble13 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1070px;
    bottom: -120px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble14 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1200px;
    bottom: -100px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble15 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1350px;
    bottom: -50px;
    width: 100px;
    height: 100px; }
  .bubbles .bubble16 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1420px;
    bottom: -130px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble17 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1550px;
    bottom: -125px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble18 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1720px;
    bottom: -125px;
    width: 250px;
    height: 250px; }
  .bubbles .bubble19 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1850px;
    bottom: -5px;
    width: 250px;
    height: 250px; }
  .bubbles .bubble20 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1870px;
    bottom: 200px;
    width: 150px;
    height: 150px; }
  .bubbles .bubble21 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1180px;
    bottom: 25px;
    width: 80px;
    height: 80px; }
  .bubbles .bubble22 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1290px;
    bottom: 55px;
    width: 80px;
    height: 80px; }
  .bubbles .bubble23 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1530px;
    bottom: 5px;
    width: 80px;
    height: 80px; }
  .bubbles .bubble24 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1670px;
    bottom: 25px;
    width: 120px;
    height: 120px; }
  .bubbles .bubble25 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 1800px;
    bottom: 75px;
    width: 80px;
    height: 80px; }
  .bubbles .bubble26 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2000px;
    bottom: -46px;
    width: 210px;
    height: 210px; }
  .bubbles .bubble27 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2150px;
    bottom: -75px;
    width: 280px;
    height: 280px; }
  .bubbles .bubble28 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2300px;
    bottom: -100px;
    width: 200px;
    height: 200px; }
  .bubbles .bubble29 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2500px;
    bottom: -75px;
    width: 180px;
    height: 180px; }
  .bubbles .bubble30 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2650px;
    bottom: -75px;
    width: 280px;
    height: 280px; }
  .bubbles .bubble31 {
    animation: pulse 0.5s linear 0.2s infinite;
    left: 2900px;
    bottom: -75px;
    width: 180px;
    height: 180px; }
  .bubbles .darkbubbles {
    height: 100%;
    z-index: -1; }
    .bubbles .darkbubbles div {
      background-color: #f5f5f5;
      border-radius: 1000px;
      position: absolute;
      z-index: -1;
      animation: pulse 0.5s linear infinite; }
    .bubbles .darkbubbles .bubbles1 {
      left: 140px;
      bottom: 160px;
      width: 150px;
      height: 150px; }
    .bubbles .darkbubbles .bubbles2 {
      left: 280px;
      bottom: 150px;
      width: 100px;
      height: 100px; }
    .bubbles .darkbubbles .bubbles3 {
      left: 340px;
      bottom: 110px;
      width: 150px;
      height: 150px; }
    .bubbles .darkbubbles .bubbles4 {
      left: 390px;
      bottom: 0px;
      width: 150px;
      height: 150px; }
    .bubbles .darkbubbles .bubbles5 {
      left: 480px;
      bottom: -80px;
      width: 150px;
      height: 150px; }
    .bubbles .darkbubbles .bubbles6 {
      left: 580px;
      bottom: -30px;
      width: 150px;
      height: 150px; }
    .bubbles .darkbubbles .bubbles7 {
      left: 700px;
      bottom: -80px;
      width: 250px;
      height: 250px; }

@keyframes pulse {
  0%, 100% {
    transform: translate(0, 0); }
  10%, 50% {
    transform: translate(1px, 1px); }
  20%, 60% {
    transform: translate(-1px, 1px); }
  30%, 80% {
    transform: translate(-1px, -1px); }
  40%, 90% {
    transform: translate(1px, -1px); } }
.world {
  position: absolute;
  width: 505px;
  height: 505px;
  bottom: 300px;
  left: 50%;
  transform: translateX(150px); }
  .world #rocket {
    position: absolute;
    top: -100px;
    left: -100px;
    animation: pulse2 0.5s linear infinite; }
  .world #sol {
    position: absolute;
    z-index: 3;
    bottom: -70px;
    left: 200px; }
  .world #nub1 {
    position: absolute;
    top: 46%;
    right: -50px; }
  .world #nub2 {
    position: absolute;
    top: -20px;
    left: 50px; }
  .world #nub3 {
    position: absolute;
    bottom: 80px;
    left: -20px;
    z-index: -1; }
  .world #nub4 {
    position: absolute;
    top: -25px;
    left: 30%; }
  .world #nub5 {
    position: absolute;
    bottom: 110px;
    left: -80px;
    z-index: -2; }
  .world #dest1 {
    position: absolute;
    top: -60px;
    left: 35%;
    animation: star 3s linear infinite; }
  .world #dest2 {
    position: absolute;
    top: 40px;
    left: 10px;
    animation: star 3s linear 0.3s infinite; }
  .world #dest3 {
    position: absolute;
    bottom: 120px;
    right: 20px;
    z-index: -1;
    animation: star 3s linear 0.5s infinite; }

@keyframes pulse2 {
  0%, 100% {
    transform: translateX(0) rotate(30deg); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-1px, 1px) rotate(30deg); }
  20%, 40%, 60%, 80% {
    transform: translate(1px, -1px) rotate(30deg); } }
@keyframes star {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.qst {
  background-color: #fff;
  text-align: center;
  padding: 70px 0 150px; }
  .qst h2 {
    font-family: "sofia-pro", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 100px;
    text-transform: uppercase;
    color: #eb2224;
    padding-top: 45px; }

.attend {
  width: 100%;
  height: 100%;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
  font-weight: 900; }
  .attend > div {
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover; }

.title {
  background-color: #eb2224;
  color: white;
  font-size: 125px; }

.cant {
  background-color: #8b3be8;
  color: #ffed65;
  font-size: 60px;
  text-align: center; }

@-moz-document url-prefix() {
  .info, .infotxt {
    transform: translate(-50%, -50%); } }
.info {
  background-color: #eb2224;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: none; }

.infotxt {
  position: absolute;
  z-index: 4;
  color: white;
  display: block;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .infotxt:hover {
    opacity: 1; }
    .infotxt:hover p {
      transform: translateX(0); }
    .infotxt:hover span a {
      visibility: visible;
      opacity: 1; }
      .infotxt:hover span a:first-child {
        transition-delay: 0.1s; }
      .infotxt:hover span a:nth-child(2) {
        transition-delay: 0.2s; }
      .infotxt:hover span a:last-child {
        transition-delay: 0.3s; }
  .infotxt span {
    padding: 0 40px;
    mix-blend-mode: unset; }
    .infotxt span a {
      margin-right: 15px;
      transition: all 0.3s ease;
      opacity: 0;
      visibility: hidden; }
      .infotxt span a:first-child {
        transition: opacity 0.3s linear; }
      .infotxt span a:nth-child(2) {
        transition: opacity 0.3s linear; }
      .infotxt span a:last-child {
        transition: opacity 0.3s linear; }
      .infotxt span a:hover {
        opacity: 0.8; }
  .infotxt .position {
    padding: 20px 50px 0;
    font-weight: 100;
    font-size: 45px;
    mix-blend-mode: unset;
    transform: translateX(5px);
    transition: all 0.4s ease-out; }
  .infotxt .name {
    padding: 5px 50px 40px;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
    transform: translateX(10px);
    transition: all 0.3s ease-out; }

.contact {
  background-color: #fff;
  text-align: center;
  padding: 220px 0 345px;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif; }
  .contact .wrapper img {
    width: 72px;
    height: auto; }
  .contact h2 {
    font-weight: 200;
    font-size: 60px;
    text-transform: uppercase;
    margin: 20px 0; }
  .contact p {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px; }
    .contact p strong {
      font-weight: 700; }
  .contact .error {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 2.4;
    text-align: center;
    color: #eb2224; }
  .contact .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0; }
  .contact form {
    padding-top: 40px; }
    .contact form p:nth-child(2) {
      margin-bottom: 50px; }
    .contact form input[type="text"], .contact form input[type="email"], .contact form select {
      -webkit-appearance: none;
      box-sizing: border-box;
      max-width: 460px;
      width: 90%;
      display: block;
      margin: 20px auto;
      border-radius: 2px;
      border: solid 1px #cdcdcd;
      height: 60px;
      outline: none;
      padding: 0 25px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 2.88;
      background: #fff;
      position: relative; }
      .contact form input[type="text"]:focus, .contact form input[type="email"]:focus, .contact form select:focus {
        box-shadow: 0 0 4px 0 rgba(72, 171, 246, 0.3);
        border: solid 1px #4ac3b9; }
      .contact form input[type="text"].has-error, .contact form input[type="email"].has-error, .contact form select.has-error {
        box-shadow: 0 0 4px 0 rgba(235, 34, 36, 0.2);
        border: solid 1px #eb2224; }
    .contact form select {
      background-image: url("../../images/events_images/new/caret.png");
      background-size: 15px auto;
      background-repeat: no-repeat;
      background-position: 95% 50%; }
    .contact form button {
      max-width: 460px;
      width: 90%;
      height: 70px;
      border-radius: 3px;
      background-color: #eb2224;
      border: 0;
      font-family: "sofia-pro", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      line-height: 3.33;
      letter-spacing: 0.9px;
      color: #ffffff;
      margin-top: 30px; }
    .contact form .check label {
      color: #12111a;
      display: inline; }
    .contact form .check label a:hover, .contact form .check label a:focus, .contact form .check label a {
      color: #17ABF6; }
    .contact form .check input.has-error ~ label {
      color: #e92224; }

.clear {
  clear: both; }

.mod11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #322338;
  color: #fff;
  padding: 207px 50px;
  font-family: brandon-grotesque, sans-serif; }
  .mod11 .waves-container {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -350px;
    left: -375px; }
    .mod11 .waves-container .wave {
      position: absolute;
      top: 0;
      left: 0;
      width: 800px;
      height: 800px;
      border-radius: 50%;
      opacity: 0.13;
      border: 2px solid #fff;
      -webkit-transform: scale(0.13);
      transform: scale(0.13);
      -webkit-animation-name: example;
      -webkit-animation-duration: 6s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-out;
      animation-name: example;
      animation-duration: 6s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out; }
    .mod11 .waves-container .wave2 {
      animation-delay: 1s;
      -webkit-animation-delay: 1s; }
    .mod11 .waves-container .wave3 {
      animation-delay: 2s;
      -webkit-animation-delay: 2s; }
    .mod11 .waves-container .wave4 {
      animation-delay: 3s;
      -webkit-animation-delay: 3s; }
    .mod11 .waves-container .wave5 {
      animation-delay: 4s;
      -webkit-animation-delay: 4s; }
    .mod11 .waves-container .wave6 {
      animation-delay: 5s;
      -webkit-animation-delay: 5s; }
@-webkit-keyframes example {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
  .mod11 .mod11-t1 {
    font-size: 80px;
    font-weight: 300;
    width: 100%;
    max-width: 380px;
    padding-top: 17px;
    position: relative; }
  .mod11 .mod11-t1 span {
    position: relative;
    z-index: 5; }
  .mod11 .mod11-t1 img {
    position: absolute;
    left: -570px;
    top: -10px; }
  .mod11 .mod11-t2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .mod11 .mod11-offs {
    max-width: 320px;
    width: 100%;
    margin: 0 0 0 25px;
    position: relative; }
  .mod11 .mod11-offs li {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 26px;
    list-style: none; }
  .mod11 .mod11-offs li a {
    color: #fff;
    text-decoration: none; }
  .mod11 .mod11-offs .locations span {
    background: url(../../images/events_images/new/pin-ico.png) center no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .mod11 .mod11-offs .phone span {
    background: url(../../images/events_images/new/phone-ico.png) center no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .mod11 .mod11-offs .email span {
    background: url(../../images/events_images/new/mail-ico.png) center no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .mod11 .mod11-off1 {
    max-width: 285px; }
  .mod11 .mod11-off2 {
    max-width: 350px; }

/* ==========================================================================
 * Companies
 * ========================================================================== */
.mod12 {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.04);
  font-family: brandon-grotesque, sans-serif; }
  .mod12 .comp-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mod12 .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    text-align: left;
    background-color: #00c25a;
    transition: 0.2s;
    display: flex;
    align-items: center; }
  .mod12 .img-wrapper:hover .hover-box {
    opacity: 1 !important;
    top: 0 !important;
    visibility: visible !important; }
  .mod12 .l2 .hover-box {
    background-color: #ff9901; }
  .mod12 .l3 .hover-box {
    background-color: #383d47; }
  .mod12 .l4 .hover-box {
    background-color: #51a200; }
  .mod12 .l5 .hover-box {
    background-color: #03c0b7; }
  .mod12 .hb-container {
    width: 80%;
    margin: auto; }
  .mod12 .img-wrapper {
    text-align: center;
    padding: 74px 0 71px;
    width: 20%;
    position: relative;
    background-color: #fff; }
    .mod12 .img-wrapper a {
      display: inline-block;
      color: #fff;
      margin-top: 10px;
      font-size: 16px; }
      .mod12 .img-wrapper a img {
        margin-left: 5px;
        transition: 0.1s; }
      .mod12 .img-wrapper a:hover img {
        transform: translate(5px, 0); }
    .mod12 .img-wrapper p {
      font-size: 18px;
      color: #fff;
      line-height: 27px; }
  .mod12 .l1 {
    background-color: #eb2224;
    width: 100%; }
  .mod12 .img-wrapper.l7 {
    background-color: transparent;
    padding-top: 86px;
    font-size: 20px;
    font-weight: 600;
    color: #afafaf;
    display: none; }

footer {
  font-family: brandon-grotesque, sans-serif;
  background-color: #f5f7fa;
  padding: 66px 4.5% 77px; }
  footer .col {
    float: left; }
  footer .col3 {
    width: 25%; }
  footer .col6 {
    width: 50%; }
  footer .footer-asoc {
    position: relative; }
    footer .footer-asoc p {
      position: absolute;
      top: -20px;
      left: 25px;
      font-size: 12px;
      color: #c4c6c8;
      font-weight: 600; }
    footer .footer-asoc a {
      max-width: 49%;
      display: inline-block; }
    footer .footer-asoc img {
      margin: 0 25px;
      max-width: 67%; }
    footer .footer-asoc a:first-child img {
      position: relative;
      top: 3px; }
  footer .footer-rrss {
    text-align: center;
    padding-top: 17px;
    position: relative; }
    footer .footer-rrss a {
      display: inline-block;
      margin: 0 22px;
      opacity: 0.7;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    footer .footer-rrss a:hover {
      opacity: 1;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    footer .footer-rrss p {
      position: absolute;
      left: 50%;
      margin-left: -285px;
      top: 21px;
      font-size: 15px;
      color: #c4c6c8;
      font-weight: 600; }
  footer .legal {
    text-align: right;
    font-size: 18px;
    color: #242e37;
    padding: 19px 0 0; }
    footer .legal a {
      color: #242e37; }

.upbtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000; }

.attendants {
  background-color: #e6e6e6; }
  .attendants:nth-child(odd) {
    background-color: #f2f2f2; }

.confirm {
  display: none;
  margin-top: 25vh;
  margin-bottom: 25vh;
  text-align: center;
  font-family: brandon-grotesque, "Helvetica", "Arial", sans-serif;
  font-style: normal;
  -wekit-font-smoothing: antialiased; }

@-webkit-keyframes icon {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes icon {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.icon img {
  -webkit-animation-name: icon;
  animation-name: icon;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.confirm h1 {
  color: #64707d;
  font-size: 44px;
  margin: 18px 0 33px;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
.confirm p {
  color: #64707d;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.confirm h1.active, .confirm p.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

@media (max-width: 450px) {
  .confirm h1 {
    font-size: 30px;
    margin: 22px 0 23px; }
  .confirm p {
    font-size: 16px;
    margin-bottom: 6px; } }

/*# sourceMappingURL=main.css.map */
