diy-template-components 2.0.19 → 2.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -1083,12 +1083,11 @@ function OptionList({
1083
1083
  const downloadAppText = countryCode === 'KR' ? '앱다운로드' : 'Download App';
1084
1084
  const renderDownloadAppButton = () => {
1085
1085
  return /*#__PURE__*/React.createElement(React.Fragment, null, apkURL && /*#__PURE__*/React.createElement("a", {
1086
- download: true,
1087
1086
  href: headerData?.apkURL,
1088
1087
  target: "_blank",
1089
1088
  className: classes.socialBtnItems,
1090
1089
  onClick: () => {
1091
- if (typeof onDownloadAppTriggered == "function") {
1090
+ if (typeof onDownloadAppTriggered == 'function') {
1092
1091
  onDownloadAppTriggered(isAndroidDelisted, headerData?.apkURL);
1093
1092
  }
1094
1093
  }
@@ -1417,7 +1416,7 @@ function MobileHeader({
1417
1416
  onClick: () => {
1418
1417
  let url = getAppDownloadLink(apkURL, iosDownloadLink);
1419
1418
  window.open(url, '_blank');
1420
- if (!header?.iosUrl && typeof onDownloadAppTriggered == 'function') {
1419
+ if (url === apkURL && typeof onDownloadAppTriggered == 'function') {
1421
1420
  onDownloadAppTriggered(header?.isAndroidDelisted, header?.apkURL);
1422
1421
  }
1423
1422
  }
@@ -1452,7 +1451,7 @@ function MobileHeader({
1452
1451
  onClick: () => {
1453
1452
  let url = getAppDownloadLink(apkURL, iosDownloadLink);
1454
1453
  window.open(url, '_blank');
1455
- if (!header?.iosUrl && typeof onDownloadAppTriggered == 'function') {
1454
+ if (url === apkURL && typeof onDownloadAppTriggered == 'function') {
1456
1455
  onDownloadAppTriggered(header?.isAndroidDelisted, header?.apkURL);
1457
1456
  }
1458
1457
  }
@@ -1548,13 +1547,13 @@ function Header({
1548
1547
  header: data,
1549
1548
  isTutorWebsite: isTutorWebsite,
1550
1549
  isLandingPage: isLandingPage,
1551
- onDownloadAppTriggered: extraProps.DownloadAppButtonTriggered
1550
+ onDownloadAppTriggered: extraProps?.DownloadAppButtonTriggered
1552
1551
  }) : /*#__PURE__*/React.createElement(DesktopHeader, {
1553
1552
  navData: filterHiddenNavs(),
1554
1553
  header: data,
1555
1554
  isTutorWebsite: isTutorWebsite,
1556
1555
  isLandingPage: isLandingPage,
1557
- onDownloadAppTriggered: extraProps.DownloadAppButtonTriggered
1556
+ onDownloadAppTriggered: extraProps?.DownloadAppButtonTriggered
1558
1557
  });
1559
1558
  }
1560
1559
 
@@ -1593,7 +1592,6 @@ const useSectionStyles$9 = createUseStyles(theme => ({
1593
1592
 
1594
1593
  // '& img': { maxHeight: '55px' }
1595
1594
  },
1596
-
1597
1595
  upperContainerItem1Img: {
1598
1596
  maxHeight: '55px',
1599
1597
  paddingBottom: '84px',
@@ -2020,7 +2018,6 @@ const mobilePadding = {
2020
2018
  // 24px
2021
2019
  medium: baseFactor * 6 // 48px
2022
2020
  };
2023
-
2024
2021
  const padding = {
2025
2022
  minute: baseFactor * 2,
2026
2023
  // 16px
@@ -2486,7 +2483,6 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2486
2483
  // }
2487
2484
  // }
2488
2485
  },
2489
-
2490
2486
  sectionContainer: {
2491
2487
  margin: '0 auto',
2492
2488
  maxWidth: ({
@@ -3056,7 +3052,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3056
3052
  // padding: '0'
3057
3053
  }
3058
3054
  },
3059
-
3060
3055
  '&:nth-child(2n+1)': {
3061
3056
  marginRight: '0',
3062
3057
  '& $contentText': {
@@ -3066,7 +3061,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3066
3061
  }
3067
3062
  }
3068
3063
  },
3069
-
3070
3064
  contentNumber: {
3071
3065
  width: '100%',
3072
3066
  padding: '24px',
@@ -3459,7 +3453,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3459
3453
  // }
3460
3454
  // }
3461
3455
  },
3462
-
3463
3456
  sectionContainer: {
3464
3457
  margin: '0 auto',
3465
3458
  maxWidth: ({
@@ -3473,7 +3466,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3473
3466
 
3474
3467
  // padding: `${theme?.spacing?.padding?.regular}px ${theme?.spacing?.padding?.medium}px 0px ${theme?.spacing?.padding?.medium}px`
3475
3468
  },
3476
-
3477
3469
  imageContainerDiv: {
3478
3470
  width: '50%',
3479
3471
  position: 'relative'
@@ -3545,7 +3537,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3545
3537
  width: '100%'
3546
3538
  // padding: `${theme?.spacing?.padding?.medium}px ${theme?.spacing?.padding?.regular}px`
3547
3539
  },
3548
-
3549
3540
  imageContainer: {
3550
3541
  height: 'unset !important',
3551
3542
  '& img': {
@@ -4552,7 +4543,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4552
4543
  fontFamily: theme?.typography?.fontFamily
4553
4544
  // boxSizing: 'border-box'
4554
4545
  },
4555
-
4556
4546
  '& h2,& h3,& p': {
4557
4547
  marginTop: '0'
4558
4548
  }
@@ -4577,7 +4567,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4577
4567
  wordBreak: 'break-word'
4578
4568
  // marginBottom: '8px'
4579
4569
  },
4580
-
4581
4570
  videoTestimonialTitle: {
4582
4571
  fontSize: theme.typography.fontSize.h2,
4583
4572
  // lineHeight: '71px',
@@ -5018,7 +5007,6 @@ const useSectionStyles$3 = createUseStyles(theme => ({
5018
5007
  // }
5019
5008
  // }
5020
5009
  },
5021
-
5022
5010
  sectionContainer: {
5023
5011
  margin: '0 auto',
5024
5012
  maxWidth: ({
@@ -5376,7 +5364,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5376
5364
  // }
5377
5365
  // }
5378
5366
  },
5379
-
5380
5367
  sectionContainer: {
5381
5368
  margin: '0 auto',
5382
5369
  maxWidth: ({
@@ -5407,7 +5394,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5407
5394
  position: 'relative',
5408
5395
  paddingBottom: '59.83%' // keeping aspect ratio 585x350
5409
5396
  },
5410
-
5411
5397
  contentRow: {
5412
5398
  display: 'grid',
5413
5399
  gridTemplateColumns: ({
@@ -5954,7 +5940,6 @@ const useCourseStyles = createUseStyles(theme => {
5954
5940
  // }
5955
5941
  // }
5956
5942
  },
5957
-
5958
5943
  sectionContainer: {
5959
5944
  margin: '0 auto',
5960
5945
  maxWidth: ({
@@ -5987,7 +5972,6 @@ const useCourseStyles = createUseStyles(theme => {
5987
5972
  // textAlign: 'center',
5988
5973
  // wordBreak: 'break-word'
5989
5974
  },
5990
-
5991
5975
  slickContainer: {
5992
5976
  marginRight: '-20px'
5993
5977
  },
@@ -6035,7 +6019,6 @@ const useCourseStyles = createUseStyles(theme => {
6035
6019
  justifyContent: 'space-between'
6036
6020
  //alignItems: 'center',
6037
6021
  },
6038
-
6039
6022
  courseCardTags: {
6040
6023
  display: 'flex',
6041
6024
  justifyContent: 'flex-start',
@@ -6066,7 +6049,6 @@ const useCourseStyles = createUseStyles(theme => {
6066
6049
  // whiteSpace: 'nowrap',
6067
6050
  // textOverflow: 'ellipsis'
6068
6051
  },
6069
-
6070
6052
  courseCardDiscount: {
6071
6053
  display: 'flex',
6072
6054
  justifyContent: 'flex-start',
@@ -6173,7 +6155,6 @@ const useCourseStyles = createUseStyles(theme => {
6173
6155
  // whiteSpace: 'nowrap',
6174
6156
  // textOverflow: 'ellipsis'
6175
6157
  },
6176
-
6177
6158
  singleCard: {
6178
6159
  margin: '6px 2px'
6179
6160
  // width: 'calc(100% - 12px)'
@@ -6497,7 +6478,8 @@ const useTeamStyles = createUseStyles(theme => {
6497
6478
  marginBottom: '8px',
6498
6479
  color: theme?.colors?.font2,
6499
6480
  // wordBreak: 'break-word',
6500
- position: 'relative'
6481
+ position: 'relative',
6482
+ textAlign: 'center'
6501
6483
  },
6502
6484
  teamTitle: {
6503
6485
  fontSize: theme.typography.fontSize.h2,
@@ -6506,7 +6488,9 @@ const useTeamStyles = createUseStyles(theme => {
6506
6488
  letterSpacing: '-3px',
6507
6489
  wordBreak: 'break-word',
6508
6490
  color: theme?.colors?.font2,
6509
- position: 'relative'
6491
+ position: 'relative',
6492
+ textAlign: 'center',
6493
+ marginBottom: '10px !important'
6510
6494
  },
6511
6495
  sliderContainer: {
6512
6496
  margin: '0 -20px'
@@ -6521,47 +6505,71 @@ const useTeamStyles = createUseStyles(theme => {
6521
6505
  backgroundColor: theme?.palette?.background?.default,
6522
6506
  margin: '20px',
6523
6507
  width: 'calc(100% - 24px)',
6524
- // height: 'calc(100% - 40px)',
6525
- border: '3px solid #D8E0F0',
6526
- borderRadius: theme?.shape?.borderRadius?.regular,
6527
- padding: theme.spacing.padding.tiny,
6508
+ borderRadius: theme?.shape?.borderRadius?.large,
6528
6509
  boxShadow: theme?.shadows?.primary,
6529
- minHeight: '320px'
6510
+ minHeight: '385px'
6530
6511
  },
6531
6512
  imageContainer: {
6532
6513
  minWidth: '100%',
6533
- borderRadius: theme?.shape?.borderRadius?.regular,
6534
- paddingBottom: '100%',
6535
6514
  position: 'relative'
6536
6515
  },
6537
6516
  image: {
6538
6517
  width: '100%',
6539
- height: '100%',
6540
- position: 'absolute',
6541
- borderRadius: '50%',
6518
+ height: '208px',
6542
6519
  top: '0',
6543
6520
  left: '0',
6544
- borderRadius: '50%',
6521
+ borderRadius: '12px 12px 0px 0px',
6545
6522
  objectFit: 'cover'
6546
6523
  },
6547
6524
  teamDetailsContainer: {
6548
- textAlign: 'center',
6549
- margin: '20px 0 0'
6525
+ textAlign: 'left',
6526
+ padding: '24px'
6550
6527
  // overflowWrap: 'break-word'
6551
6528
  },
6552
-
6553
6529
  teamDetailsHeading: {
6554
6530
  fontSize: theme.typography.fontSize.h6,
6555
6531
  fontWeight: theme.typography.fontWeight.bold,
6556
6532
  lineHeight: '24px',
6557
6533
  margin: '0',
6558
- color: theme?.palette?.font?.default
6534
+ color: theme?.palette?.font?.default,
6535
+ textOverflow: 'ellipsis',
6536
+ overflow: 'hidden',
6537
+ display: '-webkit-box',
6538
+ WebkitLineClamp: 2,
6539
+ WebkitBoxOrient: 'vertical',
6540
+ minHeight: '2.1em'
6559
6541
  },
6560
6542
  teamDetailsSubHeading: {
6561
- fontSize: theme.typography.fontSize.body,
6562
- lineHeight: '24px',
6563
- margin: '6px 0 0',
6564
- color: theme?.palette?.font?.primary
6543
+ fontSize: '14px',
6544
+ lineHeight: '18px',
6545
+ color: theme?.palette?.font?.primary,
6546
+ fontWeight: '500',
6547
+ textOverflow: 'ellipsis',
6548
+ overflow: 'hidden',
6549
+ display: '-webkit-box',
6550
+ WebkitLineClamp: 1,
6551
+ WebkitBoxOrient: 'vertical'
6552
+ },
6553
+ subHeadingWrapper: {
6554
+ display: 'flex',
6555
+ alignItems: 'center',
6556
+ margin: '10px 0px 0px',
6557
+ gap: '6px'
6558
+ },
6559
+ starTag: {
6560
+ display: 'flex',
6561
+ alignItems: 'center',
6562
+ gap: '6px',
6563
+ position: 'absolute',
6564
+ marginTop: '16px',
6565
+ background: 'rgba(22, 118, 243, 1)',
6566
+ borderRadius: '0px 6px 6px 0px',
6567
+ padding: '2px 16px'
6568
+ },
6569
+ starTagText: {
6570
+ color: 'white',
6571
+ fontSize: '12px',
6572
+ lineHeight: '20px'
6565
6573
  },
6566
6574
  '@media (max-width: 767px)': {
6567
6575
  // teamSuperContainer: {
@@ -6589,11 +6597,10 @@ const useTeamStyles = createUseStyles(theme => {
6589
6597
  minHeight: '260px'
6590
6598
  },
6591
6599
  teamDetailsContainer: {
6592
- textAlign: 'center'
6600
+ // textAlign: 'center'
6593
6601
  // margin: '15px 0 0',
6594
6602
  // paddingBottom: '0'
6595
6603
  },
6596
-
6597
6604
  teamDetailsHeading: {
6598
6605
  fontSize: '16px',
6599
6606
  lineHeight: '24px',
@@ -6606,6 +6613,14 @@ const useTeamStyles = createUseStyles(theme => {
6606
6613
  };
6607
6614
  });
6608
6615
 
6616
+ var RankIcon = "data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.00033%209.77085C6.76699%209.77085%206.53366%209.75335%206.31199%209.71252C5.07533%209.53168%203.94949%208.82002%203.23783%207.76419C2.74199%207.01752%202.47949%206.14835%202.47949%205.25002C2.47949%202.75919%204.50949%200.729187%207.00033%200.729187C9.49116%200.729187%2011.5212%202.75919%2011.5212%205.25002C11.5212%206.14835%2011.2587%207.01752%2010.7628%207.76419C10.0453%208.82585%208.91949%209.53169%207.67116%209.71836C7.46699%209.75336%207.23366%209.77085%207.00033%209.77085ZM7.00033%201.60419C4.98783%201.60419%203.35449%203.23752%203.35449%205.25002C3.35449%205.97919%203.56449%206.67919%203.96116%207.27419C4.53866%208.12585%205.44283%208.69752%206.44616%208.84336C6.81949%208.90752%207.18699%208.90752%207.53116%208.84336C8.55199%208.69752%209.45616%208.12002%2010.0337%207.26835C10.4303%206.67335%2010.6403%205.97335%2010.6403%205.24418C10.6462%203.23751%209.01283%201.60419%207.00033%201.60419Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M3.77426%2013.1775C3.6926%2013.1775%203.61676%2013.1658%203.5351%2013.1483C3.15593%2013.0608%202.86426%2012.7691%202.77676%2012.39L2.5726%2011.5325C2.56093%2011.48%202.5201%2011.4391%202.46176%2011.4216L1.49926%2011.1941C1.1376%2011.1066%200.851764%2010.8383%200.752597%2010.4825C0.65343%2010.1266%200.752597%209.74163%201.0151%209.47913L3.2901%207.20413C3.38343%207.1108%203.51176%207.06413%203.6401%207.0758C3.76843%207.08746%203.8851%207.15746%203.96093%207.26829C4.53843%208.11996%205.4426%208.69746%206.45176%208.8433C6.8251%208.90746%207.1926%208.90746%207.53676%208.8433C8.5576%208.69746%209.46176%208.11996%2010.0393%207.26829C10.1093%207.15746%2010.2318%207.08746%2010.3601%207.0758C10.4884%207.06413%2010.6168%207.1108%2010.7101%207.20413L12.9851%209.47913C13.2476%209.74163%2013.3468%2010.1266%2013.2476%2010.4825C13.1484%2010.8383%2012.8568%2011.1125%2012.5009%2011.1941L11.5384%2011.4216C11.4859%2011.4333%2011.4451%2011.4741%2011.4276%2011.5325L11.2234%2012.39C11.1359%2012.7691%2010.8443%2013.0608%2010.4651%2013.1483C10.0859%2013.2416%209.6951%2013.1075%209.4501%2012.81L7.0001%209.99246L4.5501%2012.8158C4.35176%2013.0491%204.07176%2013.1775%203.77426%2013.1775ZM3.5526%208.18413L1.63343%2010.1033C1.58093%2010.1558%201.58676%2010.2141%201.59843%2010.2491C1.60426%2010.2783%201.63343%2010.3366%201.70343%2010.3483L2.66593%2010.5758C3.0451%2010.6633%203.33676%2010.955%203.42426%2011.3341L3.62843%2012.1916C3.64593%2012.2675%203.70426%2012.2908%203.73926%2012.3025C3.77426%2012.3083%203.8326%2012.3141%203.8851%2012.2558L6.11926%209.6833C5.1276%209.4908%204.2176%208.95996%203.5526%208.18413ZM7.88093%209.67746L10.1151%2012.2441C10.1676%2012.3083%2010.2318%2012.3083%2010.2668%2012.2966C10.3018%2012.2908%2010.3543%2012.2616%2010.3776%2012.1858L10.5818%2011.3283C10.6693%2010.9491%2010.9609%2010.6575%2011.3401%2010.57L12.3026%2010.3425C12.3726%2010.325%2012.4018%2010.2725%2012.4076%2010.2433C12.4193%2010.2141%2012.4251%2010.15%2012.3726%2010.0975L10.4534%208.17829C9.7826%208.95412%208.87843%209.48496%207.88093%209.67746Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M8.1025%207.51932C7.95083%207.51932%207.77%207.47848%207.55417%207.35015L7%207.01764L6.44583%207.34431C5.93833%207.64764%205.60583%207.47264%205.48333%207.38514C5.36083%207.29764%205.09833%207.03515%205.2325%206.45765L5.3725%205.85681L4.90583%205.42514C4.64917%205.16847%204.55583%204.85931%204.64333%204.57931C4.73083%204.29931%204.9875%204.10097%205.34917%204.04264L5.97333%203.93764L6.27083%203.28431C6.44%202.95181%206.7025%202.76514%207%202.76514C7.2975%202.76514%207.56583%202.95765%207.72917%203.29015L8.07333%203.97848L8.65083%204.04848C9.00667%204.10681%209.26334%204.30513%209.35667%204.58513C9.44417%204.86513%209.35083%205.17431%209.09417%205.43097L8.61%205.91515L8.76167%206.45765C8.89584%207.03515%208.63333%207.29764%208.51083%207.38514C8.44667%207.43764%208.30667%207.51932%208.1025%207.51932ZM5.60583%204.89432L6.00833%205.2968C6.195%205.48347%206.28833%205.79848%206.23%206.05515L6.11917%206.52181L6.58583%206.24764C6.83667%206.1018%207.175%206.1018%207.42%206.24764L7.88667%206.52181L7.78167%206.05515C7.72333%205.79265%207.81083%205.48347%207.9975%205.2968L8.4%204.89432L7.8925%204.8068C7.6475%204.76597%207.4025%204.58515%207.29167%204.36348L7%203.79181L6.70833%204.37514C6.60333%204.59098%206.35833%204.77765%206.11333%204.81848L5.60583%204.89432Z%22%20fill%3D%22%230A1629%22%2F%3E%3C%2Fsvg%3E";
6617
+
6618
+ var Book = "data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.00035%2013.38C6.82535%2013.38%206.65036%2013.3392%206.50453%2013.2575C5.41369%2012.6625%203.50035%2012.0325%202.29868%2011.875L2.12953%2011.8517C1.36536%2011.7583%200.735352%2011.0408%200.735352%2010.265V3.21831C0.735352%202.75747%200.916188%202.33749%201.24869%202.03416C1.58119%201.73082%202.01283%201.58498%202.46783%201.62582C3.74533%201.73082%205.68201%202.37249%206.77868%203.05499L6.91867%203.13667C6.9595%203.15417%207.04702%203.16%207.08202%203.13667L7.17534%203.07831C7.56617%202.83331%208.05617%202.59414%208.59284%202.3783C8.727%202.3258%208.87868%202.34331%209.00118%202.42498C9.12368%202.50665%209.19369%202.64081%209.19369%202.78664V4.34997L9.67786%204.02915C9.8237%203.92998%2010.0162%203.92998%2010.162%204.02915L10.6462%204.34997V2.12167C10.6462%201.91167%2010.7978%201.73081%2011.002%201.68998C11.1712%201.66081%2011.3404%201.63748%2011.492%201.62582C11.5037%201.62582%2011.5504%201.62582%2011.562%201.62582C11.9879%201.59082%2012.4253%201.73666%2012.752%202.04C13.0845%202.34333%2013.2653%202.76331%2013.2653%203.22414V10.265C13.2653%2011.0466%2012.6354%2011.7583%2011.8654%2011.8517L11.6729%2011.875C10.4712%2012.0325%208.54618%2012.6683%207.47868%2013.2575C7.35035%2013.3392%207.17535%2013.38%207.00035%2013.38ZM2.322%202.48914C2.13533%202.48914%201.96619%202.55331%201.83202%202.67581C1.68619%202.80998%201.60451%203.00247%201.60451%203.21831V10.265C1.60451%2010.6091%201.90202%2010.9416%202.23452%2010.9883L2.40952%2011.0117C3.72202%2011.1867%205.73452%2011.8458%206.90119%2012.4875C6.95369%2012.5108%207.0295%2012.5167%207.05867%2012.505C8.23117%2011.8575%2010.2495%2011.1925%2011.5679%2011.0175L11.7662%2010.9942C12.0987%2010.9533%2012.3962%2010.615%2012.3962%2010.2708V3.22998C12.3962%203.01415%2012.3145%202.82749%2012.1687%202.68749C12.0228%202.55332%2011.8187%202.48915%2011.6087%202.50082C11.5912%202.50082%2011.5387%202.50082%2011.527%202.50082V5.16666C11.527%205.32999%2011.4395%205.47581%2011.2937%205.55164C11.1478%205.62747%2010.9787%205.62165%2010.8445%205.52832L9.92285%204.91583L9.00118%205.52832C8.86701%205.61582%208.69783%205.62747%208.552%205.55164C8.412%205.47581%208.31869%205.32999%208.31869%205.16666V3.45749C8.06785%203.57999%207.84033%203.70249%207.642%203.81916L7.54868%203.87748C7.22785%204.07581%206.77286%204.07581%206.46369%203.88331L6.3237%203.79584C5.33786%203.1775%203.54117%202.58247%202.39784%202.48914C2.36867%202.48914%202.34533%202.48914%202.322%202.48914Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M7%2012.8901C6.76083%2012.8901%206.5625%2012.6918%206.5625%2012.4526V3.70264C6.5625%203.46347%206.76083%203.26514%207%203.26514C7.23917%203.26514%207.4375%203.46347%207.4375%203.70264V12.4526C7.4375%2012.6976%207.23917%2012.8901%207%2012.8901Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M11.0833%205.60416C10.9958%205.60416%2010.9142%205.58082%2010.8383%205.52832L9.91667%204.91583L8.99499%205.52832C8.86082%205.61582%208.69168%205.62748%208.54585%205.55164C8.40585%205.47581%208.3125%205.32999%208.3125%205.16666V2.78665C8.3125%202.60582%208.42332%202.44831%208.58665%202.37831C9.39165%202.05748%2010.2725%201.80665%2011.0133%201.68998C11.1417%201.66665%2011.27%201.70751%2011.3692%201.78917C11.4683%201.87084%2011.5208%201.99334%2011.5208%202.12168V5.16666C11.5208%205.32999%2011.4333%205.47581%2011.2875%205.55164C11.2233%205.58664%2011.1533%205.60416%2011.0833%205.60416ZM9.91667%203.95332C9.99833%203.95332%2010.0858%203.97665%2010.1617%204.02915L10.6458%204.34998V2.65249C10.1792%202.75749%209.67167%202.90916%209.1875%203.08999V4.34998L9.67168%204.02915C9.74751%203.97665%209.835%203.95332%209.91667%203.95332Z%22%20fill%3D%22%230A1629%22%2F%3E%3C%2Fsvg%3E";
6619
+
6620
+ var Teacher = "data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.00569%209.91681C6.50986%209.91681%206.00819%209.78848%205.61736%209.53764L2.10569%207.24514C1.45236%206.81931%201.06152%206.10181%201.06152%205.32014C1.06152%204.53848%201.45236%203.82098%202.10569%203.39514L5.62319%201.10848C6.40486%200.600976%207.62402%200.600976%208.39986%201.11431L11.894%203.40681C12.5415%203.83264%2012.9324%204.55014%2012.9324%205.32598C12.9324%206.10181%2012.5415%206.81931%2011.894%207.24514L8.39986%209.53764C8.00902%209.79431%207.50736%209.91681%207.00569%209.91681ZM7.00569%201.60431C6.67319%201.60431%206.34069%201.68014%206.10152%201.84348L2.58986%204.13014C2.18152%204.39848%201.94236%204.83014%201.94236%205.32014C1.94236%205.81014%202.17569%206.24181%202.58986%206.51014L6.10152%208.80264C6.58569%209.11764%207.43736%209.11764%207.92152%208.80264L11.4157%206.51014C11.824%206.24181%2012.0574%205.81014%2012.0574%205.32014C12.0574%204.83014%2011.824%204.39848%2011.4157%204.13014L7.92152%201.83764C7.67652%201.68598%207.34402%201.60431%207.00569%201.60431Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M7.00002%2013.2708C6.74336%2013.2708%206.48086%2013.2358%206.27086%2013.1658L4.41002%2012.5475C3.52919%2012.2558%202.83502%2011.2933%202.84086%2010.3658L2.84669%207.63C2.84669%207.39084%203.04502%207.1925%203.28419%207.1925C3.52336%207.1925%203.72169%207.39084%203.72169%207.63L3.71586%2010.3658C3.71586%2010.9142%204.17086%2011.5442%204.69002%2011.7192L6.55086%2012.3375C6.78419%2012.4133%207.21586%2012.4133%207.44919%2012.3375L9.31002%2011.7192C9.82919%2011.5442%2010.2842%2010.9142%2010.2842%2010.3717V7.66501C10.2842%207.42584%2010.4825%207.22751%2010.7217%207.22751C10.9609%207.22751%2011.1592%207.42584%2011.1592%207.66501V10.3717C11.1592%2011.2992%2010.4709%2012.2558%209.59002%2012.5533L7.72919%2013.1717C7.51919%2013.2358%207.25669%2013.2708%207.00002%2013.2708Z%22%20fill%3D%22%230A1629%22%2F%3E%3Cpath%20d%3D%22M12.4834%209.1875C12.2442%209.1875%2012.0459%208.98917%2012.0459%208.75V5.25C12.0459%205.01083%2012.2442%204.8125%2012.4834%204.8125C12.7226%204.8125%2012.9209%205.01083%2012.9209%205.25V8.75C12.9209%208.98917%2012.7226%209.1875%2012.4834%209.1875Z%22%20fill%3D%22%230A1629%22%2F%3E%3C%2Fsvg%3E";
6621
+
6622
+ var StarIcon = "data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.33006%2011.8352C9.06506%2011.8352%208.72506%2011.7502%208.30006%2011.5002L6.80506%2010.6152C6.65006%2010.5252%206.35006%2010.5252%206.20006%2010.6152L4.70006%2011.5002C3.81506%2012.0252%203.29506%2011.8152%203.06006%2011.6452C2.83006%2011.4752%202.47006%2011.0402%202.70506%2010.0402L3.06006%208.50516C3.10006%208.34516%203.02006%208.07016%202.90006%207.95016L1.66006%206.71016C1.04006%206.09016%201.09006%205.56016%201.17506%205.30016C1.26006%205.04016%201.53006%204.58016%202.39006%204.43516L3.98506%204.17016C4.13506%204.14516%204.35006%203.98516%204.41506%203.85016L5.30006%202.08516C5.70006%201.28016%206.22506%201.16016%206.50006%201.16016C6.77506%201.16016%207.30006%201.28016%207.70006%202.08516L8.58006%203.84516C8.65006%203.98016%208.86506%204.14016%209.01506%204.16516L10.6101%204.43016C11.4751%204.57516%2011.7451%205.03516%2011.8251%205.29516C11.9051%205.55516%2011.9551%206.08516%2011.3401%206.70516L10.1001%207.95016C9.98006%208.07016%209.90506%208.34016%209.94006%208.50516L10.2951%2010.0402C10.5251%2011.0402%2010.1701%2011.4752%209.94006%2011.6452C9.81506%2011.7352%209.61506%2011.8352%209.33006%2011.8352ZM6.50006%209.79516C6.74506%209.79516%206.99006%209.85516%207.18506%209.97016L8.68006%2010.8552C9.11506%2011.1152%209.39006%2011.1152%209.49506%2011.0402C9.60006%2010.9652%209.67506%2010.7002%209.56506%2010.2102L9.21006%208.67516C9.11506%208.26016%209.27006%207.72516%209.57006%207.42016L10.8101%206.18016C11.0551%205.93516%2011.1651%205.69516%2011.1151%205.53016C11.0601%205.36516%2010.8301%205.23016%2010.4901%205.17516L8.89506%204.91016C8.51006%204.84516%208.09006%204.53516%207.91506%204.18516L7.03506%202.42516C6.87506%202.10516%206.67506%201.91516%206.50006%201.91516C6.32506%201.91516%206.12506%202.10516%205.97006%202.42516L5.08506%204.18516C4.91006%204.53516%204.49006%204.84516%204.10506%204.91016L2.51506%205.17516C2.17506%205.23016%201.94506%205.36516%201.89006%205.53016C1.83506%205.69516%201.95006%205.94016%202.19506%206.18016L3.43506%207.42016C3.73506%207.72016%203.89006%208.26016%203.79506%208.67516L3.44006%2010.2102C3.32506%2010.7052%203.40506%2010.9652%203.51006%2011.0402C3.61506%2011.1152%203.88506%2011.1102%204.32506%2010.8552L5.82006%209.97016C6.01006%209.85516%206.25506%209.79516%206.50006%209.79516Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E";
6623
+
6609
6624
  const SingleSlide = ({
6610
6625
  data,
6611
6626
  sectionIndex
@@ -6615,7 +6630,13 @@ const SingleSlide = ({
6615
6630
  className: classes.singleSlideContainer
6616
6631
  }, /*#__PURE__*/React.createElement("div", {
6617
6632
  className: classes.imageContainer
6618
- }, /*#__PURE__*/React.createElement(NextImageRenderer, {
6633
+ }, data?.teamSlideStarTutor?.metadata?.value === 'true' ? /*#__PURE__*/React.createElement("span", {
6634
+ className: classes.starTag
6635
+ }, /*#__PURE__*/React.createElement("img", {
6636
+ src: StarIcon
6637
+ }), /*#__PURE__*/React.createElement("span", {
6638
+ className: classes.starTagText
6639
+ }, "Star Tutor")) : null, /*#__PURE__*/React.createElement(NextImageRenderer, {
6619
6640
  ref: data?.image?.refSetter,
6620
6641
  className: classes.image,
6621
6642
  alt: "Hero Image",
@@ -6630,12 +6651,36 @@ const SingleSlide = ({
6630
6651
  __html: data.teamSlideTitle.metadata.value
6631
6652
  }
6632
6653
  }), /*#__PURE__*/React.createElement("div", {
6633
- ref: data?.teamSlideSubTitle?.refSetter,
6654
+ className: classes.subHeadingWrapper
6655
+ }, /*#__PURE__*/React.createElement("img", {
6656
+ src: RankIcon
6657
+ }), /*#__PURE__*/React.createElement("div", {
6658
+ ref: data?.teamSlideYearOfExperience?.refSetter,
6634
6659
  className: classes.teamDetailsSubHeading,
6635
6660
  dangerouslySetInnerHTML: {
6636
- __html: data.teamSlideSubTitle.metadata.value
6661
+ __html: data.teamSlideYearOfExperience.metadata.value
6637
6662
  }
6638
- })));
6663
+ })), /*#__PURE__*/React.createElement("div", {
6664
+ className: classes.subHeadingWrapper
6665
+ }, /*#__PURE__*/React.createElement("img", {
6666
+ src: Book
6667
+ }), /*#__PURE__*/React.createElement("div", {
6668
+ ref: data?.teamSlideSpecialisation?.refSetter,
6669
+ className: classes.teamDetailsSubHeading,
6670
+ dangerouslySetInnerHTML: {
6671
+ __html: data.teamSlideSpecialisation.metadata.value
6672
+ }
6673
+ })), /*#__PURE__*/React.createElement("div", {
6674
+ className: classes.subHeadingWrapper
6675
+ }, /*#__PURE__*/React.createElement("img", {
6676
+ src: Teacher
6677
+ }), /*#__PURE__*/React.createElement("div", {
6678
+ ref: data?.teamSlideQualification?.refSetter,
6679
+ className: classes.teamDetailsSubHeading,
6680
+ dangerouslySetInnerHTML: {
6681
+ __html: data.teamSlideQualification.metadata.value
6682
+ }
6683
+ }))));
6639
6684
  };
6640
6685
 
6641
6686
  function TeamCard({
@@ -6726,7 +6771,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6726
6771
  // }
6727
6772
  // }
6728
6773
  },
6729
-
6730
6774
  formContainer: {
6731
6775
  margin: '0 auto',
6732
6776
  maxWidth: ({
@@ -6763,14 +6807,12 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6763
6807
  display: 'flex'
6764
6808
  // alignItems: 'flex-start',
6765
6809
  },
6766
-
6767
6810
  leftContainerForm: {
6768
6811
  width: '65%',
6769
6812
  display: 'flex',
6770
6813
  flexDirection: 'column'
6771
6814
  // justifyContent: 'space-between'
6772
6815
  },
6773
-
6774
6816
  subtitle: {
6775
6817
  // margin: '0 0 40px 0',
6776
6818
  fontSize: theme.typography.fontSize.h5,
@@ -6838,7 +6880,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6838
6880
  width: '100%'
6839
6881
  // padding: '0 16ox'
6840
6882
  },
6841
-
6842
6883
  rightContainer: {
6843
6884
  width: '100%',
6844
6885
  padding: '0'
@@ -7151,7 +7192,6 @@ const useSectionStyles = createUseStyles(theme => ({
7151
7192
  // }
7152
7193
  // }
7153
7194
  },
7154
-
7155
7195
  contactContainer: {
7156
7196
  width: '100%',
7157
7197
  margin: '0 auto',
@@ -7190,7 +7230,6 @@ const useSectionStyles = createUseStyles(theme => ({
7190
7230
  // justifyContent: 'space-between',
7191
7231
  // flex: 1
7192
7232
  },
7193
-
7194
7233
  subtitle: {
7195
7234
  // margin: '0 0 auto 0',
7196
7235
  fontSize: theme.typography.fontSize.h6,
@@ -7635,7 +7674,6 @@ const useWebinarPromotionPage = createUseStyles(theme => {
7635
7674
  marginTop: '5%'
7636
7675
  // padding: '0px 5% 0px 5%'
7637
7676
  },
7638
-
7639
7677
  iframe: {
7640
7678
  position: 'absolute',
7641
7679
  width: '100%',
@@ -7983,7 +8021,6 @@ const SingleVideoSlide$1 = props => {
7983
8021
  value: data.isPaid ? buyNowText : registerNowText
7984
8022
  // isExternal: 1
7985
8023
  },
7986
-
7987
8024
  onClick: webinarCtaClick,
7988
8025
  type: 'primary',
7989
8026
  size: 'medium',
@@ -8052,7 +8089,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8052
8089
  // }
8053
8090
  // }
8054
8091
  },
8055
-
8056
8092
  sectionContainer: {
8057
8093
  margin: '0 auto',
8058
8094
  maxWidth: ({
@@ -8170,7 +8206,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8170
8206
  // paddingBottom: '10px',
8171
8207
  // paddingTop: '10px'
8172
8208
  },
8173
-
8174
8209
  bannerContainer: {
8175
8210
  width: '100%',
8176
8211
  background: theme?.colors?.bannerColor,
@@ -8185,7 +8220,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8185
8220
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))'
8186
8221
  // marginBottom: '16px'
8187
8222
  },
8188
-
8189
8223
  bannerContainerText: {
8190
8224
  transform: 'rotate(180deg)'
8191
8225
  },
@@ -8298,7 +8332,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8298
8332
  height: 'max-content'
8299
8333
  // paddingRight: '10px'
8300
8334
  },
8301
-
8302
8335
  videoDetails: {
8303
8336
  width: '100%'
8304
8337
  },
@@ -8557,7 +8590,6 @@ const SingleVideoSlide = props => {
8557
8590
  value: buyNowText
8558
8591
  // isExternal: 1
8559
8592
  },
8560
-
8561
8593
  onClick: courseBuyNow,
8562
8594
  type: 'primary',
8563
8595
  size: 'medium',
@@ -8662,7 +8694,6 @@ const useFormPageStyles = createUseStyles(theme => ({
8662
8694
  // border: '1px solid #D8E0F0',
8663
8695
  // borderRadius: '16px'
8664
8696
  },
8665
-
8666
8697
  inputFieldLabel: {
8667
8698
  color: theme?.colors?.lightblack,
8668
8699
  fontSize: theme.typography.fontSize.body,
@@ -8975,7 +9006,6 @@ const FormPage = ({
8975
9006
  value: countryCode === 'KR' ? '제출하기' : 'SUBMIT'
8976
9007
  // isExternal: 1
8977
9008
  },
8978
-
8979
9009
  type: 'primary',
8980
9010
  size: 'medium',
8981
9011
  target: null,
@@ -9158,7 +9188,6 @@ const useEmailStyles = createUseStyles(theme => ({
9158
9188
  height: '48px'
9159
9189
  /* margin: 18px 0px; */
9160
9190
  },
9161
-
9162
9191
  'p-young-guru-title': {
9163
9192
  fontFamily: theme?.typography?.fontFamily,
9164
9193
  fontStyle: 'normal',
@@ -9186,7 +9215,6 @@ const useEmailStyles = createUseStyles(theme => ({
9186
9215
  textAlign: 'center'
9187
9216
  /* padding:35px 0 40px */
9188
9217
  },
9189
-
9190
9218
  'two-columns .column': {
9191
9219
  width: '100%',
9192
9220
  maxWidth: '275px',