@font-face {
    font-family: 'Eiko';
    src: url('./../../../dist/fonts/front/PPEiko-Thin.woff2') format('woff2');
}
@font-face {
    font-family: 'Albert Sans';
    src: url('./../../../dist/fonts/front/AlbertSans-VariableFont_wght.ttf') format('truetype');
}
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
::-moz-selection {
    background: #0081BF;
    color: white;
}
::selection {
    background: #0081BF;
    color: white;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #000;
    font-family: 'Eiko', sans-serif !important;
    color: #0A0A0A;
}
hr {
    border-color: #0081BF;
}
h2 {
    font-size: 36px;
}
p a {
        text-decoration: underline;
    }
ul {
    min-width: 0px;
}
.seo-only.seo-only.seo-only {
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    width: 0;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
body.loading::-webkit-scrollbar {
    display: none;
  }
body.loading {
    overflow: hidden;
  }
.loading-hidden {
    display: none;
}
section {
    scroll-margin-top: 50px;
}
/* width */
::-webkit-scrollbar {
    display: none;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 129, 191, 0.2);
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0081BF;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0081BF;
    opacity: 0.2;
}
.scrollbar-hide::-webkit-scrollbar{
    display:none !important
}
.fade-mask {
    opacity: 1;
    /* Máscara combinada */
    -webkit-mask-image:
        radial-gradient(
        ellipse 80% 70% at 30% 50%,  /* foco topo direito */
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        ),
        radial-gradient(
        ellipse 20% 40% at 70% 80%,  /* foco parte inferior */
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-composite: destination-in;

    -webkit-mask-image:
        radial-gradient(
        ellipse 80% 80% at 60% 60%,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        ),
        radial-gradient(
        ellipse 50% 50% at 50% 50%,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        );

            mask-image:
        radial-gradient(
        ellipse 80% 80% at 60% 60%,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        ),
        radial-gradient(
        ellipse 50% 50% at 50% 50%,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 100%
        );
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
}
ul.nav-hover:hover li {
    opacity: 0.4;
    transition: opacity 0.3s ease;
    filter: blur(5px);
  }
ul.nav-hover:hover li:hover {
      filter: blur(0px);
    opacity: 1;
  }
ul.nav-hover li.is-active {
      filter: blur(0px);
    opacity: 1;
  }
ul.nav-hover li.is-active > a {
    padding-left: 24px;
    transition: padding 0.3s ease;
  }
ul.nav-hover:has(li.is-active) li:not(.is-active) {
      filter: blur(5px);
    opacity: 0.4;
  }
ul.nav-hover li {
    transition: opacity 0.3s ease, padding-left 0.3s ease;
  }
.grecaptcha-badge { 
    visibility: hidden !important;
    }
.fade-bottom {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
    }
.filter-white{
    filter: brightness(0) invert(1);
}
.filter-black{
    filter: brightness(0) invert(0);
}
.uderline-animated {
    position: relative;
}
.uderline-animated::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0081BF;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
.uderline-animated:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }
.uderline-animated.active::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }
article.card {
        position: relative;
        border-radius: 0rem;
        height: 100%;
    }
article.card .card-title{
            line-height: 23px;
            width: 100%;
        }
article.card .card-title h3 {
                font-size: 12px;
            }
article.card .card-title h2 {
                display: -webkit-box;
                -webkit-box-orient: vertical;  
                -webkit-line-clamp: 4;
                overflow: hidden;
                transition: color 0.25s;
            }
article.card .card-title h2.hidden-skeleton.hidden{
                display: none;
            }
article.card .card-title small {
                font-size:0.75rem;
            }
article.card .card-media {
            width: 100%;
            height: auto;
            transition: box-shadow 0.25s;
            overflow: hidden;
            aspect-ratio: 1 / 1;    
        }
@supports not (aspect-ratio: 1 / 1) {
article.card .card-media {
                width: 100%;
                height: calc(100% * 9 / 16);
                transform: translateY(calc((100% * 9 / 16 - 55%) / -2))    
        }    
            }
article.card .card-media.width-auto {
                width: auto;
            }
article.card .card-media .flex-media {
                position: relative;
                height: 100%;
                overflow: hidden;
                background: transparent;
                display: block;
                border-top-left-radius: 0rem;
                border-top-right-radius: 0rem;
            }
article.card .card-media .flex-media figure {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
article.card .card-media .flex-media figure img{
                        height: 100%;
                        width: 100%;
                        background-color: hsl(200, 20%, 80%);
                        background-position: center;
                        max-width: none;
                        -o-object-fit: cover;
                        object-fit: cover;
                        font-family: "object-fit: cover";
                        transition: transform 0.3s ease-in;
                    }
article.card .card-media .flex-media figure figcaption{
                        display: none;
                    }
article.card .article-overflow{
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            transition: all 0.15s ease-in;

        }
article.card .card-header {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            transition: all 0.3s ease-in;

            height: auto;
        }
article.card.primary-card .card-title {
                position: absolute;
                left: 0;
                bottom: 0;
                color: white;
                padding: 16px;
            }
article.card.primary-card .card-title h2 {
                    font-family: 'blacker-regular';
                    letter-spacing: 0.01rem;
                }
article.card.primary-card .card-title span{
                    font-family: 'Poppins', sans-serif;
                }
article.card.primary-card .card-media {
                overflow: inherit
            }
article.card.primary-card .card-header {
                height: 70%;
            }
article.card.primary-card .exclusivo {
                display: none;
            }
article.card.primary-card .exclusive-main {
                display: inline;
            }
article.card.secondary-card .card-header {
                position: relative;
            }
article.card.secondary-card .card-header .card-title h3 {
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 22px;
                    }
@media (min-width: 1024px) {
article.card.secondary-card .card-header .card-title h3 {
                            font-size: 14px;
                            font-weight: 600;
                            line-height: 18px
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card .card-header .card-title h3 {
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 22px
                    }
                        }
article.card.secondary-card .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: 20px;
                        line-height: 27px;
                        font-weight: 500;
                    }
@media (min-width: 834px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px;
                            font-weight: 400
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 14px;
                            line-height: 22px
                    }
                        }
@media (min-width: 1920px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
article.card.xl-image .card-media {
                height: 350px;
            }
@media (min-width: 750px) {
article.card.xl-image .card-media {
                    height: 350px
            }
                }
@media (min-width: 834px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1280px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1920px) {
article.card.xl-image .card-media {
                    height: 780px
            }
                }
article.card.lg-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 834px) {
article.card.lg-image .card-media {
                    height: 380px
            }
                }
@media (min-width: 1280px) {
article.card.lg-image .card-media {
                    height: 440px
            }
                }
@media (min-width: 1920px) {
article.card.lg-image .card-media {
                    height: 580px
            }
                }
article.card.md-image .card-media {
                aspect-ratio: unset;
                height: 300px;
            }
article.card.sm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.sm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.sm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.sm-image .card-media {
                    height: 200px
            }
                }
@media (min-width: 1920px) {
article.card.sm-image .card-media {
                    height: 270px
            }
                }
article.card.xs-image .card-media {
                height: 240px;
                aspect-ratio: unset;
            }
article.card.circle-image.tiny .card-media {
                    height: auto;
                    box-shadow: none;
                    height: 100px;
                    width: 100px;
                }
@media (min-width: 834px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1280px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1920px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
article.card.circle-image .card-media {
                height: auto;
                box-shadow: none;
                height: 200px;
                width: 200px;
            }
article.card.circle-image .card-media .flex-media figure {
                        border-radius: 50%;
                        overflow: hidden;
                    }
article.card.circle-image .card-media .flex-media figure img{
                            margin: auto;
                            max-width: none;
                            -o-object-fit: cover;
                            object-fit: cover;
                            font-family: "object-fit: cover";
                            border-radius: 9999px;
                        }
article.card.circle-image .card-media .exclusivo {
                    display: none;
                }
article.card.circle-image .loading-skeleton .cover-img {
                border-radius: 50%;
            }
article.card:hover{
            /*
            .card-media .flex-media figure img {
                will-change: transform;
                transform: scale(1.3,1.3);
            }
            */
        }
article.card:hover h2{
                opacity: 0.72;
            }
article.card:hover.animated.main-card .card-title  h2 {
                    opacity: 1;
                }
article.card:hover.animated .card-header {
                    margin-top: -50px;
                }
article.card:hover.animated .article-overflow {
                    height: 100%;
                    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%);
                }
