/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: transparent !important;
  color: rgba(34,46,58,.75);
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container {
	margin: 0 auto;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

h1 {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

h2 {
    background: linear-gradient(256.7deg,#2a2b32 0,#2a2b32 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    padding: 40px 0 6px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -.8px;
    line-height: 52px;
    font-family: Inter, Gordita, sans-serif;
}

h3 {
    font-weight: 500;
    font-size: 1.5em;
    color: #2a2b32;
    padding: 20px 0;
}

h4 {
  padding: 20px 0;
}

p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
  text-decoration: none;
}

a img {
  cursor: pointer;
}

.row {
  align-items: center;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.logo {
  float: left;
}

.navbar {
  float: right;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 9999;
  transition: all 0.5s;
  width: 100%;
  position: fixed;
  top: 0px;
}

#header div {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: space-between !important;
}

#header .logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #2a2b32;
  float: left;
  margin: 6px 10px;
}

#header .logo img {
  padding: 0;
  float: left;
  width: 40px;
}

.inverted {
  background-color: #fff;
  box-shadow: 0 3px 5px 0.3px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }
  #header.header-scrolled {
    display: block;
  }
}
  
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li:nth-child(5) {
  display: block;
}

.navbar li:nth-child(6),
.navbar li:nth-child(7) {
  display: block;
  top: 29%;
}

.navbar li:nth-child(7) .copyright {
  display: block;
}

.navbar li a svg {
  margin-right: 6px;
  width: 18px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2a2b32;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
}

.navbar a:hover,
.navbar li:hover > a {
  color: #50AAFD;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 160px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #50AAFD;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .dropdown .bi-globe {
  margin: 0px 6px 0 2px;
  font-size: 16px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    width: 24px;
	height: 24px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: black;
}

.icon-menu {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon-menu.svg);
	background-repeat: no-repeat;
}

