
.c-lehomescreen{
    position: relative;
    height: 130vh;
    width: 100%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(24 28 40 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){
    .c-lehomescreen{
        height: 1100px;
        height: 140vh;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen{
        height: 150vh;
    }
}
.c-lehomescreen{
    min-height: 700px;
}
@media (min-width: 768px){
    .c-lehomescreen{
        min-height: 1150px;
    }
}
.c-lehomescreen{
    max-height: 1320px;
}
.c-lehomescreen .full-screen-content{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px){
    .c-lehomescreen .full-screen-content{
        height: 1100px;
        height: 80%;
        min-height: 950px;
    }
}
.c-lehomescreen .full-screen-content{
    max-height: 1800px;
  }
.c-lehomescreen .full-screen-down{
    max-height: 480px;
    width: 94%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
@media (min-width: 768px){
    .c-lehomescreen .full-screen-down{
        height: 50%;
        min-height: 500px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .full-screen-down{
        width: 85%;
    }
}
.c-lehomescreen .full-screen-down{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    max-width: 1124px;
    margin: 0 auto;
  }
.c-lehomescreen .full-screen-down .description-list-col{
    flex: 1;
    background: #1C1F2Cbb;
    margin: 0 0.5px 0px;
    height: 100%;
  }
.c-lehomescreen .full-screen-wave-overlay{
    background-size: 101%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/public/images/background-border-over.svg);
    width: 100%;
    height: 16.67%;
    position: absolute;
    bottom: 20%;
  }
.c-lehomescreen .full-screen-box-overlay{
    background: #181C280f;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0%;
  }
.c-lehomescreen .full-screen-down-overlay{
    background-size: 101%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/public/images/background-border.svg);
    width: 100%;
    height: 16.67%;
    position: absolute;
    bottom: -1px;
  }
.c-lehomescreen .full-screen-item{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-image: url(../images/banner-background.jpg); */
    background: linear-gradient(to bottom, #624AA6 30%, #674CA1 52%);
    /* Add styles if needed */
}
.c-lehomescreen .full-screen-header{
    padding-bottom: 100px;
    /* @apply flex flex-col; */
    /* height: calc(100% - 100px); */
}
.c-lehomescreen .banner-row{
    display: flex;
    justify-content: center;
    flex: 0.20;
    margin: 0 auto;
    width: 100%;
}
.c-lehomescreen .content-container{
    display: flex;
    justify-content: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
@media (min-width: 768px){
    .c-lehomescreen .content-container{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.c-lehomescreen .content-container{
    flex: 0.50;
    flex-direction: column;
    margin: 0 auto;
    /* padding: 0 10px; */
    max-width: 1600px;
    width: 100%;
  }
.c-lehomescreen .logo-row{
    align-items: flex-end;
    margin: 0 auto;
    vertical-align: bottom;
  }
.c-lehomescreen .logo-image{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
@media (min-width: 768px){
    .c-lehomescreen .logo-image{
        width: 700px;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .logo-image{
        width: 720px;
    }
}
.c-lehomescreen .banner-container{
    width: 100%;
    text-align: center;
}
.c-lehomescreen .banner{
    display: inline-flex;
    align-items: center;
  }
.c-lehomescreen .banner-container{
    position: relative;
    margin-top: 3px;
  }
.c-lehomescreen .banner-container .banner-text{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 18px;
    line-height: 120%;
}
@media (min-width: 640px){
    .c-lehomescreen .banner-container .banner-text{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px){
    .c-lehomescreen .banner-container .banner-text{
        font-size: 1.65rem;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .banner-container .banner-text{
        font-size: 1.7rem;
    }
}
.c-lehomescreen .banner-container .banner-text{
    text-align: center;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    /* letter-spacing: 0.04rem;; */
    color: #ebebeb;
    margin: 0px;
    position: relative;
    z-index: 1;
  }
@media (min-width: 768px) {
    .c-lehomescreen .content-container{
      flex-direction: row;
    }
  }
.c-lehomescreen .content-down{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-lehomescreen .content-down h1{
    font-family: 'Fira Sans';
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 2rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
.c-lehomescreen .description-list{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 768px){
    .c-lehomescreen .description-list{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .description-list{
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.c-lehomescreen .description-list{
    background: #1C1F2Cbb;
    flex: 1;
    flex-basis: 0%; /* Ignore content size */
    margin: 0 1px 0;
    overflow: hidden;
  }
.c-lehomescreen .description-list:first-of-type{
    margin: 30px 1px 0;
  }
.c-lehomescreen .description-list:nth-of-type(2){
    margin: 15px 0px 0;
  }
.c-lehomescreen .description-list.hide-u-md{
    display: none;
}
@media (min-width: 768px){
    .c-lehomescreen .description-list.hide-u-md{
        display: block;
    }
}
.c-lehomescreen .description-list .scroll-down{
    display: flex;
    height: 30%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.c-lehomescreen .description-list .scroll-down img{
    max-width: 3.5rem;
}
.c-lehomescreen .description-list h2{
    margin: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 22px;
}
@media (min-width: 768px){
    .c-lehomescreen .description-list h2{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 24px;
    }
}
.c-lehomescreen .description-list h2{
    border: none;
    color: #f1f1f1;
    text-align: left;
    font-family: "Yantramanav", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
.c-lehomescreen .description-list ul{
    padding: 10px 10px;
    list-style: none;
  }
.c-lehomescreen .description-list ul li{
    border-bottom: 1px solid #BBBBBB;
  }
.c-lehomescreen .description-list ul li.odd{
    margin-left: -10px;
    margin-right: 10px;
  }
.c-lehomescreen .description-list p{
    margin: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}
@media (min-width: 768px){
    .c-lehomescreen .description-list p{
        min-height: 70px;
        font-size: 20px;
    }
}
.c-lehomescreen .description-list p{
    border: none;
    color: #dadada;
    font-family: "Yantramanav", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
.c-lehomescreen .description-list code{
    font-size: 14px;
    line-height: 110%;
}
@media (min-width: 768px){
    .c-lehomescreen .description-list code{
        font-size: 16px;
    }
}
.c-lehomescreen .description-list code{
    background: none;
    border: 1px solid #bbb;
    margin: 10px 10px;
    font-family: 'Source Code Pro', Courier, monospace;
    color: #eee;
    line-height: 180%;
    overflow-x: auto;
  }
.c-lehomescreen .description-list pre{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    border-top-width: 10px;
    border-color: #99999977;
    --tw-bg-opacity: 1;
    background-color: rgb(35 33 50 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-x: auto;
}
.c-lehomescreen .description-list pre code{
    margin: 0px;
    border-width: 0px;
}
.c-lehomescreen .description-link{
    color: #fff;
    font-family: "Source Code Pro", sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
  }
.c-lehomescreen .description-link:hover{
    text-decoration: none;
    color: #ddd;
  }
.c-lehomescreen .description-link-image{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: block;
  }
.c-lehomescreen .description-link:hover{
    color: #aaaaee;
  }
.c-lehomescreen .description-link:hover .description-link-image{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23dadada" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  }
.c-lehomescreen .fullscreen-header code{
    background: #00000088;
    border: 1px solid #ffffff88;
    margin: 0px 20px;
    font-size: 15px;
  }
.c-lehomescreen .description-column{
    width: 33.333333%; /* Adjust width as per requirement */
}
.c-lehomescreen .banner-actions{
    padding-top: 3%;
    padding-bottom: 3%;
}
.c-lehomescreen .banner-actions ul{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 80%;
    max-width: 960px;
    flex-direction: column;
}
@media (min-width: 768px){
    .c-lehomescreen .banner-actions ul{
        flex-direction: row;
        gap: 1.5rem;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .banner-actions ul{
        gap: 2.5rem;
    }
}
.c-lehomescreen .banner-actions ul li{
    flex: 1;
  }
.c-lehomescreen .border-surround-container{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    border-radius: 0.75rem;
    background-color: #35255688;
    padding: 0px;
}
@media (min-width: 768px){
    .c-lehomescreen .border-surround-container{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
.c-lehomescreen .border-surround-container{
    width: calc(100% - 20px);
    /* margin: 30px 20px 20px 20px; */
    position: relative;
    display: inline-block;
    /* padding: 0.6em 0 0.6em; */
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.5s;
    /* border-bottom: 2.5px solid #e1e1e1; */
  }
.c-lehomescreen .border-surround-container:hover{
    background-color: #352556cc;
}
.c-lehomescreen .border-surround-container.playground-link-container{
    background: linear-gradient(to right, #261941cc 0%, #261941aa 100%);
  }
.c-lehomescreen .border-surround-container.playground-link-container:hover{
    background: linear-gradient(to right, #261941ee 0%, #261941dd 100%);
  }
.c-lehomescreen .border-surround-container::after{
    /* content: '';
    position: absolute;
    bottom: 0px;
    height: 6px;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white; */
    /* background: linear-gradient(to right, #ffffff77, #ffffff77); */
    /*  */
    /* -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition: background-color 0.5s; */
  }
.c-lehomescreen .border-surround-container:hover::after{
    /* border: 0px solid transparent;
    background: linear-gradient(to right, #ffffff77, #ffffffff);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white); */
  }
.c-lehomescreen .border-surround-container .border-link.install-link{
    background-image: url(../images/arrow-down.svg);
    background-size: 1.8rem;
    background-position: right 0.75rem center;
  }
.c-lehomescreen .border-surround-container .border-link.playground-link{
    background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polygon points="6,4 18,10 6,18" fill="white" /></svg>');
  }
.c-lehomescreen .border-surround-container .border-link{
    border-radius: 0.75rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    font-size: 14px;
}
@media (min-width: 768px){
    .c-lehomescreen .border-surround-container .border-link{
        font-size: 1.3rem;
    }
}
@media (min-width: 1024px){
    .c-lehomescreen .border-surround-container .border-link{
        font-size: 1.6rem;
    }
}
.c-lehomescreen .border-surround-container .border-link {
    display: block;
    /* padding: 5px 0px 3px 0px; */
    text-align: left;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: right 1.5rem center;
    font-family: "Yantramanav", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #eee;
    
    text-decoration: none;
  }
.c-lehomescreen .border-surround-container .border-link:hover {
    text-decoration: none;
  }
.c-lehomescreen .border-surround-container:before, .c-lehomescreen .border-surround-container:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
  }
.c-lehomescreen .border-surround-container:before {
    top: 0;
  }
.c-lehomescreen .border-surround-container:after {
    bottom: 0;
  }
.c-lehomescreen .border-surround-container:hover > * > *:before{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
.c-lehomescreen .border-surround-container:hover > * > *:after {
    /* -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); */
  }
.c-lehomescreen .border-surround-container:hover > * > * > *:before{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
.c-lehomescreen .border-surround-container:hover > * > * > *:after{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
.c-lehomescreen .border-surround-container > *:before, .c-lehomescreen .border-surround-container > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
  }
.c-lehomescreen .border-surround-container > *:before {
    left: 0;
  }
.c-lehomescreen .border-surround-container > *:after {
    right: 0;
  }
.c-lehomescreen .border-surround-container > * > *:before, .c-lehomescreen .border-surround-container > * > *:after{
    content: "";
    position: absolute;
    left: 10px;
    z-index: 9;
    height: 2px;
    width: 70%;
    background-color: #937be0cc;
  }
.c-lehomescreen .border-surround-container > * > *:before {
    bottom: 6px;
    -webkit-transform: translate3d(-105%, 0, 0);
            transform: translate3d(-105%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
.c-lehomescreen .border-surround-container > * > *:after {
    top: 0;
    display: none;;
    -webkit-transform: translate3d(105%, 0, 0);
            transform: translate3d(105%, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
.c-lehomescreen .border-surround-container > * > * > *:before, .c-lehomescreen .border-surround-container > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    /* height: 100%; */
    width: 1px;
    background-color: #c1c1c1;
  }
.c-lehomescreen .border-surround-container > * > * > *:before {
    left: 0;
    -webkit-transform: translate3d(0, 105%, 0);
            transform: translate3d(0, 105%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
.c-lehomescreen .border-surround-container > * > * > *:after {
    right: 0;
    -webkit-transform: translate3d(0, -105%, 0);
            transform: translate3d(0, -105%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.static {
  position: static;
}
.text-center {
  text-align: center;
}
html body{
background-color: white;
color: black;
}
html.dark body{
background-color: #111111;
color: #e1e1e1;
border-color: red;
}.c-topnav {
    position: fixed;
    z-index: 1001;
    display: flex;
    min-height: 3rem;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}.c-topnav:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(225 225 225 / var(--tw-text-opacity, 1));
}@media (min-width: 768px) {.c-topnav {
        align-items: center;
    }
}.c-topnav {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
}.c-topnav:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(65 65 65 / var(--tw-border-opacity, 1));
}
.c-topnav.position-static {
    position: static;
}
.c-topnav .nav-content {
    display: flex;
    height: 100%;
    min-height: 3rem;
    align-items: center;
    justify-content: space-between;
}
.c-topnav .nav-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.c-topnav .nav-content {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {.c-topnav .nav-content {
        justify-content: flex-start;
    }
}
.c-topnav .nav-brand {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.c-topnav .nav-content-toggle {
    display: flex;
    display: none;
    width: 100%;
    align-items: center;
}
.c-topnav .nav-content-wide {
    display: none;
    align-items: center;
}
@media (min-width: 768px) {.c-topnav .nav-content-wide {
        display: flex;
    }
}
.c-topnav ul {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.c-topnav ul li {
    list-style-type: none;
}
.c-topnav ul li a {
    transition: background-color 0.4s;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 100%;
    border-radius: 0.125rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.c-topnav ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}
.c-topnav ul li a:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-topnav ul li a:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
}
.c-topnav ul li button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.c-topnav .nav-toggle-button {
    display: block;
}
.c-topnav .bar {
    margin-bottom: 0.375rem;
    margin-top: 0.25rem;
    display: block;
    height: 0.125rem;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.c-topnav .bar:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.c-topnav.active .nav-content-toggle {
    display: block;
}
@media (min-width: 768px) {.c-topnav.active .nav-content-toggle {
        display: flex;
    }
}
.c-topnav .md-hidden {
    display: block;
}
@media (min-width: 768px) {.c-topnav .md-hidden {
        margin: 0px;
        display: none;
    }
    .c-topnav {
        flex-direction: row;
    }
    .c-topnav .navbar {
        display: flex;
    }
    .c-topnav .nav-toggle-button {
        display: none;
    }
    .c-topnav .nav-content-toggle {
        margin-top: 0px;
        display: flex;
        width: auto;
        justify-content: space-between;
    }
    .c-topnav ul {
        flex-direction: row;
    }
    .c-topnav ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
}
.c-letopnav{
    /* @apply bg-[#0F1115bb]; */
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(103 76 161 / var(--tw-border-opacity, 1));
    background-color: #0F111533;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2099;
}

.c-letopnav.opaque{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(83 84 163 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(15 17 21 / var(--tw-bg-opacity, 1));
}

.c-letopnav ul{
    padding-top: 0px;
    padding-bottom: 0px;
}

.c-letopnav ul li{
    position: relative;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px){

    .c-letopnav ul li{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.c-letopnav ul li a{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 768px){

    .c-letopnav ul li a{
        padding: 19px 0px 13px 0px;
    }
}

.c-letopnav ul li a{
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    display: block;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 18px;
    /* letter-spacing: 0.02em; */
    text-decoration: none;
    cursor: pointer;
}

.c-letopnav ul li a.dropdown{
    padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: right 55%;
}

.c-letopnav ul li a.inactive{
    cursor: default;
  user-select: none;
}

.c-letopnav ul li > a:hover{
    background-color: transparent;
}

.c-letopnav ul li > a:hover:is(.dark *){
    background-color: transparent;
}

.c-letopnav ul li > a:hover{
    text-decoration: none;
    color: #c1c1c1;
}

.c-letopnav ul li > a.active{
  color: #b1b1b1;
}

.c-letopnav .bar{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.c-letopnav ul li ul.secondary{
    width: 320px;
    --tw-border-opacity: 1;
    border-color: rgb(83 81 144 / var(--tw-border-opacity, 1));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0px;
}

@media (min-width: 768px){

    .c-letopnav ul li ul.secondary{
        position: absolute;
        left: -15px;
        display: none;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgb(30 28 53 / var(--tw-bg-opacity, 1));
        padding-left: 0px;
        opacity: 0;
    }

    .c-letopnav ul li:hover ul.secondary{
        display: block;
        opacity: 1;
    }
}

.c-letopnav ul li ul.secondary.right{
    right: -10px;
    left: auto;
}

.c-letopnav ul li ul.secondary li{
    padding: 0px;
}

@media (min-width: 768px){

    .c-letopnav ul li ul.secondary li{
        margin: 0px;
        padding: 0.5rem;
    }
}

.c-letopnav ul li ul.secondary li{
  margin: 0 !important;
}

.c-letopnav ul li ul.secondary li a{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0.25rem;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: none;
}

.c-letopnav ul li ul.secondary li a:hover{
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

    .c-letopnav ul li ul.secondary li a:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(55 52 88 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

.c-letopnav ul li ul.secondary li a h3{
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
    font-weight: 500;
}

@media (min-width: 768px){

    .c-letopnav ul li ul.secondary li a h3{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

.c-letopnav ul li ul.secondary li a h3{
  background-repeat: no-repeat;
  background-position: right center;
  letter-spacing: 0.03em;
  font-family: 'Yantramanav', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

@media (min-width: 768px){
  .c-letopnav ul li a.dropdown{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M-3.02339e-08%201.19167C-2.25491e-08%201.01586%200.0769949%200.840052%200.241981%200.701255C0.560955%200.432914%201.08891%200.432914%201.40789%200.701255L7.50139%205.82749L13.5949%200.701256C13.9138%200.432915%2014.4418%200.432915%2014.7608%200.701256C15.0797%200.969597%2015.0797%201.41375%2014.7608%201.68209L8.08434%207.29874C7.76536%207.56709%207.23741%207.56709%206.91843%207.29874L0.241981%201.68209C0.0769949%201.54329%20-3.79188e-08%201.36748%20-3.02339e-08%201.19167Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  }
  .c-letopnav ul li ul.secondary li a h3{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.691672%2015C0.515862%2015%200.340053%2014.923%200.201256%2014.758C-0.0670855%2014.439%20-0.0670855%2013.9111%200.201256%2013.5921L5.32749%207.49861L0.201256%201.40514C-0.0670853%201.08616%20-0.0670853%200.558204%200.201256%200.23923C0.469597%20-0.0797435%200.913747%20-0.0797435%201.18209%200.23923L6.79874%206.91566C7.06709%207.23464%207.06709%207.76259%206.79874%208.08157L1.18209%2014.758C1.04329%2014.923%200.867481%2015%200.691672%2015Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  }
}

.c-letopnav ul li ul.secondary li a p{
    display: none;
}

@media (min-width: 768px){

    .c-letopnav ul li ul.secondary li a p{
        display: block;
    }
}

.c-letopnav ul li ul.secondary li a p{
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.c-letopnav .nav-content-toggle{
    background-color: transparent;
}

.c-letopnav .nav-brand img{
    height: 18px;
  }

.c-letopnav .navbar .container{
    display: flex;
    width: 100%;
    flex-direction: column;
}

@media (min-width: 768px){

    .c-letopnav .navbar .container{
        flex-direction: row;
    }
}

.c-letopnav .navbar .top-control{
    padding: 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

.c-letopnav .nav-links{
    margin: 0px;
    display: none;
    padding-right: 0.5rem;
}

@media (min-width: 768px){

    .c-letopnav .nav-links{
        display: flex;
    }
}

.c-letopnav .nav-links.show{
    display: flex;
}

.c-letopnav .nav-links li{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px){

    .c-letopnav .nav-links li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.c-letopnav .github-redirect {
    display: none;
    border-bottom: 1px solid #242a58;
    position: fixed;
    top: 50px;
    height: 90px;
    width: 100%;
    background: #0F1115;
    text-transform: none;
    font-family: "Fira Sans", Arial, Verdana, sans-serif;
    color: #f1f1f1;
    padding: 15px 30px;
    font-size: 16px;
    z-index: 2100;
    box-sizing: border-box;
  }

.c-letopnav .github-redirect.show{
    display: block;
  }

.c-letopnav .github-redirect .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

.c-letopnav .top-nav-collapse .github-redirect{
    margin-top: 42px;
  }

.c-letopnav .github-redirect .github-redirect-info {
    float: left;
    padding: 20px 0px;
  }

.c-letopnav .github-redirect .github-redirect-cancel {
    float: right;
  }

.c-letopnav .github-redirect .github-redirect-cancel a {
    padding: 20px 35px;
    background: #3e3b86;
    border-radius: 15px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-family: "Yantramanav", sans-serif;
    color: #f1f1f1;
    font-weight: normal;
  }

.c-letopnav .github-redirect .github-redirect-cancel a:hover {
    background: #434192;
    text-decoration: none;
  }