/* Citil Partners office map slider v1434
   v1432 visual layout preserved; button interaction layer restored and protected. */
.citil-office-map-v1426{
  --office-istanbul:#C41D3B;
  --office-istanbul-dark:#810D22;
  --office-usa:#2457B8;
  --office-usa-dark:#123B88;
  --office-tech:#FF714C;
  --office-investment:#815AFF;
  --office-law:#C41D3B;
  --office-height:510px;
  --office-overlap:72px;
  --office-overlap-half:36px;
  --office-card-edge:30px;
  --office-overlap-comp:11px;
  --office-switch-half:32px;
  position:relative;
  width:100%;
  padding:58px 0 72px;
  overflow:hidden;
  background:#fff;
  color:#1C1C1C;
  font-family:"Open Sans",sans-serif;
}
.citil-office-map-v1426--contact{
  padding-top:0;
  background:rgba(246,246,246,.44);
}
.citil-office-map-v1426__divider{
  width:min(1439px,calc(100% - 64px));
  height:1px;
  margin:0 auto 56px;
  background:rgba(0,0,0,.38);
  transform:scaleY(.5);
  transform-origin:center;
}
.citil-office-map-v1426__shell{
  width:min(1440px,calc(100% - 64px));
  margin:0 auto;
}
.citil-office-map-v1426__header{
  position:relative;
  z-index:10;
  width:min(840px,100%);
  margin:0 auto 34px;
  text-align:center;
}
.citil-office-map-v1426__title{
  margin:0;
  color:#1C1C1C;
  font-size:clamp(30px,2.45vw,43px);
  font-weight:300;
  line-height:1.18;
  letter-spacing:-1.1px;
}
.citil-office-map-v1426__brand-line{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  width:min(760px,92%);
  height:5px;
  margin:17px auto 22px;
  overflow:hidden;
  border-radius:18px;
}
.citil-office-map-v1426__brand-line span:nth-child(1){background:var(--office-tech)}
.citil-office-map-v1426__brand-line span:nth-child(2){background:var(--office-investment)}
.citil-office-map-v1426__brand-line span:nth-child(3){background:var(--office-law)}
.citil-office-map-v1426__selector-row{
  position:relative;
  display:block;
  width:100%;
}
.citil-office-map-v1426__curve-arrow{
  position:absolute;
  z-index:2;
  top:-46px;
  display:block;
  width:98px;
  height:auto;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.citil-office-map-v1426__curve-arrow--left{left:-28px}
.citil-office-map-v1426__curve-arrow--right{right:-28px}
.citil-office-map-v1426__controls{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:min(532px,100%);
  margin:0 auto;
  gap:18px;
}
.citil-office-map-v1426__button{
  --button-accent:var(--office-istanbul);
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
  height:56px;
  padding:0 26px;
  overflow:hidden;
  border:1.5px solid var(--button-accent);
  border-radius:18px;
  background:color-mix(in srgb,var(--button-accent) 6%,#fff);
  color:var(--button-accent);
  font:600 15px/1 "Open Sans",sans-serif;
  letter-spacing:-0.1px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:transform .34s cubic-bezier(.22,.61,.36,1),box-shadow .34s ease,color .34s ease,border-color .34s ease,background-color .34s ease;
}
.citil-office-map-v1426__button--usa{--button-accent:var(--office-usa)}
.citil-office-map-v1426__button::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-2px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--button-accent),color-mix(in srgb,var(--button-accent) 72%,#000));
  transform:translateX(-105%);
  transition:transform .46s cubic-bezier(.4,0,.2,1);
}
.citil-office-map-v1426__button--usa::before{transform:translateX(105%)}
.citil-office-map-v1426__button:hover,
.citil-office-map-v1426__button:focus-visible,
.citil-office-map-v1426__button.is-active{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 12px 28px color-mix(in srgb,var(--button-accent) 24%,transparent);
}
.citil-office-map-v1426__button:hover::before,
.citil-office-map-v1426__button:focus-visible::before,
.citil-office-map-v1426__button.is-active::before{transform:translateX(0)}
.citil-office-map-v1426__button:focus-visible{
  outline:3px solid color-mix(in srgb,var(--button-accent) 22%,transparent);
  outline-offset:4px;
}
.citil-office-map-v1426__button:active{transform:translateY(0) scale(.985)}
.citil-office-map-v1426__pin,
.citil-office-map-v1426__check{
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.citil-office-map-v1426__pin svg{width:17px;height:17px;fill:currentColor}
.citil-office-map-v1426__check{
  width:18px;
  height:18px;
  margin-left:2px;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:var(--button-accent);
  opacity:0;
  transform:scale(.55);
  transition:opacity .25s ease,transform .32s cubic-bezier(.22,.61,.36,1);
}
.citil-office-map-v1426__check svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.4}
.citil-office-map-v1426__button.is-active .citil-office-map-v1426__check{opacity:1;transform:scale(1)}
.citil-office-map-v1426__viewport{
  position:relative;
  height:var(--office-height);
  overflow:hidden;
  border:1px solid rgba(24,24,24,.12);
  border-radius:18px;
  background:#DDE3E9;
  box-shadow:0 18px 46px rgba(14,22,36,.14);
}
.citil-office-map-v1426__track{
  position:absolute;
  inset:0 auto 0 0;
  width:200%;
  height:100%;
  transform:translate3d(-25%,0,0);
  will-change:transform;
  transition:transform 1.05s cubic-bezier(.65,0,.2,1);
}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__track{transform:translate3d(-7.5%,0,0)}
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__track{transform:translate3d(-42.5%,0,0)}
.citil-office-map-v1426__panel{
  --panel-accent:var(--office-istanbul);
  position:absolute;
  top:0;
  bottom:0;
  overflow:hidden;
  background:#D5DDE4;
  isolation:isolate;
  z-index:1;
}
.citil-office-map-v1426__panel--istanbul{
  left:0;
  width:50%;
  clip-path:polygon(0 0,100% 0,calc(100% - var(--office-overlap)) 100%,0 100%);
}
.citil-office-map-v1426__panel--usa{
  --panel-accent:var(--office-usa);
  left:calc(50% - var(--office-overlap));
  width:calc(50% + var(--office-overlap));
  clip-path:polygon(var(--office-overlap) 0,100% 0,100% 100%,0 100%);
}
.citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__panel--usa,
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--usa,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--istanbul{z-index:2}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--istanbul,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--usa{z-index:1}
.citil-office-map-v1426__panel iframe{
  position:absolute;
  inset:-2%;
  display:block;
  width:104%;
  height:104%;
  border:0;
  pointer-events:none;
  filter:saturate(.78) contrast(.95);
  transform:scale(1.015);
  transition:transform 1.1s cubic-bezier(.22,.61,.36,1),filter .55s ease;
}
.citil-office-map-v1426__panel::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:var(--panel-accent);
  opacity:.18;
  mix-blend-mode:multiply;
  transition:opacity .55s ease,background .55s ease;
}
.citil-office-map-v1426__panel::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(10,20,36,.08));
  opacity:.6;
  transition:opacity .55s ease;
}
.citil-office-map-v1426__panel:hover iframe{transform:scale(1.045);filter:saturate(.92) contrast(1)}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--istanbul::before,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--usa::before{opacity:.08}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--usa::before,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--istanbul::before{
  opacity:.46;
  background:#101A2B;
  mix-blend-mode:multiply;
}
.citil-office-map-v1426__map-hit{
  position:absolute;
  z-index:4;
  inset:0;
  cursor:zoom-in;
}
.citil-office-map-v1426__card{
  position:absolute;
  z-index:6;
  bottom:30px;
  width:min(310px,calc(100% - 56px));
  padding:22px 24px 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:linear-gradient(145deg,var(--panel-accent),color-mix(in srgb,var(--panel-accent) 70%,#000));
  color:#fff;
  box-shadow:0 14px 34px color-mix(in srgb,var(--panel-accent) 28%,transparent);
  backdrop-filter:blur(8px);
  transition:transform .42s cubic-bezier(.22,.61,.36,1),opacity .35s ease,box-shadow .35s ease;
}
.citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__card{left:var(--office-card-edge)}
.citil-office-map-v1426__panel--usa .citil-office-map-v1426__card{right:var(--office-card-edge)}
.citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__card{left:calc(50% + var(--office-card-edge))}
.citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__panel--usa .citil-office-map-v1426__card{right:calc(50% + var(--office-card-edge) - var(--office-overlap-half))}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__card{left:calc(15% + var(--office-card-edge))}
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--usa .citil-office-map-v1426__card{right:calc(15% + var(--office-card-edge) - var(--office-overlap-comp))}
.citil-office-map-v1426__panel:hover .citil-office-map-v1426__card{
  transform:translateY(-5px);
  box-shadow:0 20px 42px color-mix(in srgb,var(--panel-accent) 34%,transparent);
}
.citil-office-map-v1426__card-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 10px;
  font-size:17px;
  font-weight:700;
  line-height:1.25;
}
.citil-office-map-v1426__building{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:8px;
}
.citil-office-map-v1426__building svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.citil-office-map-v1426__card p{
  margin:0 0 16px;
  color:rgba(255,255,255,.92);
  font-size:13px;
  line-height:1.55;
}
.citil-office-map-v1426__open-link{
  position:relative;
  z-index:8;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:9px;
  color:#fff;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:background .3s ease,transform .3s ease,border-color .3s ease;
}
.citil-office-map-v1426__open-link:hover,
.citil-office-map-v1426__open-link:focus-visible{
  background:#fff;
  border-color:#fff;
  color:var(--panel-accent);
  transform:translateY(-1px);
}
.citil-office-map-v1426__open-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}
.citil-office-map-v1426__switch{
  position:absolute;
  z-index:8;
  top:50%;
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  background:rgba(13,24,42,.36);
  color:#fff;
  font:300 43px/1 "Open Sans",sans-serif;
  opacity:0;
  pointer-events:none;
  cursor:pointer;
  backdrop-filter:blur(7px);
  transform:translateY(-50%) scale(.78);
  transition:opacity .32s ease,transform .42s cubic-bezier(.22,.61,.36,1),background .3s ease;
}
.citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__switch{left:32px}
.citil-office-map-v1426__panel--usa .citil-office-map-v1426__switch{right:32px}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--usa .citil-office-map-v1426__switch{left:calc(7.5% + var(--office-overlap) - var(--office-switch-half));right:auto}
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__switch{right:calc(7.5% - var(--office-switch-half));left:auto}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--usa .citil-office-map-v1426__switch,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__switch{
  opacity:1;
  pointer-events:auto;
  transform:translateY(-50%) scale(1);
}
.citil-office-map-v1426__switch:hover,
.citil-office-map-v1426__switch:focus-visible{background:rgba(13,24,42,.7);transform:translateY(-50%) scale(1.08)}
.citil-office-map-v1426[data-office-map-state="istanbul"] .citil-office-map-v1426__panel--usa .citil-office-map-v1426__card,
.citil-office-map-v1426[data-office-map-state="abd"] .citil-office-map-v1426__panel--istanbul .citil-office-map-v1426__card{
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
}
.citil-office-map-v1426__timer-shell{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:min(520px,76%);
  margin:14px auto 0;
  opacity:0;
  transform:translateY(-4px);
  pointer-events:none;
  transition:opacity .3s ease,transform .3s ease;
}
.citil-office-map-v1426__timer-shell.is-visible{opacity:1;transform:translateY(0)}
.citil-office-map-v1426__timer-label{
  margin-bottom:6px;
  color:#6B6B6B;
  font-size:11px;
  line-height:1;
}
.citil-office-map-v1426__timer-track{
  width:100%;
  height:4px;
  overflow:hidden;
  border-radius:18px;
  background:#E2E4E8;
}
.citil-office-map-v1426__timer-bar{
  display:block;
  width:100%;
  height:100%;
  border-radius:16px;
  background:linear-gradient(90deg,var(--office-istanbul),var(--office-investment),var(--office-usa));
  transform:scaleX(0);
  transform-origin:left center;
  will-change:transform;
}

