/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #0B2360;
    --primary-alt: #0e2d7b ;

    --secondary: #1C8351;
    --secondary-alt: #186c43;

    --accent: #FF3602;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#444;
    line-height: 1.7;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Inter Tight';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom:1rem;
    line-height:1.4;
    text-wrap: balance;
}

.text-balance {
    text-wrap: balance;
}

h1 {
    font-size: 4.2rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 2.5rem;
}
h4 {
    font-size: 2.1rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}


* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0;
}


/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}
.breadcrumbs i {
    font-size: 11px;
    position: relative;
    top: -1.1px;
}

/**********
BUTTON    
**********/
.btn {
    background-color: transparent;
    box-shadow: none !important;
    padding: 10px 20px;
    transition: all .15s ease-in-out;
    border-radius: 100px;
    text-transform: uppercase;
    border-width: 0px;
    font-weight: 700;
    border-style: solid;
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}

.btn.btn-outline-white {
    border: 1px solid #fff;
    color:#fff;
}
.btn.btn-outline-white:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color:#fff;
}
a.btn.btn-news {
    background-color: #283038;
    color: #94969A;
    font-size: 1.3rem;
}
a.btn.btn-news:hover {
    background-color: var(--secondary);
    color: #fff;
}
.btn.btn-outline:hover {
    background-color: var(--secondary);
    color:#fff;
}
.btn.btn-outline {
    border: 1px solid;
}


/* DEFAULTS */
.objectfit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-fit-cover {
    object-position: center;
}
.list-style-none {
    list-style-type: none;
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
    background-position: center;
}

.block {
    padding:6rem 0;
}
.box-overlay:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0; left:0;
}
.aspect-ratio-1 {
    aspect-ratio: 1;
}
.bradius {
    border-radius:10px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 2px solid var(--primary) !important;
    padding: 16px 60px !important;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    background-color: transparent;
    margin: 0 auto;
    transition: 0.3s all ease;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--primary);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color: var(--primary) !important;
}
.gform_wrapper select {
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 10px 18px !important;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #D3DEE2;
    transition: all 0.3s ease;
    width: 100%;
}
.gform_wrapper.gravity-theme input:focus {
    border-color: var(--primary);
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.gform_validation_error.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0;
    font-size: 12px;
    background-color: transparent;
    border: revert-layer;
    padding: 0;
}
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer {
    padding-bottom:0;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* -------------------------
NEW STYLES HERE 
-------------------------  */

.header.headerwhite {
    background-color: #fff;
    z-index: 5 !important;
}
.header.headerwhite ul.header-menu-list a:hover {
    color: var(--secondary);
}
.header.headerwhite ul.header-menu-list a {
    color:#0a0a0a;
    transition: 0.3s ease all;
}
.headerwhite .logo-img2:before {
    background-color: #808080;
}
.header {
    background-color: rgba(0,0,0,0.4);
}
.logo-img1 img {
    max-height: 35px;
}
.logo-img2 img,
.logo-img3 img {
    max-height: 50px;
}
.logo-img2:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    display: block;
    top: 0;
    position: absolute;
    left: 0;
}
ul.header-menu-list a:hover {
    color: var(--secondary);
}
ul.header-menu-list a {
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    transition: 0.3s all ease;
}
.headerwhite .headerbottom {
    border-top: 1px solid #E5E5E5;
}
.headerbottom {
    border-top: 1px solid rgba(255, 255,255,0.3);
}

.footerleftbox {
    padding-left: 2rem;
    border-left: 1px solid var(--primary);
}


/* AOA SLIDER */
.rowslider {
    right: 0;
}
.rowslider > .slick-list > .slick-track > .slick-slide > div {
    margin-right: 23px;
}

.rowslider {
    width: calc(100% + 10px) !important;
}
.rowslider > .slick-list {
    padding-left: calc(50% - 650px) !important;
    padding-right: calc(50% - 650px) !important;
}
.projects-slider.slick-initialized.firstload > .slick-list > .slick-track > .slick-slide.slick-cloned:not(:nth-child(4)) {
    opacity: 0;
}
.project-slide {
    max-width: 100vw;
}
#areasofaction {
    background-color: #fafafa;
    padding: 8rem 0;
}
.aoa-slide {
    padding: 35px 0;
}
.aoa-slide-inner {
    background-color:#fff;
    border-radius:8px;
    padding:30px 25px 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 44px;
}
.aoa-icon img {
    height: 60px;
    margin-bottom: 15px;
}
.aoa-content h4 {
    padding-bottom: 5px;
}

/* FOOTER */
.backtotop:hover {
    top:-25px;
    background-color: var(--secondary);
}
.backtotop {
    top:-20px;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
}
.footer-menus {
    display: flex;
    justify-content: space-between;
    row-gap: 40px;
    flex-wrap: wrap;
}
.footer-menus div {
    flex: 50%;
}
.footer-menus a {
    display: block;
    text-decoration: none;
    color: #666; /* normal link color */
    margin-bottom: 6px;
    transition: all 0.2s linear;
}
.footer-menus div a:first-child, .footermenu4 a {
    font-weight: bold;
    text-transform: uppercase;
    color: #000; /* darker for heading link */
    margin-bottom: 10px;
}
.footer-menus div a:hover {
    color: var(--primary); /* hover accent */
}


/* BOTTOM BOXES */
.hbb-link i {
    left:0;
}
.homebottom-box:hover .hbb-link {
    color:var(--secondary)
}
.homebottom-box:hover .hbb-link i {
    left: 10px;
}
.homebottom-box {
    border-radius: 10px 150px 10px 10px;
}
.hbb-link {
    letter-spacing:1px;
}
.hbb-link {
    letter-spacing:1px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.hbb-links {
    gap: 10px;
}
.hbb-link-item:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.hbb-overlay {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.99) 0%,
        rgba(0,0,0,0.99) 45%,
        rgba(255,52,2,0.99) 100%
    );
    background-size: 200% 100%;
    mix-blend-mode: hard-light;
    background-position: right center;
    transition: background-position 0.6s ease;
    pointer-events: none;
}
.homebottom-box:hover .hbb-img {
    transform:scale(1.1);
}
.homebottom-box:hover .hbb-overlay {
    background-position: 50% center;
}
.homebottom-box-1 .hbb-overlay {background-image:linear-gradient(90deg,rgba(0,0,0,0.99) 0%,rgba(0,0,0,0.99) 45%,rgba(255,52,2,0.99) 100%);}
.homebottom-box-2 .hbb-overlay {background-image:linear-gradient(90deg,rgba(0,0,0,0.99) 0%,rgba(0,0,0,0.99) 45%,rgba(24,146,233,0.99) 100%);}
.homebottom-box-3 .hbb-overlay {background-image:linear-gradient(90deg,rgba(0,0,0,0.99) 0%,rgba(0,0,0,0.99) 45%,rgba(28,131,81,0.99) 100%);}
.homebottom-box-4 .hbb-overlay {background-image:linear-gradient(90deg,rgba(0,0,0,0.99) 0%,rgba(0,0,0,0.99) 45%,rgba(255,4,179,0.99) 100%);}
.homebottom-box-1:hover .hbb-link {color:rgba(255,52,2,0.99);}
.homebottom-box-2:hover .hbb-link {color:rgba(24,146,233,0.99);}
.homebottom-box-3:hover .hbb-link {color:rgba(28,131,81,0.99);}
.homebottom-box-4:hover .hbb-link {color:rgba(255,4,179,0.99);}