article.card:hover.animated .card-media .flex-media figure img {
                    will-change: transform;
                    transform: scale(1.3,1.3);
                }
article.card:hover .card-title  h3 {
                color: #0081BF;
            }
article .content h1 {
            font-size: 2em;
            margin-top: 40px;
            margin-bottom: 20px;
        }
article .content h2{
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2.5rem;
        }
article .content h3 {
            font-size: 1.17em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2rem;
        }
article .content h4 {
            font-size: 1em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.5rem;
        }
article .content h5 {
            font-size: .83em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content h6{
            font-size: .75em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content p{
            margin-bottom: 20px;
            letter-spacing: 0.2px;   
        }
article .content p span{
                font-family: 'blacker-regular'!important;
                font-size: 18px;
                line-height: 26px;
                color: #555555;
            }
article .content p a {
                -webkit-text-decoration-color: #0A0A0A;
                        text-decoration-color: #0A0A0A;
                color: #0A0A0A;
            }
article .content img {
            border-radius: 0.375rem;
            width: 100%;
            height: auto;
            margin: 20px 0px;
        }
article .content iframe {
            border-radius: 0.375rem;
            margin: 20px 0px;
        }
article .content span{
            font-family: 'blacker-regular'!important;
        }
article .content .column img {
            margin-top: 10px!important;
            margin-bottom: 10px!important;
        }
article .content ul {
            list-style: disc!important;
            padding-left: 25px;
        }
article .content ol {
            list-style: decimal!important;
            padding-left: 25px;
        }
article .content blockquote {
            display: block;
            margin-top: 1em;
            margin-bottom: 1em;
            margin-left: 40px;
            margin-right: 40px;
            border-left: 5px solid  #0081BF;
            padding-left: 10px;
        }
article .content blockquote.twitter-tweet {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                line-height: 16px;
                border-color: #eee #ddd #bbb;
                border-radius: 5px;
                border-style: solid;
                border-width: 1px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
                margin: 10px 5px;
                padding: 0 16px 16px 16px;
                max-width: 468px;
            }
article .content blockquote.twitter-tweet p {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 20px;
                }
article .content blockquote.twitter-tweet a {
                    color: inherit;
                    font-weight: normal;
                    text-decoration: none;
                    outline: 0 none;
                }
article .content blockquote.twitter-tweet a:hover,
                article .content blockquote.twitter-tweet a:focus {
                    text-decoration: underline;
                }
article .content sub {
            vertical-align: sub;
            font-size: smaller;
        }
article .content sup{
            vertical-align: super;
            font-size: smaller;
        }
article .content code {
            background-color: #E6E6E6;
            border-radius: 4px;
            color: white;
            padding: 0 10px;
        }
article .content tr {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-collapse: collapse;
        }
article .content strong {
            font-family: 'blacker-bold';
        }
article .card-link {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
article .article-date {
        color: rgb(100 116 139);
        margin-top: 0.75rem;
        font-size: 14px;
    }
figcaption {
    font-size: 10px;
}
.autor-photo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: hsl(200, 20%, 80%);
    background-size: cover;
    background-position: center;
}
@media (min-width: 834px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1280px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1920px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
.autor-photo-large {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-color: hsl(200, 20%, 80%);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
.autor-photo-large img{
            height: 100%;
            width: 100%;
            background-color: hsl(200, 20%, 80%);
            background-position: center;
            max-width: none;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: "object-fit: cover";
            transition: transform 0.3s ease-in;
        }
.overlay .container .overlay-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 105% 105%;
            background-position: center;
            background: 
                linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, #000 100%),
                linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, #000 100%),
                linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
        }
@media screen and (min-width: 768px) {
.overlay .container:nth-of-type(even) {
                margin-top: 160px
        }
.overlay .container:nth-of-type(even) div.overlay-image {
                    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 50%, #000 94.71%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%)
            }
.overlay .container:nth-of-type(even) div.text-over-image {
                    right: 0;
                    text-align: right;
                    left: auto
            }
.overlay .container:nth-of-type(odd) .overlay-image {
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 50%, #000 95.19%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%)
            }
            }
@media (prefers-reduced-motion: reduce) {
  .motion-shift, .text-anim {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.scale-22{
    --tw-scale-x: 22.4;
    --tw-scale-y: 2;
    transform: translate(var(--tw-translate-x), 
    var(--tw-translate-y)) 
    rotate(var(--tw-rotate)) 
    skewX(var(--tw-skew-x)) 
    skewY(var(--tw-skew-y)) 
    scaleX(var(--tw-scale-x)) 
    scaleY(var(--tw-scale-y));
}
@media screen and (max-width: 768px) {
.scale-22{
        --tw-scale-y: 2
}
    }
#magicButton {
  opacity: 0;                        
  transform: scale(0.9);             
  transition: opacity 2s ease, transform 2s ease;
}
#magicButton.show {
  opacity: 1;
  transform: scale(1);               
}
#navList, #footerBar {
    transition: transform 1.8s ease-out;
    will-change: transform;
  }
#navList.enter-from { transform: translateY(-30px); }
#footerBar.enter-from { transform: translateY(30px); }
#navList.enter-to,
#footerBar.enter-to {
  transform: translateY(0);
}
footer .overlay-footer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 129, 191, 0.00) 0%, rgba(0, 129, 191, 0.50) 100%);
        transition: all 0.3s ease;


    }
@media screen and (min-width: 768px) {
footer .overlay-footer {
            background: linear-gradient(180deg, rgba(0, 129, 191, 0.00) 0%, var(--experience_architects, rgba(0, 129, 191, 0.30)) 100%), rgba(0, 0, 0, 0.00)


    }
        }
