/* @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&family=Ubuntu:wght@300;400;500;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Source+Sans+Pro:wght@400;600&&display=swap");

:root {
	--black: #000;
	--white: #fff;
	--grey: #cccccc;
	--dark-grey: #4d4d4d;

	--orange-dark: #ff5400;
	--orange-darker: #ff6d00;
	--orange: #ff8500;
	--orange-lighter: #ff9100;
	--orange-light: #ff9e00;

	--blue-dark: #03045e;
	--blue-darker: #023e8a;
	--blue: rgb(0, 119, 182);
	--blue-lighter: #0096c7;
	--blue-light: rgb(0, 180, 216);

	--font-accent: "Lora", serif;
	--font-body: "Source Sans Pro", sans-serif;
}

html,
body {
	font-size: 18px;
	font-family: var(--font-body);
	color: var(--blue-dark);
}
h1,
h2,
h3,
h4,
h5,
h6,
.sg-form-title,
.sg-form-subtitle,
.h1,
.h2,
.fundamentals .item-title {
	font-family: var(--font-accent);
	line-height: normal;
}
h1 {
	line-height: normal;
}
h1 {
	font-size: 50px;
}
h2,
.sg-form-title,
.sg-form-subtitle,
.h2 {
	font-size: 38px;
}
h3 {
	font-size: 28px;
}
h1 span,
h2 span,
h3 span,
.title span,
.h2 span {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: -10px;
}

h1 span::after,
h2 span::after,
h3 span::after,
.title span::after,
.h2 span::after {
	content: "";
	position: absolute;
	background: url(../img/custom-border.svg) no-repeat;
	background-size: cover;

	display: inline-block;
	left: 0;
	right: 0;
	height: 0.25em;
	bottom: 0;
	z-index: -1;
}
div.text-tr a {
	color: #ff6d00 !important;
}
.centered-title-desc-button .text span {
	color: var(--orange-light);
	font-weight: bold;
}
.text-center,
.text-sm-center {
	text-align: center;
}
.mt-l {
	margin-top: 70px;
}

.mb-l {
	margin-bottom: 70px;
}
section,
.bg_columns_sec a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}

.accent {
	font-family: var(--font-accent);
	font-size: 25px;
}

/* video responsive fix */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper .rll-youtube-player {
	box-shadow: 0 0 30px 10px rgb(0 0 0 / 35%);
	border-radius: 10px;
}
.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1530px) {
	.wrap-1420 {
		max-width: 1420px;
	}
}
.logo {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
.logo img {
	margin-right: 17px;
}
.logo span {
	letter-spacing: 1.1px;
}
.home_hero h1 {
	line-height: 1.2;
	letter-spacing: -0.8px;
	margin-bottom: 25px;
	color: white;
}
.single_testimonial {
	text-align: center;
}
.single_testimonial img {
	width: 90px;
}

.award_block {
	padding: 30px 0;
	color: white;
}
.home_hero .subtitle,
.numbers {
	color: white;
}

.numbers {
	font-family: var(--font-accent);
}

.numbers .number-n {
	font-size: 25px;
}
.numbers .number-t {
	font-size: 14px;
}
.single_testimonial {
	color: white;
	margin-top: 50px;
}

.bg-col h2 {
	line-height: 1;
	font-size: 30px;
}
.row.list_items {
	display: flex;
	margin: 20px 0;
}
.trusted_by {
	color: white;
	/* padding: 45px 0; */
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
}
.trusted_by img {
	max-height: 100px;
	margin: 10px;
	width: auto;
}
.single_button,
.button {
	text-align: center;
}
.single_image img {
	width: 150px;
	display: inline-block;
}
.single_image {
	display: block;
	text-align: center;
}
.bullet_points_img {
	margin-bottom: 13px;
}
.bullet_points_img img {
	width: 28px;
	margin-top: 5px;
	/* margin-bottom: 11px; */
}
.company-n::before {
	content: "|";
	height: 100%;
	display: inline-block;
	margin-right: 5px;
	bottom: 1px;
	position: relative;
}
.btn,
[type="submit"] {
	color: var(--blue-dark);
	border: 2px solid;
	background-color: transparent;
	border-radius: 15px;
	font-size: 1.1em;
	padding: 12px 45px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	transition-property: background, color, border;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
	width: auto;
	cursor: pointer;
}

.btn-wide {
	width: 100%;
	max-width: 300px;
}
.btn-fill {
	color: var(--blue-dark);
	border: 2px solid var(--white);
	background-color: var(--white);
}
.btn-small {
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 12px;
	font-family: var(--font-body);
	font-weight: normal;
}

.btn-blue-light {
	border-color: var(--blue-light);
}
.btn-blue-light.btn-fill {
	background-color: var(--blue-light);
	color: #fff;
}
.btn-blue-light.btn-outline {
	color: var(--blue-light);
}

.color-black {
	color: var(--black);
}
.color-white {
	color: var(--white);
}
.color-grey {
	color: var(--grey);
}
.color-dark-grey {
	color: var(--dark-grey);
}
.color-orange-dark {
	color: var(--orange-dark);
}
.color-orange-darker {
	color: var(--orange-darker);
}
.color-orange {
	color: var(--orange);
}
.color-orange-lighter {
	color: var(--orange-lighter);
}
.color-orange-light {
	color: var(--orange-light);
}
.color-blue-dark {
	color: var(--blue-dark);
}
.color-blue-darker {
	color: var(--blue-darker);
}
.color-blue {
	color: var(--blue);
}
.color-blue-lighter {
	color: var(--blue-lighter);
}
.color-blue-light {
	color: var(--blue-light);
}

.bg-black {
	background-color: var(--black);
}
.bg-white {
	background-color: var(--white);
}
.bg-grey {
	background-color: var(--grey);
}
.bg-dark-grey {
	background-color: var(--dark-grey);
}
.bg-orange-dark {
	background-color: var(--orange-dark);
}
.bg-orange-darker {
	background-color: var(--orange-darker);
}
.bg-orange {
	background-color: var(--orange);
}
.bg-orange-lighter {
	background-color: var(--orange-lighter);
}
.bg-orange-light {
	background-color: var(--orange-light);
}
.bg-blue-dark {
	background-color: var(--blue-dark);
}
.bg-blue-darker {
	background-color: var(--blue-darker);
}
.bg-blue {
	background-color: var(--blue);
}
.bg-blue-lighter {
	background-color: var(--blue-lighter);
}
.bg-blue-light {
	background-color: var(--blue-light);
}

.border-black {
	border-color: var(--black);
}
.border-white {
	border-color: var(--white);
}
.border-grey {
	border-color: var(--grey);
}
.border-dark-grey {
	border-color: var(--dark-grey);
}
.border-orange-dark {
	border-color: var(--orange-dark);
}
.border-orange-darker {
	border-color: var(--orange-darker);
}
.border-orange {
	border-color: var(--orange);
}
.border-orange-lighter {
	border-color: var(--orange-lighter);
}
.border-orange-light {
	border-color: var(--orange-light);
}
.border-blue-dark {
	border-color: var(--blue-dark);
}
.border-blue-darker {
	border-color: var(--blue-darker);
}
.border-blue {
	border-color: var(--blue);
}
.border-blue-lighter {
	border-color: var(--blue-lighter);
}
.border-blue-light {
	border-color: var(--blue-light);
}

.hover-bg-transparent:hover {
	background-color: transparent;
}
.hover-bg-black:hover {
	background-color: var(--black);
}
.hover-bg-white:hover {
	background-color: var(--white);
}
.hover-bg-grey:hover {
	background-color: var(--grey);
}
.hover-bg-dark-grey:hover {
	background-color: var(--dark-grey);
}
.hover-bg-orange-dark:hover {
	background-color: var(--orange-dark);
}
.hover-bg-orange-darker:hover {
	background-color: var(--orange-darker);
}
.hover-bg-orange:hover {
	background-color: var(--orange);
}
.hover-bg-orange-lighter:hover {
	background-color: var(--orange-lighter);
}
.hover-bg-orange-light:hover {
	background-color: var(--orange-light);
}
.hover-bg-blue-dark:hover {
	background-color: var(--blue-dark);
}
.hover-bg-blue-darker:hover {
	background-color: var(--blue-darker);
}
.hover-bg-blue:hover {
	background-color: var(--blue);
}
.hover-bg-blue-lighter:hover {
	background-color: var(--blue-lighter);
}
.hover-bg-blue-light:hover {
	background-color: var(--blue-light);
}

.hover-color-black:hover {
	color: var(--black);
}
.hover-color-white:hover {
	color: var(--white);
}
.hover-color-grey:hover {
	color: var(--grey);
}
.hover-color-dark-grey:hover {
	color: var(--dark-grey);
}
.hover-color-orange-dark:hover {
	color: var(--orange-dark);
}
.hover-color-orange-darker:hover {
	color: var(--orange-darker);
}
.hover-color-orange:hover {
	color: var(--orange);
}
.hover-color-orange-lighter:hover {
	color: var(--orange-lighter);
}
.hover-color-orange-light:hover {
	color: var(--orange-light);
}
.hover-color-blue-dark:hover {
	color: var(--blue-dark);
}
.hover-color-blue-darker:hover {
	color: var(--blue-darker);
}
.hover-color-blue:hover {
	color: var(--blue);
}
.hover-color-blue-lighter:hover {
	color: var(--blue-lighter);
}
.hover-color-blue-light:hover {
	color: var(--blue-light);
}

.three-col-text .item,
.fundamentals .box {
	box-shadow: 0 0 10px 0 rgb(94 94 94 / 22%);
	border-radius: 20px;
	padding: 25px;
}

.bg-col a.item {
	display: flex;
	flex-direction: column;
	padding: 20px;
	min-height: 200px;
	justify-content: flex-end;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-family: var(--font-accent);
	transition: all 0.2s linear;
	transform: scale(1);
	opacity: 1;
}
.bg-col a.item:hover {
	transform: scale(1.05);
	opacity: 0.9;
}

.single_testimonial .details {
	padding-left: 15px;
	text-align: left;
	border-left: 2px solid #fff;
}
.single_testimonial {
	font-family: var(--font-accent);
	font-size: 18px;
}
.single_testimonial .details p {
	font-size: 14px;
}
.single_testimonial .details p:not(.name) {
	font-family: var(--font-body);
}
.footer {
	box-shadow: 0px 0px 50px rgb(231, 231, 231);
	color: var(--black);
}

.shadow {
	background: #fff;
	box-shadow: 0 0 20px 0 #ddd;
	border-radius: 10px;
	position: relative;
}

.demo_lesson_section {
	font-family: var(--font-accent);
}
.demo_lesson_section .list_n {
	font-size: 50px;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px #ededed;
	border-radius: 10px;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	align-items: center;
	text-align: center;
	background-color: #007bff;
	transition: width 0.6s ease;
}
.progress-bar .percents,
.progress .desc {
	display: flex;
	align-self: center;
}
.progress .desc {
	flex: 1;
	justify-content: center;
	flex-wrap: wrap;
}
.percent-row-1,
.percent-row-2 {
	font-family: var(--font-accent);
}
.percent-row-1 .percents {
	font-size: 38px;
	line-height: 0.8;
}

.percent-row-1 .percents {
	color: var(--orange);
}
.percent-row-1 .titlewrap {
	color: var(--orange-light);
	line-height: 1.1;
}
.percent-row-1 + .progress .progress-bar {
	background: linear-gradient(45deg, #f95f17, #eaa51a);
}
.percent-row-2 .progress-bar {
	background: #9e9e9e;
}
.percent-row-2 .desc {
	color: #999999;
}
/* .success .btn{
	background-color: var(--blue-light);
	color: #fff;
} */
.page-hero {
	position: relative;
	z-index: 1;
}
.page-hero .container {
	position: relative;
	z-index: 3;
}
.page-hero .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.page-hero .bullet_icons img {
	min-width: 20px;
	margin-right: 20px;
}

@media (max-width: 1023px) {
	.page-hero {
		background: none;
	}
	#togglebg {
		padding: 12px;
	}
}

/* tablet */
@media (min-width: 768px) {
	.page-hero .bullet_icons img {
		min-width: 40px;
	}
	.page-hero .overlay {
		display: none;
	}
	.text-sm-center {
		text-align: unset;
	}
	.award_block {
		min-height: 252px;
		padding-top: 70px;
	}
	.company p {
		text-transform: uppercase;
		font-size: 25px;
		text-align: start;
	}
	.award_block .container {
		width: 900px;
	}
	.btn {
		padding: 12px 58px;
		/* font-size: 21px; */
		letter-spacing: 1.2px;
	}
	.videoWrapper iframe {
		border-radius: 10px;
	}
	body,
	.testimonial {
		font-size: 21px;
	}

	body.ucas-page {
		font-size: 16px;
	}
	h1 {
		font-size: 50px;
	}
	h2,
	.sg-form-title,
	.sg-form-subtitle,
	.h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	.single_testimonial .details p {
		font-size: 18px;
	}

	.bullet_points .container {
		max-width: 800px;
	}

	.numbers .number-n {
		font-size: 70px;
		line-height: 69px;
	}
	.numbers .number-t {
		font-size: 25px;
	}
	.home_hero .subtitle {
		margin-right: 20px;
		max-width: 620px;
		letter-spacing: 0.85px;
	}
	.single_testimonial {
		margin-top: 150px;
	}
	.single_testimonial {
		text-align: start;
	}
	.single_testimonial img {
		width: 180px;
	}
	.single_button {
		text-align: center;
	}
	.bg-col a.item {
		min-height: 500px;
	}

	.percent-row-1 .percents {
		font-size: 68px;
		line-height: 0.8;
	}
	.percent-row-1 .title,
	.percent-row-2 .percents {
		font-size: 24px;
	}
	.progress .desc {
		font-size: 18px;
		margin-left: 10px;
	}
}

/* desktop */
@media (min-width: 1024px) {
	h1 {
		font-size: 70px;
	}
	h2,
	.sg-form-title,
	.sg-form-subtitle,
	.h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 42px;
	}
	.mt-l {
		margin-top: 150px;
	}
	.mb-l {
		margin-bottom: 150px;
	}
	.three-col-text h3 {
		font-size: 48px;
	}
	.three-col-text .item,
	.fundamentals .box {
		padding: 47px 50px;
		box-shadow: none;
	}
	.three-col-text .item:hover,
	.fundamentals .box:hover {
		box-shadow: 0 0 30px 0 rgb(201 201 201 / 32%);
	}
	.btn-small {
		border-radius: 10px;
		padding: 7px 12px;
		font-size: 19px;
		margin-right: 10px;
		letter-spacing: 1.7px;
	}
	.bg-col a.item p:first-child {
		font-size: 37px;
	}
	.bg-col .programme {
		font-size: 37px;
		margin-bottom: 23px;
	}
	.bg-col .row:not(.row-0) a.item {
		min-height: 385px;
	}
	.bg-col .row:not(.row-0) a.item p:first-child {
		font-size: 27px;
	}
	.bg-col .row:not(.row-0) .item h2 {
		font-size: 34px;
	}
	.bg-col .row:not(.row-0) .programme {
		font-size: 27px;
	}
	.bg-col .row:not(.row-0) .btn-small {
		border-radius: 7px;
		padding: 4px 6px;
		font-size: 14px;
		margin-right: 10px;
		letter-spacing: 1.7px;
	}
	.bullet_points p {
		font-size: 23px;
	}

	.page-hero {
		margin-bottom: 190px;
		padding-bottom: 145px;
	}
	.page-hero .title {
		display: flex;
		flex-wrap: wrap;
	}

	.page-hero .title h1 {
		order: 3;
		width: 100%;
	}

	.page-hero .h2 {
		font-size: 49px;
		max-width: 60%;
	}
	.page-hero .bnts {
		font-weight: bold;
		position: absolute;
		top: 0;
		right: 0;
	}
	.page-hero .subtitle {
		font-size: 22px;
		letter-spacing: 0.5px;
	}

	.page-hero .bullet_text {
		font-size: 22px;
		font-family: var(--font-accent);
	}
	.page-hero .btn {
		flex: 1;
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-hero .btn:first-child {
		max-width: 40%;
		margin-right: 15px;
		min-width: 130px;
	}
	.shadow {
		/* margin-bottom: -117px */
		margin-bottom: -265px;
	}

	.fundamentals {
		margin-bottom: 50px;
	}
	.fundamentals .item-title {
		font-size: 22px;
	}
	.fundamentals p {
		font-size: 23px;
	}

	.demo_lesson_section .list_n {
		font-size: 75px;
		line-height: 1;
	}
	.demo_lesson_section .list_items p {
		font-size: 24px;
	}
	.demo_lesson_section .row.list_items {
		margin: 18px 0;
	}
}

.faq {
	padding: 50px 0;
}
.faq .titleblock h2 {
	color: #fff;
}
.faq_list {
	max-width: 800px;
	margin: 30px auto 0;
	max-height: 40vh;
	overflow-y: scroll;
}

@media (min-width: 882px) {
	.faq_list {
		max-height: 80vh;
	}
}

.faq_list--item {
	border-radius: 10px;
	transition: all linear 0.2s;
	margin-bottom: 15px;
	overflow: hidden;
}

.faq_list--item-question,
.faq_list--answer-content {
	background-color: rgb(255, 255, 255);
	padding: 1rem 2rem;
}
.faq_list--item-question {
	font-family: var(--font-accent);
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 0.6px;
	display: flex;
	transition:
		color 0.3s,
		background 0.3s;
}
.faq_list--item-question:hover,
.faq_list--item-question.active {
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--active-color);
}

