html, body {
    box-sizing: border-box;
    display: flow-root;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }

  header{
    z-index: 1000;
}

h2, h3,h4{
    font-family: "Outfit", sans-serif ;
    color: rgb(46, 43, 43);

    
  }

  p{
    color: rgb(37, 37, 37);
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;  
  }
  
td{
    font-size: 14px !important;
}


option{
    cursor: pointer;
}

  input{
    background-color: rgb(117, 116, 116);
  }

  svg {
    filter: drop-shadow(0 4px 6px rgba(255, 119, 0, 0.216));
  }

.table{
    background-color: none;
}

  .bg-custom{
    background-color: rgb(248, 248, 248);
  }

  .bg-gradient-purple{
    background-image:  linear-gradient(
    290deg,
    hsl(276deg 74% 93%) 0%,
    hsl(277deg 73% 93%) 2%,
    hsl(278deg 71% 93%) 4%,
    hsl(279deg 70% 93%) 6%,
    hsl(279deg 69% 94%) 9%,
    hsl(280deg 68% 94%) 13%,
    hsl(280deg 63% 95%) 19%,
    hsl(280deg 56% 96%) 28%,
    hsl(280deg 46% 96%) 43%,
    hsl(281deg 30% 97%) 59%,
    hsl(0deg 0% 98%) 71%,
    hsl(289deg 32% 96%) 79%,
    hsl(289deg 44% 95%) 86%,
    hsl(288deg 50% 93%) 91%,
    hsl(288deg 53% 91%) 96%,
    hsl(288deg 56% 89%) 100%
  );
  }

.object-cover-fixed {
    width: 100%;
    height: 350px; /* ajuste conforme necessário */
    object-fit: cover;
    object-position: center;
}

.bg-gradient-purple-soft {
  background-image: linear-gradient(
    290deg,
    hsl(276, 50%, 96%) 0%,
    hsl(277, 48%, 96%) 10%,
    hsl(278, 45%, 96%) 20%,
    hsl(279, 42%, 97%) 35%,
    hsl(280, 38%, 97%) 50%,
    hsl(281, 30%, 98%) 65%,
    hsl(282, 20%, 98%) 80%,
    hsl(283, 15%, 99%) 100%
  );
}

    .btn-custom {
        padding: 6px 20px;
        background-color: rgb(255, 100, 4);
        color: white;
        border: none;
        border-radius: 14px;
        transition: 0.2s ease-in-out;
    }

    .btn-custom-darker{
        background-color: rgb(201, 77, 0);
    }




.table-max-height-vocations{
    max-height: 550px;
    overflow-y: scroll !important
}


.blur{
    filter: blur(13px);
}

select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 100%;
    height: 50px;
    padding: 10px 40px 10px 15px;
    
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333;
    
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  
    cursor: pointer;
    transition: all 0.3s ease-in-out;

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
  }
  

  select:hover {
    border-color: #999;

  }
  

  select:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.3);
    outline: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23007bff" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 14l5-5 5 5z"/></svg>');

  }
  

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333;
  }

  select option {
    font-size: 16px;
    background-color: #fff;
    color: #333;
  }


.text-title-grey{
    color:rgb(116, 116, 116)
}

.text-title-sizing{
    font-size: clamp(16px, 25px, 25px); 
    white-space: nowrap;
}

.text-no-break{
    white-space: nowrap;
}

.color-light-grey{
    color:rgb(116, 116, 116)
}

    .btn-custom-navbar{
        background-color: none;
    }

    .nav-item-custom:hover{
        background-color: black;
    }

    .btn-custom:hover {
        background-color: rgb(255, 108, 23);
        transform: scale(1.05);
        color: white;
    }

    .btn-export{
        border-radius: 10px;
        background-color: #198754;
        color: white;
    }

/* .btn-export::after {
    content: " <svg class='d-block d-md-none' width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='SVGRepo_bgCarrier' stroke-width='0'></g>
                    <g id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'></g>
                    <g id='SVGRepo_iconCarrier'>
                        <path d="M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                    </g>
                </svg>";
    color: gray;
  } */

