body,
html {
  margin: 0px;
  padding: 0px;
  background-color: black;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  font-family: 'Adelle', sans-serif;
}

@font-face {
  font-family: "Adelle";
  src: url("../fonts/AdelleBold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Adelle";
  src: url("../fonts/AdelleSemi.otf");
  font-weight: 600;
}

@font-face {
  font-family: "Adelle";
  src: url("../fonts/AdelleRegular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Fabriga";
  src: url("../fonts/Fabriga Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Adelle";
  src: url("../fonts/AdelleLight.otf");
  font-weight: 300;
}

.container {
  max-width: 1420px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
}

header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
}

header .outer__header .header__right>a {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

header .outer__header .header__right>a:hover {
  opacity: .7;
}

header .outer__header .header__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .outer__header .header__left>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #fff;
}

header .outer__header .header__left>a svg,
header .outer__header .header__left>a img {
  max-width: 163px;
}

header .outer__header .header__left>a:hover {
  opacity: .7;
}

.hero__section {
  padding-bottom: 80px;
}

.hero__section .hero__desc {
  max-width: 1054px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-right: auto;
}

.hero__section .hero__desc>p {
  font-size: 32px;
  line-height: 62px;
  margin-bottom: 32px;
}

.hero__section .hero__desc .hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__section .hero__desc .hero__button>a {
  border-radius: 63px;
  background: #fff;
  padding: 20px 24px 16px 24px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.hero__section .hero__desc .hero__button>a:hover {
  opacity: .7;
}

.hero__section .hero__desc .hero__button>a svg {
  margin-left: 20px;
}

.hero__section .hero__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 80px 0px;
  position: relative;
}

.hero__section .hero__gallery .float__gallery {
  position: absolute;
  top: -300px;
  left: 0px;
}

.hero__section .hero__gallery .float__gallery svg {
  width: 160px;
}

.hero__section .hero__gallery .elem__gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero__section .hero__gallery .gallery__four {
  width: 28%;
}

.hero__section .hero__gallery .gallery__four>img {
  width: 100%;
}

.hero__section .hero__gallery .gallery__three {
  width: 40%;
  margin-right: -3%;
  z-index: 3;
  margin-top: 10%;
}

.hero__section .hero__gallery .gallery__three>img {
  width: 100%;
}

.hero__section .hero__gallery .gallery__two {
  width: 29%;
  position: relative;
  margin-top: 21%;
  z-index: 4;
  margin-right: -3%;
}

.hero__section .hero__gallery .gallery__two>img {
  width: 100%;
}

.hero__section .hero__gallery .gallery__one {
  width: 31%;
  margin-right: -7%;
}

.hero__section .hero__gallery .gallery__one>img {
  width: 100%;
}

.hero__section .outer__hero {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 4rem;
}

.hero__section .outer__hero>h1 {
  margin: 0px;
  font-size: 76px;
  font-weight: bold;
  line-height: 92px;
  font-family: "Fabriga", sans-serif;
}

.hero__section .outer__hero>h1 span {
  font-size: 76px;
  font-weight: bold;
  display: inline-block;
  font-family: "Fabriga", sans-serif;
  position: relative;
}

.hero__section .outer__hero>h1 span svg {
  position: absolute;
  left: 0px;
  bottom: -10px;
  max-width: 100%;
}

.article__wrapper {
  padding-top: 80px;
}

.article__wrapper .outer__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__wrapper .outer__article .article__el {
  padding-bottom: 0px;
  text-decoration: none;
  padding-bottom: 150px;
  text-decoration: none;
}

.article__wrapper .outer__article .article__el .article__element {
  text-decoration: none;
}

.article__wrapper .outer__article .article__el .article__element>span {
  display: none;
}

.article__wrapper .outer__article .article__el:nth-child(1) {
  width: calc(50% - 28px);
}

.article__wrapper .outer__article .article__el:nth-child(2) {
  width: calc(50% - 28px);
  margin-top: 150px;
}

.article__wrapper .outer__article .article__el:nth-child(3) {
  width: calc(40% - 28px);
  margin-top: -320px;
}

.article__wrapper .outer__article .article__el:nth-child(4) {
  width: calc(50% - 28px);
  margin-right: auto;
  margin-left: 56px;
}

.article__wrapper .outer__article .article__el:nth-child(5) {
  width: calc(58% - 28px);
  margin-top: 80px;
}

.article__wrapper .outer__article .article__el:nth-child(6) {
  width: calc(42% - 28px);
}

.article__wrapper .outer__article .article__el:nth-child(7) {
  width: calc(45% - 80px);
  margin-left: 100px;
  margin-top: -100px;
}

.article__wrapper .outer__article .article__el:nth-child(8) {
  width: calc(55% - 80px);
}

.article__wrapper .outer__article .article__el h6 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.article__wrapper .outer__article .article__el p {
  line-height: 30px;
  margin: 0px;
  font-weight: 300;
  font-size: 21px;
}

.article__wrapper .outer__article .article__el .article__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.article__wrapper .outer__article .article__el .article__media>img {
  width: 100%;
  max-width: 100%;
}

.logos__wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
}

.logos__wrapper .outer__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px 40px;
  grid-row-gap: 60px;
}

