/* custom css starts here */

/* Please make a note for all members: if you are adding CSS, please add a comment explaining what it is for. */

/* banner starts here*/

.f-banner-2026 .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: center;
}
 .f-banner-2026 .fGalleryText::after {
 content: "";
 position: absolute;
 inset: 0;
 background-color: var(--brand-color-theme-1);
 opacity: .95;
}
.f-banner-2026 .fGalleryText>.container {
	position: relative;
	z-index: 9;
}
.f-banner-2026 .fGalleryImage img {
	max-height: 600px;
	object-fit: cover;
}
.f-banner-2026 .fGalleryText .row {
	align-items: center;
}
.f-banner-2026 .fGalleryText .item h3 {
	font-size: 3.7vw;
	color: white;
	margin: 1.5vw 0;
}
.f-banner-2026 .fGalleryText .item h3 span {
	color: var(--brand-color-warning);
	font-style: italic;
}
.f-banner-2026 .fGalleryText .item p {
	font-size: 1.5vw;
	color: white;
	width: 80%;
	max-width: 100%;
	margin: 1.5vw 0;
}
.f-banner-2026 .fGalleryText .item p.banner-btn {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 12px;
}
.f-banner-2026 .fGalleryText .item p.banner-btn a.fButton:hover {
	background-color: var(--brand-color-warning);
	color: #000;
}
.f-banner-2026 .fGalleryText .banner-image-circle {
	padding: 1vw;
	border-radius: 5000px;
	position: relative;
	margin-right: 5%;
}
 .f-banner-2026 .fGalleryText .banner-image-circle::after {
 content: "";
 position: absolute;
 inset: 0;
 border: .2vw dashed var(--brand-color-theme-2);
 border-radius: 5000px;
}
.f-banner-2026 .fGalleryText .banner-image-circle img {
	border-radius: 5000px;
	aspect-ratio: 1/1;
	position: relative;
	z-index: 9;
	object-fit: cover;
}
.f-banner-2026 .fGalleryText .banner-image-circle .year-circle {
	position: absolute;
	width: 10vw;
	height: 10vw;
	border-radius: 5000px;
	text-align: center;
	align-content: center;
	top: 40%;
	left: -13%;
	font-size: 1.4vw;
	font-weight: 600;
	color: white;
	line-height: 1.3vw;
	background-color: var(--brand-color-theme-2);
	z-index: 9;
}
 .f-banner-2026 .fGalleryText .banner-image-circle::before {
 content: "";
 position: absolute;
 width: 12vw;
 height: 12vw;
 right: -10%;
 top: 15%;
 border-radius: 5000px;
 background-color: rgba(255, 255, 255, 0.668);
 z-index: 91;
}
 .f-banner-2026 .fGalleryText .banner-image-circle .year-circle::before {
 content: '';
 inset: 0;
 position: absolute;
 background-color: var(--brand-color-theme-2);
 border-radius: 5000px;
 z-index: 1;
}
 .f-banner-2026 .fGalleryText .banner-image-circle .year-circle::after {
 content: "";
 position: absolute;
 width: 7vw;
 height: 7vw;
 right: -25%;
 bottom: -45%;
 border-radius: 5000px;
 background-color: rgba(255, 255, 255, 0.668);
}
.f-banner-2026 .fGalleryText .banner-image-circle .year-circle div {
	position: relative;
	z-index: 9;
}
.f-banner-2026 .fGalleryText .banner-image-circle .year-circle span {
	font-size: 1vw;
	color: white;
	font-weight: normal;
	display: inline-block;
 margin-top: .5vw;
	position: relative;
	z-index: 9;
}
/* banner ends here */

/* who we are starts here */

