  
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

  /* BANNER SECTION */
#mobile-view .content {
	width: 100%;
	margin-left: 0;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}  
#mobile-view {
	display: none;
}  
@media(max-width: 767px) {
  #mobile-view {
	display: block;
}
#banner-section {
	display: none;
}
h1, .h1 {
	font-size: 32px;
}
}
@media(max-width: 575px) {
  #limitless-section .intro-copy h2 {
	font-size: 24px !important;
}
  h1, .h1 {
	font-size: 24px;
}
  #limitless-section .intro-copy p {
	font-size: 22px;
}
}
  
  
  #banner-section {
	height: 32vw;
	background-image: url('/jpgx/w/1920/p/Images/HomeSC/banners/go-limitless-2gig-newbanner-6_25.jpg');
	background-size: 100vw;
  }

  #banner-section .content {
	width: 50%;
	margin-left: 50%;
	text-align: center;	
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }

  #banner-section .content h1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 5vw;
  }

  #banner-section .content h1 span {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3vw;
  }

  #banner-section .content p {
	font-weight: 400;
	font-size: 1.5vw;
	text-transform: none;
  }

  @media(max-width: 576px) {
	#banner-section .content h1,
	#banner-section .content p  {
	  margin: 0;
	  padding: 0;
	}

	#banner-section .bttn-green {
	  padding: 0.5rem;
	  min-width: 0;
	}
  }

  /* LIMITLESS SECTION */
  #limitless-section {
	padding-top: 3rem;
  }

  #limitless-section .intro-copy h3 {
	color: black;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 1rem;
  }

  #limitless-section .intro-copy h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1rem;
  }

  #limitless-section .intro-copy p {
	font-size: 24px;
  }

  #limitless-section ul {
	list-style-image: url('/jpgx/h/40/p/Images/gigafi/site/limitless-2-gig/green-check-v2.png');
	margin-left: 2rem;
  }

  #limitless-section ul li {
	font-size: 24px;
	padding-left: 1rem;
	margin: 0.5rem 0;
  }

  #limitless-section ul li span {
	position: relative;
	top: -10px;
  }

  /* BOXES SECTION */
  #boxes-section {
	display: flex;
	align-items: center;
	min-height: 35vw;
	background-image: url('/Images/gigafi/site/limitless-2-gig/boxes-section-lines.png');
	background-repeat: no-repeat;
  }

  #boxes-section .container {
	max-width: 1400px;
  }

  #boxes-section .box {
	border: 2px solid #efefef;
	border-radius: 20px;
	background: white;
	padding: 1rem;
	text-align: center;
	height: 365px;
	margin: 2rem 0;
  }

  @media(min-width: 1200px) {
	#boxes-section .box {
	  height: 300px;
	}
  }

  #boxes-section .box h4 {
	color: black;
  }

  #boxes-section .box p {
	font-size: 16px;
  }

  /* VIDEO SECTION */
  #video-section {
	z-index: 10;
	background-image: url('/Images/gigafi/site/limitless-2-gig/video-section-lines.jpg');
	background-repeat: no-repeat;
  }

  #video-section .embed-responsive {
	border: 8px solid rgba(36, 36, 36, 80);
	border-bottom: none;
	z-index: 10;
  }
  
  #video-section .embed-responsive-16by9 {
	padding-bottom: 55.5%!important;
  }

  #tv-stand {
	z-index: 10;
	position: relative;
	/*top: -1px;*/
  }

  /* FORM SECTION */
  #form-section {
	z-index: 1;
	position: relative;
	top: 0rem;
	background-color: #edf6fb;
	padding-top: 5rem;
  }

  #form-section h3 {
	font-family: 'Bebas Neue Pro', sans-serif;
	color: #00a8e0;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
  }

  #form-section form {
	margin-bottom: 3rem;
  }

  #form-section form input {
	border: none;
	box-shadow: none;
	border-radius: 0.5rem;
	padding: 1.5rem;
  }

  #form-section .disclaimer {
	color: #767676;
	font-style: italic;
	text-align: center;
	margin-bottom: 3rem;
  }

  #form-section .submit-btn {
	margin-top: 3rem;
	text-align: center;
	color: #00a8e0;
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	border: 2px solid white;
	border-radius: 40px;
	padding: 15px 60px;
	transition: all .4s ease;
  }

  #form-section .submit-btn:hover {
	border: 2px solid #00a8e0;
  }

  /* GREEN BUTTON */
  /* pulled from https://www.hometelecomgigafi.com/gigaficertified */
  .bttn-green,
  .bttn-green:visited {
	display: inline-block;
	font-family: "quasimoda", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #70b840;
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	margin: 0 auto;
	padding: 1.25em 15px 1.25em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
  }
  .bttn-green:hover:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  }
  .bttn-green img {
	display: inline-block;
	width: 25px;
	margin: -3px 10px 0 8px;
  }