.faq_list--question_icon {
	display: block;
	width: 1em;
	height: 1em;
	border: 0;
	font-size: 1.5em;
	position: relative;
	margin-left: auto;
}

.faq_list--question_icon span {
	position: absolute;
	transition: 300ms;
	background: var(--blue-dark);
	border-radius: 2px;
}

.faq_list--question_icon span:first-child {
	top: 25%;
	bottom: 25%;
	width: 10%;
	left: 45%;
}

.faq_list--question_icon span:last-child {
	left: 25%;
	right: 25%;
	height: 10%;
	top: 45%;
}

.active .faq_list--question_icon span {
	transform: rotate(90deg);
}
.active .faq_list--question_icon span:last-child {
	left: 50%;
	right: 50%;
}

.faq_list--item-answer {
	color: rgba(0, 0, 0, 0);
	height: 0px;
	transition:
		height 0.3s,
		color 0.4s;
}
.faq_list--item-answer.active {
	color: var(--blue-dark);
	height: auto;
}

@media (min-width: 820px) {
	.faq_list {
		margin-top: 64px;
	}
	.faq_list--item {
		margin-bottom: 30px !important;
	}

	.faq_list--item-question {
		padding: 33px 40px 27px;
	}

	.faq_list--answer-content {
		padding: 25px 40px 27px;
		font-size: 1.1em;
	}

	.faq_list--item-question {
		font-size: 1.1em;
	}

	.faq .title {
		font-size: 45px;
		letter-spacing: 1.5px;
	}
	.faq h2 span,
	.programme_includes h2 span::after {
		filter: contrast(0) brightness(100);
	}
	.faq .answer {
		font-size: 23px;
	}
	.faq .question span:last-child {
		margin-right: 9px;
		font-size: 45px;
		line-height: 0.7;
	}
}

section.students_testimonials {
	padding-bottom: 65px;
}

.students_testimonials .swiper-slide {
	transition: opacity 0.3s ease-in-out;
}

.students_testimonials .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5;
}

.students_testimonial--item {
	margin: 20px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 30px #ededed;
	transition: box-shadow 0.3s;
}

.swiper-slide:hover .students_testimonial--item {
	box-shadow: 0 0 30px 0 rgb(94 94 94 / 39%);
}

.students_testimonial--header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.students_testimonial--image img {
	display: block;
	max-width: 120px;
}

.students_testimonial--title > * {
	display: block;
	text-align: center;
}

.students_testimonial--title .title-name {
	font-size: 28px;
	color: var(--blue-light);
	font-family: var(--font-accent);
}

