input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  width: 100%;
  pointer-events: none;
}
body {
  font-family: "AspiraNarW01";
  font-weight: 250;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  user-select: none;
}
.btn {
  display: inline-block;
  text-align: center;
  font-family: "AspiraNarW01";
  width: 100%;
  font-size: 20px;
  border-radius: 0.25em;
  line-height: 1.25em;
  padding: 0.95em;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.2s linear;
  cursor: pointer;
  user-select: none;
}
.btn-primary {
  color: #fff;
  background-color: #1c1c1c;
}
.btn-primary:hover {
  background-color: #000;
}
.btn[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.input {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0.866em 1.133em;
  color: #142130;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #142130;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
}
.input::placeholder {
  color: inherit;
}
.input:focus::placeholder {
  opacity: 0.1;
}
.exclusives .owl-stage {
  display: flex;
}
.exclusives .owl-nav {
  margin-top: 0;
  font-size: 50px;
}
.exclusives .owl-nav .owl-prev,
.exclusives .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7 !important;
}
.exclusives .owl-nav .owl-prev:not(.disabled):hover svg path,
.exclusives .owl-nav .owl-next:not(.disabled):hover svg path {
  fill: #14283F;
  fill-opacity: 1;
}
.exclusives .owl-nav .owl-prev {
  left: 3px;
}
.exclusives .owl-nav .owl-next {
  right: 3px;
}
.exclusive {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  height: 100%;
}
.exclusive-img {
  margin: 0;
  line-height: 0;
  height: 225px;
  max-height: 225px;
  min-height: 225px;
  position: relative;
  box-sizing: border-box;
}
.exclusive-img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.exclusive-img-title {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 5px;
  line-height: 1.5em;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.exclusive-wrapper {
  padding: 27px;
}
.exclusive-name {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.exclusive-info {
  line-height: 1.5em;
  margin-bottom: 1.5625em;
}
.exclusive-info p {
  margin: 0;
}
.exclusive-text {
  font-size: 0.8125em;
  line-height: 1.538em;
}
.top {
  font-weight: 600;
}
.top_row {
  display: flex;
}
.main .section:nth-child(even) {
  background-color: #F5F5F5;
}
.focus {
  background-color: #fff;
  /* min-width: 200px; */
  
  min-width: 157px;
  
  max-width: 200px;
  width: 100%;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.focus_img {
  height: 40px;
}
.focus_title {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.focus_list {
  list-style-type: none;
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  line-height: 1.666em;
}
.teams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}
.teams_item {
  display: flex;
}
.team {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 90px 10px;
}
.team_count {
  font-size: 35px;
}
.team_title {
  font-size: 25px;
}
.team_count,
.team_title {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.team_text {
  margin: 0;
  font-weight: 600;
  line-height: 21px;
}
.founder_text {
  font-weight: 600;
  line-height: 1.733em;
}
.founder_img {
  margin: 43px 0;
}
.founder_list {
  padding-left: 20px;
  line-height: 1.466em;
  margin-bottom: 0;
}
.form {
  padding-bottom: 0px !important;
}
.form_head {
  margin-bottom: 30px;
}
.form_title {
  font-size: 30px;
  margin-bottom: 19px;
  font-weight: 600;
  margin-top: 0;
}
.form_subtitle {
  font-size: 20px;
  color: #686868;
}
.form_bottom {
  font-size: 9px;
  line-height: 1.222em;
  color: #686868;
  font-family: 'Inter';
  font-weight: 400;
}
.form_bottom p {
  margin: 30px 0;
}
.form_img {
  margin: 0;
  width: 100vw;
  margin-left: -24px;
  line-height: 0;
}
.footer {
  padding-top: 56px;
  background-color: #1C1C1C;
  color: #fff;
  font-weight: 600;
}
.footer_subtitle {
  margin-bottom: 36px;
}
.footer_text {
  margin-top: 36px;
  font-size: 11px;
  line-height: 1.454em;
  font-weight: 250;
}
.footer_link {
  display: flex;
  flex-direction: column;
}
.footer_link a {
  margin: 15px 0;
}
.footer_address {
  font-size: 13px;
  line-height: 1.23em;
  margin-top: 36px;
}
.footer_logo {
  max-width: 122px;
}
.footer_tel {
  font-size: 25px;
  line-height: 31px;
}
.footer_mail {
  text-decoration: underline;
  font-size: 20px;
  line-height: 25px;
}
.footer_bottom {
  background-color: #000;
  font-size: 11px;
  padding: 1em 0;
  font-weight: 250;
}
.footer_bottom_row {
  display: flex;
  justify-content: space-between;
}
html,
body {
  font-size: 15px;
}
.container {
  padding-left: 24px;
  padding-right: 24px;
}
.section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.h2 {
  font-size: 30px;
  line-height: 1.226em;
  font-weight: 600;
  margin-top: 0;
}
.focuse {
  width: calc(100% + 24px);
  margin-right: -24px;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
.focuse_item {
  margin-right: 10px;
}
.focuse_item:last-child {
  margin-right: 24px;
}
.top {
  position: absolute;
  left: 0px;
  right: 0px;
}
.top_row {
  justify-content: flex-end;
}
.header {
  background-color: #f7f7f7;
}
.header_top {
  min-height: 100vh;
  height: 100vh;
  background-image: url(../images/tmp/header-bg-desctop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right  bottom;
}
.header_top .container {
  height: 100%;
}
.header_wrapper {
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header_logo {
  max-width: 268px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.header_text {
  font-size: 19px;
  line-height: 1.8em;
}
.header_bottom {
  background-color: #000;
  padding-top: 52px;
  padding-bottom: 52px;
  color: #F9F9F9;
  line-height: 1.866em;
}
.header_bottom h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.header ul {
  margin-top: 1em;
  padding-left: 1.133em;
  line-height: 2.266em;
  font-weight: 600;
  margin-bottom: 2.266em;
}
.exclusives {
  width: 100vw;
  margin-left: -24px;
  margin-bottom: 27px;
}

br.breake {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mobile-hide {
    display: none;
  }
}
/* smartphones, Android phones, landscape iPhone */

@media (max-width: 480px) {
  .form_bottom {
    font-size: 10px;
  }
  .founder_list{
    font-size: 14px;
  }
  .founder_list li{
    margin-bottom: 15px;
  }
  
  br.breake {
    display: unset;
  }
  
}



@media (min-width: 480px) {
  .form_bottom {
    font-size: 10px;
  }
}
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width: 600px) {
  .btn {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .form_bottom {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px 0;
    align-items: center;
  }
  .form_bottom .btn {
    margin-left: 15px;
  }
  .form_bottom p {
    margin: 0;
  }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 801px) {
  .form {
    padding-bottom: 56px !important;
  }
  .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 38px;
  }
  .form_row form {
    flex-shrink: 50%;
  }
  .form_img {
    width: 100%;
    margin-left: 0px;
  }
  .form_img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 901px) {
  .header_bottom_row {
    display: flex;
  }
  .header_bottom_left {
    flex-basis: 50%;
  }
  .header_bottom_right {
    flex-basis: 50%;
  }
  .founder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 38px;
    grid-template-areas: "fTitle fImg" "fText fImg" "fList fImg";
  }
  .founder_title {
    grid-area: fTitle;
  }
  .founder_text {
    grid-area: fText;
  }
  .founder_list {
    grid-area: fList;
  }
  .founder_img {
    grid-area: fImg;
    margin: 0;
  }
  .founder_img img {
    height: 100%;
    object-fit: cover;
  }
}
/* big landscape tablets, laptops, and desktops */
@media (min-width: 1024px) {
  html,
  body {
    font-size: 20px;
  }
  .container {
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
  }
  .h2 {
    font-size: 60px;
  }
  .founder_title {
    margin-bottom: 30px;
  }
  .form_title {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .form_subtitle {
    margin-top: 0;
    font-size: 30px;
  }
  .header_top {
    padding-top: 90px;
    min-height: auto;
    height: auto;
    background-size: cover;
    background-position: right bottom;
  }
  .header_text,
  .header_logo {
    margin-bottom: 50px;
  }
  .header_logo {
    margin-left: 0;
    margin-right: 0;
  }
  .header_wrapper {
    max-width: 422px;
    margin-right: auto;
    padding-bottom: 50px;
    text-align: left;
    padding-left: 0;
  }
  .header_wrapper .btn {
    margin: 0;
  }
  .header_bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header_bottom h2 {
    font-size: 60px;
    line-height: 74px ;
  }
  .header ul {
    margin-bottom: 0;
  }
  .teams {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
  }
  .exclusives {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
  }
  .top_row {
    justify-content: space-between;
    font-size: 10px;
  }
  .top_links a:not(:first-child) {
    margin-left: 2em;
  }
  .footer_bottom {
    font-size: 15px;
  }
  .footer_bottom_row {
    display: grid;
    grid-template-columns: 290px minmax(auto, 440px);
    justify-content: flex-start;
    grid-column-gap: 94px ;
  }
  .footer_grid {
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 290px minmax(auto, 440px);
    grid-column-gap: 94px ;
    grid-template-areas: 'fLogo fSubtitle' 'fLink fText' 'fAddress fText';
    align-items: end;
  }
  .footer_logo {
    grid-area: fLogo;
    max-width: 240px;
  }
  .footer_link {
    grid-area: fLink;
    margin: 0;
  }
  .footer_subtitle {
    grid-area: fSubtitle;
    font-size: 25px;
    line-height: 37px;
    margin: 0;
  }
  .footer_address {
    grid-area: fAddress;
    font-size: 15px;
  }
  .footer_text {
    grid-area: fText;
    font-size: 15px;
    margin-top: 0;
  }
}
/* hi-res laptops and desktops */
@media (min-width: 1280px) {
  .top_row {
    font-size: 12px;
  }
  .header_text {
    font-size: 28px;
    line-height: 46px;
  }
  .header_bottom_right {
    max-width: 600px;
  }
  .focuse_item:last-child {
    margin-right: 0;
  }
  .form_row {
    grid-template-columns: 1fr 600px;
    grid-gap: 100px;
  }
  .form_bottom .btn {
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .exclusives .owl-nav .owl-prev {
    left: -67px;
  }
  .exclusives .owl-nav .owl-next {
    right: -67px;
  }
}


.load-success {
  width: 300px;
    height: 100px;
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    color: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  position: fixed;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 10px 10px 28px 0px rgba(102,102,102,1);
  -moz-box-shadow: 10px 10px 28px 0px rgba(102,102,102,1);
  box-shadow: 10px 10px 28px 0px rgba(102,102,102,1);
}
