@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.slot-content, .result-modal {
  /* HTML5 display-role reset for older browsers */
  /* iOSボタンリセット */
  /*margin*/
  /*padding*/
}
.slot-content html, .slot-content body, .slot-content div, .slot-content span, .slot-content applet, .slot-content object, .slot-content iframe, .slot-content h1, .slot-content h2, .slot-content h3, .slot-content h4, .slot-content h5, .slot-content h6, .slot-content p, .slot-content blockquote, .slot-content pre, .slot-content a, .slot-content abbr, .slot-content acronym, .slot-content address, .slot-content big, .slot-content cite, .slot-content code, .slot-content del, .slot-content dfn, .slot-content em, .slot-content img, .slot-content ins, .slot-content kbd, .slot-content q, .slot-content s, .slot-content samp, .slot-content small, .slot-content strike, .slot-content strong, .slot-content sub, .slot-content sup, .slot-content tt, .slot-content var, .slot-content b, .slot-content u, .slot-content i, .slot-content center, .slot-content dl, .slot-content dt, .slot-content dd, .slot-content ol, .slot-content ul, .slot-content li, .slot-content fieldset, .slot-content form, .slot-content label, .slot-content legend, .slot-content table, .slot-content caption, .slot-content tbody, .slot-content tfoot, .slot-content thead, .slot-content tr, .slot-content th, .slot-content td, .slot-content article, .slot-content aside, .slot-content canvas, .slot-content details, .slot-content embed, .slot-content figure, .slot-content figcaption, .slot-content footer, .slot-content header, .slot-content hgroup, .slot-content menu, .slot-content nav, .slot-content output, .slot-content ruby, .slot-content section, .slot-content summary, .slot-content time, .slot-content mark, .slot-content audio, .slot-content video, .result-modal html, .result-modal body, .result-modal div, .result-modal span, .result-modal applet, .result-modal object, .result-modal iframe, .result-modal h1, .result-modal h2, .result-modal h3, .result-modal h4, .result-modal h5, .result-modal h6, .result-modal p, .result-modal blockquote, .result-modal pre, .result-modal a, .result-modal abbr, .result-modal acronym, .result-modal address, .result-modal big, .result-modal cite, .result-modal code, .result-modal del, .result-modal dfn, .result-modal em, .result-modal img, .result-modal ins, .result-modal kbd, .result-modal q, .result-modal s, .result-modal samp, .result-modal small, .result-modal strike, .result-modal strong, .result-modal sub, .result-modal sup, .result-modal tt, .result-modal var, .result-modal b, .result-modal u, .result-modal i, .result-modal center, .result-modal dl, .result-modal dt, .result-modal dd, .result-modal ol, .result-modal ul, .result-modal li, .result-modal fieldset, .result-modal form, .result-modal label, .result-modal legend, .result-modal table, .result-modal caption, .result-modal tbody, .result-modal tfoot, .result-modal thead, .result-modal tr, .result-modal th, .result-modal td, .result-modal article, .result-modal aside, .result-modal canvas, .result-modal details, .result-modal embed, .result-modal figure, .result-modal figcaption, .result-modal footer, .result-modal header, .result-modal hgroup, .result-modal menu, .result-modal nav, .result-modal output, .result-modal ruby, .result-modal section, .result-modal summary, .result-modal time, .result-modal mark, .result-modal audio, .result-modal video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.slot-content article, .slot-content aside, .slot-content details, .slot-content figcaption, .slot-content figure, .slot-content footer, .slot-content header, .slot-content hgroup, .slot-content menu, .slot-content nav, .slot-content section, .result-modal article, .result-modal aside, .result-modal details, .result-modal figcaption, .result-modal figure, .result-modal footer, .result-modal header, .result-modal hgroup, .result-modal menu, .result-modal nav, .result-modal section {
  display: block;
}
.slot-content body, .result-modal body {
  line-height: 1;
}
.slot-content label, .result-modal label {
  cursor: pointer;
}
.slot-content ol, .slot-content ul, .result-modal ol, .result-modal ul {
  list-style: none;
}
.slot-content blockquote, .slot-content q, .result-modal blockquote, .result-modal q {
  quotes: none;
}
.slot-content blockquote:before, .slot-content blockquote:after, .slot-content q:before, .slot-content q:after, .result-modal blockquote:before, .result-modal blockquote:after, .result-modal q:before, .result-modal q:after {
  content: "";
  content: none;
}
.slot-content table, .result-modal table {
  border-spacing: 0;
  border-collapse: collapse;
}
.slot-content input[type=text], .slot-content input[type=button], .slot-content input[type=number], .slot-content input[type=password], .slot-content textarea, .slot-content textarea:focus, .result-modal input[type=text], .result-modal input[type=button], .result-modal input[type=number], .result-modal input[type=password], .result-modal textarea, .result-modal textarea:focus {
  outline: 0;
  -webkit-appearance: none;
}
.slot-content input[type=text], .slot-content textarea, .result-modal input[type=text], .result-modal textarea {
  line-height: 1.2em;
  letter-spacing: 0.1em;
  border: none;
}
.slot-content input[type=submit], .slot-content input[type=button], .result-modal input[type=submit], .result-modal input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
.slot-content input[type=submit]::-webkit-search-decoration, .slot-content input[type=button]::-webkit-search-decoration, .result-modal input[type=submit]::-webkit-search-decoration, .result-modal input[type=button]::-webkit-search-decoration {
  display: none;
}
.slot-content input[type=submit]::focus, .slot-content input[type=button]::focus, .result-modal input[type=submit]::focus, .result-modal input[type=button]::focus {
  outline-offset: -2px;
}
.slot-content button:focus, .result-modal button:focus {
  outline: 0;
}
.slot-content button, .result-modal button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slot-content a, .result-modal a {
  text-decoration: none;
  color: #333;
}
.slot-content *, .result-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.slot-content select, .result-modal select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slot-content .left, .result-modal .left {
  text-align: left;
}
.slot-content .right, .result-modal .right {
  text-align: right;
}
.slot-content .center, .result-modal .center {
  text-align: center;
}
.slot-content .bold, .result-modal .bold {
  font-weight: bold;
}
.slot-content .displaynone, .slot-content .displayNone, .slot-content .dn, .slot-content .display-none, .slot-content .hidden, .result-modal .displaynone, .result-modal .displayNone, .result-modal .dn, .result-modal .display-none, .result-modal .hidden {
  display: none;
}
.slot-content .displayblock, .slot-content .displayBlock, .slot-content .db, .slot-content .display-block, .result-modal .displayblock, .result-modal .displayBlock, .result-modal .db, .result-modal .display-block {
  display: block;
}
.slot-content .square, .result-modal .square {
  border-radius: 0 !important;
}
.slot-content .mn, .result-modal .mn {
  margin: 0 0 0 0 !important;
}
.slot-content .ma, .result-modal .ma {
  margin: auto;
}
.slot-content .mr, .result-modal .mr {
  margin-right: auto;
}
.slot-content .ml, .result-modal .ml {
  margin-left: auto;
}
.slot-content .m0, .result-modal .m0 {
  margin: 0;
}
.slot-content .ma0, .result-modal .ma0 {
  margin: 0px !important;
}
.slot-content .mt0, .result-modal .mt0 {
  margin-top: 0px !important;
}
.slot-content .mr0, .result-modal .mr0 {
  margin-right: 0px !important;
}
.slot-content .mb0, .result-modal .mb0 {
  margin-bottom: 0px !important;
}
.slot-content .ml0, .result-modal .ml0 {
  margin-left: 0px !important;
}
.slot-content .ma1, .result-modal .ma1 {
  margin: 1px !important;
}
.slot-content .mt1, .result-modal .mt1 {
  margin-top: 1px !important;
}
.slot-content .mr1, .result-modal .mr1 {
  margin-right: 1px !important;
}
.slot-content .mb1, .result-modal .mb1 {
  margin-bottom: 1px !important;
}
.slot-content .ml1, .result-modal .ml1 {
  margin-left: 1px !important;
}
.slot-content .ma2, .result-modal .ma2 {
  margin: 2px !important;
}
.slot-content .mt2, .result-modal .mt2 {
  margin-top: 2px !important;
}
.slot-content .mr2, .result-modal .mr2 {
  margin-right: 2px !important;
}
.slot-content .mb2, .result-modal .mb2 {
  margin-bottom: 2px !important;
}
.slot-content .ml2, .result-modal .ml2 {
  margin-left: 2px !important;
}
.slot-content .ma3, .result-modal .ma3 {
  margin: 3px !important;
}
.slot-content .mt3, .result-modal .mt3 {
  margin-top: 3px !important;
}
.slot-content .mr3, .result-modal .mr3 {
  margin-right: 3px !important;
}
.slot-content .mb3, .result-modal .mb3 {
  margin-bottom: 3px !important;
}
.slot-content .ml3, .result-modal .ml3 {
  margin-left: 3px !important;
}
.slot-content .ma4, .result-modal .ma4 {
  margin: 4px !important;
}
.slot-content .mt4, .result-modal .mt4 {
  margin-top: 4px !important;
}
.slot-content .mr4, .result-modal .mr4 {
  margin-right: 4px !important;
}
.slot-content .mb4, .result-modal .mb4 {
  margin-bottom: 4px !important;
}
.slot-content .ml4, .result-modal .ml4 {
  margin-left: 4px !important;
}
.slot-content .ma5, .result-modal .ma5 {
  margin: 5px !important;
}
.slot-content .mt5, .result-modal .mt5 {
  margin-top: 5px !important;
}
.slot-content .mr5, .result-modal .mr5 {
  margin-right: 5px !important;
}
.slot-content .mb5, .result-modal .mb5 {
  margin-bottom: 5px !important;
}
.slot-content .ml5, .result-modal .ml5 {
  margin-left: 5px !important;
}
.slot-content .ma6, .result-modal .ma6 {
  margin: 6px !important;
}
.slot-content .mt6, .result-modal .mt6 {
  margin-top: 6px !important;
}
.slot-content .mr6, .result-modal .mr6 {
  margin-right: 6px !important;
}
.slot-content .mb6, .result-modal .mb6 {
  margin-bottom: 6px !important;
}
.slot-content .ml6, .result-modal .ml6 {
  margin-left: 6px !important;
}
.slot-content .ma7, .result-modal .ma7 {
  margin: 7px !important;
}
.slot-content .mt7, .result-modal .mt7 {
  margin-top: 7px !important;
}
.slot-content .mr7, .result-modal .mr7 {
  margin-right: 7px !important;
}
.slot-content .mb7, .result-modal .mb7 {
  margin-bottom: 7px !important;
}
.slot-content .ml7, .result-modal .ml7 {
  margin-left: 7px !important;
}
.slot-content .ma8, .result-modal .ma8 {
  margin: 8px !important;
}
.slot-content .mt8, .result-modal .mt8 {
  margin-top: 8px !important;
}
.slot-content .mr8, .result-modal .mr8 {
  margin-right: 8px !important;
}
.slot-content .mb8, .result-modal .mb8 {
  margin-bottom: 8px !important;
}
.slot-content .ml8, .result-modal .ml8 {
  margin-left: 8px !important;
}
.slot-content .ma9, .result-modal .ma9 {
  margin: 9px !important;
}
.slot-content .mt9, .result-modal .mt9 {
  margin-top: 9px !important;
}
.slot-content .mr9, .result-modal .mr9 {
  margin-right: 9px !important;
}
.slot-content .mb9, .result-modal .mb9 {
  margin-bottom: 9px !important;
}
.slot-content .ml9, .result-modal .ml9 {
  margin-left: 9px !important;
}
.slot-content .ma10, .result-modal .ma10 {
  margin: 10px !important;
}
.slot-content .mt10, .result-modal .mt10 {
  margin-top: 10px !important;
}
.slot-content .mr10, .result-modal .mr10 {
  margin-right: 10px !important;
}
.slot-content .mb10, .result-modal .mb10 {
  margin-bottom: 10px !important;
}
.slot-content .ml10, .result-modal .ml10 {
  margin-left: 10px !important;
}
.slot-content .ma11, .result-modal .ma11 {
  margin: 11px !important;
}
.slot-content .mt11, .result-modal .mt11 {
  margin-top: 11px !important;
}
.slot-content .mr11, .result-modal .mr11 {
  margin-right: 11px !important;
}
.slot-content .mb11, .result-modal .mb11 {
  margin-bottom: 11px !important;
}
.slot-content .ml11, .result-modal .ml11 {
  margin-left: 11px !important;
}
.slot-content .ma12, .result-modal .ma12 {
  margin: 12px !important;
}
.slot-content .mt12, .result-modal .mt12 {
  margin-top: 12px !important;
}
.slot-content .mr12, .result-modal .mr12 {
  margin-right: 12px !important;
}
.slot-content .mb12, .result-modal .mb12 {
  margin-bottom: 12px !important;
}
.slot-content .ml12, .result-modal .ml12 {
  margin-left: 12px !important;
}
.slot-content .ma13, .result-modal .ma13 {
  margin: 13px !important;
}
.slot-content .mt13, .result-modal .mt13 {
  margin-top: 13px !important;
}
.slot-content .mr13, .result-modal .mr13 {
  margin-right: 13px !important;
}
.slot-content .mb13, .result-modal .mb13 {
  margin-bottom: 13px !important;
}
.slot-content .ml13, .result-modal .ml13 {
  margin-left: 13px !important;
}
.slot-content .ma14, .result-modal .ma14 {
  margin: 14px !important;
}
.slot-content .mt14, .result-modal .mt14 {
  margin-top: 14px !important;
}
.slot-content .mr14, .result-modal .mr14 {
  margin-right: 14px !important;
}
.slot-content .mb14, .result-modal .mb14 {
  margin-bottom: 14px !important;
}
.slot-content .ml14, .result-modal .ml14 {
  margin-left: 14px !important;
}
.slot-content .ma15, .result-modal .ma15 {
  margin: 15px !important;
}
.slot-content .mt15, .result-modal .mt15 {
  margin-top: 15px !important;
}
.slot-content .mr15, .result-modal .mr15 {
  margin-right: 15px !important;
}
.slot-content .mb15, .result-modal .mb15 {
  margin-bottom: 15px !important;
}
.slot-content .ml15, .result-modal .ml15 {
  margin-left: 15px !important;
}
.slot-content .ma16, .result-modal .ma16 {
  margin: 16px !important;
}
.slot-content .mt16, .result-modal .mt16 {
  margin-top: 16px !important;
}
.slot-content .mr16, .result-modal .mr16 {
  margin-right: 16px !important;
}
.slot-content .mb16, .result-modal .mb16 {
  margin-bottom: 16px !important;
}
.slot-content .ml16, .result-modal .ml16 {
  margin-left: 16px !important;
}
.slot-content .ma17, .result-modal .ma17 {
  margin: 17px !important;
}
.slot-content .mt17, .result-modal .mt17 {
  margin-top: 17px !important;
}
.slot-content .mr17, .result-modal .mr17 {
  margin-right: 17px !important;
}
.slot-content .mb17, .result-modal .mb17 {
  margin-bottom: 17px !important;
}
.slot-content .ml17, .result-modal .ml17 {
  margin-left: 17px !important;
}
.slot-content .ma18, .result-modal .ma18 {
  margin: 18px !important;
}
.slot-content .mt18, .result-modal .mt18 {
  margin-top: 18px !important;
}
.slot-content .mr18, .result-modal .mr18 {
  margin-right: 18px !important;
}
.slot-content .mb18, .result-modal .mb18 {
  margin-bottom: 18px !important;
}
.slot-content .ml18, .result-modal .ml18 {
  margin-left: 18px !important;
}
.slot-content .ma19, .result-modal .ma19 {
  margin: 19px !important;
}
.slot-content .mt19, .result-modal .mt19 {
  margin-top: 19px !important;
}
.slot-content .mr19, .result-modal .mr19 {
  margin-right: 19px !important;
}
.slot-content .mb19, .result-modal .mb19 {
  margin-bottom: 19px !important;
}
.slot-content .ml19, .result-modal .ml19 {
  margin-left: 19px !important;
}
.slot-content .ma20, .result-modal .ma20 {
  margin: 20px !important;
}
.slot-content .mt20, .result-modal .mt20 {
  margin-top: 20px !important;
}
.slot-content .mr20, .result-modal .mr20 {
  margin-right: 20px !important;
}
.slot-content .mb20, .result-modal .mb20 {
  margin-bottom: 20px !important;
}
.slot-content .ml20, .result-modal .ml20 {
  margin-left: 20px !important;
}
.slot-content .ma21, .result-modal .ma21 {
  margin: 21px !important;
}
.slot-content .mt21, .result-modal .mt21 {
  margin-top: 21px !important;
}
.slot-content .mr21, .result-modal .mr21 {
  margin-right: 21px !important;
}
.slot-content .mb21, .result-modal .mb21 {
  margin-bottom: 21px !important;
}
.slot-content .ml21, .result-modal .ml21 {
  margin-left: 21px !important;
}
.slot-content .ma22, .result-modal .ma22 {
  margin: 22px !important;
}
.slot-content .mt22, .result-modal .mt22 {
  margin-top: 22px !important;
}
.slot-content .mr22, .result-modal .mr22 {
  margin-right: 22px !important;
}
.slot-content .mb22, .result-modal .mb22 {
  margin-bottom: 22px !important;
}
.slot-content .ml22, .result-modal .ml22 {
  margin-left: 22px !important;
}
.slot-content .ma23, .result-modal .ma23 {
  margin: 23px !important;
}
.slot-content .mt23, .result-modal .mt23 {
  margin-top: 23px !important;
}
.slot-content .mr23, .result-modal .mr23 {
  margin-right: 23px !important;
}
.slot-content .mb23, .result-modal .mb23 {
  margin-bottom: 23px !important;
}
.slot-content .ml23, .result-modal .ml23 {
  margin-left: 23px !important;
}
.slot-content .ma24, .result-modal .ma24 {
  margin: 24px !important;
}
.slot-content .mt24, .result-modal .mt24 {
  margin-top: 24px !important;
}
.slot-content .mr24, .result-modal .mr24 {
  margin-right: 24px !important;
}
.slot-content .mb24, .result-modal .mb24 {
  margin-bottom: 24px !important;
}
.slot-content .ml24, .result-modal .ml24 {
  margin-left: 24px !important;
}
.slot-content .ma25, .result-modal .ma25 {
  margin: 25px !important;
}
.slot-content .mt25, .result-modal .mt25 {
  margin-top: 25px !important;
}
.slot-content .mr25, .result-modal .mr25 {
  margin-right: 25px !important;
}
.slot-content .mb25, .result-modal .mb25 {
  margin-bottom: 25px !important;
}
.slot-content .ml25, .result-modal .ml25 {
  margin-left: 25px !important;
}
.slot-content .ma26, .result-modal .ma26 {
  margin: 26px !important;
}
.slot-content .mt26, .result-modal .mt26 {
  margin-top: 26px !important;
}
.slot-content .mr26, .result-modal .mr26 {
  margin-right: 26px !important;
}
.slot-content .mb26, .result-modal .mb26 {
  margin-bottom: 26px !important;
}
.slot-content .ml26, .result-modal .ml26 {
  margin-left: 26px !important;
}
.slot-content .ma27, .result-modal .ma27 {
  margin: 27px !important;
}
.slot-content .mt27, .result-modal .mt27 {
  margin-top: 27px !important;
}
.slot-content .mr27, .result-modal .mr27 {
  margin-right: 27px !important;
}
.slot-content .mb27, .result-modal .mb27 {
  margin-bottom: 27px !important;
}
.slot-content .ml27, .result-modal .ml27 {
  margin-left: 27px !important;
}
.slot-content .ma28, .result-modal .ma28 {
  margin: 28px !important;
}
.slot-content .mt28, .result-modal .mt28 {
  margin-top: 28px !important;
}
.slot-content .mr28, .result-modal .mr28 {
  margin-right: 28px !important;
}
.slot-content .mb28, .result-modal .mb28 {
  margin-bottom: 28px !important;
}
.slot-content .ml28, .result-modal .ml28 {
  margin-left: 28px !important;
}
.slot-content .ma29, .result-modal .ma29 {
  margin: 29px !important;
}
.slot-content .mt29, .result-modal .mt29 {
  margin-top: 29px !important;
}
.slot-content .mr29, .result-modal .mr29 {
  margin-right: 29px !important;
}
.slot-content .mb29, .result-modal .mb29 {
  margin-bottom: 29px !important;
}
.slot-content .ml29, .result-modal .ml29 {
  margin-left: 29px !important;
}
.slot-content .ma30, .result-modal .ma30 {
  margin: 30px !important;
}
.slot-content .mt30, .result-modal .mt30 {
  margin-top: 30px !important;
}
.slot-content .mr30, .result-modal .mr30 {
  margin-right: 30px !important;
}
.slot-content .mb30, .result-modal .mb30 {
  margin-bottom: 30px !important;
}
.slot-content .ml30, .result-modal .ml30 {
  margin-left: 30px !important;
}
.slot-content .ma31, .result-modal .ma31 {
  margin: 31px !important;
}
.slot-content .mt31, .result-modal .mt31 {
  margin-top: 31px !important;
}
.slot-content .mr31, .result-modal .mr31 {
  margin-right: 31px !important;
}
.slot-content .mb31, .result-modal .mb31 {
  margin-bottom: 31px !important;
}
.slot-content .ml31, .result-modal .ml31 {
  margin-left: 31px !important;
}
.slot-content .ma32, .result-modal .ma32 {
  margin: 32px !important;
}
.slot-content .mt32, .result-modal .mt32 {
  margin-top: 32px !important;
}
.slot-content .mr32, .result-modal .mr32 {
  margin-right: 32px !important;
}
.slot-content .mb32, .result-modal .mb32 {
  margin-bottom: 32px !important;
}
.slot-content .ml32, .result-modal .ml32 {
  margin-left: 32px !important;
}
.slot-content .ma33, .result-modal .ma33 {
  margin: 33px !important;
}
.slot-content .mt33, .result-modal .mt33 {
  margin-top: 33px !important;
}
.slot-content .mr33, .result-modal .mr33 {
  margin-right: 33px !important;
}
.slot-content .mb33, .result-modal .mb33 {
  margin-bottom: 33px !important;
}
.slot-content .ml33, .result-modal .ml33 {
  margin-left: 33px !important;
}
.slot-content .ma34, .result-modal .ma34 {
  margin: 34px !important;
}
.slot-content .mt34, .result-modal .mt34 {
  margin-top: 34px !important;
}
.slot-content .mr34, .result-modal .mr34 {
  margin-right: 34px !important;
}
.slot-content .mb34, .result-modal .mb34 {
  margin-bottom: 34px !important;
}
.slot-content .ml34, .result-modal .ml34 {
  margin-left: 34px !important;
}
.slot-content .ma35, .result-modal .ma35 {
  margin: 35px !important;
}
.slot-content .mt35, .result-modal .mt35 {
  margin-top: 35px !important;
}
.slot-content .mr35, .result-modal .mr35 {
  margin-right: 35px !important;
}
.slot-content .mb35, .result-modal .mb35 {
  margin-bottom: 35px !important;
}
.slot-content .ml35, .result-modal .ml35 {
  margin-left: 35px !important;
}
.slot-content .ma36, .result-modal .ma36 {
  margin: 36px !important;
}
.slot-content .mt36, .result-modal .mt36 {
  margin-top: 36px !important;
}
.slot-content .mr36, .result-modal .mr36 {
  margin-right: 36px !important;
}
.slot-content .mb36, .result-modal .mb36 {
  margin-bottom: 36px !important;
}
.slot-content .ml36, .result-modal .ml36 {
  margin-left: 36px !important;
}
.slot-content .ma37, .result-modal .ma37 {
  margin: 37px !important;
}
.slot-content .mt37, .result-modal .mt37 {
  margin-top: 37px !important;
}
.slot-content .mr37, .result-modal .mr37 {
  margin-right: 37px !important;
}
.slot-content .mb37, .result-modal .mb37 {
  margin-bottom: 37px !important;
}
.slot-content .ml37, .result-modal .ml37 {
  margin-left: 37px !important;
}
.slot-content .ma38, .result-modal .ma38 {
  margin: 38px !important;
}
.slot-content .mt38, .result-modal .mt38 {
  margin-top: 38px !important;
}
.slot-content .mr38, .result-modal .mr38 {
  margin-right: 38px !important;
}
.slot-content .mb38, .result-modal .mb38 {
  margin-bottom: 38px !important;
}
.slot-content .ml38, .result-modal .ml38 {
  margin-left: 38px !important;
}
.slot-content .ma39, .result-modal .ma39 {
  margin: 39px !important;
}
.slot-content .mt39, .result-modal .mt39 {
  margin-top: 39px !important;
}
.slot-content .mr39, .result-modal .mr39 {
  margin-right: 39px !important;
}
.slot-content .mb39, .result-modal .mb39 {
  margin-bottom: 39px !important;
}
.slot-content .ml39, .result-modal .ml39 {
  margin-left: 39px !important;
}
.slot-content .ma40, .result-modal .ma40 {
  margin: 40px !important;
}
.slot-content .mt40, .result-modal .mt40 {
  margin-top: 40px !important;
}
.slot-content .mr40, .result-modal .mr40 {
  margin-right: 40px !important;
}
.slot-content .mb40, .result-modal .mb40 {
  margin-bottom: 40px !important;
}
.slot-content .ml40, .result-modal .ml40 {
  margin-left: 40px !important;
}
.slot-content .ma41, .result-modal .ma41 {
  margin: 41px !important;
}
.slot-content .mt41, .result-modal .mt41 {
  margin-top: 41px !important;
}
.slot-content .mr41, .result-modal .mr41 {
  margin-right: 41px !important;
}
.slot-content .mb41, .result-modal .mb41 {
  margin-bottom: 41px !important;
}
.slot-content .ml41, .result-modal .ml41 {
  margin-left: 41px !important;
}
.slot-content .ma42, .result-modal .ma42 {
  margin: 42px !important;
}
.slot-content .mt42, .result-modal .mt42 {
  margin-top: 42px !important;
}
.slot-content .mr42, .result-modal .mr42 {
  margin-right: 42px !important;
}
.slot-content .mb42, .result-modal .mb42 {
  margin-bottom: 42px !important;
}
.slot-content .ml42, .result-modal .ml42 {
  margin-left: 42px !important;
}
.slot-content .ma43, .result-modal .ma43 {
  margin: 43px !important;
}
.slot-content .mt43, .result-modal .mt43 {
  margin-top: 43px !important;
}
.slot-content .mr43, .result-modal .mr43 {
  margin-right: 43px !important;
}
.slot-content .mb43, .result-modal .mb43 {
  margin-bottom: 43px !important;
}
.slot-content .ml43, .result-modal .ml43 {
  margin-left: 43px !important;
}
.slot-content .ma44, .result-modal .ma44 {
  margin: 44px !important;
}
.slot-content .mt44, .result-modal .mt44 {
  margin-top: 44px !important;
}
.slot-content .mr44, .result-modal .mr44 {
  margin-right: 44px !important;
}
.slot-content .mb44, .result-modal .mb44 {
  margin-bottom: 44px !important;
}
.slot-content .ml44, .result-modal .ml44 {
  margin-left: 44px !important;
}
.slot-content .ma45, .result-modal .ma45 {
  margin: 45px !important;
}
.slot-content .mt45, .result-modal .mt45 {
  margin-top: 45px !important;
}
.slot-content .mr45, .result-modal .mr45 {
  margin-right: 45px !important;
}
.slot-content .mb45, .result-modal .mb45 {
  margin-bottom: 45px !important;
}
.slot-content .ml45, .result-modal .ml45 {
  margin-left: 45px !important;
}
.slot-content .ma46, .result-modal .ma46 {
  margin: 46px !important;
}
.slot-content .mt46, .result-modal .mt46 {
  margin-top: 46px !important;
}
.slot-content .mr46, .result-modal .mr46 {
  margin-right: 46px !important;
}
.slot-content .mb46, .result-modal .mb46 {
  margin-bottom: 46px !important;
}
.slot-content .ml46, .result-modal .ml46 {
  margin-left: 46px !important;
}
.slot-content .ma47, .result-modal .ma47 {
  margin: 47px !important;
}
.slot-content .mt47, .result-modal .mt47 {
  margin-top: 47px !important;
}
.slot-content .mr47, .result-modal .mr47 {
  margin-right: 47px !important;
}
.slot-content .mb47, .result-modal .mb47 {
  margin-bottom: 47px !important;
}
.slot-content .ml47, .result-modal .ml47 {
  margin-left: 47px !important;
}
.slot-content .ma48, .result-modal .ma48 {
  margin: 48px !important;
}
.slot-content .mt48, .result-modal .mt48 {
  margin-top: 48px !important;
}
.slot-content .mr48, .result-modal .mr48 {
  margin-right: 48px !important;
}
.slot-content .mb48, .result-modal .mb48 {
  margin-bottom: 48px !important;
}
.slot-content .ml48, .result-modal .ml48 {
  margin-left: 48px !important;
}
.slot-content .ma49, .result-modal .ma49 {
  margin: 49px !important;
}
.slot-content .mt49, .result-modal .mt49 {
  margin-top: 49px !important;
}
.slot-content .mr49, .result-modal .mr49 {
  margin-right: 49px !important;
}
.slot-content .mb49, .result-modal .mb49 {
  margin-bottom: 49px !important;
}
.slot-content .ml49, .result-modal .ml49 {
  margin-left: 49px !important;
}
.slot-content .ma50, .result-modal .ma50 {
  margin: 50px !important;
}
.slot-content .mt50, .result-modal .mt50 {
  margin-top: 50px !important;
}
.slot-content .mr50, .result-modal .mr50 {
  margin-right: 50px !important;
}
.slot-content .mb50, .result-modal .mb50 {
  margin-bottom: 50px !important;
}
.slot-content .ml50, .result-modal .ml50 {
  margin-left: 50px !important;
}
.slot-content .ma51, .result-modal .ma51 {
  margin: 51px !important;
}
.slot-content .mt51, .result-modal .mt51 {
  margin-top: 51px !important;
}
.slot-content .mr51, .result-modal .mr51 {
  margin-right: 51px !important;
}
.slot-content .mb51, .result-modal .mb51 {
  margin-bottom: 51px !important;
}
.slot-content .ml51, .result-modal .ml51 {
  margin-left: 51px !important;
}
.slot-content .ma52, .result-modal .ma52 {
  margin: 52px !important;
}
.slot-content .mt52, .result-modal .mt52 {
  margin-top: 52px !important;
}
.slot-content .mr52, .result-modal .mr52 {
  margin-right: 52px !important;
}
.slot-content .mb52, .result-modal .mb52 {
  margin-bottom: 52px !important;
}
.slot-content .ml52, .result-modal .ml52 {
  margin-left: 52px !important;
}
.slot-content .ma53, .result-modal .ma53 {
  margin: 53px !important;
}
.slot-content .mt53, .result-modal .mt53 {
  margin-top: 53px !important;
}
.slot-content .mr53, .result-modal .mr53 {
  margin-right: 53px !important;
}
.slot-content .mb53, .result-modal .mb53 {
  margin-bottom: 53px !important;
}
.slot-content .ml53, .result-modal .ml53 {
  margin-left: 53px !important;
}
.slot-content .ma54, .result-modal .ma54 {
  margin: 54px !important;
}
.slot-content .mt54, .result-modal .mt54 {
  margin-top: 54px !important;
}
.slot-content .mr54, .result-modal .mr54 {
  margin-right: 54px !important;
}
.slot-content .mb54, .result-modal .mb54 {
  margin-bottom: 54px !important;
}
.slot-content .ml54, .result-modal .ml54 {
  margin-left: 54px !important;
}
.slot-content .ma55, .result-modal .ma55 {
  margin: 55px !important;
}
.slot-content .mt55, .result-modal .mt55 {
  margin-top: 55px !important;
}
.slot-content .mr55, .result-modal .mr55 {
  margin-right: 55px !important;
}
.slot-content .mb55, .result-modal .mb55 {
  margin-bottom: 55px !important;
}
.slot-content .ml55, .result-modal .ml55 {
  margin-left: 55px !important;
}
.slot-content .ma56, .result-modal .ma56 {
  margin: 56px !important;
}
.slot-content .mt56, .result-modal .mt56 {
  margin-top: 56px !important;
}
.slot-content .mr56, .result-modal .mr56 {
  margin-right: 56px !important;
}
.slot-content .mb56, .result-modal .mb56 {
  margin-bottom: 56px !important;
}
.slot-content .ml56, .result-modal .ml56 {
  margin-left: 56px !important;
}
.slot-content .ma57, .result-modal .ma57 {
  margin: 57px !important;
}
.slot-content .mt57, .result-modal .mt57 {
  margin-top: 57px !important;
}
.slot-content .mr57, .result-modal .mr57 {
  margin-right: 57px !important;
}
.slot-content .mb57, .result-modal .mb57 {
  margin-bottom: 57px !important;
}
.slot-content .ml57, .result-modal .ml57 {
  margin-left: 57px !important;
}
.slot-content .ma58, .result-modal .ma58 {
  margin: 58px !important;
}
.slot-content .mt58, .result-modal .mt58 {
  margin-top: 58px !important;
}
.slot-content .mr58, .result-modal .mr58 {
  margin-right: 58px !important;
}
.slot-content .mb58, .result-modal .mb58 {
  margin-bottom: 58px !important;
}
.slot-content .ml58, .result-modal .ml58 {
  margin-left: 58px !important;
}
.slot-content .ma59, .result-modal .ma59 {
  margin: 59px !important;
}
.slot-content .mt59, .result-modal .mt59 {
  margin-top: 59px !important;
}
.slot-content .mr59, .result-modal .mr59 {
  margin-right: 59px !important;
}
.slot-content .mb59, .result-modal .mb59 {
  margin-bottom: 59px !important;
}
.slot-content .ml59, .result-modal .ml59 {
  margin-left: 59px !important;
}
.slot-content .ma60, .result-modal .ma60 {
  margin: 60px !important;
}
.slot-content .mt60, .result-modal .mt60 {
  margin-top: 60px !important;
}
.slot-content .mr60, .result-modal .mr60 {
  margin-right: 60px !important;
}
.slot-content .mb60, .result-modal .mb60 {
  margin-bottom: 60px !important;
}
.slot-content .ml60, .result-modal .ml60 {
  margin-left: 60px !important;
}
.slot-content .ma61, .result-modal .ma61 {
  margin: 61px !important;
}
.slot-content .mt61, .result-modal .mt61 {
  margin-top: 61px !important;
}
.slot-content .mr61, .result-modal .mr61 {
  margin-right: 61px !important;
}
.slot-content .mb61, .result-modal .mb61 {
  margin-bottom: 61px !important;
}
.slot-content .ml61, .result-modal .ml61 {
  margin-left: 61px !important;
}
.slot-content .ma62, .result-modal .ma62 {
  margin: 62px !important;
}
.slot-content .mt62, .result-modal .mt62 {
  margin-top: 62px !important;
}
.slot-content .mr62, .result-modal .mr62 {
  margin-right: 62px !important;
}
.slot-content .mb62, .result-modal .mb62 {
  margin-bottom: 62px !important;
}
.slot-content .ml62, .result-modal .ml62 {
  margin-left: 62px !important;
}
.slot-content .ma63, .result-modal .ma63 {
  margin: 63px !important;
}
.slot-content .mt63, .result-modal .mt63 {
  margin-top: 63px !important;
}
.slot-content .mr63, .result-modal .mr63 {
  margin-right: 63px !important;
}
.slot-content .mb63, .result-modal .mb63 {
  margin-bottom: 63px !important;
}
.slot-content .ml63, .result-modal .ml63 {
  margin-left: 63px !important;
}
.slot-content .ma64, .result-modal .ma64 {
  margin: 64px !important;
}
.slot-content .mt64, .result-modal .mt64 {
  margin-top: 64px !important;
}
.slot-content .mr64, .result-modal .mr64 {
  margin-right: 64px !important;
}
.slot-content .mb64, .result-modal .mb64 {
  margin-bottom: 64px !important;
}
.slot-content .ml64, .result-modal .ml64 {
  margin-left: 64px !important;
}
.slot-content .ma65, .result-modal .ma65 {
  margin: 65px !important;
}
.slot-content .mt65, .result-modal .mt65 {
  margin-top: 65px !important;
}
.slot-content .mr65, .result-modal .mr65 {
  margin-right: 65px !important;
}
.slot-content .mb65, .result-modal .mb65 {
  margin-bottom: 65px !important;
}
.slot-content .ml65, .result-modal .ml65 {
  margin-left: 65px !important;
}
.slot-content .ma66, .result-modal .ma66 {
  margin: 66px !important;
}
.slot-content .mt66, .result-modal .mt66 {
  margin-top: 66px !important;
}
.slot-content .mr66, .result-modal .mr66 {
  margin-right: 66px !important;
}
.slot-content .mb66, .result-modal .mb66 {
  margin-bottom: 66px !important;
}
.slot-content .ml66, .result-modal .ml66 {
  margin-left: 66px !important;
}
.slot-content .ma67, .result-modal .ma67 {
  margin: 67px !important;
}
.slot-content .mt67, .result-modal .mt67 {
  margin-top: 67px !important;
}
.slot-content .mr67, .result-modal .mr67 {
  margin-right: 67px !important;
}
.slot-content .mb67, .result-modal .mb67 {
  margin-bottom: 67px !important;
}
.slot-content .ml67, .result-modal .ml67 {
  margin-left: 67px !important;
}
.slot-content .ma68, .result-modal .ma68 {
  margin: 68px !important;
}
.slot-content .mt68, .result-modal .mt68 {
  margin-top: 68px !important;
}
.slot-content .mr68, .result-modal .mr68 {
  margin-right: 68px !important;
}
.slot-content .mb68, .result-modal .mb68 {
  margin-bottom: 68px !important;
}
.slot-content .ml68, .result-modal .ml68 {
  margin-left: 68px !important;
}
.slot-content .ma69, .result-modal .ma69 {
  margin: 69px !important;
}
.slot-content .mt69, .result-modal .mt69 {
  margin-top: 69px !important;
}
.slot-content .mr69, .result-modal .mr69 {
  margin-right: 69px !important;
}
.slot-content .mb69, .result-modal .mb69 {
  margin-bottom: 69px !important;
}
.slot-content .ml69, .result-modal .ml69 {
  margin-left: 69px !important;
}
.slot-content .ma70, .result-modal .ma70 {
  margin: 70px !important;
}
.slot-content .mt70, .result-modal .mt70 {
  margin-top: 70px !important;
}
.slot-content .mr70, .result-modal .mr70 {
  margin-right: 70px !important;
}
.slot-content .mb70, .result-modal .mb70 {
  margin-bottom: 70px !important;
}
.slot-content .ml70, .result-modal .ml70 {
  margin-left: 70px !important;
}
.slot-content .ma71, .result-modal .ma71 {
  margin: 71px !important;
}
.slot-content .mt71, .result-modal .mt71 {
  margin-top: 71px !important;
}
.slot-content .mr71, .result-modal .mr71 {
  margin-right: 71px !important;
}
.slot-content .mb71, .result-modal .mb71 {
  margin-bottom: 71px !important;
}
.slot-content .ml71, .result-modal .ml71 {
  margin-left: 71px !important;
}
.slot-content .ma72, .result-modal .ma72 {
  margin: 72px !important;
}
.slot-content .mt72, .result-modal .mt72 {
  margin-top: 72px !important;
}
.slot-content .mr72, .result-modal .mr72 {
  margin-right: 72px !important;
}
.slot-content .mb72, .result-modal .mb72 {
  margin-bottom: 72px !important;
}
.slot-content .ml72, .result-modal .ml72 {
  margin-left: 72px !important;
}
.slot-content .ma73, .result-modal .ma73 {
  margin: 73px !important;
}
.slot-content .mt73, .result-modal .mt73 {
  margin-top: 73px !important;
}
.slot-content .mr73, .result-modal .mr73 {
  margin-right: 73px !important;
}
.slot-content .mb73, .result-modal .mb73 {
  margin-bottom: 73px !important;
}
.slot-content .ml73, .result-modal .ml73 {
  margin-left: 73px !important;
}
.slot-content .ma74, .result-modal .ma74 {
  margin: 74px !important;
}
.slot-content .mt74, .result-modal .mt74 {
  margin-top: 74px !important;
}
.slot-content .mr74, .result-modal .mr74 {
  margin-right: 74px !important;
}
.slot-content .mb74, .result-modal .mb74 {
  margin-bottom: 74px !important;
}
.slot-content .ml74, .result-modal .ml74 {
  margin-left: 74px !important;
}
.slot-content .ma75, .result-modal .ma75 {
  margin: 75px !important;
}
.slot-content .mt75, .result-modal .mt75 {
  margin-top: 75px !important;
}
.slot-content .mr75, .result-modal .mr75 {
  margin-right: 75px !important;
}
.slot-content .mb75, .result-modal .mb75 {
  margin-bottom: 75px !important;
}
.slot-content .ml75, .result-modal .ml75 {
  margin-left: 75px !important;
}
.slot-content .ma76, .result-modal .ma76 {
  margin: 76px !important;
}
.slot-content .mt76, .result-modal .mt76 {
  margin-top: 76px !important;
}
.slot-content .mr76, .result-modal .mr76 {
  margin-right: 76px !important;
}
.slot-content .mb76, .result-modal .mb76 {
  margin-bottom: 76px !important;
}
.slot-content .ml76, .result-modal .ml76 {
  margin-left: 76px !important;
}
.slot-content .ma77, .result-modal .ma77 {
  margin: 77px !important;
}
.slot-content .mt77, .result-modal .mt77 {
  margin-top: 77px !important;
}
.slot-content .mr77, .result-modal .mr77 {
  margin-right: 77px !important;
}
.slot-content .mb77, .result-modal .mb77 {
  margin-bottom: 77px !important;
}
.slot-content .ml77, .result-modal .ml77 {
  margin-left: 77px !important;
}
.slot-content .ma78, .result-modal .ma78 {
  margin: 78px !important;
}
.slot-content .mt78, .result-modal .mt78 {
  margin-top: 78px !important;
}
.slot-content .mr78, .result-modal .mr78 {
  margin-right: 78px !important;
}
.slot-content .mb78, .result-modal .mb78 {
  margin-bottom: 78px !important;
}
.slot-content .ml78, .result-modal .ml78 {
  margin-left: 78px !important;
}
.slot-content .ma79, .result-modal .ma79 {
  margin: 79px !important;
}
.slot-content .mt79, .result-modal .mt79 {
  margin-top: 79px !important;
}
.slot-content .mr79, .result-modal .mr79 {
  margin-right: 79px !important;
}
.slot-content .mb79, .result-modal .mb79 {
  margin-bottom: 79px !important;
}
.slot-content .ml79, .result-modal .ml79 {
  margin-left: 79px !important;
}
.slot-content .ma80, .result-modal .ma80 {
  margin: 80px !important;
}
.slot-content .mt80, .result-modal .mt80 {
  margin-top: 80px !important;
}
.slot-content .mr80, .result-modal .mr80 {
  margin-right: 80px !important;
}
.slot-content .mb80, .result-modal .mb80 {
  margin-bottom: 80px !important;
}
.slot-content .ml80, .result-modal .ml80 {
  margin-left: 80px !important;
}
.slot-content .ma81, .result-modal .ma81 {
  margin: 81px !important;
}
.slot-content .mt81, .result-modal .mt81 {
  margin-top: 81px !important;
}
.slot-content .mr81, .result-modal .mr81 {
  margin-right: 81px !important;
}
.slot-content .mb81, .result-modal .mb81 {
  margin-bottom: 81px !important;
}
.slot-content .ml81, .result-modal .ml81 {
  margin-left: 81px !important;
}
.slot-content .ma82, .result-modal .ma82 {
  margin: 82px !important;
}
.slot-content .mt82, .result-modal .mt82 {
  margin-top: 82px !important;
}
.slot-content .mr82, .result-modal .mr82 {
  margin-right: 82px !important;
}
.slot-content .mb82, .result-modal .mb82 {
  margin-bottom: 82px !important;
}
.slot-content .ml82, .result-modal .ml82 {
  margin-left: 82px !important;
}
.slot-content .ma83, .result-modal .ma83 {
  margin: 83px !important;
}
.slot-content .mt83, .result-modal .mt83 {
  margin-top: 83px !important;
}
.slot-content .mr83, .result-modal .mr83 {
  margin-right: 83px !important;
}
.slot-content .mb83, .result-modal .mb83 {
  margin-bottom: 83px !important;
}
.slot-content .ml83, .result-modal .ml83 {
  margin-left: 83px !important;
}
.slot-content .ma84, .result-modal .ma84 {
  margin: 84px !important;
}
.slot-content .mt84, .result-modal .mt84 {
  margin-top: 84px !important;
}
.slot-content .mr84, .result-modal .mr84 {
  margin-right: 84px !important;
}
.slot-content .mb84, .result-modal .mb84 {
  margin-bottom: 84px !important;
}
.slot-content .ml84, .result-modal .ml84 {
  margin-left: 84px !important;
}
.slot-content .ma85, .result-modal .ma85 {
  margin: 85px !important;
}
.slot-content .mt85, .result-modal .mt85 {
  margin-top: 85px !important;
}
.slot-content .mr85, .result-modal .mr85 {
  margin-right: 85px !important;
}
.slot-content .mb85, .result-modal .mb85 {
  margin-bottom: 85px !important;
}
.slot-content .ml85, .result-modal .ml85 {
  margin-left: 85px !important;
}
.slot-content .ma86, .result-modal .ma86 {
  margin: 86px !important;
}
.slot-content .mt86, .result-modal .mt86 {
  margin-top: 86px !important;
}
.slot-content .mr86, .result-modal .mr86 {
  margin-right: 86px !important;
}
.slot-content .mb86, .result-modal .mb86 {
  margin-bottom: 86px !important;
}
.slot-content .ml86, .result-modal .ml86 {
  margin-left: 86px !important;
}
.slot-content .ma87, .result-modal .ma87 {
  margin: 87px !important;
}
.slot-content .mt87, .result-modal .mt87 {
  margin-top: 87px !important;
}
.slot-content .mr87, .result-modal .mr87 {
  margin-right: 87px !important;
}
.slot-content .mb87, .result-modal .mb87 {
  margin-bottom: 87px !important;
}
.slot-content .ml87, .result-modal .ml87 {
  margin-left: 87px !important;
}
.slot-content .ma88, .result-modal .ma88 {
  margin: 88px !important;
}
.slot-content .mt88, .result-modal .mt88 {
  margin-top: 88px !important;
}
.slot-content .mr88, .result-modal .mr88 {
  margin-right: 88px !important;
}
.slot-content .mb88, .result-modal .mb88 {
  margin-bottom: 88px !important;
}
.slot-content .ml88, .result-modal .ml88 {
  margin-left: 88px !important;
}
.slot-content .ma89, .result-modal .ma89 {
  margin: 89px !important;
}
.slot-content .mt89, .result-modal .mt89 {
  margin-top: 89px !important;
}
.slot-content .mr89, .result-modal .mr89 {
  margin-right: 89px !important;
}
.slot-content .mb89, .result-modal .mb89 {
  margin-bottom: 89px !important;
}
.slot-content .ml89, .result-modal .ml89 {
  margin-left: 89px !important;
}
.slot-content .ma90, .result-modal .ma90 {
  margin: 90px !important;
}
.slot-content .mt90, .result-modal .mt90 {
  margin-top: 90px !important;
}
.slot-content .mr90, .result-modal .mr90 {
  margin-right: 90px !important;
}
.slot-content .mb90, .result-modal .mb90 {
  margin-bottom: 90px !important;
}
.slot-content .ml90, .result-modal .ml90 {
  margin-left: 90px !important;
}
.slot-content .ma91, .result-modal .ma91 {
  margin: 91px !important;
}
.slot-content .mt91, .result-modal .mt91 {
  margin-top: 91px !important;
}
.slot-content .mr91, .result-modal .mr91 {
  margin-right: 91px !important;
}
.slot-content .mb91, .result-modal .mb91 {
  margin-bottom: 91px !important;
}
.slot-content .ml91, .result-modal .ml91 {
  margin-left: 91px !important;
}
.slot-content .ma92, .result-modal .ma92 {
  margin: 92px !important;
}
.slot-content .mt92, .result-modal .mt92 {
  margin-top: 92px !important;
}
.slot-content .mr92, .result-modal .mr92 {
  margin-right: 92px !important;
}
.slot-content .mb92, .result-modal .mb92 {
  margin-bottom: 92px !important;
}
.slot-content .ml92, .result-modal .ml92 {
  margin-left: 92px !important;
}
.slot-content .ma93, .result-modal .ma93 {
  margin: 93px !important;
}
.slot-content .mt93, .result-modal .mt93 {
  margin-top: 93px !important;
}
.slot-content .mr93, .result-modal .mr93 {
  margin-right: 93px !important;
}
.slot-content .mb93, .result-modal .mb93 {
  margin-bottom: 93px !important;
}
.slot-content .ml93, .result-modal .ml93 {
  margin-left: 93px !important;
}
.slot-content .ma94, .result-modal .ma94 {
  margin: 94px !important;
}
.slot-content .mt94, .result-modal .mt94 {
  margin-top: 94px !important;
}
.slot-content .mr94, .result-modal .mr94 {
  margin-right: 94px !important;
}
.slot-content .mb94, .result-modal .mb94 {
  margin-bottom: 94px !important;
}
.slot-content .ml94, .result-modal .ml94 {
  margin-left: 94px !important;
}
.slot-content .ma95, .result-modal .ma95 {
  margin: 95px !important;
}
.slot-content .mt95, .result-modal .mt95 {
  margin-top: 95px !important;
}
.slot-content .mr95, .result-modal .mr95 {
  margin-right: 95px !important;
}
.slot-content .mb95, .result-modal .mb95 {
  margin-bottom: 95px !important;
}
.slot-content .ml95, .result-modal .ml95 {
  margin-left: 95px !important;
}
.slot-content .ma96, .result-modal .ma96 {
  margin: 96px !important;
}
.slot-content .mt96, .result-modal .mt96 {
  margin-top: 96px !important;
}
.slot-content .mr96, .result-modal .mr96 {
  margin-right: 96px !important;
}
.slot-content .mb96, .result-modal .mb96 {
  margin-bottom: 96px !important;
}
.slot-content .ml96, .result-modal .ml96 {
  margin-left: 96px !important;
}
.slot-content .ma97, .result-modal .ma97 {
  margin: 97px !important;
}
.slot-content .mt97, .result-modal .mt97 {
  margin-top: 97px !important;
}
.slot-content .mr97, .result-modal .mr97 {
  margin-right: 97px !important;
}
.slot-content .mb97, .result-modal .mb97 {
  margin-bottom: 97px !important;
}
.slot-content .ml97, .result-modal .ml97 {
  margin-left: 97px !important;
}
.slot-content .ma98, .result-modal .ma98 {
  margin: 98px !important;
}
.slot-content .mt98, .result-modal .mt98 {
  margin-top: 98px !important;
}
.slot-content .mr98, .result-modal .mr98 {
  margin-right: 98px !important;
}
.slot-content .mb98, .result-modal .mb98 {
  margin-bottom: 98px !important;
}
.slot-content .ml98, .result-modal .ml98 {
  margin-left: 98px !important;
}
.slot-content .ma99, .result-modal .ma99 {
  margin: 99px !important;
}
.slot-content .mt99, .result-modal .mt99 {
  margin-top: 99px !important;
}
.slot-content .mr99, .result-modal .mr99 {
  margin-right: 99px !important;
}
.slot-content .mb99, .result-modal .mb99 {
  margin-bottom: 99px !important;
}
.slot-content .ml99, .result-modal .ml99 {
  margin-left: 99px !important;
}
.slot-content .ma100, .result-modal .ma100 {
  margin: 100px !important;
}
.slot-content .mt100, .result-modal .mt100 {
  margin-top: 100px !important;
}
.slot-content .mr100, .result-modal .mr100 {
  margin-right: 100px !important;
}
.slot-content .mb100, .result-modal .mb100 {
  margin-bottom: 100px !important;
}
.slot-content .ml100, .result-modal .ml100 {
  margin-left: 100px !important;
}
.slot-content .pn, .result-modal .pn {
  padding: 0 0 0 0 !important;
}
.slot-content .pa0, .result-modal .pa0 {
  padding: 0px !important;
}
.slot-content .pt0, .result-modal .pt0 {
  padding-top: 0px !important;
}
.slot-content .pr0, .result-modal .pr0 {
  padding-right: 0px !important;
}
.slot-content .pb0, .result-modal .pb0 {
  padding-bottom: 0px !important;
}
.slot-content .pl0, .result-modal .pl0 {
  padding-left: 0px !important;
}
.slot-content .pa1, .result-modal .pa1 {
  padding: 1px !important;
}
.slot-content .pt1, .result-modal .pt1 {
  padding-top: 1px !important;
}
.slot-content .pr1, .result-modal .pr1 {
  padding-right: 1px !important;
}
.slot-content .pb1, .result-modal .pb1 {
  padding-bottom: 1px !important;
}
.slot-content .pl1, .result-modal .pl1 {
  padding-left: 1px !important;
}
.slot-content .pa2, .result-modal .pa2 {
  padding: 2px !important;
}
.slot-content .pt2, .result-modal .pt2 {
  padding-top: 2px !important;
}
.slot-content .pr2, .result-modal .pr2 {
  padding-right: 2px !important;
}
.slot-content .pb2, .result-modal .pb2 {
  padding-bottom: 2px !important;
}
.slot-content .pl2, .result-modal .pl2 {
  padding-left: 2px !important;
}
.slot-content .pa3, .result-modal .pa3 {
  padding: 3px !important;
}
.slot-content .pt3, .result-modal .pt3 {
  padding-top: 3px !important;
}
.slot-content .pr3, .result-modal .pr3 {
  padding-right: 3px !important;
}
.slot-content .pb3, .result-modal .pb3 {
  padding-bottom: 3px !important;
}
.slot-content .pl3, .result-modal .pl3 {
  padding-left: 3px !important;
}
.slot-content .pa4, .result-modal .pa4 {
  padding: 4px !important;
}
.slot-content .pt4, .result-modal .pt4 {
  padding-top: 4px !important;
}
.slot-content .pr4, .result-modal .pr4 {
  padding-right: 4px !important;
}
.slot-content .pb4, .result-modal .pb4 {
  padding-bottom: 4px !important;
}
.slot-content .pl4, .result-modal .pl4 {
  padding-left: 4px !important;
}
.slot-content .pa5, .result-modal .pa5 {
  padding: 5px !important;
}
.slot-content .pt5, .result-modal .pt5 {
  padding-top: 5px !important;
}
.slot-content .pr5, .result-modal .pr5 {
  padding-right: 5px !important;
}
.slot-content .pb5, .result-modal .pb5 {
  padding-bottom: 5px !important;
}
.slot-content .pl5, .result-modal .pl5 {
  padding-left: 5px !important;
}
.slot-content .pa6, .result-modal .pa6 {
  padding: 6px !important;
}
.slot-content .pt6, .result-modal .pt6 {
  padding-top: 6px !important;
}
.slot-content .pr6, .result-modal .pr6 {
  padding-right: 6px !important;
}
.slot-content .pb6, .result-modal .pb6 {
  padding-bottom: 6px !important;
}
.slot-content .pl6, .result-modal .pl6 {
  padding-left: 6px !important;
}
.slot-content .pa7, .result-modal .pa7 {
  padding: 7px !important;
}
.slot-content .pt7, .result-modal .pt7 {
  padding-top: 7px !important;
}
.slot-content .pr7, .result-modal .pr7 {
  padding-right: 7px !important;
}
.slot-content .pb7, .result-modal .pb7 {
  padding-bottom: 7px !important;
}
.slot-content .pl7, .result-modal .pl7 {
  padding-left: 7px !important;
}
.slot-content .pa8, .result-modal .pa8 {
  padding: 8px !important;
}
.slot-content .pt8, .result-modal .pt8 {
  padding-top: 8px !important;
}
.slot-content .pr8, .result-modal .pr8 {
  padding-right: 8px !important;
}
.slot-content .pb8, .result-modal .pb8 {
  padding-bottom: 8px !important;
}
.slot-content .pl8, .result-modal .pl8 {
  padding-left: 8px !important;
}
.slot-content .pa9, .result-modal .pa9 {
  padding: 9px !important;
}
.slot-content .pt9, .result-modal .pt9 {
  padding-top: 9px !important;
}
.slot-content .pr9, .result-modal .pr9 {
  padding-right: 9px !important;
}
.slot-content .pb9, .result-modal .pb9 {
  padding-bottom: 9px !important;
}
.slot-content .pl9, .result-modal .pl9 {
  padding-left: 9px !important;
}
.slot-content .pa10, .result-modal .pa10 {
  padding: 10px !important;
}
.slot-content .pt10, .result-modal .pt10 {
  padding-top: 10px !important;
}
.slot-content .pr10, .result-modal .pr10 {
  padding-right: 10px !important;
}
.slot-content .pb10, .result-modal .pb10 {
  padding-bottom: 10px !important;
}
.slot-content .pl10, .result-modal .pl10 {
  padding-left: 10px !important;
}
.slot-content .pa11, .result-modal .pa11 {
  padding: 11px !important;
}
.slot-content .pt11, .result-modal .pt11 {
  padding-top: 11px !important;
}
.slot-content .pr11, .result-modal .pr11 {
  padding-right: 11px !important;
}
.slot-content .pb11, .result-modal .pb11 {
  padding-bottom: 11px !important;
}
.slot-content .pl11, .result-modal .pl11 {
  padding-left: 11px !important;
}
.slot-content .pa12, .result-modal .pa12 {
  padding: 12px !important;
}
.slot-content .pt12, .result-modal .pt12 {
  padding-top: 12px !important;
}
.slot-content .pr12, .result-modal .pr12 {
  padding-right: 12px !important;
}
.slot-content .pb12, .result-modal .pb12 {
  padding-bottom: 12px !important;
}
.slot-content .pl12, .result-modal .pl12 {
  padding-left: 12px !important;
}
.slot-content .pa13, .result-modal .pa13 {
  padding: 13px !important;
}
.slot-content .pt13, .result-modal .pt13 {
  padding-top: 13px !important;
}
.slot-content .pr13, .result-modal .pr13 {
  padding-right: 13px !important;
}
.slot-content .pb13, .result-modal .pb13 {
  padding-bottom: 13px !important;
}
.slot-content .pl13, .result-modal .pl13 {
  padding-left: 13px !important;
}
.slot-content .pa14, .result-modal .pa14 {
  padding: 14px !important;
}
.slot-content .pt14, .result-modal .pt14 {
  padding-top: 14px !important;
}
.slot-content .pr14, .result-modal .pr14 {
  padding-right: 14px !important;
}
.slot-content .pb14, .result-modal .pb14 {
  padding-bottom: 14px !important;
}
.slot-content .pl14, .result-modal .pl14 {
  padding-left: 14px !important;
}
.slot-content .pa15, .result-modal .pa15 {
  padding: 15px !important;
}
.slot-content .pt15, .result-modal .pt15 {
  padding-top: 15px !important;
}
.slot-content .pr15, .result-modal .pr15 {
  padding-right: 15px !important;
}
.slot-content .pb15, .result-modal .pb15 {
  padding-bottom: 15px !important;
}
.slot-content .pl15, .result-modal .pl15 {
  padding-left: 15px !important;
}
.slot-content .pa16, .result-modal .pa16 {
  padding: 16px !important;
}
.slot-content .pt16, .result-modal .pt16 {
  padding-top: 16px !important;
}
.slot-content .pr16, .result-modal .pr16 {
  padding-right: 16px !important;
}
.slot-content .pb16, .result-modal .pb16 {
  padding-bottom: 16px !important;
}
.slot-content .pl16, .result-modal .pl16 {
  padding-left: 16px !important;
}
.slot-content .pa17, .result-modal .pa17 {
  padding: 17px !important;
}
.slot-content .pt17, .result-modal .pt17 {
  padding-top: 17px !important;
}
.slot-content .pr17, .result-modal .pr17 {
  padding-right: 17px !important;
}
.slot-content .pb17, .result-modal .pb17 {
  padding-bottom: 17px !important;
}
.slot-content .pl17, .result-modal .pl17 {
  padding-left: 17px !important;
}
.slot-content .pa18, .result-modal .pa18 {
  padding: 18px !important;
}
.slot-content .pt18, .result-modal .pt18 {
  padding-top: 18px !important;
}
.slot-content .pr18, .result-modal .pr18 {
  padding-right: 18px !important;
}
.slot-content .pb18, .result-modal .pb18 {
  padding-bottom: 18px !important;
}
.slot-content .pl18, .result-modal .pl18 {
  padding-left: 18px !important;
}
.slot-content .pa19, .result-modal .pa19 {
  padding: 19px !important;
}
.slot-content .pt19, .result-modal .pt19 {
  padding-top: 19px !important;
}
.slot-content .pr19, .result-modal .pr19 {
  padding-right: 19px !important;
}
.slot-content .pb19, .result-modal .pb19 {
  padding-bottom: 19px !important;
}
.slot-content .pl19, .result-modal .pl19 {
  padding-left: 19px !important;
}
.slot-content .pa20, .result-modal .pa20 {
  padding: 20px !important;
}
.slot-content .pt20, .result-modal .pt20 {
  padding-top: 20px !important;
}
.slot-content .pr20, .result-modal .pr20 {
  padding-right: 20px !important;
}
.slot-content .pb20, .result-modal .pb20 {
  padding-bottom: 20px !important;
}
.slot-content .pl20, .result-modal .pl20 {
  padding-left: 20px !important;
}
.slot-content .pa21, .result-modal .pa21 {
  padding: 21px !important;
}
.slot-content .pt21, .result-modal .pt21 {
  padding-top: 21px !important;
}
.slot-content .pr21, .result-modal .pr21 {
  padding-right: 21px !important;
}
.slot-content .pb21, .result-modal .pb21 {
  padding-bottom: 21px !important;
}
.slot-content .pl21, .result-modal .pl21 {
  padding-left: 21px !important;
}
.slot-content .pa22, .result-modal .pa22 {
  padding: 22px !important;
}
.slot-content .pt22, .result-modal .pt22 {
  padding-top: 22px !important;
}
.slot-content .pr22, .result-modal .pr22 {
  padding-right: 22px !important;
}
.slot-content .pb22, .result-modal .pb22 {
  padding-bottom: 22px !important;
}
.slot-content .pl22, .result-modal .pl22 {
  padding-left: 22px !important;
}
.slot-content .pa23, .result-modal .pa23 {
  padding: 23px !important;
}
.slot-content .pt23, .result-modal .pt23 {
  padding-top: 23px !important;
}
.slot-content .pr23, .result-modal .pr23 {
  padding-right: 23px !important;
}
.slot-content .pb23, .result-modal .pb23 {
  padding-bottom: 23px !important;
}
.slot-content .pl23, .result-modal .pl23 {
  padding-left: 23px !important;
}
.slot-content .pa24, .result-modal .pa24 {
  padding: 24px !important;
}
.slot-content .pt24, .result-modal .pt24 {
  padding-top: 24px !important;
}
.slot-content .pr24, .result-modal .pr24 {
  padding-right: 24px !important;
}
.slot-content .pb24, .result-modal .pb24 {
  padding-bottom: 24px !important;
}
.slot-content .pl24, .result-modal .pl24 {
  padding-left: 24px !important;
}
.slot-content .pa25, .result-modal .pa25 {
  padding: 25px !important;
}
.slot-content .pt25, .result-modal .pt25 {
  padding-top: 25px !important;
}
.slot-content .pr25, .result-modal .pr25 {
  padding-right: 25px !important;
}
.slot-content .pb25, .result-modal .pb25 {
  padding-bottom: 25px !important;
}
.slot-content .pl25, .result-modal .pl25 {
  padding-left: 25px !important;
}
.slot-content .pa26, .result-modal .pa26 {
  padding: 26px !important;
}
.slot-content .pt26, .result-modal .pt26 {
  padding-top: 26px !important;
}
.slot-content .pr26, .result-modal .pr26 {
  padding-right: 26px !important;
}
.slot-content .pb26, .result-modal .pb26 {
  padding-bottom: 26px !important;
}
.slot-content .pl26, .result-modal .pl26 {
  padding-left: 26px !important;
}
.slot-content .pa27, .result-modal .pa27 {
  padding: 27px !important;
}
.slot-content .pt27, .result-modal .pt27 {
  padding-top: 27px !important;
}
.slot-content .pr27, .result-modal .pr27 {
  padding-right: 27px !important;
}
.slot-content .pb27, .result-modal .pb27 {
  padding-bottom: 27px !important;
}
.slot-content .pl27, .result-modal .pl27 {
  padding-left: 27px !important;
}
.slot-content .pa28, .result-modal .pa28 {
  padding: 28px !important;
}
.slot-content .pt28, .result-modal .pt28 {
  padding-top: 28px !important;
}
.slot-content .pr28, .result-modal .pr28 {
  padding-right: 28px !important;
}
.slot-content .pb28, .result-modal .pb28 {
  padding-bottom: 28px !important;
}
.slot-content .pl28, .result-modal .pl28 {
  padding-left: 28px !important;
}
.slot-content .pa29, .result-modal .pa29 {
  padding: 29px !important;
}
.slot-content .pt29, .result-modal .pt29 {
  padding-top: 29px !important;
}
.slot-content .pr29, .result-modal .pr29 {
  padding-right: 29px !important;
}
.slot-content .pb29, .result-modal .pb29 {
  padding-bottom: 29px !important;
}
.slot-content .pl29, .result-modal .pl29 {
  padding-left: 29px !important;
}
.slot-content .pa30, .result-modal .pa30 {
  padding: 30px !important;
}
.slot-content .pt30, .result-modal .pt30 {
  padding-top: 30px !important;
}
.slot-content .pr30, .result-modal .pr30 {
  padding-right: 30px !important;
}
.slot-content .pb30, .result-modal .pb30 {
  padding-bottom: 30px !important;
}
.slot-content .pl30, .result-modal .pl30 {
  padding-left: 30px !important;
}
.slot-content .pa31, .result-modal .pa31 {
  padding: 31px !important;
}
.slot-content .pt31, .result-modal .pt31 {
  padding-top: 31px !important;
}
.slot-content .pr31, .result-modal .pr31 {
  padding-right: 31px !important;
}
.slot-content .pb31, .result-modal .pb31 {
  padding-bottom: 31px !important;
}
.slot-content .pl31, .result-modal .pl31 {
  padding-left: 31px !important;
}
.slot-content .pa32, .result-modal .pa32 {
  padding: 32px !important;
}
.slot-content .pt32, .result-modal .pt32 {
  padding-top: 32px !important;
}
.slot-content .pr32, .result-modal .pr32 {
  padding-right: 32px !important;
}
.slot-content .pb32, .result-modal .pb32 {
  padding-bottom: 32px !important;
}
.slot-content .pl32, .result-modal .pl32 {
  padding-left: 32px !important;
}
.slot-content .pa33, .result-modal .pa33 {
  padding: 33px !important;
}
.slot-content .pt33, .result-modal .pt33 {
  padding-top: 33px !important;
}
.slot-content .pr33, .result-modal .pr33 {
  padding-right: 33px !important;
}
.slot-content .pb33, .result-modal .pb33 {
  padding-bottom: 33px !important;
}
.slot-content .pl33, .result-modal .pl33 {
  padding-left: 33px !important;
}
.slot-content .pa34, .result-modal .pa34 {
  padding: 34px !important;
}
.slot-content .pt34, .result-modal .pt34 {
  padding-top: 34px !important;
}
.slot-content .pr34, .result-modal .pr34 {
  padding-right: 34px !important;
}
.slot-content .pb34, .result-modal .pb34 {
  padding-bottom: 34px !important;
}
.slot-content .pl34, .result-modal .pl34 {
  padding-left: 34px !important;
}
.slot-content .pa35, .result-modal .pa35 {
  padding: 35px !important;
}
.slot-content .pt35, .result-modal .pt35 {
  padding-top: 35px !important;
}
.slot-content .pr35, .result-modal .pr35 {
  padding-right: 35px !important;
}
.slot-content .pb35, .result-modal .pb35 {
  padding-bottom: 35px !important;
}
.slot-content .pl35, .result-modal .pl35 {
  padding-left: 35px !important;
}
.slot-content .pa36, .result-modal .pa36 {
  padding: 36px !important;
}
.slot-content .pt36, .result-modal .pt36 {
  padding-top: 36px !important;
}
.slot-content .pr36, .result-modal .pr36 {
  padding-right: 36px !important;
}
.slot-content .pb36, .result-modal .pb36 {
  padding-bottom: 36px !important;
}
.slot-content .pl36, .result-modal .pl36 {
  padding-left: 36px !important;
}
.slot-content .pa37, .result-modal .pa37 {
  padding: 37px !important;
}
.slot-content .pt37, .result-modal .pt37 {
  padding-top: 37px !important;
}
.slot-content .pr37, .result-modal .pr37 {
  padding-right: 37px !important;
}
.slot-content .pb37, .result-modal .pb37 {
  padding-bottom: 37px !important;
}
.slot-content .pl37, .result-modal .pl37 {
  padding-left: 37px !important;
}
.slot-content .pa38, .result-modal .pa38 {
  padding: 38px !important;
}
.slot-content .pt38, .result-modal .pt38 {
  padding-top: 38px !important;
}
.slot-content .pr38, .result-modal .pr38 {
  padding-right: 38px !important;
}
.slot-content .pb38, .result-modal .pb38 {
  padding-bottom: 38px !important;
}
.slot-content .pl38, .result-modal .pl38 {
  padding-left: 38px !important;
}
.slot-content .pa39, .result-modal .pa39 {
  padding: 39px !important;
}
.slot-content .pt39, .result-modal .pt39 {
  padding-top: 39px !important;
}
.slot-content .pr39, .result-modal .pr39 {
  padding-right: 39px !important;
}
.slot-content .pb39, .result-modal .pb39 {
  padding-bottom: 39px !important;
}
.slot-content .pl39, .result-modal .pl39 {
  padding-left: 39px !important;
}
.slot-content .pa40, .result-modal .pa40 {
  padding: 40px !important;
}
.slot-content .pt40, .result-modal .pt40 {
  padding-top: 40px !important;
}
.slot-content .pr40, .result-modal .pr40 {
  padding-right: 40px !important;
}
.slot-content .pb40, .result-modal .pb40 {
  padding-bottom: 40px !important;
}
.slot-content .pl40, .result-modal .pl40 {
  padding-left: 40px !important;
}
.slot-content .pa41, .result-modal .pa41 {
  padding: 41px !important;
}
.slot-content .pt41, .result-modal .pt41 {
  padding-top: 41px !important;
}
.slot-content .pr41, .result-modal .pr41 {
  padding-right: 41px !important;
}
.slot-content .pb41, .result-modal .pb41 {
  padding-bottom: 41px !important;
}
.slot-content .pl41, .result-modal .pl41 {
  padding-left: 41px !important;
}
.slot-content .pa42, .result-modal .pa42 {
  padding: 42px !important;
}
.slot-content .pt42, .result-modal .pt42 {
  padding-top: 42px !important;
}
.slot-content .pr42, .result-modal .pr42 {
  padding-right: 42px !important;
}
.slot-content .pb42, .result-modal .pb42 {
  padding-bottom: 42px !important;
}
.slot-content .pl42, .result-modal .pl42 {
  padding-left: 42px !important;
}
.slot-content .pa43, .result-modal .pa43 {
  padding: 43px !important;
}
.slot-content .pt43, .result-modal .pt43 {
  padding-top: 43px !important;
}
.slot-content .pr43, .result-modal .pr43 {
  padding-right: 43px !important;
}
.slot-content .pb43, .result-modal .pb43 {
  padding-bottom: 43px !important;
}
.slot-content .pl43, .result-modal .pl43 {
  padding-left: 43px !important;
}
.slot-content .pa44, .result-modal .pa44 {
  padding: 44px !important;
}
.slot-content .pt44, .result-modal .pt44 {
  padding-top: 44px !important;
}
.slot-content .pr44, .result-modal .pr44 {
  padding-right: 44px !important;
}
.slot-content .pb44, .result-modal .pb44 {
  padding-bottom: 44px !important;
}
.slot-content .pl44, .result-modal .pl44 {
  padding-left: 44px !important;
}
.slot-content .pa45, .result-modal .pa45 {
  padding: 45px !important;
}
.slot-content .pt45, .result-modal .pt45 {
  padding-top: 45px !important;
}
.slot-content .pr45, .result-modal .pr45 {
  padding-right: 45px !important;
}
.slot-content .pb45, .result-modal .pb45 {
  padding-bottom: 45px !important;
}
.slot-content .pl45, .result-modal .pl45 {
  padding-left: 45px !important;
}
.slot-content .pa46, .result-modal .pa46 {
  padding: 46px !important;
}
.slot-content .pt46, .result-modal .pt46 {
  padding-top: 46px !important;
}
.slot-content .pr46, .result-modal .pr46 {
  padding-right: 46px !important;
}
.slot-content .pb46, .result-modal .pb46 {
  padding-bottom: 46px !important;
}
.slot-content .pl46, .result-modal .pl46 {
  padding-left: 46px !important;
}
.slot-content .pa47, .result-modal .pa47 {
  padding: 47px !important;
}
.slot-content .pt47, .result-modal .pt47 {
  padding-top: 47px !important;
}
.slot-content .pr47, .result-modal .pr47 {
  padding-right: 47px !important;
}
.slot-content .pb47, .result-modal .pb47 {
  padding-bottom: 47px !important;
}
.slot-content .pl47, .result-modal .pl47 {
  padding-left: 47px !important;
}
.slot-content .pa48, .result-modal .pa48 {
  padding: 48px !important;
}
.slot-content .pt48, .result-modal .pt48 {
  padding-top: 48px !important;
}
.slot-content .pr48, .result-modal .pr48 {
  padding-right: 48px !important;
}
.slot-content .pb48, .result-modal .pb48 {
  padding-bottom: 48px !important;
}
.slot-content .pl48, .result-modal .pl48 {
  padding-left: 48px !important;
}
.slot-content .pa49, .result-modal .pa49 {
  padding: 49px !important;
}
.slot-content .pt49, .result-modal .pt49 {
  padding-top: 49px !important;
}
.slot-content .pr49, .result-modal .pr49 {
  padding-right: 49px !important;
}
.slot-content .pb49, .result-modal .pb49 {
  padding-bottom: 49px !important;
}
.slot-content .pl49, .result-modal .pl49 {
  padding-left: 49px !important;
}
.slot-content .pa50, .result-modal .pa50 {
  padding: 50px !important;
}
.slot-content .pt50, .result-modal .pt50 {
  padding-top: 50px !important;
}
.slot-content .pr50, .result-modal .pr50 {
  padding-right: 50px !important;
}
.slot-content .pb50, .result-modal .pb50 {
  padding-bottom: 50px !important;
}
.slot-content .pl50, .result-modal .pl50 {
  padding-left: 50px !important;
}
.slot-content .pa51, .result-modal .pa51 {
  padding: 51px !important;
}
.slot-content .pt51, .result-modal .pt51 {
  padding-top: 51px !important;
}
.slot-content .pr51, .result-modal .pr51 {
  padding-right: 51px !important;
}
.slot-content .pb51, .result-modal .pb51 {
  padding-bottom: 51px !important;
}
.slot-content .pl51, .result-modal .pl51 {
  padding-left: 51px !important;
}
.slot-content .pa52, .result-modal .pa52 {
  padding: 52px !important;
}
.slot-content .pt52, .result-modal .pt52 {
  padding-top: 52px !important;
}
.slot-content .pr52, .result-modal .pr52 {
  padding-right: 52px !important;
}
.slot-content .pb52, .result-modal .pb52 {
  padding-bottom: 52px !important;
}
.slot-content .pl52, .result-modal .pl52 {
  padding-left: 52px !important;
}
.slot-content .pa53, .result-modal .pa53 {
  padding: 53px !important;
}
.slot-content .pt53, .result-modal .pt53 {
  padding-top: 53px !important;
}
.slot-content .pr53, .result-modal .pr53 {
  padding-right: 53px !important;
}
.slot-content .pb53, .result-modal .pb53 {
  padding-bottom: 53px !important;
}
.slot-content .pl53, .result-modal .pl53 {
  padding-left: 53px !important;
}
.slot-content .pa54, .result-modal .pa54 {
  padding: 54px !important;
}
.slot-content .pt54, .result-modal .pt54 {
  padding-top: 54px !important;
}
.slot-content .pr54, .result-modal .pr54 {
  padding-right: 54px !important;
}
.slot-content .pb54, .result-modal .pb54 {
  padding-bottom: 54px !important;
}
.slot-content .pl54, .result-modal .pl54 {
  padding-left: 54px !important;
}
.slot-content .pa55, .result-modal .pa55 {
  padding: 55px !important;
}
.slot-content .pt55, .result-modal .pt55 {
  padding-top: 55px !important;
}
.slot-content .pr55, .result-modal .pr55 {
  padding-right: 55px !important;
}
.slot-content .pb55, .result-modal .pb55 {
  padding-bottom: 55px !important;
}
.slot-content .pl55, .result-modal .pl55 {
  padding-left: 55px !important;
}
.slot-content .pa56, .result-modal .pa56 {
  padding: 56px !important;
}
.slot-content .pt56, .result-modal .pt56 {
  padding-top: 56px !important;
}
.slot-content .pr56, .result-modal .pr56 {
  padding-right: 56px !important;
}
.slot-content .pb56, .result-modal .pb56 {
  padding-bottom: 56px !important;
}
.slot-content .pl56, .result-modal .pl56 {
  padding-left: 56px !important;
}
.slot-content .pa57, .result-modal .pa57 {
  padding: 57px !important;
}
.slot-content .pt57, .result-modal .pt57 {
  padding-top: 57px !important;
}
.slot-content .pr57, .result-modal .pr57 {
  padding-right: 57px !important;
}
.slot-content .pb57, .result-modal .pb57 {
  padding-bottom: 57px !important;
}
.slot-content .pl57, .result-modal .pl57 {
  padding-left: 57px !important;
}
.slot-content .pa58, .result-modal .pa58 {
  padding: 58px !important;
}
.slot-content .pt58, .result-modal .pt58 {
  padding-top: 58px !important;
}
.slot-content .pr58, .result-modal .pr58 {
  padding-right: 58px !important;
}
.slot-content .pb58, .result-modal .pb58 {
  padding-bottom: 58px !important;
}
.slot-content .pl58, .result-modal .pl58 {
  padding-left: 58px !important;
}
.slot-content .pa59, .result-modal .pa59 {
  padding: 59px !important;
}
.slot-content .pt59, .result-modal .pt59 {
  padding-top: 59px !important;
}
.slot-content .pr59, .result-modal .pr59 {
  padding-right: 59px !important;
}
.slot-content .pb59, .result-modal .pb59 {
  padding-bottom: 59px !important;
}
.slot-content .pl59, .result-modal .pl59 {
  padding-left: 59px !important;
}
.slot-content .pa60, .result-modal .pa60 {
  padding: 60px !important;
}
.slot-content .pt60, .result-modal .pt60 {
  padding-top: 60px !important;
}
.slot-content .pr60, .result-modal .pr60 {
  padding-right: 60px !important;
}
.slot-content .pb60, .result-modal .pb60 {
  padding-bottom: 60px !important;
}
.slot-content .pl60, .result-modal .pl60 {
  padding-left: 60px !important;
}
.slot-content .pa61, .result-modal .pa61 {
  padding: 61px !important;
}
.slot-content .pt61, .result-modal .pt61 {
  padding-top: 61px !important;
}
.slot-content .pr61, .result-modal .pr61 {
  padding-right: 61px !important;
}
.slot-content .pb61, .result-modal .pb61 {
  padding-bottom: 61px !important;
}
.slot-content .pl61, .result-modal .pl61 {
  padding-left: 61px !important;
}
.slot-content .pa62, .result-modal .pa62 {
  padding: 62px !important;
}
.slot-content .pt62, .result-modal .pt62 {
  padding-top: 62px !important;
}
.slot-content .pr62, .result-modal .pr62 {
  padding-right: 62px !important;
}
.slot-content .pb62, .result-modal .pb62 {
  padding-bottom: 62px !important;
}
.slot-content .pl62, .result-modal .pl62 {
  padding-left: 62px !important;
}
.slot-content .pa63, .result-modal .pa63 {
  padding: 63px !important;
}
.slot-content .pt63, .result-modal .pt63 {
  padding-top: 63px !important;
}
.slot-content .pr63, .result-modal .pr63 {
  padding-right: 63px !important;
}
.slot-content .pb63, .result-modal .pb63 {
  padding-bottom: 63px !important;
}
.slot-content .pl63, .result-modal .pl63 {
  padding-left: 63px !important;
}
.slot-content .pa64, .result-modal .pa64 {
  padding: 64px !important;
}
.slot-content .pt64, .result-modal .pt64 {
  padding-top: 64px !important;
}
.slot-content .pr64, .result-modal .pr64 {
  padding-right: 64px !important;
}
.slot-content .pb64, .result-modal .pb64 {
  padding-bottom: 64px !important;
}
.slot-content .pl64, .result-modal .pl64 {
  padding-left: 64px !important;
}
.slot-content .pa65, .result-modal .pa65 {
  padding: 65px !important;
}
.slot-content .pt65, .result-modal .pt65 {
  padding-top: 65px !important;
}
.slot-content .pr65, .result-modal .pr65 {
  padding-right: 65px !important;
}
.slot-content .pb65, .result-modal .pb65 {
  padding-bottom: 65px !important;
}
.slot-content .pl65, .result-modal .pl65 {
  padding-left: 65px !important;
}
.slot-content .pa66, .result-modal .pa66 {
  padding: 66px !important;
}
.slot-content .pt66, .result-modal .pt66 {
  padding-top: 66px !important;
}
.slot-content .pr66, .result-modal .pr66 {
  padding-right: 66px !important;
}
.slot-content .pb66, .result-modal .pb66 {
  padding-bottom: 66px !important;
}
.slot-content .pl66, .result-modal .pl66 {
  padding-left: 66px !important;
}
.slot-content .pa67, .result-modal .pa67 {
  padding: 67px !important;
}
.slot-content .pt67, .result-modal .pt67 {
  padding-top: 67px !important;
}
.slot-content .pr67, .result-modal .pr67 {
  padding-right: 67px !important;
}
.slot-content .pb67, .result-modal .pb67 {
  padding-bottom: 67px !important;
}
.slot-content .pl67, .result-modal .pl67 {
  padding-left: 67px !important;
}
.slot-content .pa68, .result-modal .pa68 {
  padding: 68px !important;
}
.slot-content .pt68, .result-modal .pt68 {
  padding-top: 68px !important;
}
.slot-content .pr68, .result-modal .pr68 {
  padding-right: 68px !important;
}
.slot-content .pb68, .result-modal .pb68 {
  padding-bottom: 68px !important;
}
.slot-content .pl68, .result-modal .pl68 {
  padding-left: 68px !important;
}
.slot-content .pa69, .result-modal .pa69 {
  padding: 69px !important;
}
.slot-content .pt69, .result-modal .pt69 {
  padding-top: 69px !important;
}
.slot-content .pr69, .result-modal .pr69 {
  padding-right: 69px !important;
}
.slot-content .pb69, .result-modal .pb69 {
  padding-bottom: 69px !important;
}
.slot-content .pl69, .result-modal .pl69 {
  padding-left: 69px !important;
}
.slot-content .pa70, .result-modal .pa70 {
  padding: 70px !important;
}
.slot-content .pt70, .result-modal .pt70 {
  padding-top: 70px !important;
}
.slot-content .pr70, .result-modal .pr70 {
  padding-right: 70px !important;
}
.slot-content .pb70, .result-modal .pb70 {
  padding-bottom: 70px !important;
}
.slot-content .pl70, .result-modal .pl70 {
  padding-left: 70px !important;
}
.slot-content .pa71, .result-modal .pa71 {
  padding: 71px !important;
}
.slot-content .pt71, .result-modal .pt71 {
  padding-top: 71px !important;
}
.slot-content .pr71, .result-modal .pr71 {
  padding-right: 71px !important;
}
.slot-content .pb71, .result-modal .pb71 {
  padding-bottom: 71px !important;
}
.slot-content .pl71, .result-modal .pl71 {
  padding-left: 71px !important;
}
.slot-content .pa72, .result-modal .pa72 {
  padding: 72px !important;
}
.slot-content .pt72, .result-modal .pt72 {
  padding-top: 72px !important;
}
.slot-content .pr72, .result-modal .pr72 {
  padding-right: 72px !important;
}
.slot-content .pb72, .result-modal .pb72 {
  padding-bottom: 72px !important;
}
.slot-content .pl72, .result-modal .pl72 {
  padding-left: 72px !important;
}
.slot-content .pa73, .result-modal .pa73 {
  padding: 73px !important;
}
.slot-content .pt73, .result-modal .pt73 {
  padding-top: 73px !important;
}
.slot-content .pr73, .result-modal .pr73 {
  padding-right: 73px !important;
}
.slot-content .pb73, .result-modal .pb73 {
  padding-bottom: 73px !important;
}
.slot-content .pl73, .result-modal .pl73 {
  padding-left: 73px !important;
}
.slot-content .pa74, .result-modal .pa74 {
  padding: 74px !important;
}
.slot-content .pt74, .result-modal .pt74 {
  padding-top: 74px !important;
}
.slot-content .pr74, .result-modal .pr74 {
  padding-right: 74px !important;
}
.slot-content .pb74, .result-modal .pb74 {
  padding-bottom: 74px !important;
}
.slot-content .pl74, .result-modal .pl74 {
  padding-left: 74px !important;
}
.slot-content .pa75, .result-modal .pa75 {
  padding: 75px !important;
}
.slot-content .pt75, .result-modal .pt75 {
  padding-top: 75px !important;
}
.slot-content .pr75, .result-modal .pr75 {
  padding-right: 75px !important;
}
.slot-content .pb75, .result-modal .pb75 {
  padding-bottom: 75px !important;
}
.slot-content .pl75, .result-modal .pl75 {
  padding-left: 75px !important;
}
.slot-content .pa76, .result-modal .pa76 {
  padding: 76px !important;
}
.slot-content .pt76, .result-modal .pt76 {
  padding-top: 76px !important;
}
.slot-content .pr76, .result-modal .pr76 {
  padding-right: 76px !important;
}
.slot-content .pb76, .result-modal .pb76 {
  padding-bottom: 76px !important;
}
.slot-content .pl76, .result-modal .pl76 {
  padding-left: 76px !important;
}
.slot-content .pa77, .result-modal .pa77 {
  padding: 77px !important;
}
.slot-content .pt77, .result-modal .pt77 {
  padding-top: 77px !important;
}
.slot-content .pr77, .result-modal .pr77 {
  padding-right: 77px !important;
}
.slot-content .pb77, .result-modal .pb77 {
  padding-bottom: 77px !important;
}
.slot-content .pl77, .result-modal .pl77 {
  padding-left: 77px !important;
}
.slot-content .pa78, .result-modal .pa78 {
  padding: 78px !important;
}
.slot-content .pt78, .result-modal .pt78 {
  padding-top: 78px !important;
}
.slot-content .pr78, .result-modal .pr78 {
  padding-right: 78px !important;
}
.slot-content .pb78, .result-modal .pb78 {
  padding-bottom: 78px !important;
}
.slot-content .pl78, .result-modal .pl78 {
  padding-left: 78px !important;
}
.slot-content .pa79, .result-modal .pa79 {
  padding: 79px !important;
}
.slot-content .pt79, .result-modal .pt79 {
  padding-top: 79px !important;
}
.slot-content .pr79, .result-modal .pr79 {
  padding-right: 79px !important;
}
.slot-content .pb79, .result-modal .pb79 {
  padding-bottom: 79px !important;
}
.slot-content .pl79, .result-modal .pl79 {
  padding-left: 79px !important;
}
.slot-content .pa80, .result-modal .pa80 {
  padding: 80px !important;
}
.slot-content .pt80, .result-modal .pt80 {
  padding-top: 80px !important;
}
.slot-content .pr80, .result-modal .pr80 {
  padding-right: 80px !important;
}
.slot-content .pb80, .result-modal .pb80 {
  padding-bottom: 80px !important;
}
.slot-content .pl80, .result-modal .pl80 {
  padding-left: 80px !important;
}
.slot-content .pa81, .result-modal .pa81 {
  padding: 81px !important;
}
.slot-content .pt81, .result-modal .pt81 {
  padding-top: 81px !important;
}
.slot-content .pr81, .result-modal .pr81 {
  padding-right: 81px !important;
}
.slot-content .pb81, .result-modal .pb81 {
  padding-bottom: 81px !important;
}
.slot-content .pl81, .result-modal .pl81 {
  padding-left: 81px !important;
}
.slot-content .pa82, .result-modal .pa82 {
  padding: 82px !important;
}
.slot-content .pt82, .result-modal .pt82 {
  padding-top: 82px !important;
}
.slot-content .pr82, .result-modal .pr82 {
  padding-right: 82px !important;
}
.slot-content .pb82, .result-modal .pb82 {
  padding-bottom: 82px !important;
}
.slot-content .pl82, .result-modal .pl82 {
  padding-left: 82px !important;
}
.slot-content .pa83, .result-modal .pa83 {
  padding: 83px !important;
}
.slot-content .pt83, .result-modal .pt83 {
  padding-top: 83px !important;
}
.slot-content .pr83, .result-modal .pr83 {
  padding-right: 83px !important;
}
.slot-content .pb83, .result-modal .pb83 {
  padding-bottom: 83px !important;
}
.slot-content .pl83, .result-modal .pl83 {
  padding-left: 83px !important;
}
.slot-content .pa84, .result-modal .pa84 {
  padding: 84px !important;
}
.slot-content .pt84, .result-modal .pt84 {
  padding-top: 84px !important;
}
.slot-content .pr84, .result-modal .pr84 {
  padding-right: 84px !important;
}
.slot-content .pb84, .result-modal .pb84 {
  padding-bottom: 84px !important;
}
.slot-content .pl84, .result-modal .pl84 {
  padding-left: 84px !important;
}
.slot-content .pa85, .result-modal .pa85 {
  padding: 85px !important;
}
.slot-content .pt85, .result-modal .pt85 {
  padding-top: 85px !important;
}
.slot-content .pr85, .result-modal .pr85 {
  padding-right: 85px !important;
}
.slot-content .pb85, .result-modal .pb85 {
  padding-bottom: 85px !important;
}
.slot-content .pl85, .result-modal .pl85 {
  padding-left: 85px !important;
}
.slot-content .pa86, .result-modal .pa86 {
  padding: 86px !important;
}
.slot-content .pt86, .result-modal .pt86 {
  padding-top: 86px !important;
}
.slot-content .pr86, .result-modal .pr86 {
  padding-right: 86px !important;
}
.slot-content .pb86, .result-modal .pb86 {
  padding-bottom: 86px !important;
}
.slot-content .pl86, .result-modal .pl86 {
  padding-left: 86px !important;
}
.slot-content .pa87, .result-modal .pa87 {
  padding: 87px !important;
}
.slot-content .pt87, .result-modal .pt87 {
  padding-top: 87px !important;
}
.slot-content .pr87, .result-modal .pr87 {
  padding-right: 87px !important;
}
.slot-content .pb87, .result-modal .pb87 {
  padding-bottom: 87px !important;
}
.slot-content .pl87, .result-modal .pl87 {
  padding-left: 87px !important;
}
.slot-content .pa88, .result-modal .pa88 {
  padding: 88px !important;
}
.slot-content .pt88, .result-modal .pt88 {
  padding-top: 88px !important;
}
.slot-content .pr88, .result-modal .pr88 {
  padding-right: 88px !important;
}
.slot-content .pb88, .result-modal .pb88 {
  padding-bottom: 88px !important;
}
.slot-content .pl88, .result-modal .pl88 {
  padding-left: 88px !important;
}
.slot-content .pa89, .result-modal .pa89 {
  padding: 89px !important;
}
.slot-content .pt89, .result-modal .pt89 {
  padding-top: 89px !important;
}
.slot-content .pr89, .result-modal .pr89 {
  padding-right: 89px !important;
}
.slot-content .pb89, .result-modal .pb89 {
  padding-bottom: 89px !important;
}
.slot-content .pl89, .result-modal .pl89 {
  padding-left: 89px !important;
}
.slot-content .pa90, .result-modal .pa90 {
  padding: 90px !important;
}
.slot-content .pt90, .result-modal .pt90 {
  padding-top: 90px !important;
}
.slot-content .pr90, .result-modal .pr90 {
  padding-right: 90px !important;
}
.slot-content .pb90, .result-modal .pb90 {
  padding-bottom: 90px !important;
}
.slot-content .pl90, .result-modal .pl90 {
  padding-left: 90px !important;
}
.slot-content .pa91, .result-modal .pa91 {
  padding: 91px !important;
}
.slot-content .pt91, .result-modal .pt91 {
  padding-top: 91px !important;
}
.slot-content .pr91, .result-modal .pr91 {
  padding-right: 91px !important;
}
.slot-content .pb91, .result-modal .pb91 {
  padding-bottom: 91px !important;
}
.slot-content .pl91, .result-modal .pl91 {
  padding-left: 91px !important;
}
.slot-content .pa92, .result-modal .pa92 {
  padding: 92px !important;
}
.slot-content .pt92, .result-modal .pt92 {
  padding-top: 92px !important;
}
.slot-content .pr92, .result-modal .pr92 {
  padding-right: 92px !important;
}
.slot-content .pb92, .result-modal .pb92 {
  padding-bottom: 92px !important;
}
.slot-content .pl92, .result-modal .pl92 {
  padding-left: 92px !important;
}
.slot-content .pa93, .result-modal .pa93 {
  padding: 93px !important;
}
.slot-content .pt93, .result-modal .pt93 {
  padding-top: 93px !important;
}
.slot-content .pr93, .result-modal .pr93 {
  padding-right: 93px !important;
}
.slot-content .pb93, .result-modal .pb93 {
  padding-bottom: 93px !important;
}
.slot-content .pl93, .result-modal .pl93 {
  padding-left: 93px !important;
}
.slot-content .pa94, .result-modal .pa94 {
  padding: 94px !important;
}
.slot-content .pt94, .result-modal .pt94 {
  padding-top: 94px !important;
}
.slot-content .pr94, .result-modal .pr94 {
  padding-right: 94px !important;
}
.slot-content .pb94, .result-modal .pb94 {
  padding-bottom: 94px !important;
}
.slot-content .pl94, .result-modal .pl94 {
  padding-left: 94px !important;
}
.slot-content .pa95, .result-modal .pa95 {
  padding: 95px !important;
}
.slot-content .pt95, .result-modal .pt95 {
  padding-top: 95px !important;
}
.slot-content .pr95, .result-modal .pr95 {
  padding-right: 95px !important;
}
.slot-content .pb95, .result-modal .pb95 {
  padding-bottom: 95px !important;
}
.slot-content .pl95, .result-modal .pl95 {
  padding-left: 95px !important;
}
.slot-content .pa96, .result-modal .pa96 {
  padding: 96px !important;
}
.slot-content .pt96, .result-modal .pt96 {
  padding-top: 96px !important;
}
.slot-content .pr96, .result-modal .pr96 {
  padding-right: 96px !important;
}
.slot-content .pb96, .result-modal .pb96 {
  padding-bottom: 96px !important;
}
.slot-content .pl96, .result-modal .pl96 {
  padding-left: 96px !important;
}
.slot-content .pa97, .result-modal .pa97 {
  padding: 97px !important;
}
.slot-content .pt97, .result-modal .pt97 {
  padding-top: 97px !important;
}
.slot-content .pr97, .result-modal .pr97 {
  padding-right: 97px !important;
}
.slot-content .pb97, .result-modal .pb97 {
  padding-bottom: 97px !important;
}
.slot-content .pl97, .result-modal .pl97 {
  padding-left: 97px !important;
}
.slot-content .pa98, .result-modal .pa98 {
  padding: 98px !important;
}
.slot-content .pt98, .result-modal .pt98 {
  padding-top: 98px !important;
}
.slot-content .pr98, .result-modal .pr98 {
  padding-right: 98px !important;
}
.slot-content .pb98, .result-modal .pb98 {
  padding-bottom: 98px !important;
}
.slot-content .pl98, .result-modal .pl98 {
  padding-left: 98px !important;
}
.slot-content .pa99, .result-modal .pa99 {
  padding: 99px !important;
}
.slot-content .pt99, .result-modal .pt99 {
  padding-top: 99px !important;
}
.slot-content .pr99, .result-modal .pr99 {
  padding-right: 99px !important;
}
.slot-content .pb99, .result-modal .pb99 {
  padding-bottom: 99px !important;
}
.slot-content .pl99, .result-modal .pl99 {
  padding-left: 99px !important;
}
.slot-content .pa100, .result-modal .pa100 {
  padding: 100px !important;
}
.slot-content .pt100, .result-modal .pt100 {
  padding-top: 100px !important;
}
.slot-content .pr100, .result-modal .pr100 {
  padding-right: 100px !important;
}
.slot-content .pb100, .result-modal .pb100 {
  padding-bottom: 100px !important;
}
.slot-content .pl100, .result-modal .pl100 {
  padding-left: 100px !important;
}
.slot-content .font-size-10, .result-modal .font-size-10 {
  font-size: 2.5px !important;
}
.slot-content .font-size-11, .result-modal .font-size-11 {
  font-size: 2.75px !important;
}
.slot-content .font-size-12, .result-modal .font-size-12 {
  font-size: 3px !important;
}
.slot-content .font-size-13, .result-modal .font-size-13 {
  font-size: 3.25px !important;
}
.slot-content .font-size-14, .result-modal .font-size-14 {
  font-size: 3.5px !important;
}
.slot-content .font-size-15, .result-modal .font-size-15 {
  font-size: 3.75px !important;
}
.slot-content .font-size-16, .result-modal .font-size-16 {
  font-size: 4px !important;
}
.slot-content .font-size-17, .result-modal .font-size-17 {
  font-size: 4.25px !important;
}
.slot-content .font-size-18, .result-modal .font-size-18 {
  font-size: 4.5px !important;
}
.slot-content .font-size-19, .result-modal .font-size-19 {
  font-size: 4.75px !important;
}
.slot-content .font-size-20, .result-modal .font-size-20 {
  font-size: 5px !important;
}
.slot-content .font-size-21, .result-modal .font-size-21 {
  font-size: 5.25px !important;
}
.slot-content .font-size-22, .result-modal .font-size-22 {
  font-size: 5.5px !important;
}
.slot-content .font-size-23, .result-modal .font-size-23 {
  font-size: 5.75px !important;
}
.slot-content .font-size-24, .result-modal .font-size-24 {
  font-size: 6px !important;
}
.slot-content .font-size-25, .result-modal .font-size-25 {
  font-size: 6.25px !important;
}
.slot-content .font-size-26, .result-modal .font-size-26 {
  font-size: 6.5px !important;
}
.slot-content .font-size-27, .result-modal .font-size-27 {
  font-size: 6.75px !important;
}
.slot-content .font-size-28, .result-modal .font-size-28 {
  font-size: 7px !important;
}
.slot-content .font-size-29, .result-modal .font-size-29 {
  font-size: 7.25px !important;
}
.slot-content .font-size-30, .result-modal .font-size-30 {
  font-size: 7.5px !important;
}
.slot-content .font-size-31, .result-modal .font-size-31 {
  font-size: 7.75px !important;
}
.slot-content .font-size-32, .result-modal .font-size-32 {
  font-size: 8px !important;
}
.slot-content .font-size-33, .result-modal .font-size-33 {
  font-size: 8.25px !important;
}
.slot-content .font-size-34, .result-modal .font-size-34 {
  font-size: 8.5px !important;
}
.slot-content .font-size-35, .result-modal .font-size-35 {
  font-size: 8.75px !important;
}
.slot-content .font-size-36, .result-modal .font-size-36 {
  font-size: 9px !important;
}
.slot-content .font-size-37, .result-modal .font-size-37 {
  font-size: 9.25px !important;
}
.slot-content .font-size-38, .result-modal .font-size-38 {
  font-size: 9.5px !important;
}
.slot-content .font-size-39, .result-modal .font-size-39 {
  font-size: 9.75px !important;
}
.slot-content .font-size-40, .result-modal .font-size-40 {
  font-size: 10px !important;
}
.slot-content .font-size-41, .result-modal .font-size-41 {
  font-size: 10.25px !important;
}
.slot-content .font-size-42, .result-modal .font-size-42 {
  font-size: 10.5px !important;
}
.slot-content .font-size-43, .result-modal .font-size-43 {
  font-size: 10.75px !important;
}
.slot-content .font-size-44, .result-modal .font-size-44 {
  font-size: 11px !important;
}
.slot-content .font-size-45, .result-modal .font-size-45 {
  font-size: 11.25px !important;
}
.slot-content .font-size-46, .result-modal .font-size-46 {
  font-size: 11.5px !important;
}
.slot-content .font-size-47, .result-modal .font-size-47 {
  font-size: 11.75px !important;
}
.slot-content .font-size-48, .result-modal .font-size-48 {
  font-size: 12px !important;
}
.slot-content .font-size-49, .result-modal .font-size-49 {
  font-size: 12.25px !important;
}
.slot-content .font-size-50, .result-modal .font-size-50 {
  font-size: 12.5px !important;
}
.slot-content .font-size-51, .result-modal .font-size-51 {
  font-size: 12.75px !important;
}
.slot-content .font-size-52, .result-modal .font-size-52 {
  font-size: 13px !important;
}
.slot-content .font-size-53, .result-modal .font-size-53 {
  font-size: 13.25px !important;
}
.slot-content .font-size-54, .result-modal .font-size-54 {
  font-size: 13.5px !important;
}
.slot-content .font-size-55, .result-modal .font-size-55 {
  font-size: 13.75px !important;
}
.slot-content .font-size-56, .result-modal .font-size-56 {
  font-size: 14px !important;
}
.slot-content .font-size-57, .result-modal .font-size-57 {
  font-size: 14.25px !important;
}
.slot-content .font-size-58, .result-modal .font-size-58 {
  font-size: 14.5px !important;
}
.slot-content .font-size-59, .result-modal .font-size-59 {
  font-size: 14.75px !important;
}
.slot-content .font-size-60, .result-modal .font-size-60 {
  font-size: 15px !important;
}

