/**
 * Display: Classic
 */
 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #434343;
}

html { background-color: #434242; scroll-behavior: smooth; }
body { background-color: #FFF; }

input, textarea, select, button {
	font: normal 13px "Montserrat", sans-serif;
	color: #7d7d7d;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

.cWidth {
	margin: 0 auto;
	position: relative;
	width: 78.94%;
}

#HeaderFixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}

#Header {
	background-color: #434242;
	border-top: solid 0px #FFF;
	border-bottom: solid 32px #FFF;
	z-index: 100;
}

body:before {
	content: '';
	width: 100%;
	height: 114px;
	display: block;
}

#Header {
	border-top: solid 0px #FFF;
	border-bottom: solid 0px #FFF;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

#Header .cWidth {
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Header nav {
	display: flex;
	align-items: center;
	gap: 48px;
}

#Header nav a {
	position: relative;
	font-weight: 700;
	font-size: 21px;
	color: #FFF;
}

#Header nav a.Icon {
	font-size: 0px;
}

#Header nav a[data-count]:after {
	content: attr(data-count);
	background-color: #FF0000;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: -10px;
	right: -10px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#Header nav a svg path {
	fill: #FFF;
}

#Header nav a.Color svg path {
	fill: #EABD00;
}

#Header nav .Button {
	background-color: #EABD00;
	padding: 11px 23px;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
}

#Header nav .Color {
	color: #EABD00;
}

#MobileMenuButton {
	background-color: transparent;
	border: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	display: none;
	cursor: pointer;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#MobileMenuButton:before {
	content: '';
	background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='10' width='28' height='4' rx='1' fill='%23FFF'/%3E%3Crect x='2' y='20' width='28' height='4' rx='1' fill='%23FFF'/%3E%3C/svg%3E%0A");
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 1;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

#MobileMenuButton:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.22192' y='7' width='24' height='2' rx='1' transform='rotate(45 8.22192 7)' fill='%23FFF'/%3E%3Crect width='24' height='2' rx='1' transform='matrix(-0.707107 0.707107 0.707107 0.707107 23.7781 7)' fill='%23FFF'/%3E%3C/svg%3E%0A");
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

.MenuActive #MobileMenuButton:before {
	opacity: 0;
}

.MenuActive #MobileMenuButton:after {
	opacity: 1;
}

/* Mobile Menu */
.MobileMenu {
	background-color: #FFF;
	padding-top: 30px;
	position: fixed;
	width: 280px;
	top: 0px;
	bottom: 0px;
	left: -400px;
	display: none;
	overflow-x: auto;
	z-index: 300;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

.MenuActive .MobileMenu {
	left: 0px;
	display: block;
}

.MobileMenu .Close {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23434242' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 26px;
	font-size: 16px;
	color: #434242;
	cursor: pointer;
}

.MobileMenu .Caption {
	margin-top: 32px;
	margin-bottom: 16px;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #C7C7C7;
}

.MobileMenu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

.MobileMenu ul li {
	margin-bottom: 15px;
	position: relative;
}

.MobileMenu ul li a {
	color: #000;
	display: block;
}

.MobileMenu .Buttons {
	margin: 20px;
	display: flex;
	flex-direction: column;
}

.MobileMenu .Buttons a {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	display: block;
}

.MobileMenu .Buttons a img {
	width: 100%;
}

#Message {
	background-color: #FFF;
	padding: 0px 0px 32px 0px;
}

#Message .Success {
	background-color: #4caf50;
	padding: 16px 24px;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Message .Error {
	background-color: #f44336;
	padding: 16px 24px;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Message .Info {
	background-color: #EABD00;
	padding: 16px 24px;
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Breadcrumb {
	background: #FFF;
	padding: 12px 0px 32px 0px;
	position: relative;
}

#Breadcrumb ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

#Breadcrumb ul li {
	margin-right: 10px;
	font-size: 16px;
	float: left;
}

#Breadcrumb ul li,
#Breadcrumb ul li a {
	color: #434343;
}

#Breadcrumb ul li:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23CCC' d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	float: right;
}

#Breadcrumb ul li:last-child:after {
	display: none;
}

#Breadcrumb ul li:last-child,
#Breadcrumb ul li:last-child a {
	font-weight: 700;
	color: #EABD00 !important;
}

#Hero {
	background-color: #EABD00;
	margin-bottom: 120px;
	position: relative;
}

#Hero:after {
	content: '';
	background-color: #434242;
	border-top: solid 45px #FFF;
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0px;
	right: 0px;
	display: block;
}

#Hero .cWidth {
	position: relative;
	z-index: 5;
}

#Hero figure {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 56%;
	bottom: 0px;
	left: 0px;
	font-size: 0px;
	aspect-ratio: 846/510;
}

#Hero figure img {
	width: 100%;
	height: 100%;
}

#Hero .Text {
	padding-top: 32px;
	padding-bottom: 130px;
	margin-left: 46%;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

#Hero .Text h1 {
	margin: 0px;
	padding: 0px;
	line-height: 66px;
	font-weight: 700;
	font-size: 61px;
	color: #434242;
}

#Hero .Text p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 41px;
	color: #FFF;
}

#Buttons {
	margin-bottom: 120px;
}

#Buttons .cWidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	row-gap: 8.6%;
}

#Buttons .Light,
#Buttons .Dark,
#Buttons .Info {
	width: 27.6%;
}

#Buttons .Light,
#Buttons .Dark {
	padding: 48px 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#Buttons .Light { background-color: #EABD00; }
#Buttons .Dark { background-color: #434242; }

#Buttons .Light h2,
#Buttons .Dark h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	color: #FFF;
}

#Buttons .Light a,
#Buttons .Dark a {
	padding: 16px 64px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#Buttons .Light a { background-color: #434242; color: #EABD00; }
#Buttons .Dark a { background-color: #EABD00; color: #FFF; }

#Buttons .Info {
	border: solid 4px #434242;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#Buttons .Info .Profile {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#Buttons .Info .Profile figure {
	border: solid 3px #EBBE00;
	margin: 0px;
	padding: 0px;
	width: 100px;
	font-size: 0px;
	overflow: hidden;
	aspect-ratio: 100/100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#Buttons .Info .Profile figure img {
	width: 100%;
	height: 100%;
}

#Buttons .Info .Profile .Name {
	font-weight: 700;
	font-size: 22px;
	color: #434343;
}

#Buttons .Info .Profile .Position {
	font-weight: 700;
	font-size: 19px;
	color: #EBBE00;
}

#Buttons .Info .Profile .Position {
	font-weight: 700;
	font-size: 19px;
	color: #EBBE00;
}

#Buttons .Info .Profile .Vote {
	font-size: 14px;
}

#Buttons .Info .Bio {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#Buttons .Info .Bio .Item .Name {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 15px;
	color: #434242;
}

#Buttons .Info .Bio .Item .Text {
	margin-left: 8px;
	text-align: justify;
	font-size: 12px;
	color: #434242;
}

#Buttons .Info a {
	background-color: #EABD00;
	margin: 0px 12%;
	padding: 16px 64px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#HomeWho {
	margin-bottom: 120px;
}

#HomeWho .cWidth {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

#HomeWho h2 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 54px;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

#HomeWho ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 38px;
}

#HomeWho ul li.Highlight {
	color: #EBBE00;
}

#HomeBenefits {
	margin-bottom: 120px;
}

#HomeBenefits img {
	max-width: 100%;
}

#Form {
	background-color: #EABD00;
	margin-bottom: 60px;
	padding: 100px 0px;
	overflow: hidden;
}

#Form .Grid {
	margin: 0 auto;
	position: relative;
	max-width: 420px;
}

#Form .Grid .Sign {
	margin-left: 50px;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#Form .Grid form {
	margin-left: 16px;
	margin-right: 16px;
}

#Form .Headline {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 45px;
}

#Form .Field {
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	gap: 16px;
}

#Form .Field span {
	font-weight: 700;
	font-size: 19px;
	color: #4F4F4F;
}

#Form .Field input,
#Form .Field select {
	background-color: #FFF;
	border: solid 2px #434343;
	padding: 0px 12px;
	width: 100%;
	height: 44px;
	font-size: 19px;
	color: #4F4F4F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Form .Switch {
	margin-bottom: 19px;
	position: relative;
	font-weight: 700;
	font-size: 19px;
	color: #434343;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
}

#Form .Switch input {
	position: absolute;
	left: -20px;
}

#Form .Switch .Box {
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	border: solid 2px #434343;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Form .Switch input:checked ~ .Box {
	background-color: #434343;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z'/%3E%3C/svg%3E");
}

#Form .Switch a {
	text-decoration: underline;
	color: #434343;
}

#Form button {
	background-color: #434343;
	border: 0px;
	margin-bottom: 19px;
	padding: 16px 0px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #EBBE00;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Form .Link {
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
	font-size: 19px;
	color: #434343;
	display: block;
}

#Form .Links {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#Form .Links .Item span {
	width: 230px;
	display: inline-block;
}

#Form .Links .Item a {
	text-decoration: underline;
	color: #434343;
}

#Offers {
	margin-bottom: 64px;
}

#Offers .Group {
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

#Offers .HeadlineDark {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 26px;
	color: #434343;
}

#Offers .HeadlineLight {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 22px;
	color: #EBBE00;
}

