@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  font-family: 'Noto Sans TC', 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 300;
}

a {
  color: #3C97E9;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #197ed9;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans TC', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
}

h5, h6 {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}

.text-xs {
  font-size: 1rem;
}

h5 {
  font-size: 1.125rem;
}

h4, .text-sm {
  font-size: 1.25rem;
}

h3, .text-md {
  font-size: 2rem;
}

h2, .text-lg {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  h2, .text-lg {
    font-size: 2rem;
  }
}

h1, .text-xl {
  font-size: 3.125rem;
}

@media screen and (max-width: 768px) {
  h1, .text-xl {
    font-size: 2rem;
  }
}

.bold {
  font-weight: 700;
}

.blue {
  color: #3898ec;
}

.white {
  color: #ffffff;
}

.grey {
  color: #6a7889;
}

.black {
  color: black;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

section {
  padding: 52px 0;
}

mark {
  background: none;
  padding: 0;
}

figure {
  margin: 0;
}

#mainNav {
  z-index: 10000;
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Noto Sans TC', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  #mainNav {
    height: 64.39px;
  }
}

#mainNav .navbar-brand {
  color: #3C97E9;
  font-family: 'Noto Sans TC', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px;
}

#mainNav .navbar-brand .logo-white-image {
  height: 2.4rem;
}

@media (max-width: 992px) {
  #mainNav .navbar-brand .logo-white-image {
    display: none;
  }
}

#mainNav .navbar-brand .logo-black-image {
  display: none;
  height: 2.4rem;
}

@media (max-width: 992px) {
  #mainNav .navbar-brand .logo-black-image {
    display: inline;
  }
}

#mainNav .navbar-brand .logo-text {
  color: white;
}

@media (max-width: 992px) {
  #mainNav .navbar-brand .logo-text {
    color: black;
  }
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #197ed9;
}

#mainNav .navbar-toggler {
  padding: 8px 10px;
  color: #222222;
  outline: none;
}

#mainNav .navbar-nav > li > a {
  font-family: 'Noto Sans TC', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #3C97E9 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #3C97E9;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .logo-text {
    color: black;
  }
  #mainNav.navbar-shrink .logo-white-image {
    display: none;
  }
  #mainNav.navbar-shrink .logo-black-image {
    display: inline;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #3C97E9;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #3C97E9;
  }
}

