.custom-widget-container{background-color:#e6e6f2;border-radius:10px;display:flex;flex-wrap:wrap;font-family:Arial,sans-serif;gap:20px;padding:20px}.custom-widget-card{background:#fbfbfb;border-radius:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex:1 1 calc(33.333% - 40px);flex-direction:column;justify-content:space-around;margin-bottom:0;padding:30px;text-align:left}.custom-widget-card:hover{border:1px solid #563ff0;box-shadow:6px 9px 4px rgba(0,0,0,.1)}.custom-widget-card.special{background:#1a1a3f;color:#fff}.custom-placeholder-card{flex:1 1 calc(33.333% - 40px);height:0;margin:0;padding:0;visibility:hidden}.custom-card-header{align-items:center;display:flex;justify-content:left;margin-bottom:24px}.custom-card-header img{height:auto;max-width:100%}.custom-widget-card h3{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;margin:0}.custom-widget-card p{color:#54587e;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;margin:0 0 36px}.custom-widget-card.special p{color:#ddd}.custom-discover-more,.custom-discover-more:active,.custom-learn-more{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:16px;width:300px}.custom-discover-more,.custom-discover-more:active,.custom-discover-more:hover,.custom-learn-more{background:none;color:#333765;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none}.custom-learn-more:hover{background:#563ff0;color:#fbfbfb;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none}.custom-discover-more .custom-arrow,.custom-learn-more .custom-arrow{margin-left:5px;transition:transform .3s}.custom-discover-more:hover .custom-arrow,.custom-learn-more:hover .custom-arrow{transform:translateX(5px)}.custom-widget-card.special .custom-discover-more{color:#fff}.custom-widget-card.special .custom-discover-more:hover .custom-arrow{color:#fff;transform:translateX(5px)}.custom-dots-container{display:none;padding:10px;text-align:center}.custom-dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:15px;margin:0 5px;transition:background-color .6s ease;width:15px}.custom-active,.custom-dot:hover{background-color:#717171}@media (max-width:768px){.custom-widget-container{flex-direction:column}.custom-widget-card{display:none;width:100%}.custom-widget-card:first-child{display:flex}.custom-dots-container{display:block}}