.Offer {
	background-color: #EBBE00;
	margin-bottom: 20px;
	padding: 24px 32px;
	position: relative;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.Offer .ButtonDelete {
	margin-right: 24px;
	position: absolute;
	top: 50%;
	right: 100%;
	text-decoration: underline;
	font-weight: 700;
	font-size: 13px;
	color: #434343;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.Offer .ButtonEdit {
	margin-left: 24px;
	position: absolute;
	top: 50%;
	left: 100%;
	text-decoration: underline;
	font-weight: 700;
	font-size: 13px;
	color: #434343;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.Offer.Dark {
	background-color: #434343;
	color: #FFF;
}

.Offer .Basic {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.Offer[data-vote]:after {
	content: 'Ocena: ' attr(data-vote);
	margin-top: 16px;
	position: absolute;
	bottom: 24px;
	left: 32px;
	font-size: 15px;
}

.Offer .Basic figure {
	border: solid 3px #FFF;
	margin: 0px;
	padding: 0px;
	width: 100px;
	font-size: 0px;
	overflow: hidden;
	aspect-ratio: 100/100;
	flex: 0 0 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.Offer .Basic figure img {
	width: 100%;
	height: 100%;
}

.Offer.Dark .Basic figure {
	border-color: #EBBE00;
}

.Offer .Basic .Details {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.Offer .Basic .Details .Name {
	font-weight: 700;
	font-size: 20px;
}

.Offer .Basic .Details .Position {
	font-weight: 700;
	font-size: 17px;
	color: #FFF;
}

.Offer .Basic .Details .Range {
	font-weight: 700;
	font-size: 15px;
}

.Offer .Basic .Details .Price {
	font-size: 15px;
	color: #FFF;
}

.Offer.Dark .Basic .Details .Name,
.Offer.Dark .Basic .Details .Range {
	color: #EBBE00;
}

.Offer .Basic ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.Offer .Basic ul li {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.Offer.Dark .Basic ul li {
	color: #EBBE00;
}

.Offer .Basic ul li:before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: block;
}

.Offer .Basic ul li.Location:before { background-image: url("data:image/svg+xml,%3Csvg width='17' height='26' viewBox='0 0 17 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50983 1.95001C12.4898 1.95001 15.7098 5.18002 15.7098 9.15002C15.7098 13.12 11.8298 20.99 8.50983 24.11C4.84983 20.3 1.31982 13.12 1.31982 9.15002C1.31982 5.18002 4.53983 1.95001 8.50983 1.95001Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.45978 13.83C10.6358 13.83 12.3998 12.066 12.3998 9.89001C12.3998 7.71401 10.6358 5.95001 8.45978 5.95001C6.28378 5.95001 4.51978 7.71401 4.51978 9.89001C4.51978 12.066 6.28378 13.83 8.45978 13.83Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }
.Offer.Dark .Basic ul li.Location:before { background-image: url("data:image/svg+xml,%3Csvg width='17' height='26' viewBox='0 0 17 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50983 1.95001C12.4898 1.95001 15.7098 5.18002 15.7098 9.15002C15.7098 13.12 11.8298 20.99 8.50983 24.11C4.84983 20.3 1.31982 13.12 1.31982 9.15002C1.31982 5.18002 4.53983 1.95001 8.50983 1.95001Z' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.45978 13.83C10.6358 13.83 12.3998 12.066 12.3998 9.89001C12.3998 7.71401 10.6358 5.95001 8.45978 5.95001C6.28378 5.95001 4.51978 7.71401 4.51978 9.89001C4.51978 12.066 6.28378 13.83 8.45978 13.83Z' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }

.Offer .Basic ul li.Time:before { background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5201 6.78003L12.8 9.91998L16.1901 10.17L13.5901 12.37L14.4001 15.66L11.5201 13.88L8.63007 15.66L9.44006 12.37L6.84009 10.17L10.23 9.91998L11.5201 6.78003Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.48 4.25H3.54004C2.30844 4.25 1.31006 5.24839 1.31006 6.47998V15.97C1.31006 17.2016 2.30844 18.2 3.54004 18.2H19.48C20.7116 18.2 21.7101 17.2016 21.7101 15.97V6.47998C21.7101 5.24839 20.7116 4.25 19.48 4.25Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.57007 4.02002V2.15002C8.57007 1.64002 9.00008 1.21002 9.52008 1.21002H13.5101C14.0301 1.21002 14.4501 1.64002 14.4501 2.15002V3.91998' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }
.Offer.Dark .Basic ul li.Time:before { background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5201 6.78003L12.8 9.91998L16.1901 10.17L13.5901 12.37L14.4001 15.66L11.5201 13.88L8.63007 15.66L9.44006 12.37L6.84009 10.17L10.23 9.91998L11.5201 6.78003Z' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.48 4.25H3.54004C2.30844 4.25 1.31006 5.24839 1.31006 6.47998V15.97C1.31006 17.2016 2.30844 18.2 3.54004 18.2H19.48C20.7116 18.2 21.7101 17.2016 21.7101 15.97V6.47998C21.7101 5.24839 20.7116 4.25 19.48 4.25Z' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.57007 4.02002V2.15002C8.57007 1.64002 9.00008 1.21002 9.52008 1.21002H13.5101C14.0301 1.21002 14.4501 1.64002 14.4501 2.15002V3.91998' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }

.Offer .Basic ul li.Language:before { background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.10898 12.62L9.60962 4.76599H11.4048L14.9167 12.62H13.0093L10.137 5.68603H10.855L7.9715 12.62H6.10898ZM7.8593 10.937L8.34176 9.55694H12.381L12.8746 10.937H7.8593Z' fill='%234F4F4F'/%3E%3Cpath d='M1.20996 14.12C1.20996 10.86 1.20996 7.59998 1.20996 4.34998C1.20996 2.54998 2.66991 1.09003 4.46991 1.09003C8.49991 1.09003 12.5299 1.09003 16.5599 1.09003C18.3599 1.09003 19.8199 2.54998 19.8199 4.34998C19.8199 7.59998 19.8199 10.86 19.8199 14.12C19.8199 15.92 18.3599 17.37 16.5599 17.37C14.0799 17.37 11.5999 17.37 9.11993 17.37C6.69993 19.25 4.27992 21.12 1.85992 23C2.87992 21.12 3.90993 19.25 4.92993 17.37C4.77993 17.37 4.61991 17.37 4.46991 17.37C2.66991 17.37 1.20996 15.92 1.20996 14.12Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.Offer.Dark .Basic ul li.Language:before { background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.10898 12.62L9.60962 4.76599H11.4048L14.9167 12.62H13.0093L10.137 5.68603H10.855L7.9715 12.62H6.10898ZM7.8593 10.937L8.34176 9.55694H12.381L12.8746 10.937H7.8593Z' fill='%23EBBE00'/%3E%3Cpath d='M1.20996 14.12C1.20996 10.86 1.20996 7.59998 1.20996 4.34998C1.20996 2.54998 2.66991 1.09003 4.46991 1.09003C8.49991 1.09003 12.5299 1.09003 16.5599 1.09003C18.3599 1.09003 19.8199 2.54998 19.8199 4.34998C19.8199 7.59998 19.8199 10.86 19.8199 14.12C19.8199 15.92 18.3599 17.37 16.5599 17.37C14.0799 17.37 11.5999 17.37 9.11993 17.37C6.69993 19.25 4.27992 21.12 1.85992 23C2.87992 21.12 3.90993 19.25 4.92993 17.37C4.77993 17.37 4.61991 17.37 4.46991 17.37C2.66991 17.37 1.20996 15.92 1.20996 14.12Z' stroke='%23EBBE00' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.Offer .Basic .Available {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.Offer .Basic .Available .Time {
	font-weight: 700;
	font-size: 15px;
}

.Offer.Dark .Basic .Available .Time {
	color: #FFF;
}

.Offer .Basic .Available .Button {
	background-color: #FFF;
	padding: 15px;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	color: #434343;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.Offer.Dark .Basic .Available .Button {
	background-color: #EBBE00;
}

.Offer .Addtional {
	margin-left: 148px;
	display: none;
}

.Offer.Open .Addtional {
	display: block;
}

.Offer .Addtional .Hours {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 15px;
	color: #FFF;
}

.Offer .Addtional .Hours b {
	margin-right: 24px;
	font-weight: 700;
	color: #434343;
}

.Offer .Addtional .Description {
	margin-bottom: 12px;
}

.Offer .Addtional .Description .Title {
	font-weight: 700;
	font-size: 15px;

}

.Offer .Addtional .Description .Text {
	margin-left: 20px;
	font-size: 12px;
	color: #FFF;
}

.Offer .More {
	background-color: transparent;
	border: none;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.Offer .More:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.38989 2.14001L9.86987 9.17999L17.3599 2.14001' stroke='white' stroke-width='4' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 12px;
	display: block;
}

.Offer.Open .More:after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3599 9.44L9.86987 2.41L2.38989 9.44' stroke='white' stroke-width='4' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.OfferNew {
	background-color: #EBBE00;
	margin-bottom: 20px;
	padding: 16px;
	position: relative;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.OfferNew.Hidden {
	display: none;
}

.OfferNew.Dark {
	background-color: #434343;
	color: #FFF;
}

.OfferNew .Basic {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

.OfferNew .Basic figure {
	border: solid 3px #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 150px;
	font-size: 0px;
	overflow: hidden;
	aspect-ratio: 100/100;
	flex: 0 0 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.OfferNew .Basic figure img {
	width: 100%;
	height: 100%;
}

.OfferNew .Basic figure .Vote {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	padding: 4px 8px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	font-size: 16px;
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 10;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.OfferNew .Basic figure .Vote svg {
	width: 20px;
	height: 20px;
}

.OfferNew .Basic figure .Vote svg path {
	fill: #FFF;
}

.OfferNew .Details,
.OfferNew .Addtional {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 16px;
}

.OfferNew .Details div,
.OfferNew .Addtional div {
	padding-right: 12px;
	width: 33.3333%;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}

.OfferNew .Details.TwoColumn div,
.OfferNew .Addtional.TwoColumn div {
	width: 50%;
}

.OfferNew .Addtional .Description,
.OfferNew .Addtional.TwoColumn .Description {
	margin-bottom: 16px;
	width: 100%;
	font-weight: 400;
}

.OfferNew .Addtional .Description .Text {
	width: 100%;
	font-weight: 400;
}

.OfferNew .Details div:before,
.OfferNew .Addtional div:before {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
}

.OfferNew .Name:before { content: 'Imię / Login'; }
.OfferNew .Position:before { content: 'Stanowisko'; }
.OfferNew .Range:before { content: 'Okres'; }
.OfferNew .Price:before { content: 'Stawka'; }
.OfferNew .Location:before { content: 'Lokalizacja'; }
.OfferNew .Time:before { content: 'Doświadczenie'; }
.OfferNew .Language:before { content: 'Języki'; }
.OfferNew .Period:before { content: 'Czas'; }
.OfferNew .Hours:before { content: 'Godziny pracy'; }
.OfferNew .Description:before { content: 'Opis'; }

.OfferNew .Addtional {
	display: none;
}

.OfferNew.Open .Addtional {
	display: flex;
}

.OfferNew .Buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.OfferNew .Buttons .More {
	background-color: transparent;
	border: none;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.OfferNew .Buttons .More:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.38989 2.14001L9.86987 9.17999L17.3599 2.14001' stroke='white' stroke-width='4' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 12px;
	display: block;
}

.OfferNew.Open .Buttons .More:after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3599 9.44L9.86987 2.41L2.38989 9.44' stroke='white' stroke-width='4' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.OfferNew .Buttons .Button {
	background-color: #FFF;
	padding: 6px 15px;
	font-weight: 700;
	font-size: 13px;
	color: #434343;
	display: flex;
	align-items: center;
	gap: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.OfferNew .Buttons .Button svg {
	width: 20px;
	height: 20px;
}

#Vote {
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

#Vote .Headline {
	margin-bottom: 8px;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	color: #434343;
}

#Vote .ratings {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	text-align: center;
	direction: rtl;
}

#Vote .star {
	position: relative;
	line-height: 60px;
	color: #ebebeb;
	display: inline-block;
	cursor: pointer;
	transition: color 0.2s ease;
}

#Vote .star:before {
	content: '\2605';
	width: 60px;
	height: 60px;
	font-size: 60px;
}

#Vote .star:hover,
#Vote .star.selected,
#Vote .star:hover ~ .star,
#Vote .star.selected ~ .star{
	color: #EABD00;
	transition: color 0.8s ease;
}

#Vote .Buttons {
	display: flex;
	justify-content: center;
}

#Vote button {
	background-color: #434242;
	border: 0px;
	padding: 12px 20px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#Vote button svg path {
	fill: #FFF;
}

#Messages {
	margin-bottom: 64px;
}

#Messages .Group {
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

#Messages .Headline {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 26px;
	color: #434343;
}

#Messages .Message {
	background-color: #EBBE00;
	margin-bottom: 20px;
	padding: 16px 24px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Messages .Message figure {
	border: solid 3px #FFF;
	margin: 0px;
	padding: 0px;
	width: 100px;
	font-size: 0px;
	overflow: hidden;
	aspect-ratio: 100/100;
	flex: 0 0 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#Messages .Message figure img {
	width: 100%;
	height: 100%;
}

#Messages .Message .Details {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

#Messages .Message .Details .Name {
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}

#Messages .Message .Details .Name .Time {
	border-left: solid 1px rgba(0, 0, 0, 0.5);
	padding-left: 16px;
	font-weight: 400;
	font-size: 14px;
}

#Messages .Message .More {
	background-color: #FFF;
	padding: 15px;
	font-weight: 700;
	font-size: 13px;
	color: #434343;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#ChatDialog {
	margin-bottom: 128px;
}

#ChatDialog .Options {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 32px;
}

#ChatDialog .Back {
	font-size: 16px;
	color: #434343;
	opacity: 0.6;
	display: flex;
	align-items: center;
	gap: 8px;
}

#ChatDialog .Back:hover {
	opacity: 1;
}

#ChatDialog .Back svg {
	width: 18px;
	height: 18px;
}

#OfferDetailsButton {
	background: transparent;
	border: none;
	font-size: 16px;
	color: #434343;
	opacity: 0.6;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

#OfferDetailsButton:hover {
	opacity: 1;
}

#OfferDetailsButton svg {
	width: 18px;
	height: 18px;
}

#ChatDialog .Headline {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 26px;
	color: #434343;
}

#ChatDialog .WindowFlex {
	display: flex;
	gap: 64px;
}

#ChatDialog .Window {
	margin: 0 auto;
	max-width: 800px;
}

#ChatBody {
	margin-bottom: 24px;
	height: calc(100vh - 500px);
	overflow: scroll;
}

#ChatDialog .Message {
	margin-top: 16px;
	position: relative;
	width: 60%;
	float: left;
}

#ChatDialog .Message:first-child {
	margin-top: 0px;
}

#ChatDialog .Message.Grouped {
	margin-top: 4px;
}

#ChatDialog .Message.Me {
	float: right;
}

#ChatDialog .Message:last-child {
	margin-bottom: 0px;
}

#ChatDialog .Message .User {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 24px;
}

#ChatDialog .Message .User .DateTime {
	font-size: 12px;
	color: #8D8D8D;
	display: block;
}

#ChatDialog .Message.Grouped .User {
	display: none;
}

#ChatDialog .Message .Text {
	background: #434343;
	padding: 12px 50px 12px 16px;
	position: relative;
	width: 100%;
	display: inline-block;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ChatDialog .Message .Text p {
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
}

#ChatDialog .Message.Me .Text {
	background: #EBBE00;
	margin-left: 0px;
	float: right;
}

#ChatDialog .Message.Me .Text p {
	color: #434343;
}

#ChatDialog .Message .Text:after {
	left: 24px;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 239, 239, 0);
	border-bottom-color: #434343;
	border-width: 6px;
}

#ChatDialog .Message.Grouped .Text:after {
	display: none;
}

#ChatDialog .Message.Me .Text:after {
	border-color: rgba(239, 239, 239, 0);
	border-bottom-color: #EBBE00;
}

#ChatDialog .Message .Status {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M12.015 7c4.751 0 8.063 3.012 9.504 4.636-1.401 1.837-4.713 5.364-9.504 5.364-4.42 0-7.93-3.536-9.478-5.407 1.493-1.647 4.817-4.593 9.478-4.593zm0-2c-7.569 0-12.015 6.551-12.015 6.551s4.835 7.449 12.015 7.449c7.733 0 11.985-7.449 11.985-7.449s-4.291-6.551-11.985-6.551zm-.015 3c-2.21 0-4 1.791-4 4s1.79 4 4 4c2.209 0 4-1.791 4-4s-1.791-4-4-4zm-.004 3.999c-.564.564-1.479.564-2.044 0s-.565-1.48 0-2.044c.564-.564 1.479-.564 2.044 0s.565 1.479 0 2.044z'/%3E%3C/svg%3E");
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#ChatDialog .formlike {
	margin-bottom: 6px;
	position: relative;
}

#ChatDialog .formlike textarea {
	border: solid 2px #CCC;
	padding: 8px 86px 8px 8px;
	width: 100%;
	height: 64px;
	line-height: 16px;
	min-height: 64px;
	resize: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#ChatDialog .formlike button {
	background-color: #434343;
	border: 0px;
	margin: 0px;
	padding: 0px 12px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #EBBE00;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#ChatDialog .hr {
	position: relative;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

#ChatDialog .hr:before {
	content: '';
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	right: 0px;
	display: block;
}