.logos__wrapper .outer__logos .elem__logo {
  max-width: 100%;
  padding: 0px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos__wrapper .outer__logos .elem__logo img,
.logos__wrapper .outer__logos .elem__logo svg {
  max-width: 166px;
}

.info__wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

.info__wrapper .outer__info .info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.info__wrapper .outer__info .info__grid>.elem__info {
  padding: 0px 15px;
}

.info__wrapper .outer__info .info__grid>.elem__info>h6 {
  margin-top: 0px;
  line-height: 32px;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.info__wrapper .outer__info .info__grid>.elem__info>ul {
  padding-left: 24px;
  list-style-type: none;
  margin: 0px;
}

.info__wrapper .outer__info .info__grid>.elem__info>ul li {
  list-style-type: disc;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
}

.info__wrapper .outer__info>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 92px;
  max-width: 80%;
  line-height: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 66px;
  font-weight: 400;
  color: #fff;
}

.contact__wrapper {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
}

.contact__wrapper .outer__contact>p {
  margin: 0px;
}

.contact__wrapper .outer__contact .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.contact__wrapper .outer__contact .button__wrapper>a {
  display: inline-flex;
  border-radius: 63px;
  background: #fff;
  padding: 20px 24px 16px 24px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  font-weight: 400;
  transition: .4s ease all;
}

.contact__wrapper .outer__contact .button__wrapper>a:hover {
  opacity: .7;
}

.contact__wrapper .outer__contact .button__wrapper>a svg {
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
}

.contact__wrapper .outer__contact>h2 {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 66px;
  color: #fff;
  font-weight: 400;
}

.contact__wrapper .outer__contact>h2 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.contact__wrapper .outer__contact>h2 span svg {
  max-width: 500px;
  min-width: 500px;
}

footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 4rem;
}

footer .outer__footer>svg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 630px;
}

