@font-face {
  font-family: 'Montserrat';
  font-weight: 100 900;
  src: local(''), url('/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}



:root {
  --padding-base: 60px;

  --padding: min(125px, 10vw);
  --content-width: min(95vw, 95svw, 1366px);
  --content-width-padded: calc(var(--content-width) - var(--padding) * 2);

  --scrollbar: 14px;
  --scrollbar-half: calc(var(--scrollbar) / 2);

  --font-size: 17px;

  --red-6: #e26b6b;

  --logo-gray: #2F2F30;

  --yellow-1: #fcfaf5;
  --yellow-2: #f7f2e8;
  --yellow-3: #f1e8d6;
  --yellow-4: #ebdec3;
  --yellow-5: #e5d4b0;
  --yellow-6: #dfca9f;
  --yellow-7: #beac87;
  --yellow-8: #9e8f71;
  --yellow-9: #7f735b;
  --yellow-10: #645b48;

  --gray-0: #ffffff;
  --gray-1: #eaeaea;
  --gray-2: #cdcccc;
  --gray-3: #a5a4a3;
  --gray-4: #7b7a78;
  --gray-5: #535250;
  --gray-6: #2d2c29;
  --gray-7: #262523;
  --gray-8: #201f1d;
  --gray-9: #1a1917;
  --gray-10: #141412;

  --green-1: #d4ebd9;
  --green-6: rgb(169, 217, 179);
  --green-9: #8ABF95;
}

/* TEXT */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-wrap: stable;
}

.text-center {
  text-align: center;
}

.text-upper {
  text-transform: uppercase;
}

html,
body,
.fs-m {
  font-size: 17px !important;
  line-height: 22px;
  letter-spacing: 0.34px;
}


h1,
.fs-xl {
  font-size: 50px !important;
  line-height: 55px !important;
  letter-spacing: 1px !important;
}

h2 {
  font-size: 38px !important;
  line-height: 43px !important;
  letter-spacing: 0.76px !important;
}

h3,
.fs-l {
  font-size: 25px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px !important;
}

h4 {
  font-size: 20px !important;
  line-height: 25px !important;
  letter-spacing: 0.4px !important;
}

.fs-xs {
  font-size: 13px !important;
  line-height: 18px !important;
  letter-spacing: 0.26px !important;
}

.fs-xxl {
  font-size: 70px !important;
  line-height: 75px !important;
  letter-spacing: 1.4px !important;
}

.fs-xxxl {
  font-size: 90px !important;
  line-height: 95px !important;
  letter-spacing: 1.8px !important;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.text-fx-shadow-xs {
  text-shadow: 0 0 5px black;
}

.text-fx-shadow {
  text-shadow: 0 0 32px black;
  text-transform: uppercase;
}

.mega-number {
  font-weight: 900;
  font-size: 592px !important;
  line-height: 159px !important;
  padding-bottom: 211px;
  padding-top: 211px;

  background: linear-gradient(180deg, var(--gray-6), var(--gray-10));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 968px) {

  .mega-number {
    font-size: 492px !important;
    line-height: 129px !important;
    padding-bottom: 172px;
    padding-top: 172px;
  }

  h1,
  .fs-xl {
    font-size: 38px !important;
    line-height: 43px !important;
    letter-spacing: 0.76px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: 0.6px !important;
  }

  h3,
  .fs-l {
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 0.5px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0.4px !important;
  }

  h5,
  .fs-m {
    font-size: 17px !important;
    line-height: 22px !important;
    letter-spacing: 0.34px !important;
  }

  h6,
  .fs-s {
    font-size: 15px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px !important;
  }

  .fs-xxxl {
    font-size: 70px !important;
    line-height: 75px !important;
    letter-spacing: 1.4px !important;
  }
}

@media screen and (max-width: 768px) {


  h1,
  .fs-xl {
    font-size: 32px !important;
    line-height: 37px !important;
    letter-spacing: 0.64px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 31px !important;
    letter-spacing: 0.52px !important;
  }

  h3,
  .fs-l {
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0.4px !important;
  }

  h4,
  .fs-l {
    font-size: 17px !important;
    line-height: 22px !important;
    letter-spacing: 0.34px !important;
  }

  .fs-xxxl {
    font-size: 42px !important;
    line-height: 47px !important;
    letter-spacing: 0.84px !important;
  }
}


.text-dark {
  color: var(--gray-6);
}

.text-gray {
  color: var(--gray-4);
}

.text-medium {
  color: var(--yellow-8);
}

.text-primary {
  color: var(--yellow-6);
}

.text-light {
  color: var(--gray-0);
}


/* COMMON */
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-family: 'Montserrat', sans-serif;
  overflow: visible;
}

html,
body {
  width: 100%;
  height: 100%;
}


html,
body {
  background-color: var(--gray-7);
  color: var(--gray-1);
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

body {
  overflow-x: hidden;
}

.w-padding {
  min-width: var(--padding);
  flex-shrink: 0;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.vw-100 {
  width: min(100svw, 100vw) !important;
}

.vh-100 {
  height: min(100svh, 100vh) !important;
}

.constrained {
  padding: 0 var(--padding);
}

.constrained-width,
.constrained {
  max-width: var(--content-width);
}


.constrained {
  width: 100%;
  margin: 0 auto;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.m-none {
  margin: 0;
}

.p-none {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

svg:active,
svg:focus {
  outline: none;
}

.clickable {
  cursor: pointer;
}

ul {
  padding-left: 2rem;
}

ul li::marker {
  font-size: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    transition: 0ms !important;
    animation-duration: 0ms !important;
  }
}

/* ANIMATION */
/* Meant to be combined with inViewport action, use .not-in-viewport class to control hidden state */
.anim-pad-in,
.anim-fly-in {
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  will-change: transform;

  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;

  transform: translateY(0);
}

.anim-pad-in.not-in-viewport,
.anim-fly-in.not-in-viewport {
  transform: translateY(50px);
}

.anim-delay-1 {
  transition-delay: 0.1s;
}

.anim-delay-2 {
  transition-delay: 0.2s;
}

.anim-delay-3 {
  transition-delay: 0.3s;
}

.anim-delay-4 {
  transition-delay: 0.4s;
}

.anim-delay-5 {
  transition-delay: 0.5s;
}


/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: rgba(212, 212, 212, 0.3);
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--yellow-6);
}

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

/* FLEX */

:root {
  --gap: 25px;
}

.x,
.x-col {
  display: flex;
}

.x-col {
  flex-direction: column;
}

.gap-xxl {
  gap: calc(var(--gap) * 8);
}

.gap-xl {
  gap: calc(var(--gap) * 6);
}

.gap-l {
  gap: calc(var(--gap) * 4);
}

.gap-m {
  gap: calc(var(--gap) * 2);
}

.gap {
  gap: var(--gap);
}

.gap-s {
  gap: calc(var(--gap) * 0.8);
}

.gap-xs {
  gap: calc(var(--gap) * 0.4);
}

.gap-xxs {
  gap: calc(var(--gap) * 0.2);
}

.x-center,
.x-center-h {
  justify-content: center;
}

.x-center,
.x-center-v {
  align-items: center;
}

.x-end-h {
  align-items: flex-end;
}

.x-end-v {
  justify-content: flex-end;
}

.x-between {
  justify-content: space-between;
}

.x-wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
  .x-col-lg {
    flex-direction: column;
  }

  .x-row-lg {
    flex-direction: row;
  }
}

@media screen and (max-width: 968px) {
  .x-col-md {
    flex-direction: column;
  }

  .x-row-md {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .x-col-sm {
    flex-direction: column;
  }

  .x-row-sm {
    flex-direction: row;
  }

  :root {
    --gap: 15px;
  }
}


/* PADDING */

.pad-first {
  padding-top: 45px;
}

.pad-top-xs,
.pad-xs {
  padding-top: calc(var(--padding-base) * 0.25);
}

.pad-bottom-xs,
.pad-xs {
  padding-bottom: calc(var(--padding-base) * 0.25);
}

.pad-top-s,
.pad-s {
  padding-top: calc(var(--padding-base) * 0.5);
}

.pad-bottom-s,
.pad-s {
  padding-bottom: calc(var(--padding-base) * 0.5);
}

.pad-top,
.pad {
  padding-top: var(--padding-base);
}

.pad-bottom,
.pad {
  padding-bottom: var(--padding-base);
}

.pad-top-l,
.pad-l {
  padding-top: calc(var(--padding-base) * 1.6);
}

.pad-bottom-l,
.pad-l {
  padding-bottom: calc(var(--padding-base) * 1.6);
}

.pad-top-xl,
.pad-xl {
  padding-top: calc(var(--padding-base) * 3);
}

.pad-bottom-xl,
.pad-xl {
  padding-bottom: calc(var(--padding-base) * 3);
}



.pad-top-xxl,
.pad-xxl {
  padding-top: calc(var(--padding-base) * 4);
}

.pad-bottom-xxl,
.pad-xxl {
  padding-bottom: calc(var(--padding-base) * 4);
}

@media screen and (max-width: 768px) {
  :root {
    --padding-base: 50px;
  }
}

/* TRANSITION */

.transition-slow {
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transition-xslow {
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -ms-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
}


/* MOUSE GLOW */

@media screen and (pointer: fine) {

  .mouse-glow {
    position: absolute;

    opacity: 0;

    z-index: 0;

    left: 0;
    top: 0;

    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;

  }

  .mouse-glow::after {
    --bg-start: rgba(255, 255, 255, 0.45);

    content: "";

    position: absolute;

    top: 0;
    left: 0;
    width: 600px;
    height: 600px;

    display: flex;
    pointer-events: none;

    background: radial-gradient(circle, var(--bg-start), transparent 40%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .mouse-glow-low::after {
    --bg-start: rgba(255, 255, 255, 0.05);
  }

  .mouse-glow-active {
    opacity: 1;
  }

}