.f-who-we-are {
	background-size: 300px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("https://storage.unitedwebnetwork.com/files/473/bg-element_414370.png");
}
 .f-who-we-are::after {
 content: "";
 position: absolute;
 inset: 0;
 background-size: 200px;
 background-position: center bottom;
 overflow: hidden;
 background-repeat: no-repeat;
 background-image: url("https://storage.unitedwebnetwork.com/files/473/bg-element_414370.png");
}
.f-who-we-are>.container {
	position: relative;
	z-index: 9;
}
.f-who-we-are .f-media-text {
	padding: 12px;
}
.f-who-we-are .f-media-text>p {
	width: 650px;
	max-width: 100%;
	margin: 2rem 0;
}
.f-who-we-are .f-media-image img {
	height: 100%;
	object-fit: cover;
	max-height: 600px;
}
.f-who-we-are-points .fGalleryImage img {
	width: 50px;
}
.f-who-we-are-points .fGalleryItem {
	padding: 12px !important;
 &:last-child .fGalleryText {
 border-right: 0;
}
}
.f-who-we-are-points .ItemfinnerGallery {
	height: 100%;
}
.f-who-we-are-points .fGalleryText {
	border-right: 2px dashed var(--brand-color-theme-1);
	min-height: 150px;
	padding-right: 24px;
}
.f-who-we-are-points .fGalleryText h3 {
	font-size: 1.1rem;
	margin: 10px 0;
	color: var(--brand-color-theme-1);
}
.f-who-we-are-points .fGalleryText p {
 font-size: .9rem;
	margin: 0;
}
/* who we are ends here */

