/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* Individual styles */

/* Sonam */
.pricing--sonam .pricing__item {
	margin: 1em;
	padding: 2em;
	cursor: default;
	border-radius: 10px;
	background: #1F1F1F;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--sonam .pricing__item:hover {
	background: #141315;
}

.pricing--sonam .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.5em;
	border-bottom: 3px solid rgb(27, 26, 28);
	color: #FFF;
}

.pricing--sonam .pricing__price {
	color: #e5443f;
	font-size: 1.75em;
	padding: 1em 0 0.75em;
}

.pricing--sonam .pricing__sentence {
	font-weight: bold;
	color: #FFF;
}

.pricing--sonam ul.pricing__feature-list {
    color: white !important;
}

.pricing--sonam ul.pricing__feature-list li {
    list-style: disc;
}

.pricing--sonam .pricing__feature-list {
	margin: 0;
	padding: 1em 1.25em 2em;
}

.pricing--sonam .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
	border-radius: 5px;
	background: #e5443f;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	color: #fff;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
	background: #BD3C3C;
}

/* Jinpa */
.pricing--jinpa .pricing__item {
	margin: 1.5em 0;
	padding: 2em;
	cursor: default;
	color: #fff;
	border: 1px solid #e5443f;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .pricing__item:nth-child(2) {
	border-right: none;
	border-left: none;
}

.pricing--jinpa .pricing__item:hover {
	color: #444;
	background: #fbe3e2;
}

.pricing--jinpa .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #e5443f;
}

.pricing--jinpa .pricing__price {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 1.15em auto 1em;
	border-radius: 50%;
	background: #e5443f;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.pricing--jinpa .pricing__item:first-child .pricing__price {
	background: #e5443f;
}

.pricing--jinpa .pricing__item:nth-child(2) .pricing__price {
	background: #e5443f;
}

.pricing--jinpa .pricing__item:hover .pricing__price {
	color: #fff;
	background: #e5443f;
}

.pricing--jinpa .pricing__sentence {
	font-weight: bold;
	color: #e5443f;
}

.pricing--jinpa .pricing__feature-list {
	margin: 0;
	padding: 1em 1em 2em 1em;
	list-style: none;
	text-align: center;
	color: #e5443f;
}

.pricing--jinpa .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
	opacity: 0;
	color: #fff;
	background: #e5443f;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .pricing__item:hover .pricing__action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 60em) {
	.pricing--jinpa .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
	}
	.pricing--jinpa .pricing__item:nth-child(2) {
		border: 1px solid #fff;
	}
}

/* Tenzin */
.pricing--tenzin .pricing__item {
	margin: 1em;
	padding: 2em 2.5em;
	text-align: left;
	color: #262b38;
	background: #EEF0F3;
	border-top: 3px solid #EEF0F3;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.pricing--tenzin .pricing__item:hover {
	border-color: #e5443f;
}

.pricing--tenzin .pricing__title {
	font-size: 1em;
	margin: 0 0 1em;
}

.pricing--tenzin .pricing__price {
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em 0 0.75em;
	border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
	font-weight: bold;
	padding: 0 0 0.5em;
	color: #9CA0A9;
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
	font-size: 0.85em;
	font-style: italic;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: right;
	color: #8b909d;
}

.pricing--tenzin .pricing__action {
	text-align: center;
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/* Yama */
.pricing--yama .pricing__item {
	margin: 1em;
	padding: 0 0 2em;
	color: #fff;
	background: #1e1c20;
}

.pricing--yama .pricing__title {
	font-size: 2.35em;
	font-weight: 900;
	line-height: 1;
	width: 290px;
	margin: 0 auto;
	padding: 1em 1em 0em;
}

.pricing__amp {
	padding: 0.15em 0 0.1em;
	color: #e5443f;
}

.pricing--yama .pricing__sentence {
	margin-bottom: 2em;
	color: #fbe3e2;
}

.pricing--yama .pricing__price {
	font-size: 2em;
	font-weight: bold;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0.75em;
	cursor: default;
	color: #e5443f;
	background: #1a181b;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing--yama .pricing__item:hover .pricing__price {
	color: #fff;
}

.pricing--yama .pricing__price::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #141315;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(-150%,0,0) skewX(40deg);
	transform: translate3d(-150%,0,0) skewX(40deg);
}

.pricing--yama .pricing__item:hover .pricing__price::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) skewX(0deg);
	transform: translate3d(0,0,0) skewX(0deg);
}

.pricing--yama .pricing__period {
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	color: #fbe3e2;
}

.pricing--yama .pricing__feature-list {
	margin: 0;
	padding: 2em 1em;
	list-style: none;
	text-align: center;
	color: #fbe3e2;
}

