.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 135%;
  font-weight: 300;
  text-align: center;
}

.header-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  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;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -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;
}

.logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
}

.logos-section.img-r {
  background-image: url('../images/Val0-Prop-02.png');
  background-position: 100% 100%;
  background-size: 430px;
  background-repeat: no-repeat;
}

.logos-section.img-r._3 {
  background-image: url('../images/Val-Prop-01.png');
}

.logos-section.img-l {
  background-image: url('../images/Val-Prop-03.png');
  background-position: 0% 100%;
  background-size: 480px;
  background-repeat: no-repeat;
}

.flex-block-full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid #fff;
  background-color: #fff;
}

.body {
  color: #4a4a4a;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.nav-link {
  display: inline-block;
  width: auto;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
}

.nav-link:hover {
  color: #accaf6;
}

.nav-link.w--current {
  width: auto;
  color: rgba(74, 74, 74, 0.71);
}

.nav-link.hide {
  display: none;
}

.nav-menu-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.brand {
  position: absolute;
  left: 0px;
  top: 205%;
  right: 0px;
  bottom: auto;
  width: 280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
}

.flex-block-full-width-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 630px;
  padding: 179px 30px 36px;
  -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/Right-Graphic.png'), url('../images/Left-Graphic.png');
  background-position: 100% 100%, 0% 100%;
  background-size: 490px, 490px;
  background-repeat: no-repeat, no-repeat;
}

.flex-block-full-width-02.temp {
  height: 1200px;
}

.div-block {
  width: 100%;
  height: auto;
  max-height: 50px;
  max-width: 1013px;
  background-image: url('../images/LEFT.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  width: 100%;
  height: auto;
  max-width: 30%;
  background-image: url('../images/RIGHT.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  max-width: 490px;
}

.image-2 {
  max-width: 490px;
}

.flex-block-full-width-03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 630px;
  margin-top: -630px;
  -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;
}

.flex-block-full-width-03.temp {
  height: 1200px;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  max-width: 760px;
  margin: 63px;
  padding: 14px;
  -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;
  text-align: left;
}

.form-block-01 {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-field {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.37);
  color: #000;
}

.text-field::-webkit-input-placeholder {
  color: rgba(147, 149, 152, 0.41);
  font-size: 1.125em;
}

.text-field:-ms-input-placeholder {
  color: rgba(147, 149, 152, 0.41);
  font-size: 1.125em;
}

.text-field::-ms-input-placeholder {
  color: rgba(147, 149, 152, 0.41);
  font-size: 1.125em;
}

.text-field::placeholder {
  color: rgba(147, 149, 152, 0.41);
  font-size: 1.125em;
}

.form-cta {
  height: 50px;
  padding-right: 23px;
  padding-left: 23px;
  border-radius: 4px;
  background-color: #accaf6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7197d4), to(#7197d4));
  background-image: linear-gradient(180deg, #7197d4, #7197d4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  text-transform: uppercase;
}

.form-cta:hover {
  background-color: #75c1ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#accaf6), to(#accaf6));
  background-image: linear-gradient(180deg, #accaf6, #accaf6);
}

.hero-cta-text-link {
  display: block;
  height: 35px;
  max-width: 160px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 3px;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  border-bottom-style: solid;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #75c1ec;
  text-align: center;
  text-decoration: none;
}

.hero-cta-text-link:hover {
  border-bottom-width: 3px;
  border-bottom-color: #1673ff;
  color: #1673ff;
}

.hero-cta-text-link.hide {
  display: none;
}

.cta-icon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 0.68em;
}

.cta-icon.large {
  font-size: 1.1em;
}

.cta-video-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.logos-section-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-size: 1em;
}

.logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-col.right {
  background-image: url('../images/Right-Graphic.jpg');
  background-position: 100% 100%;
  background-size: 440px;
  background-repeat: no-repeat;
}

.icon-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-bottom: 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;
  border-radius: 50%;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 4.8em;
  text-align: center;
}

