<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1232px;
}

@font-face {
  font-family: "ObjectSans-Regular";
  src: url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Regular.woff2")
      format("woff2"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Regular.woff")
      format("woff"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Regular.eot")
      format("eot");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ObjectSans-Medium";
  src: url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Medium.woff2")
      format("woff2"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Medium.woff")
      format("woff"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Medium.eot")
      format("eot");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ObjectSans-Bold";
  src:  url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Bold.woff2")
      format("woff2"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Bold.woff")
      format("woff"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Bold.eot")
      format("eot");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BandwidthDisplay-Regular";
  src: url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Bandwidth.woff2")
      format("woff2"),
   url("https://d2w3zkq33l1i26.cloudfront.net/fonts/objectsans/ObjectSans-Bandwidth.woff")
      format("woff");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "ObjectSans-Regular", Verdana, sans-serif !important;
  color: #141928;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden !important;
  line-height: normal;
  position: relative;
}
body.menuOpened:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #141928;
  opacity: 0.8;
}

.flex-ed {
  display: flex;
}

sup {
  font-size: 0.7rem;
}

.h4 sup {
  top: -1.5em;
}

.title sup {
  top: -1.25em;
}

ul.custom {
  padding-left: 1.75em;
  margin-top: 16px;
}
ul.custom li {
  position: relative;
  margin-bottom: 4px;
  list-style: none;
}
ul.custom li:before {
  content: "";
  position: absolute;
  left: -1.75em;
  top: 0.1em;
  background: url("https://lp.frontier.com/rs/686-ETT-174/images/list-style-red.png");
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
}

ol.custom {
  padding-left: 1.75em;
  margin-top: 16px;
}
ol.custom li {
  position: relative;
  margin-bottom: 4px;
  list-style: none;
  counter-increment: ol-counter;
}
ol.custom li:before {
  content: "";
  position: absolute;
  left: -1.75em;
  top: 0.1em;
  background: #FF0037;
  border-radius: 50%;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
}
ol.custom li:after {
  content: counter(ol-counter);
  color: #fff;
  font-family: "ObjectSans-Bold";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1.75em;
  top: 0.25em;
  font-size: 0.8em;
}
ol.custom li:first-of-type:after {
  left: -1.65em;
}

.backgroundColorWhite {
  background-color: #ffffff;
}

.light-bg-gray {
  background-color: #F3F4F4;
}

.secondaryLight {
  background-color: #EAFFFD;
}

.secondarybkg {
  background-color: #96fff5;
}

.secondaryBkgLight {
  background-color: #EAFFFD;
}

.dark {
  background-color: #141928;
}

.black {
  background-color: #000;
}

.darkish {
  background-color: #2c303e;
}

.darkTextColor {
  color: #141928;
}

.primaryTextColor {
  color: #ff0037;
}

.secondaryTextColor {
  color: #96fff5;
}

.errorTextColor {
  color: #D9312A;
}

.secondaryHoverColor:hover {
  color: #ffffff;
}
.secondaryHoverColor:hover svg * {
  fill: #ffffff;
}

.tertiaryTextColor {
  color: #ffffff;
}

.blackText {
  color: #000;
}

.white {
  color: #ffffff;
}

.backgroundColorPrimary, .primary-bkg {
  background-color: #ff0037;
}

.secondaryTextHover:hover {
  color: #96fff5;
}

.faded {
  color: #898c93;
}

.primaryTextHover:hover {
  color: #ff0037;
}

p {
  margin: 0;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  margin: 0;
  font-weight: 400;
}

.defaultBold b, .legal b, .p4 b, .p3 b, .p2 b, .p1 b, .h6 b, .h5 b, .h4 b, .h3 b, .h2 b, .h1 b,
.defaultBold strong,
.legal strong,
.p4 strong,
.p3 strong,
.p2 strong,
.p1 strong,
.h6 strong,
.h5 strong,
.h4 strong,
.h3 strong,
.h2 strong,
.h1 strong {
  font-family: "ObjectSans-Bold";
}

.h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-size: 64px;
  line-height: 1.125;
  text-transform: uppercase;
  font-family: "Bandwidth";
}
@media (max-width: 767px) {
  .h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-size: 36px;
    line-height: 1.22;
  }
}

.h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-size: 56px;
  line-height: 1.142;
  font-family: "ObjectSans-Bold";
}
@media (max-width: 767px) {
  .h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-size: 30px;
    line-height: 1.266;
  }
}

.h3 {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-size: 42px;
  line-height: 1.19;
  font-family: "ObjectSans-Bold";
}
@media (max-width: 767px) {
  .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-size: 24px;
    line-height: 1.333;
  }
}

.h4 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-size: 30px;
  line-height: 1.266;
  font-family: "ObjectSans-Bold";
}
@media (max-width: 767px) {
  .h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-size: 24px;
  line-height: 1.33;
  font-family: "ObjectSans-Bold";
}
@media (max-width: 767px) {
  .h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-size: 18px;
    line-height: 1.44;
  }
}

.h6 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-size: 18px;
  line-height: 1.444;
  font-family: "ObjectSans-Bold";
}
@media (max-width: 767px) {
  .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p1 {
  font-family: "ObjectSans-Regular";
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-size: 18px;
  line-height: 1.444;
}
@media (max-width: 767px) {
  .p1 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p2 {
  font-family: "ObjectSans-Regular";
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-size: 14px;
    line-height: 1.42;
  }
}

.p3 {
  font-family: "ObjectSans-Regular";
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-size: 14px;
  line-height: 1.42;
}
@media (max-width: 767px) {
  .p3 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-size: 12px;
    line-height: 1.33;
  }
}

.p4 {
  font-family: "ObjectSans-Regular";
  font-size: 0.75rem;
  line-height: 1rem;
  font-size: 12px;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .p4 {
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-size: 10px;
    line-height: 1.44;
  }
}

.legal {
  font-family: "ObjectSans-Regular";
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-size: 10px;
  line-height: 1.2;
  color: #141928;
}
@media (max-width: 767px) {
  .legal {
    font-size: 0.5rem;
    line-height: 0.625rem;
    font-size: 8px;
    line-height: 1.25;
  }
}
.legal a {
  font-family: "ObjectSans-Bold";
  color: #141928;
}
.legal a:hover {
  color: #ff0037;
  text-decoration: underline;
}
.legal p {
  margin: 10px 0;
  font-size: 16px;
}
.legal ul {
  padding: 0;
}
.legal.faded {
  color: #898c93;
}

.defaultTextColor {
  color: #141928;
}

.primaryTextColor {
  color: #ff0037;
}

.secondaryTextColor {
  color: #96fff5;
}

.tertiaryTextColor {
  color: #ffffff;
}

.regularFont {
  font-family: "ObjectSans-Regular";
}

.mediumFont {
  font-family: "ObjectSans-Medium";
}

.boldFont {
  font-family: "ObjectSans-Bold";
}

.regularBandwidthFont {
  font-family: "Bandwidth";
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

a {
  color: #141928;
}
a:hover {
  color: #ff0037;
}

.topbar-section {
  background-color: #141928;
  padding: 7px 0px 11px;
}

.topbar-section .container {
  max-width: 1232px !important;
}

.topbar-leftul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0px;
  padding-inline-start: 0px;
}