.homebottom-box {
    flex: 1;
    align-items:center;
}

.hbb-text {
    padding-top:50px;
    padding-bottom:50px;
}

/* Keep existing single-link behavior */
.homebottom-box.is-single-link:hover .hbb-img {
    transform: scale(1.1);
}
.homebottom-box.is-single-link:hover .hbb-overlay {
    background-position: 50% center;
}
.homebottom-box.is-single-link:hover .hbb-link .hbb-link-arrow {
    left: 10px;
}

/* Multi-link: disable whole-box hover movement */
.homebottom-box.has-multiple-links:hover .hbb-img {
    transform: none;
}
.homebottom-box.has-multiple-links:hover .hbb-overlay {
    background-position: right center;
}
.homebottom-box.has-multiple-links:hover .hbb-link .hbb-link-arrow {
    left: 0;
}

/* Multi-link: move bg only when any specific link is hovered */
.homebottom-box.has-multiple-links:has(.hbb-link-item:hover) .hbb-img {
    transform: scale(1.1);
}
.homebottom-box.has-multiple-links:has(.hbb-link-item:hover) .hbb-overlay {
    background-position: 50% center;
}

/* Multi-link: arrow moves only for the hovered link */
.homebottom-box.has-multiple-links .hbb-link-item:hover .hbb-link-arrow {
    left: 10px;
}
.homebottom-box.has-multiple-links .hbb-link-item:not(:hover) .hbb-link-arrow {
    left: 0;
}

/* Multi-link: optional color control so only hovered link gets accent */
.homebottom-box.has-multiple-links:hover .hbb-link-item {
    color: #888888;
}
.homebottom-box.homebottom-box-1.has-multiple-links .hbb-link-item:hover { color: rgba(255,52,2,0.99); }
.homebottom-box.homebottom-box-2.has-multiple-links .hbb-link-item:hover { color: rgba(24,146,233,0.99); }
.homebottom-box.homebottom-box-3.has-multiple-links .hbb-link-item:hover { color: rgba(28,131,81,0.99); }
.homebottom-box.homebottom-box-4.has-multiple-links .hbb-link-item:hover { color: rgba(255,4,179,0.99); }

.homebottom-box.has-multiple-links .hbb-links {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50% each */
    column-gap: 16px;
    row-gap: 10px;
    width: 100%;
}

.homebottom-box.has-multiple-links .hbb-link-item {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
/* SLICK SLIDE */
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    padding-left:0;
    bottom: 66px;
    margin-bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color:#fff;
}
.slick-dots button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    outline: 0 none !important;
    transition: 0.3s ease all;
    width: 15px;
}
.slick-slide {
    outline:0;
}


.homehero-slide.box-overlay:after {
    background-color: rgba(16,23,32,0.7);
}
.homehero-slide {
    border-radius: 0 0 100px 0;
}
.homehero-slide h1,
.homehero-slide h2 {
    font-size: 6.6rem;
    text-wrap: balance;
}


/* LATEST NEWS */
.newsimg:hover img {
    transform: scale(1.02);
}
.newsimg {
    aspect-ratio: 388 / 271;
    border-radius: 5px;
}
.latestnews-inner {
    background-color: #101720;
    border-radius: 100px 0 0 0;
}

#latestnews-slider {
    padding-bottom: 90px;
}
#latestnews-slider .slick-slide {
    margin: 0 15px;
}

#latestnews-slider .slick-list {
    margin: 0 -15px;
}
#latestnews-slider ul.slick-dots li {
    transform: scale(0.83);
    margin-right: 0;
    margin-left: 7px;
}
#latestnews-slider ul.slick-dots {
    bottom: 0;
    left: auto;
    right: 0;
    transform: none;
    margin-top: 100px;
}
#latestnews-slider .slick-arrow:hover {
    background-color:var(--secondary);
    color:#fff;
}
#latestnews-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    border: 0;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    transition: 0.3s ease all;
}
#latestnews-slider .slick-next {
    left: 32px;
    border-radius: 0 100px 100px 0;
}
#latestnews-slider .slick-prev {
    border-radius: 100px 0px 0px 100px;
}

/* HOME ABOUT */
.announcement-block {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 44px;
}
.text-justify * {
    text-align: justify;
}
.btn i {
    display:inline;
}
a.btn.btn-gray {
    background-color: #EDEDED;
}
a.btn.btn-gray:hover {
    background-color: var(--secondary);
    color:#fff;
}
.btn i {
    position:relative;
    font-size:11px;
    top:-1px;
}
.homeaboutimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.homeaboutimg {
    position: absolute;
    width: 47%;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
    height: 100%;
    top:0;
}
.homeaboutimg2 {
    right:0;
    border-radius: 500px 0 0 500px;
}
.homeabout-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(17, 204, 136, 1) 0%, rgba(10, 35, 96, 1) 100%);
    mix-blend-mode: hard-light;
    opacity: 0.8;
    pointer-events: none;
}
.homeaboutbox2 
.homeabout-overlay {
    background: linear-gradient(90deg, #FF3408 0%, #0A2360 100%);

}

/* INNER HERO */
#innerhero {
    background-color: #333;
    border-radius:0 0 100px 0;
}
#innerhero::before {
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: hard-light;
    background: linear-gradient(90deg, #0A2360 0%, #1C8351 100%);
    opacity: 0.8;
    z-index: 3;
    pointer-events: none;
}
.overlay-bluegreen#innerhero:before {
    background: linear-gradient(90deg, #0A2360 0%, #1C8351 100%);
}
.overlay-orangeblue#innerhero:before {
    background: linear-gradient(90deg, #FF3402 0%, #0A2360 100%);
}
.overlay-blackorange#innerhero:before {
    background: linear-gradient(90deg, #7a4718 0%, #63370e 100%);
}
.overlay-blackblue#innerhero:before {
    background: linear-gradient(90deg, #03082f 0%, #031435 100%);
}
.overlay-darkblue#innerhero:before {
    background: linear-gradient(90deg, #0A0F2D 0%, #1892E9 100%);
}
.overlay-bluepink#innerhero:before {
    background: linear-gradient(90deg, #101720 0%, #FF02B3 100%);
}
.overlay-blueorange#innerhero:before {
    background: linear-gradient(90deg, #101720 0%, #FF9E02 100%);
}