.students_testimonials .swiper-slide .swiper-button-next,
.students_testimonials .swiper-slide .swiper-button-prev {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.students_testimonials .swiper-slide.swiper-slide-active .swiper-button-next,
.students_testimonials .swiper-slide.swiper-slide-active .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.students_testimonials .swiper-button-next,
.students_testimonials .swiper-button-prev {
	height: 25px;
	width: 25px;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgb(0 0 0 / 10%);
}

.students_testimonials .swiper-button-next:hover,
.students_testimonials .swiper-button-prev:hover {
	transform: scale(1.1);
}

.students_testimonials .swiper-button-next::after,
.students_testimonials .swiper-button-prev::after {
	font-size: 1em;
	color: var(--blue-light);
	font-weight: bold;
}

@media (min-width: 768px) {
	section.students_testimonials {
		padding-bottom: 130px;
	}

	.students_testimonials .swiper-slide {
		width: 500px;
	}

	.students_testimonials .swiper-button-next,
	.students_testimonials .swiper-button-prev {
		height: 45px;
		width: 45px;
	}
	.students_testimonials .swiper-button-prev {
		left: 0;
	}
	.students_testimonials .swiper-button-next {
		right: 0;
	}

	.students_testimonial--header {
		flex-direction: row;
		margin-bottom: 45px;
	}

	.students_testimonial--title > * {
		text-align: left;
	}
	.students_testimonial--title .title-name {
		font-size: 48px;
		line-height: 1.22;
	}

	.students_testimonial--image {
		padding-right: 40px;
	}
}
@media (min-width: 992px) {
	.students_testimonials .swiper-slide {
		width: 935px;
	}

	.students_testimonial--item {
		padding: 68px;
	}
}

.book-consultation {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #fafafa;
}

.book-consultation--title {
	margin-bottom: 35px;
}

.book-consultation--content {
	max-width: 665px;
	margin: auto;
	margin-bottom: 45px;
	text-align: center;
}

.book-consultation--buttons {
	max-width: 745px;
	margin: auto;
	flex-direction: column;
}

.book-consultation--buttons > * {
	margin-bottom: 20px;
	flex: 1;
}
@media (min-width: 768px) {
	.book-consultation {
		padding-top: 130px;
		padding-bottom: 150px;
	}

	.book-consultation--content {
		margin-bottom: 87px;
	}

	.book-consultation--buttons {
		flex-direction: row;
	}

	.book-consultation--buttons > * {
		margin-bottom: 0;
	}

	.book-consultation--buttons > :first-child {
		margin-right: 30px;
		max-width: 320px;
	}
}

.image-row--container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.image-row--content > * {
	text-align: center;
}

.image-row--title {
	margin-bottom: 0.3em;
	color: var(--orange-light);
}
.image-row--subtitle {
	font-family: var(--font-accent);
}

@media (min-width: 768px) {
	.image-row {
		padding-top: 6px;
		padding-bottom: 150px;
	}

	.image-row--container {
		flex-direction: row;
	}

	.image-row--content {
		margin-left: 40px;
		margin-top: 7px;
	}

	.image-row--content > * {
		text-align: left;
	}

	.image-row--image {
		margin-bottom: 0;
	}
}

.programme_includes {
	padding: 136px 0 249px;
	color: #fff;
}

.programme_includes--title {
	margin-bottom: 0.6em;
}

.programme_includes--subtitle {
	display: block;
	max-width: 811px;
	margin: 0 auto;
	margin-bottom: 80px;
	font-size: 1.1em;
}

.programme_includes--item {
	padding-top: 6px;
	padding-bottom: 14px;
}

.programme_includes--item-image {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}

.programme_includes--item-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 30px;
	transition: all 0.2s linear;
}
.programme_includes--item-title:hover {
	color: var(--blue-light);
}

.programme_includes .list--item {
	display: flex;
	color: #fff;
	margin-bottom: 15px;
}

.programme_includes .list--item-icon {
	height: 25px;
	width: 25px;
	margin-top: 4px;
	margin-right: 30px;
}

@media (min-width: 768px) {
	.programme_includes {
		padding: 136px 0 249px;
	}
}

.single_form .single_form--wrapper,
.consultation-form > .wpcf7 {
	max-width: 888px;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgb(94 94 94 / 22%);
}
section.single_form {
	padding: 2rem 0 3rem;
}

section.single_form.section-colored {
	background: transparent;
	position: relative;
}

section.single_form.section-colored::after {
	content: "";

	display: block;
	width: 100vw;

	position: absolute;
	top: 10rem;
	bottom: 0;
	z-index: -1;
}

section.single_form.bg-blue::after {
	background-image: linear-gradient(
		90deg,
		var(--blue-darker),
		var(--blue-lighter)
	);
}

.single_form .single_form--wrapper {
	margin: 0 auto;
}

.consultation-form > .wpcf7 {
	margin: -169px 10px 0;
}

.single_form h2,
.sg-form-title,
.sg-form-subtitle,
.consultation-form h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 50px;
}

.sg-form-title {
	margin-bottom: 1rem;
}

.sg-form-subtitle {
	font-size: 1.2em;
}

.single_form .wpcf7-form-control-wrap,
.single_form .sg-form-group {
	margin-bottom: 1rem;
	display: block;
}

.single_form label,
.single_form
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.pum-content label,
.pum-content
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.consultation-form label,
.consultation-form
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
	display: block;
}

.single_form label,
.pum-content label,
.consultation-form label {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 15px;
	text-transform: capitalize;
	margin-bottom: 3px;
}
/*
.single_form .sg-form-checkbox label {
	font-weight: normal;
	padding-left: 0;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: .5rem;
} */
.sg-form-checkbox > div,
.wpcf7-form-control-wrap > .wpcf7-checkbox,
.single_form
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.single_form select,
.single_form textarea,
.pum-content
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.pum-content select,
.pum-content textarea,
.consultation-form
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.consultation-form textarea,
.consultation-form .pum-content select {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	padding: 16px 20px;
}

.sg-form-checkbox > div,
.wpcf7-form-control-wrap > .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.sg-form-checkbox > div label,
.wpcf7-form-control-wrap > .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
}

.sg-form-checkbox > div label:last-child,
.wpcf7-form-control-wrap > .wpcf7-checkbox .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.consultation-form .wpcf7-form-control-wrap {
	/*display: block;*/
	margin-bottom: 18px;
}

.single_form input[type="checkbox"],
.consultation-form input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	margin-right: 0.5em;
}

.single_form [type="submit"] {
	display: block;
	margin: 0 auto;
	width: auto;
	background-color: #fff;
	border-color: var(--blue-light);
	color: var(--blue-light);
}

.single_form [type="submit"]:hover {
	background-color: var(--blue-light);
	color: #fff;
}

.single_form [type="submit"].disabled {
	cursor: not-allowed;
}

.pum-content .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.consultation-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: block;
	padding-left: 15px;
	margin-top: 0.3rem;
	font-size: 0.8em;
}

.consultation-form .wrapper-buttons {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}
.consultation-form .wrapper-buttons > :first-child {
	margin-bottom: 30px;
}
.consultation-form .wrapper-buttons > * {
	flex: 1;
}
.consultation-form .wrapper-buttons .wpcf7-spinner {
	display: none !important;
}

.consultation-form .wpcf7 form .wpcf7-response-output {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 10px;
	padding: 15px 20px;
}

.qualities_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.consultation-form > .wpcf7 {
		padding: 59px 97px;
		margin: -169px auto 0;
	}
	.consultation-form .wrapper-buttons {
		flex-direction: row;
		margin-top: 34px;
	}

	.consultation-form .wrapper-buttons > * {
		margin-bottom: 0 !important;
	}

	.consultation-form .wrapper-buttons > :first-child {
		margin-right: 30px;
		max-width: 320px;
	}
	.qualities_section {
		padding-top: 125px;
		padding-bottom: 140px;
	}

	.single_form .sg-form-container form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 1em;
		grid-row-gap: 0.5em;
	}

	.single_form .sg-form-container form > *:nth-last-child(-n + 3) {
		grid-column-start: span 2;
	}
}

.qualities_section {
	color: #fff;
}

.qualities_section--title {
	text-align: center;
}

.qualities_section--description {
	margin: 0 auto;
	max-width: 888px;
	font-size: 1.1em;
	text-align: center;
}

.qualities_section--cta_wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.qualities_section--cta_wrapper > * {
	margin-bottom: 0;
}
.qualities_section--item h3 {
	opacity: 0.8;
	transition:
		opacity 0.3s,
		text-shadow 0.3s;
	cursor: default;
}
.qualities_section--item h3:hover {
	opacity: 1;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) {
	.qualities_section .left_column {
		text-align: right;
	}

	.qualities_section--item {
		margin-bottom: 35px;
	}

	.qualities_section img {
		height: fit-content;
	}
}
.qualities_section h3 {
	font-size: 28px;
}

@media (min-width: 1440px) {
	.page-hero > .container,
	.fundamentals > .container,
	.demo_lesson_section .container,
	.programme_includes > .container,
	.qualities_section > .container,
	.success > .container {
		max-width: 1440px;
	}
	.three-col-text .container {
		max-width: 1420px;
	}

	.footer .container {
		max-width: 1232px;
	}
	.bg_columns_sec .container {
		max-width: 1470px;
	}
}

@media (min-width: 1560px) {
	.page-hero > .container {
		max-width: 1544px;
	}

	.page-hero > .container .shadow.p-lg-5 {
		padding: 57px 88px !important;
	}

	.page-hero .bnts {
		top: 80px;
		right: 67px;
	}
}

.togglecol {
	display: none;
}
.togglecol.active {
	display: block;
}
#togglebg::after {
	content: "▼";
	font-size: 12px;
}
#togglebg.active::after {
	content: "▲";
}

.comment-form label {
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
}

.courses {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 8.641vw;
	margin-top: 8.641vw;
}

.courses > h2 {
	margin: 0;
	line-height: 1;
	margin-bottom: 4.5848vw;
	font-family: var(--font-body);
}

