/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,::after,::before{box-sizing:border-box}html{font-family:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}

/* Thin - 100 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Extra Light - 200 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-ExtraLight.woff2') format('woff2'),
         url('../fonts/THICCCBOI-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Light.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi Bold - 600 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2'),
         url('../fonts/THICCCBOI-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Extra Bold - 800 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'),
         url('../fonts/THICCCBOI-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Black.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Heavy - 950 */
@font-face {
    font-family: 'THICCCBOI';
    src: url('../fonts/THICCCBOI-Heavy.woff2') format('woff2'),
         url('../fonts/THICCCBOI-Heavy.woff') format('woff');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}


body {
    background: linear-gradient(90deg, #000 0%, #101D29 100%);
    font-family: 'THICCCBOI', sans-serif;
    font-weight: 400;
    color: white;
}

.header {
  display: flex;
  gap: 55px;
  .logo-container {
    margin-left: 50px;
    padding-top: 50px;
    width: 185px;
    user-select: none;
  }
  .decorations-container {
    width: calc(100% - 185px);
    display: flex;
    justify-content: flex-end;
    img {
      max-width: 100%;
      max-height: 250px;
      user-select: none;
    }
  }
  @media screen and (max-width: 768px) {
    overflow: hidden;
    .decorations-container {
      
      img {
        position: relative;
        right: -350px;
        max-height: 120px;
        width: unset;
        max-width: unset;
      }
    }
  }
}

.container {
  display: flex;
  max-width: 1290px;
  margin: 25px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  gap: 70px;
  .left {
    width: 550px;
    .line-1 {
      display: block;
      color: #79CEEE;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%; /* 39px */
    }
    .line-2 {
      display: block;
      font-size: 82px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%; /* 73.8px */
      background: conic-gradient(from 180deg at 39% 95%, #6D6BC3 60.57692348957062deg, #79CEEE 264.80769395828247deg);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .line-3 {
      display: block;
      color: #FFF;
      font-size: 82px;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
    }
    p {
      max-width: 350px;
      color: #79CEEE;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%; /* 25.2px */
    }
    p+p {
      color: #FFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
    }
  }
  @media screen and (max-width: 1330px) {
    flex-direction: column;
    align-items: center;
    .left {
      width: 100%;
      text-align: center;
      p {
        margin: 20px auto;
      }
    }
  }
  @media screen and (max-width: 768px) {
    .left {
      text-align: left;
      .line-1 {
        font-size: 16px;
      }
      .line-2 {
        font-size: 44px;
      }
      .line-3 {
        font-size: 44px;
      }
      p {
        max-width: 100%;
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
      }
      p+p {
        font-size: 14px;
      }
    }
    .right {
      .calendar-container {
        width: 100%;
        .day {
          width: 33%;
          max-width: 100%;
        }
      }
    }
  }
}

.calendar-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 700px;
  .day {
    display: flex;
    justify-content: center;
    width: 25%;
    max-width: 175px;
    background-image: url('../images/outer.png');
    background-size: cover;
    opacity: 0.4;
    user-select: none;
    img {
      max-width: 100%;
    }
    &.active {
      opacity: 1;
      cursor: pointer;
    }
  }
}

.coming-soon, .thank-you, .challenge-screen, .evidence-screen, .no-evidence-screen, .terms {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, #101D29 100%);
  border-radius: 10px;
  border: 2px solid #BB0070;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 10px 1px rgba(121, 206, 238, 0.40);
  img {
    max-width: 320px;
  }
  .left {
    display: flex;
    width: 360px;
    img {
      max-width: 100%;
    }
  }
  .right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    .text {
      max-width: 240px;
      margin: 0 0 25px 0;
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
    }
  }
  .text-big {
    margin: 10px 0;
    max-width: 365px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
  }
  .text-small {
    max-width: 365px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .title {
    display: block;
    margin: 0 0 5px 0;
    color: #79CEEE;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
  }
  .button {
    width: 190px;
    display: inline-flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #BB0070;
    user-select: none;
    cursor: pointer;
  }
  &.challenge-screen {
    align-items: flex-start;
    flex-direction: row;
    padding: 30px;
    gap: 20px;

    .nano {
      width: 100%;
      height: 100%;
    }

    .nano-content {
      padding-right: 18px;
    }
  }
  &.evidence-screen {
    padding: 10%;
    align-items: flex-start;
    img {
        max-width: 180px;
      }
    .text {
        margin: 18px 0;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
      }
      .file-input-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
      }
      input[type='file'] {
        position: absolute;
        opacity: 0;
        width: 0.1px;
        height: 0.1px;
        pointer-events: none;
      }
      .file-input-label {
        display: inline-flex;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        border: 1px solid #79CEEE;
        background: rgba(121, 206, 238, 0.1);
        color: #79CEEE;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease;
        user-select: none;
      }
      .file-input-label:hover {
        background: rgba(121, 206, 238, 0.2);
        border-color: #FFF;
      }
      .file-count {
        color: #79CEEE;
        font-size: 14px;
        font-weight: 400;
        min-height: 18px;
      }
  }
  &.no-evidence-screen {
    flex-direction: row;
    padding: 30px;
    gap: 20px;
    .left {
      width: 860px;
    }
    .right {
      .title {
        margin-bottom: 20px;
      }
    }
  }
  &.terms {
    padding: 55px;
    align-items: flex-start;

    .nano {
      width: 100%;
      height: 100%;
    }

    .nano-content {
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    flex-direction: column !important;
    /* justify-content: flex-start; */
    align-items: center;
    .left, .right {
      width: 100%;
      align-items: center;
    }
    img {
      display: none;
    }
  }
}


.hbspt-form {
  a {
    color: #79CEEE;
  }
  label {
    display: block;
    margin: 0 0 10px 0;
  }
  .hs-error-msg {
    color: #ff3737;
  }
  .inputs-list {
    list-style: none;
    padding: 0;
    li {
      margin: 0;
      label {
        display: flex;
        input {
          width: 40px;
          margin: 0;
        }
      }
    }
  }
  input, select {
    margin: 0 0 20px 0;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.75);
    :focus, :focus-visible {
      outline: 0;
    }
  }
  .hs-button {
    display: inline-flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #BB0070;
    user-select: none;
    cursor: pointer;
    border: 0;
    color: white;
  }
}

/* SweetAlert2 custom styling */
.swal2-popup {
  background: rgba(0, 0, 0, 0.85) !important;
  border-radius: 10px !important;
  border: 2px solid #BB0070 !important;
  box-shadow: 0 0 10px 1px rgba(121, 206, 238, 0.40) !important;
  color: #FFF !important;
}

.swal2-title {
  color: #79CEEE !important;
  font-family: 'THICCCBOI', sans-serif !important;
  font-weight: 700 !important;
}

.swal2-html-container {
  color: #FFF !important;
  font-family: 'THICCCBOI', sans-serif !important;
}

.swal2-confirm {
  background: #BB0070 !important;
  border-radius: 3px !important;
  font-family: 'THICCCBOI', sans-serif !important;
}

.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(187, 0, 112, 0.5) !important;
}

/* Nanoscroller custom styling */
.nano > .nano-pane {
  background: rgba(187, 0, 112, 0.1);
  width: 8px;
  border-radius: 4px;
  display: block !important;
}

.nano > .nano-pane > .nano-slider {
  background: #BB0070 !important;
  border-radius: 4px !important;
  transition: background 0.3s ease;
}

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
  background: #79CEEE;
}