/* SBS CONTENT */
.sbs-img-wrap {
    border-radius: 100%;
    overflow: hidden;
    width: 530px;
    max-width: 90%;
    margin: 0 auto;
}
.sbs-text-wrap {
    padding-left: 20px;
    border-left: 1px solid;
}
/* NEWS */
.single-news #innerhero:before {
    display:none;
}
.single-news #innerhero {
    background-color:#101720;
}
.news-image:hover img {
    transform: scale(1.05);
}
.news-image {
    aspect-ratio: 388 / 271;
    border-radius: 10px;
}
.news-box .news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.relatednews .news-date {
    color:#878B8F;
}
.relatednews {
    border-top: 1px solid #EBEBEB;
}
.txt-gray {
    color:#878B8F;
}

/* CONTACT */
.homeaboutimg2.contactrightimg  {
    height:400px;
    top:60px;
}

.resourcesbox .btn i {
    top: -1px;
    font-size: 10px;
    transition: 0.3s all ease;
}
.resourcesbox .btn {
    padding: 8px 16px;
    font-size: 12px;
}
.resourcesbox .btn:hover {
    padding-right: 20px;
}
.resourcesbox .btn:hover i {
    padding-left: 7px;
}

.news-box .btn i {
    transition: 0.3s all ease;
}
.news-box .btn:hover {
    padding-right: 20px;
}
.news-box .btn:hover i {
    padding-left: 5px;
}

/* RESOURCES */
.nav-pills .nav-link {
    font-size: 16px;
    transition: 0.3s all ease;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 8px;
    color: #0a0a0a;
    border-left: 3px solid transparent;
    border-radius: 0;
    padding: 2px 15px;
    outline: 0;
}
.nav-pills .nav-link:hover {
    color: var(--secondary);
    padding-left: 25px;
}
.resources-left .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #0a0a0a;
    font-weight: 600;
    border-color: #0a0a0a;
    padding-left: 15px !important;
}
.nav-link {
    outline:0;
}
.nav-pills .nav-link:last-child {
    margin-bottom:100px;
}

.resources-left .nav {
    border-left: 1px solid #E5E5E5;
    top:20px;
}

/* PILOT PROJECTS */
.pp-logo-box img {
    max-width: 240px;
    max-height: 140px;
}
.pp-logo-box, .pp-partner-infobox {
    border: 1px solid #E8E8E8;
    padding: 15px;
    border-radius: 12px;
}
.pp-partner-infobox {
    padding: 30px;
}
.pp-partner-infobox-left-img {
    max-height: 102px;
    max-width: 65px;
}
.logos-block + .logos-block {
    padding-top: 2rem !important; /* pt-5 */
}
.logos-grid {
    display: flex;
    flex-wrap: wrap;
}
.logos-grid > [class*="col-"] {
    display: flex;
}
.pp-logo-box {
    flex: 1;
    width: 100%;
    min-height: 140px; /* ensures consistent height even if last row has fewer logos */
}
.rdptopbox img {
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}
.rdptopbox {
    border-radius:10px;
}
.ndp-box.ndp-box2 {
    padding: 30px;
}
.ndp-box-title img {
    max-height: 32px;
}


/* DEMONSTRATION PILOTS */
.clickpoint img {
    cursor: pointer;
    width: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.clickpoint {
    position: absolute;
}
.mapmarker-modal .modal-content {
    padding: 35px 40px;
    border-radius: 12px;
}
.mapmarker-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #000;
    opacity: 1;
    font-weight: bold;
}
.flag-image img {
    width: 80px;
}
.map-info-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}
.map-info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.map-info-box > div {
    flex-basis: 50%;
    text-align: left;
}
.map-info .js-link-out-icon {
    font-size: 11px;
    transition: color 0.2s ease;
    position: relative;
    top: -2px;
}
.map-info a:hover,
.map-info a:hover .js-link-out-icon {
    color: var(--secondary);
}
.container.container-map {
    width: 980px;
    max-width: 95%;
}
.mtcc-color {
    height: 20px;
    width: 20px;
}
.mtcc-wrap > div {
    line-height: 1.2;
}
.mapmarker-modal .modal-dialog {
    max-width: 600px !important;
    transform: translateY(-50%) !important;
    top: 50%;
}
.clickpoint:hover img {
    margin-top: -5px;
    opacity: 0.7;
}
.ndpbox img {
    width: 35px;
    margin-bottom: 15px;
}
.ndpbox {
    border: 1px solid #DEE2E6;
    border-radius: 10px;
    height: 100%;
    padding: 23px;
}