/*path*/
/*viewport*/
/*custom viewport*/
body {
  width: 100%;
  margin: auto;
}

.slot-content {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7;
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
  color: #fff;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slot-content .btn {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  padding: 20px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #fff;
  background: #de2870;
}
@media (max-width: 480px) {
  .slot-content .btn {
    font-size: 14px;
  }
}
.slot-content .btn:hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #e5548d;
}
.slot-content .btn__ico {
  display: block;
  width: 14px;
  height: auto;
  margin: 0 0 0 20px;
}
@media (max-width: 480px) {
  .slot-content .btn__ico {
    width: 11px;
  }
}
.slot-content .slot-section {
  width: 100%;
  padding: 50px 0;
}
.slot-content .desc-section {
  width: 100%;
  padding: 50px 0;
  background: #333;
}
.slot-content .slot-wrapper {
  width: 90%;
  max-width: 400px;
  margin: auto;
}
.slot-content .title {
  width: 100%;
  margin: 0 0 60px 0;
}
.slot-content .title__img {
  display: block;
  width: 100%;
  height: auto;
}
.slot-content .text {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 10px 0;
  text-align: center;
  color: #fff;
}
.slot-content .text--key {
  margin: 0 0 50px 0;
  color: #de2870;
}
.slot-content .slot {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
}
.slot-content .slot.is-active {
  -webkit-animation: shake 0.1s infinite;
          animation: shake 0.1s infinite;
}
.slot-content .slot:before {
  display: block;
  padding-top: 115%;
  /* 高さを幅の75%に固定 */
  content: "";
}
@media (max-width: 480px) {
  .slot-content .slot:before {
    padding-top: 130%;
  }
}
.slot-content .slot__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slot-content .slot__name {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}
.slot-content .slot__img {
  margin: 0 0 20px 0;
}
.slot-content .slot__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slot-content .slot__wrapper:before {
  display: block;
  padding-top: 55%;
  /* 高さを幅の75%に固定 */
  content: "";
}
.slot-content .slot__wrapper__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slot-content .slot__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  height: 100%;
  border: solid 1px #333;
  border-radius: 10px;
  background: #6b6b6b;
}
.slot-content .slot__box.is-active {
  -webkit-animation: flash 0.3s linear;
          animation: flash 0.3s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
.slot-content .slot__box.is-brink {
  -webkit-animation: blink 0.3s linear infinite;
          animation: blink 0.3s linear infinite;
}
.slot-content .slot__box.is-finished {
  -webkit-animation: flash 0.3s linear;
          animation: flash 0.3s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
.slot-content .slot__reel {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0 -70% 0;
}
.slot-content .slot__img-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 80%;
  margin: 0 auto 20% auto;
}
.slot-content .slot__img-wrapper:before {
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
  content: "";
}
.slot-content .slot__img-wrapper__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slot-content .slot__btn-wrapper {
  position: relative;
  z-index: 3;
  display: block;
  width: 250px;
  max-width: 40%;
  height: auto;
  margin: 7% auto 5% auto;
  cursor: pointer;
}
.slot-content .slot__btn {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  cursor: pointer;
}
.slot-content .slot__btn.is-disabled {
  content: url("../img/btn_pushed.svg");
  pointer-events: none;
}
.slot-content .slot__pointer {
  position: absolute;
  z-index: 10;
  top: -60%;
  left: 50%;
  width: 80%;
  max-width: 80px;
  -webkit-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
  -webkit-animation: push 0.8s linear infinite;
          animation: push 0.8s linear infinite;
  pointer-events: none;
}
.slot-content .list {
  margin: auto;
  text-align: center;
}
.slot-content .list__term {
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 10px;
  color: #fff;
  background: #000;
}
.slot-content .list__desc {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.slot-content .message {
  margin: 50px 0 0 0;
  padding: 10%;
  text-align: center;
  border: 10px solid #fff;
  border-radius: 10px;
  background: #000;
}
@media (max-width: 480px) {
  .slot-content .message {
    margin: 0;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #ff0;
  }
}
@keyframes flash {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #ff0;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f00000;
  }
}
@keyframes blink {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f00000;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes popUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@-webkit-keyframes push {
  0% {
    top: -30%;
  }
  100% {
    top: -20%;
  }
}
@keyframes push {
  0% {
    top: -30%;
  }
  100% {
    top: -20%;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.percentage {
  margin: 0;
  text-align: center;
  color: #fff;
  background: #000;
}

.result-modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  -webkit-animation: fadeIn 0.3s linear forwards;
          animation: fadeIn 0.3s linear forwards;
  border: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.result-modal .btn {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  padding: 20px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #fff;
  background: #de2870;
}
@media (max-width: 480px) {
  .result-modal .btn {
    font-size: 14px;
  }
}
.result-modal .btn:hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #e5548d;
}
.result-modal .btn__ico {
  display: block;
  width: 14px;
  height: auto;
  margin: 0 0 0 20px;
}
@media (max-width: 480px) {
  .result-modal .btn__ico {
    width: 11px;
  }
}
.result-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-modal:after {
  position: absolute;
  z-index: 9100;
  width: 100%;
  height: 100vh;
  content: "";
  background: url("../img/coin.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.result-modal .result-modal__box {
  position: absolute;
  z-index: 9999;
  width: 90%;
  max-width: 400px;
  padding: 40px 30px 20px 30px;
  -webkit-animation: popUp 0.3s ease-in-out forwards;
          animation: popUp 0.3s ease-in-out forwards;
  text-align: center;
  color: #fff;
  border: 8px solid #fff;
  border-radius: 10px;
  background: #000;
}
.result-modal .result-modal__img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
.result-modal .result-modal__heading {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
@media (max-width: 480px) {
  .result-modal .result-modal__heading {
    font-size: 20px;
  }
}
.result-modal .result-modal__text {
  font-size: 15px;
  margin: 10px 0 0;
}
.result-modal .result-modal__note {
  font-size: 13px;
  margin: 5px 0 40px 0;
}
.result-modal .result-modal__coupon-code {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background: #333;
}