#s-m-t-tooltip{
	max-width:300px;
	margin:24px 14px 7px 12px;
	font-family: Work Sans;
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:100%;
	font-weight: 500;
	background-color: #e3ddda;
	color: var(--designtextcolor);
	padding:10px;
	z-index:19999;
}

#Profile_Main {
  position: relative;
  overflow: hidden;
  background-color: var(--designbgcolorsec);
  padding: 25px;
}

#Profile_Main .Profile_Bottom_Icons1::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: #606060;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.6;
}

#Profile_Main .Profil_InfLang{display: flex;gap:25px;}
#Profile_Main .Profil_InfLang .Profil_InfText{width: 55%;flex-grow: 1;}
#Profile_Main .Profil_InfLang .Profil_InfBox {order: 2;width: 30%;padding-top: 4px;}

#Profile_Main .Profil_Top_Music{position: absolute;top: 35px;left: 25px;z-index: 2;}
#Profile_Main .Profile_Music .HideMe {display: none;color: var(--designhighlight);}

#Profile_Main .Profile_Music > div{
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: absolute;
  top: -4px;
  left: 44px;
  width: 60px;
  line-height: 100%;
  opacity: 0.5;
}

#Profile_Main .Profile_Music > div span{font-size: 9px;letter-spacing: 1px;}

#Profile_Main .Profile_Music button{
  background: unset;
  border: unset;
  padding: unset;
  font-size: 22px;
  width: 35px;
  text-align: right;
}

#Profile_Main .Profil_InfTitel1 spanner{
  text-transform: uppercase;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 2px;
  color: var(--designtextcolor);
  opacity: 0.6;
  position: absolute;
  top: 3px;
  right: -50px;
}

#Profile_Main .Profile_Middel_Inf i{font-size: 9px;}
#Profile_Main .Profile_Top_Info strong {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 9px;
}

#Profile_Main .Profil_Timeline{display: grid;gap: 35px;}
#Profile_Main .Profil_InfTitel2{position: relative;margin-bottom: 20px;}
#Profile_Main .Profil_InfTitel2 span{
  font-family: abril fatface;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 90%;
  padding: 0 0 10px 2px;
  width: max-content;
  border-bottom: 1px solid var(--designoutlinesec);
  color: var(--designhighlight);
  margin-bottom: 7px;
  margin-top: 25px;
}

#Profile_Main .Profil_InfTitel2 div{
  text-transform: uppercase;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  right: 0;
}

#Profile_Main .Profil_InfSkill > div{
  text-transform: uppercase;
  font-family: Work Sans;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

#Profile_Main .Profil_InfSkill{display: grid;gap: 5px;}
#Profile_Main .Profil_InfSkill points{display: flex;gap: 5px;}

#Profile_Main .Profile_Skill{background-color: var(--designbgcolor_sec);padding: 10px 12px;position: relative;}
#Profile_Main .Profile_Skill skillactive{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--designhighlight) !important;
  height: 100%;
  width: 100%;
}

#Profile_Main .Profil_InfSkill span{display: block;text-align: left;width: 60%;flex-grow: 1;}
#Profile_Main .Profil_InfSkill de{display: block;font-size: 7px;letter-spacing: 2px;}

#Profile_Main .Profil_InfBox3{flex: 1;}

#Profile_Main hr{background-color: var(--designoutlinesec);}
#Profile_Main .backgid{background-color: var(--designbghighlight) !important;}
#Profile_Main .backgid_sec{background-color: #d7ccc9 !important;}

#Profile_Main .Profil_InfBars {display: flex;flex-direction: column;row-gap: 10px;}
#Profile_Main .Profil_InfBar {display: flex;gap: 15px;}
#Profile_Main .Profile_MBTI{display: grid;gap: 15px;}

#Profile_Main .Profile_MBTI .Profile_Bar2 span,
#Profile_Main .Profil_InfBar .Profile_Bar2 span{
  display: block;
  height: 8px;
  background-color: var(--designbghighlight);
}

#Profile_Main .Profile_MBTI .Profile_Bar1,
#Profile_Main .Profil_InfBar .Profile_Bar1{
  font-size: 9px;
  letter-spacing: 1px;
  font-family: Work Sans;
  text-transform: uppercase;
  padding: 0 13px 5px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  display: flex;
}
#Profile_Main .Profile_MBTI .Profile_Bar1 .Inactive,
#Profile_Main .Profil_InfBar .Profile_Bar1 .Inactive{opacity: 0.1;}
#Profile_Main .Profile_MBTI .Profile_Bar1 div:nth-child(2),
#Profile_Main .Profil_InfBar .Profile_Bar1 div:nth-child(2){flex-grow: 1;text-align: right;}

