body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 25px;
}

.header-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  line-height: 24px;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1290px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.container.header {
  min-height: auto;
}

.container.flex---side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.flex---side.mid {
  width: auto;
  max-width: none;
}

.container.shadow {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 41px 6% 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 242, 231, 0.69);
  border-radius: 25px;
  box-shadow: 0 19px 18px 11px rgba(245, 242, 231, 0.45);
  text-align: center;
}

.container.shadow.compare {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0%;
}

.container.flex-top {
  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.flex-top.margin {
  padding-bottom: 30px;
}

.logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-banner-wrapper {
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 80px;
  background-image: url('../images/hero-bg.jpg');
  background-position: 35% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-header-light {
  margin-top: 0px;
  font-family: 'Axiforma light', sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 57px;
  font-weight: 300;
}

.sub-header-light.center {
  text-align: center;
}

.hero-banner-header {
  margin-bottom: 20px;
  padding-top: 50px;
  text-align: center;
}

.header-h1 {
  margin-top: 15px;
  font-family: 'Axiforma bold', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 58px;
}

.header-h1.orange-text {
  color: #ff9a09;
}

.line {
  height: 1px;
  background-image: url('../images/line_1line.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.hero-banner-sub-div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Axiforma semibold', sans-serif;
  color: #ff4d00;
  font-size: 24px;
  font-weight: 600;
}

.hero-circle-separator {
  width: 28px;
  height: 28px;
  margin: 11px 15px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/cross_1cross.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-banner-sub-div-wrapper {
  margin-top: 25px;
}

.hero-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-list {
  margin-bottom: 15px;
  padding-left: 45px;
  background-image: url('../images/check_1check.png');
  background-position: 0% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  font-family: 'Axiforma medium', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.hero-banner-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 0px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid rgba(3, 3, 3, 0.44);
  border-radius: 15px;
  background-color: #288d00;
  background-image: url('../images/button-gr.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Axiforma regular', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.margin-b45 {
  margin-bottom: 45px;
}

.hero-banner-cam {
  position: absolute;
  left: 0%;
  top: auto;
  right: -7%;
  bottom: -65px;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.hero-banner-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 498px;
  height: 283px;
  min-height: 283px;
  min-width: 498px;
  margin-top: 50px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.full-mid-section {
  min-height: 250px;
}

.flex-side {
  width: 50%;
}

.flex-side._750 {
  min-width: 750px;
}

.flex-side.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-sub-header {
  font-family: 'Axiforma medium', sans-serif;
  color: #141516;
  font-size: 31px;
  line-height: 38px;
  font-weight: 500;
}

.section-sub-header.mid {
  font-family: 'Axiforma semibold', sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.section-sub-header.center {
  text-align: center;
}

.section-sub-header.large {
  font-size: 39px;
}

.section-header {
  margin-top: 15px;
  font-family: 'Axiforma bold', sans-serif;
  color: #f26100;
  font-size: 60px;
  line-height: 61px;
}

.section-header.margin {
  margin-bottom: 30px;
}

.section-header.center {
  text-align: center;
}

.section-header.center.white {
  color: #fff;
}

.section-header.center.mid {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 49px;
}

.sub-paragraph {
  margin-top: 30px;
  color: #070707;
  font-size: 22px;
  line-height: 30px;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-div.margin-tb {
  margin-top: 80px;
  margin-bottom: 30px;
}

.center-div {
  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;
}

.no-text {
  margin-right: 12px;
  margin-left: 12px;
  padding: 16px 0px 11px 45px;
  background-image: url('../images/no-icon_1no-icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Axiforma medium', sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}

.bold-text {
  font-family: 'Axiforma extrabold', sans-serif;
  font-weight: 700;
}

.light-font {
  font-family: 'Axiforma book', sans-serif;
  font-weight: 400;
}

._3-flex-div {
  max-width: 31%;
  min-height: 200px;
  min-width: 31%;
  font-size: 19px;
  font-weight: 600;
}

.extrabold-text {
  font-family: 'Axiforma extrabold', sans-serif;
  font-weight: 700;
}

.step-image {
  min-height: 200px;
  margin-top: 21px;
  margin-bottom: 18px;
}

.step-text {
  padding-right: 37px;
  padding-left: 37px;
  color: #202020;
  font-size: 18px;
  line-height: 26px;
}

.step-title {
  font-family: 'Axiforma black', sans-serif;
  color: rgba(219, 26, 0, 0.98);
  font-size: 26px;
  line-height: 25px;
}

.separator-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0f0e0c;
  background-image: url('../images/pattern.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.separator-button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator-header {
  margin-bottom: 5px;
  font-family: 'Axiforma bold', sans-serif;
  color: #ff9a09;
  font-size: 36px;
  line-height: 43px;
}

.separator-subheader {
  margin-top: 0px;
  font-family: 'Axiforma light', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.secure-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

.secure-section.no-padding-b {
  position: relative;
  padding-bottom: 0px;
}

.section-header-content {
  color: #9b9b9b;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.section-header-content.white {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured-div.content {
  max-width: 410px;
  min-width: 410px;
  margin-top: 60px;
}

.featured-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  color: #0c0c0c;
  font-size: 16px;
  line-height: 23px;
}

.featured-list.right {
  text-align: right;
}

.featured-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  padding: 13px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #f26100;
  border-radius: 100px;
  box-shadow: 0 7px 12px -7px rgba(242, 97, 0, 0.69);
}

.featured-icon.right {
  margin-right: 0px;
  margin-left: 30px;
}

.featured-icon.waterproof {
  background-image: url('../images/waterproof_1waterproof.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.featured-name {
  color: #17181c;
  font-size: 20px;
  font-weight: 700;
}

.featured-img {
  max-width: 250px;
}

.colored-section {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #ffb109;
  background-image: linear-gradient(125deg, #ff9a09 7%, rgba(255, 177, 9, 0) 64%);
}

.colored-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.colored-wrapper {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
}

.colored-image {
  overflow: hidden;
  margin-bottom: 29px;
}

.colored-text {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 21px;
  line-height: 29px;
}

.compare-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.compare-row.white {
  background-color: #fdfdfd;
}

.compare-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-right: 17px;
  padding-left: 17px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.compare-item.head {
  max-width: 300px;
  min-width: 300px;
  padding: 12px 23px 12px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-color: #363636;
  background-color: rgba(31, 31, 31, 0.95);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.compare-item.head.black {
  background-color: #252524;
}

.compare-item.head.blank {
  border-bottom-style: none;
  background-color: transparent;
}

.compare-item.blank {
  border-bottom-style: none;
}

.compare-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.compare-name {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #ffb109;
  font-size: 18px;
  font-weight: 600;
}

.compare-pic {
  position: absolute;
  left: 41.5px;
  bottom: -24.1719px;
  z-index: 3;
}

.testimonial-wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fffdf7;
}

.secure-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 200px;
  background-color: #fffdf7;
}

.testimonial-slider {
  height: auto;
  min-height: auto;
  margin-top: 50px;
  padding-bottom: 65px;
  background-color: transparent;
}

.hide {
  display: none;
}

.nav-slide {
  opacity: 0.28;
}

.testimonial {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  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;
  border-radius: 100px;
  background-color: transparent;
}

.testimonial-star {
  margin-bottom: 20px;
}

.testimonial-text {
  max-width: 660px;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-name {
  margin-top: 15px;
  margin-bottom: 13px;
  color: #f26100;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.footer-logo {
  margin-bottom: 16px;
}

.more-about-section {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fffdf7;
}

.full-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-flex.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-content-wrapper {
  max-width: 900px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.margin-right {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orange-text {
  color: #f26100;
}

.mid-text {
  font-size: 16px;
  line-height: 22px;
}

.faq-a-wrapper {
  overflow: hidden;
  height: 0%;
  color: #2c2c2c;
}

.accordion-line {
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #ffb11b;
}

.accordion-line.dash {
  width: 12px;
  height: 2px;
}

.faq-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f2e7;
}

.accordion-vertical {
  width: 2px;
  height: 12px;
  background-color: #ffb11b;
}

.accordion-box {
  position: absolute;
  left: 0%;
  top: 1px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: auto;
  margin-bottom: 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;
  border-style: solid;
  border-width: 4px;
  border-color: #eeebeb;
  border-radius: 100px;
}

.inside-sub-header {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #1d1c1c;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.inside-sub-header.question-text {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  color: #050505;
  font-size: 20px;
  line-height: 24px;
}

.faq-a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.check-size {
  max-width: 25px;
}

.hero-banner-video-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  min-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.play {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.91);
  border-radius: 100px;
  background-color: rgba(219, 26, 0, 0.81);
  background-image: url('../images/play.svg');
  background-position: 58% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.hero-banner-video-cover {
  -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: linear-gradient(354deg, rgba(0, 0, 0, 0.74), rgba(66, 66, 66, 0));
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  margin-bottom: 38px;
  -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;
}

.large-text {
  margin-right: 10px;
  margin-left: 10px;
  color: #17181c;
  font-size: 21px;
  font-weight: 700;
}

.circle-list {
  position: relative;
  bottom: -13px;
  display: inline-block;
  font-family: 'Axiforma bold', sans-serif;
  color: #f26100;
  font-size: 59px;
}

.scrolling-div {
  margin-right: auto;
  margin-left: auto;
}

.faq-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #f26100;
}

.button-arrow {
  width: 50px;
  margin-left: 9px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #017c01;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button-text {
  margin-top: 19px;
  margin-bottom: 13px;
}

.video-embed {
  height: 100%;
}

.testimonial-image-inside {
  position: relative;
  left: auto;
  right: auto;
  max-width: 107%;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #252525;
  text-decoration: none;
}

.footer-link:hover {
  color: #f26100;
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 23px;
  }
  .main-content-wrapper {
    overflow: hidden;
  }
  .container {
    width: 90%;
  }
  .container.header {
    text-align: center;
  }
  .container.flex---side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.flex---side.margin-b45 {
    margin-bottom: 5px;
  }
  .container.flex---side.margin-b45.full-mobile {
    width: 100%;
  }
  .container.flex---side.mid {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.shadow {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .container.shadow.compare {
    min-width: 450px;
  }
  .container.shadow.less {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .container.flex-top.margin {
    padding-bottom: 20px;
  }
  .container.flex-top.margin.full {
    width: 100%;
  }
  .container.full-mobile {
    width: 100%;
  }
  .logo {
    max-width: 60vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .hero-banner-wrapper {
    margin-bottom: 97px;
    padding-bottom: 72px;
    background-position: 40% 50%;
    background-size: cover;
  }
  .sub-header-light {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 29px;
  }
  .hero-banner-header {
    padding-top: 25px;
  }
  .header-h1.orange-text {
    margin-top: 5px;
    font-size: 40px;
    line-height: 46px;
  }
  .hero-banner-sub-div {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Axiforma regular', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .hero-circle-separator {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-banner-sub-div-wrapper {
    margin-top: 10px;
  }
  .hero-banner-content {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .check-list {
    margin-bottom: 7px;
    padding-left: 37px;
    background-size: 22px;
    font-size: 15px;
    line-height: 22px;
  }
  .hero-banner-list-wrapper {
    width: 100%;
    margin-top: 0px;
  }
  .button {
    width: 100%;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
    text-align: center;
  }
  .margin-b45 {
    margin-bottom: 25px;
  }
  .hero-banner-cam {
    bottom: -94px;
    max-width: 250px;
  }
  .hero-banner-video {
    width: 100%;
    height: 200px;
    min-height: 200px;
    min-width: 100%;
    margin-top: 30px;
  }
  .flex-side._750 {
    min-width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .flex-side.left {
    overflow: hidden;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 0%;
  }
  .section-sub-header.mid {
    margin-top: 15px;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }
  .section-sub-header.xs {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
  .section-sub-header.xs._90-mobile {
    width: 90%;
    margin-top: 10px;
  }
  .section-sub-header.xs._90-mobile._1-line {
    font-size: 5vw;
    text-align: left;
  }
  .section-sub-header.center {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 29px;
  }
  .section-sub-header.center.mobile {
    font-size: 5.5vw;
    line-height: 25px;
  }
  .section-sub-header.center._2-line {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-sub-header.center._1-line {
    font-size: 4.5vw;
  }
  .section-sub-header.large {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }
  .section-header.margin {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
  }
  .section-header.center {
    margin-top: 5px;
    font-size: 32px;
    line-height: 37px;
  }
  .section-header.center.white {
    font-size: 39px;
    line-height: 44px;
  }
  .section-header.center.mid {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 36px;
  }
  .sub-paragraph {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 26px;
  }
  .flex-div.margin-tb {
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center-div.no {
    padding: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .no-text {
    margin-right: 8px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-size: 25px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }
  .no-text.right {
    margin-right: 0px;
  }
  ._3-flex-div {
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
  }
  .step-image {
    min-height: auto;
    margin-top: 11px;
  }
  .step-text {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 21px;
  }
  .step-title {
    font-size: 21px;
  }
  .separator-section {
    padding-top: 10px;
    padding-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .separator-button-flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .separator-header {
    font-size: 8vw;
    line-height: 39px;
    text-align: center;
  }
  .separator-subheader {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .secure-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .secure-section.no-padding-b {
    padding-top: 25px;
  }
  .section-header-content {
    font-size: 15px;
    line-height: 20px;
  }
  .section-header-content.white {
    width: 90%;
  }
  .featured-wrapper {
    width: 95%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-div.content {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
  }
  .featured-div.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .featured-list {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .featured-list.right {
    text-align: left;
  }
  .featured-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 12px;
  }
  .featured-icon.right {
    margin-right: 15px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .featured-name {
    font-size: 17px;
    text-align: left;
  }
  .featured-img {
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .colored-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .colored-content {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .colored-wrapper {
    height: auto;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .colored-image {
    overflow: hidden;
    width: 90%;
    height: auto;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .colored-text {
    margin-bottom: 25px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 17px;
    line-height: 23px;
  }
  .compare-row {
    width: 450px;
  }
  .compare-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .compare-item.head {
    max-width: 180px;
    min-width: 180px;
    padding-right: 17px;
    padding-left: 28px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
  .compare-item.blank {
    padding-top: 13px;
    font-size: 12px;
    line-height: 14px;
  }
  .compare-header {
    width: 450px;
    margin-top: 0px;
  }
  .compare-name {
    font-size: 15px;
    line-height: 19px;
  }
  .compare-pic {
    position: absolute;
    left: 0.5px;
    bottom: -7.1719px;
    width: 110px;
    min-width: 110px;
  }
  .testimonial-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .testimonial-slider {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .testimonial-image {
    margin-bottom: 5px;
  }
  .testimonial-text {
    width: 90%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-name {
    font-size: 18px;
  }
  .more-about-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .faq-content-wrapper {
    max-width: 80%;
  }
  .margin-right {
    width: 85px;
  }
  .mid-text {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-list {
    padding-left: 0px;
  }
  .inside-sub-header {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 18px;
  }
  .inside-sub-header.question-text {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-a {
    font-size: 15px;
    line-height: 21px;
  }
  .play {
    width: 70px;
    height: 70px;
    background-size: 25px;
  }
  .flex-center {
    display: -ms-grid;
    display: grid;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .large-text {
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
  }
  .circle-list {
    bottom: -11px;
    font-size: 47px;
  }
  .mid-heading {
    font-size: 19px;
    line-height: 24px;
  }
  .scrolling-div {
    overflow: auto;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .scrolled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .place-img {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-arrow {
    width: 41px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-text {
    margin-top: 14px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20.5px;
  }
  .flex-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-17702b4826c8-f2f86ef0 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Axiforma black';
  src: url('../fonts/axiforma-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma bold';
  src: url('../fonts/axiforma-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/axiforma-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma extrabold';
  src: url('../fonts/axiforma-extrabold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma italic';
  src: url('../fonts/axiforma-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Axiforma light';
  src: url('../fonts/axiforma-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma medium';
  src: url('../fonts/axiforma-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma heavy';
  src: url('../fonts/axiforma-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma regular';
  src: url('../fonts/axiforma-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma semibold';
  src: url('../fonts/axiforma-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma thin';
  src: url('../fonts/axiforma-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}