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

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: 10px;
  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;
}

strong {
  font-weight: bold;
}

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: flex-start;
  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 {
  flex-flow: column;
  width: 50%;
  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.block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1px;
  padding: 32px 25px;
}

.button.yellow.block.over {
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
}

.button.yellow.block.over.after-item {
  background-color: #0f539e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.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-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.section.time {
  background-image: url('../images/Rectangle-55.png');
  background-position: 100%;
  background-size: auto;
}

.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_section.tech {
  background-color: #eaeaea;
  margin-bottom: 0;
}

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

.dropdown_name.tech {
  border: 2px solid #000;
  min-height: 200px;
  margin-bottom: -2px;
  padding-left: 85px;
  padding-right: 85px;
}

.dropdown_name.level-2 {
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

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

.plus.tech {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.minus.tech {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.dropdown_link_wraper.tech {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

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

.fulllogo_wraper {
  background-image: url('../images/6-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 11%;
  padding-right: 11%;
  display: flex;
}

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

.about_wraper.over {
  height: auto;
}

.competitions-block {
  flex-flow: column;
  display: flex;
}

.faq_button_wraper {
  padding: 23px 25px;
}

.about_info_wraper {
  background-color: #000;
  flex-flow: column;
  padding: 0;
  display: flex;
}

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

.about_info_wraper.about-brave1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 96px 48px;
}

.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.black._20.small_letters {
  text-transform: none;
  margin-bottom: 0;
}

.text.black._20.small_letters.special {
  text-align: center;
}

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

.text.black._18.medium {
  font-weight: 500;
}

.text.black._18.medium.grant {
  padding-bottom: 4px;
}

.text.black._18.medium.white {
  color: #fff;
}

.text.black._18.bold {
  font-weight: 700;
}

.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.regular._18 {
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24.8px;
}

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

.text._24 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.image-5 {
  flex: 1;
  max-width: none;
}

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

.info_icon_wraper.green-block {
  background-color: #4b5320;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 25px;
}

.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 {
  background-color: #f4e800;
}

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

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

.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: 56px;
}

.heading_48.white {
  color: #fff;
  font-family: Brave, Verdana, sans-serif;
  line-height: 56px;
}

.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: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.prioritie_text_title.black {
  color: #000;
}

.prioritie_text_title.black.tech {
  text-align: center;
  flex: 1;
}

.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.left.gap_18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #000;
  margin-bottom: -2px;
}

.testing_block.left.gap_18.special {
  border: 1px solid #000;
  border-top-width: 2px;
  width: 100%;
  margin-bottom: 0;
}

.testing_block.left.gap_18.special.item-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.testing_block.left.gap_18.over {
  border-width: 2px 1px;
  width: 100%;
  margin-right: 0;
}

.testing_block.left.gap_18._1 {
  margin-bottom: 0;
}

.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;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.text-2.white.over {
  max-width: none;
}

.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: 96px 25px 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;
}

.import_block.green {
  background-color: #4b5320;
  padding: 96px 25px 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;
  margin-bottom: 10px;
  font-weight: 500;
}

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

.rich-text-block.tech {
  padding-top: 25px;
  padding-bottom: 25px;
}

.rich-text-block.tech.level-2 {
  padding-top: 0;
  font-family: Brave, Verdana, sans-serif;
}

.rich-text-block.tech.level-2 a {
  font-weight: 700;
}

.rich-text-block.tech.level-2 ol, .rich-text-block.tech.level-2 ul {
  font-weight: 500;
}

.rich-text-block.tech strong {
  margin-bottom: 10px;
  display: block;
}

.rich-text-block.level-2 {
  padding-left: 80px;
  padding-right: 80px;
}

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

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.hero-block-wraper {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #ffffff03;
  border-top: 4px solid #f4e800;
  padding: 25px;
}

.hero-block-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Brave, Verdana, sans-serif;
  font-size: 4svw;
  font-weight: 500;
  line-height: 100%;
}

.logo-wraper {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #ffffff03;
  flex: 1;
  padding: 40px;
  display: flex;
}

.left_side-wraper {
  width: 50%;
}

.time-top-wraper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(90deg, #000, #0000);
  flex-flow: column;
  padding: 48px 25px;
  display: flex;
}

.time-bottom-wraper {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading_28 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: -1px;
  font-family: Brave, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}

.heading_28.special {
  text-align: center;
  margin-bottom: 0;
}

.heading_28.white {
  color: #fff;
}

