
.csu-wrap{position:fixed;z-index:99999}
@media (max-width: 782px){
  .csu-wrap.pm-center_bottom{left:50%;bottom:16px;transform:translateX(-50%)}
  .csu-wrap.pm-left_bottom{left:16px;bottom:16px}
  .csu-wrap.pm-right_bottom{right:16px;bottom:16px}
  .csu-wrap.pm-center_middle{left:50%;top:50%;transform:translate(-50%,-50%)}
  .csu-wrap.pm-none{display:none}
  .csu-wrap[data-csu-full="1"] .csu-link{width:calc(100vw - 24px)}
}
@media (min-width: 783px){
  .csu-wrap.pd-center_bottom{left:50%;bottom:20px;transform:translateX(-50%)}
  .csu-wrap.pd-left_bottom{left:24px;bottom:24px}
  .csu-wrap.pd-right_bottom{right:24px;bottom:24px}
  .csu-wrap.pd-center_middle{left:50%;top:50%;transform:translate(-50%,-50%)}
  .csu-wrap.pd-none{display:none}
}
.csu-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;background:var(--csu-b);color:var(--csu-t);
border-radius:12px;padding:.9rem 1.2rem;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:all .15s ease-in-out}
.csu-link:hover{background:var(--csu-bh);color:var(--csu-th)}
.csu-link .csu-icon{width:var(--csu-is);height:var(--csu-is);display:inline-block;background:var(--csu-ic);
mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M2 16C2 8.28 8.28 2 16 2s14 6.28 14 14-6.28 14-14 14c-2.55 0-4.94-.69-6.99-1.9L2 30l1.97-6.78A13.86 13.86 0 0 1 2 16Zm6.29-1.52c-.2 4.36 3.01 8.27 7.37 8.85 2.17.29 4.22-.21 5.87-1.42.44-.32.52-.93.19-1.37l-1.33-1.74a1 1 0 0 0-1.35-.22c-.9.6-1.93.9-3.06.82-2.27-.16-4.06-1.96-4.21-4.23-.07-1.12.21-2.15.8-3.04.29-.43.19-1.02-.22-1.34l-1.73-1.35a1 1 0 0 0-1.37.19c-1.02 1.37-1.59 3-1.55 4.83Z"/></svg>') center/contain no-repeat}
.csu-link:hover .csu-icon{background:var(--csu-ich)}
.csu-icon-right .csu-link{flex-direction:row-reverse}
.csu-btn.csu-small .csu-link{padding:.6rem .9rem}
.csu-btn.csu-medium .csu-link{padding:.8rem 1.1rem}
.csu-btn.csu-large .csu-link{padding:1rem 1.25rem}
.csu-text{font-size:var(--csu-ts)}