.pricing--yama .pricing__action {
	font-weight: bold;
	margin: 0 2em;
	padding: 1em 2em;
	border-radius: 4px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.pricing--yama .pricing__action:hover,
.pricing--yama .pricing__action:focus {
	color: #e5443f;
	background: #fff;
}

/* Rabten */
.pricing--rabten .pricing__item {
	padding: 2em 4em;
	cursor: default;
	color: #262b38;
	max-width: 320px;
}

.pricing--rabten .pricing__item:nth-child(2) {
	border-right: 1px solid rgba(139, 144, 157, 0.18);
	border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__title {
	font-size: 1em;
	margin: 1.5em 0 0;
}

.pricing--rabten .icon {
	font-size: 2.5em;
	color: #8b909d;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
	color: #e5443f;
}

.pricing--rabten .pricing__price {
	font-size: 2em;
	font-weight: bold;
	margin: 0.5em 0 0.75em;
	overflow: hidden;
}

.pricing--rabten .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--rabten .pricing__period {
	font-size: 0.35em;
	color: #8b909d;
}

.pricing--rabten .pricing__anim {
	display: inline-block;
	position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing--rabten .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
	color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
	font-size: 0.85em;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
	color: #8b909d;
}

.pricing--rabten .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
	background-color: #C53737;
}

@media screen and (max-width: 60em) {
	.pricing--rabten .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
		border: none !important;
		opacity: 1 !important;
	}
}

/* Pema */
.pricing--pema .pricing__item {
	padding: 2em 1em;
	margin: 1em;
	color: #262b38;
	background: #fff;
	cursor: default;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media screen and (min-width: 66.250em) {
	.pricing--pema .pricing__item {
		margin: 1.5em 0;
	}
	.pricing--pema .pricing__item--featured {
		z-index: 10;
		margin: 0;
		font-size: 1.15em;
	}
}

.pricing--pema .pricing__title {
	font-size: 2em;
	margin: 0.5em 0 0;
	color: #1d211f;
}

.pricing--pema .icon {
	display: inline-block;
	min-width: 2em;
	color: #8A9790;
	vertical-align: middle;
}

.pricing--pema .pricing__price {
	font-size: 5em;
	font-weight: 800;
	color: #e5443f;
	position: relative;
	z-index: 100;
}

.pricing--pema .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--pema .pricing__period {
	font-size: 0.25em;
	display: inline-block;
	padding: 0 0 0 0.5em;
	color: #fbe3e2;
}

.pricing--pema .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
	color: #e5443f;
}

.pricing--pema .pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 1.5em 0.5em 2.5em;
	list-style: none;
}

.pricing--pema .pricing__feature {
	padding: 0.15em 0;
}

.pricing--pema .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 5px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
	background-color: #9e4542;
}

/* karma */
.pricing--karma .pricing__item {
	margin: 1em;
	color: #382628;
	background: #fff;
	cursor: default;
	text-transform: uppercase;
	letter-spacing: 4px;
	border: 2px solid #382628;
	border-radius: 5px;
}

.pricing--karma .pricing__title {
	font-size: 1em;
	font-weight: 700;
	margin: 0.5em 0 0;
	padding: 1em;
	border-bottom: 2px solid #382628;
}

.pricing--karma .icon {
	display: inline-block;
	min-width: 2em;
}

.pricing--karma .pricing__price {
	font-size: 3em;
	padding: 0.5em 0 0 0;
	margin: 1em;
	font-weight: bold;
	border: 2px solid #382628;
	position: relative;
	z-index: 100;
}

.pricing--karma .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--karma .pricing__period {
	font-size: 0.25em;
	display: block;
	padding: 1em;
	margin-top: 1.25em;
	border-top: 2px solid #382628;
}

.pricing--karma .pricing__sentence {
	margin: 0 0 1em 0;
	padding: 1em;
	font-size: 0.85em;
	border-bottom: 2px solid #382628;
}

.pricing--karma .pricing__feature-list {
	font-size: 0.85em;
	margin: 0;
	letter-spacing: 0;
	padding: 0 1em 2.5em 4em;
	list-style-type: square;
}

.pricing--karma .pricing__action {
	font-weight: bold;
	flex: none;
	margin: auto 1em 1em;
	padding: 1.25em 2em;
	color: #fff;
	background: #382628;
	letter-spacing: 2px;
	border-radius: 5px;
	border: 2px solid #382628;
	font-size: 0.95em;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.pricing--karma .pricing__action:hover,
.pricing--karma .pricing__action:focus {
	background-color: #fbe3e2;
	color: #382628;
}

/* norbu */
.pricing--norbu .pricing__item {
	margin: 1em;
	color: #fff;
	cursor: default;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(229,68,63, 1);
	border-radius: 10px;
	-webkit-transition: border-color 0.3s, background 0.3s;
	transition: border-color 0.3s, background 0.3s;
}

.pricing--norbu .pricing__title {
	font-size: 2em;
	font-weight: 400;
	margin: 0.5em 0;
	padding: 1em;
	position: relative;
}

.pricing--norbu .pricing__sentence {
	color: #FFF;
}

.pricing--norbu .pricing__title::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #fff;
	left: 40%;
	bottom: 0;
}

