body{
    background-color: #252525;
    overflow: hidden;
    margin: 0;
    height: 100%;
}

main {
    max-width: 100%;
    height: 100vh;
    background-color: #252525;
  }


footer{
  position: relative;
  display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 14px;
  max-width: 100%;
  margin-top: 8px;
  max-width: 85%;
  margin: auto;
}

.bottom-line{

  grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: -1;

  height: 3px;
  background-color: white;

  width: 88%;

  margin-left: 40px;

  margin-top: -30px;

  margin: auto;
}

.bottom-line-sep{
  height: 3px;
  background-color: white;

  width: 81.5%;

  margin-left: 96px;
}

footer .bottom-left{
  
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 1;
  grid-column-end: 1;

  left: 0;
  margin-top: -2px;
  

  font-size: 2em;
}

footer .bottom-right{

  grid-row-start: 1;
  grid-column-start: 7;
  grid-row-end: 1;
  grid-column-end: 7;

  right: 0;
  justify-self: end;

  margin-top: -2px;
  

  font-size: 2em;
}

.allcontainer{
    /* position: absolute; */
    width: 85%;

    /* left: -25%;
    right: 0; */
    margin: auto;

}

.headcontainer{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;

    height: 200px;

    /* width: 100%;
    height: 41.25vh; */
/* 
    position: relative;
    top: 5%;
    left: 20%; */
}

.keycontainer{

    grid-row-start: 2;
    grid-column-start: -1;
    grid-row-end: 2;
    grid-column-end: -1;

    justify-content: end;

    margin-top: 0px;
    margin-left: 55px;

}

.key{
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

    position: static;

    width: 300px;
    height: 38px;

}

.key-numbers{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;

    width: 200px;
    height: 38px;

    margin-left: -1px;
   

   
}

.key-numbers-type{
    color:white;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.7em;

    margin-top: 20px;
}

.icon-dark-green{
        width: 100%;
        height: 100%;
        background-color: #0CC078;
}

.icon-light-green{
    width: 100%;
    height: 100%;
    background-color: #84E884;
}

.icon-yellow{
    width: 100%;
    height: 100%;
    background-color: #FFFF81;
}

.icon-red{
    width: 100%;
    height: 100%;
    background-color: #FB6962;
}

.icon-grey{
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
}

.top-line{
    height: 3px;
    background-color: white;

    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 8;


    margin-top: 19px;
}


h1{
    color: white;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8em;

    margin-top: 32px;
    width: 395px;

    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
  }

  h2{
    color:white;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8em;

    margin-top: -5px;
    margin-left: 60px;

    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 2;
  }

  h3{
    color:white;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7em;

    margin-top: -25px;

    height: 1px;

    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 1;
  }

  h4{
    color:white;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;

    margin-top: 10px;
    margin-left: 75px;

    grid-row-start: 1;
    grid-column-start: -1;
    grid-row-end: 1;
    grid-column-end: -1;

    height: 1px;

    white-space: nowrap;
  }



