.h {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.16);
  background-color: transparent;
  text-transform: uppercase;
}

.head_logo {
  width: 5rem;
  height: 5rem;
  margin-top: 1rem;
  background-image: url('../images/DetectiveGPT-final-v1-200x200cropped.webp');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.head_logo:hover {
  opacity: 1;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.head_logo.w--current {
  background-image: none;
  background-size: 140px;
}

.head_logo.w--current:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.h_width {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings.footer {
  padding-top: 6rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_paddings.padding-top {
  padding-top: 5rem;
}

.c_title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 160px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  min-height: 60px;
  min-width: 180px;
  margin-right: 1em;
  margin-left: 1em;
  padding-right: 1.4em;
  padding-left: 1.4em;
  background-color: #b81313;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #ce2e1c;
}

.x_main_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  min-width: 700px;
  margin-top: 200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_platform_icon {
  width: 60px;
  height: 60px;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x_h_soc_li {
  position: static;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 22px;
  min-width: 22px;
  margin-right: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.x_h_soc_li:hover {
  opacity: 1;
}

.x_h_soc_li._4 {
  background-image: none;
  background-size: contain;
}

.x_h_soc_li._3 {
  background-image: none;
}

.x_h_soc_li.hide {
  display: none;
}

.x_h_soc_li._5 {
  background-image: none;
}

.x_h_soc_li._2 {
  background-image: none;
}

.txt_feature_textblock {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2em;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.x_h_soc_ul_embed {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2em;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_foot_image {
  max-height: 60px;
  margin: 1em 10px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  opacity: 1;
}

.x_foot_image.fisrt {
  max-height: 80px;
  margin-left: 0px;
}

.x_foot_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(90, 87, 118, 0.5);
  opacity: 0.6;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  cursor: pointer;
}

.x_foot_logo:hover {
  opacity: 1;
}

.x_foot_logo.nolink {
  margin-top: 1em;
  cursor: default;
}

.x_foot_txt {
  width: 365px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.txt_h3 {
  display: block;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.x_foot-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  min-height: 20px;
  margin-top: 23px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.8rem;
  font-weight: 400;
}

.x_foot-col.first {
  width: 20%;
  margin-left: 20px;
  padding-left: 10px;
}

.x_foot-col.last {
  width: 30%;
  min-height: 160px;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.dropdown_link {
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: none;
  cursor: pointer;
}

.dropdown_link:hover {
  opacity: 1;
}

.x_hero_platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xsb_xsolla_autorized-3 {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
}

.x_foot_title {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c_width-down {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 820px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_width-down.c_width--scroll-down {
  position: absolute;
  bottom: 0px;
  z-index: 30;
  margin-bottom: 1.4em;
}

.buy_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.x_logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.x_tab_icon {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  border-style: none;
  border-width: 1px;
  border-color: #b78c25;
  border-radius: 5px;
  background-color: #5b8dec;
  background-image: none, -webkit-gradient(linear, left top, right top, from(#5b8dec), to(#01b3fe));
  background-image: none, linear-gradient(90deg, #5b8dec, #01b3fe);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 0 21px 6px rgba(1, 179, 254, 0.2);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.x_tab_icon:hover {
  background-color: #01b3fe;
  background-image: none;
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.x_tab_icon.youtube {
  background-image: none, -webkit-gradient(linear, left top, right top, from(#5b8dec), to(#01b3fe));
  background-image: none, linear-gradient(90deg, #5b8dec, #01b3fe);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.xsb_xsolla_powered {
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 9px;
  line-height: 100%;
}

.c_width {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_width.c_width--full {
  max-width: 1200px;
}

.xsb_xsolla_xsb {
  overflow: hidden;
  width: 144px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 100%;
}

.x_feature_block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  min-height: 80px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.x_col {
  width: 50%;
  height: 100%;
  max-width: 665px;
  padding: 1em 1em 0.5em 0em;
  border: 1px none #fff;
}

.x_col.left {
  width: 40%;
  padding-left: 0em;
}

.x_col.left {
  width: 40%;
  padding-left: 0em;
}

.x_col.left.max {
  width: 70%;
}

.lead {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0.125em;
  padding-left: 0.125em;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 3rem;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.xsb_xsolla-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.63;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.xsb_xsolla-4:hover {
  opacity: 1;
}

.txt_lead_os {
  margin-top: 1em;
  margin-bottom: 0px;
  opacity: 0.7;
  color: #fff;
  font-size: 80%;
  line-height: 145%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt_lead_os.hide {
  display: none;
}

.list-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.xsb_xsolla_badge-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 48px;
  padding-right: 12px;
  padding-left: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.01);
  background-image: none;
  background-position: 0px 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.x_hero_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/scroll-down.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  cursor: default;
}

.x_hero_arrow:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.x_hero_arrow.hide {
  opacity: 0;
}

.x_rating_img {
  min-height: 60px;
  min-width: 132px;
  margin-right: 10px;
  background-image: none;
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  cursor: default;
}

.x_rating_img:hover {
  opacity: 0.6;
}

.text-block-9 {
  width: 93px;
  height: 70px;
  margin-left: 57px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.6rem;
  line-height: 1em;
}

.validate {
  font-size: 1.2rem;
}

.validate.hide {
  display: none;
}

.email {
  min-height: 60px;
  min-width: 200px;
  margin-right: 1em;
  margin-left: 1em;
  border: 1px solid #1d1d1d;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141524), to(#141524));
  background-image: linear-gradient(180deg, #141524, #141524);
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}

.email:hover {
  border-color: #ce2e1c;
}

.x_platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}

.list-colomn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.list-colomn.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.bg_sec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -1%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), -webkit-gradient(linear, left top, left bottom, color-stop(82%, rgba(26, 25, 23, 0)), to(#07080a)), -webkit-gradient(linear, left top, left bottom, from(rgba(7, 8, 10, 0.78)), color-stop(18%, rgba(26, 25, 23, 0))), url('../images/Hero-image-detective.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), linear-gradient(180deg, rgba(26, 25, 23, 0) 82%, #07080a), linear-gradient(180deg, rgba(7, 8, 10, 0.78), rgba(26, 25, 23, 0) 18%), url('../images/Hero-image-detective.webp');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
}

.bg_sec.x_bg4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #12171c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 130, 130, 0)), to(rgba(0, 0, 0, 0.49)));
  background-image: linear-gradient(180deg, rgba(130, 130, 130, 0), rgba(0, 0, 0, 0.49));
  opacity: 1;
}

.bg_sec.x_bg11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #12171c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 23, 28, 0.8)), to(rgba(18, 23, 28, 0.8))), none;
  background-image: linear-gradient(180deg, rgba(18, 23, 28, 0.8), rgba(18, 23, 28, 0.8)), none;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
}

.bg_sec.x_bg3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #000), color-stop(37%, rgba(46, 46, 46, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(14%, hsla(0, 0%, 100%, 0)), to(#000)), url('../images/detective-bg-jpeg.webp');
  background-image: linear-gradient(180deg, #000 8%, rgba(46, 46, 46, 0) 37%), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 14%, #000), url('../images/detective-bg-jpeg.webp');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.bg_sec.x_bg2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
  background-image: linear-gradient(349deg, #000 6%, transparent);
  opacity: 1;
}

.bg_sec.x_bg4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
  background-image: url('../images/bg4.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.bg_sec.x_bg4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
  background-image: url('../images/bg-image4.jpg');
  background-position: 0px -1px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.bg_sec.x_bg4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #07080a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(84%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)), url('../images/image3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), linear-gradient(0deg, #000, transparent 84%), linear-gradient(180deg, #000, transparent), url('../images/image3.webp');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px -1px;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll;
  opacity: 1;
}

.bg_sec.x_bg5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 80%;
  background-color: #07080a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)), url('../images/bg-image4.jpg');
  background-image: linear-gradient(180deg, transparent 68%, #000), linear-gradient(180deg, #000, transparent), url('../images/bg-image4.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.bg_sec.x_bg6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #07080a;
  opacity: 1;
}

.bg_sec.x_bg6 {
  position: absolute;
  left: -100px;
  top: -7px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #07080a;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #000, transparent 20%), radial-gradient(circle closest-corner at 20% 50%, transparent, #000 99%), url('../images/tv-stand-bg-jpeg.webp');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.bg_sec.x_bg7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
  background-image: none;
  opacity: 1;
}

.content {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer.c_full-screen {
  z-index: 3;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c_2cols {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.5em;
  padding-right: 2em;
  padding-left: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.c_block.footer {
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.x_slide1_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(87%, rgba(0, 0, 0, 0.19)), to(#000)), url('../images/bg-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.19) 87%, #000), url('../images/bg-image.jpg');
  background-position: 0px 0px, 64% 50%;
  background-size: auto, cover;
}

.t_features_h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.55em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-column-span: none;
  column-span: none;
}

.txt_rating_subjects {
  width: 93px;
  height: 70px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.6rem;
  line-height: 1em;
}

.t_features_h {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 3.75rem;
  line-height: 80px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-column-span: none;
  column-span: none;
}

.t_features_h.center {
  text-align: center;
}

.scroll_down_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.scroll_down_txt:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.x_bg_video {
  position: fixed;
  left: 0px;
  top: 0vh;
  right: 0px;
  bottom: 0vh;
  z-index: 0;
  display: block;
  width: 100%;
  height: 120vh;
}

.bg_video_black {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  height: 120vh;
  background-color: #07080a;
  opacity: 0.5;
}

.bg_video_webflow {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0vh;
  z-index: 1;
  display: block;
  height: 110vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg_static {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #07080a;
}

.x_mobile_not_ready {
  display: none;
}

.secondary_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 50px;
  margin: 10px 10px 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #b78c25;
  border-radius: 5px;
  -webkit-transition: color 200ms ease-in, -webkit-transform 200ms ease;
  transition: color 200ms ease-in, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease-in;
  transition: transform 200ms ease, color 200ms ease-in, -webkit-transform 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.secondary_btn:hover {
  background-color: rgba(1, 179, 254, 0);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #ffb548;
}

.secondary_btn.w--current:hover {
  color: #ffb548;
}

.secondary_btn.quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.x_head_pop {
  position: absolute;
  left: -336px;
  top: 0px;
  right: -348px;
  bottom: -189px;
  z-index: 100;
  display: block;
  width: 97px;
  height: 120px;
  min-height: 100px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: rgba(26, 25, 23, 0.74);
}

.x_head_pop.hide {
  display: none;
}

.t_head_menu_sub {
  font-size: 80%;
}

.x_head_button {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 30px;
  min-width: 110px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.x_head_button:hover {
  color: #ffb548;
}

.x_pop_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: hidden;
}

.x_pop_bg.hide {
  display: none;
}

.x_head_img {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 0.3em;
  background-image: url('../images/dropdown.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.x_head_drop_lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.x_head_drop_lang:hover {
  color: #68c8f0;
}

.x_head_drop_lang.russian-lang {
  min-height: 40px;
  border-left-style: none;
  font-size: 15px;
}

.x_head_drop_lang.russian-lang:hover {
  color: #deb626;
}

.x_head_drop_lang.english-lang {
  min-height: 35px;
  border-left-style: none;
  font-size: 15px;
}

.x_head_drop_lang.english-lang:hover {
  color: #ffb548;
}

.x_head_drop_lang.deutch-lang {
  min-height: 40px;
  border-left-style: none;
  font-size: 15px;
}

.x_head_drop_lang.deutch-lang:hover {
  color: #deb626;
}

.center-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_head_icon {
  width: 31px;
  height: 31px;
  margin-right: 5px;
  margin-left: 5px;
}

.min-lead {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0em;
  padding-right: 0.125em;
  padding-left: 0.125em;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.buy_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 260px;
  margin: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #b78c25;
  border-radius: 5px;
  background-color: #ffb548;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb548), to(#f3af34));
  background-image: linear-gradient(0deg, #ffb548, #f3af34);
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out;
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.buy_btn:hover {
  background-color: #ffb548;
  background-image: none;
  box-shadow: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.btn_txt {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px none rgba(26, 25, 23, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #1a1917;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}

.btn_txt.price {
  display: none;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(26, 25, 23, 0.5);
}

.txt_description_textblock {
  width: 70%;
  max-width: 600px;
  margin-top: 2em;
  margin-left: 9em;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.picture {
  overflow: hidden;
  width: 320px;
  height: 320px;
  background-image: url('../images/img-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture.t-3 {
  background-image: url('../images/mount.jpg');
  background-size: 800px;
}

.picture.t-2 {
  background-image: url('../images/img01.jpg');
  background-size: 960px;
}

.picture.t-1 {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/screenshot-1_1screenshot 1.jpg');
  background-size: cover;
}

.picture.t-2 {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/screenshot-2.jpg');
  background-size: cover;
}

.picture.t-3 {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/screenshot-3.jpg');
  background-size: cover;
}

.left-arrow {
  left: -24px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-arrow {
  left: auto;
  right: -24px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.slider {
  width: 40%;
  height: 550px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #1a1917;
}

.slide {
  position: relative;
  left: auto;
  z-index: 10;
  border-radius: 10px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.t_line {
  position: absolute;
  top: auto;
  bottom: auto;
  z-index: 1;
  width: 62%;
  height: 2px;
  margin-top: 21rem;
  background-color: #fff;
}

.txt_orange-underline {
  border-bottom: 4px solid #ffb548;
  text-decoration: none;
}

.t_features_h4 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Bebasneue, sans-serif;
  color: #ffb548;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-span: none;
  column-span: none;
  cursor: pointer;
}

.t_features_h4:hover {
  color: #ce8314;
}

.txt_description {
  width: 88%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 2rem;
  line-height: 26px;
  font-weight: 400;
}

.feature-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40px;
  padding: 0px 50px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.feature.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-dot {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
}

.feature-dot:focus {
  background-color: #fff;
}

.feature-body {
  position: relative;
  display: block;
  background-color: transparent;
}

.feature-body.w--open {
  background-color: transparent;
}

.feature-body-cont {
  padding: 0px 30px 0px 0px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.x_req-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.x_req-col._70 {
  width: 75%;
  margin-left: 0rem;
}

.c-table {
  display: -ms-grid;
  display: grid;
  width: 650px;
  height: 450px;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/disquette.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-table-white {
  width: 95%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
  border-bottom: 1px none #979797;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.x_req_key {
  font-family: Bebasneue, sans-serif;
  color: #ffb548;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.txt_description_block {
  width: 70%;
  max-width: 600px;
  margin-top: 2em;
  margin-left: 0em;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.main_btn {
  position: relative;
  display: none;
  min-height: 60px;
  min-width: 260px;
  margin: 30px 10px 10px 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #b78c25;
  border-radius: 5px;
  background-color: #ffb548;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb548), to(#f3af34));
  background-image: linear-gradient(0deg, #ffb548, #f3af34);
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out;
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  font-family: 'Open Sans', sans-serif;
  color: #1a1917;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.main_btn:hover {
  background-color: #ffb548;
  background-image: none;
  box-shadow: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.x_testemonial {
  width: 90%;
  margin-top: 31px;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #1a1b1d;
}

.x_testemonial.right {
  margin-left: 60px;
  background-color: #1a1b1d;
}

.txt_date_block {
  width: 70%;
  max-width: 600px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.x_testemonial-img {
  display: none;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 100%;
  background-image: url('../images/screenshot-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 3px 0 0 #ffb548;
}

.x_testemonial-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_testemonial-content {
  width: 80%;
}

.name_h3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #ffb548;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.txt_profession_block {
  width: 70%;
  max-width: 600px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.x_social_media-img {
  display: none;
  width: 28px;
  height: 28px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 100%;
}

.txt_quote_block {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-left: 0em;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.x_social_media-link {
  width: 28px;
  height: 28px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 100%;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  cursor: pointer;
}

.x_social_media-link:hover {
  opacity: 0.8;
}

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

.text-field {
  width: 100%;
  height: 60px;
  max-width: 600px;
  margin-top: 30px;
  margin-right: 10px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #1a1b1d;
  font-family: 'Open Sans', sans-serif;
  color: #ce8314;
  font-size: 16px;
}

.text-field:focus {
  font-family: 'Open Sans', sans-serif;
  color: #ffb548;
  font-size: 16px;
  font-weight: 700;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.footer_logo {
  width: 8rem;
  height: 8rem;
  margin-bottom: 40px;
  margin-left: 3rem;
  padding-bottom: 0px;
  background-image: url('../images/DetectiveGPT-final-v1-200x200cropped.webp');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.footer_logo:hover {
  opacity: 1;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.footer_logo.w--current {
  background-image: none;
  background-size: 140px;
}

.footer_logo.w--current:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.footer_social_icons {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 60px;
  min-width: 40%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_social_li {
  position: static;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 1.5em;
  margin-left: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.33;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.footer_social_li:hover {
  opacity: 1;
}

.footer_social_li.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/youtube.svg');
  background-position: -1px 4px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.footer_social_li.youtube:hover {
  background-image: url('../images/youtube_hover.svg');
  background-position: -1px 4px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer_social_li.facebook {
  background-image: url('../images/facebook.svg');
  background-position: 50% 38%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer_social_li.facebook:hover {
  background-image: url('../images/facebook-hover.svg');
  background-position: 50% 41%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_social_li.twitter {
  position: static;
  background-image: url('../images/twitter.svg');
  background-position: 50% 45%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer_social_li.twitter:hover {
  background-image: url('../images/twitter-hover.svg');
  background-position: 50% 41%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_social_li.vkontake {
  position: static;
  background-image: none;
  background-position: 50% 45%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_social_li.reddit {
  position: static;
  background-image: none;
  background-position: 50% 45%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_social_li.twitch {
  position: static;
  background-image: url('../images/twitch.svg');
  background-position: 50% 45%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer_social_li.twitch:hover {
  background-image: url('../images/twitch_hover.svg');
  background-position: 1px 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.x_footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.footer_links {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.t_link {
  position: relative;
  z-index: 1;
  display: none;
  margin-right: 0.125em;
  margin-bottom: 10px;
  margin-left: 0.125em;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.t_link:hover {
  opacity: 1;
  text-decoration: underline;
}

.t_link.first {
  margin-left: 0px;
  padding-right: 0px;
  border-right: 1px none #72b4d3;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 0.7rem;
  font-weight: 500;
  text-decoration: underline;
}

.t_link.first:hover {
  opacity: 1;
  color: #e05802;
  text-decoration: underline;
}

.t_link.last {
  border-right-style: none;
}

.x_footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.5);
}

.txt_copyright {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.link-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 260px;
  margin: 30px 10px 10px 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #b78c25;
  border-radius: 5px;
  background-color: #ffb548;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb548), to(#f3af34));
  background-image: linear-gradient(0deg, #ffb548, #f3af34);
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out;
  transition: transform 200ms cubic-bezier(.509, .001, .25, 1), box-shadow 200ms ease, background-color 250ms ease-in-out, -webkit-transform 200ms cubic-bezier(.509, .001, .25, 1);
  font-family: 'Open Sans', sans-serif;
  color: #1a1917;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.subscribe_btn:hover {
  background-color: #ffb548;
  background-image: none;
  box-shadow: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.success-message {
  background-color: #1a1b1d;
  color: #27b386;
}

.error-message {
  background-color: #bc2e28;
  color: #fff;
  text-align: center;
}

.img-1 {
  display: block;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-link {
  position: relative;
  z-index: 20;
  height: 100%;
}

.img-2 {
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.img-4 {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  background-image: url('../images/screenshot-3.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.img-3 {
  display: block;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.txt_zoom-img {
  display: block;
  margin-top: 10px;
  opacity: 0.5;
  color: #fff;
}

.dropdown_hide_link {
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: none;
  cursor: default;
}

.dropdown_hide_link:hover {
  opacity: 1;
}

.dropdown_hide_link.w--current {
  opacity: 0;
  cursor: default;
}

.dropdown_hide_link.w--current:hover {
  opacity: 0;
}

.scroll_down_txt-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.scroll_down_txt-hide:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.body {
  background-color: #000;
}

.left-spacer {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_about {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_about.c_full-screen {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_about.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_about.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_about.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.image {
  width: 10rem;
  height: 10rem;
  margin-bottom: 0rem;
}

.c_paddings-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-medium.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-medium.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-second_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_features {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_features.c_full-screen {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_features.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_features.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_features.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.right-buttons-below {
  display: none;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_head_icon-_itch {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
}

.section_quotes {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_quotes.c_full-screen {
  z-index: 3;
  display: block;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_quotes.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_quotes.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_quotes.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_signup {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_signup.c_full-screen {
  z-index: 3;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_signup.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_signup.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_signup.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.right-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  display: none;
}

.paragraph-2 {
  display: none;
}

.paragraph-3 {
  display: none;
}

.html-embed {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c_paddings-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-top.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-top.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_paddings-top-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-top-large.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-top-large.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_requirements {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_requirements.c_full-screen {
  z-index: 3;
  display: block;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_requirements.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_requirements.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_requirements.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.x_col-copy {
  width: 50%;
  height: 100%;
  max-width: 665px;
  padding: 1em 1em 0.5em 0em;
  border: 1px none #fff;
}

.x_col-copy.left {
  width: 40%;
  padding-left: 0em;
}

.x_col-copy.left {
  width: 40%;
  padding-left: 0em;
}

.x_col-copy.left.max {
  width: 70%;
}

.c_paddings-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-bottom.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-bottom.footer {
  padding-top: 6rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_paddings-bottom.padding-top {
  padding-top: 5rem;
}

.x_feature_block_quotes {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  min-height: 80px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.c_full-screen {
  z-index: 3;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.header.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.header.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c_paddings-top-smalll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-top-smalll.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-top-smalll.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_padding-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_padding-large.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_padding-large.footer {
  padding-top: 6rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_padding-large.padding-top {
  padding-top: 5rem;
}

.paragraph-4 {
  display: none;
}

.paragraph-5 {
  display: none;
}

.paragraph-6 {
  display: none;
}

.section_team-story {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_team-story.c_full-screen {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_team-story.c_hero {
  z-index: 5;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_team-story.c_full-height {
  z-index: 3;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_team-story.c_150 {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.team-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 38rem;
  height: 15rem;
}

.feature-p-team {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
}

.feature-p-team2 {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.feature-p-team3 {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.team-body-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.txt_team_textblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 5rem;
  margin-bottom: 1rem;
  padding: 0px 50px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.dropdown-button.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.dropdown-p-team {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 50px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.feature-2.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-dot-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
}

.feature-dot-2:focus {
  background-color: #fff;
}

.t_features_h4-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Bebasneue, sans-serif;
  color: #ffb548;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-span: none;
  column-span: none;
  cursor: pointer;
}

.t_features_h4-2:hover {
  color: #ce8314;
}

.txt_description-2 {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 25px;
  line-height: 26px;
  font-weight: 400;
}

.dropdown-heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-heading_container {
  display: block;
  margin-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-10 {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}

.c_paddings-bottom-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-bottom-copy.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-bottom-copy.footer {
  padding-top: 6rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_paddings-bottom-copy.padding-top {
  padding-top: 5rem;
}

.c_paddings-bottom-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_paddings-bottom-medium.head {
  padding-top: 1rem;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_paddings-bottom-medium.footer {
  padding-top: 6rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_paddings-bottom-medium.padding-top {
  padding-top: 5rem;
}

@media screen and (max-width: 991px) {
  .h {
    height: 80px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    background-color: rgba(26, 25, 23, 0.62);
  }

  .head_logo {
    width: 52px;
    margin-left: 0px;
  }

  .h_width {
    max-width: 100%;
  }

  .right-buttons {
    margin-top: 20px;
    margin-right: 0px;
  }

  .c_paddings {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_paddings.padding-top {
    padding-top: 0rem;
  }

  .main-lead {
    min-height: 185px;
  }

  .x_main_lead {
    width: 100%;
    min-height: 160px;
    min-width: auto;
    margin-top: 160px;
    margin-bottom: 10rem;
    background-image: none;
  }

  .x_platform_icon {
    width: 30px;
    height: 30px;
  }

  .x_h_soc_li {
    margin-bottom: 0.5em;
  }

  .x_h_soc_ul_embed {
    width: 120px;
  }

  .x_foot-col {
    width: 35%;
    margin-left: 10px;
  }

  .x_foot-col.first {
    margin-right: 0px;
    margin-left: 0px;
  }

  .x_foot-col.last {
    width: 33%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c_width-down {
    max-width: 80%;
    margin-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c_width-down.c_width--scroll-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c_width {
    max-width: 100%;
    margin-bottom: 0em;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c_width.c_width--full {
    max-width: 100%;
    border-top: 2px solid #000;
  }

  .x_feature_block {
    max-width: 650px;
  }

  .x_col.left {
    width: 50%;
  }

  .x_col.left.max {
    width: 70%;
  }

  .lead {
    margin-bottom: 0px;
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .list-table {
    width: 100%;
  }

  .list-colomn {
    width: 100%;
  }

  .bg_sec {
    z-index: 1;
  }

  .bg_sec.x_bg3 {
    top: -89px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0)), to(#000)), url('../images/detective-bg-jpeg.webp');
    background-image: linear-gradient(180deg, rgba(36, 36, 36, 0), #000), url('../images/detective-bg-jpeg.webp');
    background-position: 0px 0px, 38% 40%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .bg_sec.x_bg4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), -webkit-gradient(linear, left top, right top, from(#000), to(rgba(31, 31, 31, 0))), url('../images/curtain-background.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), linear-gradient(90deg, #000, rgba(31, 31, 31, 0)), url('../images/curtain-background.webp');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .bg_sec.x_bg6 {
    background-position: 65% 100%;
  }

  .footer {
    z-index: 1;
  }

  .footer.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_2cols {
    position: static;
  }

  .c_block.verticalflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .x_slide1_bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .t_features_h2 {
    font-size: 1.5rem;
  }

  .t_features_h {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
  }

  .x_bg_video {
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bg_video_webflow {
    display: block;
  }

  .bg_static {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .x_mobile_not_ready {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #12171c;
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
  }

  .secondary_btn {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .secondary_btn:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .secondary_btn.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .x_head_pop {
    position: absolute;
    left: -348px;
    top: auto;
    right: -348px;
    bottom: -140px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83px;
    min-height: 100px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 3px;
    background-color: rgba(26, 25, 23, 0.74);
    text-align: left;
  }

  .x_head_button {
    z-index: 100;
    min-width: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .x_pop_bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .x_head_drop_lang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
    border-left-width: 0px;
    text-align: center;
  }

  .x_head_drop_lang:hover {
    border-color: rgba(143, 163, 194, 0.25);
  }

  .x_head_drop_lang.russian-lang {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .x_head_drop_lang.english-lang {
    border-left-style: none;
    font-size: 18px;
  }

  .x_head_drop_lang.deutch-lang {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .center-buttons {
    width: 70%;
    margin-top: 20px;
    padding-top: 0px;
  }

  .center-buttons.hide {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .x_head_icon {
    width: 20px;
    height: 20px;
  }

  .min-lead {
    margin-bottom: 0px;
    font-size: 1rem;
  }

  .buy_btn {
    box-shadow: none;
  }

  .txt_description_textblock {
    width: 100%;
    max-width: 330px;
    margin-left: 1.5em;
    font-size: 16px;
  }

  .left-arrow {
    left: -24px;
    width: 20px;
    margin-right: 0px;
  }

  .right-arrow {
    right: -24px;
    width: 20px;
  }

  .slider {
    width: 45%;
    height: 430px;
  }

  .t_line {
    bottom: 318px;
    width: 55%;
  }

  .t_features_h4 {
    font-size: 25px;
  }

  .feature-dot {
    width: 15px;
    height: 15px;
  }

  .x_req-col._70 {
    width: 75%;
  }

  .c-table {
    width: 507px;
    -ms-grid-rows: minmax(auto, 0.5fr) minmax(auto, 0.25fr) minmax(auto, 1.5fr);
    grid-template-rows: minmax(auto, 0.5fr) minmax(auto, 0.25fr) minmax(auto, 1.5fr);
  }

  .text-table-white {
    width: 98%;
    height: auto;
    min-height: 110px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .x_req_key {
    line-height: 26px;
  }

  .txt_description_block {
    width: 100%;
    max-width: 330px;
    font-size: 16px;
  }

  .main_btn {
    min-width: 180px;
  }

  .x_testemonial {
    background-color: #1a1b1d;
  }

  .x_testemonial.right {
    background-color: #1a1b1d;
  }

  .txt_date_block {
    max-width: 330px;
  }

  .x_testemonial-img {
    width: 44px;
    height: 44px;
  }

  .txt_profession_block {
    max-width: 330px;
  }

  .txt_quote_block {
    max-width: 330px;
    font-size: 14px;
  }

  .text-field {
    background-color: #1a1b1d;
  }

  .footer_logo {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }

  .footer_social_icons {
    min-width: 35%;
  }

  .footer_social_li {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }

  .footer_social_li.facebook {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }

  .x_footer-content {
    padding-bottom: 10px;
  }

  .footer_links {
    width: 100%;
    margin-bottom: 0px;
  }

  .t_link {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .t_link:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .t_link.first {
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: underline;
  }

  .t_link.first:hover {
    opacity: 1;
    text-decoration: none;
  }

  .link_ing {
    margin-bottom: 0px;
  }

  .txt_copyright {
    font-size: 12px;
  }

  .link-buttons {
    margin-top: 0px;
    margin-right: 0px;
  }

  .x_lead {
    width: 100%;
    min-height: 160px;
    min-width: auto;
    margin-top: 3rem;
    background-image: none;
  }

  .subscribe_btn {
    min-width: 180px;
  }

  .txt_zoom-img {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 10px;
    padding-left: 0px;
    opacity: 0.5;
    color: #fff;
    text-align: center;
  }

  .left-spacer {
    display: none;
  }

  .section_about {
    z-index: 1;
  }

  .section_about.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 0px none #000;
    border-radius: 0px;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .section_about.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_about.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_about.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_paddings-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-medium.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section_features {
    z-index: 1;
  }

  .section_features.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .right-buttons-below {
    margin-top: 20px;
    margin-right: 0px;
  }

  .x_head_icon-_itch {
    width: 20px;
    height: 20px;
  }

  .section_quotes {
    z-index: 1;
  }

  .section_quotes.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup {
    z-index: 1;
  }

  .section_signup.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .right-menu-buttons {
    margin-top: 20px;
    margin-right: 0px;
  }

  .c_paddings-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-top.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_paddings-top-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-top-large.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section_requirements {
    z-index: 1;
  }

  .section_requirements.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .x_col-copy {
    display: none;
  }

  .x_col-copy.left {
    width: 50%;
  }

  .x_col-copy.left.max {
    width: 70%;
  }

  .c_paddings-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-bottom.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_paddings-bottom.padding-top {
    padding-top: 0rem;
  }

  .x_feature_block_quotes {
    max-width: 650px;
  }

  .header {
    z-index: 1;
  }

  .header.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_paddings-top-smalll {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-top-smalll.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_padding-large.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_padding-large.padding-top {
    padding-top: 0rem;
  }

  .section_team-story {
    z-index: 1;
  }

  .section_team-story.c_full-screen {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_hero {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_full-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_150 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image-2 {
    height: 13rem;
  }

  .feature-dot-2 {
    width: 15px;
    height: 15px;
  }

  .t_features_h4-2 {
    font-size: 25px;
  }

  .c_paddings-bottom-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-bottom-copy.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_paddings-bottom-copy.padding-top {
    padding-top: 0rem;
  }

  .c_paddings-bottom-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings-bottom-medium.head {
    padding: 0px 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_paddings-bottom-medium.padding-top {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .h_width {
    position: relative;
    width: 100%;
  }

  .c_paddings {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-lead {
    background-size: contain;
  }

  .x_main_lead {
    width: 100%;
    max-width: none;
    min-height: 170px;
    min-width: 0px;
    margin-top: 160px;
    margin-bottom: 2em;
  }

  .x_h_soc_li {
    min-height: 30px;
    min-width: 30px;
    margin-bottom: 1em;
  }

  .txt_feature_textblock {
    max-width: none;
  }

  .x_h_soc_ul_embed {
    width: 200px;
    margin-bottom: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .x_foot_logo {
    max-height: 70px;
  }

  .x_foot-col {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .x_foot-col.first {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .x_foot-col.last {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xsb_xsolla_autorized-3 {
    width: 300px;
    max-width: 300px;
  }

  .c_width-down {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }

  .c_width-down.c_width--scroll-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c_width {
    width: 100%;
    max-width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .x_feature_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .x_col {
    width: 80%;
    max-width: none;
    margin-top: 0px;
  }

  .x_col.left {
    width: 65%;
  }

  .x_col.left.max {
    width: 80%;
  }

  .x_col.quotes {
    padding-top: 0em;
  }

  .lead {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .xsb_xsolla-4 {
    width: 141.9609375px;
  }

  .list-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .x_rating_img {
    margin-top: 0em;
    margin-left: 1em;
  }

  .validate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .x_platforms {
    margin-right: 1em;
  }

  .list-colomn {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bg_sec.x_bg3 {
    top: 0px;
  }

  .bg_sec.x_bg4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/curtain-background.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/curtain-background.webp');
    background-position: 0px 0px, 0px 0px, 66% 100%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .bg_sec.x_bg6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tv-stand-bg-jpeg.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tv-stand-bg-jpeg.webp');
    background-position: 0px 0px, 60% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .content {
    width: 100%;
  }

  .footer.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_2cols {
    padding-top: 0em;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c_block.verticalflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .t_features_h2 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .t_features_h {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }

  .bg_video_webflow {
    display: none;
    height: auto;
    min-height: 100%;
  }

  .bg_static {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .secondary_btn {
    width: 30%;
    min-width: 179px;
  }

  .secondary_btn.min {
    width: 20%;
    min-width: 120px;
  }

  .x_head_pop {
    bottom: -134px;
    width: 90px;
    height: auto;
    background-color: rgba(26, 25, 23, 0.74);
  }

  .x_head_button {
    min-height: 40px;
    padding-right: 10px;
  }

  .x_head_img {
    width: 14px;
    height: 14px;
  }

  .x_head_drop_lang.russian-lang {
    min-height: 40px;
    padding-left: 10px;
  }

  .x_head_drop_lang.deutch-lang {
    min-height: 40px;
    padding-left: 10px;
  }

  .center-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-buttons.hide {
    display: none;
  }

  .left-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .min-lead {
    margin-top: 0px;
  }

  .buy_btn {
    min-width: 230px;
  }

  .txt_description_textblock {
    max-width: 380px;
  }

  .slider {
    width: 70%;
    height: 500px;
  }

  .t_line {
    top: 242px;
    bottom: auto;
    width: 100%;
    margin-top: 15.6rem;
  }

  .t_features_h4 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .feature-dot {
    min-height: 0px;
    min-width: 0px;
  }

  .x_req-col._70 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-table {
    height: 400px;
    margin-top: 40px;
  }

  .txt_description_block {
    max-width: none;
  }

  .main_btn {
    min-width: 230px;
  }

  .txt_date_block {
    max-width: 280px;
  }

  .txt_profession_block {
    max-width: 280px;
  }

  .txt_quote_block {
    max-width: none;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_logo {
    width: 10rem;
    height: 10rem;
    margin-left: 0rem;
  }

  .footer_social_icons {
    width: 100%;
    min-width: 300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_social_li {
    width: 30px;
    height: 30px;
  }

  .footer_social_li.facebook {
    width: 30px;
    height: 30px;
  }

  .x_footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_links {
    margin-top: 10px;
  }

  .t_link {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link:hover {
    text-decoration: none;
  }

  .t_link.first {
    margin-right: 0em;
    margin-left: 0em;
    padding-right: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link.first:hover {
    text-decoration: none;
  }

  .x_footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_copyright {
    font-size: 13px;
  }

  .x_lead {
    width: 100%;
    max-width: none;
    min-height: 170px;
    min-width: 0px;
    margin-top: 60px;
    margin-bottom: 2em;
  }

  .subscribe_btn {
    width: 100%;
    min-width: 230px;
    margin-top: 10px;
  }

  .img-1 {
    width: 100%;
  }

  .img-2 {
    width: 100%;
  }

  .img-4 {
    width: 100%;
  }

  .img-3 {
    width: 100%;
  }

  .txt_zoom-img {
    width: 100%;
    padding-left: 0px;
    background-image: none;
    text-align: center;
  }

  .section_about.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_about.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_about.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_about.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image {
    margin-left: 2rem;
  }

  .c_paddings-medium {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_features.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_features.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_quotes.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_signup.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_paddings-top {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_paddings-top-large {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_requirements.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_requirements.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .x_col-copy {
    width: 100%;
    max-width: none;
    margin-top: 0px;
  }

  .x_col-copy.left {
    width: 65%;
  }

  .x_col-copy.left.max {
    width: 80%;
  }

  .c_paddings-bottom {
    padding-top: 3.1em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .x_feature_block_quotes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c_paddings-top-smalll {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_padding-large {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_team-story.c_full-screen {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_hero {
    z-index: 2;
    height: 100vh;
    min-height: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_full-height {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section_team-story.c_150 {
    height: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .txt_team_textblock {
    max-width: none;
  }

  .feature-dot-2 {
    min-height: 0px;
    min-width: 0px;
  }

  .t_features_h4-2 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .c_paddings-bottom-copy {
    padding-top: 3.1em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_paddings-bottom-medium {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .head_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    margin-left: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0rem;
  }

  .h_width {
    max-width: 95%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    font-size: 0.8rem;
  }

  .right-buttons {
    display: none;
    width: 50%;
    margin-top: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c_paddings {
    padding-top: 4em;
  }

  .c_paddings.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .main-lead {
    height: 60px;
    min-height: 130px;
    margin-bottom: 1rem;
  }

  .x_main_lead {
    width: 100%;
    min-height: 200px;
    margin-top: 220px;
  }

  .x_h_soc_li {
    min-height: 30px;
    min-width: 30px;
    margin-right: 0.5em;
    margin-bottom: 0.7em;
    margin-left: 0.5em;
  }

  .x_h_soc_li._2 {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }

  .txt_feature_textblock {
    max-width: 100%;
    text-align: left;
  }

  .x_h_soc_ul_embed {
    width: 100%;
    margin-top: 0.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .x_foot_logo {
    max-height: 70px;
    min-height: 50px;
  }

  .x_foot_txt {
    width: 100%;
    text-align: left;
  }

  .txt_h3 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 19px;
  }

  .x_foot-col {
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .x_foot-col.last {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xsb_xsolla_autorized-3 {
    text-align: left;
  }

  .x_foot_title {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 0.8rem;
  }

  .c_width-down {
    max-width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .c_width {
    padding-right: 0.6em;
    padding-left: 0.6em;
  }

  .c_width.c_width--full {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .x_feature_block {
    height: auto;
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .x_col {
    padding-left: 0px;
  }

  .x_col.left {
    width: 80%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .x_col.left.max {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lead {
    margin-bottom: 0.5rem;
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }

  .xsb_xsolla-4 {
    width: 230px;
    opacity: 0.66;
  }

  .list-table {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xsb_xsolla_badge-2 {
    padding-right: 1em;
  }

  .x_rating_img {
    margin-top: 0em;
  }

  .bg_sec {
    border-bottom: 0px none #000;
  }

  .bg_sec.x_bg3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0)), to(#000)), url('../images/detective-bg-jpeg.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(36, 36, 36, 0), #000), url('../images/detective-bg-jpeg.webp');
    background-position: 0px 0px, 0px 0px, 35% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .bg_sec.x_bg6 {
    background-color: #07080a;
    background-image: none;
    background-position: 0px 0px;
  }

  .footer.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c_2cols {
    margin-bottom: 4.1em;
    padding: 0em 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .c_block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t_features_h {
    font-size: 33px;
    line-height: 35px;
  }

  .bg_video_black {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bg_static {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .x_mobile_not_ready {
    padding-right: 1em;
    padding-left: 1em;
  }

  .secondary_btn {
    min-width: 136px;
    margin: 0.5em 0.2em;
  }

  .secondary_btn.min {
    min-width: 70px;
  }

  .secondary_btn.max {
    min-width: 186px;
  }

  .x_head_pop {
    bottom: -166px;
    width: 94px;
    height: auto;
    min-height: 140px;
    background-color: rgba(26, 25, 23, 0.74);
  }

  .x_head_button {
    min-height: 30px;
    font-size: 14px;
  }

  .x_head_drop_lang.russian-lang {
    min-height: 50px;
    padding-left: 10px;
  }

  .x_head_drop_lang.english-lang {
    min-height: 50px;
  }

  .x_head_drop_lang.deutch-lang {
    min-height: 50px;
    padding-left: 10px;
  }

  .center-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-buttons.hide {
    display: none;
  }

  .left-logo {
    width: auto;
    height: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .x_head_icon {
    width: 30px;
    height: 30px;
  }

  .min-lead {
    width: 80%;
    margin-bottom: 40px;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .buy_btn {
    min-width: auto;
    margin: 1em 0.2em 0.5em;
  }

  .txt_description_textblock {
    width: 95%;
    max-width: 100%;
    margin-left: 1em;
    text-align: left;
  }

  .slider {
    width: 280px;
    height: 340px;
  }

  .t_line {
    top: auto;
    display: none;
    overflow: hidden;
    margin-top: 29.6rem;
  }

  .txt_description {
    width: 95%;
    padding-left: 1rem;
  }

  .feature-dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-table {
    width: 100%;
    height: 100%;
    -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1.25fr);
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1.25fr);
    border-style: none solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.13) hsla(0, 0%, 100%, 0.13) hsla(0, 0%, 100%, 0.13) hsla(0, 0%, 100%, 0.13);
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .text-table-white {
    width: 100%;
    height: 100%;
    min-height: 0px;
    padding-right: 10px;
    border-style: solid none none solid;
    border-color: hsla(0, 0%, 100%, 0.13);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .txt_description_block {
    max-width: 100%;
    margin-left: 0px;
    text-align: left;
  }

  .main_btn {
    min-width: auto;
    margin: 0.5em 0.2em;
  }

  .x_testemonial {
    width: 100%;
  }

  .x_testemonial.right {
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .txt_date_block {
    max-width: 100%;
    text-align: left;
  }

  .txt_profession_block {
    max-width: 100%;
    text-align: left;
  }

  .txt_quote_block {
    max-width: 100%;
    text-align: left;
  }

  .text-field {
    margin-right: 0px;
  }

  .footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

  .footer_social_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3rem;
    min-height: auto;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 1rem;
  }

  .footer_links {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .t_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 0.125em;
    margin-left: 0.125em;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1.2rem;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link:hover {
    text-decoration: none;
  }

  .t_link.first {
    max-width: 210px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link.first:hover {
    text-decoration: none;
  }

  .x_footer-copyright {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt_copyright {
    text-align: center;
  }

  .link-buttons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .x_lead {
    width: 90%;
    min-height: 140px;
    margin-top: 0px;
    margin-bottom: 0em;
  }

  .subscribe_btn {
    min-width: auto;
    margin: 0.5em 0.2em 0.5em 0px;
  }

  .success-message {
    text-align: center;
  }

  .error-message {
    background-color: #6f1e1b;
    color: hsla(0, 0%, 100%, 0.68);
    text-align: center;
  }

  .img-1 {
    width: 280px;
  }

  .txt_zoom-img {
    padding-left: 0px;
  }

  .left-spacer {
    display: none;
    width: auto;
    height: 70px;
    margin-right: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section_about.c_full-screen {
    border-top: 0px none #000;
  }

  .section_about.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    margin-left: 0rem;
  }

  .c_paddings-medium {
    padding-top: 4em;
    border-top: 0px none #000;
    border-radius: 0px;
  }

  .c_paddings-medium.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .logo-second_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_features.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .right-buttons-below {
    display: block;
    width: 100%;
    margin-top: 3rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .x_head_icon-_itch {
    width: 38px;
    height: 38px;
  }

  .section_quotes.c_full-screen {
    display: none;
  }

  .section_quotes.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section_signup.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .right-menu-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c_paddings-top {
    padding-top: 4em;
  }

  .c_paddings-top.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .c_paddings-top-large {
    padding-top: 4em;
  }

  .c_paddings-top-large.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .section_requirements.c_full-screen {
    display: block;
  }

  .section_requirements.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .x_col-copy {
    padding-left: 0px;
  }

  .x_col-copy.left {
    width: 80%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .x_col-copy.left.max {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .c_paddings-bottom {
    padding-top: 4em;
  }

  .c_paddings-bottom.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .x_feature_block_quotes {
    height: auto;
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0px none #000;
    border-radius: 0px;
  }

  .c_paddings-top-smalll {
    padding-top: 4em;
    border-top: 0px none #000;
    border-radius: 0px;
  }

  .c_paddings-top-smalll.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .c_padding-large {
    padding-top: 4em;
  }

  .c_padding-large.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .section_team-story.c_hero {
    z-index: 2;
    min-height: 86vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2 {
    width: 18rem;
    height: 7rem;
  }

  .team-body-cont {
    padding-right: 0px;
  }

  .txt_team_textblock {
    max-width: 100%;
    margin-top: 3rem;
    text-align: left;
  }

  .dropdown-button {
    width: 90%;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-dot-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .t_features_h4-2 {
    font-size: 1.5rem;
  }

  .dropdown-heading_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
  }

  .dropdown-heading_container {
    position: relative;
    margin-left: 1rem;
  }

  .text-block-10 {
    margin-left: 0rem;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .c_paddings-bottom-copy {
    margin-bottom: 0rem;
    padding-top: 4em;
    padding-bottom: 0em;
  }

  .c_paddings-bottom-copy.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .c_paddings-bottom-medium {
    padding-top: 0em;
    padding-bottom: 4rem;
  }

  .c_paddings-bottom-medium.head {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

#w-node-_54485604-0572-20c6-7eea-bff26da10f83-a69202aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_18f0c729-a0ae-b486-fbe9-60ae125c23d8-a69202aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_018bf5f0-cafc-1531-50d3-22f7b0118d3e-a69202aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_54485604-0572-20c6-7eea-bff26da10f83-a69202aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18f0c729-a0ae-b486-fbe9-60ae125c23b1-a69202aa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}