#Profile_Main .Profile_MBTI .Profile_Bar2 .Active,
#Profile_Main .Profil_InfBar .Profile_Bar2 .Active{position: absolute;right: 0;}

#Profile_Main .Profile_MBTI .Profile_Bar2,
#Profile_Main .Profil_InfBar .Profile_Bar2{
  background-size: cover;
  background-attachment: fixed;
  background-image: var(--designpicback);
  background-blend-mode: color-burn;
  background-color: #ccc;
  border: 15px solid transparent;
  outline: 1px solid var(--designoutline);
  outline-offset: -10px;
  display: flex;
  position: relative;
  height: 8px;
}

#Profile_Main .Profil_InfBar .Profil_InfBar_Inside{
  width: 47%;
  margin: unset;
  flex-grow: 1;
  display: grid;
  gap: 15px;
}

#Profile_Main .Profil_InfBars .Profile_Bar2{
  line-height: 1;
  position: relative;
  letter-spacing: 1.5px;
  font-size: 8px;
  top: 8.5px;
  left: 10px;
}

#Profile_Main .Profil_InfBars .Profile_Bar3{
  position: absolute;
  top: 5.5px;
  right: 9px;
  color: var(--designtextcolor);
}

#Profile_Main .Profil_InfBars .Profile_Bar1 {
  background-color: var(--designbgcolor_sec);
  position: absolute;
  right: 0;
  height: 100%;
}

#Profile_Main .Profil_InfBars .Profile_Bar {
  background: linear-gradient(to left, var(--designbghighlight) 20%, var(--designhighlight) 80%);
  height: 25px;
  position: relative;
  text-transform: uppercase;
  font-family: Work Sans;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--designtextcolorsec);
}

#Profile_Main .Profile_Top_Links i{opacity: 0.5;}
#Profile_Main .Profile_Top_Links a:hover i {opacity: 1;}

#Profile_Main .Profile_Top_Links  {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: flex;
  flex-direction: column;
  font-size: 19px;
  gap: 20px;
  z-index: 2;
  padding: 10px;
  color: var(--designhighlight);
}

#Profile_Main .Profile_Top_Links .fa-discord {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--designhighlight);
}

#Profile_Main .Profile_Top{position: relative;}
#Profile_Main .gid{color: var(--designhighlight) !important;}

#Profile_Main .Profil_InfStuff{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  text-transform: uppercase;
}

#Profile_Main .Profil_InfStuff span{
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 2px;
  font-family: abril fatface;
  font-weight: initial;
  color: var(--designhighlight);
}


#Profile_Main .Profil_InfStuff > div {
  background-size: cover;
  background-attachment: fixed;
  background-image: var(--designpicback);
  background-blend-mode: color-burn;
  background-color: #d7ccc9;
  line-height: 1;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  padding: 26px 10px 25px;
  outline: 1px solid var(--designoutline);
  outline-offset: -10px;
}

#Profile_Main .Profil_InfText {
  text-align: justify;
  font-size: 12px;
  line-height: 220%;
  letter-spacing: 0.5px;
  font-family: 'Work Sans';
  font-weight: 400;
  color: var(--designbgcolor);
  padding-left: 2px;
}

#Profile_Main .Profil_InfTitel1{
  font-family: abril fatface;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 90%;
  padding: 0 0 10px 2px;
  width: max-content;
  border-bottom: 1px solid var(--designoutlinesec);
  color: var(--designhighlight);
  margin-bottom: 7px;
  margin-top: 25px;
  position: relative;
}

#Profile_Main .Profile_Bottom_Pinterest::after{
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right,transparent 60%,var(--designbgcolorhalf));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

#Profile_Main .Profil_Player playerinfo b, #Profile_Main .Profil_Player playerinfo1 b,  #Profile_Main .Profil_Player spaner{color: var(--designhighlight);}

#Profile_Main .Profil_InfTitel {
  font-family: abril fatface;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 90%;
  padding: 0 0 10px 2px;
  width: max-content;
  border-bottom: 1px solid var(--designoutlinesec);
  color: var(--designhighlight);
}

#Profile_Main .Profil_Player playerinfo1  {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: flex;
  column-gap: 30px;
  font-family: work sans;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#Profile_Main .Profil_Player > playerinfo{
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  column-gap: 20px;
  font-family: work sans;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#Profile_Main .Profil_Player > span{
  display: block;
  font-family: work sans;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
}