.pp-nav .nav-link.active {
    font-weight: 600;
    border-bottom-color:#0a0a0a;
}
.pp-nav .nav-link {
    padding-bottom: 12px;
    position:relative;
    border-bottom:2px solid transparent;
    transition: 0.3s all ease;
    padding-right:0;
}
.pp-nav .nav-link {
    padding-bottom: 12px;
}
.pp-nav .nav-link:hover {
    color: var(--secondary) !important;
}
.glightbox-container .gslide-image img {
    border-radius: 0;
}
.news-content .news-inline-gallery,
.news-content .news-inline-media {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.news-content .news-inline-video {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.news-content p:empty {
    display: none;
}
.news-content .foogallery,
.news-content .news-inline-gallery {
    clear: both;
}
.news-content .news-inline-gallery > a,
.news-content .news-inline-media > a {
    display: block;
}
.news-content .news-inline-media {
    overflow: hidden;
}
.news-content .news-inline-gallery img,
.news-content .news-inline-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: none;
}
.news-content .news-inline-video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.news-content .news-inline-video .wp-video,
.news-content .news-inline-video .mejs-container,
.news-content .news-inline-video .mejs-mediaelement {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
}
.news-content .news-inline-video .wp-video-shortcode,
.news-content .news-inline-video video.wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
}
.news-content img,
.news-content .foogallery .fg-image,
.news-content .foogallery .fg-image-wrap,
.news-content .foogallery .fg-thumb,
.news-content .foogallery .fg-item-inner {
    border-radius: 10px !important;
}
.news-content .news-inline-media img.alignleft {
    width: auto;
    max-width: 320px;
}
body.postid-721 .news-content .news-inline-media {
    overflow: visible;
}
body.postid-721 .news-content .news-inline-media img.alignleft {
    float: left;
    width: auto;
    max-width: 320px;
    height: auto;
    aspect-ratio: auto;
    margin: 5px 20px 20px 0;
}
body.postid-727 .news-content .news-inline-media {
    overflow: visible;
}
body.postid-727 .news-content .news-inline-media img.alignleft {
    float: left;
    width: auto;
    max-width: 360px;
    height: auto;
    aspect-ratio: auto;
    margin: 5px 20px 20px 0;
}
body.postid-727 .news-content .news-inline-media:first-of-type img {
    float: left;
    width: auto;
    max-width: 360px;
    height: auto;
    aspect-ratio: auto;
    margin: 5px 20px 20px 0;
}
body.postid-737 .news-content .news-inline-media {
    overflow: visible;
}
body.postid-737 .news-content p.alignleft,
body.postid-737 .news-content .news-inline-media:first-of-type {
    float: left;
    width: auto;
    max-width: 360px;
    margin: 5px 20px 20px 0;
}
body.postid-737 .news-content p.alignleft img,
body.postid-737 .news-content .news-inline-media img.alignleft,
body.postid-737 .news-content .news-inline-media:first-of-type img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
}
body.postid-739 .news-content .news-inline-media {
    overflow: visible;
}
body.postid-739 .news-content p.alignleft,
body.postid-739 .news-content .news-inline-media.alignleft {
    float: left;
    width: auto;
    max-width: 360px;
    margin: 5px 20px 20px 0;
}
body.postid-739 .news-content p.alignleft img,
body.postid-739 .news-content .news-inline-media.alignleft img {
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
}
body.postid-739 .news-content p.alignright,
body.postid-739 .news-content .news-inline-media.alignright {
    float: right;
    width: auto;
    max-width: 360px;
    margin: 5px 0 20px 20px;
}
body.postid-739 .news-content p.alignright img,
body.postid-739 .news-content .news-inline-media.alignright img {
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
}
body.postid-739 .news-content .news-inline-media.alignright + p + p,
body.postid-739 .news-content .news-inline-media:nth-of-type(3),
body.postid-739 .news-content .foogallery {
    clear: both;
}
body.postid-749 .news-content .news-inline-media {
    overflow: visible;
}
body.postid-749 .news-content .news-inline-media-hempel-logo {
    float: right;
    width: auto;
    max-width: 400px;
    margin: 5px 0 20px 20px;
}
body.postid-749 .news-content .news-inline-media-hempel-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
}
body.postid-749 .news-content .news-inline-media-hempel-logo + p {
    overflow: hidden;
}
.news-company-list {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}
.news-company-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    background-color: #f1f1f1;
}
.news-company-card__content {
    flex: 1 1 0;
    min-width: 0;
}
.news-company-card__content > p:first-child {
    margin-top: 0;
}
.news-company-card__content > p:last-child {
    margin-bottom: 0;
}
.news-company-card__media {
    flex: 0 0 min(32%, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-company-card__media .news-inline-media {
    width: 100%;
    margin: 0;
    overflow: visible;
}
.news-company-card__media .news-inline-media > a {
    display: flex;
    justify-content: center;
}
.news-company-card__media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    margin: 0 auto;
}
.news-content .news-profile-quote {
    display: grid;
    grid-template-columns: minmax(220px, 350px) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    margin: 2rem 0;
}
.news-content .news-profile-quote.is-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 350px);
}
.news-content .news-profile-quote__image img {
    display: block;
    width: 100%;
    height: auto;
}
.news-content .news-profile-quote__text {
    background: rgba(255, 255, 255, 0.35);
    padding: 1.5rem;
}
.news-content .news-profile-quote__text p:last-child {
    margin-bottom: 0;
}
.news-content .news-profile-quote.is-reverse .news-profile-quote__image {
    order: 2;
}
.news-content .news-profile-quote.is-reverse .news-profile-quote__text {
    order: 1;
}
@media (max-width: 767px) {
    .news-content .news-profile-quote,
    .news-content .news-profile-quote.is-reverse {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .news-content .news-profile-quote.is-reverse .news-profile-quote__image,
    .news-content .news-profile-quote.is-reverse .news-profile-quote__text {
        order: initial;
    }
}
body.postid-725 .news-content .news-profile-quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 360px));
    gap: 2rem;
    align-items: start;
    justify-content: center;
    margin: 2rem 0;
}
body.postid-725 .news-content .news-profile-quote,
body.postid-725 .news-content .news-profile-quote.is-reverse {
    display: grid;
    width: 100%;
    max-width: 360px;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.45);
}
body.postid-725 .news-content .news-profile-quote__image,
body.postid-725 .news-content .news-profile-quote.is-reverse .news-profile-quote__image,
body.postid-725 .news-content .news-profile-quote.is-reverse .news-profile-quote__text {
    order: initial;
}
body.postid-725 .news-content .news-profile-quote__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
body.postid-725 .news-content .news-profile-quote__text {
    padding: 2.5rem !important;
    background: #1A3E79;
    color: #fff;
}
body.postid-725 .news-content .news-profile-quote__text p,
body.postid-725 .news-content .news-profile-quote__text strong,
body.postid-725 .news-content .news-profile-quote__text em {
    color: #fff;
}
body.postid-731 .news-content .news-overlap-quote {
    position: relative;
    margin: 2.5rem 0 1.75rem;
    padding-left: 150px;
}
body.postid-731 .news-content .news-overlap-quote .news-inline-media {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 210px;
    margin: 0;
    transform: translateY(-50%);
    overflow: visible;
}
body.postid-731 .news-content .news-overlap-quote .news-inline-media img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
}
body.postid-731 .news-content .news-overlap-quote > p:last-child {
    margin: 0;
    padding: 2.5rem 2.5rem 2.5rem 10rem;
    background: #dfe5ef;
    border-radius: 10px;
}
body.postid-731 .news-content .news-gladys-card {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin: 1rem 0 1.75rem;
}
body.postid-731 .news-content .news-gladys-card .news-gladys-image {
    width: 100%;
    margin: 0;
    padding: 1.25rem 0 1.25rem 1.25rem;
    background: #dfe5ef;
    border-radius: 10px 0 0 10px;
}
body.postid-731 .news-content .news-gladys-card .news-gladys-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
}
body.postid-731 .news-content .news-gladys-card > p:last-child {
    min-height: 236px;
    margin: 0;
    padding: 1.75rem;
    background: #dfe5ef;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
}
@media (max-width: 991px) {
    body.postid-731 .news-content .news-gladys-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }
    body.postid-731 .news-content .news-gladys-card > p:last-child {
        min-height: 210px;
    }
}
body.postid-731 .news-content .news-inline-media:has(img[src*="c14511ed256647daa340dd7d840812d1"]) {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
body.postid-731 .news-content .news-inline-media:has(img[src*="c14511ed256647daa340dd7d840812d1"]) img {
    aspect-ratio: auto;
    object-fit: contain;
}
body.postid-731 .news-content .news-gladys-image {
    float: left;
    width: 190px;
    margin: 0 1.5rem 1.5rem 0;
    overflow: visible;
}
body.postid-731 .news-content .news-gladys-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    margin-top: 10px;
    margin-left: 10px;
}
body.postid-731 .news-content .news-gladys-image + p {
    min-height: 236px;
    margin: 0 0 1.5rem;
    padding: 1.75rem;
    background: #dfe5ef;
    border-radius: 10px;
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
}
body.postid-731 .news-content .news-gladys-image + p + p {
    clear: both;
}
.news-content blockquote {
    margin: 2rem 0;
    padding: 30px;
    background-color: #f1f1f1;
    border-left: 3px solid var(--secondary);
    border-radius: 0 10px 10px 0;
}
 .news-content blockquote p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.65;
}
@media (max-width: 767px) {
    .news-company-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .news-company-card__media {
        flex-basis: auto;
        width: min(320px, 100%);
        margin: 0 auto;
    }
    body.postid-735 .news-content blockquote {
        padding: 18px 18px 18px 22px;
    }
    body.postid-735 .news-content blockquote p {
        font-size: 1rem;
    }
    body.postid-731 .news-content .news-gladys-image {
        float: none;
        width: min(220px, 100%);
        margin: 0 auto 1rem;
    }
    body.postid-731 .news-content .news-gladys-image + p {
        min-height: 0;
    }
}
@media (max-width: 767px) {
    body.postid-731 .news-content .news-overlap-quote {
        padding-left: 0;
        padding-top: 0;
    }
    body.postid-731 .news-content .news-overlap-quote .news-inline-media {
        position: relative;
        top: auto;
        left: auto;
        width: min(220px, 100%);
        margin: 0 auto -2rem;
        transform: none;
    }
    body.postid-731 .news-content .news-overlap-quote > p:last-child {
        padding: 11rem 1.5rem 1.5rem;
    }
    body.postid-731 .news-content .news-gladys-card {
        grid-template-columns: 1fr;
        gap: 0;
    }
    body.postid-731 .news-content .news-gladys-card .news-gladys-image {
        width: min(220px, 100%);
        margin: 0 auto;
        padding: 1.25rem 1.25rem 0;
        border-radius: 10px 10px 0 0;
    }
    body.postid-731 .news-content .news-gladys-card > p:last-child {
        min-height: 0;
        padding: 1.5rem;
        border-radius: 0 0 10px 10px;
    }
    body.postid-731 .news-content .news-inline-media:has(img[src*="c14511ed256647daa340dd7d840812d1"]) {
        max-width: 280px;
    }
    body.postid-725 .news-content .news-profile-quote-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        justify-items: center;
    }
    body.postid-725 .news-content .news-profile-quote,
    body.postid-725 .news-content .news-profile-quote.is-reverse {
        margin: 1.5rem 0;
        max-width: 360px;
    }
}
.news-content iframe[src*="youtube.com"],
.news-content iframe[src*="youtube-nocookie.com"],
.news-content iframe[src*="youtu.be"] {
    display: block;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 25px auto;
}
.gap-gallery > a > img:hover {
    opacity: 0.8;
}