#ChatDialog .hr span {
	background-color: #FFF;
	position: relative;
	padding: 0px 16px;
}

#ChatDialog .Conditions {
	padding-top: 16px;
	display: flex;
}

#ChatDialog .Conditions .Item:first-child {
	border-right: dashed 1px rgba(0, 0, 0, 0.3);
}

#ChatDialog .Conditions .Item {
	padding: 16px;
	width: 50%;
}

#ChatDialog .Conditions .Item .Name {
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

#ChatDialog .Conditions .Item p {
	margin-bottom: 6px;
	text-align: center;
}

#ChatDialog .Conditions .Item small {
	margin-bottom: 6px;
	text-align: center;
	display: block;
}

#ChatDialog .Conditions .Item .accept-button {
	background-color: #4caf50;
	padding: 24px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
}

#ChatDialog .Conditions .Item .cancel-button {
	background-color: #f44336;
	padding: 24px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#ProfileHead {
	margin-bottom: 32px;
}

#ProfileHead .Grid {
	margin: 0 auto;
	max-width: 620px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#ProfileHead .Grid figure {
	border: solid 3px #EBBE00;
	margin: 0px;
	padding: 0px;
	width: 150px;
	font-size: 0px;
	overflow: hidden;
	aspect-ratio: 100/100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#ProfileHead .Grid figure.Big {
	width: 210px;
}

#ProfileHead .Grid figure img {
	width: 100%;
	height: 100%;
}

#ProfileHead .Grid .Name {
	font-weight: 700;
	font-size: 40px;
	color: #434343;
}

#ProfileHead .Grid .Position {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 25px;
	color: #EBBE00;
}

#ProfileHead .Grid .Vote {
	font-size: 22px;
}

#ProfileHead .Grid .Stars {
	background-image: url('../media/interface/stars.png');
	margin-bottom: 6px;
	width: 186px;
	height: 32px;
}

#ProfileHead .Grid .Stars div {
	background-image: url('../media/interface/stars_active.png');
	width: 0px;
	height: 32px;
}

#ProfileHead .Grid .Button {
	background-color: #434343;
	margin-top: 8px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 16px;
	color: #EBBE00;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ProfileHead .Grid .Links a {
	text-decoration: underline;
	font-size: 14px;
	color: #434343;
}

#ProfileDetails {
	padding: 16px 0px;
}

#ProfileDetails ul {
	margin: 0px auto;
	padding: 0px;
	max-width: 620px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#ProfileDetails ul li {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

#ProfileDetails ul li a {
	text-decoration: underline;
	color: #4F4F4F;
}

#ProfileDetails ul li:before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: block;
}

