body {
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.navbar {
  padding: 20px 3.5%;
  background-color: #fff;
}

.navbar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 26px;
  -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: 25px;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.06);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  width: 66px;
}

.navbar__logo {
  display: block;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #e92200;
  font-size: 13px;
}

.nav-menu {
  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;
}

.navbar-button {
  margin-left: 3.2vh;
  padding: 0.7vh 3vh;
  border-radius: 15px;
  background-color: #e92200;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vh;
  line-height: 1.7em;
  font-weight: 600;
}

.navbar-button.hide {
  margin-top: 5px;
  margin-left: 25px;
  padding: 8px 28px;
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
}

.navbar-button.hide.w--current {
  margin-top: 0px;
}

.navbar-button.hide.login {
  margin-top: 8px;
}

.navbar-button.mobile {
  display: none;
  padding: 8px 28px;
}

.section {
  padding-top: 4.5vh;
  padding-bottom: 4.5vh;
}

.section._4-6vh-padding {
  padding-right: 4.6vh;
  padding-left: 4.6vh;
}

.section._4-6vh-padding._5-5vh-padding-bottom {
  display: block;
  min-height: 40vw;
  padding: 0vh 3.5% 0px;
}

.section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
  display: block;
  padding-bottom: 16vh;
}

.section._4-6vh-padding._5-5vh-padding-bottom.padding {
  display: none;
  padding-bottom: 143px;
}

.section._4-6vh-padding._5-5vh-padding-bottom.home {
  padding-bottom: 35px;
}

.section._4-6vh-padding._3vh {
  padding: 35px 3.5%;
}

.section._4-6vh-padding._3vh.small {
  padding-bottom: 0vh;
}

.section._22-5vh {
  display: block;
  padding: 35px 16.5%;
}

.section._15vh {
  padding: 35px 11%;
}