.icon-close {
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-close.svg);
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }

  .navbar ul {
      display: none;
  }

  .navbar-mobile {
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(23, 35, 46, 0.9);
      transition: 0.3s;
      z-index: 999;
  }

  .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
  }

  .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 50px 0;
      background-color: #e3eeff;
      overflow-y: auto;
      transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
      padding: 20px;
      font-size: 18px;
      color: #2a2b32;
      text-decoration: none;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
      color: #50AAFD;
  }

  .navbar-mobile li:nth-child(4) a:hover {
      color: #50AAFD;
      background-color: transparent;
  }

  .navbar-mobile .dropdown ul {
      position: static;
      display: none;
      margin: 10px 20px;
      padding: 10px 0;
      z-index: 99;
      opacity: 1;
      visibility: visible;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

  .navbar-mobile ul li {
      min-width: 160px;
  }

  .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
      color: #174f8b;
  }

  .navbar-mobile .dropdown ul a i {
      font-size: 12px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover > a {
      color: #50AAFD;
  }

  .navbar-mobile .dropdown > .dropdown-active {
      display: block;
  }

  .navbar li:nth-child(5) {
      display: block;
  }

  .navbar-mobile li:nth-child(6),
  .navbar-mobile li:nth-child(7) {
      display: block;
  }

  .navbar-mobile li:nth-child(6) a,
  .navbar-mobile li:nth-child(7) a {
      padding: 0px;
      margin: 0px 20px;
  }

  .navbar li:nth-child(7) .copyright {
      display: block;
      color: #fff;
      margin: 0px 20px;
      font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Banner text Section
--------------------------------------------------------------*/
.m-intro {
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 100px 0 2%;
}

.m-intro .e-text {
  position: relative;
  z-index: 100;
}

.m-intro .e-text h1, h1 {
  margin: 0;
  padding: 4% 0 0;
  font-size: 5em;
  line-height: auto;
  position: relative;
  text-align: left;
  font-weight: 700;
}

@supports (-webkit-background-clip: text) {
  .m-intro .e-text h1, h1 {
    background: radial-gradient(ellipse at center, #555 0%, #2a2b32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.m-intro .e-text .subtitle {
  font-weight: 300;
  color: #6e6e6e;
  font-size: xx-large;
}

.m-intro .e-text .top-subtitle {
  font-weight: 300;
  color: #6e6e6e;
  font-size: x-large;
}

.left-container {
  margin-top: 30px;
  width: 62%;
  float: left;
  text-align: left;
}

.right-container {
  width: 38%;
  float: left;
}

.banner-rocket {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
  #about img {
    width: 80%;
  }
  
  ul.benefit {
    color: #6e6e6e;
    font-size: large;
    font-weight: 400;
    padding: 0px;
    margin: 40px 0px 20px;
  }
  
  ul.benefit li {
    list-style-type: none;
    line-height: 40px;
  }
  
  ul.benefit li:before {
    content: url(../img/icon-tick.png);
    margin-right: 16px;
  }

/*--------------------------------------------------------------
  # Button
  --------------------------------------------------------------*/
button {
  background-color: #50AAFD;
  border-radius: 50px;
  color: white;
  border: 0;
  font-weight: 500;
  font-size: larger;
  border: 1px solid #50AAFD;
  padding: 10px 50px;
  cursor: pointer;
}

button:hover {
  background-color: #123D59;
  color: white;
  border-color: #123D59;
}

.btn-email {
  background-color: transparent;
  border: 1px solid #6c91e9;
  color: #6c91e9;
  margin-left: 20px;
}

.btn-email:hover {
  border-color: #123D59;
  color: #123D59;
  background-color: transparent;
}

.androidbtn{
  background-color: white;
  color: #50AAFD;
  border: 2px solid #50AAFD;
  margin-left: 20px;
}

.androidbtn img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.androidbtn:has(img[src=""]) {
  display: none;
}

/*--------------------------------------------------------------
# Open Install Button
--------------------------------------------------------------*/ 
.devicesbtn {
  width: 300px; 
  margin: 0;
}

.btn-dl {
  background: -webkit-linear-gradient(-90deg, #349dff 30%, #1564FC 100%);
  box-shadow: inset 1px 1px 1px 1px #349dff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 16px 60px;
  display: block;
  align-items: center;
  cursor: pointer;
  float: left;
  margin: 20px auto;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.btn-dl:hover {
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.btn-dl::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #349dff;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#1564FC, #349dff);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}

.btn-dl::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #50AAFD;
  border-radius: 30px;
} 

.dl-warning{
  font-size: smaller;
}



/*--------------------------------------------------------------
# Platform
--------------------------------------------------------------*/
#platform {
  padding: 50px 0px 80px;
  background-color: #e3eeff;
}

ul.platform {
  margin: 20px auto;
  text-align: center;
  width: 80%;
  display: flow-root;
}

ul.platform li {
  list-style-type: none;
  width: 20%;
  float: left;
  padding: 20px 0px 10px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 18, 25, .04);
  border-radius: 8.74721px;
  border-radius: 6px;
  margin: 0 2%;
}

ul.platform li img {
  width: 30px;
}

ul.platform li span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 0;
  color: #2a2b32
}

ul.platform li a {
  text-decoration: none;
  color: auto
}

/*--------------------------------------------------------------
# VIP Benefits
--------------------------------------------------------------*/
.vipbenefit {
  padding: 10px !important;
  width: 100%;
  text-align: center !important;
  color: #2a2b32;
  margin: 50px 0 0;
  position: relative;
}

.vipbenefit-top::after{
  content:'';
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(80,170,253,1) 47%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 1px;
  top: -21px;
  left:0;
}

.vipbenefit-bottom::after{
  content:'';
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(80,170,253,1) 47%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 1px;
  bottom: -30px;
  left:0;
}

.vipbenefit-right::after{
  content:'';
  position: absolute;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(80,170,253,1) 47%, rgba(255,255,255,0) 100%);
  width: 1px;
  height: 90%;
  bottom: 0;
  right:0;
}

.vipbenefit-left::after{
  content:'';
  position: absolute;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(80,170,253,1) 47%, rgba(255,255,255,0) 100%);
  width: 1px;
  height: 90%;
  bottom: 0;
  left:0; 
}

.vipbenefit i{
  color: #50AAFD;
  font-size: 32px;
}

.vipbenefit div h4 {
  margin: 4px 0;
  padding: 0px;
  font-weight: 600;
}

.vipbenefit div p {
  font-size: 16px;
  margin: 10px 0;
  padding: 0px;
}

p:empty {display:none;}

.answer p a {
  color: #50AAFD;
}

button.benefitbtn {
  margin-top: 4%;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
section.world-node[data-v-011858e9] {
  position: relative;
  padding: 40px 0 80px;
  text-align: center;
}

section.world-node .world-map[data-v-011858e9] {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
  text-align: center
}

section.world-node .world-map .map-img[data-v-011858e9] {
  opacity: 7;
  width: 100%
}

section.world-node .world-map .node-list .node-dot[data-v-011858e9] {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #165dff;
  box-shadow: 0 0 7px 1px #fff;
  border-radius: 8px;
  opacity: 1;
  border: 2px solid #fff;
  z-index: 1;
  cursor: pointer
}

section.world-node .world-map .node-list .node-dot[data-v-011858e9]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  margin: -10px 0 0 -10px;
  animation: pulsate-a3a01502 2s linear;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
  background-color: #4679ff;
  border-radius: 100%;
  z-index: 0
}

section.world-node .world-map .node-list .node-dot.usa-lax[data-v-011858e9] {
  left: 14%;
  top: 54%
}

section.world-node .world-map .node-list .node-dot.tw[data-v-011858e9] {
  right: 19%;
  top: 60%
}

section.world-node .world-map .node-list .node-dot.hk[data-v-011858e9] {
  right: 20.3%;
  top: 60%
}

section.world-node .world-map .node-list .node-dot.fr[data-v-011858e9] {
  right: 52%;
  top: 48%
}

section.world-node .world-map .node-list .node-dot.sg[data-v-011858e9] {
  right: 24%;
  top: 68.4%
}

section.world-node .world-map .node-list .node-dot.kr[data-v-011858e9] {
  right: 17%;
  top: 53%
}

section.world-node .world-map .node-list .node-dot.jp[data-v-011858e9] {
  right: 13.5%;
  top: 54%
}

section.world-node .world-map .node-list .node-dot.de[data-v-011858e9] {
  right: 49.5%;
  top: 44%
}

section.world-node .world-map .node-list .node-dot.gb[data-v-011858e9] {
  right: 52.5%;
  top: 43%
}

section.world-node .world-map .node-list .node-dot.tr[data-v-011858e9] {
  right: 43.5%;
  top: 52%
}

section.world-node .world-map[data-v-011858e9]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: conic-gradient(from 180deg at 50.03% 32.23%,#165dff 37.17061043deg,#5679ff 136.87500358deg,#45adf9 163.95062685deg,#5f94f4 .57654631turn,#fb923c 228.04857731deg,#c82ee1 304.40840721deg,#fb923c 333.18861723deg);
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: .1;
  transition: opacity .3s ease-in-out;
  transform: translateZ(0)
}

section.world-node .world-node-more[data-v-011858e9] {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center
}

section.world-node .world-node-more .more-btn[data-v-011858e9] {
  margin: 20px auto 0;
  min-width: 160px;
  height: 42px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  border-radius: 100px;
  transition: background-color .3s
}

@keyframes pulsate-a3a01502 {
  0% {
      -webkit-transform: scale(0);
      opacity: .05
  }

  20% {
      -webkit-transform: scale(.7);
      opacity: .1
  }

  40% {
      -webkit-transform: scale(1.5);
      opacity: .2
  }

  60% {
      -webkit-transform: scale(2);
      opacity: .3
  }

  to {
      -webkit-transform: scale(3);
      opacity: 0
  }
}


/*--------------------------------------------------------------
# iOS Requirement
--------------------------------------------------------------*/
.download-wrap {
  padding: 80px 0 0;
}

.download-wrap ul {
  padding: 0px;
  margin: 0px;
  clear: both;
  display: flow-root;
}

.download-wrap ul li {
  list-style-type: none;
  float: left;
  background-color: #F3B41B;
  width: 23%;
  margin-right: 2%;
  text-align: left;
  padding: 12px 4px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 18, 25, .04);
  text-align: center;
  color: white;
}

