@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:regular,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:regular,500,600,700,700italic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");
@font-face {
	font-family: "icons";
	src:
		url("../fonts/icons.woff2") format("woff2"),
		url("../fonts/icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[class*="_icon-"]::before {
	display: inline-block;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	display: inline-block;
}

a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html,
body {
	line-height: 1;
	height: 100%;
}

/* FORM */
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}

input,
textarea {
	width: 100%;
}

button,
select,
option {
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.renewal {
	padding-top: 8.0625rem;
	padding-bottom: 0.75rem;
}
.renewal__container {
	max-width: 1400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.renewal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	justify-items: end;
}
@media (max-width: 30em) {
	.renewal__content {
		font-size: 13px;
	}
}
.renewal__content span {
	margin-left: auto;
	color: #1e293b;
	font-weight: 700;
}
.renewal__content svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.renewal__link {
	padding: 10px 20px;
	color: #28a745;
	font-family: "Poppins";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 18.9px */
	letter-spacing: -0.2px;
	border-radius: 8px;
	background-color: #f8fafc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.renewal__link:hover {
		background-color: #dbf2e3;
	}
}

.description {
	padding-top: 7.5rem;
	padding-bottom: 13rem;
}
.description--padding {
	padding-top: 1.5rem;
}
.description__container {
	max-width: 75.25rem;
}
.description__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	color: #28a745;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.description__link svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
}
.description__link:not(:last-child) {
	margin-bottom: 2rem;
}
@media (any-hover: hover) {
	.description__link:hover {
		color: #212529;
	}
}

