:root {
	--brand-color: #478d66;
	--brand-color-back: rgba(71, 141, 102, 0.10);
	--brand-color-mid: #4e966e;
	--brand-color-active: #4fb483;
	--accent-color: #3d6e94;
	--accent-color-active: #41759d;
	--domain-influencing-color: #E97200;
	--domain-relationship-color: #0070CD;
	--domain-strategic-color: #00945D;
	--domain-executing-color: #7B2481;
	--domain-influencing-color-dark: #d66a01;
	--domain-relationship-color-dark: #0164b5;
	--domain-strategic-color-dark: #01794d;
	--domain-executing-color-dark: #611c66;
	--purple-color: #8a74a7;
	--purple-color-active: #816aa0;
	--red:#dc3545
}

.switcher-logo {
	height: 50px !important;
	max-height: 100px !important;
}
.text-primary {
	color: var(--brand-color) !important;
}
.text-accent {
	color: var(--accent-color) !important;
}
.subtitle {
	font-size: 1.5rem;
	color: #4e5561 !important;
}
.accent-btn {
	border-color: var(--accent-color) !important;
	background-color: var(--accent-color) !important;
	outline: none;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button.accent-btn.raised:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgb(61 110 148 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(61 110 148 / 20%) !important;
	box-shadow: 0 14px 26px -12px rgb(61 110 148 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(61 110 148 / 20%) !important;
	opacity: .9;
}
.height-auto {
	height: auto;
}
/*.morphing-blob-wrapper svg, .morphing-blob-wrapper svg circle {
	fill: var(--accent-color);
}*/
#partners .avatar {
	position: relative;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	z-index: 1;
	background-position: center;
	background-size: cover;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.grid-clients.grid-grayscale, .partner-tabs.grayscale, .agents-logos {
	filter: grayscale(100%);
	opacity: 0.7;
}
.grid-clients .client {
	padding: 0 10px;
}
.hero .partner-logo {
	max-width: 150px;
	max-height: 70px;
	height: auto !important;
	margin: 0 10px;
}
.hero .partner-tabs li {

}
.hero .partner-tabs li:not(:last-of-type) {
	border-right: 1px solid #ededed;
}
.section {
	padding-top: 5rem !important;
}
.testimonial-name .role {
	font-weight: 600;
	top: -20px !important;
	color: #999 !important;
}
.testimonials .testimonial-item .testimonial-name h3, .demo .testimonial-item .testimonial-name h3 {
	color: var(--brand-color) !important;
}
.testimonials .testimonial-item, .demo .testimonial-item {
	margin: 40px 30px 15px;
}
.icon-container i {
	font-size: 1.75em;
	color: var(--accent-color-active);
}
.icon-container.circle-bg {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	background: #f5f6fa;
	font-size: 1.75rem;
}
.section-title {
	font-weight: 700;
	/*font-size: 2rem !important;*/
}
.section-subtitle {
	font-size: 1.5em;
}
.slick-dots li button {
	background-color: #ccc;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}
.slick-dots li.slick-active button {
	background-color: var(--accent-color) !important;
}
.navbar-wrapper .navbar-item {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 16px;
}
.slick-dots li button:before {
	content: "";
}
.testimonials .testimonial-item .testimonial-avatar .img, .demo .testimonial-item .testimonial-avatar .img {
	border-radius: 100px;
	width: 75px;
	height: 75px;
	position: relative;
	top: -40px;
	background-position: center;
	background-size: cover;
}
.vertical-testimonials .vtestimonial-item .vt-content .vt-text {
	font-family: "Roboto",sans-serif;
	padding-right: 5px;
	font-size: 14px;
}
.vertical-testimonials .vtestimonial-item {
	height: auto !important;
	/*min-height: 130px !important;*/
}
@media screen and (max-width: 1024px) {
	.navbar-wrapper.navbar-fade {
		background: #fff;
		-webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
	}
	.morphing-blob-wrapper {
		z-index: -1;
	}
	#main-hero .title.main-title, .hero-foot {
		/*margin-top: 50px;*/
	}
	.has-shape-layer-1 .shape-layer {
		bottom: 0;
		max-width: unset;
		height: 100%;
		opacity: 0.5;
	}
	.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.navbar-dropdown a.navbar-item {
		padding-right: unset;
		white-space: normal;
	}
}
.feature-card {
	border-radius: 10px;
	width: auto;
}
.contact-page-form {
	max-width: unset;
}
.centered-title .subheading {
	max-width: unset;
}
.partner-avatar {
	border-radius: 50%;
	width: 300px;
	margin-bottom: 20px;
}
.content-index .toggle-container {
	padding: 0 !important;
}
.content-index .toggle-wrap {
	border-radius: 5px;
}
.content-index ul {
	border-bottom: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-left: -20px;
	margin-right: -10px;
}
body {
	scroll-margin-top: 100px;
}
.partner-info {
	margin-right: 10px;
	color: #666;
	white-space: nowrap;
}
.partner-info i {
	color: #888;
	margin-right: 2px;
}
.section-title-wrapper .bg-number.icon, .section-title-wrapper .bg-symbol.icon {
	font-size: 90px !important;
	top: -90px;
}

.bg-gray {
	background-color: #f5f6fa !important;
}
.process-block .process-icon .icon-wrapper.smaller {
	width: 100px;
	height: 100px;
	font-size: 50px;
}
.book-btn {
	transition: 300ms all ease-in-out;
}
.book-btn.fixed {
	position: fixed;
	bottom: 25px;
	right: 100px;
}
.hidden {
	display: none !important;
}
.card-team .card-team-item .team-avatar .partner-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: block;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
}
@media screen and (min-width: 1024px) {
	#partners-empty img {
		max-width: 40%;
	}
}

.cookiepolicy {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
	background-color: #bfe9de;
	color: #4a4a4a;
	font-weight: bold;
	z-index: 9;
}
.cookiepolicy .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.cookiepolicy .button {
	border: 1px solid #49504d;
}
.cookiepolicy a {
	color: #7b8883;
}
#backtotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
#backtotop a:after {
	content: unset;
}

.navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
	font-size: 16px;
}
.navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
	top: 1px;
	font-size: 14px;
}

/*.santa-hat {
    top: 9px;
    left: -1px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(/assets/img/santa_hat.png);
    background-size: 40px;
    position: absolute;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
}*/
.santa-hat {
    top: 17px;
    left: -12px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(/assets/img/flower.png);
    background-size: 35px;
    position: absolute;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
    transform: rotate(-20deg);
}