.icon-bg.icon-01 {
  border-radius: 0%;
  background-image: url('../images/XDo1o9KQ.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.icon-bg.icon-02 {
  border-radius: 0%;
  background-image: url('../images/ehsI8sXw.png');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.icon-bg.icon-03 {
  border-radius: 0%;
  background-image: url('../images/Icon_03.png');
  background-position: 50% 50%;
  background-size: 151px;
  background-repeat: no-repeat;
}

.review-section {
  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;
}

.review-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-3 {
  width: 100%;
  max-width: 10%;
}

.reviews-section-logos-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-section-large-number-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 25%;
  -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;
}

.review-secton-slider-col {
  width: 100%;
  max-width: 100%;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.left-arrow {
  color: #4a4a4a;
  font-size: 1.7em;
}

.right-arrow {
  color: #4a4a4a;
  font-size: 1.7em;
}

.slide-nav {
  display: none;
  color: #4a4a4a;
}

.slider-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-4 {
  width: 100%;
}

.slider-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 26px 26px;
  -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;
}

.slider-flex-block.hide {
  display: block;
}

.review-text {
  margin-top: 20px;
  color: #4a4a4a;
  font-size: 0.95em;
  line-height: 160%;
  font-weight: 300;
  text-align: left;
}

.large-number {
  margin-bottom: 26px;
  color: #accaf6;
  font-size: 10em;
  line-height: 80%;
  font-weight: 100;
  letter-spacing: -10px;
}

.stars {
  font-family: 'Fa solid 900', sans-serif;
  color: #7197d4;
  font-size: 1.3em;
  text-align: center;
}

.review-name {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: rgba(74, 74, 74, 0.71);
  font-size: 1.4em;
  font-weight: 700;
  text-align: right;
}

.large {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 1.5em;
  text-align: center;
}

.review-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #accaf6;
}

.logo-icon-one {
  max-width: 350px;
}

.logo-icon-2 {
  max-width: 350px;
}

.logos-section-flex-block-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  max-width: 1200px;
  padding: 16px 30px;
  -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;
}

.heading {
  font-size: 2.2em;
}

.heading-2 {
  font-size: 2.6em;
}

.secondary-cta-section {
  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;
  background-color: rgba(74, 74, 74, 0.09);
}

.secondary-cta-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  -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;
}

.cta-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 760px;
  margin-top: 14px;
  margin-bottom: 4px;
  -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;
  text-align: left;
}

.footer-section {
  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;
  background-color: #4a4a4a;
}

.heading-3 {
  color: #4a4a4a;
}

.footer-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 47px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.raq-nav-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #accaf6;
  font-size: 0.8em;
  text-transform: uppercase;
}

.raq-nav-link:hover {
  background-color: #accaf6;
  color: #fff;
}

.raq-nav-link.w--current {
  color: rgba(74, 74, 74, 0.71);
}

.raq-nav-link.hide {
  height: 100%;
  background-color: #7197d4;
  font-weight: 700;
}

.raq-nav-link.hide:hover {
  background-color: #accaf6;
}

.dropdown {
  width: auto;
  font-size: 1em;
}

.dropdown-toggle {
  display: inline-block;
  padding: 14px 34px 14px 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
}

.dropdown-toggle:hover {
  color: #accaf6;
}

.dropdown-toggle.hide {
  display: none;
}

.dropdown-icon {
  margin-right: 14px;
}

.drop-down-bg {
  display: none;
}

.drop-down-bg.w--open {
  background-color: #fff;
}

.dropdown-link {
  background-color: #accaf6;
  color: #fff;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30%;
  padding: 20px;
  -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;
}

.footer-col-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  padding-right: 20px;
  -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;
}

.footer-link {
  margin-bottom: 8px;
  padding: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.64);
}

.footer-p {
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.footer-p-rename {
  color: #fff;
  font-size: 0.8em;
  text-align: left;
}

.bottom-footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  -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;
  text-align: center;
}

.footer-flex-block-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bottom-footer-p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-align: left;
}

.footer-text-link {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-text-link:hover {
  color: hsla(0, 0%, 100%, 0.64);
}

.footer-text-link.hide {
  display: none;
}

.div-block-5 {
  display: inline-block;
  -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;
}

.heading-4 {
  text-transform: capitalize;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.icon-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
}

.icon-heading.left-text {
  text-align: right;
}

.subhead {
  margin-bottom: 83px;
  font-size: 1.125em;
}

.sperator {
  height: 3px;
  background-color: rgba(74, 74, 74, 0.09);
}

.small-icon-p {
  color: rgba(74, 74, 74, 0.71);
  font-size: 1em;
  line-height: 138%;
  font-weight: 300;
  text-align: left;
}

.small-icon-p.hide-02 {
  color: #4a4a4a;
  font-weight: 300;
}

.review-headline-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logos-section-flex-block-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-size: 1em;
}

.logos-section-flex-block-04.img-r {
  background-image: url('../images/Val0-Prop-02.png');
  background-position: 100% 100%;
  background-size: 420px;
  background-repeat: no-repeat;
}

.logos-section-flex-block-04.img-r._3 {
  background-image: url('../images/Val-Prop-01.png');
}

.logos-section-flex-block-04.img-l {
  background-image: url('../images/Val-Prop-03.png');
  background-position: 0% 100%;
  background-size: 420px;
  background-repeat: no-repeat;
}