.topbar-leftul li {
  display: inline-block;
  line-height: unset;
}
.topbar-leftul li:nth-of-type(1) a {
  font-family: "ObjectSans-bold";
}
.topbar-leftul li:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 10px;
  background-color: #ff0037;
  z-index: 3;
  height: 2px;
}

.topbar-leftul li a {
  color: #e1e1e1;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  padding-right: 15px;
  position: relative;
}

.topbar-leftul li a:hover,
.topbar-leftul li a:focus,
.topbar-leftul li a:active {
  text-decoration: none;
  color: #ffffff;
}

.topbar-rightul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0px;
  padding-inline-start: 0px;
  word-break: break-all;
}

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

.topbar-rightul li {
  display: inline-block;
}

.topbar-rightul li a {
  color: #e1e1e1;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.topbar-rightul li a:hover,
.topbar-rightul li a:focus,
.topbar-righttul li a:active {
  text-decoration: none;
  color: #ffffff;
}

.header-1 {
  padding: 20px 0px;
}

.site-header {
  background-color: #FF0037;
}

.site-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.navigation-area-quaternary {
  border-top: 1px solid #ffffff !important;
  background-color: #141928 !important;
}

.header-1 .header-logo:hover,
.header-1 .header-logo:active,
.header-1 .header-logo:focus {
  text-decoration: none;
  opacity: 0.7;
}

.topbar-section.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.banner1-section {
  background-image: url(https://Lp.frontier.com/rs/686-ETT-174/images/Hero-Banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px 30px;
  min-height: 600px;
  background-position: right;
}

.banner1-title {
  font-family: "BandwidthDisplay-Regular";
  font-weight: 400;
  color: #96FFF5;
  font-size: 64px;
  line-height: 77pt;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.banner1-subtitle {
  font-family: "BandwidthDisplay-Regular";
  font-weight: 400;
  color: #ffffff;
  font-size: 64px;
  line-height: 77pt;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.intro-section {
  padding: 50px 0px 50px;
}
.intro-section .mktoButtonRow button.mktoButton {
  margin: 0 auto 16px !important;
}

.wrapper-dollar .mktoFieldWrap {
  position: relative;
}

.wrapper-dollar .mktoFieldWrap:after {
  content: "$";
  position: absolute;
  top: 32px;
  left: 16px;
  font-weight: 400 !important;
  box-shadow: none !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-family: "ObjectSans-Regular" !important;
  color: #141928 !important;
}

html body .wrapper-dollar .mktoFieldWrap input {
  padding-left: 25px !important;
}

.intro-title, .intro-title-new {
  font-family: "ObjectSans-Bold";
  color: #141928;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  text-transform: none;
  text-align: center;
}
.intro-title.primaryTextColor, .intro-title-new.primaryTextColor {
  color: #ff0037;
}

.order-form-section .intro-title-new {
  color: #fff;
}

.intro-subtitle {
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 32px;
  text-transform: none;
  text-align: center;
}
.intro-subtitle.primaryTextColor {
  color: #ff0037;
}

.intro-text1 {
  font-family: "ObjectSans-Bold";
  color: #141928;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
}

.intro-text2 {
  font-family: "ObjectSans-Bold";
  color: #141928;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  text-align: center;
}

.intro-buttonwrap {
  text-align: center;
  padding-bottom: 30px;
}

.intro-button {
  background: #FF0037;
  display: inline-block;
  font-family: "ObjectSans-Bold";
  color: #fff;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 27px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  min-width: 220px;
}

.intro-button:hover,
.intro-button:active,
.intro-button:focus {
  text-decoration: none;
  color: #ffffff;
  background: #141928;
}

@media (max-width: 590px) {
  .intro-button {
    width: 100%;
  }
}
.intro-text3 {
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: underline;
}

.intro-text3 a {
  color: #141928;
}

.intro-text3 a:hover,
.intro-text3 a:active,
.intro-text3 a:focus {
  color: #FF0037;
}

.videov1-section {
  position: relative;
  background-color: #96FFF5;
  padding: 100px 16px 100px;
}

.videov1section-container {
  padding: 0px;
}

.videov1-wraprow {
  margin: 0px;
  align-items: center;
}

.videosectioncontent-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.videosection-content {
  background-color: #Ffffff;
  width: 50%;
  padding: 150px 50px;
}

.videosection-image {
  background-image: url(https://Lp.frontier.com/rs/686-ETT-174/images/imgright1.jpg);
  background-size: cover;
  background-position: center;
  width: 50%;
}

.videov1-section .row .col {
  padding: 0px;
}

.videov1-col1div1background {
  background-image: url(https://Lp.frontier.com/rs/686-ETT-174/images/imgright1.jpg);
  border-bottom: 32px solid #FF0037;
  margin-bottom: 16px;
}

.videov1-col1div2background {
  border-bottom: 32px solid #FF0037;
  margin-bottom: 16px;
}

.videov1-col1div3background {
  border-bottom: 32px solid #FF0037;
}

.videov1-col2div1background {
  border-bottom: 32px solid #FF0037;
  margin-bottom: 16px;
}

.videov1-col2div2background {
  border-bottom: 32px solid #FF0037;
  margin-bottom: 16px;
}

.videov1-col2div3background {
  border-bottom: 32px solid #FF0037;
}

/* .videoplay-icon{
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
} */
.videov1-title {
  font-family: "ObjectSans-Bold";
  color: #141928;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0px;
  word-break: break-word;
}

.videov1-subtitle {
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  word-break: break-word;
}

.videov2-section {
  background-color: #FF0037;
  padding: 80px 16px;
  position: relative;
}

.form-section {
  padding: 80px 0px;
  position: relative;
}

.order-form-section {
  background-color: #141928;
  padding: 100px 0px 100px;
  position: relative;
}
.order-form-section.black {
  background-color: #000;
}
.order-form-section .mktoForm input[type=checkbox] + label, .order-form-section .mktoForm input[type=radio] + label {
  color: #fff;
}

.videov2section-container {
  padding: 0px;
}

.videov2-wraprow {
  margin: 0px;
  align-items: center;
}

.videosectioncontent-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.videosection-content {
  background-color: #Ffffff;
  width: 50%;
  padding: 150px 50px;
}

.videosection-image {
  background-image: url(https://Lp.frontier.com/rs/686-ETT-174/images/imgright1.jpg);
  background-size: cover;
  background-position: center;
  width: 50%;
}

.videov2-section .row .col {
  padding: 0px;
}

.videov2-col2div1background {
  margin-bottom: 15px;
}

.videov2-col2div2background {
  margin-bottom: 15px;
}

.videoplay-icon {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.display-menu {
  display: block !important;
  visibility: visible;
  z-index: 248;
  max-height: 10000px;
  transition-duration: 5s;
}

.videov2-title {
  font-family: "ObjectSans-Bold";
  color: #141928;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0px;
  word-break: break-word;
}

.videov2-subtitle {
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  word-break: break-word;
}

.formwrapper {
  width: 90%;
  margin: 0 auto;
}

.formwrapper .form-check-upgrade {
  width: 100%;
}

.singletext-section {
  padding: 40px 0px;
  background-color: #f3f4f4;
}

.single-text1 p {
  font-size: 12px;
  line-height: 14px;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  margin-bottom: 0px;
}

button.mktoButton {
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner .mktoForm {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.light .intro-title-new.white &gt; div, .light .mktoForm label.mktoLabel, .light .mktoForm input[type=text], .light .mktoForm input[type=url], .light .mktoForm input[type=email], .light .mktoForm input[type=tel], .light .mktoForm input[type=number], .light .mktoForm input[type=date], .light .mktoForm input[type=time], .light .mktoForm textarea.mktoField, .light .mktoForm select.mktoField, .light .mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before, .light .mktoHtmlText .form-check1 &gt; input[type=checkbox]:checked + label::before, .light .mktoForm .mktoFormRow.row5 label, .light .mktoFormRow.row5 label {
  color: #141928 !important;
}

.light .mktoForm .mktoButtonWrap .mktoButton {
  background-color: #FF0037 !important;
  color: #ffffff !important;
}

.light .mktoForm input[type=text], .light .mktoForm input[type=url], .light .mktoForm input[type=email], .light .mktoForm input[type=tel], .light .mktoForm input[type=number], .light .mktoForm input[type=date], .light .mktoForm input[type=time], .light .mktoForm textarea.mktoField, .light .mktoForm select.mktoField, .light .mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before, .light .mktoHtmlText .form-check1 &gt; input[type=checkbox]:checked + label::before {
  border: 1px solid #C4C5C9 !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
  transition: 0.3s;
}

.mktoForm .mktoButtonWrap .mktoButton:hover, .mktoForm .mktoButtonWrap .mktoButton:focus {
  opacity: 0.8 !important;
  transition: 0.3s;
}

.flex-half {
  display: flex;
  justify-content: space-between;
}
.flex-half &gt; div {
  flex: 0 1 48%;
}
@media (max-width: 1023px) {
  .flex-half {
    display: block;
  }
}

/*FORM STYLING*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: initial !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: initial !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=search]:hover,
  input[type=text]:hover,
  input[type=tel]:hover,
  input[type=url]:hover,
  input[type=password]:hover,
  textarea:hover,
  select:hover {
    font-size: initial;
  }
}
@media (min-width: 768px) {
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=search]:hover,
  input[type=text]:hover,
  input[type=tel]:hover,
  input[type=url]:hover,
  input[type=password]:hover,
  textarea:hover,
  select:hover {
    font-size: inherit;
  }
}
.mktoForm .mktoError {
  width: 100% !important;
  left: 0px !important;
}

.mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.intro-section .mktoForm label.mktoLabel {
  color: #141928 !important;
}

div#form-1 {
  padding: 0px !important;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
  width: 20px;
  vertical-align: top;
  display:none;
}
.mktoForm input[type=checkbox] + label, .mktoForm input[type=radio] + label {
  margin-left: 32px;
  width: calc(100% - 40px) !important;
  font-size: 16px;
  display: inline-block;
}

.mktoForm .mktoFormRow input[type=checkbox], .mktoForm .mktoFormRow input[type=radio] {
  margin-top: 4px !important;
}

.hasCheckBox input {
  height: 24px;
  width: 24px;
  opacity: 0;
}

#Lblover18PermissionG {
  padding-left: 32px;
}

#LbleeroSecureordered .mktoAsterix {
  display: none !important;
}

#LblquantityRequested .mktoAsterix {
  display: none !important;
}

.mktoForm .mktoCheckboxList &gt; input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0px;
  visibility: initial;
  border: 1px solid #8A8C94 !important;
  border-radius: 4px;
  margin-left: 0;
  top: 10px;
}

.mktoForm .mktoCheckboxList &gt; input[type=checkbox] + label::before {
  border: 1px solid #1f1f1f;
}

.mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before, .mktoHtmlText .form-check1 &gt; input[type=checkbox]:checked + label::before {
  background-color: #141928;
  color: #96FFF5;
  position: absolute;
  line-height: 22px;
  content: " " !important;
  background: #141928 url(https://image.e.frontier.com/lib/fe2c117473640478741179/m/1/210b4f33-cc7b-43ae-92a7-6df22ca79cef.png) center no-repeat;
  text-align: center !important;
  font-size: 16px !important;
  border: 1px solid #141928 !important;
  background-size: 12px;
  top: 10px;
}

.order-form-section .mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before, .dark-form-section .mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before {
  background-color: #96fff5 !important;
  background: #96fff5 url(https://Lp.frontier.com/rs/686-ETT-174/images/checkmark.png) center no-repeat;
  background-size: 14px;
  border-color: #96fff5 !important;
  top: 10px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoGutter.mktoHasWidth {
  display: none !important;
}

.mktoForm .mktoFormRow .mktoFormCol {
  width: 50%;
  float: left;
}

form.mktoForm {
  padding: 0px !important;
  max-width: 100%;
  margin: 0 auto;
}

.mktoForm div, .mktoForm p {
  width: 100% !important;
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  text-align: unset !important;
  font-family: "ObjectSans-Bold" !important;
}

.mktoFormRow.row_5 {
  display: none;
}

.mktoFormRow.row_4 {
  display: none;
}

.mktoFormRow.row_3 {
  display: none;
}

.mktoFormRow.row_20 .mktoFormCol:nth-last-child(2) {
  background-color: #ffffff !important;
  text-align: center !important;
}

.b-iform__pagination {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  bottom: 100%;
}

.mktoForm .mktoFormRow .mktoFormCol:nth-last-child(2):second-child {
  margin-bottom: 0px !important;
}

.mktoForm fieldset.mktoFormCol {
  margin-bottom: 0px !important;
}

.mktoform {
  width: 100% !important;
  max-width: 100% !important;
}

body .mktoForm .mktoFormRow select {
  background-image: url(https://Lp.frontier.com/rs/686-ETT-174/images/down-arrow-dark.png);
  background-repeat: no-repeat;
  background-position: 96% 52%;
  background-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0px !important;
}
.mktoForm .mktoRadioList label, .mktoForm .mktoCheckboxList label {
  cursor: pointer;
}

.mktoForm .mktoFormRow:nth-last-child(1) {
  margin-bottom: 0px;
}

.mktoFormRow.Row_12 .mktoClear {
  display: none;
}

.mktoForm {
  width: 100% !important;
}

.mktoForm fieldset legend {
  display: none;
}

.formbutton img {
  min-width: 10px !important;
  width: auto !important;
}

.mktoForm .mktoRadioList &gt; input {
  float: none !important;
}

.mktoRadioList .mktoForm .mktoField {
  float: none;
}

.mktoForm .mktoRadioList {
  width: 100% !important;
}

.mktoFormRow.Row_2 .mktoForm .mktoGutter {
  display: none;
}

.mktoForm .mktoGutter {
  display: none;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm input[type=time], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  width: 100% !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-family: "ObjectSans-Regular" !important;
  color: #141928 !important;
  border: 1px solid #8A8C94;
  background-color: #F3F4F4 !important;
  border-radius: 32px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  line-height: 15px !important;
  outline: 0;
  height: 40px !important;
  border-radius: 32px !important;
  padding: 12px 16px 12px 16px !important;
}

.mktoFieldDescriptor.mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoError .mktoErrorArrow {
  width: 16px !important;
}

.mktoFormRow.row14 .mktoError, .mktoFormRow.row5 .mktoError, .mktoError {
  bottom: -10px !important;
}

.mktoForm .mktoFormCol {
  border: none;
}

.mktoForm .mktoFieldWrap {
  position: relative;
}

.monthly-cost .amount {
  width: 100% !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-family: "ObjectSans-Regular" !important;
  color: #141928 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 2px;
  outline: 0;
  height: 50px !important;
  border-radius: 8px !important;
  padding: 12px 16px 12px 16px !important;
}

.mktoForm label.mktoLabel strong {
  padding: 0 0 !important;
}

.mktoForm label.mktoLabel, .mktoFormRow.row10 fieldset .mktoHtmlText label, .mktoFormRow.row12 fieldset .mktoHtmlText label, .mktoFormRow.row14 fieldset .mktoHtmlText label {
  clear: both;
  padding: 0;
  display: block !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #141928 !important;
  font-family: "ObjectSans-Bold" !important;
  margin-bottom: 10px;
  max-width: 95% !important;
  width: 100% !important;
  margin-bottom: 8px;
  margin-left: 4px;
}

#over18Permission, #LblcTF {
  opacity: 0 !important;
}

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  box-shadow: none !important;
}

.mktoFormRow.checkboxrowwrap label {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #141928 !important;
  font-family: "ObjectSans-Regular" !important;
  font-weight: 400 !important;
  cursor: pointer !important;
}

html body label {
  color: #141928;
}

.intro-section .mktoForm .mktoFormRow.checkboxrowwrap label {
  color: #141928 !important;
}

.intro-section .inner .upgrade-check {
  text-align: center !important;
}

.formwrapper.form-check-upgrade .mktoFormRow:not(form.mktoForm:last-child) {
  margin-bottom: 12px !important;
}

.formwrapper.form-check-upgrade .mktoButtonRow button.mktoButton {
  background: #FF0037 !important;
  color: #ffffff !important;
  margin-bottom: 28px;
}

.formwrapper.form-check-upgrade .mktoButtonRow button.mktoButton:hover, .formwrapper.form-check-upgrade .mktoButtonRow button.mktoButton:active, .formwrapper.form-check-upgrade .mktoButtonRow button.mktoButton:focus {
  opacity: 1 !important;
  background-color: #141928 !important;
  color: #fff;
}

.mktoForm .mktoButtonWrap .mktoButton:hover,
.mktoForm .mktoButtonWrap .mktoButton:active,
.mktoForm .mktoButtonWrap .mktoButton:focus {
  background-color: #141928 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoFormCol {
  padding-right: 0px !important;
}

span.mktoButtonWrap {
  margin-left: 0px !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
  color: #fff;
  border: 1px solid #141928 !important;
  padding: 18px 24px !important;
  font-size: 16px !important;
  background-color: #141928 !important;
  border-radius: 25px !important;
  background-image: none !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mktoForm .mktoButtonWrap .mktoButton {
  background-color: #ff0037 !important;
  border-radius: 5em !important;
  font-size: 18px !important;
  font-family: "ObjectSans-Bold" !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  letter-spacing: 0.72px;
  color: #fff !important;
  border: none !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px !important;
  line-height: 18px !important;
  margin: 0 !important;
  box-shadow: unset !important;
  min-width: 226px;
}

.order-form-section, .dark-form-section {
  color: #fff !important;
}
.order-form-section .mktoForm label.mktoLabel, .order-form-section .mktoFormRow.row10 fieldset .mktoHtmlText label, .order-form-section .mktoFormRow.row12 fieldset .mktoHtmlText label, .order-form-section .mktoFormRow.row14 fieldset .mktoHtmlText label, .dark-form-section .mktoForm label.mktoLabel, .dark-form-section .mktoFormRow.row10 fieldset .mktoHtmlText label, .dark-form-section .mktoFormRow.row12 fieldset .mktoHtmlText label, .dark-form-section .mktoFormRow.row14 fieldset .mktoHtmlText label {
  color: #fff !important;
}
.order-form-section .mktoForm input[type=text], .order-form-section .mktoForm input[type=url], .order-form-section .mktoForm input[type=email], .order-form-section .mktoForm input[type=tel], .order-form-section .mktoForm input[type=number], .order-form-section .mktoForm input[type=date], .order-form-section .mktoForm input[type=time], .order-form-section .mktoForm textarea.mktoField, .order-form-section .mktoForm select.mktoField, .dark-form-section .mktoForm input[type=text], .dark-form-section .mktoForm input[type=url], .dark-form-section .mktoForm input[type=email], .dark-form-section .mktoForm input[type=tel], .dark-form-section .mktoForm input[type=number], .dark-form-section .mktoForm input[type=date], .dark-form-section .mktoForm input[type=time], .dark-form-section .mktoForm textarea.mktoField, .dark-form-section .mktoForm select.mktoField {
  border-color: #898C93 !important;
  background-color: #2D3548 !important;
  color: #fff !important;
  height: 50px !important;
}
.order-form-section .mktoForm input[type=text]::-moz-placeholder, .order-form-section .mktoForm input[type=url]::-moz-placeholder, .order-form-section .mktoForm input[type=email]::-moz-placeholder, .order-form-section .mktoForm input[type=tel]::-moz-placeholder, .order-form-section .mktoForm input[type=number]::-moz-placeholder, .order-form-section .mktoForm input[type=date]::-moz-placeholder, .order-form-section .mktoForm input[type=time]::-moz-placeholder, .order-form-section .mktoForm textarea.mktoField::-moz-placeholder, .order-form-section .mktoForm select.mktoField::-moz-placeholder, .dark-form-section .mktoForm input[type=text]::-moz-placeholder, .dark-form-section .mktoForm input[type=url]::-moz-placeholder, .dark-form-section .mktoForm input[type=email]::-moz-placeholder, .dark-form-section .mktoForm input[type=tel]::-moz-placeholder, .dark-form-section .mktoForm input[type=number]::-moz-placeholder, .dark-form-section .mktoForm input[type=date]::-moz-placeholder, .dark-form-section .mktoForm input[type=time]::-moz-placeholder, .dark-form-section .mktoForm textarea.mktoField::-moz-placeholder, .dark-form-section .mktoForm select.mktoField::-moz-placeholder {
  color: #fff;
}
.order-form-section .mktoForm input[type=text]::placeholder, .order-form-section .mktoForm input[type=url]::placeholder, .order-form-section .mktoForm input[type=email]::placeholder, .order-form-section .mktoForm input[type=tel]::placeholder, .order-form-section .mktoForm input[type=number]::placeholder, .order-form-section .mktoForm input[type=date]::placeholder, .order-form-section .mktoForm input[type=time]::placeholder, .order-form-section .mktoForm textarea.mktoField::placeholder, .order-form-section .mktoForm select.mktoField::placeholder, .dark-form-section .mktoForm input[type=text]::placeholder, .dark-form-section .mktoForm input[type=url]::placeholder, .dark-form-section .mktoForm input[type=email]::placeholder, .dark-form-section .mktoForm input[type=tel]::placeholder, .dark-form-section .mktoForm input[type=number]::placeholder, .dark-form-section .mktoForm input[type=date]::placeholder, .dark-form-section .mktoForm input[type=time]::placeholder, .dark-form-section .mktoForm textarea.mktoField::placeholder, .dark-form-section .mktoForm select.mktoField::placeholder {
  color: #fff;
}
.order-form-section .mktoForm input[type=text]:focus, .order-form-section .mktoForm input[type=url]:focus, .order-form-section .mktoForm input[type=email]:focus, .order-form-section .mktoForm input[type=tel]:focus, .order-form-section .mktoForm input[type=number]:focus, .order-form-section .mktoForm input[type=date]:focus, .order-form-section .mktoForm input[type=time]:focus, .order-form-section .mktoForm textarea.mktoField:focus, .order-form-section .mktoForm select.mktoField:focus, .dark-form-section .mktoForm input[type=text]:focus, .dark-form-section .mktoForm input[type=url]:focus, .dark-form-section .mktoForm input[type=email]:focus, .dark-form-section .mktoForm input[type=tel]:focus, .dark-form-section .mktoForm input[type=number]:focus, .dark-form-section .mktoForm input[type=date]:focus, .dark-form-section .mktoForm input[type=time]:focus, .dark-form-section .mktoForm textarea.mktoField:focus, .dark-form-section .mktoForm select.mktoField:focus {
  border-color: #96fff5 !important;
}
.order-form-section .mktoForm .mktoCheckboxList &gt; input[type=checkbox] + label::before, .dark-form-section .mktoForm .mktoCheckboxList &gt; input[type=checkbox] + label::before {
  background-color: #2D3548 !important;
}
.order-form-section .wrapper-dollar .mktoFieldWrap:after, .dark-form-section .wrapper-dollar .mktoFieldWrap:after {
  color: #fff !important;
}
.order-form-section .mktoForm .mktoFormRow select, .dark-form-section .mktoForm .mktoFormRow select {
  background-image: url(https://lp.frontier.com/rs/686-ETT-174/images/chevron-down.svg);
  background-position: 98% 50%;
  background-size: 14px;
}

.order-form-section .mktoForm .mktoButtonWrap .mktoButton:hover, .dark-form-section .mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #FF0037 !important;
}
.order-form-section .mktoForm .mktoButtonWrap .mktoButton:hover:hover, .dark-form-section .mktoForm .mktoButtonWrap .mktoButton:hover:hover {
  background-color: #fff !important;
  color: #141928 !important;
}

.mktoForm .mktoAsterix {
  display: none !important;
  padding: 0 4px;
}

#form-section .dark {
  background-color: transparent;
}

@media (max-width: 590px) {
  .formwrapper.form-check-upgrade .mktoButtonRow button.mktoButton, .mktoForm .mktoButtonWrap .mktoButton {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
    padding-left: 5px !important;
  }
  .mktoForm .mktoFormCol {
    padding-left: 0px !important;
  }
  .twocolumnv1-title {
    margin-top: 20px;
  }
  .twocolumnv2-title {
    margin-top: 20px;
  }
  .twocolumnv3-title {
    margin-top: 20px;
  }
  .intro-title, .intro-title-new &gt; div {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 0px) and (max-width: 341px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 80% !important;
  }
}
@media (min-width: 342px) and (max-width: 478px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 87% !important;
  }
}
@media (min-width: 546px) and (max-width: 767px) {
  html body .wrapper-dollar .mktoFieldWrap input {
    padding-left: 35px !important;
  }
}
@media (min-width: 479px) and (max-width: 574px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 90% !important;
  }
}
@media (min-width: 575px) and (max-width: 663px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 92% !important;
  }
}
@media (min-width: 663px) and (max-width: 768px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 92% !important;
  }
}
@media (min-width: 769px) and (max-width: 1045px) {
  .mktoForm .mktoRadioList &gt; label {
    width: 88% !important;
  }
}
@media (max-width: 768px) {
  .mktoForm .mktoFormRow .mktoFormCol {
    width: 100% !important;
  }
  .mktoFormRow.row_20 .mktoFormCol:nth-last-child(2) {
    display: none;
  }
  .mktoForm .mktoRadioList &gt; label {
    margin-bottom: 0px;
  }
  .banner1-section {
    background-position: center !important;
  }
}
@media (max-width: 992px) {
  form.mktoForm {
    max-width: 100%;
    margin: 0 auto;
  }
  .formwrapper {
    width: 100% !important;
  }
}
@media (max-width: 590px) {
  .mktoForm .mktoFormRow .mktoField {
    margin-top: 10px !important;
  }
  html body .mktoForm {
    padding: 0 !important;
  }
  .mktoLabel, .mktoLabel {
    max-width: 100% !important;
    width: 100% !important;
  }
  .mktoFormRow.checkboxrowwrap label, .mktoFormRow.checkboxrowwrap label {
    max-width: 100% !important;
    width: 100% !important;
  }
  .wrapper-dollar .mktoFieldWrap:after {
    content: "$";
    position: absolute;
    top: 50%;
    left: 11px;
    font-weight: 400 !important;
    box-shadow: none !important;
    line-height: 24px !important;
    letter-spacing: 2px;
    font-size: 15px !important;
    font-family: "ObjectSans-Regular" !important;
    color: #141928 !important;
  }
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm input[type=time], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .mktoForm label.mktoLabel, .mktoFormRow.row10 fieldset .mktoHtmlText label, .mktoFormRow.row12 fieldset .mktoHtmlText label, .mktoFormRow.row14 fieldset .mktoHtmlText label {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  html body .mktoForm {
    padding: 0 !important;
  }
}
@media (min-width: 1045px) {
  .mktoForm .mktoRadioList &gt; label {
    margin-bottom: 20px !important;
  }
}
.hero {
  position: relative;
  background-color: #141928;
  position: relative;
  overflow-x: hidden;
}
.hero.whiteBkg {
  background-color: #fff;
}
.hero.whiteBkg .innerWrapper {
  background-image: url("https://lp.frontier.com/rs/686-ETT-174/images/lp-hero4.png?version=1");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero.whiteBkg .innerWrapper:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 62%);
}
.hero.whiteBkg .heroTitle, .hero.whiteBkg .heroText, .hero.whiteBkg .tertiaryTextColor {
  color: #141928;
}
.hero.whiteBkg .heroTitle .secondaryTextColor {
  color: #FF0037;
}
.hero.whiteBkg .intro-button:hover {
  background-color: #141928;
  color: #fff;
}
.hero .innerWrapper {
  max-width: 1440px;
  position: relative;
  margin: auto;
  background-image: url("https://Lp.frontier.com/rs/686-ETT-174/images/Hero-Banner.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 500px;
  z-index: 2;
}
.hero .innerWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(20, 25, 40) 0%, rgb(20, 25, 40) 36%, rgba(20, 25, 40, 0) 62%);
}
.hero.blkBkg {
  background-color: #000;
}
.hero.blkBkg .innerWrapper:before {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 46%, rgba(0, 0, 0, 0) 70%);
}
@media (max-width: 1023px) {
  .hero.blkBkg .heroImg:before {
    background: linear-gradient(0deg, rgba(20, 25, 40, 0) 0, #000 30%, rgb(0, 0, 0) 0%);
  }
}
@media (min-width: 1024px) {
  .hero.epp .innerWrapper {
    min-height: 600px;
    display: flex;
  }
}
.hero.epp .titleWrapper {
  max-width: 900px;
  padding-left: 0;
  margin-left: 16px;
}
.hero.epp .titleWrapper p {
  max-width: 550px;
}
.hero.epp .heroTitle {
  font-family: "ObjectSans-Bold";
  text-transform: none;
  margin-bottom: 32px;
}
.hero .container {
  position: relative;
  max-width: 1232px;
  margin: auto;
  padding: 0;
}
.hero .heroText {
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  margin: 16px auto;
}
@media (max-width: 767px) {
  .hero .heroText {
    font-size: 16px;
  }
}
.hero .intro-button:hover {
  background-color: #fff;
  color: #141928;
}
.hero .heroImg {
  display: none;
  position: relative;
  margin-top: -10%;
}
.hero .heroImg img {
  max-width: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .hero .heroImg {
    display: block;
    position: relative;
  }
  .hero .heroImg:before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    bottom: 80%;
    background: linear-gradient(0deg, rgba(20, 25, 40, 0) 0, rgb(20, 25, 40) 30%, rgb(20, 25, 40) 0%);
  }
  .hero .innerWrapper {
    min-height: 43rem;
    background-image: none;
    padding: 40px 0;
    padding-right: 16px;
    min-height: auto;
    background-image: none !important;
  }
  .hero .innerWrapper:before {
    display: none;
  }
  .hero.whiteBkg .heroImg:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
  }
  .hero.whiteBkg .innerWrapper {
    background-image: none;
  }
  .hero.whiteBkg .innerWrapper:before {
    display: none;
  }
}

.heroTitle {
  font-family: "BandwidthDisplay-Regular";
  margin: 16px 0;
}
.heroTitle .line {
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}
.heroTitle .line:before {
  content: "";
  display: block;
  width: 200%;
  left: calc(-200% - 16px);
  top: 0;
  height: 78%;
  background: #FF0037;
  position: absolute;
}
@media (max-width: 767px) {
  .heroTitle .line {
    margin-bottom: 8px;
  }
}
@media (max-width: 590px) {
  .heroTitle {
    font-size: clamp(6px, 9vw, 36px);
  }
}

.titleWrapper {
  position: relative;
  z-index: 2;
  padding-left: 16px;
  max-width: 670px;
  margin-left: 32px;
}
@media (max-width: 1023px) {
  .titleWrapper {
    margin-left: 16px;
    max-width: 100%;
  }
}

.sectionContainer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .sectionContainer {
    padding: 32px 0;
  }
}

.stripes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.stripes.stripeSecondary .stripe {
  background-color: #141928;
}

.stripes .stripe {
  left: 0;
  right: 0;
  background-color: #FF0037;
}

.stripe {
  height: 32px;
  margin-bottom: 16px;
  bottom: 55%;
}

.stripeTwo {
  bottom: calc(55% + 24px);
}

.stripeThree {
  bottom: calc(55% + 48px);
}

.imagePerk {
  position: relative;
  min-height: 600px;
  display: flex;
  background-color: #F3F4F4;
}
.imagePerk.alt .imageBox {
  order: -1;
}
.imagePerk .intro-button {
  margin-top: 16px;
}

.imagePerk .imagePerkFlex {
  max-width: 1232px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.imagePerk .textBox {
  margin: 0;
  min-height: auto;
  padding: 1.875rem;
  max-width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 1 550px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.imagePerk .textBox .intro-title {
  text-align: left;
}
.imagePerk .textBox .p1 {
  margin-bottom: 16px;
}

.imagePerk .textBox a {
  min-width: auto;
}

@media (min-width: 1024px) {
  .imagePerk .textBox {
    padding: 3.4375rem 5rem;
  }
}
.imagePerk .imageBox {
  align-self: flex-end;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.imagePerk .imageBox img {
  display: table;
  margin: auto;
  max-width: 100%;
}

.imagePerk .stripePrimary .stripe {
  background-color: #ff0037;
}

@media (max-width: 1023px) {
  .imagePerk .imagePerkFlex {
    display: block;
  }
  .imagePerk .textBox {
    margin: 32px auto 60px;
  }
  .imagePerk .stripes {
    top: auto;
    bottom: 15%;
  }
}
.cardContainer .h3 {
  text-align: center;
  margin: 0 auto 32px;
}
.cardContainer .flex-cards {
  display: flex;
  justify-content: space-between;
  margin: 16px auto;
}
@media (max-width: 767px) {
  .cardContainer .flex-cards {
    display: block;
  }
}
.cardContainer .card {
  padding: 32px;
  border-radius: 32px;
  margin: 16px 0;
  flex: 0 1 32.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cardContainer .card {
    min-height: 270px;
  }
}
.cardContainer .card .bigNum {
  font-family: "BandwidthDisplay-Regular";
  margin-bottom: 16px;
  text-align: left;
  margin: 0 0 16px;
}
.cardContainer .card.dark .h4 {
  color: #96fff5;
  margin-bottom: 16px;
}
.cardContainer .card.dark .p1 {
  color: #fff;
}

.headingBorder {
  padding-bottom: 56px;
  border-bottom: 4px solid #FF0037;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .headingBorder {
    padding-bottom: 32px;
  }
}

.newsBlock .flex-apart {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .newsBlock .flex-apart {
    display: block;
  }
}
.newsBlock .newsSubTitle {
  flex: 0 1 560px;
}
.newsBlock .newsDescription {
  margin-left: auto;
}
.newsBlock .newsDescription p {
  max-width: 560px;
}
@media (max-width: 1023px) {
  .newsBlock .newsDescription {
    margin: 16px 0;
    max-width: 100%;
  }
}

#roundedForm {
  padding: 60px 0;
}
#roundedForm .formCard {
  border-radius: 32px;
  padding: 80px 32px;
  background-color: #fff;
}
#roundedForm .formCard .mktoForm textarea[rows="2"] {
  height: auto !important;
}
#roundedForm .formCard .mktoButtonWrap button {
  margin: 24px auto 0 !important;
}
#roundedForm .formContain {
  max-width: 1034px;
  margin: auto;
}
@media (max-width: 1023px) {
  #roundedForm {
    padding: 40px 0;
  }
  #roundedForm .formCard {
    padding: 40px 32px;
  }
}
@media (max-width: 590px) {
  #roundedForm .formCard {
    padding: 32px 16px;
  }
}
@media (min-width: 1024px) {
  #roundedForm form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  #roundedForm form .mktoFormRow {
    flex: 0 1 49%;
    margin-bottom: 16px;
  }
  #roundedForm form .mktoFormRow:nth-of-type(5n) {
    flex: 1 1 100%;
    margin-bottom: 0;
  }
}

.altImageBlocks {
  padding: 48px 0;
}
.altImageBlocks .contain {
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
}
.altImageBlocks .mktoForm .mktoAsterix {
  color: #141928 !important;
}

.imageBlockFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.imageBlockFlex .title {
  font-family: "ObjectSans-Bold";
  font-size: 30px;
  margin-bottom: 16px;
}
.imageBlockFlex .textBox {
  max-width: 430px;
  padding: 32px;
}
.imageBlockFlex .imageBox {
  border-radius: 32px;
  background-color: #141928;
  flex: 0 1 700px;
  max-height: 400px;
  overflow: hidden;
}
.imageBlockFlex .imageBox img {
  margin: auto;
  display: table;
  max-width: 100%;
}
.imageBlockFlex:nth-of-type(even) .imageBox {
  order: 1;
}
.imageBlockFlex .p1 {
  margin: 8px 0;
}

@media (max-width: 1023px) {
  .imageBlockFlex {
    margin-bottom: 32px;
  }
  .imageBlockFlex .imageBox {
    max-height: 300px;
    flex: 0 1 48%;
  }
  .imageBlockFlex .textBox {
    padding: 0;
    flex: 0 1 48%;
  }
  .imageBlockFlex .title {
    font-size: 18px;
  }
  .imageBlockFlex .p1 {
    font-size: 16px;
  }
}
@media (max-width: 590px) {
  .imageBlockFlex {
    display: block;
  }
  .textBox {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.altImageBlocks.wForm .flex-half &gt; div:first-of-type {
  padding: 16px 0;
}
.altImageBlocks.wForm .intro-title, .altImageBlocks.wForm .intro-title-new {
  text-align: left;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .altImageBlocks.wForm .intro-title, .altImageBlocks.wForm .intro-title-new {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .altImageBlocks.wForm .imageBlockFlex .textBox {
    padding: 0 32px 0 0;
  }
  .altImageBlocks.wForm .imageBlockFlex:nth-of-type(odd) .textBox {
    padding: 0 0 0 32px;
  }
}
.altImageBlocks.wForm .imageBlockFlex .title {
  font-size: 20px;
}
.altImageBlocks.wForm .form-section {
  padding: 16px;
  border: 1px solid #8A8C94;
  border-radius: 32px;
}
.altImageBlocks.wForm .form-section .col-md-8 {
  min-width: 100% !important;
  padding: 0 8px !important;
}
.altImageBlocks.wForm .form-section .formwrapper {
  width: 100% !important;
}

.halfBlocks {
  background-color: #F3F4F4;
  padding: 60px 0;
}
.halfBlocks .contain {
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
}
.halfBlocks .imageBlockFlex {
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .halfBlocks .imageBlockFlex:last-of-type {
    margin: 100px 0 40px;
  }
}
.halfBlocks .imageBlockFlex .imageBox {
  flex: 0 1 50%;
  max-height: 400px;
}
.halfBlocks .imageBlockFlex .textBox {
  max-width: 600px;
  flex: 0 1 48%;
  padding: 0;
}
.halfBlocks .imageBlockFlex .textBox .wrap {
  max-width: 530px;
  margin: 0;
}
@media (max-width: 1023px) {
  .halfBlocks .imageBlockFlex .textBox .wrap {
    max-width: 800px;
  }
}
.halfBlocks .imageBlockFlex .textBox ul {
  margin: 16px 0;
  padding-left: 16px;
  font-size: 18px;
}
.halfBlocks .imageBlockFlex .textBox ul li {
  margin-bottom: 8px;
  line-height: 1.44;
}
.halfBlocks .imageBlockFlex .textBox ul.custom {
  padding-left: 32px;
}
@media (max-width: 1023px) {
  .halfBlocks .imageBlockFlex {
    display: block;
    margin-top: 16px;
  }
  .halfBlocks .imageBlockFlex .title {
    font-size: 24px;
  }
  .halfBlocks .imageBlockFlex .textBox {
    padding: 32px 16px;
    max-width: 100%;
  }
}
.halfBlocks .imageBlockFlex.tallImg .imageBox {
  align-self: stretch;
  max-height: 100%;
  min-height: 520px;
}
.halfBlocks .imageBlockFlex.tallImg .textBox .wrap {
  max-width: 540px;
}
@media (max-width: 1023px) {
  .halfBlocks .imageBlockFlex.tallImg .textBox .wrap {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .halfBlocks .imageBlockFlex.tallImg .textBox {
    padding: 16px;
    margin-bottom: 16px;
  }
  .halfBlocks .imageBlockFlex.tallImg .imageBox {
    min-height: 350px;
  }
}
.halfBlocks .imageBlockFlex.bkgHalfImg .imageBox {
  max-height: 100%;
  min-height: 400px;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.02) !important;
}
@media (max-width: 767px) {
  .halfBlocks .imageBlockFlex.bkgHalfImg .textBox {
    padding: 16px;
    margin-bottom: 16px;
  }
  .halfBlocks .imageBlockFlex.bkgHalfImg .imageBox {
    min-height: 350px;
  }
}
@media (min-width: 1024px) {
  .halfBlocks .imageBlockFlex:nth-of-type(odd) .textBox .wrap {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .halfBlocks {
    padding: 60px 0 32px;
  }
  .halfBlocks .imageBlockFlex {
    margin-bottom: 0;
  }
}

.halfBlockIntro {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .halfBlockIntro {
    margin-bottom: 20px;
  }
}

.flex-center-links {
  display: flex;
  justify-content: space-around;
  margin: 32px auto;
  max-width: 600px;
  padding: 0 16px;
}
.flex-center-links &gt; div {
  padding: 16px;
}
.flex-center-links &gt; div svg, .flex-center-links &gt; div img {
  display: table;
  text-align: center;
  margin: 10px auto;
}
.flex-center-links &gt; div img {
  max-width: 120px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .flex-center-links {
    margin-bottom: 16px;
  }
}

@media (max-width: 450px) {
  .flex-center-links {
    flex-wrap: wrap;
  }
}
#announcing {
  background-color: #141928;
  padding: 48px 16px 80px;
}
#announcing .container {
  max-width: 936px;
  margin: auto;
  padding: 0;
}
#announcing .center {
  text-align: center;
  margin: 80px auto 40px;
}
#announcing .intro-title-new {
  color: #fff;
  text-align: center;
}
#announcing .dark-form-section {
  padding: 32px 0 0;
  margin: auto;
}
#announcing .dark-form-section .mktoForm .mktoCheckboxList &gt; input[type=checkbox]:checked + label::before {
  border-color: #96fff5 !important;
  background: #96fff5 url(https://Lp.frontier.com/rs/686-ETT-174/images/checkmark.png) center no-repeat !important;
  background-size: 14px !important;
}
#announcing .dark-form-section .mktoForm .mktoFormRow.checkboxrowwrap label {
  font-size: 11px !important;
}
#announcing .dark-form-section .mktoForm span, #announcing .dark-form-section .mktoForm label {
  font-family: "ObjectSans-Regular" !important;
  font-weight: 400 !important;
  color: #fff;
}
#announcing .dark-form-section .mktoFormRow:first-of-type label {
  display: none !important;
}
#announcing .dark-form-section .mktoForm .mktoButtonWrap .mktoButton {
  margin: 16px auto !important;
}

.frLogo {
  display: table;
  margin: 0 auto 100px;
}

.announceImage {
  max-width: 659px;
  margin: 80px auto;
}
.announceImage .deviceImageSvg {
  display: table;
  margin: 40px auto;
  text-align: center;
}
.announceImage img {
  max-width: 100%;
}

.subTitle {
  font-size: 36px;
  font-family: ObjectSans-Bold;
  margin: 16px 0 20px;
}

.wrap {
  max-width: 850px;
  margin: 16px auto;
}

.confirmation {
  background-color: #141928;
  text-align: center;
  padding: 36px 0;
}
.confirmation .frLogo {
  margin: 16px auto 32px;
}
.confirmation .p1 {
  margin-bottom: 40px;
}
.confirmation .ft-logo {
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  #announcing .dark-form-section .mktoFormRow:first-of-type {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  #announcing .dark-form-section .mktoFormRow:first-of-type label {
    display: none !important;
  }
  #announcing .dark-form-section .mktoFormRow:first-of-type .mktoFormCol {
    flex: 0 1 48.5%;
  }
}
@media (max-width: 767px) {
  #announcing {
    padding: 40px 16px;
  }
  .announceImage {
    margin: 48px auto;
  }
  .announceImage .deviceImageSvg {
    margin: 16px auto;
  }
  .announceImage .deviceImageSvg svg {
    max-width: 70%;
    margin: 0 auto;
  }
  .subTitle {
    font-size: 24px;
  }
  #announcing .center {
    margin: 40px auto;
    text-align: left;
  }
}
@media (max-width: 590px) {
  .frLogo {
    margin-bottom: 40px;
  }
  .frLogo svg {
    max-width: 32px;
  }
  #announcing .dark-form-section .mktoForm .mktoButtonWrap .mktoButton {
    width: 100%;
  }
}
/* ------------- FAQ -------------- */
#faqs {
  padding: 48px 16px 60px;
  background: #f3f4f4;
}

.accordion {
  text-align: left;
  margin: auto;
  max-width: 840px;
}
.accordion .toggle {
  position: relative;
  cursor: pointer;
  padding: 24px 32px 24px 0;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.accordion .toggle .h6 {
  font-size: 18px;
  font-family: "ObjectSans-Bold";
}
.accordion .toggle:focus {
  outline-color: #96fff5;
}
.accordion .toggle i {
  position: absolute;
  right: 8px;
  top: 32px;
  transition: 0.4s all;
}
.accordion .toggle:hover .h2, .accordion .toggle:hover .h3 {
  color: #FF0037;
}
.accordion .toggle:hover .h6 {
  color: #FF0037;
}
.accordion .toggle:hover svg * {
  stroke: #FF0037;
}
.accordion .toggle.active {
  border-bottom: none;
}
.accordion .toggle.active i {
  transform: rotate(-180deg);
}
.accordion &gt; div {
  display: none;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion &gt; div p:first-of-type {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .banner2-section .first-column {
    display: block;
    text-align: center;
  }
  .banner2-section {
    min-height: auto !important;
    padding: 110px 0px !important;
  }
}
@media (max-width: 992px) {
  .footermenu-section .col {
    width: 50%;
    flex-basis: unset;
  }
  .footer-linksitems {
    text-align: left !important;
  }
  .videosection-content {
    width: 100%;
    padding: 64px 32px;
  }
  .videosectioncontent-wrap {
    display: block;
  }
  .videoplay-icon {
    top: auto;
    bottom: 225px;
  }
  .videov1-section .stripes {
    display: none;
  }
  .videosection-image {
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .topbar-section {
    display: none;
  }
  .banner1-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
  .banner1-subtitle {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
  .banner1-section {
    min-height: auto !important;
    padding: 110px 0px !important;
  }
  .banner2-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
  .banner2-subtitle {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
  .banner2-section .first-column {
    display: flex;
    justify-content: center;
  }
  .intro-title, .intro-title-new &gt; div {
    font-size: 28px;
    line-height: 32px;
  }
  .form-section, .order-form-section {
    padding: 64px 0;
  }
}
footer {
  padding: 70px 0px 30px;
  background-color: #f3f4f4;
}

.footer-privacyrow {
  margin-top: 60px;
}

.footermenu-section ul.footer-menu1items li {
  list-style-type: none;
}

.footermenu-section ul.footer-menu1items {
  padding-inline-start: 0px !important;
}

.footermenu-section ul.footer-menu1items .footermenu-title {
  font-size: 18px;
  font-family: "ObjectSans-Bold";
  color: #141928;
  text-decoration: none;
  display: block;
  line-height: 23px;
  padding-bottom: 20px;
  word-break: break-word;
  font-weight:bold !important;
}

.footermenu-section ul.footer-menu1items li a {
  font-size: 14px;
  line-height: 18px;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  word-break: break-word;
}
.footermenu-section ul.footer-menu1items li a:hover {
  text-decoration: underline;
}

.footer-privacy-policy {
  font-size: 10px;
  line-height: 14px;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
}

.footer-privacy-policy a {
  font-family: "ObjectSans-Medium";
  color: #141928;
  text-decoration: underline;
}

.footer-privacy-policy a:hover {
  color: #ff0037;
}

.footer-privacy-policy-2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  padding: 40px 0px 20px;
  margin-bottom: 0px;
}

.footermenu-section ul.footer-menu2items li {
  list-style-type: none;
  display: inline-block;
}

.footermenu-section ul.footer-menu2items {
  padding-inline-start: 0px !important;
}

.footermenu-section ul.footer-menu2items li a {
  font-size: 12px;
  line-height: 16px;
  font-family: "ObjectSans-Medium";
  font-weight: 500;
  color: #141928;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  padding-right: 15px;
}

.footermenu-section ul.footer-menu2items li a:hover {
  text-decoration: underline;
}

.footer-linksitems {
  padding-inline-start: 0px;
  text-align: right;
}

.footer-linksitems li {
  display: inline-block;
  list-style-type: none;
  padding-right: 10px;
  padding-bottom: 15px;
}

.footermenu-sociallinkswrap {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .ft-toggle {
    border: none;
    background-color: transparent;
  }
  .footermenu-title .chevron {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footermenu-section ul.footer-menu1items .footermenu-title {
    display: flex;
  }
  .ft-toggle {
    border: none;
    display: flex;
    background: none;
    width: 100%;
    padding: 0;
  }
  .ft-toggle .chevron {
    align-self: flex-start;
    transform-origin: center;
    transition: 0.3s all;
  }
  .ft-toggle.active .chevron {
    transform: rotate(180deg);
  }
  .footermenu-section ul.footer-menu1items li {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-menu1items {
    border-bottom: 1px solid #c4c5c9;
  }
  .ftSubMenu {
    display: none;
  }
}/*# sourceMappingURL=lp-styles.css.map */</pre></body></html>