/* Aura version: 1.8.7 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  height: 100% !important;
}
html {
  font-size: 62.5%;
  padding: 0px 0px 0px 0px;
  height: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#app {
  height: 100% !important;
}
p {
  font-size: 1.1em;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.pi-header-menu {
  height: 80px !important;
}
.features {
    margin: 0px 0px 0px 0px !important;
    padding: 40px 40px 40px;
    position: relative;
}

#features > h6 {
  padding-top: 50px !important;
}

.icon-row-btm {
  position: absolute; 
  left: 50%;
  bottom:  -40px;
  transform: translate(-50%,0%); 
  width: 90%; 
  max-width: 300px; 
}

.center-wid90 {
  position: absolute; 
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); 
  width: 90%;
}

.hs-img {
  height: 250px !important;
  width: auto;
}

/* PANELS */
.panel {
  min-height: 50vh !important;
  padding: 0px 0px 0px 0px;
}

.panel-content {
  height: 100%;
  width: 100%;
  padding: 10% 10% 10% 10%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden !important;
}

.panel-content h5 {
  font-size: 32px;
}

#news {
  margin-top: -100px;
}

#company .text-panel{
  height: 500px;
  padding: 10% 10% 10% 10%;
}

.text-panel .panel-content p {
  font-weight: 600;
}

.text-panel .panel-content a {
  color: #ffffff;
  font-size: 32px;;
  font-weight: 600;
}

#features .panel {
height: 100vh;
}

#features .text-panel {
  background: url("../img/bg1.jpg");
  background-size: cover;
}
#features .text-panel .panel-content {
  padding: 15% 15% 15% 15% ;
}

#platform .panel {
  height: 100vh !important;
  overflow: hidden;
}

#platform .text-panel .panel-content {
  padding: 15% 15% 15% 15% ;
}


.arrow {
  width: 6vmin;
  height: 6vmin;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
  
  &::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: .8vmin .8vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  
  &:after {
    content: '';
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 .8vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transform-origin: 100% 0;
    transition:.2s ease;
  }
  
  &:hover::after {
    transform: rotate(45deg);
    border-color: orange;
    height: 120%;
  }
  &:hover::before {
    border-color: orange;
    transform: scale(.8);
    
  }
  
}


.img-panel {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}

.img-panel .panel-content {
  padding: 0px 0px 0px 0px;
  min-width: 100%;
  min-height: 100%;
}



.img-panel img {
  width: 100%;
}


.vid-panel {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}

.vid-panel .panel-content {
  min-width: 100%;
  min-height: 100%;
}


.vid-panel video {
  object-fit: cover;
}


#promoVid {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 20px;
}

#promoVid > i {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 4em;
  vertical-align: middle;
}

#promoVid:hover {
  opacity: .4;
}

.no-overflow {
  overflow: hidden !important;

}

#anchor-home {
  overflow: hidden !important;
   height: 100vh;
}

.halfVh {
  overflow: hidden !important;
  height: 50vh !important;
}

.fullVh {
  overflow: hidden !important;
  height: 100vh !important;
}

.videobg {
  position: absolute;
  margin: auto;
  min-width: 100% !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100% !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg.left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  min-width: 100vw !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg.right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  min-width: 100vw !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg.top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  min-width: 100vw !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  min-width: 100vw !important;
  min-height: 100% !important;
  z-index: 1;
}

.videobg-overlay {
  z-index: 2;
}

.videobg-content {
  z-index: 3;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%.-50%);
}
#contact {
  padding-top: 40px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.dropdown > label,
.dropdown > a[role="button"] {
  display: inline-block;
  padding: 6px 15px;
  color: #333;
  line-height: 1.5em;
  text-decoration: none;
  border: 1px solid #8c8c8c;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropdown > label:hover,
.dropdown > a[role="button"]:hover,
.dropdown > a[role="button"]:focus {
  border-color: #333;
}

.dropdown > label:after,
.dropdown > a[role="button"]:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 6px;
}