/* welcome message starts here */
.f-welcome-message .wrapInnerDiv {
	padding: 2rem 1rem 0 2rem;
	border-radius: 10px;
	position: relative;
}
 .f-welcome-message .wrapInnerDiv::after {
 content: "";
 position: absolute;
 right: 2rem;
 top: 2rem;
 width: 100px;
 height: 100px;
 background-image: url("https://storage.unitedwebnetwork.com/files/473/quote_414373.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
}
.f-welcome-message .f-media-text {
	align-content: center;
}
.f-welcome-message .f-media-image {
	align-content: end;
}
.f-welcome-message .f-media-text h3 {
	font-size: 1.1rem;
}
.f-welcome-message .f-media-text h4 {
	font-size: 2rem;
	font-style: italic;
	font-family: var(--brand-font-quote);
}
/* welcome message ends here */

/* What's happening next starts here */


.f-bg-blue-image {
	background-image: url("https://storage.unitedwebnetwork.com/files/473/image-bg_414375.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
 .f-bg-blue-image::after {
 content: "";
 position: absolute;
 inset: 0;
 background-color: var(--brand-color-theme-1);
 opacity: .95;
}
.f-bg-blue-image>div {
	position: relative;
	z-index: 9;
}
.f-events-new .f-list.row .f-list-item {
	padding: 12px;
}
.f-events-new .f-list-item-container {
	border: 2px solid white;
	border-radius: 10px;
	padding: 1rem;
	padding-top: 4rem;
	color: white;
	position: relative;
}
.f-events-new .f-list-item-container .f-list-item-title {
	color: var(--brand-color-warning);
	font-size: 1.1rem;
	font-weight: 500;
}
.f-events-new .f-list-item-container .f-list-item-subtitle {
	background-color: var(--brand-color-theme-2);
	border-radius: 4px;
	color: white;
	padding: 4px 10px;
	width: fit-content;
	position: absolute;
	right: 1rem;
 font-size: .8rem;
	top: 1rem;
}
.f-events-new #f-item-node-45248, .f-events-new #f-item-node-45386, .f-events-new #f-item-node-45249 .f-item-node-title, .f-events-new #f-item-node-45253 .f-item-node-title {
	display: none;
}
.f-events-new #f-item-node-45249 {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.849);
	padding: 4px 10px;
	width: fit-content;
	position: absolute;
	left: 1rem;
 font-size: .8rem;
	top: 1rem;
	color: var(--brand-color-theme-2);
	border-radius: 4px;
}
.f-events-new .f-list-item-button {
	display: grid;
	grid-template-columns: 1fr 30px;
	align-items: center;
	margin-top: 10px;
}
.f-events-new .f-list-item-button>a {
	display: inline-block;
	height: 30px;
	background-color: var(--brand-color-theme-2);
	color: white;
	border-radius: 500px;
	align-content: center;
	width: 30px;
	text-align: center;
 font-size: .8rem;
}
.f-events-new #f-item-node-45251>.f-item-node-title, .f-events-new #f-item-node-45252>.f-item-node-title {
 font-size: .9rem;
	margin-top: 1rem;
}
.f-events-new #f-item-node-45251>.f-item-node-value {
	font-weight: 500;
}
.f-events-new #f-item-node-45253 .f-item-node-value {
	position: relative;
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 7px;
}
.f-events-new #f-item-node-45253 .f-item-node-value:empty {
	display: none;
}
 .f-events-new #f-item-node-45253 .f-item-node-value::before {
 content: "\f3c5";
 font-family: "FontAwesome";
 color: var(--brand-color-warning);
}
 .f-events-new #f-item-node-45253 .f-item-node-value.webinar::before {
 content: "\f03d";
}
.f-events-new.f-page-events .f-list-item-container {
	border-color: #dedede;
 transition: all .4s;
}
.f-events-new.f-page-events .f-list-item-container:hover {
	background-color: #f0f0f0;
	transform: translateY(-10px);
}
.f-events-new.f-page-events .f-list-item-container #f-item-node-45249 {
	background-color: #183C86;
	color: white;
}
.f-events-new.f-page-events .f-list-item-container .f-list-item-title {
	color: #000;
}
.f-events-new.f-page-events #f-item-node-45251>.f-item-node-title, .f-events-new.f-page-events #f-item-node-45252>.f-item-node-title {
	color: #000;
}
.f-events-new.f-page-events #f-item-node-45251>.f-item-node-value, .f-events-new.f-page-events #f-item-node-45252>.f-item-node-value {
	color: var(--brand-color-theme-2);
}
.f-events-new #f-item-node-45253 .f-item-node-value {
	color: var(--brand-color-theme-1);
}
 .f-events-new #f-item-node-45253 .f-item-node-value::before {
 color: var(--brand-color-theme-1);
}
.fForm .form-item .date {
	width: 100%;
}
.fForm .form-item-option {
	margin: 0;
	display: flex;
	width: 100%;
	gap: 12px;
}
.fForm .form-item-type-radio .checkbox label {
	width: fit-content;
}
.f-list-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 2rem;
}
.f-list-filter>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #f0f0f0;
	color: #000;
	text-align: center;
	align-content: center;
	border-radius: 5px;
	border: 1px solid #dedede;
}
.f-list-filter>a.selected {
	background-color: var(--brand-color-theme-1);
	color: white;
}
.f-events-new .year-tabs {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.f-events-new .year-tabs>li {
	width: fit-content;
	margin: 0;
	list-style: none;
}
.f-events-new .year-tabs>li a {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 8px 1.3rem;
	border-radius: 5px;
	color: var(--brand-color-theme-1);
	border: 1px solid #dedede;
}
.f-events-new .year-tabs>li.active a {
	border-color: var(--brand-color-theme-1);
	color: white;
	background-color: var(--brand-color-theme-1);
}
.years-div>.container>div {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.years-div>.container>div h4 {
	color: var(--brand-color-theme-1);
	font-weight: 700;
	font-size: 1.3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dedede;
	border-color: var(--brand-color-theme-2);
}
/* what's happening next ends here */

/* our programmes start here */

.f-programmes .f-list-item {
	padding: 12px;
}
.f-programmes .f-list-item .f-list-item-container {
	height: 100%;
	border-radius: 10px;
	border: 1px solid var(--brand-color-theme-1);
 transition: all .4s;
}
.f-programmes .f-list-item .f-list-item-container .f-list-item-title a {
	font-size: 1.1rem;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	display: block;
	padding: 12px;
}
.f-programmes .f-list-item .f-list-item-container:hover {
	background-color: var(--brand-color-theme-2);
	border-color: var(--brand-color-theme-2);
}
.f-programmes .f-list-item .f-list-item-container:hover .f-list-item-title a {
	color: white;
}
#wrapProgrammes {
	margin-bottom: 1rem;
}
/* our programmes end here */

/* news and resources start here */

.f-news-and-resources .f-list-item {
	padding: 12px;
}
.f-news-and-resources .f-list-item .f-list-item-container {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #dedede;
	position: relative;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	aspect-ratio: 1/.6;
	object-fit: cover;
}
.f-news-and-resources.f-awards .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	aspect-ratio: unset;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-title a, .f-news-and-resources .f-list-item .f-list-item-container .f-list-item-title, .f-news-and-resources.f-awards .f-list-item .f-list-item-container .f-list-item-title, .f-news-and-resources.f-awards .f-list-item .f-list-item-container .f-list-item-title a {
	color: var(--brand-color-theme-1);
	font-weight: 600;
}
.f-news-and-resources.f-awards .f-list-item .f-list-item-container .f-list-item-title {
	font-size: 1.3rem;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-content-text {
	padding: 10px;
	padding-bottom: 2.7rem;
}
.f-news-and-resources.f-awards .f-list-item .f-list-item-container .f-list-item-content-text {
	padding-bottom: 10px;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-button {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-button a {
	color: var(--brand-color-theme-2);
 font-size: .9rem;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-button a i, .f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container .f-list-text a.f-links i {
 font-size: .8rem;
}
.f-news-and-resources .f-list-item .f-list-item-container .f-list-item-icon-image img {
	width: 50px;
	filter: brightness(0) invert();
}
.f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container {
	background-color: var(--brand-color-theme-1);
	color: white;
	padding: 12px;
}
.f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container .f-list-text {
	padding-bottom: 1rem;
}
.f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container .f-list-text h3 {
	font-size: 1.2rem;
	color: var(--brand-color-warning);
	margin-bottom: 10px;
}
.f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container .f-list-text p {
 font-size: .9rem;
}
.f-news-and-resources .f-list-item.f-explore-resources-new .f-list-item-container .f-list-text a.f-links {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px;
}
/* news and resources end here */

/* cta start here */

.f-cta {
	position: relative;
}
 .f-cta::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 70%;
 height: 100%;
 background-image: url("https://storage.unitedwebnetwork.com/files/473/cta bg_414675.png");
 background-position: right center;
 background-size: 500px;
 background-repeat: no-repeat;
}
 .f-cta::after {
 content: "";
 width: 70%;
 left: 0;
 top: 0;
 height: 100%;
 position: absolute;
 background: linear-gradient(90deg,  #183C86 0%,  #183d86f1 75%,  rgba(24, 60, 134, 0) 100%);
}
 .f-cta .container::after {
 content: "";
 width: 30%;
 right: 0;
 top: 0;
 height: 100%;
 position: absolute;
 background-color: var(--brand-color-theme-2);
}
.f-cta .fModule {
	z-index: 9;
}
.f-strong-together {
	display: flex;
	flex-wrap: wrap;
}
.f-strong-together .fModuleContent {
	width: 70% !important;
	padding-left: 24px;
	align-content: center;
}
.f-strong-together .fModuleTitle {
	width: 30% !important;
	align-content: center;
}
.f-strong-together .fModuleTitle h3 {
	font-family: var(--brand-font-quote);
	font-style: italic;
	font-weight: 500;
}
.f-strong-together .fModuleTitle h3 p {
 font-size: .9rem;
	font-family: var(--brand-font-body);
	font-style: normal;
	margin-top: 1rem;
	font-weight: normal;
}
.f-strong-together .fGalleryItem {
	padding: 12px !important;
	width: fit-content;
}
.f-strong-together .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	text-align: center;
	border-right: 2.5px dashed var(--brand-color-theme-2);
	padding-right: 24px;
}
.f-strong-together .fGalleryItem:last-child .ItemfinnerGallery {
	border-right: 0;
}
.f-strong-together .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	width: 50px;
	height: 50px;
}
.f-strong-together .fGalleryItem .ItemfinnerGallery h3 {
 font-size: .9rem;
	color: white;
	margin-bottom: 0;
	font-weight: normal;
}
.f-be-a-part a.fButton:hover {
	background-color: var(--brand-color-theme-1);
	color: white;
	border-color: var(--brand-color-theme-1);
}
/* cta end here */


/* footer starts here */

#fFooter {
	background-color: var(--brand-footer-color);
	color: white;
	padding-top: 2rem;
	font-weight: 300;
}
#fFooter .fModuleTitle h3 {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-top: 0;
	color: white;
	font-weight: 500;
	margin-bottom: 10px;
}
.f-footer-logo .f-media-image img {
	width: 100px;
	margin-bottom: 10px;
}
.f-footer-logo .f-media-text p, .f-footer-logo .f-media-text h6 {
 font-size: .9rem;
	color: white;
}
.f-footer-logo .f-media-text p a {
	color: var(--brand-color-warning);
	font-weight: 500;
}
#fFooter .region-footer>.row>div.fModule {
	padding: 12px;
}
.f-copyright {
 font-size: .8rem;
	margin-top: 1rem;
}
.copyright-menu div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.copyright-menu div a {
	position: relative;
 font-size: .8rem;
}
 .copyright-menu div a::after {
 content: "|";
 position: relative;
 display: inline-block;
 margin-left: 10px;
 font-size: .8rem;
}
 .copyright-menu div a:last-child::after {
 content: unset;
}
.fFooterQuickLink .fMenu>li>a {
	display: inline-block;
	margin-bottom: 10px;
 font-size: .9rem;
	color: white;
}
.fFooterQuickLink .fMenu>li>a:hover {
	color: var(--brand-color-warning);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.f-contact-footer li {
	margin-bottom: 10px !important;
 font-size: .9rem;
	display: grid;
	gap: 10px;
	grid-template-columns: 15px 1fr;
}
.f-contact-footer li a {
	color: white;
}
.f-contact-footer li b.fw-normal {
	color: var(--brand-color-warning);
}
.f-subscribe-now-form .form-item-type-text>label {
 font-size: .9rem;
	display: block;
	color: white;
	margin-bottom: 15px;
}
.f-subscribe-now-form .fModuleTitle h3 {
	margin-bottom: 0 !important;
}
.f-subscribe-now-form .fForm input {
	background-color: transparent;
	border-radius: 5px;
	padding: 10px;
 font-size: .9rem;
	color: white;
}
.f-subscribe-now-form .fForm .buttons {
	padding: 12px;
}
.f-subscribe-now-form .fForm .buttons input {
	width: 100%;
	font-weight: 300;
	text-align: center;
}
div.social>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 500px;
	border: 1px solid #dedede;
	color: white;
	align-content: center;
	text-align: center;
	margin-right: 10px;
 font-size: .8rem;
	margin-top: 10px;
}
div.social>span {
 font-size: .9rem;
}
#user-form-3229 .error {
	color: var(--brand-color-warning);
}
/* footer ends here */