@media (max-width:1439px){
  .citil-office-map-v1426{--office-height:440px;padding:48px 0 62px}
  .citil-office-map-v1426--contact{padding-top:0}
  .citil-office-map-v1426__title{font-size:34px}
  .citil-office-map-v1426__header{margin-bottom:30px}
  .citil-office-map-v1426__card{width:280px;padding:19px 21px 18px}
}
@media (max-width:1023px){
  .citil-office-map-v1426{--office-height:390px;--office-overlap:54px;--office-overlap-half:27px;--office-card-edge:22px;--office-overlap-comp:8px}
  .citil-office-map-v1426__shell{width:calc(100% - 40px)}
  .citil-office-map-v1426__divider{width:calc(100% - 40px);margin-bottom:46px}
  .citil-office-map-v1426__selector-row{width:100%}
  .citil-office-map-v1426__curve-arrow{top:-34px;width:104px;height:91px}
  .citil-office-map-v1426__curve-arrow--left{left:-6px}
  .citil-office-map-v1426__curve-arrow--right{right:-6px}
  .citil-office-map-v1426__controls{width:min(480px,100%);gap:14px}
  .citil-office-map-v1426__button{height:54px;padding:0 18px;font-size:14px}
  .citil-office-map-v1426__card{bottom:22px;width:255px;padding:17px 18px}
}
@media (max-width:767px){
  .citil-office-map-v1426{--office-height:340px;--office-overlap:36px;--office-overlap-half:18px;--office-card-edge:12px;--office-overlap-comp:5px;--office-switch-half:24px;padding:40px 0 52px}
  .citil-office-map-v1426--contact{padding-top:0}
  .citil-office-map-v1426__shell{width:calc(100% - 28px)}
  .citil-office-map-v1426__divider{width:calc(100% - 28px);margin-bottom:38px}
  .citil-office-map-v1426__header{margin-bottom:22px}
  .citil-office-map-v1426__title{font-size:25px;letter-spacing:-.55px}
  .citil-office-map-v1426__brand-line{width:94%;height:4px;margin:13px auto 16px}
  .citil-office-map-v1426__selector-row{display:block}
  .citil-office-map-v1426__curve-arrow{display:none}
  .citil-office-map-v1426__controls{gap:10px}
  .citil-office-map-v1426__button{height:50px;padding:0 10px;font-size:12.5px;gap:7px}
  .citil-office-map-v1426__pin svg{width:15px;height:15px}
  .citil-office-map-v1426__check{width:17px;height:17px}
  .citil-office-map-v1426__viewport{border-radius:14px}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__card{
    bottom:14px;
    width:142px;
    padding:12px 13px;
    border-radius:10px;
  }
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__card-title{margin:0;font-size:13px;gap:7px}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__building{width:24px;height:24px;border-radius:6px}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__building svg{width:15px;height:15px}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__card p,
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__open-link{display:none}
  .citil-office-map-v1426:not([data-office-map-state="split"]) .citil-office-map-v1426__card{
    bottom:16px;
    width:auto;
    max-width:270px;
    padding:16px 18px;
  }
  .citil-office-map-v1426__card-title{font-size:15px}
  .citil-office-map-v1426__card p{font-size:12px;margin-bottom:12px}
  .citil-office-map-v1426__switch{width:48px;height:48px;font-size:34px}
  .citil-office-map-v1426__timer-shell{width:82%;margin-top:12px}
}
@media (max-width:430px){
  .citil-office-map-v1426{--office-height:318px}
  .citil-office-map-v1426__title{font-size:22px}
  .citil-office-map-v1426__button{font-size:12px}
  .citil-office-map-v1426__button .citil-office-map-v1426__check{display:none}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__card{width:126px;padding:10px 11px}
  .citil-office-map-v1426[data-office-map-state="split"] .citil-office-map-v1426__card-title{font-size:12px}
}
@media (hover:none){
  .citil-office-map-v1426__button:hover{transform:none;box-shadow:none}
  .citil-office-map-v1426__button:not(.is-active):hover{color:var(--button-accent)}
  .citil-office-map-v1426__button:not(.is-active):hover::before{transform:translateX(-105%)}
  .citil-office-map-v1426__button--usa:not(.is-active):hover::before{transform:translateX(105%)}
  .citil-office-map-v1426__panel:hover iframe{transform:scale(1.015);filter:saturate(.78) contrast(.95)}
  .citil-office-map-v1426__panel:hover .citil-office-map-v1426__card{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .citil-office-map-v1426__track,
  .citil-office-map-v1426__button,
  .citil-office-map-v1426__button::before,
  .citil-office-map-v1426__check,
  .citil-office-map-v1426__panel iframe,
  .citil-office-map-v1426__panel::before,
  .citil-office-map-v1426__panel::after,
  .citil-office-map-v1426__card,
  .citil-office-map-v1426__switch,
  .citil-office-map-v1426__timer-shell{
    transition-duration:.01ms!important;
    transition-delay:0ms!important;
  }
}


@media (max-width:1024px){
  .citil-office-map-v1426__controls{width:min(500px,100%);gap:16px}
  .citil-office-map-v1426__button{height:54px;border-radius:16px;padding:0 22px}
}
@media (max-width:767px){
  .citil-office-map-v1426__controls{width:100%;gap:12px}
  .citil-office-map-v1426__button{height:52px;border-radius:14px;padding:0 16px;font-size:13px}
}







@media (max-width:1180px){
  .citil-office-map-v1426__curve-arrow{top:-42px;width:92px}
  .citil-office-map-v1426__curve-arrow--left{left:-24px}
  .citil-office-map-v1426__curve-arrow--right{right:-24px}
}
@media (max-width:1024px){
  .citil-office-map-v1426__curve-arrow{top:-38px;width:84px}
  .citil-office-map-v1426__curve-arrow--left{left:-18px}
  .citil-office-map-v1426__curve-arrow--right{right:-18px}
}
@media (max-width:767px){
  .citil-office-map-v1426__curve-arrow{display:none}
}


/* ===== v1432 — exact CTA arrow bridge geometry ===== */
.citil-office-map-v1426__bridge{
  position:relative;
  width:min(800px,100%);
  height:70px;
  margin:17px auto 0;
}
.citil-office-map-v1426__bridge .citil-office-map-v1426__brand-line{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  width:800px;
  max-width:100%;
  height:7px;
  margin:0 auto;
  overflow:hidden;
  border-radius:999px;
}
.citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow{
  position:absolute;
  z-index:2;
  top:0;
  display:block;
  width:41px;
  height:77px;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow--left{
  left:-36px;
  right:auto;
}
.citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow--right{
  right:-36px;
  left:auto;
}
.citil-office-map-v1426__selector-row{
  position:relative;
  display:block;
  width:100%;
}

@media (max-width:768px){
  .citil-office-map-v1426__bridge{
    width:calc(100% - 40px);
    height:52px;
    margin-top:13px;
  }
  .citil-office-map-v1426__bridge .citil-office-map-v1426__brand-line{
    width:100%;
    height:4px;
    margin:0 auto;
  }
  .citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow{
    display:block;
    top:0;
    width:30px;
    height:57px;
  }
  .citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow--left{left:-24px}
  .citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow--right{right:-24px}
}

@media (max-width:520px){
  .citil-office-map-v1426__bridge .citil-office-map-v1426__curve-arrow{display:none}
  .citil-office-map-v1426__bridge{height:20px;width:94%}
}


/* v1434 interaction safeguard — keep controls above decorative bridge/map layers */
.citil-office-map-v1426__selector-row{
  position:relative;
  z-index:12;
  pointer-events:auto;
}
.citil-office-map-v1426__controls,
.citil-office-map-v1426__button{
  position:relative;
  z-index:13;
  pointer-events:auto;
}
.citil-office-map-v1426__bridge{
  pointer-events:none;
}
