:root{--primary: #193da6;--primary-bold: #162555;--primary-light: #EFF6FF;--secondary: #147bba;--accent: #f0d470;--info: #09f4f2;--black: #091621;--black-md: #4B5563;--button-hover: #00aaaf;--button-sec: #137fc1;--border-color: #60a5fa;--success: #68a619;--warning: #f97316;--danger: #dc2626;--gradient-primary: linear-gradient( 168deg, #193da6 -57.1%, #137fc1 21.78%, #193da6 100.66% );--gradient-secondary: linear-gradient(135deg, #4b8f8f, #52e2e1, #3d7e7e);--white: #ffffff;--light: #f1f5f9;--bs-body-font-family: "Ubuntu", sans-serif}html,body{color:var(--black-md);scroll-behavior:smooth;font-family:Ubuntu,sans-serif;font-weight:400}h1,h2{font-family:Playfair Display,serif;font-weight:400;color:var(--black)}h3,h4,h5,h6{font-family:Ubuntu,sans-serif;font-weight:500;color:var(--black)}h1,h2{font-size:66px;line-height:120%}h3{font-size:44px;line-height:120%;font-weight:500}h4{font-size:40px;line-height:120%;font-weight:500}h5{font-size:28px;line-height:120%;font-weight:700}h6{font-size:23px;line-height:120%;font-weight:700}body{font-size:16px;line-height:125%}.button-default{font-size:16px;font-weight:700;line-height:120%;letter-spacing:.05em}.button-small{font-size:14px;font-weight:700;line-height:120%;letter-spacing:.03em}.navigation-links{font-size:14px;font-weight:400;text-transform:uppercase;line-height:120%;letter-spacing:.03em}.text-gray-800{color:#1f2937}.text-gold-300{color:#f0d470}.text-muted{color:#989898!important}.text-md{font-size:14px}.caption{font-size:12px;font-weight:400;font-style:italic;line-height:120%}a{text-decoration:none}.overflow-ellipsis2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.overflow-ellipsis3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3}.gap-x-24{gap:30px!important}.section-margin{margin:80px 0}.section-margin-sm{margin:40px 0}.section-padding{padding:80px 0}@media (min-width: 768px){.section-info-block{max-width:445px}}.tiny-display img{max-width:100%;height:auto}.tiny-display table{width:100%;margin-bottom:1.5rem;color:#6c757d;border:none!important}.tiny-display td,.tiny-display th{padding:.85rem;vertical-align:top;border-top:1px solid #dee2e6}.tiny-display thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.tiny-display tbody+tbody{border-top:2px solid #dee2e6}.tiny-display tbody tr:nth-of-type(odd){background-color:#f3f7f9}.btn{transition:background-color .3s,color .3s,transform .3s}.btn-primary{display:inline-flex;justify-content:center;align-items:center;gap:10px;border:none;background:var(--gradient-primary);background-color:var(--primary);transition:background .3s linear,transform .3s ease-in}.btn-primary:hover,.btn-primary:focus{background:var(--button-hover);color:var(--white);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary-lg{padding:19px 36px;font-size:18px;line-height:120%}.btn-primary-sm{gap:4px}.btn-secondary{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--white);color:var(--button-sec);border:solid 1px transparent;flex-shrink:0;box-shadow:0 12px 22px #5dbfbe29}.btn-secondary:hover,.btn-secondary:focus{color:var(--button-sec);border-radius:var(--Border-radius-rounded, 9999px);border:1px solid var(--secondary);background:var(--Color-blue-100, #e3f0fb);transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-secondary-lg{padding:19px 32px;font-size:18px;line-height:120%}.btn-outline{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--color-white-5, rgba(255, 255, 255, .05));color:var(--secondary);border:1px solid var(--secondary);flex-shrink:0}.btn-outline:hover,.btn-outline:focus{color:var(--button-hover);border-radius:var(--Border-radius-rounded, 9999px);border:1px solid var(--button-hover);background:var(--color-white-5, rgba(255, 255, 255, .05));transform:translateY(-2px)}.btn-outline:active{transform:translateY(0)}.btn-outline-lg{padding:19px 32px;font-size:18px;line-height:120%}.btn-cta{display:inline-flex;justify-content:center;align-items:center;border:none;gap:10px;color:var(--white)!important;background:linear-gradient(168deg,#4b8f8f -57.1%,#52e2e1,#3d7e7e 100.66%)}.btn-cta:hover,.btn-cta:focus{border-radius:var(--Border-radius-rounded, 9999px);background:linear-gradient(348deg,#52e2e1 -.66%,#3d7e7e 148.42%);transform:translateY(-2px)}.btn-cta:active{transform:translateY(0)}.btn-cta-lg{padding:19px 32px;font-size:18px;line-height:120%}.btn-text-only{display:inline-flex;justify-content:center;align-items:center;border:none;gap:10px;padding:0;color:var(--button-sec)}.btn-text-only:hover,.btn-text-only:focus{color:var(--button-hover);transform:translateY(-2px)}.btn-text-only:active{transform:translateY(0)}.btn-text-only-lg{padding:19px 32px;font-size:18px;line-height:120%}.input-group{position:relative;width:100%;border-radius:99px;overflow:hidden;border:1px solid #e5e7eb;transition:border-color .3s ease}.input-field{width:100%;padding:12px 48px;font-size:16px;background-color:#f9fafb80;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background-color .3s ease}.input-group.icon-left .input-field{padding-left:68px;padding-right:16px}.input-group.icon-right .input-field{padding-left:20px;padding-right:48px}.input-group.icon-both .input-field{padding-left:68px;padding-right:48px}.input-group.icon-none .input-field{padding:12px 20px}.input-group:hover,.input-group:focus-within{border-color:var(--border-color)}.input-field:hover{background-color:#dbeafe80}.input-field:focus{background-color:#dbeafe80}.icon-wrapper{position:absolute;top:50%;transform:translateY(-50%);height:100%;width:48px;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#9ca3af}.icon-wrapper:hover{color:var(--secondary)}.icon-wrapper-left{left:20px}.icon-wrapper-right{right:20px}.divider{height:70%;width:1px;background-color:#e5e7eb;margin-right:8px;margin-left:8px;transition:background-color .3s ease}.input-field:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.input-group:has(.input-field:disabled) .divider{background-color:#e5e7eb}.input-group:not(:has(.input-field:disabled)):hover .divider,.input-group:not(:has(.input-field:disabled)):focus-within .divider{background-color:#bfdbfe}.input-group:not(:has(.input-field:disabled)):hover .icon-wrapper,.input-group:not(:has(.input-field:disabled)):focus-within .icon-wrapper{color:#3b82f6}.is-invalid{border-color:var(--danger)!important}.is-invalid>.icon-wrapper{color:var(--danger)!important}.is-invalid .input-field{background-color:#f9fafb80}.is-invalid .divider,.input-group.is-invalid .divider:hover{background-color:var(--danger)!important}.error-message{display:none}.input-group.is-invalid+.error-message{display:block;color:var(--danger);font-size:12px;margin-top:4px}.text-area{display:block;width:100%;padding:16px 14px;justify-content:center;align-items:center;gap:10px;border-radius:8px;border:2px solid #e5e7eb;background:#f9fafb;outline:none}.text-area:focus,.text-area:hover{outline:none;border-color:var(--border-color)}.state-container{border:2px dashed purple;padding:16px;margin-bottom:20px;width:200px}.checkmark{display:block;width:25px;height:25px;border:2px solid #030712;position:relative;transition:background-color .4s;overflow:hidden;cursor:pointer}#check:checked~.checkmark{border:2px solid var(--secondary)!important}.checkmark:after{content:"";position:absolute;width:8px;height:15px;border-right:3px solid var(--secondary);border-bottom:3px solid var(--secondary);top:44%;left:50%;transform:translate(-50%,-50%) rotate(40deg) scale(10);opacity:0;transition:all .4s}#check:checked~.checkmark:after{opacity:1;transform:translate(-50%,-50%) rotate(40deg) scale(1)}.radio-input{display:flex;align-items:center;justify-content:center}.radio-container{position:relative;display:flex;align-items:center;justify-content:center;margin-left:10px}.radio-container input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.5em;height:1.5em;border:2px solid black;background-color:#fff;border-radius:50%;transition:.4s ease-in-out}.radio-container input:hover{cursor:pointer}.radio-container .circle{position:absolute;width:.8em;height:.8em;background-color:var(--secondary);border-radius:50%;transform:scale(0);transition:.4s ease-in-out}.radio-container input:checked{border:2px solid var(--secondary)}.radio-container input:checked+.circle{transform:scale(1)}.switch{font-size:12px;position:relative;display:inline-block;width:40px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;border:1px solid #adb5bd;transition:.4s;border-radius:30px}.slider:before{position:absolute;content:"";height:1.4em;width:1.4em;border-radius:20px;left:.27em;bottom:.25em;background-color:#4b5563;transition:.4s}input:checked+.slider{background-color:var(--secondary);border:1px solid #4b5563}input:focus+.slider{box-shadow:0 0 1px #007bff}input:checked+.slider:before{transform:translate(1.4em);background-color:#fff}.btn-danger,.btn-danger:hover,.btn-danger:focus{color:var(--white)}.btn-light{color:var(--primary)}.row-md{margin-left:-8px;margin-right:-8px}.row-md>[class^=col-]{padding-left:8px;padding-right:8px}.row-sm{margin-left:-6px;margin-right:-6px}.row-sm>[class^=col-]{padding-left:6px;padding-right:6px}.bg-primary-light{background:var(--primary-light)}select.form-control{background-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.09 8.79501L12.5 13.375L7.91 8.79501L6.5 10.205L12.5 16.205L18.5 10.205L17.09 8.79501Z" fill="black"/></svg>');background-repeat:no-repeat;background-position:calc(100% - 18px) center;padding-right:55px}.form-check-label{font-weight:700}.preloader{position:fixed;z-index:100000;width:100%;height:100%;background:var(--light);display:flex;align-items:center;justify-content:center}.preloader .spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.preloader .spinner-path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@keyframes colors{0%{stroke:var(--accent)}25%{stroke:var(--primary)}50%{stroke:var(--secondary)}75%{stroke:var(--primary)}to{stroke:var(--accent)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.bg-top-header{background:var(--primary)}.top-nav{font-family:var(--bs-body-font-family);font-size:14px;font-weight:300;line-height:16.8px;padding:0;white-space:nowrap;height:47px;display:inline-flex;align-items:center;color:var(--white)}.top-nav-visit{background-color:#ffffff1a!important}.top-nav:hover{transition:ease-in-out .3s;color:var(--accent)}.bottom-nav.active{color:#1283c4!important}.bottom-nav{font-family:var(--bs-body-font-family);font-size:18px;font-weight:400;line-height:20.68px;color:#091621}.bottom-nav:hover{transition:ease-in-out .3s;font-size:18px;color:#1283c4!important}.member-btn{padding:14px 30px;border-radius:9999px;background:linear-gradient(180deg,#f2f2f2,#fff,#ebebeb);border:1px solid #d2d2d2;font-family:var(--bs-body-font-family);font-size:14px;font-weight:700;line-height:20px;margin-left:32px;white-space:nowrap;color:#091621}.member-btn:hover{transition:ease-in-out .3s;background:linear-gradient(180deg,#fff,#f2f2f2,#fff);color:#1283c4}.second-nav{min-height:138px;box-shadow:0 2px 4px #00000024}.bg-search{outline:none;border:none;background-color:var(--accent);height:45px;width:45px;display:inline-flex;align-items:center;justify-content:center}.top-nav-links .top-nav{padding:0 12px}.navbar-nav .dropdown-menu{margin-top:16px;padding:12px 32px 24px;gap:3px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;border-bottom:3px solid #eaba35;min-width:330px;border-radius:0}.navbar-nav .dropdown-item{border-bottom:1px solid #9ca3af;color:var(--black)}.dropdown-item:hover,.dropdown-item:focus{background-color:transparent;color:#1283c4}.dropdown-item.active{background-color:transparent;color:#1283c4}.navbar-nav .dropdown-menu li:last-child .dropdown-item{border-bottom:none}@media (max-width: 1023px){.navbar-nav{padding:16px 0}.navbar-nav .dropdown-menu{margin-top:0;padding:0}.navbar-nav .nav-link{padding:16px 0}}.dropdown-item{padding:16px;font-family:var(--bs-body-font-family);font-size:18px;font-weight:400;line-height:21px}.nav-link:after{display:none}.login-header{padding:40px 0}.breadcrumbs{font-style:italic;font-weight:400;color:#6c757d}.breadcrumbs a{text-decoration:none;color:#00aaaf}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .breadcrumb{margin-bottom:0}.login-header img{width:368px;height:198px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.header-img-wrap{background:#bedcff;padding:16px;position:relative}.header-img-wrap:after{content:"";position:absolute;border-left:solid 148px transparent;border-top:solid 173px #09F4F25C;top:16px;right:16px}@media (max-width: 1024px){.login-header img{width:228px;height:148px}.page-title{font-size:42px;line-height:42px}.header-img-wrap:after{border-left-width:118px;border-top-width:123px}}@media (max-width: 768px){.login-header h1{text-align:center}.login-header img{width:318px;height:168px}}main{min-height:60vh}.bg-top-footer{background:#1c3b8c}.bg-bottom-footer{background:var(--primary-bold);text-align:center;font-size:14px;padding:24px 0;line-height:16px}.top-footer{padding-top:120px;padding-bottom:40px;font-size:14px}.footer-title{font-weight:700;font-size:16px;color:var(--white);margin-bottom:16px}.footer-socials{display:flex}.footer-socials a{color:#fff;text-decoration:none}.footer-socials a+a{margin-left:24px}.footer-socials a:hover{color:var(--white)}.footer-give-btn{color:var(--accent);text-decoration:none;font-size:14px;font-weight:700}.footer-links{list-style:none;padding:0;margin:0}.footer-links li+li{margin-top:17px}.footer-links a{text-decoration:none;color:var(--white);font-weight:300}.footer-links a:hover{color:var(--accent)}.footer-logo-block{max-width:320px}.footer-contact-info{display:flex;flex:1;font-family:Merriweather;font-weight:700;font-size:16px;font-style:italic}.footer-search-bar{padding:4px;border-radius:9999px;background:#e5e7eb;border:1px solid #e5e7eb;height:52px}.footer-search-bar .form-control:focus{border-color:transparent;outline:0;box-shadow:none}.btn-subscribe{background:linear-gradient(167.65deg,#193da6 -57.1%,#137fc1,#193da6 100.66%);height:44px}.bg-bottom-footer .footer-body{font-family:var(--bs-body-font-family);font-size:14px;font-weight:400;line-height:16.8px;padding:24px 0}@media (max-width: 576px){.footer-logo-block{margin-left:auto;margin-right:auto}.footer-socials,.footer-contact-info{justify-content:center}}@media (min-width: 1280px){.footer-contact-section{border-left:solid 1px #ffffff4d;border-right:solid 1px #ffffff4d;padding:0 40px;height:100%;margin-right:25px;margin-left:25px}}.text-aqua-600{color:#00aaaf}.text-aqua-200{color:#86fffe}.font-italic{font-style:italic}.font-400{font-weight:400}.text-28{font-size:28px!important;line-height:33.6px}.text-23{font-size:23px!important}.text-9{font-size:9px!important}.font-700{font-weight:700}.login-header{background-color:#f1f8fe}.login-form{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 12px 22.2px #5dbfbe29}.login-section{padding-top:60px;padding-bottom:60px}@media (min-width: 575px){.login-form{padding:50px}}@media (min-width: 768px){.login-form{margin-right:40px;padding:50px}}.shadow-aqua{box-shadow:0 12px 22.2px #5dbfbe29}.border-blue-600{border-color:#88cbf1!important}.text-blue-600{color:#147bba!important}.about-header{background:#f1f8fe;padding:40px 0}.about-header .image-frame{background:#bedcff;max-width:437.5px;max-height:275px;padding:20px}.about-header .header-info-box .text-sm{font-family:var(--bs-body-font-family);font-size:14px;font-weight:400;line-height:16.8px;text-align:left}.about-header .header-info-box .header-text{font-size:55px;font-weight:400;line-height:66px;text-align:left}.about-header .header-info-box .breadcrumb-item{font-family:var(--bs-body-font-family);font-size:12px;font-style:italic;font-weight:400;line-height:14.4px;text-align:left}.right-side-bar{max-width:325px;height:-moz-fit-content;height:fit-content;padding:80px 24px;gap:23px;background:#eff6ff}.side-bar-item{padding:0 0 16px;gap:24px;border-bottom:1px solid #D1D5DB;margin-bottom:23px;color:#000}.side-bar-item.active{padding:0 0 16px;gap:24px;border-bottom:1px solid #1950DC;color:#1950dc;margin-bottom:23px}.about-tab-item .nav-link{padding:16px 20px;gap:10px;color:#1f2937}.about-tab-item .nav-link.active{padding:16px 20px;gap:10px;background:#193da6;border-bottom:1px solid #193DA6;color:#fff}.about-tabs{--bs-nav-tabs-border-color: 0px;-ms-overflow-style:none;scrollbar-width:none;scroll-padding:0px;border-bottom:3px solid #193DA6}.about-tabs::-webkit-scrollbar{display:none;height:0}#myTabContent{padding:40px 16px;gap:40px}.tab-panel-text{font-family:var(--bs-body-font-family);font-size:16px;font-weight:300;line-height:26px;text-align:left;color:#003}.about-text-header{font-family:var(--bs-body-font-family);font-size:28px;font-weight:700;line-height:33.6px;color:#1f2937}.about-text-body{font-family:var(--bs-body-font-family);font-size:16px;font-weight:400;line-height:20px}.about-member-application{border-radius:8px;background-size:cover;background:url(/build/assets/about-member-aplication-sY2w95sM.jpeg) no-repeat center}.about-overlay{padding:40px;gap:24px;background:#147bbad9}.about-member-type{max-width:316px;padding:48px 40px;gap:16px;border-radius:16px;background:#d9f6f629;border:1px solid #5DBFBE29;box-shadow:0 12px 22.2px #5dbfbe29}.about-member-type .card-number{width:52px;height:52px;padding:12px 0 0;gap:10px;border-radius:999px;background:#5dbfbe14;color:#5dbfbe;font-family:var(--bs-body-font-family);font-size:23px;font-weight:700;line-height:27.6px;text-align:center}.about-member-type .card-info .about-text-body{padding:16px 0}.honor-members{padding:30px 20px;gap:24px}.honor-members .card-number{width:52px;height:52px;padding:12px 0 0;gap:10px;border-radius:999px;background:#5dbfbe14;color:#5dbfbe;font-family:var(--bs-body-font-family);font-size:23px;font-weight:700;line-height:27.6px;text-align:center}.leadership-card{padding:16px 24px;gap:16px}.leadership-card .card-img img{border-radius:12px 0 16px;height:340px;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.leadership-modal-img img{border-radius:16px}.leadership-modal-icon{width:36px;height:36px;background:#daebff;padding:6px .48px 2px 11px;border-radius:999px;color:#2165ef}.leadership-modal .modal-content{padding:32px;min-height:340px;gap:12px}.modal-body::-webkit-scrollbar{width:12px;border-radius:100px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1}.modal-body::-webkit-scrollbar-thumb{background:#6b7280;border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background:#e5e7eb}.about-project-card{padding:40px 32px;gap:27px;background:#efefef;transition:background .3s ease,color .3s ease}.about-project-card .project-card-img{width:132px;height:132px}.about-project-card .project-card-header{font-family:var(--bs-body-font-family);font-size:16px;font-weight:700;line-height:20px;text-align:center;color:#0d141a;transition:color .3s ease,color .3s ease}.about-project-card .project-cards-body{font-family:var(--bs-body-font-family);font-size:16px;font-weight:400;line-height:20px;text-align:center;color:#0d141a;transition:color .3s ease,color .3s ease}.about-project-card:hover{background:#193da6}.about-project-card:hover .project-card-header,.about-project-card:hover .project-cards-body{color:#fff}.annual_report{gap:8px}.annual_report .report{padding:24px;gap:24px;border-radius:8px;background:#f9fafb}.project-header{background:#f1f8fe;padding:40px 0}.project-header .image-frame{background:#bedcff;max-width:437.5px;max-height:275px;padding:20px}.project-header .header-info-box .text-sm{font-family:var(--bs-body-font-family);font-size:14px;font-weight:400;line-height:16.8px;text-align:left}.project-header .header-info-box .header-text{font-size:55px;font-weight:400;line-height:66px;text-align:left}.project-header .header-info-box .breadcrumb-item{font-family:var(--bs-body-font-family);font-size:12px;font-style:italic;font-weight:400;line-height:14.4px;text-align:left}.project-card{min-height:792px;border-radius:12px;background:#fff;box-shadow:0 12px 22.2px #5dbfbe29;padding:53px}.project-tab-bar .tab-wrapper{max-width:495px;padding:16px 36px;gap:24px;border-radius:1000px;background:#f1f8fe;border:1px solid #BEDCFF;box-shadow:0 4px 14.2px #1c3b8c26 inset}.project-tab-bar .tab-wrapper .nav-link{min-width:100px;padding:16px 26px;gap:10px;border-radius:9999px;background:#ffffff0d;border:1px solid #147BBA;color:#147bba;cursor:pointer;white-space:nowrap}.project-tab-bar .tab-wrapper .button-wrapper{width:95%}.project-tab-bar .tab-wrapper .nav-link.active{padding:16px 36px;gap:10px;border-radius:9999px;background:linear-gradient(167.65deg,#193da6 -57.1%,#137fc1,#193da6 100.66%);color:#fff}.project-tab-bar .nav-link .text-md{font-family:var(--bs-body-font-family);font-size:16px;font-weight:700;line-height:19.2px;letter-spacing:.05em}@media (max-width: 1023px){.project-tab-bar .nav-link .text-md{font-family:var(--bs-body-font-family);font-size:11px!important;font-weight:700}}@media (max-width: 767px){.project-tab-bar .tab-wrapper .nav-link{padding:8px!important;gap:8px}.project-tab-bar .tab-wrapper .nav-link.active{padding:8px 10px!important}.project-tab-bar .nav-link .text-md{font-size:9px!important}.project-tab-bar .tab-wrapper .button-wrapper{width:75%}.project-tab-bar .tab-wrapper{max-width:688px;padding:10px 0;gap:24px;border-radius:1000px;background:#f1f8fe;border:1px solid #BEDCFF;box-shadow:0 4px 14.2px #1c3b8c26 inset}}.project-error-container{max-width:587px;gap:40px}.error-img{max-width:327px}.project-error-container .info-block{max-width:419px;gap:52px;margin-top:40px}.project-error-container .info-block h4{font-size:35px;font-weight:700;line-height:42px;padding-bottom:24px;font-family:var(--bs-body-font-family);color:#030712b2}.project-error-container .info-block .text-block{padding-bottom:52px}.btn-past-project{padding:16px 36px;gap:10px;border-radius:9999px;background:#00aaaf;font-family:var(--bs-body-font-family);font-size:16px;font-weight:700;line-height:19.2px;letter-spacing:.05em}.btn-past-project:hover{background:#06d0d6}.card-project{height:583px;max-width:441px;padding:60px;gap:27px;background:#f9fafb;cursor:pointer;border-radius:36px;transition:box-shadow ease-in-out .5s}.card-project-img{width:100%!important;height:240px;margin-bottom:27px;border-radius:6px 36px}@media (max-width: 1279px){.card-project-img{max-width:150px;height:150px;margin-bottom:27px}}.card-project .content{max-width:321px;max-height:236px;gap:16px}.card-project .content .info-block{max-width:321px;height:108px;margin-bottom:40px}.card-project .btn-section{max-width:308px;gap:12px}.card-project:hover{box-shadow:0 3px 14px #00000021}.card-project .info-block .header{font-family:var(--bs-body-font-family);font-size:18px;font-weight:700;line-height:20px;color:#0d141a}.card-project .info-block .text-md{font-family:var(--bs-body-font-family);font-size:16px;font-weight:400;line-height:20px;color:#0d141a}.project-detail{height:421px}.project-card .donor{max-width:920px;padding-bottom:40px}.filter-button .input-group{max-width:625px;margin-bottom:40px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;scroll-padding:0}.hide-scrollbar::-webkit-scrollbar{display:none;height:0}.past-projects{margin-bottom:-124px}#hero-carousel .owl-carousel{position:relative;overflow:hidden}#hero-carousel .item{position:relative;background-image:url(/build/assets/exssa-logo-1-R5pmN5a3.png);background-position:center;background-color:#000;background-repeat:repeat;background-size:300px}#hero-carousel .item:before{content:"";position:absolute;background:#00000057;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#hero-carousel .item img{width:100%;height:577px;position:relative;z-index:1;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}#hero-carousel .owl-theme .owl-dots{position:absolute;z-index:1;bottom:40px;left:50%;transform:translate(-50%)}#hero-carousel .owl-theme .owl-dots .owl-dot span{width:16px;height:16px;border:solid 3px var(--white);background:#0000008f}#hero-carousel .owl-theme .owl-dots .owl-dot.active span{background:var(--primary)}@media (max-width: 1280px){#hero-carousel .item img{height:520px;-o-object-fit:contain;object-fit:contain}}@media (min-width: 992px){#hero-carousel .item img.hero-img-xl{-o-object-fit:cover;object-fit:cover}}@media (max-width: 992px){#hero-carousel .item img{height:360px;-o-object-fit:contain;object-fit:contain}}@media (max-width: 768px){#hero-carousel .item img{width:100%;display:block;height:320px;-o-object-fit:cover;object-fit:cover}}@media (max-width: 576px){#hero-carousel .item img{width:100%;display:block;height:280px;-o-object-fit:cover;object-fit:cover}}.message-from-president img{border-radius:24px 24px 0 0;height:432px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.projects-carousel{padding:20px 0}.projects-carousel .item{transition:transform .3s ease,opacity .3s ease;opacity:.7;transform:scale(.8)}.projects-carousel .center .item{opacity:1;transform:scale(1)}.projects-carousel .home-card{height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center}.projects-carousel .home-card img{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.projects-carousel .home-card-header{font-size:1.25rem;font-weight:700;margin:15px 0}.projects-carousel .home-cards-body{font-size:.9rem;color:#555}.projects-carousel .btn-section .btn{width:100%;max-width:150px;margin:0 auto}.projects-carousel .owl-nav button{background:#f9fafb!important;color:#fff!important;border-radius:50%!important;width:40px;height:40px;font-size:1.5rem!important;line-height:40px!important}.projects-carousel .owl-nav button:hover{background:#0056b3!important}.projects-carousel.owl-theme .owl-dots .owl-dot span{width:16px;height:16px;border:solid 3px var(--white);background:#00000026;box-shadow:0 4px 4px #00000040}.projects-carousel.owl-theme .owl-dots .owl-dot.active span{background:var(--primary)}@media (max-width: 576px){.home-card:hover{background:#193da6}}@media (max-width: 1024px){.home-card:hover{background:#193da6}}@media (max-width: 768px){.home-card:hover{background:#193da6}}.Who-are-we{margin-top:20px;margin-bottom:20px}.home-card{padding:40px 32px;gap:27px;background:#efefef;transition:background .3s ease,color .3s ease}.home-card .home-card-img{width:132px;height:132px}.home-card .home-card-header{font-family:var(--bs-body-font-family);font-size:16px;font-weight:700;line-height:20px;text-align:center;color:#0d141a;transition:color .3s ease,color .3s ease}.home-card .home-cards-body{font-family:var(--bs-body-font-family);font-size:16px;font-weight:400;line-height:20px;text-align:center;color:#0d141a;transition:color .3s ease,color .3s ease}.home-card:hover{background:#193da6}.home-card:hover .home-card-header,.home-card:hover .home-cards-body{color:#fff}@media (max-width: 576px){.how-can-you-help h2,.how-can-you-help span{text-align:center!important}}@media (max-width: 768px){.how-can-you-help h2,.how-can-you-help span{text-align:center!important}}.sekerettes-in-action{padding:66px 0}.our-mission-icon{width:52.8px;height:52.8px;padding:16px;gap:10px;border-radius:9999px;background:var(--white);color:#5dbfbe}.sekerettes-in-action .bottom-box{padding:16px 24px;gap:10px;background:#193da696;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:372px;margin-top:-88px}.sekerettes-in-action .img-1{max-width:208px;border-radius:12px;margin-bottom:10px}.sekerettes-in-action .img-4{max-width:208px;border-radius:12px}.sekerettes-in-action .img-2,.sekerettes-in-action .img3{max-width:208px;height:208px;border-radius:12px}@media (max-width: 567px){.sekerettes-in-action h2{font-size:48px}}.HomePage .shop-section{background:#f1f8fe;padding:80px 0}.HomePage .shopping-card{max-width:405px;border:1px solid #E5E7EB}.HomePage .shopping-card-footer{padding:24px 24px 16px;gap:24px;background:#fff}@media screen and (max-width: 576px){.hero-section .carousel-control-next{margin:0 3em}.hero-section .carousel-indicators{justify-content:flex-start;transform:translate(-40px,50px)}.hero-section .carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:100%;border:2px solid #0d6efd}.hero-section .carousel-indicators .active{opacity:1;background-color:#0d6efd}.carousel-control-next,.carousel-control-prev{top:1em;left:3em}}.shop-section .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:15px;height:5px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background:#d1d5db;background-clip:padding-box;opacity:.5;transition:opacity .6s ease;border-radius:100px}.shop-section .carousel-indicators{position:absolute;right:0;bottom:-70px;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.shop-section .carousel-indicators .active{border-radius:100px;background:#193da6}@media (max-width: 567px){.shop-section h2{font-size:40px}}.dreamers-scholarship{border-radius:20px;background-image:url(/build/assets/dreamer-cta-BeZmet83.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#00868b;background-blend-mode:luminosity}.dreamers-scholarship .overlay{padding:64px 24px;border-radius:20px;background-color:#ffffff1c}@media (min-width: 768px){.dreamers-scholarship .overlay{padding:64px 80px}}@media (min-width: 1400px){.dreamers-cta-action{width:320px}}.activity-card{max-width:406px;box-shadow:0 10px 30px #1f293714}.activity-card-body{padding:24px 32px;gap:33px}.error-page{text-align:center;background:#c0e2f7;padding-top:72px;padding-bottom:64px}.error-page h2{font-size:300px;color:#12527a;margin:0;font-family:var(--bs-body-font-family);font-style:normal;font-weight:700;line-height:normal;letter-spacing:10px;animation:hover-404 3s infinite ease-in-out}.error-page-message{font-family:Playfair Display,serif;font-size:54px;font-weight:400;color:#252a34}.error-page-description{text-align:center;max-width:358px;margin:30px auto}@keyframes hover-404{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 576px){.error-page h2{font-size:10rem}.error-page-message{font-size:2rem}.error-page-description{font-size:.9rem}}@media (min-width: 768px){.error-page h2{font-size:12rem}}@media (min-width: 992px){.error-page{padding-top:121px;padding-bottom:111px}.error-page h2{font-size:280px;letter-spacing:25px}}@media (min-width: 1200px){.error-page h2{font-size:320px;letter-spacing:30px}}.dropdown-menu{margin-top:0;display:none;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out}.nav-item.dropdown:hover>.dropdown-menu{display:block;visibility:visible;opacity:1;margin-top:0}@media (max-width: 1023px){.dropdown-menu{display:none;visibility:hidden;opacity:0}.nav-item.dropdown:hover>.dropdown-menu{display:none;visibility:hidden;opacity:0}.nav-item.dropdown .dropdown-menu.show{display:block;visibility:visible;opacity:1}}.news-page{display:flex;gap:24px}.news-page-sidebar{display:none;width:324px}.news-page-content{flex:1}@media (min-width: 1024px){.news-page-sidebar{display:block}}.news-feature{display:flex;padding:40px 32px;justify-content:center;align-items:center;gap:36px;align-self:stretch;background:#f3f4f6;flex-direction:row}.news-feature__link{flex:1}.news-feature__image img{height:364px;width:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover}.news-feature__content{flex:1;display:flex;max-width:483px;flex-direction:column;align-items:flex-start;gap:16px}.news-feature__year{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;color:var(--secondary);border-radius:9999px;border:1px solid var(--secondary)}.news-feature__title{color:#0d141a;font-family:var(--bs-body-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:125%}.news-feature__description{height:auto;flex-shrink:0;align-self:stretch;color:#030712b3;font-family:var(--bs-body-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:125%}@media (max-width: 1024px){.news-feature{flex-direction:column;gap:20px;padding:30px 20px}.news-feature__image img{width:100%;height:auto}.news-feature__content{max-width:100%;align-items:center;text-align:center}.news-feature__title{font-size:18px}.news-feature__description{font-size:14px}}@media (max-width: 768px){.news-feature{flex-direction:column;padding:20px 15px}.news-feature__image img{width:100%;height:auto}.news-feature__content{align-items:center;text-align:center}.news-feature__title{font-size:16px}.news-feature__description{font-size:14px}.news-feature__year{padding:6px 10px;font-size:12px}}@media (max-width: 480px){.news-feature{padding:15px 10px}.news-feature__title{font-size:14px}.news-feature__description{font-size:12px}}.post-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:30px 18px;margin:0 auto;background:#f9fafb;font-family:var(--bs-body-font-family);text-align:center;gap:10px}.post-card_primary{background:#eff6ff}.post-card__secondary{background-color:#f9fafb}.post-card-image{height:261px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.post-card-content{margin:0}.post-card-title{font-size:20px;color:#0d141a;font-style:normal;font-weight:700;line-height:125%;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:16px}.post-card-description{font-size:16px;font-weight:400;color:#030712b3;line-height:125%;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-button{margin-top:auto}.news-navigation{max-width:300px;margin:0 auto;font-family:var(--bs-body-font-family)}.news-navigation__header{display:flex;justify-content:center;align-items:center;padding:24px;gap:10px;align-self:stretch;border-radius:16px 16px 0 0;border:1px solid #f9fafb;background:var(--primary);color:var(--white)}.news-navigation__icon{color:#2197d6}.news-navigation__back-text{font-size:9px;margin-bottom:4px;font-weight:300}.news-navigation__title{font-size:16px;font-weight:400;line-height:1.5px;width:201px}.news-navigation__content{display:flex;flex-direction:column;align-items:flex-start;border:1px solid #f3f4f6;gap:8px;border-top:none;padding:24px 32px;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.news-navigation__link{display:block;text-decoration:none;padding:16px;width:100%;text-align:center;color:#030712;border-bottom:1px solid #f3f4f6;font-size:16px;border-radius:8px;transition:background-color .2s ease}.news-navigation__link:hover{background-color:#f9fafb}.news-navigation__link--active{background:#c0e2f7;font-weight:600}.post-category-detail__content{margin-bottom:68px}@media screen and (min-width: 1024px){.pp-content-section{background:url(/build/assets/privacy-policy-skin-Cc3MiVcz.png) no-repeat right;background-size:200px 100%;padding-right:224px}}.chapter-card-image{height:324px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.gallery-card{box-shadow:0 12px 30px #00000014;padding:40px;border-radius:8px}.gallery-card .photo-count{width:Hug (91px)px;height:Hug (33px)px;padding:8px 12px;gap:10px;opacity:0px;background:var(--Color-blue-100, rgba(227, 240, 251, 1))}.chapter-gallery-card{background-color:#fff}.chapter-gallery-card .photo-count{border:1px solid var(--Color-Governor-Bay-Blue-50, rgba(239, 246, 255, 1));box-shadow:0 12px 22.2px #5dbfbe29;padding:8px 16px}.gallery-card-item img{height:320px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.resource-item{display:flex;flex-direction:column;padding:16px 24px;border-radius:8px;background:#f9fafb;margin-bottom:10px}.resource-item__content{display:flex;align-items:center;gap:24px}.resource-item__icon{flex-shrink:0}.resource-item__icon-image{width:24px;height:24px}.resource-item__text{font-size:16px;font-family:var(--bs-body-font-family)}.resource-item__name{color:#000;text-decoration:none;font-weight:700;line-height:125%}.resource-item__name:hover{text-decoration:underline}.resource-item__link{text-align:right;width:100%;overflow:hidden;max-width:300px;padding-left:25px}.resource-item__url{font-size:14px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;color:#2197d6;font-family:var(--bs-body-font-family);font-style:normal;font-weight:400;line-height:125%}.resource-item__url:hover{text-decoration:underline}.resource-navigation-sidebar{background-color:#f7faff;border-radius:8px;display:flex;padding:40px 24px;flex-direction:column;align-items:flex-start;gap:23px;width:325px}.resource-navigation-sidebar__list{list-style:none;margin:0;padding:0}.resource-navigation-sidebar__item{width:100%;display:flex;padding-bottom:20px;align-items:center;gap:58px;align-self:stretch;border-bottom:1px solid #d1d5db;margin-bottom:22px}.resource-navigation-sidebar__item:last-child{border-bottom:none;margin-bottom:0}.resource-navigation-sidebar__link{text-decoration:none;font-size:16px;color:#000;transition:color .3s ease;width:203px;font-family:var(--bs-body-font-family);font-weight:400;line-height:125%}.littleRightArrow{fill:#030712}.resource-navigation-sidebar__item--active{border-bottom:1px solid #0056b3}.resource-navigation-sidebar__item--active .resource-navigation-sidebar__link,.resource-navigation-sidebar__item--active .littleRightArrow{color:#0056b3;fill:#0056b3}.container-layout{display:flex;gap:27px;padding:80px 20px}.container-layout__left{flex:2;max-width:100%}.container-layout__right{flex:0}.container-layout__resource-container{margin-bottom:42px}.container-layout__resource-container>h5{font-family:var(--bs-body-font-family);font-size:28px;font-style:normal;font-weight:700;line-height:120%}.container-layout__no-resources{text-align:center;padding:20px;font-size:1.2rem;color:#555;font-family:var(--bs-body-font-family)}@media screen and (min-width: 768px){.resource-item{flex-direction:row;justify-content:space-between}}@media (max-width: 768px){.resource-item__link{text-align:left;max-width:100%;padding-left:73px}.resource-navigation-sidebar{display:none}.container-layout{padding:80px 15px;gap:0}}.filter-tabs{background:#f1f8fe;border:1px solid rgba(190,220,255,1);box-shadow:0 4px 14.2px #1c3b8c26 inset;padding:8px 36px;gap:24px;border:1px 0px 0px 0px;opacity:0px;max-width:100%;overflow-x:auto}.filter-item{border:1px solid rgba(20,123,186,1);background:#ffffff0d;width:Hug (203px)px;padding:12px 36px;gap:10px;border:1px 0px 0px 0px;opacity:0px;white-space:nowrap}.filter-item span{color:#147bba}.filter-item.active{background:linear-gradient(167.65deg,#193da6 -57.1%,#137fc1,#193da6 100.66%)}.filter-item.active span{color:#fff!important}.dynamic-table thead tr th{background:#eff6ff!important;padding:16px 24px!important;gap:25px!important;border:0px 0px 1px 0px!important;color:#374151;font-size:16px}.dynamic-table tbody tr td{padding:24px 0;gap:0px;border:0px 0px 1px 0px;vertical-align:middle}.share-card{background:#00aaaf;border:1px solid rgba(93,191,190,.16);padding:36px 16px;gap:15px;border-radius:16px;border:1px 0px 0px 0px;opacity:0px}.bg-gray-100{background-color:#f3f4f6}.bg-blue-200{background-color:#c0e2f7}.chapter-menu:hover{background-color:#f3f4f6}.border-bottom-2{border-bottom:3px solid rgba(25,61,166,1)}.text-a:hover{color:#147bba}.text-ubuntu-300{color:#003;font-size:16px;font-weight:300}.text-ubuntu-400{color:#030712b3;font-size:16px;font-weight:400}.text-ubuntu-700{color:#030712b3;font-size:16px;font-weight:700}.text-gray-400{color:#4b5563;font-size:16px;font-weight:400}.executive-card{background:#d9f6f629;border:1px solid rgba(93,191,190,.16);box-shadow:0 12px 22.2px #2d3d3c0d;border-radius:16px}.text-executive-title{color:#343a40}.convention-header{background-repeat:no-repeat;background-size:cover}.convention-header .bg-blue-convention{background-color:#147bbae6}.convention-header .bg-blue-convention .title{border-bottom:1px solid rgba(33,151,214,1)}.text-blue-100{color:#e3f0fb}.text-blue-convention{color:#137fc1}.convention-date-card{box-shadow:0 12px 22.2px #5dbfbe29;border-radius:12px}.bg-blue-100{background-color:#e3f0fb}.dot{width:8px;height:8px}.text-16{font-size:16px}.w-776{width:776px}.text-35{font-size:35px}.convention-image-card{box-shadow:0 12px 22.2px #5dbfbe29;background:#5dbfbe1f;border-radius:12px}.convention-info-card{border:1px solid var(--color-black-10, rgba(3, 7, 18, .1));background-color:#f1f8fe52;border-radius:12px}.convention-detail-card{border:1px solid rgba(93,191,190,.16);background:#d9f6f629;border-radius:12px}.convention-detail-card:hover{box-shadow:0 12px 22.2px #5dbfbe29}.bg-aqua-8{background-color:#5dbfbe14}.home-cta{background:url(/build/assets/home-cta-YrcYt1Pv.png) no-repeat bottom;background-size:contain;padding-top:80px;padding-bottom:140px}@media (min-width: 568px){.home-cta{padding-bottom:240px}}@media (min-width: 768px){.home-cta{padding-bottom:340px}}@media (min-width: 1200px){.home-cta{padding-bottom:408px}}@media (min-width: 1400px){.home-cta{padding-bottom:408px}}.content-container>*{text-align:justify;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:125%}.content-container__quote{font-style:italic;margin-bottom:70px;color:#00868b}.content-container__signature{margin-top:30px}.content-container__heading{margin-bottom:20px;font-size:30px;font-weight:700}.content-container__subheading{margin-bottom:20px;font-size:16px}.content-container__prayer{margin-top:20px;margin-bottom:20px}.home-video{margin:0 auto;max-width:100%;width:100%;height:270px;overflow:hidden;background:var(--primary-light);display:block;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.home-video{height:360px}}@media (min-width: 992px){.home-video{height:420px}}@media (min-width: 1200px){.home-video{height:500px}}@media (min-width: 1400px){.home-video{height:700px}}.dreamers{height:551px;display:flex;flex-direction:row}.breaking__news{color:#147bba;font-weight:700}.dreamers__headline{font-weight:700;font-size:23px;line-height:120%;width:611px}.left__section{height:312px;display:flex;flex-direction:column;flex:1}.right__section{background-color:#eff6ff;width:100%;flex:1;display:flex;justify-content:center;align-items:center;position:relative}.image-wrapper{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.circle-bg{position:absolute;width:89%;height:142%;background:#fff;border-radius:50%;top:0;left:50%;transform:translate(-50%) translateY(20%);z-index:0;overflow:hidden;clip-path:inset(0 0 50% 0)}.main-image{max-width:529px;max-height:529px;position:relative;transform:translateY(2%);z-index:1}.floating-icon{position:absolute;width:40px;height:40px;z-index:2}.icon1{height:79.18338964389862px;width:79.18338964389862px;top:76px;left:150px}.icon2{top:212.67px;right:20px;opacity:.6;height:132.69198084001022px;width:97.307460754028px}.icon3{width:52px;height:31px;top:450px;left:25px}.header__info{padding-left:180px;padding-top:120px;width:611px}.scholarship__banner{max-width:100%;height:100%;margin-top:10px;background-color:#193da6;flex:1;display:flex;flex-direction:row;align-items:center;padding:75px 0;position:relative}.scholarship__banner:before,.scholarship__banner:after{content:"";position:absolute;width:0;height:0;border-style:solid}.scholarship__banner:before{top:0;left:150px;border-width:20px 20px 0 20px;border-color:white transparent transparent transparent}.scholarship__banner:after{top:50%;right:0;transform:translateY(-50%);border-width:20px 20px 20px 0px;border-color:transparent #EFF6FF transparent transparent}.scholarship__banner__text{padding-left:150px;color:#fff;font-weight:700;font-size:42px;font-family:Playfair Display;line-height:100%;max-width:555px}.dreamers__mission{height:auto;padding:80px 180px;gap:83px;background-color:#bedcff;display:flex;flex-direction:row;align-items:center;justify-content:center}.dreamers__mission-text{max-width:447px;font-size:20px;font-weight:400;line-height:120%;letter-spacing:0%;font-family:Ubuntu;color:#030712}.dreamers__mission-quotes{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;gap:20px;display:flex;flex-direction:row}.dreamers__mission-quotes .quotes{width:302px;height:132px;border:1px solid var(--Color-blue-200, #C0E2F7);display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;background-color:#fff;box-shadow:0 4px 4px -4px #0c0c0d0d;position:relative}.dreamers__mission-quotes .quotes .quote__icon{width:36px;height:36px;border-radius:100%;background-color:#daebff;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.dreamers__mission-quotes .quotes .container{flex:1;padding:0;height:auto;border:none;box-shadow:none;background-color:transparent}.quote__content p{margin:0;font-size:16px;color:#333}.quote__content strong{display:block;margin-top:5px;color:#000}.eligibility{height:405px;padding:80px 180px;gap:10px;background-image:url(/build/assets/dreamers_eligibility_background-D5wxmMmw.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#3785fa;text-align:center;justify-items:center}.eligibility__content{max-width:726px;height:-moz-fit-content;height:fit-content;gap:11px;display:flex;flex-direction:column;justify-content:center;justify-items:center}.eligibility__header{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;justify-content:center;justify-items:center;color:#fff}.eligibility__text{display:flex;font-family:Playfair Display;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0%;color:#fff}.namibian-refugees{display:flex;justify-content:space-between;align-items:flex-start;padding:60px 100px 60px 296px}.text-wrapper{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;gap:21px}.text-wrapper .heading{font-size:55px;font-family:Playfair Display;line-height:120%;letter-spacing:0;width:735px;font-weight:400;margin-bottom:20px;color:#000}.columns{display:flex;gap:24px;width:732px;height:-moz-fit-content;height:fit-content}.column{flex:1}.column p{font-size:16px;line-height:125%;color:#374151;letter-spacing:0%;font-weight:400}.image-content{flex:1}.image-content img{width:100%;height:auto;border-bottom-left-radius:16px;border-top-left-radius:16px;margin-left:3rem;-o-object-fit:cover;object-fit:cover}.selection__process{background-color:#147bba;padding:80px 180px;gap:10px;height:405px;color:#fff;text-align:center;justify-items:center}.selection__process__content{width:726px;height:-moz-fit-content;height:fit-content;gap:11px;display:flex;flex-direction:column;justify-content:center;justify-items:center}.selection__process__header{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;justify-content:center;justify-items:center;color:#fff}.selection__process__text{display:flex;font-family:Playfair Display;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0%;color:#fff}.scholarship{max-width:773px;height:-moz-fit-content;height:fit-content;gap:16px;display:flex;align-items:center;margin:3rem auto}.scholarship__content{padding:0 10px;max-width:90%;display:flex;flex-direction:column;justify-items:center;align-items:center;text-align:center}.scholarship__header{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;color:#030712}.scholarship__text{display:flex;width:652px;font-weight:400;font-size:16px;line-height:125%;letter-spacing:0%;color:#374151}.school__image{width:100%;overflow:hidden}.school__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.awardees__section{height:-moz-fit-content;height:fit-content;width:100%;background-color:#eff6ff;padding:80px 30px;gap:52px;display:flex;flex-direction:column;justify-content:center;align-items:center;justify-items:center}.heading__and__quotes{height:-moz-fit-content;height:fit-content;justify-content:space-between;display:flex;gap:40px;flex-direction:row}.awardees__heading{width:440px;height:-moz-fit-content;height:fit-content;gap:22px}.awardees__heading h2{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;color:#2165ef}.awardees__heading p{display:flex;font-family:Playfair Display;font-weight:400;font-size:16px;line-height:125%;letter-spacing:0;color:#030712}.awardees__cards{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:20px;justify-items:center;align-items:center}.awardee__card{height:-moz-fit-content;height:fit-content;max-width:329px;border-radius:24px;padding-top:40px;background-image:url(/build/assets/dreamers_card_background-Dfaa-J5k.png);background-image:linear-gradient(to top left,#c0e2f7,#fff0,#eff6ff)}.awardee__icon img{width:87px;height:87px}.awardee__content{display:flex;flex-direction:column;gap:10px}.awardee__content h2{font-size:23px;color:#193da6;font-weight:700;line-height:120%;text-transform:uppercase}.awardee__specific{display:flex;flex-direction:row;justify:space-between;padding-bottom:10px;border-bottom:1px solid var(--color-white-100, #FFFFFF);height:-moz-fit-content;height:fit-content}.awardee__specific .left-text{font-weight:400;font-size:14px;line-height:120%}.awardee__specific .right-text{font-weight:700;font-size:14px;line-height:120%;text-align:right;padding-right:20px}.awardee-card{background-color:#e6f0ff;padding:20px;border-radius:6px;text-align:center;box-shadow:0 2px 6px #0000000d;background-image:url(/build/assets/dreamers_card_background-Dfaa-J5k.png)}.awardee-icon-container{background-color:#fff;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.awardee-icon{color:#3498db;font-size:2em}.awardee-name{font-size:1.1em;font-weight:700;color:#333;margin-bottom:5px}.awardee-details-section{text-align:left;margin-top:15px;font-size:.85em;color:#666}.detail-label{font-weight:700;margin-bottom:3px;color:#444}.detail-value{margin-bottom:8px}.registered-info{background-image:linear-gradient(to bottom right,#1950dc,#2165ef,#1950dc);color:#fff;padding:8px 12px;border-radius:4px;font-size:.8em;margin-top:15px;display:inline-block}.quote-section{background-color:#f9f9f9;padding:20px;border-radius:6px;box-shadow:0 2px 6px #0000000d;max-width:960px;width:100%;text-align:center;color:#555;font-style:italic;margin-bottom:20px}.quote-text{font-size:1em;line-height:1.6;margin-bottom:10px}.quote-attribution{font-size:.9em;font-weight:700;color:#333}.quote-icon{color:#3498db;font-size:1.5em;margin-right:5px}.warning__banner{height:-moz-fit-content;height:fit-content;background-color:#00aaaf;padding:48px 180px 24px;gap:12px;overflow:hidden;position:relative}.warning__banner:before,.warning__banner:after{content:"";position:absolute;width:0;height:20;border-style:solid}.warning__banner:before{top:0;left:150px;border-width:20px 20px 0 20px;border-color:white transparent transparent transparent}.warning__content{height:-moz-fit-content;height:fit-content;gap:12px}.warning-title{font-weight:700;font-family:ubuntu;font-size:16px;line-height:125%;letter-spacing:0%;color:#fff;margin-bottom:1rem}.warning-text{font-size:16px;font-weight:400;letter-spacing:0%;line-height:125%;color:#fff}.thanks-section{background-color:#fff;padding:60px 80px;font-family:Playfair Display,serif}.thanks-container{display:flex;justify-content:space-between;gap:40px;border:1px solid #ccc;padding:40px;border-radius:8px}.text-content{flex:2}.text-content h2{font-size:32px;margin-bottom:20px;color:#000}.text-content p{font-size:16px;line-height:1.7;color:#333;margin-bottom:16px}.signature{font-style:italic;margin-top:20px}.image-content{flex:1;display:flex;align-items:center;justify-content:center}.image-content img{max-width:100%;height:auto;border-radius:8px}.thanks__section{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;gap:140px;padding:80px 180px;display:flex;flex-direction:row;margin:0 auto}.thanks__text{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;gap:21px}.thanks__text .heading{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;color:#030712}.overflow{overflow-x:hidden}.thanks__text .message{width:744px;height:-moz-fit-content;height:fit-content;gap:24px;display:flex}.thanks__text .message .column{flex:1}.column p{font-size:16px;line-height:125%;color:#374151;letter-spacing:0%;font-weight:400;width:360px}.thanks__photo{flex:1}.thanks__photo img{width:100%;height:auto;border-bottom-left-radius:16px;border-top-left-radius:16px;margin-left:3rem;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 767px){.dreamers{flex-direction:column;height:auto}.left__section,.right__section{width:100%;height:auto;padding:20px}.floating-icon{position:absolute;width:40px;height:40px;z-index:2}.icon1{height:79.18338964389862px;width:79.18338964389862px;top:76px;left:50px}.icon2{top:212.67px;right:10px;opacity:.6;height:132.69198084001022px;width:97.307460754028px}.icon3{width:52px;height:31px;top:300px;left:5px}.header__info,.scholarship__banner__text{padding-left:20px;padding-top:40px;width:100%}.dreamers__headline{font-size:18px;width:100%}.image-wrapper{width:100%;height:auto}.main-image{width:90%;height:auto}.scholarship{flex-direction:column;align-items:flex-start;padding:20px;max-width:100%;display:flex;align-items:center;text-align:center;justify-content:center}.scholarship__content{font-size:28px;gap:12px}.scholarship__header{font-size:30px;line-height:120%}.scholarship__text{font-size:16px;line-height:125%;letter-spacing:0%;max-width:100%}.heading__and__quotes{height:-moz-fit-content;height:fit-content;justify-content:space-between;display:flex;flex-direction:column;gap:20px;text-align:center;align-items:center}.awardees__heading{max-width:400px;height:-moz-fit-content;height:fit-content;gap:22px}.awardees__heading h2{display:flex;font-family:Playfair Display;font-weight:400;font-size:55px;line-height:120%;letter-spacing:0;color:#2165ef}.awardees__heading p{display:flex;font-family:Playfair Display;font-weight:400;font-size:16px;line-height:125%;letter-spacing:0;color:#030712}.awardees__cards{grid-template-columns:1fr}.dreamers__mission{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;padding:20px 15px}.dreamers__mission-text{width:100%;font-size:16px;align-items:center}.dreamers__mission-quotes{flex-direction:column;gap:16px}.eligibility,.selection__process{padding:40px 20px;height:auto}.eligibility__content,.selection__process__content{width:100%}.eligibility__header,.selection__process__header{font-size:30px}.eligibility__text,.selection__process__text{font-size:16px;flex-direction:column}.namibian-refugees{flex-direction:column;padding:40px 20px;text-align:center}.namibian-refugees .text-wrapper{max-width:100%}.warning__banner{height:-moz-fit-content;height:fit-content;background-color:#00aaaf;padding:30px 30px 24px;gap:12px;overflow:hidden;position:relative}.warning__banner:before,.warning__banner:after{content:"";position:absolute;width:0;height:20;border-style:solid}.warning__banner:before{top:0;left:30px;border-width:20px 20px 0 20px;border-color:white transparent transparent transparent}.text-wrapper .heading{font-size:30px;width:100%}.columns{flex-direction:column;width:100%}.columns .column{max-width:100%}.image-content img{width:100%;margin-left:0;border-radius:16px}.thanks__section{display:flex;flex-direction:column;padding:20px 10px;text-align:center;max-width:100%;gap:12px}.thanks__text{display:flex;max-width:100%;flex-direction:column;text-align:center}.thanks__section .message{display:flex;flex-direction:column;text-align:center}.thanks__photo{padding:10px;max-width:79%;display:flex;justify-content:center;align-items:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.dreamers{flex-direction:column;height:auto}.left__section,.right__section{width:100%;height:auto;padding:40px}.dreamers__headline{font-size:20px;width:100%}.floating-icon{position:absolute;width:40px;height:40px;z-index:2}.icon1{height:79.18338964389862px;width:79.18338964389862px;top:150px;left:150px}.icon2{top:312.67px;right:70px;opacity:.6;height:132.69198084001022px;width:97.307460754028px}.icon3{width:62px;height:51px;top:500px;left:60px}.scholarship__banner{flex-direction:column;align-items:flex-start;padding:60px 40px}.scholarship__banner__text{font-size:36px;padding-left:0;width:100%}.dreamers__mission{flex-direction:column;padding:60px 40px;gap:60px}.dreamers__mission-text{width:100%;font-size:18px}.dreamers__mission{display:flex;flex-direction:row;align-items:center;justify-content:center}.dreamers__mission-quotes{flex-direction:column;gap:20px}.eligibility,.selection__process{padding:60px 40px;height:auto}.eligibility__header,.selection__process__header{font-size:40px}.eligibility__text,.selection__process__text{font-size:18px;flex-direction:column}.namibian-refugees{flex-direction:column;padding:60px 40px}.awardees__cards{grid-template-columns:1fr 1fr}.columns{flex-direction:column;width:100%}.image-content img{width:100%;margin-left:0;border-radius:16px}.thanks__section{display:flex;flex-direction:column;padding:20px 10px;text-align:center;max-width:100%;gap:12px}.thanks__photo{padding:10px;max-width:90%;display:flex;justify-content:center;align-items:center}}