#ProfileDetails ul li.Location:before { background-image: url("data:image/svg+xml,%3Csvg width='17' height='26' viewBox='0 0 17 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50983 1.95001C12.4898 1.95001 15.7098 5.18002 15.7098 9.15002C15.7098 13.12 11.8298 20.99 8.50983 24.11C4.84983 20.3 1.31982 13.12 1.31982 9.15002C1.31982 5.18002 4.53983 1.95001 8.50983 1.95001Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.45978 13.83C10.6358 13.83 12.3998 12.066 12.3998 9.89001C12.3998 7.71401 10.6358 5.95001 8.45978 5.95001C6.28378 5.95001 4.51978 7.71401 4.51978 9.89001C4.51978 12.066 6.28378 13.83 8.45978 13.83Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }
#ProfileDetails ul li.Time:before { background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5201 6.78003L12.8 9.91998L16.1901 10.17L13.5901 12.37L14.4001 15.66L11.5201 13.88L8.63007 15.66L9.44006 12.37L6.84009 10.17L10.23 9.91998L11.5201 6.78003Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.48 4.25H3.54004C2.30844 4.25 1.31006 5.24839 1.31006 6.47998V15.97C1.31006 17.2016 2.30844 18.2 3.54004 18.2H19.48C20.7116 18.2 21.7101 17.2016 21.7101 15.97V6.47998C21.7101 5.24839 20.7116 4.25 19.48 4.25Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.57007 4.02002V2.15002C8.57007 1.64002 9.00008 1.21002 9.52008 1.21002H13.5101C14.0301 1.21002 14.4501 1.64002 14.4501 2.15002V3.91998' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }
#ProfileDetails ul li.Language:before { background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.10898 12.62L9.60962 4.76599H11.4048L14.9167 12.62H13.0093L10.137 5.68603H10.855L7.9715 12.62H6.10898ZM7.8593 10.937L8.34176 9.55694H12.381L12.8746 10.937H7.8593Z' fill='%234F4F4F'/%3E%3Cpath d='M1.20996 14.12C1.20996 10.86 1.20996 7.59998 1.20996 4.34998C1.20996 2.54998 2.66991 1.09003 4.46991 1.09003C8.49991 1.09003 12.5299 1.09003 16.5599 1.09003C18.3599 1.09003 19.8199 2.54998 19.8199 4.34998C19.8199 7.59998 19.8199 10.86 19.8199 14.12C19.8199 15.92 18.3599 17.37 16.5599 17.37C14.0799 17.37 11.5999 17.37 9.11993 17.37C6.69993 19.25 4.27992 21.12 1.85992 23C2.87992 21.12 3.90993 19.25 4.92993 17.37C4.77993 17.37 4.61991 17.37 4.46991 17.37C2.66991 17.37 1.20996 15.92 1.20996 14.12Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
#ProfileDetails ul li.Website:before { background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2902 20.74C16.5645 20.74 20.8403 16.4644 20.8403 11.19C20.8403 5.91571 16.5645 1.64005 11.2902 1.64005C6.0159 1.64005 1.74023 5.91571 1.74023 11.19C1.74023 16.4644 6.0159 20.74 11.2902 20.74Z' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M3.15039 6.98001C5.22039 7.81001 7.30039 8.63002 9.02039 9.05002C10.7404 9.46002 12.1104 9.47003 13.8304 9.06003C15.5504 8.65003 17.6204 7.81001 19.7004 6.98001' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M8.51028 2.42001C8.06028 4.72001 7.61029 7.02 7.45029 8.97C7.29029 10.92 7.41029 12.52 7.70029 14.38C7.99029 16.23 8.46027 18.34 8.93027 20.45' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M14.2701 2.42001C14.7201 4.72001 15.1701 7.02 15.3301 8.97C15.4901 10.92 15.3701 12.52 15.0801 14.38C14.7901 16.23 14.3201 18.34 13.8501 20.45' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3Cpath d='M2.5 13.89C4.74 14.71 6.98002 15.53 8.83002 15.95C10.69 16.37 12.16 16.3701 14.02 15.9601C15.87 15.5501 18.11 14.72 20.35 13.89' stroke='%23434343' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A"); }
#ProfileDetails ul li.Instagram:before { background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.260254 5.85001V17.43C0.280254 17.48 0.29022 17.77 0.35022 17.97L0.450256 18.35C0.460256 18.38 0.460266 18.4 0.460266 18.42C0.470266 18.46 0.470225 18.46 0.480225 18.49C0.510225 18.56 0.480273 18.52 0.530273 18.6L0.630249 18.9001C0.640249 18.9601 0.620217 18.93 0.660217 18.98L0.760254 19.19C0.770254 19.21 0.770222 19.21 0.790222 19.24L0.890259 19.4601C0.920259 19.5201 0.990273 19.6601 1.03027 19.7101C1.09027 19.7901 1.09025 19.8 1.13025 19.86L1.22021 20.01C1.23021 20.02 1.24024 20.06 1.25024 20.06L1.26025 20.07C1.34025 20.18 1.29022 20.1001 1.35022 20.2101C1.41022 20.3101 1.47023 20.34 1.49023 20.39C1.52023 20.44 1.53024 20.46 1.56024 20.49C1.61024 20.54 1.67027 20.6 1.71027 20.66L1.79022 20.75C1.84022 20.79 1.84024 20.78 1.87024 20.82C1.97024 20.94 1.91027 20.88 2.03027 20.99L2.19025 21.1501C2.23025 21.1901 2.26027 21.2 2.28027 21.22C2.34027 21.28 2.38026 21.34 2.45026 21.38L2.52026 21.44C2.58026 21.49 2.59022 21.48 2.66022 21.54L3.01025 21.79C3.11025 21.84 3.35023 21.9701 3.42023 22.0301C3.45023 22.0601 3.48026 22.0601 3.52026 22.0901C3.57026 22.1301 3.61022 22.12 3.73022 22.2C3.76022 22.21 3.80024 22.21 3.87024 22.26L3.88025 22.2701L4.32025 22.42C4.39025 22.44 4.36024 22.45 4.43024 22.47C4.50024 22.49 4.48024 22.5 4.56024 22.51C4.62024 22.52 4.63025 22.53 4.69025 22.55C4.73025 22.56 4.79025 22.56 4.82025 22.57C4.88025 22.59 4.90026 22.59 4.95026 22.6C5.00026 22.61 5.02026 22.63 5.08026 22.64C5.14026 22.66 5.20025 22.69 5.26025 22.69C5.30025 22.69 5.32022 22.6901 5.35022 22.7101H17.1702C17.1702 22.7101 17.1802 22.7001 17.1802 22.7101L17.2603 22.69C17.2803 22.68 17.3202 22.68 17.3602 22.68C17.5202 22.67 17.6602 22.6 17.7202 22.6C17.8502 22.59 17.8002 22.58 17.8502 22.56C17.8602 22.56 17.8903 22.55 17.9003 22.55C18.0003 22.54 18.1603 22.5001 18.2603 22.4601C18.2903 22.4401 18.2903 22.44 18.3403 22.43C18.4403 22.41 18.3502 22.4301 18.4202 22.4001C18.4402 22.3901 18.4403 22.39 18.4603 22.39C18.4803 22.38 18.4702 22.39 18.4802 22.38L18.7402 22.2801C18.7702 22.2601 18.7503 22.27 18.7703 22.26C18.7903 22.25 18.8003 22.25 18.8203 22.24C18.8603 22.23 18.8403 22.23 18.9003 22.2C18.9703 22.17 19.0103 22.13 19.0303 22.12C19.0803 22.1 19.1003 22.09 19.1403 22.06C19.1603 22.05 19.1502 22.05 19.1802 22.04C19.2202 22.02 19.2503 22.0101 19.3203 21.9601C19.4203 21.9001 19.5102 21.85 19.6102 21.81C19.6302 21.8 19.6303 21.8 19.6503 21.79C19.7603 21.73 19.6903 21.75 19.7803 21.69C19.8903 21.63 19.9102 21.5901 20.0002 21.5201L20.0703 21.47C20.0703 21.47 20.0703 21.47 20.0803 21.47C20.1303 21.43 20.2203 21.38 20.2603 21.33C20.3003 21.28 20.3302 21.27 20.3602 21.22C20.4202 21.13 20.4302 21.17 20.4802 21.11C20.5202 21.06 20.5702 21.03 20.6202 20.97C20.6302 20.95 20.6303 20.95 20.6403 20.94L20.8203 20.7801C20.8503 20.7501 20.8402 20.7401 20.8802 20.7101C20.8802 20.7001 20.8802 20.7 20.8802 20.7C20.8902 20.69 20.8903 20.7 20.9003 20.69C20.9203 20.67 20.9102 20.68 20.9302 20.66C20.9302 20.65 20.9503 20.63 20.9503 20.63L20.9702 20.5901C20.9802 20.5701 21.0003 20.55 21.0203 20.54C21.0903 20.48 21.1903 20.29 21.3203 20.16C21.3403 20.14 21.3902 20.0601 21.4202 20.0301C21.4702 19.9501 21.4802 19.95 21.4902 19.87C21.5702 19.82 21.5802 19.75 21.6202 19.66C21.6402 19.63 21.6702 19.59 21.6902 19.56C21.7002 19.53 21.7102 19.51 21.7202 19.49L21.7803 19.38C21.7903 19.36 21.7802 19.34 21.8002 19.32C21.8102 19.29 21.8103 19.3101 21.8403 19.2701C21.8803 19.1601 21.9402 19.0901 21.9802 18.9601L22.0703 18.7101C22.1303 18.5901 22.0902 18.66 22.1202 18.58C22.1402 18.55 22.1303 18.5601 22.1503 18.5201C22.1503 18.4901 22.1602 18.4801 22.1702 18.4601L22.2302 18.17C22.2402 18.11 22.2503 18.19 22.2803 18.04L22.3203 17.91V5.47C22.3103 5.44 22.3102 5.37005 22.3002 5.33005C22.2902 5.29005 22.2803 5.27 22.2703 5.22C22.2603 5.12 22.2502 5.16001 22.2402 5.10001C22.2302 5.05001 22.2303 5.01 22.2103 4.97L22.1403 4.74002C22.1103 4.62002 22.1302 4.70003 22.1002 4.62003L22.0203 4.40005C21.9403 4.17005 21.9103 4.18005 21.8903 4.14005L21.8403 4.04001C21.8303 4.01001 21.8303 4.01002 21.8203 3.99002C21.8003 3.95002 21.7903 3.92004 21.7703 3.88004L21.6202 3.58005C21.6102 3.56005 21.6003 3.55006 21.5903 3.53006C21.5403 3.43006 21.5803 3.51003 21.5303 3.44003C21.5203 3.43003 21.5102 3.41005 21.5002 3.39005L21.4503 3.32004C21.4203 3.24004 21.3502 3.12003 21.2902 3.06003C21.2402 3.01003 21.2202 2.97004 21.1902 2.95004C21.1602 2.92004 21.1502 2.90002 21.1202 2.86002C21.0902 2.83002 21.0902 2.81005 21.0602 2.77005L21.0002 2.68002C20.9802 2.66002 20.9803 2.66005 20.9603 2.64005L20.1902 1.89005C20.1702 1.87005 20.1802 1.87002 20.1602 1.86002C20.0402 1.80002 20.0402 1.78004 19.9302 1.70004L19.8903 1.67001C19.8703 1.65001 19.8603 1.65005 19.8403 1.64005L19.7003 1.55002C19.6303 1.51002 19.6003 1.48003 19.5103 1.44003C19.4203 1.39003 19.4203 1.37004 19.3303 1.32004C19.3103 1.31004 19.2903 1.30002 19.2703 1.30002C19.2503 1.28002 19.2602 1.28005 19.2302 1.27005L18.9202 1.12003C18.8702 1.09003 18.8203 1.06001 18.7703 1.04001C18.7503 1.04001 18.7502 1.04006 18.7402 1.03006L18.6002 0.980011C18.5302 0.940011 18.5502 0.970033 18.4902 0.940033C18.4602 0.920033 18.4303 0.910045 18.3903 0.890045C18.3103 0.850045 18.3203 0.880006 18.2803 0.850006C18.2403 0.830006 18.2702 0.840038 18.2302 0.820038L17.9402 0.740021C17.9202 0.730021 17.9002 0.730001 17.8702 0.720001C17.8402 0.720001 17.8402 0.710043 17.8102 0.700043C17.7702 0.690043 17.7302 0.700023 17.6902 0.680023C17.6502 0.670023 17.6103 0.660055 17.5703 0.650055C17.5403 0.640055 17.4803 0.630016 17.4503 0.610016H5.31024C5.25024 0.650016 5.12022 0.640013 5.04022 0.670013L4.80023 0.740021C4.76023 0.750021 4.75027 0.75004 4.71027 0.76004C4.59027 0.79004 4.59026 0.780018 4.52026 0.800018C4.38026 0.850018 4.38023 0.860045 4.30023 0.890045C4.25023 0.910045 4.22023 0.920023 4.17023 0.930023L3.93024 1.01004C3.90024 1.02004 3.93027 1.01005 3.90027 1.02005V1.03006H3.89026C3.79026 1.09006 3.86026 1.07006 3.77026 1.09006C3.74026 1.10006 3.73027 1.11003 3.71027 1.12003C3.67027 1.14003 3.64023 1.16001 3.61023 1.17001L3.33026 1.30002C3.28026 1.31002 3.33027 1.29005 3.28027 1.33005C3.24027 1.36005 3.22024 1.36005 3.18024 1.39005L2.83026 1.60001C2.82026 1.62001 2.81023 1.63005 2.80023 1.64005C2.79023 1.65005 2.76024 1.67002 2.75024 1.68002L2.73022 1.69003C2.64022 1.75003 2.64025 1.75004 2.57025 1.82004L2.21027 2.11002C2.19027 2.13002 2.19023 2.12005 2.17023 2.15005C2.06023 2.27005 1.97027 2.32002 1.90027 2.43002L1.66022 2.68002C1.64022 2.70002 1.65025 2.7 1.63025 2.72L1.38025 3.04001C1.36025 3.06001 1.36022 3.07006 1.35022 3.09006L1.00024 3.64005C0.930244 3.77005 0.910271 3.76005 0.840271 3.96005L0.750244 4.14005C0.740244 4.16005 0.740225 4.15 0.730225 4.16C0.680225 4.23 0.680269 4.23004 0.650269 4.32004L0.570251 4.56003C0.560251 4.58003 0.550232 4.60003 0.550232 4.62003C0.540232 4.64003 0.540273 4.66002 0.530273 4.68002C0.510273 4.72002 0.520244 4.69001 0.500244 4.73001C0.490244 4.75001 0.490225 4.77001 0.480225 4.79001C0.440225 4.93001 0.470256 4.83002 0.450256 4.93002L0.400269 5.11002C0.390269 5.15002 0.390249 5.14001 0.380249 5.17001C0.370249 5.20001 0.360261 5.28003 0.330261 5.37003C0.310261 5.44003 0.320242 5.46004 0.310242 5.51004C0.310242 5.54004 0.300222 5.53004 0.290222 5.57004C0.280222 5.65004 0.290254 5.78001 0.260254 5.85001ZM2.18024 6.95004V11.04C2.19024 12.25 2.17024 13.47 2.18024 14.69C2.18024 14.92 2.16025 16.6 2.19025 16.69C2.20025 16.76 2.20026 16.86 2.20026 16.95C2.20026 17.05 2.20021 17.1201 2.22021 17.2101C2.23021 17.2801 2.24025 17.39 2.26025 17.44C2.28025 17.52 2.28024 17.56 2.31024 17.67C2.33024 17.75 2.35024 17.82 2.37024 17.89L2.48022 18.19C2.51022 18.23 2.54024 18.26 2.56024 18.31C2.57024 18.35 2.58022 18.36 2.60022 18.41C2.62022 18.49 2.67027 18.56 2.71027 18.64H2.72021L2.79022 18.7701C2.80022 18.7901 2.81024 18.8 2.81024 18.81C2.82024 18.83 2.83027 18.85 2.84027 18.86L2.90027 18.9601C2.91027 18.9701 2.92023 18.98 2.92023 18.99L3.03027 19.16C3.03027 19.17 3.03022 19.17 3.04022 19.18L3.41022 19.6L3.64026 19.7801C3.66026 19.8101 3.68026 19.83 3.70026 19.85C3.78026 19.91 3.80023 19.9 3.86023 19.98C3.87023 19.99 3.88026 20 3.89026 20.01L3.93024 20.04C4.00024 20.08 4.01022 20.1101 4.10022 20.1501C4.13022 20.1601 4.16025 20.18 4.19025 20.19C4.23025 20.21 4.24027 20.23 4.28027 20.25C4.31027 20.26 4.34024 20.28 4.37024 20.3C4.41024 20.33 4.46025 20.34 4.51025 20.36C4.52025 20.37 4.54024 20.38 4.56024 20.38C4.57024 20.39 4.59022 20.4 4.60022 20.41H4.61023C4.68023 20.46 4.76027 20.49 4.84027 20.51C4.90027 20.52 5.05027 20.59 5.15027 20.62L5.37024 20.68C5.41024 20.69 5.44022 20.69 5.48022 20.7C5.53022 20.72 5.55023 20.72 5.61023 20.72C5.64023 20.72 5.64023 20.72 5.67023 20.73H5.68024H5.69025C5.70025 20.74 5.71021 20.74 5.72021 20.74C5.83021 20.78 5.97027 20.7801 6.09027 20.7801C6.19027 20.7901 6.25022 20.8 6.35022 20.8C7.96022 20.81 9.57025 20.8 11.1902 20.8C12.4002 20.81 13.6203 20.8 14.8303 20.8C15.0803 20.8 16.2102 20.81 16.3702 20.8C16.4802 20.79 16.8002 20.78 16.8802 20.76C17.0502 20.73 16.9602 20.74 17.1302 20.73C17.1802 20.73 17.1902 20.71 17.2302 20.7C17.3102 20.67 17.4503 20.66 17.6503 20.57C17.6903 20.56 17.7202 20.56 17.7502 20.54C17.7802 20.52 17.7502 20.52 17.8002 20.51C17.8102 20.51 17.8402 20.51 17.8602 20.5C17.9102 20.49 18.1402 20.38 18.1802 20.35C18.2202 20.32 18.2903 20.3001 18.3403 20.2701C18.3603 20.2501 18.3302 20.27 18.3602 20.25L18.4202 20.22C18.4202 20.22 18.4202 20.2201 18.4302 20.2101L18.4702 20.18C18.5002 20.15 18.5202 20.14 18.5602 20.12L18.9603 19.8401L19.1002 19.7101C19.1302 19.6801 19.1502 19.6801 19.1802 19.6501C19.2202 19.6101 19.2602 19.55 19.3002 19.51L19.3702 19.44C19.3902 19.42 19.4202 19.39 19.4402 19.37C19.4702 19.32 19.5102 19.31 19.5602 19.24L19.6302 19.1501C19.6402 19.1301 19.6303 19.15 19.6503 19.13C19.7003 19.08 19.7903 18.94 19.8303 18.87C19.8503 18.85 19.8402 18.85 19.8502 18.82C19.8802 18.79 19.9202 18.75 19.9402 18.7L20.1102 18.36C20.1202 18.34 20.1102 18.36 20.1202 18.33C20.1402 18.31 20.1303 18.32 20.1403 18.29L20.1802 18.19C20.2002 18.14 20.1802 18.12 20.2202 18.08C20.2202 18.08 20.2202 18.07 20.2302 18.07C20.2502 18.04 20.2402 18.03 20.2502 18V17.99C20.2902 17.91 20.2703 17.94 20.2803 17.88C20.3003 17.83 20.3103 17.8501 20.3203 17.7801C20.3203 17.7401 20.3302 17.71 20.3502 17.68C20.3702 17.63 20.3602 17.61 20.3702 17.56L20.4003 17.44C20.4103 17.37 20.4202 17.2801 20.4402 17.2101C20.4502 17.1401 20.4603 17.0401 20.4603 16.9601C20.5103 16.3901 20.4802 15.24 20.4802 14.6C20.4902 12.78 20.4802 10.95 20.4802 9.13004V6.67001L20.4402 6.16C20.4302 6.08 20.4003 6.02002 20.4003 5.93002C20.4003 5.88002 20.4003 5.84002 20.3903 5.80002C20.3803 5.75002 20.3602 5.74003 20.3602 5.69003L20.3102 5.47C20.2902 5.44 20.2903 5.44002 20.2803 5.43002C20.2703 5.40002 20.2803 5.40003 20.2703 5.37003L20.2103 5.22C20.1903 5.19 20.1902 5.15003 20.1802 5.12003L20.0203 4.79001C19.9703 4.68001 19.9802 4.70002 19.9202 4.61002C19.8602 4.53002 19.8203 4.44001 19.7703 4.35001L19.7003 4.27005C19.6703 4.22005 19.6402 4.15001 19.6002 4.10001C19.5402 4.03001 19.4202 3.91006 19.3802 3.84006C19.3402 3.78006 19.2503 3.71 19.2103 3.66C19.1803 3.63 19.1703 3.63001 19.1403 3.60001L18.5502 3.15005C18.4802 3.10005 18.3002 2.98005 18.2502 2.96005L18.1002 2.90005C18.0402 2.87005 17.9702 2.84003 17.9102 2.81003V2.80002C17.8502 2.76002 17.7402 2.75005 17.6702 2.71005L17.2302 2.60001C17.2002 2.59001 17.1602 2.58004 17.1202 2.57004C17.0802 2.56004 17.0402 2.56003 17.0002 2.56003C16.9502 2.55003 16.9503 2.53005 16.8903 2.52005C16.4303 2.47005 16.1402 2.47001 15.6702 2.48001C13.5402 2.48001 11.4202 2.47001 9.29022 2.48001C8.81022 2.48001 6.33026 2.46002 6.08026 2.49002C5.99026 2.50002 5.91025 2.51005 5.82025 2.52005C5.74025 2.52005 5.68027 2.55003 5.59027 2.56003C5.46027 2.56003 5.46023 2.60001 5.36023 2.60001C5.30023 2.61001 5.31025 2.62005 5.26025 2.64005C5.22025 2.65005 5.18026 2.64005 5.14026 2.65005L5.03027 2.69003C4.99027 2.70003 4.98024 2.72001 4.93024 2.73001C4.85024 2.74001 4.82022 2.78003 4.73022 2.81003C4.65022 2.83003 4.62023 2.87005 4.55023 2.90005C4.53023 2.91005 4.52024 2.91001 4.50024 2.92001L4.35022 2.98001C4.30022 3.01001 4.31026 3.01001 4.27026 3.04001L4.09027 3.14005C4.08027 3.15005 4.07023 3.16001 4.05023 3.17001C4.00023 3.19001 3.96023 3.23003 3.92023 3.25003C3.87023 3.27003 3.84023 3.32006 3.80023 3.34006L3.51025 3.59006C3.48025 3.62006 3.46024 3.64001 3.43024 3.67001C3.41024 3.68001 3.41026 3.68004 3.39026 3.70004L3.13025 4.00003C3.04025 4.10003 3.09026 4.09001 2.95026 4.23001C2.92026 4.27001 2.91025 4.33003 2.88025 4.37003C2.81025 4.45003 2.77021 4.54004 2.72021 4.63004C2.70021 4.66004 2.71025 4.65001 2.69025 4.67001C2.67025 4.70001 2.68023 4.68005 2.67023 4.71005C2.66023 4.73005 2.65026 4.74004 2.64026 4.76004C2.63026 4.78004 2.63024 4.80003 2.62024 4.81003C2.61024 4.83003 2.60027 4.84001 2.59027 4.85001C2.58027 4.87001 2.59026 4.88005 2.58026 4.90005C2.56026 4.95005 2.52024 4.99002 2.50024 5.05002L2.34027 5.50003C2.33027 5.53003 2.33026 5.54003 2.33026 5.56003C2.32026 5.61003 2.31022 5.62001 2.29022 5.67001L2.20026 6.14005C2.19026 6.26005 2.21025 6.44002 2.19025 6.55002C2.17025 6.73002 2.18024 6.76004 2.18024 6.95004Z' fill='%23434343'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.59033 11.6501C5.59033 11.8101 5.62032 12.16 5.64032 12.32C5.64032 12.38 5.66029 12.4101 5.67029 12.4601C5.68029 12.5401 5.67031 12.56 5.69031 12.62C5.70031 12.64 5.70032 12.66 5.70032 12.69L5.72028 12.77C5.72028 12.79 5.72028 12.83 5.72028 12.85C5.73028 12.89 5.75031 12.93 5.76031 13.01C5.77031 13.08 5.83028 13.27 5.85028 13.36C5.87028 13.41 5.9103 13.5 5.9303 13.55L6.00031 13.75C6.01031 13.78 6.03028 13.85 6.04028 13.88L6.10028 14.01C6.13028 14.07 6.18031 14.11 6.19031 14.18L6.23029 14.27C6.25029 14.3 6.24031 14.28 6.25031 14.3C6.28031 14.34 6.29031 14.41 6.32031 14.45L6.58032 14.87C6.60032 14.9 6.5903 14.89 6.6203 14.93C6.6803 15 6.83032 15.2201 6.89032 15.2801L7.0603 15.48L7.07031 15.49C7.07031 15.5 7.08033 15.51 7.09033 15.52C7.11033 15.55 7.11032 15.53 7.14032 15.56L7.22028 15.6501C7.27028 15.7001 7.31029 15.75 7.36029 15.79C7.43029 15.84 7.48029 15.9001 7.55029 15.9601L7.86029 16.23C7.89029 16.26 7.9003 16.25 7.9303 16.29L7.98029 16.32C8.05029 16.36 8.1103 16.42 8.1803 16.45C8.1803 16.45 8.18031 16.45 8.19031 16.45L8.20032 16.4601C8.20032 16.4601 8.20033 16.4601 8.21033 16.4601C8.23033 16.4701 8.24031 16.49 8.26031 16.5L8.3103 16.54C8.3403 16.56 8.3403 16.56 8.3703 16.57C8.3803 16.57 8.36031 16.56 8.38031 16.57L8.54028 16.66C8.58028 16.69 8.55028 16.68 8.60028 16.69L8.97028 16.87C9.06028 16.91 9.13033 16.95 9.21033 16.98C9.23033 16.99 9.26033 16.99 9.28033 17C9.33033 17.02 9.30032 17.0201 9.33032 17.0301C9.40032 17.0601 9.47028 17.0601 9.54028 17.0901C9.66028 17.1501 9.69029 17.14 9.80029 17.19C9.85029 17.21 9.89031 17.21 9.94031 17.22C9.98031 17.23 9.98031 17.24 10.0103 17.25C10.0603 17.27 10.1103 17.2601 10.1703 17.2801C10.2303 17.3001 10.2603 17.29 10.3203 17.3C10.4403 17.31 10.5003 17.35 10.6303 17.35C10.7003 17.35 10.7303 17.37 10.7903 17.37C11.1903 17.4 11.6203 17.39 12.0103 17.35C12.1503 17.33 12.2103 17.31 12.3103 17.3C12.3703 17.29 12.4003 17.27 12.4603 17.26C12.5103 17.25 12.5603 17.25 12.6103 17.23L13.2103 17.04C13.2403 17.03 13.2603 17.04 13.2803 17.02C13.3103 17.01 13.3103 17 13.3403 16.99L13.4803 16.95C13.5603 16.94 13.6003 16.91 13.6803 16.87C13.7103 16.86 13.7103 16.86 13.7403 16.85L13.9303 16.76V16.75L14.3103 16.54C14.3703 16.49 14.3503 16.4901 14.4203 16.4601C14.4403 16.4501 14.4603 16.44 14.4803 16.43L14.5903 16.35C14.6103 16.33 14.6103 16.32 14.6303 16.31C14.6603 16.28 14.6603 16.3001 14.6903 16.2801C14.7103 16.2601 14.6903 16.28 14.7103 16.26C14.7903 16.19 14.8803 16.14 14.9703 16.07C15.0503 16 15.2103 15.87 15.2703 15.79C15.3103 15.73 15.3603 15.6901 15.4103 15.6501C15.4403 15.6101 15.4403 15.59 15.4903 15.56C15.5703 15.5 15.6303 15.39 15.7003 15.32L15.8103 15.17C15.8303 15.12 15.8603 15.1 15.8903 15.07C15.9103 15.05 15.8903 15.06 15.9103 15.05L16.0903 14.81C16.1303 14.74 16.0903 14.77 16.1703 14.67L16.1803 14.66C16.1903 14.64 16.1803 14.66 16.1903 14.64L16.2603 14.54C16.2703 14.52 16.2603 14.54 16.2703 14.51L16.3403 14.4001C16.4003 14.3201 16.4103 14.21 16.4703 14.12L16.4903 14.08C16.4903 14.08 16.4903 14.07 16.5003 14.07C16.5003 14.07 16.5003 14.07 16.5003 14.06C16.5103 14.04 16.5103 14.0501 16.5203 14.0301L16.6203 13.82C16.6303 13.79 16.6203 13.78 16.6403 13.75C16.6803 13.66 16.7003 13.57 16.7403 13.49V13.48C16.7603 13.43 16.7303 13.52 16.7503 13.47L16.8203 13.22C16.8303 13.16 16.8403 13.1501 16.8703 13.0901L16.9303 12.79C16.9403 12.73 16.9503 12.7 16.9603 12.64L17.0103 12.33C17.0103 12.22 17.0203 12.1 17.0303 11.99C17.0303 11.87 17.0503 11.7701 17.0503 11.6501C17.0503 11.4701 17.0203 11.31 17.0203 11.14L16.9703 10.8401C16.9603 10.7701 16.9703 10.73 16.9503 10.67L16.9203 10.44C16.9003 10.37 16.8903 10.39 16.8803 10.29L16.8203 10.08C16.7803 9.99005 16.8103 10.02 16.7903 9.94003C16.7703 9.91003 16.7703 9.91003 16.7603 9.88003C16.7403 9.84003 16.7503 9.85003 16.7403 9.81003L16.6203 9.49002C16.5903 9.43002 16.5903 9.45004 16.5703 9.39004L16.5003 9.24002C16.4803 9.22002 16.4903 9.21002 16.4703 9.18002L16.4303 9.09006C16.3903 9.02006 16.3703 8.95003 16.3203 8.88003L16.3003 8.84006C16.2703 8.79006 16.2503 8.74003 16.2103 8.69003C16.1803 8.65003 16.1603 8.59001 16.1203 8.54001C16.0503 8.44001 16.0803 8.43005 15.9503 8.27005C15.8503 8.15005 15.7803 8.03001 15.6703 7.92001L15.4203 7.64004C15.3103 7.51004 15.3003 7.53005 15.2303 7.46005C15.1803 7.41005 14.9503 7.20001 14.9003 7.17001C14.7903 7.11001 14.7703 7.05003 14.5903 6.94003L14.5703 6.92001C14.5503 6.91001 14.5703 6.92005 14.5403 6.90005C14.5303 6.88005 14.5103 6.88002 14.4903 6.86002L14.3503 6.78006C14.2903 6.72006 14.2903 6.74003 14.2103 6.69003L14.1903 6.68002C14.1703 6.67002 14.1803 6.67 14.1603 6.66L14.0803 6.61002C14.0403 6.58002 13.9803 6.56001 13.9303 6.54001L13.7303 6.45004C13.7203 6.44004 13.7203 6.44003 13.7103 6.44003C13.6903 6.43003 13.6903 6.43001 13.6803 6.42001C13.5603 6.37001 13.3303 6.30006 13.2903 6.28006C13.2203 6.23006 13.1403 6.22004 13.0903 6.20004L12.9403 6.15005C12.9303 6.14005 12.9103 6.14003 12.9003 6.13003L12.1503 5.98001C12.0903 5.97001 12.0603 5.97005 11.9903 5.96005C11.8903 5.95005 11.7503 5.94003 11.6503 5.94003L11.5703 5.93002C11.4103 5.89002 11.1303 5.92003 10.9803 5.94003C10.8803 5.95003 10.7503 5.94004 10.6403 5.95004C10.5803 5.96004 10.5503 5.98002 10.5003 5.99002L10.1103 6.05002C10.0303 6.06002 10.0803 6.07005 9.96033 6.08005C9.92033 6.09005 9.93033 6.10002 9.90033 6.11002C9.85033 6.13002 9.80031 6.13005 9.76031 6.15005C9.70031 6.17005 9.6803 6.17002 9.6203 6.18002L9.36029 6.27005C9.36029 6.27005 9.36028 6.28006 9.35028 6.28006C9.29028 6.31006 9.12032 6.33004 9.02032 6.39004C9.00032 6.40004 8.98032 6.42001 8.95032 6.42001L8.83032 6.48001C8.80032 6.49001 8.75028 6.52001 8.72028 6.54001C8.69028 6.55001 8.68033 6.55003 8.65033 6.56003C8.63033 6.58003 8.63028 6.58001 8.60028 6.60001C8.56028 6.62001 8.51029 6.64 8.48029 6.66L8.3703 6.73001C8.3303 6.77001 8.32032 6.77002 8.27032 6.80002C8.19032 6.86002 8.10033 6.90005 8.03033 6.96005L7.63031 7.28006C7.56031 7.33006 7.37031 7.49002 7.32031 7.55002C7.30031 7.58002 7.30032 7.58001 7.27032 7.60001L7.21033 7.67001H7.20032L7.1803 7.69003C7.1603 7.71003 7.16032 7.71002 7.14032 7.74002L7.0603 7.83005C7.0203 7.88005 6.97031 7.93001 6.94031 7.98001L6.84033 8.09006C6.83033 8.10006 6.83032 8.10002 6.83032 8.11002L6.61029 8.37002C6.50029 8.52002 6.57028 8.45006 6.47028 8.59006C6.46028 8.62006 6.46031 8.63005 6.44031 8.65005C6.43031 8.67005 6.42028 8.68004 6.41028 8.70004L6.28033 8.93002C6.25033 9.00002 6.21031 9.05002 6.19031 9.11002C6.19031 9.14002 6.18029 9.16001 6.17029 9.17001L6.1203 9.25003C6.0903 9.30003 6.08029 9.35005 6.05029 9.40005C6.02029 9.44005 5.94028 9.71001 5.91028 9.79001C5.89028 9.82001 5.89031 9.83002 5.88031 9.86002C5.86031 9.92002 5.8603 9.90003 5.8103 10.06L5.70032 10.58C5.70032 10.62 5.6903 10.6101 5.6803 10.6501C5.6703 10.6901 5.68029 10.76 5.67029 10.81C5.66029 10.88 5.64032 10.9001 5.64032 10.9601L5.61029 11.47C5.60029 11.53 5.59033 11.5801 5.59033 11.6501ZM7.57031 11.6501L7.59033 12.0901C7.60033 12.1601 7.62031 12.2001 7.63031 12.2801C7.63031 12.3601 7.65029 12.41 7.67029 12.48C7.67029 12.51 7.6803 12.54 7.6803 12.57C7.6903 12.6 7.71033 12.63 7.71033 12.66C7.75033 12.85 7.7903 12.85 7.8103 12.92C7.8203 12.97 7.83029 13.07 7.86029 13.11L7.90033 13.18C7.93033 13.26 7.97031 13.29 8.00031 13.37L8.05029 13.5C8.07029 13.53 8.08028 13.54 8.10028 13.57C8.14028 13.68 8.31031 13.9 8.38031 13.99C8.40031 14.01 8.4203 14.03 8.4303 14.06C8.4503 14.08 8.4703 14.09 8.4903 14.11C8.5003 14.12 8.51032 14.1401 8.52032 14.1501L8.55029 14.18C8.69029 14.34 8.86028 14.5 9.04028 14.63C9.05028 14.64 9.06031 14.6401 9.07031 14.6501C9.14031 14.7001 9.2303 14.78 9.3103 14.82C9.3603 14.85 9.41033 14.8701 9.46033 14.9001C9.52033 14.9401 9.55029 14.96 9.61029 14.99L9.80029 15.08C9.82029 15.09 9.81031 15.0801 9.82031 15.0901C9.84031 15.1101 9.83033 15.1 9.84033 15.11C9.87033 15.12 9.92029 15.1201 9.98029 15.1501C10.0003 15.1601 10.0003 15.15 10.0303 15.16C10.0503 15.17 10.0803 15.19 10.1103 15.2C10.2603 15.25 10.2803 15.23 10.3903 15.27C10.4603 15.3 10.6003 15.33 10.6703 15.33C10.7203 15.34 10.7303 15.35 10.7703 15.35C10.8403 15.36 10.8103 15.36 10.8703 15.37C10.9203 15.39 11.0303 15.38 11.1003 15.38C11.1803 15.39 11.2303 15.4001 11.3103 15.4001C11.4603 15.4001 11.6103 15.39 11.7603 15.38C11.8503 15.38 11.8803 15.3501 11.9503 15.3401C11.9903 15.3301 12.0303 15.34 12.0603 15.33C12.0903 15.32 12.1203 15.31 12.1603 15.3C12.2803 15.28 12.4503 15.25 12.5603 15.18C12.6003 15.16 12.6403 15.17 12.7103 15.14L12.8603 15.07C12.8903 15.05 12.8903 15.0501 12.9303 15.0301L13.0403 14.97C13.0603 14.96 13.0603 14.96 13.0803 14.95C13.1203 14.93 13.1303 14.92 13.1603 14.91L13.2603 14.85C13.2703 14.84 13.2603 14.8501 13.2703 14.8401C13.3303 14.7901 13.4003 14.77 13.4603 14.73C13.4903 14.71 13.4903 14.7 13.5203 14.68L13.5903 14.63C13.6003 14.62 13.6103 14.62 13.6203 14.61C13.6303 14.6 13.6303 14.6001 13.6403 14.5901L13.8403 14.41C13.8803 14.37 13.9003 14.37 13.9403 14.33L14.0203 14.24C14.0903 14.15 14.1703 14.08 14.2403 13.99C14.3503 13.83 14.3703 13.85 14.4103 13.8C14.4403 13.75 14.4503 13.6901 14.4803 13.6501C14.5103 13.6001 14.5503 13.55 14.5703 13.5L14.6503 13.37C14.6503 13.36 14.6503 13.36 14.6603 13.35C14.6703 13.33 14.6603 13.33 14.6803 13.31C14.6903 13.3 14.7003 13.2901 14.7003 13.2801C14.7403 13.2301 14.7503 13.17 14.7803 13.12C14.8003 13.08 14.8203 12.98 14.8603 12.91C14.8803 12.87 14.8903 12.8201 14.9103 12.7801C14.9403 12.7201 14.9303 12.6401 14.9503 12.5901C14.9703 12.5501 14.9703 12.54 14.9703 12.49C14.9803 12.45 14.9903 12.44 15.0003 12.41C15.0203 12.3 15.0103 12.19 15.0403 12.1C15.0803 12.02 15.0703 11.64 15.0703 11.54C15.0703 11.49 15.0603 11.48 15.0503 11.44C15.0503 11.37 15.0603 11.28 15.0503 11.2C15.0403 11.13 15.0103 11.1 15.0103 11C15.0103 10.89 14.9803 10.9 14.9703 10.81C14.9603 10.78 14.9603 10.7401 14.9603 10.7101C14.9503 10.6601 14.9303 10.5801 14.9003 10.5301C14.8703 10.4801 14.7803 10.17 14.7403 10.1L14.5803 9.79001C14.5603 9.75001 14.5603 9.75 14.5403 9.72C14.4903 9.65 14.4703 9.57005 14.4103 9.52005C14.3703 9.47005 14.3403 9.40001 14.2903 9.35001L14.1903 9.24002C14.1903 9.24002 14.1903 9.24001 14.1803 9.23001L14.1403 9.18002C14.1203 9.15002 14.1003 9.14002 14.0803 9.12002C14.0603 9.07002 14.0803 9.08002 14.0403 9.05002C14.0103 9.02002 13.9803 8.98005 13.9503 8.96005L13.8803 8.91C13.8303 8.86 13.8203 8.87002 13.7603 8.80002L13.5603 8.64004C13.5003 8.60004 13.4603 8.55005 13.3903 8.52005L13.2403 8.43002C13.2203 8.42002 13.2003 8.41004 13.1703 8.39004C13.1203 8.35004 13.1703 8.36006 13.1003 8.34006C13.0603 8.33006 13.0403 8.32003 13.0103 8.31003C12.9503 8.29003 12.9703 8.28003 12.8903 8.25003C12.8703 8.24003 12.8703 8.24001 12.8503 8.23001C12.8203 8.22001 12.8003 8.21004 12.7803 8.20004C12.7403 8.17004 12.6503 8.14003 12.6003 8.13003C12.5603 8.13003 12.5503 8.12001 12.5203 8.10001C12.4603 8.07001 12.4203 8.06001 12.3403 8.04001L12.1303 7.96005C12.1203 7.96005 12.1003 7.95004 12.0903 7.95004C12.0603 7.94004 12.0103 7.95003 11.9803 7.94003C11.9103 7.94003 11.8603 7.92 11.7703 7.91C11.6303 7.9 11.4703 7.88003 11.3203 7.88003C11.2403 7.88003 11.1903 7.90005 11.1203 7.90005C11.0403 7.91005 10.9603 7.9 10.8803 7.91C10.8103 7.92 10.7503 7.94003 10.6803 7.94003C10.6403 7.95003 10.6103 7.95004 10.5803 7.95004C10.5403 7.96004 10.5203 7.98002 10.4903 7.99002C10.4203 8.01002 10.4103 7.99006 10.3103 8.03006C10.2303 8.06006 10.2503 8.03005 10.1203 8.08005C10.0903 8.10005 10.0903 8.10002 10.0403 8.12002L9.9903 8.15005C9.9403 8.17005 9.87032 8.18004 9.83032 8.20004L9.80029 8.21005C9.77029 8.23005 9.76028 8.25004 9.72028 8.26004C9.65028 8.28004 9.61028 8.31001 9.54028 8.35001L9.48029 8.38003C9.39029 8.42003 9.40032 8.44 9.33032 8.47C9.26032 8.5 9.2403 8.51003 9.1803 8.56003C9.1303 8.60003 9.10029 8.61005 9.05029 8.65005C9.00029 8.69005 8.95029 8.71003 8.92029 8.75003C8.90029 8.78003 8.89029 8.79003 8.86029 8.81003C8.84029 8.82003 8.84031 8.82006 8.82031 8.84006L8.6803 8.96005C8.6703 8.97005 8.68029 8.97001 8.67029 8.98001C8.61029 9.02001 8.61031 9.06002 8.57031 9.11002L8.34033 9.35001C8.32033 9.38001 8.31028 9.40002 8.29028 9.43002C8.28028 9.45002 8.2603 9.47002 8.2403 9.49002C8.1503 9.61002 8.1203 9.70006 8.0603 9.78006L7.98029 9.94003C7.97029 9.97003 7.96031 9.98004 7.94031 10.01L7.8103 10.3401C7.7803 10.4201 7.77033 10.39 7.71033 10.6C7.69033 10.66 7.68029 10.73 7.67029 10.79C7.66029 10.83 7.64032 10.84 7.64032 10.88C7.61032 10.98 7.60033 11.09 7.59033 11.19C7.58033 11.26 7.58032 11.34 7.58032 11.42C7.58032 11.49 7.57031 11.5601 7.57031 11.6501Z' fill='%23434343'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8403 5.68002C15.8403 5.74002 15.8403 5.81002 15.8503 5.86002L15.8803 6.02005C15.9003 6.06005 15.9203 6.09005 15.9303 6.15005C15.9403 6.22005 15.9503 6.23006 15.9803 6.28006C16.0003 6.32006 16.0103 6.36005 16.0403 6.40005C16.0603 6.44005 16.0803 6.48005 16.1103 6.52005C16.1303 6.56005 16.1603 6.58003 16.1903 6.62003C16.2203 6.67003 16.2503 6.70001 16.3003 6.73001C16.3103 6.74001 16.3103 6.75004 16.3203 6.76004L16.4703 6.88004C16.5003 6.91004 16.6303 6.98003 16.6703 7.00003C16.6903 7.01003 16.6903 7.00004 16.7103 7.01004C16.7903 7.06004 16.9003 7.07001 16.9803 7.10001C17.0503 7.13001 17.0503 7.13004 17.1303 7.13004C17.2003 7.13004 17.2303 7.15005 17.3003 7.15005C17.3903 7.15005 17.5203 7.14002 17.6103 7.11002C17.6703 7.08002 17.7003 7.10004 17.7703 7.07004L17.8303 7.06003C17.8703 7.05003 17.8803 7.02004 17.9203 7.01004L18.0303 6.98001C18.0603 6.96001 18.1303 6.91004 18.1503 6.88004L18.2203 6.81003C18.3103 6.72003 18.2903 6.79004 18.4103 6.63004C18.4403 6.59004 18.4803 6.56004 18.5103 6.51004C18.5103 6.51004 18.5103 6.51003 18.5103 6.50003L18.5703 6.40005C18.6003 6.36005 18.5903 6.35002 18.6303 6.30002L18.7103 6.03006C18.7203 5.99006 18.7403 5.97003 18.7503 5.94003C18.7803 5.84003 18.7803 5.55003 18.7503 5.44003C18.7403 5.41003 18.7403 5.35004 18.7203 5.32004C18.6903 5.26004 18.6803 5.25002 18.6603 5.18002C18.6503 5.14002 18.6503 5.14002 18.6303 5.11002C18.5003 4.90002 18.5203 4.87001 18.3203 4.67001C18.1603 4.51001 18.2703 4.60005 18.0903 4.46005L17.8903 4.35001C17.8503 4.34001 17.8503 4.35005 17.8103 4.33005C17.7903 4.32005 17.7803 4.31003 17.7503 4.31003L17.6103 4.26004C17.5903 4.26004 17.3003 4.24002 17.2703 4.24002C17.1303 4.25002 16.8003 4.30004 16.6903 4.38004C16.6103 4.44004 16.5403 4.43002 16.4203 4.55002C16.4003 4.57002 16.3903 4.56005 16.3703 4.58005C16.3503 4.59005 16.3403 4.61003 16.3203 4.62003C16.2803 4.66003 16.2103 4.71004 16.1803 4.76004C16.1703 4.78004 16.1803 4.77006 16.1603 4.78006L16.0903 4.85001C16.0603 4.89001 16.0303 4.97006 16.0003 5.03006C15.9903 5.07006 15.9703 5.08003 15.9603 5.12003L15.9303 5.23001C15.9203 5.29001 15.8803 5.32003 15.8703 5.44003C15.8603 5.55003 15.8403 5.51002 15.8403 5.68002Z' fill='%23434343'/%3E%3C/svg%3E%0A"); }
#ProfileDetails ul li.Facebook:before { background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.94025 0.77005H17.8102C19.6902 0.77005 21.2402 2.31004 21.2402 4.20004V18.07C21.2402 19.95 19.6902 21.5 17.8102 21.5H14.9302V12.89H16.9902V10.23H14.9302V9.54001C14.9302 8.95001 15.0403 8.53005 15.2703 8.27005C15.5003 8.02005 15.8302 7.89005 16.2502 7.89005C16.6002 7.89005 16.9902 7.97003 17.4302 8.12003L18.0502 5.62003C17.7902 5.53003 17.4603 5.44006 17.0703 5.34006C16.6703 5.25006 16.2403 5.20004 15.7603 5.20004C14.9903 5.20004 14.3302 5.32002 13.7902 5.55002C13.2502 5.78002 12.8102 6.10003 12.4702 6.50003C12.1302 6.90003 11.8902 7.37001 11.7402 7.92001C11.5902 8.45001 11.5203 9.03004 11.5203 9.63004V10.25L9.99023 10.37V12.89H11.5203V21.5H3.94025C2.06025 21.5 0.510254 19.95 0.510254 18.07V4.20004C0.510254 2.31004 2.06025 0.77005 3.94025 0.77005Z' fill='%23434343'/%3E%3C/svg%3E%0A"); }

