@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;600&display=swap");
.loader {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -99999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: appearLoader 1.2s ease;
  animation: appearLoader 1.2s ease;
  opacity: 0;
  display: flex; }
  .loader p {
    color: white; }
  .loader img {
    width: 150px;
    top: 0px;
    z-index: 200 !important;
    left: 20px;
    mix-blend-mode: difference;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.hMxmxV.hMxmxV.hMxmxV.hMxmxV.hMxmxV.hMxmxV {
  opacity: 0;
  left: -50px !important;
  bottom: -20px !important; }

.fFZLCu .Widget__WidgetStyle-sc-zhn46e-1 {
  bottom: 20px !important;
  position: fixed !important; }

#axeptio_btn_acceptAll {
  color: white !important;
  background-color: #ffc823 !important; }

#axeptio_btn_acceptAll:hover {
  color: white !important;
  background-color: #e5ae15 !important; }

@-webkit-keyframes appearLoader {
  0% {
    opacity: 1;
    display: -webkit-box;
    display: flex;
    z-index: 99999999999; }
  59% {
    opacity: 1; }
  90% {
    opacity: 0;
    display: -webkit-box;
    display: flex;
    z-index: 99999999999; }
  91% {
    display: none;
    z-index: -99999999999; }
  100% {
    display: none; } }

@keyframes appearLoader {
  0% {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999999999; }
  59% {
    opacity: 1; }
  90% {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999999999; }
  91% {
    display: none;
    z-index: -99999999999; }
  100% {
    display: none; } }

@media (max-width: 850px) {
  .loader img {
    width: 140px;
    position: relative;
    top: -10vh;
    left: 0px; } }

html,
body,
main {
  font-family: 'Space Grotesk', sans-serif;
  background-color: black;
  color: white; }

.h1,
.h2 {
  font-size: 4.8vw;
  letter-spacing: -0.05em;
  line-height: 100%; }

.h3 {
  font-size: 1.8vw;
  letter-spacing: -0.03em;
  line-height: 130%; }

.h4 {
  font-size: 1.4vw;
  letter-spacing: -0.03em;
  line-height: 160%;
  color: #989898; }

.h4-big {
  font-size: 1.8vw;
  letter-spacing: -0.03em;
  line-height: 130%;
  color: #989898; }

a {
  color: currentColor;
  text-decoration: none;
  font-size: 1.4vw;
  letter-spacing: -0.01em;
  line-height: 160%; }

.p,
span {
  font-size: 1.4vw;
  letter-spacing: -0.03em;
  line-height: 160%; }

.underlined {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-top: 0px !important; }

.classic-button {
  background-color: black;
  color: white;
  border: 1px solid black;
  font-size: 1.4vw;
  padding: 15px 25px;
  border-radius: 200px;
  line-height: 100%;
  margin-top: 50px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }

.classic-button:hover {
  background-color: white;
  color: black;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.cta-services-page {
  width: 100%;
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .cta-services-page div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .cta-services-page div img {
      height: 15vh;
      margin-right: 30px;
      mix-blend-mode: difference; }
  .cta-services-page span {
    color: #989898;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-top: 0px !important; }
  .cta-services-page span:hover {
    display: inline-block;
    border-bottom: 2px solid currentColor;
    padding-top: 0px !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

@media (max-width: 850px) {
  .cta-services-page {
    height: 70vh; }
    .cta-services-page div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cta-services-page div img {
        height: 10vh;
        margin-right: 0px;
        margin-bottom: 20px; } }

@media (max-width: 850px) {
  .h1,
  .h2 {
    font-size: 30px; }
  .h3 {
    font-size: 20px;
    letter-spacing: -0.02em; }
  .h4-big {
    font-size: 14px; }
  .h4,
  .p,
  a {
    font-size: 14px; }
  .classic-button {
    font-size: 14px; } }

header {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 3000;
  mix-blend-mode: difference;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100vw - 30px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1; }
  header img {
    height: 50px; }
  header a {
    margin-top: 2px; }

.bar-background-header {
  height: 45px;
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  opacity: 1;
  display: none; }

.burger {
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  top: 10px; }
  .burger .line {
    width: 100%;
    height: 1px;
    background-color: white;
    mix-blend-mode: difference; }
  .burger img {
    margin-left: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: auto; }
  .burger span {
    font-weight: 600 !important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.04em; }

.burger:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .burger:hover img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (max-width: 850px) {
  header {
    opacity: 1 !important;
    z-index: 3000; }
  .bar-background-header {
    opacity: 1;
    display: block; }
  .burger span {
    font-size: 22px !important; } }

.sidebar {
  position: fixed;
  top: 10px;
  right: -25vw;
  width: 25vw;
  height: calc(100vh - 20px);
  z-index: 100000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: white;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 15px; }
  .sidebar a {
    padding: 5px 10px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: black;
    border-radius: 15px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4vw;
    letter-spacing: -0.03em;
    line-height: 100%; }
  .sidebar a:hover {
    color: #757575;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }

.spatium-home-button-sidebar {
  margin-top: 0px;
  margin-bottom: 50px !important; }

.studio-button-sidebar {
  margin-top: 50px; }

.contact-button-sidebar {
  margin-top: 50px; }

.contact-button-sidebar:hover {
  color: #757575; }

.red-dot {
  width: 5px;
  height: 5px;
  background-color: red;
  position: relative;
  top: 3px;
  border-radius: 30px; }

.close-sidebar {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  mix-blend-mode: difference;
  cursor: pointer;
  z-index: 3000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.close-sidebar:hover {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.to-left-menu {
  right: 10px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

@media (max-width: 850px) {
  .sidebar {
    right: -100%;
    width: 100%;
    height: 100vh;
    top: 0px;
    border-radius: 0px; }
    .sidebar a {
      font-size: 20px;
      width: 300px !important; }
  .spatium-home-button-sidebar {
    margin-top: 0px; }
  .to-left-menu {
    right: 0px; } }

footer {
  margin-top: 20vh; }
  footer img {
    width: 100vw;
    margin-left: -15px; }

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 05vh; }
  .main-footer .p {
    max-width: 500px; }
  .main-footer .about-footer {
    width: 40%; }

.web-index-footer {
  border-top: 1px solid #2B2B2B;
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 05vh;
  padding-bottom: 05vh; }
  .web-index-footer ul {
    list-style-type: none;
    width: 40%; }

@media (max-width: 850px) {
  footer img {
    width: calc(100% + 30px); }
  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-footer .about-footer {
      margin-top: 40px;
      width: 100%; }
  .web-index-footer {
    margin-top: 05vh; }
    .web-index-footer ul {
      width: 60%; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400 !important; }

html {
  padding: 15px 15px 0px 15px;
  overflow-x: hidden; }