footer .outer__footer>p {
  margin: 0px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

footer .outer__footer>p a {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

footer .outer__footer>p a:hover {
  color: #fff;
}

footer .outer__footer>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .outer__footer>ul>li {
  width: 24px;
  margin: 0.5rem;
}

footer .outer__footer>ul>li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .outer__footer>ul>li a svg {
  min-width: 24px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .contact__wrapper {
    padding-bottom: 140px;
  }

  footer .outer__footer>svg {
    max-width: 530px;
  }
}

@media (max-width: 991px) {
  .contact__wrapper .outer__contact>h2 {
    font-size: 56px;
  }

  footer .outer__footer>svg {
    max-width: 440px;
  }

  .contact__wrapper .outer__contact>h2 span svg {
    min-width: 480px;
    max-width: 480px;
  }

  .info__wrapper .outer__info>h2 {
    font-size: 56px;
  }

  .info__wrapper .outer__info .info__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }

  .logos__wrapper {
    padding-top: 150px;
  }

  .logos__wrapper .outer__logos {
    padding: 0px;
    grid-template-columns: repeat(3, 1fr);
  }

  .article__wrapper .outer__article .article__el p {
    line-height: 27px;
  }

  .article__wrapper .outer__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__wrapper .outer__article>.article__el {
    width: calc(100%) !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 100px;
    margin-left: 0px !important;
  }

  .article__wrapper .outer__article>.article__el .article__element>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 52px;
    max-width: 52px;
    min-height: 52px;
    max-height: 52px;
    border-radius: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #252525;
    margin-top: 20px;
  }

  .article__wrapper .outer__article>.article__el .article__element>span svg path {
    fill: #fff;
  }

  .article__wrapper .outer__article>.article__el:last-child {
    margin-bottom: 0px;
  }

  .article__wrapper .outer__article>.article__el .article__media {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .hero__section .outer__hero>h1 {
    font-size: 66px;
    line-height: 76px;
  }

  .hero__section .outer__hero>h1 span {
    font-size: 66px;
    line-height: 76px;
  }

  .info__wrapper {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .contact__wrapper {
    padding-bottom: 80px;
  }

  footer .outer__footer>p {
    max-width: 70%;
  }

  footer .outer__footer>svg {
    max-width: 260px;
  }

  .contact__wrapper .outer__contact>h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .contact__wrapper .outer__contact>h2 span svg {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
  }

  .info__wrapper .outer__info>h2 {
    max-width: 100%;
  }

  .info__wrapper .outer__info .info__grid>.elem__info>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info__wrapper .outer__info .info__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 55px;
  }

  .info__wrapper .outer__info>h2 {
    margin-bottom: 72px;
  }

  .info__wrapper .outer__info>h2 {
    font-size: 42px;
    line-height: 64px;
  }

  .info__wrapper .outer__info .info__grid>.elem__info {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .info__wrapper {
    padding-top: 80px;
  }

  .logos__wrapper .outer__logos .elem__logo {
    padding: 0px 1rem;
  }

  .hero__section .hero__gallery .gallery__one {
    width: 34%;
    z-index: 2;
  }

  .hero__section .hero__gallery .gallery__two {
    margin-right: -23%;
  }

  .hero__section .hero__gallery .gallery__four {
    width: 33%;
  }

  .hero__section .hero__gallery .gallery__two {
    margin-top: 32%;
  }

  .hero__section .hero__gallery .gallery__three {
    margin-top: 17%;
  }

  .hero__section .hero__gallery .gallery__three {
    margin-right: -3%;
  }

  .hero__section .hero__gallery .gallery__four {
    z-index: 3;
  }

  .hero__section .hero__desc>p {
    font-size: 20px;
    line-height: 34px;
  }

  .hero__section .outer__hero>h1 span svg {
    bottom: -15px;
  }

  .hero__section .hero__gallery .float__gallery svg {
    max-width: 80px;
  }

  .hero__section .hero__gallery .float__gallery {
    top: -50px;
  }

  .hero__section .hero__gallery {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero__section .outer__hero {
    padding: 2rem 0rem;
  }

  .hero__section .outer__hero>h1 {
    font-size: 43px;
    line-height: 46px;
  }

  .hero__section .outer__hero>h1 span {
    font-size: 43px;
    line-height: 46px;
  }

  body * {
    font-size: 16px;
  }

  header .outer__header .header__right>a {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  footer .outer__footer>svg {
    max-width: 220px;
  }

  .logos__wrapper .outer__logos {
    grid-template-columns: repeat(2, 1fr);
  }
}