* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #E7EEEB;
  background: #232824;
}

::selection {
  color: #E7EEEB;
  background: #232824;
}
@font-face {
  font-family: "Mont Heavy";
  src: url(../assets/Fonts/Mont-HeavyDEMO.otf);
}
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #141414;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.preloader lottie-player:last-of-type {
  display: none;
}

.preloader-finish {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fdfcf3;
}
main header {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 0 10%;
  height: 80px;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main header p {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #fdfcf3;
}
main header p a {
  color: #fdfcf3;
  text-decoration: none;
}
main header p > a:first-of-type > span {
  font-size: 13px;
  position: absolute;
  top: 11%;
}
main header p > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}
main header p > span span {
  font-family: "Mont Heavy";
  font-weight: 700;
}
main header img {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
main header img#ham {
  display: block;
}
main header img#ham.ham-hide {
  display: none;
}
main header img#ham-close {
  display: none;
}
main header img#ham-close.ham-close__active {
  display: block;
}
main .drop-down {
  position: absolute;
  z-index: 10;
  top: 80px;
  width: 100%;
  height: 40vh;
  background-color: #141414;
  transform: translateY(-120%);
  transition: all 0.3s ease-in-out;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .drop-down .drop-down__content {
  margin: 10px 0;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .drop-down .drop-down__content a {
  text-decoration: none;
}
main .drop-down .drop-down__content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #fdfcf3;
}
main .drop-down .drop-down__content p:last-of-type {
  display: none;
}
main .drop-down .drop-down__content p span {
  font-weight: 300;
  font-size: 20px;
}
main .drop-down .drop-down__content p img {
  width: 20px;
  height: auto;
}
main .drop-down__active {
  transform: translate(0);
}
main .main-top {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  display: flex;
}
main .main-top > img {
  z-index: 0;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -1px;
  right: 0;
  width: 101%;
  height: 100%;
}
main .main-top > img:nth-of-type(2) {
  display: none;
}
main .main-top > img:last-of-type {
  display: none;
}
main .main-top .main-top__content {
  padding: 0 10%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .main-top .main-top__content .decarb {
  display: flex;
  align-items: center;
}
main .main-top .main-top__content .decarb img {
  width: 75px;
  height: auto;
}
main .main-top .main-top__content .decarb h1 {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #fdfcf3;
}
main .main-top .main-top__content .decarb h1 span {
  position: absolute;
  right: -8px;
  top: 5px;
  font-size: 30px;
}
main .main-top .main-top__content h2 {
  margin-top: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #fdfcf3;
}
main .main-top .main-top__content h2 span {
  font-style: italic;
}
main .main-bottom {
  width: 100%;
  height: 40vh;
  padding: 0 10%;
  display: flex;
  align-items: center;
}
main .main-bottom .main-bottom__content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #141414;
  line-height: 120%;
  padding-right: 50%;
}
main .main-bottom .main-bottom__content p {
  margin-bottom: 15px;
}
main .main-bottom .main-bottom__content p:first-of-type span {
  font-weight: 700;
}
main .main-bottom .main-bottom__content p:last-of-type span {
  font-family: "Mont Heavy";
  font-weight: 700;
}
main .main-bottom .main-bottom__content a {
  display: contents;
  text-decoration: none;
}
main .main-bottom .main-bottom__content button {
  position: relative;
  cursor: pointer;
  margin-top: 25px;
  border: none;
  background-color: #141414;
  color: #fdfcf3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding-right: 55px;
}
main .main-bottom .main-bottom__content button img {
  position: absolute;
  right: 7%;
  margin-left: 10px;
  width: 30px;
  height: auto;
  transition: all 0.2s ease;
}
main .main-bottom .main-bottom__content button:hover img {
  right: 5%;
}
main footer {
  margin: auto;
  width: 80%;
  height: auto;
  padding: 20px 0;
  border-top: 1px solid #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
main footer p span {
  margin-left: 50px;
}
main footer p a {
  color: #141414;
}

@media (max-width: 1000px) {
  main header {
    padding: 0 40px;
  }
  main .drop-down {
    padding: 0 40px;
  }
  main .drop-down .drop-down__content {
    width: 75%;
  }
  main .main-top > img:first-of-type {
    display: none;
  }
  main .main-top > img:nth-of-type(2) {
    display: block;
  }
  main .main-top .main-top__content {
    padding: 0 40px;
  }
  main .main-bottom {
    padding: 0 40px;
    align-items: flex-start;
  }
  main .main-bottom .main-bottom__content {
    margin-top: 30px;
    padding-right: 0%;
  }
  main .main-bottom .main-bottom__content p {
    margin-bottom: 25px;
  }
  main .main-bottom .main-bottom__content button {
    margin-top: 35px;
  }
  main footer {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .preloader lottie-player:first-of-type {
    display: none;
  }
  .preloader lottie-player:last-of-type {
    display: block;
  }
  main header {
    padding: 0 15px 0 20px;
  }
  main .drop-down {
    height: 40vh;
    padding: 30px 20px 0px 20px;
    justify-content: start;
  }
  main .drop-down .drop-down__content {
    margin-top: 20px;
    width: 100%;
  }
  main .drop-down .drop-down__content p {
    font-size: 18px;
  }
  main .drop-down .drop-down__content p:last-of-type {
    margin-top: 5px;
    display: block;
    font-weight: 300;
    font-size: 16px;
  }
  main .drop-down .drop-down__content p span {
    display: none;
  }
  main .main-top > img {
    height: 100%;
  }
  main .main-top > img:nth-of-type(2) {
    display: none;
  }
  main .main-top > img:last-of-type {
    display: block;
  }
  main .main-top .main-top__content {
    padding: 0 20px;
  }
  main .main-top .main-top__content .decarb img {
    width: 54px;
  }
  main .main-top .main-top__content .decarb h1 {
    font-size: 44px;
  }
  main .main-top .main-top__content .decarb h1 span {
    font-size: 22px;
  }
  main .main-top .main-top__content h2 {
    font-size: 24px;
    line-height: 120%;
  }
  main .main-bottom {
    padding: 0 20px;
  }
  main .main-bottom .main-bottom__content {
    font-size: 18px;
  }
  main .main-bottom .main-bottom__content p:last-of-type span span {
    font-weight: 500;
    font-family: "Inter";
    font-size: 14px;
    position: absolute;
  }
  main .main-bottom .main-bottom__content button {
    font-size: 16px;
  }
  main footer {
    width: 90%;
  }
  main footer p span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */