﻿.plans__h5 {
	min-width: 100px;
	font-size: 1.8rem;
}

.plans__plan {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 3.1rem 0;
	border: none;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.plans__plan-tier-basic {
	color: #13BAF5;
}

.plans__plan-tier-basic-active {
	color: #fff;
	background: #13BAF5;
}

	.plans__plan-tier-basic-active::after {
		background: #13BAF5;
		content: " ";
		position: absolute;
		bottom: -8px;
		width: 16px;
		height: 16px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
	}

	.plans__plan-tier-basic-active .plans__plan-outline {
		border: none;
		border-radius: 16px;
	}

.plans__plan-tier-pro {
	color: #1D365F;
}

.plans__plan-tier-pro-active {
	color: #fff;
	background-color: #1D365F;
}

	.plans__plan-tier-pro-active::after {
		background: #1D365F;
		content: " ";
		position: absolute;
		bottom: -8px;
		width: 16px;
		height: 16px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
	}

	.plans__plan-tier-pro-active .plans__plan-outline {
		border: none;
		border-radius: 16px;
	}

.plans__plan-active-rounded {
	border-radius: 16px;
}

	.plans__plan-active-rounded::after {
		content: unset;
	}

.plans__plan-outline {
	border: 1px solid #F0F0F0;
}

	.plans__plan-outline .plans__plan {
		width: 49%;
	}

	.plans__span{
		font-size: 1.2rem;
	}

@media only screen and (min-width: 62.0625em) {
	.plans {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		/* width: auto; */
		max-width: 1281px;
	}

	.plans__header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.plans__h3 {
		width: 33.33%;
		min-width: 31rem;
		border-radius: 24px 0 0 0;
	}

	.plans__h5 {
		font-size: 2.8rem;
	}


	.plans__plan {
		min-width: 31rem;
		padding: 4rem 1rem;
	}

	.plans__plan-tier-basic-active .plans__plan-outline, .plans__plan-tier-pro-active .plans__plan-outline {
		border: none;
		border-radius: 16px;
	}

	.plans__container {
		width: 66.68%;
	}

	.plans__span {
		font-size: 1.6rem;
	}
}