header.masthead {
  position: relative;
  height: 100vh;
  width: 100%;
  color: white;
  background: url("../img/cover@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.masthead .header-content {
  text-align: center;
}

@media (max-width: 991px) {
  header.masthead .header-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

header.masthead .play-wrapper {
  margin-top: 50px;
}

@media (min-width: 992px) {
  header.masthead .header-content {
    position: absolute;
    top: 45%;
    left: 23%;
    text-align: left;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-row:before, .w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  background-color: #022236;
}

.main-footer {
  padding: 60px 10%;
}

.sub-footer {
  display: block;
  padding: 20px 10%;
  background-color: #123043;
  text-align: center;
}

.column-6 {
  position: static;
  margin-bottom: 16px;
  padding-right: 10px;
}

.footer-links-title {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 300;
}

.footer-links-item {
  display: block;
  margin-bottom: 8px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
  text-decoration: none;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-media-link {
  margin-right: 12px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(251, 251, 252, 0.16);
  border-radius: 20px;
}

.social-media-link:hover {
  border-color: rgba(251, 251, 252, 0.71);
}

.intro {
  background: linear-gradient(to top, #e9f5ff, #ffffff), linear-gradient(#3898ec, #3898ec);
}

.mail {
  background: linear-gradient(187deg, #e1f5ff, #f5faff 48%, #69b9ff);
}

.mail .oval-3 {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mail .benefit-title {
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}

.mail .benefit-description {
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}

.mail .benefit-wrapper {
  text-align: center;
}

.service {
  padding: 60px 20px 20px 20px;
}

.service .service-title-wrapper h2 {
  padding-bottom: 1rem;
}

.service .service-bottom-section {
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  padding-top: 2.5rem;
  padding-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .service .service-bottom-section {
    flex-direction: row;
    width: 910px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .service .service-bottom-section {
    width: 710px;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section {
    width: 510px;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section {
    width: 370px;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section {
    width: 320px;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section {
    width: 280px;
  }
}

.service .service-bottom-section .service-image-container {
  width: 100%;
  min-height: 144.39px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service .service-bottom-section .service-image-container {
    height: 360.98px;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section .service-image-container {
    height: 248.17px;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section .service-image-container {
    height: 188.02px;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section .service-image-container {
    height: 165.45px;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section .service-image-container {
    height: 144.39px;
  }
}

.service .service-bottom-section .service-image-container .puzzle {
  position: absolute;
}

@media screen and (min-width: 993px) {
  .service .service-bottom-section .service-image-container .puzzle {
    left: 190px;
  }
}

.service .service-bottom-section .service-image-container .puzzle .puzzle-container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container {
    width: 258.6px;
    height: 360.98px;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container {
    width: 190px;
    height: 248.17px;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container {
    width: 130px;
    height: 188.02px;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container {
    width: calc(165.45px * 0.69);
    height: 165.45px;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container {
    width: 98px;
    height: 144.39px;
  }
}

.service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
  position: absolute;
  width: 58.4%;
  z-index: 3;
  opacity: 0;
  transition: all 1s ease;
}

@media screen and (min-width: 769px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(6.2rem - 4.2rem);
    left: 2.2rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(6.9rem - 4.2rem);
    left: 2.6rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(3.9rem - 2rem);
    left: 1.9rem;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(4rem - 2rem);
    left: 1.4rem;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(3.5rem - 2rem);
    left: 1.2rem;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt {
    top: calc(3.1rem - 2rem);
    left: 1rem;
  }
}

.service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
  opacity: 1;
  transition: all 1s ease;
}

@media screen and (min-width: 768px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 6.2rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 6.9rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 3.9rem;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 4rem;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 3.5rem;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-fnt.fadein {
    top: 3.1rem;
  }
}

.service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.service .service-bottom-section .service-image-container .puzzle .puzzle-container .puzzle-bg.fadein {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}

.service .service-bottom-section .service-image-container .service-image {
  position: absolute;
  box-shadow: 0 16px 22px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  right: -20px;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
  .service .service-bottom-section .service-image-container .service-image {
    width: 480px;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .service .service-bottom-section .service-image-container .service-image {
    width: 330px;
  }
}

@media screen and (max-width: 576px) and (min-width: 413px) {
  .service .service-bottom-section .service-image-container .service-image {
    width: 250px;
  }
}

@media screen and (max-width: 412px) and (min-width: 366px) {
  .service .service-bottom-section .service-image-container .service-image {
    width: 220px;
  }
}

@media screen and (max-width: 365px) {
  .service .service-bottom-section .service-image-container .service-image {
    width: 192px;
  }
}

.service .service-bottom-section .service-image-container .service-image.fadein {
  opacity: 1;
  right: 0;
  transition: all 0.5s ease 1s;
}

.service .service-bottom-section .service-desc {
  width: 10rem;
  margin-top: 2.8rem;
  text-align: center;
  align-self: center;
}

@media screen and (min-width: 993px) {
  .service .service-bottom-section .service-desc {
    position: absolute;
    text-align: start;
    align-self: flex-start;
    width: 20rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) and (min-width: 412px) {
  .service .service-bottom-section .service-desc {
    width: 20.8rem;
  }
}

@media screen and (max-width: 412px) {
  .service .service-bottom-section .service-desc {
    width: 100%;
  }
}

.numberical_ad {
  margin: 0 auto;
  width: 240px;
}

@media screen and (max-width: 1024px) {
  .numberical_ad {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    width: 80vw;
  }
  .numberical_ad .benefit-img {
    width: 5.625rem;
    height: 2.85rem;
    padding-right: 1rem;
  }
  .numberical_ad article {
    text-align: left;
  }
}

.trial {
  padding: 0;
  background: url(../img/bg-pattern.png) no-repeat left bottom, linear-gradient(187deg, #e1f5ff, #f5faff 48%, #69b9ff);
}

.trial .trial-upper-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 20rem;
}

@media screen and (max-width: 767px) {
  .trial .trial-upper-section {
    flex-direction: column;
  }
}

.trial .trial-upper-section .trial-upper-item {
  display: flex;
  margin: 1.5rem;
}

@media screen and (min-width: 768px) {
  .trial .trial-upper-section .trial-upper-item {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .trial .trial-upper-section .trial-upper-item {
    flex-direction: row;
  }
}

.trial .trial-upper-section .trial-upper-item .trial-icon-container {
  background: white;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .trial .trial-upper-section .trial-upper-item .trial-icon-container {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .trial .trial-upper-section .trial-upper-item .trial-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 1rem;
  }
}

.trial .trial-upper-section .trial-upper-item .trial-icon-container .trial-icon {
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .trial .trial-upper-section .trial-upper-item .trial-icon-container .trial-icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .trial .trial-upper-section .trial-upper-item .trial-icon-container .trial-icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .trial .trial-upper-section .trial-upper-item .trial-text-container {
    width: 100%;
  }
  .trial .trial-upper-section .trial-upper-item .trial-text-container h5, .trial .trial-upper-section .trial-upper-item .trial-text-container h6 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .trial .trial-upper-section .trial-upper-item .trial-text-container {
    width: calc(80% - 100px);
    min-width: 9.25rem;
  }
}

.trial .trial-bottom-section {
  display: flex;
  flex-direction: row-reverse;
}

.trial .trial-bottom-section .email-input-container .email-text .email-title {
  text-align: left !important;
  margin-bottom: 10px;
}

.trial .trial-bottom-section .email-input-container .email-text .email-description {
  text-align: left !important;
  margin-bottom: 20px;
}

.trial .trial-bottom-section .email-input-container .email-box {
  height: 45px;
}

.trial .trial-bottom-section .email-input-container .email-box .email-input {
  width: 58%;
  height: 100%;
  border: none;
  float: left;
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.trial .trial-bottom-section .email-input-container .email-box .disable_cursor {
  cursor: not-allowed !important;
}

.trial .trial-bottom-section .email-input-container .email-box input.email-input[type="text"] {
  border-radius: 0;
}

.trial .trial-bottom-section .email-input-container .email-box .submit-animation-section {
  position: relative;
  width: 42%;
  float: left;
  height: 45px;
}

.trial .trial-bottom-section .email-input-container .email-box .submit-animation-section .email-submit {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #ffb312;
  border: none;
  cursor: pointer;
  float: left;
  outline: none;
}

.trial .trial-bottom-section .email-input-container .email-box .submit-animation-section .email-submit:hover {
  background: #ffd735;
  transition: background-color 0.5s ease;
}

.trial .trial-bottom-section .email-input-container .email-box .submit-animation-section .email-submit-progressive {
  display: none;
  margin: 0 auto;
  margin-top: 4.5px;
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #ffb312;
  /* Blue */
  border-radius: 18px;
  width: 36px;
  height: 36px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.trial .trial-bottom-section .email-input-container .email-status-box .email-submit-error {
  display: none;
  color: #e28578;
}

.trial .trial-bottom-section .email-image-container .trial-ipad-image {
  width: 100%;
}

.reservation {
  background: url(../img/bg-reservation.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 993px) {
  .reservation .reservation-img-col .reservation-image {
    margin-left: 20%;
    width: 85%;
  }
}

@media (max-width: 992px) {
  .reservation .reservation-img-col .reservation-image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .reservation .reservation-desc-col .reservation-desc {
    width: 295px;
    padding: 0 30px 30px 30px;
  }
}

@media (max-width: 767px) {
  .reservation .reservation-desc-col .reservation-desc {
    padding: 30px;
    padding-bottom: 0;
  }
}

.features-chain-store {
  background: url(../img/bg-run-business.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 10px;
  padding-top: 74px;
}

.features-chain-store .container-fluid {
  padding-left: 0;
  margin-left: 0;
}

@media screen and (min-width: 1441px) {
  .features-chain-store {
    height: 800px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
  .features-chain-store {
    height: 800px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .features-chain-store {
    height: 1050px;
  }
}

@media screen and (max-width: 767px) and (min-width: 413px) {
  .features-chain-store {
    height: 950px;
  }
}

@media screen and (max-width: 412px) and (min-width: 376px) {
  .features-chain-store {
    height: 900px;
  }
}

@media screen and (max-width: 375px) {
  .features-chain-store {
    height: 850px;
  }
}

.features-chain-store .bg-run-business {
  width: 100%;
}

.features-chain-store .multi-store-content {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.features-chain-store .multi-store-content .carousel-indicators {
  position: static;
  display: none;
}

.features-chain-store .multi-store-content .carousel-indicators .carousel-tab {
  height: 7px;
  background: #6a7889;
}

.features-chain-store .multi-store-content .carousel-indicators .active {
  height: 10px;
  background: #3898ec;
}

.features-chain-store .multi-store-content .carousel {
  display: none;
}

.features-chain-store .multi-store-content .custom-carousel {
  text-align: center;
  height: 300px;
}

@media (max-width: 992px) {
  .features-chain-store .multi-store-content .custom-carousel {
    height: 300px;
  }
}

.features-chain-store .multi-store-content .chain-store-desc {
  display: flex;
  justify-content: center;
}

.features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container {
    width: 50rem;
    height: 12rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container {
    width: 70%;
    height: 27rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container {
    width: 70%;
    margin: 0 auto;
  }
}

.features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items {
    margin: auto 0;
  }
}

.features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items .chain-store-desc-items-left .chain-store-desc-items-icon {
  margin-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items .chain-store-desc-items-right {
    min-width: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items .chain-store-desc-items-right {
    min-width: 80%;
  }
}

.features-chain-store .multi-store-content .chain-store-desc .chain-store-desc-container .chain-store-desc-items .chain-store-desc-items-right .chain-store-desc-items-content {
  margin-top: -0.3rem;
}

.features-chain-store .multi-store-content .item-text {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
}

.features-chain-store .multi-store-content .left {
  float: left;
}

.features-chain-store .multi-store-content .right {
  float: right;
}

@media (max-width: 767px) {
  .features-chain-store .multi-store-content .carousel {
    display: inline;
  }
  .features-chain-store .multi-store-content .custom-carousel {
    display: none;
  }
  .features-chain-store .multi-store-content .feature-box {
    text-align: center;
  }
  .features-chain-store .multi-store-content .left {
    float: none;
  }
  .features-chain-store .multi-store-content .right {
    float: none;
  }
}

.features-chain-store .multi-store-content li {
  width: 50%;
  max-height: 500px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.features-chain-store .multi-store-content li img {
  height: 300px;
}

.features-chain-store .multi-store-content li p {
  color: white;
  text-align: center;
  margin-top: 1.175em;
}

.features-chain-store .multi-store-content .items {
  position: absolute;
}

.features-chain-store .multi-store-content .main-pos {
  margin-left: auto;
  margin-right: auto;
  left: 25%;
  z-index: 3000;
}

.features-chain-store .multi-store-content .left-pos {
  left: 0;
  opacity: .3;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}

.features-chain-store .multi-store-content .back-pos {
  opacity: .05;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.features-chain-store .multi-store-content .right-pos {
  left: 50%;
  opacity: .3;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}

.features-chain-store .multi-store-content span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}

.features-chain-store .single-store-content {
  display: flex;
  padding-bottom: 64px;
}

@media (min-width: 1025px) {
  .features-chain-store .single-store-content {
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .features-chain-store .single-store-content {
    flex-direction: column;
  }
}

.features-chain-store .single-store-content .single-store-image-container {
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .features-chain-store .single-store-content .single-store-image-container {
    width: 734px;
    height: 450px;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .features-chain-store .single-store-content .single-store-image-container {
    width: 664px;
    height: 450px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .features-chain-store .single-store-content .single-store-image-container {
    width: 620px;
    height: 450px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .features-chain-store .single-store-content .single-store-image-container {
    width: 100%;
  }
}

.features-chain-store .single-store-content .single-store-image-container .single-store-image {
  width: 100%;
}

.features-chain-store .single-store-content .single-store-desc-container {
  margin: auto 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .features-chain-store .single-store-content .single-store-desc-container {
    margin-top: -1rem;
  }
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-header {
  display: flex;
  align-items: flex-start;
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-header .single-store-icon-container {
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #69c9f7, #3898ec);
  margin-right: 1rem;
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-header .single-store-icon-container .single-store-icon {
  width: 40px;
  margin: 0 !important;
}

@media (min-width: 576px) {
  .features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-header .single-store-desc-title {
    width: 22rem;
  }
}

@media (max-width: 576px) {
  .features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-header .single-store-desc-title {
    width: 13rem;
  }
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-footer .single-store-desc-content {
  align-self: flex-start;
}

@media (min-width: 576px) {
  .features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-footer .single-store-desc-content {
    width: 22rem;
    margin-left: 4.875rem;
    margin-top: -1rem;
  }
}

@media (max-width: 576px) {
  .features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-footer .single-store-desc-content {
    width: calc(13rem + 4.875rem);
  }
}

.features-chain-store .single-store-content .single-store-desc-container .single-store-info-items .single-store-info-items-footer .single-store-desc-content h6 {
  height: 2rem;
}

@media screen and (min-width: 576px) {
  .features-chain-store .single-store-content .line-break-lg-576 {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .features-chain-store .single-store-content .line-break-lg-576 {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .features-chain-store .single-store-content .line-break-lt-576 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .features-chain-store .single-store-content .line-break-lt-576 {
    display: block;
  }
}

@media screen and (min-width: 400px) {
  .features-chain-store .single-store-content .line-break-lg-400 {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .features-chain-store .single-store-content .line-break-lg-400 {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .features-chain-store .single-store-content .line-break-576-400 {
    display: none;
  }
}

@media screen and (max-width: 576px) and (min-width: 400px) {
  .features-chain-store .single-store-content .line-break-576-400 {
    display: block;
  }
}

.features-chain-store .chain-store-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 510px;
}

@media (max-width: 600px) and (min-width: 400px) {
  .features-chain-store .chain-store-image-wrapper {
    width: 350px;
  }
}

@media (max-width: 400px) {
  .features-chain-store .chain-store-image-wrapper {
    width: 100%;
  }
}

.features-chain-store .chain-store-image-wrapper .bubble {
  cursor: pointer;
  position: relative;
  padding: 5px;
  background: #eeeeee;
  border-radius: .4em;
  text-align: center;
}

.features-chain-store .chain-store-image-wrapper .bubble.selected {
  background: #3C97E9;
  color: white;
}

.features-chain-store .chain-store-image-wrapper .bubble.selected:after {
  border-top-color: #3C97E9;
}

@media (max-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .bubble {
    padding: 2px;
  }
}

.features-chain-store .chain-store-image-wrapper .bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: #eeeeee;
  border-bottom: 0;
  margin-left: -13px;
  margin-bottom: -10px;
}

.features-chain-store .chain-store-image-wrapper .icon-store-wrapper {
  position: absolute;
  top: -1.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 13%;
}

.features-chain-store .chain-store-image-wrapper .icon-store-wrapper .icon-single-store {
  align-self: flex-end;
}

.features-chain-store .chain-store-image-wrapper .icon-store-wrapper .icon-single-store img {
  height: 1rem;
  vertical-align: bottom;
}

.features-chain-store .chain-store-image-wrapper .icon-store-wrapper .icon-chain-store {
  align-self: flex-end;
}

.features-chain-store .chain-store-image-wrapper .icon-store-wrapper .icon-chain-store img {
  vertical-align: bottom;
  height: 1.5rem;
}

.features-chain-store .chain-store-image-wrapper .tab-single-store {
  position: absolute;
  top: -56px;
  width: 80px;
}

@media (min-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .tab-single-store {
    left: calc(20% - 80px / 2 + 20px / 2 + 2.5px);
  }
}

@media (max-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .tab-single-store {
    left: calc(20% - 80px / 2 + 20px / 2 + 2.5px);
  }
}

.features-chain-store .chain-store-image-wrapper .tab-chain-store {
  position: absolute;
  top: -56px;
  width: 80px;
}

@media (min-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .tab-chain-store {
    right: calc(27% - 80px / 2 + 20px / 2);
  }
}

@media (max-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .tab-chain-store {
    right: calc(30% - 80px / 2 + 20px / 2);
  }
}

.features-chain-store .chain-store-image-wrapper .line {
  height: 1px;
  border: solid 2px #eeeeee;
  width: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin: 0;
}

.features-chain-store .chain-store-image-wrapper .oval {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 5px #3898ec;
  border-radius: 50%;
  top: -10px;
  position: relative;
  float: left;
}

@media (min-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .oval {
    left: 20%;
  }
}

@media (max-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .oval {
    left: 20%;
  }
}

.features-chain-store .chain-store-image-wrapper .oval-copy {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 5px #3898ec;
  border-radius: 50%;
  top: -10px;
  position: relative;
  float: right;
}

@media (min-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .oval-copy {
    right: 27%;
  }
}

@media (max-width: 600px) {
  .features-chain-store .chain-store-image-wrapper .oval-copy {
    right: 30%;
  }
}

.features-chain-store .title-wrapper {
  text-align: center;
  padding-top: 10px;
  display: block;
}

#mainNav h2 {
  font-size: 1rem;
  font-weight: 400;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-row:before, .w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  background-color: #022236;
}

.main-footer {
  padding: 60px 10%;
}

.sub-footer {
  display: block;
  padding: 20px 10%;
  background-color: #123043;
  text-align: center;
}

.column-6 {
  position: static;
  margin-bottom: 16px;
  padding-right: 10px;
}

.footer-links-title {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 300;
}

.footer-links-item {
  display: block;
  margin-bottom: 8px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
  text-decoration: none;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-media-link {
  margin-right: 12px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(251, 251, 252, 0.16);
  border-radius: 20px;
}

.social-media-link:hover {
  border-color: rgba(251, 251, 252, 0.71);
}

.tbd-link {
  color: rgba(255, 255, 255, 0.88);
  cursor: grab;
}

.footer-links-item:hover {
  color: #3c97e9;
  text-decoration: none;
}

.highlight-link h2 {
  color: #FFF !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}

.navbar-shrink .highlight-link h2,
#navbarResponsive .highlight-link h2,
.nav-link .highlight-link {
  color: #14b5c6 !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}
