.image-container {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.blurred-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px); /* Adjust the blur strength as needed */
}

.highlight-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 2px solid #ffffff; /* Adjust the ring color */
    padding: 10px 15px;
    border-radius: 50%;
}

.highlight-button i {
    color: white; /* Adjust the button icon color */
}





















button{padding:0;outline:none;border:none;-webkit-appearance:none!important;background:transparent;}
[type="button"]{-webkit-appearance:none!important;background:transparent;}
/* h3{font-family:"Oswald-Bold";} */
p{font-size:14px;}
p{color:#4d4d4d;}
body{font-size:14px!important;}
:root{--blue:#0091b9;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc1769;--orange:#ff9832;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#ffffff;--gray:#6c757d;--gray-dark:#343a40;--primary:#00adef;--secondary:#333333;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc1769;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;}
*{box-sizing:border-box;}
*::before,*::after{box-sizing:border-box;}
/* html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;} */
/* body{margin:0;font-family:"Roboto","Oswald";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#ffffff;} */
h3{margin-top:0;margin-bottom:0.5rem;}
p{margin-top:0;margin-bottom:1rem;}
a{color:#00adef;text-decoration:none;background-color:transparent;}
a:hover{color:#0076a3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button,[type="button"]{-webkit-appearance:button;}
button:not(:disabled),[type="button"]:not(:disabled){cursor:pointer;}
h3{margin-bottom:0.5rem;font-weight:500;line-height:1.2;}
h3{font-size:1.75rem;}
.row{display:flex;flex-wrap:wrap;margin-right:-7.5px;margin-left:-7.5px;}
.col-6,.col-sm-6,.col-md-4,.col-lg-3,.col-xl-2{position:relative;width:100%;padding-right:7.5px;padding-left:7.5px;}
.col-6{flex:0 0 50%;max-width:50%;}
@media (min-width: 576px){
.col-sm-6{flex:0 0 50%;max-width:50%;}
}
@media (min-width: 768px){
.col-md-4{flex:0 0 33.33333%;max-width:33.33333%;}
}
@media (min-width: 992px){
.col-lg-3{flex:0 0 25%;max-width:25%;}
}
@media (min-width: 1200px){
/* .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%;} */
.col-xl-2{flex:0 0 14.28571428571429%;max-width:14.28571428571429%;}
}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}
.btn:hover{color:#212529;text-decoration:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn:disabled{opacity:0.65;}
@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#ffffff;background-clip:border-box;border:0 solid rgba(0,0,0,0.125);border-radius:0;}
.card-body{flex:1 1 auto;padding:1.25rem;}
.mb-5{margin-bottom:3rem!important;}
@media print{
*{text-shadow:none!important;box-shadow:none!important;}
*::before,*::after{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
p,h3{orphans:3;widows:3;}
h3{page-break-after:avoid;}
body{min-width:992px!important;}
}
.container-full{max-width:1440px;margin:0 auto;}
.container-full .row > [class*="col-"]{padding-left:0;padding-right:0;}
.container-full .row{margin-left:0;margin-right:0;}
.card-goal{position:relative;cursor:pointer;}
.card-goal > a{height:100%;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1000px rgba(0,0,0,0.33);}
.card-goal:hover > a{text-decoration:none;}
.card-goal:hover .card-body{opacity:1;}
.card-goal:hover .goal-logo{z-index:-1;visibility:hidden;}
.card-goal .card-body{padding:20px;opacity:0;position:relative;width:100%;height:100%;color:#ffffff;}
.card-goal .goal-logo{position:absolute;max-width:150px;left:10px;bottom:10px;z-index:1;}
.card-goal .goal-number{opacity:0.28;;font-size:32px;margin-bottom:15px;display:inline-block;line-height:1.11;}
.card-goal .goal-text{font-size:14px;font-weight:500;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.4);color:#ffffff;}
.card-goal .goal-title{font-size:18px;line-height:1.11;}
.card-goal .goal-info{display:flex;flex-wrap:wrap;margin-bottom:25px;}
.card-goal .goal-info > div{display:flex;flex-direction:column;padding-right:0;padding-left:0;}
.card-goal .goal-info .number{font-size:25px;display:inline-block;line-height:1.1;color:#ffffff;}
.card-goal .goal-info .feature{font-size:12px;margin-bottom:0;color:#ffffff;}
.card-goal .btn-goal{width:100%;height:50px;display:flex;align-items:center;border-radius:1px;border:1px solid #ffffff;color:#ffffff;justify-content:center;font-size:14px;}
.card-goal.goal-1 .card-body{background:#e5233d;}
.card-goal.goal-2 .card-body{background:#dda73a;}
.card-goal.goal-3 .card-body{background:#4ca146;}
.card-goal.goal-4 .card-body{background:#c5192d;}
.card-goal.goal-5 .card-body{background:#ef402c;}
.card-goal.goal-6 .card-body{background:#27bfe6;}
.card-goal.goal-7 .card-body{background:#fbc412;}
.card-goal.goal-8 .card-body{background:#a31c44;}
.card-goal.goal-9 .card-body{background:#f26a2d;}
.card-goal.goal-10 .card-body{background:#e01483;}
.card-goal.goal-11 .card-body{background:#f89d2a;}
.card-goal.goal-12 .card-body{background:#bf8d2c;}
.card-goal.goal-13 .card-body{background:#407f46;}
.card-goal.goal-14 .card-body{background:#1f97d4;}
.card-goal.goal-15 .card-body{background:#59ba48;}
.card-goal.goal-16 .card-body{background:#126a9f;}
.card-goal.goal-17 .card-body{background:#13496b;}
@media (max-width: 992px){
.card-goal{height:500px;}
}
@media (max-width: 576px){
.card-goal{height:270px;pointer-events:auto;cursor:pointer;}
.card-goal:hover .goal-logo{z-index:1;visibility:visible;}
.card-goal .card-body{opacity:1;display:none;}
}
@media (max-width: 992px){
.card-goal{height:500px;}
}
.goal-global{background-color:#f5f5f5;cursor:pointer;}
.goal-global:hover{background-color:#fafafa;}
.goal-global > a{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1.25rem;}
.goal-global .goal-image{max-width:180px;height:auto;position:relative;width:100%;margin-bottom:50px;}
@media (max-width: 576px){
.goal-global{height:270px;}
}
button{outline:none;}
button:focus{outline:none;}
body{margin:0;}
html{box-sizing:border-box;}
a{color:inherit;text-decoration:none;}
p{margin:0;}
*{box-sizing:inherit;}
*:before,*:after{box-sizing:inherit;}
body{line-height:1;}
button{padding:0;outline:none;border:none;-webkit-appearance:none!important;background:transparent;}
[type="button"]{-webkit-appearance:none!important;background:transparent;}

p{font-size:14px;}
p{color:#4d4d4d;}
:root{--blue:#0091b9;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc1769;--orange:#ff9832;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#ffffff;--gray:#6c757d;--gray-dark:#343a40;--primary:#00adef;--secondary:#333333;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc1769;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;}
*{box-sizing:border-box;}
*::before,*::after{box-sizing:border-box;}

h3{margin-top:0;margin-bottom:0.5rem;}
p{margin-top:0;margin-bottom:1rem;}
a{color:#00adef;text-decoration:none;background-color:transparent;}
a:hover{color:#0076a3;text-decoration:underline;}

.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}
.btn:hover{color:#212529;text-decoration:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn:disabled{opacity:0.65;}
@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#ffffff;background-clip:border-box;border:0 solid rgba(0,0,0,0.125);border-radius:0;}
.card-body{flex:1 1 auto;padding:1.25rem;}
.mb-5{margin-bottom:3rem!important;}


.card-goal{position:relative;cursor:pointer;}
.card-goal > a{height:100%;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1000px rgba(0,0,0,0.33);}
.card-goal:hover > a{text-decoration:none;}
.card-goal:hover .card-body{opacity:1;}
.card-goal:hover .goal-logo{z-index:-1;visibility:hidden;}
.card-goal .card-body{padding:20px;opacity:0;position:relative;width:100%;height:100%;color:#ffffff;}
.card-goal .goal-logo{position:absolute;max-width:150px;left:10px;bottom:10px;z-index:1;}
.card-goal .goal-number{opacity:0.28;font-size:32px;margin-bottom:15px;display:inline-block;line-height:1.11;}
.card-goal .goal-text{font-size:14px;font-weight:500;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.4);color:#ffffff;}
.card-goal .goal-title{font-size:18px;line-height:1.11;}
.card-goal .goal-info{display:flex;flex-wrap:wrap;margin-bottom:25px;}
.card-goal .goal-info > div{display:flex;flex-direction:column;padding-right:0;padding-left:0;}
.card-goal .goal-info .number{font-size:25px;display:inline-block;line-height:1.1;color:#ffffff;}
.card-goal .goal-info .feature{font-size:12px;margin-bottom:0;color:#ffffff;}
.card-goal .btn-goal{width:100%;height:50px;display:flex;align-items:center;border-radius:1px;border:1px solid #ffffff;color:#ffffff;justify-content:center;font-size:14px;}
.card-goal.goal-1 .card-body{background:#e5233d;}
.card-goal.goal-2 .card-body{background:#dda73a;}
.card-goal.goal-3 .card-body{background:#4ca146;}
.card-goal.goal-4 .card-body{background:#c5192d;}
.card-goal.goal-5 .card-body{background:#ef402c;}
.card-goal.goal-6 .card-body{background:#27bfe6;}
.card-goal.goal-7 .card-body{background:#fbc412;}
.card-goal.goal-8 .card-body{background:#a31c44;}
.card-goal.goal-9 .card-body{background:#f26a2d;}
.card-goal.goal-10 .card-body{background:#e01483;}
.card-goal.goal-11 .card-body{background:#f89d2a;}
.card-goal.goal-12 .card-body{background:#bf8d2c;}
.card-goal.goal-13 .card-body{background:#407f46;}
.card-goal.goal-14 .card-body{background:#1f97d4;}
.card-goal.goal-15 .card-body{background:#59ba48;}
.card-goal.goal-16 .card-body{background:#126a9f;}
.card-goal.goal-17 .card-body{background:#13496b;}
@media (max-width: 992px){
.card-goal{height:500px;}
}
@media (max-width: 576px){
.card-goal{height:270px;pointer-events:auto;cursor:pointer;}
.card-goal:hover .goal-logo{z-index:1;visibility:visible;}
.card-goal .card-body{opacity:1;display:none;}
}
@media (max-width: 992px){
.card-goal{height:500px;}
}
.goal-global{background-color:#f5f5f5;cursor:pointer;}
.goal-global:hover{background-color:#fafafa;}
.goal-global > a{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1.25rem;}
.goal-global .goal-image{max-width:180px;height:auto;position:relative;width:100%;margin-bottom:50px;}
@media (max-width: 576px){
.goal-global{height:270px;}
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}