.models-top-wraper {
  background-image: linear-gradient(#dadee100 80%, #dadee1), url('../images/0107-2-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.models-bottom-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dadee1;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -32px;
  display: flex;
}

.time-block-wraper {
  background-image: url('../images/Rectangle-55.png');
  background-position: 100%;
  background-size: cover;
}

.heading_72 {
  color: #000;
  font-size: 72px;
  font-weight: 500;
  line-height: 78px;
}

.models-heading-wraper {
  padding: 25px;
}

.models-heading-wraper.blue {
  background-color: #0052a5;
}

.models-heading-wraper.yellow {
  background-color: #f4e800;
}

.models-bottom-item-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 2px solid #000;
  flex-flow: column;
  width: 100%;
  min-height: 350px;
  margin-left: -2px;
  padding: 40px 25px 25px;
  display: flex;
  position: relative;
}

.models-bottom-item-wraper.blue {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f539e;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.models-bottom-item-wraper.yellow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4e600;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.models-bottom-item-wraper.green {
  background-color: #4b5320;
  border: 2px solid #000;
  width: 100%;
  height: auto;
  margin-left: -2px;
  padding-top: 25px;
}

.models-bottom-item-wraper._1 {
  border: 2px solid #000;
  height: auto;
  min-height: 250px;
}

.models-bottom-item-wraper._2 {
  border: 2px solid #000;
  height: auto;
  min-height: 300px;
  margin-left: -2px;
}

.grant-bottom-wraper {
  background-color: #0052a5;
}

.grants-wraper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -32px;
  display: flex;
}

.grants-description-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.grant-heading-wraper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grant-item-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 25px;
  display: flex;
}