/* event page starts here */

.f-side-submit .fModuleContent {
	padding: 24px;
	background-color: #f2f2f2;
	margin-top: 1.8rem;
}
.f-side-submit .fModuleContent h4 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.f-side-submit .fModuleContent p>a {
	color: var(--brand-color-theme-2);
	text-decoration: underline;
}
/* overview page */

.f-exc-committee-29 .fGalleryItem {
	padding: 12px !important;
}
.f-exc-committee-29 .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.f-exc-committee-29 .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	aspect-ratio: 1/.8;
	object-fit: cover;
}
.f-exc-committee-29 .fGalleryItem .ItemfinnerGallery .fGalleryText {
	padding: 10px;
}
.f-exc-committee-29 .fGalleryItem .ItemfinnerGallery h3 {
	font-size: 1.1rem;
	margin-bottom: 7px;
	margin-top: 0;
	color: var(--brand-color-theme-1);
}
.f-exc-committee-29 .fGalleryItem .ItemfinnerGallery p {
	font-size: 1rem;
	font-style: italic;
	margin: 0;
}
.f-contact-page .item {
	padding: 1rem;
}
.f-contact-page .item h5 {
	color: var(--brand-color-theme-1);
	font-size: 1.2rem;
	font-weight: 700;
}
.f-contact-page .item .icon {
	color: var(--brand-color-theme-1);
	font-size: 2rem;
}
/*about mission*/
.f-exc-committee-29 .f-list-item-container {
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.f-exc-committee-29 .f-list-item-node.f-list-item-teaser-image img {
	aspect-ratio: 1/.8;
	object-fit: cover;
	margin-bottom:10px;
}
.f-exc-committee-29 .f-list-item-content-text h3 {
	font-size: 1.1rem;
	margin-bottom: 7px;
	margin-top: 0;
	color: var(--brand-color-theme-1);
}
.f-exc-committee-29 .f-list-item-node.f-list-item-title {
	display:none;
}
.our-mission.fGalleryItem {
	padding: 0 12px !important;
}
.our-mission .ItemfinnerGallery {
	aspect-ratio: 1 / .8;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #dedede;
	position: relative;
	padding:30px;
	background:linear-gradient(to bottom, rgb(235 235 235) 0%, rgb(235 235 235 / 28%) 100%);
}
.our-mission .ItemfinnerGallery .fGalleryText {
	border-right:none;
	padding-right:0;
}
.f-our-mission h3 {
	color:var(--brand-color-warning) !important;
	padding-top:30px;
}
li#fModule--fGalleryItem-419671 .ItemfinnerGallery {
	background: var(--brand-color-theme-1);
	color:white;
 h3 {
color:var(--brand-color-warning);
}
img {
	filter: drop-shadow(0px 1000px 0 white);
	transform: translateY(-1000px);
}
}
.f-who ul {
li {
display:flex;
list-style-type:none;
margin:0 0 10px 0;
i.fa-solid.fa-chevron-right {
position: relative;
 top: 5px;
 margin: 0 10px 0;
color:var(--brand-color-theme-2);
}
}
}
.fboxy-title img{ display:none;}
/*about mission*/
/*faq*/
/* faq start here */