#ProfileDescription {
	padding: 32px 0px;
}

#ProfileDescription .Grid {
	margin: 0 auto;
	max-width: 620px;
}

#ProfileDescription .Group {
	margin-bottom: 16px;
}

#ProfileDescription .Group .Title {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 17px;
}

#ProfileDescription .Group .Text {
	font-size: 14px;
}

#ProfileDescription .Buttons {
	margin-bottom: 24px;
	padding-top: 12px;
	display: flex;
	gap: 26px;
}

#ProfileDescription .Buttons .Light {
	background-color: #EBBE00;
	padding: 12px 24px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#ProfileDescription .Buttons .Dark {
	background-color: #434343;
	padding: 12px 24px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #EBBE00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#ProfileDescription .Links {
	display: flex;
	align-items: center;
	gap: 26px;
}

#ProfileDescription .Links a {
	text-decoration: underline;
	font-weight: 700;
	font-size: 20px;
	color: #4F4F4F;
	display: flex;
	align-items: center;
	gap: 8px;
}

#ProfileDescription .Links a svg {
	width: 24px;
	height: 24px;
}

#HowWorks .Items {
	margin-bottom: 67px;
	display: flex;
	flex-direction: column;
	gap: 67px;
}

#HowWorks .Items .Item {
	padding: 48px;
	color: #FFF;
	display: flex;
	flex-direction: row;
	gap: 64px;
}