.val-prop-icon-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 310px;
  max-width: 25%;
  -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;
}

.val-prop-icon-col.first {
  height: 310px;
}

.value-prop-text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75%;
  padding: 80px 210px 80px 30px;
  -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;
  text-align: left;
}

.value-prop-text-col.left {
  padding: 80px 30px 80px 250px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.home-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.left-text {
  text-align: right;
}

.heading-7 {
  margin-bottom: 31px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 70px;
  -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/Val-Prop-01.png'), url('../images/Val-Prop-03.png');
  background-position: 100% 100%, 0% 100%;
  background-size: 500px, 500px;
  background-repeat: no-repeat, no-repeat;
}

.brand-2 {
  position: absolute;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: auto;
  width: 280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.header-section-02 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  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;
  border-bottom: 1px solid rgba(74, 74, 74, 0.71);
}

.page-heading-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  -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: #accaf6;
  font-size: 1em;
  text-align: center;
}

.about-us-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 16px 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;
}

.flex-block-full-width-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.main-body-section {
  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;
  background-color: #fff;
}

.main-body-section.about-us {
  background-image: url('../images/both-sides_tiny-boat-39.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-6 {
  width: 100%;
  max-width: 1200px;
}

.main-body-flex-block {
  width: 100%;
  max-width: 1200px;
  padding: 70px 50px;
  text-align: left;
}

.left {
  text-align: left;
}

.cta {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 17px;
  border-radius: 4px;
  background-color: #7197d4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.cta:hover {
  background-color: #accaf6;
}

.flex-block-full-width-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid #fff;
}

.main-headline {
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  text-transform: none;
}

.main-headline.coming-soon {
  font-size: 2em;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  width: 100%;
  max-width: 900px;
  margin-bottom: 100px;
}

.accordion.js-accordion {
  margin-bottom: 100px;
}

.accordion-body__contents {
  margin-top: 8px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.accordion-header {
  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;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #ffb223;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 0px;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-top: 56.25%;
  -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;
  border-radius: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.23);
}

.vid-text {
  color: #e5a055;
  text-transform: uppercase;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #2e323c;
}

.footer-header {
  color: #9096a4;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -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;
  text-align: center;
}

.section-description {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.tutorial-wrapper {
  max-width: 66.6%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  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;
}

.img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(0, 0, 0, 0.85);
}

.section01 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  text-align: center;
}

.section01.grey-section {
  display: block;
  background-color: #f5f7f8;
}

.section-small-header {
  color: #9096a4;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.media-icon {
  height: 35px;
  margin-bottom: 5px;
}

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

.div-block-7 {
  height: 85px;
}

.div-block-8 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
  background-color: #fff;
  opacity: 1;
}

.image-3 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 105px;
  min-height: 75px;
  margin-top: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.html-embed-2 {
  position: static;
}

.link-block {
  width: 36%;
}

.hide {
  display: none;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, sans-serif;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 700;
}

.faq-col-left {
  width: 50%;
  min-height: 500px;
  padding-right: 25px;
}

.faq-comment-wrap {
  overflow: hidden;
  padding-top: 21px;
  font-size: 0.9em;
  line-height: 100%;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.plus-icon {
  color: #7197d4;
}

.faq-paragraph {
  margin-left: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 1em;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.faq-paragraph.no-pad {
  padding-bottom: 0px;
}

.faq-main-wrap {
  margin-bottom: 20px;
}

.faq-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 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;
  color: #7197d4;
  font-size: 2.3em;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  min-width: 400px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #accaf6;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  cursor: pointer;
}

.faq-block:hover {
  box-shadow: 0 1px 13px 0 rgba(61, 81, 105, 0.16);
}

.faq-col-right {
  width: 50%;
  min-height: 500px;
  padding-left: 25px;
}

.plus {
  font-family: 'Fa solid 900', sans-serif;
  color: #accaf6;
}

.list {
  list-style-type: decimal;
}

.faq-list {
  font-size: 0.8em;
  line-height: 130%;
  list-style-type: decimal;
}

.faqs-list-item {
  margin-bottom: 6px;
}

.button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 48px;
  margin-left: 28px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 20px;
  background-color: #3898ec;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 19px;
}

.button:hover {
  background-color: #3898ec;
}

.section {
  position: static;
  top: 0px;
  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;
}

.image-4 {
  margin-top: 40px;
  margin-bottom: 28px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #75aaf8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.section-2 {
  position: static;
  top: 93.297px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #8b8b8b;
}

.div-block-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.body-3 {
  border-bottom: 1px solid rgba(74, 74, 74, 0.71);
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
}

