.hamburger div {
  width: 2.5rem;
  height: 3px;
  background-color: #414141;
  margin: 6px 0;
}
.hamburger div:first-child {
  margin-top: 0;
}
.hamburger div:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 30;
  overflow: hidden;
}
.sidenav__header {
  padding: 3rem 1rem;
  position: relative;
  width: 95%;
}
.sidenav__header span {
  position: absolute;
  right: 20;
  top: 33;
  font-size: 1.8rem;
  font-weight: bold;
  color: #084482;
  font-family: "Brandon Grotesque";
}
.sidenav__body ul {
  padding: 4rem;
}
.sidenav__body li {
  list-style: none;
  font-family: "Brandon Grotesque";
  font-style: normal;
  font-weight: 500;
  font-weight: bold;
  font-size: 2rem;
  line-height: 6rem;
  color: #112349;
}
.sidenav__body li a {
  text-decoration: none;
  color: #112349;
}
@media (min-width: 1200px) {
  .sidenav {
    display: none;
  }
}
@media (min-width: 900px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-hidden {
    display: none;
  }
}
.margin-top-lg {
  margin-top: 4rem;
}
.margin-top-xl {
  margin-top: 15rem;
}
.margin-left-xs {
  margin-left: 1rem;
}
.highlight {
  color: #00adee;
}
.center {
  text-align: center;
}
.margin-left-sm {
  margin-left: 2rem;
}
.space {
  height: 10rem;
  position: relative;
  width: 80%;
  margin: 1.2rem auto;
  border-bottom: 1px solid #f1f1f1;
}
.padding-bottom-lg {
  padding-bottom: 5rem;
}
.padding-left-xs {
  padding-left: 1rem;
}
.padding-left-sm {
  padding-left: 2rem;
}
.padding-bottom-xs {
  padding-bottom: 1rem;
}
.margin-bottom-lg {
  margin-bottom: 4rem;
}
.margin-bottom-sm {
  margin-bottom: 1rem;
}
.margin-top-md {
  margin-top: 2rem;
}
.margin-left-right {
  margin: 1rem 3rem;
}
.justify-text {
  text-align: justify;
}
.large-height {
  height: 60rem;
}
.select {
  height: 10rem;
  width: 80%;
  margin: 1.3rem auto;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.select a {
  text-decoration: none;
  color: white;
}
.select a:hover {
  color: white;
  text-decoration: none;
}
.hidden {
  opacity: 0;
}
.toggleDisplay {
  display: none;
}
.check {
  font-size: 1.75rem;
  margin-top: 0.5rem;
  color: #0eb683;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 3rem;
}
.dash {
  font-size: 1.75rem;
  margin-top: 0.5rem;
  color: #333333;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 3rem;
}
.topnav {
  overflow-y: auto;
  width: 100%;
  background: white;
  backdrop-filter: blur(2.72rem);
  position: fixed;
  padding: 1rem;
  z-index: 15;
}
@media (min-width: 1200px) {
  .topnav {
    overflow-y: auto;
    position: fixed;
    z-index: 5;
    padding: 0;
  }
}
.topnav__content {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .topnav__content {
    width: 80%;
  }
}
.topnav__links {
  display: none;
}
@media (min-width: 1200px) {
  .topnav__links {
    display: block;
    margin-left: 24rem;
    font-family: "Brandon Grotesque";
    font-style: bold;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: -9rem;
    line-height: 1.8rem;
  }
  .topnav__links a {
    text-decoration: none;
    margin: 2rem;
    color: #03202c;
  }
}
.topnav__form {
  padding: 1rem 2rem;
}
.nav-button {
  display: none;
}
@media (min-width: 1200px) {
  .nav-button {
    margin-top: 2rem;
    display: inline;
  }
  .nav-button__whatsapp {
    display: flex;
    align-items: center;
  }
  .nav-button__whatsapp p {
    font-size: 1.4rem;
    font-family: "Brandon Grotesque";
  }
  .nav-button__whatsapp a {
    color: rgba(3, 32, 44, 0.5);
    text-decoration: none;
  }
  .nav-button a {
    text-decoration: none;
    font-family: "Brandon Grotesque";
    font-style: bold;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
}
.chat-us {
  display: flex;
  font-size: 1.6rem;
  width: 20rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.chat-us a {
  text-decoration: none;
  text-decoration: underline;
  color: #03202c;
  font-family: "Brandon Grotesque";
}
.chat-us a:visited {
  border: none;
  outline: none;
}
.chat-us img {
  margin-left: 9rem;
}
@media (min-width: 1200px) {
  .chat-us {
    display: none;
  }
}
.installation-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.installation-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.btn {
  background-color: #00adee;
  padding: 1rem 2rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5rem;
  font-family: "Brandon Grotesque";
  display: block;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.btn__select-sm {
  width: 10rem;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .btn {
    background-color: #00adee;
    padding: 1rem 2rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5rem;
    font-family: "Brandon Grotesque";
    display: block;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .btn-lg {
    padding: 1rem 4rem;
    width: 27rem;
  }
  .btn a {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  .btn a:visited {
    color: white;
    text-decoration: none;
  }
  .btn__select {
    display: inline-block;
    margin-top: 1rem;
    font-weight: bold;
    background-color: #00adee;
    padding: 1.6rem 4rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5rem;
    font-family: "Brandon Grotesque";
    color: white;
    font-size: 1.6rem;
  }
}
.carousel {
  width: 100%;
  background-color: rgba(0, 173, 238, 0.1);
}
.carousel h2 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 5rem;
  color: #03202c;
  padding-bottom: 3rem;
}
.carousel__content {
  width: 100%;
}
@media (min-width: 1200px) {
  .carousel {
    width: 100%;
    margin-top: -7rem;
    padding: 5rem 5rem;
  }
  .carousel h2 {
    text-align: center;
    font-family: "Brandon Grotesque";
  }
  .carousel__content {
    width: 100%;
  }
}
.carousel__cell h3 {
  font-family: "Brandon Grotesque";
  padding-left: 1rem;
  font-size: 2.1rem;
}
.carousel__cell p {
  font-family: "Brandon Grotesque";
  font-size: 1.6rem;
  padding: 1rem;
  text-align: justify;
}
.carousel__cell-width {
  width: 100%;
}
.focus-mobile {
  margin-top: 15rem;
  background-color: rgba(0, 173, 238, 0.1);
}
.focus-mobile h2 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 5rem;
}
.focus-mobile h3 {
  padding-top: 4rem;
  color: #222222;
  font-size: 2.1rem;
}
.focus-mobile p {
  font-weight: normal;
  line-height: 2.3rem;
  color: #03202c;
  font-style: normal;
  font-size: 1.6rem;
  width: 32.8rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.carousel-mobile {
  background-color: rgba(0, 173, 238, 0.1);
  overflow: visible;
  margin-top: 5rem;
  padding: 2rem;
}
.carousel-mobile h2 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 3.5rem;
  color: #03202c;
}
.carousel-mobile__content {
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
.carousel-mobile h3 {
  font-family: "Brandon Grotesque";
}
.carousel-mobile p {
  font-family: "Brandon Grotesque";
}
.carousel-mobile-button {
  width: 50%;
  text-align: center;
  margin: 1rem auto;
}
.carousel-mobile-button a {
  text-decoration: none;
  text-align: center;
}
.flickity-prev-next-button {
  display: none;
}
.flickity-page-dots .dot.is-selected {
  background: #00adee;
}
.slide-text {
  width: 35%;
  margin-top: 1rem;
}
.slide-text h3 {
  font-family: "Brandon Grotesque";
  font-size: 2.1rem;
  line-height: 3.6rem;
}
.slide-text p {
  font-family: "Brandon Grotesque";
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.8rem;
}
.slide-1 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.slide-2 {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.slide-2 img {
  height: 100%;
  margin-top: 1rem;
}
.slide-3 {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.slide-3 img {
  height: 100%;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .feature-header{
text-align: center;
    font-family: "Brandon Grotesque";
    font-size: 5rem;
    padding: 2rem;
    padding-bottom: 1rem;
  }
  .feature {
    width: 100vw;

    height: 80%;
    background-image: url("/assets/VNTS Image - Rounded-min11.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    /* background-color: ; */
  }
}

@media (min-width: 1200px) {
  /* start */

  .pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .hide {
    border: none;
  }

  .pricing-table th {
    background-color: rgba(0, 173, 238, 0.1);
  }

  .pricing-table td:first-child {
    text-align: left;
  }

  .pricing-table tbody tr:nth-child(even) {
    background-color: rgba(0, 173, 238, 0.1);
  }

  .pricing-table tbody tr:hover {
    background-color: #e0e0e0;
  }

  /* end */

  .pricing {
    width: 100%;
    padding: 30px 40px;
  }
  .pricing h2 {
    text-align: center;
    font-family: "Brandon Grotesque";
    font-size: 5rem;
    padding: 2rem;
    padding-bottom: 1rem;
  }
  .pricing__container {
    border: 1px solid #00adee;
    border-radius: 2rem;
    width: 90%;
    margin: 2rem auto;
    overflow: hidden;
  }
  .pricing__container h3 {
    color: white;
    text-align: center;
    font-family: "Brandon Grotesque";
    padding-top: 0.1rem;
    height: 4rem;
    font-size: 2.8rem;
    background-color: #00adee;
    border-radius: 10px 10px 0px 0px;
  }
  .pricing__table {
    width: 80%;
    display: flex;
    margin: 2rem auto;
  }
  .pricing__cell {
    width: 25%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-left: none;
  }
  .pricing__cell h4 {
    text-align: center;
    height: 8rem;
    padding-top: 1rem;
    font-family: "Brandon Grotesque";
    font-size: 1.6rem;
  }
  .pricing__cell p {
    font-family: "Brandon Grotesque";
    line-height: 3rem;
    font-size: 1.6rem;
  }
  .pricing__cell:hover {
    transform: scale(10px);
    border: none;
    background-color: #00adee;
  }
  .pricing__cell:hover h4,
  .pricing__cell:hover p {
    color: white;
  }
  .pricing__cell:hover .btn__select {
    background-color: white;
    color: #00adee;
  }
  .pricing__cell-properties {
    width: 50%;
    height: 100%;
    border: 1px solid #f1f1f1;
  }
  .pricing__cell-properties h4 {
    text-align: center;
    height: 8rem;
    padding-top: 1rem;
    font-family: "Brandon Grotesque";
    font-size: 1.6rem;
  }
  .pricing__cell-properties p {
    font-family: "Brandon Grotesque";
    line-height: 3rem;
    font-size: 1.6rem;
  }
}
.mobile-pricing {
  width: 100%;
  margin-top: 2rem;
}
.mobile-feature {
  width: 100%;
  margin-top: 2rem;
}
.mobile-pricing__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mobile-pricing__row--property {
  width: 35%;
  color: #1c1e4d;
  margin-left: -5rem;
  font-family: "Brandon Grotesque";
  font-size: 1.6rem;
}
.mobile-pricing__row p {
  font-family: "Brandon Grotesque";
}
.mobile-pricing__row--value {
  font-size: 1.6rem;
  color: #1c1e4d;
}
.mobile-pricing__table {
  width: 95%;
  border: 1px solid #f4f5f7;
  margin: 4rem auto;
}
.mobile-pricing__table h4 {
  width: 100%;
  background-color: #f4f5f7;
  padding: 2rem 0;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-family: "Brandon Grotesque";
  color: #1c1e4d;
  font-weight: normal;
}
.mobile-pricing h2 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 5rem;
}
.mobile-pricing h3 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 2.8rem;
  background-color: #00adee;
  color: white;
  padding: 1rem 0;
  border-radius: 10px 10px 0px 0px;
}
.mobile-pricing__plan {
  width: 95%;
  margin: 1rem auto;
  border: 1px solid #00adee;
  border-radius: 10px;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.mobile-pricing__plan h4 {
  text-align: center;
  font-family: "Brandon Grotesque";
  width: 25rem;
  font-size: 1.6rem;
  color: #1c1e4d;
  width: 35%;
}
.mobile-pricing__heading {
  height: 2rem;
  width: 100%;
  font-family: "Brandon Grotesque";
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  color: #00adee;
}
@media (min-width: 1200px) {
  .focus {
    width: 100%;
    background-color: rgba(0, 173, 238, 0.1);
    padding-bottom: 2rem;
    scroll-margin-top: 2rem;
  }
  .focus h2 {
    text-align: center;
    font-family: "Brandon Grotesque";
    font-size: 5rem;
    padding: 2rem;
  }
  .focus p {
    text-align: center;
    font-family: "Brandon Grotesque";
    color: #03202c;
    font-size: 2.2rem;
    width: 80rem;
    margin: auto;
  }
  .focus__container {
    width: 100%;
    margin: 2rem auto;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .focus__feature {
    border: 1px solid;
    width: 20%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .footer {
    width: 80%;
    height: 20rem;
    margin: 0 auto;
  }
  .footer__container {
    border-bottom: 1px solid #dae0e5;
    padding-bottom: 1rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .footer__social {
    width: 20%;
  }
  .footer__social--links {
    width: 65%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }
  .footer__social--links img {
    opacity: 0.5;
  }
  .footer__social--email {
    font-family: "Brandon Grotesque";
    font-weight: normal;
    color: #03202c;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .footer__social--phone {
    display: flex;
    align-items: center;
  }
  .footer__social--phone p {
    font-weight: normal;
    font-family: "Brandon Grotesque";
    color: #03202c;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .footer__social--phone a {
    color: #03202c;
  }
  .footer__location {
    width: 20%;
  }
  .footer__location h3 {
    font-weight: normal;
    font-family: "Brandon Grotesque";
    color: #00adee;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .footer__location p {
    font-family: "Brandon Grotesque";
    font-weight: normal;
    font-size: 1.6rem;
  }
  .footer__legal {
    width: 20%;
  }
  .footer__legal h3 {
    font-family: "Brandon Grotesque";
    font-weight: normal;
    color: #00adee;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .footer__legal li {
    list-style: none;
    font-size: 1.6rem;
    font-family: "Brandon Grotesque";
  }
  .footer__legal a {
    text-decoration: none;
    font-weight: normal;
    color: #03202c;
  }
  .footer__legal a:visited {
    text-decoration: none;
    color: #03202c;
  }
  .footer__support {
    width: 20%;
  }
  .footer__support h3 {
    font-family: "Brandon Grotesque";
    font-weight: normal;
    color: #00adee;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .footer__support li {
    list-style: none;
    font-size: 1.6rem;
    font-family: "Brandon Grotesque";
  }
  .footer__support a {
    text-decoration: none;
    font-weight: normal;
    color: #03202c;
  }
  .footer__support a:visited {
    text-decoration: none;
    color: #03202c;
  }
  .footer__connect {
    width: 20%;
  }
  .footer__connect h3 {
    font-family: "Brandon Grotesque";
    font-weight: normal;
    color: #00adee;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .footer__connect li {
    list-style: none;
    font-size: 1.6rem;
    font-family: "Brandon Grotesque";
  }
  .footer__connect a {
    font-weight: normal;
    text-decoration: none;
    color: #03202c;
  }
  .footer__connect a:visited {
    text-decoration: none;
    color: #03202c;
  }
}
.mobile-footer {
  margin: 2rem auto;
  width: 60%;
  text-align: center;
}
.mobile-footer__email {
  font-size: 1.4rem;
  font-family: "Brandon Grotesque";
  font-weight: normal;
}
.mobile-footer__phone {
  font-family: 1.4rem;
  font-weight: normal;
  font-family: "Brandon Grotesque";
}
.mobile-footer__social {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
  padding-bottom: 2rem;
}
.mobile-footer ul li {
  list-style-type: none;
  margin-bottom: 2rem;
}
.mobile-footer ul li a {
  color: #03202c;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "Brandon Grotesque";
  font-weight: normal;
}
.netpremiselte-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.netpremiselte-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.netpremise-solution-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.netpremise-solution-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.netpremise-intro-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.netpremise-intro-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.netpremise-application-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.netpremise-application-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.copyright {
  padding: 2rem 0;
  font-family: "Brandon Grotesque";
  font-weight: normal;
  font-size: 1.2rem;
  color: #03202c;
}
.mobile-copyright {
  width: 100%;
  height: 8rem;
  border-top: 1px solid #dae0e5;
  font-weight: normal;
  text-align: center;
  padding-top: 1rem;
  font-family: "Brandon Grotesque";
}
.mobile-copyright p {
  margin-bottom: 1rem;
}
.empty-nav {
  position: fixed;
  height: 10rem;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 5;
}
.empty-nav__content {
  width: 80%;
  margin: 2rem auto;
}
.contact h3 {
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .contact {
    width: 100%;
    margin-bottom: 10rem;
    scroll-margin-top: 5rem;
  }
  .contact h3 {
    text-align: center;
    font-family: "Brandon Grotesque";
    font-weight: normal;
    font-size: 2.8rem;
    color: #03202c;
  }
  .contact div {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
  }
}
.about-us h2,
.faqs h2 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  padding: 5rem;
}
.faqs ul {
  padding-left: 3rem;
}
.faqs li {
  font-size: 1.6rem;
}
.privacy-policy,
.about-us,
.faqs {
  width: 80%;
  margin: 10rem auto;
}
.privacy-policy li,
.about-us li,
.faqs li {
  font-weight: normal;
}
.privacy-policy h3,
.about-us h3,
.faqs h3 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  color: #222222;
  line-height: 4.6rem;
  font-size: 2.8rem;
}
.privacy-policy h4,
.about-us h4,
.faqs h4 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  line-height: 3.6rem;
  color: #222222;
  font-size: 2.2rem;
}
.privacy-policy p,
.about-us p,
.faqs p {
  font-family: "Brandon Grotesque";
  line-height: 2.8rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(3, 32, 44, 0.5);
  font-size: 1.6rem;
}
.terms-of-use {
  width: 80%;
  margin: 5rem auto;
}
.terms-of-use h3 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  color: #222222;
  line-height: 4.6rem;
  font-size: 2.8rem;
}
.terms-of-use h4 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  line-height: 3.6rem;
  color: #222222;
  font-size: 2.2rem;
}
.terms-of-use p {
  font-family: "Brandon Grotesque";
  line-height: 2.8rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(3, 32, 44, 0.5);
  font-size: 1.6rem;
}
.returns-policy {
  width: 80%;
  margin: 10rem auto;
}
.returns-policy li {
  font-family: "Brandon Grotesque";
  font-size: 1.6rem;
  color: rgba(3, 32, 44, 0.5);
}
.returns-policy h3 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  color: #222222;
  line-height: 4.6rem;
  font-size: 2.8rem;
}
.returns-policy h4 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  line-height: 3.6rem;
  color: #222222;
  font-size: 2.2rem;
}
.returns-policy p {
  font-family: "Brandon Grotesque";
  line-height: 2.8rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(3, 32, 44, 0.5);
  font-size: 1.6rem;
}
.explainer-video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.explainer-video__content {
  background-color: white;
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayVideo {
  display: block;
}
.warranty {
  width: 80%;
  margin: 5rem auto;
}
.warranty li {
  font-family: "Brandon Grotesque";
  font-size: 1.6rem;
  color: rgba(3, 32, 44, 0.5);
}
.warranty h3 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  color: #222222;
  line-height: 4.6rem;
  font-size: 2.8rem;
}
.warranty h4 {
  font-family: "Brandon Grotesque";
  font-weight: normal;
  line-height: 3.6rem;
  color: #222222;
  font-size: 2.2rem;
}
.warranty p {
  font-family: "Brandon Grotesque";
  line-height: 2.8rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(3, 32, 44, 0.5);
  font-size: 1.6rem;
}
.jumbotron {
  width: 100%;
  overflow: hidden;
  padding-top: 12rem;
}
.jumbotron__image {
  margin-top: -12rem;
  text-align: center;
  position: relative;
  text-align: center;
}
.jumbotron__image--text {
  position: absolute;
  bottom: 16rem;
  left: 8rem;
  font-family: "Brandon Grotesque";
  color: rgba(3, 32, 44, 0.5);
  font-size: 2rem;
  z-index: 10;
}
.jumbotron__button {
  margin-top: 2rem;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.jumbotron__play-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  cursor: pointer;
}
.jumbotron__text {
  z-index: 3;
  margin-top: -8rem;
  font-family: "Brandon Grotesque";
  text-align: center;
  color: #03202c;
}
.jumbotron__text h2 {
  font-size: 3.2rem;
  letter-spacing: -0.03em;
  line-height: 5rem;
}
.jumbotron__text h3 {
  font-size: 2rem;
  line-height: 4rem;
}
.jumbotron__text p {
  letter-spacing: -0.03em;
  font-size: 1.6rem;
  line-height: 2rem;
  color: rgba(3, 32, 44, 0.5);
}
@media (min-width: 800px) {
  .jumbotron {
    display: flex;
    justify-content: space-between;
    padding-top: 9rem;
    padding-bottom: 1rem;
  }
  .jumbotron__image {
    width: 50%;
    overflow: hidden;
    margin: 0;
  }
  .jumbotron__image img {
    margin-top: -7.5rem;
    width: 100%;
  }
  .jumbotron__video {
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .jumbotron__button {
    width: 45%;
    margin: 0;
  }
  .jumbotron__text {
    margin: 0;
    text-align: left;
    padding-top: 10rem;
    width: 50%;
  }
  .jumbotron__text h2 {
    font-family: "Brandon Grotesque";
    font-size: 50px;
    line-height: 10rem;
    letter-spacing: -0.03em;
    color: #03202c;
  }
  .jumbotron__text h3 {
    font-family: "Brandon Grotesque";
    font-size: 2.6rem;
    line-height: 3rem;
    color: #03202c;
  }
  .jumbotron__text p {
    font-family: "Brandon Grotesque";
    line-height: 5rem;
    font-size: 2rem;
    color: rgba(3, 32, 44, 0.5);
  }
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/fonts/Brandon_bld.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/fonts/Brandon_reg.otf");
  font-weight: 500;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  font-family: "Brandon Grotesque";
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  background-color: white;
  box-sizing: border-box;
  position: relative;
}