#HowWorks .Items .Item:nth-child(2n) {
	flex-direction: row-reverse;
}

#HowWorks .Items .Item.Light {
	background-color: #EABD00;
}

#HowWorks .Items .Item.Dark {
	background-color: #434343;
}

#HowWorks .Items .Item.Light .Number {
	background-image: url("data:image/svg+xml, %3Csvg width='524' height='637' viewBox='0 0 524 637' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M521.6 549.77C525.45 555.29 524.1 562.89 518.58 566.75C513.06 570.61 505.45 569.25 501.6 563.74L499.28 560.43C466.44 513.6 433.91 467.2 415.37 441.64C403.22 424.91 392.9 406.74 370.62 402.96C345.65 398.73 321.99 415.54 317.75 440.5C313.97 462.83 327.76 478.46 339.58 495.47C357.92 521.87 391.87 569.05 425.89 616.32L426.45 617.11C430.4 622.55 429.17 630.19 423.71 634.13C418.26 638.07 410.64 636.85 406.69 631.4L406.12 630.6C372.03 583.23 338.01 535.95 319.58 509.43C310.07 495.76 304.58 487.44 301.27 481.78C297.39 475.12 295.98 471.47 294.88 467.67C293.81 463.95 293.05 460.17 292.66 456.41C292.24 452.6 292.17 448.8 292.48 445.16C294.29 423.49 302.13 414.78 290 392.18C287.57 387.68 284.69 383.84 270.11 364.49L258.44 349.02C249.15 336.63 236.96 320.33 223.92 302.9C208.32 310 191.29 314.67 173.26 316.36L170.77 316.58C128.22 319.93 88.1399 306.04 57.5399 280.71C26.3599 254.84 5.00992 217.14 0.919916 173.72C-3.17008 130.27 10.7399 89.2 36.5799 58C62.4399 26.82 100.14 5.48 143.58 1.38C187.02 -2.72 228.07 11.2 259.27 37.04C290.46 62.84 311.81 100.56 315.9 144.03L316.12 146.54C319.45 189.07 305.58 229.14 280.24 259.74C277.54 263.01 274.69 266.18 271.73 269.23C283.87 287.21 295.18 304.01 303.78 316.8L314.92 333.41C328.32 353.43 331.03 357.47 334.14 360.88C350.67 378.89 362.53 375.26 383.36 380.61C386.89 381.53 390.47 382.83 393.94 384.49C397.34 386.09 400.68 388.06 403.8 390.28C407.09 392.62 410.1 395.16 415.04 400.96C419.28 405.95 425.33 413.86 435.12 427.36C453.76 453.03 486.36 499.53 519.28 546.47L521.6 549.77ZM227.37 85.84C209.38 67.36 184.48 55.93 156.99 55.93C129.48 55.93 104.59 67.37 86.5899 85.84C68.4499 104.46 57.2299 130.28 57.2299 158.86C57.2299 187.45 68.4499 213.28 86.5899 231.9C104.59 250.37 129.48 261.81 156.99 261.81C184.48 261.81 209.38 250.37 227.37 231.9C245.52 213.28 256.74 187.45 256.74 158.86C256.74 130.28 245.52 104.46 227.37 85.84ZM458.11 594.74C462.03 600.25 460.73 607.88 455.22 611.79C449.72 615.69 442.09 614.4 438.18 608.9L344.9 477.73C340.99 472.23 342.29 464.58 347.79 460.68C353.29 456.78 360.92 458.06 364.83 463.57L458.11 594.74ZM490 572.11C493.91 577.61 492.61 585.24 487.11 589.15C481.61 593.06 473.97 591.76 470.06 586.27L376.77 455.09C372.87 449.59 374.16 441.95 379.66 438.04C385.16 434.13 392.8 435.43 396.71 440.93L490 572.11Z' fill='%23FFC800'/%3E%3Cpath d='M156.99 90.84C151.55 90.84 147.13 86.43 147.13 80.99C147.13 75.55 151.55 71.13 156.99 71.13C180.68 71.13 202.15 81 217.67 96.95C233.12 112.81 242.69 134.71 242.69 158.86C242.69 164.31 238.28 168.72 232.84 168.72C227.4 168.72 222.98 164.31 222.98 158.86C222.98 140.01 215.56 122.95 203.58 110.65C191.66 98.42 175.18 90.84 156.99 90.84Z' fill='%23FFC800'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 400px;
	font-weight: 700;
	font-size: 200px;
	color: #434343;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 400px;
}