.expandableItem {
    max-width: 100%;
    cursor: pointer;
    width: 600px;
    border-radius: 12px;
    border: 0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.13);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.expandableItem {
    text-align: left;
    padding: 10px 15px;
}
.expandableItem .content {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.expandableItem.active .title::after {
    transform: scaleY(-1);
}
.expandableItem img {
    width: 45px;
    height: 45px;
}

.expandableItem .title::after {
    content: "\f107";
    display: block;
    position: absolute;
    right: 3px;
    top: 10px;
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    transform: scaleY(1);
}

/* SEARCH */
div#desktopSearchIcon {
    cursor: pointer;
}
.spinner {
    position: absolute;
    top: 50%;
    right: 115px;       /* leave room for text button */
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 3px solid rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: none;
  }
  
  .search-result p {
    margin-bottom:0;
    padding:20px 0;
  }
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
.grey-bg {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
#searchResults {
    z-index: 99;
    display: none;
}
#header-search:hover {
    color:var(--primary);
  }
.header-search i:hover {
    color: var(--secondary) !important;
}
#header-search {
    cursor: pointer;
}
.grey-bg input {
    background-color: transparent;
    padding: 10px 0;
    border: 0;
    width: 100%;
    font-weight: 600;
}
.search-results-wrap {
    background-color:#fff;
}
.search-list {
    list-style: none;
    padding-left:0;
}
.search-item a {
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 12px;
    line-height: 1.4;
    transition: background-color 0.5s ease;
}
.search-item p {
    line-height: 1.55;;
}
.search-item a:hover {
    background-color: #fafafa;
}
.search-page-title {
    font-size:25px;
}
.search-template-results article {
    border-bottom: 1px solid #E9E9E9;
    padding: 25px 0 25px;
}
.nav-links {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 20px auto 20px;
}
.nav-links > * {
    width: 32px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    transition: all 0.5s linear;
}
.search-template-results article:last-child {
    border-bottom: 0 !important;
}
.nav-links > .next, .nav-links > .prev {
    font-size: 12px;
    position: relative;
}
.nav-links > .current, .nav-links > *:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}
/* the new Search button */
#desktop-search-btn.search-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    padding: 10px 20px 11px;
    background-color: #0a0a0a;
    color: #fff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    transition: all 0.5s linear;
}
  #desktop-search-btn.search-btn:hover {
    background-color: var(--secondary-alt);
  }
  #desktop-search-btn.search-btn:focus {
    outline: none;
  }
  .search-results .search-results-wrap {
    display: none;
}
.search-results .spinner {
    display: none !important;
}
.search-results-wrap a {
    color: #444444;
}
.search-results-wrap a:hover {
    color: var(--primary);
}
.search-template-item a:hover {
    color:var(--primary);
}
.search-template-item a {
    color:#444;
}