.f-faq-main .fModuleTitle h3 {
    margin-bottom: 0;
}

.f-faq-main .fModuleTitle p {
    margin: 0 0 1rem 0;
    text-align: center;
}

.f-faq-text .f-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    mix-blend-mode: luminosity;
    min-height: 400px;
}

.f-faq-text .f-media-image .f-media-image-link {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(46, 48, 129, 0.08);
    background: var(--brand-color-theme-2);
}

.f-faq-text .f-media-image .f-media-image-link .box-faq {
    position: absolute;
    bottom: -20px;
    left: 30px;
    right: 30px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--brand-color-theme-1);
    transform: translateY(-40px);
}

.f-faq-text .f-media-image .f-media-image-link .box-faq h5 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-2);
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.f-faq-text .f-media-image .f-media-image-link .box-faq p {
    font-size: .9rem;
    margin: 0;
    color: #666;
}

.f-faq .f-list-item {
    padding: 0 0 12px 0;
}

.f-faq .f-list-item .f-list-item-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(46, 48, 129, 0.01);
    transition: all 0.3s ease;
}

.f-faq .f-list-item .f-list-item-container:hover,
.f-faq .f-list-item.active .f-list-item-container {
    border-color: #ced4e5;
    box-shadow: 0 10px 25px rgba(46, 48, 129, 0.03);
}