#HowWorks .Items .Item.Dark .Number {
	background-image: url("data:image/svg+xml, %3Csvg width='524' height='637' viewBox='0 0 524 637' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M521.6 549.77C525.45 555.29 524.1 562.89 518.58 566.75C513.06 570.61 505.45 569.25 501.6 563.74L499.28 560.43C466.44 513.6 433.91 467.2 415.37 441.64C403.22 424.91 392.9 406.74 370.62 402.96C345.65 398.73 321.99 415.54 317.75 440.5C313.97 462.83 327.76 478.46 339.58 495.47C357.92 521.87 391.87 569.05 425.89 616.32L426.45 617.11C430.4 622.55 429.17 630.19 423.71 634.13C418.26 638.07 410.64 636.85 406.69 631.4L406.12 630.6C372.03 583.23 338.01 535.95 319.58 509.43C310.07 495.76 304.58 487.44 301.27 481.78C297.39 475.12 295.98 471.47 294.88 467.67C293.81 463.95 293.05 460.17 292.66 456.41C292.24 452.6 292.17 448.8 292.48 445.16C294.29 423.49 302.13 414.78 290 392.18C287.57 387.68 284.69 383.84 270.11 364.49L258.44 349.02C249.15 336.63 236.96 320.33 223.92 302.9C208.32 310 191.29 314.67 173.26 316.36L170.77 316.58C128.22 319.93 88.1399 306.04 57.5399 280.71C26.3599 254.84 5.00992 217.14 0.919916 173.72C-3.17008 130.27 10.7399 89.2 36.5799 58C62.4399 26.82 100.14 5.48 143.58 1.38C187.02 -2.72 228.07 11.2 259.27 37.04C290.46 62.84 311.81 100.56 315.9 144.03L316.12 146.54C319.45 189.07 305.58 229.14 280.24 259.74C277.54 263.01 274.69 266.18 271.73 269.23C283.87 287.21 295.18 304.01 303.78 316.8L314.92 333.41C328.32 353.43 331.03 357.47 334.14 360.88C350.67 378.89 362.53 375.26 383.36 380.61C386.89 381.53 390.47 382.83 393.94 384.49C397.34 386.09 400.68 388.06 403.8 390.28C407.09 392.62 410.1 395.16 415.04 400.96C419.28 405.95 425.33 413.86 435.12 427.36C453.76 453.03 486.36 499.53 519.28 546.47L521.6 549.77ZM227.37 85.84C209.38 67.36 184.48 55.93 156.99 55.93C129.48 55.93 104.59 67.37 86.5899 85.84C68.4499 104.46 57.2299 130.28 57.2299 158.86C57.2299 187.45 68.4499 213.28 86.5899 231.9C104.59 250.37 129.48 261.81 156.99 261.81C184.48 261.81 209.38 250.37 227.37 231.9C245.52 213.28 256.74 187.45 256.74 158.86C256.74 130.28 245.52 104.46 227.37 85.84ZM458.11 594.74C462.03 600.25 460.73 607.88 455.22 611.79C449.72 615.69 442.09 614.4 438.18 608.9L344.9 477.73C340.99 472.23 342.29 464.58 347.79 460.68C353.29 456.78 360.92 458.06 364.83 463.57L458.11 594.74ZM490 572.11C493.91 577.61 492.61 585.24 487.11 589.15C481.61 593.06 473.97 591.76 470.06 586.27L376.77 455.09C372.87 449.59 374.16 441.95 379.66 438.04C385.16 434.13 392.8 435.43 396.71 440.93L490 572.11Z' fill='%234F4F4F'/%3E%3Cpath d='M156.99 90.84C151.55 90.84 147.13 86.43 147.13 80.99C147.13 75.55 151.55 71.13 156.99 71.13C180.68 71.13 202.15 81 217.67 96.95C233.12 112.81 242.69 134.71 242.69 158.86C242.69 164.31 238.28 168.72 232.84 168.72C227.4 168.72 222.98 164.31 222.98 158.86C222.98 140.01 215.56 122.95 203.58 110.65C191.66 98.42 175.18 90.84 156.99 90.84Z' fill='%234F4F4F'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 400px;
	min-height: 635px;
	font-weight: 700;
	font-size: 200px;
	color: #EBBE00;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 400px;
}

#HowWorks .Items .Item .Text {
	margin-right: 10%;
	align-self: center;
}

#HowWorks .Items .Item:nth-child(2n) .Text {
	margin-right: 0%;
	margin-left: 10%;
	text-align: right;
}

#HowWorks .Items .Item .Text p {
	margin-bottom: 32px;
	font-size: 34px;
}

#HowWorks .Items .Item .Text h1,
#HowWorks .Items .Item .Text h2,
#HowWorks .Items .Item .Text h3,
#HowWorks .Items .Item .Text h4,
#HowWorks .Items .Item .Text .Headline {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 61px;
}

#HowWorks .Items .Item.Light .Text h1,
#HowWorks .Items .Item.Light .Text h2,
#HowWorks .Items .Item.Light .Text h3,
#HowWorks .Items .Item.Light .Text h4,
#HowWorks .Items .Item.Light .Text .Headline {
	color: #434343;
}

#HowWorks .Items .Item.Dark .Text h1,
#HowWorks .Items .Item.Dark .Text h2,
#HowWorks .Items .Item.Dark .Text h3,
#HowWorks .Items .Item.Dark .Text h4,
#HowWorks .Items .Item.Dark .Text .Headline {
	color: #EABD00;
}

#AddOffer {
	background-color: #EABD00;
	padding: 64px 0px;
	overflow: hidden;
}

#AddOffer form {
	margin: 0 auto;
	position: relative;
	max-width: 440px;
}

.addOfferForm {
	margin: 0 auto;
	position: relative;
	max-width: 440px;
}
#AddOffer svg {
	position: absolute;
	top: 50%;
	left: 110%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#AddOffer form svg {
	position: absolute;
	top: 50%;
	left: 110%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#AddOffer .Field {
	margin-bottom: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#AddOffer .Field .Name {
	font-weight: 700;
	font-size: 25px;
}

#AddOffer .Field .Space {
	margin: 0px 16px;
	display: flex;
	gap: 6px;
}

#AddOffer .Field select,
#AddOffer .Field input {
	background-color: #FFF;
	border: solid 2px #434343;
	padding: 6px 16px;
	width: 100%;
	font-weight: 400;
	font-size: 19px;
	color: #4F4F4F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#AddOffer .Field textarea {
	background-color: #FFF;
	border: solid 2px #434343;
	padding: 6px 16px;
	width: 100%;
	height: 250px;
	font-weight: 700;
	font-size: 19px;
	color: #4F4F4F;
	resize: vertical;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#AddOffer .Buttons {
	margin: 0px 16px;
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

#AddOffer .Buttons button {
	background-color: #434343;
	border: none;
	padding: 16px;
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	color: #EBBE00;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#AddOffer .Buttons a {
	width: 100%;
	text-decoration: underline;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #434343;
}

#EditAccount {
	background-color: #EABD00;
	padding: 64px 0px;
	overflow: hidden;
}

#EditAccount form {
	margin: 0 auto;
	position: relative;
	max-width: 600px;
}

#EditAccount .editform {
	margin: 0 auto;
	position: relative;
	max-width: 600px;
}

#EditAccount div svg {
	position: absolute;
	top: 50%;
	left: 110%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#EditAccount form svg {
	position: absolute;
	top: 50%;
	left: 110%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#EditAccount .Caption {
	margin-bottom: 64px;
	text-align: center;
	font-weight: 700;
	font-size: 45px;
}

#EditAccount .Field {
	margin-bottom: 16px;
}

#EditAccount .Field .Name {
	margin-bottom: 6px;
	padding-left: 16px;
	font-weight: 700;
	font-size: 19px;
}

#EditAccount .Field select,
#EditAccount .Field input {
	background-color: #FFF;
	border: solid 2px #434343;
	padding: 6px 16px;
	width: 50%;
	font-weight: 400;
	font-size: 19px;
	color: #4F4F4F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#EditAccount .Field textarea {
	background-color: #FFF;
	border: solid 2px #434343;
	padding: 16px 16px;
	width: 100%;
	height: 250px;
	font-weight: 700;
	font-size: 19px;
	color: #4F4F4F;
	resize: vertical;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#EditAccount .Field .Image {
	background-color: #FFF;
	border: solid 2px #434343;
	width: 50%;
	font-size: 0px;
	aspect-ratio: 100/100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#EditAccount .Field .Image img {
	width: 100%;
	height: 100%;
}

#EditAccount .Field .File {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
}

#EditAccount .Field .File input {
	position: absolute;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

#EditAccount .Field .File .Button {
	background-color: #434343;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 24px;
	color: #EBBE00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#EditAccount .Field .Exps {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#EditAccount .Field .Exps .Item {
	display: flex;
	gap: 12px;
}

#EditAccount .Field .ExpMore {
	margin-bottom: 12px;
	margin-left: 16px;
	text-decoration: underline;
	font-weight: 700;
	font-size: 19px;
	color: #4F4F4F;
	display: inline-block;
}

#EditAccount .Buttons button {
	background-color: #434343;
	border: none;
	padding: 12px 32px;
	font-weight: 700;
	font-size: 24px;
	color: #EBBE00;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#Caption {
	background: #F3F7FF;
	margin-bottom: 64px;
	padding: 64px 0px;
	position: relative;
	overflow: hidden;
}

#Caption .cWidth {
	padding-right: 200px;
}

#Caption h1 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	position: relative;
	line-height: 36px;
	font-weight: 700;
	font-size: 36px;
	color: #301773;
}

#Caption h1[data-sub]:before {
	content: attr(data-sub);
	margin-bottom: 6px;
	position: absolute;
	bottom: 100%;
	left: 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	opacity: 0.35;
}

#Caption p {
	line-height: 24px;
	color: rgba(0, 0,0, 0.5);
}

#Page {
	margin-bottom: 128px;
	position: relative;
}

#Page .cWidth:after {
	content: '';
	display: block;
	clear: both;
}