.bg-treinamento{
    background-color: #CF5000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23EC1F10' stroke-width='81.3' stroke-opacity='0.07' %3E%3Ccircle fill='%23CF5000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23d25300' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23d55501' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23d75801' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23da5a01' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23dd5d02' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23e05f02' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23e36202' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23e56403' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23e86703' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23eb6904' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23ee6c04' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23f16e05' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23f47105' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23f67306' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23f97607' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23fc7807' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23FF7B08' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}


    .btn-custom-white{
        border-radius: 14px;
        transition: 0.2s ease-in-out;
    }    
    .btn-custom-white:hover{
        transform: scale(1.05);
    }

    .btn-custom-close {
        background-color: rgb(116, 116, 116);
    }

    .btn-custom-close:hover{
        background-color: rgb(86, 86, 86);
    }

    .card{
        transition: 0.2s ease-in-out;
    }

    .card:hover{
        transform: scale(1.03);
    }

    .card-text{
        color: rgb(95, 95, 95)
    }
    
    .text-orange {
        color: rgb(255, 108, 23);
    }
    
    .text-light{
        font-size: 15px;
    }

    .quadrado {
        min-width: 450px;
        max-width: 500px;
        max-height: 400px;
        min-height: 350px;
        background-color: rgb(255, 145, 0);
    }
    
    .small{
        width: 500px;
        height: 400px;
    }

    .quadrado_pequeno {
        width: 100%;
        height: 200px;
        background-color: rgb(255, 145, 0);
    }

    .nav-item-anonimos-user:hover {
        background-color: rgb(218, 218, 218);
    }

    .block {
        display: flex;
        justify-content: space-around;
        align-items: center;
        justify-self: center;
        flex-wrap: wrap;
    }

    .testing{
        background-color: aqua;
    }
    .bg-warning{
        background-color: rgb(255, 94, 0) !important;
        background-image: linear-gradient(90deg,rgb(255, 94, 0), rgb(252, 96, 6) );
    }
    .card-not-hover:hover{
        transform: scale(1.00);
     }

    .orange_area{        
        width: 590px;        
        height: 105%;
        background-color: orange;
        background-image: url("https://img.freepik.com/fotos-gratis/resumo-liso-fundo-laranja-layout-designstudioroom-modelo-de-web-relatorio-comercial-com-liso-c_1258-54783.jpg?size=338&ext=jpg&ga=GA1.1.2008272138.1728345600&semt=ais_hybrid");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 12%;
    }

    .border-radius{
        border-radius: 6%;
    }

    .teste{
        display: flex;
        align-self: center;
        justify-self: center
    }

.cards-section{
    gap: 30px;
}

    .card-custom{
        position: relative;
        overflow: hidden;
        width: 275px;
        height: 313px;
        border-radius: 6%;
        cursor: pointer;
        display: flex;
    }

    .card-custom:hover{
        box-shadow: rgba(255, 125, 4, 0.548) 0px 10px 36px 0px, rgba(187, 91, 12, 0.151) 0px 0px 0px 1px !important;
    }

    .card-custom-aplication:hover{
        box-shadow: rgba(255, 125, 4, 0.548) 0px 10px 36px 0px, rgba(187, 91, 12, 0.151) 0px 0px 0px 1px !important;

    }

    .card-text { 
        transition: all 0.3s ease-in-out;
    }
    
    /* .ocult_description {
        display: none; 
        opacity: 0;
        gap: 10px;
    }
    
    .card-custom:hover .ocult_description {
        display: block;
        opacity: 1; 
    } */

    .hidden-message {
        position: absolute;
        top: -80px; 
        left: 0%;
        background: rgba(250, 250, 250, 0.911);
        color: #000000;
        padding: 10px 15px;
        border-radius: 5px 5px 5px 0px;
        border: 1px solid grey;
        z-index: 10;
        font-size: larger;
        opacity: 0;
        visibility: hidden; 
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }
    
    .progress:hover .hidden-message {
        opacity: 1;
        visibility: visible; 
    }

    .card-custom:hover .card-text{
        white-space: nowrap;     
        overflow: hidden;          
        text-overflow: ellipsis; 
    }

    .btn-custom-detail{
        border: none;
        background-color: white;
        color: rgb(95, 95, 95)
    }

    .profile{
        gap: 15px
    }

    .profile-picture{
        width: 35px;
        height: 35px;
        background-color: rgb(43, 21, 170);
    }

    .border-premium{
        border: 2px solid orange;
    }
    
    .card-dashboard{
        gap: 200px
    }

    .card-custom-aplication{
        position: relative;
        overflow: hidden;
        width: 275px;
        height: 275px;
        border-radius: 6%;
        cursor: pointer;
    }

    .card-custom-graphic{
        position: relative;
        overflow: hidden;
        border-radius: 6%;
    }

.card-noticia{
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.card-noticia:hover{
        scale: 1.05;
    }

.svg-button{
    transition: 0.3s ease-in-out;
}

.svg-button:hover{
    background-color: #00000052;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none; 
}

.card-search{
    transition: 0.2s ease-in-out;
}
.card-search:hover{
    scale: 1.03;
}
   
.invalid {
    display: none;
    opacity: 0;
    font-size: 0.875rem;
    color: white;
    border: 1px solid red;
    transition: 0.3s ease-in-out;
    background-color: rgb(240, 25, 25);
    z-index: 100;
    width: 170px;
    height: fit-content;
    right: -35px;
    top: -50px;
}

.invalid2 {
    display: none;
    opacity: 0;
    font-size: 0.875rem;
    color: white;
    border: 1px solid red;
    transition: 0.3s ease-in-out;
    background-color: rgb(240, 25, 25);
    z-index: 100;
    width: 170px;
    height: fit-content;
    right: -35px;
    top: -20px;
}
.invalid3{
    color: white;
    border: 1px solid red;
}
.show-error:hover + .invalid {
    display: block;
    opacity: 1;
}

.show-error:hover + .invalid2 {
    display: block;
    opacity: 1;
}


.btn-init-ecosystem{
    margin-bottom: 95px;
    font-size: 20px;
}
.init-section-1-alignment{
    max-width: 850px; margin-left: 50px;
}

.init-section-2-select{
    height: 60px; 
    min-width: 200px;
}

.init-section-3-sizing{
    width: 90%; max-width: 1200px;
}

.init-section-4-image-sizing{
    max-height: 485px;
}

.about-us-section-5-values-font-sizing span{
    font-size: 17px;
}

.label-startups-width{
    width: 260px;
}
.border-inicio-rounded{
    border-radius: 0px 0px 120px 0px;
}

.background_inicio{
    background-image: url("../../../media/images/background-init-orange-woman.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.background_eventos{
    background-image: url("../../../media/images/slide9-communities - Copy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background_faloconosco{
    background-image: url("../../../media/images/side-wave_background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.active-choice{
    color: white !important;
    background-color: rgb(255, 100, 4) !important;
}
.filter{
    color: rgb(255, 100, 4);
}
    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
            opacity: 0.2;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(100%);
            opacity: 0.2;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slideInBottom {
        0% {
            transform: translateY(-100%);
            opacity: 0.2;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideInUp {
        0% {
            transform: translateY(100%);
            opacity: 0.2;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-8px);
        }
        60% {
            transform: translateY(-5px);
        }
    }
    
    .text-gradient {
        background: linear-gradient(90deg, rgb(251, 107, 17), rgb(255, 100, 4));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }
    
    .animate-bounce {
        animation: bounce 2s infinite;
    }
    .rotate {
        transform: rotate(45deg);
        transition: transform 0.6s ease, fill 0.3s ease;
        fill: red !important; 
    }

    .floating-btn svg {
        fill: #fea500; 
        transition: fill 0.3s ease; 
    }

    .col-md-noticia{
        width: 300px;
    }

    .animate-slide-in-left {
        animation: slideInLeft 0.7s ease-in-out forwards;
    }

    .animate-slide-in-bottom{
        animation: slideInBottom 0.9s ease-in-out forwards;
    }

    .animate-slide-in-up{
        animation: slideInUp 0.9s ease-in-out forwards;
    }

    .animate-slide-in-right{
        animation: slideInRight 0.9s ease-in-out forwards;        
    }

    .message-form-area{
        width: 500px; 
        min-height: 540px;
    }

    .card-expand{
        min-width: 300px ;
    }

    .init-page-graphic {
        width: 700px;
        position: relative;
        overflow: hidden;
        border-radius: 6%;
        padding: 20px;
    }
    .slider-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        margin: 20px 0;
        position: relative;
    }
    
    .slider-option {
        position: relative;
        text-align: center;
        cursor: pointer;
    }
  
    .slider-option input {
        display: none;
    }
  
    .slider-option label {
        display: block;
        width: 16px;
        height: 16px;
        background-color: gray;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s;
    }
  
    .slider-option input:checked + label {
        background-color: green;
    }
  
    .slider-option span {
        display: block;
        margin-top: 8px;
        font-size: 14px;
    }

    .slider-limiter{
        max-width: 800px
    }
    .dashboard-card-sizing{
        min-width: 300px;
        /* width: 100%; */
    }

    .p-clientes-font-size{
        font-size: 15px;
    }

    .img-logo{
        max-width: 150px;
        max-height: 30px;
    }
    .img-logo-sm{
        max-width: 120px;
        max-height: 24px;
    }
    .profile-pic {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 20px;
    }



    @media (min-width: 768px) { 
        .dropdown-menu-sizing {
            max-width: 60px !important; 
            position: absolute !important;
            right: 100px !important;
        }
    }

    @media (min-width: 992px) { 
        .position-lg-absolute {
            position: absolute !important;
        }
        .navbar-changecolor{
            background-color: rgb(239, 238, 238) !important;
            /* border-top: 2px double rgb(255,100,4); */
        }
        .shadow-responsive {
            box-shadow: none !important; 
        }
        .btn-customized-size{
            width:fit-content !important;
        }
    }
    @media (max-width: 768px) {
        .orange_area {
            width: 475px;
            height: 105%;
        }
        .message-form-area {
            width: 450px;
        }
        .init-page-graphic{
            padding: 0px;
        }

    }
    
    @media (max-width: 499px) {
        .orange_area {
            width: 380px;
        }
        .message-form-area {
            width: 360px;
        }
        .card-expand{
            min-width: 96% !important;
        }
        .init-page-graphic{
            padding: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
        }    
        .dashboard-card-sizing{
            width: 98%;
            margin-left: 0px;
            display: flex;
            align-self: center;
            justify-content: center;

        }

    .reduzir-grafico{
        max-width: 400px;
    }
    .btn-customized-size{
        width: 100% !important;
    }
    }


    @keyframes slideInLeft-menu {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        30% {
            transform: translateX(-70%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    
   
    @keyframes slideOutLeft-menu {
        from {
            transform: translateX(0);
            opacity: 1;
        }
        to {
            transform: translateX(-100%);
            opacity: 0;
        }
    }
    
    
    .animate-slide-in-left-menu {
        animation: slideInLeft-menu 0.5s forwards;
    }
    
    .animate-slide-out-left-menu {
        animation: slideOutLeft-menu 0.5s forwards;
    }





.background-curso-modulo-1{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='260' preserveAspectRatio='none' viewBox='0 0 1440 260'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1175%26quot%3b)' fill='none'%3e%3crect width='1440' height='260' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1176%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1263.1223357529072 48.15833379659165L1249.1908134228859-23.513135354899376 1191.4508666014162 62.089856126612936z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1411.967%2c152.808C1431.398%2c153.283%2c1451.767%2c146.288%2c1460.968%2c129.167C1469.822%2c112.691%2c1462.481%2c93.289%2c1452.426%2c77.517C1443.27%2c63.155%2c1428.983%2c53.033%2c1411.967%2c52.304C1393.543%2c51.515%2c1374.557%2c57.988%2c1365.026%2c73.775C1355.216%2c90.023%2c1357.258%2c110.547%2c1366.95%2c126.866C1376.429%2c142.825%2c1393.411%2c152.354%2c1411.967%2c152.808' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M594.2910200491167 248.62239535506973L640.381307502621 280.89516206826585 626.5637867623128 202.53210790156538z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M233.45542804354002 140.88197650349778L172.49476091287022 177.51084069196511 209.12362510133755 238.47150782263492 270.08429223200733 201.8426436341676z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M326.22 108.38 a83.44 83.44 0 1 0 166.88 0 a83.44 83.44 0 1 0 -166.88 0z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M192.95 120.11 a69.25 69.25 0 1 0 138.5 0 a69.25 69.25 0 1 0 -138.5 0z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M229.6650743160911 130.21653766289347L278.57993744094017 79.56371410219575 227.92711388024247 30.648850977346655 179.01225075539338 81.30167453804438z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1284.5497794832602 172.74531127996653L1310.5305181457654 108.44072657435512 1246.225933440154 82.4599879118498 1220.2451947776487 146.7645726174612z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M354.24366829666496-19.63514653618276L331.6049625933463 10.407430635594764 387.9881812026719 29.34420060468404z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M328.36064826250316 204.65633524194283L362.38700206156096 239.89165606863006 363.5959690891904 170.62998144288503z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M340.509%2c56.318C356.097%2c57.199%2c374.307%2c56.473%2c382.116%2c42.953C389.927%2c29.431%2c381.761%2c13.09%2c372.911%2c0.224C365.43%2c-10.653%2c353.678%2c-16.614%2c340.509%2c-17.539C325.096%2c-18.622%2c307.16%2c-18.16%2c299.131%2c-4.959C290.922%2c8.538%2c297.484%2c25.576%2c306.324%2c38.668C314.016%2c50.059%2c326.786%2c55.542%2c340.509%2c56.318' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M823.300026340876 9.01606088504498L767.3485501368114 26.122143833531688 840.4061092893627 64.96753708910963z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M925.4244889176022 6.721286428804103L859.1243447095168 12.521797437145525 864.9248557178582 78.82194164523092 931.2249999259436 73.0214306368895z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M114.56801934330622 68.71181964675625L198.49601425765448 58.48793919700592 155.0536172050559-1.305390688120923z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M950.45%2c89.72C970.473%2c89.281%2c986.621%2c75.291%2c996.635%2c57.946C1006.649%2c40.601%2c1010.533%2c19.707%2c1001.057%2c2.062C991.102%2c-16.474%2c971.489%2c-27.808%2c950.45%2c-28.055C928.974%2c-28.307%2c908.313%2c-17.845%2c897.74%2c0.849C887.315%2c19.281%2c889.818%2c41.837%2c900.62%2c60.05C911.189%2c77.87%2c929.736%2c90.174%2c950.45%2c89.72' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M833.05 69.35 a51.37 51.37 0 1 0 102.74 0 a51.37 51.37 0 1 0 -102.74 0z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M985.8176341096321 113.20192223531305L1028.229381015913 123.77635838854653 996.3920702628656 70.79017532903202z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M731.4068190050403 78.0110409334969L776.3641205567885 24.433015295859718 722.7860949191514-20.524286255888484 677.8287933674031 33.05373938174869z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M37.545%2c87.148C55.765%2c85.982%2c71.873%2c76.521%2c81.431%2c60.966C91.516%2c44.555%2c94.861%2c24.707%2c86.611%2c7.301C77.027%2c-12.92%2c59.92%2c-31.339%2c37.545%2c-31.628C14.814%2c-31.921%2c-2.741%2c-13.877%2c-13.762%2c6.006C-24.394%2c25.185%2c-29.004%2c48.749%2c-17.284%2c67.284C-6.149%2c84.893%2c16.754%2c88.479%2c37.545%2c87.148' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1086.7066029474488 103.85816053358116L1060.2778795194965 51.98887028679177 1008.4085892727071 78.41759371474413 1034.8373127006594 130.28688396153353z' fill='rgba(219%2c 122%2c 22%2c 0.44)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1175'%3e%3crect width='1440' height='260' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='20.49%25' y1='-113.46%25' x2='79.51%25' y2='213.46%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1176'%3e%3cstop stop-color='rgba(255%2c 100%2c 4%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(151%2c 68%2c 15%2c 1)' offset='0.94'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}
    .details-container {
  
        max-height: 0;
        overflow: hidden;
        width: 0;
        transition: max-height 0.5s ease-in-out; 
    }
    
    .details-container.expanded {
        max-height: 500px;
        width: 100%;
    }
 

    .card-init {
        position: relative;
        cursor:pointer;
    }
    
    .hidden-message-init {
        width: 210px;
        text-align: center;
        display: none; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        background-color: rgba(0, 0, 0, 0.7); 
        color: #fff; 
        padding: 10px;
        border-radius: 5px;
        z-index: 10;
    }
    
    .card-init:hover .hidden-message-init {
        display: block; 
    }









    @keyframes slide {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      
    @keyframes blink{
        50% {
            opacity: 0;
        }
    }

    .blink {
        animation: blink 3s linear infinite;
    }

      .logos {
        display: flex;
        overflow: hidden;
        padding: 60px 0;
        background: white;
        position: relative;
      }
      
      .logos-slide {
        display: flex;
        flex-shrink: 0;
        width: 1750px; 
        animation: slide 20s linear infinite; 
      }
      
      .logo-item {
        flex-shrink: 0;
        height: 125px;
        width: 250px;
        margin: 0 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
    
        font-weight: bold;
      }
      

      
      #userDropdown::after {
        display: none !important;
    }