/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.medium-hero__content {
	padding: 4.5rem 3px;
}

.medium-hero__content svg.medium-hero__arrow {
	left: -110px;
	top: 100%;
}

.medium-hero p.medium-hero__subheading {
	text-transform: initial;
	color: var(--Color-6, #FFF);
	font-family: "Nunito Sans";
	font-size: 21.6px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.24px */
	letter-spacing: 0.216px;
	margin-top: 20px;
}

.blog-cl {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #12284c;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.cust_loader {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-top: 50px;
	background-color: rgba(255, 255, 255, 0.8);
}

.blog-posts-section {
	margin-top: 0 !important;
}

.blog-posts-section .content-wrapper {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0px 30px;
}

/* Dropdown */
.blog-posts-section .dropdown {
	position: relative;
}

.blog-posts-section button.dropdown-toggle.open img {
	rotate: 180deg;
}

.blog-posts-section .dropdown-menu li:hover {
	background-color: #F1DCAA;
}

.blog-posts-section .tag.active,
.blog-posts-section .news_events_listing .tag {
	opacity: 1;
}

.blog-posts-section .tag,
.promo-section .tag {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.15px;
	display: flex;
	height: 27px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 20px;
	white-space: nowrap;
	cursor: pointer;
	opacity: .6;
}

.blog-posts-section .tags,
.promo-section .tags {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.promo-section .tags {
	align-items: flex-start;
	margin-bottom: 20px;
	justify-content: flex-start;
}

.blog-posts-section .filter-container {
	display: flex;
	gap: 93px;
	flex-wrap: wrap;
	align-items: flex-start;
}

span.tag.tag--pink {
	background: #EB0045;
}

span.tag.tag--green {
	background: #45AD90;
}

span.tag.tag--blue {
	background: #75B4E2;
	color: #12284B;
}

span.tag.tag--navy {
	background: #091426;
}

span.tag.tag--beige {
	background: #F4E3BB;
	color: #091426;
}

span.tag.tag--default {
	color: #000000;
	border: 1px solid #000;
}

.promo-section .tag.tag--default {
	color: #fff;
	background: #091426;
	border-color: #091426;
	opacity: 1;
}

.blog-posts-section .dropdown-toggle {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.15px;
	text-transform: capitalize;
	display: flex;
	padding: 12px 20px;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border: 2px solid #12284C;
	cursor: pointer;
	min-width: 140px;
	background: transparent;
}

.dropdown.year_dropdown button.dropdown-toggle {
	min-width: 160px;
}

.blog-posts-section .filter-container .dropdown-wrapper {
	flex: 1 1 calc(25% - 28px);
	flex-wrap: wrap;
}

.blog-posts-section .filter-container .tags {
	flex: 1 1 calc(65% - 93px);
}

.blog-posts-section .dropdown-menu li {
	cursor: pointer;
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.15px;
	text-transform: capitalize;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 20px;

}

.blog-posts-section .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #FDFAF3;
	box-shadow: 0px 1px 1.9px 0px #00000040;
	display: none;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.blog-posts-section .dropdown-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
}

.blog-posts-section .section-title {
	color: #12284C;
	font-size: 44.79px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 4.479px;
	text-transform: uppercase;
	margin: 0px;
}

.blog-posts-wrapper {
	padding-top: 81px;
	position: relative;
}

.blog-posts-section .card-image img {
	display: block;
	width: 100%;
	height: 272px;
	object-fit: cover;
}

.blog-posts-section .cards {
	display: flex;
	column-gap: 48px;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-posts-section .card-content {
	border-bottom: 1px solid var(--Gold, #CF982A);
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.blog-posts-section .card-content .date {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.15px;
	margin: 0;
}

.blog-posts-section .card-title {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 21.6px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.216px;
	text-transform: initial;
	margin: 0;
}

.blog-posts-section .card {
	background: rgba(255, 255, 255, 0.20);
	flex-flow: column;
	margin-top: 64.5px;
	margin-bottom: 64.5px;
	flex: 1 1 calc(50% - 48px);
	display: flex;
	flex-direction: column;
	max-width: 50%;
	margin-right: auto;
}

.blog-posts-section .cards .card:nth-child(1),
.blog-posts-section .cards .card:nth-child(2) {
	margin-top: 40px;
}

.blog-posts-section .card:nth-child(even) {
	padding-top: 80px;
}

section.blog-posts-section span.posts-count {
	color: #12284C;
	text-align: right;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

section.blog-posts-section .blog-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

section.blog-posts-section .pagination a.page {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.15px;
	text-decoration: none;
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
}

section.blog-posts-section .pagination {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin-top: 15.5px;
}

section.blog-posts-section .pagination a.page.active {
	background: #75B4E2;
	font-weight: 700;
	width: 38px;
	height: 38px;
}

section.blog-posts-section .pagination a.arrow {
	color: #415270;
	font-family: "Font Awesome 6 Sharp";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	display: flex;
	padding: 8px 12px;
}

section.blog-posts-section {
	padding-bottom: 120px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	background: radial-gradient(107.61% 89.44% at 16.85% -10.42%, rgba(241, 220, 170, 0.40) 0%, rgba(255, 255, 255, 0.40) 22%);
}


.remove-top-margin {
	margin-top: 0px !important;
}

.overflow-hidden {
	overflow: hidden;
}

.events-section {
	padding: 80px 0px;
	width: 100%;
	max-width: 100%;
	margin-top: 0 !important;
	background-image: url(https://wordpress-401163-5441194.cloudwaysapps.com/wp-content/uploads/2025/06/Rectangle-1083.png);
	background-repeat: no-repeat;
}

.events-section .content-wrapper {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0px 30px;
}

.events-section .section-title {
	color: #12284C;
	font-size: 44.79px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 49.269px */
	letter-spacing: 4.479px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
}

.events-section .events-slider {
	overflow: hidden;
	position: relative;
}

.events-section .event-card {
	display: flex;
	border-top: 1px solid #CF982A;
	border-bottom: 1px solid #CF982A;
	background: rgba(255, 255, 255, 0.20);
	overflow: hidden;
}

.events-section .swiper-slide {
	border: unset !important;
}

.events-section .event-image img {
	width: 100%;
	height: 100%;
	max-width: 571.91px;
}

.events-section .event-card a.event-image {
	height: 361px;
}


.events-section .event-badge {
	color: #12284C;
	text-align: center;
	font-family:
		"Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: 1.8px;
	display: flex;
	padding: 4px 8px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 45px;
	border: 1px solid #75B4E2;
	background: #75B4E2;
}

.events-section .event-date {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 21px */
	letter-spacing: 0.15px;
}

.events-section .event-meta {
	gap: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.events-section .event-title {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 21.6px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.24px */
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: inherit;
}

.events-section .event-title a,
.blog-posts-section .card-title a {
	color: #12284C;
	text-decoration: none;
}

.events-section .event-title a:hover,
.blog-posts-section .card-title a:hover {
	text-decoration: underline;
}

.events-section .event-description {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
	letter-spacing: 0.18px;
	margin: 0;
}

.events-section .event-content {
	padding: 0px 40px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.events-section .events-slider .swiper-pagination {
	position: unset;
	background: unset;
}

.events-section .events-slider .swiper-pagination span.swiper-pagination-bullet {
	background-color: #4e4d4d;
}

.events-section .events-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}




section.promo-section {
	max-width: 1440px;
	margin: 0 auto !important;
	padding-top: 120px;
	padding-bottom: 74.72px;
	padding-left: 30px;
	padding-right: 30px;
}

.promo-section .promo-carousel {
	width: 100%;
	overflow: initial;
}

.promo-section .promo-carousel .slide-content {
	width: 100%;
}

.promo-section .slide-image {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
}

.promo-section .slide-image img {
	width: 100%;
	height: 371px;
}

.promo-section .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promo-section .custom-pagination {
	text-align: center;
	margin-top: 20px;
	color: white;
}

.promo-section .title {
	color: #12284C;
	font-family: Aquawax;
	font-size: 25.92px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 31.104px */
	letter-spacing: 1.296px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}

.promo-section .watch-video {
	display: inline-flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border: 2px solid var(--Navy, #12284C);
}

.promo-section .watch-video span {
	color: #12284C;
	font-family: "Nunito Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 21px */
	letter-spacing: 0.15px;
	text-transform: capitalize;
	margin: 0;
}

.promo-section .external-link-icon {
	display: flex;
	align-items: center;
}

.promo-section .slide-info {
	margin-top: 33.55px;
}

.promo-section .progress-bar {
	height: 1px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #717E94;
	margin-top: 28px;
}

.promo-section .swiper-slide.swiper-slide-active .progress-bar {
	height: 4px;
}

.promo-section .progress-fill {
	width: 0%;
	transition: width 0.4s ease;
	background-color: #75B4E2;
	height: 100%;
}

.promo-section .promo-carousel .slide-content a {
	text-decoration: none;
}

.promo-section .watch-video:hover {
	background-color: #CF982A;
	color: white;
	border-color: #CF982A;
}

.promo-section .watch-video:hover span {
	color: #fff;
}

.promo-section .watch-video:hover span.external-link-icon svg {
	stroke: white;
}

.promo-section .section-heading {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 30px;
}

.promo-section .section-heading h2 {
	color: #12284C;
	font-family: Aquawax;
	font-size: 44.79px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	/* 49.269px */
	letter-spacing: 4.479px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 55px;
}

.promo-section .promo-carousel .bottom-arrows {
	display: flex;
	gap: 17.37px;
}

.promo-section .promo-carousel .bottom-arrows .custom-nav {
	position: unset;
	border: 1px solid var(--Navy, #12284C);
	padding: 16px 13px;
	width: max-content;
	margin: 0;
}

.promo-section .promo-carousel .swiper-slide {
	height: 100%;
}

.promo-section .promo-carousel .bottom-arrows .custom-nav::after {
	content: unset !important;
}

.promo-section .promo-carousel .slider-bottom-part {
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: end;
	max-width: 1175px;
	padding: 0px 30px;
	margin: 0 auto;
	margin-top: 34px;
}

.promo-section .promo-carousel .slider-bottom-part .swiper-pagination.custom-pagination {
	position: unset;
	background: unset;
	padding: 0;
	margin: 0;
	height: 100%;
	color: var(--Navy, #12284C);
	text-align: right;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: 1.8px;
	text-transform: uppercase;
	width: max-content !important;
}

/* .promo-section .swiper-wrapper {
	padding-left: 150px;
} */

.media-enquiries-wrapper {
	padding: 40px 30px !important;
}

.events-section .event-image img {
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.blog-posts-section .dropdown-toggle {
		background: #FDFAF3;
	}

	.promo-section .swiper-wrapper {
		padding-left: 0px;
	}

	.promo-section .title {
		font-size: 22px;
		letter-spacing: 2px;
	}

	section.promo-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.promo-section .section-heading {
		padding: 0;
	}

	.promo-section .promo-carousel .slider-bottom-part {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	section.promo-section {
		padding-top: 60px;
	}

	.promo-section .section-heading h2 {
		font-size: 30px;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.promo-section .slide-image img {
		height: 200px;
	}
}


@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.events-section .event-image img {
		max-width: 500px;
	}
}

@media only screen and (max-width: 1024px) {

	.events-section .event-card a.event-image {
		height: 100%;
	}

	.events-section .content-wrapper {
		max-width: 100%;
	}

	.events-section .event-card {
		flex-direction: column;
	}

	.events-section .event-image img {
		max-width: 100%;
	}

	.events-section .event-content {
		padding: 40px 0px;
	}
}

@media only screen and (max-width: 768px) {
	.events-section .content-wrapper {
		max-width: 100%;
	}

	.events-section .section-title {
		font-size: 35px;
		letter-spacing: 2px;
	}

	section.events-section {
		padding: 60px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.blog-posts-section .filter-container {
		gap: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	section.blog-posts-section {
		background: transparent;
	}

	.blog-posts-section .section-title {
		font-size: 34px;
		letter-spacing: 3px;
	}

	.blog-posts-section .card-content {
		padding: 30px 0;
	}

	section.blog-posts-section span.posts-count {
		font-size: 16px;
	}

	.blog-posts-section .card:nth-child(even) {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.blog-posts-section .card {
		flex: 1 1 calc(100% - 48px);
		margin-bottom: 40px;
		margin-top: 0 !important;
		max-width: 100%;
	}

	.blog-posts-section .card:nth-child(even) {
		padding-top: 0;
	}

	section.blog-posts-section .blog-section-heading {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 30px;
	}

	.blog-posts-section .section-title {
		text-align: center;
	}

	section.blog-posts-section span.posts-count {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.blog-posts-section .filter-container .dropdown-wrapper,
	.blog-posts-section .filter-container .tags {
		justify-content: center;
		flex: 1 1 calc(100% - 0px);
	}
}

@media only screen and (max-width: 450px) {
	.blog-posts-section .section-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 375px) {
	section.blog-posts-section .pagination {
		gap: 0;
	}
}

@media only screen and (max-width: 1300px) {
	.medium-hero__content {
		padding: 4.5rem 100px;
	}

	.medium-hero__content svg.medium-hero__arrow {
		left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.medium-hero__content {
		padding: 2.5rem 30px 2.5rem 105px;
		height: auto;
	}

	.medium-hero__content svg.medium-hero__arrow {
		top: 14%;
	}

	.medium-hero__heading {
		margin-top: 65px;
	}
}

@media only screen and (max-width: 700px) {
	.medium-hero__content svg.medium-hero__arrow {
		top: auto;
	}
}

.sales-commerical-leas .block-50-50__column-img .block-50-50__column-img__decor svg {
	background-image: url('/wp-content/themes/deploy-theme-stage/assets/images/gold_border.svg');
}