.info-section {
    margin: 252px 0 252px 0;
}
.background {
    z-index: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
.background {
        width: 100%;
        height: 100%
}

        .background-first {
            left: 0;
            z-index: -5;
            background: linear-gradient(97deg, rgba(0, 0, 0, 0.00) 62.56%, #000 86.1%), linear-gradient(0deg, rgba(13, 3, 30, 0.00) 50%, #0D031E 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 90%);
        }
    }
@media screen and (min-width: 1024px) {
.background {
        width: 500px;
        height: 500px;

        opacity: 0.4;
        filter: blur(200px);
        flex-shrink: 0;
        aspect-ratio: 221/108
}

        .background-left {
            
            right: auto;
            transform: rotate(30deg);
        }

        .background-right {
            
            left: auto;
            transform: rotate(-30deg);
        }

        .background-footer {
            left: 0;
            right: auto;
            bottom: 0;
            transform: rotate(30deg);
            background: linear-gradient(97deg, rgba(0, 0, 0, 0.00) 62.56%, #000 86.1%), linear-gradient(0deg, rgba(13, 3, 30, 0.00) 50%, #0D031E 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 90%);
        }

        .background-blue {
            left: 0;
            background-image:url('/dist/images/front/blue_animado.svg');
        }

        .background-red {
            right: 0;
            background-image: url('/dist/images/front/red_animado.svg');
        }

        .background-green {
            left: 0;
            background-image: url('/dist/images/front/green_animado.svg');
        }
    .blue, .green{
        top: -180px;
        right: -250px !important;
    }

    .red{
        top: -180px;
        left: -250px !important;
    }
    }
@media screen and (max-width: 1024px) {
    .blue, .green, .red{
        top: 170px;
    }

}
.button-background-blue {
        background: #0081BF;
    }
.button-background-red {
        background: #BF0000;
    }
.button-background-green {
        background: #007B38;
    }
.video-overlay {
    position: absolute;

    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    z-index: 10;
    pointer-events: none;

    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 60%, #000 90%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.00) 30%, #000 90%),
        linear-gradient(359deg, rgba(0, 0, 0, 0.00) 32.8%, #000 97.02%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);
}
@media screen and (min-width: 768px) {
.video-overlay {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 54.7%, #000 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.00) 31.76%, #000 95.34%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 90%),
            linear-gradient(90deg, rgba(0, 0, 0, 0.00) 49.36%, #000 99.98%);

        left: -2%;
        top: -2%;
        width: 104%;
        height: 104%
}
    }
.video-overlay-down {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 20;
    pointer-events: none;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 100%),
                linear-gradient(135deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);
}
.video-overlay-up-and-down-low {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 20;
    pointer-events: none;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.00) 80%, #000 100%), linear-gradient(315deg, rgba(0, 0, 0, 0.00) 80%, #000 100%),
                linear-gradient(135deg, rgba(0, 0, 0, 0.00) 80%, #000 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.00) 80%, #000 100%);
}
.video-overlay-up-and-down {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(0,0,0,0.00) 50%, rgba(0,0,0,0.25) 100%),
                linear-gradient(299deg, rgba(0,0,0,0.00) 55%, rgba(0,0,0,0.18) 100%),
                linear-gradient(300deg, rgba(0,0,0,0.00) 55%, rgba(0,0,0,0.18) 100%),
                linear-gradient(45deg, rgba(0,0,0,0.00) 65%, rgba(0,0,0,0.20) 100%),
                linear-gradient(315deg, rgba(0,0,0,0.00) 65%, rgba(0,0,0,0.20) 100%),
                linear-gradient(135deg, rgba(0,0,0,0.00) 65%, rgba(0,0,0,0.20) 100%),
                linear-gradient(225deg, rgba(0,0,0,0.00) 65%, rgba(0,0,0,0.20) 100%);
}
section.animation-info {
    color: white;
}
section.animation-info:nth-of-type(even) svg{
            top: -40%;
            transform: scaleX(-1);
        }
@media screen and (min-width: 768px) {
section.animation-info:nth-of-type(even) {

            
            text-align: left
    }
                section.animation-info:nth-of-type(even) .info-header .info-title {
                    text-align: right;
                }

                    section.animation-info:nth-of-type(even) .info-header .info-title .title {
                        margin-left: auto;
                        margin-right: 0;
                    }

                    section.animation-info:nth-of-type(even) .info-header .info-title h2:first-child {
                        text-align: left;
                        margin-left: 40%;
                    }

                    section.animation-info:nth-of-type(even) .info-header .info-title h2:last-child {
                        text-align: left;
                        margin-left: 40%;
                        width: 66%;
                    }

                    section.animation-info:nth-of-type(even) .info-header .info-title-blue {
                        color: #0081BF;
                    }

                    section.animation-info:nth-of-type(even) .info-header .info-title-red {
                        color: #BF0000;
                    }

                    section.animation-info:nth-of-type(even) .info-header .info-title-green {
                        color: #007B38;
                    }
                section.animation-info:nth-of-type(even) .animation-container .background-animation {
                    right: 0;
                }

            section.animation-info:nth-of-type(even) .logo-background {
                position: absolute;
                top: -100px;
                left: 0;
                width: 386px;
                height: 386px;
                pointer-events: none;
                transform: translateX(-40%);
            }

            section.animation-info:nth-of-type(even) .video-lg {
                z-index: -20;
                width: clamp(600px, 70vw, 1440px) !important;
            }
        }
section.animation-info:nth-of-type(odd) svg{
            top: -40%;
        }
@media screen and (min-width: 768px) {
section.animation-info:nth-of-type(odd) {
            text-align: right
    }

            section.animation-info:nth-of-type(odd) .info-header {
                width: 91%;
                height: 91%;
                align-items: self-end;
            }

                section.animation-info:nth-of-type(odd) .info-header div {
                    margin-left: auto;
                }

                section.animation-info:nth-of-type(odd) .info-header .info-title {
                    text-align: left;
                }

                    section.animation-info:nth-of-type(odd) .info-header .info-title .title {
                        margin-left: 0;
                        margin-right: auto;
                    }

                    section.animation-info:nth-of-type(odd) .info-header .info-title h2:first-child {
                        padding-left: 32px;
                        line-height: 50px;
                        width: 50%;
                    }

                    section.animation-info:nth-of-type(odd) .info-header .info-title h2:last-child {
                        text-align: center;
                    }

                    section.animation-info:nth-of-type(odd) .info-header .info-title-blue {
                        color: #0081BF;
                    }

                    section.animation-info:nth-of-type(odd) .info-header .info-title-red {
                        color: #BF0000;
                    }

                    section.animation-info:nth-of-type(odd) .info-header .info-title-green {
                        color: #007B38;
                    }

            section.animation-info:nth-of-type(odd) .animation-container {
                margin-top: 144px;
            }

                section.animation-info:nth-of-type(odd) .animation-container:first-child {
                    margin-top: 0;
                }

            section.animation-info:nth-of-type(odd) .logo-background {
                position: absolute;
                top: -100px;
                right: 0;
                width: 386px;
                height: 386px;
                pointer-events: none;
                transform: translateX(40%);
            }

            section.animation-info:nth-of-type(odd) .video-lg {
                z-index: -20;
                width: clamp(600px, 50vw, 1440px) !important;
              
            }
        }
.person-card {
    width: 335px;
    height: 270px;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 129, 191, 0.25) 50%, rgba(0, 129, 191, 0.50) 100%), #FFF;
    border-radius: 10px;
}
.showoff-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(0deg, rgba(44, 43, 43, 0.00) 0%, rgba(44, 43, 43, 1.00) 100%);
    transition: all 0.3s;
}
/* Remove o botão "Abrir no Google Maps" + Branding Google */
#mapa .gmnoprint,
#mapa .gm-style-cc,
#mapa .gm-style-cc a,
#mapa .gm-style-cc span,
#mapa a[href^="https://maps.google.com/maps"],
#mapa a[title="Abrir esta área no Google Maps (abre uma nova janela)"],
#mapa img[alt="Google"] {
    display: none !important;
}
.mainNavbar {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%),
                linear-gradient(20deg, rgba(0, 0, 0, 0.00) 80%, #000 100%), linear-gradient(340deg, rgba(0, 0, 0, 0.00) 80%, #000 100%);;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}
.wheel {
    -webkit-animation: scroll 2s ease-in-out infinite;
            animation: scroll 2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}
html, body, a, button, textarea, input {
  cursor: none;
}
#cm, #s-cnt {
  cursor: default;
}
@media screen and (min-width: 768px) {
    .cursor .dot {
      position: fixed;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      pointer-events: none;
      background-size: cover;
      background-position: center;
      z-index: 9999;
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .cursor .dot circle {
      fill: #0083bf;
      transition: transform 0.3s ease, fill 0.3s ease;
      transform-origin: 50% 50%;
      mix-blend-mode: exclusion;
    }
    .cursor .dot .dot-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #0083bf;
      font-size: 14px;
      white-space: nowrap;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }

    .cursor img, .cursor video {
      position: fixed;
      top: 0;
      left: 0;
      width: 600px;
      height: 340px;
      pointer-events: none;
      background-size: cover;
      background-position: center;
      z-index: 9999;
      transform: translate(-50%, -50%) scale(0);
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
}
.swiper-pagination {
    position: relative !important;
    margin-top: 16px;
  }
.swiper-pagination .swiper-pagination-bullet {
      cursor: none !important;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: #FFFFFF;
      opacity: 0.2;
      transition: all 0.3s;
    }
.swiper-pagination .swiper-pagination-bullet-active {
      background: white;
      opacity: 1;
    }
.swiper-video-overlay {
    position: absolute;

    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    border-radius: 10px;
    background: linear-gradient(95deg, rgba(44, 43, 43, 0.00) 29.7%, #2C2B2B 90.91%), linear-gradient(180deg, rgba(44, 43, 43, 0.00) 35.92%, #2C2B2B 95.77%);
    z-index: 10;
  }
.swiper-video-overlay-parallax-background {
    position: absolute;

    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);
  }
.swiper-video-overlay-next {
    position: absolute;

    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    background: linear-gradient(267deg, rgba(44, 43, 43, 0.00) 12.13%, #2C2B2B 96.74%);
    z-index: 10;
  }
.background-slider {
    background: linear-gradient(180deg, rgba(44, 43, 43, 0.00) 0%, #2C2B2B 10%, #2C2B2B 80%, rgba(44, 43, 43, 0.00) 100%);
  }
@media screen and (max-width: 768px) {
.background-slider {
      padding-bottom: 3px
  }
    }
.swiper-wrapper {
    transition-timing-function: ease-in-out !important;
    align-items: flex-start;
  }
.swiper-slide {
    transform: scale(0.5) !important;
    opacity: 0.5;
    align-self: flex-start;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
  }
.swiper-button-next {
    color: white !important;
  
    width: 80px !important;
    height: 80px !important;
    cursor: none !important;
    right: 25% !important;
  }
.swiper-button-next.animate::after {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
.swiper-slide-component-brands .swiper-container {
      width: 100% !important;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide-component-brands .swiper-container .swiper-brands-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000000 100%),
                    linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
        z-index: 10;
      }
.swiper-slide-component-brands .swiper-container .swiper-wrapper {
        transition-timing-function: linear !important;
      }
.swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-active,
        .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-next,
        .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-prev,
        .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide {
          display: flex;
          height: auto !important;
          align-items: center;
          justify-content: center;
          opacity: 1 !important;
          transform: scale(1.2) !important;
        }
@media screen and (min-width: 1024px) {
          .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-active,
          .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-next,
          .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-prev,
          .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide {
            opacity: 0.8 !important;
            height: 100% !important;

            transition: transform 0.3s ease,
            filter 0.3s ease,
            opacity 0.3s ease;
          }

            .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-active:hover, .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-next:hover, .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide-prev:hover, .swiper-slide-component-brands .swiper-container .swiper-wrapper .swiper-slide:hover {
              transform: scale(2) !important;
              opacity: 1 !important;
            }
        }
.swiper-slide-component-parallax .swiper-pagination {
      position: relative !important;
    }
.swiper-slide-component-parallax .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #FFFFFF !important;
        opacity: 50%;
        border: none;
        opacity: 0.2;
        transition: all 0.3s;
      }
.swiper-slide-component-parallax .swiper-pagination .swiper-pagination-bullet-active {
        background: white !important;
        border: none;
        opacity: 1;
      }
.swiper-slide-component-parallax-background .swiper-wrapper {
      width: 335px !important;
      height: 200px !important;
    }
.swiper-slide-component-parallax-background .swiper-pagination {
      position: relative !important;
    }
.swiper-slide-component-parallax-background .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #FFFFFF !important;
        opacity: 50%;
        border: none;
        opacity: 0.2;
        transition: all 0.3s;
      }
.swiper-slide-component-parallax-background .swiper-pagination .swiper-pagination-bullet-active {
        background: white !important;
        border: none;
        opacity: 1;
      }
@media screen and (min-width: 1024px) {
        .swiper-slide-component-parallax-background-desktop .swiper-wrapper .swiper-slide-active,
        .swiper-slide-component-parallax-background-desktop .swiper-wrapper .swiper-slide-next,
        .swiper-slide-component-parallax-background-desktop .swiper-wrapper .swiper-slide-prev,
        .swiper-slide-component-parallax-background-desktop .swiper-wrapper .swiper-slide {
          height: 212px !important;
          opacity: 1 !important;
          transform: scale(1) !important;
        }
      }
.swiper-slide-component-parallax-background-desktop .swiper-pagination {
      position: relative !important;
    }
.swiper-slide-component-parallax-background-desktop .swiper-pagination .swiper-pagination-bullet {
        width: 80px;
        height: 4px;
        border-radius: 10px;
        margin: auto 30px !important;
        background: #FFFFFF !important;
        opacity: 50%;
        border: none;
        opacity: 0.2;
        transition: all 0.3s;
      }
.swiper-slide-component-parallax-background-desktop .swiper-pagination .swiper-pagination-bullet-active {
        background: white !important;
        opacity: 1;
        position: relative;
      }
.swiper-slide-component-parallax-background-desktop .swiper-pagination .swiper-pagination-bullet-active::before {
          content: "";
          position: absolute;
          top: -6px;
          left: -6px;
          right: -6px;
          bottom: -6px;
          border: 2px solid white;
          border-radius: 10px;
        }
.swiper-slide-component-members,
  .swiper-slide-component-members-desktop {
    
    position: relative;


  }
.swiper-slide-component-members .swiper-controls, .swiper-slide-component-members-desktop .swiper-controls {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 20px;
      margin-top: 20px;
    }
.swiper-slide-component-members .swiper-slide-active .video-overlay-members, .swiper-slide-component-members-desktop .swiper-slide-active .video-overlay-members {
        position: absolute;
    
        top: 0;
        left: 0;
        width: 102%;
        height: 102%;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
      }
.swiper-slide-component-members .swiper-slide-prev,
    .swiper-slide-component-members .swiper-slide-next,
    .swiper-slide-component-members-desktop .swiper-slide-prev,
    .swiper-slide-component-members-desktop .swiper-slide-next {
      scale: 1.4;
    }
.swiper-slide-component-members .swiper-pagination, .swiper-slide-component-members-desktop .swiper-pagination {
      width: auto !important;
      margin: 10 !important;
      position: static !important;
    }
.swiper-slide-component-members .swiper-pagination-bullets, .swiper-slide-component-members-desktop .swiper-pagination-bullets {
      display: flex;
      align-items: center;
      justify-content: center;
    }
.swiper-slide-component-members .swiper-pagination-bullet, .swiper-slide-component-members-desktop .swiper-pagination-bullet {
      width: 80px;
      height: 4px;
      margin: 0 !important;
      border-radius: 0 !important;
      background: #FFFFFF !important;
      opacity: 0.2;
      transition: all 0.3s;
    }
.swiper-slide-component-members .swiper-pagination-bullet-active, .swiper-slide-component-members-desktop .swiper-pagination-bullet-active {
      opacity: 1;
    }
.swiper-slide-component-members .swiper-button-next,
    .swiper-slide-component-members .swiper-button-prev,
    .swiper-slide-component-members-desktop .swiper-button-next,
    .swiper-slide-component-members-desktop .swiper-button-prev {
      position: static !important;
      width: 40px !important;
      height: 40px !important;
      color: white !important;
      cursor: none !important;
      margin: 0 !important;
    }
.swiper-slide-component-members .swiper-button-next::after,
    .swiper-slide-component-members .swiper-button-prev::after,
    .swiper-slide-component-members-desktop .swiper-button-next::after,
    .swiper-slide-component-members-desktop .swiper-button-prev::after {
      content: "" !important;
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("/dist/images/front/seta.svg");
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
    }
.swiper-slide-component-members .swiper-button-prev::after, .swiper-slide-component-members-desktop .swiper-button-prev::after {
      transform: rotate(180deg);
    }
.swiper-slide-component-parallax-desktop .swiper-wrapper .swiper-slide-active,
      .swiper-slide-component-parallax-desktop .swiper-wrapper .swiper-slide-next,
      .swiper-slide-component-parallax-desktop .swiper-wrapper .swiper-slide-prev,
      .swiper-slide-component-parallax-desktop .swiper-wrapper .swiper-slide {
        height: auto !important;
        opacity: 1 !important;
        transform: scale(1) !important;
        gap: 10px;
        display: flex;
        flex-direction: column;
      }
.swiper-slide-component-parallax-desktop .swiper-pagination {
      position: relative !important;
    }
.swiper-slide-component-parallax-desktop .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background: transparent;
        border: 2px solid white;
        opacity: 0.2;
        transition: all 0.3s;
      }