.pricing--norbu .icon {
	display: inline-block;
	min-width: 2em;
}

.pricing--norbu .pricing__price {
	font-size: 3.5em;
	padding: 0.5em 0 0 0;
	font-weight: 400;
	position: relative;
	z-index: 100;
}

.pricing--norbu .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--norbu .pricing__period {
	font-size: 0.25em;
	display: block;
	padding: 1em;
}

.pricing--norbu .pricing__sentence {
	padding: 1em 2em;
	font-size: 1em;
	margin: 0 auto 1em;
}

.pricing--norbu .pricing__feature-list {
	font-size: 1.15em;
	margin: 0 2em;
	letter-spacing: 0;
	padding: 2em 0;
	list-style: none;
}

.pricing--norbu .pricing__feature {
	line-height: 1.4;
}

.pricing--norbu .pricing__action {
	font-weight: bold;
	flex: none;
	margin: auto 1em 1em;
	padding: 1.25em 2em;
	color: #e5443f;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
	background: #fff;
}

/* Yonten */
.pricing--yonten .pricing__item {
	padding: 2em 4em;
	cursor: default;
	color: #fff;
	margin: 1em;
	border: 1px solid #5c6552;
	max-width: 320px;
}

@media screen and (min-width: 66.250em) {
	.pricing--yonten .pricing__item {
		margin: 0;
	}
	.pricing--yonten .pricing__item:nth-child(2) {
		border-right: none;
		border-left: none;
	}
}

.pricing--yonten .pricing__item:hover {
	z-index: 100;
}

.pricing--yonten .pricing__item:hover::after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	border: 5px solid #e5443f;
}

.pricing--yonten .pricing__title {
	color: #e5443f;
}

.pricing--yonten .pricing__title {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em;
}

.pricing--yonten .icon {
	font-size: 3em;
	margin: 0 0 0.5em 0;
	color: #e5443f;
}

.pricing--yonten .pricing__price {
	font-size: 2em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #e5443f;
}

.pricing--yonten .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--yonten .pricing__period {
	font-size: 0.35em;
	padding: 0 0 0 0.5em;
	color: #646D5B;
}

.pricing--yonten .pricing__feature-list {
	margin: 0;
	padding: 0.25em 0 8em;
	list-style: none;
	text-align: center;
	color: #81867D;
}

.pricing--yonten .pricing__feature {
	padding: 0.25em;
}

.pricing--yonten .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	border-radius: 40px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.pricing--yonten .pricing__action:hover,
.pricing--yonten .pricing__action:focus {
	color: #e5443f;
	background: #fff;
}

/* tashi */
.pricing--tashi .pricing__item {
	margin: 0.5em;
	padding: 2em 2.5em;
	text-align: left;
	color: #fff;
	background: #262c37;
}

.pricing--tashi .pricing__title {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 0.15em;
	color: #e5443f;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__title {
	color: #e5443f;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__title {
	color: #e5443f;
}

.pricing--tashi .pricing__price {
	font-size: 3em;
	font-weight: 300;
	padding: 0.85em 0;
}

.pricing--tashi .pricing__currency {
	font-size: 0.65em;
	vertical-align: super;
	color: #e5443f;
}

.pricing--tashi .pricing__period {
	font-size: 0.35em;
	padding: 0 0 0 0.5em;
	color: #e5443f;
}

.pricing--tashi .pricing__sentence {
	padding: 0 0 0.5em;
	margin: 0;
	color: #FFF;
}

.pricing--tashi .pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 0 0 2.5em;
	list-style: none;
	color: #FFF;
}

.pricing--tashi .pricing__feature {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

.pricing--tashi .pricing__feature::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #e5443f;
	left: 0;
	top: 50%;
	margin: -2px 0 0 0;
}

.pricing--tashi .pricing__action {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin-top: auto;
	font-size: 1.55em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 30px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	text-align: center;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__action {
	background: #e5443f;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__action {
	background: #e5443f;
}

.pricing--tashi .pricing__action:hover,
.pricing--tashi .pricing__action:focus {
	background: #1A1F28 !important;
}

/* palden */
.pricing--palden .pricing__item {
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

@media screen and (min-width: 66.250em) {
	.pricing--palden .pricing__item {
		margin: 1em -0.5em;
	}
	.pricing--palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}

.pricing--palden .pricing__deco {
	border-radius: 10px 10px 0 0;
	background: #e5443f;
	padding: 4em 0 9em;
	position: relative;
}

.pricing--palden .pricing__deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.pricing--palden .pricing__item--featured .pricing__deco {
	padding: 5em 0 8.885em 0;
}

.pricing--palden .pricing__title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ffd5bd;
}

.pricing--palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pricing--palden .pricing__item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}

.pricing--palden .pricing__item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0);
}

.pricing--palden .icon {
	font-size: 2.5em;
}