.courses > .selector {
	width: 78.671vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.courses > .selector .item {
	background: #efefef;
	width: 11.462vw;
	height: 5.731vw;
	border-radius: 0.6252vw;
	cursor: pointer;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.courses > .selector .item:hover {
	background-color: #f5f5f5;
	cursor: auto;
}

.courses > .selector .item p {
	color: #afaeae;
	font-size: 1.2504vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	padding: 1.3vw;
	margin-bottom: 0;
}

.courses > .selector .item.active p {
	color: #fff;
}

.courses > .selector .item.active.red,
.lessons.red .course-preview,
.red .lesson,
.lessons.red .selector li.active {
	background-color: #d54458;
}

.courses > .selector .item.active.lightblue,
.lessons.lightblue .course-preview,
.lightblue .lesson,
.lessons.lightblue .selector li.active {
	background-color: #55a5dc;
}

.courses > .selector .item.active.yellow,
.lessons.yellow .course-preview,
.yellow .lesson,
.lessons.yellow .selector li.active {
	background-color: #e9cc4f;
}

.courses > .selector .item.active.green,
.lessons.green .course-preview,
.green .lesson,
.lessons.green .selector li.active {
	background-color: #8cbe23;
}

.courses > .selector .item.active.purple,
.lessons.purple .course-preview,
.purple .lesson,
.lessons.purple .selector li.active {
	background-color: #5a3282;
}

.courses > .selector .item.active.blue,
.lessons.blue .course-preview,
.blue .lesson,
.lessons.blue .selector li.active {
	background-color: #003589;
}
.courses > .selector .item.active.aqua,
.lessons.aqua .course-preview,
.aqua .lesson,
.lessons.aqua .selector li.active {
	background-color: #1ca793;
}

.red .lesson a {
	color: #d54458;
}

.lightblue .lesson a {
	color: #55a5dc;
}

.yellow .lesson a {
	color: #e9cc4f;
}

.green .lesson a {
	color: #8cbe23;
}

.purple .lesson a {
	color: #5a3282;
}

.blue .lesson a {
	color: #003589;
}

.aqua .lesson a {
	color: #1ca793;
}

.lessons {
	width: 68.0426vw;
	margin-top: 2.1882vw;
	display: flex;
	transition: 0.5s;
	position: relative;
	opacity: 1;
	font-size: 14px;
}

.lessons.hidden {
	position: absolute;
	opacity: 0;
	top: 12.856vw;
	z-index: -1;
}

.lessons .selector {
	flex: 2;
	border-radius: 2.3445vw;
	box-shadow: 0 0 1.042vw rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 35.7406vw;
	background-color: #fff;
	z-index: 2;
}

.lessons .selector h3 {
	font-size: 1.2504vw;
	color: #666;
	margin: 0.2605vw 3.126vw;
	font-family: var(--font-body);
}

.lessons .selector ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 17.714vw;
	list-style-type: none;
	padding: 0;
	margin: 0.521vw 3.126vw;
}

.lessons .selector li {
	padding: 0.2605vw 0.7815vw;
	border-radius: 1.042vw;
	font-weight: 600;
	transition: 0.2s;
}

.lessons .selector li span {
	font-weight: 400;
	display: inline-block;
	width: 4.168vw;
}

.lessons .selector li.active {
	color: #fff;
}

.lessons .selector li:hover {
	background-color: #f5f5f5;
}

.lessons .course-preview {
	min-height: 9.899vw;
	margin: 1.2504vw;
	border-radius: 1.1725vw;
}

.lessons .course-preview .main-info {
	display: flex;
	justify-content: space-between;
	margin: 1.563vw 1.8235vw 0;
}

.lessons .course-preview .main-info h2 {
	margin: 0;
	color: #fff;
	font-size: 1.4588vw;
	font-family: var(--font-body);
}

.lessons .course-preview .main-info .stats {
	transform: translateY(-0.521vw);
}

.lessons .course-preview .main-info p {
	font-size: 1.1983vw;
	margin: 0;
	line-height: 1.4;
	color: #fff;
}

.lessons .course-preview .main-info span {
	padding-right: 0.7294vw;
	font-weight: 600;
	font-size: 1.2504vw;
}

.lessons .course-preview .main-info img {
	height: 1.5109vw;
	vertical-align: sub;
}

.lessons .course-preview > p {
	margin: 0 1.8235vw;
	color: #fff;
	margin-bottom: 1.8235vw;
}

.courses .lesson {
	z-index: -1;
	transition: 0.2s;
	flex: 1;
	overflow: hidden;
	margin: 2.084vw 0;
	border-radius: 0 2.3445vw 2.3445vw 0;
}

.courses .lesson .number {
	margin: 2.3966vw 1.9277vw 0;
	color: #fff;
	font-size: 1.4588vw;
	font-weight: 400;
}

.courses .lesson .title {
	margin: 0 1.9277vw;
	color: #fff;
	font-size: 1.4588vw;
	font-family: var(--font-body);
}

.courses .lesson p {
	margin: 0.7815vw 1.9277vw;
	color: #fff;
}

.courses .lesson img {
	margin: 0.7815vw 1.9277vw;
	border-radius: 0.6252vw;
	width: 18.9644vw;
	height: 10.6284vw;
}

.courses .lesson a {
	text-decoration: none;
	background-color: #fff;
	display: inline-flex;
	margin: 0.6773vw 6.773vw;
	height: 3.1781vw;
	width: 9.2738vw;
	border-radius: 0.2605vw;
	align-items: center;
	justify-content: center;
	font-size: 1.042vw;
	font-weight: 500;
	transition: 0.2s;
}

.courses .lesson a:hover {
	transform: scale(1.1);
}

.courses .lesson.active {
	transform: translateX(-22.924vw);
	transition: 0.2s;
}

.courses .lesson:not(.active) {
	position: absolute;
	width: 20.0064vw;
	transform: translateX(-22.924vw);
	left: 22.924vw;
	height: 20%;
	top: 20%;
}

.courses .lesson.open {
	transform: translateX(0);
}

.courses .lesson.clickable {
	z-index: 1;
}

.courses > .selector .item:not(.active),
.lessons .selector li:not(.active) {
	cursor: pointer;
}

.mobile-lessons {
	display: none;
}

.only-mobile,
.packages .only-mobile,
.still-unsure a.only-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.only-mobile,
	.mobile-lessons {
		display: inherit;
	}
	.lessons .course-preview .main-info p.mobile-lessons {
		display: flex;
		font-size: 3.7vw;
		font-weight: 700;
		margin-right: 4vw;
		text-align: right;
		flex-direction: column;
		line-height: 0.7;
	}

	.courses > .selector {
		display: none;
	}

	.lessons {
		width: 80.0426vw;
		margin-top: 6.3882vw;
		margin-bottom: 2.2vw;
	}

	.lessons.hidden {
		position: relative;
		opacity: 1;
		top: unset;
		z-index: unset;
	}

	.lessons .lesson {
		display: none;
	}

	.lessons.red .selector,
	.lessons.red .selector .open-close-button {
		background-color: #d54458;
	}

	.lessons.lightblue .selector,
	.lessons.lightblue .selector .open-close-button {
		background-color: #55a5dc;
	}

	.lessons.yellow .selector,
	.lessons.yellow .selector .open-close-button {
		background-color: #1ca793;
	}

	.lessons.green .selector,
	.lessons.green .selector .open-close-button {
		background-color: #8cbe23;
	}

	.lessons.purple .selector,
	.lessons.purple .selector .open-close-button {
		background-color: #5a3282;
	}

	.lessons.blue .selector,
	.lessons.blue .selector .open-close-button {
		background-color: #003589;
	}

	.courses > .selector .item.active.aqua,
	.lessons.aqua .course-preview,
	.aqua .lesson,
	.lessons.aqua .selector li.active,
	.lessons.aqua .selector,
	.lessons.aqua .selector .open-close-button {
		background-color: #1ca793;
	}

	.lessons .selector {
		border-radius: 3.3445vw;
		height: auto;
	}

	.lessons .selector h3,
	.lessons .selector ul,
	.lessons .course-preview p,
	.lessons .course-preview .stats {
		display: none;
	}

	.lessons .course-preview .main-info h2 {
		color: #fff;
		font-size: 5.5588vw;
		margin-left: 3.3vw;
		margin-top: 2.4vw;
		max-width: 44vw;
		line-height: 1.5;
	}

	.lessons .course-preview .main-info p.mobile-lessons {
		display: flex;
		font-size: 3.7vw;
		font-weight: 700;
		margin-right: 4vw;
		text-align: right;
		flex-direction: column;
		line-height: 0.7;
	}

	.lessons .course-preview .main-info span {
		padding-right: 0.2294vw;
		font-weight: 600;
		font-size: 11.0504vw;
		padding-top: 4.6vw;
	}

	.lessons .course-preview {
		height: 22.6406vw;
	}

	.lessons .selector ul {
		display: flex;
		height: auto;
		flex-wrap: nowrap;
		margin: 0;
		margin-left: 5.7vw;
		width: 67.1vw;
	}

	.lessons .selector.active ul {
		border-top: 1px solid #fff;
		padding: 3vw 0;
	}

	.lessons .selector li {
		color: #fff;
		font-size: 3.7vw;
		transition: 0.2s;
		height: 0;
		transition: 0.2s;
		padding: 0;
	}

	.lessons .selector.active li {
		height: 6vw;
		margin: 1vw 0;
	}

	.lessons .selector li span {
		font-weight: 100;
		display: inline-block;
		width: 18.168vw;
	}

	.selector .open-close-button {
		display: inline-flex;
		position: absolute;
		margin-left: 36.1vw;
		border-radius: 11vw;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 9vw;
		width: 9vw;
		text-align: center;
		bottom: -3.7vw;
	}

	.open-close-button img {
		height: 8vw;
		width: 8vw;
		margin: 0;
		padding: 0;
	}

	.selector .open-close-button .plus {
		display: inline-flex;
	}

	.selector .open-close-button .minus {
		display: none;
	}

	.selector.active .open-close-button .plus {
		display: none;
	}

	.selector.active .open-close-button .minus {
		display: inline-flex;
	}

	.courses {
		margin-bottom: 26.441vw;
	}

	.courses > h2 {
		font-size: 7.8vw;
		text-align: center;
		margin-top: 11vw;
		padding: 0 12vw;
		line-height: 1.4;
	}
}
.buy-now-nav {
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	padding: 5px 0;
	z-index: 9999;
	box-shadow: 0 0 1.5vw rgb(0 0 0 / 30%);
	transition: 0.2s;
	background-color: #fff;
}

.buy-now-nav.sticky {
	top: 0;
}

.buy-now-nav .site-logo {
	height: 50px;
	width: auto;
}