.div-block-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #75aaf8;
}

.div-block-9-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #75aaf8;
}

.div-block-9-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(26, 26, 26, 0.09);
}

.form-block-2 {
  display: block;
  width: 80%;
  margin-top: 42px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-2 {
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-8 {
  position: static;
  top: 35px;
  margin-top: 31px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 1.5em;
}

.section-3 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  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: 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;
}

.paragraph {
  margin-top: 9px;
  font-weight: 300;
}

.grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.field-label {
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.field-label-2 {
  margin-top: 40px;
  font-weight: 700;
}

.text-span {
  color: #fa0409;
}

.grid-2 {
  margin-top: 21px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 {
  grid-row-gap: 0px;
}

.submit-button {
  width: 300px;
  height: 50px;
  margin-top: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3898ec;
  font-size: 1em;
  text-align: center;
}

.columns {
  margin-top: 22px;
}

.text-field-2 {
  position: static;
  display: none;
  overflow: visible;
  width: 0px;
  height: 0px;
  min-height: 0px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e03342;
  font-weight: 300;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.image-5 {
  color: #000;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 13px;
  cursor: pointer;
}

.image-6 {
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
}

.text-block-3 {
  margin-top: 6px;
  border-bottom: 1px none #4a4a4a;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.div-block-11 {
  cursor: pointer;
}

.html-embed-4 {
  position: absolute;
  left: 25px;
  top: 28px;
  clear: none;
  cursor: pointer;
}

.html-embed-5 {
  position: fixed;
  left: 25px;
  top: 28px;
  cursor: pointer;
}

.text-block-4 {
  margin-top: 10px;
  color: #4e82ce;
  font-weight: 700;
  text-align: center;
}

.form-block-3 {
  display: block;
  max-width: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-3 {
  display: block;
  max-width: 500px;
  margin-bottom: 77px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.field-label-3 {
  font-weight: 400;
}

.text-span-2 {
  color: rgba(238, 66, 75, 0.99);
}

.field-label-2-copy {
  margin-top: 40px;
  font-weight: 700;
}

.radio-button-field {
  margin-top: 11px;
  margin-right: 15px;
  margin-left: 15px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.radio-button-label {
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.radio-button-label-2 {
  font-weight: 400;
}

.submit-button-2 {
  display: block;
  width: 300px;
  height: 50px;
  margin-top: 25px;
  margin-left: 85px;
  font-size: 18px;
  text-align: center;
}

.text-field-3 {
  display: none;
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.italic-text {
  font-size: 13px;
}

.field-label-2-copy {
  margin-top: 0px;
  font-weight: 700;
}

.form-block-3-copy {
  display: block;
  max-width: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label-2-copy-copy {
  margin-top: 40px;
  font-weight: 700;
}

.text-block-5-copy {
  margin-top: 5px;
  color: #75aaf8;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.html-embed-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 36px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.form-4 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block-4 {
  width: 500px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label-4 {
  margin-top: 25px;
}

.field-label-5 {
  margin-top: 38px;
}

.container-2 {
  display: block;
  margin-top: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  width: 210px;
  height: 210px;
  margin-top: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.71);
  text-align: center;
}

.heading-9 {
  font-weight: 400;
}

.text-block-6 {
  margin-top: 12px;
  color: rgba(74, 74, 74, 0.71);
  text-align: right;
}

.text-block-7 {
  font-size: 13px;
}

.button-2 {
  margin-top: 14px;
}

.heading-10 {
  margin-top: 17px;
}

.coming-soon-logo {
  width: 100%;
  max-width: 630px;
  margin-bottom: 18px;
}

.coming-soon-headline {
  margin-top: 15px;
  text-align: center;
}

.subhead-coming-soon {
  margin-bottom: 20px;
  font-size: 1.125em;
}

.nav-link-home {
  display: inline-block;
  width: 50px;
  height: 100%;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
  text-align: center;
}

.nav-link-home:hover {
  color: #accaf6;
}

.nav-link-home.w--current {
  color: rgba(74, 74, 74, 0.71);
  text-align: center;
}

.nav-link-home.hide {
  display: none;
}

.nav-link-about-us {
  display: inline-block;
  width: 89px;
  height: 100%;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
  text-align: center;
}

.nav-link-about-us:hover {
  color: #accaf6;
}

.nav-link-about-us.w--current {
  width: auto;
  color: rgba(74, 74, 74, 0.71);
}

.nav-link-about-us.hide {
  display: none;
}

.nav-link-faqs {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
}

.nav-link-faqs:hover {
  color: #accaf6;
}

.nav-link-faqs.w--current {
  width: auto;
  color: rgba(74, 74, 74, 0.71);
}

.nav-link-faqs.hide {
  display: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-col-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.big-col-l {
  width: 100%;
  max-width: 60%;
}

.big-col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  padding-right: 20px;
  padding-left: 50px;
  -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;
}

.results-form-block-01 {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(74, 74, 74, 0.3);
}

.results-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 77px;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.form-2-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
}

.results-lable {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.form-edit-cta {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #7197d4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}

.form-edit-cta:hover {
  background-color: #7197d4;
  color: #fff;
  text-decoration: underline;
}

.edit-cta-text {
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.results-text-block {
  min-height: 50px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 4px;
  background-color: transparent;
  color: #000;
  font-size: 1em;
}

.text-field-4 {
  border: 1px none #000;
}

.numbers {
  width: 100%;
  max-width: 28%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: transparent;
  color: rgba(74, 74, 74, 0.71);
  font-size: 1em;
  font-weight: 700;
}

.numbers::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.71);
}

.numbers:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.71);
}

.numbers::-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.71);
}

.numbers::placeholder {
  color: rgba(74, 74, 74, 0.71);
}

.main-results-wrapper {
  width: 100%;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 4px;
}

.results-label-02 {
  width: 100%;
  max-width: 80%;
  margin-bottom: 0px;
  color: rgba(74, 74, 74, 0.71);
  font-size: 1em;
  font-weight: 400;
}

.form-2-col-wrapper-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.heading-11 {
  letter-spacing: 1px;
}

.form-heading-01 {
  position: static;
  top: 35px;
  margin-top: 31px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 1.5em;
}

.form-heading-02 {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}

.heading-12 {
  margin-bottom: 5px;
  color: rgba(74, 74, 74, 0.3);
}

.big-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 10px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 4.9em;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
}

.dollar-sign {
  margin-top: -27px;
  margin-right: 4px;
  font-size: 0.4em;
}

.change {
  margin-top: 27px;
  margin-right: 8px;
  padding-left: 5px;
  color: rgba(74, 74, 74, 0.71);
  font-size: 0.25em;
  letter-spacing: -1px;
}

.month {
  margin-top: 27px;
  color: rgba(74, 74, 74, 0.71);
  font-size: 0.2em;
  letter-spacing: 1px;
}

.small-number {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: rgba(74, 74, 74, 0.3);
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.smaller-text-year {
  font-size: 0.6em;
}

.results-page-cta {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: #07db00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
}

.results-page-cta:hover {
  background-color: #7197d4;
  color: #fff;
  text-decoration: none;
}

.results-page-cta-transparency {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(74, 74, 74, 0.71);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a4a4a;
  font-size: 1.4em;
  text-align: center;
  text-decoration: none;
}

.results-page-cta-transparency:hover {
  background-color: rgba(74, 74, 74, 0.09);
  color: #4a4a4a;
  text-decoration: none;
}

.footer-cta-section {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 70px;
}

.footer-cta-heading {
  font-family: Lato, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}

.double-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.emai-quote-text {
  color: #4a4a4a;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.upgrades-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 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;
}

.upgrades-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding-bottom: 60px;
  -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;
}

.upgrade-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 13px;
}

.upgrade-icon {
  width: auto;
  height: auto;
  max-width: 130px;
}

.upgrade-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  font-size: 1em;
}

.upgrade-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
}

.upgrade-slider-button-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91px;
  height: 30px;
  -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;
  border-radius: 20px;
  background-color: rgba(74, 74, 74, 0.3);
  box-shadow: inset 0 0 10px 8px rgba(74, 74, 74, 0.3);
}

.upgrade-no-link {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 8px;
  -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;
  border-radius: 25px;
  background-color: #7197d4;
  color: #fff;
  text-decoration: none;
}

.upgrade-no-link:hover {
  text-decoration: none;
}

.upgrade-yes-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 5px;
  -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;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
}