.daysoftheweek{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.day{
    text-align: left;
    padding: 0.2em;
    margin-top: -55px;
    padding-bottom: 10px;
    margin-left: -5px;
    

    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;

    color: white;
}



  .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;

    height: 68.75vh;

    margin-top: -10px;

    z-index: 1;

    /* width: 96.25vh;
    height: 68.75vh;

    position: relative;
    margin-top: 150px;
  left: 70%;
  transform: translate(-50%, -50%); */

  }

  .grid-dec {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 12px;

    height: 68.75vh;

    margin-top: -10px;

    z-index: 1;

  }

  .grid-dec .square p{
    margin-top: -23px;
  }



  .square {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    overflow: hidden;
  }

 
  .square p {
    text-align: right;
    margin-top: -12px;
    margin-bottom: 12px;
    margin-left: -20px;

    padding: 8px;

    letter-spacing: -5px;
    

    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6em;

    color: #252525;
  }


  .nosquare{
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
  }

  .dark-green {
    background-color: #0CC078;
  }

  .light-green {
    background-color: #84E884;
  }

  .yellow {
    background-color: #FFFF81;
  }

  .red {
    background-color: #FB6962;
  }

  .grey{
    background-color: #CCCCCC;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: #CCCCCC #CCCCCC #252525 #CCCCCC; /* change the color to your preference */
    right: 0;
    bottom: 0;
  }

  .triangle-left{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: #CCCCCC #CCCCCC #252525 #CCCCCC; /* change the color to your preference */
    left: 0;
    bottom: 0;

    transform: rotate(90deg);
  }

  .triangle:hover{
    border-color: grey grey rgb(0, 0, 0) grey;
  }

  .triangle-left:hover{
    border-color: grey grey rgb(0, 0, 0) grey;
  }


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

  a:hover{
    color: #CCCCCC;
  }

  .hideletters{
    color: #252525;
    user-select: none;
  }


  .empty{
    border-color: none;
  }

  .active .info-sq-sep{
    display: block;
  }

  .active .info-sq-sep-grey{
    display: block;
    z-index: 2;
  }


  .active .info-sq-oct{
    display: block;
  }

  .active .info-sq-nov{
    display: block;
  }

  .active .info-sq-nov-grey{
    display: block;
    z-index: 2;
  }


  .active .info-sq-dec{
    display: block;
  }

  .active .info-sq-jan{
    display: block;
  }

  .active .info-sq-jan-grey{
    display: block;
    z-index: 2;
  }

  .active .info-sq-jan-yellow{
    display: block;
    z-index: 2;
  }

  .active .info-sq-feb{
    display: block;
  }

  .active .info-sq-feb-gray{
    display: block;
    z-index: 2;
  }

  .active .info-sq-mar{
    display: block;
  }

  .active .info-sq-apr{
    display: block;
  }

  .active .info-sq-may{
    display: block;
  }
  
  .active .info-sq-jun{
    display: block;
  }

  .active .info-sq-jun-grey{
    display: block;
    z-index: 2;
  }

  .info-sq-jan{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background: #FB6962;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-jan-grey{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background: #CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-jan-yellow{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background: #FFFF81;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-sep{
    display: none;
    position: absolute;
  
    width: 210%;
    height: calc(230% - 14px);
    top: calc(-100% - 14px);
    left: 0;
    background: #FFFF81;


    opacity: 100;
  }


  .info-sq-sep-grey{
    display: none;
    position: absolute;
  
    width: 210%;
    height: calc(230% - 14px);
    top: calc(-100% - 14px);
    left: 0;
    background: #CCCCCC;


    opacity: 100;
  }

  .info-sq-oct{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-nov{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#FB6962;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-nov-grey{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }


.info-sq-dec{
  display: none;
  position: absolute;

  width: 210%;
  top: calc(-98% - 14px);
  left: 0;
  background:#CCCCCC;
  
  height: calc(235% - 14px);

  opacity: 100;
  }

  .info-sq-feb{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-mar{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#FB6962;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-apr{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-may{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-jun{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#FB6962;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-jun-grey{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-sq-jul{
    display: none;
    position: absolute;
  
    width: 210%;
    top: calc(-100% - 14px);
    left: 0;
    background:#CCCCCC;
    
    height: calc(230% - 14px);

    opacity: 100;
  }

  .info-type{
    font-size: 12px;
    line-height: 1;
    max-height: 150px;

    overflow: hidden;
    top: 0;
    left: 0;

    color:#252525;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;

    padding: 1em;

    line-height: 14px;
  }

  .click-square p {
    text-align: right;
    margin-top: -12px;
    margin-bottom: 12px;
    margin-left: -20px;

    padding: 8px;

    letter-spacing: -5px;

    max-height: 70px;

    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6em;

    color: #252525;
  }

  .click-square-dec p {
    text-align: right;
    margin-top: -23px;
    margin-bottom: 12px;
    margin-left: -20px;

    padding: 8px;

    letter-spacing: -5px;

    max-height: 50px;

    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6em;

    color: #252525;
  }

  .click-square{
    position: relative;
  }

  .click-square-dec{
    position: relative;
  }

  .click-square:hover{
    cursor: help;
  }

  .click-square:hover p {
    color: white;
  }

  .click-square-dec:hover p {
    color: white;
  }
  
  .close{
    font-size: 12px;
    line-height: 1;
    max-height: 150px;
    overflow: hidden;
    color:#252525;
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    padding: 0.7em;
    line-height: 14px;

    position: absolute;
    right: 0;
    cursor: pointer;
  }









































  @media screen and (max-width: 600px){
    body{
      background-color: #252525;
      overflow: hidden;
      margin: 0;
      height: 100%;
  }
  
  main {
    margin-top: 20px;
      max-width: 100%;
      height: 100vh;
      background-color: #252525;
    }
  
  
  footer{
    position: relative;
    display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(1, 1fr);
      gap: 14px;
    max-width: 100%;
    margin-top: 8px;
    margin: auto;
  }
  
  .bottom-line{
  
    grid-row-start: 1;
      grid-column-start: 1;
      grid-row-end: 1;
      grid-column-end: -1;
  
    height: 3px;
    background-color: white;
  
    width: 88%;
  
    margin-left: 40px;
  
    margin-top: -30px;
  
    margin: auto;
  }
  
  .bottom-line-sep{
    height: 3px;
    background-color: white;
  
    width: 81.5%;
  
    margin-left: 96px;
  }
  
  footer .bottom-left{
    
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 1;
  
    left: 0;
    margin-top: -2px;
    
  
    font-size: 2em;
  }
  
  footer .bottom-right{
  
    grid-row-start: 1;
    grid-column-start: 7;
    grid-row-end: 1;
    grid-column-end: 7;
  
    right: 0;
    justify-self: end;
  
    margin-top: -2px;
    
  
    font-size: 2em;
  }
  
  .allcontainer{
      /* position: absolute; */
      width: 85%;
  
      /* left: -25%;
      right: 0; */
      margin: auto;
  
  }
  
  .headcontainer{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(3, 1fr);
      gap: 14px;
  
      height: 200px;
  
      /* width: 100%;
      height: 41.25vh; */
  /* 
      position: relative;
      top: 5%;
      left: 20%; */
  }
  
  .keycontainer{
  
      grid-row-start: 2;
      grid-column-start: -1;
      grid-row-end: 2;
      grid-column-end: -1;
  
      justify-content: end;
  
      margin-top: 0px;
      margin-left: 140px;
  
  }
  
  .key{
      display: flex;
      flex-wrap: nowrap;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
  
      position: static;
  
      width: 300px;
      height: 38px;
  
  }
  
  .key-numbers{
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 13px;
  
      width: 200px;
      height: 38px;
  
      margin-left: -1px;
     
  
     
  }
  
  .key-numbers-type{
      color:white;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.7em;
  
      margin-top: 20px;
  }
  
  .icon-dark-green{
          width: 100%;
          height: 100%;
          background-color: #0CC078;
  }
  
  .icon-light-green{
      width: 100%;
      height: 100%;
      background-color: #84E884;
  }
  
  .icon-yellow{
      width: 100%;
      height: 100%;
      background-color: #FFFF81;
  }
  
  .icon-red{
      width: 100%;
      height: 100%;
      background-color: #FB6962;
  }
  
  .icon-grey{
      width: 100%;
      height: 100%;
      background-color: #CCCCCC;
  }
  
  .top-line{
      height: 3px;
      background-color: white;
  
      grid-row-start: 1;
      grid-column-start: 1;
      grid-row-end: 1;
      grid-column-end: 8;
  
  
      margin-top: 19px;
  }
  
  
  h1{
      color: white;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.8em;
  
      margin-top: 32px;
      width: 395px;
  
      grid-row-start: 2;
      grid-column-start: 2;
      grid-row-end: 2;
      grid-column-end: 4;
    }
  
    h2{
      color:white;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.8em;
  
      margin-top: -5px;
      margin-left: 60px;
  
      grid-row-start: 2;
      grid-column-start: 2;
      grid-row-end: 2;
      grid-column-end: 2;
    }
  
    h3{
      color:white;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 7em;
  
      margin-top: -25px;
  
      height: 1px;
  
      grid-row-start: 2;
      grid-column-start: 1;
      grid-row-end: 2;
      grid-column-end: 1;
    }
  
    h4{
      color:white;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em;
  
      margin-top: 10px;
      margin-left: 160px;
  
      grid-row-start: 1;
      grid-column-start: -1;
      grid-row-end: 1;
      grid-column-end: -1;
  
      height: 1px;
  
      white-space: nowrap;
    }
  
  
  
  .daysoftheweek{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 14px;

      width: 1000px;

      margin-top: 50px;
  }
  
  .day{
      text-align: left;
      padding: 0.2em;
      margin-top: -55px;
      padding-bottom: 10px;
      margin-left: -5px;
      
  
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
  
      color: white;
  }
  
  
  
    .grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(5, 1fr);
      gap: 12px;
  
      height: 1200px;
  
      margin-top: 20px;
  
      z-index: 1;

      width: 1000px;
  
      /* width: 96.25vh;
      height: 68.75vh;
  
      position: relative;
      margin-top: 150px;
    left: 70%;
    transform: translate(-50%, -50%); */
  
    }
  
    .grid-dec {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(6, 1fr);
      gap: 12px;
  
      height: 1200px;
      width: 1000px;
  
      margin-top: 20px;
  
      z-index: 1;
  
    }
  
    .grid-dec .square p{
      margin-top: -23px;
    }
  
  
  
    .square {
      width: 100%;
      height: 100%;
      background-color: #ddd;
      overflow: hidden;
    }
  
   
    .square p {
      text-align: right;
      margin-top: -12px;
      margin-bottom: 12px;
      margin-left: -20px;
  
      padding: 8px;
  
      letter-spacing: -5px;
      
  
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 6em;
  
      color: #252525;
    }
  
    .nosquare{
      width: 100%;
      height: 100%;
      border: 1px solid #CCCCCC;
      box-sizing: border-box;
    }
  
    .dark-green {
      background-color: #0CC078;
    }
  
    .light-green {
      background-color: #84E884;
    }
  
    .yellow {
      background-color: #FFFF81;
    }
  
    .red {
      background-color: #FB6962;
    }
  
    .grey{
      background-color: #CCCCCC;
    }
  
    .triangle {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 35px 35px;
      border-color: #CCCCCC #CCCCCC #252525 #CCCCCC; /* change the color to your preference */
      right: 0;
      bottom: 0;
    }
  
    .triangle-left{
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 35px 35px;
      border-color: #CCCCCC #CCCCCC #252525 #CCCCCC; /* change the color to your preference */
      left: 0;
      bottom: 0;
  
      transform: rotate(90deg);
    }
  
    .triangle:hover{
      border-color: grey grey rgb(0, 0, 0) grey;
    }
  
    .triangle-left:hover{
      border-color: grey grey rgb(0, 0, 0) grey;
    }
  
  
    a{
      color: white;
      text-decoration: none;
    }
  
    a:hover{
      color: #CCCCCC;
    }
  
    .hideletters{
      color: #252525;
      user-select: none;
    }
  
  
    .empty{
      border-color: none;
    }
  
    .active .info-sq-sep{
      display: block;
    }
  
    .active .info-sq-sep-grey{
      display: block;
      z-index: 2;
    }
  
  
    .active .info-sq-oct{
      display: block;
    }
  
    .active .info-sq-nov{
      display: block;
    }
  
    .active .info-sq-nov-grey{
      display: block;
      z-index: 2;
    }
  
  
    .active .info-sq-dec{
      display: block;
    }
  
    .active .info-sq-jan{
      display: block;
    }
  
    .active .info-sq-jan-grey{
      display: block;
      z-index: 2;
    }
  
    .active .info-sq-jan-yellow{
      display: block;
      z-index: 2;
    }
  
    .active .info-sq-feb{
      display: block;
    }
  
    .active .info-sq-feb-gray{
      display: block;
      z-index: 2;
    }
  
    .active .info-sq-mar{
      display: block;
    }
  
    .active .info-sq-apr{
      display: block;
    }
  
    .active .info-sq-may{
      display: block;
    }
    
    .active .info-sq-jun{
      display: block;
    }
  
    .active .info-sq-jun-grey{
      display: block;
      z-index: 2;
    }
  
    .info-sq-jan{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #FB6962;
      
      height: 475px;
      max-height: 1000px;
      opacity: 100;
    }

    .info-sq-jan-grey{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-jan-yellow{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #FFFF81;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }

    .info-sq-jan-grey{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #CCCCCC;
      
      height: 475px;
      max-height: 1000px;
      opacity: 100;
    }

    .info-sq-jan-yellow{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #FFFF81;
      
      height: 475px;
      max-height: 1000px;
      opacity: 100;
    }
  
    .info-sq-sep{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background: #FFFF81;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }

    .info-sq-sep-grey{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background: #CCCCCC;
  
      height: 475px;
      max-height: 1000px;

      opacity: 100;
    }
  
    .info-sq-oct{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-nov{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#FB6962;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }

    .info-sq-nov-grey{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
  
  .info-sq-dec{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 395px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-feb{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-mar{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#FB6962;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-apr{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-may{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-jun{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#FB6962;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }

    .info-sq-jun-grey{
      display: none;
      position: absolute;
    
      width: 210%;
      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-sq-jul{
      display: none;
      position: absolute;
    
      width: 210%;

      top: calc(-100% - 14px);
      left: 0;
      background:#CCCCCC;
      
      height: 475px;
      max-height: 1000px;
  
      opacity: 100;
    }
  
    .info-type{
      max-height: 150px;
  
      overflow: hidden;
      top: 0;
      left: 0;
  
      color:#252525;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em;
  
      padding: 1em;
  
      line-height: 1em;
    }
  
    .click-square p {
      text-align: right;
      margin-top: -12px;
      margin-bottom: 12px;
      margin-left: -20px;
  
      padding: 8px;
  
      letter-spacing: -5px;
  
      max-height: 70px;
  
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 6em;
  
      color: #252525;
    }
  
    .click-square-dec p {
      text-align: right;
      margin-top: -23px;
      margin-bottom: 12px;
      margin-left: -20px;
  
      padding: 8px;
  
      letter-spacing: -5px;
  
      max-height: 50px;
  
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 6em;
  
      color: #252525;
    }
  
    .click-square{
      position: relative;
    }
  
    .click-square:hover{
      cursor: help;
    }
  
    .click-square:hover p {
      color: white;
    }

    .click-square-dec:hover p {
      color: white;
    }
  
    .close{
      font-size: 12px;
      line-height: 1;
      max-height: 150px;
      overflow: hidden;
      color:#252525;
      font-family: "indivisible", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em;
      padding: 0.7em;
      line-height: 14px;
  
      position: absolute;
      right: 0;
      cursor: pointer;
    }
  
  }