body,
html {
  margin: auto;
  padding: 0 !important;
  background-color: white;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
}
.vertical-separator {
  border-left: 1px solid #e5e5e5;
  width: 1px;
  height: 100%;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
}
#popover-help {
  display: none;
}
.help {
  cursor: pointer;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:focus {
  outline: none;
}
.buyicons a {
  cursor: pointer;
}
.buyicons a:hover {
  opacity: 0.8;
}
.buyicons img {
  width: 100%;
}
.contain-width {
  max-width: 1440px;
  margin: auto;
}

/***** NAV BAR *****/
.navbar {
  color: #7791a2;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 3;
  background-color: white;
  position: fixed;
  width: 100%;
  height: 120px;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.navbar .navbar-brand {
  margin: 0;
}
.navbar .navbar-brand > div {
  display: flex;
}
.navbar .logo [class^="col-"] {
  padding: 0;
}
.navbar .logo img {
  width: 100%;
}
.navbar a {
  cursor: pointer;
}

.logos-text-container {
  left: 8.5%;
  top: 90px;
  z-index: 10;
  display: inline-flex;
  margin-left: 0.6rem;
  margin-top: 0.5rem;
}

.logos-text {
  font-size: 12px;
  color: #a4a4a4;
  margin-bottom: 0;
  text-transform: none;
  margin-left: 0.5rem;
  font-weight: normal;
}

.logos-text-dot {
  width: 6px;
  height: 6px;
  background-color: #3bb0d1;
  border-radius: 3px;
  margin-top: 0.4rem;
}

.logos-text-dot-right {
  width: 6px;
  height: 6px;
  background-color: #3bb0d1;
  border-radius: 3px;
  margin-left: 0.5rem;
  margin-top: 0.4rem;
}

/***** WRAPPER 1 *****/
.wrapper1 {
  background-image: radial-gradient(circle at 16% 8%, #50afd3, #3590bc);
  color: white;
  padding-top: 120px;
}
.wrapper1 .s1 {
  position: relative;
  height: 100%;
  padding: 20px 30px;
}
.wrapper1 .gift-container {
  font-size: 17px;
  text-align: center;
  display: block;
}
.wrapper1 .gift-container img {
  margin: -6px 20px 0 20px;
}
.wrapper1 .phone-text {
  margin: 0 20px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.wrapper1 .hand-phone {
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.wrapper1 img {
  max-width: 100%;
}
.wrapper1 h2 {
  font-weight: bold;
}
.wrapper1 p {
  color: white;
}
.wrapper1 .buyicons div:nth-child(1) {
  text-align: right;
}
.wrapper1 .buyicons div:nth-child(2) {
  text-align: left;
}
.wrapper1 .sright .help {
  text-align: center;
  margin-top: 35px;
}
.wrapper1 .sright .help .ico-help {
  background: url("../imgs/help.svg") bottom/contain no-repeat;
  height: 15px;
  width: 15px;
  margin-bottom: -1px;
  display: inline-block;
}
.wrapper1 .help a:hover .ico-help,
.wrapper1 .help a:focus .ico-help {
  background: url("../imgs/help-active.svg") bottom/contain no-repeat;
}
.wrapper1 .help a:hover span,
.wrapper1 .help a:focus span {
  color: white;
  text-decoration: underline;
}
.wrapper1 .sright .help span {
  color: rgba(225, 225, 225, 0.6);
  font-size: 16px;
}
/* Wobble Vertical */
.wrapper1 .down_button {
  position: absolute;
  bottom: 40px;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-animation-name: down_button;
  animation-name: down_button;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes down_button {
  0% {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
}
@keyframes down_button {
  0% {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
}
/* End of Wobble Vertical */

/***** WRAPPER 2 *****/
.wrapper2 .why-title {
  background-image: linear-gradient(to bottom, rgba(234, 246, 249, 0), #f5f7f7),
    linear-gradient(#f9f9f9, #f9f9f9);
  color: #1a415e;
  align-items: center;
  margin: 0;
}
.wrapper2 .why-title p {
  text-align: center;
}
.wrapper2 .vertical-line {
  width: 1px;
  height: 46px;
  border: solid 1px #3bb0d1;
  margin: -23px auto 0 auto;
}
.wrapper2 .reason {
  position: relative;
  padding: 8% 10%;
  height: 500px;
}
.wrapper2 .reason-image {
  padding-left: 30px;
}
.wrapper2 .reason-image div {
  height: 100%;
}
.wrapper2 .reason-image div.whenever-illustration {
  background: url("../imgs/whenever-illustration.svg") center/contain no-repeat;
}
.wrapper2 .reason-image div.notifications-illustration {
  background: url("../imgs/notifications-illustration.svg") center/contain
    no-repeat;
}
.wrapper2 .reason-image div.fun-facts-illustration {
  background: url("../imgs/fun-facts-illustration.svg") center/contain no-repeat;
}
.wrapper2 .reason-image div.gift-card-illustration {
  background: url("../imgs/gift-card-illustration.svg") center/contain no-repeat;
}
.wrapper2 .reason-text {
  position: relative;
}
.wrapper2 .reason-text > div {
  max-width: 420px;
}
.wrapper2 .reason h2 {
  color: #3bb0d1;
}
.wrapper2 .reason p {
  color: #1a415e;
}
.wrapper2 .reason-border {
  border-bottom: solid 1px #eeeeee;
  position: absolute;
  bottom: 0;
}

/***** WRAPPER 3 *****/
.wrapper3 {
  z-index: 2;
  position: relative;
  background-color: #173753;
}
.wrapper3 .s3 {
  width: 100%;
  min-height: 1000px;
  object-fit: contain;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}
.wrapper3 h2 {
  text-align: center;
  color: #3bb0d1;
}
.wrapper3 li {
  display: block;
  text-indent: 5px;
  border-bottom: solid 1px rgba(59, 176, 209, 0.22);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 15px 35px 15px 0;
  position: relative;
}
.wrapper3 ul {
  max-width: 650px;
  margin: 30px auto;
  padding: 0 20px;
  list-style-type: none;
  text-align: left;
}
.wrapper3 a,
.s3 a:hover,
.s3 a:visited,
.s3 a:active {
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
  margin-left: 6px;
}
.wrapper3 a span {
  margin-left: -6px;
}
#consentLink,
#consentLink:hover,
#consentLink:visited,
#consentLink:active {
  position: initial;
  clear: both;
  font-size: 17px;
  font-weight: 400;
  color: #3bb0d1;
  margin: 0;
  padding: 0;
  height: initial;
  width: initial;
  display: normal;
  border: none;
  line-height: inherit;
  cursor: pointer;
}
.wrapper3 li a[aria-expanded="true"]::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.wrapper3 li a::after {
  width: 21px;
  height: 21px;
  background: url("../imgs/plus-faq.svg") center/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.wrapper3 .panel-body {
  width: 100%;
  padding: 0px 0 30px 0;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}
.wrapper3 .q_text {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: white;
}

/***** MODAL *****/
/*MODALS*/
/* Important part */
.modal {
  padding: 20px 0;
}
.modal-dialog {
  max-width: 900px;
  overflow-y: initial !important;
  height: 100%;
  margin: 0 auto;
}
.modal-content {
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.modal-header {
  border-bottom: none;
  padding: 30px 30px 20px 0;
  display: block;
}
.modal-header .close_m {
  cursor: pointer;
  float: right;
  background: url("../imgs/plus-faq.svg") center/contain no-repeat;
  width: 37px;
  height: 37px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-body {
  padding: 0 60px;
  height: 100%;
  overflow-y: auto;
}
.modal-body .title_m {
  width: 150px;
  height: 30px;
  background: url("../imgs/hk-logo.svg") left/contain no-repeat;
}
.modal-body h4 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.1px;
  color: #3bb0d1;
  margin: 23px 0 30px 0;
}
.modal-body h5 {
  font-size: 18px;
  font-weight: 400;
  color: #1a415e;
}
.modal-body h6 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #3bb0d1;
}
.modal-body .subheader {
  font-size: 14px;
}
.modal-body .text_m {
  margin: 0 0 100px 0;
}
.modal-body p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1a415e;
}
.modal-body .li_m {
  margin-left: 10px;
}
.modal-footer {
  border-top: none;
}
.modal-footer .rights_m {
  margin: 10px auto;
  font-size: 15px;
  font-weight: 300;
  color: #1a415e;
}

/***** WRAPPER 4 *****/
.wrapper4 .s4 {
  height: 600px;
}
.wrapper4 .s4 .row {
  height: 100%;
}
.wrapper4 .s4 h1 {
  text-align: center;
  color: #3bb0d1;
}
.wrapper4 .s4 .help {
  text-align: center;
  margin-top: 35px;
}
.wrapper4 .s4 .help span {
  color: #7791a2;
  font-size: 16px;
}
.wrapper4 .s4 .help a:hover span,
.wrapper4 .s4 .help a:focus span {
  text-decoration: underline;
}
.wrapper4 .s4 .help .ico-help {
  background: url("../imgs/help-grey.svg") bottom/contain no-repeat;
  height: 15px;
  width: 15px;
  margin-bottom: -1px;
  display: inline-block;
}
.wrapper4 .s4 .phone-survey {
  height: 100%;
  width: 100%;
}

/***** FOOTER *****/
footer {
  text-align: center;
  background-color: #f0f0f0;
  padding: 1px;
}
footer div {
  align-items: center;
  justify-content: center;
}
footer .f_rights {
  font-weight: 600;
  color: #7791a2;
}
footer .f_consent {
  font-weight: 600;
  color: #3bb0d1;
  cursor: pointer;
}
footer .f_consent:hover {
  text-decoration: underline;
}

/* small devices */
@media all and (max-width: 768px) {
  /***** NAV BAR *****/
  .navbar {
    display: block;
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 20px 15px 20px calc(15px + 4%);
    height: 76px;
  }
  .navbar .logo {
    height: 100%;
    margin: auto;
  }
  .navbar .navbar-nav {
    height: 44px;
    justify-content: center;
    box-shadow: inset 0 1px 0 0 rgba(225, 225, 225, 0.5);
  }
  .navbar .nav-link {
    padding: 12px 0;
  }

  .logos-text-container {
    z-index: 10;
    display: inline-flex;
    width: 100%;
    margin-left: -1rem;
    margin-top: 0;
  }

  .logos-text {
    font-size: 10px;
    color: #a4a4a4;
    margin-bottom: 0;
    text-transform: none;
    margin-left: 0.5rem;
    font-weight: normal;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
    line-height: 1;
    white-space: initial;
  }

  .logos-text-dot {
    display: none;
  }

  .logos-text-dot-right {
    display: none;
  }

  /***** WRAPPER 1 *****/
  .wrapper1 {
    height: 965px;
    padding-top: 150px;
  }
  .wrapper1 .gift-container span:last-child {
    display: block;
  }
  .wrapper1 .small-line {
    width: 93px;
    height: 3px;
    opacity: 0.4;
    border-bottom: solid 1px #ffffff;
    margin: 20px auto 40px auto;
  }
  .wrapper1 h2 {
    font-size: 31px;
    margin-bottom: 30px;
  }
  .wrapper1 p {
    font-size: 18px;
  }
  .wrapper1 .sright {
    text-align: center;
  }
  .wrapper1 .sright .buyicons {
    margin-top: 50px;
  }
  .wrapper1 .sright .buyicons img {
    max-height: 51px;
  }
  .wrapper1 .phone-text {
    height: calc(100% - 130px);
    margin: 0 20px;
  }
  .wrapper1 .hand-phone-cont {
    height: 400px;
  }
  .wrapper1 .hand-phone {
    background: url("../imgs/hand-phone-mobile@3x.png") no-repeat bottom/contain;
  }
  .wrapper1 .enclose {
    height: calc(100% - 400px);
  }
  .wrapper1 .sright .help {
    margin-top: 5px;
  }
  .wrapper1 .down_button {
    display: none;
  }

  /***** WRAPPER 2 *****/
  .wrapper2 .why-title {
    font-size: 18px;
    height: 155px;
    padding: 0 10%;
  }
  .wrapper2 .reason h2 {
    font-size: 33px;
  }
  .wrapper2 .reason p {
    font-size: 18px;
  }
  .wrapper2 .reason-text {
    text-align: center;
  }
  .wrapper2 .reason-text > div > div {
    position: absolute;
    bottom: 0;
  }
  .wrapper2 .reason-border {
    right: 0;
    left: 0;
  }

  /***** WRAPPER 3 *****/
  .wrapper3 h2 {
    font-size: 33px;
    font-weight: 400;
    margin: 15px 50px;
  }
  .wrapper3 .faq-img {
    height: 56px;
    width: 56px;
    margin-bottom: 30px;
  }
  .wrapper3 li {
    font-size: 20px;
  }

  /***** WRAPPER 4 *****/
  .wrapper4 .s4 {
    height: 530px;
  }
  .wrapper4 .s4 .phone-cont {
    height: 400px;
    margin-top: 30px;
  }
  .wrapper4 .s4 .phone-survey {
    background: url("../imgs/phone-survey@2x.png") bottom/contain no-repeat;
  }
  .wrapper4 .s4 h1 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .wrapper4 .s4 .buyicons div {
    text-align: center;
    margin-bottom: 20px;
  }
  .wrapper4 .s4 .buyicons img {
    height: 60px;
  }

  /***** FOOTER *****/
  footer {
    font-size: 14px;
    height: 430px;
  }
  footer > div.row {
    margin-top: 230px;
  }
  footer .f_logo {
    margin-bottom: 35px;
  }
  footer .f_rights {
    margin-bottom: 10px;
  }
} /* end small devices */

/* bigger than tablet devices */
@media all and (min-width: 768px) {
  /***** NAV BAR *****/
  .navbar {
    display: flex;
    padding: 35px 7%;
  }
  .navbar .navbar-nav .vertical-separator {
    display: none;
  }

  /***** WRAPPER 1 *****/
  .wrapper1 {
    height: 1010px;
  }
  .wrapper1 .gift-container {
    margin-top: 10px;
  }
  .wrapper1 .sright {
    margin-top: 60px;
  }
  .wrapper1 h2 {
    font-size: 45px;
    margin-bottom: 50px;
  }
  .wrapper1 p {
    font-size: 20px;
  }
  .wrapper1 .phone-text {
    height: calc(100% - 170px);
  }
  .wrapper1 .hand-phone {
    background: url("../imgs/hand-phone@3x.png") no-repeat bottom/contain;
  }
  .wrapper1 .sright .buyicons {
    margin-top: 70px;
  }

  /***** WRAPPER 2 *****/
  .wrapper2 .why-title {
    font-size: 23px;
    height: 240px;
    padding: 0 30%;
  }
  .wrapper2 .reason {
    height: 500px;
  }
  .wrapper2 .reason h2 {
    font-size: 48px;
    font-weight: lighter;
    margin-bottom: 30px;
  }
  .wrapper2 .reason p {
    font-size: 21px;
  }
  .wrapper2 .reason-text > div {
    position: relative;
    height: 100%;
    max-width: 420px;
    margin: auto;
  }
  .wrapper2 .reason-text > div > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .wrapper2 .reason-border {
    right: 10%;
    left: 10%;
  }

  /***** WRAPPER 3 *****/
  .wrapper3 h2 {
    font-size: 48px;
    font-weight: lighter;
  }
  .wrapper3 .faq-img {
    height: 72px;
    width: 72px;
    margin-bottom: 30px;
  }
  .wrapper3 li {
    font-size: 22px;
  }

  /***** WRAPPER 4 *****/
  .wrapper4 .s4 {
    height: 600px;
  }
  .wrapper4 .s4 .phone-survey {
    margin-top: 115px;
    background: url("../imgs/phone-survey@3x.png") bottom/contain no-repeat;
  }
  .wrapper4 .s4 .download {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 40px;
  }
  .wrapper4 .s4 h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 75px;
  }
  .wrapper4 .s4 .buyicons {
    max-width: 525px;
    margin: auto;
  }
  .wrapper4 .s4 .buyicons div:nth-child(1) {
    text-align: right;
  }
  .wrapper4 .s4 .buyicons div:nth-child(2) {
    text-align: left;
  }

  /***** FOOTER *****/
  footer {
    font-size: 16px;
    height: 270px;
  }
  footer > div.row {
    margin-top: 150px;
  }

  /***** HELP POPOVER *****/
  .popover {
    width: 678px;
    max-width: 678px;
    box-shadow: 0 9px 31px 0 rgba(0, 0, 0, 0.21);
    border: none;
    border-radius: 12px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 15px 0;
  }
  .popover .row {
    margin: 0;
  }
  .popover .titles {
    text-align: center;
    color: #7791a2;
    font-size: 19px;
    margin-bottom: 40px;
  }
  .popover .instructions > div:first-child {
    border-right: 1px solid #e1e1e1;
  }
  .popover .instructions .number {
    width: 24px;
    height: 24px;
    background-color: #f1f1f1;
    border-radius: 12px;
    color: #adadad;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
  }
  .popover .instructions .instruction,
  .popover .instructions .launch {
    margin-left: 20px;
    color: #1a415e;
    font-size: 17px;
  }
  .popover .instructions .instruction p {
    width: 180px;
    margin: 0;
  }
  .popover .instructions > div:first-child {
    padding: 0 40px 0 16px;
  }
  .popover .instructions > div:last-child {
    padding: 0 16px 0 40px;
  }
  .popover .launch p {
    width: 140px;
    display: inline-block;
    margin: 0;
  }
  .popover .launch img {
    display: inline-block;
    margin-left: 10px;
    margin-top: -27px;
  }
  .popover .separator {
    width: 32px;
    height: 1px;
    border-bottom: solid 1px #e1e1e1;
    margin: 25px 0 25px 44px;
  }
  .popover .preview {
    margin-top: 20px;
  }
  .popover .participate {
    color: #7791a2;
    font-size: 19px;
    margin: 40px 0 30px 0;
  }
  .popover .participate > div {
    margin: auto;
    display: flex;
  }
  .popover .participate p {
    width: 130px;
    margin-left: 20px;
    margin-bottom: 0;
  }
} /* bigger than tablet devices */
