.image {
  position: static;
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: left;
}

.navbar {
  height: 135px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block {
  position: relative;
  top: 20px;
  display: inline-block;
  width: 1px;
  height: 20px;
  max-height: 20px;
  max-width: 1px;
  min-height: 20px;
  min-width: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #ddd;
  border-right-style: solid;
}

.nav-link {
  padding-right: 40px;
  padding-left: 50px;
  font-family: 'Circularstd book';
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.nav-link.mobile {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.nav-link.secondary {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p {
  display: block;
  margin: auto;
  padding-top: 3%;
  padding-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circularstd;
  color: #fff;
  font-size: 10vw;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Circularstd book';
  font-size: 17px;
  text-align: center;
}

.b2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 55px;
  max-height: 55px;
  margin: 51px 15px 0%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 100px;
  background-color: #1a1a1a;
  background-image: -webkit-linear-gradient(270deg, #1a1a1a, #1a1a1a);
  background-image: linear-gradient(180deg, #1a1a1a, #1a1a1a);
  font-family: Circularstd;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.b2:hover {
  background-color: rgba(26, 26, 26, .9);
  background-image: none;
}

.p2 {
  margin-bottom: 55px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: 'Circularstd book';
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 13px;
}

.div-block-6 {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 55px;
  max-height: 55px;
  margin: 51px 15px 0%;
  padding: auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #fff;
  font-family: Circularstd;
  color: #cf4f00;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbtn {
  background-color: transparent;
}

.nav.w--open {
  background-color: transparent;
}

.body {
  overflow: hidden;
}

.image-2 {
  background-color: rgba(0, 152, 255, 0);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 100px;
  background-color: #fff;
  color: #ffd1d1;
}

.text-block {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block.trailer {
  color: #000;
}

.image-3 {
  width: 240px;
  height: 55px;
  background-color: #fff;
  opacity: 1;
}

.image-4 {
  width: 200px;
  height: 55px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 1;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #1cb0f6;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.lightbox-link:hover {
  opacity: 0.9;
}

.lightbox-link.trailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
}

.html-embed {
  width: 200px;
  height: 55px;
  min-height: 55px;
  min-width: 200px;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 1;
}

.image-5 {
  width: 200px;
  height: 55px;
  min-height: 55px;
  min-width: 200px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.btn-fb {
  width: 240px;
  height: 55px;
  min-height: 55px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: auto;
  padding-left: auto;
  border-radius: 100px;
  background-color: #3b5998;
  font-family: Circularstd;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-fb:hover {
  background-color: #4466ad;
}

.image-6 {
  opacity: 0;
}


@media (max-width: 991px) {
  .image {
    display: block;
    width: 130%;
    max-width: 130%;
  }
  .navbar {
    height: 0px;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: -5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #3b5998;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    text-align: right;
  }
  .nav-link.fb:hover {
    opacity: 0.9;
  }
  .nav-link.tw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 10%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #1cb0f6;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .nav-link.tw:hover {
    opacity: 0.9;
  }
  .nav-link.mobile {
    width: 50%;
    margin-bottom: -5%;
    border-radius: 100px;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
  }
  .nav-link.mobile:hover {
    opacity: 0.9;
  }
  .nav-link.secondary {
    width: 50%;
    margin-bottom: -5%;
    border-style: none;
    border-color: #fff;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }
  .nav-link.secondary:hover {
    background-color: hsla(0, 0%, 100%, .1);
    opacity: 0.9;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p {
    font-size: 15vw;
  }
  .section {
    background-image: url('../images/background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .b2 {
    background-color: rgba(123, 58, 36, .4);
  }
  .div-block-6 {
    padding-top: 0%;
  }
  .nav-menu {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .87);
    text-align: center;
  }
  .navbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .div-block-8 {
    max-height: 2px;
    max-width: 30px;
    min-height: 2px;
    min-width: 30px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .nav {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    max-width: 30px;
    min-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox-link {
    background-color: #1cb0f6;
    background-image: none;
  }
  .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .navbar {
    position: relative;
    display: block;
  }
  .container {
    display: none;
  }
  .p {
    padding-top: 0%;
    font-size: 15vw;
  }
  .section {
    overflow: hidden;
    clear: both;
    background-position: 50% 50%;
  }
  .p2 {
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 20px;
  }
  .div-block-6 {
    overflow: visible;
    padding-top: 0%;
    padding-bottom: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer {
    position: static;
    overflow: visible;
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav.w--open {
    background-color: transparent;
  }
  .links {
    overflow: auto;
  }
}

@media (max-width: 479px) {
  .image {
    width: 130%;
    max-width: 130%;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
  }
  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 90%;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .nav-link.fb {
    width: 300px;
    height: 50px;
    max-width: 300px;
    min-width: 240px;
    margin-bottom: -10%;
    border-radius: 100px;
    background-color: #3b5998;
    font-weight: 700;
  }
  .nav-link.tw {
    width: 300px;
    height: 50px;
    max-width: 300px;
    min-width: 240px;
    margin-bottom: 5%;
    border-radius: 100px;
    background-color: #1cb0f6;
    font-weight: 700;
  }
  .nav-link.mobile {
    width: 300px;
    height: 50px;
    max-width: 300px;
    min-width: 240px;
    margin-top: 0%;
    margin-bottom: -10%;
    border-radius: 100px;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
  }
  .nav-link.secondary {
    width: 300px;
    height: 50px;
    max-width: 300px;
    min-width: 240px;
    margin-bottom: -10%;
    border: 3px solid #fff;
    border-radius: 100px;
    background-color: #fff;
    opacity: 1;
    color: #000;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p {
    padding-top: 0%;
    font-size: 30vw;
  }
  .section {
    background-image: url('../images/background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .b2 {
    width: 300px;
    min-height: 55px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .p2 {
    margin-bottom: 10px;
    padding-top: 0%;
    font-size: 25px;
    line-height: 66px;
  }
  .footer {
    padding-bottom: 10%;
  }
  .ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button {
    width: 300px;
    min-height: 55px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbtn {
    background-color: rgba(0, 152, 255, 0);
  }
  .nav {
    padding: 0px;
  }
  .nav.w--open {
    padding: 0px;
    background-color: transparent;
  }
  .lightbox-link {
    width: 300px;
    height: 55px;
    max-width: 300px;
    min-width: 240px;
    margin: 10px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1cb0f6;
    background-image: -webkit-linear-gradient(270deg, #1cb0f6, #1cb0f6);
    background-image: linear-gradient(180deg, #1cb0f6, #1cb0f6);
  }
  .lightbox-link.trailer {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .btn-fb {
    margin-bottom: 30px;
  }
}