.dropdown > ul {
  position: absolute;
  z-index: 999;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #8c8c8c;
  background: #fff;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.dropdown > ul a {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown > ul a:hover,
.dropdown > ul a:focus {
  background: #ececec;
}

.dropdown > input[type="checkbox"]:checked ~ ul,
.dropdown > ul:target {
  left: 0;
}

.dropdown > [type="checkbox"]:checked + label:after,
.dropdown > ul:target ~ a:after {
  content: "\f0d8";
}

.dropdown a.close {
  display: none;
}

.dropdown > ul:target ~ a.close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: -100vw;
  z-index: 1000;
}


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pi-main-mobile-menu {
  z-index: 9;
}

#nav {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.menu {
  z-index: 99;
  height: auto;
  max-height: 70vh;
  position: fixed;
  display: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -5vh;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s;
  -ms-transition: all 1s ease-in-out 1s;
  -o-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
  -webkit-overflow-scrolling: touch;
  background: transparent !important;
  overflow-y: scroll;
  -ms-overflow-style: none;  
  scrollbar-width: none;
}

.menu::-webkit-scrollbar {
  display: none;
}

#mlb2-3329122.ml-form-embedContainer .ml-form-embedWrapper {
  background: #fff !important;
}

#menu-overlay {
  display: block;
  opacity: 0;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  background: rgba(10,30,75,.9);
  z-index: 9;
  backdrop-filter: blur(5px);
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.menu li {
  height: 100%;
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin-bottom: 10px;
   margin-top: 10px;
   border-radius: 5px;
}

.mobile-nav-btn {
  position: absolute;
  top: -35px;
  right: 20px;
}
.mobile-nav-btn  i {
  color: #fff !important;
  font-size: 28px;
}

#menu-close-btn {
  z-index: 99;
  display: none;
  position: fixed;
  bottom: 5vh;
  left: 50%;
  transform: translate(-50%,0);
}

.pi-scroll-top-arrow {
  z-index: 8;
}

.email-section{
  margin:50px 0px 0px 0px;
}


.mobile-menu-logo {
    display: none;
  }

.display-block {
  display: block;
}

#team {
    padding: 75px 75px 75px 75px;
}

.team-member {
  margin-top: 50px;
  display: inline-block;
}

.team-member img {
  border-radius: 50%;
  width: 300px;
  height: auto;
}

.value-block {
  min-height: 500px;
  vertical-align: middle;
  margin-top: 50px;
  width: calc(33% - 40px);
  margin: 20px 20px 20px 20px;
  display: inline-block;
}

.value-block img {
  border-radius: 50%;
  width: 300px;
  height: auto;
}

.value-block i {
 font-size: 42px;
 color: #ffffff;
 margin: 15px 15px 15px 15px;
}

@media only screen and (max-width: 767px) {

.value-block {
  margin-top: 50px;
  width: calc(100% - 40px);
  margin: 20px 20px 20px 20px;
  display: inline-block;
}

  #features .panel {
    height: 50vh;
  }


  .panel-content {
    padding: 10% 10% 10% 10%;
    height: auto;
    width: 100%;
  }

.vid-panel {
  width: 100%;
  height: 100%;
}

  #company .panel {
    height: 500px;
  }

  #features .img-panel {
    height: auto !important;
    min-height: 530px;
    width: 100% !important;
  }

  #features .text-panel {
    height: 350px !important;
  }

  #features .text-panel .panel-content {
    vertical-align: middle;
    padding: 0% 10% 0% 10%;
  }

  #platform .img-panel {
    height: auto !important;
    min-height: 530px;
    width: 100% !important;
  }

   #platform .img-panel .panel-content {
    vertical-align: middle;
    padding: 0% 0% 0% 0%;

   }

   #platform .img-panel .panel-content img {
    object-fit: fill;

   }
 #platform .text-panel {
    height: 350px !important;
  }

 #platform .text-panel .panel-content {
  vertical-align: middle;
  padding: 0% 5% 0% 5%;
  }


  #platform #developers #features, .swap-order {
  display: flex;
  flex-direction: column-reverse;
  }

  .hide-mobile {
    display: none;
  }

#anchor-home {
    overflow: hidden !important;
  height: 100vh;
}

}