.pricing-swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 14vw;

	position: relative;
	overflow: hidden;
	z-index: 1;
}

.pricing-title {
	margin-top: 8vw;
	text-align: center;
}

.pricing-content {
	display: none;
	font-size: 1.1983vw;
	width: 54.3924vw;
	text-align: center;
	line-height: 1.6;
	color: #666;
}

.pricing--swiper-item {
	padding: calc((100% - 94vw) / 2);
	box-sizing: border-box;
}

.pricing--item-body {
	padding: 0 14.7vw;
	display: flex;
	flex-direction: column;
}

.pricing--swiper-controls {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding-top: 9vw;
	padding-bottom: 9vw;
}

.swiper-controls--title {
	font-size: 6.2vw;
	color: #666;
	margin-bottom: 3vw;
}

.swiper-controls--button-group {
	display: flex;
	margin: 0;
	justify-content: space-between;
	padding: 0 8.3vw;
	gap: 0.5em;
}

.swiper-controls--button {
	font-size: 4vw;
	margin-top: 1vw;
	padding: 0.8vw 3vw;
	border-radius: 6vw;
	background-color: transparent;
	border: 0;
}

.swiper-controls--button.active {
	font-weight: 700;
}

.pricing--item-icon_wrapper {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 6.8vw;
}

.pricing--item-icon {
	height: 15.5vw;
	width: auto;
}

.pricing--item-icon_label {
	font-size: 7.3vw;
	color: #666;
}

@media (max-width: 768px) {
	.pricing--item-image {
		text-align: left;
		margin-top: 6vw;
		width: auto;
		background-image: none !important;
	}
}

.pricing--item-title {
	line-height: 1.6;
	color: #666;
	font-size: 4.4vw;
	font-family: var(--font-body);
}

.pricing--item-title br {
	display: none;
}

.swiper-slide:not(.featured-item):not(.swiper-slide--testimonials) {
	max-width: 100vw;
	width: auto;
}

.pricing--item {
	height: auto;
	padding-bottom: 9vw;
	transition: 0.2s;
	box-shadow: 0 0 1.3546vw rgb(100 100 100 / 20%);
	border-radius: 1.0252vw;
	overflow: hidden;
	cursor: default;
}

.pricing--item-actions {
	order: 9;
	margin-top: 6vw;
	text-align: center;
}
.pricing--item-actions button {
	border-radius: 0.5em;
	padding: 0.5em 2em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	background-color: #bcbcbc;
	font-family: var(--font-body);
	border: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.pricing--item-list li:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
	height: 4.142vw;
	width: 4.142vw;
	left: -8.084vw;
	font-size: 4vw;
	border-radius: 50%;
	background-color: #bcbcbc;
	display: inline-block;
	margin-right: 1em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	vertical-align: middle;
	margin-top: -0.3em;
}

.pricing--item-list li {
	font-size: 4vw;
	line-height: 2;
}

.pricing--item-list {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	margin-top: 6vw;
	list-style: none;
}

.pricing--item.item-popular:before {
	width: 59.2vw;
	top: -10.8vw;
	right: -7.2vw;
}
.pricing--item.item-popular:after {
	display: none;
}
.pricing--item-bottom_content {
	display: none;
}

/* colors */
.item-blue .swiper-controls--button.active {
	background-color: #d9eefd;
	color: #3fa9f5;
}
.item-green .swiper-controls--button.active {
	background-color: #cbedea;
	color: #00a99d;
}
.item-orange .swiper-controls--button.active {
	background-color: #feefd8;
	color: #fbb03b;
}
.item-purple .swiper-controls--button.active {
	background-color: #fbd2e4;
	color: #ed1e79;
}

.item-blue .pricing--item-list li.active:before {
	background-color: #5ba8da;
}
.item-green .pricing--item-list li.active:before {
	background-color: #15b6a4;
}
.item-orange .pricing--item-list li.active:before {
	background-color: #feb915;
}
.item-purple .pricing--item-list li.active:before {
	background-color: #e688a0;
}

.pricing--item-actions .button {
	display: block;
	text-decoration: none;
	color: #fff;
}