#Chat {
	margin: 0 auto 64px auto;
	position: relative;
	max-width: 660px;
}

#ChatFilterMonths {
	margin-bottom: 32px;
	position: sticky;
	top: 0px;
	display: flex;
	flex-direction: row;
	z-index: 10;
}

#ChatFilterMonths div,
#ChatFilterMonths button {
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

#ChatFilterMonths .Prev:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	opacity: 0.5;
}

#ChatFilterMonths .Next:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	opacity: 0.5;
}

#ChatFilterMonths .Current {
	background-color: #EBBE00;
	font-weight: 700;
	font-size: 18px;
	color: #434343;
}

#Chat .Months .Month {
	margin-bottom: 32px;
}

#Chat .Months .Month .Caption {
	background-color: #434343;
	margin-bottom: 6px;
	padding: 16px 24px;
	position: sticky;
	top: 70px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Chat .Months .Month .Caption:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M14 13h-4v-4h4v4zm6-4h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v13.386c0 2.391-6.648 9.614-9.811 9.614h-14.189v-23h24zm-2 6h-20v15h11.362c4.156 0 2.638-6 2.638-6s6 1.65 6-2.457v-6.543z'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
}

#Chat .Months .Month .Items {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#Chat .Months .Month .Items .Item {
	background-color: #EBBE00;
	padding: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Chat .Months .Month .Items .Item .Day {
	background-color: rgba(255, 255, 255, 0.3);
	width: 64px;
	height: 64px;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#Chat .Months .Month .Items .Item .CompanyName {
	font-weight: 700;
	font-size: 18px;
}

#Chat .Months .Month .Items .Item .Position {
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}

#Chat .Months .Month .Items .Item .Buttons {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
}

#Chat .Months .Month .Items .Item .Buttons a {
	background-color: #FFF;
	padding: 4px 12px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#Chat .Months .Month .Items .Item .Buttons a:hover {
	background-color: #434343;
	color: #FFF;
}

#Footer {
	background-color: #434242;
	padding: 64px 0px;
}

#Footer .Info {
	margin-bottom: 48px;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Footer .Gastrofind {
	width: 250px;
	text-align: right;
}

#Footer .Gastrofind img {
	margin-bottom: 16px;
}

#Footer .Gastrofind p {
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
}

#Footer .Boxs {
	width: calc(100% - 250px);
	display: flex;
	align-items: center;
	gap: 10%;
}

#Footer .Boxs .Box {
	width: 100%;
}

#Footer .Boxs .Box nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 31px;
}

#Footer .Boxs .Box nav a {
	font-size: 25px;
	color: #FFF;
}

#Footer .Boxs .Box nav a:hover {
	text-decoration: underline;
}

#Footer .Boxs .Box .Light,
#Footer .Boxs .Box .Dark {
	padding: 20px;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	display: block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#Footer .Boxs .Box .Light {
	background-color: #FFF;
	margin-bottom: 23px;
	color: #EBBE00;
}

#Footer .Boxs .Box .Dark {
	background-color: #EBBE00;
	color: #FFF;
}

@media all and (max-width: 1690px) {
	.cWidth {
		width: 85%;
	}

	#ChatDialog .OfferNew .Details div, #ChatDialog .OfferNew .Addtional div {
		width: 50%;
	}

	#ChatDialog .OfferNew .Addtional .Description, #ChatDialog .OfferNew .Addtional.TwoColumn .Description {
		width: 100%;
	}
}

@media all and (max-width: 1660px) {
	.cWidth {
		width: 85%;
	}
}

@media all and (max-width: 1600px) {
	#HowWorks .Items .Item .Text h1, #HowWorks .Items .Item .Text h2, #HowWorks .Items .Item .Text h3, #HowWorks .Items .Item .Text h4, #HowWorks .Items .Item .Text .Headline {
		font-size: 42px;
	}

	#HowWorks .Items .Item .Text p {
		font-size: 26px;
	}
}

@media all and (max-width: 1520px) {
	#Header nav {
		gap: 32px;
	}

	#Header nav a {
		font-size: 18px;
	}

	#Buttons .Light h2, #Buttons .Dark h2 {
		font-size: 42px;
	}

	#HowWorks .Items .Item .Text,
	#HowWorks .Items .Item:nth-child(2n) .Text {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media all and (max-width: 1370px) {
	.cWidth {
		width: 90%;
	}

	#Header {
		border-top: solid 45px #FFF;
		border-bottom: solid 45px #FFF;
	}

	body.HeaderActive:before {
		height: 176px;
	}

	#Hero {
		margin-bottom: 95px;
	}

	#Hero .Text h1 {
		line-height: 52px;
		font-size: 48px;
	}

	#Hero .Text p {
		margin-bottom: 8px;
		font-size: 32px;
	}

	#Hero .Text img {
		width: 200px;
		height: auto;
	}

	#Buttons .cWidth {
		row-gap: 4%;
	}

	#Buttons .Light, #Buttons .Dark, #Buttons .Info {
		width: 30%;
	}

	#Buttons .Light h2, #Buttons .Dark h2 {
		font-size: 38px;
	}

	#Buttons .Light a, #Buttons .Dark a {
		font-size: 16px;
	}

	#HomeWho h2 {
		font-size: 35px;
	}

	#HomeWho h2 img {
		width: 200px;
		height: 64px;
	}

	#HomeWho ul {
		font-size: 27px;
	}

	#HowWorks .Items .Item .Text p {
		font-size: 24px;
	}
}

@media all and (max-width: 1340px) {
	#ChatDialog .WindowFlex {
		display: flex;
		flex-direction: column-reverse;
		gap: 64px;
	}

	#ChatDialog .WindowSummary {
		margin: 0 auto;
		max-width: 800px;
	}
}

@media all and (max-width: 1260px) {
	#Header nav {
		gap: 24px;
	}

	#Header nav a {
		font-size: 16px;
	}

	#Header nav a svg {
		width: 24px;
		height: 24px;
	}
}

@media all and (max-width: 1190px) {
	#Hero .Text h1 {
		line-height: 40px;
		font-size: 36px;
	}

	#Hero .Text p {
		margin-bottom: 0px;
		font-size: 24px;
	}

	#Hero .Text img {
		width: 140px;
		height: auto;
	}

	#Buttons .cWidth { flex-wrap: wrap; gap: 48px; }
	#Buttons .Light, #Buttons .Dark { order: 1; width: calc(50% - 24px); }
	#Buttons .Info { order: 2; width: 100%; }

	#HomeWho .cWidth {
		flex-direction: column;
		gap: 12px;
	}

	#HomeWho h2 {
		text-align: center;
		display: block;
	}

	#HomeWho h2 img {
		vertical-align: top;
	}

	#HomeWho ul {
		text-align: center;
		font-size: 20px;
	}

	#Footer .Info {
		flex-direction: column-reverse;
	}

	#Footer .Gastrofind {
		width: 100%;
		text-align: center;
	}

	#Footer .Boxs {
		margin-bottom: 32px;
		width: 100%;
	}

	#Footer .Boxs .Box nav {
		align-items: center;
	}
}

@media all and (max-width: 1100px) {
	#Header nav {
		display: none;
	}

	#MobileMenuButton {
		display: block;
	}
}

@media all and (max-width: 1024px) {
	#HowWorks .Items .Item.Light .Number,
	#HowWorks .Items .Item.Dark .Number {
		width: 250px;
		font-size: 90px;
		flex: 0 0 250px;
	}
}

@media all and (max-width: 990px) {
	.Offer .ButtonDelete {
		top: auto;
		bottom: 24px;
		left: 32px;
		right: auto;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	.Offer .ButtonEdit {
		top: auto;
		bottom: 24px;
		left: auto;
		right: 32px;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	#Footer .Boxs {
		flex-wrap: wrap;
		gap: 48px;
	}

	#Footer .Boxs .Box {
		width: calc(50% - 24px);
	}

	#Footer .Boxs .Box.Buttons {
		width: 100%;
	}
}

@media all and (max-width: 890px) {
	#Hero figure {
		position: absolute;
		width: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	#Hero .Text {
		margin-left: 0px;
		padding-bottom: 64%;
		text-align: center;
		align-items: center;
	}
}

@media all and (max-width: 820px) {
	#HowWorks .Items .Item.Light .Number,
	#HowWorks .Items .Item.Dark .Number {
		display: none;
	}

	#HowWorks .Items .Item:nth-child(2n) .Text {
		text-align: left;
	}
}

@media all and (max-width: 705px) {
	#Buttons .Light, #Buttons .Dark {
		width: 100%;
	}

	#ProfileHead .Grid .Name {
		font-size: 28px;
	}

	.Offer .Basic,
	#Messages .Message {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.Offer .Basic .Available,
	.Offer .Addtional {
		margin-left: 0px;
	}

	#ChatDialog .Message {
		width: 85%;
	}

	#Footer .Boxs .Box nav {
		gap: 24px;
	}

	#Footer .Boxs .Box nav a {
		font-size: 18px;
	}
}

@media all and (max-width: 660px) {
	#HowWorks .Items {
		gap: 24px;
	}

	#HowWorks .Items .Item .Text h1, #HowWorks .Items .Item .Text h2, #HowWorks .Items .Item .Text h3, #HowWorks .Items .Item .Text h4, #HowWorks .Items .Item .Text .Headline {
		font-size: 28px;
	}

	#HowWorks .Items .Item .Text p {
		font-size: 18px;
	}
}

@media all and (max-width: 550px) {
	.OfferNew .Basic {
		flex-direction: column;
	}
}

@media all and (max-width: 510px) {
	#EditAccount .Caption {
		font-size: 32px;
	}

	#EditAccount .Field .Image,
	#EditAccount .Field select, #EditAccount .Field input {
		width: 100%;
	}

	#EditAccount .Field .File,
	#EditAccount .Field .Exps .Item {
		flex-wrap: wrap;
	}

	#EditAccount .Field .Exps .Item {
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
		padding-bottom: 12px;
	}

	#EditAccount .Field .Exps .Item:last-child {
		border-bottom: none;
	}
}

@media all and (max-width: 480px) {
	#AddOffer .Field {
		margin-bottom: 16px;
	}

	#AddOffer .Field .Name {
		font-size: 20px;
	}

	#AddOffer .Field .Space {
		flex-wrap: wrap;
	}
}

@media all and (max-width: 450px) {
	#HowWorks .Items .Item {
		padding: 24px;
	}
}

.szukajPracownikaChat {
	background-color: #FFF;
	padding: 4px 12px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}




.back-arrow {
    display: block;
}
.chat-body {
    max-height: 60vh;
    overflow-y: auto;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.chat-submit {
width: 10%;
}
.chat-input {
width: 90%;
}

.chat-message {
    width: 100%;
    padding: 5px;
    display: inline-block;
    border: 1px solid lightgrey; 
    border-radius: 4px;
    word-wrap: break-word;
}


.chat-message-author {
display: block;
margin-bottom: 10px;
font-weight: bold;

}

.chat-message-time {
    display:inline;
    font-size: 80%;
    margin-top: 1em;
    float: right;
}

.chat-message.received {
    background-color: lightcoral;
    align-self: flex-start;
}

.chat-message.sent {
    background-color: lightblue;
    align-self: flex-end;

}
      /* Specific margin adjustments */
      .chat-message + .sent,
        .chat-message + .received {
            margin-top: 5px;
            
        }

        .sent + .received,
        .received + .sent {
            margin-top: 20px;
        }


		#employeeAgree, #employerAgree {
			background-color: #434343;
			border: 0px;
			margin-bottom: 19px;
			padding: 16px 0px;
			width: 100%;
			text-align: center;
			font-weight: 700;
			font-size: 24px;
			color: #EBBE00;
			cursor: pointer;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}


		#employeeAgree.disabled, #employerAgree.disabled {
			background-color: #9e9e9e;
			color: #636363;
			cursor: not-allowed;
		}

		#employeeAgree.clicked, #employerAgree.clicked {
			background-color: #2ecc71;
			color: #ffffff;
			cursor: default;
		}
		.employerCount {
			display: flex;
			justify-content: center;
			margin: 10px 20px;
		  }
		  #languageSelector {
			display: flex;
			flex-direction: column;
		  }
		  .languageFlag {
			height: 18px; 
			width: 24px;
		  }

		  .offerListingFlags 
		  {
			
			flex-direction: row !important;
		  }
		  .JTD {
			display: block!important;
		  }

		  .JTD .Text:nth-of-type(1) {
			text-align: left !important;
		}
		
		.JTD .Text:nth-of-type(2) {
			text-align: right !important;
		}



		#contact {
			margin: 0 auto;
			position: relative;
			width: 78.94%;
		}

		.contactFormWrapper {
			display: flex;
			flex-direction: column;
			margin: 0 auto;
		}

		.field {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		}

		.field label {
			display:inline;
		}

		.field > input:is([type="text"]) {
			max-width: 800px;
		}

		.field > input:is([type="submit"]) {
			width: 100px;
		}

		.field > textarea {
			max-width: 800px;
			height: 200px;
		}

		.field.row {
			flex-direction: row;
		}

		@keyframes blink {
			0%, 100% {
			  fill: red;
			  color: red;
			  opacity: 1;
			}
			50% {
			  fill: #FFF; 
			  color: #000;
			  opacity: 0;
			}
		  }
		  
		  #Header nav a.newMsg svg path {
			animation: blink 1s infinite;
		  }

		 .newMsg {
			animation: blink 1s infinite;
		  }