@font-face {
  font-family: Brave;
  src: url('../fonts/bravemedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brave;
  src: url('../fonts/braveregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brave;
  src: url('../fonts/bravebold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #f4e800;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.8px;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24.8px;
}

blockquote {
  border-left: 5px solid #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.hero_wraper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.logo_wraper {
  background-color: #fff;
  width: auto;
  max-width: none;
  height: 52px;
  padding: 8px 12px;
  display: flex;
}

.logo_wraper.w--current {
  width: auto;
  max-width: none;
  height: 52px;
  display: inline-flex;
}

.logo_wraper.yellow {
  background-color: #f4e800;
  max-width: 200px;
}

.logo_wraper.yellow.w--current {
  background-color: #f4e800;
}

.hero_bottom_wraper {
  width: 100%;
  display: inline-flex;
  position: relative;
}

.hero_top_wraper {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.logo_header_wraper {
  display: flex;
}

.logo_wraper_v2 {
  background-color: #fff;
  max-width: 239px;
  min-height: 88px;
  padding: 26px 54px;
}

.hero_header_wraper {
  max-width: 649px;
  min-height: 250px;
  margin-bottom: -1px;
  padding: 48px;
  display: flex;
  position: relative;
}

.heading {
  z-index: 1;
  color: #020002;
  text-align: right;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Brave, Verdana, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 47.5px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero_buttons_wraper {
  display: flex;
}

.button.white {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.button.white.over {
  border-width: 0;
  flex-flow: column;
  width: 50%;
  max-width: 671px;
  min-height: auto;
  padding: 25px;
}

.button.yellow {
  color: #000;
  background-color: #f4e800;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.button.yellow.block {
  justify-content: flex-start;
  align-items: center;
  padding: 23px 25px;
}

.button_animation {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  overflow: hidden;
}

.arrow_name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button_text {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: default;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.button_text.block {
  font-size: 28px;
  line-height: 31px;
}

.stroke {
  background-color: #000;
  height: 2px;
  display: flex;
}

.stroke.white {
  background-color: #fff;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  border-bottom: 1px solid #000;
  flex-flow: column;
  display: flex;
}

.section._1 {
  background-color: #000;
  min-height: 788px;
  position: relative;
}

.section._2 {
  background-color: #000;
}

.section.dedicated {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.section.toppriorities {
  background-color: #eaeaea;
}

.section.whatweoffer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header_wraper {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  padding: 25px;
  position: relative;
}

.dropdown_wraper {
  background-color: #fff;
  width: 50%;
  position: relative;
}

.dropdown_wraper.over {
  width: auto;
}

.dropdown_section {
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.dropdown_name {
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
}

.plus {
  display: flex;
  position: relative;
}

.dropdown_link {
  color: #000;
  background-color: #f4e800;
  width: 100%;
  padding-bottom: 23px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.dropdown_link.over {
  padding-bottom: 50px;
}

.dropdown_link.over.lending {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brave, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.minus {
  display: none;
  position: relative;
}

.dropdown_link_wraper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.fulllogo_wraper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.about_wraper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_cluster_wraper {
  display: flex;
}

.faq_button_wraper {
  padding: 23px 25px;
}

.about_info_wraper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #000;
  flex-flow: column;
  max-width: 750px;
  padding: 25px;
  display: flex;
}

.about_info_wraper.call-us {
  width: 50%;
  max-width: none;
  padding-top: 32px;
  padding-bottom: 30px;
}

.about_info_wraper.ormission {
  width: 100%;
  max-width: none;
  padding-top: 120px;
  padding-bottom: 36px;
}

.about_info_wraper.why-testing {
  max-width: none;
  padding-top: 36px;
  padding-bottom: 120px;
}

.about_info_wraper.whatweoffer {
  flex: 1;
  max-width: none;
  padding-top: 72px;
}

.text {
  color: #fff;
}

.text.black {
  color: #000;
}

.text.black.center_align {
  text-align: center;
}

.text.black._20 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.text.dropdown {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.text.yellow {
  color: #f4e800;
}

.text.yellow._50 {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.text.w750 {
  max-width: 750px;
}

.image-5 {
  max-width: 386px;
}

.form_footer_wraper {
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.logo_footer_wraper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-left: 25px;
  display: flex;
}

.form_header_wraper {
  width: 50%;
  margin-bottom: 85px;
}

.header_footer_wraper {
  background-color: #000;
  padding: 25px;
}

.text-span {
  color: #f4e800;
}

.field-label {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 0;
  padding: 16px 20px 8px 25px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.field-label-2 {
  margin-bottom: 0;
}

.text-field {
  color: #000;
  border: 1px solid #fff;
  height: 65px;
  margin-bottom: 0;
  padding: 20px 25px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.text-field:focus {
  border-color: #fff;
}

.text-field-2 {
  margin-bottom: 0;
}

.submit-button {
  display: none;
}

.form-block {
  margin-bottom: 0;
}

.form_header {
  width: 100%;
  min-height: 593.781px;
  display: flex;
}

.footer_wraper {
  display: flex;
}

.footer_left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.footer_right {
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.footer_link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.footer_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.feedback_wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 25px;
  display: flex;
}

.links_wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  display: flex;
}

.up_button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: all .2s ease-out;
  display: flex;
}

.up_button:hover {
  background-color: #f4e800;
}

.up_button.mobile {
  display: none;
}

.footer_text_wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow._21 {
  width: 21px;
}

.yellow_block {
  background-color: #f4e800;
  position: absolute;
  inset: 0%;
}

.plus_img {
  display: block;
  position: relative;
}

.minus_img {
  display: block;
}

.text-block {
  color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.8px;
}

.success-message {
  background-color: #fff;
}

.error-message {
  color: #c02626;
  background-color: #fff0;
  border: 1px solid #c02626;
  margin-top: 0;
  font-size: 18px;
}

.text-block-2 {
  text-align: center;
  font-family: Brave, Verdana, sans-serif;
  font-weight: 500;
  line-height: 24.8px;
}

.body {
  background-color: #000;
}

.button_big {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.square {
  background-color: #000;
  width: 3.5px;
  height: 3.5px;
}

.text-block-3 {
  text-transform: uppercase;
}

.body-2 {
  background-color: #000;
}

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

.link {
  color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.8px;
}

.link.over {
  font-weight: 500;
}

.link.yellow {
  color: #f4e800;
}

.point_wraper {
  background-color: #fff;
  display: flex;
}

.point_wraper.test, .point_wraper.test-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 0 #000;
  border-bottom: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.number_wraper {
  background-color: #f4e800;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 85px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
}

.text-block-4 {
  color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  color: #000;
  max-width: 50%;
  margin-bottom: 0;
  padding: 25px;
}

.header_mini {
  background-color: #fff;
  align-self: flex-start;
  margin-top: 56px;
  padding: 9px 20px;
}

.text-block-5 {
  color: #000;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.h4 {
  color: #000;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.block-quote {
  border-left-color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-weight: 500;
  line-height: 24.8px;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Brave, Verdana, sans-serif;
}

.paragraph-2 {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.8px;
}

.list-item {
  font-family: Brave, Verdana, sans-serif;
}

.list {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24.8px;
}

.paragraph-3 {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.8px;
}

.list-2, .paragraph-4, .paragraph-5 {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24.8px;
}

.superscript {
  font-family: Brave, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.subscript {
  font-family: Brave, Verdana, sans-serif;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 24px;
}

.warning_wraper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #f4e800;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.code-embed {
  display: block;
  position: static;
  inset: 0%;
}

.links_block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.info_wraper {
  flex-flow: column;
  display: flex;
}

.info_block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 25px;
  display: flex;
}

.info_in {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #f4e800;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.info_icon_wraper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85px;
  display: flex;
}

.info_icon_wraper.calendar {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}

.image-8 {
  width: 45px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

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

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

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

.tabs_main, .tabs_main.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: block;
}

.tab-link {
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  display: inline-block;
}

.tabs-menu-2 {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs_button {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 16px;
  margin-right: 5px;
  display: flex;
}

.tabs_button.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4e800;
  flex-flow: column wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  display: flex;
}

.tab-link-text {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24.8px;
}

.div-block {
  height: 100svh;
}

.name_wraper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: inline-block;
}

.heading-8 {
  color: #000;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.whiteblock_top {
  background-color: #fff;
  width: 307px;
  height: 77px;
  margin-left: 115px;
}

.whiteblock_bottom {
  background-color: #fff;
  width: 396px;
  height: 77px;
  margin-left: 0;
}

.name_top {
  margin-left: 72px;
}

.header_button {
  background-color: #fff;
  width: auto;
  max-width: none;
  height: 52px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .2s;
}

.header_button:hover {
  background-color: #f4e800;
}

.header_button.w--current {
  width: auto;
  max-width: none;
  display: inline-flex;
}

.header_button.yellow {
  background-color: #f4e800;
  max-width: 200px;
}

.header_button.yellow.w--current, .header_button.desktop {
  background-color: #f4e800;
}

.header_button.desktop:hover {
  background-color: #fff;
}

.header_button.mobile {
  display: none;
}

.text_button_header {
  font-family: Brave, Verdana, sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.background-video {
  height: 100svh;
}

.heading_toppudding {
  border-bottom: 1px solid #000;
  padding: 96px 25px 47px;
}

.heading_toppudding.black {
  background-color: #000;
}

.heading_48 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.heading_48.white {
  color: #fff;
}

.priorities_wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.prioritie_item_wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.prioritie_text_wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prioritie_text_title {
  color: #000;
  text-align: center;
  font-family: Brave, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.logo_footer_wraper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.image-9 {
  width: 325px;
}

.up_button-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: all .2s ease-out;
  display: flex;
}

.up_button-2:hover {
  background-color: #f4e800;
}

.links_block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  width: 300px;
  display: flex;
}

.footer_wraper-2 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 75px;
  display: flex;
}

.feedback_wraper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  padding-bottom: 25px;
  display: flex;
}

.footer_right-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form_footer_wraper-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.prioritie_text_subtitle {
  color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.background-video-2 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testing_block_wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testing_block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #fff;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.testing_block.left {
  border-right: 1px solid #000;
}

.testing_block.right {
  border-left: 1px solid #000;
}

.heading_33 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Brave, Verdana, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 37px;
}

.heading_33.white {
  color: #fff;
}

.body-3 {
  background-color: #000;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.test_img {
  height: 750px;
}

.info_h3_wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #fff;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.8px;
}

.text-2.black {
  color: #000;
  line-height: 23.4px;
}

.text-2.black.medium {
  max-width: 620px;
  font-weight: 500;
  line-height: 23.4px;
}

.text-2.white {
  max-width: 620px;
  font-size: 20px;
  line-height: 24px;
}

.grant_wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1px;
  display: block;
}

.button_animation-2 {
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  overflow: hidden;
}

.image-11 {
  max-width: none;
}

.import_block.white {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.import_block.white.over {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding: 72px 25px;
}

.import_block.yellow {
  color: #000;
  background-color: #f4e800;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.import_block.yellow.block {
  justify-content: flex-start;
  align-items: center;
  padding: 23px 25px;
}

.button_text-copy {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: default;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.button_text-copy.block {
  font-size: 28px;
  line-height: 31px;
}

.paragraph-7 {
  max-width: 905px;
  font-weight: 400;
}

.rich-text-block {
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-2 {
  align-self: stretch;
  width: 50%;
  height: 700px;
  position: relative;
  inset: 0%;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.rich-text-block-2 {
  color: #fff;
  font-family: Brave, Verdana, sans-serif;
}

.list-3 {
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .hero_wraper {
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
  }

  .logo_wraper.w--current {
    display: block;
  }

  .hero_top_wraper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo_header_wraper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .logo_wraper_v2 {
    display: none;
  }

  .hero_header_wraper {
    background-image: url('../images/BCK_YLLW_mobile.svg');
    background-size: cover;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 107px;
    position: static;
  }

  .hero_buttons_wraper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button.white {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.white.over {
    width: auto;
    max-width: none;
  }

  .button.yellow {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-2 {
    object-fit: cover;
    height: 70svh;
  }

  .section.whatweoffer {
    flex-flow: column;
  }

  .header_wraper, .dropdown_wraper {
    width: auto;
  }

  .image-4 {
    position: static;
  }

  .fulllogo_wraper {
    width: auto;
    min-height: 350px;
  }

  .about_wraper {
    width: 100%;
  }

  .about_cluster_wraper {
    flex-flow: column;
    min-height: auto;
  }

  .about_info_wraper.call-us {
    width: auto;
  }

  .about_info_wraper.ormission {
    max-width: none;
    padding-top: 25px;
  }

  .about_info_wraper.why-testing {
    max-width: none;
  }

  .about_info_wraper.whatweoffer {
    padding-top: 25px;
  }

  .logo_footer_wraper {
    width: auto;
    padding-bottom: 25px;
  }

  .form_header_wraper {
    width: auto;
    margin-bottom: 74px;
  }

  .form_header {
    flex-flow: column;
    min-height: auto;
  }

  .footer_wraper {
    flex-flow: column;
  }

  .footer_left {
    order: 1;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    padding-bottom: 0;
  }

  .footer_right {
    width: auto;
    padding-left: 25px;
  }

  .up_button {
    display: none;
  }

  .up_button.mobile {
    display: flex;
  }

  .paragraph {
    max-width: none;
  }

  .code-embed {
    display: none;
  }

  .links_block {
    margin-bottom: 25px;
  }

  .info_wraper {
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .header_button.w--current {
    display: block;
  }

  .background-video {
    height: 100%;
  }

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

  .logo_footer_wraper-2 {
    width: auto;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }

  .up_button-2 {
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .links_block-2 {
    margin-bottom: 40px;
  }

  .footer_wraper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .feedback_wraper-2 {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .footer_right-2 {
    width: auto;
    padding-left: 0;
  }

  .background-video-2 {
    width: 100%;
  }

  .testing_block.left {
    border-bottom: 1px solid #000;
    border-right-width: 0;
  }

  .testing_block.right {
    border-top: 1px solid #000;
    border-left-width: 0;
  }

  .import_block.white {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .import_block.white.over {
    width: auto;
    max-width: none;
  }

  .import_block.yellow {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-2 {
    order: -1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 500px;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .hero_wraper {
    height: 700px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero_wraper {
    height: auto;
    min-height: 100svh;
  }

  .logo_wraper {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .logo_wraper.w--current {
    background-color: #fff;
    max-width: none;
    display: block;
  }

  .logo_wraper.yellow {
    max-width: 150px;
  }

  .hero_bottom_wraper {
    flex-flow: column;
  }

  .logo_black {
    width: 130px;
  }

  .hero_header_wraper {
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
    padding: 23px 9px 23px 24px;
  }

  .heading {
    width: 350px;
    font-size: 28px;
    line-height: 32px;
  }

  .button.white, .button.yellow, .button.yellow.block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_text {
    line-height: 24.8px;
  }

  .button_text.block {
    font-size: 24px;
    line-height: 25px;
  }

  .image-2 {
    object-position: 60% 50%;
  }

  .section._1 {
    min-height: auto;
  }

  .header_wraper {
    padding: 49px 15px 41px;
  }

  .dropdown_wraper {
    flex-flow: column;
  }

  .dropdown_name {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plus {
    flex: none;
    margin-left: 16px;
  }

  .dropdown_link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .minus {
    margin-left: 16px;
  }

  .fulllogo_wraper {
    justify-content: center;
    align-items: flex-start;
    min-height: 150px;
    padding: 70px;
  }

  .about_info_wraper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about_info_wraper.call-us {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-bottom: 32px;
  }

  .text.black._20 {
    font-size: 18px;
    line-height: 22px;
  }

  .text.yellow._50 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-5 {
    flex: 1;
    max-width: 100%;
    display: block;
  }

  .logo_footer_wraper {
    padding-left: 15px;
  }

  .header_footer_wraper, .field-label, .text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_left, .footer_right {
    padding-left: 15px;
  }

  .feedback_wraper {
    padding-bottom: 74px;
  }

  .up_button.mobile {
    flex: none;
  }

  .button_big {
    padding: 25px 15px;
  }

  .text-block-3 {
    line-height: 24px;
  }

  .number_wraper {
    max-width: 47px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    font-size: 23.4px;
  }

  .paragraph {
    max-width: none;
    padding-left: 20px;
    padding-right: 15px;
    line-height: 22px;
  }

  .warning_wraper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links_block {
    flex-flow: wrap;
  }

  .image-6 {
    width: 50%;
  }

  .image-7 {
    width: 60px;
  }

  .info_in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 20px;
  }

  .info_icon_wraper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .info_icon_wraper.calendar {
    width: auto;
  }

  .image-8 {
    width: 60px;
  }

  .container {
    max-width: none;
  }

  .tabs_button.w--current {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-text {
    text-align: center;
  }

  .name_wraper {
    width: 100%;
  }

  .heading-8 {
    text-align: right;
    font-size: 45px;
    line-height: 45px;
  }

  .whiteblock_top {
    display: none;
  }

  .whiteblock_bottom {
    width: 100%;
    display: none;
  }

  .name_top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .header_button {
    background-color: #f4e800;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .header_button.w--current {
    background-color: #fff;
    max-width: none;
    display: block;
  }

  .header_button.yellow {
    max-width: 150px;
  }

  .header_button.desktop {
    display: none;
  }

  .header_button.mobile {
    display: flex;
  }

  .text_button_header {
    text-align: center;
  }

  .background-video {
    height: 100%;
  }

  .heading_toppudding {
    padding: 72px 15px 32px;
  }

  .heading_toppudding.black {
    padding-top: 92px;
  }

  .heading_48 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .logo_footer_wraper-2 {
    padding-left: 15px;
  }

  .image-9 {
    width: auto;
  }

  .links_block-2 {
    flex-flow: wrap;
  }

  .feedback_wraper-2 {
    padding-bottom: 40px;
    padding-left: 15px;
  }

  .footer_right-2 {
    padding-left: 0;
  }

  .testing_block.left, .testing_block.right {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 36px 15px;
  }

  .heading_33 {
    font-size: 25px;
    line-height: 25px;
  }

  .test_img {
    height: 400px;
  }

  .image-11 {
    max-width: 32px;
  }

  .import_block.white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .import_block.white.over {
    padding: 36px 15px;
  }

  .import_block.yellow, .import_block.yellow.block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_text-copy {
    line-height: 24.8px;
  }

  .button_text-copy.block {
    font-size: 24px;
    line-height: 25px;
  }

  .rich-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    height: 350px;
  }

  .div-block-3 {
    height: 100%;
  }
}

#w-node-_4c1bc09c-6795-2221-edc5-9c37e22dddf0-f5d07c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_734e5d69-e5ba-6ab7-7ecb-ec6186fb4250-f5d07c02, #w-node-ac44c0a6-27ec-a6c8-d9da-a632df52e38f-f5d07c02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Brave';
  src: url('../fonts/bravemedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brave';
  src: url('../fonts/braveregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brave';
  src: url('../fonts/bravebold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}