@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: #000000;
  font-family: "Elza";
  overflow-x: hidden;
}

img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

#adjust-margin {
  margin-top: unset;
}

.spacing-bottom {
  padding-bottom: 60px;
}

.spacing-top {
  padding-top: 40px;
}

#short-txt {
  font-size: 15px;
}

#bg-1 {
  background: #60577A;
}

#bg-2 {
  background: #070B14;
}

#bg-3 {
  background: #D5D5D7;
}

#bg-4 {
  background: linear-gradient(0.16turn, #f3f3f1, #f5f5f3, #f5f5f3);
}

#bg-5 {
  background: #FFFFFF;
}

#bg-6 {
  background: #C6C7C1;
}

#bg-7 {
  background: #F5F5F5;
}

#bg-8 {
  background: linear-gradient(0.16turn, #0a0809, #0a0809, #0a0809);
}

#bg-9 {
  background: linear-gradient(0.16turn, #0c0d12, #0d0e13, #0d0e13);
}

#bg-10 {
  background: #fffcf9;
}

video {
  width: 100% !important;
  height: auto !important;
}

#clean-bg {
  background: linear-gradient(to right, #cdcbcb 10%, #dadada 40%, #d1d1d1 50%);
}

#black-txt {
  color: #2F2F2F !important;
}

.container-default {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.container-default .container-default__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-default .container-default__title h6 {
  width: 80%;
  font-size: 42px;
  color: #fefefe;
  font-weight: 600;
  margin-top: 50px;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title h6 {
    font-size: 28px;
    width: 100%;
  }
}
.container-default .container-default__title p {
  font-size: 20px;
  color: #fefefe;
  margin-block: 25px;
  width: 60%;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title p {
    font-size: 18px;
    width: 100%;
  }
}
.container-default .container-default__title p em {
  font-style: italic;
}
.container-default .container-default__banner {
  width: 100%;
  display: flex;
}
@media (max-width: 650px) {
  .container-default .container-default__banner {
    margin-top: unset;
  }
}
.container-default .container-default__banner img {
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p {
  font-size: 18px;
  color: #fefefe;
  width: 100%;
  margin: 20px auto 30px;
  text-align: center;
}

/*# sourceMappingURL=main.min.css.map */
