body {
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 25px;
  line-height: 30px;
}
.blue {
  color: #1b75bc;
}
blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 130vh;
  min-height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(hsla(0, 0%, 100%, 0.35))), url('../images/hero-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0.35)), url('../images/hero-bg.jpg');
  background-position: 0px 0px, 50% 150px;
  background-size: auto, cover;
}

.container {
  display: block;
  width: 1082px;
  height: auto;
  max-width: 1082px;
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.how-it-works {
  padding-top: 0px;
}

.container.feel-confident {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 150px;
}

.container.protect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.testimonials {
  padding-top: 0px;
}

.container.accessories {
  margin-top: 30px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-blue {
  padding: 15px 35px;
  border-radius: 10px;
  background-color: #1b75bc;
  font-weight: 700;
}

.btn-blue.bio {
  position: static;
  bottom: 0px;
  margin-top: 0px;
}

.btn-blue.pricing {
  display: inline-block;
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
}

.btn-blue.pricing.accessory {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.05);
}

.nav-link {
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #1b75bc;
}

.nav-link.number {
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

.text-span {
  color: #1b75bc;
}

.nav-menu {
  z-index: 999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feel-safe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 940px;
  padding-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image:  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), url('../images/ensure-feel-safe-bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-quote {
  width: 60%;
  margin-top: 0px;
  padding: 0px;
  border-left-style: none;
  font-size: 70px;
  line-height: 85px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1082px;
  height: 70vh;
  max-height: none;
  max-width: 1082px;
  margin-top: 150px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.how-it-works-section {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.here-heading {
  margin-bottom: 20px;
  text-align: left;
}

.how-it-works-heading {
  display: block;
  width: 100%;
  margin-bottom: 75px;
  color: #fff;
}

.roundedcorners-bg-white {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: center;
}

.roundedcorners-bg-white.features {
  padding-top: 100px;
  padding-bottom: 70px;
}

.roundedcorners-bg-white.meet-the-team {
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icons-title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.icons-title.accessories-price {
  margin-top: 0px;
  text-align: left;
}

.icons-title.accessory-kit-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.icon-desc {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column.last {
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column.middle {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column.how-it-works {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feel-confident-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: 804px;
  margin-top: 125px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-content {
  width: auto;
  padding-right: 40px;
}

.left-content.mission {
  width: 50%;
}

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

.list {
  padding-left: 20px;
  color: #1b75bc;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.right-img {
  width: auto;
  height: auto;
  margin-top: -125px;
  margin-right: -25%;
  margin-bottom: -125px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.features-section {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -200px;
  padding-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/circle-fade-bg.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.icons-item {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  opacity: 1;
  text-align: center;
}

.left-img {
  width: auto;
  height: auto;
  margin: -100px 0% -125px -25%;
}

.right-content {
  width: auto;
  padding-right: 0px;
  padding-left: 40px;
}

.deserves-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden; */
  height: auto;
  max-height: 804px;
  margin-top: 0px;
  margin-bottom: 250px;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mission-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
  padding-top: 150px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/mission-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-white {
  color: #fff;
  text-align: left;
}

.content-white {
  color: #fff;
}

.content-white.quote {
  width: 50%;
}

.protect-now-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/cricle-down-bg.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.protect-now-section.about {
  background-image: none;
}

.protect-now-section.no-testimonial {
  padding-bottom: 0px;
  background-image: none;
}

.device-img {
  width: 85%;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.columns-2 {
  margin-bottom: 60px;
}

.testimonials-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide {
  border-radius: 0px;
  background-color: transparent;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 120px 160px;
  border-radius: 10px;
  background-color: #1b75bc;
  background-image: url('../images/quotes.svg');
  background-position: 140px 80px;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 25px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.testimonial-byline {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.testimonial-wrapper {
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-content {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer-spacer {
  color: #ccc;
}

.text-link {
  color: #1b75bc;
  text-decoration: none;
}

.col-how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.brand {
  z-index: 100;
}

.brand.w--current {
  z-index: 999;
}

.menu-button {
  z-index: 999;
}

.header-bg-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: #fff;
  box-shadow: 0 5px 11px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.img-hero-mob {
  display: none;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 480px;
  max-height: 480px;
  min-height: auto;
  margin-top: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle-bg.svg');
  background-position: 100% 170px;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-header-title {
  text-align: center;
}

.page-header-desc {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.page-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: auto;
  max-height: none;
  max-width: 1082px;
  margin: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/quote-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/quote-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quotes {
  position: relative;
  left: -50px;
  top: 0px;
  z-index: 1;
}

.about-quote {
  width: 50%;
  margin-top: 10px;
  padding: 0px;
  border-left-style: none;
  font-size: 54px;
}

.team-section {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle-down-left.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.meet-the-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-btn-container {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-bio.last {
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-white {
  padding: 15px 35px;
  border-radius: 10px;
  background-color: #fff;
  color: #1b75bc;
  font-weight: 700;
}

.circle-fade-bg {
  background-image: url('../images/circle-fade-right-bg.svg');
  background-position: 100% 170px;
  background-size: auto;
  background-repeat: no-repeat;
}

.real-stories-section {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story {
  margin: 0px 0px 50px;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.story-container {
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
  padding: 120px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/quotes-blue.svg');
  background-position: 100px 85px;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 25px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: center;
}

.story-container.last {
  margin-bottom: 0px;
}

.story-byline {
  color: #1b75bc;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.header-no-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 325px;
  max-height: 480px;
  min-height: auto;
  margin-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b75bc;
}

.faq-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-question {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.faq-answer {
  margin-top: 20px;
  margin-left: 0px;
  color: #fff;
}

.faq-answer-container {
  overflow: hidden;
}

.faq-container {
  display: block;
  width: 1082px;
  height: auto;
  max-width: 1082px;
  margin: 0px 60px 30px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-container.last {
  margin-bottom: 0px;
}

.btn-faq-open {
  position: relative;
}

.btn-faq-close {
  margin-left: -43px;
}

.pop-bio-daryl {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.pop-bio-header {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}

.pop-bio-miguel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.pop-bio-rebecca {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.pop-bio-zac {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.terms-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-list {
  margin-bottom: 10px;
  line-height: 30px;
}

.list-2 {
  margin-bottom: 20px;
}

.terms-link {
  color: #1b75bc;
  text-decoration: none;
}

.terms-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 225px;
  max-height: 480px;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.terms-title {
  margin-bottom: 0px;
  text-align: center;
}

.pricing-section {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-duration {
  color: #1b75bc;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.pricing-desc {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.pricing-divider {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-top: 1px solid #ccc;
}

.pricing-list {
  margin: 10px 0px 23px;
  padding-left: 20px;
}

.pricing-list.accessories {
  margin-bottom: 0px;
}

.pricing-list-li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.pricing-content-container {
  display: block;
  margin-right: 45px;
  margin-left: 45px;
}

.pricing-content-container.accessories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.equal-to {
  margin-top: -44px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 0px 0px;
  background-color: #1b75bc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.img-pricing {
  height: 315px;
}

.col-accessories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-accessories.img {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-accessories.btn {
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-accessories.img-2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols-accessroies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roundedcorners-bg-accessory {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: center;
}

.text-span-2 {
  color: #1b75bc;
  font-size: 16px;
  font-weight: 300;
}

.img-accessories {
  height: 200px;
}

.div-block {
  width: 100%;
}

.hero-subheading {
  margin-top: 0px;
  color: #1b75bc;
  font-size: 30px;
}

.text-span-3 {
  font-size: 26px;
}

.hero-img {
  position: absolute;
  left: auto;
  top: -2%;
  right: 23%;
  bottom: auto;
  height: 90vh;
}

.promo-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 60px;
  background-color: #1b75bc;
  opacity: 1;
  font-size: 33px;
}

.promo-bar-text {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 22px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spacer {
  height: 2px;
  margin-top: 30px;
  background-color: #eee;
}

.spacer.social {
  margin-top: 40px;
}

.social-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
}

.social-link {
  margin-right: 15px;
}

.social-link.last {
  margin-right: 0px;
}

.step-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: -115px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 5px solid #fff;
  border-radius: 50px;
  background-color: #1b75bc;
}

.step {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}

.text-span-4 {
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(hsla(0, 0%, 100%, 0.35))), url('../images/hero-bg.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.35)), url(../images/hero-bg.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }
  .container {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.feel-confident {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .container.protect {
    padding-top: 100px;
  }
  .hero-content {
    padding-right: 30px;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.number {
    margin-left: 10px;
    padding-left: 15px;
  }
  .nav-menu {
    background-color: transparent;
  }
  .feel-safe-section {
    height: 880px;
    padding-top: 100px;
    background-position: 50% 50%;
  }
  .block-quote {
    width: 70%;
    font-size: 48px;
    line-height: 56px;
  }
  .hero-container {
    margin-right: 59px;
    margin-left: 59px;
  }
  .how-it-works-section {
    margin-top: -275px;
  }
  .how-it-works-heading {
    margin-bottom: 100px;
  }
  .roundedcorners-bg-white {
    height: 100%;
    margin-bottom: 100px;
    padding: 50px 100px 30px;
  }
  .roundedcorners-bg-white.meet-the-team {
    margin-top: 75px;
  }
  .icons-title {
    font-size: 18px;
    line-height: 28px;
  }
  .icons-title.accessories-price {
    font-size: 24px;
    line-height: 36px;
  }
  .icons-title.price {
    font-size: 24px;
    line-height: 36px;
  }
  .icon-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column.last {
    padding-left: 0px;
  }
  .column.middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feel-confident-section {
    overflow: hidden;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
  .left-content {
    padding-right: 20px;
  }
  .left-content.mission {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .list {
    font-size: 16px;
    line-height: 24px;
  }
  .right-img {
    margin-top: 0px;
  }
  .columns {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-section {
    margin-top: -125px;
    padding-top: 100px;
    background-position: 50% 0%;
  }
  .icons-item {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .left-img {
    margin-top: 0px;
    margin-left: -25%;
  }
  .right-content {
    padding-left: 20px;
  }
  .deserves-section {
    margin-top: 100px;
    padding-top: 0px;
  }
  .mission-section {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/mission-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/mission-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .title-white {
    text-align: center;
  }
  .content-white.quote {
    width: 70%;
  }
  .protect-now-section {
    padding-top: 0px;
    padding-bottom: 100px;
    background-position: 0% 100%;
  }
  .protect-now-section.about {
    background-image: none;
  }
  .protect-now-section.no-testimonial {
    background-image: none;
  }
  .testimonials-section {
    padding-top: 0px;
  }
  .slider {
    padding: 80px 120px;
    background-image: url('../images/quotes.svg');
    background-position: 15% 15%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .testimonial-content {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial-byline {
    font-size: 18px;
  }
  .footer {
    margin-top: 50px;
    padding-top: 0px;
  }
  .col-how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-9 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-hero-mob {
    display: none;
  }
  .page-header {
    background-position: 0% 0%;
    background-size: auto;
  }
  .page-header-container {
    margin: 180px 59px 100px;
  }
  .quote-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .quotes {
    left: -30px;
  }
  .about-quote {
    width: 80%;
    font-size: 48px;
  }
  .team-section {
    margin-top: 0px;
    padding-top: 100px;
    background-position: 50% 0%;
    background-size: auto;
  }
  .meet-the-team {
    display: block;
  }
  .meet-the-team.bottom {
    margin-top: 30px;
  }
  .column-bio {
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-bio.last {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .real-stories-section {
    margin-top: 0px;
    padding-top: 0px;
    background-image: none;
  }
  .story {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .story-container {
    height: 100%;
    margin-bottom: 30px;
    padding: 50px 100px 30px;
    background-position: 70px 30px;
  }
  .story-byline {
    font-size: 18px;
  }
  .header-no-bg {
    background-position: 0% 0%;
    background-size: auto;
  }
  .faq-container {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .terms-header {
    background-position: 0% 0%;
    background-size: auto;
  }
  .pricing-section {
    margin-top: 0px;
  }
  .col-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pricing-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .equal-to {
    margin-top: 0px;
  }
  .col-accessories {
    padding: 30px 0px;
  }
  .col-accessories.btn {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cols-accessroies {
    display: block;
  }
  .roundedcorners-bg-accessory {
    height: 100%;
    margin-bottom: 30px;
    padding: 50px 100px 30px;
  }
  .hero-img {
    right: 5%;
  }
  .step-dot {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .container.protect {
    padding-top: 60px;
  }
  .hero-content {
    padding-right: 10px;
    margin-top: 100px;
  }
  .navbar {
    z-index: 999;
  }
  .nav-link {
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    text-align: right;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-link.number {
    margin-left: 10px;
    padding-left: 0px;
    border-left-style: none;
    line-height: 24px;
  }
  .text-span {
    color: #fff;
  }
  .nav-menu {
    z-index: 999;
    display: block;
    width: 50%;
    padding: 50px 30px 50px 65px;
    background-color: #1b75bc;
  }
  .feel-safe-section {
    height: 600px;
    padding-top: 60px;
    background-image: url('../images/ensure-feel-safe-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .block-quote {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }
  .hero-container {
    margin-top: 0px;
  }
  .here-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .how-it-works-heading {
    font-size: 24px;
    line-height: 24px;
  }
  .roundedcorners-bg-white {
    margin-bottom: 75px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .roundedcorners-bg-white.meet-the-team {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icons-title.accessories-price {
    text-align: center;
  }
  .icons-title.accessory-kit-title {
    text-align: center;
  }
  .icon-desc {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
  .column {
    padding-right: 0px;
  }
  .feel-confident-section {
    margin-top: 60px;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }
  .right-img {
    margin-top: 60px;
    margin-right: 0%;
  }
  .column-4 {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns {
    height: auto;
    margin-top: 0px;
  }
  .left-img {
    margin-bottom: 60px;
    margin-left: 0%;
  }
  .right-content {
    padding-left: 0px;
  }
  .deserves-section {
    overflow: visible;
    max-height: none;
    margin-top: -30px;
  }
  .mission-section {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-white.quote {
    width: 100%;
  }
  .protect-now-section {
    padding-bottom: 60px;
    background-position: 0% 0%;
  }
  .device-img {
    width: 85%;
    margin-bottom: 30px;
  }
  .left-arrow {
    padding-left: 20px;
  }
  .right-arrow {
    padding-right: 20px;
  }
  .slider {
    padding: 40px 90px;
  }
  .testimonial-content {
    font-size: 16px;
  }
  .testimonial-byline {
    font-size: 16px;
  }
  .col-how-it-works {
    display: block;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .brand.w--current {
    z-index: 999;
  }
  .menu-button.w--open {
    z-index: 999;
    display: block;
  }
  .header-bg-fade {
    z-index: auto;
  }
  .img-hero-mob {
    display: none;
  }
  .page-header {
    height: 350px;
    background-position: 0% 0%;
    background-size: auto;
  }
  .page-header-title {
    font-size: 24px;
    line-height: 32px;
  }
  .page-header-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .page-header-container {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .quote-section {
    height: auto;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/quote-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/quote-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .about-quote {
    font-size: 36px;
    line-height: 44px;
  }
  .team-section {
    padding-top: 60px;
    background-position: 50% 0%;
    background-size: auto;
  }
  .column-bio {
    padding-right: 0px;
  }
  .circle-fade-bg {
    background-position: 0% 0%;
  }
  .real-stories-section {
    padding-top: 0px;
  }
  .story {
    font-size: 16px;
  }
  .story-container {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 20px 30px;
  }
  .story-byline {
    font-size: 16px;
  }
  .header-no-bg {
    height: 225px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .terms-header {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }
  .terms-title {
    font-size: 24px;
    line-height: 32px;
  }
  .col-pricing {
    display: block;
  }
  .pricing-desc {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
  .col-accessories {
    padding-right: 45px;
    padding-left: 45px;
  }
  .col-accessories.btn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .roundedcorners-bg-accessory {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .promo-bar-text {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/hero-bg-mobile.jpg');
    background-position: 50% 125px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .container.feel-confident {
    padding-bottom: 0px;
  }
  .container.protect {
    padding-top: 60px;
  }
  .container.testimonials {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-content {
    margin-top: 200px;
    margin-bottom: 50px
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hero-section {
    max-height:none;
  } 
  .container.how-it-works {
    padding-top: 70px;
  }
  .btn-blue {
    text-decoration: none;
  }
  .btn-blue.pricing {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar {
    top: 50px;
    padding: 0px 15px;
  }
  .nav-link {
    margin-bottom: 20px;
    padding-right: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
  }
  .nav-link.w--current {
    color: #fff;
    line-height: 28px;
  }
  .nav-link.number {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
    line-height: 28px;
  }
  .text-span {
    color: #fff;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: block;
    width: 60%;
    margin-left: 0px;
    padding: 45px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1b75bc;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .feel-safe-section {
    background-image: url('../images/ensure-feel-safe-bg.jpg');
    background-position: 60% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../images/ensure-feel-safe-bg.jpg);
  }
  .block-quote {
    width: 100%;
  }
  .hero-container {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .how-it-works-section {
    margin-top: -180px;
  }
  .here-heading {
    margin-bottom: 10px;
    text-align: center;
  }
  .roundedcorners-bg-white {
    padding-right: 15px;
    padding-left: 15px;
  }
  .roundedcorners-bg-white.features {
    padding: 60px 0px 0px;
  }
  .roundedcorners-bg-white.meet-the-team {
    margin-top: 30px;
    padding: 60px 0px;
  }
  .icons-title {
    margin-top: 30px;
  }
  .feel-confident-section {
    max-height: none;
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-content {
    padding-right: 0px;
  }
  .list {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .right-img {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .features-section {
    margin-top: -100px;
  }
  .icons-item {
    padding-top: 20px;
  }
  .left-img {
    margin-bottom: 30px;
  }
  .deserves-section {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .mission-section {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/mission-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(../images/mission-bg.jpg);
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .content-white.quote {
    width: 100%;
  }
  .columns-2 {
    margin-bottom: 0px;
  }
  .left-arrow {
    width: 15%;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .right-arrow {
    width: 15%;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .slider {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }
  .footer-content {
    line-height: 24px;
  }
  .column-9 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mobile-icon {
    height: 80px;
  }
  .left-arr {
    max-width: 30%;
  }
  .right-arr {
    max-width: 30%;
  }
  .list-item {
    padding-left: 0px;
  }
  .brand {
    z-index: 100;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .brand.w--current {
    position: relative;
    z-index: 999;
  }
  .menu-button {
    padding: 28px 5px;
  }
  .menu-button.w--open {
    position: static;
    z-index: 98;
  }
  .header-bg-fade {
    z-index: auto;
  }
  .img-hero-mob {
    display: block;
    width: 50%;
    max-width: none;
  }
  .page-header {
    height: 350px;
    margin-top: 25px;
    background-position: 15% 0%;
    background-size: auto;
  }
  .page-header-title {
    text-align: center;
  }
  .page-header-container {
    display: block;
    margin-top: 150px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .quote-section {
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/quote-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/quote-bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .quotes {
    left: -15px;
  }
  .about-quote {
    width: 100%;
  }
  .team-section {
    margin-top: 0px;
    background-position: 50% 0%;
    background-size: auto;
  }
  .meet-the-team.bottom {
    margin-top: 60px;
  }
  .col-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-bio {
    margin-bottom: 60px;
  }
  .btn-white {
    text-decoration: none;
  }
  .real-stories-section {
    margin-top: 0px;
    background-position: 50% 0%;
    background-size: auto;
  }
  .story-container {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 10px 20px;
    background-size: 100px;
  }
  .header-no-bg {
    height: 225px;
    margin-top: 75px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .btn-faq-open {
    width: 30px;
  }
  .btn-faq-close {
    width: 30px;
    margin-left: -30px;
  }
  .image {
    position: static;
    z-index: 999;
  }
  .pop-bio-daryl {
    display: none;
  }
  .terms-header {
    height: 250px;
    margin-top: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .terms-title {
    text-align: center;
  }
  .pricing-section {
    margin-top: 0px;
  }
  .pricing-content-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-accessories {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-accessories.img-2 {
    display: none;
  }
  .roundedcorners-bg-accessory {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-subheading {
    font-size: 24px;
    line-height: 32px;
  }
  .text-span-3 {
    font-size: 24px;
  }
  .hero-img {
    left: 50%;
    top: -10%;
    right: auto;
    width: 160px;
    height: auto;
    margin-left: -80px;
  }
  .promo-bar {
    height: 50px;
    opacity: 1;
  }
  .promo-bar-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .spacer {
    margin-top: 10px;
  }
  .social-title {
    margin-right: 20px;
    margin-left: 20px;
  }
}