.item-blue .pricing--item-actions .button,
.item-blue .pricing--item-actions button {
	background-image: linear-gradient(45deg, #2e3192, #3fa9f5);
}
.item-green .pricing--item-actions .button,
.item-green .pricing--item-actions button {
	background-image: linear-gradient(45deg, #39b54a, #00a99d);
}
.item-orange .pricing--item-actions .button,
.item-orange .pricing--item-actions button {
	background-image: linear-gradient(45deg, #f7931e, #fbb03b);
}
.item-purple .pricing--item-actions .button,
.item-purple .pricing--item-actions button {
	background-image: linear-gradient(45deg, #662d91, #ed1e79);
}

@media (min-width: 769px) {
	.pricing {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.pricing-swiper {
		overflow: visible;
		margin-top: 4.2vw;
		padding-top: 0;
		margin-bottom: 7.2vw;
	}

	.pricing-comparator {
		width: 89vw;
		gap: 2vw;
	}
	.pricing-title {
		margin: 0;
	}
	.pricing-content {
		display: block;
	}
	.swiper-slide:not(.featured-item):not(.swiper-slide--testimonials) {
		flex: 1;
	}
	.pricing--item {
		min-height: 37.7725vw;
		padding-bottom: 0;
		overflow: visible;
	}

	.pricing--item:hover {
		transform: scale(1.05);
	}

	.pricing--item-body {
		padding: 0;
		border-radius: 1.0252vw;
		overflow: hidden;
	}

	.pricing--item-title {
		text-align: center;
		line-height: 1.4;
		font-size: 2.2vw;
		color: #fff;
	}

	.pricing--swiper-controls,
	.pricing--item-icon_wrapper {
		display: none;
	}

	.pricing--item-image {
		height: 15.7863vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 10px;
	}

	.pricing--item-actions {
		order: initial;
		margin-top: 2.5008vw;
		padding: 0 3.4vw;
		text-align: left;
	}

	.pricing--item-actions .button {
		font-size: 1.3vw;
		border-radius: 0.5vw;
		transition: 0.2s;
		width: 100%;
		padding: 0.5em;
	}

	.pricing--item-actions .button:hover {
		transform: scale(1.1);
	}

	.pricing--item-list {
		margin-top: 1.8756vw;
		padding: 0 3.4vw;
	}

	.pricing--item-list li {
		font-size: 0.9378vw;
	}

	.pricing--item-list li::before {
		height: 1.042vw;
		width: 1.042vw;
		margin-right: 1vw;
		margin-top: -0.1vw;
	}

	/* modify */

	.pricing--item.item-orange.item-popular {
		transform: scaleY(1.05);
		border: 5px solid #fbb03b;
		border-radius: 1.3252vw;
	}

	.pricing--item.item-orange.item-popular:hover {
		transform: scale(1.1);
	}

	.pricing--item.item-orange.item-popular .pricing--item-bottom_content {
		background-image: url("../../assets/img/popular-arrow.svg");
		display: block;
		position: absolute;
		height: 5vw;
		width: 13vw;
		bottom: -5vw;
		left: 6vw;
		background-repeat: no-repeat;
		padding-left: 2.5vw;
		background-size: 1.5vw;
		background-position-y: 0.9vw;
		font-size: 1.3vw;
		padding-top: 1.5vw;
		color: #fbb03b;
	}

	.pricing--item.item-orange.item-popular::before {
		content: "";
		background-image: url("../../assets/img/crown.svg");
		position: absolute;
		height: 9vw;
		width: 22.2vw;
		background-repeat: no-repeat;
		top: -3.8vw;
		right: -2.3vw;
	}

	.pricing--item.item-purple.item-extra {
		background-image: linear-gradient(45deg, #662f90, #ed1f79);
	}
	.pricing--item.item-purple.item-extra .pricing--item-actions button,
	.pricing--item.item-purple.item-extra .pricing--item-title {
		color: #ba1c68;
	}

	.pricing--item.item-purple.item-extra .pricing--item-actions button {
		background: #fff;
	}

	.pricing--item.item-purple.item-extra .pricing--item-list li {
		color: #edebec;
	}

	.pricing--item.item-purple.item-extra .pricing--item-list li::before {
		background-color: #edebec;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23a12fbc' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
	}
}

.pum-content form {
	padding: 1.5rem;
}

.pum-content .CF-title {
	margin-bottom: 2rem;
	font-size: 44px;
	color: var(--blue-dark);
}

.pum-content .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1em;
}

.pum-content label {
	font-size: 1.1em;
	font-weight: bold;
	color: var(--blue-dark);
	display: flex;
	margin-bottom: 0.5em;
}

.pum-content .acceptance-wrapper .wpcf7-list-item {
	margin-left: 0;
}

.pum-content .acceptance-wrapper .wpcf7-list-item label {
	flex-direction: row;
	align-items: center;
	column-gap: 1em;
	padding: 0;
}

.pum-content .new_button_center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.pum-content .btn {
	margin-bottom: 0;
}

.pum-content .wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	color: var(--blue-dark);
}

.pum-container .pum-content + .pum-close {
	min-width: 52px;
	top: 1em;
	right: 1em;
}

.ui.embed {
	border-radius: 10px;
}

.ui.embed > .icon:before {
	/* content: "%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FF0000' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E"; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 6rem;
	text-shadow: 0 2px 10px rgba(34, 36, 38, 0.2);
	-webkit-transition:
		opacity 0.5s ease,
		color 0.5s ease;
	transition:
		opacity 0.5s ease,
		color 0.5s ease;
	z-index: 10;
	content: "";
	height: 1em;
	width: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
}

/* segment_title */

section.segment_title {
	min-height: 55vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.segment_title-title {
	text-align: center;
	max-width: 55vw;
	font-size: 1.5em;
	margin-bottom: 1rem;
}

.segment_title-button {
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	border: 0;

	background-color: var(--blue-dark);
	color: #fff;

	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);

	transition: 0.2s;
}

.segment_title-button:hover {
	color: #fff;
	transform: translateY(-0.1em);
	box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}

@media (min-width: 768px) {
	.segment_title-button {
		font-size: 1.2vw;
		border-radius: 1.705vw;
		box-shadow: 0 0 0.521vw rgb(0 0 0 / 20%);
	}
}

/* hero__free_resource_download_page */
.promo__free_resource_download_page,
.hero__free_resource_download_page {
	width: 100%;
	max-width: 100%;
	padding-bottom: 10vw;
	padding-top: 5vw;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.promo__free_resource_download_page {
	padding-bottom: 5vw;
	padding-top: 5vw;
}

.promo__free_resource_download_page .flex-container,
.hero__free_resource_download_page .flex-container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.flex-col.hero__free_resource-image_wrapper {
	display: none;
}

@media (min-width: 768px) {
	.promo__free_resource_download_page .flex-container,
	.hero__free_resource_download_page .flex-container {
		flex-direction: row;
		max-width: 85vw;
		padding-left: 0;
		padding-right: 0;
	}

	.promo__free_resource_download_page .flex-container {
		align-items: center;
	}

	.promo__free_resource_download_page .flex-col {
		flex: 50%;
	}
	.promo__free_resource_download_page .flex-col:last-child {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hero__free_resource_download_page .flex-col:first-child {
		flex: 60%;
	}

	.hero__free_resource_download_page .flex-col:last-child {
		flex: 40%;
	}
}

.hero__free_resource-title {
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
}

@media (min-width: 768px) {
	.hero__free_resource-title {
		font-size: 3.44vw;
		text-align: left;
	}
}

.hero__free_resource-task_checklist {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
	list-style: none;
	font-size: 18px;
}

.task_checklist-item {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	color: #fff;
	transition: all 0.2s;
	cursor: default;
}

@media (min-width: 768px) {
	.hero__free_resource-task_checklist {
		font-size: 1.23vw;
	}
	.task_checklist-item {
		margin-bottom: 0.5em;
	}
}

.task_checklist-item:hover {
	transform: scale(1.02);
}

.task_checklist-item::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:%23ff6d00;%7D.cls-1%7Bopacity:0.8;%7D.cls-2%7Bstroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echeck%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Ccircle class='cls-1' cx='20' cy='20' r='20'/%3E%3Cpolyline class='cls-2' points='29 12.65 18.13 27.35 11 20.38'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 1.2em;
	width: 1.2em;
	min-width: 1.2em;
	margin-right: 0.5em;
}

@media (min-width: 768px) {
	.flex-col.hero__free_resource-image_wrapper {
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}

.hero__free_resource-form_wrapper form {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 18px;
}

@media (min-width: 768px) {
	.hero__free_resource-form_wrapper form {
		max-width: 35vw;
		font-size: 1.35vw;
	}
}

.hero__free_resource-form_wrapper .form-control,
.wpcf7 .form-control {
	margin-bottom: 1em;
	position: relative;
}
.hero__free_resource-form_wrapper .form-control label {
	display: none;
}

.hero__free_resource-form_wrapper .form-control select,
.hero__free_resource-form_wrapper .form-control input,
.wpcf7 .form-control select,
.wpcf7 .form-control input {
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 0.5em;
	padding: 0.8em 1.2em;
	font-size: inherit;
	color: #666;
	border: 1px solid transparent;
	transition: 0.2s;
}

.wpcf7 .form-control textarea {
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 0.5em;
	padding: 0.8em 1.2em;
	font-size: inherit;
	color: #666;
	border: 1px solid transparent;
	transition: 0.2s;
	min-height: 8rem;
}

.wpcf7 .form-control input[type="submit"],
.hero__free_resource-form_wrapper .form-control input[type="submit"] {
	text-align: center;
	font-weight: bold;
	background: #15b6a4;
	color: #fff;
	text-transform: uppercase;
}

.wpcf7 .form-control input[type="submit"]:hover,
.hero__free_resource-form_wrapper .form-control input[type="submit"]:hover {
	background: #118a7c;
}

.wpcf7 .form-control .wpcf7-spinner,
.hero__free_resource-form_wrapper .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	font-size: 1.1vw;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75em auto;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 3.5em);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1em);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.8em;
	box-shadow: none;
	outline: 0;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1em 1em;
	border-bottom: 1px solid #dee2e6;
}

.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75em;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3em - 1px);
	border-bottom-left-radius: calc(0.3em - 1px);
}

.modal-footer > * {
	margin: 0.25em;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.modal-dialog.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-dialog.modal-lg,
	.modal-dialog.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1140px) {
	.modal-dialog.modal-xl {
		max-width: 1100px;
	}
}

.fade {
	transition: opacity 0.15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
		center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
	cursor: pointer;
}

.modal-login .modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-login .modal-body > *:not(:last-child) {
	margin-bottom: 1em;
}

.modal-login h2 {
	color: #663396;
	margin: 0;
	font-size: 1.8vw;
	text-align: center;
}
.modal-login .button {
	color: white;
	text-decoration: none;
	background: #663396;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
	padding: 0.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5vw;
	cursor: pointer;
	transition: 0.2s;
}
.modal-login .button:hover {
	background: white;
	color: #663396;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal--exit .btn-close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	font-size: 0.8em;
}

.free_download--modal_grid,
.free_download--modal_grid * {
	box-sizing: border-box;
}
.free_download--modal_grid {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
}

.free_download--modal_grid .image {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.free_download--modal_grid .image img {
	border-radius: 0.5em;
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.free_download--modal_grid .image + .content {
	margin-top: 1em;
}

.free_download--modal_grid .content {
	display: flex;
	flex-direction: column;
}

.free_download--modal_grid .content > *:not(:last-child) {
	margin-bottom: 1rem;
}

.free_download--modal_grid .header {
	font-size: 1.5em;
	font-weight: 600;
}

.free_download--modal_grid .content {
	font-size: 1em;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 1em;
	border-radius: 0.5em;
	padding: 0.8em 1.2em;
	background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
	.free_download--modal_grid .header {
		font-size: 1.2em;
	}

	.free_download--modal_grid {
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}
	.free_download--modal_grid .image {
		flex: 1 1 25%;
	}

	.free_download--modal_grid .content {
		flex: 1 1 100%;
	}

	.free_download--modal_grid .image + .content {
		flex: 1 1 75%;
		margin-top: 0;
		margin-left: 1em;
	}

	.modal--exit .modal-dialog {
		max-width: 45vw;
	}
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

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

@keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

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

.wpcf7-form,
form {
	position: relative;
}

.wpcf7-form::after,
.wpcf7-form::before {
	content: "";
	opacity: 0;
	transition: background-color 0.2s linear;
}

.wpcf7-form.submitting::after {
	content: "Submitting...";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.85);
	cursor: wait;
}

.wpcf7-form.submitting::before {
	position: absolute;
	top: calc(50% + 1em);
	left: calc(50% - 1em);
	height: 2em;
	width: 2em;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2303035e' d='M304 48c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zm0 416c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM48 304c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zm464-48c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM142.9 437c18.7-18.7 18.7-49.1 0-67.9s-49.1-18.7-67.9 0s-18.7 49.1 0 67.9s49.1 18.7 67.9 0zm0-294.2c18.7-18.7 18.7-49.1 0-67.9S93.7 56.2 75 75s-18.7 49.1 0 67.9s49.1 18.7 67.9 0zM369.1 437c18.7 18.7 49.1 18.7 67.9 0s18.7-49.1 0-67.9s-49.1-18.7-67.9 0s-18.7 49.1 0 67.9z'/%3E%3C/svg%3E");
	z-index: 11;
	opacity: 1;
	-webkit-animation: loader 1s linear;
	animation: loader 1s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance label {
	padding-left: 0;
}

/* hero--type-2 */
section.hero--type-2 {
	color: var(--white);
	background-color: var(--blue);
	background-position: 0 100%;
	background-size: cover;

	display: flex;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	min-height: calc(100vh - 58px);

	text-align: center;
}
@media (min-width: 768px) {
	section.hero--type-2 {
		text-align: left;
	}
}
@media (min-width: 1024px) {
	section.hero--type-2 {
		min-height: calc(100vh - 90px);
		background-position: 50% 100%;
	}
}

section.hero--type-2 img.hero-image {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
	margin: auto;
}

@media (min-width: 1024px) {
	section.hero--type-2 img.hero-image {
		max-width: 70%;
	}
}

section.hero--type-2 .hero-description {
	display: block;
	font-size: 1.3rem;
}

/* Section aims */

section.aims {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

section.aims .aims-item {
	padding-top: 2rem;
	padding-bottom: 4rem;
}

@media (min-width: 768px) {
	section.aims .aims-item {
		display: flex;

		margin: 0 auto;

		align-items: center;
	}
}

@media (min-width: 1024px) {
	section.aims .aims-item {
		width: 80%;
	}
}

section.aims .aims-title {
	margin-bottom: 2rem;
}

section.aims .aims-item--image img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	max-height: 250px;

	margin: auto;
}

section.aims .aims-item--content {
	margin-top: 2rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media (min-width: 768px) {
	section.aims .aims-item--image {
		flex-basis: 40%;
	}

	section.aims .aims-item--content {
		margin-top: 0;
		flex-basis: 60%;
	}

	section.aims .even .aims-item--content {
		order: -1;
	}

	section.aims .aims-item--image img {
		max-width: auto;
		max-height: 14rem;
	}
}

section.aims .aims-item--content span {
	display: block;
}

section.aims .item-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: var(--blue-darker);
}

section.aims .item-content {
	font-size: 1.3rem;
	color: var(--dark-grey);
}

@media (min-width: 768px) {
	section.aims .item-content {
		font-size: 1.2rem;
	}
}

/*  */

section.featured {
	padding: 4rem 0 5rem;
	background-image: url("../img/featured-bg.svg");
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

section.featured .featured-swiper.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 3rem;
}

section.featured .featured-title {
	text-align: center;
	margin-bottom: 3rem;
}

section.featured .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.featured .featured-image {
	display: block;
	width: calc(100% - 2rem);
	height: auto;
}

/* burs */
section.burs {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

section.burs .burs-title {
	margin-bottom: 1rem;
}

section.burs .burs-item {
	padding: 1rem 2rem;
}

section.burs .burs-item .burs-card {
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 30px #ededed;
	display: flex;
	flex-direction: column;
	transition: 0.2s;
}

section.burs .burs-item a.burs-card {
	text-decoration: none;
}

section.burs .burs-item a.burs-card:hover {
	transform: translateY(-0.3em);
	box-shadow: 0 0 30px 0 rgb(94 94 94 / 39%);
}

@media (min-width: 768px) {
	section.burs .burs-item .burs-card {
		height: 100%;
	}
}

section.burs .burs-item--image {
	display: block;
	height: 7rem;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	section.burs .burs-item--image {
		height: 10rem;
	}
}

section.burs .burs-item--image img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

section.burs .burs-item--content {
	font-size: 1.3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

section.burs .burs-item--content span {
	display: block;
}

section.burs .item-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: var(--blue-darker);
}

section.burs .item-title:last-child {
	margin-bottom: 0;
}

section.burs .item-content {
	font-size: 1.3rem;
	color: var(--dark-grey);
}

@media (min-width: 768px) {
	section.burs .item-content {
		font-size: 1.2rem;
	}
}

/* Single ASP Products template */
/* single-asp-products */
/* single-asp-products.php */

.asp-payment {
	display: block;
	width: 100%;
	padding: 2rem 0;
}

.asp-payment .content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
	flex-direction: column;
}

@media (min-width: 769px) {
	.asp-payment .content {
		flex-direction: row;
		max-width: 80%;
		margin: 0 auto;
	}
}

.asp-payment .payment_item_thumbnail {
	flex: 0 50%;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.asp-payment .payment_item_thumbnail img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 40vh;
	height: auto;
	max-width: 100%;

	box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
	border-radius: 3rem;
}

.asp-payment .payment_item_ditals {
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.asp-payment .payment_item_thumbnail {
		margin-bottom: 0;
		padding-right: 4rem;
	}

	.asp-payment .payment_item_thumbnail img {
		max-height: 60vh;
	}

	.asp-payment .payment_item_thumbnail,
	.asp-payment .payment_item_ditals {
		flex: 1 1 50%;
		min-width: 1%;
	}
}

.asp-payment h1.payment_name {
	font-size: 7.3vw;
	margin: 0 0;
}

.asp-payment .payment_price_container {
	font-size: 12vw;
	font-weight: 600;
	color: #ed5d60;
}

@media (min-width: 769px) {
	.asp-payment h1.payment_name {
		font-size: 2.6vw;
		margin: 2vw 0 1vw;
	}

	.asp-payment .payment_price_container {
		font-size: 3.5vw;
		margin: 0;
	}
}

.asp-payment .payment_buy_button {
	margin: 1.2rem 0;
}

.asp-payment .payment_buy_button button {
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.asp-payment .payment_buy_button {
		order: 4;
	}

	.asp-payment .payment_buy_button button {
		font-size: 1.5rem;
	}
}

.asp-payment .payment_description {
	font-size: 18px;
	color: var(--blue-dark);
}

/* .promo-blocks */
/* .promo-blocks__aside */

.promo-blocks {
	display: flex;
	flex-direction: column;
}

.promo-blocks .section-title {
	font-size: 1.6rem;
}

.promo-blocks .blocks-grid {
	display: flex;
	flex-direction: column;
}

.promo-blocks .promo-block {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 0.85em;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
	box-shadow: 0 8px 20px rgb(0 0 0 / 10%);

	transition: all 0.3s ease-in-out;
}

.promo-blocks .promo-block:hover {
	-webkit-box-shadow: 0 8px 20px rgb(0 0 0 / 30%);
	box-shadow: 0 8px 20px rgb(0 0 0 / 30%);
	color: #000;
}

.promo-blocks .promo-block + .promo-block {
	margin-top: 2rem;
}

.promo-blocks .promo-block .image-wrapper {
	max-height: 35vh;
	min-height: 180px;
	overflow: hidden;
}

.promo-blocks .promo-block .image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: cover;
	max-height: 35vh;
	min-height: 180px;
}

.promo-blocks .promo-block .title {
	text-decoration: none;
	padding: 1rem 1.5rem 1.5rem;
	font-size: 1.3em;
}

.promo-blocks .promo-block .description {
	padding: 1.5rem;
}

.promo-blocks .promo-block .title + .description {
	padding-top: 0;
}

.promo-blocks .promo-block .description p:first-child {
	margin-top: 0;
}
.promo-blocks .promo-block .description p:last-child {
	margin-bottom: 0;
}

.section--reviews .title {
	text-align: center;
}

.section--reviews .list {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0;
	padding: 0;
	gap: 2rem;
}

.section--reviews .list-item {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	width: 100%;
	position: relative;
}

@media (min-width: 769px) {
	.section--reviews .list-item {
		width: calc(50% - 1rem);
		margin-top: 0;
	}
}

.section--reviews .list-item.item-infinit-more--hidden {
	display: none;
}

.tutor-review-item {
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: #f4f5f6;
	cursor: default;
	transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section--reviews .tutor-review-item {
	height: 100%;
}

.tutor-review-item .review-header {
	display: flex;
	align-items: center;
}

.tutor-review-item .review-clientPlaceholder {
	width: 2.5em;
	height: 2.5em;
	margin-right: 1em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tutor-review-item .review-clientFullName {
	font-weight: bold;
}

.tutor-review-item .review-rating {
	display: flex;
	flex-direction: column;
	padding: 1rem 0 0;
	font-size: 0.8em;
}

.tutor-review-item .rating-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tutor-review-item .review-body {
	padding: 1em 0 0;
}

.section--reviews .more-btn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.section--reviews .more-btn-wrapper.infinit-more--hidden {
	display: none;
}

/* section lesson plan */
.lesson-plan h2.title {
	text-align: center;
}

.lesson-plan .tab-navigation {
	display: none;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 1em;
}

@media (min-width: 769px) {
	.lesson-plan .tab-navigation {
		display: flex;
	}
}
.lesson-plan .tab-navigation .tab-control {
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	padding: 1em 2em;
	border: none;
	border-radius: 0.5em;
	line-height: 1.5;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	background-color: #efefef;
	color: #212529;
	cursor: pointer;
}

.lesson-plan .tab-navigation .tab-control:focus {
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.lesson-plan .tab-navigation .tab-control:not(.active):hover {
	background-color: #f5f5f5;
}

/* Course */
.lesson-plan .tab-content {
	margin-top: 2rem;
}

@media (min-width: 769px) {
	.lesson-plan .tab-content {
		display: none;
	}

	.lesson-plan .tab-content.active {
		display: flex;
	}
}

.lesson-plan .course {
	border-radius: 0.5rem;
	padding: 1rem 1.5rem;
	position: relative;
}

@media (max-width: 768px) {
	.lesson-plan .course::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		height: 2rem;
		width: 2rem;
		transform: translate(-50%, 50%);
		border-radius: 50%;
		border: 3px solid #fff;
		background-color: #008f45;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23fff'%3E%3Cpath d='M16.5,10.5h-3v-3a1.5,1.5,0,0,0-3,0v3h-3a1.5,1.5,0,0,0,0,3h3v3a1.5,1.5,0,0,0,3,0v-3h3a1.5,1.5,0,0,0,0-3Z'/%3E%3C/svg%3E");
		background-position: center;
		background-size: contain;
	}

	.lesson-plan .course.active::after {
		content: none;
	}
}

@media (min-width: 769px) {
	.lesson-plan .course {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		gap: 2em;
		padding: 1rem 0rem;
	}

	.lesson-plan .course-content {
		display: flex;
		flex-direction: column;
		padding: 1em;
		border-radius: 1em;

		flex: 2;
		box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.1);
	}

	.lesson-plan .lessons-container {
		flex: 1;
		padding: 2em 0;
	}
}

.lesson-plan .course:not(.active) .preview .description,
.lesson-plan .course:not(.active) .lessons-selector,
.lesson-plan .lessons-container,
.lesson-plan .stats {
	display: none;
}

@media (min-width: 769px) {
	.lesson-plan .course:not(.active) .preview .description,
	.lesson-plan .course:not(.active) .lessons-selector,
	.lesson-plan .stats {
		display: block;
	}

	.lesson-plan .course > .lessons-container {
		display: flex;
	}

	.lesson-plan .course .preview {
		padding: 1em 1.2em;
		border-radius: 0.4em;
	}
	.lesson-plan .course .lessons-selector {
		padding: 2em 1.2em 1.5em;
	}
}

.lesson-plan .course .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lesson-plan .course .header h3 {
	font-size: 1.2rem;
	margin: 0;
}

@media (min-width: 769px) {
	.lesson-plan .course .header h3 {
		font-size: 1.5rem;
	}
}

.lesson-plan .course .header .summary {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

	margin-left: 1.2rem;

	font-size: 0.7rem;
	line-height: 1;
	font-weight: bold;
}

@media (min-width: 769px) {
	.lesson-plan .course .header .summary {
		display: none;
	}

	.lesson-plan .course .header svg {
		fill: currentColor;
		height: 1em;
		width: 1em;
		margin-right: 0.5rem;
	}

	.lesson-plan .stats-item {
		display: flex;
		align-items: center;
	}
	.lesson-plan .stats-item + .stats-item {
		margin-top: 0.25em;
	}
}

.lesson-plan .course .header .summary span.label {
	font-size: 2.5rem;
}

.lesson-plan .course .preview .description {
	margin-top: 1.2em;
	padding-top: 1.2em;
	border-top: 1px solid #fff;
}

.lesson-plan .course.course--yellow > .preview .description {
	border-color: #404040;
}

.lesson-plan .lessons-selector h4 {
	margin: 1.5em 0 0.5em;
}

@media (min-width: 769px) {
	.lesson-plan .lessons-selector h4 {
		margin-top: 0;
	}
}

.lesson-plan .lessons-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lesson-plan .lesson-control {
	display: flex;
	justify-content: flex-start;
	padding: 0;

	width: 100%;
	background-color: transparent;
	color: inherit;
	border: none;

	text-align: left;
	cursor: pointer;

	font-size: 0.9em;
	padding: 0.25rem 0;
	border-radius: 0.2rem;
}

@media (min-width: 769px) {
	.lesson-plan .lessons-list {
		flex-wrap: wrap;
		gap: 0.1em 0.5em;
		max-height: 16em;
	}

	.lessons-list li {
		flex: 0 1 50%;
		width: 50%;
	}

	.lesson-plan .lesson-control {
		padding: 0.25rem 0.5rem;
		font-size: 0.88889rem;
	}
	.lesson-plan .lesson-control:hover {
		background: #f5f5f5;
	}
}

@media (max-width: 768px) {
	.lesson-plan .lessons-list {
		max-height: unset !important;
	}
}

.lesson-plan .lesson-control .number {
	flex: 0 1 5.5em;
	width: 5.5em;
}
.lesson-plan .lesson-control .name {
	font-weight: bold;
}

.lesson-plan .lesson {
	display: none;
}

.lesson-plan .lesson.active {
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	padding: 2em;
	width: 100%;
}

.lesson-plan .lesson .sub-title,
.lesson-plan .lesson .title {
	font-size: 1.3333361rem;
	margin: 0;
}

.lesson-plan .lesson .sub-title {
	font-weight: normal;
	font-size: 0.88889rem;
}

.lesson-plan .lesson .title {
	font-weight: bold;
	font-family: var(--font-body);
}

.lesson-plan .lesson .description {
	margin-top: 1.5rem;
	font-size: 0.875em;
	margin-bottom: auto;
}

.lesson-plan .lesson img {
	display: block;
	margin: auto;
	border-radius: 0.5em;
}

/* Colors */

.lesson-plan .course.course--red,
.lesson-plan .course.course--red::after,
.tab-control.tab-control--red.active {
	background-color: rgb(255, 59, 48);
	color: #fff;
}

@media (min-width: 769px) {
	.lesson-plan .course--red .lesson-control.active,
	.lesson-plan .course--red .lesson,
	.lesson-plan .course--red .preview {
		background: rgba(255, 94, 98, 0.2);
		background: linear-gradient(
			137deg,
			rgba(255, 153, 102, 0.2),
			rgba(255, 94, 98, 0.2)
		);
	}
}

.lesson-plan .tab-navigation .tab-control--red.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 59, 48, 0.25);
}

.lesson-plan .course.course--lightblue,
.lesson-plan .course.course--lightblue::after,
.tab-control.tab-control--lightblue.active {
	background-color: rgb(12, 129, 123);
	color: #fff;
}

@media (min-width: 769px) {
	.lesson-plan .course--lightblue .lesson-control.active,
	.lesson-plan .course--lightblue .lesson,
	.lesson-plan .course--lightblue .preview {
		background: rgba(12, 129, 123, 0.2);
		background: linear-gradient(
			137deg,
			rgba(182, 251, 255, 0.2),
			rgba(131, 163, 212, 0.2)
		);
	}
}

.lesson-plan .tab-navigation .tab-control--lightblue.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(12, 129, 123, 0.25);
}

.lesson-plan .course.course--yellow,
.lesson-plan .course.course--yellow::after,
.tab-control.tab-control--yellow.active {
	background-color: rgb(255, 214, 10);
}

@media (min-width: 769px) {
	.lesson-plan .course--yellow .lesson-control.active,
	.lesson-plan .course--yellow .lesson,
	.lesson-plan .course--yellow .preview {
		background: rgba(255, 214, 10, 0.2);
		background: linear-gradient(
			137deg,
			rgba(255, 209, 148, 0.2),
			rgba(209, 144, 60, 0.2)
		);
	}
}

.lesson-plan .tab-navigation .tab-control--yellow.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 214, 10, 0.25);
}

