
:root {
	--font-default: "Brother 1816", calibri, sans-serif;
	--font-alt: "Brother 1816 Printed", calibri, sans-serif;
	--font-size-default: 18px;
	--font-weight-default: 300;
	--line-height-default: 1.333;
}

body {
	--wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-features {
	background-color: #143441;
	padding: 64px 0;
	color: #fefffe;
}

.wp-block-features .shell {
	max-width: 1280px;
	padding: 0 32px;
}

.wp-block-features .section-header {
	text-align: center;
	margin-bottom: 64px;
}

.wp-block-features .section-header h2 {
	font-family: "Brother 1816 Printed", calibri, sans-serif;
	font-size: 48px;
	line-height: 1;
	color: #fefffe;
	font-weight: 400;
	margin-bottom: 0;
}

.wp-block-features .features-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 4px;
	background: rgba(143, 217, 255, .2);
	border-radius: 22px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 64px;
	list-style: none;
}

.wp-block-features .features-tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-features .features-tabs li:before {
	display: none;
}

.wp-block-features .features-tabs li .features-tabs__item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 12px;
	height: 36px;
	border-radius: 22px;
	border: 1px solid #8fd9ff;
	cursor: pointer;
	transition: all .3s ease;
	min-width: 150px;
}

.wp-block-features .features-tabs li .features-tabs__item .features-tabs__title {
	font-family: "Brother 1816", calibri, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #8fd9ff;
	text-align: center;
}

.wp-block-features .features-tabs li.active .features-tabs__item {
	background: #8fd9ff;
	border-color: #8fd9ff;
	box-shadow: 0px 1px 3px rgba(10, 13, 18, .1), 0px 1px 2px -1px rgba(10, 13, 18, .1);
}

.wp-block-features .features-tabs li.active .features-tabs__item .features-tabs__title {
	color: #000d16;
}

.wp-block-features .features-tabs li:hover:not(.active) .features-tabs__item {
	background: rgba(143, 217, 255, .1);
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-features .features-tabs {
		display: none;
	}
}

.wp-block-features .tab_container {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
}

.wp-block-features .tab_content {
	animation: fadeIn .5s;
}

.wp-block-features .wp-block__features-columns {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.wp-block-features .wp-block__features-columns {
		flex-direction: column;
	}
}

.wp-block-features .wp-block__features-description {
	flex: 1;
	background: rgba(143, 217, 255, .5);
	border-radius: 8px;
	padding: 16px;
}

.wp-block-features .wp-block__features-description .features-description-content p {
	font-family: "Brother 1816", calibri, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #fefffe;
	margin: 0;
}

.wp-block-features .wp-block__features-steps {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wp-block-features .features-steps-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wp-block-features .features-step-item {
	background: #fefffe;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0px 1px 2px rgba(10, 13, 18, .05);
	position: relative;
}

.wp-block-features .features-step-item .features-step-content {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.wp-block-features .features-step-item .features-step-icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background: #143441;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 2px rgba(10, 13, 18, .05), inset 0px 0px 0px 1px rgba(10, 13, 18, .18), inset 0px -2px 0px rgba(10, 13, 18, .05);
}

.wp-block-features .features-step-item .features-step-icon img {
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
}

.wp-block-features .features-step-item .features-step-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wp-block-features .features-step-item .features-step-title {
	font-family: "Brother 1816", calibri, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	margin: 0;
}

.wp-block-features .features-step-item .features-step-description {
	font-family: "Brother 1816", calibri, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}

.wp-block-features .features-button-wrap {
	margin-top: 0;
}

.wp-block-features .features-button-wrap .wp-block-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 16px;
	background: #8fd9ff;
	border: 1px solid #143441;
	border-radius: 48px;
	font-family: "Brother 1816", calibri, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #143441;
	text-decoration: none;
	transition: all .3s ease;
	box-shadow: 0px 1px 2px rgba(10, 13, 18, .05), inset 0px 0px 0px 1px rgba(10, 13, 18, .18), inset 0px -2px 0px rgba(10, 13, 18, .05);
}

.wp-block-features .features-button-wrap .wp-block-button__link:hover {
	background: rgba(143, 217, 255, .1);
	color: #fefffe;
	border: 1px solid #fefffe;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-features .features-button-wrap .wp-block-button__link {
		width: 100%;
	}
}

.wp-block-features .tab_drawer_heading {
	display: none;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-features .tab_drawer_heading {
		display: block;
		order: 1;
		margin-bottom: 0;
		width: 100%;
	}
	
	.wp-block-features .tab_drawer_heading .features-tabs__item {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 12px;
		height: 36px;
		border-radius: 22px;
		border: 1px solid #8fd9ff;
		cursor: pointer;
		background: transparent;
	}
	
	.wp-block-features .tab_drawer_heading .features-tabs__item .features-tabs__title {
		font-family: "Brother 1816", calibri, sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 1.5;
		color: #8fd9ff;
		text-align: center;
	}
	
	.wp-block-features .tab_drawer_heading.d_active .features-tabs__item {
		background: #8fd9ff;
		box-shadow: 0px 1px 3px rgba(10, 13, 18, .1), 0px 1px 2px -1px rgba(10, 13, 18, .1);
	}
	
	.wp-block-features .tab_drawer_heading.d_active .features-tabs__item .features-tabs__title {
		color: #000d16;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-features {
		padding: 42px 0;
	}
	
	.wp-block-features .section-header {
		margin-bottom: 42px;
	}
	
	.wp-block-features .tab_container {
		display: flex;
		flex-direction: column;
		gap: 8px;
		background: rgba(143, 217, 255, .2);
		padding: 4px;
		border-radius: 22px;
		position: relative;
	}
	
	.wp-block-features .tab_container:before {
		content: "";
		display: none;
	}
	
	.wp-block-features .tab_content {
		order: 2;
		background: transparent;
		padding: 0;
		margin-top: 24px;
		width: 100%;
	}
	
	.wp-block-features .tab_content .wp-block__features-columns {
		flex-direction: column;
		gap: 24px;
	}
	
	.wp-block-features .tab_content .wp-block__features-description {
		background: rgba(143, 217, 255, .5);
		border-radius: 8px;
		padding: 16px;
		text-align: center;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
