.CustomButton{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:5px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.CustomButton:focus{box-shadow:none}.CustomButton--Primary{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-style:none}.CustomButton--Primary:hover{opacity:.75}.CustomButton--Primary:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--White{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.CustomButton--White:hover{opacity:.75}.CustomButton--White:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Transparent{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1));background-color:#0000;border-style:none;font-weight:400}.CustomButton--Transparent:hover{opacity:.75}.CustomButton--Transparent:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Success,.CustomButton--Info,.CustomButton--Warn,.CustomButton--Error{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-style:none}.CustomButton--Success:hover,.CustomButton--Info:hover,.CustomButton--Warn:hover,.CustomButton--Error:hover{opacity:.75}.CustomButton--Success:focus,.CustomButton--Info:focus,.CustomButton--Warn:focus,.CustomButton--Error:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Success{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.CustomButton--Info{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.CustomButton--Warn{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.CustomButton--Error{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.CustomButton--Detail{height:32px;padding:8px}.CustomButton--Small{height:38px}.CustomButton--Medium{height:44px}.CustomButton--Large{height:50px}.CustomButton--Toctoc,.CustomButton--ToctocLg{letter-spacing:-.01em;white-space:nowrap;border-radius:15px;gap:9px;height:auto;display:inline-flex}.CustomButton--Toctoc{padding:15px 24px;font-size:15px;font-style:normal;font-weight:700}.CustomButton--ToctocLg{padding:17px 30px;font-size:16px;font-style:normal;font-weight:700}.CustomButton--Toctoc:active,.CustomButton--ToctocLg:active{transform:translateY(1px)scale(.99)}.CustomButton--Green{--tw-bg-opacity:1;background-color:rgb(8 35 28/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));box-shadow:0 10px 28px #14281e47}.CustomButton--Green:hover{--tw-bg-opacity:1;background-color:rgb(4 19 13/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));box-shadow:0 14px 34px #14281e57}.CustomButton--Yellow{--tw-text-opacity:1;color:rgb(8 35 28/var(--tw-text-opacity,1));background-image:linear-gradient(135deg,#ffc21e 0%,#f3be40 100%);box-shadow:0 10px 28px #ffc21e6b}.CustomButton--Yellow:hover{--tw-text-opacity:1;color:rgb(8 35 28/var(--tw-text-opacity,1));background-image:linear-gradient(135deg,#ffcb36 0%,#f6c64e 100%)}.CustomButton--Link{--tw-text-opacity:1;height:auto;color:rgb(8 35 28/var(--tw-text-opacity,1));background-color:#0000;border-radius:0;gap:6px;padding:0;font-size:16px;font-style:normal;font-weight:700;display:inline-flex;overflow:visible}@media (max-width:760px){.CustomButton--Link{min-height:44px}}.CustomButton--Link svg{transition:transform .16s}.CustomButton--Link:hover{--tw-text-opacity:1;color:rgb(8 35 28/var(--tw-text-opacity,1))}.CustomButton--Link:hover svg{transform:translate(3px)}.CustomButton--Disabled{cursor:not-allowed;pointer-events:unset;opacity:.4!important}