.grant-item-wraper.blue {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f539e;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.grant-item-wraper.yellow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4e600;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.grant-item-wraper._2 {
  justify-content: flex-start;
  min-height: 201px;
  margin-left: -2px;
}

.grant-item-wraper._3 {
  justify-content: flex-start;
  min-height: 226px;
  margin-left: -2px;
}

.grant-item-wraper._4 {
  justify-content: flex-start;
  min-height: 251px;
  margin-left: -2px;
}

.grants-top-wraper {
  background-image: url('../images/2024_05_13_0011.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.tech-left-wraper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tech-right-wraper {
  flex: 1;
  margin-left: -2px;
}

.tech-block-wraper {
  display: flex;
}

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

.tech-heading-wraper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-block-wraper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding: 96px 25px 25px;
  display: flex;
}

.timeline-heading-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.timeline-items-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.timeline-item {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.item-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 79px;
  padding: 11px;
  display: flex;
}

.item-number.no-icon {
  width: 49px;
}

.item-number.no-icon.special {
  background-color: #f4e800;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item-number.no-icon.grant {
  height: 49px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item-text {
  background-color: #fff;
  height: 100%;
  padding: 25px;
}

.yellow-line {
  border-top: 1px dashed #fff;
  width: 100%;
  position: absolute;
  top: 24px;
}

.grants-special-top-wraper {
  background-image: url('../images/1.jpg');
  background-position: 50% 80%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.grant-special-bottom-wraper {
  background-color: #0052a5;
}

.grant-special-items {
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.button_text-2 {
  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-2._50 {
  text-transform: none;
  max-width: 750px;
  line-height: 23px;
}

.underline_wraper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.grant-special-items-2 {
  display: flex;
}

.grant-special-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border: 2px solid #000;
  flex-flow: column;
  flex: 1;
  padding: 60px 90px;
  display: flex;
  position: relative;
}

.grant-special-item._2 {
  border-left-width: 1px;
}

.grant-special-item.image-11 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-left-width: 1px;
  border-right-width: 1px;
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grant-item-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.competitions-image-wraper {
  background-image: url('../images/Rectangle-87.png');
  background-position: 50% 90%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.competitions-heading-wraper {
  background-color: #4b5320;
  padding: 25px;
}

.competitons-text-wraper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding: 48px;
  display: flex;
}

.text-span-3 {
  color: #000;
  font-weight: 500;
}

.text-span-4, .text-span-5 {
  color: #000;
  font-weight: 700;
}

.text-span-6 {
  color: var(--yellow);
}

.text-span-7, .text-span-8 {
  color: #000;
  font-weight: 700;
}

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

.grant-special-items-full {
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: -2px;
  display: flex;
}

.item-text-special {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  height: 100%;
  padding: 25px 25px 35px;
  display: flex;
}

.item-subtext {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.rich-text-block-3 {
  color: #000;
  font-family: Brave, Verdana, sans-serif;
  font-size: 18px;
  line-height: 14.8px;
}

.rich-text-block-3 ol {
  padding-left: 26px;
  font-weight: 500;
  list-style-type: decimal;
}

.list-4 {
  margin-bottom: 0;
  padding-left: 22px;
  font-weight: 500;
}

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

.image-12 {
  width: 325px;
}

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

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

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

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

.line_black {
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.shevron-block {
  background-color: #0f539e;
  width: 100%;
  height: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shevron-block.yellow {
  background-color: #f4e600;
}

.shevron-block.green {
  background-color: #4b5320;
}

.grant-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.about-block {
  display: flex;
}

.competitions-bottom-wraper {
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.image-13 {
  aspect-ratio: 2;
  object-fit: cover;
  flex: 1;
}

.paragraph-8 {
  color: #000;
  margin-bottom: 0;
}

.text-span-9 {
  color: #f4e800;
}

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

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

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

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

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

.up_button-3.mobile {
  display: none;
}

.text-3 {
  color: #fff;
}

.text-3.yellow {
  color: #f4e800;
}

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

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

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

@media screen and (max-width: 991px) {
  .hero_wraper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
    display: grid;
  }

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

  .hero_bottom_wraper {
    width: 100%;
  }

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

  .button_text {
    text-align: left;
  }

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

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

  .header_wraper, .dropdown_wraper {
    width: auto;
  }

  .dropdown_name {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dropdown_name.level-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-4 {
    position: static;
  }

  .fulllogo_wraper {
    width: auto;
    min-height: 500px;
    padding-left: 40%;
    padding-right: 40%;
  }

  .about_wraper {
    width: 100%;
    height: auto;
  }

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

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

  .about_info_wraper.about-brave1 {
    max-width: none;
    padding: 25px 25px 32px;
  }

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

  .plus_img {
    flex: 1;
    width: 24px;
    max-width: none;
    height: 24px;
  }

  .minus_img {
    width: 24px;
    height: 24px;
  }

  .paragraph {
    max-width: none;
  }

  .code-embed {
    display: none;
  }

  .links_block {
    margin-bottom: 25px;
  }

  .info_wraper {
    flex-flow: column;
  }

  .info_icon_wraper.green-block {
    width: auto;
  }

  .container {
    max-width: 728px;
  }

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

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

  .header_button.desktop {
    display: none;
  }

  .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.left.gap_18.special {
    margin-bottom: -2px;
  }

  .testing_block.left.gap_18.special.image-12 {
    margin-bottom: 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;
  }

  .rich-text-block.tech.level-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-3 {
    position: relative;
  }

  .hero-block-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .left_side-wraper {
    width: auto;
  }

  .time-top-wraper {
    background-image: linear-gradient(90deg, #000, #0000), url('../images/Rectangle-55.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    min-height: 600px;
  }

  .models-top-wraper {
    background-position: 50% 100%;
  }

  .models-bottom-wraper {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .time-block-wraper {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .heading_72 {
    margin-bottom: 0;
  }

  .models-bottom-item-wraper.green {
    height: auto;
    min-height: auto;
  }

  .models-bottom-item-wraper._1, .models-bottom-item-wraper._2 {
    min-height: auto;
    margin-bottom: -2px;
    margin-left: 0;
  }

  .grants-wraper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .grant-item-wraper {
    width: 100%;
    margin-bottom: -2px;
  }

  .grant-item-wraper._2, .grant-item-wraper._3, .grant-item-wraper._4 {
    min-height: auto;
  }

  .tech-left-wraper {
    display: block;
  }

  .tech-right-wraper {
    margin-left: 0;
  }

  .tech-block-wraper, .timeline-items-block {
    flex-flow: column;
  }

  .yellow-line {
    border-top-width: 0;
    border-left: 2px dashed #fff;
    width: 2px;
    height: 100%;
    top: 0;
    left: -14px;
  }

  .grants-special-top-wraper {
    background-position: 50% 100%;
    background-size: 160%;
  }

  .grant-special-items {
    flex-flow: column;
  }

  .button_text-2._50 {
    width: auto;
  }

  .grant-special-item._2 {
    padding: 30px 40px;
  }

  .grant-special-item.image-11 {
    padding: 30px 0 0;
  }

  .competitions-image-wraper {
    width: auto;
    min-height: 350px;
  }

  .competitions-heading-wraper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .competitons-text-wraper {
    padding: 25px;
  }

  .grant-special-items-full {
    flex-flow: column;
  }

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

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

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

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

  .grant-item {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .competitions-bottom-wraper {
    flex-flow: column;
  }

  .links_block-3 {
    margin-bottom: 25px;
  }

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

  .up_button-3 {
    display: none;
  }

  .up_button-3.mobile {
    display: flex;
  }
}

@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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: 100svh;
    display: grid;
  }

  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.yellow {
    justify-content: center;
    align-items: center;
    padding: 16px 15px;
  }

  .button.yellow.block {
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .dropdown_name.tech {
    padding: 20px 50px 40px;
  }

  .dropdown_name.level-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

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

  .minus {
    flex: 1;
    margin-left: 16px;
    display: none;
  }

  .fulllogo_wraper {
    justify-content: center;
    align-items: center;
    min-height: 428px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about_info_wraper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .about_info_wraper.about-brave1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .text.black._18.medium.grant {
    padding-bottom: 0;
  }

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

  .text.regular {
    font-size: 18px;
    line-height: 24.8px;
  }

  .text._24 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .plus_img {
    height: 20px;
  }

  .minus_img {
    flex: none;
    height: 16px;
  }

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

  .info_icon_wraper.green-block {
    padding: 0 10px 20px;
  }

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

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

  .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 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 36px 15px;
  }

  .testing_block.left.gap_18 {
    padding: 20px 10px;
  }

  .testing_block.left.gap_18.special {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .testing_block.left.gap_18.special.image-12 {
    margin-bottom: -2px;
  }

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

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

  .import_block.green {
    padding: 36px 10px;
  }

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

  .rich-text-block.tech.level-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text-block.tech.level-2 a {
    overflow-wrap: anywhere;
  }

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

  .div-block-3 {
    width: 100%;
    position: relative;
  }

  .hero-block-wraper {
    padding: 10px;
  }

  .hero-block-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .time-top-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 0 0, 70%;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 428px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading_28.white {
    font-size: 22px;
    line-height: 28px;
  }

  .models-top-wraper {
    height: auto;
    min-height: 428px;
  }

  .heading_72 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .models-heading-wraper {
    width: 100%;
    padding: 20px 10px;
  }

  .models-heading-wraper.blue {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .models-heading-wraper.yellow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .models-bottom-item-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 32px 10px 20px;
  }

  .models-bottom-item-wraper.blue, .models-bottom-item-wraper.yellow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 10px;
  }

  .grants-description-wraper {
    padding: 10px 10px 20px;
  }

  .grant-item-wraper {
    padding: 20px 10px;
  }

  .grant-item-wraper._2 {
    margin-left: 0;
    padding: 20px 10px;
  }

  .grant-item-wraper._3 {
    margin-left: 0;
  }

  .grant-item-wraper._4 {
    margin-left: 0;
    padding: 20px 10px;
  }

  .grants-top-wraper {
    background-position: 50%;
    height: auto;
    min-height: 428px;
  }

  .tech-heading-wraper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .timeline-block-wraper {
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yellow-line {
    left: -12px;
  }

  .grants-special-top-wraper {
    background-position: 50% 100%;
    background-size: 220%;
    height: auto;
    min-height: 428px;
  }

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

  .grant-special-items-2 {
    flex-flow: column;
  }

  .grant-special-item._2 {
    border-left-width: 2px;
  }

  .grant-special-item.image-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-bottom: -2px;
  }

  .competitions-image-wraper {
    background-position: 50% 100%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-start;
    height: 600px;
    min-height: 428px;
    padding: 70px 0 0;
  }

  .competitions-heading-wraper {
    width: 100%;
    padding: 20px 10px;
  }

  .competitons-text-wraper {
    padding: 20px 10px;
  }

  .competitions-items-block {
    border-width: 0;
  }

  .item-text-special {
    padding: 20px 10px;
  }

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

  .image-12 {
    width: auto;
  }

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

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

  .grant-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-14 {
    width: 60px;
  }

  .footer_right-4 {
    padding-left: 15px;
  }

  .up_button-3.mobile {
    flex: none;
  }

  .image-15 {
    width: 50%;
  }

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

@media screen and (max-width: 991px) {
  #w-node-e17ee69e-32a6-f1a5-1d0a-490b8a1c1065-e9056df3, #w-node-fe627832-eb19-3bf9-45f8-69130d8aabcf-7f53da47 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e17ee69e-32a6-f1a5-1d0a-490b8a1c1065-e9056df3, #w-node-fe627832-eb19-3bf9-45f8-69130d8aabcf-7f53da47 {
    align-self: stretch;
  }
}


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