@font-face {
	font-family: "Euclid Square";
	src: url("./assets/font/EuclidSquareRegular.ttf");
	font-weight: normal;
}
@font-face {
	font-family: "Euclid Square";
	src: url("./assets/font/EuclidSquareMedium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Euclid Square";
	src: url("./assets/font/EuclidSquareSemiBold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: "Euclid Flex";
	src: url("./assets/font/EuclidFlexMedium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Euclid Circular A";
	src: url("./assets/font/Euclid Circular A Medium.ttf");
	font-weight: 500;
}
html {
	font-size: 25px;
}
body {
	font-family: Euclid Square;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.19;
}
.lead-magnet .wpcf7-not-valid-tip {
	color: #dc3232 !important;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}

input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.spacing-section {
	padding-top: 68px;
	padding-bottom: 68px;
}

.col-20 {
	width: 20%;
}
.col-30 {
	width: 30%;
}
.col-40 {
	width: 40%;
}
.col-55 {
	width: 55%;
}
.col-60 {
	width: 60%;
}
.col-70 {
	width: 70%;
}
.col-80 {
	width: 80%;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
	margin-bottom: 0;
}

h1.title {
	font-size: 200px;
	line-height: 85%;
	letter-spacing: -2px;
}
h2.title {
	font-size: 100px;
	line-height: 85%;
}
h3.title {
	font-size: 60px;
}
h4.title {
	font-size: 40px;
	line-height: 1.1;
}
.s-17 {
	font-size: 16px;
}
.s-100 {
	font-size: 100px;
}

.f-Euclid-Flex {
	font-family: Euclid Flex;
}
.container {
	max-width: 100%;
}
.container-fluid {
	max-width: 100%;
}

.p3 {
	padding: 3%;
}
.pl-9 {
	padding-left: 9.7% !important;
}
.pt-9 {
	padding-top: 9.7% !important;
}
.pb-9 {
	padding-bottom: 9.7% !important;
}
.pr-9 {
	padding-right: 9.7% !important;
}
.py-9 {
	padding-left: 9.7% !important;
	padding-right: 9.7% !important;
}
.ml-9 {
	margin-left: 9.7% !important;
}
.mr-9 {
	margin-right: 9.7% !important;
}
.my-9 {
	margin-left: 9.7% !important;
	margin-right: 9.7% !important;
}
.p-9 {
	padding: 9.7% !important;
}
.gap-10 {
	gap: 10px;
}
.gap-20 {
	gap: 20px;
}
.gap48 {
	gap: 48px;
}
.gap32 {
	gap: 32px;
}
.pl-20 {
	padding-left: 20% !important;
}
.mt-20 {
	margin-top: 20px;
}
.mr-40 {
	margin-right: 40px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-10 {
	margin-top: 10px;
}

.w-60 {
	width: 60% !important;
}

.f-500 {
	font-weight: 500;
}
.f-600 {
	font-weight: 600;
}

.mh-515 {
	max-height: 515px;
	min-height: 400px;
}
.mw-725 {
	max-width: 725px;
}
.h-296 {
	height: 296px;
}
.h-550 {
	height: 550px;
}
.h-60 {
	height: 60% !important;
}

.bg-green {
	background: #1e4213;
}
.bg-blue {
	background: #3d43f5;
}
.bg-light-gray {
	background: #e9e9e9;
}
.bg-lilac {
	background: #cebefb;
}
.bg-dark-green {
	background: #b4b3b5;
}
.bg-black {
	background: #000000;
}
.bg-white {
	background: #ffffff;
}

.color-green {
	color: #1e4213;
	border-color: #1e4213 !important;
}
.color-blue {
	color: #3d43f5;
	border-color: #3d43f5 !important;
}
.color-light-gray {
	color: #e9e9e9;
	border-color: #e9e9e9 !important;
}
.color-lilac {
	color: #cebefb;
	border-color: #cebefb !important;
}
.color-dark-green {
	color: #b4b3b5;
	border-color: #b4b3b5 !important;
}
.color-black {
	color: #000000;
	border-color: #000000 !important;
}
.color-white {
	color: #ffffff;
	border-color: #ffffff !important;
}

a.color-green {
	color: #1e4213 !important;
	border-color: #1e4213 !important;
}
a.color-blue {
	color: #3d43f5 !important;
	border-color: #3d43f5 !important;
}
a.color-light-gray {
	color: #e9e9e9 !important;
	border-color: #e9e9e9 !important;
}
a.color-lilac {
	color: #cebefb !important;
	border-color: #cebefb !important;
}
a.color-dark-green {
	color: #b4b3b5 !important;
	border-color: #b4b3b5 !important;
}
a.color-black {
	color: #000000 !important;
	border-color: #000000 !important;
}
a.color-white {
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.color-green .input-custom {
	border-color: #1e4213 !important;
}
.color-blue .input-custom {
	border-color: #3d43f5 !important;
}
.color-light-gray .input-custom {
	border-color: #e9e9e9 !important;
}
.color-lilac .input-custom {
	border-color: #cebefb !important;
}
.color-dark-green .input-custom {
	border-color: #b4b3b5 !important;
}
.color-black .input-custom {
	border-color: #000000 !important;
}
.color-white .input-custom {
	border-color: #ffffff !important;
}

.color-green .border-top {
	border-color: #1e4213 !important;
}
.color-blue .border-top {
	border-color: #3d43f5 !important;
}
.color-light-gray .border-top {
	border-color: #e9e9e9 !important;
}
.color-lilac .border-top {
	border-color: #cebefb !important;
}
.color-dark-green .border-top {
	border-color: #b4b3b5 !important;
}
.color-black .border-top {
	border-color: #000000 !important;
}
.color-white .border-top {
	border-color: #ffffff !important;
}

.color-green .border-top1 {
	border-color: #1e4213 !important;
}
.color-blue .border-top1 {
	border-color: #3d43f5 !important;
}
.color-light-gray .border-top1 {
	border-color: #e9e9e9 !important;
}
.color-lilac .border-top1 {
	border-color: #cebefb !important;
}
.color-dark-green .border-top1 {
	border-color: #b4b3b5 !important;
}
.color-black .border-top1 {
	border-color: #000000 !important;
}
.color-white .border-top1 {
	border-color: #ffffff !important;
}

.color-green label,
.color-green span * {
	color: #1e4213 !important;
}
.color-green input:not([type="submit"]),
.color-green textarea {
	color: #000000 !important;
}
.color-blue label,
.color-blue span * {
	color: #3d43f5 !important;
}
.color-light-gray label,
.color-light-gray span {
	color: #e9e9e9 !important;
}
.color-lilac label,
.color-lilac span * {
	color: #cebefb !important;
}
.color-dark-green label,
.color-dark-green span * {
	color: #b4b3b5 !important;
}
.color-black label,
.color-black span * {
	color: #000000 !important;
}
.color-white label,
.color-white span * {
	color: #ffffff !important;
}

.color-blue svg * {
	fill: #3d43f5 !important;
}
.color-light-gray svg * {
	fill: #e9e9e9 !important;
}
.color-lilac svg * {
	fill: #cebefb !important;
}
.color-dark-green svg * {
	fill: #b4b3b5 !important;
}
.color-black svg * {
	fill: #000000 !important;
}
.color-white svg * {
	fill: #ffffff !important;
}
.color-green svg * {
	fill: #1e4213 !important;
}

.border-bottom1 {
	border-bottom: 1px solid #000000;
}
.border-top1 {
	border-top: 1px solid #000000;
}
.border-right {
	border-right: 1px solid #000000;
}
.border-left {
	border-left: 1px solid #000000;
}

.mt--5 {
	margin-top: -5rem;
}
.description p:last-child {
	margin-bottom: 0 !important;
}
.text-paragraph2 h4 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.1;
	font-weight: 600;
}

/*button*/
.reamore-flex {
	position: relative;
	overflow: hidden;
	align-items: center;
}
.reamore-flex svg,
.reamore-flex .text-more {
	transition: all 0.4s;
}
.text-more {
	font-size: 16px;
	text-transform: uppercase !important;
	position: absolute;
	bottom: -100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: 50%;
}
.reamore-flex:hover > svg {
	/* transform: translateX(110px); */
}
.reamore-flex:hover > .text-more,
.reamore-flex:active > .text-more,
.reamore-flex.hovered > .text-more {
	bottom: 0;
}
.reamore-flex.text-more-hide-icon:hover > svg {
	opacity: 0;
}
.reamore-flex.text-more-hide-icon:hover > .text-hover {
	visibility: visible;
	opacity: 1;
}
.reamore-flex.text-more-hide-icon > svg {
	left: 0;
	position: absolute;
}
/* .reamore-flex:hover,
 .reamore-flex.hovered {
	.text-more{
		color: #1E4213;
	}
 } */

.title-slide {
	font-size: 100px;
}

.slide-flex {
	display: flex;
}
.w-720 {
	width: 720px !important;
}
.btn-tab {
	background: transparent;
	padding: 10px;
	outline: none;
	border: 1px solid #000000 !important;
}
.btn-tab:first-child {
	border-right: 0;
}
.events .reamore-flex:hover > svg {
	transform: translateX(100px);
}
.events-tab .btn-tab.active {
	color: #000 !important;
	background: var(--Advisory-Lilac, #cebefb);
}

.slider-card .slick-list {
	padding: 0 25% 0 0 !important;
}
.slider-card .d-grid {
	padding-right: 3rem;
}
.slider-image .slick-list {
	padding: 0 30% 0 0 !important;
}
.slider-image .d-grid {
	padding-right: 3rem;
}
.slider-card .width-slide {
	width: 361px !important;
}
.slider-text .width-slide {
	width: 362px !important;
	height: auto;
}
.slider-text .slick-list {
	padding: 0 0 0 11% !important;
}
.mw-269 {
	max-width: 269px;
}
.item-card-slider {
	max-width: 290px;
	height: 100%;
}
.tab-scroll {
	overflow: auto;
	max-height: 500px;
	min-height: 500px;
}
.first-text-slide {
	max-width: 289px !important;
}
@media (max-width: 991.98px) {
	.slider-text .width-slide {
		width: 204px !important;
		padding-right: 32px !important;
	}
	.first-text-slide {
		max-width: 82px !important;
	}
	.slider-text .slick-list {
		padding: 0 0 0 25% !important;
	}
	.slider-text .width-slide {
		width: 204px !important;
		padding-right: 0 !important;
	}
	.mw-269 {
		max-width: 162px;
	}
	.first-text-slide {
		max-width: 82px !important;
	}
	.reamore-flex svg,
	.reamore-flex .text-more {
		transition: all 0s;
	}
}

.tab-scroll::-webkit-scrollbar {
	display: none;
}

.text-hover {
	visibility: hidden;
	opacity: 0;
	transition:
		visibility 0s,
		opacity 0.5s linear;
}
.img-parallax {
	position: absolute;
	left: 0;
	top: 39vh;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.wrap-img-parallax {
	position: relative;
	z-index: 3;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 1439.98px) {
	.img-parallax {
		position: absolute;
		left: 0;
		top: 35vh;
		height: 100vh;
		width: 100%;
		z-index: 1;
	}
}
@media (max-width: 991.98px) {
	body {
		font-size: 13px;
	}
	h1.title {
		font-size: 64px;
	}
	h2.title {
		font-size: 32px;
	}
	h3.title {
		font-size: 20px;
	}
	h4.title {
		font-size: 13px;
	}
	.gap-10 {
		gap: 10px;
	}
	.gap-20 {
		gap: 10px;
	}
	.gap48 {
		gap: 32px;
	}
	.gap32 {
		gap: 20px;
	}
	.s-17 {
		font-size: 10px;
	}
	.spacing-section {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.banner-hero .col-70 {
		width: 100%;
		padding-left: 32px !important;
		padding-right: 20px !important;
	}
	.Text-headline .col-70.pr-9 {
		padding-right: 32px !important;
	}
	.Text-headline .mt--5 {
		margin-top: -2rem !important;
	}
	.Text-headline-top.pb-5 {
		padding-bottom: 25px !important;
	}
	.services .ps-mb-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 10px !important;
		padding-bottom: 20px !important;
	}
	.banner-hero img {
		position: absolute;
		top: 0;
		right: 0;
		padding-left: 17.3%;
	}
	.pt-216 {
		padding-top: 0 !important;
	}
	.social-lists svg {
		max-width: 20px;
	}
	.social-link .social-lists {
		margin-bottom: 10px;
	}
	.social-link hr {
		opacity: 1;
		margin: 0;
		height: 1px;
	}
	.reamore-flex {
		font-size: 14px;
	}
	.reamore-flex svg {
		max-width: 12px;
		max-height: 12px;
	}
	.services .description {
		margin-bottom: 0 !important;
	}
	.services .description p:last-child {
		margin-bottom: 0 !important;
	}
	.services .pl-20mb {
		padding-left: 20% !important;
	}
	.order-mb-0 {
		order: 0 !important;
	}
	.pl-mb-0 {
		padding-left: 0 !important;
	}
	.banner-stats .number svg {
		max-width: 12px;
		max-height: 12px;
	}
	.banner-stats .stats.gap-5 {
		gap: 13px !important;
	}
	.banner-stats .stats .number {
		letter-spacing: 0 !important;
	}
	.Image-page-break {
		padding-top: 64px !important;
	}
	/* .Image-page-break .title{font-size:17px!important;} */
	.text-paragraph2 .col-80.pl-9.pe-5 {
		padding-right: 0.7rem !important;
		padding-left: 32px !important;
	}
	footer .text-dark.mt-auto {
		order: 1;
		padding-top: 1rem !important;
	}
	footer .container.py-9.pb-5.pt-5 {
		padding-left: 28% !important;
		padding-top: 0 !important;
		padding-right: 32px !important;
	}
	.py-9 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
	.text-paragraph2 h4 {
		font-size: 17px;
	}
	.title-slide {
		font-size: 32px;
	}
	.slide-flex {
		display: block;
		padding: 0px;
	}
	.banner-stats .stats .number svg {
		position: absolute;
		top: 23%;
		left: 110%;
	}
	.w-720 {
		width: 361px !important;
	}
	.h-296 {
		height: auto;
		display: none;
	}
	.tab-scroll {
		max-height: 530px;
		min-height: 530px;
	}
}
@media (max-width: 375px) {
	.slider-card .width-slide {
		width: 290px !important;
	}
}
@media (max-width: 768px) {
	.pml-9 {
		padding-left: 9.7% !important;
		padding-right: 9.7% !important;
	}
}
.lead-magnet .input-custom {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	background-color: transparent;
	padding-left: 0;
}
.lead-magnet .input-custom:focus {
	outline: none;
}
.contact-us .input-custom {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: none;
	width: 100%;
	background-color: transparent;
}
.contact-us .input-custom:focus {
	outline: none;
}
.contact-us textarea {
	width: 100%;
	height: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: none;
	background-color: transparent;
	resize: none;
}
.contact-us textarea:focus {
	outline: none;
}
.lead-magnet .input-custom {
	color: #ffffff;
}
.list-option > li {
	display: block;
	padding: 0 10px 10px 0;
}
.events .nav-tabs > .nav-tabs {
	border-bottom: 0 !important;
}
.cursor-pointer {
	cursor: pointer;
}
/* .title-event{color: #FFFFFF;}
.events .title-event.active{color: #CEBEFB !important;} */
.img-event {
	width: 100%;
	height: 100%;
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-load-container] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%;
}

.img-transform {
	object-fit: cover;
	width: 100%;
	max-height: 592px;
	transition: transform 0.4s;
}

.image-grid .img-transform {
	max-height: 375px;
}

.img-transform:hover {
	transform: scale(1.1);
}
.pt-120 {
	padding-top: 120px;
}
@media (max-width: 768px) {
	.lead-magnet .input-custom {
		padding: 3px 0;
	}
	.lead-magnet .col-6.pb-2 {
		padding-bottom: 0 !important;
	}
	.lead-magnet .col-12.pb-4 {
		padding-bottom: 1rem !important;
	}
	.lead-magnet form {
		margin-bottom: 0;
	}
	.image-grid .pl-9 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
	.image-grid .pr-9 {
		padding-right: 32px !important;
	}
	.image-grid .pe-4.pt-3 {
		padding-right: 0 !important;
	}
}
.image-grid-landscape .img-transform {
	max-height: 380px;
}
.o-image {
	opacity: 1 !important;
}
span.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

.max-1 {
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.max-5 {
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.has-scroll-smooth {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.has-scroll-smooth [data-scroll-container] {
	transform: perspective(1px);
}
section[data-scroll-section] {
	will-change: transform, opacity;
}

.c-scrollbar {
	display: none;
}

.o-image {
	mix-blend-mode: unset !important;
}

@media (max-width: 768px) {
	.submit-button > span > input,
	.reamore-flex .text-more,
	a.always_show {
		font-size: 10px !important;
		line-height: 14px !important;
	}
	a.always_show span {
		line-height: 13px !important;
	}
}
