/** Shopify CDN: Minification failed

Line 57:0 Unexpected "}"

**/
@charset "UTF-8";
/* CSS Document */

html{scroll-behavior:smooth}

.euro {
	font-family: "eurostile-extended", sans-serif;
}
.lores {
	font-family: "lores-12", sans-serif;
}
.obvi {
	font-family: "obviously", sans-serif;
}
.lato {
	font-family: 'Lato'
}
.windows-footer__country-selector {
	display: none;
}
@-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.hundredpad {
  padding:100px 0px;
}

.medfont {
    font-size: 23px;
    line-height: 28px;
  padding-bottom:30px;
}
}
.footer-h {
    margin: 0px auto 50px;
}

.page-content {
	max-width: 100% !important;
	padding-top: 100px !important;
}
.hr--large {
	display: none;
}
.main-content {
	padding-bottom: 0px !important;
	margin-top: 0px !important;
}
.wrapper {
	width: 100% !important;
	max-width: 100% !IMPORTANT;
	padding: 0px 0 0 0px !important;
}

/* For devices larger than 900px */
@media (min-width: 1000px) {
.container {
	width: 100% !important;
}
.column, .columns {
	margin-left: 0% !important;
	float: left;
}
.column:first-child, .columns:first-child {
	margin-left: 0 !important;
}
.one.column, .one.columns {
	width: 8.3% !important;
}
.two.columns {
	width: 16.3333333333% !important;
}
.three.columns {
	width: 25% !important;
}
.four.columns {
	width: 33.33% !important;
}
.five.columns {
	width: 39.3333333333% !important;
}
.six.columns {
	width: 50% !important;
}
.seven.columns {
	width: 56.6666666667% !important;
}
.eight.columns {
	width: 67.3333333333% !important;
}
.nine.columns {
	width: 74.0% !important;
}
.ten.columns {
	width: 82.6666666667% !important;
}
.eleven.columns {
	width: 91.3333333333% !important;
}
.twelve.columns {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: -5px;
}
.one-third.column {
	width: 30.6666666667% !important;
}
.two-thirds.column {
	width: 65.3333333333% !important;
}
.one-half.column {
	width: 48% !important;
}
/* Offsets */
.offset-by-one.column, .offset-by-one.columns {
	margin-left: 8.66666666667% !important;
}
.offset-by-two.column, .offset-by-two.columns {
	margin-left: 17.3333333333% !important;
}
.offset-by-three.column, .offset-by-three.columns {
	margin-left: 26% !important;
}
.offset-by-four.column, .offset-by-four.columns {
	margin-left: 34.6666666667% !important;
}
.offset-by-five.column, .offset-by-five.columns {
	margin-left: 43.3333333333% !important;
}
.offset-by-six.column, .offset-by-six.columns {
	margin-left: 52% !important;
}
.offset-by-seven.column, .offset-by-seven.columns {
	margin-left: 60.6666666667% !important;
}
.offset-by-eight.column, .offset-by-eight.columns {
	margin-left: 69.3333333333% !important;
}
.offset-by-nine.column, .offset-by-nine.columns {
	margin-left: 78.0% !important;
}
.offset-by-ten.column, .offset-by-ten.columns {
	margin-left: 86.6666666667% !important;
}
.offset-by-eleven.column, .offset-by-eleven.columns {
	margin-left: 95.3333333333% !important;
}
.offset-by-one-third.column, .offset-by-one-third.columns {
	margin-left: 34.6666666667% !important;
}
.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
	margin-left: 69.3333333333% !important;
}
.offset-by-one-half.column, .offset-by-one-half.columns {
	margin-left: 52% !important;
}
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: inherit !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 60px 0px 0px !important;
	box-sizing: border-box !important;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf {
	content: "" !important;
	display: table !important;
	clear: both !important;
}
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.bold { 
  font-weight:bold; 
      }