.pricing--palden .pricing__price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing--palden .pricing__currency {
	font-size: 0.15em;
	vertical-align: top;
	color: rgba(0,0,0,0.4);
}

.pricing--palden .pricing__period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	color: rgba(0,0,0,0.4);
	font-style: italic;
}

.pricing--palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing--palden .pricing__feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}

.pricing--palden .pricing__feature {
	padding: 1em 0;
}

.pricing--palden .pricing__action {
	font-weight: bold;
	margin: auto 3em 2em 3em; 
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #e5443f;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--palden .pricing__action:hover,
.pricing--palden .pricing__action:focus {
	background-color: #e5443f;
}

/* Custom */



/* variables */
:root {
  /* colors */
  --pd6-color-primary-hsl: 2, 76%, 57%;
  --pd6-color-bg-hsl: 0, 0%, 100%;
  --pd6-color-contrast-high-hsl: 230, 7%, 23%;
  --pd6-color-contrast-higher-hsl: 230, 13%, 9%;
  --pd6-color-contrast-low-hsl: 240, 4%, 65%;
  --pd6-color-bg-dark-hsl: 240, 4%, 95%;
  --pd6-color-bg-light-hsl: 0, 0%, 100%;
  --pd6-color-white-hsl: 0, 0%, 100%;
  --pd6-color-primary-darker-hsl: 2, 76%, 57%;
  --pd6-color-primary-light-hsl: 2, 76%, 57%;
  --pd6-color-bg-lighter-hsl: 0, 0%, 100%;
  --pd6-color-black-hsl: 230, 13%, 9%;

  /* spacing */
  --pd6-space-3xs: 0.25rem;
  --pd6-space-2xs: 0.375rem;
  --pd6-space-xs: 0.5rem;
  --pd6-space-sm: 0.75rem;
  --pd6-space-md: 1.25rem;

  /* typography */
  --pd6-text-3xl: 2.488rem;
  --pd6-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --pd6-space-3xs: 0.375rem;
    --pd6-space-2xs: 0.5625rem;
    --pd6-space-xs: 0.75rem;
    --pd6-space-sm: 1.125rem;
    --pd6-space-md: 2rem;

    /* typography */
    --pd6-text-3xl: 3.815rem;
    --pd6-text-sm: 1rem;
  }
}

/* buttons */
.pd6-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
  background: hsl(var(--pd6-color-bg-dark-hsl));
  color: hsl(var(--pd6-color-contrast-higher-hsl));
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: var(--pd6-space-2xs) var(--pd6-space-sm);
  border-radius: 0.25em;
}

.pd6-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(var(--pd6-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--pd6-color-contrast-higher-hsl), 0.15);
  outline: none;
}

.pd6-btn:active {
  transform: translateY(2px);
}

.pd6-btn--primary {
  background: hsl(var(--pd6-color-primary-hsl));
  color: hsl(var(--pd6-color-white-hsl));
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.15), 0px 1px 3px hsla(var(--pd6-color-primary-darker-hsl), 0.25), 0px 2px 6px hsla(var(--pd6-color-primary-darker-hsl), 0.1), 0px 6px 10px -2px hsla(var(--pd6-color-primary-darker-hsl), 0.25);
}

.pd6-btn--primary:hover {
  background: hsl(var(--pd6-color-primary-light-hsl));
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.15), 0px 1px 2px hsla(var(--pd6-color-primary-darker-hsl), 0.25), 0px 1px 4px hsla(var(--pd6-color-primary-darker-hsl), 0.1), 0px 3px 6px -2px hsla(var(--pd6-color-primary-darker-hsl), 0.25);
}

.pd6-btn--primary:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.15), 0px 1px 2px hsla(var(--pd6-color-primary-darker-hsl), 0.25), 0px 1px 4px hsla(var(--pd6-color-primary-darker-hsl), 0.1), 0px 3px 6px -2px hsla(var(--pd6-color-primary-darker-hsl), 0.25), 0px 0px 0px 2px hsl(var(--pd6-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--pd6-color-primary-hsl));
}

.pd6-btn--subtle {
  background: hsl(var(--pd6-color-bg-lighter-hsl));
  color: hsl(var(--pd6-color-contrast-higher-hsl));
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--pd6-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--pd6-color-black-hsl), 0.2), 0 0.3px 0.4px rgba(0, 0, 0, 0.025),0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}

.pd6-btn--subtle:hover {
  background: hsl(var(--pd6-color-bg-light-hsl));
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--pd6-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--pd6-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12);
}

.pd6-btn--subtle:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--pd6-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--pd6-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--pd6-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px hsl(var(--pd6-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--pd6-color-contrast-high-hsl));
}

.pd6-btn--md {
  font-size: 1.2em;
}

/* component */
.p-table__item {
  background-color: hsl(var(--pd6-color-bg-dark-hsl));
  border-radius: 0.5em;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  padding: var(--pd6-space-md);
  display: flex;
  flex-direction: column;
}