.download-wrap ul li:hover {
  background-color: #123D59;
  color: white;
}

.download-wrap ul li b {
  font-size: 1.2em;
  font-weight: 600;
}

.download-wrap .ios-session {
  margin: 2% 0 4%;
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/

article a {
  text-decoration: underline;
  color: #123D59;
}

article a:hover {
  color: #50AAFD;
}

.session h4 {
  font-weight: 600;
  font-size: 1.5rem;
}

.answer {
	margin-bottom: 40px;
}

.answer p img {
    display: block;
    width: 38%;
    margin: 30px 0 40px;
}


/*--------------------------------------------------------------
# article
--------------------------------------------------------------*/

article {
  background-color: #e3eeff;
  width: 100%;
  padding: 1% 0;
  position: relative;
}

article h2 {
  text-align: left;
}

article .img-qna {
  float: right;
  width: 280px;
  margin-right: 10%;
  margin-top: -10%;
}

.session {
  margin-top: 4%;
}

.session .row {
  align-items: flex-start;
}

ul.question {
  margin: 0px;
  padding: 0px;
}

ul.question li {
  list-style-type: none;
  padding-bottom: 20px;
}

ul.question li.selected {
  font-weight: 700;
  font-weight: 30px;
}

ul.question li a {
  text-decoration: none;
  color: #123D59;
}

ul.question li a:hover {
  text-decoration: underline;
  color: #50AAFD;
}

.answer p img {
  display: block;
  width: 38%;
  margin: 30px 0 40px;
}

/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
.terms {
  margin-top: 40px;
}

.terms h4 {
	font-size: 1.1em;
	padding: 0px;
}

.terms p b {
	font-size: 0.9em;
	font-weight: 600;
}


/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/

#download span {
  color: #50AAFD;
  font-weight: 600;
  font-size: 5em;
  display: inline-block;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.install-step {
  margin: 80px 0px;
}

.install-step h3 {
  text-align: center;
  color: #50AAFD;
}

.install-step .section-title p {
  text-align: center;
}

.install-step .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 56px;
  padding-bottom: 64px;
  border-radius: 8px;
  position: relative;
}

