@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,500;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.tw-z-\[1000\]{
  z-index: 1000 !important;
}

.-tw-ml-6{
  margin-left: -1.5rem !important;
}

.-tw-ml-7{
  margin-left: -1.75rem !important;
}

.-tw-ml-9{
  margin-left: -2.25rem !important;
}

.-tw-ml-\[0\.17rem\]{
  margin-left: -0.17rem !important;
}

.-tw-ml-\[0\.45rem\]{
  margin-left: -0.45rem !important;
}

.-tw-ml-\[1\.1rem\]{
  margin-left: -1.1rem !important;
}

.-tw-ml-\[1\.6rem\]{
  margin-left: -1.6rem !important;
}

.-tw-ml-\[3\.2rem\]{
  margin-left: -3.2rem !important;
}

.-tw-ml-\[3rem\]{
  margin-left: -3rem !important;
}

.-tw-mr-2{
  margin-right: -0.5rem !important;
}

.-tw-mt-14{
  margin-top: -3.5rem !important;
}

.-tw-mt-20{
  margin-top: -5rem !important;
}

.-tw-mt-4{
  margin-top: -1rem !important;
}

.-tw-mt-5{
  margin-top: -1.25rem !important;
}

.-tw-mt-\[12rem\]{
  margin-top: -12rem !important;
}

.-tw-mt-\[5rem\]{
  margin-top: -5rem !important;
}

.-tw-mt-\[7rem\]{
  margin-top: -7rem !important;
}

.tw-ml-10{
  margin-left: 2.5rem !important;
}

.tw-mt-0{
  margin-top: 0px !important;
}

.tw-mt-2{
  margin-top: 0.5rem !important;
}

.tw-flex{
  display: flex !important;
}

.tw-hidden{
  display: none !important;
}

.tw-w-3{
  width: 0.75rem !important;
}

.tw-w-\[6rem\]{
  width: 6rem !important;
}

.tw-w-\[7rem\]{
  width: 7rem !important;
}

.tw-w-\[8\.5rem\]{
  width: 8.5rem !important;
}

.tw-w-\[8rem\]{
  width: 8rem !important;
}

.tw-flex-col{
  flex-direction: column !important;
}

.tw-items-center{
  align-items: center !important;
}

.tw-justify-center{
  justify-content: center !important;
}

.tw-bg-\[\#191919\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity)) !important;
}

.tw-text-center{
  text-align: center !important;
}

.tw-font-chronique{
  font-family: Chronique, sans-serif !important;
}

.tw-font-poppins{
  font-family: Poppins, sans-serif !important;
}

.tw-font-quantum{
  font-family: Quantum, sans-serif !important;
}

.tw-text-\[1\.5rem\]{
  font-size: 1.5rem !important;
}

.tw-text-\[15px\]{
  font-size: 15px !important;
}

.tw-text-\[16px\]{
  font-size: 16px !important;
}

.tw-text-\[17px\]{
  font-size: 17px !important;
}

.tw-font-bold{
  font-weight: 700 !important;
}

.tw-font-semibold{
  font-weight: 600 !important;
}

.tw-lowercase{
  text-transform: lowercase !important;
}

.tw-text-\[\#D79A10\]{
  --tw-text-opacity: 1 !important;
  color: rgb(215 154 16 / var(--tw-text-opacity)) !important;
}

.tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@font-face {
  font-family: "Chronique";

  src: url("../fonts/Chronicle Display Black.otf");
}

@font-face {
  font-family: "Aileron";

  src: url("../fonts/Aileron-Bold.otf");
}

@font-face {
  font-family: "Quantum";

  src: url("../fonts/Quantum.otf");
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 44%;
  /* width: 300px; */
  height: 300px;
  margin: -75px 0 0 -75px;
  z-index: 2001;
}

#loader img {
  width: 200px;
  margin-left: -30px;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  /*-webkit-transform: translateX(-100%);*/
  /*-ms-transform: translateX(-100%);*/
  /*transform: translateX(-100%);*/
}

.loaded #loader-wrapper .loader-section.section-right {
  /*-webkit-transform: translateX(100%);*/
  /*-ms-transform: translateX(100%);*/
  /*transform: translateX(100%);*/
}

.loaded #loader-wrapper .loader-section.section-right,
  .loaded #loader-wrapper .loader-section.section-left {
  /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
}

.loaded #loader {
  opacity: 0;
  /*-webkit-transition: all 0.3s ease-out;*/
  /*transition: all 0.3s ease-out;*/
}

.loaded #loader-wrapper {
  transform: translateY(-100%);
  /*-webkit-transition: all 0.3s 1s ease-out;*/
  /*transition: all 0.3s 1s ease-out;*/
}

.hover\:tw-text-\[\#D79A10\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(215 154 16 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px){
  .sm\:tw-ml-0{
    margin-left: 0px !important;
  }
}

@media (min-width: 768px){
  .md\:-tw-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-tw-mt-\[10rem\]{
    margin-top: -10rem !important;
  }

  .md\:tw-ml-0{
    margin-left: 0px !important;
  }

  .md\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .md\:tw-mt-0{
    margin-top: 0px !important;
  }

  .md\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:tw-block{
    display: block !important;
  }

  .md\:tw-hidden{
    display: none !important;
  }
}