#Profile_Main .Profil_Player spaner{
  display: block;
  font-family: abril fatface;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: -40px;
  right: 0;
  line-height: 1;
}

#Profile_Main .Profil_Player{
  border-bottom: 1px solid var(--designoutlinesec);
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 65px;
}

#Profile_Main .Profile_Bottom_Pinterest::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: #d9c5b9;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
  z-index: 1;
}

#Profile_Main .Sticker_Box {display: flex;column-gap: 50px;}

#Profile_Main .Sticker_Box_Inside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  margin-top: 13px;
}

#Profile_Main .Award_Item {
background-size: cover;
  background-attachment: fixed;
  background-image: var(--designpicback);
  background-blend-mode: color-burn;
  background-color: #d7ccc9;
  text-align: center;
  font-size: 11px;
  color: var(--designtextcolor);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Profile_Main .Profile_Second_Chars {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 13px;
  border: 9px solid transparent;
  height: 121px;
  margin-bottom: 35px;
}

#Profile_Main .Profile_Second_Chars span {
height: 45px;
  width: 54px;
  display: block;
  overflow: hidden;
  position: relative;
  outline: 1px solid var(--designoutlinesec);
  outline-offset: 8px;
  background-color: #fff;
}

#Profile_Main .Profile_Bottom{ display: flex;background-color: var(--designbgcolorhalf);}
#Profile_Main .Profile_Bottom_Left{flex: 1;margin-left: -45px;padding: 55px;order: 1;}

#Profile_Main .Profile_Bottom_Pinterest {
  position: relative;
  width: 425px;
  height: 508px;
  overflow: hidden;
  pointer-events: none;
  background-color: #fff;
}

#Profile_Main .Profile_Bottom_Quote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-transform: uppercase;
  line-height: 250%;
  text-align: justify;
  height: 140px;
  overflow: hidden;
  text-align-last: center;
  font-family: Work Sans;
  font-size: 7px;
  letter-spacing: 2px;
  margin: 0px 35px;
}

#Profile_Main .Profile_Bottom_Quote span {position: relative;margin: 0 35px;z-index: 2;}
#Profile_Main .Profile_Bottom_Quote span::before {
	content: "\f10d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: var(--designhighlight);
	opacity: 0.5;
	filter: blur(1.6px);
	font-size: 65px;
	position: absolute;
	left: -15px;
	top: -10px;
	z-index: -1;
}

#Profile_Main .Profile_Bottom_Quote span::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--designhighlight);
  opacity: 0.5;
  filter: blur(1.6px);
  font-size: 65px;
  position: absolute;
  right: -15px;
  bottom: -10px;
	z-index: -1;
}

#Profile_Main .Profile_Bottom_Icons {
  background-size: cover;
  background-attachment: fixed;
  background-image: var(--designpicback);
  background-blend-mode: color-burn;
  background-color: #d7ccc9;
  overflow: hidden;
  padding: 15px 40px;
  display: flex;
  position: relative;
  z-index: 1;
  column-gap: 25px;
  align-items: center;
  justify-content: center;
}

#Profile_Main .Profile_Bottom_Icons1 {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin: 15px;
  position: relative;
  outline: 1px solid var(--designoutline);
  outline-offset: 15px;
  background-color: #fff;
}

#Profile_Main .Profile_Middle_Content > div {display: none;}
#Profile_Main .Profile_Middle_Content {background-color: var(--designbgcolorhalf);padding: 55px;}

#Profile_Main .Profil_InfBox{display: flex;gap: 15px;}
#Profile_Main .Profil_InfBox1 {flex: 1;}
#Profile_Main .Profil_InfBox2 {width: 50%;}

#Profile_Main .Profile_Middel_Inf maintext{
  display: block;
  color: var(--designhighlight);
  font-weight: 700;
  letter-spacing: 1px;
}

#Profile_Main .Profile_Middel_Inf{
  background-color: var(--designbgcolorhalf);
  padding: 23px 545px 23px 25px;
  text-transform: uppercase;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.5px;
  display: grid;
  gap: 20px;
}

#Profile_Main .Profile_Tab_Banner .active span{filter: unset;}
#Profile_Main .Profile_Tab_Banner .profiletablinks:hover span{filter: unset;}

#Profile_Main .Profile_Tab_Banner {
  padding: 30px 0px 8px 18px;
  height: 20px;
  overflow: hidden;
  display: flex;
  column-gap: 55px;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-image: var(--designpicback);
  background-blend-mode: color-burn;
  background-color: #d7ccc9;
}