.p-table__item--popular {
  background-color: hsl(var(--pd6-color-bg-light-hsl));
  box-shadow: 0 0 0 2px hsl(var(--pd6-color-primary-hsl)), 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}

.p-table__badge {
  font-size: var(--pd6-text-sm);
  background-color: hsl(var(--pd6-color-contrast-high-hsl));
  color: hsl(var(--pd6-color-bg-hsl));
  padding: var(--pd6-space-3xs) var(--pd6-space-2xs);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border-radius: 0.25em;
}

.p-table__price span {
  font-size: var(--pd6-text-3xl);
  font-weight: bold;
}
.p-table__price i {
  color: hsl(var(--pd6-color-contrast-low-hsl));
}

.p-table__features li {
  margin-bottom: var(--pd6-space-xs);
}

.p-table__switch {
  display: none;
}

.p-table--has-switch .p-table__price-wrapper {
  position: relative;
  overflow: hidden;
}
.p-table--has-switch .p-table__price {
  will-change: transform;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-table--has-switch .p-table__price[data-transition-delay="2nd"] {
  transition-delay: 0.1s;
}
.p-table--has-switch .p-table__price[data-transition-delay="3rd"] {
  transition-delay: 0.2s;
}
.p-table--has-switch .p-table__price--month {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-table--has-switch .p-table__price--year {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-table--yearly .p-table__price--month {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-table--yearly .p-table__price--year {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* utility classes */
.pd6-width-100\% {
  width: 100%;
}

.pd6-margin-top-auto {
  margin-top: auto;
}

.pd6-margin-bottom-md {
  margin-bottom: var(--pd6-space-md);
}

.pd6-margin-bottom-sm {
  margin-bottom: var(--pd6-space-sm);
}

.pd6-margin-bottom-2xs {
  margin-bottom: var(--pd6-space-2xs);
}

.pd6-items-center {
  align-items: center;
}

.pd6-justify-between {
  justify-content: space-between;
}

.pd6-flex {
  display: flex;
}

.pd6-gap-sm {
  gap: var(--pd6-space-sm);
}

.pd6-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.pd6-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}

.pd6-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.pd6-justify-center {
  justify-content: center;
}

@media(min-width: 64rem){
  .pd6-col-4\@md {
    grid-column-end: span 4;
  }
}


/* Switcher */


/* variables */
:root {
  /* colors */
  --ri5-color-primary-hsl: 2, 76%, 57%;
  --ri5-color-bg-hsl: 0, 0%, 100%;
  --ri5-color-contrast-high-hsl: 230, 7%, 23%;
  --ri5-color-contrast-higher-hsl: 230, 13%, 9%;
  --ri5-color-bg-darker-hsl: 240, 4%, 90%;
  --ri5-color-white-hsl: 0, 0%, 100%;

  /* typography */
  --ri5-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* typography */
    --ri5-text-sm: 1rem;
  }
}

/* icons */
.ri5-icon {
  height: var(--ri5-size, 1em);
  width: var(--ri5-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.ri5-icon--xs {
  --ri5-size: 16px;
}

/* component */
:root {
  --radio-switch-width: 186px;
  --radio-switch-height: 46px;
  --radio-switch-padding: 3px;
  --radio-switch-radius: 50em;
  --radio-switch-animation-duration: 0.3s;
}

.radio-switch {
  position: relative;
  display: inline-block;
  display: inline-flex;
  padding: var(--radio-switch-padding);
  border-radius: calc(var(--radio-switch-radius) * 1.4);
  background-color: hsl(var(--ri5-color-bg-darker-hsl));
}
.radio-switch:focus-within, .radio-switch:active {
  box-shadow: 0 0 0 2px hsla(var(--ri5-color-contrast-higher-hsl), 0.15);
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
  width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: var(--radio-switch-radius);
  cursor: pointer;
  font-size: var(--ri5-text-sm);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all var(--radio-switch-animation-duration);
}
.radio-switch__input:checked ~ .radio-switch__label {
  color: hsl(var(--ri5-color-white-hsl));
}
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: hsla(var(--ri5-color-primary-hsl), 0.6));
}
.radio-switch__label :not(*):focus-within, .radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: var(--radio-switch-radius);
  background-color: hsl(var(--ri5-color-primary-hsl));
  height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
  width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
  transition: -webkit-transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
}
.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}


/* Footer */

/* variables */
:root {
  /* colors */
  --me6-color-primary-hsl: 250, 84%, 54%;
  --me6-color-bg-hsl: 0, 0%, 100%;
  --me6-color-contrast-high-hsl: 230, 7%, 23%;
  --me6-color-contrast-higher-hsl: 230, 13%, 9%;
  --me6-color-contrast-medium-hsl: 225, 4%, 47%;
  --me6-color-contrast-lower-hsl: 240, 4%, 85%;

  /* spacing */
  --me6-space-xs: 0.5rem;
  --me6-space-sm: 0.75rem;
  --me6-space-md: 1.25rem;
  --me6-space-lg: 2rem;
  --me6-space-xl: 3.25rem;

  /* typography */
  --me6-text-base: 1rem;
  --me6-text-sm: 0.833rem;
  --me6-text-xs: 0.694rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --me6-space-xs: 0.75rem;
    --me6-space-sm: 1.125rem;
    --me6-space-md: 2rem;
    --me6-space-lg: 3.125rem;
    --me6-space-xl: 5.125rem;

    /* typography */
    --me6-text-base: 1.25rem;
    --me6-text-sm: 1rem;
    --me6-text-xs: 0.8rem;
  }
}

