.membersIntroCard{background:#fff;display:flex;justify-content:center;width:100%;padding:110px 30px}@media only screen and (max-width:1280px){.membersIntroCard{padding:60px 30px}}.membersIntroCard .membersIntroCard__inner{max-width:1150px;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px}.membersIntroCard .membersIntroCard__back{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px}.membersIntroCard .membersIntroCard__back p{color:var(--Pg-1,#343434);font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:30px}.membersIntroCard .mainContentDiv{display:flex;flex-direction:column;gap:20px;width:100%}.membersIntroCard .membersIntroCard__header{display:flex;justify-content:space-between;gap:30px;align-items:center;border-radius:20px;padding:40px}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__header{flex-direction:column-reverse;align-items:flex-start;padding:20px}}.membersIntroCard .membersIntroCard__headerText{width:100%;max-width:540px;display:flex;flex-direction:column;justify-content:center;gap:24px;align-items:flex-start}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__headerText{gap:18px}.membersIntroCard .membersIntroCard__headerText img{height:28px;width:28px}}.membersIntroCard .membersIntroCard__hashtags{color:var(--Primary-Color,#ce1010);font-family:Inter;font-size:26px;font-style:normal;font-weight:500;line-height:35px}@media only screen and (max-width:1024px){.membersIntroCard .membersIntroCard__hashtags{font-size:clamp(16px,2vw,26px);line-height:normal}}.membersIntroCard .membersIntroCard__linkedin{display:inline-block;font-size:14px;color:#2563eb}.membersIntroCard .membersIntroCard__image{width:100%;max-width:500px;height:100%;max-height:390px;border-radius:20px;background:#fff;overflow:hidden}.membersIntroCard .membersIntroCard__image img{width:100%;border-radius:50%}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__image{max-width:100%;padding:20px}}.membersIntroCard .membersIntroCard__story p{margin-bottom:14px;color:var(--Pg-1,#343434);font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:33px}.membersIntroCard .membersIntroCard__story p:last-child{margin-bottom:0}@media only screen and (max-width:1024px){.membersIntroCard .membersIntroCard__story p{font-size:clamp(16px,2vw,24px);line-height:normal}}.membersIntroCard .membersIntroCard__intro{color:var(--Pg-1,#343434);font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:33px}.membersIntroCard .membersIntroCard__claim{display:flex;gap:20px;align-items:center}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__claim{gap:10px;flex-direction:column;align-items:flex-start}}.membersIntroCard .membersIntroCard__claim .label{color:var(--Primary-Color,#ce1010);font-family:Inter;font-size:28px;font-style:normal;font-weight:500;line-height:normal;text-wrap:nowrap}@media only screen and (max-width:1024px){.membersIntroCard .membersIntroCard__claim .label{font-size:clamp(18px,2vw,28px);line-height:normal}}.membersIntroCard .membersIntroCard__claim .value{color:var(--H1,#343434);font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:normal}@media only screen and (max-width:1024px){.membersIntroCard .membersIntroCard__claim .value{font-size:clamp(22px,2vw,32px);line-height:normal}}.membersIntroCard .membersIntroCard__quote{display:flex;width:100%;max-width:1150px;padding:40px 20px;flex-direction:row;align-items:flex-start;justify-content:center;gap:30px;position:relative;border-radius:20px;border:1px solid var(--stroke,#e4e4e7);background:#fff;text-align:center;max-height:268px}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__quote{padding:30px 20px;gap:18px}}.membersIntroCard .membersIntroCard__quote p.quoteLabelText{color:var(--Pg-2,#5d5d5d);font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.membersIntroCard .membersIntroCard__quote p.quoteDataText{color:var(--H1,#343434);text-align:center;font-family:Inter;font-size:40px;font-style:normal;font-weight:400;line-height:55px;letter-spacing:-1.2px;max-width:548px}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__quote p.quoteDataText{font-size:clamp(22px,2vw,40px);line-height:normal}}.membersIntroCard .membersIntroCard__quote .quoteMark_right{padding-top:58px}.membersIntroCard .membersIntroCard__quote .quoteMarkImg{width:100%;max-width:clamp(20px,10vw,131px)}.membersIntroCard .membersIntroCard__hobbies{border-radius:15px;border:1px solid var(--stroke,#e4e4e7);background:#fff;padding:20px 30px;display:flex;gap:10px;flex-direction:column}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__hobbies{padding:20px}}.membersIntroCard .membersIntroCard__hobbies .label{color:var(--H1,#343434);font-family:Inter;font-size:22px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px;display:flex;align-items:center;gap:11px}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__hobbies .label{font-size:clamp(18px,2vw,22px);line-height:normal}}.membersIntroCard .membersIntroCard__hobbies .label .LabelDot{width:3px;height:23px;background:var(--01,#ce1010)}.membersIntroCard .membersIntroCard__hobbies .hobbiesList{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__hobbies .hobbiesList{gap:10px}}.membersIntroCard .membersIntroCard__hobbies .hobbiesList .hobbiesListItem{color:var(--Pg-2,#5d5d5d);font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:32px}@media only screen and (max-width:768px){.membersIntroCard .membersIntroCard__hobbies .hobbiesList .hobbiesListItem{font-size:clamp(18px,2vw,22px);line-height:normal}}.membersIntroCard .membersIntroCard__hobbies .hobbiesList .hobbiesListItemDivider{width:3px;height:20px;background:var(--01,#ce1010)}