/*-----------------FONTS-----------------*/
@font-face {
  font-family: "mattone";
  src: url("../font/Mattone-Black.woff2") format("woff2"), url("../font/Mattone-Black.woff") format("woff"), url("../font/Mattone-Black.otf") format("opentype");
  font-weight: 900;
}
/*-----------------GLOBAL VARIABLES-----------------*/
:root {
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  :root {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 12px;
  }
}

/*-----------------MIXIN IMPORT-----------------*/
/*-----------------GLOBAL SETTINGS-----------------*/
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  color: #000;
  font-family: "mattone", "arial", "helvetica", sans-serif;
  font-weight: 400;
  background-color: #e5e3d9;
  height: 100vh;
  margin: 0;
  padding: 0;
}

button {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  color: #000;
  font-size: 1.2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 7rem;
  font-weight: 900;
  color: #452121;
  line-height: 0.9;
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 4.2rem;
  }
}

h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 0.95rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h5 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35;
}
@media screen and (max-width: 980px) {
  p {
    font-size: 1.7rem;
  }
}

small {
  font-size: 0.82rem;
}
@media screen and (max-width: 980px) {
  small {
    font-size: 1rem;
  }
}

.showmobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .showmobile {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  .hidemobile {
    display: none;
  }
}

.wt-cli-privacy-save-btn {
  background-color: #ff4931 !important;
}

@keyframes fadein {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/*-----------------OTHER IMPORTS-----------------*/
.header {
  width: 100%;
  background-color: transparent;
  z-index: 3;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 980px) {
  .header {
    position: absolute;
  }
}
.header_wrap {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .header_wrap {
    padding-top: 30px;
  }
}
.header_wrap .imgwrap {
  width: 20%;
  display: block;
}
@media screen and (min-width: 2000px) {
  .header_wrap .imgwrap {
    width: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .imgwrap {
    width: 30%;
  }
}
@media screen and (max-width: 980px) {
  .header_wrap .imgwrap {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .header_wrap .imgwrap {
    width: 65%;
  }
}
.header_wrap .imgwrap img {
  position: relative;
  width: 100%;
  animation: 1s 1 ease fadein forwards;
  opacity: 0;
}

.homepage {
  width: 100%;
  position: relative;
  height: 100vh;
}
.homepage_intro {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.homepage_intro h1 {
  width: 80%;
  text-align: center;
  opacity: 1;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.homepage_intro h1 span {
  display: block;
  width: 70%;
  text-align: center;
  z-index: 2;
  transform: translateY(-40%);
}
@media screen and (max-width: 1784px) {
  .homepage_intro h1 span {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .homepage_intro h1 span {
    transform: translateY(-20%);
  }
}
.homepage_intro h1 img {
  position: relative;
  width: 30%;
  z-index: 0;
  filter: brightness(0) saturate(100%) invert(77%) sepia(25%) saturate(922%) hue-rotate(284deg) brightness(104%) contrast(101%);
}
@media screen and (max-width: 980px) {
  .homepage_intro h1 img {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .homepage_intro h1 {
    width: 86%;
  }
}
@media screen and (max-width: 980px) {
  .homepage_intro h1 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .homepage_intro h1 {
    width: 90%;
  }
}/*# sourceMappingURL=main.css.map */