/* icons */
.me6-icon {
  height: var(--me6-size, 1em);
  width: var(--me6-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

/* component */
.main-footer__logo {
  display: inline-block;
}
.main-footer__logo svg, .main-footer__logo img {
  display: block;
}

.main-footer__link {
  color: hsl(var(--me6-color-contrast-medium-hsl));
  text-decoration: none;
}
.main-footer__link:hover {
  color: hsl(var(--me6-color-contrast-high-hsl));
  text-decoration: underline;
}

.main-footer__social {
  text-decoration: none;
  display: inline-block;
  color: hsl(var(--me6-color-contrast-medium-hsl));
}
.main-footer__social:hover {
  color: hsl(var(--me6-color-contrast-high-hsl));
}
.main-footer__social .me6-icon {
  font-size: 1.2em;
}
@media (min-width: 64rem) {
  .main-footer__social .me6-icon {
    font-size: 1em;
  }
}

/* utility classes */
.me6-block {
  display: block;
}

.me6-gap-xs {
  gap: var(--me6-space-xs);
}

.me6-items-center {
  align-items: center;
}

.me6-flex {
  display: flex;
}

.me6-color-contrast-high {
  --me6-color-o: 1;
  color: hsla(var(--me6-color-contrast-high-hsl), var(--me6-color-o, 1));
}

.me6-flex-wrap {
  flex-wrap: wrap;
}

.me6-color-contrast-medium {
  --me6-color-o: 1;
  color: hsla(var(--me6-color-contrast-medium-hsl), var(--me6-color-o, 1));
}

.me6-text-sm {
  font-size: var(--me6-text-sm);
}

.me6-margin-bottom-sm {
  margin-bottom: var(--me6-space-sm);
}

.me6-margin-top-lg {
  margin-top: var(--me6-space-lg);
}

.me6-padding-y-xs {
  padding-top: var(--me6-space-xs);
  padding-bottom: var(--me6-space-xs);
}

.me6-border-top {
  --me6-border-o: 1;
  border-top: var(--me6-border-width, 1px) var(--me6-border-style, solid) hsla(var(--me6-color-contrast-lower-hsl), var(--me6-border-o, 1));
}

.me6-flex-column {
  flex-direction: column;
}

.me6-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.me6-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}

.me6-gap-y-lg {
  row-gap: var(--me6-space-lg);
}

.me6-max-width-lg {
  max-width: 80rem;
}

.me6-container {
  width: calc(100% - 2*var(--me6-space-md));
  margin-left: auto;
  margin-right: auto;
}

.me6-padding-top-xl {
  padding-top: var(--me6-space-xl);
}

.me6-z-index-1 {
  z-index: 1;
}

.me6-position-relative {
  position: relative;
}

@media(min-width: 32rem){
  .me6-gap-lg\@xs {
    gap: var(--me6-space-lg);
  }

  .me6-col-6\@xs {
    grid-column-end: span 6;
  }
}

@media(min-width: 64rem){
  .me6-text-xs\@md {
    font-size: var(--me6-text-xs);
  }

  .me6-margin-bottom-0\@md {
    margin-bottom: 0;
  }

  .me6-items-center\@md {
    align-items: center;
  }

  .me6-justify-between\@md {
    justify-content: space-between;
  }

  .me6-flex-row\@md {
    flex-direction: row;
  }

  .me6-text-sm\@md {
    font-size: var(--me6-text-sm);
  }

  .me6-text-base\@md {
    font-size: var(--me6-text-base);
  }

  .me6-col-3\@md {
    grid-column-end: span 3;
  }
}

@media(min-width: 80rem){
  .me6-order-1\@lg {
    order: 1;
  }

  .me6-text-right\@lg {
    text-align: right;
  }

  .me6-order-2\@lg {
    order: 2;
  }

  .me6-gap-lg\@lg {
    gap: var(--me6-space-lg);
  }

  .me6-col-3\@lg {
    grid-column-end: span 3;
  }

  .me6-col-9\@lg {
    grid-column-end: span 9;
  }
}


/* Social */

/* variables */
:root {
  /* colors */
  --sk4-color-primary-hsl: 2, 76%, 57%;
  --sk4-color-bg-hsl: 0, 0%, 100%;
  --sk4-color-contrast-high-hsl: 230, 7%, 23%;
  --sk4-color-contrast-higher-hsl: 230, 13%, 9%;
  --sk4-color-white-hsl: 0, 0%, 100%;

  /* spacing */
  --sk4-space-sm: 0.75rem;
  --sk4-space-md: 1.25rem;
  --sk4-space-lg: 2rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --sk4-space-sm: 1.125rem;
    --sk4-space-md: 2rem;
    --sk4-space-lg: 3.125rem;
  }
}