.header-mobile-black #mobileSearchIcon i:hover {
    color:var(--secondary);
}
.header-mobile-black #mobileSearchIcon i {
    color: #fff;
    font-size: 16px;
}


/* HEADER MOBVILE */
#mobileSearchIcon {
    font-size: 14px;
}
.header-mobile-white #burgerNav .innerBurger span {
    background-color:#333;
}
.header-mobile-white {
    background-color:#fff;
}
.header-mobile-white {
    background-color: #fff;
    z-index: 55 !important;
}
header.header-mobile-white .nav>ul li a {
    color: #333;
}
.header-mobile-white .logo-img2:before {
    background-color:#ddd;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* AWARENESS VIDEOS */
.awareness-videos-page {
    background: #fff;
}
.awareness-videos-page .container {
    max-width: 1180px;
}
.awareness-videos__header {
    margin-bottom: 2.8rem;
}
.awareness-videos__heading {
    color: #2d2d2d;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-bottom: 0;
}
.awareness-videos__empty {
    border: 1px dashed #d5d9de;
    border-radius: 12px;
    background: #fff;
    color: #69717a;
    padding: 2rem 2.4rem;
}
.awareness-videos__grid {
    row-gap: 1.2rem;
}
.awareness-video-card {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    overflow: hidden;
    padding: 0.9rem 0.9rem 1.2rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.awareness-video-card:hover {
    border-color: #cfd3d8;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}
.awareness-video-card__media {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
}
.awareness-video-card__thumb {
    aspect-ratio: 16 / 9;
    background: #08111f;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
}
.awareness-video-card__thumb::after {
    background: linear-gradient(180deg, rgba(8, 17, 31, 0) 0%, rgba(8, 17, 31, 0.28) 100%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.awareness-video-card__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}
.awareness-video-card__media:hover .awareness-video-card__thumb img,
.awareness-video-card__media:focus .awareness-video-card__thumb img {
    transform: scale(1.04);
}
.awareness-video-card__play {
    align-items: center;
    background: #ff0033;
    border-radius: 10px;
    box-shadow: 0 10px 18px rgba(255, 0, 51, 0.2);
    color: #fff;
    display: inline-flex;
    font-size: 1.8rem;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    z-index: 1;
}
.awareness-video-card__play i {
    margin-left: 4px;
}
.awareness-video-card__content {
    padding: 1.4rem 0.2rem 0.1rem;
}
.awareness-video-card__title {
    color: #111;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.35;
    padding-bottom: 0.7rem;
}
.awareness-video-card__description {
    color: #4f545a;
    font-size: 1.32rem;
    line-height: 1.65;
}
.awareness-video-card__description p {
    margin-bottom: 0.7rem;
}
.awareness-video-card__description p:last-child {
    margin-bottom: 0;
}
.awareness-video-modal .modal-dialog {
    max-width: min(1100px, calc(100% - 2rem));
}
.awareness-video-modal .modal-content {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    position: relative;
}
.awareness-video-modal__close {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.8rem;
    height: 44px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -52px;
    transition: background-color 0.2s ease;
    width: 44px;
    z-index: 2;
}
.awareness-video-modal__close:hover {
    background: rgba(255, 255, 255, 0.22);
}
.awareness-video-modal__ratio {
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.awareness-video-modal__ratio iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

@media (max-width: 767px) {
    .awareness-video-modal__close {
        right: 4px;
        top: -48px;
    }
}

@media (max-width: 991px) {
    .awareness-videos-page .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .awareness-videos__header {
        margin-bottom: 2.2rem;
    }
    .awareness-videos__heading {
        font-size: 2.4rem;
    }
    .awareness-video-card {
        padding: 0.8rem 0.8rem 1.1rem;
    }
}

/* Project Partners */
.project-partners-page {
    background: #fff;
}

.project-partners-hero {
    background: #091a2d;
    border-radius: 0 0 104px 0;
    isolation: isolate;
}

.project-partners-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 14, 39, 0.92) 0%, rgba(4, 80, 66, 0.72) 100%);
    z-index: 1;
}

.project-partners-hero__background {
    object-fit: cover;
    object-position: center;
    opacity: 0.78;
}

.project-partners-hero .container {
    padding-top: 5.2rem;
    padding-bottom: 5.4rem;
}

.project-partners-hero__title {
    margin-top: 1.2rem;
    padding-bottom: 0;
    line-height: 1.1;
}

.project-partners-intro {
    padding: 6rem 0 4.8rem;
    background: #fff;
}

.project-partners-intro__content {
    width: 995px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.project-partners-intro__content p {
    margin-bottom: 0;
    line-height: 1.9;
}

.project-partners-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem;
    margin-top: 3.2rem;
}

.project-partners-card {
    height: 100%;
    padding: 1.6rem 1.8rem;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.1);
}

.project-partners-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    min-height: 6rem;
}

.project-partners-card__logo {
    display: flex;
    align-items: center;
    min-height: 4rem;
    color: inherit;
    text-decoration: none;
}

.project-partners-card__logo img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 7rem;
}

.btn.project-partners-card__button {
    flex-shrink: 0;
    padding: 0.95rem 1.6rem;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #0a0a0a;
    font-size: 1.3rem;
}

.btn.project-partners-card__button:hover,
.btn.project-partners-card__button:focus {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    opacity: 1;
}

.btn.project-partners-card__button::after {
    content: "\203A";
    margin-left: 0.45rem;
}

.project-partners__section-header {
    max-width: 90rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.project-partners__section-heading {
    padding-bottom: 0;
    font-size: 2.8rem;
    margin-top: 2rem;
}

.project-partners__section-intro {
    margin-top: 0;
    line-height: 1.8;
}

.project-partners-mtcc {
    padding: 0 0 5.2rem;
    background: #fff;
}

.project-partners-mtcc__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 2.2rem;
}

.project-partners-mtcc__item {
    text-align: center;
}

.project-partners-mtcc__logo {
    width: 15rem;
    margin: 0 auto 1.8rem;
}

.project-partners-mtcc__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.project-partners-mtcc__title {
    padding-bottom: 0;
}

.project-partners-mtcc__description {
    margin-top: 1.2rem;
}

.project-partners-mtcc__description p {
    margin-bottom: 0;
    line-height: 1.8;
}

