@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
body {
  font: 18px/1.55 "Open Sans", sans-serif;
  color: #111;
}

.blue {
  color: #39638d;
}

h1 {
  margin: 0 0 5px;
  font-size: 50px;
  color: #39638d;
  font-weight: 800;
  letter-spacing: -1px;
}

h2 {
  font-size: 42px;
  font-weight: 700;
}

h3 {
  margin-bottom: 20px;
  line-height: 1.5;
}

h3 strong {
  color: #39638d;
}

button {
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #61a7e2;
  background: linear-gradient(180deg, #61a7e2 0%, #4e92cb 100%);
  cursor: pointer;
  transition: all 100ms ease-in-out;
  text-transform: uppercase;
}

button:hover {
  transform: scale(1.025);
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

section {
  padding: 60px 0;
  background: url(../images/hero-bg.jpg) no-repeat bottom left/cover;
}

section#s1 #logo {
  margin-bottom: 20px;
}

section#s1 button {
  margin-bottom: 10px;
}

section#s1 #offerP {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #39638d;
}

section#s1 .video-track {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  border: 10px solid #39638d;
}

section#s1 #devices {
  width: 100%;
  margin-bottom: 20px;
}

section#s1 .promo-text {
  padding: 15px 25px 15px;
  border: 3px dashed #d1d2d3;
  font-size: 18px;
}

section#s1 .promo-text h4 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

section#s1 .promo-text strong {
  color: #000;
}

section#s1 .promo-text .starburst {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin: -75px -55px 10px 10px;
  text-align: center;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  transform: rotate(5deg);
  background: #39638d;
  background: linear-gradient(0deg, #39638d 0%, #62a7e2 100%);
  clip-path: polygon(100% 50%, 93.62% 55.74%, 98.3% 62.94%, 90.65% 66.84%, 93.3% 75%, 84.91% 76.79%, 85.36% 85.36%, 76.79% 84.91%, 75% 93.3%, 66.84% 90.65%, 62.94% 98.3%, 55.74% 93.62%, 50% 100%, 44.26% 93.62%, 37.06% 98.3%, 33.16% 90.65%, 25% 93.3%, 23.21% 84.91%, 14.64% 85.36%, 15.09% 76.79%, 6.7% 75%, 9.35% 66.84%, 1.7% 62.94%, 6.38% 55.74%, 0% 50%, 6.38% 44.26%, 1.7% 37.06%, 9.35% 33.16%, 6.7% 25%, 15.09% 23.21%, 14.64% 14.64%, 23.21% 15.09%, 25% 6.7%, 33.16% 9.35%, 37.06% 1.7%, 44.26% 6.38%, 50% 0%, 55.74% 6.38%, 62.94% 1.7%, 66.84% 9.35%, 75% 6.7%, 76.79% 15.09%, 85.36% 14.64%, 84.91% 23.21%, 93.3% 25%, 90.65% 33.16%, 98.3% 37.06%, 93.62% 44.26%);
  aspect-ratio: 1;
}

section#s1 .promo-text .starburst span {
  display: block;
  font-weight: 700;
}

section#s1 .promo-text .starburst span:nth-child(1), section#s1 .promo-text .starburst span:nth-child(3) {
  color: #eee;
  font-size: 20px;
}

section#s1 .promo-text .starburst span:nth-child(2) {
  margin-top: -5px;
  color: #fff;
  font-size: 58px;
}

section#s1 .promo-text p {
  margin: 0 0 20px;
  text-align: left;
}

section#s1 .promo-text p:last-of-type {
  margin-bottom: 0;
}

section#s1 p:nth-child(1) {
  font-size: 26px;
  color: #192e3e;
}

section#s1 ul {
  margin-bottom: 0;
  padding-left: 20px;
}

section#s1 #app-store-buttons {
  margin: 20px 0 0;
}

section#s1 #app-store-buttons img {
  display: inline-block;
  width: 150px;
}

section#s2 {
  background: #39638d;
  color: #fff;
}

section#s2 p {
  font-size: 20px;
}

footer {
  padding: 15px 0;
  background: #192e3e;
  color: #fff;
  font-size: 14px;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 660px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #39638d;
  color: #fff;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  color: #fff;
}

.modal .modal-header .close:hover {
  transform: none;
}

.modal .modal-header .inner {
  width: 100%;
  padding: 20px 30px;
}

.modal .modal-header .inner h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  text-transform: none;
}

.modal .modal-header .close:hover {
  background: none;
  color: #fff;
}

.modal#form-modal .modal-header .inner {
  padding: 20px 30px 15px;
}

.modal#form-modal .thanks {
  display: none;
  text-align: center;
}

.modal #amm-tabs {
  border: none;
  background: #ddd;
}

.modal #amm-tabs .nav-item {
  margin: 0;
  padding: 14px 30px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
}

.modal #amm-tabs .nav-item.active {
  box-shadow: inset 0 -2px 0 #39638d;
}

.modal .modal-body {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.modal .modal-body p {
  margin: 0 0 20px;
}

.modal .modal-body p:last-of-type {
  margin: 0;
}

.modal .modal-body .note {
  margin: 20px 0 !important;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
}

.modal #amm-head {
  text-align: center;
}

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.modal .bx-viewport {
  border: none;
  box-shadow: none;
}

.modal .bx-wrapper {
  margin: 0 auto;
}

.modal .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}

.modal #amm-slider div img {
  margin: 0 auto 20px;
}

.modal #amm-slider p {
  text-align: center;
}

.modal #video-page iframe {
  margin-bottom: 20px;
}

.modal #video-page p {
  text-align: center;
}

#form-modal input[type="checkbox"] {
  transform: translateY(-1px);
  margin-right: 3px;
}

#form-modal p {
  margin: 0 0 20px;
  font-size: 14px;
}

#loadingGraphic {
  display: none;
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #39638d;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #39638d;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #39638d;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #39638d;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@-webkit-keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
  h3 {
    font-size: 24px;
  }
  section#s1 p:nth-child(1) {
    font-size: 22px;
  }
  section#s1 .promo-text .starburst {
    width: 115px;
    margin-right: -35px;
  }
  section#s1 .promo-text .starburst span:nth-child(1), section#s1 .promo-text .starburst span:nth-child(3) {
    font-size: 16px;
  }
  section#s1 .promo-text .starburst span:nth-child(2) {
    margin-top: -3px;
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
  }
  section#s1 .promo-text .starburst {
    margin-right: -55px;
  }
}

@media (max-width: 767px) {
  h1, h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  button {
    font-size: 18px;
  }
  section {
    padding: 30px 0;
  }
  section#s1 #offerP {
    margin-bottom: 20px;
    font-size: 16px;
  }
  section#s1 .video-track {
    margin-bottom: 20px;
  }
  section#s1 p:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
  }
  section#s1 .promo-text {
    margin-top: 30px;
    padding: 15px;
    border-color: #63a8e2;
  }
  section#s1 .promo-text h4 {
    font-size: 20px;
  }
  section#s1 .promo-text .starburst {
    margin-right: -25px;
  }
  section#s1 .promo-text .starburst span:nth-child(1), section#s1 .promo-text .starburst span:nth-child(3) {
    font-size: 16px;
  }
  section#s1 .promo-text .starburst span:nth-child(2) {
    margin-top: -3px;
    font-size: 36px;
  }
  section#s2 p {
    font-size: 18px;
  }
}
