/*!
 *      /$$$$$$  /$$
 *     /$$__  $$| $$
 *    | $$  \ $$| $$$$$$$   /$$$$$$  /$$    /$$  /$$$$$$
 *    | $$$$$$$$| $$__  $$ /$$__  $$|  $$  /$$/ /$$__  $$
 *    | $$__  $$| $$  \ $$| $$  \ $$ \  $$/$$/ | $$$$$$$$
 *    | $$  | $$| $$  | $$| $$  | $$  \  $$$/  | $$_____/
 *    | $$  | $$| $$$$$$$/|  $$$$$$/   \  $/   |  $$$$$$$
 *    |__/  |__/|_______/  \______/     \_/     \_______/
 */BUTTON.rounded,A[role=button]{font-family:Clash Display, serif;font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:14px;display:block;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:nowrap;-ms-flex-direction:row;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-line-pack:stretch;-webkit-align-content:stretch;align-content:stretch;box-sizing:border-box;min-height:56px;width:100%;padding:12px 24px;border-radius:3rem;text-transform:uppercase;text-align:center;text-decoration:none;transition:all 300ms;border:2px solid var(--button-rounded-bd, var(--button-rounded-bg, transparent));background-color:var(--button-rounded-bg, #181C2C);color:var(--button-rounded-fg, #fff);letter-spacing:.16em}BUTTON.rounded[data-text],A[role=button][data-text]{text-indent:-1000cm}BUTTON.rounded[data-text]:before,A[role=button][data-text]:before{content:attr(data-text);text-align:center;text-indent:0}BUTTON.rounded:hover,A[role=button]:hover{color:var(--button-hover-color, #CBCCD3)}BUTTON.rounded.small,A[role=button].small{width:fit-content;padding-top:8px;padding-bottom:8px;min-width:104px;min-height:40px}BUTTON.rounded.medium,A[role=button].medium{width:50%;min-width:var(--button-rounded-width-large, 320px)}@media screen and (max-width: 810px){BUTTON.rounded.medium,A[role=button].medium{width:100%;min-width:0}}BUTTON.rounded.center,A[role=button].center{margin-left:auto;margin-right:auto}BUTTON.rounded.white,A[role=button].white{--button-rounded-fg: #181C2C;--button-rounded-bg: #fff;--button-rounded-bd: #fff}BUTTON.rounded.white.bordered,A[role=button].white.bordered{--button-rounded-fg: #fff;--button-rounded-bg: transparent}BUTTON.rounded.black,A[role=button].black{--button-rounded-bg: #181C2C;--button-rounded-bd: #181C2C;--button-rounded-fg: #fff}BUTTON.rounded.black.bordered,A[role=button].black.bordered{--button-rounded-fg: #181C2C;--button-rounded-bg: transparent}BUTTON.rounded[disabled],BUTTON.rounded.disabled,A[role=button][disabled],A[role=button].disabled{--button-rounded-bg: #A6A7B2;--button-rounded-bd: #A6A7B2;--button-rounded-fg: #fff}BUTTON.rounded[disabled].bordered,BUTTON.rounded.disabled.bordered,A[role=button][disabled].bordered,A[role=button].disabled.bordered{--button-rounded-fg: #A6A7B2;--button-rounded-bg: transparent}BUTTON.rounded.cta,A[role=button].cta{*background:none;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#C8000E", endColorstr="#FA0011");background-image:-webkit-gradient(linear, bottom, right bottom, from(#C8000E), to(#FA0011));background-image:-webkit-linear-gradient(bottom, #C8000E, #FA0011);background-image:linear-gradient(bottom, #C8000E, #FA0011)}BUTTON.rounded.thick,A[role=button].thick{height:auto;padding-top:16px;padding-bottom:16px}