.upgrade-yes-link:hover {
  text-decoration: none;
}

.text-block-3-upgrade {
  width: 100%;
  max-width: 800px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #4a4a4a;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.upgrade-heading {
  position: static;
  top: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 1.5em;
}

.text-block-8 {
  color: #fff;
}

.text-block-9 {
  color: #fff;
}

.nav-link-agent {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0px;
  padding: 16px 14px 10px 55px;
  float: right;
  background-image: url('../images/Female-Representative-17-17.png');
  background-position: 10px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a4a4a;
  font-size: 1em;
  line-height: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-agent:hover {
  color: #accaf6;
}

.nav-link-agent.w--current {
  width: auto;
  color: rgba(74, 74, 74, 0.71);
}

.nav-link-agent.hide {
  display: none;
}

.header-phone-number {
  font-size: 1em;
}

.call-now-phone {
  display: none;
  font-size: 0.78em;
  line-height: 100%;
}

._2-col-flex-block-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 30px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 12px;
  box-shadow: 0 0 20px -7px #7197d4;
}

.about-us-text-wrapper {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 235px;
}

.faq-body {
  padding-top: 50px;
}

.cta-wrapper-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  max-width: 760px;
  margin: -32px 63px 63px;
  padding: 14px;
  -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;
  text-align: left;
}