.swiper-slide-component-parallax-desktop .swiper-pagination .swiper-pagination-bullet-active {
        background: white;
        opacity: 1;
      }
.swiper-slide-component-card .swiper-wrapper .swiper-slide {
      height: 316px;
      width: 250px;
      margin-bottom: 41px;
      border-radius: 10px;
      background: linear-gradient(180deg, rgba(0, 129, 191, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
    }
@media (max-width: 768px) {
      .swiper-slide-component-card .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
      }
  }
.swiper-members-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    pointer-events: none;
    z-index: 40;

    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 80%, #000 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.1) 80%, #000 100%);
  }
.parallax-wrapper-slider {
  height: 100%;
  position: relative;
  width: 100%;
  margin: auto;
}
.parallax-wrapper-works-hover {
  margin-top: 70px;
  height: 100%;
  position: relative;
  width: 100%;
  margin: auto;
}
.parallax-block-works-hover {
  margin-top: 1px solid #ffffff50;
  margin-bottom: 1px solid #ffffff50;
}
.works-hover-desktop {
    margin-top: 90px;
}
.works-hover-desktop .works-hover-desktop-item {
      border-bottom: 1px solid #ffffff50;
    }
.works-hover-desktop .works-hover-desktop-item:first-child {
        border-top: 1px solid #ffffff50;
      }