.lesson-plan .course.course--green,
.lesson-plan .course.course--green::after,
.tab-control.tab-control--green.active {
	background-color: rgb(0, 125, 25);
	color: #fff;
}

@media (min-width: 769px) {
	.lesson-plan .course--green .lesson-control.active,
	.lesson-plan .course--green .lesson,
	.lesson-plan .course--green .preview {
		background: rgba(0, 125, 25, 0.25);
		background: linear-gradient(
			137deg,
			rgba(0, 176, 155, 0.2),
			rgba(150, 201, 61, 0.2)
		);
		/* background-image: linear-gradient(120deg, rgba(213, 252, 121, 0.118) 0%, rgba(150, 230, 161, 0.18) 100%); */
	}
}

.lesson-plan .tab-navigation .tab-control--green.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 125, 25, 0.25);
}

.lesson-plan .course.course--purple,
.lesson-plan .course.course--purple::after,
.tab-control.tab-control--purple.active {
	background-color: rgb(191, 90, 249);
	color: #fff;
}

@media (min-width: 769px) {
	.lesson-plan .course--purple .lesson-control.active,
	.lesson-plan .course--purple .lesson,
	.lesson-plan .course--purple .preview {
		background: rgba(191, 90, 249, 0.25);
	}
}

.lesson-plan .tab-navigation .tab-control--purple.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(191, 90, 249, 0.25);
}