.project-partners-leads {
    padding: 4.8rem 0;
    background: #fafafa;
}

.project-partners-leads__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(17rem, 22rem));
    justify-content: center;
    gap: 2.2rem;
}

.project-partners-strategic {
    padding: 4.8rem 0 5.6rem;
    background: #fff;
}

.project-partners-group + .project-partners-group {
    margin-top: 3.4rem;
}

.project-partners-group__title {
    padding-bottom: 0;
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
}

.project-partners-group__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}

.project-partners-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
}

.project-partners-logo-card img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.project-partners-logo-card--lead {
    padding: 0;
}

.project-partners-logo-card--lead img {
    height: auto;
}

@media (max-width: 1199px) {
    .project-partners-mtcc__grid {
        gap: 3rem;
    }

    .project-partners-group__grid {
        gap: 1.4rem;
    }
}

@media (max-width: 991px) {
    .project-partners-card {
        padding: 1.4rem 1.5rem;
    }

    .project-partners-mtcc__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-partners-group__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .project-partners-hero {
        border-radius: 0 0 78px 0;
    }

    .project-partners-hero .container {
        padding-top: 4.4rem;
        padding-bottom: 4.6rem;
    }

    .project-partners-intro {
        padding-top: 2.8rem;
    }

    .project-partners-cards__grid {
        grid-template-columns: 1fr;
    }

    .project-partners-mtcc__grid,
    .project-partners-group__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .project-partners-hero {
        border-radius: 0 0 64px 0;
    }

    .project-partners-card {
        padding: 1.25rem 1.2rem;
    }

    .project-partners-leads__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(17rem, 22rem));
        justify-content: center;
        gap: 1.2rem;
    }

    .project-partners-mtcc__logo {
        width: 12.8rem;
    }
}

@media (max-width: 420px) {
    .project-partners-mtcc__grid {
        grid-template-columns: 1fr;
    }
}

/* GIA Members */
.gia-members-page {
    background: #f3f3f3;
}

.gia-members-hero {
    background: #0b1f3f;
    border-radius: 0 0 100px 0;
    isolation: isolate;
}

.gia-members-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(92deg, rgba(5, 19, 44, 0.9) 5%, rgba(189, 20, 11, 0.8) 100%);
}

.gia-members-hero__background {
    object-fit: cover;
    object-position: center;
    opacity: 0.55;
}

.gia-members-hero .container {
    padding-top: 5.2rem;
    padding-bottom: 5.3rem;
}

.gia-members-hero__title {
    margin-top: 1.2rem;
    margin-bottom: 0;
    line-height: 1.1;
}

.gia-members-content {
    padding: 5.2rem 0 6.8rem;
    background-color: #fff;
}

.gia-members-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem;
    align-items: start;
}

.gia-members-logos__heading {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
}

.gia-members-logos {
    position: static;
}

@media (min-width: 1200px) {
    .gia-members-logos {
        position: sticky;
        top: 20px;
    }
}

.gia-members-logos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;
}

.gia-members-logo-item {
    text-align: center;
    transition: 0.3s all ease;
}

.gia-members-logo-item:hover {
    opacity: 0.65;
}

.gia-members-logo-item__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.2rem;
}

.gia-members-logo-item img {
    width: auto;
    max-width: 80%;
    max-height: 8.2rem;
    height: auto;
}

.gia-members-logo-item__image-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gia-members-logo-item__link-wrap {
    display: block;
    color: inherit;
    text-decoration: none;
}

.gia-members-logo-item__text {
    margin-top: 1.2rem;
}

.gia-members-logo-item__text-link {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    display: block;
}

.gia-members-logo-item__text-link:hover,
.gia-members-logo-item__text-link:focus {
    text-decoration: none;
}

.gia-members-form-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    padding: 3.4rem 2.9rem;
}

.gia-members-form-card__title {
    margin-bottom: 1.2rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.gia-members-form-card__desc {
    margin-bottom: 2.6rem;
    color: #555;
}

.gia-members-form-card__notice {
    margin-bottom: 0;
    padding: 1.2rem 1.4rem;
    border-radius: 8px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
}

.gia-members-form-card .gform_wrapper {
    margin: 0;
}

.gia-members-form-card .gform_required_legend {
    display: none;
}

.gia-members-form-card .gform_confirmation_wrapper,
.gia-members-form-card .gform_confirmation_message {
    text-align: center;
}

.gia-members-form-card .gform_confirmation_message h3 {
    margin-bottom: 0.8rem;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gform_fields {
    gap: 1.5rem;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0.7rem;
    color: #111;
    font-size: 1.4rem;
    font-weight: 600;
}

.gia-members-form-card .gfield.gia-form-intro-field {
    text-align: center;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gsection {
    border-bottom: 0;
    padding: 0;
}

.gia-members-form-card .gsection_title {
    padding-bottom: 0;
    margin-top: 10px;
}

.gia-members-form-card .gia-form-intro h3 {
    margin: 0;
    font-weight: 700;
    line-height: 1.05;
    color: #2e2e2e;
}

.gia-members-form-card .gia-form-intro p {
    margin: 0;
    color: #585858;
    line-height: 1.45;
}

.gia-members-form-card .gform_wrapper.gravity-theme input[type=text],
.gia-members-form-card .gform_wrapper.gravity-theme input[type=email],
.gia-members-form-card .gform_wrapper.gravity-theme input[type=tel],
.gia-members-form-card .gform_wrapper.gravity-theme input[type=url],
.gia-members-form-card .gform_wrapper.gravity-theme input[type=number],
.gia-members-form-card .gform_wrapper.gravity-theme textarea,
.gia-members-form-card .gform_wrapper.gravity-theme select {
    border: 1px solid #dadada;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 1.4rem;
    min-height: 4.8rem;
    padding: 1rem 1.6rem;
}

.gia-members-form-card .gform_wrapper.gravity-theme textarea {
    min-height: 13rem;
    border-radius: 10px;
    resize: vertical;
    padding: 10px !important;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 1.4rem;
    color: #666;
    font-weight: 600;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gfield_checkbox input {
    margin-top: 0.15rem;
}

.gia-members-form-card #field_1_15 .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.4rem 2.4rem;
}

.gia-members-form-card #field_1_15 .gfield_checkbox .gchoice {
    margin: 0;
}

.gia-members-form-card #field_1_15 .gfield_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    margin: 0;
    border: 2px solid #111;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transform: translateY(0.1rem);
    margin-right: 4px;
}

.gia-members-form-card #field_1_15 .gfield_checkbox input[type=checkbox]:checked {
    background: #2fd67d;
    border-color: #2fd67d;
}

