.popup_popup__UxUjj{position:fixed;width:100%;height:100%;z-index:1000;top:0;left:0}.popup_popup__UxUjj .popup_popup-mask__2OBXv{position:absolute;width:100%;height:100%;background-color:#000;opacity:.5}.popup_popup__UxUjj .popup_popup-box__og5qh{position:absolute;width:480px;left:50%;top:50%;transform:translate(-50%, -50%);padding:40px;background:url(https://hbg-fed-static-prd.hbfile.net/enhome/_next/static/media/bg.6c3c37cf.png) no-repeat top center;background-size:100% 100%;background-color:#fff;box-shadow:0px 0px 20px rgba(28,36,44,.2);border-radius:2px}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_close__fZPVY{width:24px;height:24px;background:url(https://hbg-fed-static-prd.hbfile.net/enhome/_next/static/media/close.a248dfd8.png) no-repeat;background-size:100% 100%;position:absolute;right:25px;top:25px;cursor:pointer}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_title-name__smsEr{width:400px;height:21px;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#000}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_title-content__9Ud9Z{font-weight:700;font-size:32px;line-height:38px;text-align:center;color:#000;margin-top:4px;word-break:break-word}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_desc__Xh6wq{margin-top:24px;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#575759;word-break:break-word}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_desc__Xh6wq em{font-style:normal;font-size:20px;color:#fe8731;font-weight:700}.popup_popup__UxUjj .popup_popup-box__og5qh .popup_btn__dDSzA{margin-top:8px;width:400px;height:40px;line-height:40px;background:#0173e5;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px;text-align:center;color:#fff}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.skills_page__ALgwN{background:var(--Background-L1);min-height:100vh}.skills_hero__eK0o4{position:relative;overflow:hidden;padding:48px 16px 111px;text-align:center}.skills_heroInner__YkMOX{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:1200px;margin:0 auto}.skills_title__i_Z5k{margin:0;font-size:32px;font-weight:700;line-height:1.213em;color:var(--Text-L1)}.skills_titleAccent__EZ7xx{color:var(--Functional-Blue)}.skills_subtitle__eNZ8T{margin:0;font-size:14px;line-height:1.7;color:var(--Text-L2);max-width:920px}.skills_waveBg__gB2SZ{position:absolute;top:170px;left:50%;transform:translateX(-50%);width:100%;height:174px;pointer-events:none;background:url(https://hbg-fed-static-prd.hbfile.net/enhome/_next/static/media/bg-h5.dbec260f.png) no-repeat center/cover}.skills_skillCapabilityArea__dkkXv{display:flex;flex-direction:column;gap:24px;padding:24px 16px 48px}.skills_filterBar__308c8{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.skills_filterTab__y66_c{padding:7px 16px;border-radius:99px;font-size:13px;font-weight:500;background:var(--Background-L2);border:1px solid rgba(0,0,0,0);color:var(--Text-L2);cursor:pointer;transition:all .15s;font-family:inherit}.skills_filterTab__y66_c:hover{color:var(--Text-L1);background:var(--Background-L3)}.skills_filterTabActive__8D_B4{background:var(--Functional-Blue);color:#fff}.skills_filterTabActive__8D_B4:hover{background:var(--Functional-Blue);color:#fff}.skills_filterCount__Fjd0f{font-size:12px;margin-left:6px;opacity:.75}.skills_capabilityGrid__w_QQV{display:flex;flex-direction:column;gap:12px}.skills_capabilityCard__6jfa1{display:flex;flex-direction:column;gap:16px;padding:20px 16px;background:var(--Background-L2);cursor:pointer;transition:background .2s;text-align:left;color:inherit;font:inherit;min-width:0;text-decoration:none;border-radius:16px}.skills_capabilityCard__6jfa1:hover{background:var(--Background-L3);color:inherit}.skills_capabilityHead__vs8JJ{display:flex;align-items:flex-start;gap:12px}.skills_capabilityIcon__ZSqka{width:40px;height:40px;background:#fff;border:1px solid var(--Border-L2);border-radius:10px;display:grid;place-items:center;font-size:20px;flex-shrink:0}[data-v4-theme="dark"] .skills_capabilityIcon__ZSqka{background:var(--Background-L3)}.skills_capabilityTitleWrap__uy1kg{flex:1 1;min-width:0}.skills_capabilityTitle__dxvqJ{margin:0;font-size:16px;line-height:24px;font-weight:500;color:var(--Text-L1)}.skills_capabilityDesc__sTyB5{margin:0;font-size:14px;line-height:1.6;color:var(--Text-L3)}.skills_faqSection__wUs1I{max-width:1200px;margin:48px auto;padding:0 16px}.skills_faqTitle__7Wfp1{font-size:22px;font-weight:700;margin:0 0 20px;color:var(--Text-L1);text-align:center}.skills_faqList__40wkb{display:flex;flex-direction:column;gap:12px}.skills_faqItem__H0LcM{background:var(--Background-L2);border-radius:16px;overflow:hidden;transition:background .15s}.skills_faqItem__H0LcM[open]{background:var(--Background-L3)}.skills_faqQ__LUhx1{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-size:15px;font-weight:500;color:var(--Text-L1);cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.skills_faqQ__LUhx1::-webkit-details-marker{display:none}.skills_faqIcon__2erwA{width:16px;height:16px;position:relative;flex-shrink:0}.skills_faqIcon__2erwA::before,.skills_faqIcon__2erwA::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:var(--Text-L2);transform-origin:center}.skills_faqIcon__2erwA::before{transform:translate(-50%, -50%)}.skills_faqIcon__2erwA::after{transform:translate(-50%, -50%) rotate(90deg);transition:transform .2s}.skills_faqItem__H0LcM[open] .skills_faqIcon__2erwA::after{transform:translate(-50%, -50%) rotate(0deg)}.skills_faqA__D6O_i{padding:0 18px 18px;font-size:14px;line-height:1.8;color:var(--Text-L2)}.skills_footer__iOD4z{border-top:1px solid var(--Border-L2);padding:32px 24px;text-align:center;color:var(--Text-L3);font-size:13px;margin-top:60px;background:var(--Background-L1)}.skills_footer__iOD4z a{color:var(--Text-L2);margin:0 12px;text-decoration:none}.skills_footer__iOD4z a:hover{color:var(--Functional-Blue)}@media screen and (min-width: 1000px){.skills_hero__eK0o4{padding:90px 16px 200px}.skills_title__i_Z5k{font-size:72px;letter-spacing:-1px}.skills_subtitle__eNZ8T{font-size:18px;line-height:1.7}.skills_waveBg__gB2SZ{width:1921px;height:425px;position:absolute;left:50%;transform:translateX(-50%);bottom:0;top:auto;background:url(https://hbg-fed-static-prd.hbfile.net/enhome/_next/static/media/bg-web.1f55f54c.png) no-repeat 50% 100%/contain}.skills_skillCapabilityArea__dkkXv{max-width:1200px;margin:-30px auto 120px;padding:48px 40px;border:1px solid var(--Border-L2);border-radius:24px;background:var(--Background-L1);position:relative;z-index:1;gap:32px;box-shadow:0 4px 24px rgba(0,0,0,.04)}.skills_capabilityGrid__w_QQV{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:8px;gap:8px;border-radius:16px;overflow:hidden}.skills_capabilityCard__6jfa1{border-radius:0;padding:24px}.skills_capabilityTitle__dxvqJ{font-size:18px;line-height:24px}.skills_faqSection__wUs1I{margin:80px auto;padding:0 40px}.skills_faqTitle__7Wfp1{font-size:28px;margin:0 0 28px}.skills_faqQ__LUhx1{padding:20px 24px;font-size:16px}.skills_faqA__D6O_i{padding:0 24px 22px}}
