:root {
 --Txs: 9.1px; --Ts: 11.7px; --T: 14.4px; --Tm: 17.4px; --Tml: 21.3px; --Tl: 26.6px; --Txl: 33.6px; --Txxl: 42.9px; --TXl: 54.8px; --TxXl: 69.8px; --TXxl: 88.4px; --TXXl: 110.9px; --TL: 138.0px;
 --Sxs: 4px; --Ss: 8px; --S: 16px; --Sm: 24px; --Sl: 32px; --Sxl: 64px; --Sxxl: 128px; --SXl: 256px; --S: 16px;
 --Cpri: #d1005d; --Cblue: #1654ff; --Cdblue: #1c3dcc; --Ccoral: #ff4444; --Cxlgrey: #f0f0f0; --Cmidnight: #030830; --Cgrey: #a8aab8; --Csun: #ffd81c; --Cturquoise: #00c1c5; --Cpalegrey: #f5f5f7; --Cwhite: white; --Cblack: black; --Cviolet: #5411dd; --Cemerald: #00d170; --Cperiwinkle: #dbdee3; --Clgrey: #cccdd5; --Cred: #d10000;
 --Hxs: 90px; --Hs: 161px; --H: 220px; --Hl: 250px;
 --RPxl: (64px / 3.1415);
 --BHxl: (64px + (64px / 3.1415));
}
.ct { background-color: transparent !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.tuc { text-transform: uppercase; }
.vaK { vertical-align: top; }
.tbxXs { font-weight: 100; }
.tbXs { font-weight: 200; }
.tbxxs { font-weight: 300; }
.tbxs { font-weight: 400; }
.tbs { font-weight: 500; }
.tb { font-weight: 600; }
.tbxl { font-weight: 700; }
.tbxxl { font-weight: 800; }
.tbXl { font-weight: 900; }
.tnow { white-space: nowrap; }
.shfv { width: 100vw; }
.svfv { height: 100vh; }
.shf { width: 100%; }
.svf { height: 100%; }
.sf { width: 100%; height: 100%; }
.sfv { min-height: 100vh; width: 100vw; height: 100vh; }
.sKhf { max-width: 100%; }
.sKvf { max-height: 100%; }
.sJhf { min-width: 100%; }
.sJvf { min-height: 100%; }
.c > * { vertical-align: middle; }
.f.c { align-items: center; }
.f { display: flex !important; }
.f.v0 { flex-direction: column; }
.fg { flex-grow: 1; }
.fg- { flex-grow: 0 !important; }
.fgc > * { flex-grow: 1; }
.fis { align-items: stretch; }
.fiK { align-items: flex-start; }
.fiJ { align-items: flex-end; }
.fcc { justify-content: center; }
.fcK { justify-content: flex-start; }
.fcJ { justify-content: flex-end; }
.faK { align-self: flex-start; }
.faJ { align-self: flex-end; }
.rel { position: relative; }
.abs { position: absolute; }
.abs.H { left: 0; }
.abs.J { bottom: 0; }
.abs.K { top: 0; }
.abs.L { right: 0; }
.tcv {
 display: inline-flex !important;
 flex-direction: column;
 justify-content: center;
 text-align: center;
}
.round {
 text-align: center;
 border-radius: 50%;
 vertical-align: middle;
 display: inline-block;
 box-sizing: border-box;
}
label > input, label > textarea { display: block; }
.fw input, .fw select, .fw textarea { width: 100%; }
.fw input { width: calc(100% - 2 * 12px - 2px); }
input, textarea { padding: 6px 12px; }
input, textarea { color: black; }
button, a, *[ng-click] { cursor: pointer; user-select: none; }
.hid { display: none !important; }
body { margin: 0 }
* {
 font-family: inherit;
}
button {
 color: black;
 background-color: #d1005d;
 border: none;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 position: relative;
}
button.round {
 padding: 0;
}
button.round::after {
 border-radius: 50%;
}
button:not(:disabled) :: after { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: opacity 0.3s ease-in-out; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; content: ''; border-radius: 8px } button:not(:disabled):hover::after { opacity: 1; }
.txs { font-size: 9.1px; } .thxs { line-height: 9.1px; } .ts { font-size: 11.7px; } .ths { line-height: 11.7px; } .t { font-size: 14.4px; } .th { line-height: 14.4px; } .tm { font-size: 17.4px; } .thm { line-height: 17.4px; } .tml { font-size: 21.3px; } .thml { line-height: 21.3px; } .tl { font-size: 26.6px; } .thl { line-height: 26.6px; } .txl { font-size: 33.6px; } .thxl { line-height: 33.6px; } .txxl { font-size: 42.9px; } .thxxl { line-height: 42.9px; } .tXl { font-size: 54.8px; } .thXl { line-height: 54.8px; } .txXl { font-size: 69.8px; } .thxXl { line-height: 69.8px; } .tXxl { font-size: 88.4px; } .thXxl { line-height: 88.4px; } .tXXl { font-size: 110.9px; } .thXXl { line-height: 110.9px; } .tL { font-size: 138.0px; } .thL { line-height: 138.0px; }
.cpri { background-color: #d1005d; color: white; } .cblue { background-color: #1654ff; color: white; } .cdblue { background-color: #1c3dcc; color: white; } .ccoral { background-color: #ff4444; color: white; } .cxlgrey { background-color: #f0f0f0; color: white; } .cmidnight { background-color: #030830; color: white; } .cgrey { background-color: #a8aab8; color: white; } .csun { background-color: #ffd81c; color: white; } .cturquoise { background-color: #00c1c5; color: white; } .cpalegrey { background-color: #f5f5f7; color: white; } .cwhite { background-color: white; color: white; } .cblack { background-color: black; color: white; } .cviolet { background-color: #5411dd; color: white; } .cemerald { background-color: #00d170; color: white; } .cperiwinkle { background-color: #dbdee3; color: white; } .clgrey { background-color: #cccdd5; color: white; } .cred { background-color: #d10000; color: white; }
.Cpri { color: #d1005d !important; } .Cblue { color: #1654ff !important; } .Cdblue { color: #1c3dcc !important; } .Ccoral { color: #ff4444 !important; } .Cxlgrey { color: #f0f0f0 !important; } .Cmidnight { color: #030830 !important; } .Cgrey { color: #a8aab8 !important; } .Csun { color: #ffd81c !important; } .Cturquoise { color: #00c1c5 !important; } .Cpalegrey { color: #f5f5f7 !important; } .Cwhite { color: white !important; } .Cblack { color: black !important; } .Cviolet { color: #5411dd !important; } .Cemerald { color: #00d170 !important; } .Cperiwinkle { color: #dbdee3 !important; } .Clgrey { color: #cccdd5 !important; } .Cred { color: #d10000 !important; }
.Bpri { border: solid thin #d1005d; } .BHpri { border-left: solid thin #d1005d; } .BJpri { border-bottom: solid thin #d1005d; } .BKpri { border-top: solid thin #d1005d; } .BLpri { border-right: solid thin #d1005d; } .Bblue { border: solid thin #1654ff; } .BHblue { border-left: solid thin #1654ff; } .BJblue { border-bottom: solid thin #1654ff; } .BKblue { border-top: solid thin #1654ff; } .BLblue { border-right: solid thin #1654ff; } .Bdblue { border: solid thin #1c3dcc; } .BHdblue { border-left: solid thin #1c3dcc; } .BJdblue { border-bottom: solid thin #1c3dcc; } .BKdblue { border-top: solid thin #1c3dcc; } .BLdblue { border-right: solid thin #1c3dcc; } .Bcoral { border: solid thin #ff4444; } .BHcoral { border-left: solid thin #ff4444; } .BJcoral { border-bottom: solid thin #ff4444; } .BKcoral { border-top: solid thin #ff4444; } .BLcoral { border-right: solid thin #ff4444; } .Bxlgrey { border: solid thin #f0f0f0; } .BHxlgrey { border-left: solid thin #f0f0f0; } .BJxlgrey { border-bottom: solid thin #f0f0f0; } .BKxlgrey { border-top: solid thin #f0f0f0; } .BLxlgrey { border-right: solid thin #f0f0f0; } .Bmidnight { border: solid thin #030830; } .BHmidnight { border-left: solid thin #030830; } .BJmidnight { border-bottom: solid thin #030830; } .BKmidnight { border-top: solid thin #030830; } .BLmidnight { border-right: solid thin #030830; } .Bgrey { border: solid thin #a8aab8; } .BHgrey { border-left: solid thin #a8aab8; } .BJgrey { border-bottom: solid thin #a8aab8; } .BKgrey { border-top: solid thin #a8aab8; } .BLgrey { border-right: solid thin #a8aab8; } .Bsun { border: solid thin #ffd81c; } .BHsun { border-left: solid thin #ffd81c; } .BJsun { border-bottom: solid thin #ffd81c; } .BKsun { border-top: solid thin #ffd81c; } .BLsun { border-right: solid thin #ffd81c; } .Bturquoise { border: solid thin #00c1c5; } .BHturquoise { border-left: solid thin #00c1c5; } .BJturquoise { border-bottom: solid thin #00c1c5; } .BKturquoise { border-top: solid thin #00c1c5; } .BLturquoise { border-right: solid thin #00c1c5; } .Bpalegrey { border: solid thin #f5f5f7; } .BHpalegrey { border-left: solid thin #f5f5f7; } .BJpalegrey { border-bottom: solid thin #f5f5f7; } .BKpalegrey { border-top: solid thin #f5f5f7; } .BLpalegrey { border-right: solid thin #f5f5f7; } .Bwhite { border: solid thin white; } .BHwhite { border-left: solid thin white; } .BJwhite { border-bottom: solid thin white; } .BKwhite { border-top: solid thin white; } .BLwhite { border-right: solid thin white; } .Bblack { border: solid thin black; } .BHblack { border-left: solid thin black; } .BJblack { border-bottom: solid thin black; } .BKblack { border-top: solid thin black; } .BLblack { border-right: solid thin black; } .Bviolet { border: solid thin #5411dd; } .BHviolet { border-left: solid thin #5411dd; } .BJviolet { border-bottom: solid thin #5411dd; } .BKviolet { border-top: solid thin #5411dd; } .BLviolet { border-right: solid thin #5411dd; } .Bemerald { border: solid thin #00d170; } .BHemerald { border-left: solid thin #00d170; } .BJemerald { border-bottom: solid thin #00d170; } .BKemerald { border-top: solid thin #00d170; } .BLemerald { border-right: solid thin #00d170; } .Bperiwinkle { border: solid thin #dbdee3; } .BHperiwinkle { border-left: solid thin #dbdee3; } .BJperiwinkle { border-bottom: solid thin #dbdee3; } .BKperiwinkle { border-top: solid thin #dbdee3; } .BLperiwinkle { border-right: solid thin #dbdee3; } .Blgrey { border: solid thin #cccdd5; } .BHlgrey { border-left: solid thin #cccdd5; } .BJlgrey { border-bottom: solid thin #cccdd5; } .BKlgrey { border-top: solid thin #cccdd5; } .BLlgrey { border-right: solid thin #cccdd5; } .Bred { border: solid thin #d10000; } .BHred { border-left: solid thin #d10000; } .BJred { border-bottom: solid thin #d10000; } .BKred { border-top: solid thin #d10000; } .BLred { border-right: solid thin #d10000; }
.svxs, .sxs { height: 4px; } .shxs, .sxs { width: 4px; } .stxs { line-height: 4px; } .sKhxs { max-width: 4px; } .sKvxs { max-height: 4px; } .svs, .ss { height: 8px; } .shs, .ss { width: 8px; } .sts { line-height: 8px; } .sKhs { max-width: 8px; } .sKvs { max-height: 8px; } .sv, .s { height: 16px; } .sh, .s { width: 16px; } .st { line-height: 16px; } .sKh { max-width: 16px; } .sKv { max-height: 16px; } .svm, .sm { height: 24px; } .shm, .sm { width: 24px; } .stm { line-height: 24px; } .sKhm { max-width: 24px; } .sKvm { max-height: 24px; } .svl, .sl { height: 32px; } .shl, .sl { width: 32px; } .stl { line-height: 32px; } .sKhl { max-width: 32px; } .sKvl { max-height: 32px; } .svxl, .sxl { height: 64px; } .shxl, .sxl { width: 64px; } .stxl { line-height: 64px; } .sKhxl { max-width: 64px; } .sKvxl { max-height: 64px; } .svxxl, .sxxl { height: 128px; } .shxxl, .sxxl { width: 128px; } .stxxl { line-height: 128px; } .sKhxxl { max-width: 128px; } .sKvxxl { max-height: 128px; } .svXl, .sXl { height: 256px; } .shXl, .sXl { width: 256px; } .stXl { line-height: 256px; } .sKhXl { max-width: 256px; } .sKvXl { max-height: 256px; }
.pxs { padding: 4px; } .pxs > .W { width: calc(100% - 2 * 4px); } .ps { padding: 8px; } .ps > .W { width: calc(100% - 2 * 8px); } .p { padding: 16px; } .p > .W { width: calc(100% - 2 * 16px); } .pm { padding: 24px; } .pm > .W { width: calc(100% - 2 * 24px); } .pl { padding: 32px; } .pl > .W { width: calc(100% - 2 * 32px); } .pxl { padding: 64px; } .pxl > .W { width: calc(100% - 2 * 64px); } .pxxl { padding: 128px; } .pxxl > .W { width: calc(100% - 2 * 128px); } .pXl { padding: 256px; } .pXl > .W { width: calc(100% - 2 * 256px); }
.mHxs { margin-left: 4px !important; } .mJxs { margin-bottom: 4px !important; } .mKxs { margin-top: 4px !important; } .mLxs { margin-right: 4px !important; } .mHs { margin-left: 8px !important; } .mJs { margin-bottom: 8px !important; } .mKs { margin-top: 8px !important; } .mLs { margin-right: 8px !important; } .mH { margin-left: 16px !important; } .mJ { margin-bottom: 16px !important; } .mK { margin-top: 16px !important; } .mL { margin-right: 16px !important; } .mHm { margin-left: 24px !important; } .mJm { margin-bottom: 24px !important; } .mKm { margin-top: 24px !important; } .mLm { margin-right: 24px !important; } .mHl { margin-left: 32px !important; } .mJl { margin-bottom: 32px !important; } .mKl { margin-top: 32px !important; } .mLl { margin-right: 32px !important; } .mHxl { margin-left: 64px !important; } .mJxl { margin-bottom: 64px !important; } .mKxl { margin-top: 64px !important; } .mLxl { margin-right: 64px !important; } .mHxxl { margin-left: 128px !important; } .mJxxl { margin-bottom: 128px !important; } .mKxxl { margin-top: 128px !important; } .mLxxl { margin-right: 128px !important; } .mHXl { margin-left: 256px !important; } .mJXl { margin-bottom: 256px !important; } .mKXl { margin-top: 256px !important; } .mLXl { margin-right: 256px !important; }
.phxs { padding-left: 4px; padding-right: 4px; } .pvxs { padding-top: 4px; padding-bottom: 4px; } .pHxs { padding-left: 4px; } .pJxs { padding-bottom: 4px; } .pKxs { padding-top: 4px; } .pLxs { padding-right: 4px; } .phs { padding-left: 8px; padding-right: 8px; } .pvs { padding-top: 8px; padding-bottom: 8px; } .pHs { padding-left: 8px; } .pJs { padding-bottom: 8px; } .pKs { padding-top: 8px; } .pLs { padding-right: 8px; } .ph { padding-left: 16px; padding-right: 16px; } .pv { padding-top: 16px; padding-bottom: 16px; } .pH { padding-left: 16px; } .pJ { padding-bottom: 16px; } .pK { padding-top: 16px; } .pL { padding-right: 16px; } .phm { padding-left: 24px; padding-right: 24px; } .pvm { padding-top: 24px; padding-bottom: 24px; } .pHm { padding-left: 24px; } .pJm { padding-bottom: 24px; } .pKm { padding-top: 24px; } .pLm { padding-right: 24px; } .phl { padding-left: 32px; padding-right: 32px; } .pvl { padding-top: 32px; padding-bottom: 32px; } .pHl { padding-left: 32px; } .pJl { padding-bottom: 32px; } .pKl { padding-top: 32px; } .pLl { padding-right: 32px; } .phxl { padding-left: 64px; padding-right: 64px; } .pvxl { padding-top: 64px; padding-bottom: 64px; } .pHxl { padding-left: 64px; } .pJxl { padding-bottom: 64px; } .pKxl { padding-top: 64px; } .pLxl { padding-right: 64px; } .phxxl { padding-left: 128px; padding-right: 128px; } .pvxxl { padding-top: 128px; padding-bottom: 128px; } .pHxxl { padding-left: 128px; } .pJxxl { padding-bottom: 128px; } .pKxxl { padding-top: 128px; } .pLxxl { padding-right: 128px; } .phXl { padding-left: 256px; padding-right: 256px; } .pvXl { padding-top: 256px; padding-bottom: 256px; } .pHXl { padding-left: 256px; } .pJXl { padding-bottom: 256px; } .pKXl { padding-top: 256px; } .pLXl { padding-right: 256px; }
table.Ps > tbody > tr > td { padding: calc(8px / 2); } table.Ps th { padding-top: calc(8px / 2); padding-bottom: calc(8px / 2); } table.Ps > tbody > tr > td:first-child { padding-left: 8px; } table.Ps > tbody > tr > td:last-child { padding-right: 8px; } table.Ps > tbody > tr > td { padding: 8px calc(8px / 2); } table.P > tbody > tr > td { padding: calc(16px / 2); } table.P th { padding-top: calc(16px / 2); padding-bottom: calc(16px / 2); } table.P > tbody > tr > td:first-child { padding-left: 16px; } table.P > tbody > tr > td:last-child { padding-right: 16px; } table.P > tbody > tr > td { padding: 16px calc(16px / 2); }
.abs.sl, .abs.svl { top: calc(50% - 32px / 2); } .abs.s, .abs.sv { top: calc(50% - 16px / 2); }
.pKl.pJm > .abs.sl { top: calc((100% - 32px + 32px - 24px) / 2); }
.phs > .abs.H { left: 8px; } .pvs > .abs.J { bottom: 8px; } .pvs > .abs.K { top: 8px; } .phs > .abs.L { right: 8px; } .phs > .abs.W { width: calc(100% - 8px * 2); } .ps > .abs.H { left: 8px; } .ps > .abs.J { bottom: 8px; } .ps > .abs.K { top: 8px; } .ps > .abs.L { right: 8px; } .ps > .abs.W { width: calc(100% - 8px * 2); } .pHs > .abs.H { left: 8px; } .pJs > .abs.J { bottom: 8px; } .pKs > .abs.K { top: 8px; } .pLs > .abs.J { right: 8px; } .phxl > .abs.H { left: 64px; } .pvxl > .abs.J { bottom: 64px; } .pvxl > .abs.K { top: 64px; } .phxl > .abs.L { right: 64px; } .phxl > .abs.W { width: calc(100% - 64px * 2); } .pxl > .abs.H { left: 64px; } .pxl > .abs.J { bottom: 64px; } .pxl > .abs.K { top: 64px; } .pxl > .abs.L { right: 64px; } .pxl > .abs.W { width: calc(100% - 64px * 2); } .pHxl > .abs.H { left: 64px; } .pJxl > .abs.J { bottom: 64px; } .pKxl > .abs.K { top: 64px; } .pLxl > .abs.J { right: 64px; } .ph > .abs.H { left: 16px; } .pv > .abs.J { bottom: 16px; } .pv > .abs.K { top: 16px; } .ph > .abs.L { right: 16px; } .ph > .abs.W { width: calc(100% - 16px * 2); } .p > .abs.H { left: 16px; } .p > .abs.J { bottom: 16px; } .p > .abs.K { top: 16px; } .p > .abs.L { right: 16px; } .p > .abs.W { width: calc(100% - 16px * 2); } .pH > .abs.H { left: 16px; } .pJ > .abs.J { bottom: 16px; } .pK > .abs.K { top: 16px; } .pL > .abs.J { right: 16px; } .phl > .abs.H { left: 32px; } .pvl > .abs.J { bottom: 32px; } .pvl > .abs.K { top: 32px; } .phl > .abs.L { right: 32px; } .phl > .abs.W { width: calc(100% - 32px * 2); } .pl > .abs.H { left: 32px; } .pl > .abs.J { bottom: 32px; } .pl > .abs.K { top: 32px; } .pl > .abs.L { right: 32px; } .pl > .abs.W { width: calc(100% - 32px * 2); } .pHl > .abs.H { left: 32px; } .pJl > .abs.J { bottom: 32px; } .pKl > .abs.K { top: 32px; } .pLl > .abs.J { right: 32px; }
.hxs > * { margin-left: 4px; display: inline-block; } .hxs > :first-child { margin-left: 0; } .hs > * { margin-left: 8px; display: inline-block; } .hs > :first-child { margin-left: 0; } .h > * { margin-left: 16px; display: inline-block; } .h > :first-child { margin-left: 0; } .hm > * { margin-left: 24px; display: inline-block; } .hm > :first-child { margin-left: 0; } .hl > * { margin-left: 32px; display: inline-block; } .hl > :first-child { margin-left: 0; } .hxl > * { margin-left: 64px; display: inline-block; } .hxl > :first-child { margin-left: 0; } .hxxl > * { margin-left: 128px; display: inline-block; } .hxxl > :first-child { margin-left: 0; } .hXl > * { margin-left: 256px; display: inline-block; } .hXl > :first-child { margin-left: 0; }
.vxs > * { margin-top: 4px; display: block } .vxs > :first-child { margin-top: 0; } .vs > * { margin-top: 8px; display: block } .vs > :first-child { margin-top: 0; } .v > * { margin-top: 16px; display: block } .v > :first-child { margin-top: 0; } .vm > * { margin-top: 24px; display: block } .vm > :first-child { margin-top: 0; } .vl > * { margin-top: 32px; display: block } .vl > :first-child { margin-top: 0; } .vxl > * { margin-top: 64px; display: block } .vxl > :first-child { margin-top: 0; } .vxxl > * { margin-top: 128px; display: block } .vxxl > :first-child { margin-top: 0; } .vXl > * { margin-top: 256px; display: block } .vXl > :first-child { margin-top: 0; }
.vxs.f { flex-direction: column; } .vs.f { flex-direction: column; } .v.f { flex-direction: column; } .vm.f { flex-direction: column; } .vl.f { flex-direction: column; } .vxl.f { flex-direction: column; } .vxxl.f { flex-direction: column; } .vXl.f { flex-direction: column; }
.rxs { border-radius: 4px; } .rHxs { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .rJxs { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .rKxs { border-top-left-radius: 4px; border-top-right-radius: 4px; } .rLxs { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .rJHxs { border-bottom-left-radius: 4px; } .rJLxs { border-bottom-right-radius: 4px; } .rKHxs { border-top-left-radius: 4px; } .rKLxs { border-top-right-radius: 4px; } .rs { border-radius: 8px; } .rHs { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } .rJs { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .rKs { border-top-left-radius: 8px; border-top-right-radius: 8px; } .rLs { border-bottom-right-radius: 8px; border-top-right-radius: 8px; } .rJHs { border-bottom-left-radius: 8px; } .rJLs { border-bottom-right-radius: 8px; } .rKHs { border-top-left-radius: 8px; } .rKLs { border-top-right-radius: 8px; } .r { border-radius: 16px; } .rH { border-top-left-radius: 16px; border-bottom-left-radius: 16px; } .rJ { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; } .rK { border-top-left-radius: 16px; border-top-right-radius: 16px; } .rL { border-bottom-right-radius: 16px; border-top-right-radius: 16px; } .rJH { border-bottom-left-radius: 16px; } .rJL { border-bottom-right-radius: 16px; } .rKH { border-top-left-radius: 16px; } .rKL { border-top-right-radius: 16px; } .rm { border-radius: 24px; } .rHm { border-top-left-radius: 24px; border-bottom-left-radius: 24px; } .rJm { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; } .rKm { border-top-left-radius: 24px; border-top-right-radius: 24px; } .rLm { border-bottom-right-radius: 24px; border-top-right-radius: 24px; } .rJHm { border-bottom-left-radius: 24px; } .rJLm { border-bottom-right-radius: 24px; } .rKHm { border-top-left-radius: 24px; } .rKLm { border-top-right-radius: 24px; } .rl { border-radius: 32px; } .rHl { border-top-left-radius: 32px; border-bottom-left-radius: 32px; } .rJl { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; } .rKl { border-top-left-radius: 32px; border-top-right-radius: 32px; } .rLl { border-bottom-right-radius: 32px; border-top-right-radius: 32px; } .rJHl { border-bottom-left-radius: 32px; } .rJLl { border-bottom-right-radius: 32px; } .rKHl { border-top-left-radius: 32px; } .rKLl { border-top-right-radius: 32px; } .rxl { border-radius: 64px; } .rHxl { border-top-left-radius: 64px; border-bottom-left-radius: 64px; } .rJxl { border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; } .rKxl { border-top-left-radius: 64px; border-top-right-radius: 64px; } .rLxl { border-bottom-right-radius: 64px; border-top-right-radius: 64px; } .rJHxl { border-bottom-left-radius: 64px; } .rJLxl { border-bottom-right-radius: 64px; } .rKHxl { border-top-left-radius: 64px; } .rKLxl { border-top-right-radius: 64px; } .rxxl { border-radius: 128px; } .rHxxl { border-top-left-radius: 128px; border-bottom-left-radius: 128px; } .rJxxl { border-bottom-left-radius: 128px; border-bottom-right-radius: 128px; } .rKxxl { border-top-left-radius: 128px; border-top-right-radius: 128px; } .rLxxl { border-bottom-right-radius: 128px; border-top-right-radius: 128px; } .rJHxxl { border-bottom-left-radius: 128px; } .rJLxxl { border-bottom-right-radius: 128px; } .rKHxxl { border-top-left-radius: 128px; } .rKLxxl { border-top-right-radius: 128px; } .rXl { border-radius: 256px; } .rHXl { border-top-left-radius: 256px; border-bottom-left-radius: 256px; } .rJXl { border-bottom-left-radius: 256px; border-bottom-right-radius: 256px; } .rKXl { border-top-left-radius: 256px; border-top-right-radius: 256px; } .rLXl { border-bottom-right-radius: 256px; border-top-right-radius: 256px; } .rJHXl { border-bottom-left-radius: 256px; } .rJLXl { border-bottom-right-radius: 256px; } .rKHXl { border-top-left-radius: 256px; } .rKLXl { border-top-right-radius: 256px; }
.rpxl { padding: calc((64px / 3.1415)); } .rpKxl { padding-top: calc((64px / 3.1415)) !important; } .rpJxl { padding-bottom: calc((64px / 3.1415)) !important; } .rpHxl { padding-left: calc((64px / 3.1415)) !important; } .rpLxl { padding-right: calc((64px / 3.1415)) !important; }
.round.txs { line-height: 9.1px; width: calc(9.1px); } .round.ts { line-height: 11.7px; width: calc(11.7px); } .round.t { line-height: 14.4px; width: calc(14.4px); } .round.tm { line-height: 17.4px; width: calc(17.4px); } .round.tl { line-height: 26.6px; width: calc(26.6px); } .round.txl { line-height: 33.6px; width: calc(33.6px); } .round.txxl { line-height: 42.9px; width: calc(42.9px); } .round.tXl { line-height: 54.8px; width: calc(54.8px); }
.p.round.txXl { line-height: 69.8px; width: calc(69.8px + 2 * 16px); }
.p.round.tXxl { line-height: 88.4px; width: calc(88.4px + 2 * 16px); }
.pl.round.t { line-height: 14.4px; width: calc(14.4px + 2 * 32px); }
.foRubik { font-family: 'Rubik'; }
main > .abs.J { bottom: 16px; }
.cwhite { color: #030830; }
.cpalegrey { color: #030830; }
.cxlgrey { color: #030830; }
body { color: #030830; }
.z3 { z-index: 3 }
.ib { display: inline-block; }
.oh { overflow: hidden; }
tickets-bag { margin-top: 0 !important; }
.modal form { max-width: calc(100% - 64px); }
body { font-family: Rubik; color: #030830; }
main { overflow: auto; padding-top: 32px !important; }
main > *:last-child { margin-bottom: calc((64px + (64px / 3.1415)) + 16px) !important; }
header table { table-layout: fixed; width: 100%; }
a { text-decoration: none; }
input, textarea { border: none; border-raidus: 3px; }
label { font-size: 14.4px; }
hr { border: solid thin #f0f0f0; }