/* icons */
.sk4-icon {
  height: var(--sk4-size, 1em);
  width: var(--sk4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

/* component */
.socials__btns a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(var(--sk4-color-contrast-high-hsl));
  transition: 0.3s;
}
.socials__btns a svg {
  height: 1.25em;
  width: 1.25em;
  /* icon size */
  color: hsl(var(--sk4-color-bg-hsl));
  /* icon color */
  transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.socials__btns a:hover {
  background-color: hsl(var(--sk4-color-primary-hsl));
}
.socials__btns a:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: hsl(var(--sk4-color-white-hsl));
}

/* utility classes */
.sk4-flex-wrap {
  flex-wrap: wrap;
}

.sk4-gap-sm {
  gap: var(--sk4-space-sm);
}

.sk4-flex-center {
  justify-content: center;
  align-items: center;
}

.sk4-flex {
  display: flex;
}

.sk4-margin-bottom-lg {
  margin-bottom: var(--sk4-space-lg);
}

.sk4-max-width-md {
  max-width: 64rem;
}

.sk4-container {
  width: calc(100% - 2*var(--sk4-space-md));
  margin-left: auto;
  margin-right: auto;
}

.sk4-text-center {
  text-align: center;
}

/* Overlay Image */


/* variables */
:root {
  /* colors */
  --sy8-color-primary-hsl: 250, 84%, 54%;
  --sy8-color-bg-hsl: 0, 0%, 100%;
  --sy8-color-contrast-high-hsl: 230, 7%, 23%;
  --sy8-color-contrast-higher-hsl: 230, 13%, 9%;
  --sy8-color-accent-hsl: 342, 89%, 48%;
  --sy8-color-contrast-lower-hsl: 240, 4%, 85%;

  /* spacing */
  --sy8-space-md: 1.25rem;
  --sy8-space-xl: 3.25rem;
  --sy8-space-sm: 0.75rem;
  --sy8-space-xs: 0.5rem;

  /* typography */
  --sy8-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --sy8-space-md: 2rem;
    --sy8-space-xl: 5.125rem;
    --sy8-space-sm: 1.125rem;
    --sy8-space-xs: 0.75rem;

    /* typography */
    --sy8-text-sm: 1rem;
  }
}

/* component */
.sticky-hero {
  position: relative;
  z-index: 1;
}

.sticky-hero__media {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.sticky-hero--overlay-layer .sticky-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: hsl(var(--sy8-color-bg-hsl));
  transition: opacity 1s;
}

.sticky-hero--media-is-fixed.sticky-hero--overlay-layer .sticky-hero__media::after {
  opacity: 0.65;
}

.sticky-hero--media-is-fixed.sticky-hero--scale .sticky-hero__media {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sticky-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sticky-hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.sticky-hero__content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* utility classes */
.sy8-text-component :where(h1, h2, h3, h4) {
  line-height: var(--sy8-heading-line-height, 1.2);
  margin-top: calc(var(--sy8-space-md) * var(--sy8-space-multiplier, 1));
  margin-bottom: calc(var(--sy8-space-sm) * var(--sy8-space-multiplier, 1));
}

.sy8-text-component :where(p, blockquote, ul li, ol li) {
  line-height: var(--sy8-body-line-height, 1.4);
}

.sy8-text-component :where(ul, ol, p, blockquote, .sy8-text-component__block) {
  margin-bottom: calc(var(--sy8-space-sm) * var(--sy8-space-multiplier, 1));
}

.sy8-text-component :where(ul, ol) {
  padding-left: 1.25em;
}

.sy8-text-component ul :where(ul, ol), .sy8-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}

.sy8-text-component ul {
  list-style-type: disc;
}

.sy8-text-component ol {
  list-style-type: decimal;
}

.sy8-text-component img {
  display: block;
  margin: 0 auto;
}

.sy8-text-component figcaption {
  margin-top: calc(var(--sy8-space-xs) * var(--sy8-space-multiplier, 1));
  font-size: var(--sy8-text-sm);
  text-align: center;}

.sy8-text-component em {
  font-style: italic;
}

.sy8-text-component strong {
  font-weight: bold;
}

.sy8-text-component s {
  text-decoration: line-through;
}

.sy8-text-component u {
  text-decoration: underline;
}

.sy8-text-component mark {
  background-color: hsla(var(--sy8-color-accent-hsl), 0.2);
  color: inherit;
}

.sy8-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(var(--sy8-color-contrast-lower-hsl));
  font-style: italic;
}