.company-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}
@media (max-width: 47.99875em) {
	.company-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.company-info__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 2px;
	max-width: 270px;
	width: 100%;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 47.99875em) {
	.company-info__left {
		max-width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 30em) {
	.company-info__left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.company-info__right {
	max-width: 53.125rem;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media (max-width: 47.99875em) {
	.company-info__right {
		max-width: 100%;
	}
}

.card-company__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.card-company__header:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__edit-btn,
.review__edit-btn {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 96px;
	border: 1px solid #28a745;
	background: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.card-company__edit-btn svg,
.review__edit-btn svg {
	width: 16px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
@media (any-hover: hover) {
	.card-company__edit-btn:hover,
	.review__edit-btn:hover {
		border: 1px solid #157d2d;
		background-color: #dbf2e3;
	}
	.card-company__edit-btn:hover svg,
	.review__edit-btn:hover svg {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.card-company__logo {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 2.5rem;
}
.card-company__logo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.card-company__item {
	display: grid;
	gap: 0.3125rem;
}
.card-company__item span {
	font-family: "Roboto";
}
.card-company__link {
	text-decoration: underline;
}
@media (any-hover: hover) {
	.card-company__link:hover {
		text-decoration: none;
	}
}
.card-company__wrap {
	display: grid;
	border-left: 5px solid #28a745;
	width: 100%;
}
@media (max-width: 47.99875em) {
	.card-company__wrap {
		grid-template-columns: repeat(4, 1fr);
		text-align: center;
	}
}
@media (max-width: 43.75em) {
	.card-company__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 30em) {
	.card-company__wrap {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		text-align: left;
	}
}
.card-company__wrap:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__details {
	color: rgb(77, 81, 84);
	font-family: "Roboto";
}
.card-company__rating--margin:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__rating--dashboard {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.card-company__update {
	color: #94a3b8;
	font-size: 14px;
	line-height: 110%; /* 15.4px */
}
.card-company__social:not(:last-child) {
	margin-bottom: 2rem;
}

.item-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
	padding: 12px 16px;
}
.item-card__info {
	display: grid;
	gap: 0.5rem;
}
.item-card__title {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px; /* 100% */
}
.item-card__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background: #f1f5f9;
	display: grid;
	place-items: center;
}
.item-card span {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px; /* 166.667% */
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}
.social__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
@media (any-hover: hover) {
	.social__link:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.about-company__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	background: #f1f5f9;
}
.about-company__header span {
	color: #475569;
	font-weight: 600;
	line-height: 110%;
}
.about-company__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.about-company__badge {
	border-radius: 6px;
	background: #3b82f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 6px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.about-company__badge svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.about-company__logo {
	width: 72px;
	height: 72px;
	border-radius: 12px;
}
.about-company__logo:not(:last-child) {
	margin-bottom: 1rem;
}
.about-company__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;

}
.about-company__button {
	background-color: #1e293b;
	color: #fff;
	padding: 0.75rem 1.25rem;
	font-weight: 700;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.about-company__button:hover {
		background-color: #28a745;
	}
}
.about-company__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
}
.about-company__wrapper:not(:last-child) {
	margin-bottom: 1.75rem;
}
.about-company__title {
	color: #0f172a;
	text-align: center;
	font-weight: 700;
	line-height: 110%;
}
@media (min-width: 73.375em) {
	.about-company__title {
		font-size: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem)) {
		.about-company__title {
			font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem);
		}
	}
	@supports not (font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem)) {
		.about-company__title {
			font-size: calc(1.75rem + 0.25 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.about-company__title {
		font-size: 1.75rem;
	}
}
.about-company__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}
@media (any-hover: hover) {
	.about-company__link:hover svg {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.about-company__link:hover span {
		text-decoration: none;
	}
}
.about-company__link span {
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px; /* 100% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.about-company__link svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.about-company__review {
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	min-height: auto;
	padding: 20px 20px 32px 20px;
}
@media (max-width: 47.99875em) {
	.about-company__review {
		padding: 10px 20px;
	}
}

.review__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.review__title-wrap:not(:last-child) {
	margin-bottom: 1.25rem;
}
.review__title {
	color: #0f172a;
	font-weight: 700;
	line-height: 110%; /* 17.6px */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}
.review__title::before {
	content: "";
	background: url(../img/review-element.svg) 0 0 / cover no-repeat;
	width: 24px;
	height: 24px;
}
.review__title--margin:not(:last-child) {
	margin-bottom: 1.25rem;
}
.review__text {
	color: #0f172a;
	font-size: 16px;
	line-height: 128%; /* 20.48px */
}
.review__text p:not(:last-child) {
	margin-bottom: 1.25rem;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(30, 41, 59, 0.4);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1000;
}
.popup__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.popup__form:not(:last-child) {
	margin-bottom: 1.6875rem;
}
.popup__body {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem 0.625rem;
	max-height: 100vh;
}
.popup__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 72px;
	height: 72px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	background: #f1f5f9;
	border: 1.44px solid #e2e8f0;
	overflow: hidden;
}
.popup__logo svg {
	width: 32px;
	height: 32px;
}
.popup__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}
.popup__content {
	overflow: hidden;
	max-width: 30rem;
	width: 100%;
	max-height: 90vh;
	background-color: #fff;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #fff;
	position: relative;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-y: auto;
}
.popup__content--flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 30em) {
	.popup__content {
		padding: 2.5rem 1.5rem;
		max-height: 70vh;
	}
}
.popup__content span {
	color: #9b9b9b;
	text-align: center;
	font-size: 0.75rem;
}
.popup__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.popup__wrap:not(:last-child) {
	margin-bottom: 1rem;
}
.popup__avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.popup__upload {
	cursor: pointer;
	display: block;
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.popup__upload svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.popup__title {
	color: #1e293b;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 135%; /* 32.4px */
	letter-spacing: -0.2px;
}
.popup__title:not(:last-child) {
	margin-bottom: 0.75rem;
}
.popup__title--margin:not(:last-child) {
	margin-bottom: 2rem;
}
.popup__text {
	color: #64748b;
	text-align: center;
	font-size: 14px;
	line-height: 122%; /* 17.08px */
}
@media (min-width: 73.375em) {
	.popup__text:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__text:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__text:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.popup__text:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 73.375em) {
	.popup__fields:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__fields:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__fields:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.popup__fields:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
.popup__btn-wrap {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
}
.popup__field {
	display: grid;
	gap: 0.5rem;
}
.popup__field input {
	border: 1px solid #e2e8f0;
	padding: 0.9375rem 0.5rem;
	border-radius: 8px;
	background: #fff;
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
.popup__field input::-webkit-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::-moz-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input:-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.popup__field label {
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 110%;
}
.popup__field:not(:last-child) {
	margin-bottom: 1.0625rem;
}
.popup__button--cancel {
	color: #475569;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: -0.2px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.popup__button--cancel:hover {
		color: #28a745;
	}
}
.popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
@media (any-hover: hover) {
	.popup__close:hover svg {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.popup__close svg {
	width: 1.25rem;
	height: 1.25rem;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.popup__label {
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 110%;
	display: block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.popup--edit .custom-select {
	color: #0f172a;
	font-size: 14px;
	line-height: 135%;
	border-radius: 8px;
}
.popup--edit .custom-select span {
	color: #0f172a;
	font-size: 14px;
	line-height: 135%;
}
.popup--edit .custom-select__trigger {
	padding: 14px 8px;
	border: 1px solid #94a3b8;
}
.popup__avatar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.popup__upload {
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
@media (any-hover: hover) {
	.popup__upload:hover {
		color: #0f172a;
	}
}
.popup__upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	display: none;
}
.popup__textarea {
	min-height: 200px;
	resize: none;
	border: 1px solid #94a3b8;
	padding: 0.9375rem 0.5rem;
	border-radius: 8px;
	background: #fff;
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
.popup__textarea::-webkit-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::-moz-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea:-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.popup.open {
	visibility: visible;
	opacity: 1;
	-ms-touch-action: none;
	touch-action: none;
}

.popup:not(.open) .popup__close {
	pointer-events: none;
	visibility: hidden;
}

#messageSubmit {
	border-radius: 16px;
	border: 1px solid #e3deed;
	background: #fff;
	-webkit-box-shadow:
		0px 148px 41px 0px rgba(162, 185, 181, 0),
		0px 95px 38px 0px rgba(162, 185, 181, 0.01),
		0px 53px 32px 0px rgba(162, 185, 181, 0.05),
		0px 24px 24px 0px rgba(162, 185, 181, 0.09),
		0px 6px 13px 0px rgba(162, 185, 181, 0.1);
	box-shadow:
		0px 148px 41px 0px rgba(162, 185, 181, 0),
		0px 95px 38px 0px rgba(162, 185, 181, 0.01),
		0px 53px 32px 0px rgba(162, 185, 181, 0.05),
		0px 24px 24px 0px rgba(162, 185, 181, 0.09),
		0px 6px 13px 0px rgba(162, 185, 181, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	top: 5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1100;
	padding: 1rem;
	max-width: 30.375rem;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
#messageSubmit svg {
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#messageSubmit p {
	color: #475569;
	font-weight: 700;
	line-height: 122%; /* 19.52px */
	letter-spacing: -0.2px;
}

#messageSubmit.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

#messageSubmit .close-message {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.hero__text--width {
	max-width: 37.5rem;
	line-height: 1.2;
}
.support {
	padding-top: 2.9375rem;
	padding-bottom: 7.1875rem;
}
.support__title {
	font-weight: 700;
	color: #28a745;
	text-align: center;
}
@media (min-width: 89.375em) {
	.support__title {
		font-size: 2.5rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (font-size: clamp(1.75rem, 1.5337837838rem + 1.0810810811vw, 2.5rem)) {
		.support__title {
			font-size: clamp(1.75rem, 1.5337837838rem + 1.0810810811vw, 2.5rem);
		}
	}
	@supports not (font-size: clamp(1.75rem, 1.5337837838rem + 1.0810810811vw, 2.5rem)) {
		.support__title {
			font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.support__title {
		font-size: 1.75rem;
	}
}
@media (min-width: 89.375em) {
	.support__title:not(:last-child) {
		margin-bottom: 1.5625rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (margin-bottom: clamp(1.25rem, 1.1599099099rem + 0.4504504505vw, 1.5625rem)) {
		.support__title:not(:last-child) {
			margin-bottom: clamp(1.25rem, 1.1599099099rem + 0.4504504505vw, 1.5625rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 1.1599099099rem + 0.4504504505vw, 1.5625rem)) {
		.support__title:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.3125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.support__title:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
.form {
	max-width: 52.8125rem;
	margin: 0 auto;
}
.form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
@media (min-width: 89.375em) {
	.form__wrapper:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (margin-bottom: clamp(1.25rem, 0.8896396396rem + 1.8018018018vw, 2.5rem)) {
		.form__wrapper:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.8896396396rem + 1.8018018018vw, 2.5rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 0.8896396396rem + 1.8018018018vw, 2.5rem)) {
		.form__wrapper:not(:last-child) {
			margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__wrapper:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
@media (max-width: 47.99875em) {
	.form__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.form__left {
	max-width: 25.3125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25.3125rem;
	flex: 1 1 25.3125rem;
	width: 100%;
}
@media (max-width: 47.99875em) {
	.form__left {
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.form__field {
	display: grid;
	gap: 0.3125rem;
}
.form__field input {
	padding: 0.625rem 0.9375rem;
	border-radius: 8px;
	border: 1px solid #c2bdbd;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
.form__field input::-webkit-input-placeholder {
	color: #c2bdbd;
}
.form__field input::-moz-placeholder {
	color: #c2bdbd;
}
.form__field input:-ms-input-placeholder {
	color: #c2bdbd;
}
.form__field input::-ms-input-placeholder {
	color: #c2bdbd;
}
.form__field input::placeholder {
	color: #c2bdbd;
}
.form__field input:focus {
	border-radius: 8px;
	outline: none;
	border: 1px solid #28a745;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
}
.form__field label {
	color: #3f3f3f;
	font-size: 0.75rem;
	font-weight: 500;
}
@media (min-width: 89.375em) {
	.form__field:not(:last-of-type) {
		margin-bottom: 1.1875rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (margin-bottom: clamp(0.75rem, 0.6238738739rem + 0.6306306306vw, 1.1875rem)) {
		.form__field:not(:last-of-type) {
			margin-bottom: clamp(0.75rem, 0.6238738739rem + 0.6306306306vw, 1.1875rem);
		}
	}
	@supports not (margin-bottom: clamp(0.75rem, 0.6238738739rem + 0.6306306306vw, 1.1875rem)) {
		.form__field:not(:last-of-type) {
			margin-bottom: calc(0.75rem + 0.4375 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__field:not(:last-of-type) {
		margin-bottom: 0.75rem;
	}
}
.form__right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25.3125rem;
	flex: 1 1 25.3125rem;
	max-width: 25.3125rem;
	width: 100%;
}
@media (max-width: 47.99875em) {
	.form__right {
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.form__textarea {
	min-height: 13.3125rem;
	resize: none;
	padding: 0.625rem 0.9375rem;
	border-radius: 8px;
	border: 1px solid #c2bdbd;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
@media (max-width: 47.99875em) {
	.form__textarea {
		min-height: 7.5rem;
	}
}
.form__textarea::-webkit-input-placeholder {
	color: #c2bdbd;
}
.form__textarea::-moz-placeholder {
	color: #c2bdbd;
}
.form__textarea:-ms-input-placeholder {
	color: #c2bdbd;
}
.form__textarea::-ms-input-placeholder {
	color: #c2bdbd;
}
.form__textarea::placeholder {
	color: #c2bdbd;
}
.form__textarea:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
}
.form__button {
	display: grid;
	justify-self: center;
	padding: 0.75rem 4.0625rem;
}
@media (min-width: 89.375em) {
	.form__button {
		padding-top: 0.75rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-top: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem)) {
		.form__button {
			padding-top: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem);
		}
	}
	@supports not (padding-top: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem)) {
		.form__button {
			padding-top: calc(0.625rem + 0.125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__button {
		padding-top: 0.625rem;
	}
}
@media (min-width: 89.375em) {
	.form__button {
		padding-bottom: 0.75rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-bottom: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem)) {
		.form__button {
			padding-bottom: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem);
		}
	}
	@supports not (padding-bottom: clamp(0.625rem, 0.588963964rem + 0.1801801802vw, 0.75rem)) {
		.form__button {
			padding-bottom: calc(0.625rem + 0.125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__button {
		padding-bottom: 0.625rem;
	}
}
@media (min-width: 89.375em) {
	.form__button {
		padding-right: 4.0625rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-right: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem)) {
		.form__button {
			padding-right: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem);
		}
	}
	@supports not (padding-right: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem)) {
		.form__button {
			padding-right: calc(0.9375rem + 3.125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__button {
		padding-right: 0.9375rem;
	}
}
@media (min-width: 89.375em) {
	.form__button {
		padding-left: 4.0625rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-left: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem)) {
		.form__button {
			padding-left: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem);
		}
	}
	@supports not (padding-left: clamp(0.9375rem, 0.0365990991rem + 4.5045045045vw, 4.0625rem)) {
		.form__button {
			padding-left: calc(0.9375rem + 3.125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.form__button {
		padding-left: 0.9375rem;
	}
}

.claim-listing {
	padding-top: 8.75rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
}
.claim-listing__container {
	max-width: 76.875rem;
}
.claim-listing__title {
	color: #0f172a;
	font-size: 40px;
	font-weight: 600;
	line-height: 116%; /* 46.4px */
	margin-bottom: 1rem;
}
.claim-listing__text {
	color: #475569;
	font-weight: 500;
}

.stepper {
	padding: 48px 0;
}
.stepper__container {
	max-width: 76.875rem;
}
.stepper__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.75rem;
}
@media (max-width: 56.25em) {
	.stepper__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 56.25em) {
	.stepper__wrapper--flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 51.875em) {
	.stepper__wrapper--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.stepper__left {
	border-radius: 12px;
	padding: 0.75rem;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	max-width: 16.25rem;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
@media (max-width: 56.25em) {
	.stepper__left {
		max-width: 100%;
	}
}
.stepper__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
}
.stepper__item:not(:last-child) {
	margin-bottom: 0.25rem;
}
.stepper__right {
	max-width: 55rem;
	width: 100%;
}

.item-step {
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.item-step:hover {
		background-color: #cef3d6;
		border-radius: 8px;
	}
}
.item-step.active {
	border-radius: 8px;
	background: #cef3d6;
}
.item-step__progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 36px;
	height: 36px;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 36px;
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
	line-height: 116%; /* 16.24px */
	border-radius: 1000px;
}
.item-step__progress--default {
	border: 1px solid #e2e8f0;
	background: #fff;
}
.item-step__progress--current {
	background: #fff;
	border: 1px solid #28a745;
}
.item-step__progress--filled {
	background: #28a745;
}
.item-step__progress--filled svg {
	width: 16px;
	height: 16px;
	fill: white;
}
.item-step__title {
	color: #64748b;
	font-size: 14px;
	font-weight: 600;
	line-height: 116%;
}
.item-step__title.active {
	color: #041007;
}

.step-form {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	-webkit-transition:
		opacity 0.4s ease,
		visibility 0.4s ease,
		height 0.4s ease;
	transition:
		opacity 0.4s ease,
		visibility 0.4s ease,
		height 0.4s ease;
	pointer-events: none;
}
.step-form.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	pointer-events: auto;
}
.step-form__title {
	color: #0f172a;
	font-weight: 600;
	line-height: 116%; /* 37.12px */
	margin-bottom: 2rem;
}
@media (min-width: 89.375em) {
	.step-form__title {
		font-size: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (font-size: clamp(1.5625rem, 1.4363738739rem + 0.6306306306vw, 2rem)) {
		.step-form__title {
			font-size: clamp(1.5625rem, 1.4363738739rem + 0.6306306306vw, 2rem);
		}
	}
	@supports not (font-size: clamp(1.5625rem, 1.4363738739rem + 0.6306306306vw, 2rem)) {
		.step-form__title {
			font-size: calc(1.5625rem + 0.4375 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.step-form__title {
		font-size: 1.5625rem;
	}
}
.step-form__title--margin {
	margin-bottom: 0.75rem;
}
.step-form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}
.step-form__fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5rem;
}
.step-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}
@media (max-width: 56.25em) {
	.step-form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.step-form__field {
	width: 100%;
}
.step-form__text {
	color: #475569;
	font-weight: 500;
}
.step-form__text:not(:last-child) {
	margin-bottom: 2rem;
}
.step-form__buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.step-form__button {
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding: 16px 24px;
	border-radius: 8px;
	background: #28a745;
	color: #fff;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 135%; /* 21.6px */
	letter-spacing: -0.2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.step-form__button:hover {
		background-color: #10832b;
	}
}
.step-form__button--back {
	color: #475569;
	background-color: #f1f5f9;
}
@media (any-hover: hover) {
	.step-form__button--back:hover {
		background-color: #bcbec1;
	}
}
.step-form__password-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.toggle-password {
	position: absolute;
	top: 50%;
	right: 0.75rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.step-form__field {
	display: grid;
	gap: 0.5rem;
}
.step-form__field label {
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 110%; /* 13.2px */
}
.step-form__field input {
	border-radius: 8px;
	padding: 1.0625rem 0.75rem;
	border: 1px solid #e2e8f0;
}
.step-form__field input::-webkit-input-placeholder {
	color: #64748b;
	line-height: 135%; /* 21.6px */
}
.step-form__field input::-moz-placeholder {
	color: #64748b;
	line-height: 135%; /* 21.6px */
}
.step-form__field input:-ms-input-placeholder {
	color: #64748b;
	line-height: 135%; /* 21.6px */
}
.step-form__field input::-ms-input-placeholder {
	color: #64748b;
	line-height: 135%; /* 21.6px */
}
.step-form__field input::placeholder {
	color: #64748b;
	line-height: 135%; /* 21.6px */
}
.step-form__field input:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
}

.custom-select {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.custom-select__trigger {
	padding: 17px 12px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom-select__trigger span {
	color: #64748b;
}

.custom-select__options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ccc;
	display: none;
	z-index: 50;
	list-style: none;
	border-radius: 8px;
	overflow: visible;
}
.custom-select__options--popup {
	max-height: 80px;
	overflow: auto;
}

.custom-select__option {
	padding: 10px;
	cursor: pointer;
}

.custom-select__option:hover {
	background: #eee;
}

.custom-select.open .custom-select__options {
	display: block;
}

.verification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}
.verification svg {
	width: 32px;
	height: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.verification__title {
	color: #041007;
	font-size: 20px;
	font-weight: 700;
}
.verification__text {
	color: #1e293b;
	text-align: center;
	font-weight: 500;
	line-height: 136%;
}
.verification__text span {
	font-weight: 700;
}
.verification__resend-btn {
	color: #28a745;
	font-weight: 700;
	line-height: 135%;
	letter-spacing: -0.2px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.verification__resend-btn:hover {
		color: #1e293b;
	}
}

.step-form__field input {
	width: 100%;
	padding-right: 2.5rem;
}

.plan {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 30px;
	align-self: stretch;
	width: 100%;
}

.item-plan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
	padding: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: auto;
}

@media (any-hover: hover) {
	.item-plan:hover {
		border: 1px solid #28a746;
	}
}
.item-plan.selected {
	border: 1px solid #28a746;
	background: #ebfff0;
}

.item-plan.popular {
	border: 1px solid #e2e8f0;
	background: #ebfff0;
	position: relative;
}

.item-plan.popular .item-plan__button {
	color: #fff;
	background: #28a745;
}

@media (any-hover: hover) {
	.item-plan.popular:hover {
		border: 1px solid #28a746;
	}
	.item-plan.popular .item-plan__button-label:hover .item-plan__button {
		background-color: #10832b;
	}
}
.item-plan.current {
	position: relative;
	border: 1px solid #28a745;
	background: #ebfff0;
}

.item-plan__button-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.item-plan.current .item-plan__button {
	border-radius: 8px;
	opacity: 0.6;
	background-color: #cef3d6;
	color: #1f8437;
	font-weight: 700;
	line-height: 135%;
	letter-spacing: -0.2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
}

.item-plan.current .item-plan__button svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

@media (any-hover: hover) {
	.item-plan.current .item-plan__button-label:hover .item-plan__button {
		background-color: #cef3d6;
	}
}
.item-plan__title {
	color: #041007;
	font-size: 16px;
	font-weight: 600;
}

.item-plan__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.item-plan__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	list-style: none;
	padding-left: 0;
}

.item-plan__list .list-plan__item {
	margin-bottom: 0.5rem;
}

.item-plan__button {
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #f1f5f9;
	color: #1e293b;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: -0.2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item-plan__badge {
	border-radius: 32px;
	background: #1e293b;
	padding: 8px 12px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -13px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	line-height: 110%;
}

@media (any-hover: hover) {
	.item-plan__button-label:hover .item-plan__button {
		background-color: #c6c6c6;
	}
	.item-plan__button-label input[type="radio"]:checked + .item-plan__button:hover {
		border-radius: 8px;
		background: #cef3d6;
		color: #1f8437;
		font-weight: 700;
		line-height: 135%;
		letter-spacing: -0.2px;
	}
}
.visually-hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-plan__button-label {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
}

.item-plan__button-label input[type="radio"]:checked + .item-plan__button {
	border-radius: 8px;
	background: #cef3d6;
	color: #1f8437;
	font-weight: 700;
	line-height: 135%;
	letter-spacing: -0.2px;
}

.price {
	display: grid;
	gap: 0.5rem;
}
.price__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
}
.price__number {
	color: #041007;
	font-size: 32px;
	font-weight: 700;
	line-height: 135%; /* 43.2px */
	letter-spacing: -0.2px;
}
.price__number--size {
	font-size: 40px;
}
.price__text {
	color: #475569;
}
.price__payment-info {
	color: #4d4851;
	font-size: 14px;
	line-height: 135%;
}

.text-plan {
	color: #4d5154;
	font-weight: 600;
}

.list-plan__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	color: #475569;
}
.list-plan__item::before {
	content: "";
	background: url(../img/list-item.svg) 0 0 / cover no-repeat;
	width: 24px;
	height: 24px;
}
.list-plan__item:not(:last-of-type) {
	margin-bottom: 0.875rem;
}

.selected-plan {
	padding: 1rem 0;
	padding-right: 1.25rem;
	border-right: 1px solid #e2e8f0;
	max-width: 18.75rem;
	width: 100%;
}
@media (max-width: 30em) {
	.selected-plan {
		border-right: none;
	}
}
.selected-plan__badge {
	border-radius: 4px;
	background: #cef3d6;
	margin-bottom: 0.5rem;
	color: #10421b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.selected-plan__header {
	margin-bottom: 1.5rem;
}
.selected-plan__header span {
	color: #475569;
	font-size: 14px;
}
.selected-plan__title {
	color: #041007;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.selected-plan__price {
	margin-bottom: 1.5rem;
}
.selected-plan__text {
	margin-bottom: 1.5rem;
}

.payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}
@media (max-width: 60em) {
	.payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.payment__right {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.payment__option {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	-webkit-transition:
		border-color 0.3s,
		background-color 0.3s;
	transition:
		border-color 0.3s,
		background-color 0.3s;
}
.payment__option--border {
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #e2e8f0;
}
.payment__option--padding {
	padding-top: 1.75rem;
}
.payment__radio {
	display: none;
}
.payment__custom-radio {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border-radius: 360px;
	border: 1px solid #909090;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-top: 4px;
	-webkit-transition:
		border-color 0.3s,
		background-color 0.3s;
	transition:
		border-color 0.3s,
		background-color 0.3s;
}
.payment__custom-radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #00b14f;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition:
		transform 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}
.payment__radio:checked + .payment__custom-radio {
	border-color: #00b14f;
}
.payment__radio:checked + .payment__custom-radio::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.payment__content {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 26.125rem;
}
.payment__text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.payment__title {
	color: #041007;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.payment__description {
	color: #475569;
	font-size: 14px;
}
.payment__description:not(:last-child) {
	margin-bottom: 0.75rem;
}
.payment__link {
	color: #28a745;
	font-weight: 600;
	line-height: 135%; /* 21.6px */
	letter-spacing: -0.2px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.payment__link:hover {
		color: #041007;
	}
}
.payment__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.payment__icon svg {
	width: 24px;
	height: 24px;
}

.confirm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 140px;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
}
.confirm__container {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.confirm__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 52px;
	height: 52px;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1300px;
	background: #cef3d6;
}
.confirm__title {
	color: #28a745;
	font-weight: 600;
	line-height: 116%;
	text-align: center;
}
@media (min-width: 89.375em) {
	.confirm__title {
		font-size: 3rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (font-size: clamp(2.0625rem, 1.7922297297rem + 1.3513513514vw, 3rem)) {
		.confirm__title {
			font-size: clamp(2.0625rem, 1.7922297297rem + 1.3513513514vw, 3rem);
		}
	}
	@supports not (font-size: clamp(2.0625rem, 1.7922297297rem + 1.3513513514vw, 3rem)) {
		.confirm__title {
			font-size: calc(2.0625rem + 0.9375 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.confirm__title {
		font-size: 2.0625rem;
	}
}
.confirm__text {
	max-width: 800px;
	text-align: center;
}

.subscription {
	padding-top: 3rem;
	padding-bottom: 3.25rem;
}
.subscription__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}
.subscription__card {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	padding: 40px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	border-radius: 16px;
	background: #f1f5f9;
}
.subscription__button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 16px 24px;
}
.subscription__link {
	color: #28a745;
	font-weight: 700;
	line-height: 135%; /* 21.6px */
	letter-spacing: -0.2px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.subscription__link:hover {
		color: #1e293b;
	}
}

.card__title {
	color: #1e293b;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
}
.card__item:not(:last-child) {
	border-bottom: 1px solid #e2e8f0;
}

.item-card__subtitle {
	color: #4d5154;
	font-size: 18px;
	font-weight: 500;
}
.item-card__plan {
	padding: 8px;
	border-radius: 4px;
	background: #cef3d6;
	color: #28a745;
	font-weight: 600;
}
.item-card__info {
	color: #1e293b;
	font-weight: 600;
	line-height: 116%;
}

.information {
	padding-bottom: 3rem;
}
.information__container {
	max-width: 76.875rem;
}
.information__wrapper {
	padding: 40px 32px;
	border-radius: 12px;
	background: #f1f5f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 47.99875em) {
	.information__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
}
.information__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.information__text {
	color: #475569;
	font-size: 18px;
	font-weight: 500;
}
@media (max-width: 47.99875em) {
	.information__text {
		font-size: 16px;
	}
}

.item-information svg {
	width: 32px;
	height: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.item-information span {
	color: #041007;
	font-size: 20px;
	font-weight: 700;
}

.privacy {
	padding-top: 2.3125rem;
	padding-bottom: 5.625rem;
}
.privacy__container {
	max-width: 47.5rem;
}
.privacy__title:not(:last-child) {
	margin-bottom: 1.875rem;
}
.privacy__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.625rem;
}
.privacy__wrapper {
	display: grid;
	gap: 1.25rem;
}
.date:not(:last-child) {
	margin-bottom: 1.25rem;
}
.date__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}
.item-date__title {
	font-size: 1.25rem;
	font-weight: 600;
}
.item-date span {
	font-size: 1.125rem;
}

.subtitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: capitalize;
}

.item-privacy__title:not(:last-child) {
	margin-bottom: 1.25rem;
}
.item-privacy__text {
	line-height: 1.2;
	font-size: 1.125rem;
}
.item-privacy__text:not(:last-child) {
	margin-bottom: 1.25rem;
}
.item-privacy__text p:not(:last-of-type) {
	margin-bottom: 1.25rem;
}
.item-privacy__list {
	padding-left: 1.25rem;
}
.item-privacy__list > *:not(:last-of-type) {
	margin-bottom: 0.625rem;
}
.item-privacy__list li {
	font-size: 1.125rem;
	position: relative;
	padding-left: 0.9375rem;
}
.item-privacy__list li::before {
	content: "";
	position: absolute;
	top: 0.3125rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #5d5b5b;
	border-radius: 50%;
}
.item-privacy__list li span {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: capitalize;
	white-space: nowrap;
}
.item-privacy a {
	font-weight: 500;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.item-privacy a:hover {
		color: #28a745;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Plus Jakarta Sans";
}
body.menu-open {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

body.lock {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.wrapper {
	overflow: clip;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.wrapper main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[class*="__container"] {
	margin: 0 auto;
	padding: 0 0.9375rem;
}

.header {
	width: 100vw;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition:
		padding 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		padding 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		padding 0.3s ease,
		box-shadow 0.3s ease;
	transition:
		padding 0.3s ease,
		box-shadow 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
@media (min-width: 89.375em) {
	.header {
		padding-top: 1rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-top: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem)) {
		.header {
			padding-top: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem);
		}
	}
	@supports not (padding-top: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem)) {
		.header {
			padding-top: calc(0.625rem + 0.375 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.header {
		padding-top: 0.625rem;
	}
}
@media (min-width: 89.375em) {
	.header {
		padding-bottom: 1rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-bottom: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem)) {
		.header {
			padding-bottom: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem);
		}
	}
	@supports not (padding-bottom: clamp(0.625rem, 0.5168918919rem + 0.5405405405vw, 1rem)) {
		.header {
			padding-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.header {
		padding-bottom: 0.625rem;
	}
}
.header.scrolled {
	padding: 0.625rem 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.header__container {
	max-width: 85.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
@media (min-width: 89.375em) {
	.header__container {
		gap: 2rem;
	}
}
@media (min-width: 50em) and (max-width: 89.375em) {
	@supports (gap: clamp(0.625rem, -1.121031746rem + 3.4920634921vw, 2rem)) {
		.header__container {
			gap: clamp(0.625rem, -1.121031746rem + 3.4920634921vw, 2rem);
		}
	}
	@supports not (gap: clamp(0.625rem, -1.121031746rem + 3.4920634921vw, 2rem)) {
		.header__container {
			gap: calc(0.625rem + 1.375 * (100vw - 50rem) / 39.375);
		}
	}
}
@media (max-width: 50em) {
	.header__container {
		gap: 0.625rem;
	}
}
.header__logo,
.footer-top__logo {
	z-index: 25;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header__logo svg,
.footer-top__logo svg {
	width: 180px;
	height: 55.8px;
}
@media (max-width: 30em) {
	.header__logo svg,
	.footer-top__logo svg {
		width: 145px;
		height: auto;
	}
}
.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media (max-width: 30em) {
	.header__wrap {
		gap: 10px;
	}
}
.header__badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 10px 6px 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	color: #1e293b;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
	background: #fff;
	text-transform: uppercase;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header__avatar-wrap {
	position: relative;
	display: inline-block;
}
.header__avatar-wrap:hover .dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header__avatar-wrap:hover .header__avatar svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.header__avatar img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.header__avatar svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}

.dropdown {
	min-width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 4px;
	position: absolute;
	right: 0;
	top: 61px;
	border-radius: 12px;
	border: 1px solid var(--slate-200, #e2e8f0);
	background: var(--white, #fff);
	-webkit-box-shadow:
		0px 48px 13px 0px rgba(132, 139, 133, 0),
		0px 30px 12px 0px rgba(132, 139, 133, 0.02),
		0px 17px 10px 0px rgba(132, 139, 133, 0.07),
		0px 8px 8px 0px rgba(132, 139, 133, 0.12),
		0px 2px 4px 0px rgba(132, 139, 133, 0.14);
	box-shadow:
		0px 48px 13px 0px rgba(132, 139, 133, 0),
		0px 30px 12px 0px rgba(132, 139, 133, 0.02),
		0px 17px 10px 0px rgba(132, 139, 133, 0.07),
		0px 8px 8px 0px rgba(132, 139, 133, 0.12),
		0px 2px 4px 0px rgba(132, 139, 133, 0.14);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease,
		visibility 0.3s;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease,
		visibility 0.3s,
		-webkit-transform 0.3s ease;
}
.dropdown.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.dropdown a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	color: #1e293b;
	font-size: 14px;
	font-weight: 500;
	line-height: 110%;
	text-wrap: nowrap;
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdown a:hover {
	background-color: #f0f0f0;
	color: #28a745;
}
.dropdown a svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0.625rem 1.25rem;
	background-color: #28a745;
	color: #fff;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 135%; /* 21.6px */
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.button:hover {
		background-color: #10832b;
	}
}

@media (max-width: 35em) {
	.menu__body {
		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-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.875rem;
	}
}
@media (max-width: 50em) {
	.menu__body {
		position: fixed;
		width: 100%;
		min-height: 100vh;
		left: -100%;
		top: 0;
		padding: 6.25rem 0.9375rem 3.125rem 0.9375rem;
		background-color: #f8f9fa;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		z-index: 20;
		overflow-y: auto;
	}
	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		top: 0;
		left: -100%;
		z-index: 6;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		background: #fff;
	}
}
@media (max-width: 50em) and (min-width: 50em) {
	.menu__body::before {
		height: 5.125rem;
	}
}
@media (max-width: 50em) and (min-width: 20em) and (max-width: 50em) {
	@supports (height: clamp(4.1875rem, 3.5625rem + 3.125vw, 5.125rem)) {
		.menu__body::before {
			height: clamp(4.1875rem, 3.5625rem + 3.125vw, 5.125rem);
		}
	}
	@supports not (height: clamp(4.1875rem, 3.5625rem + 3.125vw, 5.125rem)) {
		.menu__body::before {
			height: calc(4.1875rem + 0.9375 * (100vw - 20rem) / 30);
		}
	}
}
@media (max-width: 50em) and (max-width: 20em) {
	.menu__body::before {
		height: 4.1875rem;
	}
}
.menu-open .menu__body {
	left: 0;
}
.menu-open .menu__body::before {
	left: 0;
}
.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 0.3125rem;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
@media (max-width: 50em) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: right;
		row-gap: 0.375rem;
	}
}
.menu__item {
	padding: 12px;
}
.menu__item--after {
	border-bottom: 2px solid var(--Primary-color, #28a745);
}
@media (max-width: 50em) {
	.menu__item--after {
		border-bottom: none;
	}
}
@media (any-hover: hover) {
	.menu__item:hover .menu__link {
		color: #28a745;
	}
}
.menu__link {
	position: relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #1e293b;
	font-size: 16px;
	font-weight: 500;
	line-height: 135%; /* 21.6px */
	letter-spacing: -0.2px;
}
@media (max-width: 50em) {
	.menu__link {
		font-size: 1.75rem;
	}
}

.icon-menu {
	z-index: 20;
	display: none;
}
@media (max-width: 50em) {
	.icon-menu {
		position: relative;
		width: 1.875rem;
		height: 1.5rem;
		background: none;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: inline-block;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.icon-menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.25rem;
		background-color: #28a745;
		border-radius: 4px;
		display: inline-block;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
}

.icon-menu span:nth-of-type(1) {
	top: 0;
}

.icon-menu span:nth-of-type(2) {
	top: 10px;
}

.icon-menu span:nth-of-type(3) {
	bottom: 0;
}

@media (max-width: 50em) {
	#menu02.open span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		-ms-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	#menu02.open span:nth-of-type(2) {
		opacity: 0;
	}
	#menu02.open span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		-ms-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
}
.hero {
	background-color: #f8f9fa;
	padding-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 89.375em) {
	.hero {
		padding-top: 8.75rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (padding-top: clamp(7.5rem, 7.1396396396rem + 1.8018018018vw, 8.75rem)) {
		.hero {
			padding-top: clamp(7.5rem, 7.1396396396rem + 1.8018018018vw, 8.75rem);
		}
	}
	@supports not (padding-top: clamp(7.5rem, 7.1396396396rem + 1.8018018018vw, 8.75rem)) {
		.hero {
			padding-top: calc(7.5rem + 1.25 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.hero {
		padding-top: 7.5rem;
	}
}
.hero__container {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.hero__title {
	max-width: 40.9375rem;
	color: #0f172a;
	text-align: center;
	font-weight: 600;
	line-height: 116%;
	position: relative;
}
@media (min-width: 89.375em) {
	.hero__title {
		font-size: 3.875rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (font-size: clamp(2.0625rem, 1.5399774775rem + 2.6126126126vw, 3.875rem)) {
		.hero__title {
			font-size: clamp(2.0625rem, 1.5399774775rem + 2.6126126126vw, 3.875rem);
		}
	}
	@supports not (font-size: clamp(2.0625rem, 1.5399774775rem + 2.6126126126vw, 3.875rem)) {
		.hero__title {
			font-size: calc(2.0625rem + 1.8125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.hero__title {
		font-size: 2.0625rem;
	}
}
.hero__title--before::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/title-icon.svg) 0 0 / cover no-repeat;
	position: absolute;
	top: 0;
	left: 55px;
}
@media (max-width: 65em) {
	.hero__title--before::before {
		left: 40px;
	}
}
@media (max-width: 43.75em) {
	.hero__title--before::before {
		left: 30px;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 25.625em) {
	.hero__title--before::before {
		left: 0;
		width: 25px;
		height: 25px;
	}
}
@media (min-width: 89.375em) {
	.hero__title:not(:last-child) {
		margin-bottom: 1.75rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (margin-bottom: clamp(1.25rem, 1.1058558559rem + 0.7207207207vw, 1.75rem)) {
		.hero__title:not(:last-child) {
			margin-bottom: clamp(1.25rem, 1.1058558559rem + 0.7207207207vw, 1.75rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 1.1058558559rem + 0.7207207207vw, 1.75rem)) {
		.hero__title:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.hero__title:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
.hero__text {
	color: #64748b;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 136%; /* 27.2px */
	max-width: 50rem;
}
@media (min-width: 89.375em) {
	.hero__text:not(:last-child) {
		margin-bottom: 1.75rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (margin-bottom: clamp(1.75rem, 1.911036036rem + -0.1801801802vw, 1.875rem)) {
		.hero__text:not(:last-child) {
			margin-bottom: clamp(1.75rem, 1.911036036rem + -0.1801801802vw, 1.875rem);
		}
	}
	@supports not (margin-bottom: clamp(1.75rem, 1.911036036rem + -0.1801801802vw, 1.875rem)) {
		.hero__text:not(:last-child) {
			margin-bottom: calc(1.875rem + -0.125 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.hero__text:not(:last-child) {
		margin-bottom: 1.875rem;
	}
}
.hero__form {
	max-width: 43.75rem;
	width: 100%;
}
.hero__search-wrap {
	padding: 1rem 0.75rem;
	min-height: 3.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.9375rem;
	border: 1px solid #e2e8f0;
}
.hero__search-wrap:focus-within {
	border: 0.0625rem solid #28a745;
}
.hero__search-wrap svg {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.hero__input {
	border: none;
	outline: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.hero__input::-webkit-input-placeholder {
	color: #94a3b8;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.hero__input::-moz-placeholder {
	color: #94a3b8;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.hero__input:-ms-input-placeholder {
	color: #94a3b8;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.hero__input::-ms-input-placeholder {
	color: #94a3b8;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.hero__input::placeholder {
	color: #94a3b8;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
@media (max-width: 30em) {
	.hero__input::-webkit-input-placeholder {
		font-size: 0.875rem;
	}
	.hero__input::-moz-placeholder {
		font-size: 0.875rem;
	}
	.hero__input:-ms-input-placeholder {
		font-size: 0.875rem;
	}
	.hero__input::-ms-input-placeholder {
		font-size: 0.875rem;
	}
	.hero__input::placeholder {
		font-size: 0.875rem;
	}
}

.companies {
	padding: 3rem 0;
}
.companies__container {
	display: grid;
	gap: 1.25rem;
	place-items: center;
}
.item-company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid var(--slate-200, #e2e8f0);
	position: relative;
	min-height: 3.125rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-width: 50rem;
	width: 100%;
}
@media (min-width: 89.375em) {
	.item-company {
		gap: 1.3125rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (gap: clamp(0.625rem, 0.4268018018rem + 0.990990991vw, 1.3125rem)) {
		.item-company {
			gap: clamp(0.625rem, 0.4268018018rem + 0.990990991vw, 1.3125rem);
		}
	}
	@supports not (gap: clamp(0.625rem, 0.4268018018rem + 0.990990991vw, 1.3125rem)) {
		.item-company {
			gap: calc(0.625rem + 0.6875 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.item-company {
		gap: 0.625rem;
	}
}
@media (any-hover: hover) {
	.item-company:hover {
		-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	}
}
.item-company__logo {
	padding: 1.25rem;
	border-radius: 12px;
	background: #f1f5f9;
	display: grid;
	place-items: center;
}
.item-company__info {
	display: grid;
}
.item-company__title {
	color: #1e293b;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	letter-spacing: -0.2px;
	max-width: calc(100% - 20px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.item-company__title:not(:last-child) {
	margin-bottom: 0.375rem;
}
@media (max-width: 30em) {
	.item-company__title {
		max-width: 6.25rem;
	}
}
.item-company__text {
	max-width: calc(100% - 20px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1rem;
	color: #475569;
	font-size: 16px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: -0.2px;
}
.item-company__text:not(:last-child) {
	margin-bottom: 1rem;
}
.item-company__details {
	position: absolute;
	right: 10px;
	top: 24px;
	font-size: 0.875rem;
	color: #94a3b8;
	font-family: "Poppins";
	line-height: 110%; /* 15.4px */
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rating--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.rating__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
}
.rating__item {
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../img/star-empty.svg") no-repeat center/cover;
}
.rating__item--size {
	width: 24px;
	height: 24px;
}
.rating__item.active {
	background: url("../img/star-full.svg") no-repeat center/cover;
}
.rating__number {
	color: #0f172a;
	font-weight: 700;
	line-height: 32px; /* 200% */
	letter-spacing: -0.096px;
}
.rating__number--size {
	font-size: 24px;
}

.footer-top {
	padding: 1.875rem 0;
}
.footer-top__container {
	max-width: 89.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
}
@media (max-width: 30em) {
	.footer-top__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.footer-top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}
.footer-top__link {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.footer-top__link:hover {
		color: #28a745;
	}
}
.footer-top__total-companies {
	border-radius: 1000px;
	background: var(--slate-100, #f1f5f9);
	color: #64748b;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	line-height: 135%; /* 18.9px */
	letter-spacing: -0.2px;
	gap: 0.3125rem;
	padding: 0.625rem 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}
.footer-top__total-companies svg {
	width: 1.25rem;
	height: 1.25rem;
}

.footer-bottom {
	background-color: #212529;
	width: 100%;
	padding: 1.25rem 0;
}
.footer-bottom__container {
	max-width: 89.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}
@media (max-width: 47.99875em) {
	.footer-bottom__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.footer-bottom__links-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 89.375em) {
	.footer-bottom__links-wrap {
		gap: 2.5rem;
	}
}
@media (min-width: 20em) and (max-width: 89.375em) {
	@supports (gap: clamp(1rem, 0.5675675676rem + 2.1621621622vw, 2.5rem)) {
		.footer-bottom__links-wrap {
			gap: clamp(1rem, 0.5675675676rem + 2.1621621622vw, 2.5rem);
		}
	}
	@supports not (gap: clamp(1rem, 0.5675675676rem + 2.1621621622vw, 2.5rem)) {
		.footer-bottom__links-wrap {
			gap: calc(1rem + 1.5 * (100vw - 20rem) / 69.375);
		}
	}
}
@media (max-width: 20em) {
	.footer-bottom__links-wrap {
		gap: 1rem;
	}
}
.footer-bottom__links-wrap a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.footer-bottom__links-wrap a:hover {
		color: #28a745;
	}
}
.footer-bottom__mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.3125rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer-bottom__mail img {
	width: 1.5625rem;
	height: 1.5625rem;
}
@media (any-hover: hover) {
	.footer-bottom__mail:hover {
		color: #28a745;
	}
}

.popup__input {
	display: none;
}

#remove-btn {
	color: #475569;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	line-height: 135%; /* 18.9px */
	letter-spacing: -0.2px;
	padding: 10px 20px;
}

.subscription-plan {
	padding-top: 1.5rem;
	padding-bottom: 6.1875rem;
}
.subscription-plan__container {
	max-width: 74.9375rem;
}
.subscription-plan__title {
	color: #0f172a;
	font-size: 32px;
	font-weight: 600;
	line-height: 116%; /* 37.12px */
}
.subscription-plan__title:not(:last-child) {
	margin-bottom: 0.75rem;
}
.subscription-plan__text {
	color: #475569;
	font-weight: 500;
}
.subscription-plan__wrap {
	padding-top: 2rem;
}