.lesson-plan .course.course--blue,
.lesson-plan .course.course--blue::after,
.tab-control.tab-control--blue.active {
	background-color: rgb(0, 64, 223);
	color: #fff;
}

@media (min-width: 769px) {
	.lesson-plan .course--blue .lesson-control.active,
	.lesson-plan .course--blue .lesson,
	.lesson-plan .course--blue .preview {
		background: rgba(0, 64, 223, 0.25);
		background: linear-gradient(
			to right,
			rgba(0, 179, 219, 0.2),
			rgba(0, 132, 176, 0.2)
		);
	}
}

.lesson-plan .tab-navigation .tab-control--blue.active:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 64, 223, 0.25);
}

@media (min-width: 769px) {
	.lesson-plan .course.course--red,
	.lesson-plan .course.course--lightblue,
	.lesson-plan .course.course--yellow,
	.lesson-plan .course.course--green,
	.lesson-plan .course.course--purple,
	.lesson-plan .course.course--blue {
		background-color: transparent;
		color: #404040;
	}
}

/* Section intro */

.section--intro h2 {
	margin: 0 0 1em 0;
	flex: 1 1 100%;
	line-height: 1;
	font-size: 2.3rem;
}

.section--intro .col--left {
	text-align: center;
}

@media (max-width: 768px) {
	.section--intro .row {
		flex-direction: column;
	}

	.section--intro .col--right {
		margin-top: 3rem;
	}
}

@media (min-width: 769px) {
	.section--intro .container {
		width: 100%;
		max-width: 1170px;
	}

	.section--intro .row {
		align-items: center;
	}
	.section--intro .col {
		margin-top: 0;
	}

	.section--intro .col--left {
		flex: 1 1 32%;
		width: 32%;
		padding-right: 4em;
		text-align: right;
	}

	.section--intro .col--right {
		flex: 1 1 45%;
		width: 45%;
	}
}

.section--intro p {
	margin: 0;
}

.section--intro .btn {
	display: none;
}

@media (min-width: 769px) {
	.section--intro .btn {
		display: block;
		width: auto;
		margin: 1.5em 0 0 auto;
		font-size: 1.2em;
	}
}

.section--intro .intro-description {
	display: block;
	flex: 1 1 100%;
	width: 100%;

	text-align: center;

	font-size: 0.9em;
	font-style: italic;
	margin-top: 1em;
	color: #666666;
}

.section--intro .intro-card {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	background: #dcddde;
	padding-bottom: 56.25%;

	border-radius: 1em;
}

.section--intro .video-placeholder {
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: 1em;

	cursor: pointer;

	background-size: cover;

	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}

@media (min-width: 769px) {
	.section--intro .video-placeholder {
		font-size: 2.5rem;
	}
}
.section--intro .video-placeholder.hidden {
	display: none;
}

.section--intro .video-placeholder,
.section--intro iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.section--intro iframe {
	display: none;
}

.placeholder-icon svg {
	fill: currentColor;
	height: 2em;
	width: 2em;
}

.intro .left-shape {
	position: absolute;
	height: 27.8735vw;
	bottom: -5.21vw;
	left: -17.714vw;
	z-index: -1;
}

.intro .right-shape {
	position: absolute;
	height: 31.26vw;
	bottom: 0;
	right: -9.899vw;
	z-index: -1;
}

/* Related products */
.section--related {
	display: block;
	font-size: 18px;
	padding: 1rem;
	position: relative;
}

@media (min-width: 769px) {
	.section--related {
		margin: 4rem auto;
		max-width: 72%;
	}
}

.section--related .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
}

.section--related h2 {
	font-size: 2rem;
	text-align: center;
}

a.product-rel--item,
a.product-rel--item:visited {
	display: flex;
	flex-direction: column;

	padding: 0.5rem;

	color: #333;
	text-decoration: none;
	transition: box-shadow 0.15s ease-in-out;
}

a.product-rel--item:focus {
	box-shadow: inset 0 0 0 0.25rem rgba(102, 51, 149, 0.5);
	border-radius: 0.5em;
	outline: none;
}

.product-rel--item .cover-body {
	position: relative;

	display: block;
	width: 60%;
	margin: 0 auto;

	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.product-rel--item:hover .cover-body {
	transform: translateY(-0.3em);
}

@media (min-width: 769px) {
	.product-rel--item .cover-body {
		width: 80%;
	}
}

.product-rel--item .cover-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	object-fit: cover;

	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.product-rel--item:hover .cover-image {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.product-rel--item .cover-body .raiting {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;

	display: block;
	padding: 0.5em 0.7em;
	width: max-content;
	border-radius: 0.7em;

	background-color: #8cbe23;
	color: #fff;
	font-size: 0.9em;
}

.product-rel--item .raiting .midle {
	font-size: 1.1em;
}

.product-rel--item .raiting .delimer::after {
	background-color: #fff;
}

.product-rel--item .price {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.announcement_bar .announcement_bar-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0.8em 1em;
	background-color: rgb(33, 34, 35);
	color: #fff;
	align-items: center;
	font-size: 1rem;
}

@media (min-width: 769px) {
	.announcement_bar .announcement_bar-content {
		font-size: 0.7rem;
	}
}

.announcement_bar a.announcement_bar-content {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
}

.announcement_bar a.announcement_bar-content:hover {
	background-color: rgb(23, 24, 25);
}

.announcement_bar .announcement_bar-content p {
	margin: 0.8em 0;
}

.announcement_bar .announcement_bar-content p:first-child {
	margin-top: 0;
}

.announcement_bar .announcement_bar-content p:last-child {
	margin-bottom: 0;
}

.announcement_bar .announcement_bar-content a {
	color: #fff;
	transition: all 0.35s ease-in-out;
}

.announcement_bar .announcement_bar-content a:hover {
	opacity: 0.8;
}