#Profile_Main .Profile_Tab_Banner span {
  display: block;
  position: relative;
  letter-spacing: 1px;
  z-index: 3;
  color: var(--designtextcolorsec);
  filter: brightness(90%);
}

#Profile_Main .Profile_Tab_Banner i {
  pointer-events: none;
  font-size: 48px;
  position: absolute;
  bottom: -19px;
  left: -17px;
  transform: scaleX(-1) rotate(4deg);
  font-weight: 200;
  color: var(--designhighlight);
  opacity: 0.4;
}

#Profile_Main .Profile_Tab_Banner button {
  background: unset;
  padding: unset;
  height: 100%;
  position: relative;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
  letter-spacing: -0.5px;
  font-style: italic;
  margin: unset;
  width: 60px;
}

#Profile_Main .Profil_Main_Name5 b{color: #ae2a2a;font-weight: 600;}
#Profile_Main .Profil_Main_Name5{padding-right: 20px;}

#Profile_Main .Profil_Main_Name2{
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 20px;
  padding-bottom: 2px;
}

#Profile_Main .Profil_Main_Name3{
  font-family: Quinn;
  font-size: 130px;
  line-height: 1;
  color: var(--designhighlight);
  letter-spacing: 0;
  padding-right: 20px;
}

#Profile_Main .Profil_Main_Name3A{
  font-family: abril fatface;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 20px;
}

#Profile_Main .Profil_Main_Name3A se{color: var(--designhighlight);}

#Profile_Main .Profile_Top_Info hr {
  background-color: var(--designoutline);
  width: 60%;
  margin: 10px 0;
}

#Profile_Main .Profil_Main_Name4{
font-family: Calibri;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 2px;
  width: 65%;
  padding-top: 2px;
  padding-right: 20px;
}
	
#Profile_Main .Profile_Top_Info{
  position: absolute;
  top: 60px;
  right: 525px;
  z-index: 1;
  width: 525px;
  text-align: -moz-right;
  text-align: -webkit-right;
  display: flex;
  align-items: center;
  justify-content: right;
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  height: 400px;
}

#Profile_Main .Profile_Top_Pic::before ,
#Profile_Main .Profile_Top_Pic1::before{
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right,var(--designgradientone),var(--designgradienttwo));
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

#Profile_Main .Profile_Top .Profile_Top_Pic{
  position: absolute;
  bottom: -175px;
  right: 60px;
  width: 450px;
  height: 580px;
  overflow: hidden;
  outline: 1px solid var(--designoutline);
  outline-offset: 15px;
  background-color: #fff;
  z-index: 1;
}

#Profile_Main .Profile_Top_Pic img,
#Profile_Main .Profile_Top_Pic1 img,
#Profile_Main .Profile_Bottom_Icons1 img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  height: 100%;
  object-fit: cover;
}

#Profile_Main .Profile_Top_Pinterest {position: relative;pointer-events: none;}
#Profile_Main .Profile_Top_Pinterest::before{
  content: "";
  background: #d9c5b9;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}

/*----Pinterest Widget-----*/
#pinterest-container {
  position: relative;
  width: 1150px;
  height: 480px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}

#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important; 
 border: none !important;
}

#pinterest-container [class$=_col] {
  padding: 0px;
  margin-top: 0px;
  border: none !important;
}

#pinterest-container [class$=_button] {
  display: none !important;
    border: none !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
    border: none !important;
	border-radius: unset !important;
	background: var(--designbacksecond);
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: 0px !important;
    box-shadow: none !important;
	padding:0px;
}

#pinterest-container1 {
  position: relative;
  width: 475px;
  height: 675px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-filter: grayscale(100%) brightness(80%);
  filter: grayscale(100%) brightness(80%);
  margin: -120px -42px;
  opacity: 0.4;
}

#pinterest-container1 [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important; 
 border: none !important;
}

#pinterest-container1 [class$=_col] {
  padding: 0px;
  margin-top: 0px;
  border: none !important;
}

#pinterest-container1 [class$=_button] {
  display: none !important;
    border: none !important;
}

#pinterest-container1 [class$=_board] {
  box-shadow: none !important;
    border: none !important;
	border-radius: unset !important;
}

#pinterest-container1 span span {
  overflow: hidden !important;
  height: 70% !important;
    border: 0px !important;
    box-shadow: none !important;
	padding:0px;
}