.install-step .container .content .step {
  display: flex;
  align-items: center;
  justify-content: center;
}

.install-step .container .content .step .number {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 2px solid #FFCE02;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  font-weight: 500;
  flex-shrink: 0;
}

.install-step .container .content .step .right {
  margin-left: 24px;
}

.install-step .container .content .step .right .name {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.install-step .container .content .step .right .des {
  display: block;
  font-size: 13px;
  color: #7b7b7b;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.6;
  max-width: 160px;
}

.install-step .container .content .detail {
  position: absolute;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 50px 50px 0 0;
  background: #ececec;
  color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 189px;
  text-align: center;
  transition: all 0.2s ease;
}

.install-step .container .content .detail:hover {
  background: #50AAFD;
  color: white
}

.install-step .container .content .arrow {
  display: block;
  width: 100px;
  height: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  background-size: contain;
  bottom: 0;
}

.install-step button{
    font-size: smaller;
    padding: 10px 20px;
    width: fit-content !important;
    margin-bottom: 0 !important;
}

.install-step img {
  width: 150px;
}

.install-step .img-windows {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.install-step button:empty{
  display: none;
}

p.preamble {
  position: relative;
}

p.preamble span {
  display: inline-block;
  font-size: 12px;
}

p.preamble .icon-new {
  position: absolute;
  left: -5px;
  top:-10px;
  width: 40px;
}

.windowss {
  background: #FAFAFA;
  position: relative;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  padding: 80px 0;
  background-color: #fafafa;
}

#contact img {
  float: right;
  padding-right: 6%; 
}

#contact p {
  margin-top: 20px;
}

/*--------------------------------------------------------------
  # Background Style
  --------------------------------------------------------------*/
  .about-wrapper {
    background-color: white;
    background-position: 0% 30%;
    width: 100%;
    padding-top: 100px;
  }
  
  .support-wrapper {
    background-position: 0 -216px;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  
  .bg-counter-pixel {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
  }
  
  .bg-map-line {
    background-image: url(../img/bg-map-line.png);
    background-color: #fafafa;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 80px 0 4%;
  }
  
  .bg-v-white {
    background: #fafafa url(../img/bg-v-white.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0% 0 5% 0;
  }
  
  .bg-fixed {
    background-attachment: fixed;
  }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 5%;
  bottom: 3%;
  z-index: 996;
  background: #50AAFD;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.back-to-top:hover {
  background: #1C5D85;
  color: #50AAFD;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
footer {
background: url(../img/footer-bg.png) no-repeat center bottom;
background-color: #fdfdfd;
}

.footer_top {
  padding: 100px 0px 40px;
  position: relative;
  overflow-x: hidden;
}

.footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer_top .f_widget.about-widget .f_list li a:hover {
  color: #ff8200;
}

.footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.footer_top .f-title {
  margin-bottom: 10px;
}

.footer_top .f-title img {
width: 60px;
}

.footer_top .f_widget.about-widget .f_list li a {
  color: rgba(34,46,58,.75);
  text-decoration: none;
}

.flex {
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}