.f-faq .f-list-item .f-list-item-container .f-list-item-title {
    font-size: 1.05rem;
    font-weight: 600;
    padding: 12px 2rem 12px 12px;
    position: relative;
    cursor: pointer;
}

.f-faq .f-list-item .f-list-item-container .f-list-item-title::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-title::after {
    content: "\f068";
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-title {
    /* background-color: #fafafa; */
    color: var(--brand-color-theme-2);
}

.f-faq .f-list-item .f-list-item-container .f-list-item-teaser-content {
    padding: 7px 12px;
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-teaser-content {
    border-top: 1px solid #e2e8f0;
}

.f-faq .f-list-item .f-list-item-container .f-list-item-teaser-content p {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: .9rem;
}

/* faq end here */

/*faq*/

/* responsive css starts here */



/* min-width media query */
@media (max-width: 574.9px) {
 html {
 font-size: 14px;
}
}
 @media (min-width: 767.9px) {
 html {
 font-size: 14px;
}
}
 @media(min-width:991.9px) {
 .f-who-we-are .container {
 max-width: 100%;
 min-width: 100%;
 padding-right: 12px;
}
 html {
 font-size: .9rem;
}
 .f-event-page-new #fMatter {
 width: 66.66%;
}
 .f-event-page-new #fSidebarRight {
 width: 33.33%;
 .region-sidebar-right {
 position: sticky;
 top: 0rem;
}
}
}
 @media(min-width:1199.9px) {
 .f-event-page-new #fMatter {
 width: 70%;
}
 .f-event-page-new #fSidebarRight {
 width: 30%;
}
}
 @media(min-width:1499.9px) {
 .f-who-we-are .container {
 padding-right: 10%;
}
}