.parallax-container {
  overflow-y: hidden;
}
.parallax-container .parallax-wrapper .parallax-block .background-blend-text{
        position: absolute;
        margin: auto;

        inset: 0;
        width: 102%;
        height: 102%;
        background: linear-gradient(0deg, rgba(0,0,0,0) 50%, #000 100%),
                    linear-gradient(90deg, rgba(0,0,0,0) 50%, #000 100%),
                    linear-gradient(180deg, rgba(0,0,0,0) 50%, #000 100%),
                    linear-gradient(270deg, rgba(0,0,0,0) 50%, #000 100%);
      }
.card {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 129, 191, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.timeline {
  position: relative;
}
.timeline ul {
  margin: 0;
  padding: 0;
}
.timeline ul li {
  list-style: none;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 40px 70px;
}
.timeline-card {
  border-radius: 20px;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(odd) div {
    margin-left: auto;
  }
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.timeline ul li:nth-child(even) div {
    margin-right: auto;
  }
.timeline ul li:nth-child(odd):before{
  content: '';
  position:absolute;
  right:-10px;
  top: 80px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 20;
  background: #ffffff;
}
.timeline ul li:nth-child(even):before{
  content: '';
  position:absolute;
  left:-10px;
  top:80px;
  width: 20px;
  height: 20px;
  z-index: 20;
  border-radius: 100%;
  background: #ffffff;
}
.timeline ul::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  background: #ffffff50;
  top: 128px;
  bottom: 520px;
  filter: blur(4px);
}
.tl-progress {
  position: absolute; /* colocado em cima da UL via JS */
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity .3s ease, transform .3s ease;
}
.tl-progress.tl-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.tl-progress__label {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  color: #a0a0a0;
  font-weight: 600;
  letter-spacing: 2.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tl-progress__track {
  width: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  overflow: hidden;
}
.tl-progress__bar {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #33ccff, #ff33cc);
  border-radius: 3px;
  z-index: -10;
  transition: height .08s linear;
  will-change: height;
}
.field {
  position: relative;
}
.field .bar {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.field .bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;           
  width: 0;
  height: 2px;
  background: #fff;
  transition: left 0.28s ease, width 0.28s ease;
}
.field input:focus ~ .bar::before,
.field textarea:focus ~ .bar::before {
  left: 0;
  width: 100%;
}
.field input:focus,
.field textarea:focus {
  color: #fff;
  outline: none;
}
.loading-bar {
  position: relative;
  width: 150px;
  height: 2px;
  background-color: #ffffff50;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ffffff;
}
#highlightLoading {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
}
#highlightLoading.loaded {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
/* ! tailwindcss v3.1.8 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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]) {
  -webkit-text-decoration: underline dotted;
          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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
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;
}
*, ::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-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:  ;
}
::-webkit-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-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:  ;
}
::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-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:  ;
}
.container {
    width: 100%;
}
.\!container {
    width: 100% !important;
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    .\!container {
        max-width: 768px !important;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .\!container {
        max-width: 1024px !important;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
    .\!container {
        max-width: 1280px !important;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
    .\!container {
        max-width: 1920px !important;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.top-0 {
    top: 0px;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.left-10 {
    left: 2.5rem;
}
.top-5 {
    top: 1.25rem;
}
.left-5 {
    left: 1.25rem;
}
.top-16 {
    top: 4rem;
}
.top-14 {
    top: 3.5rem;
}
.top-\[-150px\] {
    top: -150px;
}
.right-4 {
    right: 1rem;
}
.top-4 {
    top: 1rem;
}
.\!right-\[0\] {
    right: 0 !important;
}
.bottom-\[40px\] {
    bottom: 40px;
}
.bottom-0 {
    bottom: 0px;
}
.left-1\/2 {
    left: 50%;
}
.-bottom-\[1px\] {
    bottom: -1px;
}
.top-\[20px\] {
    top: 20px;
}
.-top-\[20px\] {
    top: -20px;
}
.-bottom-\[100px\] {
    bottom: -100px;
}
.-right-\[80px\] {
    right: -80px;
}
.-top-3\/4 {
    top: -75%;
}
.top-\[-70px\] {
    top: -70px;
}
.-top-\[15\%\] {
    top: -15%;
}
.-right-1\/4 {
    right: -25%;
}
.top-1\/2 {
    top: 50%;
}
.top-full {
    top: 100%;
}
.bottom-\[55px\] {
    bottom: 55px;
}
.bottom-\[-90px\] {
    bottom: -90px;
}
.z-\[999999\] {
    z-index: 999999;
}
.-z-40 {
    z-index: -40;
}
.z-\[99999\] {
    z-index: 99999;
}
.z-30 {
    z-index: 30;
}
.z-10 {
    z-index: 10;
}
.-z-10 {
    z-index: -10;
}
.z-0 {
    z-index: 0;
}
.z-\[9000\] {
    z-index: 9000;
}
.z-20 {
    z-index: 20;
}
.z-\[200\] {
    z-index: 200;
}
.z-\[99\] {
    z-index: 99;
}
.-z-20 {
    z-index: -20;
}
.z-\[8888\] {
    z-index: 8888;
}
.z-\[7777\] {
    z-index: 7777;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-auto {
    grid-column: auto;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-start-8 {
    grid-column-start: 8;
}
.float-right {
    float: right;
}
.m-auto {
    margin: auto;
}
.\!m-0 {
    margin: 0px !important;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.my-\[26px\] {
    margin-top: 26px;
    margin-bottom: 26px;
}
.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
}
.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[85px\] {
    margin-top: 85px;
    margin-bottom: 85px;
}
.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-\[72px\] {
    margin-top: 72px;
    margin-bottom: 72px;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.mt-auto {
    margin-top: auto;
}
.mt-24 {
    margin-top: 6rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-16 {
    margin-top: 4rem;
}
.-mb-px {
    margin-bottom: -1px;
}
.mb-16 {
    margin-bottom: 4rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-\[130px\] {
    margin-top: 130px;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-3 {
    margin-right: 0.75rem;
}
.-mt-5 {
    margin-top: -1.25rem;
}
.mt-\[6px\] {
    margin-top: 6px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-\[42px\] {
    margin-top: 42px;
}
.mt-\[41px\] {
    margin-top: 41px;
}
.mt-\[40px\] {
    margin-top: 40px;
}
.mt-\[10px\] {
    margin-top: 10px;
}
.mt-\[128px\] {
    margin-top: 128px;
}
.mt-\[32px\] {
    margin-top: 32px;
}
.mt-1 {
    margin-top: 0.25rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-0 {
    margin-right: 0px;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-\[150px\] {
    margin-top: 150px;
}
.mt-\[22px\] {
    margin-top: 22px;
}
.mt-\[200px\] {
    margin-top: 200px;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-\[70px\] {
    margin-bottom: 70px;
}
.mb-\[40px\] {
    margin-bottom: 40px;
}
.mb-\[16px\] {
    margin-bottom: 16px;
}
.mt-\[46px\] {
    margin-top: 46px;
}
.mt-\[120px\] {
    margin-top: 120px;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mt-\[265px\] {
    margin-top: 265px;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-\[50px\] {
    margin-top: 50px;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.mt-\[24px\] {
    margin-top: 24px;
}
.mb-\[20px\] {
    margin-bottom: 20px;
}
.mt-\[60px\] {
    margin-top: 60px;
}
.mb-\[8px\] {
    margin-bottom: 8px;
}
.mt-\[28px\] {
    margin-top: 28px;
}
.mt-\[15px\] {
    margin-top: 15px;
}
.mt-\[26px\] {
    margin-top: 26px;
}
.mb-\[85px\] {
    margin-bottom: 85px;
}
.mb-\[52px\] {
    margin-bottom: 52px;
}
.mt-\[250px\] {
    margin-top: 250px;
}
.mt-\[140px\] {
    margin-top: 140px;
}
.mt-\[450px\] {
    margin-top: 450px;
}
.mt-\[100px\] {
    margin-top: 100px;
}
.mb-\[30px\] {
    margin-bottom: 30px;
}
.mt-\[38px\] {
    margin-top: 38px;
}
.mt-\[45px\] {
    margin-top: 45px;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mt-\[48px\] {
    margin-top: 48px;
}
.mr-\[60px\] {
    margin-right: 60px;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mt-\[650px\] {
    margin-top: 650px;
}
.mb-\[150px\] {
    margin-bottom: 150px;
}
.mb-\[45px\] {
    margin-bottom: 45px;
}
.mr-10 {
    margin-right: 2.5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mt-\[57px\] {
    margin-top: 57px;
}
.mr-8 {
    margin-right: 2rem;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.-ml-px {
    margin-left: -1px;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-full {
    height: 100%;
}
.h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.h-400 {
    height: 400px;
}
.h-screen {
    height: 100vh;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.\!h-\[200px\] {
    height: 200px !important;
}
.h-auto {
    height: auto;
}
.h-11 {
    height: 2.75rem;
}
.h-7 {
    height: 1.75rem;
}
.h-450 {
    height: 450px;
}
.h-width {
    height: 100vw;
}
.h-12 {
    height: 3rem;
}
.h-2\/3 {
    height: 66.666667%;
}
.h-\[75vh\] {
    height: 75vh;
}
.h-\[400px\] {
    height: 400px;
}
.h-10 {
    height: 2.5rem;
}
.\!h-5 {
    height: 1.25rem !important;
}
.h-\[20px\] {
    height: 20px;
}
.h-1\/2 {
    height: 50%;
}
.h-1\/3 {
    height: 33.333333%;
}
.h-\[270px\] {
    height: 270px;
}
.h-4 {
    height: 1rem;
}
.h-600 {
    height: 600px;
}
.h-32 {
    height: 8rem;
}
.h-\[250px\] {
    height: 250px;
}
.h-36 {
    height: 9rem;
}
.h-\[160px\] {
    height: 160px;
}
.h-\[330px\] {
    height: 330px;
}
.h-\[636px\] {
    height: 636px;
}
.h-\[860px\] {
    height: 860px;
}
.h-5\/6 {
    height: 83.333333%;
}
.h-\[650px\] {
    height: 650px;
}
.h-\[265px\] {
    height: 265px;
}
.h-\[344px\] {
    height: 344px;
}
.h-96 {
    height: 24rem;
}
.h-\[500px\] {
    height: 500px;
}
.h-\[20\%\] {
    height: 20%;
}
.h-\[100px\] {
    height: 100px;
}
.h-\[364px\] {
    height: 364px;
}
.h-\[320px\] {
    height: 320px;
}
.h-\[6px\] {
    height: 6px;
}
.h-6 {
    height: 1.5rem;
}
.h-14 {
    height: 3.5rem;
}
.h-\[90\%\] {
    height: 90%;
}
.h-60 {
    height: 15rem;
}
.h-3 {
    height: 0.75rem;
}
.h-20 {
    height: 5rem;
}
.h-\[220px\] {
    height: 220px;
}
.max-h-600 {
    max-height: 600px;
}
.max-h-32 {
    max-height: 8rem;
}
.max-h-\[200px\] {
    max-height: 200px;
}
.max-h-500 {
    max-height: 500px;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-\[85px\] {
    min-height: 85px;
}
.min-h-\[50px\] {
    min-height: 50px;
}
.min-h-\[300px\] {
    min-height: 300px;
}
.min-h-\[100svh\] {
    min-height: 100svh;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.min-h-\[225px\] {
    min-height: 225px;
}
.min-h-\[75px\] {
    min-height: 75px;
}
.min-h-80 {
    min-height: 320px;
}
.w-full {
    width: 100%;
}
.w-\[24px\] {
    width: 24px;
}
.w-auto {
    width: auto;
}
.w-32 {
    width: 8rem;
}
.w-40 {
    width: 10rem;
}
.w-11\/12 {
    width: 91.666667%;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.\!w-\[200px\] {
    width: 200px !important;
}
.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.w-\[400px\] {
    width: 400px;
}
.w-\[80\%\] {
    width: 80%;
}
.w-10 {
    width: 2.5rem;
}
.\!w-5 {
    width: 1.25rem !important;
}
.w-\[20px\] {
    width: 20px;
}
.w-1\/2 {
    width: 50%;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-4 {
    width: 1rem;
}
.w-\[480px\] {
    width: 480px;
}
.w-60 {
    width: 15rem;
}
.w-10\/12 {
    width: 83.333333%;
}
.w-\[285px\] {
    width: 285px;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-2\/12 {
    width: 16.666667%;
}
.w-3\/12 {
    width: 25%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-4\/12 {
    width: 33.333333%;
}
.w-24 {
    width: 6rem;
}
.w-screen {
    width: 100vw;
}
.w-\[200px\] {
    width: 200px;
}
.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.w-\[520px\] {
    width: 520px;
}
.w-12 {
    width: 3rem;
}
.w-\[6px\] {
    width: 6px;
}
.w-52 {
    width: 13rem;
}
.w-14 {
    width: 3.5rem;
}
.w-7\/12 {
    width: 58.333333%;
}
.w-16 {
    width: 4rem;
}
.w-4\/5 {
    width: 80%;
}
.w-28 {
    width: 7rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-\[1920px\] {
    max-width: 1920px;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-\[60\%\] {
    max-width: 60%;
}
.max-w-\[200px\] {
    max-width: 200px;
}
.max-w-800 {
    max-width: 800px;
}
.max-w-screen-xl {
    max-width: 1920px;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-\[1400px\] {
    max-width: 1400px;
}
.max-w-\[524px\] {
    max-width: 524px;
}
.max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.\!max-w-\[32px\] {
    max-width: 32px !important;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-none {
    flex: none;
}
.grow {
    flex-grow: 1;
}
.-translate-x-\[25\%\] {
    --tw-translate-x: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[260px\] {
    --tw-translate-y: -260px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[40\%\] {
    --tw-translate-x: -40%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.4\] {
    --tw-scale-x: 1.4;
    --tw-scale-y: 1.4;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animate-fadeIn {
    -webkit-animation: fadeIn 20s ease-in-out forwards;
            animation: fadeIn 20s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animate-fadeInFast {
    -webkit-animation: fadeIn 2.5s forwards;
            animation: fadeIn 2.5s forwards;
}
@-webkit-keyframes loadingLetter {
    0% {
        transform: scale(1.4) -translateX(25%);
    }
    100% {
        transform: scale(1) translateX(0%);
    }
}
@keyframes loadingLetter {
    0% {
        transform: scale(1.4) -translateX(25%);
    }
    100% {
        transform: scale(1) translateX(0%);
    }
}
.animate-loadingLetter {
    -webkit-animation: loadingLetter ease-out 2.5s forwards;
            animation: loadingLetter ease-out 2.5s forwards;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.animate-fadeOut {
    -webkit-animation: fadeOut 5s ease-in-out forwards;
            animation: fadeOut 5s ease-in-out forwards;
}
@-webkit-keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-200%);
        opacity: 1;
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-200%);
        opacity: 1;
    }
}
.animate-slideUp {
    -webkit-animation: slideUp 0.8s ease-in-out forwards;
            animation: slideUp 0.8s ease-in-out forwards;
}
@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-fadeInUp {
    -webkit-animation: fade-in-up 0.6s ease-out forwards;
            animation: fade-in-up 0.6s ease-out forwards;
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-fadeInUpAfter {
    -webkit-animation: fade-in-up 3.6s ease-out forwards;
            animation: fade-in-up 3.6s ease-out forwards;
}
.cursor-none {
    cursor: none;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.resize {
    resize: both;
}
.list-none {
    list-style-type: none;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-between {
    place-content: space-between;
}
.place-items-center {
    place-items: center;
}
.content-center {
    align-content: center;
}
.content-end {
    align-content: flex-end;
}
.content-between {
    align-content: space-between;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-items-start {
    justify-items: start;
}
.justify-items-end {
    justify-items: end;
}
.justify-items-center {
    justify-items: center;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-4 {
    gap: 1rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-\[33px\] {
    gap: 33px;
}
.gap-\[24px\] {
    gap: 24px;
}
.gap-8 {
    gap: 2rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-y-\[20px\] {
    row-gap: 20px;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-5 {
    row-gap: 1.25rem;
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.break-words {
    overflow-wrap: break-word;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-\[1px\] {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l {
    border-left-width: 1px;
}
.border-none {
    border-style: none;
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 129 191 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 129 191 / var(--tw-border-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 191 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
}
.bg-\[\#111\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-soft-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-\[\#0081BF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 191 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff33\] {
    background-color: #ffffff33;
}
.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
}
.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 105 167 / var(--tw-bg-opacity));
}
.bg-\[\#0D031E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(13 3 30 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-softprimary {
    --tw-bg-opacity: 1;
    background-color: rgb(248 243 236 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/dist\/images\/front\/gradient_linear_fundo\.svg\'\)\] {
    background-image: url('/dist/images/front/gradient_linear_fundo.svg');
}
.bg-\[url\(\'\/dist\/images\/front\/logo_animado\.svg\'\)\] {
    background-image: url('/dist/images/front/logo_animado.svg');
}
.bg-\[url\(\'\/dist\/images\/frontbg-\[url\(\'\/dist\/images\/front\/gradient_linear_fundo\.svg\'\)\]\/blue_background\.svg\'\)\] {
    background-image: url('/dist/images/frontbg-[url('/dist/images/front/gradient_linear_fundo.svg')]/blue background.svg');
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.stroke-1 {
    stroke-width: 1;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-14 {
    padding: 3.5rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-\[10px\] {
    padding: 10px;
}
.p-1 {
    padding: 0.25rem;
}
.p-8 {
    padding: 2rem;
}
.p-4 {
    padding: 1rem;
}
.p-7 {
    padding: 1.75rem;
}
.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
}
.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
}
.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}
.px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
}
.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
}
.px-\[128px\] {
    padding-left: 128px;
    padding-right: 128px;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}
.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.pt-52 {
    padding-top: 13rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-\[200px\] {
    padding-top: 200px;
}
.pb-\[20px\] {
    padding-bottom: 20px;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pt-\[10\%\] {
    padding-top: 10%;
}
.pt-\[40px\] {
    padding-top: 40px;
}
.pb-\[40px\] {
    padding-bottom: 40px;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-120 {
    padding-top: 120px;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pr-\[20px\] {
    padding-right: 20px;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-albertsans {
    font-family: Albert Sans, sans-serif;
}
.font-display {
    font-family: Eiko, Albert Sans;
}
.font-body {
    font-family: Eiko, Albert Sans;
}
.text-\[30px\] {
    font-size: 30px;
}
.text-\[70px\] {
    font-size: 70px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[100px\] {
    font-size: 100px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[60px\] {
    font-size: 60px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[40px\] {
    font-size: 40px;
}
.text-\[80px\] {
    font-size: 80px;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-\[clamp\(32px\2c 2\.083vw\2c 48px\)\] {
    font-size: clamp(32px,2.083vw,48px);
}
.text-\[clamp\(16px\2c 1\.146vw\2c 20px\)\] {
    font-size: clamp(16px,1.146vw,20px);
}
.text-\[clamp\(40px\2c 3\.125vw\2c 80px\)\] {
    font-size: clamp(40px,3.125vw,80px);
}
.text-\[clamp\(16px\2c 1\.146vw\2c 28px\)\] {
    font-size: clamp(16px,1.146vw,28px);
}
.text-\[clamp\(24px\2c 2\.083vw\2c 48px\)\] {
    font-size: clamp(24px,2.083vw,48px);
}
.text-\[50px\] {
    font-size: 50px;
}
.text-\[342px\] {
    font-size: 342px;
}
.text-\[22px\] {
    font-size: 22px;
}
.text-\[clamp\(40px\2c 3vw\2c 60px\)\] {
    font-size: clamp(40px,3vw,60px);
}
.text-\[clamp\(10px\2c 0\.8vw\2c 24px\)\] {
    font-size: clamp(10px,0.8vw,24px);
}
.text-\[28px\] {
    font-size: 28px;
}
.text-\[5vw\] {
    font-size: 5vw;
}
.text-\[140px\] {
    font-size: 140px;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.font-thin {
    font-weight: 100;
}
.font-light {
    font-weight: 300;
}
.font-semibold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.\!font-light {
    font-weight: 300 !important;
}
.font-bold {
    font-weight: 700;
}
.font-extralight {
    font-weight: 200;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-\[0\.9\] {
    line-height: 0.9;
}
.leading-none {
    line-height: 1;
}
.leading-5 {
    line-height: 1.25rem;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(240 240 240 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#808080\] {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#0081BF\] {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.text-white\/80 {
    color: rgb(255 255 255 / 0.8);
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-\[\#0081bf\] {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.text-smoth-gray {
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}
.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 105 167 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.opacity-0 {
    opacity: 0;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-100 {
    opacity: 1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-\[0\.6\] {
    opacity: 0.6;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-40 {
    opacity: 0.4;
}
.blur-xl {
    --tw-blur: blur(24px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[2px\] {
    --tw-blur: blur(2px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.placeholder\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-sm:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-xl::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-xl:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-xl::placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-\[20px\]::-moz-placeholder {
    font-size: 20px;
}
.placeholder\:text-\[20px\]:-ms-input-placeholder {
    font-size: 20px;
}
.placeholder\:text-\[20px\]::placeholder {
    font-size: 20px;
}
.placeholder\:text-\[15px\]::-moz-placeholder {
    font-size: 15px;
}
.placeholder\:text-\[15px\]:-ms-input-placeholder {
    font-size: 15px;
}
.placeholder\:text-\[15px\]::placeholder {
    font-size: 15px;
}
.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-primary::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.placeholder\:text-primary:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.placeholder\:text-primary::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.hover\:border:hover {
    border-width: 1px;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 129 191 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 191 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.hover\:bg-white\/50:hover {
    background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:pl-\[24px\]:hover {
    padding-left: 24px;
}
.hover\:pl-6:hover {
    padding-left: 1.5rem;
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-\[\#0081BF\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 129 191 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white\/40:focus {
    --tw-ring-color: rgb(255 255 255 / 0.4);
}
@media (prefers-contrast: more) {
    .contrast-more\:border-slate-400 {
        --tw-border-opacity: 1;
        border-color: rgb(148 163 184 / var(--tw-border-opacity));
    }
    .contrast-more\:placeholder-slate-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
}
@media (min-width: 768px) {
    .md\:relative {
        position: relative;
    }
    .md\:bottom-\[0\] {
        bottom: 0;
    }
    .md\:right-0 {
        right: 0px;
    }
    .md\:-bottom-\[240\%\] {
        bottom: -240%;
    }
    .md\:right-\[5\%\] {
        right: 5%;
    }
    .md\:-right-\[20\%\] {
        right: -20%;
    }
    .md\:top-\[0\] {
        top: 0;
    }
    .md\:top-0 {
        top: 0px;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-start-8 {
        grid-column-start: 8;
    }
    .md\:col-start-3 {
        grid-column-start: 3;
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .md\:my-\[72px\] {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:my-\[180px\] {
        margin-top: 180px;
        margin-bottom: 180px;
    }
    .md\:my-\[85px\] {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .md\:mb-\[85px\] {
        margin-bottom: 85px;
    }
    .md\:mr-\[60px\] {
        margin-right: 60px;
    }
    .md\:mt-\[85px\] {
        margin-top: 85px;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:ml-5 {
        margin-left: 1.25rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mt-\[0px\] {
        margin-top: 0px;
    }
    .md\:mt-\[200px\] {
        margin-top: 200px;
    }
    .md\:mt-\[150px\] {
        margin-top: 150px;
    }
    .md\:mb-\[120px\] {
        margin-bottom: 120px;
    }
    .md\:mt-\[38px\] {
        margin-top: 38px;
    }
    .md\:mt-\[300px\] {
        margin-top: 300px;
    }
    .md\:mt-\[20px\] {
        margin-top: 20px;
    }
    .md\:mt-\[100px\] {
        margin-top: 100px;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:ml-0 {
        margin-left: 0px;
    }
    .md\:mr-0 {
        margin-right: 0px;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-\[440px\] {
        height: 440px;
    }
    .md\:h-\[290px\] {
        height: 290px;
    }
    .md\:h-\[500px\] {
        height: 500px;
    }
    .md\:h-full {
        height: 100%;
    }
    .md\:h-\[400px\] {
        height: 400px;
    }
    .md\:h-\[780px\] {
        height: 780px;
    }
    .md\:h-fit {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .md\:h-\[180px\] {
        height: 180px;
    }
    .md\:h-\[225px\] {
        height: 225px;
    }
    .md\:h-\[540px\] {
        height: 540px;
    }
    .md\:h-\[60\%\] {
        height: 60%;
    }
    .md\:h-\[200px\] {
        height: 200px;
    }
    .md\:max-h-\[450px\] {
        max-height: 450px;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-\[225px\] {
        width: 225px;
    }
    .md\:w-11\/12 {
        width: 91.666667%;
    }
    .md\:w-\[80\%\] {
        width: 80%;
    }
    .md\:w-\[90\%\] {
        width: 90%;
    }
    .md\:w-\[540px\] {
        width: 540px;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-\[200px\] {
        width: 200px;
    }
    .md\:max-w-\[320px\] {
        max-width: 320px;
    }
    .md\:max-w-\[50\%\] {
        max-width: 50%;
    }
    .md\:max-w-\[40\%\] {
        max-width: 40%;
    }
    .md\:max-w-\[400px\] {
        max-width: 400px;
    }
    .md\:max-w-800 {
        max-width: 800px;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-auto {
        flex: 1 1 auto;
    }
    .md\:translate-x-1\/4 {
        --tw-translate-x: 25%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:items-start {
        align-items: flex-start;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:justify-around {
        justify-content: space-around;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
             column-gap: 5rem;
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:px-\[128px\] {
        padding-left: 128px;
        padding-right: 128px;
    }
    .md\:px-\[32px\] {
        padding-left: 32px;
        padding-right: 32px;
    }
    .md\:px-\[0px\] {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-\[154px\] {
        padding-left: 154px;
        padding-right: 154px;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .md\:px-\[112px\] {
        padding-left: 112px;
        padding-right: 112px;
    }
    .md\:pb-\[50px\] {
        padding-bottom: 50px;
    }
    .md\:pt-\[80px\] {
        padding-top: 80px;
    }
    .md\:pb-\[90px\] {
        padding-bottom: 90px;
    }
    .md\:pr-10 {
        padding-right: 2.5rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-right {
        text-align: right;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-\[40px\] {
        font-size: 40px;
    }
    .md\:text-\[140px\] {
        font-size: 140px;
    }
    .md\:text-\[120px\] {
        font-size: 120px;
    }
    .md\:text-\[20px\] {
        font-size: 20px;
    }
    .md\:text-\[30px\] {
        font-size: 30px;
    }
    .md\:text-\[22px\] {
        font-size: 22px;
    }
    .md\:text-\[18px\] {
        font-size: 18px;
    }
    .md\:text-\[480px\] {
        font-size: 480px;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-\[50px\] {
        font-size: 50px;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:placeholder\:text-\[20px\]::-moz-placeholder {
        font-size: 20px;
    }
    .md\:placeholder\:text-\[20px\]:-ms-input-placeholder {
        font-size: 20px;
    }
    .md\:placeholder\:text-\[20px\]::placeholder {
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1920px) {
        .lg\:container {
            max-width: 1920px;
        }
    }
    .lg\:absolute {
        position: absolute;
    }
    .lg\:top-0 {
        top: 0px;
    }
    .lg\:left-0 {
        left: 0px;
    }
    .lg\:bottom-0 {
        bottom: 0px;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lg\:my-\[85px\] {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mt-\[10px\] {
        margin-top: 10px;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mr-0 {
        margin-right: 0px;
    }
    .lg\:mt-36 {
        margin-top: 9rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-\[45px\] {
        margin-top: 45px;
    }
    .lg\:mt-\[450px\] {
        margin-top: 450px;
    }
    .lg\:mb-150 {
        margin-bottom: 150px;
    }
    .lg\:mb-\[250px\] {
        margin-bottom: 250px;
    }
    .lg\:mb-\[150px\] {
        margin-bottom: 150px;
    }
    .lg\:mr-20 {
        margin-right: 5rem;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
    .lg\:mt-\[1000px\] {
        margin-top: 1000px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:h-\[240px\] {
        height: 240px;
    }
    .lg\:h-\[636px\] {
        height: 636px;
    }
    .lg\:h-\[860px\] {
        height: 860px;
    }
    .lg\:min-h-\[860px\] {
        min-height: 860px;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-\[240px\] {
        width: 240px;
    }
    .lg\:w-\[860px\] {
        width: 860px;
    }
    .lg\:min-w-\[135px\] {
        min-width: 135px;
    }
    .lg\:max-w-\[1046px\] {
        max-width: 1046px;
    }
    .lg\:translate-x-\[30\%\] {
        --tw-translate-x: 30%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:items-end {
        align-items: flex-end;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-around {
        justify-content: space-around;
    }
    .lg\:gap-20 {
        gap: 5rem;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:px-\[128px\] {
        padding-left: 128px;
        padding-right: 128px;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:pr-20 {
        padding-right: 5rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:pt-138 {
        padding-top: 138px;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-right {
        text-align: right;
    }
    .lg\:text-\[3\.859vw\] {
        font-size: 3.859vw;
    }
    .lg\:text-\[11vw\] {
        font-size: 11vw;
    }
    .lg\:text-\[1\.3vw\] {
        font-size: 1.3vw;
    }
    .lg\:text-\[2\.125vw\] {
        font-size: 2.125vw;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-\[30px\] {
        font-size: 30px;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-\[1000px\] {
        font-size: 1000px;
    }
    .lg\:text-\[50px\] {
        font-size: 50px;
    }
    .lg\:text-\[40px\] {
        font-size: 40px;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:font-semibold {
        font-weight: 600;
    }
    .lg\:leading-\[0\.9\] {
        line-height: 0.9;
    }
    .lg\:opacity-100 {
        opacity: 1;
    }
}
@media (min-width: 1280px) {
    .lg-custom\:-bottom-\[110\%\] {
        bottom: -110%;
    }
    .lg-custom\:my-\[10px\] {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lg-custom\:mt-\[1200px\] {
        margin-top: 1200px;
    }
    .lg-custom\:mt-\[1300px\] {
        margin-top: 1300px;
    }
    .lg-custom\:mt-\[1500px\] {
        margin-top: 1500px;
    }
    .lg-custom\:block {
        display: block;
    }
    .lg-custom\:grid {
        display: grid;
    }
    .lg-custom\:w-1\/3 {
        width: 33.333333%;
    }
    .lg-custom\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg-custom\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg-custom\:gap-\[20px\] {
        gap: 20px;
    }
    .lg-custom\:gap-x-\[60px\] {
        -moz-column-gap: 60px;
             column-gap: 60px;
    }
    .lg-custom\:gap-y-\[30px\] {
        row-gap: 30px;
    }
    .lg-custom\:text-\[600px\] {
        font-size: 600px;
    }
}
@media (min-width: 1920px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1920px) {
        .xl\:container {
            max-width: 1920px;
        }
    }
    .xl\:-bottom-\[150\%\] {
        bottom: -150%;
    }
    .xl\:right-\[15\%\] {
        right: 15%;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xl\:mt-\[1500px\] {
        margin-top: 1500px;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-20 {
        margin-top: 5rem;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-\[220px\] {
        height: 220px;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-20 {
        width: 5rem;
    }
    .xl\:w-36 {
        width: 9rem;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:gap-20 {
        gap: 5rem;
    }
    .xl\:gap-0 {
        gap: 0px;
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
    .xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .xl\:border-0 {
        border-width: 0px;
    }
    .xl\:p-20 {
        padding: 5rem;
    }
    .xl\:px-\[128px\] {
        padding-left: 128px;
        padding-right: 128px;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:pt-20 {
        padding-top: 5rem;
    }
    .xl\:pb-0 {
        padding-bottom: 0px;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:text-\[1000px\] {
        font-size: 1000px;
    }
    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.\[\&\>li\]\:transition-all>li {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.\[\&\>li\]\:duration-300>li {
    transition-duration: 300ms;
}
.hover\:\[\&\>li\]\:opacity-100>li:hover {
    opacity: 1;
}
.\[\&\>li\:hover\]\:opacity-100>li:hover {
    opacity: 1;
}
.\[\&\:has\(li\:hover\)\>li\:not\(\:hover\)\]\:opacity-50:has(li:hover)>li:not(:hover) {
    opacity: 0.5;
}