.condo-floor-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.condo-floor-select {
  width: 100%;
  max-width: 500px;
}

.one-step {
  width: 100%;
  max-width: 20%;
  -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;
  cursor: pointer;
}

._2-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 13px;
  cursor: pointer;
}

._3-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.3);
  border-radius: 13px;
  cursor: pointer;
}

.steps {
  width: auto;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.foundation-type {
  -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;
  cursor: pointer;
}

.foundation-img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-4-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.section-finished {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 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;
}

.steps-block {
  width: 100%;
  max-width: 500px;
  margin-top: 51px;
}

.examples-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-step {
  width: 100%;
  max-width: 20%;
  -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;
  cursor: pointer;
}

.disclaimer-text {
  margin-top: 9px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 0.6em;
  font-weight: 300;
}

.radio-button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button-copy {
  width: 300px;
  height: 50px;
  margin-top: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.continue-cta {
  width: 300px;
  height: 50px;
  margin-top: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #accaf6;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.cta-03 {
  width: 300px;
  height: 50px;
  margin-top: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3898ec;
  font-size: 1em;
  text-align: center;
}

.cta-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #3898ec;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}

.single-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .hero-section {
    margin-top: 61px;
  }
  .navbar {
    height: 61px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid rgba(74, 74, 74, 0.3);
    text-align: center;
  }
  .nav-link {
    display: block;
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
    background-color: #fff;
    color: #accaf6;
  }
  .nav-menu-bg {
    position: absolute;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100vh;
    -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;
    background-color: #4a4a4a;
  }
  .brand {
    top: 0%;
    margin-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-block-full-width-02 {
    z-index: 2;
    background-size: 340px, 340px;
  }
  .header-left-img {
    max-width: 40%;
  }
  .header-right-img {
    max-width: 40%;
  }
  .flex-block-full-width-03 {
    z-index: 2;
  }
  .icon-bg.icon-01 {
    background-size: 130px;
  }
  .review-flex-block {
    height: auto;
    -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;
  }
  .reviews-section-logos-col {
    padding-right: 30px;
    padding-left: 30px;
  }
  .review-section-large-number-col {
    max-width: 22%;
  }
  .slider-bg {
    padding-top: 40px;
    padding-bottom: 18px;
  }
  .large-number {
    font-size: 7em;
  }
  .logo-icon-one {
    max-width: 280px;
  }
  .logo-icon-2 {
    max-width: 280px;
  }
  .raq-nav-link {
    position: relative;
    display: block;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .raq-nav-link.hide {
    height: auto;
  }
  .dropdown {
    display: block;
  }
  .dropdown-toggle {
    color: #fff;
  }
  .dropdown-toggle.w--open {
    background-color: #000;
  }
  .dropdown-link {
    padding-left: 46px;
  }
  .dropdown-link:active {
    background-color: hsla(0, 0%, 100%, 0.64);
  }
  .menu-button {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    max-width: 61px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: #accaf6;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #000;
    color: #fff;
  }
  .review-headline-flex-block {
    height: auto;
    -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;
  }
  .logos-section-flex-block-04 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .val-prop-icon-col {
    height: auto;
    padding-top: 56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .value-prop-text-col {
    padding-bottom: 86px;
  }
  .value-prop-text-col.left {
    padding-bottom: 105px;
  }
  .body-2 {
    background-size: 390px, 400px;
  }
  .brand-2 {
    top: 0%;
    margin-top: 2px;
  }
  .navbar-2 {
    height: 61px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid rgba(74, 74, 74, 0.3);
  }
  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .section-description {
    font-size: 15px;
  }
  .section01 {
    padding: 100px 8px;
  }
  .faq-col-left {
    width: 100%;
    padding-right: 0px;
  }
  .flex-wrap {
    -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;
  }
  .faq-main-wrap {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .faq-col-right {
    width: 100%;
    padding-left: 0px;
  }
  .div-block-10 {
    max-width: 40%;
    margin-bottom: 10px;
  }
  .div-block-10.foundation {
    margin-bottom: 10px;
  }
  .nav-link-home {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
  }
  .nav-link-home.w--current {
    display: block;
    background-color: #fff;
    color: #accaf6;
    text-align: left;
  }
  .nav-link-about-us {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
  }
  .nav-link-about-us.w--current {
    display: block;
    background-color: #fff;
    color: #accaf6;
  }
  .nav-link-faqs {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
  }
  .nav-link-faqs.w--current {
    display: block;
    background-color: #fff;
    color: #accaf6;
  }
  .big-col-r {
    padding-right: 0px;
    padding-left: 30px;
  }
  .results-form-block-01 {
    padding-right: 30px;
  }
  .big-number {
    font-size: 4.1em;
  }
  .nav-link-agent {
    display: none;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
  }
  .nav-link-agent.w--current {
    display: block;
    background-color: #fff;
    color: #accaf6;
  }
  .about-us-text-wrapper {
    padding-right: 0px;
    padding-left: 139px;
  }
  .one-step {
    max-width: 40%;
  }
  ._2-steps {
    max-width: 40%;
    margin-bottom: 10px;
  }
  ._3-steps {
    max-width: 40%;
  }
  .steps {
    height: 190px;
  }
  .section-4-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .header-section {
    border-bottom: 1px none #000;
    background-color: transparent;
  }
  .hero-section {
    border-bottom: 3px none rgba(74, 74, 74, 0.3);
  }
  .logos-section {
    border-bottom: 1px none #000;
  }
  .nav-menu-bg {
    width: 80%;
  }
  .brand {
    width: 230px;
    margin-top: 8px;
  }
  .flex-block-full-width-02 {
    height: 460px;
    padding-top: 60px;
    border-bottom: 2px none #4a4a4a;
    background-size: 230px, 230px;
  }
  .logo-col {
    max-width: 100%;
  }
  .icon-bg.icon-02 {
    background-size: 130px;
  }
  .icon-bg.icon-03 {
    background-size: 130px;
  }
  .review-section {
    border-top: 1px solid rgba(74, 74, 74, 0.71);
    border-bottom: 1px solid rgba(74, 74, 74, 0.71);
  }
  .reviews-section-logos-col {
    padding-right: 51px;
    padding-left: 51px;
  }
  .slider-bg {
    padding-right: 70px;
    padding-left: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-flex-block.hide {
    display: none;
  }
  .logo-icon-one {
    max-width: 170px;
  }
  .logo-icon-2 {
    max-width: 170px;
  }
  .footer-flex-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col {
    max-width: 100%;
  }
  .footer-col-01 {
    max-width: 100%;
  }
  .icon-heading {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .subhead {
    margin-bottom: 36px;
  }
  .sperator.hide {
    display: none;
  }
  .small-icon-p {
    text-align: center;
  }
  .small-icon-p.hide {
    display: none;
  }
  .small-icon-p.hide-02 {
    display: none;
  }
  .logos-section-flex-block-04.img-r {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .logos-section-flex-block-04.img-r._3 {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .logos-section-flex-block-04.img-l {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .val-prop-icon-col {
    max-width: 100%;
    padding-top: 20px;
  }
  .val-prop-icon-col.first {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .value-prop-text-col {
    max-width: 100%;
    padding: 0px 79px 177px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .value-prop-text-col.left {
    padding: 0px 79px 177px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-2 {
    background-image: url('../images/Val-Prop-01.png'), url('../images/Val-Prop-03.png');
    background-position: 100% 100%, 0% 100%;
    background-size: 300px, 300px;
    background-repeat: no-repeat, no-repeat;
  }
  .brand-2 {
    width: 230px;
    margin-top: 4px;
  }
  .header-section-02 {
    border-bottom: 1px none #000;
    background-color: transparent;
  }
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }
  .question-text {
    margin-top: 8px;
  }
  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-header {
    margin-top: 16px;
  }
  .footer-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .section-header-wrapper {
    padding-bottom: 40px;
  }
  .section-description {
    font-size: 14px;
    line-height: 24px;
  }
  .section01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .columns {
    margin-top: 0px;
  }
  .html-embed-3 {
    padding-bottom: 13px;
  }
  .section-4 {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-10 {
    margin-bottom: 10px;
  }
  .subhead-coming-soon {
    margin-bottom: 20px;
  }
  ._2-col-flex-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .big-col-l {
    max-width: 100%;
  }
  .big-col-r {
    max-width: 100%;
    padding: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .results-form-block-01 {
    padding-right: 0px;
    border-right-style: none;
  }
  .results-01 {
    margin-bottom: 60px;
  }
  .double-cta-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .upgrade-wrapper {
    -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;
  }
  .upgrade-icon {
    max-width: 110px;
    margin-bottom: 15px;
  }
  .upgrade-heading-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .upgrade-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  ._2-col-flex-block-02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-us-text-wrapper {
    padding-bottom: 160px;
    padding-left: 0px;
  }
  .one-step {
    max-width: 80%;
    margin-bottom: 10px;
  }
  ._2-steps {
    max-width: 80%;
    margin-bottom: 10px;
  }
  ._3-steps {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .section-4-wrap {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-finished {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .examples-block {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .no-step {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .single-cta-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .logos-section.img-r {
    background-size: 350px;
  }
  .logos-section.img-l {
    background-size: 352px;
  }
  .brand {
    width: 200px;
    margin-top: 12px;
    padding-left: 35px;
  }
  .flex-block-full-width-02 {
    height: 490px;
    padding-top: 0px;
    background-image: url('../images/Val-Prop-01.png');
    background-position: 100% 100%;
    background-size: 320px;
    background-repeat: no-repeat;
  }
  .form-cta {
    padding-right: 13px;
    padding-left: 13px;
  }
  .left-arrow {
    width: 40px;
  }
  .right-arrow {
    width: 40px;
  }
  .slider-bg {
    padding-right: 45px;
    padding-left: 45px;
  }
  .slider-flex-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-icon-one {
    max-width: 120px;
  }
  .logo-icon-2 {
    max-width: 120px;
  }
  .heading-6 {
    font-size: 1.8em;
  }
  .subhead {
    margin-bottom: 0px;
  }
  .value-prop-text-col {
    padding-right: 19px;
    padding-bottom: 160px;
    padding-left: 19px;
  }
  .value-prop-text-col.left {
    padding-right: 19px;
    padding-bottom: 160px;
    padding-left: 19px;
  }
  .heading-7 {
    font-size: 2.5em;
  }
  .body-2 {
    background-image: url('../images/Val-Prop-03.png');
    background-position: 0% 100%;
    background-size: 400px;
    background-repeat: no-repeat;
  }
  .brand-2 {
    width: 200px;
    margin-top: 12px;
    padding-left: 35px;
  }
  .main-body-flex-block {
    padding: 33px;
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .accordion-body {
    padding-left: 56px;
  }
  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .faq-image {
    margin-top: 20px;
  }
  .accordion_item-image {
    width: 30px;
  }
  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .faq-paragraph {
    margin-left: 15px;
  }
  .faq-icon-wrap {
    margin-bottom: 9px;
  }
  .faq-block {
    min-width: auto;
    padding-left: 15px;
    -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;
  }
  .button {
    margin-top: 87px;
    margin-left: 12px;
  }
  .image-4 {
    width: 60%;
    margin-top: 32px;
    margin-bottom: 70px;
    margin-left: 67px;
  }
  .heading-8 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-3 {
    padding-bottom: 0px;
  }
  .submit-button {
    width: 250px;
    padding-left: 15px;
  }
  .html-embed-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    -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;
  }
  .div-block-10 {
    margin-top: 10px;
  }
  .div-block-10.foundation {
    width: 85%;
    height: auto;
  }
  .form-block-3 {
    margin-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button-2 {
    margin-left: 1px;
  }
  .container-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block-3-copy {
    margin-left: 10px;
  }
  .section-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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;
  }
  .form-block-4 {
    width: 90%;
  }
  .subhead-coming-soon {
    margin-bottom: 10px;
  }
  .big-col-l {
    padding: 20px 20px 0px;
  }
  .big-col-r {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .results-form-block-01 {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .results-01 {
    margin-bottom: 40px;
  }
  .numbers {
    max-width: 100%;
    text-align: center;
  }
  .results-label-02 {
    text-align: center;
  }
  .form-2-col-wrapper-02 {
    -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;
  }
  .form-heading-01 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .form-heading-02 {
    text-align: center;
  }
  .footer-cta-section {
    padding: 20px;
  }
  .upgrades-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    -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;
  }
  .upgrade-heading {
    margin-right: 10px;
    margin-left: 10px;
  }
  ._2-col-flex-block-02 {
    padding-bottom: 0px;
  }
  .about-us-text-wrapper {
    padding-bottom: 98px;
  }
  ._2-steps {
    margin-top: 10px;
  }
  ._3-steps {
    margin-top: 10px;
  }
  .section-4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    -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;
  }
  .section-finished {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    -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;
  }
  .examples-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    padding: 10px;
    -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;
  }
  .submit-button-copy {
    width: 250px;
    padding-left: 15px;
  }
  .continue-cta {
    width: 250px;
    padding-left: 15px;
  }
  .cta-03 {
    width: 250px;
    padding-left: 15px;
  }
  .cta-04 {
    width: 250px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}