.purp {
	color: #6B00B7;
}
.yellow {
	color: #EAFF2A;
}
.black {
	color: #191919;
}
.grey {
	color: #b2b2b2;
}
.red {
	color: #e40021;
}
.white {
	color: #ffffff;
}
.blue {
	color: #003bac;
}
.purpbg {
	background-color: #6B00B7;
}
.yellowbg {
	background-color: #EAFF2A;
}
.blackbg {
	background-color: #191919;
}
.greybg {
	background-color: #b2b2b2;
}
.redbg {
	background-color: #e40021;
}
.whitebg {
	background-color: #ffffff;
}
.bluebg {
	background-color: #003bac;
}
.transpurple {
	background: rgba(107, 0, 183, 0.5);
}
.transyellow {
	background: rgba(234, 255, 42, 0.4);
}
.transwhite {
	background: rgba(255, 255, 255, 0.4);
}
.orange-tab {
	background-color: #ffa300;
}
.green-tab {
	background-color: #069603;
}
.purple-tab {
	background-color: #bc49f2;
}
.blue-tab {
	background-color: #358fea;
}
.lotab {
	width: 100%;
}
.speedblue {
	background-image: url(https://cdn.shopify.com/s/files/1/0185/7770/files/speed_bg.png?v=1660924666);
}
.space-bg {
	background-image: url(https://cdn.shopify.com/s/files/1/0185/7770/files/Lifoff_BG.jpg?v=1660924667);
}
.vscroll {
	height: 100vh;
	overflow: scroll;
}
.hundred {
	height: 500px;
}
.caps {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.text-center {
	text-align: center;
}
.img-center {
	display: block;
	margin: 0px auto;
}
.fo-buynow {
	width: 60%;
	max-width: 400px;
	min-width: 200px;
}
.liftoffh1 {
	font-size: 3.5vw;
	font-weight: normal;
}
.flipoffh1 {
	font-size: 3.5vw;
}
.overlays {
	position: relative;
	width: 70%;
    max-width:480px;
	height: 80%;
	margin: 50px auto;
}
.main_image {
	width: 99%;
	height: 100%;
	margin: 0 auto;
	margin-left: .5%;
}
.overlay_image {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flipoffs {
	width: 100%;
}
.liftoffs {
	width: 100%;
}
.nopadding {
	padding: 0px !important;
}
.row {
	padding: 50px 0px;
}

.flipoffs-vid, .liftoffs-vid {
    position: relative;
    height: auto;
    width: 100%;
}
.flipoffs, .liftoffs {
    width: 100%;
    position: absolute;
    z-index: 2;
}
.flipup-overlay {
  width:100%;
  z-index: 2;
    margin: 0px auto;
    display: block;
    position: relative;
}
.mobhead {
  margin-top:0px;
    padding: 25px 0px;
    background: linear-gradient(90deg, #EAFF2A 0%, rgba(255, 255, 255, 0) 98.18%);
}
.mobhead h1 { margin:0; padding:0;}

h1.text-center.euro.blue {
    font-weight: 100;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
}
.topmar90 {
    margin-top: 92px !important;
}
.tabtext {
      height: 190px;
    font-size: 20px;
    text-align: center;
}
@media (min-width: 1000px) {
.desktop {
	display: block;
}
.mobile {
	display: none;
}
}



/********************/	
/******* TABS ********/
/********************/	

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.tabs-content {
	background: #eee;
	font-family: sans-serif;
}
.tabs-menu {
	margin-bottom: -8px;
    margin-top:-8px;
}
.tabs-menu ul {
	list-style: none;
	padding-inline-start: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.tabs-menu ul li {
	float: left;
	width: 25%;
}
.tabs-menu ul li a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
}
.tabs-menu ul li a.active-tab-menu {
	color: #000;
}
.tabs {
	display: none;
	padding: 30px;
	margin-bottom: -5px;
}
.first-tab {
	display: block;
}
.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.tabs-content1 {
	background: #eee;
	font-family: sans-serif;
}
.tabs-menu1 {
	margin-bottom: -8px;
    margin-top:-7px;
}
.tabs-menu1 ul {
	list-style: none;
	padding-inline-start: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.tabs-menu1 ul li {
	float: left;
	width: 25%;
}
.tabs-menu1 ul li a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
}
.tabs-menu1 ul li a.active-tab-menu {
	color: #000;
}
/* Conteúdo das abas */
.tabs1 {
	display: none;
	padding: 30px;
	margin-bottom: -5px;
}
.first-tab {
	display: block;
}
   
.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    background: transparent;
    box-shadow: inset 2px 2px #dadada, 2px 2px grey; 
}
.scrollmenu li {
    display: inline-block;
    text-align: center;
    margin: 70px 15px;
    text-decoration: none;
    width: 45%;
    background: #616161;
}
.list-title { font-size:16px; font-family:'Lato'; font-weight:bold; text-align:left; color:#fff !important; float:left;     width: 96%;
    margin: 0 2%;}
.list-title a { color:#fff;}
.list-price { text-align:right; font-size:14px; float:right; line-height: 25px;}


 @media (max-width: 1000px) {

    .page-content {
  max-width: 100% !important;
  padding-top: 82px !important;
}
   
.scrollmenu li {
    display: inline-block;
    text-align: center;
    margin: 70px 15px;
    text-decoration: none;
    width: 78%;
    background: #616161;
}
  
  .tabtext {
      height: 190px;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
}
    .topmar90 {
    margin-top:80px !important;
  }
  
.desktop {
	display: none;
}
.mobile {
	display: block;
}
.liftoffh1 {
	font-size: 7vw;
	font-weight: normal;
}
.flipoffh1 {
	font-size: 7vw;
}
.vscroll {
	height: auto;
	overflow: visible;
}

  .liftoffs-mobvid, .flipoffs-mobvid {
    position:relative; 
  }
  .mobflip {
    position:absolute;
    height:100%;
    width:100%;
  }
  .mobflip-overlay { 
    width:80%;
    margin:0 auto;
  }

   .medfont {
    font-size: 22px;
    width: 68%;
     margin:0px auto;
    line-height: 27px;
}
   .hundredpad {
    padding:25px 0px !important; 
   }
   .bottombonus {
     width:80%;
     display:block;
     margin:0px auto;
   }
   .bottombonus h2 {
     font-size:20px;
     line-height:26px;
   }
}