:root {
  --midnight-blue: #00153f;
  --dark-blue: #04165d;
  --white-smoke: #f6f9fc;
  --dark-slate-blue: #425466;
  --medium-slate-blue: #0950cd;
  --white: white;
  --midnight-blue-2: #0a2540;
  --orange: #efa82e;
  --gainsboro: #e2e2e2;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--midnight-blue);
  font-family: Montserrat Custom, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.section {
  padding: 7.1875rem 5% 2rem;
  position: relative;
  overflow: hidden;
}

.section.is--process {
  z-index: 0;
  color: var(--dark-blue);
  background-color: #f6f9fc;
  background-image: url('../images/curve-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 15rem;
}

.section.is--about {
  background-color: #f4f4f4;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.is--cta {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.is--footer {
  background-color: var(--white-smoke);
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
}

.section.is--intro {
  margin-top: 0;
  padding-top: 5.9rem;
  padding-bottom: 5rem;
}

.container {
  z-index: 1;
  max-width: 86.875rem;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is--about {
  max-width: 89.375rem;
}

.container.is--footer {
  max-width: 76.5rem;
}

.hero_flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.hero_content_block {
  padding-top: 3%;
}

.h1 {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.08;
}

.paragraph {
  color: var(--dark-slate-blue);
  letter-spacing: .2px;
  -webkit-text-stroke-color: var(--medium-slate-blue);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
}

.paragraph.is--about {
  max-width: 43.875rem;
  color: var(--midnight-blue);
  margin-bottom: 2.375rem;
}

.hero_text_wrap {
  max-width: 34rem;
  padding-top: 1.125rem;
  padding-bottom: 1.75rem;
  font-weight: 500;
}

.hero_bg_vector {
  width: 100%;
  height: 100%;
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero_image {
  width: 80%;
  max-width: none;
  border-radius: .5rem;
  flex: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1), 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.hero_image.is--mobile {
  display: none;
}

.hero_image_wrap {
  width: 100%;
  min-height: 37.7rem;
  align-items: stretch;
  margin-top: 2rem;
  margin-left: 0;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 50rem;
  padding: .3625rem 2rem .3625rem 2.25rem;
  text-decoration: none;
  transition: opacity .5s;
}

.button:hover {
  background-color: var(--medium-slate-blue);
}

.button_flex {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_flex.is--nav {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.button_text {
  letter-spacing: .28px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}

.button_vector_wrap {
  width: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_icon {
  z-index: 1;
  width: .7rem;
  justify-content: center;
  align-items: center;
  margin-right: -.1rem;
  display: flex;
  position: relative;
}

.button_icon.is--nav {
  width: .5rem;
}

.btn_icon_line {
  width: 100%;
  height: 2px;
  background-color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn_icon_line.is--blue {
  background-color: var(--midnight-blue);
}

.btn_icon_line.is--nav {
  height: 1.2px;
  background-color: var(--medium-slate-blue);
  display: none;
}

.btn_icon_line.is--nav._2 {
  background-color: var(--dark-blue);
}

.intro_content_wrap {
  text-align: center;
}

.section_highlight {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.section_highlight.is--pricing {
  color: var(--medium-slate-blue);
  margin-bottom: 0;
}

.h2 {
  color: var(--dark-blue);
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.36;
}

.intro_text_wrap {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.h3 {
  z-index: 2;
  color: var(--dark-blue);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.h3.is--about {
  max-width: 27rem;
  margin-bottom: 1.375rem;
}

.process_grid {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.875rem;
  margin-bottom: 2.875rem;
  display: grid;
}

.process_column {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.process_icon {
  width: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_column_title {
  color: var(--dark-blue);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.process_btn_wrap {
  text-align: center;
  margin-bottom: 4rem;
}

.laptop_wrap {
  max-width: 72.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.laptop_top_wrap {
  z-index: 1;
  width: 80.97%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.laptop_botton {
  z-index: 2;
  width: 100%;
  margin-top: -.6rem;
  display: block;
  position: relative;
}

.laptop_shadow {
  z-index: 1;
  width: 89.71%;
  height: .75rem;
  filter: blur(20px);
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video {
  z-index: 1;
  width: auto;
  height: 80%;
  clear: none;
  background-color: #fff;
  flex: none;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 17px 20px rgba(0, 0, 0, .16);
}

.video_wrap {
  width: 93.16%;
  height: 86.3%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.about_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about_image_wrap {
  border-radius: .3125rem;
  position: relative;
  overflow: hidden;
}

.about_image_wrap.is--mobile {
  display: none;
}

.about_image {
  width: 100%;
}

.lightbox {
  width: 7.625rem;
  height: 7.625rem;
  color: var(--medium-slate-blue);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: .6rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play_icon {
  width: 2.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_title_wrap {
  padding-top: .75rem;
  padding-bottom: 1.875rem;
}

.footer_flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.footer_logo {
  max-width: 15.625rem;
}

.footer_link {
  color: var(--midnight-blue-2);
  letter-spacing: .2px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_link:hover {
  opacity: .8;
  text-decoration: underline;
}

.footer_links_flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright_text {
  color: #364657;
  letter-spacing: .2px;
  flex-direction: row;
  line-height: 1.5;
  display: block;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem 5% 1rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  width: 8.75rem;
  margin-bottom: .4rem;
  transition: opacity .3s;
}

.brand:hover {
  opacity: .7;
}

.nav_logo {
  width: 100%;
}

.nav_outer_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu {
  width: 84%;
}

.nav_inner_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_links_flex {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--dark-blue);
  letter-spacing: .2px;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71429;
  transition: opacity .3s;
}

.nav_link:hover {
  opacity: .7;
}

.nav_link.w--current {
  color: var(--dark-blue);
  font-weight: 600;
  text-decoration: underline;
}

.nav_btns_flex {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_nav {
  color: var(--medium-slate-blue);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50rem;
  padding: .4rem .9375rem .4rem 1rem;
  text-decoration: none;
}

.button_nav._2 {
  color: var(--dark-blue);
  background-color: rgba(255, 255, 255, .7);
  padding: .4rem 1rem;
  transition-property: opacity;
}

.button_nav._2:hover {
  opacity: .8;
}

.button_text_nav {
  color: var(--medium-slate-blue);
  letter-spacing: .28px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.6;
}

.nav_button_vector_wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.pricing_section_wrap {
  text-align: center;
  padding: 0 6% 4rem 0%;
}

.pricing_grid {
  max-width: 63.5rem;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing_tabs {
  margin-top: 1.875rem;
  overflow: visible;
}

.tabs_menu {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab_link {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50rem;
  padding: .375rem 1.875rem;
}

.tab_link.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
}

.tab_link_text {
  letter-spacing: .24px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.7;
}

.tabs_content {
  object-fit: fill;
  margin-left: -3.5rem;
  padding-top: 1.875rem;
  position: relative;
  overflow: visible;
}

.tab_pane {
  overflow: visible;
}

.pricing_column {
  width: 25rem;
  max-width: none;
  min-height: 40rem;
  min-width: auto;
  background-color: var(--white-smoke);
  text-align: center;
  object-fit: fill;
  border: .125rem solid rgba(255, 255, 255, .5);
  border-radius: 1.125rem;
  padding: 2rem;
  line-height: 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.pricing_col_title {
  color: var(--dark-blue);
  margin-bottom: 1.125rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.23;
}

.pricing_col_highlight {
  min-height: 2.5rem;
  color: var(--dark-slate-blue);
  letter-spacing: .2px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.06rem;
  line-height: 1.2;
  display: flex;
}

.price {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.pricing_col_highlight_2 {
  color: rgba(66, 84, 102, .68);
  letter-spacing: .2px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.pricing_col_list_text {
  min-width: 100%;
  letter-spacing: .2px;
  object-fit: fill;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  position: static;
  left: 0;
  overflow: auto;
}

.pricing_list_wrap {
  max-width: none;
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  text-align: left;
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "Area"
                 / 1.3rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button_vector_wrap_outer {
  width: 1rem;
}

.button_vector_wrap_outer.is--nav {
  width: auto;
}

.nav_link_mobile {
  display: none;
}

.pricing_slider {
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.pricing_slider_mask {
  height: auto;
  min-height: 40px;
  text-align: center;
  overflow: visible;
}

.pricing_slide {
  width: auto;
  height: 100%;
  min-height: 40rem;
  margin-right: 2rem;
  overflow: visible;
}

.hidden_arrow, .slide_nav {
  display: none;
}

.hero_image_wrap_inner {
  width: 140%;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4%;
  padding-top: 0%;
  padding-left: 0%;
  display: flex;
}

.hero_mobile_image {
  z-index: 2;
  position: relative;
}

.hero_mobile_image_wrap {
  z-index: 5;
  width: 35%;
  margin-left: -3%;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.shadow {
  width: 156%;
  height: 140%;
  max-width: none;
  display: block;
  position: absolute;
  top: -19%;
  bottom: 0%;
  left: -23%;
  right: 0%;
}

.laptop_image {
  width: 100%;
  object-fit: cover;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-2 {
  background-color: var(--orange);
  -webkit-text-stroke-color: var(--dark-slate-blue);
  margin-top: -8rem;
  padding: 0 5rem 5rem;
  overflow: visible;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.text-block.paragraph {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.div-block {
  margin-bottom: 40px;
}

.div-block.faq-block {
  margin-bottom: 2rem;
}

.faq-heading {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.faq-heading.is--about {
  max-width: 27rem;
  margin-bottom: 1.375rem;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: .5rem;
  line-height: 1rem;
  display: flex;
}

.text-block-2 {
  color: var(--dark-slate-blue);
  -webkit-text-stroke-color: var(--dark-slate-blue);
  padding-bottom: 0;
  padding-left: .25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.btn_icon_line-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn_icon_line-2.is--nav {
  height: 1.2px;
  background-color: #0950cd;
  display: none;
}

.btn_icon_line-2.is--nav._2 {
  background-color: #04165d;
}

.nav_inner_flex-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_link_mobile-2 {
  display: none;
}

.nav_link-2 {
  color: #04165d;
  letter-spacing: .2px;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71429;
  transition: opacity .3s;
}

.nav_link-2:hover {
  opacity: .7;
}

.nav_link-2.w--current {
  color: #04165d;
  font-weight: 600;
  text-decoration: underline;
}

.button_nav-2 {
  color: #0950cd;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50rem;
  padding: .4rem .9375rem .4rem 1rem;
  text-decoration: none;
}

.button_nav-2._2 {
  color: #04165d;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition-property: opacity;
}

.button_nav-2._2:hover {
  opacity: .8;
}

.div-block-3 {
  text-align: left;
}

.section-3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.button-2 {
  color: #fff;
  background-color: #04165d;
  border-radius: 50rem;
  padding: .3625rem 2rem .3625rem 2.25rem;
  text-decoration: none;
  transition: opacity .5s;
}

.button-2:hover {
  background-color: #0950cd;
}

.btn_icon_line-3 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  padding: 5rem 5%;
}

.section-4.is--cta {
  text-align: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.h2-2 {
  color: #04165d;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.36;
}

.section_highlight-2 {
  color: #00153f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.container-4 {
  max-width: 86.875rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: var(--dark-blue);
  letter-spacing: .28px;
  -webkit-text-stroke-color: var(--dark-blue);
  font-size: .937rem;
  font-weight: 600;
  line-height: 1.6px;
}

.link-block {
  color: #4e6697;
}

.link-block-2 {
  color: rgba(0, 21, 63, 0);
}

.paragraph-2 {
  color: var(--dark-blue);
  text-align: left;
  padding-top: 3px;
  padding-left: 15px;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--dark-blue);
  padding-top: 3px;
  font-weight: 500;
}

.paragraph-4 {
  padding-top: 3px;
  font-weight: 500;
}

.paragraph-5 {
  color: var(--dark-blue);
  padding-top: 3px;
  font-weight: 500;
}

.paragraph-6 {
  color: var(--dark-blue);
  padding-top: 3px;
  padding-left: 10px;
  font-weight: 500;
}

.text-block-4 {
  color: var(--midnight-blue);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 20px;
}

.video-2 {
  border-radius: 0;
  margin-bottom: 4rem;
}

.flex-block {
  z-index: 5;
  grid-column-gap: 1rem;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: -2.9rem;
  position: relative;
  top: 2.1rem;
}

.button-3 {
  color: rgba(66, 84, 102, .8);
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  padding: 0;
  font-weight: 500;
}

.flex-block-2 {
  cursor: pointer;
  align-items: flex-start;
}

.button-4 {
  color: var(--dark-blue);
  background-color: rgba(56, 152, 236, 0);
  padding: 0 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-block-5 {
  color: var(--dark-slate-blue);
}

.image-2 {
  font-size: .8rem;
}

.flex-block-3 {
  align-items: center;
}

.body {
  font-family: Montserrat Custom, Verdana, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-bottom: 6rem;
  }

  .section.is--process {
    z-index: 0;
    background-image: url('../images/curve-2.svg');
    border: 1px #000;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 21rem;
    position: relative;
  }

  .section.is--about, .section.is--cta, .section.is--intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container {
    z-index: 1;
    margin-top: auto;
    position: relative;
  }

  .hero_bg_vector {
    z-index: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero_image {
    width: 89%;
  }

  .h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .process_btn_wrap {
    z-index: 3;
    max-width: 1390px;
    opacity: 1;
    position: relative;
  }

  .laptop_shadow {
    filter: blur(20px);
  }

  .video {
    width: auto;
    height: 90%;
    background-color: #fff;
    border-radius: 0;
    flex: none;
    position: relative;
    overflow: visible;
    box-shadow: 0 17px 20px rgba(0, 0, 0, .16);
  }

  .button_nav {
    color: var(--dark-blue);
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
  }

  .button_nav._2 {
    color: var(--medium-slate-blue);
    background-color: rgba(255, 255, 255, .7);
    padding: .4rem 1rem;
  }

  .pricing_section_wrap {
    padding-top: 0;
  }

  .tabs_menu {
    z-index: 4;
    position: static;
  }

  .tabs_content {
    margin-left: -7%;
  }

  .tab_pane {
    width: auto;
    overflow: visible;
  }

  .pricing_column {
    min-width: auto;
  }

  .pricing_slider {
    width: auto;
    margin-left: -7.1rem;
  }

  .pricing_slide {
    width: auto;
  }

  .hero_image_wrap_inner {
    margin-left: 19%;
    padding-left: 0%;
  }

  .hero_mobile_image_wrap {
    width: 35%;
    margin-top: .5rem;
    margin-left: 9%;
    top: 9%;
  }

  .section-2 {
    border: 1px none var(--orange);
    margin-top: -10rem;
    padding-top: 0%;
    padding-bottom: 5rem;
  }

  .container-2 {
    clear: none;
    position: relative;
  }

  .text-block.paragraph {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .div-block.faq-block {
    margin-bottom: 2rem;
  }

  .faq-heading {
    margin-top: auto;
    margin-bottom: 2rem;
  }

  .text-block-2 {
    order: 1;
    align-self: flex-end;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .image {
    display: block;
    position: absolute;
  }

  .paragraph-2 {
    padding-top: 5px;
    padding-left: 17.5px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    padding-top: 5px;
  }

  .paragraph-6 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .flex-block {
    padding-top: 0;
    position: relative;
    top: 4rem;
  }

  .flex-block-2 {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-bottom: 8rem;
  }

  .section.is--process {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 15rem;
  }

  .section.is--intro {
    z-index: 1;
    margin-top: 0;
    position: static;
  }

  .hero_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .hero_image_wrap {
    max-width: 620px;
    min-height: 57vw;
  }

  .button {
    margin-bottom: 0;
  }

  .button_vector_wrap {
    width: auto;
  }

  .btn_icon_line {
    display: none;
  }

  .intro_content_wrap {
    text-align: left;
  }

  .h2 {
    font-size: 3.5rem;
  }

  .intro_text_wrap {
    margin-left: 0;
  }

  .process_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .process_column_title {
    font-size: 1.1rem;
  }

  .process_btn_wrap {
    text-align: left;
  }

  .video {
    width: 100%;
    height: 85%;
    object-fit: fill;
    flex: none;
    margin-top: 0%;
    margin-left: 5%;
    display: block;
    overflow: visible;
  }

  .about_grid {
    grid-template-columns: 1fr;
  }

  .about_image_wrap {
    display: none;
  }

  .about_image_wrap.is--mobile {
    margin-bottom: 1.5rem;
    display: block;
  }

  .nav_menu {
    width: 76%;
  }

  .nav_button_vector_wrap {
    width: auto;
  }

  .pricing_section_wrap {
    max-width: 886.875px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing_grid {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    padding: 1rem 6%;
    overflow: auto;
  }

  .tabs_content {
    margin-left: -6%;
    margin-right: -6%;
    padding-top: 1.5rem;
  }

  .pricing_column {
    width: 23rem;
    min-height: 40.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: visible;
  }

  .pricing_slider {
    padding-bottom: 2.6rem;
    overflow: hidden;
  }

  .pricing_slide {
    width: auto;
  }

  .slide_nav {
    height: 1.8rem;
    font-size: .7rem;
    display: block;
  }

  .hero_image_wrap_inner {
    margin-left: 1%;
  }

  .hero_mobile_image {
    z-index: 3;
  }

  .hero_mobile_image_wrap {
    margin-left: 0%;
  }

  .shadow {
    z-index: 2;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn_icon_line-2 {
    display: none;
  }

  .div-block-3 {
    margin-bottom: 2rem;
  }

  .button-2 {
    margin-bottom: 0;
  }

  .btn_icon_line-3 {
    display: none;
  }

  .h2-2 {
    font-size: 3.5rem;
  }

  .paragraph-2 {
    padding-top: 5px;
    padding-left: 17px;
  }

  .paragraph-3 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .paragraph-4 {
    padding-top: 5px;
    padding-left: 5px;
  }

  .paragraph-5 {
    padding-top: 5px;
  }

  .paragraph-6 {
    padding-top: 5px;
    padding-left: 12px;
  }

  .flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 8rem;
  }

  .section.is--process {
    background-size: auto;
    padding-top: 5rem;
    padding-bottom: 18rem;
  }

  .section.is--about {
    padding-bottom: 5rem;
  }

  .section.is--cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is--footer {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  .section.is--intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container.is--footer {
    text-align: center;
  }

  .hero_flex {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .hero_content_block {
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1 {
    font-size: 3rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .hero_text_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero_image {
    width: 120%;
    margin-left: 2%;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1), 0 30px 50px -20px rgba(50, 50, 93, .1), 0 20px 40px -30px rgba(0, 0, 0, .3);
  }

  .hero_image.is--mobile {
    width: 100%;
    margin-left: 0%;
    display: none;
  }

  .hero_image_wrap {
    max-width: none;
    min-height: auto;
    margin-top: -24px;
    margin-left: auto;
  }

  .section_highlight {
    font-size: 1rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .laptop_wrap {
    z-index: 2;
  }

  .laptop_shadow {
    filter: blur(50px);
  }

  .video {
    width: 80%;
    height: auto;
    clear: none;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    order: 0;
    margin-top: 0%;
    margin-left: 0%;
    display: block;
    position: relative;
  }

  .footer_flex {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-direction: column;
    margin-bottom: 1.125rem;
  }

  .navbar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    z-index: 3;
    height: 1.4rem;
    padding-left: 0;
  }

  .nav_outer_flex {
    padding-top: 1.5rem;
    padding-bottom: .7rem;
  }

  .nav_menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: .8rem 2% 1rem;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .nav_inner_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--white);
    border-radius: 4px;
    flex-direction: column;
    padding: 4.75rem 3.2% 1.375rem;
  }

  .nav_links_flex, .nav_btns_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: none;
  }

  .menu_button {
    width: 1.5rem;
    height: 1.3rem;
    color: var(--dark-blue);
    padding: 0;
    font-size: 2.1rem;
  }

  .menu_button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_link_mobile {
    width: 100%;
    border-bottom: 1px solid var(--gainsboro);
    color: var(--dark-slate-blue);
    align-items: center;
    padding-bottom: 1.125rem;
    text-decoration: none;
    display: flex;
  }

  .nav_link_mobile.is--last {
    border-bottom-style: none;
    padding-bottom: .7rem;
  }

  .nav_link_icon_mobile {
    width: 1.5rem;
    color: var(--medium-slate-blue);
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    display: flex;
  }

  .nl_text_mobile {
    font-size: 1rem;
    line-height: 1.5;
  }

  .menu_lottie {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing_slide {
    width: auto;
  }

  .hero_image_wrap_inner {
    width: 100%;
    margin-left: auto;
    padding-top: 0%;
    padding-left: 9%;
  }

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

  .hero_mobile_image_wrap {
    width: 30%;
    margin-top: auto;
  }

  .section-2 {
    margin-top: -9.5rem;
    display: block;
  }

  .container-3 {
    padding-right: 40px;
  }

  .nav_inner_flex-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    padding: 4.75rem 3.2% 1.375rem;
  }

  .nav_link_icon_mobile-2 {
    width: 1.5rem;
    color: #0950cd;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    display: flex;
  }

  .nav_link_mobile-2 {
    width: 100%;
    color: #425466;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    padding-bottom: 1.125rem;
    text-decoration: none;
    display: flex;
  }

  .nav_link_mobile-2.is--last {
    border-bottom-style: none;
    padding-bottom: .7rem;
  }

  .menu_button-2 {
    width: 1.5rem;
    height: 1.3rem;
    color: #04165d;
    padding: 0;
    font-size: 2.1rem;
  }

  .menu_button-2.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .section-3 {
    padding-bottom: 4rem;
  }

  .section-4.is--cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2-2 {
    font-size: 3rem;
  }

  .section_highlight-2 {
    font-size: 1rem;
  }

  .flex-block {
    grid-row-gap: 1rem;
    margin-top: 5rem;
  }

  .button-4 {
    font-size: 1.1rem;
  }

  .text-block-5 {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: url('../images/curve-3.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 84%;
    padding: 6rem 20px 3rem;
  }

  .section.is--process {
    background-image: url('../images/curve-1.svg');
    background-size: contain;
    background-attachment: scroll;
    padding-top: 3rem;
    padding-bottom: 9rem;
  }

  .section.is--about {
    background-image: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.is--cta {
    background-image: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .section.is--footer {
    background-image: none;
  }

  .section.is--intro {
    float: none;
    clear: left;
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding: 3rem 20px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container {
    text-align: left;
    margin-top: auto;
  }

  .hero_content_block {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1 {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .hero_text_wrap {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .hero_bg_vector {
    display: none;
  }

  .hero_image_wrap {
    margin-top: -6%;
  }

  .button {
    padding-left: 2rem;
    padding-right: 1.8rem;
    position: static;
  }

  .button_text {
    font-size: 1.1rem;
  }

  .section_highlight.is--cta {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section_highlight.is--about {
    max-width: 17rem;
  }

  .section_highlight.is--pricing {
    color: var(--midnight-blue);
    font-size: .9375rem;
    line-height: 1.4;
  }

  .h2, .h3 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .h3.is--about {
    font-size: 2rem;
  }

  .process_column_title {
    color: var(--dark-blue);
    -webkit-text-stroke-color: var(--dark-blue);
    font-size: 1.25rem;
  }

  .process_btn_wrap {
    margin-bottom: 0;
  }

  .laptop_botton {
    margin-top: 0;
  }

  .laptop_shadow {
    display: none;
    overflow: visible;
  }

  .video {
    width: auto;
    height: 110%;
    background-color: #fff;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .lightbox {
    width: 6rem;
    height: 6rem;
    color: var(--medium-slate-blue);
  }

  .play_icon {
    width: 1.8rem;
  }

  .cta_content_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .pricing_section_wrap {
    padding-top: 0;
  }

  .pricing_tabs {
    display: block;
    overflow: visible;
  }

  .pricing_column {
    width: 25rem;
    min-height: 38rem;
    min-width: 19rem;
    padding: 2rem 1.25rem;
  }

  .pricing_col_highlight_2 {
    font-size: .95rem;
  }

  .pricing_col_list_text {
    justify-content: flex-start;
    margin-left: 0;
    display: block;
  }

  .pricing_list_wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1.3rem 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .pricing_slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .pricing_slider_mask {
    width: 100%;
    object-fit: fill;
    margin-left: 1rem;
    overflow: visible;
  }

  .pricing_slide {
    width: auto;
    min-height: auto;
  }

  .hidden_arrow {
    display: none;
  }

  .slide_nav {
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .hero_mobile_image_wrap {
    width: 35%;
    margin-top: .5rem;
    margin-left: auto;
  }

  .section-2 {
    background-color: #efa82e;
    margin-top: -2rem;
    margin-bottom: 0;
    padding: 0 20px 3rem;
    overflow: hidden;
  }

  .container-2 {
    max-width: 86.875rem;
  }

  .container-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .faq-heading {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.1;
  }

  .faq-heading.is--about {
    font-size: 2.8rem;
  }

  .section-3 {
    padding: 3rem 20px 2rem;
  }

  .button-2 {
    padding-left: 2rem;
    padding-right: 1.8rem;
    position: static;
  }

  .section-4.is--cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .h2-2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .section_highlight-2.is--cta {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    padding-left: 10px;
  }

  .paragraph-3 {
    padding-left: 5px;
  }

  .paragraph-4 {
    padding-left: 0;
  }

  .paragraph-6 {
    padding-left: 5px;
  }

  .flex-block {
    grid-row-gap: 1rem;
    margin-top: 7rem;
  }

  .button-4 {
    font-size: 1rem;
    line-height: 16px;
  }

  .text-block-5 {
    font-size: .9rem;
    line-height: 18px;
  }

  .image-2 {
    font-size: .7rem;
  }
}

#w-node-b2d490ed-4ab6-b7dd-a473-34bed8273777-799c2db1, #w-node-abd5ac0b-d006-036d-b11e-7efb411f1037-799c2db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12672f0-9844-6095-c74d-232b49fdb45b-cb36d2b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a84fe313-5f49-218d-a857-b28901068dad-cb36d2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da11ea4-a9d8-58a7-58cb-2a10cb36d2b4-cb36d2b3 {
  align-self: auto;
}

#w-node-d4bea5f6-dc03-837f-c4f5-b23e2f39e210-13db4fe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_177a056a-86c0-b3ec-49f1-d3920ba53059-13db4fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d5fc11-bfd7-315f-28fa-585b13db4fe2-13db4fe1 {
  align-self: start;
}

#w-node-_7fd9910c-fe9d-8c9a-98a1-032d6476be2c-13db4fe1, #w-node-_5f5c4cce-62cc-24ef-cdb1-c31dc3f37db5-13db4fe1, #w-node-e42062eb-6129-0bbe-9afe-ac21e66428e2-13db4fe1, #w-node-_73dbb092-88e5-ae2c-44b8-04e8a0b1d3c2-13db4fe1, #w-node-a6220c2f-11dc-324e-1112-2243c350d3b6-cac5c802, #w-node-_3e76860b-85a6-2ece-ceee-651f7dd36654-cac5c802, #w-node-e689f158-1828-a6bd-643b-5826f9c3d295-cac5c802, #w-node-_2912d2b4-6deb-60f4-5d75-20c9889023ce-cac5c802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8a8a065-cac0-2c49-05c1-9734c8243bc7-cac5c802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: start;
}

#w-node-b2d490ed-4ab6-b7dd-a473-34bed8273777-5deec560, #w-node-abd5ac0b-d006-036d-b11e-7efb411f1037-5deec560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1da11ea4-a9d8-58a7-58cb-2a10cb36d2b4-cb36d2b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}