/* max width media query */

@media(max-width:1199.9px) {
 .f-cta .container::after {
 width: 100%;
 z-index: 9;
 height: 50%;
 bottom: 0;
 top: unset;
 left: 0;
}
 .f-be-a-part {
 z-index: 99 !important;
 position: relative;
}
 .f-cta::before {
 width: 100%;
}
 .f-cta::after {
 width: 100%;
}
 .f-cta::before {
 background-position: top right;
}
}
 @media (max-width: 991.9px) {
 html {
 font-size: .9rem;
}
 .f-who-we-are-points .fGalleryItem:nth-child(2) .fGalleryText {
 border-right: 0;
}
 .f-who-we-are .f-media-text>p {
 margin: 1rem 0;
}
 .f-welcome-message .wrapInnerDiv::after {
 content: unset;
}
 .f-welcome-message .f-media-image {
 text-align: center;
}
 .f-welcome-message .f-media-image img {
 width: 150px;
 height: 150px;
 object-fit: cover;
 border-radius: 500px;
 border: 4px solid var(--brand-color-theme-1);
}
 .fModule div.container {
 padding: 0 24px;
}
 .f-our-programmes-text .f-media>div {
 padding: 12px;
}
 .f-strong-together .fModuleTitle {
 width: 100% !important;
}
 .f-strong-together .fModuleContent {
 width: 100% !important;
}
 .f-strong-together .fGalleryItem .ItemfinnerGallery {
 border-right: 0;
}
 .f-cta>div.container {
 padding: 0 24px;
}
 .f-strong-together .fModuleContent {
 padding-left: 0;
}
 .f-events-new.fModule .container {
 padding: 0;
}
}
 @media (max-width: 767.9px) {
 .f-who-we-are-points .fGalleryItem .fGalleryText {
 border-right: 0;
 border-bottom: 2px dashed var(--brand-color-theme-1);
 min-height: unset;
 padding-bottom: 24px;
 padding-right: 0;
}
 .f-strong-together .fGalleryItem {
 width: 50%;
}
 .f-strong-together .fGalleryItem .ItemfinnerGallery {
 border: 1px solid #dedede !important;
 border-radius: 10px;
 padding: 12px;
}
 .f-cta .container::after {
 height: 40%;
}
 .f-cta::before {
 background-size: 900px;
}
 .f-welcome-message .f-media-text h4 {
 font-size: 1.5rem;
}
}
 @media (max-width: 574.9px) {
 .f-cta .container::after {
 height: 32%;
}
 .f-banner-2026 .fGalleryImage img {
 min-height: 700px;
}
 .f-banner-2026 .fGalleryText .item h3 {
 font-size: 1.7rem
}
 .f-banner-2026 .fGalleryText .item p {
 font-size: 1rem;
}
 .f-banner-2026 .fGalleryText .banner-image-circle {
 width: 300px;
 margin-left: 10%;
 border: 2px dashed var(--brand-color-theme-2);
 margin-top: 2rem;
}
 .f-banner-2026 .fGalleryText .banner-image-circle .year-circle {
 width: 100px;
 font-size: 1.2rem;
 height: 100px;
 line-height: 1.1em;
}
 .f-banner-2026 .fGalleryText .banner-image-circle .year-circle span {
 font-size: 1rem;
}
 .f-banner-2026 .fGalleryText .banner-image-circle::before {
 width: 80px;
 height: 80px;
}
}