.section._15vh.end {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.section._15vh.end._2 {
  padding-bottom: 5.5vh;
}

.section._15vh.end._2._320 {
  padding-right: 22%;
  padding-left: 22%;
}

.section._15vh.end._2._94-top-margin.small-top-margin {
  padding-top: 60px;
  padding-bottom: 55px;
}

.section._15vh.end.faq.home {
  padding-top: 50px;
  padding-bottom: 80px;
}

.section._15vh.end.faq.home.ind {
  padding-right: 8%;
  padding-left: 8%;
}

.section._15vh._74px {
  padding-right: 11%;
  padding-left: 11%;
}

.section._15vh.home {
  padding-right: 11%;
  padding-left: 11%;
}

.section.home {
  padding-top: 35px;
  padding-bottom: 35px;
}

.hero-img {
  width: 100%;
}

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

.hero-img.desktop {
  position: relative;
  z-index: 10;
  display: block;
}

.hero-container {
  position: relative;
  height: 40vw;
}

.hero-container.home {
  z-index: 100;
  overflow: hidden;
  height: auto;
  border-radius: 19px;
}

.hero-container.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  background-image: url('../images/Photo_Mission2_enhanced-license_061821.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container.pricing {
  height: 40vw;
  background-image: url('../images/Group-20.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container.features {
  height: 40vw;
  background-image: url('../images/Group-21_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/about-blue.png');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute-hero__block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20% 3% 20% 57%;
  -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;
}

.absolute-hero__block.mission {
  padding: 20.5vh 7% 20.5vh 58.5%;
}

.absolute-hero__block.mission._2 {
  z-index: 100;
  padding: 14% 12% 0px 46%;
}

.absolute-hero__block.pricing {
  padding: 10% 8.5% 14.3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.absolute-hero__block.pricing.second {
  padding-top: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.absolute-hero__block.home {
  z-index: 20;
  padding-top: 0vh;
  padding-bottom: 0vh;
  padding-left: 50%;
}

.title-hero__box {
  width: 100%;
  height: 100%;
}

.title-hero__box._480 {
  width: 43%;
}

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

.title-hero__box.center._515 {
  margin-right: 3vw;
  margin-left: 47vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-hero__box.center._515.mission {
  margin-left: 31.7vw;
  padding-top: 10%;
}

.header-1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 600;
}

.header-1.non-margin {
  text-align: left;
}

.header-1.non-margin.hero {
  margin-bottom: 10px;
}

.header-1.non-margin.red {
  color: #e92200;
}

.header-1.black {
  margin-bottom: 20px;
  color: #000;
  font-size: 45px;
}

.header-1.over-img {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.header-1.over-img.ind {
  text-align: center;
}

.header-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.68vh;
  line-height: 1.15em;
  font-weight: 700;
}

.header-2.non-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.15em;
  text-align: center;
}

.header-2.non-margin.black._1-8-margin {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.header-2.non-margin.black.from-left {
  margin-bottom: 10px;
}

.header-2.non-margin.black._3-6vh-margin {
  margin-bottom: 20px;
  margin-left: -60px;
}

.header-2.non-margin._720px {
  width: 66.5vh;
  text-align: center;
}

.header-2.non-margin._720px._40-margin {
  width: 60%;
  margin-bottom: 28px;
  font-size: 32px;
}

.header-2.non-margin.title {
  text-align: left;
}

.header-2.non-margin.red {
  color: #e92200;
  text-align: center;
}

.header-2.black {
  color: #000;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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;
}

.container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.relative {
  position: relative;
  width: 100%;
}

.container.spacious {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.ind {
  margin-right: auto;
  margin-left: auto;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 700;
}

.text-block-20._720px {
  width: 75%;
  color: #000;
  font-size: 34px;
  line-height: 1.65em;
  text-align: center;
}

.text-block-20.with-margin {
  margin-top: 24px;
  margin-bottom: 11px;
  color: #000;
  line-height: 1.65em;
}

.text-block-20._40-margin {
  margin-bottom: 3.6vh;
}

.text-block-20._40-margin.light {
  margin-bottom: 35px;
  font-size: 17px;
  text-align: center;
}

.text-block-20._40-margin.light.pricing {
  font-size: 21px;
}

.small-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39.5%;
  -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;
}

.elipse-img-50 {
  width: 40px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #444;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.paragraph.from-left {
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left;
}

.paragraph.from-left._66-5vh {
  width: 50%;
}

.paragraph.from-left.steps {
  margin-bottom: 0.9vh;
}

.paragraph.from-left._92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.paragraph.from-left._92.ind {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 21px;
}

.paragraph.from-left._360.big {
  font-size: 16px;
}

.paragraph.from-left.pricing {
  width: 57%;
}

.paragraph._720px {
  width: 66.5vw;
}

.paragraph._720px._30-margin {
  margin-bottom: 2.7vh;
}

.paragraph._720px._30-margin.from-left {
  width: 50%;
  margin-bottom: 20px;
}

.paragraph._720px.from-left {
  margin-bottom: 10px;
  text-align: left;
}

.paragraph._720px.subhead {
  margin-bottom: 30px;
  font-weight: 800;
}

.paragraph._720px.subhead.coming-soon {
  color: #fff;
}

.paragraph.coming-soon {
  position: relative;
  top: 10px;
  margin-bottom: -1px;
  margin-left: 111px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  color: #fff;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

.flexbox__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flexbox__wrapper._2-4vh {
  width: 60vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flexbox__wrapper._100 {
  width: 59%;
}

.flexbox__wrapper._100._1000 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.flexbox__wrapper._100._1000.ind {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-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;
}

.horizontal__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.horizontal__container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flexbox__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 280px;
  padding-right: 8%;
  padding-left: 8%;
  -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;
}

.flexbox__text-box.padding-none {
  padding-right: 14vh;
  padding-left: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox__text-box.from-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox__text-box.home {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flexbox-img-box {
  width: 50%;
}

.flexbox-img-box.left {
  border-bottom-left-radius: 30px;
  background-image: url('../images/Group-24.png');
  background-position: 50% 50%;
  background-size: cover;
}

.flexbox-img-box.right {
  border-top-right-radius: 30px;
  background-image: url('../images/Group-25.png');
  background-position: 50% 50%;
  background-size: cover;
}

.img-border {
  width: 100%;
  border-radius: 0px;
}

.img-border.right {
  overflow: visible;
}

.bg-img {
  width: 100%;
}

.absolute-block {
  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;
}

.button {
  display: block;
  padding: 1.1vh 3.3vh;
  border-radius: 30px;
  background-color: #e92200;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vh;
  line-height: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button.margin-top {
  margin-top: 2.2vh;
}

.button.margin-top._250-50 {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button._50px {
  margin-top: 4.8vh;
}

.button._50px._250-50 {
  width: auto;
  margin-top: 30px;
  padding: 11px 30px;
}

.button._20-250 {
  display: block;
  padding: 11px 30px;
  border-radius: 30px;
  font-size: 18px;
  white-space: nowrap;
}

.button._20-250.ind-card-buttonn {
  margin-top: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 3px solid #e92200;
  border-radius: 50px;
  background-color: transparent;
  color: #e92200;
}

.button._20-250.ind {
  display: none;
  margin-bottom: 20px;
}

.button._20-250.dead {
  background-color: #929292;
}

.button.ind-card-button {
  position: static;
  bottom: 16px;
  display: block;
  margin-top: 20px;
  padding: 6px 20px;
  border: 3px solid #e92200;
  border-radius: 30px;
  background-color: rgba(233, 34, 0, 0);
  color: #e92200;
  font-size: 18px;
  white-space: nowrap;
}

.button.ind-card-button.coming-soon {
  border-color: #a8a8a8;
  color: #a8a8a8;
}

.button.help {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid #e92200;
  background-color: transparent;
  color: #e92200;
}

.button.aff-button {
  display: none;
}

.questions__container {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
}

.text-block {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block.question {
  width: 82%;
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 700;
  text-transform: none;
}

.text-block.question.first {
  margin-top: 15px;
}

.text-block.question.first.login {
  margin-top: 10px;
}

.hide-answer {
  position: absolute;
  display: none;
  width: 100%;
  height: 80%;
  max-width: 100%;
  padding-left: 100%;
  background-image: url('../images/Group-22.png');
  background-position: 99.9% 50%;
  background-size: 3.7vh;
  background-repeat: no-repeat;
  cursor: pointer;
}

.answer-box {
  display: none;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 2.8vh;
  -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: transparent;
}

.answer-box._5 {
  display: none;
  padding-bottom: 20px;
}

.answer-box._10 {
  display: none;
}

.answer-box._6 {
  display: none;
}

.answer-box._8 {
  display: none;
}

.answer-box._12 {
  display: none;
}

.answer-box._4 {
  display: none;
}

.answer-box._7 {
  display: none;
}

.answer-box._2 {
  display: none;
  padding-right: 0px;
  padding-bottom: 25px;
  opacity: 1;
}

.answer-box._3 {
  display: none;
}

.answer-box._9 {
  display: none;
}

.answer-box._11 {
  display: none;
}

.show-answer {
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  padding-left: 100%;
  background-image: url('../images/Group-21.png');
  background-position: 99.9% 50%;
  background-size: 3.7vh;
  background-repeat: no-repeat;
  cursor: pointer;
}

.show-answer._2 {
  overflow: visible;
  height: 100%;
  padding-left: 100%;
  background-image: url('../images/Group-21.png');
  background-position: 100% 0%;
  background-size: 3.7vh;
  background-repeat: no-repeat;
}

.question-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.question-box.first {
  height: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-answer-box {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #dcdcdc;
}

.footer {
  padding: 60px 11%;
  background-color: #444;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-container.top-margin-30 {
  margin-top: 2.75vh;
}

.footer-left__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left__box._20 {
  width: 23%;
}

.footer-link {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vh;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.footer-link.small-margin {
  width: 100%;
  margin-bottom: 15px;
}

.footer-link.grey {
  margin-bottom: 0vh;
  color: silver;
  font-size: 10px;
}

.footer-nav__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-input-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 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;
}

.footer-text-field {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 36%;
  padding-left: 19px;
  border: 1px solid silver;
  border-radius: 20px;
  background-color: hsla(0, 0%, 86.3%, 0.4);
  font-family: Montserrat, sans-serif;
  color: #ececec;
  font-size: 12px;
  font-weight: 500;
}

.footer-text-field::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: silver;
  font-weight: 500;
}

.footer-text-field:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: silver;
  font-weight: 500;
}

.footer-text-field::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: silver;
  font-weight: 500;
}

.footer-text-field::placeholder {
  font-family: Montserrat, sans-serif;
  color: silver;
  font-weight: 500;
}

.footer-submit {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 34px;
  margin-right: 3px;
  padding: 0px 22px;
  border-radius: 30px;
  background-color: #e92200;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vh;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.title-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 7.35vh;
  -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;
}

.title-text-box.small-margin {
  margin-bottom: 1.8vh;
}

.title-text-box._2-8-tablet-margin {
  margin-right: 100px;
  margin-bottom: 65px;
  margin-left: 100px;
}

.form-container {
  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;
}

.paragraph-box {
  margin-bottom: 30px;
}

.text-block-18 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 600;
}

.privacy-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elipse-steps {
  margin-right: 1.6vh;
  padding-top: 0.9vh;
}

.text-span {
  text-decoration: underline;
}

.text-span.under-line {
  font-weight: 400;
  text-decoration: underline;
}

.privacy-link {
  color: #2337ef;
}

.text-span {
  font-weight: 500;
  text-decoration: none;
}

.floating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  max-width: 403px;
  margin-top: auto;
  padding: 3.5vh 4.3vh 4.6vh;
  -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;
  border: 1px solid #e92200;
  background-color: #fff;
}

.floating-box.large {
  width: 54%;
  max-width: 400px;
}

.floating-box.new {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: -12%;
  padding: 35px;
}

.floating-box.new.pricing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33vw;
  margin-top: -37vw;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-box.new.features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33vw;
  margin-top: -37vw;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey-line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #e92200;
}

.pricing-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-vector {
  width: 16px;
  margin-right: 25px;
}

.solution-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-steps.end {
  margin-bottom: 0vh;
}

.solution-elipse {
  margin-right: 20px;
  padding-top: 0vh;
}

.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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-block {
  width: 100%;
}

.form-block.help-form {
  margin-top: 20px;
}

.form-get-started {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get-started-form.get-started {
  height: auto;
}

.nav-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.new-section {
  display: none;
  padding-right: 3.5%;
  padding-bottom: 80px;
  padding-left: 3.5%;
}

.new-section._120 {
  display: block;
}

.bg-image {
  position: relative;
  height: 40vw;
  max-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-bg-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  padding-top: 20px;
}

.inner-link {
  color: #444;
  font-weight: 600;
  text-decoration: none;
}

.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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexbox__card-ind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 430px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.flexbox-img-box-ind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 16px 16px 0px 0px;
  background-image: url('../images/medical-istockphoto-1021545242-1024x1024.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.flexbox-img-box-ind.ind-ecom {
  background-image: url('../images/Photo_eCommerce_enhanced-license_062221.jpg');
}

.flexbox-img-box-ind.ind-np {
  background-image: url('../images/Photo_Nonprofits_enhanced-license_062221.jpg');
}

.flexbox-img-box-ind.ind-political {
  background-image: url('../images/Photo_Political_enhanced-license_062221.jpg');
}

.flexbox-img-box-ind.ind-business {
  background-image: url('../images/business-istockphoto-1220226086-1024x1024.jpeg');
}

.flexbox-img-box-ind.ind-trades {
  background-image: url('../images/trades-stock-photo-construction-home-inspector-reviews-documents-170475998.jpeg');
}

.flexbox-img-box-ind.ind-med-legal {
  background-image: url('../images/Photo_Medical-and-Legal_enhanced-license_062221.jpg');
}

.flexbox-img-box-ind.ind-risk {
  background-image: url('../images/Photo_High-Risk_enhanced-license_062221.jpg');
}

.flexbox-img-box-ind.ind-retail {
  background-image: url('../images/Photo_Retail-and-Restaurant_enhanced-license_062221.jpg');
}

.flexbox__text-box-ind {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 5% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 16px;
  background-color: #f4f4f4;
  text-align: left;
}

.img-heading-text {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.img-heading-text.retail {
  margin-top: 0px;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 700;
}

.hero-container-ind {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  max-height: 60vh;
  background-image: url('../images/Photo_B2B-and-B2G_enhanced-license_062221.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container-ind.ind-pol {
  background-image: url('../images/Photo_Political_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-ecom {
  background-image: url('../images/Photo_eCommerce_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-np {
  background-image: url('../images/Photo_Nonprofits_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-retres {
  background-image: url('../images/Photo_Retail-and-Restaurant_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-trades {
  background-image: url('../images/Photo_Trades-and-Home-Svcs_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-medleg {
  background-image: url('../images/Photo_Medical-and-Legal_enhanced-license_062221.jpg');
}

.hero-container-ind.ind-risk {
  background-image: url('../images/Photo_High-Risk_enhanced-license_062221.jpg');
}

.hero-container-ind.high-risk {
  background-image: url('../images/Photo_High-Risk_enhanced-license_062221.jpg');
}

._720px {
  width: 66%;
}

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

.dropdown-toggle.nav {
  padding-right: 25px;
  padding-left: 0px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 4px 4px 20px -7px #000;
}

.text-block-31 {
  position: absolute;
  right: 10px;
  bottom: 54px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  font-family: Montserrat, sans-serif;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
}

.text-block-31.coming-soon.page {
  position: static;
  top: 20px;
  right: 220px;
  bottom: auto;
  color: #fff;
  font-size: 25px;
  line-height: 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.52);
}

.icon {
  top: 0px;
  bottom: 0px;
}

.image-2 {
  width: 66%;
  max-height: 85px;
}

.text-block-32 {
  position: absolute;
  right: 10px;
  bottom: 67px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.columns {
  width: 100%;
  color: silver;
}

.paragraph-2 {
  width: 100%;
  color: #fff;
  text-align: left;
}

.bold-text-2 {
  width: 100%;
}

.textarea {
  width: 100%;
  border: 1px solid silver;
  border-radius: 20px;
  background-color: hsla(0, 0%, 86.3%, 0.4);
  color: #ececec;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.container-2 {
  text-align: center;
}

.html-embed {
  position: static;
  overflow: visible;
  width: 100%;
  -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;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link.w--current {
    font-size: 14px;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    padding-bottom: 8vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 11vh;
  }

  .section._15vh.end {
    padding-right: 15vh;
    padding-left: 15vh;
  }

  .section._15vh.end._2._94-top-margin.small-top-margin {
    padding-right: 11%;
    padding-left: 11%;
  }

  .absolute-hero__block.mission._2 {
    padding-top: 10%;
    padding-right: 3%;
    padding-left: 32%;
  }

  .absolute-hero__block.pricing {
    padding-right: 8.5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .absolute-hero__block.pricing.second {
    padding-top: 19vh;
  }

  .header-1 {
    font-size: 56px;
  }

  .header-1.non-margin.hero {
    margin-bottom: 10px;
  }

  .header-2.non-margin {
    font-size: 36px;
  }

  .header-2.non-margin.black._3-6vh-margin {
    margin-bottom: 30px;
    margin-left: -80px;
  }

  .text-block-20 {
    font-size: 15px;
  }

  .text-block-20._720px {
    font-size: 36px;
  }

  .elipse-img-50 {
    width: 40px;
  }

  .paragraph.from-left {
    font-size: 16px;
  }

  .flexbox__wrapper._100 {
    width: 59%;
  }

  .flexbox__text-box {
    padding-left: 11vh;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block.question {
    font-size: 17px;
  }

  .question-box {
    height: 80px;
  }

  .footer-left__box._20 {
    width: 20%;
  }

  .footer-input-field {
    -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;
  }

  .footer-submit {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 26px;
    padding-left: 26px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .floating-box {
    position: static;
  }

  .floating-box.large {
    max-width: 403px;
  }

  .bg-image {
    width: 100%;
    height: auto;
  }

  .new-bg-image {
    width: 100%;
  }

  .img-heading-text.retail {
    margin-top: 25px;
  }

  .text-block-30 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding: 30px 50px 28px;
  }

  .navbar__container {
    padding: 25px 30px;
  }

  .brand {
    width: 112px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    width: 112px;
    height: 54px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    font-size: 16px;
  }

  .navbar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 126px;
    height: 40px;
    margin-left: 35px;
    padding: 0.7vh 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.7em;
  }

  .navbar-button.hide {
    font-size: 16px;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    padding-bottom: 7vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 10vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.home {
    padding-bottom: 45px;
  }

  .section._4-6vh-padding._3vh {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section._22-5vh {
    padding: 45px 16.5%;
  }

  .section._15vh {
    width: 100%;
    padding: 45px 11%;
  }

  .section._15vh.end._2 {
    padding-right: 17.5vh;
    padding-left: 17.5vh;
  }

  .section._15vh.end._2._320 {
    padding-right: 22%;
    padding-left: 22%;
  }

  .section._15vh.end._2._94-top-margin {
    padding-top: 94px;
  }

  .section._15vh.end.faq.home {
    padding-top: 55px;
  }

  .section._15vh._74px {
    padding-top: 40px;
    padding-right: 11%;
    padding-left: 11%;
  }

  .section._15vh.home {
    padding-right: 11%;
    padding-left: 11%;
  }

  .section.home {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .absolute-hero__block.mission {
    padding: 20.5vh 7% 20.5vh 54.5%;
  }

  .absolute-hero__block.pricing {
    position: absolute;
  }

  .absolute-hero__block.pricing.second {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .title-hero__box._480 {
    width: 43%;
  }

  .title-hero__box.center._515 {
    width: 99%;
  }

  .header-1 {
    font-size: 56px;
    line-height: 1.15em;
  }

  .header-1.non-margin {
    margin-bottom: 30px;
  }

  .header-1.non-margin.hero {
    margin-bottom: 20px;
  }

  .header-1.black {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 56px;
  }

  .header-2.non-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 1.15em;
  }

  .header-2.non-margin.black._1-8-margin {
    font-size: 40px;
    text-align: center;
  }

  .header-2.non-margin.black.from-left {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .header-2.non-margin.black._3-6vh-margin {
    margin-bottom: 40px;
    margin-left: -140px;
  }

  .header-2.non-margin._720px {
    width: 720px;
  }

  .header-2.non-margin._720px._40-margin {
    width: 68%;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .header-2.non-margin.title {
    font-size: 40px;
  }

  .text-block-20 {
    font-size: 20px;
  }

  .text-block-20._720px {
    width: 75%;
    font-size: 40px;
    line-height: 1.65em;
  }

  .text-block-20.with-margin {
    margin-top: 32px;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    line-height: 1.65em;
  }

  .text-block-20._40-margin {
    margin-bottom: 3.6vh;
  }

  .small-box {
    width: 41%;
  }

  .elipse-img-50 {
    width: 50px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph.from-left {
    font-size: 18px;
  }

  .paragraph.from-left._66-5vh {
    width: 50%;
  }

  .paragraph.from-left._92 {
    font-size: 16px;
  }

  .paragraph.from-left._92.ind {
    line-height: 25px;
  }

  .paragraph.from-left._360 {
    width: auto;
  }

  .paragraph.from-left._360.big {
    font-size: 18px;
  }

  .paragraph.from-left.pricing {
    width: 57%;
  }

  .paragraph._720px._30-margin {
    margin-bottom: 2.7vh;
  }

  .paragraph._720px._30-margin.from-left {
    width: 720px;
    margin-bottom: 30px;
  }

  .flexbox__wrapper._2-4vh {
    width: 720px;
  }

  .flexbox__wrapper._100 {
    width: 66%;
  }

  .flexbox__text-box {
    padding-right: 8%;
    padding-left: 10%;
  }

  .flexbox__text-box.padding-none {
    padding-left: 0vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-border.left {
    width: 100%;
  }

  .img-border.right {
    width: 100%;
  }

  .bg-img {
    height: 366px;
  }

  .button {
    padding: 1.1vh 3.3vh;
    font-size: 16px;
  }

  .button.margin-top {
    margin-top: 2.2vh;
  }

  .button._50px {
    margin-top: 4.8vh;
  }

  .button._50px._250-50 {
    margin-top: 50px;
  }

  .button._20-250 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.ind-card-button {
    border: 4px solid #e92200;
    border-radius: 30px;
    background-color: rgba(233, 34, 0, 0);
    color: #e92200;
  }

  .questions__container {
    max-width: 1115px;
    padding: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block.question {
    padding-right: 75px;
    font-size: 20px;
    line-height: 26px;
  }

  .answer-box {
    margin-top: -10px;
    padding-bottom: 2.8vh;
  }

  .answer-box._5 {
    margin-top: -10px;
    padding-bottom: 30px;
  }

  .answer-box._6 {
    margin-top: -10px;
  }

  .answer-box._8 {
    margin-top: -10px;
  }

  .answer-box._4 {
    margin-top: -10px;
  }

  .answer-box._7 {
    margin-top: -10px;
  }

  .answer-box._2 {
    margin-top: -10px;
  }

  .answer-box._3 {
    margin-top: -10px;
  }

  .answer-box._9 {
    margin-top: -10px;
  }

  .show-answer._2 {
    background-size: 3.7vh;
  }

  .question-box {
    height: 100px;
  }

  .question-box.first {
    height: 70px;
  }

  .question-answer-box {
    width: 992px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-container.top-margin-30 {
    margin-top: 2.75vh;
  }

  .footer-left__box {
    width: 40%;
  }

  .footer-left__box._20 {
    width: 211px;
  }

  .footer-right__box {
    width: 38.5%;
  }

  .footer-link {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-link.w--current {
    font-size: 16px;
  }

  .footer-link.small-margin {
    width: 430px;
    margin-bottom: 20px;
  }

  .footer-link.grey {
    font-size: 12px;
  }

  .footer-input-field {
    height: 50px;
  }

  .footer-text-field {
    height: 100%;
    padding-left: 23px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .footer-text-field::-webkit-input-placeholder {
    color: silver;
    font-size: 1.3vh;
  }

  .footer-text-field:-ms-input-placeholder {
    color: silver;
    font-size: 1.3vh;
  }

  .footer-text-field::-ms-input-placeholder {
    color: silver;
    font-size: 1.3vh;
  }

  .footer-text-field::placeholder {
    color: silver;
    font-size: 1.3vh;
  }

  .footer-submit {
    width: 120px;
    height: 40px;
    margin-right: 4px;
    padding-right: 33px;
    padding-left: 33px;
    font-size: 16px;
  }

  .title-text-box {
    margin-bottom: 7.35vh;
  }

  .paragraph-box {
    margin-bottom: 40px;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .elipse-steps {
    margin-right: 1.6vh;
  }

  .floating-box {
    position: absolute;
    right: 8.5%;
    bottom: -16%;
    width: 433px;
    height: auto;
    max-width: none;
    min-height: auto;
    padding: 4vh 4.6vh 4.6vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .floating-box.large {
    position: absolute;
    z-index: 999;
    width: 34%;
    max-width: 461.28125px;
  }

  .floating-box.new {
    bottom: -12%;
  }

  .floating-box.new.pricing {
    width: 27vw;
  }

  .floating-box.new.features {
    width: 27vw;
  }

  .arrow-vector {
    width: 18px;
    margin-right: 30px;
  }

  .solution-steps {
    margin-bottom: 20px;
  }

  .solution-elipse {
    margin-right: 26px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-get-started {
    width: 90%;
  }

  .get-started-form {
    height: 46vh;
  }

  .get-started-form.get-started {
    height: auto;
  }

  .banner {
    padding-top: 45px;
  }

  .text-block-30 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding: 30px 50px;
  }

  .navbar__container {
    padding: 30px 32px;
  }

  .brand.w--current {
    width: 112px;
  }

  .navbar__logo {
    width: 100%;
    max-width: none;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .navbar-button {
    width: auto;
    height: auto;
    margin-left: 3.5vh;
    padding-right: 3vh;
    padding-left: 3vh;
    font-size: 1.5vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    display: none;
    padding-bottom: 0vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 6vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.home {
    padding-bottom: 50px;
  }

  .section._4-6vh-padding._3vh {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._22-5vh {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._15vh.end.faq.home {
    padding-top: 60px;
  }

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

  .hero-container.mission {
    background-image: url('../images/Photo_Mission2_enhanced-license_061821.jpg');
  }

  .hero-container.about {
    background-image: url('../images/about-blue.png');
  }

  .absolute-hero__block {
    padding-right: 4%;
    padding-left: 47%;
  }

  .absolute-hero__block.mission._2 {
    padding-top: 3%;
  }

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

  .header-1 {
    font-size: 72px;
  }

  .header-1.non-margin {
    margin-bottom: 35px;
  }

  .header-1.non-margin.hero {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .header-1.black {
    font-size: 60px;
  }

  .header-2.non-margin {
    font-size: 48px;
  }

  .header-2.non-margin.black._1-8-margin {
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .header-2.non-margin._720px._40-margin {
    width: 51%;
    margin-bottom: 44px;
  }

  .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .container.relative {
    height: 488px;
  }

  .text-block-20 {
    font-size: 24px;
  }

  .text-block-20._720px {
    width: 75%;
    font-size: 40px;
  }

  .text-block-20._40-margin.light {
    font-size: 20px;
  }

  .elipse-img-50 {
    width: 60px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 1.7em;
  }

  .paragraph.from-left {
    font-size: 22px;
  }

  .paragraph.from-left._92.ind {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph.from-left._360 {
    width: auto;
  }

  .paragraph.from-left._360.big {
    font-size: 20px;
  }

  .paragraph._720px._30-margin.from-left {
    width: 50%;
  }

  .flexbox__wrapper._2-4vh {
    width: 50%;
  }

  .flexbox__wrapper._100 {
    width: 53%;
    font-size: 18px;
  }

  .flexbox__wrapper._100._1000 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bg-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .absolute-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button._50px._250-50 {
    margin-top: 56px;
  }

  .button._20-250 {
    width: auto;
    height: auto;
    font-size: 18px;
  }

  .questions__container {
    max-width: none;
    padding: 65px;
  }

  .text-block {
    margin-left: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block.question {
    width: 82%;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .text-block.question.first {
    margin-top: 3px;
  }

  .answer-box {
    display: none;
    border-bottom: 2px solid #424242;
  }

  .answer-box._5 {
    padding-bottom: 34px;
  }

  .answer-box._11 {
    display: none;
  }

  .show-answer {
    width: 32px;
  }

  .show-answer._11 {
    width: auto;
  }

  .show-answer._10 {
    width: auto;
  }

  .show-answer._7 {
    width: auto;
  }

  .show-answer._2 {
    width: auto;
  }

  .show-answer._6 {
    width: auto;
  }

  .show-answer._9 {
    width: auto;
  }

  .show-answer._4 {
    width: auto;
  }

  .show-answer._12 {
    width: auto;
  }

  .show-answer._3 {
    width: auto;
  }

  .show-answer._5 {
    width: auto;
  }

  .show-answer._8 {
    width: auto;
  }

  .question-box {
    position: relative;
    height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .question-box.first {
    height: 75px;
  }

  .question-answer-box {
    width: 100%;
  }

  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .footer-left__box._20 {
    width: 20%;
  }

  .footer-link {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .footer-link.w--current {
    font-size: 1.6vh;
  }

  .footer-link.small-margin {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-link.grey {
    font-size: 14px;
  }

  .footer-text-field {
    font-size: 16px;
  }

  .footer-submit {
    width: auto;
    height: 44px;
    font-size: 19px;
  }

  .title-text-box._2-8-tablet-margin {
    margin-bottom: 65px;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .floating-box {
    bottom: -8%;
    width: auto;
    height: auto;
    min-height: auto;
  }

  .floating-box.large {
    z-index: 999;
    width: 28%;
    max-width: none;
  }

  .arrow-vector {
    width: 20px;
  }

  .solution-steps {
    margin-bottom: 22px;
  }

  .get-started-form {
    width: 80%;
    height: 47vh;
    -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;
  }

  .get-started-form.get-started {
    width: 1093px;
    height: auto;
  }

  .new-section {
    padding-bottom: 100px;
  }

  .bg-image {
    height: 800px;
  }

  .banner {
    padding-top: 50px;
  }

  .flexbox__card-ind {
    height: 445px;
  }

  .flexbox__text-box-ind {
    font-size: 20px;
  }

  .text-block-30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brand.w--current {
    width: 66px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    left: 3.5%;
    right: 3.5%;
    z-index: 5;
    width: 50vw;
    margin-top: 0vh;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.06);
  }

  .navbar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    margin-left: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-button.hide {
    display: none;
  }

  .navbar-button.hide.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    font-size: 13px;
    white-space: nowrap;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    padding-bottom: 21vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 280px;
  }

  .section._22-5vh {
    padding-right: 6%;
    padding-left: 6%;
  }

  .section._15vh {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }

  .section._15vh.end._2._320 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section._15vh.end._2.small-top-margin {
    padding-top: 1.2vh;
  }

  .hero-img.cover.desktop {
    display: block;
  }

  .hero-img.cover.mobile.show {
    display: block;
  }

  .hero-img.mobile.hide {
    display: block;
  }

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

  .absolute-hero__block.mission {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 49.5%;
  }

  .absolute-hero__block.mission._2 {
    padding-top: 13%;
    padding-left: 40%;
  }

  .absolute-hero__block.pricing {
    padding-top: 4vh;
    padding-right: 4%;
    padding-bottom: 4vh;
  }

  .absolute-hero__block.home {
    padding-left: 43%;
  }

  .title-hero__box._480 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header-1 {
    font-size: 44px;
  }

  .header-2.non-margin {
    font-size: 28px;
  }

  .header-2.non-margin.black._1-8-margin {
    margin-bottom: 5px;
    text-align: center;
  }

  .header-2.non-margin.black._3-6vh-margin {
    margin-left: -30px;
  }

  .header-2.non-margin._720px._40-margin {
    width: 80%;
    margin-bottom: 15px;
  }

  .text-block-20._720px {
    width: 80%;
    font-size: 28px;
  }

  .text-block-20.with-margin {
    text-align: center;
  }

  .small-box {
    width: 46%;
  }

  .paragraph {
    line-height: 1.7em;
  }

  .paragraph.from-left._66-5vh {
    width: 75%;
  }

  .paragraph.from-left._92 {
    font-size: 16px;
  }

  .paragraph.from-left.pricing {
    width: 80%;
  }

  .paragraph._720px._30-margin.from-left {
    width: 75%;
  }

  .flexbox__wrapper._2-4vh {
    width: 75%;
  }

  .flexbox__wrapper._100 {
    width: 80%;
  }

  .flexbox__text-box {
    min-height: 280px;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-border.left {
    height: 300px;
  }

  .button._50px {
    margin-top: 2vh;
  }

  .button._50px._250-50 {
    font-size: 13px;
  }

  .button._20-250 {
    font-size: 13px;
  }

  .questions__container {
    width: 100%;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block.question {
    margin-left: 0px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 36px;
  }

  .text-block.question.first.login {
    width: 60%;
  }

  .hide-answer._2 {
    display: none;
    background-position: 100% 0%;
  }

  .answer-box {
    display: none;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .answer-box._2 {
    display: none;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .answer-box._9 {
    display: none;
  }

  .show-answer._2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 80%;
  }

  .question-box {
    height: auto;
    margin-bottom: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .question-box.first {
    width: 99.99996%;
    height: auto;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    padding: 40px 6%;
  }

  .footer-right__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link.small-margin {
    width: 100%;
  }

  .footer-input-field {
    width: 100%;
  }

  .title-text-box._2-8-tablet-margin {
    padding-left: 30px;
  }

  .floating-box {
    width: 53%;
    padding: 2.5vh;
  }

  .floating-box.large {
    width: 62%;
  }

  .floating-box.new.pricing {
    right: 4%;
    width: 39vw;
  }

  .floating-box.new.features {
    right: 4%;
    width: 39vw;
  }

  .menu-button {
    width: 7%;
    margin-right: 30px;
    padding-left: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #000;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #c13c21;
    font-size: 30px;
  }

  .form-block {
    width: 70%;
    max-width: 285.59375px;
  }

  .get-started-form.get-started {
    width: 100%;
  }

  .nav-horizontal {
    display: none;
  }

  .new-bg-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .flexbox__card-ind {
    width: 50%;
  }

  .flexbox__text-box-ind {
    min-height: 360px;
  }

  .dropdown-toggle.nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown {
    display: block;
  }

  .image-2 {
    max-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .nav-menu {
    left: 2vh;
    right: 2vh;
  }

  .navbar-button {
    width: 21%;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    padding-bottom: 10vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 240px;
  }

  .section._22-5vh {
    padding: 20px 3.5%;
  }

  .section.home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-img {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-img.cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-img.cover.fixed-height {
    height: 40vh;
  }

  .hero-img.cover.desktop {
    display: block;
  }

  .hero-img.cover.mobile {
    display: block;
  }

  .hero-img.mobile {
    display: block;
  }

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

  .hero-container._100 {
    height: auto;
  }

  .hero-container.home {
    background-image: none;
  }

  .absolute-hero__block.mission {
    padding-left: 45%;
  }

  .absolute-hero__block.mission._2 {
    padding-top: 13%;
  }

  .absolute-hero__block.pricing {
    position: absolute;
    margin-top: auto;
    padding: 5vh 5% 2vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .header-1 {
    font-size: 36px;
  }

  .header-2.non-margin {
    font-size: 22px;
    line-height: 1.3em;
  }

  .header-2.non-margin.black._1-8-margin {
    font-size: 22px;
  }

  .header-2.non-margin.black._3-6vh-margin {
    margin-left: 0px;
  }

  .header-2.non-margin._720px._40-margin {
    width: 80%;
    margin-bottom: 20px;
    font-size: 2.2vh;
  }

  .header-2.non-margin.title {
    font-size: 2vh;
  }

  .text-block-20._720px {
    width: 90%;
    font-size: 19px;
  }

  .paragraph.from-left._66-5vh {
    width: 100%;
  }

  .paragraph.from-left._92 {
    max-width: 320px;
  }

  .paragraph.from-left.pricing {
    width: 100%;
  }

  .paragraph._720px._30-margin {
    width: 100%;
  }

  .paragraph._720px._30-margin.from-left {
    width: 85%;
  }

  .flexbox__wrapper {
    width: 100%;
  }

  .flexbox__wrapper._2-4vh {
    width: 85%;
  }

  .flexbox__wrapper._100 {
    width: 90%;
  }

  .flexbox__text-box.padding-none {
    padding-right: 1vh;
  }

  .flexbox__text-box.from-left {
    padding-right: 1vh;
    padding-left: 2vh;
  }

  .bg-img {
    height: 18vh;
  }

  .button.margin-top._250-50 {
    font-size: 1vh;
  }

  .button._50px._250-50 {
    margin-top: 10px;
    font-size: 10px;
  }

  .button.ind-card-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block.question {
    width: 92%;
    margin-bottom: -6px;
    font-size: 13px;
  }

  .question-box {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: transparent;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container.top-margin-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-left__box {
    width: 100%;
  }

  .footer-left__box._20 {
    width: 44%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-right__box {
    width: 100%;
    margin-top: 2vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link.grey.margin-reght {
    margin-right: 2vh;
  }

  .floating-box {
    width: 60%;
    padding-right: 1.5vh;
    padding-left: 1.5vh;
  }

  .floating-box.new {
    position: static;
    bottom: 0%;
  }

  .floating-box.new.pricing {
    width: 62vw;
    margin-top: 10px;
    margin-right: auto;
  }

  .floating-box.new.features {
    width: 75%;
    margin-top: -120px;
    margin-right: 25px;
  }

  .floating-box.new.features {
    width: 62vw;
    margin-top: 10px;
    margin-right: auto;
  }

  .solution-steps {
    padding-left: 5px;
  }

  .menu-button {
    width: 9%;
    margin-right: 10%;
  }

  .form-get-started {
    width: 90%;
  }

  .nav-horizontal {
    display: block;
  }

  .new-section._120 {
    padding-bottom: 120px;
  }

  .bg-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .new-bg-image {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .flexbox__card-ind {
    width: 100%;
    height: auto;
  }

  .flexbox__text-box-ind {
    min-height: 340px;
  }

  .dropdown-list {
    box-shadow: 1px 1px 3px 0 #000;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 10px;
  }

  .navbar__container {
    height: 60px;
    padding: 10px;
  }

  .brand {
    padding-left: 0px;
  }

  .navbar__logo {
    margin-right: 15px;
    margin-left: 0px;
  }

  .navbar-button {
    width: 80px;
    height: 40px;
    padding-right: 1vh;
    padding-left: 1vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-button.mobile {
    width: 80px;
    padding: 5px 20px;
  }

  .section {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom {
    padding-right: 1vh;
    padding-left: 1vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom._11vh-margin {
    padding-top: 2vh;
    padding-bottom: 4vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.padding {
    padding-bottom: 0vh;
  }

  .section._4-6vh-padding._5-5vh-padding-bottom.home {
    padding-right: 3%;
    padding-bottom: 25px;
    padding-left: 3%;
  }

  .section._4-6vh-padding._3vh {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .section._4-6vh-padding._3vh.small {
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .section._22-5vh {
    padding: 25px 3%;
  }

  .section._15vh.end {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .section._15vh.end._2._320 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section._15vh.end._2._94-top-margin.small-top-margin {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section._15vh.end.faq {
    padding-top: 50px;
  }

  .section._15vh.end.faq.home {
    padding-bottom: 50px;
  }

  .section._15vh.end.faq.home.ind {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section._15vh.home {
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-img.cover.fixed-height {
    display: none;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .hero-img.mobile.hide {
    display: none;
  }

  .hero-container.home {
    height: auto;
  }

  .hero-container.mission {
    height: 200px;
  }

  .hero-container.pricing {
    height: 200px;
  }

  .hero-container.features {
    height: 200px;
  }

  .hero-container.about {
    height: 200px;
  }

  .absolute-hero__block.mission {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .absolute-hero__block.mission._2 {
    padding-top: 28%;
    padding-right: 2%;
    padding-left: 36%;
  }

  .absolute-hero__block.pricing {
    position: static;
    padding-top: 0vh;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .absolute-hero__block.pricing.second {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .absolute-hero__block.home {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .title-hero__box._480 {
    display: none;
    width: 100%;
    padding: 2.5vh;
    border-radius: 25px;
    box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.06);
  }

  .title-hero__box.center {
    width: 87%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-hero__box.center._515 {
    display: none;
  }

  .title-hero__box.center._515.mission {
    display: block;
    padding-top: 26%;
  }

  .header-1 {
    font-size: 21px;
  }

  .header-1.non-margin {
    margin-bottom: 5px;
  }

  .header-1.non-margin.hero {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .header-1.non-margin.red {
    text-align: center;
  }

  .header-2.non-margin {
    font-size: 12px;
  }

  .header-2.non-margin.black._1-8-margin {
    margin-bottom: 10px;
  }

  .header-2.non-margin.black.from-left {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .header-2.non-margin.black._3-6vh-margin {
    font-size: 22px;
  }

  .header-2.non-margin._720px._40-margin {
    width: auto;
    font-size: 20px;
    line-height: 1.7em;
    text-align: center;
  }

  .header-2.non-margin.title {
    width: 87%;
    font-size: 20px;
  }

  .container.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.relative {
    height: 100%;
  }

  .text-block-20._720px {
    width: auto;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 20px;
  }

  .text-block-20._40-margin.light {
    font-weight: 500;
  }

  .small-box {
    width: 100%;
    max-width: 310.21875px;
    margin-bottom: 40px;
    padding: 0vh 1%;
  }

  .small-box.end {
    margin-bottom: 0px;
  }

  .paragraph.from-left {
    font-size: 16px;
  }

  .paragraph.from-left._66-5vh {
    width: 100%;
  }

  .paragraph.from-left.pricing {
    width: 100%;
  }

  .paragraph._720px._30-margin {
    width: 100%;
  }

  .paragraph._720px._30-margin.from-left {
    width: 100%;
  }

  .paragraph.non-margin {
    margin-bottom: 0px;
  }

  .flexbox__wrapper._2-4vh {
    width: 100%;
  }

  .flexbox__wrapper._100 {
    width: 100%;
  }

  .horizontal__container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal__container.reverse {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flexbox__text-box {
    width: 100%;
    min-height: 0px;
    padding: 30px 0vh 0vh;
  }

  .flexbox__text-box.padding-none {
    padding-right: 3vh;
  }

  .flexbox__text-box.from-left {
    padding-left: 0vh;
  }

  .flexbox__text-box.home {
    padding-bottom: 20px;
  }

  .flexbox-img-box {
    width: 100%;
  }

  .flexbox-img-box.left {
    display: block;
    height: 50vw;
    min-height: 100px;
    border-bottom-left-radius: 0px;
  }

  .flexbox-img-box.right {
    height: 50vw;
    border-top-right-radius: 0px;
  }

  .bg-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .absolute-block {
    padding-right: 6%;
    padding-left: 6%;
  }

  .button.margin-top._250-50 {
    font-size: 1.5vh;
  }

  .button._50px {
    padding: 0.5vh 1.5vh;
    font-size: 1vh;
  }

  .button._50px._250-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 5.7vh;
    max-width: 250px;
    margin-top: 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;
    font-size: 16px;
  }

  .button._20-250 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .button._20-250.ind {
    display: block;
  }

  .button.ind-card-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .questions__container {
    padding: 30px 20px;
  }

  .text-block {
    font-size: 18px;
    line-height: 21px;
  }

  .text-block.question {
    width: 87%;
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 27px;
  }

  .text-block.question.first {
    font-size: 16px;
  }

  .hide-answer {
    display: none;
    padding-left: 100%;
    background-size: 30px;
  }

  .answer-box {
    padding-right: 0px;
  }

  .answer-box._2 {
    display: none;
    padding-top: 0px;
    padding-bottom: 19px;
  }

  .show-answer {
    height: 80%;
    padding-left: 100%;
    background-size: 30px;
  }

  .show-answer._2 {
    background-size: 30px;
  }

  .show-answer._3 {
    padding-left: 100%;
    opacity: 1;
  }

  .question-box {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .footer {
    padding: 50px 20px;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container.top-margin-30 {
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left__box {
    width: 100%;
    -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;
  }

  .footer-left__box._20 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-right__box {
    width: 100%;
    margin-top: 2vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-link.small-margin {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-link.grey {
    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;
    font-size: 10px;
    line-height: 26px;
  }

  .footer-link.grey.margin-reght {
    margin-right: 0vh;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 26px;
  }

  .footer-nav__box {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-input-field {
    width: 100%;
    height: 50px;
  }

  .footer-text-field {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
  }

  .footer-submit {
    height: 40px;
    margin-right: 5px;
  }

  .title-text-box._2-8-tablet-margin {
    padding-left: 0vh;
  }

  .floating-box {
    width: 100%;
    margin-top: 3vh;
    padding-right: 2.5vh;
    padding-left: 2.5vh;
  }

  .floating-box.large {
    width: 100%;
  }

  .floating-box.new {
    position: static;
  }

  .floating-box.new.pricing {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 15px;
  }

  .floating-box.new.features {
    width: 100%;
    max-width: none;
    margin-top: 15px;
    margin-right: 0px;
  }

  .floating-box.new.features {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 15px;
  }

  .pricing-steps {
    margin-left: 0px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0px 0px 0px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-get-started {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .get-started-form {
    height: 67vh;
  }

  .get-started-form.get-started {
    height: auto;
  }

  .image {
    width: 20px;
  }

  .hero-mobile-img {
    display: block;
  }

  .new-section {
    padding-bottom: 15px;
  }

  .bg-image {
    height: auto;
  }

  .banner {
    height: 300px;
    padding-top: 25px;
  }

  .flexbox__card-ind {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flexbox-img-box-ind {
    width: 100%;
  }

  .flexbox__text-box-ind {
    width: 100%;
  }

  .hero-container-ind {
    height: 200px;
    padding-top: 68px;
    padding-left: 16%;
  }

  .dropdown-list {
    left: -10px;
  }

  .dropdown-list.w--open {
    left: -13px;
    overflow: hidden;
    width: 310px;
  }
}