.sy8-text-component hr {
  margin: calc(var(--sy8-space-md) * var(--sy8-space-multiplier, 1)) auto;
  background: hsl(var(--sy8-color-contrast-lower-hsl));
  height: 1px;
}

.sy8-text-component > *:first-child {
  margin-top: 0;
}

.sy8-text-component > *:last-child {
  margin-bottom: 0;
}

.sy8-text-component.sy8-line-height-xs {
  --sy8-heading-line-height: 1;
  --sy8-body-line-height: 1.1;
}

.sy8-text-component.sy8-line-height-sm {
  --sy8-heading-line-height: 1.1;
  --sy8-body-line-height: 1.2;
}

.sy8-text-component.sy8-line-height-md {
  --sy8-heading-line-height: 1.15;
  --sy8-body-line-height: 1.4;
}

.sy8-text-component.sy8-line-height-lg {
  --sy8-heading-line-height: 1.22;
  --sy8-body-line-height: 1.58;
}

.sy8-text-component.sy8-line-height-xl {
  --sy8-heading-line-height: 1.3;
  --sy8-body-line-height: 1.72;
}

.sy8-article {
  --sy8-heading-line-height: 1.22;
  --sy8-body-line-height: 1.66;
  --sy8-space-multiplier: 1.2;
}

.sy8-max-width-sm {
  max-width: 48rem;
}

.sy8-container {
  width: calc(100% - 2*var(--sy8-space-md));
  margin-left: auto;
  margin-right: auto;
}

.sy8-margin-bottom-xl {
  margin-bottom: var(--sy8-space-xl);
}

.sy8-text-center {
  text-align: center;
}


/* Team */

/* variables */
:root {
  /* colors */
  --cy7-color-primary-hsl: 250, 84%, 54%;
  --cy7-color-bg-hsl: 0, 0%, 100%;
  --cy7-color-contrast-high-hsl: 230, 7%, 23%;
  --cy7-color-contrast-higher-hsl: 230, 13%, 9%;
  --cy7-color-black-hsl: 230, 13%, 9%;
  --cy7-color-white-hsl: 0, 0%, 100%;

  /* spacing */
  --cy7-space-3xs: 0.25rem;
  --cy7-space-sm: 0.75rem;
  --cy7-space-md: 1.25rem;

  /* typography */
  --cy7-text-md: 1.2rem;
  --cy7-text-base: 1rem;
  --cy7-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --cy7-space-3xs: 0.375rem;
    --cy7-space-sm: 1.125rem;
    --cy7-space-md: 2rem;

    /* typography */
    --cy7-text-md: 1.5625rem;
    --cy7-text-base: 1.25rem;
    --cy7-text-sm: 1rem;
  }
}

/* component */
.card-v2 {
  position: relative;
  overflow: hidden;
}
.card-v2 img {
  display: block;
  width: 100%;
}

.card-v2__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(hsla(var(--cy7-color-black-hsl), 0), hsla(var(--cy7-color-black-hsl), 1));
  background-blend-mode: multiply;
  color: hsl(var(--cy7-color-white-hsl));
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-v2--blur-fx .card-v2__caption {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

a.card-v2 {
  display: block;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
a.card-v2:hover {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}

/* utility classes */
.cy7-opacity-70\% {
  opacity: 0.7;
}

.cy7-text-sm {
  font-size: var(--cy7-text-sm);
}

.cy7-margin-top-3xs {
  margin-top: var(--cy7-space-3xs);
}

.cy7-text-md {
  font-size: var(--cy7-text-md);
}

.cy7-text-center {
  text-align: center;
}

.cy7-padding-bottom-sm {
  padding-bottom: var(--cy7-space-sm);
}

.cy7-padding-top-md {
  padding-top: var(--cy7-space-md);
}

.cy7-padding-x-sm {
  padding-left: var(--cy7-space-sm);
  padding-right: var(--cy7-space-sm);
}

.cy7-radius-md {
  border-radius: 0.25em;
}

.cy7-padding-sm {
  padding: var(--cy7-space-sm);
}

@media(min-width: 64rem){
  .cy7-text-base\@md {
    font-size: var(--cy7-text-base);
  }
}


/* Testimonials */


.swiper-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(4px);
    background: #fbe3e2;
    border-radius: 10px;
}

.swiper-slide-active {
    filter: blur(0px);
    background: #fff;
}

.testimonialBox {
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 40px;
    color: #999;
}

.testimonialBox img {
    width: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.testimonialBox .quote {
    position: relative;
    top: 10px;
    right: 30px;
    opacity: 0.2;
}

.testimonialBox .details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonialBox .details .imgBx {
    position: relative;
    width: 60px;
    border-radius: 50%;
}

.testimonialBox .details h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2196f3;
    line-height: 1.1em;
}

.testimonialBox .details h3 span {
    font-size: 12px;
    color: #666;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-container.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress {
    overflow: hidden;
}

.sy8-container.sy8-max-width-sm.sy8-text-component p {
	color: white;
}