@charset "UTF-8";

@-webkit-keyframes fadeInUpSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDownSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2rem, 0);
		transform: translate3d(0, -2rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2rem, 0);
		transform: translate3d(0, -2rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeftSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2rem, 0, 0);
		transform: translate3d(-2rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftSmol {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2rem, 0, 0);
		transform: translate3d(-2rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeftDropdown {
	from {
		opacity: 0;
		-webkit-transform: translate(90%);
		transform: translate(90%);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}
}

@keyframes fadeInLeftDropdown {
	from {
		opacity: 0;
		-webkit-transform: translate(90%);
		transform: translate(90%);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}
}

@-webkit-keyframes fadeInUpDropdown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpDropdown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes width {
	to {
		width: 400px;
	}
}

@keyframes width {
	to {
		width: 400px;
	}
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none !important;
}

.section-join-us,
.section-highlighted {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wrapper {
	/* max-width: 1720px; */
	max-width: 1440px;
	/* width: 100%; */
	width: 95%;
	margin: 0 auto;
	min-height: auto;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body {
	background-color: #e5e4ea;
}

body.white {
	/* background-color: #fff; */
}

body.frozen {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.heading,
.firago {
	font-family: "FiraGO";
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.heading--fancy,
.firago--fancy {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	align-items: center;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #334194;
	padding: 5rem 0;
}

.heading--fancy:before,
.firago--fancy:before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #334194;
	margin-right: 3rem;
	flex-shrink: 0;
}

.heading--fancy:after,
.firago--fancy:after {
	content: "";
	-webkit-box-flex: 1;
	flex: 1;
	height: 1px;
	background-color: rgba(51, 65, 148, 0.2);
	margin-left: 3rem;
}

.heading--fancy-white,
.firago--fancy-white {
	color: #fff;
}

.heading--fancy-white:after,
.firago--fancy-white:after {
	display: none;
}

.heading--fancy-white:before,
.firago--fancy-white:before {
	background-color: #fff;
}

.heading--upp,
.firago--upp {
	font-family: "FiraGOUPP";
}

.heading--normal,
.firago--normal {
	font-style: normal;
	font-weight: normal;
}

.heading--upper,
.firago--upper {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 600;
}

.heading--bold,
.firago--bold {
	font-weight: bold !important;
}

.heading--style-normal,
.firago--style-normal {
	font-style: normal;
}

.heading--xs,
.firago--xs {
	font-size: 1.2rem;
}

.heading--sm,
.firago--sm {
	font-size: 1.4rem;
}

.heading--smm,
.firago--smm {
	font-size: 1.6rem;
}

.heading--md,
.firago--md {
	font-size: 1.8rem;
}

.heading--mdd,
.firago--mdd {
	font-size: 2rem;
}

.heading--lg,
.firago--lg {
	font-size: 2.4rem;
}

.heading--lgg,
.firago--lgg {
	font-size: 3rem;
}

.heading--xl,
.firago--xl {
	font-size: 3.2rem;
}

.heading--200,
.firago--200 {
	font-weight: 200;
}

.heading--300,
.firago--300 {
	font-weight: 300;
}

.heading--500,
.firago--500 {
	font-weight: 500;
}

.heading--600,
.firago--600 {
	font-weight: 600;
}

.heading--italic,
.firago--italic {
	font-style: italic;
}

.heading--dark,
.firago--dark {
	color: #211f54;
}

.heading--dark-blue,
.firago--dark-blue {
	color: #211f54;
}

.heading--blue,
.firago--blue {
	color: #334194;
}

.heading--dark-brown,
.firago--dark-brown {
	color: #343841;
}

.heading--fade-blue,
.firago--fade-blue {
	color: #7a82b6;
}

.heading--dark,
.firago--dark {
	color: #212226;
}

.heading--ls--xs,
.firago--ls--xs {
	letter-spacing: 0.05px;
}

.heading--ls--sm,
.firago--ls--sm {
	letter-spacing: 0.1px;
}

.heading--nowrap,
.firago--nowrap {
	white-space: nowrap;
}

.heading.enter-email-text,
.firago.enter-email-text {
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
}
.authentication .firago.enter-email-text {
	color: #000000;
	opacity: 0.8;
}
.paragraph {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	color: #d3d2dd;
	line-height: 1.2;
}

.paragraph--sm {
	font-size: 1.3rem;
}

.paragraph--md {
	font-size: 1.4rem;
	line-height: 1.6;
}

.paragraph--lg {
	font-size: 1.6rem;
}

.text-red {
	color: #ee3048 !important;
}

.text-blue {
	color: #334194;
}

.text-white {
	color: #fff;
}

.text-center {
	text-align: center;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}

sub {
	vertical-align: sub !important;
	font-size: smaller !important;
}

.blue-container {
	background-color: #211f54;
	border-radius: 2.5rem 2.5rem 0 0;
	padding: 8rem 0 0 0;
	position: relative;
	min-height: 90vh;
}
.contact-page-block.blue-container {
	background-color: transparent;
}
.contact-page-block .heading {
	color: #231d57;
	font-style: normal;
}
.contact-page-block .contact-main {
	width: 100%;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 14rem;
	padding-left: 32px;
}
.contact-page-block .contact-main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 180px;
	background: rgba(234, 233, 236, 0.72);
	border-radius: 13px;
}
@media (max-width: 991px) {
	.contact-page-block .contact-main:before {
		height: 192px;
	}
	.contact-page-block .contact-main {
		padding-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.contact-page-block .bordered-container.contact-info {
	background-color: transparent;
	border: none;
	padding: 0;
	justify-content: start;
}
.contact-page-block .contact-main .map-container {
	height: 608px;
	width: 50%;
}
.contact-main .contact-info .link span {
	letter-spacing: 0.01em;

	color: #000000;
}
.blue-container--inner {
	margin-top: 2.5rem;
}

.blue-container.org-registration-main,
.blue-container.user-registration-main {
	padding-top: 1.6rem;
}

.min-height-0 {
	min-height: 0;
}

.no-underline {
	text-decoration: none;
}

.underlined {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.margin-0 {
	margin: 0 !important;
}

.text-center {
	text-align: center;
}

.flex-shink-0 {
	flex-shrink: 0;
}

.line-height-1-2 {
	line-height: 1.2;
}

.line-height-1-3 {
	line-height: 1.3 !important;
}

.line-height-1-4 {
	line-height: 1.4;
}

.line-height-1-5 {
	line-height: 1.5;
}

.d-none {
	display: none;
}

.d-flex {
	display: -webkit-box !important;
	display: flex !important;
}

.d-flex-md {
	display: none !important;
}
.about-page-block.blue-container {
	background-color: transparent;
}
.about-page-block .heading {
	color: #231d57;
	font-style: normal;
	/* font-size:3.2rem; */
}
.about-page-block .paragraph {
	color: #000000;
}
@media only screen and (max-width: 991px) {
	.d-flex-md {
		display: -webkit-box !important;
		display: flex !important;
	}
	.contact-page-block .contact-main .map-container {
		height: 295px;
		width: 100%;
	}
	.contact-page-block .bordered-container.contact-info {
		padding: 0;
	}
	.contact-page-block.blue-container {
		min-height: unset;
	}
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-no-wrap {
	flex-wrap: nowrap;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.pt-1 {
	padding-top: 1rem !important;
}

.pt-2 {
	padding-top: 2rem !important;
}

.pt-3 {
	padding-top: 3rem !important;
}

.pt-4 {
	padding-top: 4rem !important;
}

.pt-5 {
	padding-top: 5rem !important;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.pb-2 {
	padding-bottom: 2rem !important;
}

.pb-3 {
	padding-bottom: 3rem !important;
}

.pb-4 {
	padding-bottom: 4rem !important;
}

.pb-5 {
	padding-bottom: 5rem !important;
}

.pb-9 {
	padding-bottom: 9rem !important;
}

.pb-10 {
	padding-bottom: 10rem !important;
}

.mb-0 {
	margin-bottom: 0rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.mb-7 {
	margin-bottom: 7rem !important;
}

.mb-8 {
	margin-bottom: 8rem !important;
}

.mb-9 {
	margin-bottom: 9rem !important;
}

.mb-11 {
	margin-bottom: 11rem !important;
}

.ml-1 {
	margin-left: 1rem !important;
}

.ml-2 {
	margin-left: 2rem !important;
}

.ml-3 {
	margin-left: 3rem !important;
}

.ml-4 {
	margin-left: 4rem !important;
}

.ml-5 {
	margin-left: 5rem !important;
}

.ml-6 {
	margin-left: 6rem !important;
}

.ml-7 {
	margin-left: 7rem !important;
}

.ml-8 {
	margin-left: 8rem !important;
}

.ml-9 {
	margin-left: 9rem !important;
}

.ml-auto {
	margin-left: auto;
}

.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 2rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

.mr-5 {
	margin-right: 5rem !important;
}

.mr-6 {
	margin-right: 6rem !important;
}

.mr-7 {
	margin-right: 7rem !important;
}

.mr-8 {
	margin-right: 8rem !important;
}

.mr-9 {
	margin-right: 9rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.mt-8 {
	margin-top: 8rem !important;
}

.mt-9 {
	margin-top: 9rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mt-11 {
	margin-top: 11rem !important;
}

.mt-12 {
	margin-top: 12rem !important;
}

.mt-20 {
	margin-top: 20rem !important;
}

.pr-r-7 {
	padding-right: 7%;
}

.m-h-auto {
	margin: 0 auto;
}

.m-auto {
	margin: auto;
}

.w-100 {
	width: 100%;
}

.mw-100 {
	max-width: 100% !important;
}

.w-70 {
	width: 70%;
}

.w-75 {
	width: 75%;
}

.w-50 {
	width: 50%;
}

.margin-h-auto {
	margin: 0 auto;
}

.centred-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.flex-1 {
	-webkit-box-flex: 1;
	flex: 1;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.border-right {
	border-right: 1px solid #4d4c76;
}

.margin-top {
	margin-top: 20rem;
}

.margin-top--sm {
	margin-top: 9.5rem;
}

.margin-top--inner {
	margin-top: 12rem;
}

.padding-top {
	padding-top: 28rem;
}

.padding-top--sm {
	padding-top: 9.5rem;
}

.padding-top--inner {
	padding-top: 14.3rem;
}

.padding-top--lg {
	padding-top: 45rem;
}

.border-none {
	border: none !important;
}

.bg-light-grey {
	background-color: #fdfdfd;
}

body.padding-top {
	padding-top: 35rem;
}
body.padding-top--lg {
	padding-top: 50rem;
}

.button {
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 0.8rem;
}

.button.edit .edit-text {
	display: inline-block;
}

.button.edit .save-text {
	display: none;
}

.button.save .save-text {
	display: inline-block;
}

.button.save .edit-text {
	display: none;
}

a.button {
	text-decoration: none;
}

.button--red,
.button--gray {
	background: #ee3048;
	color: #fff;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 0.8rem;
	height: 4.2rem;
	border: transparent;
	padding: 0 2rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	outline: none;
}

.button--red.disabled,
.button--gray.disabled {
	opacity: 0.2;
	cursor: no-drop !important;
	background: #ee3048 !important;
}

.button--red:hover,
.button--gray:hover {
	background-color: #d9122b;
}

.button--gray {
	background-color: #bcbccc;
}

.button--white {
	background: #fff;
	color: #ee3048;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 0.8rem;
	height: 4.2rem;
	border: transparent;
	padding: 0 2rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	outline: none;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 1.3rem 1.6rem 1.2rem 1.1rem;
}

.button--white.disabled {
	opacity: 0.2;
	cursor: no-drop !important;
}

.button--white:hover {
	background-color: #f2f2f2;
}

.button--white.button--transparent {
	background-color: transparent;
	color: #343841;
}

.button--white img {
	margin-left: 2.5rem;
}

.button--blue {
	background-color: #211f54;
}

.button--blue:hover {
	background-color: #302d79;
}

.button--border-blue {
	border: 1px solid #334194;
	color: #334194;
}

.button--border-blue:hover {
	background-color: rgba(51, 65, 148, 0.02);
}

.url-button {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: calc(50% - 1.5rem) !important;
	max-width: 33%;
}

.url-button:not(:last-child) {
	margin-right: 2.5rem;
}

.url-button span {
	text-align: center;
	vertical-align: middle;
}

.button--soc {
	width: 15rem;
	height: 4.2rem;
	background-color: #415dae;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
}

.button--soc:hover {
	background-color: #334989;
}

.button--soc-red {
	background-color: #dd4b39;
}

.button--soc-red:hover {
	background-color: #c23321;
}

.subscribe {
	display: none;
}

.subscribe.active {
	display: -webkit-box;
	display: flex;
}

.subscribe img {
	width: 1.8rem;
	margin-right: 2rem;
}

.organization-buttons .subscribe img {
	margin-left: 2rem;
	margin-right: 0;
}
.organization-buttons .subscribe {
	background: rgba(237, 42, 71, 0.8);
}
.header__button {
	padding: 1.3rem 1.8rem 1.5rem 1.8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	/* background-color: #50444d;
	color: #ffc20e; */
	border-radius: 0.8rem;
	margin-right: 2rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	text-decoration: none;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;

	background: #13b2b1;
	border-radius: 8px;
	font-feature-settings: "case" on;
	color: #ffffff;
}
.header__right .header__button {
	background: transparent;
	color: #106d6d;
	border-radius: 0;
	padding: 0;
}

.header__right .header__button:hover {
	background-color: transparent;
}
.header__right .header__button span {
	margin: 0;
}
.header__right .header__button.dropdown.active,
.header__right .header__button.dropdown.active:hover {
	background: #13b2b1;
	border-radius: 16px;
	font-feature-settings: "case" on;
	color: #ffffff;
	padding: 2.4rem 0 1rem;
}
.header__right .header__button.dropdown.active .line {
	background: rgba(217, 217, 217, 0.3);
	margin: auto;
	width: calc(100% - 5.2rem);
}
.header__right .header__button.dropdown.active a {
	padding-left: 2.4rem;
}
.header__right .header__button.dropdown.active span {
	margin-left: 1rem;
}
.header__right .header__button:before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	background: #13b2b1;
	border-radius: 50%;
	margin-right: 10px;
}
.log-in-btn {
	width: 36px;
	height: 36px;
	background: #13b2b1;
	border-radius: 50%;
	margin-left: 10px;
}
.log-in-btn img {
	/* transform: rotate(180deg); */
}
.header__button span {
	margin-left: 2.7rem;
}

.header__button:hover {
	background-color: #5e505a;
}

.header__button--logged-in {
	background-position: calc(100% - 15px) 48%;
	background-repeat: no-repeat;
	background-image: url("/img/icons/arrow-down-orange.svg");
	width: 17rem;
}
.header__button--logged-in:before {
	display: none !important;
}
.header__right .header__button.dropdown.active a.org-profile-panle {
	padding-bottom: 1.7rem;
	position: relative;
}
.header__right .header__button.dropdown.active a.org-profile-panle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 2.4rem;
	height: 1px;
	width: calc(100% - 5rem);
	background: rgba(217, 217, 217, 0.3);
}
.logged-in-user-img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 1rem;
}
.header__button--logged-in span {
	margin-left: 1.3rem;
	margin-right: 3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2px;
	margin-bottom: -2px;
}

.link-fancy {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	color: #ee3048;
	text-decoration: none;
	border-radius: 0.8rem;
	position: relative;
	padding: 10px;
	padding-right: 0;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	cursor: pointer;
}

.link-fancy .title {
	position: relative;
	z-index: 11;
	margin-right: 1.5rem;
}

.link-fancy .attribute {
	width: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.link-fancy .attribute img {
	width: 2rem;
}

.link-fancy:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	content: "";
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
	background-color: #ee3048;
	margin-left: 1.8rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	z-index: 0;
}

.link-fancy:hover:after {
	width: 100%;
}

.link-fancy.organization-button:after,
.link-fancy.user-button:after,
.link-fancy.see-all-opportunities:after {
	display: none;
}
.link-fancy.organization-button,
.link-fancy.user-button {
	padding: 18px 32px;
	border-radius: 8px;
	font-weight: normal;
	font-feature-settings: "case" on;
}
.link-fancy.organization-button .title,
.link-fancy.user-button .title {
	margin-right: 0;
}
.link-fancy.see-all-opportunities {
	margin-left: 0;
	background: #fec210;
	border-radius: 58px;
	padding: 18px 32px;
	color: #000000;
	font-weight: normal;
	font-feature-settings: "case" on;
}

.link-fancy.user-button {
	color: #000;
	background: #fec210;
}
.link-fancy.organization-button {
	background: #323f99;
	color: #fff;
}

.link-fancy:hover {
	/* color: #fff; */
}

.link-fancy:hover .attribute {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.link-fancy.not-hover:hover:after {
	width: 4rem;
}

.link-fancy.not-hover:hover {
	color: #ee3048;
}

.link-fancy.not-hover .attribute {
	-webkit-animation: none;
	animation: none;
}

.link-fancy--reversed .title {
	position: relative;
	z-index: 11;
	margin-left: 1.5rem;
}

.link-fancy--reversed .attribute {
	width: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.link-fancy--reversed .attribute img {
	width: 2rem;
}

.link-fancy--reversed:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: "";
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
	background-color: #ee3048;
	margin-left: 1rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	z-index: 0;
}

.link-fancy--reversed:hover .attribute {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.more-content-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #334194;
	width: 100px;
	margin: 0 auto;
	margin-top: 18px;
}

.more-content-button img {
	width: 10px;
	margin-left: 5px;
}

.more-content-button.active img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sub-buttons .button--red {
	display: none;
}

.sub-buttons .button--red.active {
	display: -webkit-inline-box;
	display: inline-flex;
}

.btn {
	color: #fff;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 0.8rem;
	height: 4.2rem;
	border: transparent;
	padding: 0 1rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	outline: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.btn--red {
	background: #ee3048;
}

.btn--red.disabled {
	opacity: 0.2;
	cursor: no-drop !important;
	background: #ee3048 !important;
}

.btn--red:hover {
	background-color: #d9122b;
}

.btn--grey {
	background-color: #bcbccc;
}

.btn--grey:hover {
	background-color: #b6b6c8;
}

.btn--white {
	background-color: #fff;
	color: #ee3048;
}

.btn--white:hover {
	background-color: #fbfbfb;
}

.btn--border-red {
	border: 1px solid #ee3048;
}

.search-form {
	width: 30%;
	margin-left: 4rem;
}

.search {
	width: 100%;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 1rem 1rem 1rem 2.2rem;
	background-color: #33315e;
	display: -webkit-box;
	display: flex;
	border-radius: 0.8rem;
	margin-left: auto;
	height: 4.2rem;
	margin-top: 1.9rem;
}

.search.focused {
	background-color: #fff;
}

.search.focused .search__submit {
	/* background-color: #ee3048; */
}

.search__input {
	-webkit-box-flex: 1;
	flex: 1;
	border: none;
	background-color: transparent;
	outline: none;
	color: #fff;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search__input:focus {
	background-color: #fff;
	color: #ee3048;
}

.search__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.search__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.search__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.search__input:-moz-placeholder {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.search__submit {
	width: 2.6rem;
	height: 2.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #211f54;
	border-radius: 0.8rem;
	border: none;
	cursor: pointer;
}

.search-tab--organizations .blue-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	-webkit-column-gap: 3%;
	-moz-column-gap: 3%;
	column-gap: 3%;
	row-gap: 5rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;
	padding-bottom: 6rem;
}

.search-tab--organizations .blue-container .pagination-container {
	grid-column: 1/5;
	margin-top: 1rem;
}

.search-tab--organizations .blue-container .pagination-container .pagination {
	margin-bottom: 0;
}

.search-tab--organizations .blue-container .subscibed-organization {
	width: 100%;
	margin-bottom: 0;
}

.search-tab {
	display: none;
}

.search-tab.active {
	display: block;
	min-height: 20vh;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.search-tab .blue-container {
	min-height: 50vh;
	-webkit-box-align: start;
	align-items: flex-start;
}

.search-switch {
	margin-left: 0 !important;
}

.single-card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 60px;
	font-family: "FiraGO";
	background-color: #fdfdfd;
	min-width: 0;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
}

.single-card .date-container {
	position: absolute;
	left: 0;
	top: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	padding: 0 25px;
	font-weight: 500;
	font-size: 1.8rem;
	z-index: 3;
}

.single-card .date-container .info-date {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 40px;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #fff;
}

.single-card .date-container .favorites-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 40px !important;
	height: 40px;
	border-radius: 50px;
	background-color: #fff;
	cursor: pointer;
}

.single-card .date-container .favorites-btn.selected svg path {
	fill: #ee3048;
}

.single-card .date-container .favorites-btn.disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: initial;
}

.single-card .card-image-wrapper {
	z-index: 2;
}

.single-card .card-image-wrapper .card-img {
	width: 100%;
	height: 255px;

	background-color: #6dacab;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.events .single-card .card-image-wrapper .card-img {
	height: 115px;
}
.single-card .card-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 24px;
	box-shadow: 0px 3px 20px 0px #5f565617, -3px 0px 20px 0px #5f565617,
		3px 0px 20px 0px #5f565617;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.single-card .card-info .info-title {
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-feature-settings: "case" on;
}

.single-card .card-info .info-title:hover {
	cursor: pointer;
	text-decoration: underline;
}

.single-card .card-info .info-company {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	/* margin-bottom: 40px; */
}
.card-info-add-block {
	margin-bottom: 40px;
}
.card-info-add-block .url-button {
	justify-content: flex-end;
}
.single-card .card-info-and-fav {
	width: 80%;
}
.single-card .card-info .info-company .company-img {
	width: 40px;
	height: 40px;
	border-radius: 32px;
	margin-right: 14px;
	flex-shrink: 0;
	background-color: #86b772;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.single-card .card-info .info-company .company-name {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 500;
	/* color: #5e6673; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	opacity: 0.6;
}

.single-card .card-info .info-company .company-name:hover {
	text-decoration: underline;
}

.single-card .card-info .location-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 5px;
	min-height: 48px;
	border: 1px solid #e1e2f2;
	border-radius: 10px;
}

.single-card .card-info .location-wrapper .icon-pin {
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 12px;
	margin-right: 1rem;
	flex-shrink: 0;
}

.single-card .card-info .location-wrapper .icon-pin svg {
	position: absolute;
	width: 12px;
	height: 13px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-card .card-info .location-wrapper .info-location {
	max-width: 92%;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4rem;
	/* color: #343841; */
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.5;
}

@media (max-width: 1366px) {
	.single-card {
		margin-bottom: 40px;
	}

	.single-card .card-img {
		height: 210px;
	}
}

@media (max-width: 660px) {
	.single-card {
		width: auto;
		margin-bottom: 30px;
	}

	.single-card .single-card .date-container {
		top: 10px;
		padding: 0 10px;
	}

	.single-card .card-info {
		padding: 25px 10px 15px 10px;
	}

	.single-card .card-info .info-title {
		margin-bottom: 10px;
	}

	.single-card .card-info .info-company {
		/* margin-bottom: 20px; */
	}

	.single-card .card-info .location-wrapper {
		padding: 15px 10px;
	}
}

.event {
	width: 100%;
	border-radius: 2.5rem;
	color: #fff;
	margin-bottom: 5rem;
	position: relative;
}

.event__share {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
	border-radius: 50%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.event:hover .event__share {
	visibility: visible;
	opacity: 1;
}

.event__img {
	width: 100%;
	padding-top: 59.6%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 2.5rem 2.5rem 0 0;
}

.event__img img {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.organization-card .event__img img {
	position: static;
	top: unset;
	left: unset;
	transform: none;
	-webkit-transform: none;
	/* object-fit:contain; */
}
.organization-card .event__img {
	position: static;
	border-radius: 0;
	padding-top: 0;
	width: 60%;
	height: 202px;
	margin: auto;
}
.event__tags {
	list-style: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 1.6rem 0 1.6rem 0;
	width: 100%;
	border-bottom: 1px solid #4d4c76;
	height: 6.5rem;
	overflow: hidden;
}

.event__tags li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 1rem;
}

.event__tags li:not(:last-child):after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #0ab1b1;
	border-radius: 50%;
	margin-left: 8px;
	margin-bottom: 1rem;
}

.event__tags .tag {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 20px;
	color: #118595;
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.event__tags .tag:hover {
	color: #0ab1b1;
}

.event__bottom {
	background-color: #211f54;
	padding: 0 2.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	border-radius: 0 0 2.5rem 2.5rem;
}
.organization-card .event__bottom {
	background-color: #fff;
	padding-top: 1.8rem;
}
.event__date {
	width: 5.5rem;
	height: 6.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border: 1px solid #0ab1b1;
	border-radius: 2.3rem;
	margin-right: 1.5rem;
	background-color: #1c3c67;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #0ab1b1;
	margin-top: 2.2rem;
	margin-bottom: 2.2rem;
	text-align: center;
}

.event__desc {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 34.4rem;
}

.event__location {
	width: 100%;
	height: 4rem;
	border-radius: 1rem;
	padding: 0 2.3rem;
	height: 5.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border: 1px solid #0ab1b1;
	background-color: #1c3c67;
	margin-bottom: 2.5rem;
	justify-self: flex-end;
	overflow: hidden;
}
.organization-card .event__location {
	background-color: transparent;
	border: none;
	border-right: 1px solid #d9d9d9;
	border-radius: 0;
	/* padding: 0; */
	margin-bottom: 0;
}
.organization-card.event {
	/* border: 1px solid rgba(0, 0, 0, 0.12); */
	border-radius: 8px;
	padding-top: 32px;
	display: flex;
	flex-direction: column;
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
	.organization-card.event {
		margin-bottom: 16px;
	}
}
.org-card-location {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	margin-bottom: 24px;
}
.organization-card .event__location *:not(img, svg) {
	font-feature-settings: "case" on;
	font-size: 1.4rem;
	color: #000000;
	font-weight: 400;
}
.organization-card .event__view {
	padding: 0 2.3rem;
	width: unset;
	margin-bottom: 0;
}
.event__location .marker {
	margin-right: 2rem;
	width: 1.2rem;
}
.organization-card .event__location svg {
	margin-right: 1rem;
	width: 1.5rem;
	flex-shrink: 0;
}

.event__location *:not(img) {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #0ab1b1;
	overflow: hidden;
	opacity: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}

.event__title {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	display: block;
}

.event__title:hover {
	opacity: 0.8;
}

.event__title h3 {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: bold;
	color: #fff;
	font-size: inherit;
	color: inherit;
	font-size: 2.2rem;
	line-height: 1.2;
	max-height: 7.92rem;
	margin-top: 2.2rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	opacity: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}

.event__host {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #ee3048;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.event__host:hover {
	opacity: 0.8;
}

.event__host h4 {
	font-size: inherit;
	color: inherit;
}

.event__intro {
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 2rem;
	overflow: hidden;
	max-height: 5.8rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}

.event__intro * {
	font-family: "FiraGO" !important;
	font-size: inherit !important;
	line-height: initial !important;
}

.event__intro a {
	word-break: break-all;
}

.event__view {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #ee3048;
	text-decoration: none;
	margin-left: auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 2rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.event__view img {
	/* margin-left: 1rem; */
	width: 1.5rem;
}

.event__view:hover img {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.event--light {
	margin-bottom: 0;
}

.event--light .event__date {
	margin-top: 2.2rem;
	background: rgba(10, 177, 177, 0.2);
	border: 0.742424px solid #0ab1b1;
	box-sizing: border-box;
	border-radius: 8px;
	color: #0ab1b1;
	font-size: 1rem;
	margin: 0;
	margin-right: 1.5rem;
}

.event--light .event__title h3 {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: bold;
	font-size: 1rem;
	color: #334194;
	line-height: 1.2;
	max-height: 2.4rem;
	overflow: hidden;
	opacity: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
	margin-top: 0;
}

.event--light .event__host h4 {
	font-size: 10px;
}

.event--light .event__img {
	border-radius: 1rem 1rem 0 0;
	padding-top: 53%;
}

.event--light .event__bottom {
	background-color: #fff;
	padding: 1rem 1.08rem;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0 0 1rem 1rem;
}

.event--light .event__desc {
	height: auto;
}

.event .event__share,
.event .share {
	position: absolute;
	top: 2%;
	right: 2.5%;
	z-index: 1;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.event .event__share span,
.event .share span {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #ee3048;
	margin-right: 2rem;
}
#all-companies-list-id .event .event__share {
	width: 44px;
	height: 44px;
	border: 1.6px solid #ee526a;
}

.event .event__share .event__desc,
.event .share .event__desc {
	height: 30.4rem;
}

.event .event__share .event__title:hover,
.event .share .event__title:hover {
	opacity: 1;
}

.event .event__share .event__host,
.event .share .event__host {
	font-size: 1.5rem;
	line-height: 1.2;
}

.event--completed .event__img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.organization-card .organization__title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d9d9d9;
	/* margin-bottom: 1.8rem; */
	width: 100%;
	/* height: 8rem; */
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.organization-card .organization__title:hover h3 {
	/* color: rgba(255, 255, 255, 0.8); */
}

.organization-card .organization__title h3 {
	margin: 1.6rem 0;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	opacity: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
	color: #000;
	font-feature-settings: "case" on;
	text-align: center;
	padding: 0 1rem;
}

.organization-card .organization__fields-container {
	-webkit-box-flex: 1;
	flex: 1;
}
.organization-card .organization__fields-container .firago {
	text-align: center;
	color: #000;
	font-size: 1.6rem;
	line-height: 19px;
	font-feature-settings: "case" on;
}
.organization-card .organization__fields {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	/* padding-left: 1rem; */
	height: 10rem;
	margin-bottom: 2rem;
	align-content: flex-start;
	overflow: hidden;
}

.organization-card .organization__fields h4 {
	/* width: 40%; */
	margin-right: 5rem;
	margin-bottom: 1.4rem;
	text-align: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bordered-container {
	background-color: #1c3c67;
	border: 1px solid #0ab1b1;
	border-radius: 0.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
}

.bordered-container .colored-text {
	color: #0ab1b1;
}

.bordered-container--red {
	background-color: #4a2252;
	border-color: #ee3048;
}

.bordered-container--red .colored-text {
	color: #ee3048;
}

.bordered-container--grey {
	background-color: #f0f1f5;
	border-color: #cacee2;
}

.bordered-container--grey .colored-text {
	color: #343841;
}

.form__group {
	width: 100%;
	margin-bottom: 4.5rem;
	position: relative;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
}

.form__group.disabled {
	opacity: 0.3;
}

.form__group--half {
	width: 46%;
}

.form__group--third {
	width: 30%;
}

.form__group select {
	height: 100%;
}

.form__group select,
.form__group .input-bg {
	background-size: 1.5rem;
	background-position: calc(100% - 1.5rem) 48%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	color: #444444;
	background-image: url("/img/icons/arrow-down-select.svg");
	color: #fff;
}

.form__group input.photo,
.form__group .input-file {
	background-image: url("/img/icons/photo-icon.svg");
}

.form__group .img-src--filled {
	background-image: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-right: 1.5rem;
}

.form__group .password-visible {
	position: absolute;
	top: 1.5rem;
	right: 2.5rem;
	padding: 0.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	display: none;
}

.form__group .password-visible.displayed {
	display: block;
}

.form__group .password-visible img {
	width: 1.5rem;
}

.form__group .password-visible.active:after {
	content: "";
	position: absolute;
	top: 48%;
	left: 10%;
	width: 80%;
	height: 1px;
	background-color: #211f54;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.form__group.filled .form__input,
.form__group.focused .form__input {
	border-color: #fff;
	background-color: #bcbccc;
	color: #211f54;
}
.profile__right .form__input {
	border: 1px solid rgba(214, 44, 44, 0.4);
	color: #000000;
	opacity: 0.7;
	background-color: #fff;
}
.profile__right .form__group.filled .form__input,
.form__group.focused .form__input {
	color: #000000;
	opacity: 0.7;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.form__group.filled .form__label,
.form__group.focused .form__label {
	top: -4.6rem;
}
.form__group.select__group .form__input.form__select {
	color: #fff;
	background-color: #4d4c76;
	border: 1px solid #4d4c76;
}
.form__input {
	background-color: #4d4c76;
	border: 0;
	display: block;
	width: 100%;
	outline: none;
	padding: 1.8rem 1rem 1.8rem 2.3rem;
	border-radius: 0.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border: 1px solid #4d4c76;
	color: #211f54;
}

.form__input.fucked-up {
	border-color: #ee3048 !important;
}

.form__input.fucked-up:focus {
	border-color: #ee3048 !important;
}

.form__label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2.1rem 2.4rem;
	width: 100%;
	display: block;
	margin: 0;
	-webkit-transform: 0;
	transform: 0;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	z-index: 11;
}

.form__label .required,
.confirmation-checkbox .required,
.form__group--title-req .required {
	display: inline-block;
	-webkit-transform: translate(0.3rem, -0.7rem);
	transform: translate(0.3rem, -0.7rem);
}
.org-reg-type-other input {
	opacity: 0.1 !important;
}
.org-reg-type-other input.active {
	opacity: 1 !important;
}
.form__label .required img,
.confirmation-checkbox .required img,
.form__group--title-req .required img {
	width: 1rem;
}

.form__tooltip {
	position: absolute;
	top: calc(100% + 1.2rem);
	left: 0;
	width: 100%;
	padding: 1rem 1.4rem;
	padding-top: 1.3rem;
	border-radius: 0.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	z-index: 111;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.form__tooltip:before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 0;
	left: 2.2rem;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.form__tooltip img {
	width: 1rem;
	margin-right: 1rem;
}

.form__tooltip--light {
	border-color: #fff;
	background-color: #bcbccc;
	color: #211f54;
}

.form__tooltip--light img {
	display: none;
}

.form__tooltip--light:before {
	background-color: #bcbccc;
	top: 0.2rem;
}

.form__tooltip--error {
	visibility: hidden;
	opacity: 0;
	background: #4a2252;
	border: 1px solid #ee3048;
	color: #ee3048;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.form__tooltip--error:before {
	background-color: #ee3048;
	top: 0rem !important;
}

.form__tooltip--error.active {
	visibility: visible;
	opacity: 1;
}

.form__group:hover .form__tooltip--light,
.form__group input:focus .form__tooltip--light {
	visibility: visible;
	opacity: 1;
}

.form__group.disabled:hover .form__tooltip--light {
	visibility: hidden;
	opacity: 0;
}

.code-input-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@-webkit-keyframes loader {
	0% {
		stroke-dashoffset: calc(3.14 * 0.5 * 13.5px);
	}

	50% {
		stroke-dashoffset: calc(3.14 * 0.5 * 13.5px);
	}

	100% {
		stroke-dashoffset: calc(3.14 * 13.5px);
	}
}

@keyframes loader {
	0% {
		stroke-dashoffset: calc(3.14 * 0.5 * 13.5px);
	}

	50% {
		stroke-dashoffset: calc(3.14 * 0.5 * 13.5px);
	}

	100% {
		stroke-dashoffset: calc(3.14 * 13.5px);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.success-icon circle {
	-webkit-transition: stroke 0.15s ease-in-out;
	transition: stroke 0.15s ease-in-out;
}

.success-icon svg {
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.success-icon path,
.success-icon rect {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.success-icon.icon-loading svg {
	width: 2.8rem;
	height: 2.8rem;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.success-icon.icon-loading svg path,
.success-icon.icon-loading svg rect {
	opacity: 0;
}

.success-icon.icon-loading svg circle {
	stroke-dasharray: calc(3.14 * 2 * 13.5px);
	stroke-dashoffset: calc(3.14 * 2 / 3 * 13.5px);
}

.success-icon.icon-success svg {
	-webkit-animation: none;
	animation: none;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.success-icon.icon-success svg path {
	opacity: 1;
}

.success-icon.icon-success svg circle {
	stroke-dashoffset: unset;
	stroke: #0ab1b1;
}

.success-icon.icon-fail svg {
	-webkit-animation: none;
	animation: none;
}

.success-icon.icon-fail svg path {
	opacity: 0;
}

.success-icon.icon-fail svg rect {
	opacity: 1;
}

.success-icon.icon-fail svg circle {
	stroke-dashoffset: unset;
	stroke: #ee3048;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 3.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #4d4c76;
	border-radius: 0.4rem;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 0.2rem;
}

.checkbox-container .checkmark.radio {
	border-radius: 50%;
}

.checkbox-container .checkmark.radio:after {
	border-radius: inherit;
}

.checkbox-container.master.partially-selected .checkmark:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1rem;
	height: 0.3rem;
	background-color: #4d4c76;
	opacity: 1;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 1rem;
	z-index: 1;
}

.checkbox-container.master.partially-selected .checkmark:after {
	opacity: 1;
}

.checkbox-container.master.all-selected .checkmark:before {
	opacity: 0;
}

.checkbox-container:hover input ~ .checkmark:after {
	opacity: 0.3;
}

.checkbox-container input:checked ~ .checkmark:after {
	opacity: 1 !important;
}

.checkbox-container--red .title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #ee3048;
	line-height: 1.2;
}

.checkbox-container--red .checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	background-color: transparent;
	border-radius: 0.5rem;
	border: 1px solid #ee3048;
}

.checkbox-container--red .checkmark:after {
	content: "";
	top: 45%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	background-color: transparent;
	border-radius: inherit;
	background-image: url("/img/icons/tick-red.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
	-webkit-transition: none;
	transition: none;
}

.checkbox-container--red:hover input ~ .checkmark:after {
	background-size: 0px;
}

.checkbox-container--red input:checked ~ .checkmark:after {
	background-size: 8px;
}

.checkbox-container--red input:checked ~ .plus {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.checkbox-container--red input:checked ~ .plus svg path {
	fill: #fff;
}

.textarea-group {
	margin-bottom: 5.3rem;
}

.textarea-group .form__label {
	position: absolute;
	display: block;
	margin: 0;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	z-index: 11;
}

.textarea-group .form__label--up {
	top: -1.5rem;
}

.textarea-group .textarea-subtext {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #fff;
	opacity: 0.7;
	margin-top: 2.2rem;
}

textarea {
	resize: none;
}

.add-required:after {
	content: "";
	display: inline-block;
	-webkit-transform: translate(0.5rem, -0.7rem);
	transform: translate(0.5rem, -0.7rem);
	width: 0.8rem;
	height: 0.8rem;
	background-image: url(/images/required-red.svg?2da847a75062a24765b697b65fc96282);
	background-size: 100%;
}

.add-required--black:after {
	content: "";
	display: inline-block;
	-webkit-transform: translate(0rem, -0.7rem);
	transform: translate(0rem, -0.7rem);
	width: 0.5em;
	height: 0.5em;
	background-size: 100%;
	background-image: url("/img/icons/star-black.svg");
	background-repeat: no-repeat;
}

.switch {
	min-height: 5vh;
	max-width: 71.4rem;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(238, 48, 72, 0.2);
	border-radius: 0.8rem;
	margin-left: 4.8rem;
}
.switch.opportunity-switch {
	background-color: transparent;
	width: unset;
}
.switch__item {
	-webkit-box-flex: 1;
	flex: 1;
	margin: 0.6rem 0.5rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 1.5rem;
	border-radius: inherit;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	color: #ee3048;
	cursor: pointer;
}
.switch.opportunity-switch .switch__item,
.switch.opportunity-switch .switch__item:hover {
	background: transparent;
	color: #231d57;
	opacity: 0.4;
	font-feature-settings: "case" on;
}

.switch.opportunity-switch .switch__item.active,
.switch.opportunity-switch .switch__item.active:hover {
	opacity: 1;
	font-feature-settings: "case" on;
}

.switch__item:hover:not(.disabled),
.switch__item.active {
	background-color: #ee3048;
	color: #fff;
}
.switch__item.disabled {
	cursor: not-allowed;
}
.heading.heading--fancy:before {
	display: none;
}
.switch--event {
	width: 100rem;
	max-width: 100%;
	margin-top: 4rem;
	margin-left: auto;
}
.opportunity-date-place {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding-right: 4px;
}
.single-card .card-info .opportunity-date-place .location-wrapper {
	padding-left: 1.8rem;
	justify-content: start;
	width: 62%;
	border: none;
	border-radius: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.opportunity-date-place .info-date {
	width: 38%;
	height: 100%;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.5;
}
.filters-container {
	/* background-color: #f2f2f5; */
	/* background-color: #fff; */
	/* background: #f4f4f4; */
	z-index: 1;
	position: relative;
	padding-bottom: 3rem;
}

.filters-container.mobile {
	display: none;
}

.filters {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.filters .filter-button {
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 18rem;
	justify-self: flex-end;
	margin-left: calc(100% - 18rem);
}

.filter-wrapper {
	padding: 2rem 0 3rem;
	margin-right: 1.4rem;
	position: relative;
	margin: 0 !important;
	width: 19.18%;
	z-index: 1;
}

.filter-wrapper.types-wrapper {
	display: none;
}

.filter-wrapper.types-wrapper.active {
	display: block;
}

.filter-wrapper > .firago {
	color: #334194;
	display: none;
}

.filter-wrapper .filter {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.filter-wrapper__expanded {
	margin-right: 0;
	margin-left: auto;
}

.filter-wrapper__expanded .filter {
	width: 50rem;
	margin-right: 0;
}

.filter-wrapper__expanded:nth-child(2) {
	margin-left: 0;
}

.filter-wrapper.occupation {
	margin-right: 0;
}

.filter-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.filter-popup .popup-content-wrapper {
	position: relative;
	width: 85.417%;
	height: 85.3%;
	background-color: white;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.filter-popup .popup-content-wrapper .header-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 3rem 5rem 3rem 7.9rem;
}

.filter-popup .popup-content-wrapper .header-section > .firago {
	color: #334194;
	font-weight: 500;
	width: 38.6rem;
}

.filter-popup .popup-content-wrapper .header-section .form__group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	-webkit-box-flex: 1;
	flex: 1;
	height: 4.2rem;
	background-color: #f8f8fb;
	border-radius: 0.8rem;
	margin-bottom: 0;
}

.filter-popup .popup-content-wrapper .header-section .form__group.active {
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.filter-popup .popup-content-wrapper .header-section .form__group .form__input {
	width: calc(100% - 3rem) !important;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #334194;
	border-radius: 0;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.search-button {
	width: 1.2rem;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.search-button
	img {
	width: 100%;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right {
	width: calc(100% + 2px);
	top: 100%;
	right: auto;
	left: -1px;
	-webkit-transform: none;
	transform: none;
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right::before {
	content: none;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content {
	background-color: #f8f8fb;
	border-top-style: none;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar {
	width: 0.6rem;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-button {
	display: none;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-track {
	background: transparent !important;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-thumb {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 1rem;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	border-radius: 20px;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content::-webkit-scrollbar-thumb:hover {
	background-color: #334194;
	border: px solid transparent;
	background-clip: content-box;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content
	.no-checkmark.municipality {
	background-color: transparent !important;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right__content
	.no-checkmark.municipality.hide {
	display: none;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right
	span {
	color: #334194;
	font-weight: 500;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right
	span.first-name {
	margin: 0 2rem 0 1.5rem;
}

.filter-popup
	.popup-content-wrapper
	.header-section
	.form__group
	.dropdown-right
	span.second-name {
	opacity: 0.7;
}

.filter-popup .popup-content-wrapper .header-section .popup__close {
	position: relative;
	top: 0;
	right: 0;
	width: 38.6rem;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.filter-popup .popup-content-wrapper .header-section .popup__close .firago {
	font-weight: 500;
	color: #334194 !important;
}

.filter-popup .popup-content-wrapper .selected-section {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
	padding-bottom: 3rem;
	padding-right: 5rem;
	padding-left: 8.7rem;
	border-bottom: 1px solid rgba(51, 65, 148, 0.2);
	width: 100%;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper {
	width: 100%;
	height: 11rem;
	overflow-y: auto;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar {
	width: 0.6rem;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-button {
	display: none;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-track {
	background: transparent !important;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 1rem;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	border-radius: 20px;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #334194;
	border: px solid transparent;
	background-clip: content-box;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value {
	display: none;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 0.8rem;
	height: 3rem;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value.active {
	display: -webkit-box;
	display: flex;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value:last-child {
	margin-bottom: 0;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	> .firago {
	width: 38rem;
	color: #334194 !important;
	font-weight: 500;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality {
	display: none;
	-webkit-box-align: center;
	align-items: center;
	padding: 0.8rem;
	margin-right: 1rem;
	background-color: #334194;
	border-radius: 3rem;
	cursor: pointer;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality.active {
	display: -webkit-box;
	display: flex;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality:last-child {
	margin-right: 0;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality
	.firago {
	color: #fff;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality
	.remove-icon {
	opacity: 0;
	width: 0.8rem;
	margin-left: 0.8rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.filter-popup
	.popup-content-wrapper
	.selected-section
	.selected-values-wrapper
	.selected-value
	.selected-municipalities
	.selected-municipality:hover
	.remove-icon {
	opacity: 1;
}

.filter-popup .popup-content-wrapper .buttons-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding-right: 5rem;
	margin-top: auto;
	margin-bottom: 4rem;
}

.filter-popup .popup-content-wrapper .buttons-section .button {
	width: 18rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.filter-popup .popup-content-wrapper .buttons-section .button.button--gray {
	background-color: #bcbccc;
	margin-right: 5rem;
}

.select-section {
	display: -webkit-box;
	display: flex;
	padding: 3rem 5rem 0;
}

.select-section .filter__dropdown {
	display: block;
	position: relative;
	border: none;
	padding: 0;
	width: 37rem !important;
	min-width: 0;
	top: 0 !important;
}

.select-section .filter__dropdown .checkbox-container {
	position: relative;
	width: calc(100% - 3rem);
	margin-left: 3rem;
	padding-left: 3rem;
}

.select-section .filter__dropdown .checkbox-container .title {
	color: #334194 !important;
}

.select-section .filter__dropdown .checkbox-container.all-checkmark {
	width: 100%;
}

.select-section .filter__dropdown .checkbox-container:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 0.8rem;
	height: 0.8rem;
	background-image: url("/img/icons/chevron-right-blue.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.select-section .filter__dropdown .checkbox-container .checkmark {
	border-color: #334194;
	display: block;
}

.select-section .filter__dropdown .checkbox-container .checkmark:after,
.select-section .filter__dropdown .checkbox-container .checkmark:before {
	top: 50%;
	left: 50%;
}

.select-section .filter__dropdown .checkbox-container .checkmark:after {
	background-color: #334194 !important;
}

.select-section .municipalities-wrapper {
	-webkit-box-flex: 1;
	flex: 1;
	padding-left: 4.7rem;
	max-height: 40rem;
	overflow-y: auto;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.select-section .municipalities-wrapper::-webkit-scrollbar {
	width: 0.6rem;
}

.select-section .municipalities-wrapper::-webkit-scrollbar-button {
	display: none;
}

.select-section .municipalities-wrapper::-webkit-scrollbar-track {
	background: transparent !important;
}

.select-section .municipalities-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 1rem;
}

.select-section .municipalities-wrapper::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(51, 65, 148, 0.8);
	border: 1px solid transparent;
	background-clip: content-box;
	border-radius: 20px;
}

.select-section
	.municipalities-wrapper::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
}

.select-section .municipalities-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #334194;
	border: px solid transparent;
	background-clip: content-box;
}

.select-section .municipalities-wrapper .firago {
	color: #334194;
	font-weight: 500;
}

.municipality-sections-wrapper {
	display: -webkit-box;
	display: flex;
	flex-basis: 33%;
	flex-wrap: wrap;
}

.municipality-sections-wrapper .municipality-section {
	display: none;
	margin-top: 2.5rem;
}

.municipality-sections-wrapper .municipality-section.active {
	display: block;
}

.municipality-sections-wrapper .municipality-section > .firago {
	margin-bottom: 1.6rem;
}

.municipality-sections-wrapper .municipality-section .filter__dropdown {
	top: 0 !important;
	width: 100%;
}

.municipality-sections-wrapper
	.municipality-section
	.filter__dropdown
	.checkbox-container.mobile {
	display: none;
}

.municipality-sections-wrapper
	.municipality-section
	.filter__dropdown
	.checkbox-container:after {
	content: none;
}

.filter {
	position: relative;
	margin-top: 2rem;
	width: 24.3rem;
}

.filter.active .filter__button:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.filter.active .filter__dropdown {
	display: -webkit-box;
	display: flex;
	align-content: flex-start;
	-webkit-animation-name: fadeInDownSmol;
	animation-name: fadeInDownSmol;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;

	background: #f4f4f4;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.filter .checkbox-container .plus {
	display: none;
	position: absolute;
	top: 50%;
	right: 7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.filter__button {
	width: 100%;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	/* color: #ee3048;
	color: #334194; */
	/* border: 1px solid #ee3048; */
	border: 1px solid transparent;
	padding: 1.2rem 4rem 1.2rem 2.6rem;
	border-radius: 0.8rem;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f4f4f4;
	position: relative;
	color: #000000;
	opacity: 0.7;
}

.filter__button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background-image: url("/img/icons/arrow-down-select-blue.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.filter--region .filter__dropdown {
	height: 40rem;
	overflow: auto;
}

.filter--host .filter__dropdown {
	width: 1000px;
	height: 40rem;
	overflow: auto;
}

.filter__dropdown {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 1.7rem;
	min-width: 100%;
	display: none;
	flex-wrap: wrap;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.filter__dropdown .uncheck-all {
	-webkit-box-ordinal-group: 1 !important;
	order: 0 !important;
}

.filter__dropdown .separator {
	display: none;
	margin-bottom: 2rem;
	width: 100%;
	height: 1px;
	background-color: rgba(238, 48, 72, 0.5);
}

.filter__dropdown .checkbox-container {
	width: 100%;
	margin-bottom: 1.7rem;
	-webkit-box-ordinal-group: 2;
	order: 1;
	/* padding-left: 3rem; */
	padding-left: 0;
}

.filter__dropdown .checkbox-container .checkmark {
	border-color: #334194;
}

.filter__dropdown .checkbox-container .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* color: #334194; */

	font-weight: 400;
	font-size: 1.3rem;
	line-height: 16px;
	color: #000000;
	opacity: 0.9;
}

.filter__dropdown .checkbox-container.checked {
	-webkit-box-ordinal-group: 1;
	order: 0;
}

.filter__dropdown .checkbox-container.sub-item {
	/* margin-left: 3rem; */
}

.filter__dropdown .checkbox-container .checkmark {
	z-index: 2;
	width: 1.8rem;
	height: 1.8rem;
	display: none;
}

.filter__dropdown .checkbox-container .checkmark::after {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	background: #ee3048 !important;
	background: #334194 !important;
	border-radius: 0.2rem;
	opacity: 0 !important;
}

.filter__dropdown .checkbox-container.half-checked .checkmark::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	background-image: url("/img/icons/half-checked-filter-blue.svg");
	background-size: cover;
	background-position: center;
	border-radius: 0.2rem;
}

.filter__dropdown::-webkit-scrollbar {
	width: 5px;
}

.filter__dropdown::-webkit-scrollbar-button {
	display: none;
}

.filter__dropdown::-webkit-scrollbar-track {
	background: #e7c0ca;
	background: transparent;
}

.filter__dropdown::-webkit-scrollbar-thumb {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: 20px;
}

.filter__dropdown::-webkit-scrollbar-thumb:horizontal {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
	border-radius: 20px;
}

.filter__dropdown::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #334194;
	border: 1px solid transparent;
	background-clip: content-box;
}

.filter__dropdown::-webkit-scrollbar-thumb:hover {
	border: px solid transparent;
	background-clip: content-box;
}

.filter-popup.organization-type .header-section {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.filter-popup.organization-type .select-section .filter__dropdown {
	width: 100% !important;
}

.filter-popup.organization-type .select-section {
	padding-top: 0;
}

.filter-popup.organization-type .select-section .filter__dropdown {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.filter-popup.organization-type
	.select-section
	.filter__dropdown
	.checkbox-container {
	width: 40%;
	margin-right: 10rem;
}

.filter-popup.organization-type
	.select-section
	.filter__dropdown
	.checkbox-container.all-checkmark {
	width: 100%;
}

.filter-popup.organization-type
	.select-section
	.filter__dropdown
	.checkbox-container:after {
	display: none;
}

.filters-container--opportunities {
	padding-bottom: 0;
}

.filters-container--opportunities .filters {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	flex: 1;
}

.filters-container--opportunities .filter-wrapper {
	margin-right: 1.6rem !important;
}

.filters-container--opportunities .filter-button {
	align-self: flex-end;
	justify-self: flex-end;
	margin: 0;
	margin-bottom: 3rem;
	height: 4rem;
	margin-left: auto;
}

.select-section--light {
	background-color: transparent;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0;
	padding-top: 0.5rem;
}

.select-section--light .filter__dropdown {
	background-color: transparent;
}

.select-section--light .filter__dropdown .checkbox-container--white .title {
	color: #fff !important;
}

.select-section--light .filter__dropdown .checkbox-container--white .checkmark {
	border: 1px solid #fff !important;
	background-color: transparent;
}

.select-section--light
	.filter__dropdown
	.checkbox-container--white
	.checkmark:after {
	background-color: #fff !important;
}

.select-section--light .checkbox-container {
	padding-top: 1px;
}

.select-section--light .filter__dropdown .checkbox-container:after {
	background-image: url(/img/icons/chevron-right-white.svg);
}

.select-section--light
	.filter__dropdown
	.checkbox-container.half-checked
	.checkmark:before {
	background-image: url(/img/icons/half-checked-filter-white.svg);
}

.select-section--light .municipalities-wrapper .firago {
	color: #fff;
}

.select-section--light .filter__dropdown::-webkit-scrollbar,
.select-section--light .municipalities-wrapper::-webkit-scrollbar {
	width: 0.5rem;
}

.select-section--light .filter__dropdown::-webkit-scrollbar-track,
.select-section--light .municipalities-wrapper::-webkit-scrollbar-track {
	border-radius: 0.6rem;
}

.select-section--light .filter__dropdown::-webkit-scrollbar-thumb,
.select-section--light .municipalities-wrapper::-webkit-scrollbar-thumb {
	background: white;
	border-radius: 0.6rem;
}

.select-section--light .municipalities-wrapper {
	max-height: unset;
}

.select-section--light
	.municipality-sections-wrapper
	.municipality-section.active {
	width: 33%;
}

.wizard__tab--activities2 .select-section-wrapper {
	width: 100%;
}

#ui-datepicker-div {
	font-size: 11px !important;
	z-index: 111 !important;
}

.ui-widget-header {
	border: none !important;
}

.datepicker-panel {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
}

.date-picker {
	background-size: 1rem !important;
}

/* The container must be positioned relative: */

.custom-select {
	position: relative;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
}

.custom-select select {
	display: none;
	/*hide original SELECT element: */
}

.select-selected {
	border-radius: 1.5rem;
	background-color: #4d4c76;
	background-image: url(/img/icons/arrow-down-white.svg);
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: calc(100% - 1.5rem) 48%;
	border: 1px solid #4d4c76;
	color: #fff;
}

.select-selected.select-arrow-active {
	background-image: url(/img/icons/arrow-down-select-blue.svg);
	background-color: #bcbccc;
	color: #211f54;
	border-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
	color: #211f54;
}

/* Style the arrow inside the select element: */

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
	top: 7px;
	background-image: url(/img/icons/arrow-down-select-blue.svg);
}

/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
	color: #ffffff;
	padding: 1.8rem 1rem 1.8rem 2.3rem;
	cursor: pointer;
}

/* Style items (options): */

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #bcbccc;
	border: 1px solid white;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.select-items div {
	color: #211f54;
}

/* Hide the items when the select box is closed: */

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected,
.same-as-selected {
	background-color: #4d4c76;
	color: #fff !important;
}

.toggle-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.toggle-container .toggle {
	margin: 0 2.4rem;
}

.toggle-container .left {
	width: auto !important;
}

.toggle-container .toggle-title {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
	margin: 0 !important;
}

.toggle-container .toggle-title.active {
	opacity: 1;
}

.toggle {
	position: relative;
	display: inline-block;
	width: 4.2rem;
	height: 2rem;
	border-radius: 2rem;
	background-color: #4d4c76;
	cursor: pointer;
	flex-shrink: 0;
}

.toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle .slider {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.3rem;
	background-color: #ffffff;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
}

.toggle.right .slider {
	left: calc(100% - 1.7rem);
}

.range-slider {
	width: 100%;
}

.noUi-target {
	background: rgba(51, 65, 148, 0.1);
	border-radius: 0.8rem;
	box-shadow: none;
	border: none;
}

.noUi-origin[disabled] .noUi-handle {
	cursor: default;
}

.noUi-horizontal {
	height: 0.4rem;
	margin-bottom: 5.7rem;
}

.noUi-horizontal .noUi-handle {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 2px solid #334194;
	background-color: #fff;
	top: -0.7rem;
	cursor: pointer;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	display: none;
}

.noUi-connect {
	background-color: #334194;
}

.filter-age .filter__dropdown {
	padding: 3rem 4.5rem;
	width: 100%;
	height: auto;
}

.filter-age .inputs {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6rem;
}

.filter-age .input-age {
	width: 10rem;
	height: 5.5rem;
	padding: 0 1rem;
	background: #fff;
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-radius: 8px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
	color: #343841;
}

.filter-age .input-age[disabled] {
	background-color: #f8f8fb;
	color: transparent;
	background-image: url("/img/icons/age-no-restriction.svg");
	background-size: 2rem;
	background-position: center;
	background-repeat: no-repeat;
}

.filter-age .filter__dropdown .checkbox-container .title {
	white-space: unset;
	overflow: unset;
	color: #343841;
}

.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111;
}

.header-container.initial {
	background-color: #1c1a4c;
}

.header {
	padding: 2.4rem 0;
	/* background-color: #333c9d; */
	/* bg: #2c337a; */
	width: 100%;
	position: relative;
	z-index: 111;

	background: #ffffff;
	box-shadow: 0px 1px 4px rgba(160, 160, 160, 0.25);
}

.header__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__logo {
	margin-right: 11rem;
	width: 16rem;
	flex-shrink: 0;
}
.header__logo img {
	width: 100%;
}

.header__right {
	/* margin-left: auto; */
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__nav li a {
	text-decoration: none;
	font-family: FiraGO;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.header__nav li a:hover {
	/* text-decoration: underline;
	font-weight: 500; */
}

.header__nav:not(:last-child) a {
	margin-right: 3rem;
}

.header .lang-container {
	position: relative;
	width: 6.6rem;
	height: 3rem;
	z-index: 111;
	font-family: "Roboto";
	margin-left: 2rem;
}

.header .lang {
	width: 5.8rem;
	height: 3rem;
	border-radius: 1.5rem;
	background-color: #2c337a;
	text-transform: uppercase;
	position: relative;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-property: background-color, height;
	transition-property: background-color, height;
	cursor: pointer;
	border: 1px solid #0ab1b1;
}

.header .lang:hover {
	height: 5.8rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.header .lang .arrow {
	width: 0.8rem;
	height: 0.6rem;
	position: absolute;
	top: 1.1rem;
	right: 0.9rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.header .lang:hover .lang--available {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.header .lang:hover .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 1rem;
}

.header .lang--selected {
	color: #0ab1b1;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 1.1rem;
	height: 3rem;
}

.header .lang--available {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s ease-in-out, opacity 0s ease-in-out;
	transition: visibility 0s ease-in-out, opacity 0s ease-in-out;
	margin-top: 4px;
}

.header .lang--available a {
	display: block;
	margin-bottom: 10px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	color: #0ab1b1;
	text-decoration: none;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	padding-left: 11px;
}

.header .lang--available a:hover {
	color: #fff;
}

.dropdown-container {
	position: relative;
}

.dropdown {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	width: 27rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-right: 0.8rem;
	cursor: default;
	padding-top: 1.6rem;
	padding: 0;
	padding-top: 1.3rem;
	display: none;
	margin: 0;
}

.dropdown.active {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeInDownSmol;
	animation-name: fadeInDownSmol;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.dropdown:hover {
	background-color: #50444d;
}

.dropdown a,
.dropdown .logout {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
	width: 100%;
	font-size: 1.2rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	padding-left: 1.8rem;
	padding-right: 1rem;
}

.dropdown a:hover,
.dropdown .logout:hover {
	opacity: 0.8;
}

.dropdown a:not(:last-child),
.dropdown .logout:not(:last-child) {
	margin-bottom: 1.7rem;
}

.dropdown a span,
.dropdown .logout span {
	margin-left: 1rem;
}

.dropdown a img,
.dropdown .logout img {
	width: 1rem;
}

.dropdown .logout {
	color: #fff;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	cursor: pointer;
	padding-left: 0;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #211a1f;
	display: block;
}

.line--inner {
	width: 80%;
}

.line.white {
	background-color: #b5b5b5;
}

.line.light {
	background-color: #373565;
}

.categorize {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.categorize.mobile {
	display: none;
}

.categorize * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.add-and-search-oportunity {
	/* background-color: #f4f4f4; */
	padding-top: 24px;
	padding-bottom: 32px;
}
.add-and-search-oportunity .wrapper {
	/* background-color: #f4f4f4; */
}
.add-and-search-oportunity .search-form {
	margin-left: 0;
	width: 70%;
	height: 100%;
}
.add-and-search-oportunity .search {
	background: #ffffff;
	/* border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 8px; */
	margin-top: 0;
	height: 100%;
	box-shadow: 0px 4px 7px rgba(197, 197, 197, 0.15);
	border-radius: 38px;
	/* margin-left: 0; */
	padding: 1.8rem;
}
.add-and-search-oportunity .search__input {
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.5;
}
.add-and-search-oportunity .search__submit,
.add-and-search-oportunity .search__submit:hover {
	background: transparent;
}
.add-and-search-oportunity .header__button {
	margin-left: 0;
	/* background: rgba(19, 178, 177, 0.12);
	border: 1px solid rgba(19, 178, 177, 0.36); */
	/* border-radius: 8px; */
	/* color: #0e8584; */
	margin-right: 0;
	padding: 1.8rem;

	background: #fec210;
	box-shadow: 0px 4px 7px rgba(197, 197, 197, 0.15);
	border-radius: 38px;
	color: rgba(0, 0, 0, 0.9);
	width: 25%;
}
.header__reg__button {
	font-feature-settings: "case" on;
	color: rgba(0, 0, 0, 0.7);
	font-size: 13px;
	line-height: 16px;
	font-family: "FiraGO";
	font-style: normal;
	position: relative;
	padding-left: 28px;
}
.header__reg__button:before {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	top: -4px;
	left: 0;
	background: #e0e0e0;
}
.categorize:before {
	content: "";
	width: 100%;
	height: 20rem;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	/* background: #1c1a4c; */
}

.categorize--up {
	-webkit-transform: translate3d(0, -150%, 0);
	transform: translate3d(0, -150%, 0);
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.banners {
	position: fixed;
	width: 100%;
	z-index: 11;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banners.hidden {
	-webkit-animation: slideOutUp;
	animation: slideOutUp;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	display: none;
}

.banner {
	width: 100%;
	background-color: #e7c0ca;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	color: #ee3048;
	padding: 1.6rem 0;
	display: block;
	z-index: 11;
}

.banner__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.banner a {
	margin-right: 8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.banner a img {
	width: 1rem;
	margin-right: 1.5rem;
}

.banner .close-banner {
	cursor: pointer;
	color: #ee3048;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: unset;
}

.banner--yellow {
	background-color: #eaddbe;
	color: #211f54;
}

.banner--yellow .banner__content {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.banner--yellow img {
	width: 0.8rem;
	margin-right: 2.2rem;
}

.banner--yellow {
	height: 5rem;
	position: relative;
	z-index: 1111;
}

.burger-nav {
	width: 20px;
	display: none;
}

.burger-bar {
	width: 100%;
	height: 3px;
	margin-bottom: 4px;
	background-color: #fff;
}

.burger-categories {
	width: 20px;
	margin-left: 11px;
}

.burger-categories .burger-bar {
	margin-right: auto;
	margin-left: auto;
}

.burger-categories .bar-1 {
	width: 100%;
}

.burger-categories .bar-2 {
	width: 70%;
}

.burger-categories .bar-3 {
	width: 20%;
}

.search-mobile {
	display: none;
}

.header-bottom-mobile {
	display: none;
	position: fixed;
	width: 100%;
	background: linear-gradient(90.11deg, #334194 -24.42%, #211f54 100.75%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header-bottom-mobile.hidden {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
	background-color: transparent;
}

.header-bottom-mobile .header__right {
	display: -webkit-box;
	display: flex;
}

.header__nav ul {
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__nav li {
	display: inline-block;
}

.header__nav li a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	/* color: #fff; */
	text-decoration: none !important;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;

	font-weight: 400;
	font-feature-settings: "case" on;
	color: #000000;
}

.header__nav li a:hover {
	color: #ee3048;
}

.header__nav li a:before {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	background-color: #ee3048;
	margin-bottom: 1rem;
	display: none;
	border-radius: 50%;
}

.header__nav li.active a {
	/* color: #ee3048;
	font-weight: 500; */
	color: #000000;
	opacity: 0.4;
}

.header__nav li.active a:before {
	/* display: block; */
}

.categories-container {
	width: 100%;
	min-height: 100%;
	/* background-color: #1c1a4c; */
	/* background-color: #f4f4f4; */
	position: relative;
	z-index: 1;
	display: block;
}
.categories-container .wrapper .categories-inner-container .categories a {
	/* background-color: #f4f4f4; */
}
.categories-container.bordered {
	/* border-bottom-style: solid;
	border-bottom-width: 0.5rem;
	border-bottom-color: #ee3048; */
}

.categories-container .wrapper {
	height: 100%;
	/* width: 100%; */
	/* background: #e3f5f5;
	border-radius: 8px; */
}
.categorize.transition-top:not(.mobile) .categories-container .wrapper {
	/* padding: 0; */
	overflow: hidden;
}
.categorize.transition-top:not(.mobile)
	.categories-container
	.wrapper
	.category {
	height: 56px;
}
.categorize.transition-top.mobile .categories-container .wrapper {
	height: 100%;
	/* padding: 0 18px; */
}

.categories-container.initial {
	/* height: 8.2rem; */
	overflow: hidden;
}

.categories-container .trigger {
	width: 5rem;
	margin-top: 2rem;
	margin-right: 3rem;
	padding: 1rem;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.categories-container .trigger:hover .open svg path {
	fill: #ee3048;
}

.categories-container .trigger .open {
	display: -webkit-box;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
}

.categories-container .trigger .open svg {
	width: 1.7rem;
	height: 0.5rem;
}

.categories-container .trigger .open svg path {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.categories-container .trigger.active .open {
	display: none;
}

.categories-container .trigger.active .close {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.categories-container .trigger.active .close span {
	margin-right: 0.6rem;
}

.categories-container .trigger.active .close img {
	width: 0.7rem;
}

.categories-container .trigger-button {
	display: none;
	flex-shrink: 0;
}

.categories-inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.categories {
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1;
	height: 100%;
	/* padding-top: 1.2rem; */
	/*&.active {
    height: auto;
  }*/
	/* -webkit-box-pack: justify;
	justify-content: space-between; */
}

.sub-types {
	display: none;
	padding: 0 9rem 2.9rem;
	background-color: #f2f2f5;
	flex-wrap: wrap;
}

.sub-types.active {
	display: -webkit-box;
	display: flex;
}

.sub-types .sub-type {
	padding: 1.4rem 2.2rem;
	border-radius: 10rem;
	margin: 3.5rem 1rem 0;
	background-color: white;
	color: #334194;
	cursor: pointer;
}

.sub-types .sub-type.active {
	background-color: #ee3048;
	color: white;
}

.category {
	/* padding: 3.2rem 1.1rem 3.2rem 1.7rem; */
	background-color: transparent;
	/* border-top-left-radius: 1rem;
	border-top-right-radius: 1rem; */
	margin-right: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
	display: flex;
	/* -webkit-box-pack: center;
	justify-content: center; */
	align-items: center;
	text-decoration: none !important;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	font-family: "FiraGO";
	font-weight: 500;
	font-size: 1.4rem;
	cursor: pointer;
	/*background-image: url("/img/icons/arrow-right-green.svg");
  background-position: calc(100% - 1rem) 48%;
  background-repeat: no-repeat;
  background-size: 0.6rem;*/

	/* width: 100%; */
	/* border-right: 1px solid #ffffff; */
}
.category:nth-child(6) {
	border: none;
}

/* .category:hover,
.category.active:hover {
	background-color: #ee3048;
}
.category.active {
	background: rgba(137, 216, 216, 0.5);
}

.category:hover .category__title {
	color: #fff;
}

.category:hover .category__amount {
	color: #fff;
	background-color: #f58391;
} */

.category__title {
	display: inline-block;
	/* color: #fff; */
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	color: #000000;
}

.category__amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 0.2rem;
	width: 2.2rem;
	height: 1.4rem;
	/* background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.8rem;
	color: #fff; */
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	margin-left: 1rem;
	flex-shrink: 0;

	color: #000;
	background: #86cece;
	border-radius: 8.5px;
}

.footer {
	background-color: #e3f5f5;
}
.footer .header__button {
	background: #13b2b1;
	border-radius: 38px;
}
.footer .header__button span {
	padding-top: 2px;
	margin-left: 0;
}
@media (max-width: 991px) {
	.footer .header__button span {
		padding-top: 0;
	}
}
.footer .partners {
	padding: 4.8rem 0;
}
.footer .partners p {
	margin: 0;
}
.footer.sticky-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.footer .socials {
	padding: 2rem 0;
}

.footer .socials a {
	display: block;
	font-family: "Roboto";
	/* font-style: italic; */
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
	opacity: 0.7;
	text-decoration: none;
	margin: 1rem 0;
	/* margin-right: 1rem; */
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	text-transform: capitalize;
}

.footer .socials a img {
	width: 20px;
}

.footer .socials a:hover,
.footer .terms a:hover {
	opacity: 1;
}

.footer .terms {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
}

.footer .terms a {
	color: #000000;
	opacity: 0.8;
	text-decoration: none;
	display: block;
	margin: 1rem 0;
	/* margin-left: 3.7rem; */
}
.footer__content .header__button img {
	margin-left: 14px;
}
.partners {
	background-color: #fff;
	padding: 1.3rem 0;
}

.partners .wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partners p {
	display: inline-block;
	width: 27%;
	color: #494949;
	text-align: left;
	line-height: 1.3;
	margin-left: 2rem;
}

.partners .wrapper {
	text-align: center;
}

.partners img {
	height: 8rem;
	margin: 0 1.5rem;
}

.pagination-container {
	margin-top: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.pagination-container .pagination {
	list-style-type: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	/* padding: 1.2rem; */
	/* background-color: #ee3048; */
	border-radius: 0.8rem;
	margin-bottom: 4rem;
}

.pagination-container .pagination--blue {
	background-color: #334194;
}

.pagination-container .page-item {
	cursor: pointer;
	padding: 1.2rem;
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgb(170 170 170 / 12%);
	border-radius: 4px;

	margin: 0 2px;
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-container .page-item.active a,
.pagination-container .page-item:hover a {
	opacity: 1;
}

.pagination-container .page-item.active p,
.pagination-container .page-item:hover p {
	opacity: 1;
}

.pagination-container .page-link {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4rem;
	color: #000000;
	text-decoration: none;
	margin: 0 1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0.7rem;
	opacity: 0.5;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.pagination-container .page-link.active,
.pagination-container .page-link:hover {
	opacity: 1;
}

.wizard__header > img {
	display: none;
}

.wizard__steps {
	margin-right: 4rem;
}

.wizard__step {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #908fa9;
	cursor: pointer;
	display: inline-block;
}

.wizard__step.active {
	color: #0ab1b1;
}

.wizard__step:not(:nth-last-child(2)) {
	margin-right: 2rem;
}

.wizard__step--blue {
	color: #99989b;
}

.wizard__step--blue.active {
	color: #334194;
}

.wizard__step .title {
	display: none;
	-webkit-animation: fadeIn;
	animation: fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	margin-left: 1rem;
}

.wizard__step .title.active {
	display: inline;
}

.wizard__indicator {
	width: 100%;
	height: 0.5rem;
	border-radius: 0.4rem;
	border: 1px solid #1c3e68;
	position: relative;
	display: inline-block;
	margin-top: 2rem;
}

.wizard__indicator .bar {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: #118595;
	width: 18rem;
	height: 0.3rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.wizard__indicator--blue {
	border: 1px solid #b0b3d0;
}

.wizard__indicator--blue .bar {
	background-color: #334194;
}

.wizard__tabs {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 0.5rem;
}

.wizard__tab {
	width: 100%;
	display: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.wizard__tab--sm {
	max-width: 40rem;
}

.wizard__tab--md {
	max-width: 75rem;
}

.wizard__tab--lg {
	max-width: 110rem;
}

.wizard__tab.active {
	display: -webkit-box;
	display: flex;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.wizard__tab .tab-content-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.wizard__tab .tab-form-group-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	width: 55%;
}

.wizard__tab .tab-form-group-wrapper .form__group {
	margin-bottom: 4rem;
}

.wizard__tab .tab-form-group-wrapper .checkbox-container {
	margin-top: 2rem;
}

.wizard__tab .profile-pic__registration {
	position: relative;
	height: auto;
	margin-right: 10rem;
}

.wizard__tab .profile-pic__registration .pic-container {
	height: 15rem;
}

.wizard__tab .profile-pic-upload__registration {
	pointer-events: none;
	border-radius: 0.5rem;
	bottom: calc(100% - 15rem);
	-webkit-transform: none;
	transform: none;
}

.wizard__tab .profile-pic-uploader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.wizard__tab .profile-pic .upload-text-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	pointer-events: none;
}

.wizard__tab .profile-pic .upload-text__registration {
	position: relative;
	margin-top: 4.8rem;
	color: #ee3048;
	padding-right: 2.5rem;
	width: auto;
	display: inline-block;
}

.wizard__tab .profile-pic .upload-text__registration::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.2rem;
	background-image: url(/img/icons/photo-icon-red.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.wizard__tab .user-disablities-wrapper {
	width: 100%;
}

.wizard__tab .user-disablities-wrapper .user-disability {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 65%;
}

.wizard__tab .user-disablities-wrapper .user-disability.no-disability {
	height: 5.5rem;
}

.wizard__tab .user-disablities-wrapper .user-disability .disability-details {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	label {
	white-space: nowrap;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group {
	margin-bottom: 0;
	margin-left: 2.6rem;
	height: 5.5rem;
	width: 34rem;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-webkit-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-moz-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input:-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.checkbox-container
	div {
	opacity: 0.5;
}

.wizard__tab
	.user-disablities-wrapper
	.user-disability
	.checkbox-container
	input:checked
	+ div {
	opacity: 1;
}

.wizard__tab .occupation-wrapper {
	width: 100%;
}

.wizard__tab .occupation-wrapper .additional-info img {
	width: 0.45rem;
	height: 1.1rem;
	margin-left: 1.7rem;
	margin-right: 1.2rem;
}

.wizard__tab .occupation-wrapper .additional-info span {
	font-style: italic;
}

.wizard__tab .occupation-wrapper .address-dropdowns {
	display: -webkit-inline-box !important;
	display: inline-flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
}

.wizard__tab .occupation-wrapper .address-dropdowns .form__group {
	display: -webkit-inline-box;
	display: inline-flex;
	width: auto;
	position: static;
}

.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group
	.input-wrapper {
	position: relative;
}

.wizard__tab .occupation-wrapper .address-dropdowns .form__group .firago {
	width: 7.5rem;
}

.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group--dropdown:nth-child(2)
	.dropdown-right:before {
	top: 43%;
}

.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group--dropdown:nth-child(3)
	.dropdown-right:before {
	top: 76%;
}

.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group
	.dropdown-right {
	top: 0 !important;
}

.wizard__tab .occupation-wrapper .other-education {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.wizard__tab .occupation-wrapper .other-education .firago {
	width: 7.5rem;
	text-align: right;
	margin-right: 4.3rem;
}

.wizard__tab .occupation-wrapper .other-education .form__group {
	margin-bottom: 0;
	height: 5.5rem;
	width: 34rem;
}

.wizard__tab
	.occupation-wrapper
	.other-education
	.form__group
	input::-webkit-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.occupation-wrapper
	.other-education
	.form__group
	input::-moz-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.occupation-wrapper
	.other-education
	.form__group
	input:-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.occupation-wrapper
	.other-education
	.form__group
	input::-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab
	.occupation-wrapper
	.other-education
	.form__group
	input::placeholder {
	color: white;
	opacity: 0.5;
}

.wizard__tab .education-wrapper .address-dropdowns .form__group .firago {
	width: 14.8rem !important;
}

.wizard__tab .education-wrapper .address-dropdowns .other-education .firago {
	width: 14.8rem !important;
}

.wizard__tab .passwords-content-wrapper .form__group {
	width: 34rem;
}

.wizard__tab .underlined.privacy-button,
.wizard__tab .underlined.terms-button {
	text-decoration: none;
	position: relative;
}

.wizard__tab .underlined.privacy-button::after,
.wizard__tab .underlined.terms-button::after {
	content: "";
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: white;
}

.wizard__tab .send-code.show-tooltip .form__tooltip {
	visibility: visible;
	opacity: 1;
	border: solid 1px #fff;
	color: #fff;
	font-style: italic;
	background-color: rgba(255, 255, 255, 0.2);
	top: calc(100% + 3rem);
}

.wizard__tab .send-code.show-tooltip .form__tooltip::before {
	top: 0;
	background-color: #fff;
}

.wizard__tab .send-code.show-tooltip .form__tooltip img {
	width: 0.45rem;
	height: 1.1rem;
	margin: 0 2.3rem 0 0.9rem;
}

.next-step {
	position: absolute;
	bottom: 0;
	left: 9%;
}

.next-step .attribute img {
	width: 1.7rem !important;
}

.wizard__tab--checkboxes .form__tooltip:not(.standard-tooltip) {
	position: static;
	margin: 3rem 0 2rem 0;
	display: none;
	visibility: visible;
	opacity: 1;
	border: none;
	background-color: transparent;
	font-size: 1.5rem;
	padding-left: 0;
}

.wizard__tab--checkboxes .form__tooltip:not(.standard-tooltip) img {
	width: 2.5rem;
}

.wizard__tab--checkboxes .form__tooltip:not(.standard-tooltip):before {
	display: none;
}

.wizard__tab--checkboxes .form__tooltip:not(.standard-tooltip).visible {
	display: -webkit-box;
	display: flex;
}

.warning {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	color: #ee3048;
	display: none;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	z-index: 1111;
}

.warning img {
	width: 1rem;
	margin-right: 1rem;
}

.warning.visible {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.warning--lg {
	font-size: 1.4rem;
}

.warning--lg img {
	width: 2.5rem;
	margin-right: 1.8rem;
}

.warning--md {
	font-size: 1.3rem;
}

.warning--md img {
	width: 2rem;
	margin-right: 1.5rem;
}

.hint {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
	position: relative;
	color: #fff;
	font-family: "FiraGO";
	font-style: italic;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 1rem 2.5rem 1rem 2.3rem;
	background-color: #4d4c76;
	border: 1px solid #ffffff;
}

.hint svg {
	width: 0.5rem;
	margin-right: 2.3rem;
	flex-shrink: 0;
}

.hint:after {
	content: "";
	position: absolute;
	left: 2.2rem;
	width: 0.8rem;
	height: 0.8rem;
	top: 0;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #fff;
}

.hint.top:after {
	-webkit-transform: none;
	transform: none;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	top: 100%;
}

.hint--red {
	border-color: #ee3048;
	color: #ee3048;
	background-color: #4a2252;
}

.hint--red:after {
	background-color: #ee3048;
}

.hint--red svg path {
	fill: #ee3048;
}

.hint.no-after:after {
	display: none;
}

.wizard__tabs--organization .wizard__tab {
	margin-bottom: 6rem;
}

.wizard__tab--description .tab__title {
	margin-bottom: 2.2rem;
}

.wizard__tab--description .tab__title .required {
	display: inline-block;
	-webkit-transform: translate(0.3rem, -0.7rem);
	transform: translate(0.3rem, -0.7rem);
}

.wizard__tab--description .textarea-group .form__input {
	height: 26rem;
}

.wizard__tab--description
	.textarea-group
	.form__input::-webkit-input-placeholder {
	color: #cac9d6;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}

.wizard__tab--description .textarea-group .form__input::-moz-placeholder {
	color: #cac9d6;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}

.wizard__tab--description .textarea-group .form__input:-ms-input-placeholder {
	color: #cac9d6;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}

.wizard__tab--description .textarea-group .form__input:-moz-placeholder {
	color: #cac9d6;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}

.wizard__tab--description
	.textarea-group.filled
	.form__input::-webkit-input-placeholder {
	color: #595988;
}

.wizard__tab--description
	.textarea-group.filled
	.form__input::-moz-placeholder {
	color: #595988;
}

.wizard__tab--description
	.textarea-group.filled
	.form__input:-ms-input-placeholder {
	color: #595988;
}

.wizard__tab--description .textarea-group.filled .form__input:-moz-placeholder {
	color: #595988;
}

.wizard__tab--org-info {
	margin-bottom: 5rem;
}

.wizard__tab--org-info .file-uploader label {
	width: 100%;
}

.wizard__tab--registration-place {
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-bottom: 9rem;
	padding-bottom: 1rem;
}

.wizard__tab--registration-place .form__group.disabled {
	opacity: 0.3;
}

.wizard__tab--registration-place .left-wrapper {
	max-width: 34rem;
	width: 100%;
	margin-right: 18rem;
	align-self: flex-end;
	padding-top: 0.5rem;
}

.wizard__tab--registration-place .left-wrapper .date-title {
	margin-bottom: 3.3rem;
	margin-top: 6.2rem;
}

.wizard__tab--registration-place .left {
	width: 100%;
}

.wizard__tab--registration-place .left > .firago {
	margin-bottom: 5.3rem;
}

.wizard__tab--registration-place .left .checkbox-container {
	margin-bottom: 3.7rem;
}

.wizard__tab--registration-place .left .form__group {
	margin-top: 4rem;
	margin-bottom: 0;
}

.wizard__tab--registration-place > .right {
	-webkit-box-flex: 1;
	flex: 1;
	width: 100%;
}

.wizard__tab--registration-place .actual-address {
	display: none !important;
}

.wizard__tab--registration-place .actual-address.active {
	display: -webkit-box !important;
	display: flex !important;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.wizard__tab--org-type {
	margin-bottom: 6rem;
}

.wizard__tab--org-type .tab-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	flex: 1;
	padding-bottom: 4.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 3.2rem;
}

.wizard__tab--org-type .tab-header > .firago {
	margin-right: 8rem;
}

.wizard__tab--org-type .status-container {
	width: 100%;
	display: grid;
	grid-template-areas: "hint title checkboxes";
	grid-template-columns: 14rem 1fr;
}

.wizard__tab--org-type .hint {
	grid-area: hint;
	grid-column: 2/3;
	grid-row: 2/3;
	margin-bottom: 3.5rem;
	max-width: 50rem;
}

.wizard__tab--org-type .title {
	grid-area: title;
	grid-column: 1/2;
	grid-row: 3/4;
	margin-top: 1.4rem;
}

.wizard__tab--org-type .checkboxes {
	grid-area: checkboxes;
	grid-column: 2/3;
	grid-row: 3/4;
	overflow: auto;
	max-height: unset;
	max-width: 100%;
	padding-bottom: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr 34rem;
	-webkit-column-gap: 6rem;
	-moz-column-gap: 6rem;
	column-gap: 6rem;
	-webkit-box-align: center;
	align-items: center;
}

.wizard__tab--org-type .checkboxes .checkbox-container {
	width: 100%;
	margin: 0;
	margin-bottom: 3rem;
	line-height: 1.5;
}

.wizard__tab--org-type .checkboxes .checkbox-container:nth-child(2n) {
	grid-column: 2/3;
}

.wizard__tab--org-type .checkboxes .checkbox-container:nth-child(2n + 1) {
	grid-column: 1/2;
}

.wizard__tab--org-type .checkboxes .checkbox-container .firago {
	opacity: 0.8;
}

.wizard__tab--org-type .checkboxes .checkbox-container input:checked ~ .firago {
	opacity: 1;
}

.wizard__tab--org-type .checkboxes .option-other {
	width: 34rem;
	height: 100%;
	grid-column: 3/4;
	grid-row: 1/4;
}

.wizard__tab--activities1 {
	position: relative;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin-bottom: 12rem;
}

.wizard__tab--activities1 > .firago {
	margin-bottom: 5rem;
}

.wizard__tab--activities1 .hint {
	margin-bottom: 3.5rem;
}

.wizard__tab--activities1 .checkbox-container {
	width: 5rem;
	margin-right: 13rem;
}

.wizard__tab--activities1 .checkbox-container:nth-child(3) {
	margin-left: 4rem;
}

.wizard__tab--activities2 {
	margin-bottom: 20rem !important;
}

.wizard__tab--activities2 .regions-multiple .checkbox-container.master {
	width: 100%;
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);
}

.wizard__tab--activities2 .right-dropdowns {
	display: block;
	margin-bottom: 13rem;
}

.wizard__tab--activities2 .right-dropdowns .form__group > .firago {
	width: 12rem;
}

.wizard__tab--activities2 .dropdown-right {
	width: 80rem;
	min-height: 35rem;
}

.wizard__tab--activities2 .dropdown-right__content {
	padding: 2.4rem 4.5rem 0 3.6rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 6rem;
	-moz-column-gap: 6rem;
	column-gap: 6rem;
	-webkit-box-align: center;
	align-items: center;
}

.wizard__tab--activities2 .dropdown-right__content .checkbox-container.master {
	grid-column: 1/3;
}

.wizard__tab--activities2 .form__group:first-child {
	margin-bottom: 9rem;
}

.wizard__tab--activities2 .checkbox-container {
	margin-bottom: 3rem;
	padding-left: 2.9rem;
}

.wizard__tab--activities2 .checkbox-container .checkmark {
	background-color: #717091;
}

.wizard__tab--activities2 .checkbox-container .checkmark:after {
	background-color: #fff;
}

.wizard__tab--activities2 > .firago {
	margin-bottom: 8rem;
}

.wizard__tab--activities2 .selected-regions {
	max-height: 13rem;
	overflow: auto;
	/* width */
	/* Track */
	/* Handle */
}

.wizard__tab--activities2 .selected-regions::-webkit-scrollbar {
	width: 0.5rem;
}

.wizard__tab--activities2 .selected-regions::-webkit-scrollbar-track {
	border-radius: 0.5rem;
}

.wizard__tab--activities2 .selected-regions::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.5rem;
}

.wizard__tab--activities2 .selected-regions::-webkit-scrollbar-thumb {
	width: 0.5rem;
	background: rgba(255, 255, 255, 0.6);
}

.wizard__tab--activities2 .selected-regions,
.wizard__tab--activities2 .selected-municipalities {
	width: 80rem;
	position: absolute;
	top: 0;
	right: -3.3rem;
	-webkit-transform: translate(100%);
	transform: translate(100%);
}

.wizard__tab--activities2 .selected-region,
.wizard__tab--activities2 .selected-municipality {
	display: inline-block;
	padding: 0.8rem 1rem;
	margin-right: 1rem;
	margin-bottom: 1.2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	background-color: #4d4c76;
	cursor: pointer;
	border-radius: 3rem;
}

.wizard__tab--activities2 .selected-region img,
.wizard__tab--activities2 .selected-municipality img {
	width: 0.8rem;
	margin-bottom: 0.1rem;
	margin-left: 0.8rem;
}

.wizard__tab--activities2 .form__group.special .search-button {
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 0.41rem;
	background-color: #211f54;
}

.wizard__tab--activities2 .form__group.special .search-button img {
	width: 1.5rem;
}

.wizard__tab--activities2 .form__group.special.active .form__input {
	background-color: #fff;
	color: #ee3048;
}

.wizard__tab--activities2
	.form__group.special.active
	.form__input
	~ .search-button {
	background-color: #ee3048;
}

.wizard__tab--activities2 .form__group.special .dropdown-right {
	width: 34rem;
	height: 24rem;
	min-height: unset !important;
	top: unset !important;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(calc(100% + 1.3rem));
	transform: translateY(calc(100% + 1.3rem));
}

.wizard__tab--activities2 .form__group.special .dropdown-right:before {
	display: none;
}

.wizard__tab--activities2 .form__group.special .dropdown-right__content {
	display: block;
	padding: 0;
}

.wizard__tab--activities2
	.form__group.special
	.dropdown-right
	.no-checkmark
	img {
	margin-right: 1.7rem;
}

.wizard__tab--activities2 .form__group.special .dropdown-right.active {
	display: block;
}

.wizard__tab--activities2 .form__group.special .dropdown-right .no-result {
	display: none;
	opacity: 0.8 !important;
	background-color: transparent !important;
	color: #cac9d6 !important;
	cursor: default;
}

.wizard__tab--activities2
	.form__group.special
	.dropdown-right
	.no-result.visible {
	display: block;
}

.wizard__tab--activities2 .municipality {
	display: none !important;
}

.wizard__tab--activities2 .municipality.displayed {
	display: block !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wizard__tab--activities2 .municipality.displayed.hidden {
	display: none !important;
}

.wizard__tab--activities2 .municipality.displayed.visible {
	display: block !important;
}

.wizard__tab--activities2 .municipality.active {
	background-color: #717091;
}

.wizard__tab--fields .checkbox-container.master {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);
}

.wizard__tab--fields .tab-title {
	margin-bottom: 3rem;
}

.wizard__tab--fields .hint {
	margin-bottom: 2rem;
}

.wizard__tab--fields .left {
	max-width: 42rem;
	margin-right: 25rem;
}

.wizard__tab--fields .right {
	-webkit-box-flex: 1;
	flex: 1;
	margin-top: 11rem;
}

.wizard__tab--fields .right > .tab-title {
	display: none;
}

.wizard__tab--fields .right > .tab-title.active {
	display: block;
}

.wizard__tab--fields .checkboxes-wrapper {
	padding-left: 3rem;
}

.wizard__tab--fields .checkbox-container {
	margin-bottom: 2.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	-webkit-transition: margin 0.15s;
	transition: margin 0.15s;
}

.wizard__tab--fields .checkbox-container .hint {
	max-width: 37rem;
	position: absolute;
	top: calc(100% + 1.3rem);
	left: 0;
	visibility: hidden;
	opacity: 0;
	padding: 0.5rem 2.5rem 0.5rem 2.3rem;
}

.wizard__tab--fields
	.checkbox-container:not(.master):not(.checkbox-container--other):hover {
	margin-bottom: 7.2rem;
}

.wizard__tab--fields
	.checkbox-container:not(.master):not(.checkbox-container--other):hover
	.hint {
	-webkit-transition: 0.15s;
	transition: 0.15s;
	visibility: visible;
	opacity: 1;
}

.wizard__tab--fields .option-other {
	max-width: 34rem;
	margin-top: 3rem;
}

.wizard__tab--fields .subfields {
	max-width: 62.5rem;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	display: none;
}

.wizard__tab--fields .subfields.active {
	display: block;
}

.wizard__tab--fields .subfields .subfield {
	padding: 1.4rem;
	background-color: #4d4c76;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.16;
	text-align: center;
	color: #cac9d6;
	border-radius: 10rem;
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.wizard__tab--password .code-input-container {
	position: relative;
}

.organization-code-container .form__tooltip {
	max-width: 38rem;
}

.base-timer {
	position: relative;
	margin-left: 3rem;
	display: none;
	-webkit-box-align: center;
	align-items: center;
}

.base-timer.active {
	display: -webkit-box;
	display: flex;
}

.base-timer__svg {
	width: 2.2rem;
	height: 2.2rem;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.base-timer__circle {
	fill: none;
	stroke: none;
}

.base-timer__path-elapsed {
	stroke-width: 1.2rem;
	stroke: #4d4c76;
}

.base-timer__path-remaining {
	stroke-width: 1.2rem;
	stroke-linecap: round;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1s linear all;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
}

.base-timer__path-remaining.white {
	color: #fff;
}

.base-timer__label {
	margin-left: 1.5rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #ffffff;
}

.send-code {
	opacity: 1 !important;
}

.send-code .img-disabled {
	display: none;
}

.send-code.disabled {
	cursor: default;
	background-color: #bcbccc;
}

.send-code.disabled > span {
	color: #fff;
}

.send-code.disabled img {
	display: none;
}

.send-code.disabled .img-disabled {
	display: inline-block;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 99999;
	display: none;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.popup-active {
	display: -webkit-box;
	display: flex;
}

.popup-active .popup__content {
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.popup .heading--fancy {
	padding-top: 0;
	padding-bottom: 4rem;
}
.heading--fancy {
	font-feature-settings: "case" on;
}
.popup__close {
	position: absolute;
	top: 6rem;
	right: 10%;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.popup__close img {
	width: 1rem;
}

.popup__content {
	display: none;
	max-width: 100rem;
	width: 90%;
	padding: 6rem 3% 4rem 5%;
	background-color: #211f54;
	border-radius: 1rem;
	position: relative;
}

.popup__content--sm {
	padding: 5rem 3% 4rem 3%;
	max-width: 64rem;
}

.popup__content--sm .popup__close {
	top: 5rem;
}

.popup__content--m {
	padding: 6rem 3% 6rem 3%;
	max-width: 71rem;
}

.popup__content--m .popup__close {
	top: 5rem;
	right: 7%;
}

.popup__content--white {
	background-color: #fff;
}

.popup__content .paragraphs {
	max-height: 45rem;
	overflow: auto;
	padding-right: 5rem;
}

.popup__content .paragraphs .paragraph {
	line-height: 1.5;
}

.popup__content--login {
	max-width: 120rem;
	padding: 6rem 0 4rem 5%;
}

.popup__content--login .go-back {
	position: absolute;
	top: 0;
	left: 0;
	top: 6rem;
	left: 10%;
	display: none;
}

.popup__content--login .login-container {
	width: 50%;
	padding-right: 10%;
}

.popup__content--login .right {
	width: 50%;
}

.popup__content--login .title-default,
.popup__content--login .alternative-title {
	width: 50%;
}

.popup ::-webkit-scrollbar {
	width: 5px;
}

.popup ::-webkit-scrollbar-button {
	display: none;
}

.popup ::-webkit-scrollbar-track {
	background: #211f54;
}

.popup ::-webkit-scrollbar-track:horizontal {
	background: #211f54;
}

.popup ::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid transparent;
	background-clip: content-box;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.popup ::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid transparent;
	background-clip: content-box;
}

.popup ::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: white;
	border: 1px solid transparent;
	background-clip: content-box;
}

.popup ::-webkit-scrollbar-thumb:hover {
	background-color: white;
	border: 1px solid transparent;
	background-clip: content-box;
}

.uploader-container {
	width: 100%;
	background-color: #f3f3f7;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 1.2rem;
	padding: 2.5rem 1.4rem 2.5rem 3.7rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
}

.uploader-container.file-downloader {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-radius: 0;
}

.uploader-container.file-downloader:nth-child(2n) {
	background-color: white;
}

.uploader-container.file-downloader .file-name {
	line-height: 1.3;
}

.uploader-container .upload-button {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	padding: 0.7rem 1.7rem;
	background-color: #ee3048;
	border-radius: 0.6rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	margin-right: 2.2rem;
}

.uploader-container .upload-button:hover {
	background-color: #d9122b;
}

.uploader-container .file-name {
	word-break: break-word;
	max-width: 80%;
}

.uploader-container .file-name .md {
	display: none;
	font-size: 20px;
}

.uploader-container .img-src,
.uploader-container .img-src--filled {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.14;
	color: #211f54;
}

.popup .img-save {
	cursor: pointer;
	padding: 1.5rem 1.8rem 1.5rem 2rem;
	background-color: #ee3048;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
	-webkit-box-flex: 1;
	flex: 1;
	max-width: 16rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	margin-left: auto;
	margin-top: 1.5rem;
}

.popup .img-save:hover {
	background-color: #d9122b;
}

.popup .img-save div {
	margin-right: 27%;
}

.popup-share .share-button {
	width: 15rem;
	height: 4.2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	background: #415dae;
	margin-right: 2.3rem;
	border-radius: 1rem;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	cursor: pointer;
}

.popup-share .share-button:hover {
	background: #3a539b;
}

.popup-share .share-button--twitter {
	background: #00abf0;
}

.popup-share .share-button--twitter:hover {
	background: #0099d7;
}

.share-link-container {
	-webkit-box-flex: 1;
	flex: 1;
	height: 4.3rem;
	border-radius: 1.2rem;
	padding: 1rem 0.8rem 1.3rem 2.7rem;
	background: #f3f3f7;
	border: none;
	margin-right: 2.3rem;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #334194;
	opacity: 0.7;
}

.share-link .button {
	display: none;
}

.share-link .button.active {
	display: -webkit-box;
	display: flex;
}

.popup-password .content-box {
	width: 100%;
	background-color: #f3f3f7;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 3.5rem 2rem;
	border: 1px solid #ee3048;
	border-radius: 1.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.popup-password .content-box--green {
	border-color: #0ab1b1;
}

.popup-password .popup__close {
	position: static;
	max-width: 32rem;
	width: 80%;
	margin: 0 auto;
}

.popup-rating .popup__content {
	max-width: 100rem;
	padding-top: 12rem;
}

.popup-rating .ratings-detailed {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 8rem;
	-webkit-column-gap: 8rem;
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	-webkit-box-align: end;
	align-items: end;
}

.popup-rating .criteria__detailed .criteria__top {
	padding-bottom: 1rem;
	border-bottom: 1px solid #4d4c76;
	margin-bottom: 1.4rem;
}

.popup-rating .criteria__detailed .criteria__title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
}

.popup-rating .criteria__detailed .criteria__score {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}

.popup-rating .criteria__detailed .criteria__stars {
	margin-left: 1.1rem;
	margin-right: 1.5rem;
}

.popup-rating .criteria__detailed .criteria__votes {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: normal;
	font-size: 1.2;
	color: #afafaf;
}

.popup-rating .criteria__detailed .chart-bar-single {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.popup-rating .criteria__detailed .chart-bar-single:not(:last-child) {
	margin-bottom: 0.8rem;
}

.popup-rating .criteria__detailed .chart-bar-single .point {
	width: 0.5rem;
}

.popup-rating .criteria__detailed .chart-bar-single .votes {
	width: 3.5rem;
	flex-shrink: 0;
	text-align: right;
}

.popup-rating .criteria__detailed .chart-bar {
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	background-color: #fff;
	border-radius: 0.2rem;
	padding: 0.2rem 0.2rem 0 0.2rem;
	-webkit-box-flex: 1;
	flex: 1;
	height: 1.4rem;
}

.popup-rating .criteria__detailed .chart-bar-progress {
	border-radius: inherit;
	height: 1rem;
}

.popup-rating .criteria__detailed .chart-bar-progress--5 {
	background-color: #28bd73;
	width: 80%;
}

.popup-rating .criteria__detailed .chart-bar-progress--4 {
	background-color: #94cc61;
	width: 60%;
}

.popup-rating .criteria__detailed .chart-bar-progress--3 {
	background-color: #ffdd4c;
	width: 40%;
}

.popup-rating .criteria__detailed .chart-bar-progress--2 {
	background-color: #ffb133;
	width: 20%;
}

.popup-rating .criteria__detailed .chart-bar-progress--1 {
	background-color: #ff6a29;
	width: 10%;
}

.popup-rating .star {
	width: 1.5rem;
	height: 1.5rem;
	fill: #ffc850;
	stroke: #ffc850;
	stroke-width: 3rem;
}

.popup-rating .star:not(:last-child) {
	margin-right: 0.5rem;
}

.popup-delete-comment {
	padding-top: 10rem;
}

.popup-delete-comment .popup-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 5rem;
}

.popup-delete-comment .popup-bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 2rem;
}

.popup-delete-comment .popup-bottom .button {
	height: 4.2rem;
	width: 18rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 1.1rem;
	margin: 0 2rem;
}

.popup-delete-comment .popup-bottom .button img {
	height: 1.1rem;
}

.popup-delete-comment .popup__close {
	position: static;
}

.popup-privacy .popup__content *:not(.heading--fancy):not(strong),
.popup-terms .popup__content *:not(.heading--fancy):not(strong) {
	font-family: "FiraGO" !important;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem !important;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.8);
}

.popup-privacy .popup__content p strong,
.popup-terms .popup__content p strong {
	font-family: "FiraGO" !important;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem !important;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}

.popup-privacy td,
.popup-terms td {
	vertical-align: middle;
	border: 1px dashed rgba(255, 255, 255, 0.6);
	padding: 1rem;
}

.popup-privacy ul,
.popup-terms ul {
	list-style-position: inside;
}

.popup-privacy ul li,
.popup-terms ul li {
	list-style-type: none;
	padding-left: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.popup-privacy ul li:before,
.popup-terms ul li:before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 3rem;
	flex-shrink: 0;
}

.popup-registration-success .popup__content {
	border-radius: 3rem;
	max-width: 82.2rem;
}

.popup-registration-success .popup__close {
	top: 3.5rem;
	right: 3.5rem;
}

.popup-registration-success .popup__close img {
	width: 2rem;
}

.popup-registration-success .popup__content {
	padding: 8.5rem 10rem 6rem 10rem;
}

.popup-registration-success .top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 7rem;
}

.popup-registration-success .top img {
	width: 2.5rem;
	margin-right: 2.5rem;
}

.popup-registration-success .top .firago {
	font-size: 2.2rem;
}

.popup-registration-success .middle {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	color: #211f54;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 11rem;
}

.popup-registration-success .button--red {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.popup-registration-success .popup__content {
		padding: 8.5rem 2rem 6rem 2rem;
	}

	.popup-registration-success .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 7rem;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 40px;
	}

	.popup-registration-success .top img {
		width: 35px;
		margin-right: 0 !important;
		margin-bottom: 3rem;
	}

	.popup-registration-success .middle {
		width: 95%;
		margin-bottom: 50px;
	}

	.popup-registration-success .button--red {
		width: 290px;
	}
}

.comments {
	padding: 12rem 0 6rem 12rem;
}

.comment {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 2.4rem 5.3rem 2.9rem 2.7rem;
	border-radius: 0.8rem;
	margin-left: 5rem;
}

.comment:nth-child(2n) {
	background-color: #e5e4ea;
}

.comment__votes {
	margin-top: 3rem;
	display: -webkit-box;
	display: flex;
}

.comment__vote {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	color: #686b6f;
	text-align: center;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.comment__vote:first-child {
	margin-right: 4.4rem;
}

.comment__vote--down svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.comment__vote--up svg:hover path {
	fill: #0ab1b1;
}

.comment__vote--down svg:hover path {
	fill: #ee3048;
}

.comment__vote--up.active {
	color: #0ab1b1;
}

.comment__vote--up.active svg path {
	fill: #0ab1b1;
}

.comment__vote--down.active svg path {
	fill: #ee3048;
}

.comment__vote svg {
	height: 2rem;
	margin-bottom: 2.2rem;
	cursor: pointer;
	display: block;
}

.comment__vote svg path {
	-webkit-transition: fill 0.15s;
	transition: fill 0.15s;
}

.comment__img {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}

.comment__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.comment__img--circle {
	width: 10.5rem;
	height: 10.5rem;
	border-radius: 50%;
	margin-right: 6.7rem;
	margin-left: 7rem;
	flex-shrink: 0;
}

.comment__text {
	max-width: 100rem;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 1.4rem 2rem 2.4rem 1.7rem;
	border-radius: 0.8rem;
	border: 1px solid transparent;
}

.comment__text.active {
	background-color: #fff;
	border-color: #d6d9ea;
}

.comment__author {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1.1em;
	color: #334194;
}

.comment__author-mobile {
	display: none;
}

.comment__content {
	width: 100%;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #334194;
	border: none;
	overflow: auto;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	min-height: 5rem;
	height: auto;
}

.comment__actions {
	margin-left: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 1rem;
	flex-shrink: 0;
}

.comment__actions .buttons-container {
	display: -webkit-box;
	display: flex;
}

.comment__button {
	width: 3.6rem;
	height: 3.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
	cursor: pointer;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.comment__button.hidden {
	display: none;
}

.comment__button svg {
	height: 1.1rem;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.comment__button svg path {
	fill: #fff;
}

.comment__button--edit {
	margin-right: 0.8rem;
	background-color: #fff;
}

.comment__button--edit:hover {
	background-color: #fafafa;
}

.comment__button--edit svg path {
	fill: #686b6f;
}

.comment__button--edit.hidden {
	display: none;
}

.comment__button--delete,
.comment__button--cancel {
	background-color: #ee3048;
}

.comment__button--delete:hover,
.comment__button--cancel:hover {
	background-color: #d9122b;
}

.comment__button--submit-edit {
	margin-right: 0.8rem;
	background-color: #686b6f;
	width: 11.5rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	-webkit-box-pack: justify;
	justify-content: space-between;
	color: #fff;
	padding: 0 1.1rem;
}

.comment__button--submit-edit:hover {
	background-color: #4f5255;
}

.comment__button:active {
	background-color: #686b6f;
}

.comment__button:active svg path {
	fill: #fff;
}

.comment__date {
	width: 100%;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	text-align: right;
	padding-right: 0.8rem;
	color: #334194;
	margin-bottom: 2.5rem;
}

.comment-form-container {
	margin-left: 23.2rem;
	padding-bottom: 3rem;
	margin-bottom: 5.3rem;
	position: relative;
}

.comment-form-container .firago {
	margin-left: 17.2rem;
	margin-bottom: 2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	color: #334194;
}

.comment-form-container:after {
	content: "";
	width: calc(100% - 17.2rem);
	position: absolute;
	bottom: 0;
	left: 17.2rem;
	height: 1px;
	background-color: #cccfe2;
}

.comment-form-container .comment__img {
	margin: 0;
}

.comment-form-container .comment-form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.comment-form-container textarea {
	-webkit-box-flex: 1;
	flex: 1;
	height: 16rem;
	background: #e5e4ea;
	border-radius: 0.8rem;
	margin-left: 6.7rem;
	margin-right: 4.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #334194;
	padding: 3.3rem 4.4rem;
	border: 0;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.comment-form-container textarea:focus {
	border: 1px solid #d6d9ea;
	background-color: #fff;
}

.comment-form-container textarea::-webkit-input-placeholder {
	color: #6872ae;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.comment-form-container textarea::-moz-placeholder {
	color: #6872ae;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.comment-form-container textarea:-ms-input-placeholder {
	color: #6872ae;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.comment-form-container textarea:-moz-placeholder {
	color: #6872ae;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.comment-form-container .button--red {
	align-self: flex-end;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 5.3rem;
	width: 24rem;
	margin-left: auto;
	margin-top: 3rem;
}

.comment-form-container .button--red img {
	width: 1rem;
}

p.comment__content {
	height: auto !important;
}

.event-rating {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	max-width: 102rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 4rem;
	padding-bottom: 9rem;
}

.event-rating .score {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 5rem;
	color: #fff;
	padding: 3rem 4.7rem;
	border-radius: 0.8rem;
	margin-right: 5rem;
	margin-bottom: 3rem;
	cursor: pointer;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-42.92%, #0ab1b1),
		color-stop(62.84%, #40b1b1),
		color-stop(134.17%, #45739e)
	);
	background: linear-gradient(
		180deg,
		#0ab1b1 -42.92%,
		#40b1b1 62.84%,
		#45739e 134.17%
	);
	box-shadow: 0px 3px 2px rgba(26, 30, 49, 0.3);
	position: relative;
}

.event-rating .score.disabled {
	opacity: 0.3;
	cursor: unset;
}

.event-rating .score:after {
	content: "\10D3\10D0\10D0\10ED\10D8\10E0\10D4\10D7   \10DB\10D4\10E2\10D8\10E1   \10E1\10D0\10DC\10D0\10EE\10D0\10D5\10D0\10D3";
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	color: #334194;
	opacity: 0.5;
	width: 20rem;
	position: absolute;
	bottom: -3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.event-rating .score .before {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	color: #334194;
	opacity: 0.5;
	width: 20rem;
	position: absolute;
	top: unset;
	bottom: -3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.event-rating .criterias {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.event-rating .criteria {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #334194;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 3rem;
	width: 36rem;
}

.event-rating .criteria:nth-child(2n + 1) {
	margin-right: 7rem;
}

.event-rating .criteria__key {
	margin-right: 7.5rem;
}

.event-rating--grey {
	max-width: 120rem;
	-webkit-box-align: start;
	align-items: flex-start;
}

.event-rating--grey .score {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 5rem;
	color: #343841;
	margin-right: 5rem;
	margin-bottom: 3rem;
	cursor: pointer;
	padding-bottom: 1rem;
	background: none;
	box-shadow: none;
	position: relative;
	padding: 0;
	margin-bottom: 0;
	margin-right: 12rem;
}

.event-rating--grey .score img {
	margin-right: 2rem;
	width: 3rem;
	height: auto;
}

.event-rating--grey .score.disabled {
	opacity: 0.3;
	cursor: unset;
}

.event-rating--grey .score:after {
	display: none;
}

.event-rating--grey .score .before {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	color: #343841;
	opacity: 0.7;
	position: absolute;
	top: unset;
	bottom: -4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-decoration: underline;
}

.event-rating--grey .criterias {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.event-rating--grey .criteria {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #343841;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 3rem;
	width: 36rem;
}

.event-rating--grey .criteria:nth-child(2n + 1) {
	margin-right: 7rem;
}

.event-rating--grey .criteria__key {
	margin-right: 7.5rem;
}

.event-rating--grey .criteria__value {
	padding: 0.6rem 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
}

.address-dropdowns,
.right-dropdowns {
	display: none;
	align-content: flex-start;
}

.address-dropdowns.active,
.right-dropdowns.active {
	display: -webkit-box;
	display: flex;
}

.address-dropdowns .form__group,
.right-dropdowns .form__group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.address-dropdowns .form__group.disabled .form__input,
.right-dropdowns .form__group.disabled .form__input {
	cursor: default;
}

.address-dropdowns .form__group.filled .form__input,
.right-dropdowns .form__group.filled .form__input {
	background-color: #4d4c76;
	border: 1px solid transparent;
	color: #fff;
}

.address-dropdowns .form__group:last-child,
.right-dropdowns .form__group:last-child {
	margin-bottom: 0;
}

.address-dropdowns .form__group > .firago,
.right-dropdowns .form__group > .firago {
	width: 20rem;
	margin-right: 4rem;
	text-align: right;
}

.address-dropdowns .form__group .form__input,
.right-dropdowns .form__group .form__input {
	width: 34rem;
	cursor: pointer;
	color: #fff;
}

.address-dropdowns .form__group .form__input::-webkit-input-placeholder,
.right-dropdowns .form__group .form__input::-webkit-input-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input:-ms-input-placeholder,
.right-dropdowns .form__group .form__input:-ms-input-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input::-webkit-input-placeholder,
.right-dropdowns .form__group .form__input::-webkit-input-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input::-moz-placeholder,
.right-dropdowns .form__group .form__input::-moz-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input:-ms-input-placeholder,
.right-dropdowns .form__group .form__input:-ms-input-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input::-ms-input-placeholder,
.right-dropdowns .form__group .form__input::-ms-input-placeholder {
	color: white !important;
}

.address-dropdowns .form__group .form__input::placeholder,
.right-dropdowns .form__group .form__input::placeholder {
	color: white !important;
}

.address-dropdowns .form__group-arrow,
.right-dropdowns .form__group-arrow {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.8rem;
	width: 2rem;
	height: 2rem;
	-webkit-transition: -webkit-transform 0.15s;
	transition: -webkit-transform 0.15s;
	transition: transform 0.15s;
	transition: transform 0.15s, -webkit-transform 0.15s;
	cursor: pointer;
}

.address-dropdowns .form__group-arrow img,
.right-dropdowns .form__group-arrow img {
	width: 0.8rem;
	height: auto;
}

.address-dropdowns .form__group.active:not(.special) .form__group-arrow,
.right-dropdowns .form__group.active:not(.special) .form__group-arrow {
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.address-dropdowns .form__group.active .dropdown-right,
.right-dropdowns .form__group.active .dropdown-right {
	display: block;
}

.address-dropdowns .form__group.linked.active .dropdown-right,
.right-dropdowns .form__group.linked.active .dropdown-right {
	display: none;
}

.address-dropdowns .form__group.linked.active .dropdown-right.selected,
.right-dropdowns .form__group.linked.active .dropdown-right.selected {
	display: block;
}
.wizard__tab--registration-place {
}

.address-dropdowns .form__group--dropdown:first-child .dropdown-right:before,
.right-dropdowns .form__group--dropdown:first-child .dropdown-right:before {
	top: 10%;
}

.address-dropdowns .form__group--dropdown:nth-child(2) .dropdown-right:before,
.right-dropdowns .form__group--dropdown:nth-child(2) .dropdown-right:before {
	top: 50%;
}

.dropdown-right {
	display: none;
	position: absolute;
	top: 0;
	right: -3.3rem;
	-webkit-transform: translate(100%);
	transform: translate(100%);
	height: 26rem;
	width: 34rem;
	z-index: 1;
}

.dropdown-right:not(.municipalities) {
	-webkit-animation-name: fadeInLeftDropdown;
	animation-name: fadeInLeftDropdown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.dropdown-right__content {
	border-radius: 0.8rem;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #4d4c76;
}

.dropdown-right__content::-webkit-scrollbar {
	width: 6px;
}

.dropdown-right__content::-webkit-scrollbar-track {
	border-radius: 10px;
}

.dropdown-right__content::-webkit-scrollbar-thumb {
	background: #a6a5bb;
	border-radius: 10px;
}

.dropdown-right:before {
	position: relative;
	content: "";
	width: 2rem;
	height: 3rem;
	background-color: #4d4c76;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-70%, -50%);
	transform: translate(-70%, -50%);
	-webkit-clip-path: polygon(0% 50%, 100% 0, 100% 100%);
	clip-path: polygon(0% 50%, 100% 0, 100% 100%);
	z-index: 1;
}

.dropdown-right .no-checkmark {
	display: block;
	padding: 1.6rem 3rem 1.6rem 3rem;
	opacity: 0.8;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	z-index: 2;
	position: relative;
	cursor: pointer;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #cac9d6;
}

.dropdown-right .no-checkmark input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.dropdown-right .no-checkmark:hover,
.dropdown-right .no-checkmark.active {
	opacity: 1;
	background-color: #717091;
	color: #ffffff;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form__input.ellipsis {
	padding-right: 5rem !important;
}

.form__input.ellipsis:focus {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-menu {
	position: fixed;
	width: 70vw;
	height: 100vh;
	top: 0;
	right: -100vw;
	/* background: linear-gradient(90.11deg, #334194 -24.42%, #211f54 100.75%); */
	background-color: #fff;
	z-index: 100;
	display: none;
	/* -webkit-transform: translateX(-110%);
	transform: translateX(-110%); */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	padding-top: 18rem;
	padding-bottom: 18rem;
}
.header__content .burger-nav .burger-bar {
	transition: all 0.5s;
}
.burger-nav.active div:nth-child(2) {
	transform: scale(0);
}
.burger-nav.active div:nth-child(1) {
	transform: rotate(45deg) translate(3px, 3px);
}
.burger-nav.active div:nth-child(3) {
	transform: rotate(-45deg) translate(2px, -3px);
}
.mobile-menu.active {
	/* -webkit-transform: translateX(0);
	transform: translateX(0); */
	right: 0;
	overflow: auto;
}
.mobile-menu .header__reg__button {
	padding: 0;
	margin-top: 24px;
}
.mobile-menu .header__reg__button span {
	text-align: center;
	display: block;
}
.mobile-menu .header__reg__button:before {
	display: none;
}

.mobile-menu .close-mobile-menu {
	position: absolute;
	top: 65px;
	right: 20px;
	width: 15px;
}

.mobile-menu-top {
	/* padding: 0 0 30px 5%; */
	/* border-bottom: 1px solid #3a3f78; */
	margin-bottom: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.mobile-nav .auth-buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	justify-content: space-around;
	-webkit-box-flex: 1;
	flex: 1;
	max-width: 220px;
}

.mobile-nav .auth-buttons .header__button {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	background-image: none;
	-webkit-box-pack: start;
	justify-content: flex-start;
	color: #106d6d;
	background: transparent;
}

.mobile-nav .profile-links {
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid #3a3f78; */
	/* margin-bottom: 30px; */
	padding-left: 5%;
}

.mobile-nav .profile-links a {
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	text-decoration: none;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	display: block;
	margin-bottom: 22px;
}

.mobile-nav .profile-links a img {
	height: 10px;
	margin-right: 11px;
}

.mobile-nav .header__nav {
	/* border-top: 1px solid #d9d9d9; */
	display: block;
	/* padding-left: 10%; */
	margin-top: auto;
}

.mobile-nav .header__nav ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.mobile-nav.mobile-menu .wrapper {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.mobile-nav .header__nav ul li {
	padding: 16px 0;
	/* border-bottom: 1px solid #d9d9d9; */
	width: 100%;
	text-align: center;
}

.mobile-nav .profile-pic {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	position: relative;
	margin-right: 30px;
}

.mobile-nav .profile-pic .pic-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: inherit;
}

.mobile-nav .profile-pic .pic-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-nav .profile-pic-upload {
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(40%, 40%);
	transform: translate(40%, 40%);
	background-color: #ee3048;
	border-radius: 50%;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	cursor: pointer;
	border: 3px solid #2b3278;
}

.mobile-nav .profile-pic-upload img {
	width: 33%;
}

.mobile-filters {
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
}

.mobile-filters.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile-filters {
	padding-top: 20px;
}

.mobile-filters .search-mobile {
	padding: 0 20px;
	margin-bottom: 30px;
}

.mobile-filters .search-mobile.focused {
	background-color: #fff;
}

.mobile-filters .search-mobile.focused .search__submit {
	background-color: #ee3048;
}

.mobile-filters .firago {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 0 20px;
}

.mobile-filters .firago:after {
	content: "";
	-webkit-box-flex: 1;
	flex: 1;
	height: 1px;
	background-color: #3b407b;
	margin-left: 25px;
}

.mobile-filters .categories {
	height: auto;
	flex-wrap: nowrap;
	overflow: auto;
	max-width: 100%;
}

.mobile-filters .categories .category {
	margin-right: 0;
	margin-left: 10px;
}

.mobile-filters .categories .category:first-child {
	margin-left: 20px;
}

.mobile-filters .categories-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: 100%;
	max-height: calc(100% - 100px);
	padding: 0 30px;
	overflow: auto;
}

.mobile-filters .categories-grid .category {
	margin: 0;
	width: auto;
	min-width: 0;
}

.mobile-filters .categories-grid .category:first-child {
	margin-left: 0px;
}

.mobile-filters .categories-grid .category:last-child {
	margin-bottom: 30px;
}
.made-by-smartweb {
	background: white;
	padding: 32px 20px 40px;
}
.made-by-smartweb p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	font-family: "FiraGO";
	opacity: 0.8;
}
.made-by-smartweb a {
	font-weight: 600;
}
.section-join-us {
	overflow: hidden;
	padding: 0 0 3rem 0;
	padding-top: 25rem;
	margin-top: -20rem;
	padding-bottom: 23rem;
	/* padding-bottom: 18rem; */
	margin-bottom: -20rem;
}
.section-join-us .wrapper {
	/* background: rgba(234, 217, 255, 0.25); */
	background: #fdfdfd;
	/* padding: 0; */
	border-radius: 30px;
	max-width: 1680px;
}

.join-us {
	display: -webkit-box;
	display: flex;
	/* background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#211f54),
		to(#211f54)
	);
	background-image: linear-gradient(0deg, #211f54, #211f54); */
	padding: 6.4rem 7%;
	color: #fff;
	/* border-radius: 2.5rem; */
	position: relative;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8rem;
}

@media (max-width: 1370px) {
	.join-us {
		padding: 6.4rem 3rem;
		gap: 2rem;
	}
}
.join-us .organization-button,
.join-us .user-button {
	margin-top: auto;
	border-radius: 38px;
}

.join-us .organization-welcome {
	/* padding-left: 5rem; */
	/* border-left: 1px dashed #bcbcbc; */
}

.join-us .user-welcome {
	padding-right: 5rem;
}

.join-us .user-heading,
.join-us .org-heading {
	margin-top: 2rem;
	color: #231d57;
}
.join-us .youth-worker-btn {
	background: #13b2b1;
	color: #fff;
}
.join-us .text-content {
	/* max-width: 450px;
	width: calc(100% / 3); */
	width: 100%;
	font-size: 2.4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
}

.join-us .text-content .heading {
	margin-bottom: 2rem;
	line-height: 1.4;
}

.join-us .text-content .heading-light {
	font-weight: 300;
	margin-bottom: 0;
	color: #bcbccc;
	font-size: 2.4rem;
}

.join-us .text-content .heading--lgg {
	/* height: 8rem; */
	margin-bottom: 2.4rem;
}

.join-us .paragraph {
	font-size: 1.8rem;
	margin-bottom: 3.2rem;
	line-height: 2.8rem;
	color: #000;
	opacity: 0.8;
}

.join-us .img-lg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4%;
	width: 43%;
	z-index: 1;
	display: none;
}

.grid-container {
	display: grid;
	grid-template-columns: 2fr 1.5fr 1.5fr;
	grid-template-rows: auto auto auto;
	-webkit-column-gap: 1.3rem;
	-moz-column-gap: 1.3rem;
	column-gap: 1.3rem;
	row-gap: 1rem;
}

.grid-container .event {
	margin: 0;
	-webkit-transition: -webkit-transform 0.15s ease-in-out;
	transition: -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.grid-container .event__bottom {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
}

.grid-container .event__title h3 {
	font-size: 1.5rem;
	max-height: 4.8rem;
	margin-top: 0;
	letter-spacing: 0.05rem;
}

.grid-container .event__desc {
	height: auto;
	max-height: 9.5rem;
	overflow: hidden;
}

.grid-container .item-md {
	grid-column: 1/2;
	grid-row: 1/3;
}

.grid-container .item-md:nth-child(4) {
	grid-row: 3/4;
}

.grid-container .item-sm {
	grid-column: 2/3;
}

.grid-container .item-sm:nth-child(3) {
	grid-column: 3/4;
}

.grid-container .item-lg {
	grid-column: 2/4;
	grid-row: 2/4;
}

.grid-container .item-lg .event__img {
	padding-top: 49%;
}

.events {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 2.4rem;
}
#all-companies-list-id .events {
	grid-template-columns: 1fr 1fr 1fr;
}
.events .link-fancy {
	grid-column: 1/4;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 5.6rem;
}

.events--light {
	background: rgba(255, 255, 255, 0.5);
}

.heading-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.bg-white {
	background: rgba(255, 255, 255, 0.5);
}

.section-highlighted {
	display: none;
}

.organization-cover-img {
	width: 100%;
	padding-top: 16%;
	background-position: center;
	background-size: cover;
	margin-top: -3rem;
}

.organization-header {
	/* background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#211f54),
		to(#211f54)
	);
	background: linear-gradient(0deg, #211f54, #211f54); */
	border-radius: 0 0 2.5rem 2.5rem;
	/* padding: 7rem 7% 4rem 3%; */
	padding: 7rem 0 4rem;
	/* display: -webkit-box;
	display: flex; */
	padding-top: 3rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 5.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.organization-header .middle {
	-webkit-box-flex: 1;
	flex: 1;
	margin-right: 4.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	min-height: 19.5rem;
}

.organization-header .middle .organization-buttons {
	display: -webkit-box;
	display: flex;
}

.organization-header .middle .organization-buttons .button--red {
	padding: 0 1rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 24.3rem;
}

.organization-header .middle .organization-buttons .button--red img {
	width: 1.2rem;
	margin: 0;
}

.organization-header .middle .organization-buttons .organization-share {
	margin-left: 2rem;
}

.organization-header .organization-title {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #000;
	/* margin-bottom: 4rem; */
}

.organization-header .organization-rating {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom: 2.4rem;
	margin-top: 1.6rem;
	padding-bottom: 0;
}
.organization-header .organization-rating:after {
	content: "";
	width: 56px;
	height: 1px;
	background-color: #d9d9d9;
	display: block;
	margin: auto;
	margin-top: 1.6rem;
}

.organization-header .organization-rating .criteria__score {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	color: #ffffff;
	margin-right: 1.1rem;
}

.organization-header .organization-rating .criteria__stars {
	margin-right: 1.2rem;
}

.organization-header .organization-rating .star {
	width: 1.5rem;
	height: 1.5rem;
	fill: #ffc850;
	stroke: #ffc850;
	stroke-width: 3rem;
	margin-right: 0.5rem;
}

.organization-header .organization-rating .criteria__votes {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: normal;
	font-size: 1.4rem;
	color: #afafaf;
}

.organization-header .organization-rating .subs-amount {
	width: 100%;
	color: #000;
}

.organization-header .organization-information {
	-webkit-box-flex: 1;
	flex: 1;
	margin: 0 4rem;
}

.organization-header .organization-information {
	font-size: 1.6rem;
}

.organization-header .contact-info {
	width: 50rem;
	padding: 2.8rem 2.9rem 2rem 2.4rem;
	border-radius: 1.2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	/* background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3); */
	background-color: transparent;
	border: none;
	text-align: right;
}

.organization-header .contact-info .link {
	color: #000;
}

.organization-header .contact-info .link .icon {
	width: 2rem;
	height: 2rem;
	margin-right: 0;
}

.organization-header .contact-info .heading {
	width: 100%;
	font-family: "FiraGOUPP" !important;
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #000;
	margin-bottom: 3.1rem;
}

.organization-header .contact-info:before {
	/* content: ""; */
	width: 1px;
	height: calc(100% + 2rem);
	position: absolute;
	top: 0;
	left: -3.8rem;
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem);
	background-color: #343463;
}
.organization-header .left {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	margin-top: -12rem;
}
.organization-header .left .organization-img {
	border-radius: 50%;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.21);
	margin-bottom: 2.4rem;
	width: 16rem;
	height: 16rem;
}
.organization-header .left .organization-img img {
	width: 70%;
	height: 80%;
	object-fit: contain;
}
.organization-header .contact-info .link {
	justify-content: flex-end;
}
.org-address-phone a {
	margin-bottom: 2rem;
}
.organization-header .contact-info.org-contact-web {
	padding: 0;
	width: unset;
}
.organization-header .contact-info.org-contact-web button,
.organization-header .contact-info.org-contact-web .organization-share {
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 991px) {
	.organization-header .contact-info.org-contact-web button,
	.organization-header .contact-info.org-contact-web .organization-share {
		margin-right: auto;
	}
	.organization-header .contact-info.org-contact-web {
		order: -1;
		margin-bottom: 34px;
	}
}
.organization-header .contact-info.org-contact-web .subscribe {
	background: rgba(237, 42, 71, 0.8);
	border-radius: 108px;
	color: #ffffff;
	height: 44px;
}
.organization-header .contact-info.org-contact-web .subscribe span {
	color: #ffffff;
}
.org-address-phone span,
.org-contact-web span {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	font-feature-settings: "case" on;
	color: #000000;
	margin-left: 1.4rem;
}
.subs-amount {
	font-family: "FiraGO";
	font-style: normal;
	font-size: 1.4rem;
	color: #ffffff;
}

.organization-img {
	width: 13.2rem;
	padding-top: 13.2rem;
	position: relative;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-right: 4.6rem;
	flex-shrink: 0;
}
.organization-header .organization-img {
	margin-right: 0;
}
.organization-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contact-info .heading {
	margin-bottom: 1.5em;
}

.contact-info .link {
	display: -webkit-box;
	display: flex;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.23;
	color: #0ab1b1;
	text-decoration: none;
	margin-bottom: 2rem;
}

.contact-info .link .icon {
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.contact-info .link .icon img {
	height: 100%;
}

.contact-info .link:hover {
	text-decoration: underline;
}

.switch--organization {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	-webkit-box-flex: 1;
	flex: 1;
	max-width: 106rem;
	background: transparent;
}

.switch--organization .switch__item {
	font-feature-settings: "case" on;
	color: #231d57;
	font-size: 1.6rem;
	opacity: 0.4;
}
.switch--organization .switch__item.active {
	background-color: transparent;
	color: #231d57;
	opacity: 1;
}
.organization-main {
	border-top: 1px solid #d9d9d9;
}
.organization-main .heading--fancy:after {
	display: none;
}
.organization-main .heading--fancy {
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.01em;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
	padding: 0;
	margin-bottom: 8px;
	font-style: normal;
}
.organization-main .organization-tab--opportunities .heading--fancy {
	color: #231d57;
	opacity: 1;
}
.organization-main .organization-detail-single {
	flex-direction: column;
}
.section-oragization {
	margin-top: 5rem;
}
.organization-main
	.organization-details
	.organization-detail-single:nth-child(2n) {
	width: 25%;
}
.organization-main .organization-detail-single .detail-title {
	width: unset;
	margin-right: 0;
	letter-spacing: 0.01em;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
	/* margin-bottom: 4px; */
	color: #000000;
}
.organization-main .organization-description-content {
	letter-spacing: 0.01em;
	font-size: 1.4rem;
	color: #000000;
}
.organization-main .organization-detail-single .detail-value {
	color: #000;
	line-height: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}
.organization-main .organization-details {
	position: relative;
}
.organization-main .organization-details:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 70%;
	width: 1px;
	background-color: #d9d9d9;
}
.organization-tab {
	display: none;
}

.organization-tab.active {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.organization-description {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #343841;
	margin-bottom: 6rem;
}

.organization-main .organization-description {
	margin-bottom: 0;
}
.organization-main .org-info-wrapper {
	/* width: 75%;
	padding: 0; */
}

.organization-details-container {
	/* background-color: #fff; */
	padding-top: 5.4rem;
	padding-bottom: 1.1rem;
}
.organization-main .organization-details-container {
	padding-top: 4.4rem;
}
.organization-details {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.organization-detail-single {
	display: -webkit-box;
	display: flex;
	width: 45%;
	margin-bottom: 4rem;
	line-height: 1.5;
	flex-shrink: 0;
}

.organization-detail-single:nth-child(2n + 1) {
	margin-right: 5%;
}

.organization-detail-single .detail-title {
	width: 25.6rem;
	margin-right: 4.6rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #5e6673;
}

.organization-detail-single .detail-value {
	-webkit-box-flex: 1;
	flex: 1;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4rem;
	color: #343841;
}

.organization-areas {
	padding-top: 7rem;
	padding-bottom: 7.8rem;
}

.organization-areas .organization-detail-single {
	width: 100%;
	margin-bottom: 5rem;
}

.organization-areas .organization-detail-single .detail-title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #212226;
}

.organization-areas .organization-detail-single .detail-value {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #343841;
	word-break: normal;
}

.organization-tab--opportunities .link-fancy {
	margin: 0 auto;
}

.organization-tab--opportunities .not-found {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 150%;
	color: rgba(51, 65, 148, 0.6);
	margin-left: 4.5rem;
}

.organization-rating {
	width: 100%;
	padding-bottom: 5rem;
}

.organization-rating .score {
	margin-right: 24rem;
}

.organization-comments {
	border-top: 1px solid #d2d5e6;
	padding-top: 4rem;
	background-color: #fdfdfd;
	padding-bottom: 3rem;
}

.organization-comments .comment:nth-child(2n) {
	background: #e5e4ea;
}

.organization-comments .comment__author {
	color: #212226;
}

.organization-comments .comment__author a {
	color: #4457c5;
	opacity: 1 !important;
}

.organization-comments .comment__content {
	color: #343841;
}

.organization-main .comment__author .event-link {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #334194;
	margin-left: 1.5rem;
	opacity: 0.7;
}

.organization-share {
	width: 42px;
	height: 42px;
	/* background-color: #ee3048; */
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
	border-radius: 50%;
	cursor: pointer;
	position: static;
	margin: auto;
	/* margin-top: 2rem; */
	border: 1.6px solid #ee526a;
	margin-left: 12px;
}
.organization-header .contact-info.org-contact-web .organization-share {
	margin-left: 12px;
}
.organization-buttons {
	display: flex;
	align-items: center;
	justify-content: end;
}
.organization-share img {
	width: 1.1rem;
}

.organization-share:hover {
	/* background-color: #d9122b; */
}

.organization-main .more-content-button {
	display: none;
}

@media only screen and (max-width: 991px) {
	.organization-main .organization-details:before {
		display: none;
	}
	.organization-cover-img {
		margin-top: 0;
		padding-top: 30%;
	}

	.section-oragization {
		position: relative;
	}
	.section-join-us .wrapper {
		padding: 0 20px;
	}
	.section-join-us {
		padding-top: 0;
		margin-top: 0;
	}

	.section-oragization .wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.section-oragization .organization-header {
		padding: 20px 18px;
		flex-wrap: wrap;
		border-radius: 0;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.section-oragization
		.organization-header
		.middle
		.organization-buttons
		.button--red {
		width: 22rem;
	}

	.section-oragization .organization-img {
		width: 70px;
		padding-top: 70px;
		border-radius: 10px;
		margin: 0;
	}

	.section-oragization .organization-title {
		/* position: absolute;
		top: 20px;
		right: 18px;
		width: calc(100% - 124px);
		margin: 0; */
		font-size: 14px;
	}
	.organization-header .left {
		margin-top: -10rem;
		order: -1;
		/* margin-bottom: 4rem; */
	}
	.section-oragization .organization-header .middle {
		min-height: unset;
		margin-bottom: 18px;
		width: 100%;
		-webkit-box-flex: unset;
		flex: unset;
	}

	.section-oragization .organization-header .contact-info {
		width: 100%;
	}

	.section-oragization .organization-header .contact-info .link {
		width: 100%;
	}
	.switch--organization {
		flex-direction: column;
		margin-bottom: 4.8rem;
		padding-top: 4rem;
	}
	.section-oragization .organization-header .contact-info .link,
	.org-address-phone a {
		text-align: center;
		justify-content: center;
	}
	.organization-main .heading--fancy {
		justify-content: center;
	}
	.switch--organization .switch__item {
		font-size: 10px;
		text-align: center;
		margin: 0;
		padding: 1rem;
		line-height: 1.2;
	}
	.switch--organization .switch__item.active {
		background-color: transparent !important;
		color: #231d57 !important;
		/* opacity: 1; */
	}

	.organization-main .org-info-wrapper {
		width: unset;
		-webkit-box-flex: 1;
		flex: 1;
		padding-left: 18px;
		padding-right: 18px;
		text-align: center;
		/* padding: 0; */
	}
	.organization-main .organization-details-container .org-info-wrapper {
		padding: 0;
	}

	.organization-main .organization-description-content {
		overflow: hidden;
		opacity: inherit;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		vertical-align: middle;
	}

	.organization-main .organization-description-content.full-content {
		display: block;
	}

	.organization-main .more-content-button {
		display: -webkit-box;
		display: flex;
	}

	.organization-details .detail-value {
		color: #4457c5;
	}

	.organization-detail-single,
	.organization-main
		.organization-details
		.organization-detail-single:nth-child(2n),
	.organization-detail-single:nth-child(2n + 1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		padding: 16px 0;
		border-bottom: 1px solid #d9d9d9;
	}

	.organization-detail-single .detail-title {
		width: 40%;
		font-style: 12px;
		margin-bottom: 8px;
	}

	.organization-detail-single .detail-value {
		word-break: break-all;
		font-style: 12px;
	}

	.organization-areas .organization-detail-single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.organization-areas .organization-detail-single .detail-title,
	.organization-areas .organization-detail-single .detail-value {
		width: 100%;
		font-size: 14px;
	}

	.organization-areas .organization-detail-single .detaul-title {
		margin-bottom: 15px;
	}

	.event-rating .score {
		margin-bottom: 66px;
	}

	.event-rating .score .before {
		left: 0;
		text-align: left;
		-webkit-transform: none;
		transform: none;
	}

	.organization-tab--opportunities .not-found {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 911px) {
	.organization-comments .comment .comment__author {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.organization-comments .comment .comment__author .event-link {
		margin-left: 0;
	}

	.organization-comments .comment .comment__img-container {
		display: -webkit-box;
		display: flex;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		flex: 1;
	}

	.organization-comments
		.comment
		.comment__img-container
		.comment
		.comment__img--circle {
		margin-right: 0;
	}

	.organization-comments .comment .comment__img-container .comment__content {
		margin-top: 0;
		margin-bottom: 0;
	}

	.organization-comments .comment .comment__author {
		display: none;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 0;
	}

	.organization-comments .comment .comment__author-mobile {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		position: static;
		margin-bottom: 0;
	}

	.organization-comments .comment .comment__content {
		padding-left: 45px;
	}

	.organization-comments .comment .comment__text {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.organization-cover-img {
		margin-top: 0;
		padding-top: 35%;
	}
}

body {
	background-color: #f4f4f4;
}

body ::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

body .categorize.transition-top.disabled {
	-webkit-transform: translate3d(0, -150%, 0) !important;
	transform: translate3d(0, -150%, 0) !important;
}

body .fill-application-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 254px;
	height: auto;
	padding: 15px;
	margin-right: 2rem;
	border-radius: 8px;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #ee3048;
	color: #fff;
}
.main-content-container.event-inner-page .fill-application-btn {
	background-color: #323f99;
}

body .fill-application-btn.disabled {
	background-color: rgba(33, 34, 38, 0.25);
	pointer-events: none;
}

body .fill-application-btn.going .icon-default {
	display: none;
}

body .fill-application-btn.going .icon-attending {
	display: block;
}

body .fill-application-btn .icon-attending {
	display: none;
	width: 17px;
	height: 17px;
	position: relative;
}

body .fill-application-btn .icon-attending svg {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body .fill-application-btn .icon-attending svg path {
	fill: #fff;
}

body .fill-application-btn svg {
	width: 14px;
	height: 18px;
}

body .add-to-favorites-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: auto;
	padding: 0;
	border: 1px solid #fff;
	font-family: "FiraGOUPP";
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
}

body .add-to-favorites-btn.added svg path {
	fill: #ee3048;
}

body .add-to-favorites-btn div {
	margin-left: 9px;
}

body .subscribe-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 130px;
	height: auto;
	padding: 10px;
	margin-bottom: 1px;
	font-family: "FiraGOUPP";
	font-size: 1.5rem;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .subscribe-btn.subscribed {
	background: #ee3048;
	border: 1px solid transparent;
}

body .btn:active {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(1px, 1px);
	transform: translate(1px, 1px);
	-webkit-transition: translate 0s;
	transition: translate 0s;
}

body .main-content-container {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-family: "FiraGO";
	font-style: normal;
	overflow: hidden;
}

body .main-content-container .basic-info-container {
	width: 83%;
	margin-bottom: 6.4rem;
}

body .main-content-container .basic-info-container .info-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 5.2rem;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 75%;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-date-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 4%;
	padding: 15px 18px;
	border-radius: 10px;
	background: rgba(238, 48, 72, 0.08);
	color: #ee1833;
	font-weight: 700;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-date-container
	.event-date {
	font-size: 4.2rem;
	padding: 0 5px 9px;
	margin-bottom: 11px;
	letter-spacing: 2px;
	border-bottom: 3px solid rgba(238, 48, 72, 0.2);
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-date-container
	.event-month {
	font-size: 1.95rem;
	text-align: center;
	text-transform: uppercase;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-weight: 700;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-title {
	margin-bottom: 20px;
	font-size: 3.2rem;
	color: #2c3880;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-time-location {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.8rem;
	color: rgba(33, 34, 38, 0.75);
}

@media (max-width: 1360px) {
	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.time-address-separator {
		display: none;
	}
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-time-location
	.event-time-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-time-location
	.event-time-container
	.date-separator {
	padding: 0 3px;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-time-location
	.time-address-separator {
	padding: 0 5px;
	font-weight: 500;
	color: #b9b9bc;
	font-size: 2.3rem;
}

body .main-content-container .basic-info-container .info-header .actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

body
	.main-content-container
	.basic-info-container
	.info-header
	.actions
	.add-to-favorites-btn
	div {
	display: none;
}

body .main-content-container .basic-info-container .cover-image-container {
	position: relative;
	overflow: hidden;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.cover-image {
	width: 100%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: bottom, center;
	background-size: 100% 250px, cover;
	border-radius: 16px;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.organizer-info-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	position: absolute;
	bottom: 10%;
	left: 9%;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-image {
	width: 65px;
	height: 65px;
	margin-right: 1.5rem;
	border: 5px solid #525252;
	border-radius: 50px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-name-container {
	padding-right: 10px;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-name-container
	.organizer-name {
	max-width: 570px;
	padding-bottom: 0.8rem;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

body
	.main-content-container
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-name-container
	.subscribers {
	font-size: 1.63rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

body .main-content-container .tab-switcher {
	display: -webkit-box;
	display: flex;
	width: 100%;
	padding: 18px 8.5%;
	background-color: #fff;
	border-top: 1px solid rgba(51, 65, 148, 0.2);
	border-bottom: 1px solid rgba(51, 65, 148, 0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 24;
}

body .main-content-container .tab-switcher.fixed {
	position: fixed;
}

body .main-content-container .tab-switcher .tab-btns-wrapper,
body .main-content-container .tab-switcher .actions {
	width: 50%;
}

body .main-content-container .tab-switcher .tab-btns-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

body .main-content-container .tab-switcher .tab-btns-wrapper .tab-btns {
	width: 100%;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

body
	.main-content-container
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns
	.tab-btn {
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	cursor: pointer;
}

body
	.main-content-container
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns
	.tab-btn.active::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	background-color: #ee3048;
}

body .main-content-container .tab-switcher .actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

body .main-content-container .tab-switcher .actions .fill-application-btn {
	margin-right: 2.5rem;
}

body .main-content-container .tabs-container {
	width: 83%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

body .main-content-container .tabs-container .tab {
	display: none;
	width: 100%;
	margin-top: 7rem;
}

body .main-content-container .tabs-container .tab.active {
	display: -webkit-box;
	display: flex;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description,
body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info {
	width: 50%;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description {
	padding-right: 2.5%;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper {
	margin-bottom: 40px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	h2 {
	margin-bottom: 3rem;
	font-family: "FiraGOUPP";
	font-size: 2.4rem;
	font-weight: 500;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	h3 {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	p {
	margin-bottom: 1.5rem;
	line-height: 2.4rem;
	font-size: 1.6rem;
	font-weight: 400;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	a {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-decoration: underline;
	color: #635ee4;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	i {
	font-style: italic;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	ol {
	font-size: 1.6rem;
	list-style: decimal;
	list-style-position: inside;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	ul {
	margin-left: 25px;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	ul
	li {
	margin-bottom: 2rem;
	letter-spacing: 1px;
	position: relative;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	ul
	li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 20px;
	background-color: #525252;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	table {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	table
	tbody
	tr
	td {
	border: 2px solid #000;
	padding: 5px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	blockquote {
	position: relative;
	margin-left: 20px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	blockquote::before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 8px;
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 10px;
	background-color: rgba(51, 65, 148, 0.2);
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	blockquote
	p {
	font-weight: 500;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	figure.media {
	margin: 15px 0;
	border-radius: 10px;
	overflow: hidden;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	p,
body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	.image {
	margin-bottom: 10px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	p
	img,
body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	.image
	img {
	width: 100%;
	border-radius: 10px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.opportunity-categories {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-description
	.opportunity-categories
	.single-category {
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 20px;
	font-family: "FiraGO";
	font-weight: 500;
	font-size: 1.4rem;
	color: #2c3880;
	background-color: rgba(51, 65, 148, 0.1);
	white-space: nowrap;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 0 0 0 2.5%;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disability-title {
	margin-bottom: 16px;
	font-family: "FiraGOUPP";
	font-weight: 700;
	font-size: 2rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities
	.single-disability {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 50%;
	padding-right: 2%;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #343841;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities
	.single-disability
	.disability-icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities
	.single-disability
	.disability-icon
	img {
	width: 100%;
	height: 100%;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact {
	width: 100%;
	padding: 2.5rem 4rem;
	margin-bottom: 4rem;
	background: rgba(51, 65, 148, 0.05);
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-radius: 12px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-items {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-items
	.contact-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 2.8rem;
	font-weight: 500;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-items
	.contact-item
	.contact-icon {
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 5px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.map-wrapper {
	width: 100%;
	height: 250px;
	border-radius: 12px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	padding: 3rem 3rem 7rem 3rem;
	background: #f8f8fb;
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-radius: 12px;
	font-size: 1.6rem;
	font-weight: 500;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
	font-family: "FiraGOUPP";
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header
	.active-status {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #27ae60;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header
	.active-status.finished {
	background-color: #ee3048;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
	font-size: 1.5rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-input,
body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-copy-btn,
body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn {
	height: 48px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container {
	display: -webkit-box;
	display: flex;
	width: 70%;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-input {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 70%;
	padding: 1rem 4rem 1rem 1rem;
	border: 1px solid rgba(51, 65, 148, 0.2);
	border-radius: 8px;
	background-color: #f0f1f5;
	color: #5e6673;
	font-weight: 700;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-copy-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 30%;
	margin-left: -20px;
	border: 1px solid #ee3048;
	color: #ee3048;
	background-color: #f8f8fb;
	border-radius: 8px;
	font-weight: 500;
	font-size: inherit;
	z-index: 20;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 30%;
	border-radius: 8px;
	font-size: inherit;
	background-color: #ee3048;
	color: #fff;
	text-align: center;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn
	div {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn
	svg {
	width: 25px;
	height: 25px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn
	svg
	path {
	fill: #fff;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.interested {
	margin-top: 4rem;
	font-family: "FiraGOUPP";
	font-size: 2rem;
	font-weight: 700;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.share-btn {
	display: none;
	align-self: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	height: 40px;
	width: 40px;
	padding: 0;
	margin-top: 30px;
	visibility: initial;
	opacity: 1;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.share-btn
	svg {
	height: 40px;
	width: 40px;
}

body .main-content-container .tabs-container .tab.tab-faq {
	-webkit-box-pack: center;
	justify-content: center;
}

body .main-content-container .tabs-container .tab.tab-faq .questions-container {
	width: 61%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq {
	width: 100%;
	margin-bottom: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active
	.question-wrapper {
	background-color: rgba(0, 0, 0, 0.05);
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active
	.question-wrapper
	.dropdown-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active
	.answer-wrapper {
	max-height: 500px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.question-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 2.4rem 3.4rem 2.4rem 7rem;
	border: 1px solid #858282;
	border-radius: 10px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.question-wrapper
	.question {
	font-size: 2rem;
	font-family: "FiraGOUPP";
	font-weight: 700;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.answer-wrapper {
	max-height: 0;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
	overflow: hidden;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.answer-wrapper
	.answer {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

body .main-content-container .tabs-container .tab.tab-media .images {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.images
	.single-image {
	width: 32%;
	height: 30rem;
	margin: 0.5%;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

body .main-content-container .tabs-container .tab.tab-media .slider {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .main-content-container .tabs-container .tab.tab-media .slider.active {
	display: -webkit-box;
	display: flex;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image {
	width: 94%;
	height: 85%;
	max-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls {
	width: 100%;
	height: 100%;
	position: relative;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls
	.slider-control {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 2rem;
	border: 1px solid #ee3048;
	border-radius: 8px;
	color: #ee3048;
	background-color: #fff;
	cursor: pointer;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls
	.slider-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls
	.slider-navigation
	.left {
	margin-left: 5rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls
	.slider-navigation
	.right {
	margin-right: 5rem;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-media
	.slider
	.active-image
	.slider-controls
	.slider-close {
	position: absolute;
	top: 5rem;
	right: 5rem;
}

body .main-content-container .tabs-container .tab.tab-files {
	width: 74%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

body .main-content-container .tabs-container .tab.tab-files .tab-title {
	margin-bottom: 1rem;
	font-family: "FiraGOUPP";
	font-size: 2rem;
	font-weight: 700;
}

body .main-content-container .tabs-container .tab.tab-files .tab-description {
	margin-bottom: 4.4rem;
	font-size: 1.8rem;
	font-weight: 600;
}

body .main-content-container .tabs-container .tab.tab-files .available-files {
	font-size: 1.8rem;
	font-weight: 700;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-files
	.available-files
	.no-files {
	font-weight: 400;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-files
	.available-files
	.single-download {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 1rem 1rem 1rem 3rem;
	margin-bottom: 5px;
	border-radius: 16px;
	background-color: #e6e6e6;
}

body
	.main-content-container
	.tabs-container
	.tab.tab-files
	.available-files
	.single-download
	.download-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
	background-color: #ee3048;
	border-radius: 8px;
}

@media (max-width: 1450px) {
	body .main-content-container .fill-application-btn {
		width: 180px;
		padding: 8px 10px;
	}

	body .main-content-container .basic-info-container .info-header {
		margin-bottom: 3rem;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-date-container {
		padding: 8px 6px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-date-container
		.event-date {
		font-size: 3.5rem;
		padding: 0 5px 4px;
		margin-bottom: 6px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-date-container
		.event-month {
		font-size: 1.7rem;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-title {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location {
		font-size: 1.6rem;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.cover-image {
		height: 400px;
	}

	body .main-content-container .tab-switcher {
		padding: 6px 8.5%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-description
		.opportunity-categories
		.single-category {
		padding: 8px 10px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disabilities
		.single-disability
		.disability-icon {
		width: 24px;
		height: 24px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container {
		margin-top: 2rem;
		font-size: 1.2rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-input,
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-copy-btn,
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.event-url-btn {
		height: 30px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-copy-btn {
		width: 25%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.event-url-btn {
		-webkit-box-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	body .main-content-container .basic-info-container {
		width: 90%;
		margin-top: 20px;
	}

	body .main-content-container .basic-info-container .info-header {
		margin-bottom: 3rem;
		position: relative;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container {
		width: 100%;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-date-container {
		padding: 10px 13px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-title {
		font-size: 3rem;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-time-container {
		width: 100%;
		margin-bottom: 5px;
		-webkit-box-pack: initial;
		justify-content: initial;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-location {
		width: 100%;
	}

	body .main-content-container .basic-info-container .info-header .actions {
		width: auto;
		position: absolute;
		bottom: -87px;
		right: 10px;
		z-index: 10;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.actions
		.fill-application-btn {
		display: none;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.actions
		.add-to-favorites-btn {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 10px;
		border-radius: 8px;
		color: #5e6673;
		background-color: #fff;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.actions
		.add-to-favorites-btn
		div {
		display: initial;
		margin-left: 0;
		margin-right: 9px;
		font-family: "FiraGO";
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.cover-image {
		height: 380px;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container {
		width: 95%;
		left: 2%;
		-webkit-box-align: center;
		align-items: center;
	}

	body .main-content-container .tab-switcher {
		padding: 16px 5%;
		top: auto;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	body .main-content-container .tab-switcher .tab-btns-wrapper {
		width: 70%;
	}

	body .main-content-container .tab-switcher .tab-btns-wrapper .tab-btns {
		font-size: 1.3rem;
	}

	body
		.main-content-container
		.tab-switcher
		.tab-btns-wrapper
		.tab-btns
		.tab-btn.active::before {
		left: -12px;
	}

	body .main-content-container .tab-switcher .actions {
		width: 20%;
	}

	body .main-content-container .tab-switcher .actions .fill-application-btn {
		margin: 0;
		padding: 8px 10px;
	}

	body .main-content-container .tab-switcher .actions .add-to-favorites-btn {
		display: none;
	}

	body .main-content-container .tabs-container {
		width: 90%;
	}

	body .main-content-container .tabs-container .tab {
		margin-top: 4rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list {
		margin-bottom: 2rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disability-title {
		margin-bottom: 10px;
		font-size: 1.7rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disabilities
		.single-disability {
		width: 100%;
		margin-bottom: 1rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disabilities
		.single-disability
		.disability-icon {
		width: 25px;
		height: 25px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.event-contact {
		padding: 2rem 1.5rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.event-contact
		.contact-items
		.contact-item {
		width: 100%;
		margin-bottom: 1rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.map-wrapper {
		height: 210px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event {
		padding: 20px 20px 26px 20px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.online-event-header {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.online-event-header
		.active-status {
		width: 10px;
		height: 10px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		align-self: center;
		width: 86%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container {
		width: 100%;
		margin-bottom: 20px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-input {
		width: 100%;
		padding: 1rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-copy-btn {
		display: none;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.event-url-btn {
		width: 100%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.event-url-btn
		svg {
		display: block;
		width: 30px;
		height: 30px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq
		.question-wrapper {
		width: 100%;
		padding: 2.4rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq
		.answer-wrapper {
		width: 90%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.images
		.single-image {
		height: 21rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image {
		width: 92%;
		max-height: 700px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-navigation
		.slider-control.left {
		margin-left: 2rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-navigation
		.slider-control.right {
		margin-right: 2rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-navigation
		.slider-control.slider-close {
		top: 2rem;
		right: 2rem;
	}

	body .main-content-container .tabs-container .tab.tab-files {
		width: 85%;
	}

	body .main-content-container .tabs-container .tab.tab-files .tab-title {
		margin-top: 3rem;
	}

	body .main-content-container .tabs-container .tab.tab-files .tab-description {
		margin-bottom: 3rem;
	}

	body .opportunity-inner-wrapper.first {
		margin-top: auto;
	}
}

@media (max-width: 660px) {
	body .main-content-container .basic-info-container {
		margin-bottom: 30px;
	}

	body .main-content-container .basic-info-container .info-header {
		margin-bottom: 30px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container {
		-webkit-box-align: start;
		align-items: flex-start;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-title {
		font-family: "FiraGOUPP";
		font-size: 2rem;
		color: #000;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-time-container {
		margin-bottom: 10px;
		font-size: 1.65rem;
	}
}

@media (max-width: 660px) and (max-width: 400px) {
	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-time-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-time-container
		.date-separator {
		display: none;
	}
}

@media (max-width: 660px) {
	body
		.main-content-container
		.basic-info-container
		.info-header
		.date-misc-container
		.event-misc-info-container
		.event-time-location
		.event-location {
		line-height: 20px;
	}
}

@media (max-width: 660px) {
	body .main-content-container .basic-info-container .info-header .actions {
		bottom: -69px;
		right: 5px;
	}

	body
		.main-content-container
		.basic-info-container
		.info-header
		.actions
		.add-to-favorites-btn {
		padding: 1px 10px;
	}
}

@media (max-width: 660px) {
	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.cover-image {
		height: 196px;
		margin-bottom: 30px;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container {
		position: relative;
		flex-wrap: wrap;
		left: 0;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-image {
		margin-right: 15px;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-name-container {
		padding: 0;
		max-width: 67%;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-name-container
		.organizer-name {
		font-size: 1.7rem;
		color: #000;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-name-container
		.subscribers {
		color: #5e6673;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.subscribe-btn {
		margin-top: 20px;
		margin-left: auto;
		border: 1px solid #0b0a0a;
		color: #0b0a0a;
	}

	body
		.main-content-container
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.subscribe-btn.subscribed {
		color: #fff;
		border-color: #ee3048;
	}
}

@media (max-width: 660px) {
	body .main-content-container .tab-switcher {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 30px 0 0 0;
		border: none;
		background-color: inherit;
	}

	body .main-content-container .tab-switcher .tab-btns-wrapper {
		width: 100%;
		height: 76px;
		padding-left: 20px;
		border-top: 1px solid rgba(51, 65, 148, 0.2);
		border-bottom: 1px solid rgba(51, 65, 148, 0.2);
		background-color: #fff;
		overflow-x: overlay;
	}

	body .main-content-container .tab-switcher .tab-btns-wrapper .tab-btns {
		padding-bottom: 30px;
		min-width: 500px;
		padding-top: 30px;
		border: none;
	}

	body
		.main-content-container
		.tab-switcher
		.tab-btns-wrapper
		.tab-btns
		.tab-btn {
		font-size: 16px;
	}

	body .main-content-container .tab-switcher .actions {
		-webkit-box-pack: center;
		justify-content: center;
		align-self: center;
		width: 70%;
		margin-top: 38px;
	}

	body .main-content-container .tab-switcher .actions .fill-application-btn {
		padding: 15px 10px;
	}
}

@media (max-width: 660px) {
	body .main-content-container .tabs-container .tab.tab-event-description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-description,
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info {
		width: 100%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-description {
		margin-bottom: 35px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-description
		.description-wrapper {
		margin-bottom: 20px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info {
		padding: 0;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list {
		-webkit-box-ordinal-group: 2;
		order: 1;
		padding: 20px 10px 10px 9%;
		width: 117%;
		align-self: center;
		background-color: rgba(51, 65, 148, 0.05);
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disability-title {
		font-family: "FiraGO";
		font-size: 1.6rem;
		font-weight: 500;
		color: #343841;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list
		.disabilities
		.single-disability
		.disability-icon {
		width: 22px;
		height: 22px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.event-contact {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.interested {
		-webkit-box-ordinal-group: 3;
		order: 2;
		font-size: 1.5rem;
		margin-top: 10px;
		margin-bottom: 22px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.share-btn {
		display: -webkit-box;
		display: flex;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container {
		width: 100%;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq {
		margin-bottom: 10px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq
		.question-wrapper
		.question {
		font-size: 1.7rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-faq
		.questions-container
		.single-faq
		.answer-wrapper
		.answer {
		margin-top: 18px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.images
		.single-image {
		width: 100%;
		margin-bottom: 20px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image {
		max-height: 250px;
		border-radius: 8px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-control {
		width: 36px;
		height: 36px;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-control.left {
		margin-left: 10px !important;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-control.right {
		margin-right: 10px !important;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-media
		.slider
		.active-image
		.slider-controls
		.slider-control.slider-close {
		top: 20px !important;
		right: 10px !important;
	}

	body .main-content-container .tabs-container .tab.tab-files {
		width: 100%;
	}

	body .main-content-container .tabs-container .tab.tab-files .tab-title {
		margin-top: 0;
	}

	body .main-content-container .tabs-container .tab.tab-files .tab-description {
		font-size: 1.6rem;
	}

	body
		.main-content-container
		.tabs-container
		.tab.tab-files
		.available-files
		.single-download {
		padding: 1rem 1rem 1rem 1rem;
	}
}

.opportunity-inner-wrapper {
	background-color: #fafafa;
	display: -webkit-box;
	display: flex;
}

.opportunity-inner-wrapper.first {
	padding-top: 10rem;
	margin-top: -10rem;
}

.opportunity-inner-wrapper .opportunity-header {
	background-color: #211f54;
	border-radius: 1.2rem;
	padding: 3.8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.opportunity-inner-wrapper .opportunity-header__left {
	width: 47%;
	position: relative;
}

.opportunity-inner-wrapper .opportunity-header__left .button--red {
	position: absolute;
	top: 2rem;
	right: 2rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-right: 0;
}

.opportunity-inner-wrapper .opportunity-header__right {
	width: 40%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.opportunity-inner-wrapper .opportunity-header__right .box-1 {
	display: -webkit-box;
	display: flex;
	margin-bottom: 3.8rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-1 .organization-img {
	margin-right: 4rem;
	width: 12.3rem;
	padding-top: 12.3rem;
	position: relative;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-1
	.opportunity-title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 2rem;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-1
	.organization-title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ee3048;
}

.opportunity-inner-wrapper .opportunity-header__right .box-2 {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-bottom: 4rem;
	border-bottom: 1px solid #4d4c76;
	margin-bottom: 3rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-2 .sub-buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-2
	.sub-buttons
	.button--red {
	margin-left: 3.3rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-2 .date {
	padding: 0.9rem 1.7rem 0.9rem 1.7rem;
	background-color: #4d4c76;
	border: 1px solid #fff;
	border-radius: 0.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.0025em;
	color: #ffffff;
	margin-right: 1.5rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-2 .subscribe {
	width: 4.2rem;
	height: 4.2rem;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.8rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-2 .subscribe img {
	margin: 0;
}

.opportunity-inner-wrapper .opportunity-header__right .box-3 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	border-bottom: 1px solid #4d4c76;
	margin-bottom: 4rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-3 .tag {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-3
	.tag:not(:last-child) {
	margin-right: 1rem;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-3
	.tag:not(:last-child):after {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 1rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-3 .tag:hover {
	opacity: 0.8;
}

.opportunity-inner-wrapper .opportunity-header__right .box-4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 600;
	font-size: 1.4rem;
	color: #ffffff;
	margin-bottom: 1rem;
}

.opportunity-inner-wrapper
	.opportunity-header__right
	.box-4
	.virtual-space
	span {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: #27ae60;
	border-radius: 50%;
	margin-right: 1rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-5 {
	margin-top: auto;
}

.opportunity-inner-wrapper .opportunity-header__right .box-5 .button--red {
	max-width: 24rem;
	width: 100%;
	margin-right: 2rem;
}

.opportunity-inner-wrapper .opportunity-header__right .box-5 .share {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	position: relative;
}

.opportunity-inner-wrapper .opportunity-header__right .box-5 .share:before {
	content: "\10D2\10D0\10D8\10D6\10D0\10E0\10D4\10D1\10D0";
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ee3048;
	margin-right: 2rem;
	position: absolute;
	top: 50%;
	left: -2rem;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.opportunity-inner-wrapper .event-image {
	width: 100%;
	padding-top: 62%;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.opportunity-inner-wrapper .event-image:before {
	content: "\10D3\10D0\10E1\10E0\10E3\10DA\10D4\10D1\10E3\10DA\10D8";
	width: 20rem;
	padding: 1.5rem 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.001em;
	color: #ffffff;
	background-color: #bcbccc;
	border-radius: 1rem;
	text-align: center;
	display: none;
}

.opportunity-inner-wrapper .event-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.opportunity-inner-wrapper .event-image.finished img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.opportunity-inner-wrapper .event-image.finished:before {
	display: block;
}

.event-inner-main {
	display: -webkit-box;
	display: flex;
	display: none;
	margin-bottom: 13rem;
}

.event-inner-main .right {
	-webkit-box-flex: 1;
	flex: 1;
}

.event-inner-main .right .disabilities {
	width: 100%;
	display: -webkit-box;
	display: flex;
	white-space: nowrap;
	padding-bottom: 1.9rem;
	padding-top: 1.3rem;
	flex-wrap: wrap;
}

.event-inner-main .right .disabilities li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 3rem;
	margin-bottom: 1.5rem;
	width: 40%;
}

.event-inner-main .right .disabilities li img {
	width: 3rem;
	margin-right: 0.5rem;
}

.event-inner-main .right .disabilities span {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	color: #343841;
}

.event-inner-main .right .contact-info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 3rem 1rem 4rem;
	margin-bottom: 4rem;
}

.event-inner-main .right .contact-info .heading {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 600;
	font-size: 1.6rem;
	color: #343841;
	width: 100%;
}

.event-inner-main .right .contact-info .link {
	width: 40%;
	word-break: break-all;
	color: #343841;
}

.event-inner-main .right .contact-info .link .icon {
	width: 3rem;
	height: auto;
}

.event-inner-main .right .contact-info .link .icon img {
	width: 100%;
}

.event-inner-main .right .map-wrapper {
	width: 100%;
	border-radius: 1.2rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 4rem;
}

.event-inner-main .right .map-wrapper .map-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-inner-main .right .map-wrapper .marker {
	width: 4rem;
	height: 5.5rem;
	background-image: url(/images/marker-blue.svg?bbe4e4152170587cb409ea385810b9b6);
	background-size: 100%;
	background-repeat: no-repeat;
}

.event-inner-main .right .virtual-space-box {
	padding: 3rem;
	background-color: #f8f8fb;
	position: relative;
}

.event-inner-main .right .virtual-space-box .virtual-space-link {
	display: block;
	padding: 1.5rem 3rem;
	background-color: #f0f1f5;
	border: 1px solid #cacee2;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	color: #343841;
	border-radius: 0.8rem;
	-webkit-transition: 0.1s ease;
	transition: 0.1s ease;
}

.event-inner-main .right .virtual-space-box .virtual-space-link:hover {
	background-color: #e8eaf0;
}

.event-inner-main .right .virtual-space-box .green-dot {
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	background-color: #27ae60;
	position: absolute;
	top: 3.2rem;
	right: 3.2rem;
}

.opportunity-description-inner {
	width: 81.2rem;
	margin-right: 14rem;
}

.opportunity-description-inner h1,
.ck-content h1 {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	color: #212226;
}

.opportunity-description-inner h2,
.ck-content h2 {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	color: #212226;
}

.opportunity-description-inner h3,
.ck-content h3 {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	color: #212226;
}

.opportunity-description-inner h4,
.ck-content h4 {
	font-family: "FiraGOUPP";
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	color: #212226;
}

.opportunity-description-inner h2,
.ck-content h2 {
	font-size: 2.4rem;
	margin-bottom: 3.1rem;
}

.opportunity-description-inner h3,
.ck-content h3 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.opportunity-description-inner h4,
.ck-content h4 {
	font-size: 1.6rem;
	margin-bottom: 2.1rem;
}

.opportunity-description-inner p,
.ck-content p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.005em;
	color: #525252;
	margin-bottom: 3rem;
}

.opportunity-description-inner strong,
.ck-content strong {
	font-weight: bold;
}

.opportunity-description-inner i,
.ck-content i {
	font-style: italic;
}

.opportunity-description-inner a,
.ck-content a {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: #334194;
}

.opportunity-description-inner ul,
.ck-content ul {
	list-style-type: none;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.005em;
	color: #525252;
	margin-bottom: 1rem;
}

.opportunity-description-inner ul li,
.ck-content ul li {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 3rem;
}

.opportunity-description-inner ul li:before,
.ck-content ul li:before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: #525252;
	margin-right: 2rem;
	flex-shrink: 0;
	border-radius: 50%;
}

.opportunity-description-inner ol,
.ck-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.005em;
	color: #525252;
	margin-bottom: 1rem;
}

.opportunity-description-inner figure,
.ck-content figure {
	margin-bottom: 3rem;
}

.opportunity-description-inner figure img,
.ck-content figure img {
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.opportunity-description-inner figure figcaption,
.ck-content figure figcaption {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 350;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #525252;
	text-align: center;
	margin-top: 2rem;
}

.opportunity-description-inner iframe,
.ck-content iframe {
	width: 100%;
	height: auto;
	margin-bottom: 3rem;
}

.opportunity-description-inner blockquote,
.ck-content blockquote {
	border: none !important;
	position: relative;
	padding-left: 2.8rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.005em;
	color: #525252;
	margin-bottom: 3rem;
}

.opportunity-description-inner blockquote:before,
.ck-content blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0.8rem;
	height: 100%;
	border-radius: 1rem;
	background: rgba(51, 65, 148, 0.2);
}

.switch--event {
	max-width: 70rem;
}

.event-tab--discussion .comment-form-container .firago,
.event-tab--rating .comment-form-container .firago {
	color: #343841;
}

.event-tab--discussion .comment-form-container textarea,
.event-tab--rating .comment-form-container textarea {
	color: #343841;
}

.event-tab--discussion
	.comment-form-container
	textarea::-webkit-input-placeholder,
.event-tab--rating .comment-form-container textarea::-webkit-input-placeholder {
	color: #696c74;
}

.event-tab--discussion .comment-form-container textarea::-moz-placeholder,
.event-tab--rating .comment-form-container textarea::-moz-placeholder {
	color: #696c74;
}

.event-tab--discussion .comment-form-container textarea:-ms-input-placeholder,
.event-tab--rating .comment-form-container textarea:-ms-input-placeholder {
	color: #696c74;
}

.event-tab--discussion .comment-form-container textarea:-moz-placeholder,
.event-tab--rating .comment-form-container textarea:-moz-placeholder {
	color: #696c74;
}

.event-tab--discussion .comment__author,
.event-tab--discussion .comment__content,
.event-tab--discussion .comment__date,
.event-tab--rating .comment__author,
.event-tab--rating .comment__content,
.event-tab--rating .comment__date {
	color: #343841;
}

.buttons {
	display: -webkit-box;
	display: flex;
}

.buttons .button--red {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex: 1;
	display: none;
}

.buttons .button--red.active {
	display: -webkit-box;
	display: flex;
}

.buttons span {
	margin-right: 1rem;
}

.buttons img {
	height: 1.2rem;
}

.buttons .button--white {
	min-width: 25rem;
}

.contact-info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 3.8rem 5% 2.8rem 8%;
	border-radius: 1.2rem;
}

.event-inner-main .event-texts .heading {
	margin-top: 5rem;
	margin-bottom: 2rem;
	line-height: 3.6rem;
}

.event-inner-main .right .buttons img {
	height: 1.7rem;
}

.event-inner-main .paragraph {
	line-height: 2.3rem;
	font-size: 1.4rem;
	margin-bottom: 6rem;
}

.event-inner-main .right .contact-info .link {
	line-height: 17px;
}

.event-tab--discussion .heading-fancy-container {
	padding-bottom: 4rem;
}

.event-inner-main .heading--fancy,
.firago--fancy {
	padding: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.map-wrapper {
	width: 100%;
	border-radius: 1.2rem;
	position: relative;
	overflow: hidden;
}

.map-wrapper .map-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-wrapper .marker {
	width: 4rem;
	height: 5.5rem;
	background-image: url(/images/marker-blue.svg?bbe4e4152170587cb409ea385810b9b6);
	background-size: 100%;
	background-repeat: no-repeat;
}

.share-inner {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #ee3048;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	flex-shrink: 0;
	cursor: pointer;
	position: static;
}

.share-inner img {
	width: 1.7rem;
	height: auto;
	border-radius: 0;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.share-inner:hover {
	background-color: #d9122b;
}

.event-tab {
	display: none;
}

.event-tab.active {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.event-raiting-container {
	padding-left: 10rem;
}

.event-inner-main .event-texts .heading {
	margin-top: 5rem;
	margin-bottom: 2rem;
	line-height: 3.6rem;
}

.event-inner-main .right .buttons img {
	height: 1.7rem;
}

.event-inner-main .contact-info .link .email {
	width: 2rem;
	height: 1.7rem;
}

.event-inner-main .paragraph {
	line-height: 2.3rem;
	font-size: 1.6rem;
	margin-bottom: 6rem;
}

.event-inner-main .right .contact-info .link {
	line-height: 17px;
}

.event-inner-main .heading--fancy,
.firago--fancy {
	padding: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.about-main {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 82%;
	margin: 0 auto;
	padding-top: 10rem;
	padding-bottom: 8rem;
	-webkit-box-align: start;
	align-items: flex-start;
}

.about-main .heading {
	margin-bottom: 4rem;
	line-height: 4.4rem;
	/* 51px */
}

.about-main .heading .heading-lgg h2 {
	font-size: 30px;
}

.about-main .paragraph--md {
	font-size: 14px;
}

.about-main .heading--md,
.about-main .firago--md {
	font-size: 2.4rem;
}

.about-main .heading--lgg,
.about-main .firago--lgg {
	font-size: 3.6rem;
}

.about-main .about-img {
	flex-shrink: 0;
}

.about-main .heading--200 {
	margin-bottom: 1rem;
}

.about-main p {
	margin-bottom: 3rem;
}

.about-main .about-info {
	width: 45%;
	margin-right: 5%;
}

.about-main .about-info .paragraph ul {
	list-style-type: initial;
	margin-left: 2rem;
}

.about-main .about-info .paragraph ul li {
	text-align: left;
}

.about-main .about-info .paragraph img {
	width: 100% !important;
	height: auto !important;
}

.about-main .about-info .paragraph a {
	display: block;
	width: 100%;
}

.about-main .about-img {
	width: 45%;
}

.contact-main {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 82%;
	margin: 0 auto;
	padding-top: 9rem;
	padding-bottom: 14rem;
}

.contact-main .contact-info .link {
	font-size: 1.45rem;
}

.contact-main > * {
	border-radius: 2.5rem;
}

.contact-main .contact-info {
	padding: 5rem 3% 4rem 7%;
	width: 46%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.contact-main .contact-info .link {
	margin-bottom: 3rem;
}

.contact-main .contact-info .link .icon {
	width: 3rem;
	height: 2.5rem;
	text-align: center;
}

.contact-main .contact-info .link .icon img {
	height: 100%;
}

.contact-main .map-container {
	width: 45%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 2.5rem;
	overflow: hidden;
}

.contact-main .map-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blue-container {
	min-height: 85vh;
}

.contact-info .link {
	-webkit-box-align: center;
	align-items: center;
}

.contact-main .contact-info .link .icon {
	width: 1rem !important;
	height: 2rem !important;
	margin-right: 20px;
}

.contact-main .contact-info .link {
	font-size: 1.5rem;
}

/* .heading--xl,
.firago--xl {
	font-size: 26px;
} */

.authentication {
	display: -webkit-box;
	display: flex;
	width: 100%;
	background-color: white;
	padding-top: 64px;
	min-height: unset;
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-radius: 2.5rem;
}
.popup-login .authentication {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.authentication .heading--fancy {
	padding-top: 0;
	color: #231d57;
	margin-bottom: 6rem;
}
.authentication .registration-links .firago {
	color: #231d57;
}
.authentication .no-underline {
	text-decoration: underline;
	color: #000000;
	opacity: 0.8;
}
.authentication .login-socials div.firago {
	color: #000000;
	opacity: 0.4;
	text-align: center;
	overflow: hidden;
}
.authentication .form__label {
	position: static;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	padding: 0;
	margin-bottom: 1.2rem;
}
.authentication .form__group {
	margin-bottom: 1.6rem;
}
.authentication .form__input {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: white;
	color: #000000;
	opacity: 0.7;
}
.authentication .form__group .password-visible {
	top: unset;
	bottom: 1.5rem;
}
.authentication .form__input::placeholder {
	color: #000000;
	opacity: 0.4;
}
.authentication .login-socials div.firago:before,
.authentication .login-socials div.firago:after {
	content: "";
	width: 44%;
	height: 1px;
	background-color: #d9d9d9;
	display: block;
}
.authentication .login-socials {
	max-width: 35rem;
}
.authentication .login-socials .button {
	width: 100%;
	font-weight: 500;
	height: 4.8rem;
}
.authentication .login-socials .button img {
	margin-right: 1.2rem;
}
.authentication .login-socials .button:first-child {
	margin-right: 0;
	margin-bottom: 1.6rem;
	background: #1877f2;
}
.authentication .login-socials .button:last-child {
	border: 1px solid rgba(0, 0, 0, 0.7);
	background: white;
	color: #000000;
	opacity: 0.9;
}
.authentication .registration-links .button {
	width: 28rem;
	margin-bottom: 1.4rem;
	font-feature-settings: "case" on;
	height: 4.8rem;
}
.authentication .registration-links .button:first-of-type {
	background: #fec210;
}
.authentication .registration-links .button:nth-of-type(2) {
	background: #13b2b1;
}
.authentication .registration-links .button:last-of-type {
	background: #323f99;
}
.authentication .form-login .button {
	width: 100%;
	background: #13b2b1 !important;
	font-feature-settings: "case" on;
	height: 4.8rem;
}
.authentication .form-login {
	padding-bottom: 0;
}
.authentication .checkbox-container .checkmark {
	border: 0.12rem solid #a4a4a4;
	border-radius: 0.2rem;
	background-color: transparent;
}
.authentication .checkbox-container .checkmark:after {
	background-color: #a4a4a4;
}
.authentication .checkbox-container .firago {
	color: #000000;
	opacity: 0.6;
	font-weight: 400;
}
.authentication .right {
	width: 50%;
}

.authentication .login-container {
	width: 50%;
	/* position: relative; */
	/* border-right: 1px solid #4d4c76; */
}
.reset-2 .form__tooltip--error {
	background-color: transparent;
	padding-left: none;
	position: static;
	border: none;
	color: #972b2b;
	opacity: 0.7;
}
.reset-2 .form__tooltip--error:before,
.reset-2 .form__tooltip img {
	display: none;
}
.blue-container.authentication {
	position: relative;
}
.blue-container.authentication:after {
	content: "";
	width: 1px;
	height: 45%;
	background-color: #d9d9d9;
	position: absolute;
	left: 50%;
	/* bottom: 2rem; */
	top: 55%;
	transform: translate(-50%, -50%);
}
/* .authentication.reset-password-link:after {
	display: none;
}
.authentication.reset-password-link {
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
} */
.authentication.reset-password-link div.firago {
	color: #000000;
	opacity: 0.9;
}
.authentication .form__input.fucked-up {
	border: 1px solid rgba(214, 44, 44, 0.4) !important;
}
.authentication .warning {
	color: #972b2b;
	opacity: 0.7;
}
.form-login {
	max-width: 35rem;
	width: 100%;
	padding-bottom: 5rem;
	margin: 0 auto;
}

.form-login .link-fancy {
	display: none;
}

.form-login .button {
	width: 15rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 1.5rem;
}

.form-login .button img {
	width: 1.2rem;
	margin-left: 1.2rem;
}

.reset-1 .form-login {
	padding-bottom: 0;
}

.reset-1 .login-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
	padding-top: 7.2rem;
}
.reset-1.authentication .heading--fancy {
	margin-bottom: 0;
	padding-bottom: 3.2rem;
}

.registration-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	max-width: 245px;
	margin: 0 auto;
}

.registration-links .firago {
	margin-bottom: 6rem;
	text-align: center;
}

.registration-links .button {
	width: 20rem;
	margin-bottom: 2rem;
	-webkit-box-pack: center;
	justify-content: center;
}

.login-socials {
	max-width: 38rem;
	width: 80%;
}

.login-socials .button {
	width: 15rem;
	height: 4.2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	-webkit-box-pack: center;
	justify-content: center;
}

.login-socials .button:first-child {
	margin-right: 3rem;
}

.login-socials .button.blue {
	background-color: #415dae;
}

.login-socials .button.blue:hover {
	background-color: #334989;
}

.login-socials .button.red {
	background-color: #dd4b39;
}

.login-socials .button.red:hover {
	background-color: #c23321;
}

.registration-container {
	padding: 0 3% 0 9%;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.form-registration {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.form-registration .heading--fancy {
	width: 100%;
	-webkit-box-flex: 1;
	flex: auto;
}

.checkboxes {
	max-height: 27rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	overflow: auto;
}

.checkboxes .checkbox-container {
	margin-right: 10rem;
}

.checkboxes .option-other {
	width: 100%;
	height: 100%;
	max-height: 125px;
	max-width: 34rem;
}

.blue-container--profile {
	/* padding-top: 3.8rem; */
	height: 116rem;
	/* background: white; */
	margin-bottom: 27rem;
	background: transparent;
	border-radius: 0;
}
@media (max-width: 991px) {
	.blue-container--profile {
		position: static !important;
		padding: 0 !important;
		width: 100% !important;
		margin-bottom: 72px;
	}
	.profile .profile__top .user-full-name {
		margin-left: 0 !important;
	}
	.profile-page-user-area {
		position: relative;
	}
	.profile-page-user-area .profile-nav-mobile.user-area-nav {
		position: absolute;
		z-index: 1;
		background: transparent;
		top: 20px;
	}
	.profile-page-user-area .profile-nav-mobile.user-area-nav .go-back.active {
		width: 42px;
		height: 42px;
		background: #ffffff;
		box-shadow: 0px 4px 14px rgba(173, 173, 173, 0.2);
		border-radius: 21px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.profile-page-user-area .profile-nav-mobile.user-area-nav a {
		display: none;
	}
	.profile-page-user-area
		.profile-nav-mobile.user-area-nav
		.go-back.active
		img {
		filter: brightness(0.5);
	}
}
.my-profile-main-title {
	color: #231d57;
}
.my-profile-main-title:after {
	display: none;
}
.form-edit-user .form__group {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.form-edit-user .form__group.disabled {
	opacity: 0.6;
}

.form-edit-user .form__group.disabled .form__tooltip {
	display: none;
}

.profile {
	padding-left: 0;
	padding-right: 1%;
	display: grid;
	grid-template-columns: 36rem auto;
	/* grid-template-rows: 40rem auto; */
	/* grid-template-rows: 180px auto; */
	/* min-height: 100%; */
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	background: #fefefe;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
}

.profile .profile__top {
	/* grid-column: 1/2; */
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
	padding-top: 32px;
}
.profile-border-top {
	padding-top: 3.2rem;
	/* border-top: 1px solid rgba(0, 0, 0, 0.11);
	border-bottom: 1px solid rgba(0, 0, 0, 0.11); */
	/* 	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px; */
}

.profile .profile__top .line.light {
	background-color: #373565;
	width: 100%;
	background: #d9d9d9;
	opacity: 0.5;
	display: none;
}

.profile .profile__top .user-full-name {
	margin-bottom: 3rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	font-feature-settings: "case" on;
	color: #231d57;
	text-align: center;
}

.profile .profile__right {
	/* grid-column: 2/3; */
	/* grid-row: 1/3; */
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	/* padding-top: 14.2rem; */
	padding-top: 4.8rem;
}
.empty-fields-message p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #972b2b;
	opacity: 0.7;
}
.profile .profile__right form .button--red {
	/* width: 18rem; */
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	/* position: absolute; */
	position: static;
	bottom: 8rem;
	left: 0;
	padding: 1.6rem 3.2rem;
}

.profile-page-wrapper .profile .profile__nav {
	/* grid-column: 1/2;
	grid-row: 2/3; */
	/* border: 1px solid rgba(0, 0, 0, 0.11);
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; */

	display: flex;
	flex-direction: column;
}

.profile .profile__nav .line.light {
	background-color: #373565;
	display: none;
}

.profile .heading--fancy {
	padding: 2.3rem 0;
	margin-bottom: 6.8rem;
}

.profile-tab {
	display: none;
}

.profile-tab.active {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
.profile-tab.subscribed-organizations.active
	.subscibed-organization
	.organization-title
	h4 {
	font-feature-settings: "case" on;
	color: #000000 !important;
	opacity: 0.9;
	font-style: normal;
}
.profile-tab.subscribed-organizations.active
	.subscibed-organization
	.organization-title
	.subs-amount {
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.5;
}
.profile-tab.subscribed-organizations .subscibed-organization {
	background: #ffffff;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	border: none;
	padding: 3rem;
	box-shadow: 0px 2px 12px rgba(92, 92, 92, 0.19);
}
.profile-tab.subscribed-organizations .subscibed-organization .subs-delete {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	justify-content: center;
	background: #fff;
	border: 0.833333px solid #cb1010;
}
.profile-tab.subscribed-organizations
	.subscibed-organization
	.subs-delete.allow-delete {
	border-radius: 0.8rem;
	width: 22rem;
	justify-content: end;
}
.profile-tab.subscribed-organizations
	.subscibed-organization
	.subs-delete.allow-delete
	.subs-delete__img {
	margin-left: 2.5rem;
	margin-right: 1.4rem;
}
.profile-tab.subscribed-organizations
	.subscibed-organization
	.subs-delete__img {
	width: 10px;
	height: 10px;
	margin: 0;
}
.profile-tab.subscribed-organizations .profile-grid {
	column-gap: 2.4rem;
	-webkit-column-gap: 2.4rem;
	-moz-column-gap: 2.4rem;
	row-gap: 2.4rem;
}
.profile-tab.active.subscribed-organizations {
	padding-left: 0;
	margin-right: 0;
	flex-direction: column;
}
@media (max-width: 991px) {
	.profile-tab.active.subscribed-organizations {
		padding: 0 8%;
	}
}
.profile .profile-tab-events {
	align-self: flex-start;
	overflow: auto;
}

.profile__top {
	/* padding-left: 5rem; */
}

.profile__top .heading--fancy {
	/* margin-left: -5rem; */
	color: #000000;
	margin-bottom: 4rem;
}
.profile__right .firago,
.profile__right .form__label {
	color: #000000;
}

.profile .profile-tab-title {
	display: none;
}

.profile__nav li {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 0.5rem 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;

	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
}

.profile__nav li span {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.profile__nav li:not(:last-child) {
	margin-bottom: 2rem;
}
.profile__nav > li:first-child {
	padding: 2rem;
}
.profile__nav > li:not(:first-child),
.profile__nav > li.panel {
	margin-bottom: 0 !important;
	padding: 2rem;
	border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.profile__nav > li.panel {
	border-top: none;
}
.profile__nav > li.panel a {
	display: flex;
	align-items: center;
}
.profile__nav .my-profile {
	width: 100%;
	margin-bottom: 0 !important;
}
.profile__nav li:hover:not(.panel) {
	color: #ee3048;
}

.profile__nav li:hover:not(.panel) svg {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.profile__nav li:hover:not(.panel) path {
	fill: #ee3048;
}

.profile__nav li:hover:not(.panel) .st0 {
	fill: #ee3048;
}

.profile__nav li.active:not(.panel):not(.my-profile),
.profile__nav li.red {
	color: #ee3048;
}
.profile__nav li.red {
	color: #000000;
	opacity: 0.6;
}
.profile__nav li.active:not(.panel):not(.my-profile) {
	color: #231d57;
	opacity: 1;
}

.profile__nav li.active:not(.panel):not(.my-profile) svg,
.profile__nav li.red svg {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.profile__nav li.active:not(.panel):not(.my-profile) path,
.profile__nav li.red path {
	/* fill: #ee3048; */
	/* fill: #292d32; */
	fill: #231d57;
}

.profile__nav li.active:not(.panel):not(.my-profile) .st0,
.profile__nav li.red .st0 {
	fill: #ee3048;
}

.profile__nav li svg {
	width: 1.2rem;
	margin-right: 1.7rem;
}

.profile__nav li svg path {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.profile__nav li svg .st0 {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.profile-tab {
	display: none;
	margin-bottom: 5rem;
	-webkit-box-flex: 1;
	flex: 1;
	margin-right: 12rem;
}

.profile .pagination-container {
	width: 100%;
}

.profile .pagination-container--sm {
	max-width: 40rem;
}

.profile .pagination-container .pagination {
	margin-bottom: 0;
}

.completed-events .event__img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.profile-pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	margin: auto;
	margin-bottom: 2rem;
}

.profile-pic .pic-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: inherit;
}

.profile-pic .pic-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile-pic-upload {
	width: 4.2rem;
	height: 4.2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ee3048;
	border-radius: 0.8rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	cursor: pointer;
}

.profile-pic-upload .firago {
	display: none;
}

.profile-pic-upload img {
	width: 1.3rem;
}

.profile-pic-upload:hover {
	background-color: #d9122b;
}

.my-profile-tab {
	display: none;
	align-self: start;
}
.profile-page-wrapper .my-profile-tab.address .inputs {
	width: 100%;
}
.profile-left-side {
	box-shadow: 1px 0px 4px rgba(160, 160, 160, 0.25);
	border-radius: 18px;
}
.profile-left-side .pt-2 {
	padding-top: 7.2rem !important;
}
.my-profile-tab form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"content button"
		"content button";
}
.my-profile-tab form .button-wrapper {
	grid-area: button;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.my-profile-tab form .button-wrapper:before {
	content: "";
	width: 1px;
	height: 66%;
	background: #d9d9d9;
	display: block;
}
.my-profile-tab form .button--red {
	position: static;
	background: #323f99;
	height: 4.9rem;
	justify-content: center;
}
@media (max-width: 991px) {
	.profile-page-wrapper.wrapper {
		padding: 0;
	}
	.my-profile-main-title {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.my-profile-tab form {
		grid-template-columns: 1fr;
		grid-template-areas: unset;
		display: flex;
		flex-direction: column;
		/* background-image: url('../img/search-bg.png'); */
	}
	.my-profile-tab.password,
	.my-profile-tab.user-profile {
		padding-left: 0;
		padding-right: 0;
	}
	.profile__right .my-profile-tab {
		position: absolute;
		top: 0;
		height: 100%;
		/* padding: 0 18px; */
		padding-left: 16px !important;
		padding-right: 16px;
		padding-top: 60px;
	}
	.my-profile-tab.password,
	.my-profile-tab.user-profile {
		padding-top: 60px !important;
	}
	.my-profile-tab .form-login .button-wrapper:before {
		display: none;
	}
	.my-profile-tab form .button-wrapper {
		justify-content: center;
		position: static;
		background-color: transparent;
		z-index: 0;
	}
	.my-profile-tab.address .wizard__tab .inputs {
		margin-bottom: 0 !important;
	}
	.my-profile-tab .address-dropdowns.active {
		gap: 0 !important;
	}
	.my-profile-tab form .button-wrapper .button--red {
		width: 100%;
		justify-content: center;
	}
}

.my-profile-tab .my-profile-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 4.2rem;
}

.my-profile-tab .my-profile-title:after {
	content: "";
	-webkit-box-flex: 1;
	flex: 1;
	height: 1px;
	background-color: #373565;
	margin-left: 8rem;
}
.my-profile-tab .my-profile-title:after {
	display: none;
}
.my-profile-tab .my-profile-title {
	font-weight: 500;
	font-size: 1.6rem;
}
.my-profile-tab.password,
.my-profile-tab.user-profile {
	/* max-width: 74rem; */
	max-width: 100%;
	width: 100%;
	padding-top: 2.5rem;
	padding-left: 14rem;
}
.my-profile-tab.password .form__group:first-of-type {
	padding-bottom: 4.5rem;
	position: relative;
}
.my-profile-tab.password .form__group:first-of-type:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background: #d9d9d9;
	opacity: 0.5;
}
.my-profile-tab .address-dropdowns.active {
	flex-wrap: wrap;
	gap: 30px;
}

.my-profile-tab.user-profile .my-profile-title {
	margin-bottom: 8rem;
}
.my-profile-tab.user-profile .form__label {
	top: -4.6rem;
	padding-left: 0;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
}
.my-profile-tab.disabilities .checkbox-container .checkmark,
.my-profile-tab.address .checkbox-container .checkmark {
	background-color: transparent;
	border: 1.4px solid #9f9f9f;
}

.profile__right
	.my-profile-tab.disabilities
	.checkbox-container
	input:checked
	~ .checkmark:not(.radio) {
	background: #323f99;
}

.my-profile-tab.disabilities
	.checkbox-container
	input:checked
	~ .checkmark.radio:after,
.my-profile-tab.address
	.checkbox-container
	input:checked
	~ .checkmark.radio:after {
	background: #323f99;
	/* border: none; */
}
@media (max-width: 991px) {
	.my-profile-tab.user-profile .form__group {
		height: 67px !important;
	}
	.my-profile-tab.user-profile .form__label {
		top: -20px;
	}
}
.my-profile-tab.disabilities .user-disability {
	width: 100% !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-profile-tab.occupation {
	width: 100%;
}

.my-profile-tab.occupation .occupation-wrapper {
	width: 100%;
}

.my-profile-tab.occupation .occupation-wrapper .additional-info img {
	width: 0.45rem;
	height: 1.1rem;
	margin-left: 1.7rem;
	margin-right: 1.2rem;
}

.my-profile-tab.occupation .occupation-wrapper .additional-info span {
	font-style: italic;
}

.my-profile-tab.occupation .occupation-wrapper .address-dropdowns {
	display: -webkit-inline-box !important;
	display: inline-flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
}

.my-profile-tab.occupation .form__group,
.my-profile-tab.occupation .occupation-wrapper .other-education,
.my-profile-tab.education .form__group,
.my-profile-tab.education .occupation-wrapper .other-education,
.my-profile-tab.address .form__group,
.my-profile-tab.address .occupation-wrapper .other-education {
	display: -webkit-inline-box;
	display: inline-flex;
	width: auto;
	position: static;
	flex-direction: column;
	align-items: start !important;
}

.my-profile-tab.address .form__group,
.my-profile-tab.address .occupation-wrapper .other-education {
	position: relative;
}
.my-profile-tab.address .form__group .dropdown-right-trigger,
.my-profile-tab.address .occupation-wrapper .dropdown-right-trigger {
	position: relative;
	width: 100%;
}

.my-profile-tab.address .input-wrapper input,
.my-profile-tab.address .form__group,
.my-profile-tab.address .form__group.select-exact-address input,
.my-profile-tab.address .input-wrapper,
.my-profile-tab.address .other-education,
.my-profile-tab.occupation .input-wrapper input,
.my-profile-tab.occupation .form__group,
.my-profile-tab.occupation .form__group > input,
.my-profile-tab.occupation .input-wrapper,
.my-profile-tab.occupation .other-education,
.my-profile-tab.education .input-wrapper input,
.my-profile-tab.education .form__group,
.my-profile-tab.education .form__group > input,
.my-profile-tab.education .input-wrapper,
.my-profile-tab.education .other-education,
.my-profile-tab.education .other-education.firago,
.my-profile-tab.address .select-foreign-address,
.my-profile-tab.address .form__group .dropdown-right-trigger input {
	width: 100% !important;
}

.my-profile-tab.address .address-dropdowns .form__group .form__input,
.my-profile-tab.address
	.address-dropdowns
	.form__group
	.form__input::placeholder {
	color: black;
}
.my-profile-tab.education .form__group.filled > input {
	color: black;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.my-profile-tab.address .select-foreign-address {
	max-width: unset !important;
}
.my-profile-tab.address .select-foreign-address textarea {
	height: 9.6rem;
	resize: none;
}
.my-profile-tab.address .select-foreign-address label {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	padding-left: 0;
	top: -4.6rem;
}
.my-profile-tab.address
	.wizard__tab--registration-place
	.left
	> label:nth-of-type(2) {
	position: relative;
	margin-bottom: 5rem;
}
.my-profile-tab.address
	.wizard__tab--registration-place
	.left
	> label:nth-of-type(2):after {
	content: "";
	position: absolute;
	bottom: -4rem;
	left: 0;
	width: 17rem;
	height: 1px;
	background: #d9d9d9;
	opacity: 0.5;
}
.my-profile-tab.address
	.wizard__tab--registration-place
	.left
	> label:nth-of-type(1) {
	margin-bottom: 1.5rem;
}
.my-profile-tab.address .select-foreign-address.active {
	display: flex;
}
.my-profile-tab.address .select-foreign-address.hidden {
	display: none;
}
.my-profile-tab.occupation .input-wrapper input,
.my-profile-tab.occupation .other-education .input-wrapper input,
.my-profile-tab.address .input-wrapper input,
.my-profile-tab.address .other-education .input-wrapper input,
.my-profile-tab.education .input-wrapper input,
.my-profile-tab.education .other-education .input-wrapper input,
.my-profile-tab.address .form__group.select-exact-address input {
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px;
	color: #000000 !important;
	opacity: 0.7 !important;
	background: #fff !important;
}
.profile__right .form__group.filled .form__input {
	/* border: 1px solid rgba(0, 0, 0, 0.15) !important; */
}
.my-profile-tab.occupation .form__group-arrow img,
.my-profile-tab.address .form__group-arrow img,
.my-profile-tab.education .form__group-arrow img {
	filter: brightness(0.5);
}
.my-profile-tab.occupation .input-wrapper,
.my-profile-tab.address .input-wrapper,
.my-profile-tab.education .input-wrapper {
	position: relative;
}

.my-profile-tab.occupation .form__group .firago,
.my-profile-tab.address .form__group .firago,
.my-profile-tab.education .form__group .firago,
.my-profile-tab.occupation .other-education .firago,
.my-profile-tab.education
	.education-wrapper
	.address-dropdowns
	.other-education
	.firago {
	/* width: 7.5rem; */
	width: unset !important;
	margin-bottom: 8px;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	text-align: left !important;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.address-dropdowns
	.form__group--dropdown:nth-child(2)
	.dropdown-right:before {
	top: 43%;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.address-dropdowns
	.form__group--dropdown:nth-child(3)
	.dropdown-right:before {
	top: 76%;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.address-dropdowns
	.form__group
	.dropdown-right {
	top: 0 !important;
}

.my-profile-tab.occupation .occupation-wrapper .other-education {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.my-profile-tab.occupation .occupation-wrapper .other-education .firago {
	width: 7.5rem;
	text-align: right;
	margin-right: 4.3rem;
}

.my-profile-tab.occupation .occupation-wrapper .other-education .form__group {
	margin-bottom: 0;
	height: 5.5rem;
	width: 34rem;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.other-education
	.form__group
	input::-webkit-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.other-education
	.form__group
	input::-moz-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.other-education
	.form__group
	input:-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.other-education
	.form__group
	input::-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.occupation
	.occupation-wrapper
	.other-education
	.form__group
	input::placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.education .education-wrapper {
	width: 100%;
}

.my-profile-tab.education .education-wrapper .address-dropdowns {
	display: -webkit-inline-box !important;
	display: inline-flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
}

.my-profile-tab.education
	.education-wrapper
	.address-dropdowns
	.form__group
	.firago {
	width: 14.8rem !important;
}

.my-profile-tab.education
	.education-wrapper
	.address-dropdowns
	.other-education
	.firago {
	/* width: 14.8rem !important; */
}

.my-profile-tab.education .education-wrapper .other-education {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.my-profile-tab.education .education-wrapper .other-education .firago {
	width: 7.5rem;
	text-align: right;
	margin-right: 4.3rem;
}

.my-profile-tab.education .education-wrapper .other-education .form__group {
	margin-bottom: 0;
	height: 5.5rem;
	width: 34rem;
}

.my-profile-tab.education
	.education-wrapper
	.other-education
	.form__group
	input::-webkit-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.education
	.education-wrapper
	.other-education
	.form__group
	input::-moz-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.education
	.education-wrapper
	.other-education
	.form__group
	input:-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.education
	.education-wrapper
	.other-education
	.form__group
	input::-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.education
	.education-wrapper
	.other-education
	.form__group
	input::placeholder {
	color: white;
	opacity: 0.5;
}

.my-profile-tab.address .my-profile-title {
	width: 100%;
	/* margin-left: -18rem; */
}

.my-profile-tab.address .wizard__tab {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
	height: auto;
	padding-top: 0;
	margin: 0;
	overflow: initial;
}

.my-profile-tab.address .wizard__tab .left {
	max-width: 100%;
	align-self: unset;
	width: 100%;
	/* padding-left: 18rem; */
	margin: 0;
	margin-bottom: 4rem;
}

.my-profile-tab.address .wizard__tab .left .checkbox-container,
.my-profile-tab.address .wizard__tab .left .form__group {
	max-width: 34rem;
}

.my-profile-tab.address .wizard__tab .form__group > .firago {
	width: 14rem;
}

.my-profile-tab.password .my-profile-title {
	margin-bottom: 8rem;
}

.my-profile-tab.password .edit-user-password {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.profile-tabs {
	-webkit-box-flex: 1;
	flex: 1;
	align-self: start;
}

.profile-tab {
	display: none;
}

.profile-tab.active {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.profile-tab .pagination-container {
	width: 100%;
}

.profile-tab .pagination-container .pagination {
	margin-bottom: 0;
}

.profile-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	row-gap: 7.9rem;
	-webkit-box-flex: 1;
	flex: 1;
	margin-bottom: 8rem;
}

.subscibed-organization {
	padding: 2.2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.subscibed-organization .organization-img {
	width: 7.7rem;
	padding-top: 7.7rem;
	margin-right: 1.3rem;
}

.subs-delete {
	width: 4.2rem;
	height: 4.2rem;
	background-color: #ee3048;
	border-radius: 0.8rem;
	position: absolute;
	overflow: hidden;
	top: -2.8rem;
	right: 2.3rem;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.subs-delete__img {
	width: 4.2rem;
	height: 4.2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	margin-left: 2.5rem;
}

.subs-delete__text {
	display: none;
	text-align: center;
}

.subs-delete img {
	width: 1.5rem;
	height: auto;
}

.subs-delete.allow-delete {
	width: 22rem;
}

.subs-delete.allow-delete .subs-delete__text {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.subscibed-category {
	padding: 2.2rem;
	position: relative;
	background-color: #1c3c67;
	padding: 2.5rem 4rem;
	border-radius: 0.8rem;
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	cursor: pointer;
}

.subscibed-category .title {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #0ab1b1;
	margin-bottom: 1rem;
}

.subscibed-category .amount {
	width: 2.7rem;
	height: 2.1rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 1rem;
	background: #145c78;
	border-radius: 3.6rem;
	color: #0d97a0;
}

.subscibed-category .opp {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.6;
	color: rgba(10, 177, 177, 0.7);
}

.profile-events {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-column-gap: 4.7rem;
	-moz-column-gap: 4.7rem;
	column-gap: 4.7rem;
	row-gap: 5rem;
	margin-bottom: 10rem;
}
.profile__right .profile-events.events {
	grid-gap: 2.4rem;
}
.profile__right .favorite-opportunities .card-info-add-block path {
	fill: #f16969;
	stroke: #f16969;
}
@media (max-width: 991px) {
	.profile__right .profile-events.events .single-card {
		margin-bottom: 0;
	}
	.profile__right .profile-events.events {
		flex: unset;
	}
}
.delete-img {
	cursor: pointer;
	margin-left: 2rem;
}

.completed-events .event__img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.file-uploader .img-src {
	display: block;
	cursor: pointer;
}

.file-uploader .img-src--filled {
	display: none;
}

.file-uploader.filled .img-src {
	display: none;
}

.file-uploader.filled .file-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-uploader.filled .img-src--filled {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.file-uploader.filled .img-src--filled img {
	width: 1.5rem;
}

.final-registration.disabled,
.final-registration.disabled-2 {
	opacity: 0.2;
	cursor: no-drop;
}

.final-registration.disabled:hover,
.final-registration.disabled-2:hover {
	background-color: #ee3048;
}

.code-input-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.code-input-container .form__group {
	width: 34rem;
}

.code-container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 3px;
}

.code-container .firago {
	display: inline-block;
	line-height: 1.2;
}

.code-container .text-white {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 3px;
	overflow: hidden;
}

.code-container .text-red {
	padding-right: 3px;
	margin-right: 7px;
}

.send-link img {
	width: 1rem;
}

.popup-profile-pic .img-src--filled {
	width: 73%;
}

.popup-profile-pic .uploader-container {
	padding-right: 2rem;
}

.success-icon {
	visibility: hidden;
	opacity: 0;
	width: 2.8rem;
}

.success-icon.icon-loading {
	visibility: visible;
	opacity: 1;
}

.user-area-nav {
	width: 100% !important;
	background-color: #211f54;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 30px 8%;
	display: none;
	z-index: 111111;
	position: fixed;
	top: 0;
	left: 0;
}

.user-area-nav img {
	height: 12px;
}

.user-area-nav .go-back {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.user-area-nav .go-back img {
	height: 13px;
}

.user-area-nav .go-back.active {
	visibility: visible;
	opacity: 1;
}

.open-registration-links {
	display: none;
	margin-bottom: 50px !important;
}

.profile__nav li:not(:last-child) {
	margin-bottom: 2.3rem;
}

.my-profile {
	margin-bottom: 2rem !important;
	width: 28rem;
}

.my-profile .arrow {
	margin-left: auto;
	margin-right: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.my-profile.active .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.my-profile-nav {
	padding-left: 5rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.my-profile-nav.active {
	height: 24rem;
}

.my-profile-nav.active .my-profile-button {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	font-feature-settings: initial;
}

.my-profile-nav .my-profile-button {
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 1.5rem !important;
	display: none;
}

.my-profile-nav .my-profile-button:before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	margin-right: 0.9rem;
	background-color: #ee3048;
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.my-profile-nav .my-profile-button.active:before {
	/* opacity: 1; */
}

.my-profile-tab {
	display: none;
	/* color: white; */
	color: #000;
	width: 100%;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	/* background-color: #211f54; */
}
.my-profile-tab .user-info-box {
	color: #000;
}

.my-profile-tab.active {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

@media only screen and (min-width: 992px) {
	.my-profile-tab.active-lg {
		display: block;
	}

	.my-profile-tab.active {
		padding-left: 12rem;
	}
}

.user-info-boxes {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3.3rem;
}

.user-info-box {
	display: none;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 34rem;
	height: 5.5rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #ffffff;
	border: 1px solid #bcbccc;
	border-radius: 0.8rem;
	margin-bottom: 2.7rem;
	margin-right: 5rem;
	padding: 0 2.1rem 0 3.4rem;
}

.user-info-box img {
	width: 1.4rem;
}

.user-info-box.active {
	display: -webkit-box;
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.disabilities .user-disablities-wrapper {
	width: 100%;
}

.disabilities .user-disablities-wrapper .user-disability {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 65%;
	flex-wrap: wrap;

	flex-direction: column;
	-webkit-box-align: start;
	align-items: start;
}

.disabilities .user-disablities-wrapper .user-disability.no-disability {
	height: 5.5rem;
}

.disabilities .user-disablities-wrapper .user-disability .disability-details {
	display: -webkit-box;
	display: flex;
	display: none;

	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
}

.profile__right
	.my-profile-tab.disabilities
	.checkbox-container
	.checkmark:not(.radio):after {
	top: 1px;
	width: 4px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	position: absolute;
	left: 4px;
	background: transparent;
}
.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details.active {
	opacity: 1;
	visibility: visible;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	label {
	white-space: nowrap;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group {
	margin-bottom: 0;
	margin-left: 2.6rem;
	height: 5.5rem;
	width: 34rem;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-webkit-input-placeholder {
	color: white;
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-moz-placeholder {
	color: white;
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input:-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::-ms-input-placeholder {
	color: white;
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.disability-details
	.form__group
	input::placeholder {
	color: white;
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.checkbox-container
	div {
	opacity: 0.5;
}

.disabilities
	.user-disablities-wrapper
	.user-disability
	.checkbox-container
	input:checked
	+ div {
	opacity: 1;
}

.query-main {
	width: 100%;
	overflow: hidden;
}

.query-main .query-nav {
	padding-top: 4rem;
	padding-bottom: 3.2rem;
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 1.6rem;
	color: #334194;
}

.query-main .query-nav .back {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}

.query-main .query-nav .back img {
	margin-right: 1.4rem;
}

.query-main .query-nav.active .back {
	opacity: 1;
	visibility: visible;
}

.query-main .yes-no-checkboxes {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.query-main .button--red {
	width: 18rem;
	margin: 0 auto;
}

.query-main .button--red img {
	margin: 0;
}

.query-main .yes-no .checkbox--query {
	margin: 0 5rem;
}

.query-main .yes-no .query-heading--primary {
	margin-bottom: 8rem;
}

.query-main .attribute {
	position: absolute;
	bottom: 0rem;
	right: 4rem;
	width: 38rem;
	height: 38rem;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.05;
	z-index: -1;
}

.query-main .attribute--tick {
	background-image: url(/images/tick-blue.svg?5668b82d92d202c65add085e51c824a5);
}

.query-main .attribute--star {
	background-image: url(/images/star-blue.svg?cb9af1f607da78036ba093a92d3796c3);
}

.query-main .attribute--feedback {
	opacity: 1;
	background-image: url(/images/feedback.svg?b6ce5156ed52c5726f2f7433039786b9);
}

.query-tab {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	display: none;
	min-height: 50vh;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	margin-bottom: 6rem;
}

.query-tab-title {
	line-height: 1.3;
}

.query-tab.active {
	display: -webkit-box;
	display: flex;
}

.query-tab .button {
	flex-shrink: 0;
}

.query-heading {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.03em;
	color: #334194;
	line-height: 1.3;
}

.query-heading--primary {
	font-size: 3rem;
	line-height: 1.3;
}

.query-heading--secondary {
	font-size: 1.8rem;
	line-height: 1.3;
}

.checkbox--query {
	padding-left: 6rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 2.6rem;
	color: #334194;
}

.checkbox--query .checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 3rem;
	height: 3rem;
	background-color: #f2f2f2;
	border-radius: 50%;
	border: 3px solid #334194;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.checkbox--query .checkmark:after {
	content: "";
	width: 115%;
	height: 115%;
	opacity: 0;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	border-radius: inherit;
	background-color: transparent;
	background-image: url(/images/tick-blue.svg?5668b82d92d202c65add085e51c824a5);
	background-size: 100%;
}

.checkbox--query:hover input ~ .checkmark:after {
	opacity: 0;
}

.checkbox--query:hover .checkmark {
	background-color: #e5e4ea;
}

.checkbox--query input:checked ~ .checkmark:after {
	opacity: 1;
}

.paragraph--query {
	max-width: 80rem;
	margin: 0 auto;
	text-align: justify;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #334194;
}

.ratings .query-heading--primary {
	margin-bottom: 8rem;
}

.ratings .wizard__header {
	display: -webkit-box;
	display: flex;
}

.ratings .wizard__steps {
	margin: 0 auto;
}

.ratings .wizard__tab {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ratings-buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 44rem;
	width: 90%;
}

.ratings-buttons .button {
	display: none;
}

.ratings-buttons .button.active {
	display: -webkit-box;
	display: flex;
}

.ratings-buttons .button--red {
	margin: 0;
}

.ratings-buttons .wizard-stars-previous {
	width: 18rem;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 0.8rem;
}

.ratings-buttons .wizard-stars-previous img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0;
}

.rating-single {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 6rem;
	margin-bottom: 7rem;
}

.rating-single input {
	display: none;
}

.rating-single .star {
	width: 8rem;
	cursor: pointer;
	padding-right: 3rem;
}

.rating-single .star svg {
	width: 100%;
	height: auto;
}

.rating-single .star path {
	fill: #fff;
	-webkit-transition: fill 0.05s;
	transition: fill 0.05s;
}

.rating-single .star.hover path {
	fill: #ffd987;
}

.rating-single .star.active path {
	fill: #ffc850;
}

.rating-missed {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.query-checkboxes .query-heading--primary {
	margin-bottom: 5rem;
}

.query-checkboxes .checkbox--query {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 45%;
	margin-bottom: 4rem;
	padding-left: 5.5rem;
	font-size: 1.6rem;
	color: #334194;
	line-height: 1.3;
}

.query-checkboxes .checkboxes-container {
	width: 90rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.query-checkboxes .checkboxes-container--slender {
	width: 55rem;
}

.query-checkboxes .checkmark {
	width: 2rem;
	height: 2rem;
	border: 2px solid #334194;
}

.feedback .query-heading--primary {
	margin-bottom: 5rem;
}

.feedback .query-heading--secondary {
	margin-bottom: 3rem;
}

.feedback .paragraph--query {
	text-align: center;
}

.feedback .switch {
	max-width: 56rem;
	border-radius: 0.4rem;
	margin-left: 0;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

.feedback .switch__item {
	border-radius: inherit;
	font-size: 1.6rem;
	margin: 0.4rem 0.5rem;
}

.feedback input[type="checkbox"] {
	display: none;
}

.feedback-input {
	max-width: 56rem;
	width: 100%;
	background-color: #fff;
	border: none;
	height: 16rem;
	border-radius: 0.8rem;
	padding: 2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #5762a5;
	margin-bottom: 5rem;
}

.feedback-input::-webkit-input-placeholder {
	color: #99a0c9;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.feedback-input::-moz-placeholder {
	color: #99a0c9;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.feedback-input:-ms-input-placeholder {
	color: #99a0c9;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.feedback-input:-moz-placeholder {
	color: #99a0c9;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
}

.absent .feedback-input {
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	margin-bottom: 0;
}

.absent .feedback-input.active {
	opacity: 1;
	visibility: visible;
	height: 16rem;
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.query-completed {
	min-height: 65vh;
	display: none;
	padding-top: 3rem;
}

.query-completed .query-heading--primary {
	margin-bottom: 5rem;
}

.query-completed .query-heading--secondary {
	margin-bottom: 2rem;
}

.query-completed .query-img-container {
	text-align: center;
	margin: 5rem 0 5rem 0;
}

.query-completed .query-img-container img {
	width: 25rem;
	height: auto;
}

.query-completed .paragraph--query {
	text-align: center !important;
}

.query-completed.active {
	display: block;
}

@media only screen and (max-width: 991px) {
	.query-main .query-nav {
		position: absolute;
		padding: 0;
		z-index: 11;
	}

	.query-main .query-nav span {
		display: none;
	}

	.query-main .attribute {
		display: none;
	}

	.query-heading {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.query-heading--primary {
		font-size: 14px;
		margin-bottom: 4rem !important;
	}

	.checkbox--query {
		font-size: 14px;
		padding-left: 30px;
	}

	.query-main .yes-no-checkboxes {
		margin-bottom: 30px;
	}

	.yes-no .paragraph--query {
		margin-bottom: 30px;
	}

	.query-checkboxes .checkbox--query {
		width: 100%;
	}

	.checkbox--query .checkmark {
		width: 13px;
		height: 13px;
		border-width: 1px;
	}

	.paragraph--query {
		font-size: 12px;
	}

	.query-main .wizard__step {
		text-align: center;
	}

	.query-main .wizard__indicator--blue {
		margin-top: 1rem;
	}

	.query-main .wizard__tabs {
		padding-top: 4rem;
	}

	.query-main .wizard__tabs .wizard__tab {
		padding-bottom: 0;
	}

	.query-main .button--red {
		height: 42px;
	}

	.query-main .ratings-buttons .wizard-stars-previous {
		padding: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 42px;
		background-color: #bcbccc;
	}

	.query-main .ratings-buttons .wizard-stars-previous span {
		display: none;
	}

	.query-main .ratings-buttons {
		width: 80%;
	}

	.query-main .rating-single .star {
		width: 45px;
		padding-right: 15px;
	}

	.query-checkboxes .checkboxes-container {
		width: 80%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-wrap: nowrap;
		margin-bottom: 30px;
	}

	.feedback .switch__item {
		font-size: 10px;
		font-style: italic;
	}

	.query-completed {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1900px) {
	html {
		font-size: 50%;
	}

	.header .dropdown {
		left: unset;
		right: 0;
	}

	.wrapper {
		/* padding-left: 2.5%;
		padding-right: 2.5%; */
	}
}

@media only screen and (max-width: 1450px) {
	html {
		font-size: 47%;
	}

	.join-us .img-lg {
		width: 40%;
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.join-us .user-welcome {
		padding-right: 0;
	}

	.join-us .organization-button {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.join-us .organization-welcome {
		/* border-top: 1px dashed rgba(255, 255, 255, 0.15); */
		border-left: 0;
		/* padding-top: 7rem; */
		padding-left: 0;
	}

	.about-main .heading--md,
	.about-main .firago--md {
		font-size: 16px;
		margin-bottom: 1.6rem;
		line-height: 16px;
	}

	.about-main .heading--lgg,
	.about-main .firago--lgg {
		font-size: 18px;
	}

	.join-us {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
		padding-left: 0% !important;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding-left: 0%;
		padding-bottom: 4rem;
	}

	.join-us .paragraph,
	.join-us .text-content .heading {
		text-align: left;
	}

	.join-us .text-content {
		/* -webkit-box-align: center;
		align-items: center; */
	}

	.join-us .text-content .heading--lgg {
		height: auto;
	}

	.join-us .organization-button {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.join-us .user-button {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.join-us .organization-welcome {
		/* border-top: 1px dashed rgba(255, 255, 255, 0.15); */
		border-left: 0;
		/* padding-top: 7rem; */
		padding-left: 0rem;
	}

	.join-us .user-welcome {
		padding-right: 0 !important;
	}

	.join-us .text-content .heading {
		margin-bottom: 3.5rem;
		margin-bottom: 2.5rem;
	}

	.join-us .link-fancy {
		margin-bottom: 4.4rem;
	}

	.join-us .paragraph {
		margin-bottom: 3rem;
	}

	.join-us .text-content .user-heading {
		margin-top: 1.5rem;
	}

	.about-main .heading--md,
	.about-main .firago--md {
		font-size: 16px;
		margin-bottom: 1.6rem;
		line-height: 16px;
	}

	.about-main .heading--lgg,
	.about-main .firago--lgg {
		font-size: 18px;
		margin-bottom: 1.8rem;
		line-height: 2.4rem;
	}

	.about-main .heading--md,
	.about-main .firago--md {
		font-size: 16px;
		margin-bottom: 1.6rem;
		line-height: 16px;
	}

	.about-main .heading--lgg,
	.about-main .firago--lgg {
		font-size: 18px;
		margin-bottom: 1.8rem;
		line-height: 2.4rem;
	}

	.partners .wrapper {
		-webkit-box-pack: center;
		justify-content: center;
		padding: 4.5rem 0;
		flex-direction: column;
		align-items: flex-start;
	}

	html {
		font-size: 51%;
	}

	.wrapper {
		width: 100%;
	}

	.contact-main .contact-info .link {
		font-size: 12px;
	}

	/* 
  &:before {
     content: "";
     margin-right: 1.2rem;
   } 
  */

	.justify-content-center-md {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.no-padding-sm {
		padding: 0 !important;
	}

	.no-padding-md {
		padding: 0 !important;
	}

	.padding-top {
		padding-top: 25rem;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-header-part {
		position: fixed;
		top: 76px;
		left: 0;
		width: 100%;
		-webkit-transition: -webkit-transform 0.7s ease-in-out;
		transition: -webkit-transform 0.7s ease-in-out;
		transition: transform 0.7s ease-in-out;
		transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
		background-color: #f2f2f5;
	}

	.mobile-header-part.hidden {
		-webkit-transform: translateY(-105%);
		transform: translateY(-105%);
	}

	.categorize {
		display: none;
		position: static;
	}

	.categorize.mobile {
		display: block;
	}

	.categorize::before {
		content: none;
	}

	.header {
		height: 76px;
	}

	.header__right {
		display: none;
	}

	.header__nav li.active a:before {
		display: none;
	}

	.header-bottom-mobile {
		display: block;
		top: 76px;
		position: static;
	}

	.join-us {
		border-radius: 0;
		padding: 6.7rem 0 4rem 15%;
	}

	.blue-container {
		border-radius: 0;
	}

	.header-container {
		background: linear-gradient(91deg, #334194 -24.42%, #211f54 100.75%);
		position: absolute;
	}

	.header {
		border-radius: 0;
		padding-bottom: 0;
		/* background: linear-gradient(91deg, #334194 -24.42%, #211f54 100.75%); */
		z-index: 1;
		position: fixed;
		top: 5rem;
		/* border-bottom: 1px solid #3f4786; */
	}

	.burger-nav {
		display: block;
		width: 18px;
		height: 12px;
		margin-left: 17px;
	}

	.burger-nav .burger-bar {
		height: 2px;
		margin-bottom: 2px;
	}

	.burger-nav .burger-bar:last-child {
		margin-bottom: 0;
	}

	.wrapper {
		padding: 0 20px;
	}

	.header__logo {
		/* margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto; */
		margin: 0;
	}

	.header__nav {
		display: none;
	}

	.header__content {
		flex-wrap: wrap;
	}

	.header__right {
		width: 100%;
		border-top: 1px solid #3b407b;
		padding: 20px 0;
	}

	.search-mobile {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		z-index: 0;
	}

	.search-mobile .search-form {
		width: auto;
		-webkit-box-flex: 1;
		flex: 1;
		margin-left: 0;
	}

	.search-mobile .search {
		max-width: 100%;
		margin-top: 16px;
		margin-bottom: 20px;
	}

	.grid-container .header .dropdown-container {
		-webkit-box-flex: 1;
		flex: 1;
	}

	.grid-container .header .dropdown-container .dropdown {
		left: unset;
		right: 0;
		margin-right: 0;
	}

	.header__button {
		-webkit-box-flex: 1;
		flex: 1;
		width: auto;
	}
	.header__content {
		justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-box-align: center;
		align-items: center;
	}
	.header__content .search-mobile {
		width: auto;
	}
	.header__content .burger-nav {
		cursor: pointer;
	}
	.header__content .burger-nav .burger-bar {
		background-color: #292d32;
	}
	.footer .footer__content {
		flex-direction: column;
		padding: 30px 0;
		align-items: flex-start;
	}
	.footer .header__button {
		width: 100%;
		order: 3;
		border-radius: 68px;
	}
	.footer .partners {
		padding: 3.2rem 0;
	}
	.footer .partners p {
		margin-bottom: 3.2rem;
	}

	.footer .terms,
	.footer .socials {
		width: 100%;
		text-align: center;
	}
	.categories-container {
		height: auto !important;
	}

	.categories-container.bordered {
		border: 0;
	}

	.categories-container .categories-inner-container {
		/* padding-top: 20px;
		padding-bottom: 8px; */
	}

	.categories-container .categories-inner-container .categories {
		padding-top: 0;
		/* flex-wrap: wrap; */
		-webkit-box-pack: justify;
		justify-content: space-between;
		overflow-x: auto;
	}
	.categorize.mobile .add-and-search-oportunity .wrapper {
		flex-direction: column;
	}
	.add-and-search-oportunity .search-form,
	.add-and-search-oportunity .header__button {
		width: 100%;
		margin: 0;
		margin-bottom: 16px;
	}
	.categories-container .categories-inner-container .categories a {
		/* background: #f2f2f5; */
		border-radius: 8px !important;
		height: 36px;
		margin-bottom: 10px;
		width: calc(50% - 11px);
		margin-right: 0;
		/* background-color: #f2f2f5; */
		padding: 0 10px;
		/* background: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.16); */
	}
	.categories-container {
		background-color: transparent;
	}
	.categories-container .categories-inner-container .categories a.active {
		background-color: #334194 !important;
	}

	.categories-container
		.categories-inner-container
		.categories
		a.active
		.category__title {
		color: #fff;
	}

	.categories-container
		.categories-inner-container
		.categories
		a.active
		.category__amount {
		color: #fff;
		background-color: #86cece;
	}

	.categories-container
		.categories-inner-container
		.categories
		a
		.category__title {
		color: #000;
	}

	.categories-container
		.categories-inner-container
		.categories
		a
		.category__amount {
		background-color: #86cece;
		color: #000;
	}

	.categories-container .categories-inner-container .categories a:first-child {
		width: 100%;
		/* margin-top: 12px; */
	}
	.mobile .add-and-search-oportunity {
		padding-bottom: 14px;
	}
	.categories-container .wrapper {
		background-color: transparent;
	}
	.categories-container .search-form {
		display: none;
	}

	.filters-container .filter-wrapper {
		width: 100% !important;
		padding-top: 0 !important;
		padding-bottom: 18px !important;
	}

	.filters-container .filter-wrapper > .firago {
		display: none;
	}

	.filters-container .filter-wrapper .filter {
		width: 100%;
		margin-top: 0;
	}

	.filters-container .filter-wrapper .filter .filter__button {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.filters-container .filter-button {
		width: 180px !important;
		height: 42px;
		margin-bottom: 29px !important;
		background: #334194 !important;
	}

	.filter-popup.organization-type
		.select-section
		.filter__dropdown
		.checkbox-container {
		width: 100%;
		margin-right: 0;
	}

	.filter-popup.organization-type
		.select-section
		.filter__dropdown
		.checkbox-container
		.title {
		white-space: initial;
		overflow: initial;
		text-overflow: unset;
	}

	.mobile-filters .categories-grid {
		grid-template-columns: 1fr 1fr;
	}

	.heading--fancy,
	.firago--fancy {
		font-size: 16px;
	}

	.events {
		grid-template-columns: 1fr 1fr;
	}
	#all-companies-list-id .events {
		grid-template-columns: 1fr 1fr;
	}

	.my-events .link-fancy {
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}

	.events.subscribed .location-wrapper {
		padding: 15px 20px;
	}

	.events.subscribed .event {
		width: 75%;
		margin-left: 20px;
		bottom: 0;
		left: 0;
		flex-shrink: 0;
		margin-bottom: 20px;
	}

	.events.subscribed .event:last-child {
		margin-right: 20px;
		position: relative;
	}

	.events.subscribed .event:last-child:after {
		content: "lorem ipsum";
		overflow: hidden;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		opacity: 0;
	}

	.events.subscribed .event__tags {
		display: none;
	}

	.events.subscribed .event__location {
		display: none;
	}

	.events.subscribed .event__intro {
		display: none;
	}

	.events.subscribed .event__desc {
		height: auto;
	}

	.events.subscribed .event__desc .bottom {
		display: none;
	}

	.events.subscribed .event__title h3 {
		font-size: 13px;
		margin-top: 0;
	}

	.events.subscribed .event_host {
		font-size: 11px;
	}

	.events.subscribed .event__bottom {
		-webkit-box-align: center;
		align-items: center;
	}

	.event__date {
		width: 50px;
		height: 50px;
	}

	.event__title h3 {
		font-size: 18px;
	}

	.event__host {
		font-size: 13px;
	}

	.event__location {
		font-size: 11px;
	}

	.event__location .marker {
		width: 11px;
	}

	.heading-container {
		flex-wrap: wrap;
	}

	.switch {
		width: 100%;
		margin-left: 0;
		margin-bottom: 45px;
		max-width: 100%;
	}

	.event-inner-main {
		border-radius: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.event-inner-main .event__date {
		display: none;
	}

	.event-inner-main {
		border-radius: 0;
		flex-wrap: wrap;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 20px;
		padding-bottom: 15rem;
		border-top: 1px solid #343463;
	}

	.event-inner-main .share {
		top: unset;
		bottom: unset;
	}

	.event-inner-main .middle {
		width: 100%;
	}

	.event-inner-main .middle .event-texts {
		display: none;
	}

	.event-inner-main .middle .event__date {
		font-size: 10px;
		width: 90px;
		height: 4.2rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-shrink: 0;
		margin-right: 24px;
	}

	.event-inner-main .right {
		width: 100%;
		margin-left: 0;
	}

	.event-inner-main .right .texts-mobile {
		-webkit-box-ordinal-group: 2;
		order: 1;
		display: block;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.event-inner-main .middle {
		margin-right: 0;
	}

	.event-inner-main .host-details {
		padding: 2rem 3% 1rem 3%;
		height: auto;
	}

	.event-inner-main .organization-img {
		width: 90px;
		height: 90px;
		margin-right: 24px;
	}

	.event-inner-main .right {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.event-inner-main .right .buttons {
		-webkit-box-ordinal-group: 2;
		order: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.event-inner-main .right .buttons .button--red {
		-webkit-box-pack: center;
		justify-content: center;
		width: 80% !important;
		max-width: 100% !important;
		-webkit-box-flex: 1 !important;
		flex: auto !important;
		margin-right: 0;
		margin-bottom: 26px;
	}

	.event-inner-main .right .buttons .button--red span {
		margin-right: 15px;
	}

	.event-inner-main .right .paragraph {
		font-size: 14px;
		text-align: initial;
		line-height: 23px;
	}

	.event-inner-main .right .contact-info {
		-webkit-box-ordinal-group: 2;
		order: 1;
		border-radius: 8px;
	}

	.event-inner-main .right .image {
		-webkit-box-ordinal-group: 2;
		order: 1;
		border-radius: 0.8rem;
	}

	.event-inner-main .right .contact-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.event-inner-main .right .contact-info .link {
		width: auto;
	}

	.event-inner-main .tags {
		flex-wrap: nowrap;
		overflow: auto;
		margin-top: 10px;
	}

	.event-inner-main .tags .tag-links {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-bottom: 0;
	}

	.event-inner-main .tags .tag {
		flex-shrink: 0;
	}

	.event-inner-main .restriction {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.event-inner-main .map-wrapper {
		padding-top: 65%;
		border-radius: 8px;
	}

	.contact-info {
		border-radius: 8px;
	}

	.contact-info .link {
		margin-bottom: 3rem;
	}

	.contact-info .heading {
		margin-bottom: 2.5rem;
	}

	.switch--event {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 6px;
		width: calc(100% - 36px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.switch--event .switch__item {
		width: 100%;
	}

	.comments {
		padding-left: 0;
		padding-top: 5rem;
	}

	.event-tab--discussion .comments {
		padding-top: 10px;
		margin-top: 10px;
	}

	.comment-form-container {
		margin-left: 0;
		min-height: 50px;
	}

	.comment-form-container:after {
		width: 100%;
		left: 0;
	}

	.comment-form-container .comment-form {
		flex-wrap: wrap;
	}

	.comment-form-container .comment-form textarea {
		-webkit-box-flex: unset;
		flex: unset;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 17px 20px;
	}

	.comment-form-container #opportunity-comments-count {
		position: absolute;
		right: 0;
		top: 17px;
		font-size: 12px;
	}

	.comment-form-container .comment__img--circle {
		width: 48px;
		height: 48px;
		margin-bottom: 15px;
	}

	.comment-form-container .button--red {
		margin-right: 0;
		margin-top: 20px;
	}

	.comment {
		margin-left: 0;
		flex-wrap: wrap;
		position: relative;
		padding: 17px 12px 18px 12px;
	}

	.comment .comment__img--circle {
		margin-left: 0;
		margin-right: 12px;
		width: 36px;
		height: 36px;
	}

	.comment .comment__text {
		width: calc(100% + 10px);
		-webkit-box-flex: unset;
		flex: unset;
		padding: 0;
		margin-top: 11px;
		margin-bottom: 15px;
		margin-left: -5px;
		margin-right: -5px;
		padding: 10px 8px;
	}

	.comment .comment__actions,
	.comment .comment__votes {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.comment .comment__date {
		position: absolute;
		right: 10px;
		top: 31px;
		display: inline;
		padding: 0;
	}

	.comment .comment__author {
		font-size: 14px;
		position: absolute;
		top: 28px;
		left: 60px;
	}

	.comment .comment__votes {
		margin-top: 0;
		align-self: flex-end;
		margin-bottom: 5px;
	}

	.comment .comment__vote {
		font-size: 14px;
		display: -webkit-box;
		display: flex;
	}

	.comment .comment__vote svg {
		height: 12px;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.comment .comment__vote:first-child {
		margin-left: 7px;
		margin-right: 15px;
	}

	.comment .comment__actions {
		align-self: flex-end;
		margin-top: 0;
	}

	.event-raiting-container {
		padding-left: 0;
	}

	.event-rating {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		margin-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.event-rating .criterias {
		width: 100%;
	}

	.event-rating .criteria {
		width: 100%;
		margin-right: 0 !important;
		font-size: 13px;
	}

	.partners p {
		width: 100%;
		/* text-align: center; */
		margin-left: 0;
		padding: 0 2rem;
	}

	.about-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-top: 50px;
		padding-bottom: 80px;
		width: 100%;
	}

	.about-main .about-info {
		-webkit-box-ordinal-group: 2;
		order: 1;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;
	}

	.about-main .about-info .paragraph {
		font-size: 14px;
		text-align: initial;
		line-height: 23px;
	}

	.about-main .about-img {
		margin-bottom: 40px;
		width: 85%;
		max-width: 700px;
	}

	.about-main .about-info {
		width: 100%;
	}

	.contact-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-top: 0;
	}

	.contact-main .contact-info {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact-main .contact-info .link .icon {
		width: 2rem;
	}

	.contact-main .map-container {
		width: 100%;
	}

	.filter-popup {
		overflow-y: auto;
	}

	.filter-popup .popup-content-wrapper {
		width: 100%;
		height: 100vh;
		border-radius: 0 !important;
		display: block;
		overflow-y: auto;
		/* width */
		/* Track */
		/* Handle */
		/* Handle on hover */
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar {
		width: 0.6rem;
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar-button {
		display: none;
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar-track {
		background: transparent !important;
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar-thumb {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
		border-radius: 1rem;
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar-thumb:horizontal {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		border-radius: 20px;
	}

	.filter-popup
		.popup-content-wrapper::-webkit-scrollbar-thumb:horizontal:hover {
		background-color: #334194;
		border: 1px solid transparent;
		background-clip: content-box;
	}

	.filter-popup .popup-content-wrapper::-webkit-scrollbar-thumb:hover {
		background-color: #334194;
		border: px solid transparent;
		background-clip: content-box;
	}

	.filter-popup .popup-content-wrapper .header-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-left: 11.2%;
		padding-right: 11.2%;
		padding-top: 5.33%;
		padding-bottom: 5.33%;
		z-index: 3;
		position: relative;
	}

	.filter-popup .popup-content-wrapper .header-section .popup__close {
		-webkit-box-ordinal-group: 2;
		order: 1;
		width: 115.7%;
		margin-bottom: 5.7%;
	}

	.filter-popup .popup-content-wrapper .header-section .form__group {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding: 15px;
	}

	.filter-popup
		.popup-content-wrapper
		.header-section
		.form__group
		.search-button {
		width: 12px;
	}

	.filter-popup
		.popup-content-wrapper
		.header-section
		.form__group
		.search-button
		img {
		width: 100%;
	}

	.filter-popup .popup-content-wrapper .header-section > .firago {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin-bottom: 3.5%;
	}

	.filter-popup .popup-content-wrapper .selected-section {
		padding: 0 !important;
		max-height: auto;
		overflow-y: auto;
		width: 100%;
		padding-right: 5.07% !important;
		/* width */
		/* Track */
		/* Handle */
		/* Handle on hover */
	}

	.filter-popup .popup-content-wrapper .selected-section::-webkit-scrollbar {
		width: 0.6rem;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-button {
		display: none;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-track {
		background: transparent !important;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-thumb {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
		border-radius: 1rem;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-thumb:horizontal {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		border-radius: 20px;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-thumb:horizontal:hover {
		background-color: #334194;
		border: 1px solid transparent;
		background-clip: content-box;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section::-webkit-scrollbar-thumb:hover {
		background-color: #334194;
		border: px solid transparent;
		background-clip: content-box;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper {
		max-height: 500px;
		padding: 0 0 5.33% 12.46%;
		overflow: hidden;
		overflow-y: auto;
		margin-right: 6.13%;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper
		.selected-value {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		margin-bottom: 10px;
		height: auto;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper
		.selected-value
		> .firago {
		width: 100%;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities {
		flex-wrap: wrap;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities
		.selected-municipality {
		margin-top: 14px;
		margin-bottom: 10px;
		border-radius: 30px;
	}

	.filter-popup
		.popup-content-wrapper
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities
		.selected-municipality
		.remove-icon {
		opacity: 1;
		width: 9px;
		height: 9px;
	}

	.filter-popup .popup-content-wrapper .select-section {
		padding-top: 20px;
	}

	.filter-popup .popup-content-wrapper .select-section .regions {
		display: none;
	}

	.filter-popup .popup-content-wrapper .select-section .municipalities-wrapper {
		max-height: 1000000000000000px;
		padding-left: 0;
		overflow: hidden;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		> .firago {
		display: none;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper {
		display: block;
		padding-top: 5px;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section {
		display: block !important;
		margin-top: 0 !important;
		margin-bottom: 20px;
		padding-top: 2px;
		overflow: hidden;
		height: 16px;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section.expanded {
		height: auto !important;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		> .firago {
		display: none;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container {
		overflow: visible;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.desktop {
		width: calc(100% - 3rem);
		margin-left: 3rem;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.mobile {
		display: -webkit-box !important;
		display: flex !important;
	}

	.filter-popup
		.popup-content-wrapper
		.select-section
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.mobile
		img {
		margin-left: 10px;
	}

	.filter-popup .popup-content-wrapper .buttons-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding: 0;
		width: 100%;
	}

	.filter-popup .popup-content-wrapper .buttons-section .button {
		width: 180px;
	}

	.filter-popup .popup-content-wrapper .buttons-section .button:first-child {
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.filters-container {
		/* background-color: #f2f2f5; */
		padding-top: 25px !important;
		height: 92px;
		margin-bottom: 14px;
		overflow: hidden;
	}

	.filters-container.expanded {
		height: auto;
	}

	.filters-container.expanded .toggle-filters img {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.filters-container.mobile {
		display: block;
	}

	.filters-container.mobile .filter-wrapper .filter.active .filter__dropdown {
		display: block;
		border: none;
		margin-top: 0;
	}
	.switch.opportunity-switch .switch__item {
		width: 100%;
		text-align: center;
	}
	.switch.opportunity-switch .switch__item.active {
		border: 1px solid #d5d5d5;
		filter: drop-shadow(0px 4px 7px rgba(197, 197, 197, 0.15));
		border-radius: 38px;
		background: transparent !important;
		color: #231d57 !important;
	}
	.switch.opportunity-switch {
		display: block;
		width: 100%;
	}
	.filters-container.mobile .filter-wrapper .filter__dropdown {
		overflow-x: hidden;
		left: 0 !important;
	}

	.filters-container.mobile
		.filter-wrapper
		.filter__dropdown
		.checkbox-container {
		border-radius: 0;
		padding: 0 !important;
		margin-bottom: 20px;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.filters-container.mobile
		.filter-wrapper
		.filter__dropdown
		.checkbox-container
		.checkmark {
		position: relative;
		width: 18px;
		height: 18px;
		background-color: transparent;
		border: solid 1px #334194;
		border-radius: 4px;
	}

	.filters-container.mobile
		.filter-wrapper
		.filter__dropdown
		.checkbox-container
		.title {
		width: auto;
		margin-left: 0;
		text-align: left;
		/* color: #334194; */
		color: #000;
		opacity: 0.9;
	}

	.filters-container .toggle-filters {
		margin-bottom: 25px !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
		width: 180px !important;
		height: 42px;
		background-color: transparent !important;
		color: #334194;
	}

	.filters-container .toggle-filters img {
		width: 12px;
	}

	.filters-container .filters {
		-webkit-box-pack: justify;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
	}

	.filters-container .filter {
		margin-right: 0;
		width: 48%;
		max-width: unset;
		/* max-height: calc(100% - 50px); */
	}

	.filters-container .filter:nth-child(2n) .filter__dropdown {
		left: -108.3%;
	}

	.filters-container .filter .checkbox-container .plus {
		-webkit-transition: -webkit-transform 0.15s ease-in-out;
		transition: -webkit-transform 0.15s ease-in-out;
		transition: transform 0.15s ease-in-out;
		transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.filters-container .filter__button {
		background-color: #fff;
	}

	.filters-container .filter__dropdown {
		position: relative;
		width: calc(100vw - 40px);
		max-height: calc(100% - 45px);
		top: unset;
		left: unset;
		max-width: unset;
		margin-top: 25px;
	}

	.filters-container .button--red {
		width: 45%;
		margin: 0 auto;
	}

	.filters-container .button--red img {
		width: 10px;
	}

	.filters-container .checkbox-container {
		padding: 13px 10px;
		border-radius: 20px;
		overflow: hidden;
	}

	.filters-container .checkbox-container .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #e5e4ea;
		-webkit-transform: none;
		transform: none;
		z-index: 0;
		border: none;
		border-radius: inherit;
	}

	.filters-container .checkbox-container .checkmark:after {
		display: none;
	}

	.filters-container .checkbox-container .title {
		text-align: center;
		font-size: 12px;
		position: relative;
		z-index: 1;
		color: #ee3048;
		width: 85%;
		margin-left: 5%;
	}

	.filters-container .checkbox-container input:checked ~ .checkmark:before {
		content: "";
		margin-right: 1.2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		border-radius: 2px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #334194;
	}

	.filters-container .checkbox-container.uncheck-all {
		width: 100% !important;
	}

	.filters-container .filter--subscribed {
		width: 100%;
	}

	.filters-container .filter--region .filter__dropdown {
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.filters-container .filter--region .checkbox-container {
		width: 48%;
	}

	.filters-container .filter--host .filter__dropdown {
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.filters-container .filter--host .checkbox-container {
		width: 48%;
	}

	.filters-container .chechbox-container .plus {
		display: block;
	}

	.select-section--light {
		padding-top: 20px;
	}

	.select-section--light .header-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-left: 11.2%;
		padding-right: 11.2%;
		padding-top: 5.33%;
		padding-bottom: 5.33%;
		z-index: 3;
		position: relative;
	}

	.select-section--light .header-section .popup__close {
		-webkit-box-ordinal-group: 2;
		order: 1;
		width: 115.7%;
		margin-bottom: 5.7%;
	}

	.select-section--light .header-section .form__group {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding: 15px;
	}

	.select-section--light .header-section .form__group .search-button {
		width: 12px;
	}

	.select-section--light .header-section .form__group .search-button img {
		width: 100%;
	}

	.select-section--light .header-section > .firago {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin-bottom: 3.5%;
	}

	.select-section--light .selected-section {
		padding: 0 !important;
		max-height: auto;
		overflow-y: auto;
		width: 100%;
		padding-right: 5.07% !important;
		/* width */
		/* Track */
		/* Handle */
		/* Handle on hover */
	}

	.select-section--light .selected-section::-webkit-scrollbar {
		width: 0.6rem;
	}

	.select-section--light .selected-section::-webkit-scrollbar-button {
		display: none;
	}

	.select-section--light .selected-section::-webkit-scrollbar-track {
		background: transparent !important;
	}

	.select-section--light .selected-section::-webkit-scrollbar-thumb {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
		border-radius: 1rem;
	}

	.select-section--light .selected-section::-webkit-scrollbar-thumb:horizontal {
		background-color: rgba(51, 65, 148, 0.8);
		border: 1px solid transparent;
		background-clip: content-box;
		border-radius: 20px;
	}

	.select-section--light
		.selected-section::-webkit-scrollbar-thumb:horizontal:hover {
		background-color: #334194;
		border: 1px solid transparent;
		background-clip: content-box;
	}

	.select-section--light .selected-section::-webkit-scrollbar-thumb:hover {
		background-color: #334194;
		border: px solid transparent;
		background-clip: content-box;
	}

	.select-section--light .selected-section .selected-values-wrapper {
		max-height: 500px;
		padding: 0 0 5.33% 12.46%;
		overflow: hidden;
		overflow-y: auto;
		margin-right: 6.13%;
	}

	.select-section--light
		.selected-section
		.selected-values-wrapper
		.selected-value {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
		margin-bottom: 10px;
		height: auto;
	}

	.select-section--light
		.selected-section
		.selected-values-wrapper
		.selected-value
		> .firago {
		width: 100%;
	}

	.select-section--light
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities {
		flex-wrap: wrap;
	}

	.select-section--light
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities
		.selected-municipality {
		margin-top: 14px;
		margin-bottom: 10px;
		border-radius: 30px;
	}

	.select-section--light
		.selected-section
		.selected-values-wrapper
		.selected-value
		.selected-municipalities
		.selected-municipality
		.remove-icon {
		opacity: 1;
		width: 9px;
		height: 9px;
	}

	.select-section--light .regions {
		display: none;
	}

	.select-section--light .municipalities-wrapper {
		max-height: 1000000000000000px;
		padding-left: 0;
		overflow: hidden;
	}

	.select-section--light .municipalities-wrapper > .firago {
		display: none;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper {
		display: block;
		padding-top: 5px;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section {
		display: block !important;
		margin-top: 0 !important;
		margin-bottom: 20px;
		padding-top: 2px;
		overflow: hidden;
		height: 16px;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section.expanded {
		height: auto !important;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		> .firago {
		display: none;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container {
		overflow: visible;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.desktop {
		width: calc(100% - 3rem);
		margin-left: 3rem;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.mobile {
		display: -webkit-box !important;
		display: flex !important;
	}

	.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.mobile
		img {
		margin-left: 10px;
	}

	.user-area-nav {
		/* display: -webkit-box;
		display: flex; */
	}

	.user-area-nav.user-registration-nav {
		padding: 30px 8%;
	}

	.user-area-nav.user-registration-nav .page-title {
		font-size: 12px;
		text-align: center;
		display: inline-block;
		padding: 0;
	}

	.user-area-nav.user-registration-nav .page-title::before {
		content: none;
	}

	.blue-layout-md {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1111;
		width: 100vw;
		height: 100%;
		padding: 0 8%;
		padding-top: 70px;
		overflow: auto;
	}

	.blue-layout-md.user-registration-main,
	.blue-layout-md.org-registration-main {
		padding-top: 75px;
	}

	.blue-layout-md.user-registration-main .wizard__header,
	.blue-layout-md.org-registration-main .wizard__header {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		position: relative;
		margin-bottom: 23px;
		-webkit-box-align: center;
		align-items: center;
	}

	.blue-layout-md.user-registration-main .wizard__header > img,
	.blue-layout-md.org-registration-main .wizard__header > img {
		display: block;
		cursor: pointer;
		width: 11px;
		box-sizing: content-box;
	}

	.blue-layout-md.user-registration-main .wizard__header > img.first-tab,
	.blue-layout-md.user-registration-main .wizard__header > img.last-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.first-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.last-tab {
		height: 10.5px;
	}

	.blue-layout-md.user-registration-main .wizard__header > img.prev-tab,
	.blue-layout-md.user-registration-main .wizard__header > img.next-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.prev-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.next-tab {
		height: 9.5px;
	}

	.blue-layout-md.user-registration-main .wizard__header > img.last-tab,
	.blue-layout-md.user-registration-main .wizard__header > img.next-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.last-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.next-tab {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.blue-layout-md.user-registration-main .wizard__header > img.last-tab,
	.blue-layout-md.org-registration-main .wizard__header > img.last-tab {
		margin-top: 1px;
	}

	.blue-layout-md.user-registration-main .wizard__header > img.disabled,
	.blue-layout-md.org-registration-main .wizard__header > img.disabled {
		opacity: 0.5;
	}

	.blue-layout-md.user-registration-main .wizard__header .wizard__steps,
	.blue-layout-md.org-registration-main .wizard__header .wizard__steps {
		width: auto;
		margin-right: 0;
		width: 60%;
	}

	.blue-layout-md.user-registration-main
		.wizard__header
		.wizard__steps
		.wizard__step,
	.blue-layout-md.org-registration-main
		.wizard__header
		.wizard__steps
		.wizard__step {
		margin-right: 0;
		margin-bottom: 0;
		text-align: center;
	}

	.blue-layout-md.user-registration-main .wizard__indicator,
	.blue-layout-md.org-registration-main .wizard__indicator {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		width: 100%;
	}

	.blue-layout-md.user-registration-main .wizard__tabs,
	.blue-layout-md.org-registration-main .wizard__tabs {
		padding-top: 35px;
	}

	.blue-layout-md .heading--fancy {
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 14px;
	}

	.blue-layout-md .heading--fancy:before {
		display: none;
	}

	.registration-container {
		overflow: visible;
	}

	.registration-container > .heading {
		display: none;
	}

	.form-registration {
		flex-shrink: 0;
		width: 100%;
		position: relative;
	}

	.authentication {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		height: 100%;
	}

	.authentication .login-container {
		width: 100%;
		border: none;
		max-width: 100%;
		padding-top: 20px;
	}
	.authentication.reset-password-link {
		padding-top: 70px;
		justify-content: start;
	}
	.blue-container.authentication {
		position: relative;
		z-index: 3;
		width: 100%;
		padding: 0;
	}
	.blue-container.authentication:after {
		display: none;
	}

	.authentication .login-container .heading--fancy {
		margin-bottom: 10px;
		justify-content: left;
	}

	.authentication .form-login {
		max-width: 100%;
	}
	.authentication {
		margin-bottom: 50px;
	}

	.authentication .form-login > .d-flex {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.authentication .form-login .form__group {
		margin-left: auto;
		margin-right: auto;
	}

	.authentication .open-registration-links {
		display: -webkit-inline-box;
		display: inline-flex;
	}
	.reset-1.authentication .registration-links {
		margin-top: 20rem;
	}
	.authentication .registration-links {
		max-width: unset;
		width: 100vw;
		/* -webkit-transform: translateX(110%);
		transform: translateX(110%); */
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		background-color: white;
		-webkit-box-pack: start;
		justify-content: flex-start;
		padding: 0;
		padding-top: 32px;
		border-top: 1px solid #d9d9d9;
		position: static;
	}
	.authentication .right {
		width: 100%;
	}

	.authentication .registration-links .firago {
		margin-bottom: 50px !important;
	}

	.authentication .registration-links.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.authentication .registration-links .button {
		width: 100%;
		margin-bottom: 1.4rem;
	}
	.reset-2.authentication .login-container .heading--fancy {
		padding-bottom: 0;
		justify-content: start;
	}
	.authentication .login-container .heading--fancy {
		font-size: 2.2rem;
	}
	.authentication .link-fancy {
		margin: 0 auto;
		margin-top: 50px;
	}
	.reset-1.authentication .heading--fancy {
		justify-content: start;
	}

	.authentication .form-login .button {
		width: 100%;
		margin: 0 auto;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.reset-1 .form-login .button {
		margin-top: 0 !important;
	}

	.authentication .form-login .button img {
		margin-left: 15px;
	}

	.login-socials {
		max-width: 100%;
		width: 80%;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.authentication .form__group {
		width: 100%;
	}
	.authentication .login-socials {
		width: 100%;
		max-width: unset;
	}
	.login-socials a {
		-webkit-box-flex: 1;
		flex: 1;
	}

	.form__group {
		width: 70%;
	}

	.registration-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding-right: 0;
		padding-left: 0;
		height: auto;
	}

	.user-registration-main .alt-registration {
		display: none;
	}

	.user-registration-main .w-70 {
		width: 100%;
		padding-right: 0;
		border: none;
	}

	.next-step {
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 28px 0 !important;
		margin: 0 !important;
		z-index: 11;
		padding-left: 10px !important;
		z-index: 111;
	}

	.next-step::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
		height: 100%;
		background-color: #211f54;
		pointer-events: none;
	}

	.final-registration-container {
		width: 100%;
		height: 80px;
		bottom: 0;
		left: 0;
		z-index: 11;
		position: absolute;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		background-color: #211f54;
	}

	.final-registration {
		width: 200px;
		height: 42px;
		padding: 0 10px !important;
		bottom: 18px;
		position: static;
		-webkit-transform: none;
		transform: none;
	}

	.final-registration:before {
		display: none;
	}

	.wizard__tabs-user .wizard__tab--checkboxes {
		padding-left: 0 !important;
	}

	.wizard__tabs .wizard__tab {
		-webkit-box-pack: center;
		justify-content: center;
		height: auto;
	}

	.wizard__tabs .wizard__tab .tab-content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.wizard__tabs .wizard__tab .tab-content-wrapper .profile-pic {
		margin: 0 !important;
		width: 75px;
	}
	.mobile-nav .profile-pic {
		margin-right: auto;
	}
	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.profile-pic__registration
		.pic-container {
		height: 75px;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.profile-pic-upload__registration {
		bottom: auto !important;
		top: calc(75px - 28px);
		width: 28px;
		height: 28px;
		position: absolute;
		border: none;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.profile-pic
		.upload-text-wrapper
		.upload-text__registration {
		white-space: nowrap;
		margin-top: 15px;
	}

	.wizard__tabs .wizard__tab .tab-content-wrapper .tab-form-group-wrapper {
		width: 92.5%;
		margin-top: 27.5px;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.form__group {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		width: 100% !important;
		margin-bottom: 20px !important;
		height: 42px;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.form__group.filled {
		height: 67px !important;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.form__group.filled
		.form__label {
		top: -20px;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.checkbox-container {
		margin: 0 10%;
	}

	.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.checkbox-container
		.firago {
		line-height: 140%;
	}

	.wizard__tabs .wizard__tab .user-disablities-wrapper {
		margin: 0 3.75%;
	}

	.wizard__tabs .wizard__tab .user-disablities-wrapper > div:not(:last-child) {
		margin-bottom: 20px !important;
	}

	.wizard__tabs .wizard__tab .user-disablities-wrapper .user-disability {
		display: block;
		position: relative;
		margin-right: 0;
		width: 100%;
		height: 15px;
		overflow: hidden;
		padding-bottom: 0;
		box-sizing: content-box;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability.level1.level2 {
		height: 102px;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability.level1.level2
		.disability-details
		label {
		top: 0px;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.checkbox-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.checkbox-container
		.firago {
		height: 15px;
		vertical-align: middle;
		padding-top: 2px;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability.no-disability {
		height: auto;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details {
		position: relative;
		margin-top: 20px;
		width: 100%;
		opacity: 0;
		-webkit-transition: opacity 0.15s ease;
		transition: opacity 0.15s ease;
		-webkit-box-align: end;
		align-items: flex-end;
		height: auto;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.firago {
		position: absolute;
		top: 14px;
		left: 14px;
		z-index: 1;
		-webkit-transition: top 0.15s ease;
		transition: top 0.15s ease;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group {
		margin-left: 0 !important;
		box-sizing: content-box;
		-webkit-transition: padding-top 0.15s ease;
		transition: padding-top 0.15s ease;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group.filled {
		padding-top: 25px !important;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input {
		padding: 14px;
		height: 42px;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input::-webkit-input-placeholder {
		color: transparent;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input::-moz-placeholder {
		color: transparent;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input:-ms-input-placeholder {
		color: transparent;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input::-ms-input-placeholder {
		color: transparent;
	}

	.wizard__tabs
		.wizard__tab
		.user-disablities-wrapper
		.user-disability
		.disability-details
		.form__group
		input.form__input::placeholder {
		color: transparent;
	}

	.wizard__tabs .wizard__tab .occupation-wrapper {
		margin: 0 3.75%;
	}

	.wizard__tabs .wizard__tab .occupation-wrapper > .firago:first-child {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 29px !important;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		> .firago:first-child
		.additional-info {
		margin-top: 16px;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		> .firago:first-child
		.additional-info
		img {
		margin-left: 0;
	}

	.wizard__tabs .wizard__tab .occupation-wrapper .address-dropdowns {
		width: 100%;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 20px !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.firago,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.firago {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group.active
		.input-wrapper
		.form__group-arrow,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education.active
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) scaleX(-1) rotate(-90deg);
		transform: translateY(-50%) scaleX(-1) rotate(-90deg);
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper {
		width: 100%;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper
		.form__group-arrow,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		input.form__input,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		input.form__input {
		width: 100% !important;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right {
		top: calc(100% + 10px) !important;
		right: auto;
		left: 0;
		width: 100%;
		height: 190px;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right::before,
	.wizard__tabs
		.wizard__tab
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right::before {
		display: none;
	}

	.wizard__tabs .wizard__tab .education-wrapper .no-disability {
		margin-top: 5px !important;
	}

	.wizard__tabs .wizard__tab .education-wrapper .other-education .form__group {
		margin-bottom: 0 !important;
	}

	.wizard__tabs .wizard__tab .passwords-content-wrapper {
		width: 100%;
		padding: 0 3.75%;
	}

	.wizard__tabs .wizard__tab .passwords-content-wrapper .form__group {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		width: 100% !important;
		margin-bottom: 20px !important;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.wizard__tabs .wizard__tab .passwords-content-wrapper .form__group.filled {
		height: 67px !important;
	}

	.wizard__tabs
		.wizard__tab
		.passwords-content-wrapper
		.form__group.filled
		.form__label {
		top: -20px;
	}

	.wizard__tabs .wizard__tab .sms-code {
		width: 100%;
		padding: 0 3.75%;
	}

	.wizard__tabs .wizard__tab .sms-code .code-input-container {
		width: 100%;
	}

	.wizard__tabs .wizard__tab .sms-code .code-input-container .form__group {
		margin-bottom: 30px !important;
	}

	.wizard__tabs .wizard__tab .sms-code .code-input-container .success-icon {
		display: none;
	}

	.wizard__tabs .wizard__tab .sms-code .code-container {
		margin-bottom: 80px !important;
	}

	.wizard__tabs .wizard__tab .sms-code .code-container .send-code {
		min-width: 200px;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.wizard__tabs
		.wizard__tab
		.sms-code
		.code-container
		.send-code
		.form__tooltip {
		top: calc(100% + 15px) !important;
	}

	.wizard__tabs
		.wizard__tab
		.sms-code
		.code-container
		.send-code
		.form__tooltip
		div {
		line-height: 135%;
	}

	.wizard__tabs .wizard__tab .sms-code .confirmation-checkbox {
		padding-left: 0;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 0 3.75%;
		margin-bottom: 0 !important;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place .left-wrapper {
		margin-right: 0;
		max-width: unset;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place .left {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place .left > .firago {
		margin-bottom: 27px;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.left
		> .checkbox-container {
		margin-bottom: 24px;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.left
		> .form__group {
		margin-top: 27px !important;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place .right .inputs {
		width: 100%;
	}

	.wizard__tabs .wizard__tab.wizard__tab--registration-place .form__group {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 20px !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		.dropdown-right-trigger {
		position: relative;
		width: 100%;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		.firago {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group.active
		.form__group-arrow {
		-webkit-transform: translateY(-50%) scaleX(-1) rotate(-90deg) !important;
		transform: translateY(-50%) scaleX(-1) rotate(-90deg) !important;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		.form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg) !important;
		transform: translateY(-50%) rotate(90deg) !important;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		input.form__input {
		width: 100% !important;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		.dropdown-right {
		top: calc(100% + 10px) !important;
		right: auto;
		left: 0;
		width: 100%;
		height: 190px;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.wizard__tabs
		.wizard__tab.wizard__tab--registration-place
		.form__group
		.dropdown-right::before {
		display: none;
	}

	.wizard__tabs .wizard__tab .form__group {
		margin-left: 0 !important;
		height: 42px !important;
	}

	.wizard__tabs .wizard__tab .form__group input.form__input {
		padding: 14px;
		height: 42px;
	}

	.form-registration {
		min-height: 80vh;
		padding-bottom: 80px;
		position: relative;
	}

	.org-registration-main .heading--fancy {
		display: none;
	}

	.org-registration-nav .page-title {
		font-size: 12px;
		text-align: center;
		display: inline-block;
		padding: 0;
	}

	.org-registration-nav .page-title:before {
		display: none;
	}

	.wizard__tabs--organization {
		width: 92.5%;
		margin: 0 auto;
	}

	.wizard__tabs--organization .wizard__tab {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.wizard__tabs--organization
		.blue-layout-md.user-registration-main
		.wizard__header
		> img.first-tab,
	.wizard__tabs--organization
		.blue-layout-md.user-registration-main
		.wizard__header
		> img.last-tab {
		height: 10.5px;
	}

	.wizard__tabs--organization
		.wizard__tab
		.form__group:not(.skip-animation):not(.textarea-group) {
		width: 100%;
		margin-bottom: 20px !important;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.wizard__tabs--organization
		.wizard__tab
		.form__group:not(.skip-animation):not(.textarea-group).filled {
		height: 67px !important;
	}

	.wizard__tabs--organization
		.wizard__tab
		.form__group:not(.skip-animation):not(.textarea-group).filled
		.form__label {
		top: -20px;
	}

	.wizard__tabs--organization
		.wizard__tab
		.form__group:not(.skip-animation):not(
			.textarea-group
		).filled.input-employees {
		height: 0 !important;
		margin: 0 !important;
	}

	.wizard__tabs--organization .wizard__tab .form__group.input-employees {
		height: 0 !important;
		margin: 0 !important;
	}

	.wizard__tabs--organization .wizard__tab--org-info {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.wizard__tabs--organization .wizard__tab--org-info .form__group {
		width: 100% !important;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--description .tab-title {
		text-align: center;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--description
		.form__group {
		width: 100%;
		height: auto !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--description
		.form__group
		.form__input {
		height: 292px;
		line-height: 1.6;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--description
		.form__group
		.textarea-subtext {
		display: none;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--registration-place {
		padding: 0 !important;
		padding-top: 10px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left-wrapper {
		margin-right: 0;
		max-width: unset;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 30px;
		padding-top: 5px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		> .form__group {
		margin: 0 !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		> .form__group {
		width: 100%;
		margin-bottom: 20px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
		-webkit-box-align: end !important;
		align-items: flex-end !important;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		.checkbox-container {
		margin-bottom: 32px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		.checkbox-container:nth-child(2) {
		margin-right: 18px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		.checkbox-container:nth-child(3) {
		margin-right: 18px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.address-matching
		.firago {
		width: 100%;
		text-align: center;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.address-matching
		.address-toggle {
		margin: 0 auto;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left
		> .firago {
		display: none;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.address-dropdowns
		.form__group-arrow,
	.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.right-dropdowns
		.form__group-arrow {
		top: unset;
		bottom: 5px;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--org-type {
		padding-left: 0;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--org-type .tab-header {
		padding-bottom: 0;
		margin-bottom: 27px;
		border: none;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.tab-header
		> .firago {
		display: none;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container {
		grid-template-columns: 1fr;
		max-height: unset;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.title {
		grid-row: 1/2;
		text-align: center;
		margin-bottom: 16px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.hint {
		grid-column: 1/2;
		grid-row: 2/3;
		padding: 0.6rem 2.5rem 0.5rem 2.3rem;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.checkboxes {
		grid-column: 1/2;
		grid-row: 4/5;
		grid-template-columns: 1fr;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.checkboxes
		.checkbox-container {
		grid-column: 1/2 !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.checkboxes
		.checkbox-container
		.firago {
		opacity: 1;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.checkboxes
		.option-other {
		grid-column: 1/2;
		grid-row: unset;
		width: 100%;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--org-type
		.status-container
		.checkboxes
		.option-other
		.form__group {
		width: 100%;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--activities1 {
		padding-left: 0;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--activities1 > .firago {
		margin-bottom: 30px;
		text-align: center;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--activities1 .hint {
		padding: 0.6rem 2.5rem 0.5rem 2.3rem;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities1
		.hint:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities1
		.checkbox-container {
		margin: 0 40px;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--activities2 {
		margin-bottom: 0 !important;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--activities2 > .firago {
		margin-bottom: 18px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.form__group {
		height: auto !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 30px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.form__group
		.dropdown-right-trigger {
		width: 100%;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.form__group
		.form__input {
		width: 100%;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.form__group
		.form__input.ellipsis {
		padding-right: 45px !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.form__group
		.firago {
		text-align: left;
		margin-bottom: 10px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.right-dropdowns {
		width: 100%;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.address-dropdowns
		.form__group-arrow,
	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.right-dropdowns
		.form__group-arrow {
		top: 42px;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.address-dropdowns
		.form__group.active:not(.special)
		.form__group-arrow,
	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.right-dropdowns
		.form__group.active:not(.special)
		.form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg) scaleX(-1);
		transform: translateY(-50%) rotate(90deg) scaleX(-1);
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.regions-multiple {
		width: 100%;
		left: 0;
		top: 72px;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.regions-multiple:before {
		display: none;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.dropdown-right__content {
		grid-template-columns: 1fr;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.dropdown-right__content
		.checkbox-container {
		grid-column: 1/2;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.selected-regions,
	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.selected-municipalities {
		width: 100%;
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-top: 15px;
		max-height: 30rem;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--activities2
		.municipalities {
		width: 100%;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--fields {
		padding-left: 0;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--fields .tab-title {
		font-size: 12px;
		margin-bottom: 20px;
		text-align: center;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--fields .hint {
		padding: 0.6rem 2.5rem 0.5rem 2.3rem;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--fields .left {
		margin: 0;
		max-width: unset;
		width: 100%;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--fields .right {
		margin-top: 40px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--fields
		.checkboxes-wrapper {
		padding-left: 15px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--fields
		.option-other
		.form__group {
		width: 100%;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--fields
		.subfields
		.subfield {
		background-color: #4d4c76;
		color: #fff;
		padding: 6px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 11px;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--socials
		.form__group.file-uploader {
		height: 42px !important;
		display: block;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--password
		.code-input-container {
		width: 100%;
		position: relative;
	}

	.wizard__tabs--organization .wizard__tab.wizard__tab--password .success-icon {
		position: absolute;
		bottom: 27px;
		right: -30px;
		margin: 0 !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--password
		.confirmation-checkbox {
		padding-left: 0;
		margin-bottom: 15px !important;
	}

	.wizard__tabs--organization
		.wizard__tab.wizard__tab--password
		.form__tooltip {
		line-height: 1.2;
	}

	.dropdown-right .no-checkmark:hover {
		opacity: 0.8;
		background-color: transparent;
	}

	.dropdown-right .no-checkmark.active {
		opacity: 1;
		background-color: #717091;
	}

	.checkbox-container:hover input ~ .checkmark:after {
		opacity: 0;
	}

	.checkbox-container input:checked ~ .checkmark:after {
		opacity: 1;
	}

	.wizard__step {
		display: none;
		width: 100%;
		margin-bottom: 13px;
	}

	.wizard__step.active {
		display: inline-block;
	}

	.wizard__header {
		width: 70%;
		margin: 0 auto;
	}

	.wizard__steps {
		width: 100%;
	}

	.wizard__indicator .bar {
		width: auto;
	}

	.checkboxes {
		max-height: unset;
		flex-wrap: nowrap;
	}

	/*.wizard__tab--checkboxes {
    padding-left: 15%;
  }*/

	.form__group--hidden {
		height: 0;
		margin: 0;
	}

	.textarea-group {
		width: 95%;
	}

	.textarea-group .form__label {
		line-height: 1.3;
	}

	.textarea-group.filled .form__label {
		top: -55px;
	}

	.textarea-group {
		margin-top: 20px;
	}

	.textarea-group .form__label {
		top: 15px;
	}

	.textarea-group.filled .form__label,
	.textarea-group.focused .form__label {
		top: -35px;
	}

	.code-input-container {
		width: 70%;
		margin: 0 auto;
	}

	.code-input-container .form__group {
		width: 100%;
	}

	.code-container {
		display: block;
		margin: 0 auto;
	}

	.final-registration {
		margin: 0 auto;
	}

	.warning {
		line-height: 1.3;
	}

	.confirmation-checkbox {
		padding-left: 5%;
	}

	.blue-container--inner {
		margin-top: 0;
	}

	.code-input-container {
		flex-wrap: wrap;
	}

	.code-input-container .text-white {
		text-align: center;
	}

	.code-text-user {
		margin: 0 auto;
		text-align: center;
	}

	.popup {
		z-index: 1111111;
	}

	.popup__close span {
		display: none;
	}

	.popup__close img {
		width: 1.5rem;
	}

	.popup .popup-bottom .popup__close span {
		display: inline;
	}

	.popup__content {
		padding-top: 90px;
	}

	.popup__content .paragraphs {
		padding-right: 20px;
		margin-right: -20px;
		overflow-x: hidden;
		max-height: calc(100% - 70px);
	}

	.popup-rating .ratings-detailed {
		max-height: 65vh;
		grid-template-columns: 1fr;
		overflow: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.reset-1 {
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding-bottom: 7vh;
	}

	.reset-1 .button {
		margin-top: 70px !important;
	}

	.reset-1 .registration-links .button {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}

	.firago.enter-email-text {
		text-align: center;
		max-width: 80%;
		margin: 0 auto;
	}
	.reset-1 .firago.enter-email-text {
		max-width: 100%;
		text-align: left;
	}

	.reset-2 .firago {
		text-align: center;
	}

	#ui-datepicker-div {
		z-index: 1112 !important;
		font-size: 12.8px !important;
	}

	.popup__content--login .login-container {
		padding-right: 0;
	}

	.popup__content--login .go-back {
		display: block;
	}

	.popup__content--login .heading--md {
		text-align: center;
		margin-bottom: 20px !important;
		line-height: 1.3;
	}

	.popup__content--login .alternative-title {
		width: 100%;
	}

	.popup-profile-pic .popup__content,
	.popup-file-downloader .popup__content,
	.popup-share .popup__content {
		padding: 5rem 10%;
	}

	.popup-profile-pic .mb-9 {
		margin-bottom: 30px !important;
	}

	.popup-profile-pic .uploader-container {
		padding: 6px;
	}

	.popup-profile-pic .upload-button {
		width: 40px;
		height: 40px;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.popup-profile-pic .file-uploader .md {
		display: block;
		font-size: 20px;
	}

	.popup-profile-pic .file-uploader .lg {
		display: none;
	}

	.popup-profile-pic .img-save {
		margin-left: auto;
		margin-right: auto;
	}

	.popup-profile-pic .button--red {
		margin-top: 30px;
	}

	.popup-profile-pic form .firago {
		text-align: center;
	}

	.share-link {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.search-main {
		padding-top: 30px !important;
	}

	.search-tab--organizations .blue-container {
		grid-template-columns: auto auto auto;
		min-height: auto;
		height: auto;
		padding-bottom: 50px;
	}

	.search-company-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}

	.profile {
		display: block;
		padding: 0;
		padding-bottom: 50px;
		background: transparent;
	}

	.profile-nav-mobile {
		padding-bottom: 10px;
		display: -webkit-box;
		display: flex;
	}

	.profile-nav-mobile .page-title {
		display: none;
	}

	.profile .profile__nav {
		margin-left: 0 !important;
	}

	.profile__top {
		/* display: -webkit-box;
		display: flex;
		flex-wrap: wrap; */
		margin-bottom: 4rem;
		border-bottom: 1px solid #343463;
		padding-left: 0;
		padding-bottom: 24px;
	}
	.my-profile-main-title {
		justify-content: start !important;
	}

	.profile__top .heading {
		margin-left: 0;
		padding-bottom: 0;
		margin-bottom: 35px;
		-webkit-box-flex: unset;
		flex: unset;
		width: 100%;
		display: block;
		text-align: center;
	}

	.profile__top .user-full-name {
		margin-left: 30px;
		margin-bottom: 0;
		font-size: 14px;
	}

	.profile__top .line.light {
		display: none;
	}

	.profile-pic {
		width: 80px;
		height: 80px;
	}

	.profile-pic-upload {
		bottom: 0;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		border: 3px solid #211f54;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		border-radius: 50%;
	}

	.profile-pic-upload .firago {
		width: 100px;
		display: block;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translate(calc(100% + 15px), -50%);
		transform: translate(calc(100% + 15px), -50%);
		-webkit-box-flex: unset !important;
		flex: unset !important;
	}

	.my-profile-tab {
		padding-left: 10%;
		padding-right: 10%;
	}

	.profile-tab,
	.my-profile-tab {
		position: fixed;
		top: 0;
		left: 105%;
		background-color: #211f54;
		display: block;
		-webkit-animation: none;
		animation: none;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		padding-top: 60px;
		padding-bottom: 100px;
		align-content: flex-start;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0 !important;
		padding-bottom: 50px;
	}

	.profile-tab.active,
	.my-profile-tab.active {
		left: 0;
	}
	.profile__right .profile-tab {
		background-color: #fff;
	}
	.profile__right .profile-tab.active {
		top: 0;
		position: absolute;
		background-color: #fff;
		padding-left: 16px !important;
		padding-right: 16px !important;
		padding-top: 60px !important;
		z-index: 0;
	}

	.profile-tab.user-profile,
	.my-profile-tab.user-profile {
		padding-bottom: 0;
		padding-top: 60px;
		padding-left: 18px;
		padding-right: 18px;
		background-color: #ffffff;
		height: 100%;
		top: 0;
	}
	.profile .profile__right {
		position: static;
		padding: 0;
	}
	.profile {
		position: relative;
		overflow: hidden;
		min-height: 150vh;
	}
	.profile-tab.password .justify-content-between,
	.my-profile-tab.password .justify-content-between {
		flex-wrap: wrap;
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.profile-tab.user-profile .form__group,
	.profile-tab.password .form__group,
	.my-profile-tab.user-profile .form__group,
	.my-profile-tab.password .form__group {
		width: 100%;
		margin-bottom: 20px !important;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
	}

	.profile-tab.user-profile .form__group.filled,
	.profile-tab.password .form__group.filled,
	.my-profile-tab.user-profile .form__group.filled,
	.my-profile-tab.password .form__group.filled {
		height: 67px !important;
	}

	.profile-tab.user-profile .form__group.filled .form__label,
	.profile-tab.password .form__group.filled .form__label,
	.my-profile-tab.user-profile .form__group.filled .form__label,
	.my-profile-tab.password .form__group.filled .form__label {
		top: -20px;
	}

	.profile-tab.user-profile .my-profile-title,
	.profile-tab.password .my-profile-title,
	.my-profile-tab.user-profile .my-profile-title,
	.my-profile-tab.password .my-profile-title {
		display: none;
	}

	.profile-tab.occupation .my-profile-title,
	.my-profile-tab.occupation .my-profile-title {
		flex-wrap: wrap;
	}

	.profile-tab.occupation .my-profile-title .additional-info,
	.my-profile-tab.occupation .my-profile-title .additional-info {
		margin: 0;
		margin-top: 15px;
	}

	.profile-tab.occupation .my-profile-title .additional-info img,
	.my-profile-tab.occupation .my-profile-title .additional-info img {
		margin-left: 0;
	}

	.profile-tab.occupation .occupation-wrapper .occupation-form,
	.my-profile-tab.occupation .occupation-wrapper .occupation-form {
		margin-bottom: 80px;
	}

	.profile-tab.occupation .occupation-wrapper .address-dropdowns,
	.my-profile-tab.occupation .occupation-wrapper .address-dropdowns {
		width: 100%;
	}

	.profile-tab.occupation .occupation-wrapper .address-dropdowns .form__group,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 20px !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.firago,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.firago,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.firago,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.firago {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group.active
		.input-wrapper
		.form__group-arrow,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education.active
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group.active
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education.active
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) scaleX(-1) rotate(-90deg);
		transform: translateY(-50%) scaleX(-1) rotate(-90deg);
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper {
		width: 100%;
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper
		.form__group-arrow,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		input.form__input,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		input.form__input,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		input.form__input,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		input.form__input {
		width: 100% !important;
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right {
		top: calc(100% + 10px) !important;
		right: auto;
		left: 0;
		width: 100%;
		height: 190px;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right::before,
	.profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right::before,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.form__group
		.dropdown-right::before,
	.my-profile-tab.occupation
		.occupation-wrapper
		.address-dropdowns
		.other-education
		.dropdown-right::before {
		display: none;
	}

	.profile-tab.education .address-dropdowns,
	.my-profile-tab.education .address-dropdowns {
		width: 100%;
	}

	.profile-tab.education .address-dropdowns .form__group,
	.profile-tab.education .address-dropdowns .other-education,
	.my-profile-tab.education .address-dropdowns .form__group,
	.my-profile-tab.education .address-dropdowns .other-education {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 20px !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.profile-tab.education .address-dropdowns .form__group .firago,
	.profile-tab.education .address-dropdowns .other-education .firago,
	.my-profile-tab.education .address-dropdowns .form__group .firago,
	.my-profile-tab.education .address-dropdowns .other-education .firago {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
	}

	.profile-tab.education
		.address-dropdowns
		.form__group.active
		.input-wrapper
		.form__group-arrow,
	.profile-tab.education
		.address-dropdowns
		.other-education.active
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.education
		.address-dropdowns
		.form__group.active
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.education
		.address-dropdowns
		.other-education.active
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) scaleX(-1) rotate(-90deg);
		transform: translateY(-50%) scaleX(-1) rotate(-90deg);
	}

	.profile-tab.education .address-dropdowns .form__group .input-wrapper,
	.profile-tab.education .address-dropdowns .other-education .input-wrapper,
	.my-profile-tab.education .address-dropdowns .form__group .input-wrapper,
	.my-profile-tab.education .address-dropdowns .other-education .input-wrapper {
		width: 100%;
		position: relative;
	}

	.profile-tab.education
		.address-dropdowns
		.form__group
		.input-wrapper
		.form__group-arrow,
	.profile-tab.education
		.address-dropdowns
		.other-education
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.education
		.address-dropdowns
		.form__group
		.input-wrapper
		.form__group-arrow,
	.my-profile-tab.education
		.address-dropdowns
		.other-education
		.input-wrapper
		.form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.profile-tab.education .address-dropdowns .form__group input.form__input,
	.profile-tab.education .address-dropdowns .other-education input.form__input,
	.my-profile-tab.education .address-dropdowns .form__group input.form__input,
	.my-profile-tab.education
		.address-dropdowns
		.other-education
		input.form__input {
		width: 100% !important;
	}

	.profile-tab.education .address-dropdowns .form__group .dropdown-right,
	.profile-tab.education .address-dropdowns .other-education .dropdown-right,
	.my-profile-tab.education .address-dropdowns .form__group .dropdown-right,
	.my-profile-tab.education
		.address-dropdowns
		.other-education
		.dropdown-right {
		top: calc(100% + 10px) !important;
		right: auto;
		left: 0;
		width: 100%;
		height: 190px;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.profile-tab.education
		.address-dropdowns
		.form__group
		.dropdown-right::before,
	.profile-tab.education
		.address-dropdowns
		.other-education
		.dropdown-right::before,
	.my-profile-tab.education
		.address-dropdowns
		.form__group
		.dropdown-right::before,
	.my-profile-tab.education
		.address-dropdowns
		.other-education
		.dropdown-right::before {
		display: none;
	}

	.profile-tab.address .wizard__tab .left,
	.my-profile-tab.address .wizard__tab .left {
		padding-left: 0;
	}

	.profile-tab.address .wizard__tab .left .my-profile-title,
	.my-profile-tab.address .wizard__tab .left .my-profile-title {
		margin-left: 0;
	}

	.profile-tab.address .wizard__tab .left .form__group,
	.my-profile-tab.address .wizard__tab .left .form__group {
		width: 100%;
	}

	.profile-tab.address .wizard__tab .inputs,
	.my-profile-tab.address .wizard__tab .inputs {
		width: 100%;
		margin-bottom: 100px;
	}

	.profile-tab.address .wizard__tab .form__group,
	.my-profile-tab.address .wizard__tab .form__group {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 20px !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.profile-tab.address .wizard__tab .form__group .dropdown-right-trigger,
	.my-profile-tab.address .wizard__tab .form__group .dropdown-right-trigger {
		position: relative;
		width: 100%;
	}

	.profile-tab.address .wizard__tab .form__group .firago,
	.my-profile-tab.address .wizard__tab .form__group .firago {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
	}

	.profile-tab.address .wizard__tab .form__group.active .form__group-arrow,
	.my-profile-tab.address .wizard__tab .form__group.active .form__group-arrow {
		-webkit-transform: translateY(-50%) scaleX(-1) rotate(-90deg) !important;
		transform: translateY(-50%) scaleX(-1) rotate(-90deg) !important;
	}

	.profile-tab.address .wizard__tab .form__group .form__group-arrow,
	.my-profile-tab.address .wizard__tab .form__group .form__group-arrow {
		-webkit-transform: translateY(-50%) rotate(90deg) !important;
		transform: translateY(-50%) rotate(90deg) !important;
	}

	.profile-tab.address .wizard__tab .form__group input.form__input,
	.my-profile-tab.address .wizard__tab .form__group input.form__input {
		width: 100% !important;
	}

	.profile-tab.address .wizard__tab .form__group .dropdown-right,
	.my-profile-tab.address .wizard__tab .form__group .dropdown-right {
		top: calc(100% + 10px) !important;
		right: auto;
		left: 0;
		width: 100%;
		height: 190px;
		-webkit-animation-name: fadeInUpDropdown;
		animation-name: fadeInUpDropdown;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.profile-tab.address .wizard__tab .form__group .dropdown-right::before,
	.my-profile-tab.address .wizard__tab .form__group .dropdown-right::before {
		display: none;
	}

	.profile-tab .profile-tab-title,
	.my-profile-tab .profile-tab-title {
		margin-bottom: 30px;
	}

	.profile-tab .user-disability,
	.my-profile-tab .user-disability {
		display: block !important;
		position: relative;
		margin-right: 0;
		width: 100%;
		height: 15px;
		overflow: hidden;
		padding-bottom: 0;
		box-sizing: content-box;
		-webkit-transition: height 0.15s ease;
		transition: height 0.15s ease;
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.profile-tab .user-disability.level1.level2,
	.my-profile-tab .user-disability.level1.level2 {
		height: 102px !important;
	}

	.profile-tab .user-disability.level1.level2 .disability-details label,
	.my-profile-tab .user-disability.level1.level2 .disability-details label {
		top: 0px;
	}

	.profile-tab .user-disability .checkbox-container,
	.my-profile-tab .user-disability .checkbox-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.profile-tab .user-disability .checkbox-container .firago,
	.my-profile-tab .user-disability .checkbox-container .firago {
		height: 15px;
		vertical-align: middle;
	}

	.profile-tab .user-disability.no-disability,
	.my-profile-tab .user-disability.no-disability {
		height: auto;
	}

	.profile-tab .user-disability .disability-details,
	.my-profile-tab .user-disability .disability-details {
		position: relative;
		margin-top: 20px;
		width: 100%;
		opacity: 0;
		-webkit-transition: opacity 0.15s ease;
		transition: opacity 0.15s ease;
		-webkit-box-align: end;
		align-items: flex-end;
		height: auto;
	}

	.profile-tab .user-disability .disability-details .firago,
	.my-profile-tab .user-disability .disability-details .firago {
		position: absolute;
		top: 14px;
		left: 14px;
		z-index: 1;
		-webkit-transition: top 0.15s ease;
		transition: top 0.15s ease;
	}

	.profile-tab .user-disability .disability-details .form__group,
	.my-profile-tab .user-disability .disability-details .form__group {
		margin-left: 0 !important;
		box-sizing: content-box;
		-webkit-transition: padding-top 0.15s ease;
		transition: padding-top 0.15s ease;
	}

	.profile-tab .user-disability .disability-details .form__group.filled,
	.my-profile-tab .user-disability .disability-details .form__group.filled {
		padding-top: 25px !important;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input {
		padding: 14px;
		height: 42px !important;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-webkit-input-placeholder,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-webkit-input-placeholder {
		color: transparent;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-moz-placeholder,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-moz-placeholder {
		color: transparent;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input:-ms-input-placeholder,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input:-ms-input-placeholder {
		color: transparent;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-ms-input-placeholder,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::-ms-input-placeholder {
		color: transparent;
	}

	.profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::placeholder,
	.my-profile-tab
		.user-disability
		.disability-details
		.form__group
		input.form__input::placeholder {
		color: transparent;
	}

	.user-info-boxes:not(.mb-0) {
		border-bottom: 1px solid #343463;
	}

	.user-info-box.active {
		width: 100%;
		margin-right: 0;
	}

	.button-wrapper {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		height: 80px;
		background-color: #211f54;
		position: fixed;
		bottom: 0px;
		left: 105%;
		z-index: 11;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	.my-profile-tab.active .button-wrapper {
		left: 0;
	}

	.profile .profile__right form .button--red {
		position: static;
		margin: 0;
	}

	.profile-grid,
	.profile-events {
		grid-template-columns: 1fr;
	}

	.form-edit-user .d-flex {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.form-edit-user .button {
		margin-left: auto;
		margin-right: auto;
	}

	.profile__right {
		-webkit-box-flex: 0;
		flex: 0;
		height: 0 !important;
	}

	.profile__nav {
		margin-left: 0 !important;
	}

	.profile__nav li.active:not(.panel) {
		/* color: #fff; */
		font-size: 1.4rem;
	}

	.profile__nav li:hover {
		/* color: #fff !important; */
		font-size: 1.4rem;
	}

	.profile__nav li.active:not(.panel) .st0 {
		/* fill: #fff !important; */
	}

	.profile__nav li.active:not(.panel) path {
		/* fill: #fff !important; */
	}

	.profile__top {
		/* display: -webkit-box;
		display: flex;
		flex-wrap: wrap; */
		margin-bottom: 4rem;
		border-bottom: 1px solid #343463;
		padding-left: 0;
	}

	.profile__top .heading {
		-webkit-box-flex: 1;
		flex: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.profile__top .heading--fancy {
		margin-left: 0;
	}

	.profile__top .firago {
		-webkit-box-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin-bottom: 0 !important;
	}

	.profile__top > .firago {
		margin-left: 25px !important;
	}

	.profile__top .profile-pic {
		/* margin-left: 0 !important; */
		/* -webkit-box-ordinal-group: 2;
		order: 1; */
	}

	.profile__top .line--inner {
		display: none;
	}

	.profile__nav li:hover:not(.panel) .st0 {
		/* fill: #fff !important; */
	}

	.profile__nav li:hover:not(.panel) path {
		/* fill: #fff; */
	}

	.profile .profile-tab-title {
		display: -webkit-box;
		display: flex;
		color: #231d57;
		border: none;
	}

	.profile-tab-title {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		font-family: "FiraGO";
		font-style: italic;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #fff;
		margin-bottom: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #343463;
	}

	.profile-tab-title svg {
		height: 14px;
		margin-right: 10px;
	}
	.profile-left-side {
		box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
		border-radius: 16px;
		margin: 0 16px;
		background: #fff;
	}
	.my-profile-tab {
		width: 100%;
		height: 100vh;
		height: fit-content;
		overflow: auto;
		z-index: 0;
		background-color: white;
	}

	.my-profile-tab .my-profile-title:after {
		display: none;
	}

	.profile-tab {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.profile-grid,
	.profile-events {
		grid-template-columns: 1fr;
	}

	.subscibed-organization,
	.subscibed-category {
		width: 100%;
		margin-right: 0 !important;
	}

	.banner {
		padding: 15px 0;
	}

	.banner__content {
		-webkit-box-align: center;
		align-items: center;
		padding: 10px 0;
	}

	.banner__content img {
		width: 10px !important;
	}

	.banner__content .close-banner span {
		display: none;
	}

	.banner__content .close-banner img {
		margin: 0;
	}

	.banner a {
		width: 100%;
		margin: 0;
		display: -webkit-box;
		display: flex;
	}

	.banner a img {
		display: none;
	}

	.banner--yellow {
		position: fixed;
		top: 0;
	}

	.banner--yellow .banner__content img {
		width: 5px !important;
	}

	.query-main {
		position: relative;
		padding-top: 27px;
	}

	.datepicker-container {
		z-index: 111111 !important;
	}
}

@media only screen and (max-width: 768px) {
	.join-us {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
		padding-left: 0%;
		padding-top: 2.4rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-bottom: 4rem;
		gap: unset;
	}
}

@media only screen and (max-width: 768px) {
	link:nth-of-type(6) {
		margin-bottom: 0;
	}

	.join-us {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
		padding-left: 0%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.join-us .img-lg {
		position: static;
		-webkit-transform: none;
		transform: none;
		display: none;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 60%;
	}

	.join-us .text-content {
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0 auto;
		max-width: 100%;
		width: 80%;
		text-align: center;
	}

	.join-us .text-content .tags {
		overflow: hidden;
		margin-top: 10px;
	}

	.join-us .text-content .tags .tag {
		flex-shrink: 0;
	}

	.join-us .text-content .tags .restriction li {
		flex-shrink: 0;
	}

	.join-us .text-content .tags .tag-links,
	.join-us .text-content .tags .restriction {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
	}

	.join-us .search-tab--organizations .blue-container {
		grid-template-columns: auto auto;
	}
}

@media only screen and (max-width: 600px) {
	.header__right .header__button:first-child {
		-webkit-box-flex: 2;
		flex: 2;
	}

	.header__right .header__button:nth-child(2) {
		-webkit-box-flex: 1;
		flex: 1;
	}

	.header__button {
		font-size: 12px;
	}

	.header__button span {
		margin-left: 10px;
	}

	.mobile-filters .categories-grid {
		grid-template-columns: 1fr;
	}

	.wrapper {
		padding: 0 18px;
	}

	.section-highlighted .wrapper {
		padding: 0;
	}

	.section-highlighted .heading--fancy {
		padding-left: 20px;
	}

	.join-us .img-lg {
		width: 80%;
		display: none;
	}

	.grid-container {
		width: 100%;
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		margin-bottom: 30px;
	}

	.grid-container .event__title h3 {
		font-size: 12px;
		max-height: 44px;
	}

	.grid-container .event__host h4 {
		font-size: 11px;
	}

	.grid-container .item {
		width: 75%;
		flex-shrink: 0;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.grid-container .item-lg .event__img {
		padding-top: 59.6%;
	}

	.grid-container .event__date {
		font-size: 11px;
		width: 55px;
		height: 55px;
	}

	.grid-container .event:last-child:after {
		content: "lorem ipsum";
		overflow: hidden;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		opacity: 0;
	}

	.event__intro {
		font-size: 12px;
		max-height: 43px;
	}

	.events {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}
	#all-companies-list-id .events {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}
	.event__date {
		width: 50px;
		height: 50px;
	}

	.event__title h3 {
		font-size: 18px;
	}

	.event__host {
		font-size: 13px;
	}

	.event__location {
		font-size: 11px;
	}

	.event__location .marker {
		width: 11px;
	}

	.heading-container {
		flex-wrap: wrap;
	}

	.heading--fancy {
		padding: 20px 0;
	}

	.heading--fancy:before {
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.switch {
		width: 100%;
		margin-left: 0;
		margin-bottom: 35px;
		max-width: 100%;
	}

	.switch__item {
		font-size: 12px;
		padding: 2rem;
	}

	.switch__item:hover:not(.disabled) {
		background-color: transparent;
		color: #ee3048;
	}

	.switch__item.active {
		background-color: #ee3048 !important;
		color: #fff !important;
	}

	.footer {
		/* background: linear-gradient(90.69deg, #334194 -24.42%, #211f54 100.75%); */
	}

	.footer .socials {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.footer .terms a {
		margin-left: 0;
	}

	.footer .terms a {
		display: block;
	}

	.footer .terms a:not(:last-child) {
		margin-bottom: 13px;
	}

	.footer .socials a {
		/* margin: 0; */
		/* margin-left: 16px; */
	}

	.footer .socials a span {
		display: none;
	}

	.footer .socials a img {
		display: inline-block;
	}

	.about-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 70px;
		width: 100%;
		padding-top: 0;
	}

	.about-main .about-info {
		-webkit-box-ordinal-group: 2;
		order: 1;
		text-align: center;
		padding-left: 18px;
		padding-right: 18px;
	}

	.about-main .about-info .paragraph {
		font-size: 14px;
		text-align: initial;
		line-height: 23px;
	}

	.about-main .about-img {
		margin: 0 auto;
		margin-bottom: 30px;
		width: 85%;
		max-width: 700px;
	}

	.contact-main {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
		padding-bottom: 40px;
	}

	.contact-main .contact-info .heading--xl {
		font-size: 16px;
	}

	.contact-main .contact-info .link .icon {
		width: 1.5rem;
	}

	.filters-container .filter .checkbox-container {
		width: 100% !important;
	}

	.search-tab--organizations .blue-container {
		grid-template-columns: auto;
	}

	.share-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.share-link .button {
		max-width: 200px;
	}

	.share-link-container {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 374px) {
	.confirmation-checkbox {
		padding-left: 0;
	}

	.confirmation-checkbox .firago {
		font-size: 10px;
	}

	.header-bottom-mobile .header__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.header-bottom-mobile .header__right .header__button {
		margin: 0 !important;
		width: 100%;
	}

	.header-bottom-mobile .header__right .header__button:first-child {
		margin-bottom: 20px !important;
	}

	.profile {
		padding-left: 5%;
		padding-right: 5%;
	}

	.form__group {
		width: 80%;
	}

	.mobile-nav .auth-buttons .header__button {
		font-size: 11px;
	}
}

@media only screen and (max-width: 350px) {
	.blue-layout-md {
		padding-left: 4%;
		padding-right: 4%;
	}
}
.coming-soon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.coming-soon span {
	font-weight: 800;
	font-size: 46px;
	line-height: 55px;
	color: #000000;
	opacity: 0.2;
	font-family: FiraGO;
	font-style: normal;
}
@media only screen and (max-width: 768px) {
	.coming-soon {
		position: static;
		transform: none;
		margin-top: 100px;
		top: unset;
		left: unset;
	}
}
.abilities-map-page,
.library-page {
	padding-top: 7rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #d9d9d9;
}
.abilities-map-page {
	padding-bottom: 15rem;
}
.abilities-map-page .wrapper > .heading,
.library-page .wrapper > .heading {
	color: #231d57;
	font-style: normal;
	margin-bottom: 1.2rem;
}
.abilities-map-page .wrapper > .p,
.library-page .wrapper > .p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #000000;
	opacity: 0.6;
	margin-bottom: 40px;
}

.abilities-map {
	height: 605px;
	border-radius: 8px;
}
.marker-card {
	background: #ffffff;
	/* box-shadow: 0px 4px 14px rgba(28, 28, 28, 0.25);
	border-radius: 8px; */
	width: 180px;
	overflow: hidden;
	padding-top: 70px;
}

.marker-card img {
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
}
.marker-card h3 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	font-feature-settings: "case" on;
	/* padding-top: 12px; */
	/* text-align: center; */
	color: #000000;
}
@media only screen and (max-width: 768px) {
	.abilities-map {
		height: 465px;
	}
	.marker-card {
		width: 140px;
	}
	.abilities-map-page {
		padding-bottom: 5rem;
	}
}

.feedback-btn {
	position: fixed;
	padding: 18px 5px 18px 24px;
	max-width: 120px;
	/* min-height: 70px; */
	right: 0;
	top: 60vh;
	background: #fec210;
	/* border-radius: 8px 0 0 8px; */
	border-radius: 48px 0 0 48px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	font-feature-settings: "case" on;
	z-index: 50;
	color: #000000;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.feedback-btn {
		/* display: none; */
		padding: 12px 5px 12px 16px;
		max-width: 100px;
		font-size: 1.3rem;
		line-height: 16px;
	}
}

.library-page {
	border-bottom: none;
	padding-bottom: 10rem;
}

.library-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.4rem;
}
.library-card {
	padding: 6.4rem 4.8rem;
	flex-direction: column;
	display: flex;
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
}
.library-card img {
	width: 44%;
	margin-bottom: 3.2rem;
}
.library-card h4 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-feature-settings: "case" on;
	color: #231d57;
	margin-bottom: 1.6rem;
}
.library-card p,
.library-card a {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	opacity: 0.6;
}
.library-card p {
	margin-bottom: 9rem;
}
.library-card a {
	text-decoration-line: underline;
	font-feature-settings: "case" on;
	color: #231d57;
	opacity: 0.9;
	margin-top: auto;
}

@media only screen and (max-width: 768px) {
	.library-grid {
		grid-template-columns: 1fr;
	}
	.library-card {
		display: grid;
		padding: 24px;
		grid-template-columns: 1.4fr 1fr;
		justify-content: space-between;
		grid-template-areas:
			"title img"
			"p img"
			"a img";
		grid-column-gap: 5.2rem;
	}
	.library-card img {
		width: 100%;
		margin-bottom: 0;
		grid-area: img;
	}
	.library-card p,
	.library-card a {
		text-align: left;
	}
	.library-card p {
		margin-bottom: 1rem;
	}
	/* .library-card a {
		margin-top: 1rem;
	} */
	.library-page {
		padding-bottom: 6rem;
	}
}
.library-in {
	margin-bottom: 13rem;
	min-height: 50vh;
}
.library-in-switch {
	margin: 5rem 0;
}
.library-in-switch img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	margin-right: 1.6rem;
}
.library-in-switch .switch__item.active img {
	width: 40px;
	height: 40px;
}
.library-in-switch .switch__item {
	justify-content: start;
	flex: unset;
	-webkit-box-flex: unset;
	padding: 2.4rem;
}

.library-in-switch .switch__item span {
	font-size: 1.4rem;
}
.library-in-switch .switch__item.active span {
	font-size: 1.8rem;
}
.library-in-switch .switch__item:nth-child(2) {
	position: relative;
}
.library-in-switch .switch__item:nth-child(2):before,
.library-in-switch .switch__item:nth-child(2):after {
	content: "";
	width: 1px;
	height: 2.4rem;
	display: block;
	background-color: rgba(217, 217, 217, 0.8);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* border-left: 1px solid rgba(217, 217, 217, 0.6);
	border-right: 1px solid rgba(217, 217, 217, 0.6); */
}

.library-in-switch .switch__item:nth-child(2):before {
	left: 0;
}
.library-in-switch .switch__item:nth-child(2):after {
	right: 0;
}
.library-in-switch .switch__item:hover {
	background-color: transparent;
	color: rgba(35, 29, 87, 1);
}

.library-catalog-cards .cards-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2.4rem;
}

.library-card-download a {
	display: none;
	width: 48px;
	height: 48px;
	background-color: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.library-card-download:hover a {
	display: flex;
	position: absolute;
	z-index: 3;
}
.lib-card-img {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 8px;
	height: 150px;
	position: relative;
	margin-bottom: 1.2rem;
}
.library-card-download:hover .lib-card-img {
	background: rgba(49, 49, 49, 0.3);
}
.library-card-download:hover .lib-card-img .pdf {
	opacity: 0.5;
}
.lib-card-img .pdf {
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
	width: 48px;
	height: 47px;
	object-fit: cover;
}

.library-card-download h5 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #000000;
}
.library-card-download span {
	display: block;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	color: #000000;
	opacity: 0.5;
}
.poetry-tab-wrapper {
	width: 70%;
}
.library-poetry-cards .cards-wrapper {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
	width: 100%;
}
.library-poetry-cards .cards-wrapper.active {
	display: grid;
}
.library-poetry-cards .wrapper {
	display: flex;
	justify-content: space-between;
}
.library-poetry-cards .library-card-download {
	/* width: 220px; */
}
.poetry-selects {
	width: 24%;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 8px;
	height: fit-content;
}
.poetry-selects-list {
}
.poetry-li {
	color: #000000;
	opacity: 0.6;
	font-size: 1.4rem;
	padding: 1rem 2.4rem;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "case" on;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
.poetry-li > .d-flex {
	cursor: pointer;
	padding: 1.4rem 0;
}
.poetry-li:last-child {
	border-bottom: none;
}

.poetry-li-in,
.poetry-li-in > li {
	height: 0;
	opacity: 0;
}
.poetry-li.active .poetry-li-in {
	height: auto;
	opacity: 1;
	margin-top: 1rem;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
.poetry-li.active .poetry-li-in > li {
	height: auto;
	opacity: 0.6;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.poetry-li.active .poetry-li-in > li > span {
	margin-bottom: 1.6rem;
	padding-left: 1.6rem;
	color: #000000;
	opacity: 0.6;
	font-size: 1.2rem;
	display: block;
	font-feature-settings: "case" on;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}
.poetry-li.active .poetry-li-in > li.active,
.poetry-li.active .poetry-li-in > li.active span {
	opacity: 0.9;
}
.poetry-li .arrow {
	width: 1.2rem;
	margin-left: auto;
	margin-right: 0;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	transform: rotate(-90deg);
}
.poetry-li.active .arrow {
	transform: rotate(-180deg);
}
.poetry-li:hover,
.poetry-li.active,
.poetry-li.active .poetry-li-in > li:hover,
.poetry-li.active .poetry-li-in > li > span:hover {
	opacity: 1;
}
.poetry-li .results {
	display: none;
}
.library-activity-cards {
	position: relative;
}
.library-activity-cards h4 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #231d57;
	margin-bottom: 24px;
}
.library-activity-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2.5rem;
}
.library-activity-card {
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	overflow: hidden;
}
.library-activity-card .head img {
	width: 100%;
	height: 153px;
	object-fit: cover;
}
.library-activity-card .body {
	padding: 24px;
}
.library-activity-card .body p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 2.4rem;
}
.library-activity-card .body .details {
	margin-bottom: 24px;
}
.library-activity-card .body .details h5,
.library-activity-card .body .details span,
.library-activity-card .body .activity-level h5,
.library-activity-card .body .resources h5,
.library-activity-card .resources-grid h6 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
	margin-top: 24px;
}
.library-activity-card .resources-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.3rem;
	margin-top: 12px;
}
.library-activity-card .body .activity-level div {
	min-height: 44px;
	border: 1px solid rgba(214, 214, 214, 0.72);
	border-radius: 6px;
	margin-top: 12px;
	display: flex;
	padding: 1rem;
	align-items: center;
	font-size: 1.4rem;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	font-family: "FiraGO";
}
.library-activity-card .body .details span {
	font-size: 1.3rem;
	opacity: 0.5;
	margin-top: 3px;
	display: block;
	margin-left: 23px;
}
.library-activity-card .body .details.activity-level span {
	margin-left: 0;
	margin-top: 12px;
}
.library-activity-card .resources-grid .pdf-img {
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
	border: 1px solid rgba(214, 214, 214, 0.72);
	border-radius: 6px;
}
.library-activity-card .resources-grid h6 {
	margin: 0;
	font-size: 1.2rem;
}

.library-activity-card .resources-grid .pdf-img img {
	max-width: 48px;
}
.library-activity-cards:after {
	content: "";
	height: 200px;
	width: 30%;
	position: absolute;
	bottom: 20%;
	left: 0;
	background-color: #fec210;
	z-index: -1;
}
@media (max-width: 991px) {
	.library-activity-list {
		grid-template-columns: 1fr;
		grid-gap: 1.6rem;
	}
	.library-activity-card .resources-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.7rem;
	}
	.library-in {
		margin-bottom: 7rem;
	}
	.library-catalog-cards .cards-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0.8rem;
		grid-row-gap: 1.6rem;
	}
	.lib-card-img {
		height: 120px;
		margin-bottom: 0.8rem;
	}
	.lib-card-img .pdf {
		width: 32px;
		height: 32px;
	}
	.library-poetry-cards .cards-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0.8rem;
		grid-row-gap: 1.6rem;
	}
	.poetry-tab-wrapper {
		width: 100%;
		display: none;
	}
	.poetry-selects {
		width: 100%;
		/* display: none; */
		margin-bottom: 20px;
	}
	.poetry-li.active > .results,
	.poetry-li-in li.active > .results {
	}
	.poetry-li.active .poetry-li-in {
		padding-top: 1rem;
		margin-top: 0;
	}
	.poetry-li.active > .results,
	.poetry-li-in li.active > .results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0.8rem;
		grid-row-gap: 1.6rem;
		width: 100%;
	}
	.library-poetry-cards .wrapper {
		flex-direction: column;
	}
	.library-poetry-cards .library-card-download {
		/* width: auto; */
	}
	.library-in-switch {
		align-items: start;
	}
	.library-in-switch .switch__item {
		padding: 0.8rem 0;
	}
	.library-in-switch .switch__item:nth-child(2):before,
	.library-in-switch .switch__item:nth-child(2):after {
		display: none;
	}
	.poetry-li.active .poetry-li-in > li.active {
		padding-bottom: 30px;
	}
	.poetry-li.active .poetry-li-in > li span {
		padding: 0;
	}
}

/* .bg-images {
	display: none;
} */
.opportunities-page,
#all-companies-list-id,
.main-page-events {
	position: relative;
}
.page-bgs:before,
#all-companies-list-id .page-bgs:after {
	content: "";
	width: 100%;
	height: 200px;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 40%;
	display: block;
	background: #231d57;
}
#all-companies-list-id .page-bgs:after {
	top: 70%;
	background: #fec210;
}
.opportunities-page .page-bgs:before {
	background: #231d57;
	opacity: 0.05;
}
#all-companies-list-id .page-bgs div:nth-child(1),
#all-companies-list-id .page-bgs div:nth-child(2) {
	display: none;
}
.page-bgs div:nth-child(1),
.page-bgs div:nth-child(2) {
	height: 200px;
	width: 12rem;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 70%;
	display: block;
	background: #fec210;
}
.opportunities-page .page-bgs div:nth-child(1),
.opportunities-page .page-bgs div:nth-child(2) {
	background: rgba(254, 194, 16, 0.2);
}

.page-bgs div:nth-child(2) {
	left: unset;
	right: 0;
}
.footer {
	position: relative;
}
.footer:before {
	content: "";
	display: block;
	width: 114px;
	height: 180px;
	background-image: url(../img/search-bg.png);
	position: absolute;
	top: -160px;
	z-index: -1;
	background-size: cover;
	left: -20px;
	background-repeat: no-repeat;
}

/* .header-container:after {
	content: "";
	display: block;
	background-image: url(../img/search-bg.png);
	position: absolute;
	bottom: -175px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 130px;
	height: 210px;
	right: 0;
} */
.header-bg-img {
	/* display: none; */
	position: absolute;
	top: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 130px;
	height: 210px;
	right: 0;
}
.header-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.header-bg-img {
		width: 60px;
		height: 95px;
		z-index: -1;
	}
	/* .header-container:after {
		width: 60px;
		height: 95px;
		bottom: -70px;
		bottom: -200px;
	} */
	.footer:before {
		width: 94;
		height: 150px;
		top: -100px;
		left: -30px;
	}
}
.main-page-events .page-bgs:before {
	top: 33%;
}
.main-page-events .page-bgs div:nth-child(1),
.main-page-events .page-bgs div:nth-child(2) {
	top: 55%;
}
.main-page-sliders > h3 {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #231d57;
	opacity: 0.8;
	margin-bottom: 20px;
	padding: 0 20px;
}
.main-page-sliders .swiper-slide {
	height: unset;
}
.main-page-sliders .swiper-slide.single-card .card-info {
	box-shadow: none;
}
.main-page-sliders {
	max-width: 1480px;
	width: 96%;
	margin: auto;
}
.main-page-sliders .swiper {
	padding: 0 20px;
}
.main-page-sliders .swiper-button-next,
.main-page-sliders .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: #13b2b1;
	box-shadow: 0px 2px 16px rgb(170 170 170 / 12%);
	border-radius: 50%;
	font-size: 14px;
}
.main-page-sliders .swiper-button-next {
	right: 0;
}
.main-page-sliders .swiper-button-next:after,
.main-page-sliders .swiper-button-prev:after {
	color: #ffffff;
	font-size: 15px;
}
.main-page-sliders .swiper-button-prev {
	left: 0;
}
.main-page-sliders .swiper-button-disabled {
	background: #c9c9c9;
	opacity: 0.5;
}
.main-page-sliders .events {
	display: flex;
	gap: 0;
}
@media (max-width: 991px) {
	.main-page-sliders .swiper-button-next,
	.main-page-sliders .swiper-button-prev {
		display: none;
	}
	.main-page-sliders .swiper,
	.main-page-sliders > h3 {
		padding: 0;
	}
	.main-page-sliders {
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 600px) {
	.main-page-sliders {
		width: 100%;
		padding: 0 18px;
	}
}
.feedback-popup {
	/* display: none; */
}

.feedback-popup .popup__content {
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 1.8rem;
	max-width: 46rem;
	width: 100%;
}
.feedback-popup .popup__close {
	background: #ededed;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	top: 3.6rem;
	right: 4rem;
}
.feedback-popup .popup__close img {
	/* filter: contrast(0.5); */
	width: 50%;
}
.feedback-popup.popup-active .popup__content {
	padding: 4rem 4rem 2rem;
}
.feedback-popup .heading {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #231d57;
}
.fb-form-row h4 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-feature-settings: "case" on;
	color: #231d57;
	margin-bottom: 1.7rem;
}
.fb-form-row {
	margin-bottom: 2.4rem;
}
.fb-form-row input[type="checkbox"],
.fb-form-row input[type="radio"] {
	display: none;
}
.fb-form-row label.d-flex {
	margin-bottom: 1.2rem;
	cursor: pointer;
}
.fb-form-row label.d-flex span:first-of-type {
	margin-right: 1rem;
}
.fb-form-row button {
	background: #fec210;
	border-radius: 38px;
	padding: 1.3rem 3.2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-feature-settings: "case" on;
	color: rgba(0, 0, 0, 0.9);
	border: none;
}
.fb-form-row .fb-radio,
.fb-form-row .fb-check {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	border: 1.2px solid #231d57;
	border-radius: 2px;
	position: relative;
}
.fb-form-row .fb-radio {
	border-radius: 50%;
}

.fb-form-row input[type="text"],
.fb-form-row textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 1.7rem 2rem;
}
.fb-form-row input[type="text"]::placeholder,
.fb-form-row textarea::placeholder {
	color: #000000;
	opacity: 0.4;
}
.fb-form-row textarea {
	resize: none;
	height: 9.5rem;
}
.fb-form-row label {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	opacity: 0.8;
}
.fb-form-row span.fb-radio:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: #231d57;
	width: 8px;
	height: 8px;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fb-form-row input[type="radio"]:checked ~ span.fb-radio:after {
	display: block;
}
.fb-form-row span.fb-check:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 6px;
	border: solid #231d57;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}
.fb-form-row input[type="checkbox"]:checked ~ span.fb-check:after {
	/* background: #231d57; */
	display: block;
}

@media (max-width: 991px) {
	.feedback-popup.popup-active .popup__content {
		padding: 3.2rem 2.4rem 3.6rem;
	}
	.feedback-popup .fb-form-row:last-of-type {
		margin-bottom: 0;
	}
	.feedback-popup .popup__close {
		top: 2.7rem;
		right: 2.4rem;
	}
	.fb-form-row button {
		width: 100%;
	}
	.feedback-popup .heading {
		margin-bottom: 3.2rem !important;
	}
}
.user-registration-page,
.user-worker-registration-page {
	margin-bottom: 20rem;
}
.user-worker-registration-page .form__group .password-visible,
.user-registration-page .form__group .password-visible {
	top: 6.5rem;
}
.user-registration-page .blue-container.user-registration-main,
.user-worker-registration-page .blue-container.user-registration-main,
.org-registration-page .blue-container.org-registration-main {
	background: #fefefe;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	padding-top: 0;
	min-height: unset;
}
.user-registration-page
	.blue-container
	.user-main-info-tab
	.tab-form-group-wrapper {
	max-width: 490px;
}
.user-worker-registration-page
	.blue-container
	.user-main-info-tab
	.tab-form-group-wrapper,
.user-worker-registration-page .wizard__tab--registration-place .inputs,
.user-registration-page .wizard__tab--org-info .form__group {
	width: 342px;
}
.user-worker-education-work-tab {
	flex-direction: column;
}
.user-registration-page .wizard__tabs--organization .wizard__tab {
	width: 100%;
	max-width: unset;
	align-items: center;
	flex-direction: column;
}
.org-registration-page .wizard__tab--description {
	align-items: flex-start;
}
.org-registration-page .wizard__tab--description > div {
	max-width: 708px;
	width: 100%;
	margin: auto;
}
.org-registration-page .wizard__tab--password > div {
	max-width: 342px;
	margin-bottom: 0;
}
.org-registration-page .wizard__tab--org-type .checkboxes .checkbox-container {
	margin-bottom: 2rem;
}
.org-reg-page-pass-line {
	background: #d9d9d9;
}
.user-registration-page.org-registration-page
	.wizard__tabs--organization
	.wizard__tab {
	align-items: flex-start;
}
.org-registration-page .wizard__tab--activities2 .firago,
.org-registration-page
	.wizard__tab--registration-place
	.address-dropdowns
	.form__group
	> .firago {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #000000;
	opacity: 0.8;
}
.org-registration-page .wizard__tab--registration-place .left-wrapper,
.org-registration-page .wizard__tab--registration-place .right {
	margin: auto;
	max-width: 342px;
}
.org-registration-page .wizard__tab--registration-place .right > div {
	width: 100%;
}
.org-registration-page .wizard__tab--registration-place .right .form__group {
	margin-bottom: 2rem;
}
.org-registration-page
	.wizard__tab--registration-place
	.left-wrapper
	> .left
	> .firago,
.org-registration-page
	.wizard__tab--registration-place
	.left-wrapper
	.date-title {
	color: #000000;
	opacity: 0.8;
}
.org-registration-page
	.wizard__tab--registration-place
	.left-wrapper
	.date-title {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.org-registration-page
	.wizard__tab--registration-place
	.toggle-container.address-toggle
	.firago {
	color: #000000;
}
.org-registration-page
	.wizard__tab--registration-place
	.address-dropdowns
	.form__group
	> .firago {
	width: unset;
	text-align: left;
	margin-bottom: 8px;
	margin-right: 0;
}
.org-registration-page .wizard__tab--registration-place .right .form__group,
.org-registration-page .wizard__tab--org-type .checkboxes {
	display: block;
}
.org-registration-page .wizard__tab--registration-place .actual-address.active {
	display: block !important;
}
.org-registration-page .wizard__tab--org-type .checkboxes {
	grid-template-columns: unset;
}
.org-registration-page .wizard__tab--registration-place .left > .firago {
	margin-bottom: 3rem;
}
.org-registration-page .wizard__tab--registration-place .left .form__group {
	margin-top: 0;
}
.org-registration-page
	.wizard__tab--registration-place
	.address-toggle
	.left
	> .firago {
	margin-bottom: 8px;
}
.org-reg-place-title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500 !important;
	font-size: 1.6rem !important;
	line-height: 1.9rem !important;
	color: #000000 !important;
	opacity: 0.8 !important;
}
.org-reg-subtitle {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400 !important;
	font-size: 1.4rem !important;
	line-height: 1.7rem !important;
	font-feature-settings: "case" on;
	color: #000000 !important;
	opacity: 0.8 !important;
}
.org-reg-subtitle.line-height-1-3 {
	font-weight: 400;
	font-size: 1.3rem !important;
	line-height: 1.6rem !important;
}
.org-registration-page
	.wizard__tab--registration-place
	.left
	.checkbox-container:first-of-type {
	margin-bottom: 1rem;
}
.org-registration-page
	.wizard__tabs--organization
	.wizard__tab.wizard__tab--activities2
	> div {
	max-width: 800px;
	width: 100%;
	margin: auto;
}
.org-registration-page
	.wizard__tabs--organization
	.wizard__tab.wizard__tab--activities2
	.select-section--light
	.municipality-sections-wrapper
	.municipality-section.active {
	width: 100%;
}
.org-registration-page
	.wizard__tabs--organization
	.wizard__tab.wizard__tab--activities2
	.select-section--light
	.municipalities-wrapper
	.firago {
	color: #231d57;
	font-weight: 500;
}
.org-registration-page .wizard__tab--activities2 {
	margin-bottom: 6rem !important;
}
.org-registration-page
	.wizard__tabs--organization
	.wizard__tab.wizard__tab--activities2
	.municipality-sections-wrapper
	.municipality-section {
	margin-top: 0;
	margin-bottom: 2.5rem;
}
.org-registration-page
	.wizard__tabs--organization
	.wizard__tab.wizard__tab--activities2
	.select-section
	.filter__dropdown
	.checkbox-container {
	margin-left: 0;
	width: 100%;
}
.org-registration-page .wizard__tab--org-type .status-container,
.org-registration-page .wizard__tab--org-type .tab-header {
	max-width: 574px;
	margin: auto;
	display: block;
	grid-template-areas: unset;
	grid-template-columns: unset;
}
.org-registration-page .wizard__tab--org-type .tab-header .firago {
	margin: 0;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 8px;
}
.org-registration-page .wizard__tab--org-type .tab-header span {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 24px;
	display: block;
}
.org-registration-page .wizard__tab--org-type .tab-header {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0;
}
.org-registration-page
	.wizard__tab--activities2
	.select-section
	.filter__dropdown
	.checkbox-container {
	margin-bottom: 2rem;
}
.org-registration-page .wizard__tab--activities2 .filter__dropdown.regions {
	width: 50% !important;
}
.org-registration-page .wizard__tab--activities2 > .firago,
.org-registration-page .org-registr-place-country > .firago,
.org-registration-page .wizard__tab--fields .tab-title {
	margin-bottom: 2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #000000;
	opacity: 0.8;
}
.org-registration-page
	.wizard__tab--activities2
	.municipalities-wrapper
	.municipality-sections-wrapper {
	display: block;
}
.org-registration-page
	.wizard__tab--activities2
	.select-section
	.filter__dropdown
	.checkbox-container:after {
	display: none;
}
.org-registration-page .wizard__tab--fields .checkbox-container {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 2rem;
}

.org-registration-page .wizard__tab--fields .checkboxes-wrapper {
	padding-left: 0;
}
.org-registration-page .wizard__tab--fields .checkbox-container.master {
	-webkit-transform: none;
	transform: none;
}
.org-registration-page
	.wizard__tab--activities2
	.select-section--light
	.filter__dropdown
	.checkbox-container--white
	.title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000 !important;
	opacity: 0.8;
}
.org-registration-page .wizard__tab--fields .left {
	margin: 0;
}
.org-registration-page
	.wizard__tab--activities2
	.select-section--light
	.filter__dropdown
	.checkbox-container--white
	.checkmark {
	border: 1.4px solid #9f9f9f !important;
	border-radius: 2px;
	width: 16px;
	height: 16px;
}
.org-registration-page
	.wizard__tab--activities2
	.select-section--light
	.filter__dropdown
	.checkbox-container--white
	.checkmark::after {
	left: 3px;
	top: 0px;
}
.org-registration-page .wizard__tab--description .tab__title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 8px;
}
.org-registration-page .wizard__tab--description .textarea-subtext {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
	margin-top: 16px;
}
.user-worker-registration-page .blue-container .tab-content-wrapper {
	width: 100%;
}
.user-registration-page .blue-container .form__label,
.user-worker-registration-page .blue-container .form__label {
	position: static;
	padding-left: 0;
	font-feature-settings: "case" on;
	opacity: 0.8;
	padding-bottom: 1rem;
}
.user-registration-page .blue-container .form__input,
.user-registration-page .blue-container .form__input.form__select,
.user-worker-registration-page .blue-container .form__input,
.user-worker-registration-page .blue-container .form__input.form__select {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	background-color: transparent;
	opacity: 0.5;
}
.user-registration-page .blue-container .form__group select.form__select,
.user-worker-registration-page
	.blue-container
	.form__group
	select.form__select {
	background-image: url("/img/icons/arrow-down-select-blue.svg");
}
.user-registration-page .blue-container .form__input,
.user-registration-page .blue-container .form__label,
.user-registration-page .blue-container .form__group select.form__select,
.user-registration-page .blue-container .checkbox-container .firago,
.user-registration-page .wizard__tab .profile-pic .upload-text__registration,
.user-registration-page .profile-pic .pic-container span,
.user-registration-page .occupation-wrapper .firago,
.user-registration-page .wizard__tab .underlined.privacy-button,
.user-registration-page .wizard__tab .underlined.terms-button,
.user-worker-registration-page .blue-container .form__input,
.user-worker-registration-page .blue-container .form__label,
.user-worker-registration-page .blue-container .form__group select.form__select,
.user-worker-registration-page .blue-container .checkbox-container .firago,
.user-worker-registration-page
	.wizard__tab
	.profile-pic
	.upload-text__registration,
.user-worker-registration-page .profile-pic .pic-container span,
.user-worker-registration-page .occupation-wrapper .firago,
.user-worker-registration-page .wizard__tab .underlined.privacy-button,
.user-worker-registration-page .wizard__tab .underlined.terms-button,
.user-worker-registration-page .wizard__tab .address-dropdowns .firago {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
}

.user-registration-page .blue-container .form__group select.form__select,
.user-worker-registration-page
	.blue-container
	.form__group
	select.form__select {
	height: unset;
	opacity: 0.5;
}
.user-registration-page .blue-container .checkbox-container .firago,
.user-registration-page .wizard__tab .underlined.privacy-button,
.user-registration-page .wizard__tab .underlined.terms-button,
.user-worker-registration-page .blue-container .checkbox-container .firago,
.user-worker-registration-page .wizard__tab .underlined.privacy-button,
.user-worker-registration-page .wizard__tab .underlined.terms-button {
	font-feature-settings: "case" on;
	font-style: italic;
	opacity: 0.8;
	text-decoration: none;
}
.user-registration-page
	.blue-container
	.user-main-info-tab
	.profile-pic__registration {
	margin-left: 0 !important;
	margin-right: 17rem;
	margin-top: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	height: fit-content;
	width: 200px;
}
.user-registration-page .registration-container,
.user-worker-registration-page .registration-container {
	padding: 40px;
}
.user-registration-page .registration-container > .heading--fancy,
.user-worker-registration-page .registration-container > .heading--fancy {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #231d57;
	padding-top: 0;
}
.user-registration-page .registration-container > .heading--fancy::after,
.user-registration-page .wizard__tab .profile-pic-upload__registration,
.user-registration-page
	.wizard__tab
	.profile-pic
	.upload-text__registration::after,
.user-worker-registration-page
	.registration-container
	> .heading--fancy::after {
	display: none;
}

.user-registration-page .wizard__tab .profile-pic__registration .pic-container {
	width: 196px;
	height: 196px;
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	flex-direction: column;
	cursor: pointer;
}

.user-registration-page .wizard__tab .profile-pic .upload-text__registration {
	opacity: 0.8;
	font-feature-settings: "case" on;
	margin-bottom: 8px;
	padding: 0;
	margin-top: 2rem;
	width: 100%;
	text-align: left;
}
.user-registration-page .profile-pic .pic-container img {
	width: 33px;
	height: 33px;
	margin-bottom: 2rem;
}

.user-registration-page .profile-pic .pic-container span {
	opacity: 0.6;
	font-feature-settings: "case" on;
}
.user-registration-page .wizard__tab .tab-form-group-wrapper .form__group,
.user-worker-registration-page
	.wizard__tab
	.tab-form-group-wrapper
	.form__group,
.user-registration-page .wizard__tab--org-info .form__group {
	margin-bottom: 0;
}
.user-registration-page .occupation-wrapper,
.user-worker-registration-page .occupation-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 390px;
	margin: auto;
}
.user-registration-page .wizard__tab .passwords-content-wrapper .form__group,
.user-worker-registration-page
	.wizard__tab
	.passwords-content-wrapper
	.form__group {
	width: 390px;
	margin-bottom: 0;
}
.user-registration-page .address-dropdowns,
.user-registration-page .address-dropdowns .form__group .form__input,
.user-worker-registration-page .address-dropdowns,
.user-worker-registration-page .address-dropdowns .form__group .form__input {
	width: 100%;
}
.user-worker-registration-page
	.address-dropdowns
	.form__group
	.form__input::placeholder {
	/* opacity: 0.5; */
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000 !important;
}
.user-registration-page
	.wizard__tab
	.education-wrapper
	.address-dropdowns
	.form__group
	.firago,
.user-registration-page
	.wizard__tab
	.education-wrapper
	.address-dropdowns
	.other-education
	.firago,
.user-worker-registration-page
	.wizard__tab
	.address-dropdowns
	.form__group
	.firago,
.user-worker-registration-page
	.wizard__tab
	.address-dropdowns
	.other-education
	.firago {
	font-feature-settings: "case" on;
	opacity: 0.8;
	margin-bottom: 8px;
	width: 100% !important;
	text-align: left;
}
.user-registration-page .wizard__tab .education-wrapper > .firago,
.user-worker-registration-page .wizard__tab .occupation-wrapper > .firago {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-feature-settings: "case" on;
	color: #231d57;
	width: 100%;
	text-align: left;
}
.user-registration-page
	.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group,
.user-registration-page .wizard__tab .occupation-wrapper .other-education,
.user-worker-registration-page .wizard__tab .address-dropdowns .form__group,
.user-worker-registration-page
	.wizard__tab
	.occupation-wrapper
	.other-education {
	display: block;
	width: 100%;
}
.user-registration-page
	.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group,
.user-worker-registration-page .wizard__tab .address-dropdowns .form__group {
	margin-bottom: 2rem;
}
.user-registration-page .wizard__tab,
.user-worker-registration-page .wizard__tab {
	padding-bottom: 11rem;
	position: relative;
}
.user-registration-page .wizard__tab:after,
.user-worker-registration-page .wizard__tab:after {
	content: "";
	height: 1px;
	background: #dddddd;
	width: calc(100% + 80px);
	position: absolute;
	left: -40px;
	bottom: 10rem;
}
.user-registration-page .next-step,
.user-registration-page .next-step:hover,
.user-worker-registration-page .next-step,
.user-worker-registration-page .next-step:hover {
	background: #fec210;
	border-radius: 8px;
	height: 48px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.9;
	left: unset;
	right: 40px;
}
.user-registration-page .link-fancy:hover .attribute,
.user-registration-page .link-fancy .attribute,
.user-worker-registration-page .link-fancy:hover .attribute,
.user-worker-registration-page .link-fancy .attribute {
	animation: none;
}
.user-registration-page .next-step img,
.user-worker-registration-page .next-step img {
	filter: invert(1);
	width: 1rem !important;
}
.user-registration-page .link-fancy.next-step::after,
.user-worker-registration-page .link-fancy.next-step::after {
	display: none;
}
.user-registration-page .wizard__step,
.user-worker-registration-page .wizard__step {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #231d57;
	opacity: 0.5;
	width: calc(100% / 3 - 5px);
	margin: 0 !important;
}

.user-worker-registration-page .wizard__step {
	width: calc(100% / 4 - 5px);
}

.org-registration-page .wizard__step {
	width: calc(100% / 7 - 5px);
}

.user-registration-page .wizard__step.active,
.user-worker-registration-page .wizard__step.active {
	opacity: 1;
}
.user-registration-page .wizard__indicator,
.user-worker-registration-page .wizard__indicator {
	background: rgba(50, 63, 153, 0.2);
	border-radius: 30px;
	border: none;
}
.user-registration-page .wizard__indicator .bar,
.user-worker-registration-page .wizard__indicator .bar {
	background: #323f99;
	border-radius: 30px;
	width: calc(100% / 3);
	height: 100%;
}
.user-worker-registration-page .wizard__indicator .bar {
	width: calc(100% / 4);
}
.org-registration-page .wizard__indicator .bar {
	width: calc(100% / 7);
}
.user-registration-page .checkbox-container .checkmark:not(.not-radio),
.user-worker-registration-page .checkbox-container .checkmark:not(.not-radio) {
	border: 1.4px solid #9f9f9f;
	border-radius: 3px;
	background: transparent;
}
.user-registration-page .checkbox-container .checkmark:not(.not-radio):after,
.user-worker-registration-page
	.checkbox-container
	.checkmark:not(.not-radio):after {
	left: 3px;
	top: 0px;
	width: 4px;
	height: 6px;
	border: solid #323f99;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: transparent;
	border-radius: none;
}
.user-worker-registration-page .checkbox-container .checkmark.not-radio,
.user-registration-page .checkbox-container .checkmark.not-radio {
	border: 1.4px solid #9f9f9f;
	background: transparent;
}
.user-worker-registration-page .checkbox-container .checkmark.not-radio:after,
.user-registration-page .checkbox-container .checkmark.not-radio:after {
	background: #323f99;
}
.user-registration-page .wizard__tab .underlined.privacy-button,
.user-registration-page .wizard__tab .underlined.terms-button,
.user-worker-registration-page .wizard__tab .underlined.privacy-button,
.user-worker-registration-page .wizard__tab .underlined.terms-button {
	text-decoration: underline !important;
}
.user-worker-registration-page
	.wizard__tab--registration-place
	.address-dropdowns
	.form__group-arrow {
	top: 65%;
}
.user-worker-registration-page .wizard__tab--registration-place {
	margin-bottom: 3rem;
}
.user-worker-registration-page
	.wizard__tabs
	.wizard__tab
	.education-wrapper
	.user-disability {
	width: 100%;
}
.user-worker-registration-page
	.wizard__tabs
	.wizard__tab
	.education-wrapper
	.user-disability
	label {
	margin-bottom: 2rem !important;
}
.user-registration-page #uploadedImage.reg-profile-img-uploaded {
	width: 100%;
	height: 100%;
}
.org-reg-upload-img .inputFile {
}

.org-reg-upload-img .photo {
	background-image: url("/img/icons/admin-panel-camera.svg");
	background-position: center 30px;
	background-size: 35px;
	height: 148px;
	position: relative;
}
.org-reg-upload-img .photo div {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.org-reg-upload-img .photo div span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
}
.org-reg-upload-img .inputFile img {
}
.user-worker-registration-page .wizard__tab--registration-place.active {
	display: block;
}
.user-worker-registration-page .wizard__tab--registration-place .left-wrapper {
	margin: auto;
	max-width: 342px;
}
.user-worker-registration-page
	.wizard__tab--registration-place
	.left
	> .firago {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7rem;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 2rem;
}
@media (max-width: 991px) {
	.org-registration-page .wizard__tabs--organization {
		width: 100%;
	}
	.user-worker-registration-page .form__group .password-visible,
	.user-registration-page .form__group .password-visible {
		top: 4.5rem;
	}
	.org-registration-page
		.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.sub-item {
		width: calc(100% - 3rem);
		margin-left: 3rem;
	}
	.org-registration-page
		.select-section--light
		.municipalities-wrapper
		.municipality-sections-wrapper
		.municipality-section
		.checkbox-container.desktop.uncheck-all {
		width: calc(100% - 3rem);
		margin-left: 3rem;
	}
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--password
		> div.form__group:not(.file-uploader):not(.skip-animation):not(
			.textarea-group
		) {
		display: block !important;
		height: unset !important;
		margin-bottom: 0 !important;
	}
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--password
		.confirmation-checkbox {
		margin-bottom: 0 !important;
	}
	.org-registration-page .wizard__tab--registration-place {
		padding-bottom: 5rem;
	}
	.user-registration-page.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place {
		padding-bottom: 5rem !important;
	}
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.address-matching
		.address-toggle {
		margin: unset;
	}
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left
		> .firago,
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country,
	.org-registration-page
		.wizard__tabs--organization
		.wizard__tab.wizard__tab--registration-place
		.left.country
		> .form__group {
		display: block;
	}
	.user-registration-page .registration-container,
	.user-worker-registration-page .registration-container {
		padding: 32px 16px;
	}
	.user-registration-page .blue-container.user-registration-main,
	.user-worker-registration-page .blue-container.user-registration-main,
	.org-registration-page .blue-container.org-registration-main {
		padding: 0;
		position: static;
		margin-top: 48px;
	}
	.user-registration-page,
	.user-worker-registration-page {
		padding: 0;
		margin-bottom: 89px;
	}
	.user-registration-page .wizard__step,
	.user-worker-registration-page .wizard__step {
		width: 100%;
	}
	.user-registration-page .wizard__indicator,
	.user-worker-registration-page .wizard__indicator {
		display: none;
	}
	.user-registration-page .wizard__header img,
	.user-worker-registration-page .wizard__header img {
		filter: invert(1);
	}
	.user-registration-page .wizard__tab .tab-form-group-wrapper .form__group,
	.user-worker-registration-page
		.wizard__tab
		.tab-form-group-wrapper
		.form__group,
	.user-registration-page .wizard__tab .passwords-content-wrapper .form__group,
	.user-worker-registration-page
		.wizard__tab
		.passwords-content-wrapper
		.form__group,
	.user-registration-page .wizard__tab--org-info .form__group {
		flex-wrap: wrap;
		height: fit-content !important;
	}
	.user-registration-page
		.wizard__tab
		.tab-form-group-wrapper
		.form__group
		label,
	.user-worker-registration-page
		.wizard__tab
		.tab-form-group-wrapper
		.form__group
		label,
	.user-registration-page
		.wizard__tab
		.passwords-content-wrapper
		.form__group
		label,
	.user-worker-registration-page
		.wizard__tab
		.passwords-content-wrapper
		.form__group
		label,
	.user-registration-page .wizard__tab--org-info .form__group label {
		padding-top: 0;
	}
	.user-registration-page
		.blue-container
		.user-main-info-tab
		.tab-form-group-wrapper,
	.user-registration-page
		.blue-container
		.user-main-info-tab
		.profile-pic__registration,
	.user-registration-page
		.wizard__tab
		.profile-pic__registration
		.pic-container {
		width: 100%;
	}
	.user-registration-page
		.wizard__tab
		.profile-pic__registration
		.pic-container {
		height: 196px !important;
	}
	.user-registration-page .next-step,
	.user-registration-page .next-step:hover,
	.user-worker-registration-page .next-step,
	.user-worker-registration-page .next-step:hover {
		position: static;
		right: unset;
		transform: none;
		width: 100%;
		justify-content: center;
		z-index: 0;
	}
	.user-registration-page .next-step:before,
	.user-worker-registration-page .next-step:before {
		display: none;
	}
	.user-registration-page .final-registration-container,
	.user-worker-registration-page .final-registration-container {
		background: transparent;
		height: 0;
	}
	.user-registration-page .wizard__tab,
	.user-worker-registration-page .wizard__tab {
		padding-bottom: 4rem;
	}
	.user-registration-page .wizard__tab:after,
	.user-worker-registration-page .wizard__tab:after {
		bottom: 4rem;
		width: calc(100% + 32px);
		left: -16px;
	}
	.user-registration-page
		.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.checkbox-container,
	.user-worker-registration-page
		.wizard__tabs
		.wizard__tab
		.tab-content-wrapper
		.tab-form-group-wrapper
		.checkbox-container {
		margin: 0;
	}
	.user-registration-page
		.wizard__tabs
		.wizard__tab
		.education-wrapper
		.user-disability,
	.user-worker-registration-page
		.wizard__tabs
		.wizard__tab
		.education-wrapper
		.user-disability {
		margin-bottom: 3rem;
	}
	.user-registration-page .form-registration,
	.user-worker-registration-page .form-registration {
		padding-bottom: 0;
		min-height: unset;
	}
	.user-registration-page .wizard__tabs .wizard__tab .passwords-content-wrapper,
	.user-worker-registration-page
		.wizard__tabs
		.wizard__tab
		.passwords-content-wrapper,
	.user-registration-page
		.wizard__tabs
		.wizard__tab
		.passwords-content-wrapper
		.confirmation-checkbox,
	.user-worker-registration-page
		.wizard__tabs
		.wizard__tab
		.passwords-content-wrapper
		.confirmation-checkbox {
		padding: 0;
	}
}
/* subscribe popup */
.subscribe-result {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	font-feature-settings: "case" on;
	color: #231d57;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.subscribe-result-popup .popup__content {
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	min-height: 312px;
	padding: 36px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subscribe-result-popup .popup__close {
	background: #ededed;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	top: 3.6rem;
	right: 4rem;
}
.subscribe-result-popup .popup__close img {
	width: 50%;
}
.subscribe-result-popup .subscribe-result img {
	display: none;
}
.subscribe-result-popup .subscribe-result img.active {
	display: block;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.subscribe-result-popup .popup__content {
		padding: 36px 10px;
	}
}

/* login popup */
.popup.popup-login {
}
.popup.popup-login .title-default .heading,
.popup.popup-login .popup__content--login > .heading {
	color: #231d57;
	padding-left: 72px;
}
.popup.popup-login .popup__content--login {
	padding-left: 0;
	background: #ffffff;
	border-radius: 20px;
}

.popup.popup-login .popup__content--login > .popup__close {
	background: #ededed;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	top: 32px;
	right: 32px;
}
.popup.popup-login .popup__content--login > .popup__close img {
	width: 50%;
}
.popup.popup-login .authentication .heading--fancy {
	margin-bottom: 1rem;
}
.popup.popup-login .authentication::after {
	content: "";
	width: 1px;
	height: 45%;
	background-color: #d9d9d9;
	position: absolute;
	left: 50%;
	/* bottom: 2rem; */
	top: 55%;
	transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
	.popup.popup-login .authentication::after {
		display: none;
	}
	.popup.popup-login .title-default {
		width: 100%;
	}
	.popup.popup-login .popup__content--login {
		padding-left: 16px;
		padding-right: 16px;
	}
	.login-page-wrapper {
		background: white;
	}
	.popup.popup-login .title-default .heading,
	.popup.popup-login .popup__content--login > .heading {
		padding-left: 0;
	}
	.popup.popup-login .authentication {
		padding-top: 0;
	}
}
.add-item-to-library {
	margin-bottom: 0 !important;
	border: none !important;
	width: 100%;
	padding: 2rem;
	font-weight: 500;
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-feature-settings: "case" on;
	color: #fff;
	font-family: "FiraGO";
	font-style: normal;
	order: -1;
}
.add-item-to-library a,
.add-item-to-library a:hover {
	background: #13b2b1;
	border-radius: 8px;
	height: 48px;
	width: 100%;
	justify-content: center;
	opacity: 0.8;
}
.add-item-to-library.youth-worker-add-opportunity {
	padding-top: 0 !important;
}
.add-item-to-library.youth-worker-add-opportunity a,
.add-item-to-library.youth-worker-add-opportunity a:hover {
	background: rgba(237, 42, 71, 0.8);
}
.position-relative {
	position: relative !important;
}
.wizard__tab
	.occupation-wrapper
	.address-dropdowns
	.form__group.position-relative
	.dropdown-right:before {
	top: 40px;
}

/* add library page */
.add-to-library-page {
	padding-top: 40px;
	padding-bottom: 179px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.add-to-library-page .page-title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #231d57;
	margin-bottom: 4rem;
}
.add-to-library-page .add-to-lib-grid {
	display: grid;
	grid-template-columns: 220px auto;
}
.add-to-library-page .profile-card {
	padding: 2rem;
	background: #fdfdfd;
	box-shadow: 1px 0px 4px rgba(160, 160, 160, 0.25);
	border-radius: 18px;
	height: fit-content;
}
.add-to-library-page .profile-card img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
	margin: 0 auto 2rem;
}
.add-to-library-page .profile-card h4 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	text-align: center;
	font-feature-settings: "case" on;
	color: #231d57;
}
.add-to-library-page .profile-card .button,
.add-to-library-page .profile-card .button:hover {
	background: #fec210;
	border-radius: 8px;
	height: 48px;
	padding: 1.6rem 2rem;
	font-feature-settings: "case" on;
}
.add-to-library-page .add-section {
	margin-left: 2.4rem;
}
.add-to-library-page .result-btns {
	height: fit-content;
}

.add-to-library-page .add-section > h3 {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-feature-settings: "case" on;
	color: #231d57;
	margin-bottom: 11px;
}
.add-to-library-page .add-section > p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.01em;
	color: #000000;
	opacity: 0.6;
	margin-bottom: 40px;
}
.add-to-library-page .select-catalog {
	margin-bottom: 40px;
}
.add-to-library-page .select-catalog > h5.title {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 1.6rem;
}

.add-to-library-page .select-catalog .radio-btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem;
}
.add-to-library-page .select-catalog .radio-btns label {
	padding: 4rem 2rem;
	position: relative;
	background: #fdfdfd;
	box-shadow: 0px 2px 16px rgba(170, 170, 170, 0.12);
	border-radius: 18px;
	flex-direction: column;
}
.add-to-library-page .select-catalog .radio-btns label img {
	max-width: 50%;
	width: 159px;
	/* height: 159px; */
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 2.4rem;
}
.add-to-library-page .select-catalog .radio-btns label input {
	position: absolute;
	right: 2rem;
	top: 2rem;
}
.add-to-library-page .select-catalog .radio-btns label h6 {
	margin-bottom: 2.4rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.4rem;
	font-feature-settings: "case" on;
	color: #231d57;
	text-align: center;
}
.add-to-library-page .select-catalog .radio-btns label p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	opacity: 0.6;
}
.add-to-library-page .sub-name {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	margin-bottom: 12px;
}

.add-to-library-page .form__group {
	max-width: 34rem;
}

.add-to-library-page .form__input,
.add-to-library-page .form__group.select__group .form__input.form__select {
	background: #ffffff;
	color: rgba(0, 0, 0, 5);
	border: none;
	border-radius: 8px;
}

.add-to-library-page .file-inputs-toolbar .add-file-input {
	max-width: 46rem;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	opacity: 0.8;
}

.add-to-library-page .file-inputs .file-field .btn input {
	opacity: 0;
	visibility: hidden;
}

.add-to-library-page .file-field .file-path-wrapper p {
	text-overflow: ellipsis;
	background: #ffffff;
	border-radius: 8px;
	height: 48px;
	margin-right: 2.4rem;
	display: flex;
	align-items: center;
	padding: 0.5rem 2.4rem;
	width: 46rem;
	margin-right: 2.4rem;
}
.add-to-library-page .file-field .file-path-wrapper {
	display: none;
	padding: 2.2rem 0;
}
.add-to-library-page .file-field .file-path-wrapper.active {
	display: flex;
	align-items: center;
}
.add-to-library-page .admin-page-remove-uploaded-file {
	width: 48px;
	height: 48px;
	background: #eb5959;
	border-radius: 8px;
}

.add-to-library-page img.remove-input {
	/* width: 3.6rem;
  height: 3.6rem; */
	cursor: pointer;
}
.add-to-library-page .file-field .btn {
	position: absolute;
}
.add-to-library-page .add-file-submit.button {
	margin-top: 2.4rem;
	background: #fec210;
	border-radius: 8px;
	height: 48px;
	border: none;
	padding: 1.6rem 2rem;
}
.add-to-library-page .catalog-form {
	display: none;
}
.add-to-library-page .catalog-form.active {
	display: block;
}

.add-to-library-page .file-category > p {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	max-width: 34rem;
	color: #000000;
	opacity: 0.5;
	margin-bottom: 2rem;
}
.add-to-library-page .study .form__group {
	margin-bottom: 2rem;
}
.add-to-library-page .study .form__input:not(textarea) {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: transparent;
}
.add-to-library-page .study textarea.form__input {
	width: 70rem;
}
.add-to-library-page .result-btns .btn:first-of-type {
	background: #323f99;
	border-radius: 8px;
	margin-bottom: 1rem;
}
.add-to-library-page .result-btns .btn:last-of-type {
	color: #323f99;
	border-color: #323f99;
}
.add-to-library-page .submit-block {
	margin-top: 4rem;
	position: relative;
}
.add-to-library-page .submit-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100vw;
	width: 200vw;
	height: 1px;
	background: #dddddd;
	display: block;
}
.add-to-library-page .profile-pic {
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	max-width: 70rem;
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 6rem;
	padding-bottom: 2.4rem;
	height: auto;
}
.add-to-library-page .profile-pic img {
	width: 40px;
	height: 40px;
	margin-bottom: 2rem;
}
.add-to-library-page .profile-pic-uploader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.add-to-library-page .pic-container {
	flex-direction: column;
	cursor: pointer;
}
.add-to-library-page .profile-pic img.reg-profile-img-uploaded {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.add-to-library-page .pic-container p {
	margin-top: 5rem;
}
.add-to-library-page .pic-container > span {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.6;
}
.add-to-library-page .reg-profile-img-uploaded {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 8px;
	z-index: 2;
}
.add-to-library-page .pic-container p span {
	margin: 0 12px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-feature-settings: "case" on;
	color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
	.add-to-library-page {
		padding-bottom: 97px;
	}
	.add-to-library-page .pic-container p span {
		display: block;
		margin: 2px 0;
	}
	.add-to-library-page .profile-card {
		order: 1;
	}
	.add-to-library-page .result-btns {
		order: 2;
	}
	.add-to-library-page .add-to-lib-grid,
	.add-to-library-page .select-catalog .radio-btns {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
	.add-to-library-page .add-section {
		margin-left: 0;
		order: 3;
	}
	.add-to-library-page .file-field .file-path-wrapper p {
		width: 80%;
	}
	.add-to-library-page .form__group,
	.add-to-library-page .file-inputs-toolbar .add-file-input,
	.add-to-library-page .file-category > p,
	.add-to-library-page .study textarea.form__input {
		width: 100%;
		max-width: unset;
	}
}
/* event inner page */
.main-content-container.event-inner-page {
	max-width: 1440px;
	width: 95%;
	margin-top: 8rem;
}
.main-content-container.event-inner-page > div {
	width: 100%;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-description
	.description-wrapper
	ul
	li {
	letter-spacing: 0;
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.cover-image-container
	.organizer-info-container {
	position: static;
	align-items: center;
	-webkit-box-align: center;
	margin-top: 5rem;
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-name-container
	.organizer-name {
	font-feature-settings: "case" on;
	color: #000000;
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-image {
	border: 1px solid rgba(0, 0, 0, 0.21);
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.cover-image-container
	.organizer-info-container
	.organizer-name-container
	.subscribers {
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.5;
}
body .main-content-container.event-inner-page .subscribe-btn {
	background: #eb5959;
	border: none;
	padding: 1.5rem 2.5rem;
	width: auto;
	margin-left: 5rem;
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-title {
	font-feature-settings: "case" on;
	font-size: 4rem;
	color: #000000;
	margin-bottom: 16px;
	opacity: 0.8;
}
body
	.main-content-container.event-inner-page
	.basic-info-container
	.info-header
	.date-misc-container
	.event-misc-info-container
	.event-time-location
	.event-time-container
	span {
	font-feature-settings: "case" on;
	color: #000000;
	opacity: 0.8;
	font-size: 2rem;
}
.main-content-container.event-inner-page .fill-application-btn {
	width: auto;
	font-feature-settings: "case" on;
	height: 48px;
}
body .main-content-container.event-inner-page .tab-switcher {
	padding: 18px 0;
	border: none;
	background: transparent;
	position: static !important;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact {
	background-color: transparent;
	border: none;
	padding: 0;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-title,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disability-title {
	font-feature-settings: "case" on;
	color: #231d57;
	font-size: 2rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-items
	.contact-item {
	margin-bottom: 1rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.event-contact
	.contact-items
	.contact-item
	a {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #000000;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities
	.single-disability,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	div:nth-child(2) {
	color: #1c1c1c;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header
	div:first-child {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-feature-settings: "case" on;
	color: #231d57;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-copy-btn,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-feature-settings: "case" on;
	color: #eb5959;
	border-color: #eb5959;
	background: #ffffff;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	div:nth-child(2) {
	color: #000;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container {
	margin-top: 1.2rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.event-url-btn {
	color: #ffffff;
	opacity: 0.9;
	background: #eb5959;
	border: none;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.event-url-container
	.url-input-container
	.url-input {
	background: #ffffff;
	border: none;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	opacity: 0.5;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header {
	margin-bottom: 2.4rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	padding: 3.2rem;
	border: none;
}
body
	.main-content-container.event-inner-page
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns
	.tab-btn {
	font-feature-settings: "case" on;
	color: #231d57;
	opacity: 0.5;
	margin-right: 4rem;
}
body .main-content-container.event-inner-page .tabs-container .tab.tab-files,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container {
	width: 85%;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-files
	.available-files
	.single-download {
	background: #fdfdfd;
	box-shadow: 1px 0px 4px rgba(160, 160, 160, 0.25);
	border-radius: 6px;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-files
	.available-files
	.single-download
	.file-name {
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	opacity: 0.8;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-files
	.available-files
	.single-download
	.download-btn {
	background: #eb5959;
	border-radius: 4px;
	width: 3.6rem;
	height: 3.6rem;
}
body
	.main-content-container.event-inner-page
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns
	.tab-btn.active {
	opacity: 1;
}
body .main-content-container.event-inner-page .tab-switcher .tab-btns-wrapper {
	width: unset;
	min-width: fit-content;
}
body .main-content-container.event-inner-page .tab-switcher .line,
.switch-parent-block .line {
	width: -webkit-fill-available;
	flex: 1;
	background: rgba(35, 29, 87, 0.15);
}
.switch-parent-block .line {
	margin: 0 4rem;
}
body
	.main-content-container.event-inner-page
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns {
	justify-content: start;
}
.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper,
.event-inner-page-opportunity-wrapper.bg-light-grey {
	background: #f4f4f4;
}
body
	.main-content-container.event-inner-page
	.tab-switcher
	.tab-btns-wrapper
	.tab-btns
	.tab-btn.active::before {
	display: none;
}
body .main-content-container.event-inner-page .add-to-favorites-btn {
	width: 48px;
	height: 48px;
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(113, 113, 113, 0.2);
	border-radius: 8px;
	justify-content: center;
}
.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper .switch {
	background-color: transparent;
	justify-content: end;
	margin-top: 0;
	max-width: unset;
	min-width: unset;
	width: unset;
}
.switch-parent-block {
	margin-top: 10rem;
}
.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper .interested {
	font-feature-settings: "case" on;
	color: #000000;
	font-size: 2rem;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
}
.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper .switch__item {
	font-feature-settings: "case" on;
	color: #231d57;
	opacity: 0.5;
	-webkit-box-flex: unset;
	flex: unset;
}
.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper
	.switch__item.active {
	opacity: 1;
	color: #231d57;
	background-color: transparent;
}
body .main-content-container.event-inner-page .tabs-container,
body .main-content-container.event-inner-page .tabs-container .tab.tab-faq {
	justify-content: start;
	-webkit-box-pack: start;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.disabilities-list
	.disabilities
	.single-disability
	.disability-icon
	img {
	filter: invert(1);
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq {
	background: #fdfdfd;
	box-shadow: 1px 0px 4px rgba(160, 160, 160, 0.25);
	border-radius: 6px;
	border: none;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.answer-wrapper,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.question-wrapper {
	padding-left: 2.4rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active
	.question-wrapper,
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.question-wrapper {
	background: transparent;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.question-wrapper {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	color: #000000;
	opacity: 0.8;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active {
	padding-bottom: 2.4rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq
	.answer-wrapper {
	color: #000000;
	opacity: 0.7;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	padding-right: 2.4rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-faq
	.questions-container
	.single-faq.active
	.question-wrapper {
	border-bottom-color: #d9d9d9;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.images {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2.4rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.images
	.single-image {
	width: 100%;
	margin: 0;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider
	.active-image {
	width: 60%;
	border-radius: 0;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-navigation
	div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(251, 176, 64, 0.24);
	width: 8.4rem;
	height: 8.4rem;
	border-radius: 50%;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-navigation
	.left {
	left: 10rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-navigation
	.right {
	right: 10rem;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-close {
	position: absolute;
	top: 4rem;
	right: 20rem;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-feature-settings: "case" on;
	color: #ffffff;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-close
	img {
	transform: rotate(45deg);
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls
	.slider-close
	div {
	background: #595959;
	border-radius: 50%;
	width: 28px;
	height: 28px;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-media
	.slider-controls {
	width: 0;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header
	.active-status.finished {
	background: #eb5959;
}
body
	.main-content-container.event-inner-page
	.tabs-container
	.tab.tab-event-description
	.event-extra-info
	.contact-location
	.online-event
	.online-event-header
	.active-status {
	background: #6fcf97;
}
.event-inner-page-opportunity-wrapper .comments {
	padding-left: 0;
	padding-top: 6rem;
}
.event-inner-page-opportunity-wrapper .comment-form-container,
.event-inner-page-opportunity-wrapper .comment-form-container .firago {
	margin-left: 0;
}
.event-inner-page-opportunity-wrapper .comment__img--circle {
	width: 8rem;
	height: 8rem;
}
.event-inner-page-opportunity-wrapper .comment-form-container textarea {
	margin-left: 0;
	background: #fdfdfd;
	box-shadow: 1px 0px 4px rgba(160, 160, 160, 0.25);
	border-radius: 6px;
	max-width: 70rem;
	color: rgba(0, 0, 0, 0.5);
	padding: 2.4rem;
	margin-right: 0;
	min-height: 150px;
}
.event-inner-page-opportunity-wrapper .comment-form-container .comment-form {
	align-items: start;

	display: grid;
	grid-template-columns: 8rem 70rem;
	gap: 2.4rem;
}
.event-inner-page-opportunity-wrapper
	.comment-form-container
	.comment-form
	button {
	grid-column-start: 2;
	margin-right: 0;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	font-feature-settings: "case" on;
	color: rgba(255, 255, 255, 0.9);
	background: #eb5959;
	height: 4.6rem;
}
.event-inner-page-opportunity-wrapper
	.comment-form-container
	.comment-form
	button.disabled {
	opacity: 0.5;
}
.event-inner-page-opportunity-wrapper .comment-form-container:after {
	display: none;
}
.event-inner-page-opportunity-wrapper .comment {
	margin-left: 0;
	border: 1px solid rgba(0, 0, 0, 0.13);
	filter: drop-shadow(1px 0px 4px rgba(160, 160, 160, 0.25));
	border-radius: 6px;
	margin-bottom: 2.4rem;
	background: transparent;
}
@media (max-width: 991px) {
	.event-inner-page-opportunity-wrapper .comment-form-container .comment-form {
		grid-template-columns: 100%;
		gap: 1.6rem;
		position: relative;
	}
	.event-inner-page-opportunity-wrapper .comment__img--circle {
		width: 24px;
		height: 24px;
		margin: 0;
		position: absolute;
		top: 16px;
		left: 16px;
	}
	.event-inner-page-opportunity-wrapper .comment-form-container textarea {
		padding-left: 54px;
	}
	.event-inner-page-opportunity-wrapper
		.comment-form-container
		#opportunity-comments-count {
		position: static;
		text-align: right;
	}
	.event-inner-page-opportunity-wrapper
		.comment-form-container
		.comment-form
		button {
		grid-column-start: unset;
		margin-top: 0;
	}
	.body .main-content-container.event-inner-page > div,
	.body .main-content-container.event-inner-page .basic-info-container {
		width: 100%;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.slider-controls
		.slider-close {
		right: 2rem;
		top: 30%;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.slider-controls
		.slider-navigation
		div {
		width: 5rem;
		height: 5rem;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.slider-controls
		.slider-navigation
		.left {
		left: 2rem;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.slider
		.active-image {
		width: 95%;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.slider-controls
		.slider-navigation
		.right {
		right: 2rem;
	}
	.switch-parent-block {
		margin-top: 0;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-media
		.images {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.8rem;
	}
	body
		.main-content-container.event-inner-page
		.tab-switcher
		.tab-btns-wrapper
		.tab-btns {
		padding-bottom: 0;
	}
	body .main-content-container.event-inner-page .tabs-container .tab.tab-files,
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-faq
		.questions-container {
		width: 100%;
	}
	.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper {
		padding-top: 4rem;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event {
		padding: 3.2rem 1.6rem 1.6rem;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container {
		width: 100%;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container {
		margin-bottom: 1.6rem;
	}
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-input,
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-copy-btn,
	body
		.main-content-container
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.event-url-btn {
		height: 48px;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.contact-location
		.online-event
		.event-url-container
		.url-input-container
		.url-copy-btn {
		display: flex;
		min-width: 112px;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.subscribe-btn {
		border: none;
		color: #fff;
		margin-left: 0;
	}
	body .main-content-container.event-inner-page .tab-switcher .line {
		width: 100%;
		flex: unset;
		margin: 10px 0;
	}
	.switch-parent-block .line {
		display: none;
	}

	body
		.main-content-container.event-inner-page
		.tab-switcher
		.tab-btns-wrapper {
		min-width: unset;
	}
	body
		.main-content-container.event-inner-page
		.tab-switcher
		.tab-btns-wrapper {
		border: none;
		background: transparent;
		height: unset;
		padding: 0;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.cover-image-container
		.organizer-info-container,
	.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper
		.switch-parent-block,
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.info-header {
		flex-direction: column;
		justify-content: center;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.cover-image-container
		.organizer-info-container {
		margin-right: 0;
		width: 100%;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.info-header
		.actions
		.fill-application-btn {
		display: flex;
		min-width: 280px;
		margin: 0;
	}
	body .main-content-container.event-inner-page .basic-info-container {
		margin-bottom: 0;
	}
	body .main-content-container.event-inner-page .tab-switcher {
		padding: 0;
		flex-direction: column;
		margin-top: 5rem;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-name-container {
		text-align: center;
		padding-right: 0;
		margin-bottom: 2.4rem;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.cover-image-container
		.organizer-info-container
		.organizer-image {
		margin-left: 0;
		margin-bottom: 8px;
		margin-right: 0;
	}
	body
		.main-content-container.event-inner-page
		.tab-switcher
		.tab-btns-wrapper
		.tab-btns
		.tab-btn {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 2.4rem;
	}
	body
		.main-content-container.event-inner-page
		.tab-switcher
		.tab-btns-wrapper
		.tab-btns {
		display: block;
		min-width: unset;
	}
	.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper
		.switch__item.active {
		color: #231d57 !important;
		background-color: transparent !important;
	}
	body
		.main-content-container.event-inner-page
		.basic-info-container
		.info-header
		.actions {
		position: static;
		width: 100%;
	}
	.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper
		.switch__item {
		padding-bottom: 0;
		padding-top: 1rem;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-extra-info
		.disabilities-list {
		background: transparent;
		width: 100%;
		padding: 0;
	}
	body
		.main-content-container.event-inner-page
		.tabs-container
		.tab.tab-event-description
		.event-description {
		padding-right: 0;
	}
	.event-inner-page-opportunity-wrapper.opportunity-inner-wrapper .switch {
		margin-top: 3.2rem;
	}
}
.single-card .favorites-btn.selected path {
	fill: #ee3048;
	stroke: #ee3048;
}