.gia-members-form-card #field_1_15 .gfield_checkbox input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 0.65rem;
    top: 0.25rem;
    width: 0.55rem;
    height: 1.1rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (min-width: 576px) {
    .gia-members-form-card #field_1_15 .gfield_checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gia-members-form-card #field_1_18 .gfield_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
}

.gia-members-form-card #field_1_18 legend.gfield_label {
    display: none;
}

.gia-members-form-card #field_1_18 .gfield_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    margin: 0.5rem 0 0;
    border: 2px solid #111;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.gia-members-form-card #field_1_18 .gfield_checkbox input[type=checkbox]:checked {
    background: #2fd67d;
    border-color: #2fd67d;
}

.gia-members-form-card #field_1_18 .gfield_checkbox input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: -0.02rem;
    width: 0.65rem;
    height: 1.2rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer,
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 2.2rem;
    padding-bottom: 0;
    justify-content: center;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer input[type=submit],
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer input[type=submit],
.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer button[type=submit] {
    border: 0;
    border-radius: 999px;
    padding: 1.1rem 3.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #111;
    background: #e8e8e8;
    border: 0 !important;
    transition: background-color 0.2s ease;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover,
.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover,
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer button[type=submit]:hover {
    background: var(--primary);
    color: #fff;
}

.gia-members-form-card .gform_wrapper.gravity-theme .gform_footer button[type=submit] i,
.gia-members-form-card .gform_wrapper.gravity-theme .gform_page_footer button[type=submit] i {
    margin-left: 0.2rem;
    font-size: 1.2rem;
    top: -1px;
    position: relative;
}

@media (max-width: 1199px) {
    .gia-members-layout {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gia-members-logos__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.gia-members-content {
		padding: 5.2rem 0 6.8rem;
		background-color: #fff;
		margin-bottom: 1000px;
	}
    .gia-members-form-card .gform_wrapper.gravity-theme .gform_fields {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.gia-members-form-card {
		width: 600px;
		margin: 0 auto;
	}
    .gia-members-form-card .gform_wrapper.gravity-theme .gform_fields .gfield {
        grid-column: auto / span 1;
    }

    .gia-members-form-card .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
        grid-column: auto / span 1;
    }

    .gia-members-form-card .gform_wrapper.gravity-theme .gfield--type-section,
    .gia-members-form-card .gform_wrapper.gravity-theme .gfield--type-textarea,
    .gia-members-form-card .gform_wrapper.gravity-theme .gfield--type-checkbox {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .gia-members-hero {
        border-radius: 0 0 70px 0;
    }

    .gia-members-hero .container {
        padding-top: 4.1rem;
        padding-bottom: 4.2rem;
    }

    .gia-members-content {
        padding-top: 3.4rem;
    }

    .gia-members-logos__heading,
    .gia-members-form-card__title {
        font-size: 2.5rem;
    }

    .gia-members-logos__grid {
        gap: 1.6rem;
    }

    .gia-members-form-card {
        padding: 2.4rem 1.8rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .gia-members-logos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .gia-members-logos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Training Page */
.training-intro {
    padding: 60px 0 20px;
}
.training-intro__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.training-intro__card {
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 30px;
}
.training-intro__heading {
    font-weight: 700;
}
.training-intro__content p {
    margin: 0 0 18px 0;
}
.training-intro__content p:last-child {
    margin-bottom: 0;
}
.training-intro__content a {
    color: #39b56a;
    font-weight: 700;
    text-decoration: none;
}
.training-intro__content a:hover {
    text-decoration: underline;
}

.training-course-card {
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 28px;
}

.training-course-card:last-child {
    margin-bottom: 0;
}

.training-course-card__grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.5fr);
    gap: 32px;
    align-items: start;
}

.training-course-card__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
}

.training-course-card__image-wrap {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #ececea;
    border: 1px solid #e3e3e3;
    aspect-ratio: 388 / 190;
}

.training-course-card__image-wrap img,
.training-course-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-course-card__title {
    margin: 0;
    font-size: 2.2rem;
}

.training-course-card__button {
    margin-top: 0;
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    background: #efefed;
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 16px;
    font-weight: 700;
    transition: 0.3s all ease;
}

.training-course-card__button:hover,
.training-course-card__button:focus-visible {
    background: var(--primary);
    color: #fff;
}

.training-course-card__button-arrow {
    line-height: 1;
}

.training-course-card__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.training-course-card__meta {
    border: 1px solid #dddddd;
    border-radius: 12px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
}

.training-course-card__meta-item {
    padding: 14px 25px;
    display: flex;
    flex-direction: column;
}

.training-course-card__meta-item:not(:last-child) {
    border-right: 0;
}

.training-course-card__meta-label,
.training-course-card__meta-value,
.training-course-card__label,
.training-course-card__text {
    margin: 0;
}

.training-course-card__meta-item:nth-child(3) .training-course-card__meta-value {
    white-space: nowrap;
}

.training-course-card__meta-label,
.training-course-card__label {
    font-weight: 700;
}

.training-course-card__label {
    font-weight: 700;
    padding-bottom: 2px;
    font-size: 14px;
}

.training-course-card__section {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .training-course-card {
        border: 1px solid #dddddd;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    .training-intro {
        padding: 40px 0 20px;
    }
    .training-intro__grid {
        grid-template-columns: 1fr;
    }
    .training-intro__card {
        padding: 30px;
    }

    .training-course-card {
        padding: 20px;
    }

    .training-course-card__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .training-course-card__left {
        display: contents;
    }

    .training-course-card__image-wrap {
        order: 1;
    }

    .training-course-card__title {
        order: 2;
    }

    .training-course-card__right {
        order: 3;
    }

    .training-course-card__button {
        order: 4;
        margin-top: 4px;
    }

    .training-course-card__meta {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
    }

    .training-course-card__meta-item:not(:last-child) {
        border-right: 0;
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .training-intro {
        padding: 40px 0 0px;
    }

    .training-intro__card {
        padding: 20px 17px;
    }

    .training-course-card {
        padding: 15px 12px;
    }

    .training-course-card__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px 0;
    }

    .training-course-card__meta-item {
        padding: 5px 15px;
        display: flex;
        flex-direction: column;
    }

    .training-course-card__meta-item:nth-child(3) {
        grid-column: 1 / -1;
    }

    .training-course-card__meta-item:not(:last-child) {
        border-bottom: 0;
    }
}
