@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.75em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

canvas {
  display: inline-block; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.75em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

canvas {
  display: inline-block; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

@font-face {
  font-family: 'tit_reg';
  src: url("/fonts/titilliumweb-regular.eot");
  src: url("/fonts/titilliumweb-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/titilliumweb-regular.woff2") format("woff2"), url("/fonts/titilliumweb-regular.woff") format("woff"), url("/fonts/titilliumweb-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tit_bold';
  src: url("/fonts/titilliumweb-bold.eot");
  src: url("/fonts/titilliumweb-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/titilliumweb-bold.woff2") format("woff2"), url("/fonts/titilliumweb-bold.woff") format("woff"), url("/fonts/titilliumweb-bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal; }

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  clear: both; }
  @media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 15px; } }

h1, .h1 {
  font: 2.5rem/36px "tit_bold", sans-serif; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 26px;
      letter-spacing: -1px; } }
  h1:after, h2:after, .h2:after, .bonus-title:after, .h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #ce1b14;
    display: block;
    margin-top: 25px; }
    @media (max-width: 767px) {
      h1:after, h2:after, .h2:after, .bonus-title:after, .h1:after {
        margin-top: 10px; } }

h2, .h2, .bonus-title {
  font-size: 2rem;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    h2, .h2, .bonus-title {
      font-size: 22px;
      line-height: 22px; } }
  h2:after, .h2:after, .bonus-title:after {
    margin-top: 20px; }

.bonus-title {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin: 20px 0; }

.fx-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }

h3, .h3 {
  font-size: 1.75rem;
  margin-bottom: 12px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 19px; } }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

p {
  line-height: 2rem; }
  p.big {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      p.big {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 30px; } }
  @media (max-width: 767px) {
    p {
      line-height: 1.5rem; } }

.font-big {
  font-size: 30px; }
  .font-big th {
    line-height: 30px !important; }

.link-arrow {
  font-weight: 700;
  display: block;
  margin: 20px 0; }
  .link-arrow:after {
    content: "";
    transform: translate(0, 3px);
    display: inline-block;
    width: 20px;
    height: 18px;
    background: red;
    margin-left: 8px;
    background: url(/images/template/arrow.svg);
    background-size: 100% 100%; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "tit_reg", sans-serif, "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f9f9f9;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

@media (min-width: 992px) {
  .bodybg {
    background-repeat: no-repeat; } }

.main-bg {
  background: #f0f0f0; }

.alt-bg {
  background: #fff; }

.centred {
  text-align: center;
  margin: auto; }

.container-fluid {
  padding: 0; }

a {
  color: #ce1b14;
  border-bottom: 2px solid rgba(0, 0, 0, 0); }
  a:hover {
    color: #ef5f59; }
  a:focus {
    text-decoration: none;
    color: #ea322b; }

strong {
  font-family: "tit_bold", sans-serif; }

hr {
  border-color: #dddddd;
  border-top: none; }

sup {
  font-size: 50%;
  top: -.75em; }

.list {
  margin-bottom: 30px; }
  .list li {
    position: relative;
    padding-left: 35px;
    line-height: 2rem;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .list li {
        line-height: 1rem; } }
    .list li:before {
      border-color: #ce1b14;
      content: "";
      display: inline-block;
      height: 10px;
      position: absolute;
      left: 10px;
      top: 15px;
      width: 10px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      transform: translateY(-50%) rotate(45deg);
      transition: all 0.2s ease-in-out 0s; }
      @media (max-width: 991px) {
        .list li:before {
          top: 9px; } }

.ol-numbers li {
  list-style: inherit;
  margin-left: 20px; }

.no-padding {
  padding: 0; }

.box-shadow {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.17); }

.relative {
  position: relative; }

.breadcrumbs {
  width: 100%;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 14px; }
  .breadcrumbs li {
    display: inline;
    color: #000; }
    .breadcrumbs li:after {
      content: "›";
      margin: 0 3px; }
    .breadcrumbs li:first-child span {
      display: none; }
    .breadcrumbs li:first-child a:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 14px;
      background: url(/images/template/icon-sprite-us.png) no-repeat;
      background-size: 500px 1500px;
      background-position: 10.363% 6.729%; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      color: #aaaaaa;
      text-decoration: none;
      border: none; }
      .breadcrumbs li a:hover {
        color: #ce1b14; }

.winners-info {
  padding: 0 15px; }
  .winners-info img {
    float: left;
    padding: 0 20px 10px 0;
    width: 72px;
    height: 134px;
    box-sizing: content-box; }
  .winners-info p {
    font-size: 24px;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .winners-info p {
        font-size: 18px; } }

.triangle:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #fff transparent transparent;
  bottom: -25px;
  left: 45%; }

.questions li {
  margin-bottom: 20px; }

.answer {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px; }

.related-links a {
  background: #fff;
  display: block;
  padding: 25px 25px 25px 115px;
  border: none;
  border-radius: 8px;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ce1b14; }
  @media (max-width: 767px) {
    .related-links a {
      padding: 15px 15px 15px 60px; } }
  @media (min-width: 768px) {
    .related-links a {
      min-height: 120px; } }
  .related-links a:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    content: "";
    position: absolute; }
    @media (max-width: 767px) {
      .related-links a:before {
        top: 20px;
        left: 15px;
        width: 32px;
        height: 30px;
        background-size: 250px !important; } }
    @media (min-width: 768px) {
      .related-links a:before {
        left: 30px;
        top: 30px;
        width: 64px;
        height: 62px; } }
  .related-links a.results-link:before {
    background-position: 11.338% 20.819%; }
  .related-links a.results-link:hover:before {
    background-position: 26.871% 20.819%; }
  .related-links a.generator-link:before {
    background-position: 11.455% 25.406%; }
  .related-links a.generator-link:hover:before {
    background-position: 27.148% 25.406%; }
  .related-links a.play-link:before {
    background-position: 11.161% 29.74%; }
  .related-links a.play-link:hover:before {
    background-position: 26.451% 29.74%; }
  .related-links a.win-link:before {
    background-position: 50.038% 50.316%; }
  .related-links a.win-link:hover:before {
    background-position: 50.075% 50.316%; }
  .related-links a.prizes-link:before {
    background-position: 50.87% 50.774%; }
  .related-links a.prizes-link:hover:before {
    background-position: 50.739% 50.774%; }
  .related-links a.questions-link:before {
    background-position: 50.05% 50.13%; }
  .related-links a.questions-link:hover:before {
    background-position: 50.099% 50.13%; }
  .related-links a:hover {
    background: #ce1b14;
    color: #fff; }

.special-box {
  background-repeat: no-repeat;
  background-position: top center;
  background: url(/images/template/special-box-us.jpg) no-repeat top center;
  color: #fff;
  background-size: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.text-center {
  text-align: center; }

.padding-xsm {
  padding: 5px; }

.padding-sm {
  padding: 10px; }

.padding-md {
  padding: 15px; }

.padding-lg {
  padding: 20px; }

.padding-xlg {
  padding: 25px; }

.paddingVbig {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .paddingVbig {
      padding: 10px 0; } }

.paddingBig {
  padding: 30px 0; }
  @media (max-width: 1199px) {
    .paddingBig {
      padding: 10px 0; } }

.paddingMed {
  padding: 25px 0; }

.paddingSmall {
  padding: 20px 0; }

.paddingXsmall {
  padding: 5px 0; }

.padding-side {
  padding-left: 15px;
  padding-right: 15px; }

.noPadding {
  padding: 0 !important; }

.marginBig {
  margin: 80px 0; }

.marginMed {
  margin: 50px 0; }

.marginSmall {
  margin: 30px 0; }

.marginXm {
  margin: 15px 0; }

.marginTopSmall {
  margin-top: 20px; }

.marginBottomMed {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .prizeCalculator {
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-block; }
  .prizeCalculator .inner {
    display: inline-block;
    width: 48%;
    padding-left: 40px; }
  .prizeCalculator .formBox tbody tr td {
    padding: 15px 10px 10px; }
  .prizeCalculator .bottom {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    border-left: 1px solid #fff;
    padding-left: 40px; } }

@media (max-width: 767px) {
  .m-order-1 {
    order: 1; }
  .m-order-2 {
    order: 2; } }

input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.bigWinnersBox {
  text-align: center; }
  .bigWinnersBox .title {
    background: #ce1b14;
    color: #fff;
    font-size: 24px;
    padding: 10px; }
    @media (max-width: 767px) {
      .bigWinnersBox .title {
        font-size: 18px; } }
  .bigWinnersBox p {
    background: #333;
    color: #fff;
    padding: 5px 10px; }
  .bigWinnersBox img {
    width: 100%; }

.btn-cta {
  position: relative;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  padding: 10px;
  display: inline-block;
  font: 24px/30px "tit_bold", sans-serif;
  background: #fff;
  color: #ff0a00;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 20px; }
  .btn-cta span {
    margin-left: 5px; }
  .btn-cta:hover {
    background: #ff0a00;
    color: #fff;
    border: none; }
    .btn-cta:hover:before {
      background-position: 0 8.409%; }
  .btn-cta:focus {
    background: #ff0a00;
    color: #fff;
    text-decoration: none; }
  .btn-cta.cta-inverse {
    line-height: 24px;
    border: 1px solid #ff0a00; }
    .btn-cta.cta-inverse span {
      font-size: 26px; }

.btn {
  display: inline-block;
  border: 1px solid;
  border-radius: 8px;
  padding: 10px 35px;
  font: 19px/21px "tit_bold", sans-serif;
  text-transform: uppercase;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  color: #333;
  background: #dddddd; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      line-height: 16px; } }
  .btn.btn-yellow {
    background: linear-gradient(to bottom, #fcd027 0%, #f37200 100%);
    border-color: #f9ab0c; }
    .btn.btn-yellow:hover {
      background: linear-gradient(to bottom, #ffdc59 0%, #ff922d 100%);
      color: #333;
      border: 1px solid #f9ab0c; }
  .btn.submit {
    color: #333;
    cursor: pointer; }
  .btn#switchLink {
    display: inline-block;
    margin-top: 45px;
    font-size: 16px;
    padding: 10px 15px; }
    @media (max-width: 767px) {
      .btn#switchLink {
        display: block;
        margin: 10px auto; } }
  .btn.-sm {
    padding: 5px 15px 7px;
    margin: 5px;
    line-height: 1em; }
    .btn.-sm.checkbox {
      margin: 0; }
      @media (max-width: 550px) {
        .btn.-sm.checkbox {
          font-size: .9em; } }

.checkbox {
  font-size: 1rem;
  padding: 3px 10px;
  margin: 0;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  text-transform: none; }
  .checkbox span {
    margin-right: 5px; }

@media (max-width: 767px) {
  .nav-btns {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding-bottom: 15px; } }

.nav-btns a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .nav-btns a {
      position: relative;
      left: auto;
      transform: translate(0); } }
  .nav-btns a:hover._prev img {
    transform: scale(1.1); }
  .nav-btns a:hover._next img {
    transform: scale(1.1) rotate(180deg); }
  .nav-btns a span {
    display: none;
    color: #fff;
    line-height: 1em; }
    @media (max-width: 767px) {
      .nav-btns a span {
        display: inline-block; } }

.nav-btns ._next {
  left: calc(100% + 30px);
  margin-left: 40px; }
  @media (max-width: 767px) {
    .nav-btns ._next {
      left: auto; } }
  .nav-btns ._next span {
    margin-right: 10px;
    text-align: right; }
  .nav-btns ._next img {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(180deg); }

.nav-btns ._prev {
  left: -30px;
  margin-right: 40px; }
  @media (max-width: 1199px) {
    .nav-btns ._prev {
      left: 0; } }
  .nav-btns ._prev span {
    margin-left: 10px; }

.nav-btns img {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: transform .1s ease-in-out; }
  @media (max-width: 550px) {
    .nav-btns img {
      width: 32px;
      height: 32px; } }

.btn-order {
  display: inline-block;
  margin: 5px 0;
  position: relative;
  overflow: hidden;
  background: #c5c5c5;
  border-radius: 5px;
  font-size: .8em;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5); }
  .btn-order span {
    text-align: center;
    padding: 0 10px;
    display: block;
    transition: transform .2s ease-in-out; }
    .btn-order span:first-child:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      top: 0;
      left: 100%;
      transform: translate(-50%);
      background: white; }
    .btn-order span:last-child {
      position: absolute;
      background: white;
      width: 100%;
      color: #000;
      top: 50%;
      left: 0;
      transform: translate(100%, -50%); }
  .btn-order.is-active span {
    transform: translate(-100%); }
    .btn-order.is-active span:last-child {
      transform: translate(0, -50%); }

.anchors {
  margin: 40px 0; }
  .anchors li {
    margin-bottom: 10px; }
  .anchors a {
    display: inline-block;
    padding: 5px 20px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.btn-payouts {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .btn-payouts.-us {
    width: 148px;
    height: 46px;
    background-image: url(/images/generic/btn-payouts-us.png); }
    .btn-payouts.-us:hover {
      background-image: url(/images/generic/btn-payouts-hover-us.png); }
  .btn-payouts.-es {
    width: 178px;
    height: 46px;
    background-image: url(/images/generic/btn-payouts-es.png); }
    .btn-payouts.-es:hover {
      background-image: url(/images/generic/btn-payouts-hover-es.png); }
  .btn-payouts.-de {
    width: 240px;
    height: 46px;
    background-image: url(/images/generic/btn-payouts-de.png); }
    @media (max-width: 350px) {
      .btn-payouts.-de {
        width: 200px; } }
    .btn-payouts.-de:hover {
      background-image: url(/images/generic/btn-payouts-hover-de.png); }
  .btn-payouts.-ru {
    width: 200px;
    height: 46px;
    background-image: url(/images/generic/btn-payouts-ru.png); }
    .btn-payouts.-ru:hover {
      background-image: url(/images/generic/btn-payouts-hover-ru.png); }

@media (max-width: 1199px) {
  header {
    background: #ce1b14;
    padding: 0 0 10px; } }

@media (max-width: 767px) {
  header {
    padding: 0; } }

header br:last-child {
  clear: both;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block; }

@media (min-width: 992px) {
  .row.noFlex {
    display: block; } }

.topBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 auto;
  height: 31px;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .topBar {
      height: auto; } }

.selectNav {
  display: flex;
  background: #eee;
  flex: 1; }
  .selectNav li {
    display: flex;
    flex: 1.3 1; }
    .selectNav li a {
      border-bottom: none;
      border-right: 1px solid #dddddd;
      padding: 2px 20px 2px 40px;
      position: relative;
      font-family: "tit_bold", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      box-sizing: border-box;
      width: 100%;
      color: #333; }
      @media (min-width: 992px) {
        .selectNav li a {
          line-height: 26px; } }
      @media (max-width: 1199px) {
        .selectNav li a {
          font-size: 12px; } }
      @media (max-width: 991px) {
        .selectNav li a {
          font-size: 11px;
          padding: 5px;
          text-align: center; } }
      @media (max-width: 767px) {
        .selectNav li a {
          background: #ea322b;
          color: #fff;
          border-right: 1px solid #ce1b14; } }
      @media (min-width: 992px) {
        .selectNav li a:before {
          background: url(/images/template/icon-sprite-us.png) no-repeat;
          background-size: 500px 1500px;
          content: "";
          width: 24px;
          height: 17px;
          position: absolute;
          left: 10px;
          top: 8px; } }
      .selectNav li a.active, .selectNav li a:hover {
        background: #ce1b14;
        color: #fff;
        border-right-color: #ce1b14; }
      .selectNav li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: 12px; }
    .selectNav li:last-child a {
      border-right: none; }
    .selectNav li:first-child {
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .selectNav li:first-child {
          flex: 1 1; } }
    .selectNav li.flag-us a:before {
      background-position: 0 0; }
    .selectNav li.flag-au a:before {
      background-position: 0 1.416%; }
    .selectNav li.flag-nz a:before {
      background-position: 0 2.832%; }
    .selectNav li.flag-sa a:before {
      background-position: 0 4.248%; }

@media (min-width: 1200px) {
  .navigation {
    float: right; } }

@media (min-width: 992px) {
  .navigation {
    padding-top: 12px; } }

@media (max-width: 1199px) {
  .navigation {
    width: 100%; } }

.navbar-brand {
  border: none;
  display: inline-block;
  margin: 20px 0 0 0; }
  @media (max-width: 991px) {
    .navbar-brand {
      margin: 40px 0 20px; } }
  @media (max-width: 767px) {
    .navbar-brand {
      margin: 10px 0 10px 20px; } }
  .navbar-brand img {
    width: 250px;
    height: 33px; }
    @media (max-width: 767px) {
      .navbar-brand img {
        width: 200px;
        height: 27px;
        display: block;
        margin: 0 auto; } }
  .navbar-brand:hover {
    border: none;
    filter: brightness(120%); }
  .navbar-brand.-wide img {
    width: 210px;
    height: 29px; }

.dropdown a:hover {
  border: none !important; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.navbar {
  padding: 20px 0; }
  @media (max-width: 1199px) {
    .navbar {
      padding: 0; } }
  @media (min-width: 992px) {
    .navbar .navbar-nav .nav-item {
      margin: 0 1.6rem 0 0; } }
  .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "tit_bold", sans-serif;
    height: 28px;
    border: none;
    display: block; }
    @media (min-width: 576px) {
      .navbar .navbar-nav .nav-item a {
        padding: 0 0 0 3px; } }
    @media (max-width: 991px) {
      .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid #ea322b;
        height: 40px;
        line-height: 40px;
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a.active {
        border-bottom: 3px solid #ce1b14;
        color: #fff;
        border-color: #ea322b; } }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 8px;
    width: 250px; }
    @media (max-width: 991px) {
      .navbar .navbar-nav .nav-item .dropdown-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        background-clip: border-box; } }
    .navbar .navbar-nav .nav-item .dropdown-menu:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #fff;
      top: -8px;
      content: "";
      left: 38px;
      position: absolute; }
    .navbar .navbar-nav .nav-item .dropdown-menu a {
      font-size: 14px;
      color: #333;
      padding: 8px;
      line-height: 18px; }
      .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
        border: none;
        color: #ce1b14; }
      .navbar .navbar-nav .nav-item .dropdown-menu a:last-child {
        border: none;
        padding-bottom: 0; }
  .navbar .navbar-nav .nav-item.play {
    margin-right: 0; }
    .navbar .navbar-nav .nav-item.play a {
      padding: 2px 10px 15px;
      background: #ffcc00;
      border-radius: 8px;
      color: #333; }
      @media (max-width: 991px) {
        .navbar .navbar-nav .nav-item.play a {
          display: inline-block;
          margin: 20px 0; } }
      .navbar .navbar-nav .nav-item.play a.active {
        border: none; }
      .navbar .navbar-nav .nav-item.play a:hover {
        border: none;
        background: #ffe066; }
  @media (max-width: 991px) {
    .navbar .navbar-nav .nav-item:last-child a {
      border-bottom: none; } }
  .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    top: -48px; }
    @media (min-width: 768px) {
      .navbar .navbar-toggler {
        top: -60px; } }

@media (max-width: 767px) {
  #tabMenu {
    width: 100%;
    display: flex; }
    #tabMenu li {
      display: flex;
      background: #ea322b;
      width: 33.33333%;
      align-items: center;
      height: 100%; }
      #tabMenu li a {
        position: relative;
        display: block;
        width: 100%;
        font-family: "tit_bold", sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-right: 2px solid #ce1b14;
        padding: 8px 0;
        vertical-align: middle;
        line-height: 18px; }
      #tabMenu li:last-child a {
        border-right: none; }
      #tabMenu li.play a {
        background: #ffd10f;
        color: #333;
        height: 100%; }
      #tabMenu li.mobileCasino {
        width: 33%; }
      #tabMenu li .dropdown-menu {
        min-width: 20rem;
        border-radius: 0;
        padding: 0; }
        #tabMenu li .dropdown-menu a {
          color: #ce1b14;
          border-right: 0;
          border-bottom: 1px solid #ce1b14;
          text-align: left;
          padding: 0 10px;
          height: 50px;
          line-height: 50px; } }

@media (max-width: 767px) {
  .languages {
    width: 50%;
    margin: 0 auto 20px; } }

.languages select, .languages > ul {
  border: none;
  background: url(/images/template/dropdown-pointer.png) no-repeat 100px center #333;
  font: 14px/32px "tit_bold", sans-serif;
  color: #fff;
  height: 32px;
  width: 125px;
  padding-left: 8px;
  appearance: none;
  position: relative;
  border-radius: 0; }
  @media (max-width: 767px) {
    .languages select, .languages > ul {
      height: 40px;
      width: 100%;
      margin: 0 auto;
      border-radius: 4px;
      background: url(/images/template/dropdown-pointer-inverse.png) no-repeat right 10px center #fff;
      color: #333;
      height: 20px;
      line-height: 20px; }
      .languages select:focus, .languages > ul:focus {
        border-color: #ce1b14; } }
  @media (max-width: 767px) {
    .languages select:before, .languages > ul:before {
      content: "";
      position: absolute;
      right: 5px;
      top: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 7.5px 0 7.5px;
      border-color: #007bff transparent transparent;
      width: 5px;
      height: 5px; } }

.dropdown-box {
  z-index: 99;
  position: relative;
  cursor: pointer; }
  .dropdown-box li {
    position: relative;
    padding-left: 25px;
    font-size: 12px; }
    .dropdown-box li .dropdown {
      display: inline-block;
      width: 100%;
      height: 170px;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s ease 0.1s; }
      .dropdown-box li .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: -20px;
        background: #333;
        width: 100%;
        transition: all 0.25s ease 0.1s;
        padding: 10px 0; }
        .dropdown-box li .dropdown ul li {
          padding-left: 0; }
        .dropdown-box li .dropdown ul:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #333;
          position: absolute;
          top: -10px;
          left: 48px; }
      .dropdown-box li .dropdown a {
        color: #fff;
        padding: 0 5px 0 35px;
        position: relative; }
        .dropdown-box li .dropdown a:hover {
          color: #ce1b14; }
  .dropdown-box:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease 0.1s; }
    .dropdown-box:hover .dropdown ul {
      top: 50px;
      transition: all 0.25s ease 0.1s; }
  .dropdown-box a:before, .dropdown-box .en:before, .dropdown-box .es:before, .dropdown-box .fr:before, .dropdown-box .ru:before, .dropdown-box .de:before, .dropdown-box .us:before, .dropdown-box .mx:before, .dropdown-box .do:before, .dropdown-box .pr:before, .dropdown-box .pe:before, .dropdown-box .co:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    content: "";
    width: 18px;
    height: 17px;
    background-position: 37.824% 0;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 10px; }
  .dropdown-box a .us-li a:before, .dropdown-box .en .us-li a:before, .dropdown-box .es .us-li a:before, .dropdown-box .fr .us-li a:before, .dropdown-box .ru .us-li a:before, .dropdown-box .de .us-li a:before, .dropdown-box .us .us-li a:before, .dropdown-box .mx .us-li a:before, .dropdown-box .do .us-li a:before, .dropdown-box .pr .us-li a:before, .dropdown-box .pe .us-li a:before, .dropdown-box .co .us-li a:before {
    background-position: 37.824% 0; }
  .dropdown-box a .en-li a:before, .dropdown-box .en .en-li a:before, .dropdown-box .es .en-li a:before, .dropdown-box .fr .en-li a:before, .dropdown-box .ru .en-li a:before, .dropdown-box .de .en-li a:before, .dropdown-box .us .en-li a:before, .dropdown-box .mx .en-li a:before, .dropdown-box .do .en-li a:before, .dropdown-box .pr .en-li a:before, .dropdown-box .pe .en-li a:before, .dropdown-box .co .en-li a:before {
    background-position: 37.824% 7.015%; }
  .dropdown-box a .fr-li a:before, .dropdown-box .en .fr-li a:before, .dropdown-box .es .fr-li a:before, .dropdown-box .fr .fr-li a:before, .dropdown-box .ru .fr-li a:before, .dropdown-box .de .fr-li a:before, .dropdown-box .us .fr-li a:before, .dropdown-box .mx .fr-li a:before, .dropdown-box .do .fr-li a:before, .dropdown-box .pr .fr-li a:before, .dropdown-box .pe .fr-li a:before, .dropdown-box .co .fr-li a:before {
    background-position: 37.824% 2.833%; }
  .dropdown-box a .de-li a:before, .dropdown-box .en .de-li a:before, .dropdown-box .es .de-li a:before, .dropdown-box .fr .de-li a:before, .dropdown-box .ru .de-li a:before, .dropdown-box .de .de-li a:before, .dropdown-box .us .de-li a:before, .dropdown-box .mx .de-li a:before, .dropdown-box .do .de-li a:before, .dropdown-box .pr .de-li a:before, .dropdown-box .pe .de-li a:before, .dropdown-box .co .de-li a:before {
    background-position: 37.824% 4.216%; }
  .dropdown-box a .ru-li a:before, .dropdown-box .en .ru-li a:before, .dropdown-box .es .ru-li a:before, .dropdown-box .fr .ru-li a:before, .dropdown-box .ru .ru-li a:before, .dropdown-box .de .ru-li a:before, .dropdown-box .us .ru-li a:before, .dropdown-box .mx .ru-li a:before, .dropdown-box .do .ru-li a:before, .dropdown-box .pr .ru-li a:before, .dropdown-box .pe .ru-li a:before, .dropdown-box .co .ru-li a:before {
    background-position: 37.824% 5.599%; }
  .dropdown-box .es .es-li a:before {
    background-position: 37.824% 1.45%; }
  .dropdown-box .pr .es-li a:before {
    background-position: 42.624% 1.45%; }
  .dropdown-box .mx .es-li a:before {
    background-position: 46.924% 1.45%; }
  .dropdown-box .do .es-li a:before {
    background-position: 55.924% 1.45%; }
  .dropdown-box .co .es-li a:before {
    background-position: 51.424% 1.45%; }
  .dropdown-box .pe .es-li a:before {
    background-position: 60.724% 1.45%; }
  .dropdown-box .us:before {
    background-position: 37.824% 0; }
  .dropdown-box .en:before {
    background-position: 37.824% 7.015%; }
  .dropdown-box .es:before {
    background-position: 37.824% 1.45%; }
  .dropdown-box .pr:before {
    background-position: 42.624% 1.45%; }
  .dropdown-box .mx:before {
    background-position: 46.924% 1.45%; }
  .dropdown-box .co:before {
    background-position: 51.424% 1.45%; }
  .dropdown-box .do:before {
    background-position: 55.924% 1.45%; }
  .dropdown-box .pe:before {
    background-position: 60.724% 1.45%; }
  .dropdown-box .fr:before {
    background-position: 37.824% 2.833%; }
  .dropdown-box .de:before {
    background-position: 37.824% 4.216%; }
  .dropdown-box .ru:before {
    background-position: 37.824% 5.599%; }
  .dropdown-box > ul > li:before {
    top: 8px !important;
    left: 0 !important; }

.search {
  padding: 0;
  position: relative; }
  @media (max-width: 767px) {
    .search {
      border-radius: 3px;
      overflow: hidden;
      width: 80%;
      margin: 10px auto; } }
  .search #search-box {
    background: #fff;
    color: #444;
    font-size: 14px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
    border: none;
    display: inline-block;
    width: 100%;
    height: 31px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5) inset;
    vertical-align: top; }
    @media (min-width: 768px) {
      .search #search-box {
        width: 205px;
        border-radius: 0; } }
  .search #go-button {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    background-position: 23.483% 4.149%;
    outline: 0 none;
    width: 35px;
    z-index: 2;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }

.dropdown-states {
  width: 1150px !important;
  position: absolute;
  top: 100%;
  left: -450px; }
  .dropdown-states.-wide {
    left: -328px; }
    @media (max-width: 992px) {
      .dropdown-states.-wide {
        left: 0; } }
    .dropdown-states.-wide:after {
      left: 345px !important; }
  @media (max-width: 992px) {
    .dropdown-states {
      width: 100% !important;
      left: 0; } }
  .dropdown-states:after {
    left: 465px !important; }
  .dropdown-states ul {
    padding: 20px;
    display: flex;
    flex-wrap: wrap; }
    .dropdown-states ul li {
      width: 155px;
      padding-left: 15px;
      position: relative; }
      .dropdown-states ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        background: url(/images/svg/marker.svg);
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transform: translate(0, -35%);
        opacity: .2;
        transition: all .2s ease-in-out; }
      .dropdown-states ul li:hover:before {
        opacity: 1;
        transform: translate(0, -45%); }

.big-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #b11f06; }

@media (max-width: 1199px) {
  .top-bg, .big-bg {
    background-size: cover; } }

@media (min-width: 1200px) {
  .pullUp {
    background-position: center 0;
    background-size: 1700px; } }

.feature-box, .ticket {
  color: #fff; }
  @media (min-width: 1200px) {
    .feature-box, .ticket {
      margin: 30px 0 40px;
      min-height: 310px; } }
  @media (max-width: 1199px) {
    .feature-box, .ticket {
      margin: 0;
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .feature-box, .ticket {
      padding: 0; } }
  .feature-box .date, .ticket .date {
    font: 32px/40px "tit_bold", sans-serif; }
    @media (max-width: 1199px) {
      .feature-box .date, .ticket .date {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .feature-box .date, .ticket .date {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
        width: 55%; } }
    .feature-box .date span, .ticket .date span {
      color: #ffcc00;
      font-size: 50px;
      display: block;
      width: 100%; }
      @media (max-width: 1199px) {
        .feature-box .date span, .ticket .date span {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .feature-box .date span, .ticket .date span {
          font-size: 28px; } }
  @media (min-width: 1200px) {
    .feature-box.lessHeight, .ticket.lessHeight {
      margin: 20px 0 0; } }
  .feature-box .rollover-box, .ticket .rollover-box {
    background: rgba(206, 27, 20, 0.5);
    font: 24px/24px "tit_bold", sans-serif;
    padding: 5px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    margin: auto 0; }
    @media (max-width: 767px) {
      .feature-box .rollover-box, .ticket .rollover-box {
        width: 45%;
        display: inline-block;
        font-size: 18px;
        line-height: 18px; } }
    .feature-box .rollover-box.darker, .ticket .rollover-box.darker {
      background: #a0150f; }
    .feature-box .rollover-box span, .ticket .rollover-box span {
      color: #ffcc00; }
  .feature-box .title, .ticket .title {
    font: 28px/28px "tit_reg", sans-serif;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .feature-box .title, .ticket .title {
        font-size: 16px;
        margin-top: 15px;
        text-align: center; } }
  .feature-box .cta p, .ticket .cta p {
    font: 21px/21px "tit_reg", sans-serif;
    text-align: center; }
  .feature-box hr, .ticket hr {
    border: none;
    border-bottom: 1px solid #ea322b; }
  .feature-box .link, .ticket .link {
    color: #ffcc00;
    font: 20px/34px "tit_reg", sans-serif;
    position: relative;
    border-bottom: none;
    width: 100%;
    display: block;
    margin: 20px 0 10px; }
    @media (max-width: 1199px) {
      .feature-box .link, .ticket .link {
        text-align: center; } }
    @media (max-width: 767px) {
      .feature-box .link, .ticket .link {
        line-height: 22px; } }
    .feature-box .link:hover, .ticket .link:hover {
      color: #fff; }
      .feature-box .link:hover:after, .ticket .link:hover:after {
        background-position: 0 12.091%; }
    .feature-box .link:after, .ticket .link:after {
      background: url(/images/template/icon-sprite-us.png) no-repeat;
      background-size: 500px 1500px;
      content: "";
      display: inline-block;
      background-position: 0 10.132%;
      width: 32px;
      height: 20px;
      margin: 0 0 0 15px; }
  .feature-box.big, .ticket.big {
    margin: 0 0 30px;
    min-height: 440px;
    padding-top: 80px; }
    @media (max-width: 767px) {
      .feature-box.big, .ticket.big {
        padding: 10px;
        min-height: 365px; } }
    .feature-box.big .jackpot-box, .ticket.big .jackpot-box {
      padding: 20px;
      width: 100%; }
  @media (max-width: 767px) {
    .feature-box .ticket-closed .title, .ticket .ticket-closed .title {
      font-size: 21px;
      line-height: 21px; } }
  .feature-box .ticket-closed .title span, .ticket .ticket-closed .title span {
    display: block;
    font: 34px/34px "tit_bold", sans-serif;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .feature-box .ticket-closed .title span, .ticket .ticket-closed .title span {
        font-size: 21px;
        margin-top: 10px;
        line-height: 24px; } }

.jackpot-box {
  color: #333;
  font: 32px/40px "tit_bold", sans-serif;
  text-align: center; }
  @media (max-width: 1199px) {
    .jackpot-box {
      color: #fff; } }
  @media (max-width: 767px) {
    .jackpot-box {
      display: inline-block;
      line-height: 24px;
      width: 100%; } }
  @media (min-width: 1200px) {
    .jackpot-box {
      padding: 35px 0 0 35px;
      width: 440px; } }
  .jackpot-box > div {
    text-align: center;
    width: 100%;
    display: inline-block; }
  @media (min-width: 1200px) {
    .jackpot-box.moveIt {
      padding: 20px 0 0 15px;
      width: 385px; } }
  .jackpot-box .title {
    font: 20px/20px "tit_reg", sans-serif;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .jackpot-box .title {
        margin: 0; } }
  .jackpot-box .jackpot {
    color: #ce1b14;
    font-size: 120px;
    line-height: 46px; }
    @media (max-width: 1199px) {
      .jackpot-box .jackpot {
        color: #ffcc00; } }
    @media (max-width: 767px) {
      .jackpot-box .jackpot {
        font-size: 50px; } }
    .jackpot-box .jackpot .currency {
      font-size: 50px; }
    .jackpot-box .jackpot sup {
      font-size: 75%; }
      @media (max-width: 767px) {
        .jackpot-box .jackpot sup {
          font-size: 46px;
          top: 0; } }
    .jackpot-box .jackpot .normal {
      font: 67px/67px "tit_reg", sans-serif;
      color: #333;
      width: 100%;
      display: block; }
      @media (max-width: 1199px) {
        .jackpot-box .jackpot .normal {
          color: #ffcc00; } }
      @media (max-width: 767px) {
        .jackpot-box .jackpot .normal {
          display: inline;
          font-size: 40px;
          line-height: 46px;
          letter-spacing: -2px; } }
      .jackpot-box .jackpot .normal.small {
        font-size: 30px; }
  .jackpot-box .sub-title {
    font: 18px/20px "tit_reg", sans-serif;
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .feature-timer .col-md-7 {
    width: 200px;
    margin: auto; }
    .feature-timer .col-md-7 .title {
      margin-top: 0; }
  .feature-timer .col-md-5 {
    width: 160px; }
    .feature-timer .col-md-5 p {
      font-size: 12px; }
    .feature-timer .col-md-5 .btn-cta {
      font-size: 16px;
      line-height: 16px;
      padding: 10px 30px 10px 10px;
      width: 130px;
      margin-bottom: 0;
      margin-top: 5px; }
      .feature-timer .col-md-5 .btn-cta span {
        font-size: 24px; }
    .feature-timer .col-md-5.small span {
      font-size: 16px; } }

table {
  width: 100%; }
  table td {
    border-top: 1px solid #000; }

table {
  max-width: none !important;
  background: #fff;
  margin-bottom: 30px !important; }
  table.small {
    max-width: 380px;
    margin: auto; }
  table thead {
    overflow: hidden; }
    @media (max-width: 767px) {
      table thead th {
        padding: 0.45rem; } }
  table th {
    color: #fff;
    line-height: 18px;
    background: #ce1b14;
    vertical-align: middle; }
    @media (min-width: 992px) {
      table th {
        padding: 6px; } }
  table tbody td, table tbody th {
    vertical-align: middle;
    border-top-color: #dddddd;
    line-height: 18px;
    padding: .45rem; }
    table tbody td span, table tbody th span {
      display: block;
      width: 100%;
      font-size: 16px; }
    @media (min-width: 992px) {
      table tbody td, table tbody th {
        padding: 6px; } }
  table tbody th {
    background: #dddddd;
    color: #333;
    border-bottom: 1px solid #eee; }
  table.balls .ball {
    margin-bottom: 0; }
  table.table-alt {
    overflow: hidden;
    margin-bottom: 30px; }
    table.table-alt tr:first-child td {
      border-top: none; }
    table.table-alt tr:first-child th {
      border-radius: 8px 0 0 0;
      border-top: none; }
    table.table-alt tr:last-child th {
      border-radius: 0 0 0 8px; }
    table.table-alt th {
      background: #ce1b14;
      border-color: #ea322b;
      color: #fff; }
  table .right {
    text-align: right; }
  table .inner {
    width: 100%; }
  @media (min-width: 576px) {
    table.thin {
      width: 700px;
      margin: auto; }
      table.thin th {
        font-size: 13px; } }
  @media (max-width: 767px) {
    table.thin {
      width: 300px; } }

.table-winners thead th {
  vertical-align: middle;
  padding: 5px !important;
  text-align: center; }
  .table-winners thead th:first-child {
    text-align: left; }

.table-winners tbody td,
.table-winners tbody th {
  padding: 5px !important;
  line-height: .95em;
  font-size: .9em; }

@media (max-width: 991px) {
  .mini-balls img {
    display: none !important; } }

.mobTableContainer {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0 10px; }

.mobTableContainer:before {
  content: '';
  background: url(/images/template/mobile-slide.png) center no-repeat;
  background-size: 250px 170px;
  position: absolute;
  top: 80px;
  left: 16%;
  width: 250px;
  height: 170px;
  padding: 10px 5%;
  transition: 0.5s all ease-in-out;
  border-radius: 6px;
  text-align: center;
  z-index: 9; }

.mobTableContainer.trans:before {
  opacity: 0;
  z-index: -1; }

.mobTableContainer.topper:before {
  top: 20px !important; }

@media (max-width: 767px) {
  #t-results,
  #t-first-result {
    background: none; }
    #t-results thead,
    #t-first-result thead {
      display: none; }
    #t-results tr,
    #t-results td,
    #t-first-result tr,
    #t-first-result td {
      display: block; }
    #t-results tr,
    #t-first-result tr {
      margin-bottom: 10px;
      background: #fff; }
      #t-results tr.powerballplus,
      #t-first-result tr.powerballplus {
        margin-top: -9px; }
    #t-results td,
    #t-first-result td {
      border: none;
      padding: 5px; }
      #t-results td.checker-head,
      #t-first-result td.checker-head {
        background: #ce1b14;
        color: #fff; } }

@media (max-width: 575px) {
  #t-results .ball,
  #t-results .powerball,
  #t-first-result .ball,
  #t-first-result .powerball {
    width: 34px;
    height: 34px;
    line-height: 28px;
    font-size: 18px; } }

#t-results .power-play,
#t-first-result .power-play {
  font-size: 20px;
  line-height: 15px; }

caption {
  caption-side: top;
  text-align: center; }

@media (max-width: 767px) {
  .tableExp {
    position: relative; }
    .tableExp caption {
      text-align: left; }
    .tableExp thead {
      display: none; }
    .tableExp tbody th {
      display: block;
      background: #ce1b14;
      color: #fff;
      position: relative; }
      .tableExp tbody th:after {
        content: "+";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px; }
      .tableExp tbody th.active:after {
        content: "-"; }
    .tableExp td {
      display: none;
      text-align: right !important;
      font-weight: 700; }
      .tableExp td:before {
        content: attr(data-content);
        float: left;
        margin-right: 15px;
        font-weight: normal; }
    .tableExp .active {
      display: block; }
    .tableExp .checkbox {
      position: absolute;
      right: 0;
      top: 12px; }
      .tableExp .checkbox span {
        display: inline-block;
        vertical-align: top; }
      .tableExp .checkbox .checkboxInner {
        position: relative;
        width: 50px;
        height: 20px;
        background: #fff;
        border-radius: 50px;
        display: inline-block; }
      .tableExp .checkbox label {
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: -2px;
        z-index: 1;
        left: 0;
        background: #777; }
      .tableExp .checkbox input[type=checkbox] {
        display: none; }
      .tableExp .checkbox input[type=checkbox]:checked + label {
        left: 27px;
        background: #26ca28; }
    .tableExp.powerball-prizes tr:last-child td {
      display: block; }
      .tableExp.powerball-prizes tr:last-child td:before {
        display: none; } }

@media (max-width: 550px) {
  .payoutTable {
    background: none;
    box-shadow: none; } }

@media (max-width: 550px) {
  .payoutTable thead {
    display: none; } }

@media (max-width: 550px) {
  .payoutTable tbody tr {
    display: block;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 10px; } }

@media (max-width: 550px) {
  .payoutTable tbody td {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
    font-size: .85em;
    text-align: right;
    border: none; } }

@media (max-width: 550px) {
  .payoutTable tbody td:first-child {
    font-weight: 700;
    font-size: 1.1em;
    text-align: left; } }

.payoutTable tbody td:first-child:before {
  display: none; }

@media (max-width: 550px) {
  .payoutTable tbody td:before {
    content: attr(data-title);
    display: block;
    text-align: left; } }

#timer {
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    #timer {
      width: 200px; } }
  #timer canvas {
    width: 100%; }

@media (max-width: 991px) {
  .timer {
    max-width: 230px;
    margin: auto; } }

footer > div {
  background: #680e0a; }

footer .logo {
  width: 150px;
  height: 20px;
  display: inline-block; }

footer .copyright-info {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px; }

footer .smallBits {
  margin-top: 15px;
  font-size: 14px;
  color: #ce1b14;
  text-align: center;
  line-height: 18px;
  padding: 0 15px; }
  footer .smallBits a {
    color: #fff;
    border: none; }
    footer .smallBits a:hover {
      color: #ffcc00; }

footer .paddingSmall {
  padding: 30px 15px; }

.social-box {
  text-align: center; }

.languagesFooter {
  margin-bottom: 20px;
  display: inline-block; }
  .languagesFooter ul li {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #dddddd;
    padding-left: 10px; }
    .languagesFooter ul li:first-child {
      margin-left: 0;
      border-left: none;
      padding-left: 0; }

.social {
  background: #ce1b14;
  padding: 10px 20px 0;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px; }
  .social p {
    display: inline-block;
    color: #fff;
    line-height: 18px;
    margin: 0 10px 0 0;
    vertical-align: top; }
  .social span {
    color: #fff;
    font-family: "tit_bold", sans-serif;
    line-height: 18px;
    display: inline-block;
    text-align: left;
    vertical-align: top; }
  .social ul {
    display: inline-block; }
    .social ul li {
      display: inline-block; }
      .social ul li a {
        background: url(/images/template/icon-sprite-us.png) no-repeat;
        background-size: 500px 1500px;
        width: 42px;
        height: 42px;
        display: block;
        border: none; }
        .social ul li a.facebook {
          background-position: 10.917% 0; }
        .social ul li a.twitter {
          background-position: 10.917% 3.427%; }
        .social ul li a:hover {
          filter: brightness(150%); }

#countryAlert {
  background: #ce1b14;
  position: fixed;
  color: #FFF;
  padding: 10px 30px 10px 10px;
  visibility: hidden;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: all .3s ease-in-out; }
  #countryAlert.is-active {
    visibility: visible;
    opacity: 1; }
  #countryAlert .closer {
    color: #FFF;
    font-size: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer; }

.stats-box {
  transform: scale(0.8);
  background-repeat: no-repeat;
  background-position: center center;
  height: 385px;
  margin: -48px 0;
  position: relative; }
  @media (max-width: 1199px) {
    .stats-box {
      background-size: 500px; } }
  .stats-box .box {
    text-align: center;
    color: #fff;
    padding: 23px 10px 10px;
    width: 143px; }
    @media (min-width: 1200px) {
      .stats-box .box {
        position: absolute; } }
    @media (max-width: 1199px) {
      .stats-box .box {
        display: block;
        margin: 0 auto;
        padding-top: 60px;
        height: 144px; } }
    .stats-box .box .stat {
      font: 20px/20px "tit_bold", sans-serif; }
    .stats-box .box p {
      font: 16px/16px "tit_reg", sans-serif; }
    .stats-box .box.winners {
      top: 48px;
      left: 64px; }
      @media (max-width: 1199px) {
        .stats-box .box.winners {
          padding-top: 70px; } }
    .stats-box .box.biggest-jackpot {
      color: #333;
      top: 135px;
      left: 100px;
      width: 280px; }
      @media (max-width: 1199px) {
        .stats-box .box.biggest-jackpot {
          padding-top: 10px;
          height: 85px; } }
      @media (max-width: 1199px) {
        .stats-box .box.biggest-jackpot.alt {
          padding-top: 0; } }
      .stats-box .box.biggest-jackpot .stat {
        font-size: 36px;
        line-height: 36px; }
      .stats-box .box.biggest-jackpot p {
        font-size: 20px; }
    .stats-box .box.jackpots {
      top: 270px;
      left: 290px; }

.pbNumbers {
  color: #fff; }
  .pbNumbers a {
    text-decoration: underline;
    color: #fff; }
  .pbNumbers .balls {
    margin-bottom: 10px; }

@media (max-width: 991px) {
  .h-results {
    text-align: center; } }

@media (max-width: 575px) {
  .balls.h-balls .ball,
  .balls.h-balls .powerball,
  .balls.h-balls .bonus-ball {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
    border-width: 2px; } }

@media (max-width: 575px) {
  .balls.h-balls .bonus-ball {
    line-height: 11px; } }

@media (max-width: 575px) {
  .balls.h-balls .powerball {
    line-height: 12px; } }

@media (max-width: 575px) {
  .balls.h-balls .power-play {
    transform: translate(0, -3px);
    font-size: 22px;
    line-height: 12px; } }

@media (max-width: 575px) {
  .balls.h-balls .power-play:before {
    font-size: 10px; } }

.jackpotBox {
  text-align: center; }
  @media (max-width: 767px) {
    .jackpotBox {
      margin-top: 15px; } }
  .jackpotBox .jackpot {
    font-size: 1.5em;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    line-height: 54px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .jackpotBox .jackpot {
        font-size: 1.1em;
        line-height: 1.5em; } }
  .jackpotBox .title {
    line-height: 1em; }
  .jackpotBox .amount {
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 10px;
    white-space: nowrap; }
  .jackpotBox .btn {
    display: inline-block; }
    @media (max-width: 767px) {
      .jackpotBox .btn {
        margin-bottom: 10px; } }
  .jackpotBox .ctaBox {
    display: flex;
    justify-content: center; }
    .jackpotBox .ctaBox .btn:last-child {
      margin-left: 10px; }

.jackpotMain {
  background: url("/images/template/jackpot-bg-main-us.jpg") no-repeat;
  background-size: cover; }

.featured-links {
  text-align: center; }
  .featured-links img {
    display: block;
    margin: 0 auto 25px; }
    @media (max-width: 767px) {
      .featured-links img {
        max-width: 50%;
        margin-top: 15px; } }
  .featured-links h2:after {
    margin: 20px auto 0; }
  .featured-links p {
    padding-bottom: 40px; }
  .featured-links .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 250px;
    transform: translate(-50%, 0); }
    @media (min-width: 992px) {
      .featured-links .btn {
        white-space: nowrap; } }

@media (max-width: 767px) {
  .pbNumbers .btn {
    display: block;
    margin: auto;
    width: 240px; } }

.stats-box-alt {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 94%;
  background: url(/images/template/bg-stars-us.png) no-repeat center/90%; }
  @media (max-width: 1092px) {
    .stats-box-alt {
      width: 290px;
      padding-top: 280px; } }
  .stats-box-alt .box {
    position: absolute;
    border-radius: 50%; }
    .stats-box-alt .box .-wrap {
      width: 95%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .stats-box-alt .box .-wrap img {
        width: 35px;
        margin: 0 auto; }
  .stats-box-alt .winners,
  .stats-box-alt .total {
    background: #ce1b14;
    width: 35%;
    padding-top: 35%;
    z-index: 1;
    color: #fff; }
    .stats-box-alt .winners p,
    .stats-box-alt .total p {
      font-size: .7em; }
  .stats-box-alt .winners {
    top: 10px;
    left: 10px; }
  .stats-box-alt .total {
    bottom: 10px;
    right: 10px; }
  .stats-box-alt .jackpot {
    width: 65%;
    padding-top: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/template/bg-ball-alt.jpg);
    background-size: 100% 100%; }
    .stats-box-alt .jackpot .stat {
      font-size: 1.3em; }
  .stats-box-alt .stat, .stats-box-alt p {
    line-height: 1em;
    padding: 0; }
  .stats-box-alt .stat {
    margin-top: 4px;
    font-weight: 700; }

.h-gradient-bg {
  background: #dddddd;
  padding: 50px 0; }

@media (max-width: 991px) {
  .h-checker {
    margin-top: 40px; } }

.h-checker .numbers .title {
  margin-bottom: 5px; }

.h-checker .numbers input {
  text-align: center;
  width: 56px;
  height: 55px;
  border: none;
  border-radius: 5px;
  margin-right: 5px;
  position: relative;
  font-size: 1.5em;
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .h-checker .numbers input {
      width: 40px;
      padding-left: 0;
      height: 35px;
      font-size: 14px; } }

.h-checker .numbers .powerball {
  position: relative; }
  .h-checker .numbers .powerball input {
    margin: 0; }
  .h-checker .numbers .powerball:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ce1b14; }

.h-checker .label {
  font-size: .85em; }
  @media (max-width: 991px) {
    .h-checker .label {
      font-size: .75em;
      width: 90px; } }

.h-checker .onoffswitch-label {
  width: 45px;
  height: 25px; }
  .h-checker .onoffswitch-label:before {
    height: 25px;
    width: 25px;
    right: 37px; }

.h-checker .onoffswitch-checkbox:checked + .onoffswitch-label {
  background: #679f67;
  border-color: green; }

.h-checker .onoffswitch-checkbox:checked + .onoffswitch-label::before {
  right: 16px;
  border-color: green; }

.h-reset {
  cursor: pointer;
  margin-right: 20px; }
  .h-reset img {
    transition: transform .1s ease-in-out;
    width: 32px;
    height: 32px; }
  .h-reset.is-active img {
    transform: rotate(90deg); }

@media (max-width: 767px) {
  .results {
    padding-top: 15px;
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .results .balls {
    text-align: center; } }

.results .date {
  display: inline-block;
  font-size: 24px; }
  @media (max-width: 767px) {
    .results .date {
      font-size: 18px;
      margin-bottom: 15px;
      text-align: center;
      display: block; } }

.results .extra {
  background: #fff;
  padding: 15px 15px 15px 85px;
  border-radius: 50px;
  color: #333;
  position: relative; }
  @media (max-width: 1199px) {
    .results .extra {
      background: none;
      color: #fff;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .results .extra {
      background: #fff;
      padding: 3px 10px 5px 50px;
      color: #333;
      font-size: 14px;
      width: 220px;
      margin: 5px auto 0; } }
  .results .extra span {
    font: 24px/30px "tit_bold", sans-serif;
    display: block; }
    @media (max-width: 768px) {
      .results .extra span {
        font-size: 18px;
        line-height: 20px; } }
  .results .extra:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    content: "";
    position: absolute;
    top: 20px;
    left: 30px; }
    @media (max-width: 767px) {
      .results .extra:before {
        top: 8px;
        left: 10px;
        background-size: 310px 1010px; } }
  .results .extra.winners:before {
    width: 47px;
    height: 46px;
    background-position: 11.038% 10.316%; }
    @media (max-width: 1199px) {
      .results .extra.winners:before {
        background-position: 22.075% 10.316%; } }
    @media (max-width: 768px) {
      .results .extra.winners:before {
        background-position: 11.038% 10.316%;
        width: 30px;
        height: 30px; } }
  .results .extra.jackpot span {
    font-size: 24px; }
    @media (max-width: 768px) {
      .results .extra.jackpot span {
        font-size: 18px;
        line-height: 20px; } }
  .results .extra.jackpot:before {
    width: 40px;
    height: 48px;
    background-position: 10.87% 13.774%; }
    @media (max-width: 1199px) {
      .results .extra.jackpot:before {
        background-position: 21.739% 13.774%; } }
    @media (max-width: 768px) {
      .results .extra.jackpot:before {
        background-position: 10.87% 13.774%;
        width: 30px;
        height: 35px; } }
  .results .extra.jackpot.jackpot-small span {
    font-size: 20px; }
  .results .extra.jackpot-winners:before {
    width: 48px;
    height: 44px;
    background-position: 11.05% 17.13%; }
    @media (max-width: 1199px) {
      .results .extra.jackpot-winners:before {
        background-position: 22.099% 17.13%; } }
    @media (max-width: 768px) {
      .results .extra.jackpot-winners:before {
        background-position: 11.05% 17.13%;
        width: 30px;
        height: 28px; } }

.results .text {
  font-size: 28px; }

.results .previous {
  background: #fff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  .results .previous .head {
    background: url(/images/template/small-results-bg-us.jpg) no-repeat top center;
    color: #fff;
    background-size: cover;
    padding: 25px 0;
    overflow: hidden; }
  .results .previous .date {
    font: 24px/24px "tit_bold", sans-serif;
    margin-bottom: 10px;
    display: inline-block; }
  .results .previous .ball, .results .previous .powerball, .results .previous .bonus-ball {
    font-size: 24px;
    width: 44px;
    height: 44px;
    border-width: 2px;
    line-height: 38px; }
  .results .previous .bonus-ball {
    line-height: 14px; }
  .results .previous .powerball {
    line-height: 15px; }
  .results .previous .power-play {
    font-size: 28px;
    line-height: 26px;
    top: -2px; }
    .results .previous .power-play:before {
      font-size: 12px;
      line-height: 10px; }
  .results .previous .rollover {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    background: #00000059;
    padding: 3px 10px;
    border-radius: 8px; }
  .results .previous .extra {
    background: none;
    text-align: left;
    padding: 10px 0 10px 55px;
    margin: 2px 10px; }
    .results .previous .extra > div:before {
      content: attr(data-title); }
    @media (max-width: 1199px) {
      .results .previous .extra {
        background: none;
        color: #333; } }
    @media (max-width: 767px) {
      .results .previous .extra {
        padding: 10px 0 10px 40px;
        width: auto;
        margin: 0 10px; } }
    @media (max-width: 370px) {
      .results .previous .extra {
        margin: auto;
        width: 150px; } }
    .results .previous .extra:before {
      left: 0;
      top: 15px; }
    @media (max-width: 1199px) {
      .results .previous .extra.winners:before {
        background-position: 11.038% 10.316%; } }
    .results .previous .extra.jackpot span {
      font-size: 24px; }
      @media (max-width: 768px) {
        .results .previous .extra.jackpot span {
          font-size: 18px; } }
    @media (max-width: 1199px) {
      .results .previous .extra.jackpot:before {
        background-position: 10.87% 13.774%; } }
  .results .previous .btn {
    margin-bottom: 30px; }

@media (max-width: 767px) {
  .results h2 {
    text-align: center;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5); }
    .results h2:after {
      margin: 10px auto 0; } }

.results .ribbon {
  position: absolute;
  background: url(/images/template/ribbon.png) no-repeat;
  width: 112px;
  height: 98px;
  right: 40px;
  top: -30px;
  text-align: center;
  font: 42px/42px "tit_bold", sans-serif;
  color: #ce1b14;
  padding: 5px; }
  @media (max-width: 1199px) {
    .results .ribbon {
      top: -30px; } }
  @media (max-width: 767px) {
    .results .ribbon {
      background: #ffcc00;
      top: -20px;
      padding: 0;
      font-size: 15px;
      line-height: 14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 200px;
      border-radius: 8px;
      height: auto; } }
  .results .ribbon span {
    display: block;
    width: 100%;
    font-size: 21px;
    line-height: 21px; }
    @media (max-width: 767px) {
      .results .ribbon span {
        display: inline;
        font-size: 1em; } }

.l-bg {
  padding: 80px 0 40px;
  background: url(/images/template/bg-tablet-us.jpg); }
  .l-bg.-alt {
    padding: 40px 0 60px; }
    @media (max-width: 1199px) {
      .l-bg.-alt {
        padding: 20px 0; } }

.l-date {
  color: #fff;
  font-size: 1.35em;
  margin-right: 20px; }

.l-rollover {
  background: #ea322b;
  color: #fff;
  font-weight: 700;
  font-size: .9em;
  padding: 2px 10px;
  border-radius: 5px; }

.l-row {
  width: 100%; }

.l-date-box {
  margin-top: -40px; }
  @media (max-width: 767px) {
    .l-date-box {
      justify-content: center; } }

.l-balls {
  color: #fff;
  text-align: center; }
  .l-balls .balls .power-play:before {
    font-size: 11px; }

@media (max-width: 1199px) {
  .l-stats-box {
    width: 100%; } }

@media (max-width: 1199px) {
  .l-stat-box {
    justify-content: center;
    margin: 10px 0; } }

.l-stat {
  border-radius: 5px;
  padding: 5px 20px 10px 60px;
  background: rgba(0, 0, 0, 0.35);
  margin: 10px 10px 10px 0;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  position: relative; }
  @media (max-width: 550px) {
    .l-stat {
      margin: 0 5px 10px 5px; } }
  .l-stat span {
    font-weight: 100;
    font-size: .75em;
    line-height: 1em; }
    .l-stat span:before {
      content: attr(data-title); }
  .l-stat:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    background-image: url(/images/template/icon-sprite-us.png);
    background-size: 290px 945px;
    opacity: .5; }
  .l-stat.-winners:before {
    background-position: -58px -1040px;
    width: 50px;
    height: 30px; }
  .l-stat.-jackpot:before {
    background-position: -57px -1069px;
    width: 50px;
    height: 32px; }
  .l-stat.-j-winners:before {
    background-position: -56px -1102px;
    width: 50px;
    height: 32px; }

.l-checkbox {
  margin-bottom: -40px;
  text-align: left; }
  @media (max-width: 1199px) {
    .l-checkbox {
      margin: 5px 0 10px;
      text-align: center; } }

.btn.l-btn-order#switchLink {
  margin-top: 5px;
  font-size: .75em;
  padding: 5px 10px; }
  @media (max-width: 1199px) {
    .btn.l-btn-order#switchLink {
      margin: 5px 0 10px;
      text-align: center; } }

.row.m-nowrap {
  flex-wrap: wrap; }
  @media (max-width: 767px) and (min-width: 370px) {
    .row.m-nowrap {
      flex-wrap: nowrap; } }

.archive-list {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }
  .archive-list li {
    display: inline-block;
    margin: 10px 2% 10px 2%;
    font-family: "tit_bold", sans-serif; }
    @media (max-width: 767px) {
      .archive-list li {
        width: 20%; } }
    .archive-list li a {
      display: block;
      padding: 10px 9px;
      border-radius: 8px;
      background: #fff;
      border: 1px solid #ce1b14;
      text-align: center; }
      .archive-list li a:hover {
        background: #ce1b14;
        color: #fff; }
    .archive-list li.visited {
      padding: 10px;
      background: #ce1b14;
      border-radius: 8px;
      color: #fff;
      text-align: center; }

.select-archive-wrap {
  text-align: center; }

.select-archive {
  display: inline-block;
  background: #ce1b14;
  color: #fff;
  padding: 10px 20px 3px;
  border-radius: 7px;
  margin: 10px auto 20px; }
  .select-archive span {
    display: inline-block;
    margin: 0 10px 0 0; }
  .select-archive select {
    border: none;
    padding: 5px 10px;
    border-radius: 7px; }

.archive-box {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 15px 0;
  display: block;
  border: 1px solid #ce1b14; }
  .archive-box:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    background-size: 200px 600px;
    content: "";
    background-position: 11.338% 20.819%;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .archive-box:hover {
    border: 1px solid #ce1b14;
    background: #ce1b14;
    color: #fff; }
    .archive-box:hover:before {
      background-position: 26.871% 20.819%; }
    .archive-box:hover .balls .ball {
      border-color: #fff;
      color: #fff; }
    .archive-box:hover .balls .powerball, .archive-box:hover .balls .bonus-ball {
      background: #fff;
      color: #ce1b14;
      border-color: #fff; }
    .archive-box:hover .balls .power-play {
      color: #fff; }

.prev-next {
  text-align: center;
  padding: 0 0 40px; }
  @media (max-width: 575px) {
    .prev-next .btn {
      margin: 5px 0;
      width: 100%; } }

.direction {
  width: 150px;
  height: 80px;
  padding: 0 0 0 50px;
  color: #fff;
  border: none;
  display: block;
  position: absolute;
  left: 80px;
  top: 40%;
  font-family: "tit_bold", sans-serif;
  text-align: center;
  z-index: 999; }
  @media (max-width: 1199px) {
    .direction {
      left: 10px;
      top: auto;
      bottom: 10px;
      padding: 0 0 0 30px;
      width: 135px;
      height: 62px; } }
  .direction:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    content: "";
    width: 44px;
    height: 66px;
    position: absolute;
    left: 0; }
  .direction.prev:before {
    background-position: 0 17.364%; }
  .direction.next {
    padding: 0 50px 0 0;
    left: auto;
    right: 80px; }
    @media (max-width: 1199px) {
      .direction.next {
        right: 0;
        border-radius: 8px 0 0 8px;
        padding: 0 40px 0 0;
        display: inline-block;
        vertical-align: middle; } }
    .direction.next:before {
      background-position: 0 24.338%;
      left: auto;
      right: 0; }
  .direction:hover {
    color: #fff;
    filter: brightness(150%);
    border: none; }
    @media (max-width: 1199px) {
      .direction:hover {
        color: rgba(0, 0, 0, 0); } }

@media (max-width: 767px) {
  #tabs-breakdown {
  /*  display: none;*/ } }

#state-breakdown {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    #state-breakdown {
      display: none; } }

.balls .ball, .balls .powerball, .balls .bonus-ball {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  font: 36px/56px "tit_bold", sans-serif;
  margin: 5px 0;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .balls .ball, .balls .powerball, .balls .bonus-ball {
      width: 44px;
      height: 44px;
      font: 24px/36px "tit_bold", sans-serif; } }

.balls .power-play {
  display: inline-block;
  font: 47px/36px "tit_bold", sans-serif;
  text-align: center;
  vertical-align: middle;
  position: relative; }
  @media (max-width: 767px) {
    .balls .power-play {
      display: flex;
      margin: 5px 0;
      align-items: center;
      justify-content: center; } }
  .balls .power-play:before {
    content: "POWER PLAY";
    display: block;
    font: 12px/18px "tit_reg", sans-serif;
    bottom: 100%; }
    @media (max-width: 767px) {
      .balls .power-play:before {
        font-size: 12px;
        display: inline-block;
        margin-right: 5px; } }
  .balls .power-play:after {
    content: "X"; }
  @media (max-width: 767px) {
    .balls .power-play {
      font: 24px/24px "tit_bold", sans-serif; } }

.balls .powerball, .balls .bonus-ball {
  background: #fff;
  color: #ce1b14;
  position: relative; }

.balls .bonus-ball {
  padding-top: 8px;
  line-height: 24px; }
  @media (max-width: 575px) {
    .balls .bonus-ball {
      line-height: 14px; } }
  .balls .bonus-ball:after {
    content: "Bonus";
    font-size: 12px;
    display: block; }

.balls .powerball {
  padding-top: 8px;
  line-height: 24px; }
  @media (max-width: 575px) {
    .balls .powerball {
      line-height: 16px; } }
  .balls .powerball:after {
    content: "PB";
    font-size: 12px;
    display: block; }

.balls.balls-big .ball, .balls.balls-big .powerball, .balls.balls-big .bonus-ball {
  width: 80px;
  height: 80px;
  line-height: 68px; }
  @media (max-width: 767px) {
    .balls.balls-big .ball, .balls.balls-big .powerball, .balls.balls-big .bonus-ball {
      width: 44px;
      height: 44px;
      font: 24px/36px "tit_bold", sans-serif; } }

.balls.balls-big .bonus-ball {
  line-height: 26px;
  padding-top: 15px; }

.balls.balls-alt .ball {
  border-color: #ce1b14;
  color: #ce1b14; }
  .balls.balls-alt .ball.Disabled {
    border-color: #777;
    color: #777; }

.balls.balls-alt .powerball, .balls.balls-alt .bonus-ball {
  background: #ce1b14;
  border-color: #ce1b14;
  color: #fff; }
  .balls.balls-alt .powerball.Disabled, .balls.balls-alt .bonus-ball.Disabled {
    background: #777;
    color: #fff;
    border-color: #777; }

.balls.balls-alt .power-play {
  color: #ce1b14; }
  .balls.balls-alt .power-play.Disabled {
    color: #777; }

.balls.checker .ball {
  border-color: #333;
  font-size: 30px;
  margin: 10px;
  color: #333; }
  .balls.checker .ball.Selected {
    border-color: #ce1b14;
    color: #ce1b14; }
  .balls.checker .ball:hover {
    border-color: #ea322b;
    color: #ea322b; }
  .balls.checker .ball.Disabled {
    border-color: #dddddd;
    color: #dddddd; }

.balls.checker .powerball {
  background: #333;
  border-color: #333;
  color: #fff;
  margin: 10px; }
  .balls.checker .powerball.Selected {
    background: #ce1b14;
    border-color: #ce1b14;
    color: #fff; }
  .balls.checker .powerball:hover {
    background: #ea322b;
    border-color: #ea322b;
    color: #fff; }
  .balls.checker .powerball.Disabled {
    border-color: #dddddd;
    color: #fff;
    background: #dddddd; }

.balls.small .ball, .balls.small .powerball, .balls.small .bonus-ball {
  margin: 3px 0;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-width: 2px; }

.balls.small .power-play {
  font-size: 25px;
  line-height: 20px; }
  .balls.small .power-play:before {
    font-size: 10px;
    line-height: 10px; }

.balls.small .bonus-ball {
  line-height: 14px;
  padding-top: 2px; }
  .balls.small .bonus-ball:after {
    font-size: 9px;
    line-height: 8px; }

.balls.small .powerball {
  line-height: 15px;
  padding-top: 2px; }
  .balls.small .powerball:after {
    font-size: 9px;
    line-height: 8px; }

.mini-balls img {
  width: 150px;
  display: block;
  margin: 10px auto; }

.mini-balls .balls .power-play {
  display: table-cell; }

.ticket {
  background-color: #680e0a;
  background-repeat: no-repeat;
  position: relative;
  padding: 14px 20px 13px;
  border-radius: 8px;
  margin: 30px 0 50px; }
  @media (min-width: 1200px) {
    .ticket {
      background-position: 430px -34px;
      background-color: #680e0a;
      min-height: auto;
      margin: 30px 0 40px; } }
  @media (max-width: 767px) {
    .ticket {
      background-position: 50% 61%;
      border-radius: 0;
      margin: 20px 0;
      background-size: cover;
      padding-bottom: 0; } }
  .ticket .jackpot-box {
    display: inline-block;
    background-repeat: no-repeat;
    width: 260px;
    height: 268px;
    position: absolute;
    top: -35px;
    left: 568px;
    padding: 15px;
    line-height: 18px; }
    @media (max-width: 1199px) {
      .ticket .jackpot-box {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto;
        background: none;
        height: auto; } }
    @media (max-width: 767px) {
      .ticket .jackpot-box {
        background-size: 200px 200px;
        padding: 0;
        margin: 0;
        width: 100%; } }
    .ticket .jackpot-box .title {
      margin: 35px 0 25px; }
      @media (max-width: 1199px) {
        .ticket .jackpot-box .title {
          margin: 0 0 25px; } }
      @media (max-width: 767px) {
        .ticket .jackpot-box .title {
          margin: 0 0 10px;
          font-size: 14px;
          left: -5px;
          position: relative; } }
    .ticket .jackpot-box .jackpot {
      font-size: 92px;
      line-height: 35px;
      display: inline-block; }
      @media (max-width: 767px) {
        .ticket .jackpot-box .jackpot {
          font-size: 70px;
          position: relative; } }
      .ticket .jackpot-box .jackpot .normal {
        font-size: 42px;
        line-height: 56px; }
        @media (max-width: 767px) {
          .ticket .jackpot-box .jackpot .normal {
            font-size: 36px; } }
        .ticket .jackpot-box .jackpot .normal.small {
          font-size: 28px; }
  .ticket .row {
    align-items: center; }
    @media (max-width: 767px) {
      .ticket .row {
        margin: 0; } }
  .ticket .date {
    font-size: 26px;
    line-height: 32px; }
    @media (max-width: 767px) {
      .ticket .date {
        font-size: 18px;
        line-height: 22px;
        width: 55%;
        display: inline-block; } }
    .ticket .date span {
      font-size: 40px; }
      @media (max-width: 767px) {
        .ticket .date span {
          font-size: 24px; } }
  .ticket .cta {
    text-align: center; }
    @media (min-width: 1200px) {
      .ticket .cta {
        margin-left: 280px; } }
  .ticket .title {
    font-size: 18px;
    text-align: center;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .ticket .title {
        margin-top: 0; } }
  .ticket .time_circles {
    height: 85px; }
    @media (max-width: 1199px) {
      .ticket .time_circles {
        width: 320px; } }
    .ticket .time_circles > div {
      line-height: 24px; }
      @media (max-width: 1199px) {
        .ticket .time_circles > div {
          line-height: 18px; } }
      .ticket .time_circles > div > div {
        font-size: 12px !important;
        padding-top: 40px; }
  .ticket.ticket-closed {
    text-align: center;
    background-image: none; }
    .ticket.ticket-closed .title {
      font-size: 24px; }
      @media (max-width: 1199px) {
        .ticket.ticket-closed .title {
          margin-bottom: 20px; } }
      .ticket.ticket-closed .title span {
        display: block;
        font-family: "tit_bold", sans-serif;
        margin-top: 10px;
        font-size: 34px; }
    .ticket.ticket-closed .btn-cta {
      margin-bottom: 0; }

.h-b {
  display: flex;
  flex-direction: column;
  background-image: url(/images/template/bg-homepage-jackpot-us.jpg);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 100%; }
  @media (max-width: 992px) {
    .h-b {
      margin: 40px 0;
      height: auto; } }
  .h-b .-date {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff; }
    .h-b .-date span:first-child {
      text-transform: uppercase;
      color: #ffd500; }
  .h-b-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 10px; }
    @media (max-width: 500px) {
      .h-b-bottom {
        flex-direction: column;
        justify-content: center; } }
  .h-b .title .-white {
    color: #fff;
    font-size: .85em;
    max-width: 90%;
    text-shadow: 0 0 2px #000;
    margin: 40px auto 10px;
    line-height: 1.2em; }

.h-b-ball {
  text-align: center;
  position: relative;
  margin: 40px 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 500px) {
    .h-b-ball {
      margin-bottom: 100px; } }
  .h-b-ball img {
    width: 75%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 500px) {
      .h-b-ball img {
        width: 350px; } }
  .h-b-ball .-title {
    position: relative;
    line-height: 1em; }
  .h-b-ball .-amount {
    position: relative;
    color: #ce1b14;
    font-size: 5em;
    font-weight: 700;
    line-height: .8em; }
    .h-b-ball .-amount span {
      font-size: .5em;
      line-height: 1em; }
      .h-b-ball .-amount span.normal {
        display: block;
        color: #000; }

.h-b-timer {
  width: 33%; }
  @media (max-width: 500px) {
    .h-b-timer {
      width: 200px;
      text-align: center; } }
  .h-b-timer .-time-left {
    color: rgba(255, 255, 255, 0.45);
    font-size: .7em; }

.w-banner {
  margin: 40px 0 20px;
  padding: 40px;
  position: relative;
  color: #fff;
  border-radius: 10px;
  background: #680e0a;
  background-image: url(/images/template/bg-tablet-us.jpg); }
  @media (max-width: 480px) {
    .w-banner {
      padding: 40px 20px 20px; } }
  .w-banner .widget-line {
    display: flex; }
  .w-banner input[type="tel"] {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: .9em;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.5);
    margin: 0 5px 5px 0; }
    .w-banner input[type="tel"].input-joker {
      background: #c43535;
      color: #fff; }
  .w-banner input[type="submit"] {
    margin-top: 20px; }

.w-wrapper {
  width: 100%; }

.w-wand img,
.w-trash img {
  width: 25px;
  height: 20px; }

.w-rollover {
  display: inline-block;
  background: #000;
  padding: 5px 20px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  left: 10px;
  transform: translate(0, -50%); }
  .w-rollover span {
    font-weight: 700;
    color: #ffd500; }
  @media (max-width: 510px) {
    .w-rollover {
      left: 50%;
      transform: translate(-50%, -25%); } }

.w-data-box {
  flex-direction: column; }

.w-data {
  font-weight: 700;
  line-height: 2em; }
  @media (max-width: 510px) {
    .w-data {
      text-align: center;
      line-height: 1.5em; } }
  .w-data span {
    display: block;
    color: #ffd500;
    font-size: 3em; }
    @media (max-width: 510px) {
      .w-data span {
        font-size: 1.75em; } }

.w-timer {
  margin: 20px 0 0; }
  @media (max-width: 350px) {
    .w-timer {
      text-align: center; } }

.w-timer-title {
  font-size: .9em; }

.w-jackpot-box {
  text-align: center;
  width: 350px;
  position: relative;
  color: #000; }
  @media (max-width: 992px) {
    .w-jackpot-box {
      width: 200px; } }
  @media (max-width: 992px) {
    .w-jackpot-box {
      margin: 50px 0; } }
  .w-jackpot-box p {
    position: relative;
    margin-bottom: 30px; }
  .w-jackpot-box img {
    width: 300px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 992px) {
      .w-jackpot-box img {
        width: 250px; } }

.w-glow {
  opacity: .8;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #b62323;
  transform: translate(-52%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 40px #ffc800, 0 0 20px #ffc800, 0 10px 50px #ffc800 inset; }
  @media (max-width: 992px) {
    .w-glow {
      width: 250px;
      height: 250px; } }

.w-jackpot {
  line-height: 2em;
  position: relative;
  white-space: nowrap; }
  .w-jackpot-currency {
    display: inline-block;
    font-size: 3em;
    transform: translate(0, -100%);
    color: #ce1b14; }
  .w-jackpot-amount {
    font-weight: 700;
    font-size: 5em;
    color: #ce1b14;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
    .w-jackpot-amount span {
      font-size: .35em;
      display: block;
      color: #000;
      font-weight: 700; }

@media (max-width: 992px) {
  .w-info {
    width: 100%; } }

.w-not-link {
  font-size: 1.1em;
  width: 320px;
  text-align: center; }
  @media (max-width: 992px) {
    .w-not-link {
      margin-top: 20px; } }

@media (max-width: 992px) {
  .w-widget-box {
    margin-top: 20px; } }

.w-banner-sm .w-banner {
  padding: 15px; }

.w-banner-sm .w-jackpot-box {
  width: 220px; }
  @media (max-width: 992px) {
    .w-banner-sm .w-jackpot-box {
      margin: 10px 0; } }

.w-banner-sm .w-data span {
  font-size: 1.5em; }

.w-banner-sm .w-jackpot-box img {
  width: 200px; }
  @media (max-width: 992px) {
    .w-banner-sm .w-jackpot-box img {
      display: none; } }

.w-banner-sm .w-glow {
  width: 160px;
  height: 160px; }
  @media (max-width: 992px) {
    .w-banner-sm .w-glow {
      display: none; } }

.w-banner-sm .w-jackpot-amount {
  font-size: 3.5em; }
  @media (max-width: 992px) {
    .w-banner-sm .w-jackpot-amount {
      color: #ffd500; } }

.w-banner-sm .w-jackpot {
  line-height: 1.4em; }

.w-banner-sm .w-jackpot-currency {
  font-size: 1.3em; }
  @media (max-width: 992px) {
    .w-banner-sm .w-jackpot-currency {
      color: #ffd500; } }

.w-banner-sm .w-timer {
  margin: 0; }
  @media (max-width: 1199px) {
    .w-banner-sm .w-timer #timer {
      width: 150px; } }

.w-banner-sm .w-data {
  line-height: 1.5em; }

.w-banner-sm .w-rollover {
  display: none; }

.w-banner-sm .w-jackpot-box p {
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .w-banner-sm .w-jackpot-box p {
      color: #fff; } }

@media (max-width: 1199px) {
  .w-banner-sm .w-widget-box {
    margin-top: 0; } }

@media (max-width: 992px) {
  .w-banner-sm .w-data-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%; } }

@media (max-width: 992px) {
  .w-banner-sm .w-jackpot-amount span {
    display: inline-block;
    color: #ffd500; } }

.specialPromo {
  background: url(/images/generic/wide-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  margin-bottom: 20px; }
  .specialPromo p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px; }
    .specialPromo p span {
      text-transform: uppercase; }
  .specialPromo #timer {
    max-width: 220px;
    margin: auto; }

.select-box {
  background: #fff;
  border-radius: 8px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .select-box {
      padding-bottom: 15px;
      margin: 0 10px 50px 10px; } }
  .select-box .step {
    background: #ce1b14;
    border-radius: 8px 0 0 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    font: 56px/56px "tit_bold", sans-serif; }
    @media (max-width: 767px) {
      .select-box .step {
        border-radius: 8px 8px 0 0;
        font: 30px/30px "tit_bold", sans-serif;
        padding: 10px 0; } }
  .select-box .title {
    font: 24px/24px "tit_bold", sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 10px; }
  .select-box #remainingBalls {
    text-align: right; }
  .select-box .text {
    font-size: 24px;
    line-height: 24px; }
    @media (max-width: 1199px) {
      .select-box .text {
        margin-bottom: 10px; } }
  .select-box .ball, .select-box .powerball {
    margin-bottom: 0; }
  .select-box p {
    margin-bottom: 0; }

.reset {
  border-right: 1px solid #dddddd; }
  @media (max-width: 767px) {
    .reset {
      width: 40%;
      margin: 0 auto; } }
  .reset a {
    cursor: pointer;
    border: none;
    font-size: 24px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: inline-block; }
    @media (max-width: 767px) {
      .reset a {
        margin-bottom: 15px;
        font-size: 18px; } }
    .reset a:before {
      background: url(/images/template/icon-sprite-us.png) no-repeat;
      background-size: 500px 1500px;
      content: "";
      display: inline-block;
      width: 44px;
      height: 38px;
      background-position: 0.11% 37.62%;
      vertical-align: middle;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .reset a:before {
          display: block;
          margin: 10px auto; } }
    .reset a:hover {
      color: #ce1b14 !important; }
      .reset a:hover:before {
        background-position: 0.11% 34.2%; }

#submit_checker {
  display: block;
  margin: 20px auto; }
  #submit_checker:disabled {
    opacity: .35;
    pointer-events: none; }

.checker-box {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .checker-box {
      padding: 50px; }
      .checker-box .ball, .checker-box .powerball {
        width: 50px;
        height: 50px;
        line-height: 44px;
        margin: 7px !important;
        font-size: 28px !important; } }
  @media (max-width: 767px) {
    .checker-box {
      margin: 0 10px 30px 10px;
      padding: 20px; }
      .checker-box.balls .ball, .checker-box.balls .powerball {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 22px;
        margin: 4px; } }
  .checker-box h2:not(:first-child) {
    margin-top: 20px; }

@media (max-width: 767px) {
  .switcher {
    width: 40%;
    margin: 0 auto; } }

.switcher .text {
  display: inline-block;
  font-size: 24px; }

.onoffswitch {
  display: inline-block;
  width: 60px;
  margin: 0 0 0 10px;
  vertical-align: middle; }
  .onoffswitch > div {
    -moz-user-select: none;
    position: relative;
    width: 60px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 36px;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0;
  transition: background-color 0.3s ease-in 0s; }
  .onoffswitch-label:before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 36px;
    bottom: 0;
    content: "";
    display: block;
    margin: 0;
    position: absolute;
    right: 22px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 36px; }

@media (max-width: 767px) {
  .checker table .ball, .checker table .powerball {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 30px; }
  .checker table .power-play {
    font-size: 24px;
    line-height: 24px;
    height: 46px; }
    .checker table .power-play:before {
      font-size: 14px; } }

.checker table .checker-head span {
  display: block;
  width: 100%; }
  @media (min-width: 992px) {
    .checker table .checker-head span {
      font: 24px/24px "tit_bold", sans-serif; } }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #ce1b14; }

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label::before {
  border-color: #ce1b14; }

.onoffswitch-checkbox:checked + .onoffswitch-label::before {
  right: 0; }

.new-checker-bg {
  padding: 40px 0 0;
  background: #dbdbdb; }

#new-checker ._header {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 20px; }

#new-checker ._cta {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 700;
  align-items: center;
  background: #ce1b14;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px 30px;
  justify-content: space-between;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }

#new-checker ._options {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #new-checker ._options > div {
    display: flex;
    align-items: center;
    margin: 10px 20px 5px 0; }
  #new-checker ._options select {
    margin-left: 10px;
    border-radius: 10px;
    padding: 5px 15px; }
    #new-checker ._options select:focus {
      outline: none; }

#new-checker ._add-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#new-checker ._btns {
  display: flex;
  align-items: center;
  margin: 20px 0 10px; }

#lines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #lines ._line {
    width: auto;
    min-width: 48%;
    background: #232323;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #lines ._line {
        width: 100%;
        padding: 10px 10px; } }
    #lines ._line > div {
      display: flex;
      align-items: center;
      justify-content: center; }
  #lines ._reset {
    color: #fff;
    cursor: pointer; }
  #lines ._trash {
    cursor: pointer; }
    @media (max-width: 767px) {
      #lines ._trash img {
        width: 20px;
        height: 20px; } }
  #lines ._numbers {
    display: flex;
    align-items: center; }
    #lines ._numbers > div {
      position: relative;
      margin-right: 20px; }
      @media (max-width: 767px) {
        #lines ._numbers > div {
          margin-right: 5px; } }
      #lines ._numbers > div:nth-child(2):after {
        content: "";
        position: absolute;
        top: 2px;
        right: 8px;
        width: 20px;
        height: 20px;
        transform: translate(50%, -50%);
        border-radius: 50%;
        background: #fff;
        border: 3px solid #ce1b14; }
    #lines ._numbers input {
      text-align: center;
      width: 56px;
      padding-left: 12px;
      height: 55px;
      border: none;
      border-radius: 5px;
      margin-right: 5px;
      position: relative;
      font-size: 1.5em;
      box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5); }
      #lines ._numbers input.is-wrong {
        background: rgba(206, 27, 20, 0.5);
        color: #fff; }
      @media (max-width: 767px) {
        #lines ._numbers input {
          margin-right: 1px;
          font-size: 1em;
          width: 38px;
          padding-left: 2px;
          height: 35px; } }
      @media (max-width: 575px) {
        #lines ._numbers input {
          width: 34px; } }

._checkbox {
  color: rgba(255, 255, 255, 0.35); }
  ._checkbox label {
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: .9em;
    cursor: pointer; }
  ._checkbox input {
    display: none; }
    ._checkbox input:checked + div {
      background: green; }
      ._checkbox input:checked + div:before {
        background: white;
        transform: translate(100%, -50%); }
  ._checkbox div {
    width: 40px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 0 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: relative; }
    ._checkbox div:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 0;
      transition: all .2s ease-in-out;
      transform: translate(0, -50%);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2); }

@media (max-width: 767px) {
  .checkerContainer {
    position: relative; }
    .checkerContainer .is-active .select-box {
      margin: 0;
      text-align: center;
      border-radius: 0; }
      .checkerContainer .is-active .select-box:before, .checkerContainer .is-active .select-box .title, .checkerContainer .is-active .select-box .step {
        display: none; }
      .checkerContainer .is-active .select-box .text {
        margin-top: 15px; }
  #checking-numbers {
    z-index: 99; } }

#add-line {
  display: inline-block;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  #add-line:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }

#error-valid {
  display: none;
  color: #ce1b14; }

#reset-checker {
  margin-right: 20px; }
  #reset-checker img {
    width: 32px;
    height: 32px; }

.btn.editNumbers {
  font-size: 14px;
  padding: 5px 10px; }
  @media (max-width: 767px) {
    .btn.editNumbers {
      margin-bottom: 10px; } }

#new-checker2 {
  background: #ce1b14;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  overflow: hidden; }
  #new-checker2 ._content {
    padding: 20px 25px; }
    @media (max-width: 390px) {
      #new-checker2 ._content {
        padding: 20px 15px; } }
  #new-checker2 ._header {
    color: #fff;
    font-weight: 700; }
  #new-checker2 ._cta {
    background: #a0150f;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
    #new-checker2 ._cta .btn {
      padding: 10px 20px; }
  #new-checker2 ._options {
    display: flex;
    font-size: .85em;
    color: #fff; }
    #new-checker2 ._options > div {
      margin: 0 20px 10px 0; }
    #new-checker2 ._options select {
      font-size: .9em; }
  #new-checker2 ._line {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0; }
    #new-checker2 ._line > div {
      justify-content: flex-start; }
  #new-checker2 ._checkbox label {
    font-size: .75em; }
  #new-checker2 input[type="number"],
  #new-checker2 input[type="tel"] {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 1.2em; }
    @media (max-width: 1199px) {
      #new-checker2 input[type="number"],
      #new-checker2 input[type="tel"] {
        width: 33px;
        height: 33px; } }
    @media (max-width: 390px) {
      #new-checker2 input[type="number"],
      #new-checker2 input[type="tel"] {
        width: 28px;
        height: 28px;
        font-size: .9em; } }
  #new-checker2 #add-line {
    padding: 0;
    background: none;
    color: #fff;
    font-size: .9em; }
  #new-checker2 #reset-checker img {
    width: 25px;
    height: 25px; }
  #new-checker2 #lines ._trash img {
    width: 25px;
    height: 25px; }
  #new-checker2 #lines ._numbers > div {
    margin-right: 12px; }
    @media (max-width: 390px) {
      #new-checker2 #lines ._numbers > div {
        margin-right: 7px; } }
  #new-checker2 #error-valid {
    color: #f9b31b; }

#checker-plus {
  display: none; }

#new-checker3 {
  background: #ce1b14;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  overflow: hidden; }
  #new-checker3 button {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer; }
  #new-checker3 .clean {
    line-height: 30px;
    color: #fff; }
    @media (max-width: 480px) {
      #new-checker3 .clean {
        height: 32px; } }
  #new-checker3 .remove {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: url(/images/svg/icon-trash.svg);
    background-size: 100%; }
    @media (max-width: 1200px) {
      #new-checker3 .remove {
        top: auto;
        bottom: 15px; } }
  #new-checker3 .line {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 10px 20px 0; }
    #new-checker3 .line.is-active {
      background: #850f0a; }
      #new-checker3 .line.is-active:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid white; }
  #new-checker3 .numbers {
    display: flex;
    margin-right: 20px; }
    #new-checker3 .numbers > ul {
      display: flex;
      margin-right: 15px; }
    #new-checker3 .numbers ul:nth-child(2) li {
      position: relative; }
      #new-checker3 .numbers ul:nth-child(2) li:after {
        content: "";
        position: absolute;
        top: -5px;
        right: 0px;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #ce1b14;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
    #new-checker3 .numbers span,
    #new-checker3 .numbers input {
      background: #fff;
      display: block;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-radius: 5px;
      font-weight: 700;
      border: none;
      margin: 0 3px 3px 0;
      box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 480px) {
        #new-checker3 .numbers span,
        #new-checker3 .numbers input {
          width: 32px;
          height: 32px;
          line-height: 32px; } }
      #new-checker3 .numbers span.is-dublicated,
      #new-checker3 .numbers input.is-dublicated {
        background: red;
        color: #fff;
        transition: all .2s ease-in-out .5s; }
    #new-checker3 .numbers span {
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2); }
  #new-checker3 label {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer; }
    #new-checker3 label input[type="checkbox"] {
      display: none; }
  #new-checker3 #checker-mode-label {
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    align-items: flex-end;
    text-align: right;
    font-size: .7em; }
  #new-checker3 .checkbox {
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    color: black;
    padding: 0;
    background: #b9b9b9;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5); }
    #new-checker3 .checkbox span {
      display: block;
      text-align: center;
      width: 100%;
      padding: 0 5px;
      height: 100%;
      font-size: .85em;
      transform: translate(0);
      transition: all .1s ease-in-out; }
      #new-checker3 .checkbox span:last-child {
        position: absolute;
        left: 100%;
        top: 0; }
      #new-checker3 .checkbox span.-red {
        background: red;
        color: #fff; }
      #new-checker3 .checkbox span.-green {
        background: #00b300;
        color: #fff; }
  #new-checker3 input[type="checkbox"]:checked + .checkbox {
    background: #dac31b; }
    #new-checker3 input[type="checkbox"]:checked + .checkbox:before {
      transform: translate(15px); }
    #new-checker3 input[type="checkbox"]:checked + .checkbox span {
      transform: translate(-100%); }
  #new-checker3 .extras {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center; }
    #new-checker3 .extras button {
      height: 30px; }

.multiplier {
  font-size: .8em; }
  .multiplier > div:first-child {
    opacity: .65; }
  .multiplier ._checkbox {
    width: 35px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin: 0 10px;
    position: relative; }
    .multiplier ._checkbox:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 0;
      transition: all .2s ease-in-out;
      transform: translate(0, -50%);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2); }
  .multiplier input[type="checkbox"]:checked + ._checkbox {
    background: green; }
    .multiplier input[type="checkbox"]:checked + ._checkbox:before {
      background: #fff;
      transform: translate(15px, -50%); }

#checker-header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; }

#checker-content {
  cursor: pointer; }
  #checker-content.-green #checker-grid li {
    background: #1b541b; }
    #checker-content.-green #checker-grid li.is-active {
      background: #fcb326; }
  #checker-content.-green #checker-grid #checker-grid-powerball li {
    background: #27bc25; }
  #checker-content.-green .line.is-active {
    background: #0A511F; }

#checker-add {
  margin: 0 15px 10px;
  font-size: .8em; }

#checker-footer {
  background: #a0150f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap; }
  #checker-footer label {
    font-size: .85em;
    display: block;
    margin: 0 10px 10px 0; }
  #checker-footer select {
    font-size: .85em; }
  #checker-footer > div {
    display: flex;
    align-items: center; }
  #checker-footer.-dark {
    background: #086725; }

button#checker-reset {
  width: 28px;
  height: 32px;
  background: url(/images/svg/reset.svg);
  background-size: 100%;
  margin: 0 10px 0 0; }
  button#checker-reset span {
    display: none; }

#checker-submit:disabled {
  opacity: .4; }

#checker-grid h3 {
  font-size: 1em;
  color: #fff; }

#checker-grid .grid {
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }

#checker-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#checker-grid li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px 2px 0;
  border-radius: 3px;
  background: #a20707;
  color: #fff;
  text-align: center;
  transition: all .2s ease-in-out; }
  #checker-grid li.is-active {
    background: #fcb326;
    color: black; }
  #checker-grid li.is-disabled {
    pointer-events: none;
    opacity: .2; }

#checker-grid-powerball li {
  background: #ff1f16; }

.tabs,
.tabs-links {
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .tabs,
    .tabs-links {
      text-align: center; } }
  .tabs .tab,
  .tabs-links .tab {
    display: inline-block; }
    .tabs .tab a,
    .tabs-links .tab a {
      background: #ce1b14;
      text-decoration: none;
      border-radius: 5px 5px 0 0;
      color: #fff;
      font-size: 16px;
      padding: 3px 8px;
      border: none;
      display: block; }
      @media (max-width: 767px) {
        .tabs .tab a,
        .tabs-links .tab a {
          border-radius: 6px;
          display: inline-block;
          margin: 5px;
          padding: 8px; } }
      .tabs .tab a:hover,
      .tabs-links .tab a:hover {
        background: #ea322b; }
    .tabs .tab.is-active a,
    .tabs-links .tab.is-active a {
      background: #fff;
      color: #ce1b14; }

.tab-info {
  display: none; }
  .tab-info.is-active {
    display: block; }

.lotteryTitle {
  position: relative;
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .lotteryTitle {
      display: flex; } }
  .lotteryTitle .facts {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    width: 220px; }
    @media (min-width: 576px) {
      .lotteryTitle .facts {
        border-right: 1px solid #dddddd; } }
    @media (max-width: 767px) {
      .lotteryTitle .facts {
        border-bottom: 1px solid #dddddd;
        width: 100%; } }
    .lotteryTitle .facts.long-fact {
      width: 450px;
      border-right: none;
      text-align: left; }
      @media (max-width: 767px) {
        .lotteryTitle .facts.long-fact {
          width: 100%; } }
    .lotteryTitle .facts span:first-child {
      font: 24px/24px "tit_bold", sans-serif;
      margin-bottom: 10px;
      display: block; }
    .lotteryTitle .facts span:last-child {
      font-size: 30px;
      display: block;
      width: 100%; }
    .lotteryTitle .facts.notes {
      border-right: none;
      text-align: left; }

.frequency-box {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  display: inline-block; }
  @media (max-width: 767px) {
    .frequency-box .freq-result div {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle;
      float: none; }
      .frequency-box .freq-result div:nth-child(2) {
        width: 68%; } }

.freq-result {
  text-align: center;
  width: 185px;
  padding: 15px 10px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  float: left;
  background: #fff;
  position: relative;
  font-size: .85em; }
  .freq-result strong {
    font-size: 1em; }
  .freq-result.balls {
    margin-bottom: 0; }
  .freq-result.is-max:after, .freq-result.is-min:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; }
  .freq-result.is-max:after {
    background: #5cb85c; }
  .freq-result.is-min:after {
    background: #d9534f; }
  @media (max-width: 767px) {
    .freq-result {
      text-align: left;
      font-size: 12px;
      line-height: 18px;
      padding: 10px;
      width: 50%; }
      .freq-result .ball, .freq-result .powerball, .freq-result .power-play {
        float: left;
        width: 34px;
        height: 34px;
        font-size: 18px;
        line-height: 28px;
        margin-right: 5px;
        margin-bottom: 50px;
        padding-top: 0; }
        .freq-result .ball:nth-child(2), .freq-result .powerball:nth-child(2), .freq-result .power-play:nth-child(2) {
          margin-bottom: 8px;
          margin-top: 8px; }
      .freq-result .power-play {
        margin-right: 0; }
        .freq-result .power-play:before {
          content: "PP";
          display: block;
          padding-right: 0; } }

.stat-box .ball, .stat-box .powerball {
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 30px; }

@media (max-width: 767px) {
  .stat-box {
    text-align: center; }
    .stat-box .ball, .stat-box .powerball {
      float: none;
      margin: 0;
      width: 34px;
      height: 34px;
      line-height: 28px;
      font-size: 18px; } }

.stat-box .stat {
  font: 34px/34px "tit_bold", sans-serif; }
  .stat-box .stat span {
    font: 16px/16px "tit_reg", sans-serif;
    display: block;
    width: 100%; }

.stats-table {
  text-align: center; }
  .stats-table .date span {
    font-size: 12px; }

@media (max-width: 767px) {
  #tab-container ul li a {
    min-width: 130px; } }

.bonus-title.h3:after {
  background: none;
  display: inline; }

.js-stats {
  position: relative;
  z-index: 1; }

.tbody.is-padded {
  padding: 60px 40px;
  background: #fff;
  position: relative; }
  @media (max-width: 520px) {
    .tbody.is-padded {
      padding: 40px 0 40px 20px; } }

.chart_grid {
  width: calc(100% - 100px);
  top: 0;
  left: 41px;
  z-index: -1;
  position: absolute;
  height: 100%; }
  .chart_grid div {
    position: absolute;
    width: 1px;
    background: rgba(26, 26, 26, 0.2);
    height: 100%; }
    .chart_grid div:first-child {
      left: 0; }
    .chart_grid div:nth-child(2) {
      left: 25%; }
    .chart_grid div:nth-child(3) {
      left: 50%; }
    .chart_grid div:nth-child(4) {
      left: 75%; }
    .chart_grid div:nth-child(5) {
      left: 100%; }
    .chart_grid div:before, .chart_grid div:after {
      content: attr(data-num);
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translate(-50%);
      font-size: .65em;
      opacity: .75; }
    .chart_grid div:before {
      bottom: 100%;
      top: auto; }

.js-stats ._row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  transition: background .1s ease-in-out; }
  .js-stats ._row li {
    width: 24px;
    height: 24px;
    background: #333333;
    border-radius: 50%;
    text-align: center;
    font-size: .85em;
    color: #fff;
    margin: 1px 18px 1px 0; }
    .js-stats ._row li.powerball {
      background: #ce1b14;
      line-height: 1em; }
  .js-stats ._row:hover {
    background: rgba(0, 0, 0, 0.05); }
    .js-stats ._row:hover .chart:after {
      background: #ce1b14;
      color: #fff; }
  .js-stats ._row.is-max .chart {
    background: rgba(92, 184, 92, 0.5); }
  .js-stats ._row.is-min .chart {
    background: rgba(206, 27, 20, 0.5); }

.chart_wrap {
  width: calc(100% - 100px); }
  .chart_wrap .chart {
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    position: relative; }
    .chart_wrap .chart:after {
      content: attr(data-current);
      position: absolute;
      top: 50%;
      left: calc(100% + 3px);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: .75em;
      padding: 0px 2px;
      background: rgba(26, 26, 26, 0.2);
      border-radius: 5px;
      transition: all .1s ease-in-out; }

@media (max-width: 768px) {
  .js-stats-item .power-play {
    display: inline-block; } }

.infoBox {
  padding: 40px 15px 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  min-height: 228px;
  border: 3px solid #E4E4E4;
  position: relative;
  overflow: hidden;
  background: #fff;
  cursor: pointer; }
  .infoBox.no-link {
    cursor: default; }
  @media (max-width: 1199px) {
    .infoBox {
      background-position: top; } }
  @media (max-width: 767px) {
    .infoBox {
      min-height: auto;
      margin-bottom: 0; } }
  .infoBox img {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1199px) {
      .infoBox img {
        left: 50%;
        transform: translate(-50%); } }
    @media (max-width: 767px) {
      .infoBox img {
        display: none; } }
  .infoBox h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "tit_bold", sans-serif;
    position: relative; }
    .infoBox h2:after {
      display: none; }
    .infoBox h2 a {
      border: none; }
  .infoBox p {
    font-size: 15px;
    line-height: 18px;
    position: relative; }
  .infoBox.w50 {
    padding-left: 270px; }
    @media (max-width: 1199px) {
      .infoBox.w50 {
        padding: 250px 20px  20px 20px; } }
    @media (max-width: 767px) {
      .infoBox.w50 {
        padding: 15px; } }
  .infoBox.w33 {
    padding: 160px 30px 20px;
    background-position: top center;
    min-height: 320px; }
    .infoBox.w33 img {
      left: 50%;
      transform: translate(-50%); }
    @media (max-width: 767px) {
      .infoBox.w33 {
        min-height: auto;
        padding: 15px; } }
  .infoBox .link {
    display: block;
    position: absolute;
    text-align: right;
    bottom: 20px;
    right: 40px; }
    @media (max-width: 1199px) {
      .infoBox .link {
        position: relative;
        display: inline-block;
        margin-top: 0px;
        right: 0;
        bottom: 0; } }
  .infoBox.list {
    cursor: auto;
    min-height: 440px; }
    @media (max-width: 767px) {
      .infoBox.list {
        min-height: auto; }
        .infoBox.list li {
          padding-left: 20px; }
          .infoBox.list li:before {
            left: 0; } }
    .infoBox.list.w33 {
      padding: 30px; }

.store-guide-wrap {
  background: #fff;
  padding: 40px 60px;
  margin: 20px 0; }
  @media (max-width: 550px) {
    .store-guide-wrap {
      padding: 20px 30px; } }
  .store-guide-wrap h3:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin-top: 15px;
    background: #ce1b14; }

.store-guide ._item {
  display: flex;
  align-items: center;
  counter-increment: countStore;
  margin: 10px 0; }
  @media (max-width: 550px) {
    .store-guide ._item {
      flex-wrap: wrap;
      margin-top: 20px;
      justify-content: center; }
      .store-guide ._item ._right {
        width: 100%;
        text-align: center; } }
  .store-guide ._item:hover img {
    transform: translate(-50%, -60%); }
  .store-guide ._item p {
    margin: 0; }

.store-guide ._left {
  position: relative;
  margin: 0 30px 10px 0; }
  @media (max-width: 550px) {
    .store-guide ._left {
      margin-bottom: 20px;
      margin-right: 0; } }
  .store-guide ._left:after {
    content: counter(countStore);
    position: absolute;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%; }

.store-guide ._img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 4px solid #000;
  overflow: hidden;
  position: relative; }
  @media (max-width: 550px) {
    .store-guide ._img {
      width: 70px;
      height: 70px; } }
  .store-guide ._img img {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease-in-out; }

.store-guide-wrap .title {
  font-size: 1.3em;
  color: #ce1b14; }

.proscons {
  display: flex;
  flex-wrap: wrap; }
  .proscons > div {
    width: 50%;
    padding: 20px; }
    @media (max-width: 768px) {
      .proscons > div {
        width: 100%; } }

ul.list-pros,
ul.list-cons {
  font-size: .9em; }
  ul.list-pros li,
  ul.list-cons li {
    padding: 0 0 0 40px;
    margin: 20px 0;
    position: relative; }
    ul.list-pros li:before,
    ul.list-cons li:before {
      position: absolute;
      top: 5px;
      left: 0;
      width: 22px;
      height: 22px;
      background: #5cb85c;
      text-align: center;
      line-height: 20px;
      color: #fff;
      border-radius: 50%; }

ul.list-pros li:before {
  content: "+"; }

ul.list-cons li:before {
  content: "-";
  background: #d9534f; }

ul.state-anchors {
  display: flex;
  flex-wrap: wrap;
  border-top: 4px solid #ce1b14; }
  ul.state-anchors li {
    text-align: center;
    flex: 1 0 auto;
    background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    ul.state-anchors li:first-child {
      border-left: 1px solid rgba(0, 0, 0, 0.15); }
    @media (max-width: 768px) {
      ul.state-anchors li {
        flex: auto;
        width: 100%; } }
    ul.state-anchors li:hover {
      background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 45%); }
  ul.state-anchors a {
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000; }
  ul.state-anchors img {
    width: 42px;
    height: 42px;
    margin-right: 10px; }
  ul.state-anchors span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    ul.state-anchors span:before {
      content: "";
      display: inline-block;
      width: 45px;
      height: 45px;
      margin-right: 10px;
      background-size: 100%;
      background-repeat: no-repeat; }
    ul.state-anchors span._play:before {
      background-image: url(/images/svg/state-play.svg); }
    ul.state-anchors span._claim:before {
      background-image: url(/images/svg/state-claim.svg); }
    ul.state-anchors span._state:before {
      display: none; }

.article-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden; }
  .article-box h3, .article-box h4 {
    font-family: "tit_bold", sans-serif; }
    .article-box h3 a, .article-box h4 a {
      line-height: 26px; }
  .article-box h4 a {
    line-height: 24px; }
  .article-box img {
    width: 100%; }
  .article-box .content-box {
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .article-box .content-box .row {
        position: absolute;
        bottom: 30px;
        width: 95%; } }
  .article-box .content-box-p {
    flex: 1 0 auto; }
  @media (min-width: 768px) {
    .article-box .btn {
      float: right; } }
  @media (max-width: 767px) {
    .article-box .btn {
      width: 200px;
      margin: auto;
      display: block; } }
  .article-box.sm {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
    .article-box.sm .content-box {
      padding: 25px;
      flex: 1 0 auto; }
      .article-box.sm .content-box .row {
        bottom: 20px;
        left: 40px;
        width: 90%; }
      .article-box.sm .content-box h3, .article-box.sm .content-box h4 {
        flex: 1 0 0; }
    .article-box.sm h3 {
      font-size: 21px; }
    .article-box.sm h4 {
      margin-bottom: 10px; }
    .article-box.sm .date-sm {
      margin: 10px 0; }
    .article-box.sm .btn {
      float: none;
      display: inline-block;
      font-size: 18px;
      padding: 10px; }
  .article-box.-home {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .article-box.-home {
        height: auto;
        margin-bottom: 40px; } }
    .article-box.-home h3 {
      flex: 1 0 0; }
  .article-box .-wrap-img {
    width: 100%;
    padding-top: 26%;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto; }
    .article-box .-wrap-img img {
      position: absolute;
      bottom: 0; }

.news-cols {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .news-cols {
      padding: 0; } }
  @media (max-width: 767px) {
    .news-cols article {
      margin-bottom: 20px; } }

.article-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 480px) {
    .article-bottom {
      flex-direction: column; } }

.date-sm {
  font-size: 16px;
  color: #aaaaaa;
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  margin-bottom: 15px; }
  .date-sm:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 500px 1500px;
    content: "";
    position: absolute;
    background-position: 0 13.509%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px; }
  .date-sm.article-date {
    display: inline-block;
    margin-left: 0; }

.news-box {
  margin-bottom: 30px; }
  .news-box .h4 {
    font: 18px/18px "tit_bold", sans-serif;
    margin-bottom: 30px; }
  .news-box .date-sm {
    margin: 15px 0 0 0; }

.article-img {
  float: left;
  margin: 0 30px 30px 0; }

.archive-years {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05); }

.ul-news-archive {
  margin-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  margin: 0 10px 10px 0; }
  .ul-news-archive ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    padding: 10px; }
  .ul-news-archive:hover ul {
    display: block; }
  .ul-news-archive .btn.is-active {
    background: #ce1b14;
    color: #fff; }

.news-layout {
  display: flex; }
  @media (max-width: 1092px) {
    .news-layout {
      display: block; } }

.single-news {
  background: #fff;
  flex: 1 0 0;
  padding: 40px 60px; }
  @media (max-width: 480px) {
    .single-news {
      padding: 40px 20px; } }

.news-aside {
  width: 250px;
  padding-left: 30px; }
  @media (max-width: 1092px) {
    .news-aside {
      width: 100%;
      padding: 0;
      margin-top: 40px; } }

.news-aside-latest {
  background: #fff;
  margin-bottom: 20px; }
  @media (max-width: 1092px) {
    .news-aside-latest {
      display: flex;
      align-items: flex-start;
      padding: 20px; } }
  @media (max-width: 490px) {
    .news-aside-latest {
      display: block;
      padding: 0;
      margin-bottom: 0; } }
  .news-aside-latest img {
    width: 100%; }
    @media (max-width: 1092px) {
      .news-aside-latest img {
        width: 45%;
        height: auto;
        display: block;
        margin-top: 20px; } }
    @media (max-width: 490px) {
      .news-aside-latest img {
        width: 100%;
        display: none; } }
  .news-aside-latest ._content {
    padding: 20px; }
    @media (max-width: 490px) {
      .news-aside-latest ._content {
        padding: 10px 20px; } }
  .news-aside-latest .h3-hidden {
    display: none; }
    @media (max-width: 490px) {
      .news-aside-latest .h3-hidden {
        display: block;
        padding: 20px 20px 0;
        font-size: 1.2em; } }
  .news-aside-latest h3 {
    font-size: .85em;
    font-weight: 700; }
    @media (max-width: 1092px) {
      .news-aside-latest h3 {
        font-size: 1.2em; } }
    .news-aside-latest h3:before {
      content: attr(data-title);
      display: inline-block;
      margin-right: 3px;
      font-size: .75em;
      background: red;
      color: #fff;
      padding: 3px 6px;
      border-radius: 4px;
      font-weight: 100;
      text-transform: uppercase; }
    .news-aside-latest h3 a {
      color: #000; }
  .news-aside-latest p {
    font-size: .75em;
    line-height: 1.35em;
    margin-bottom: 0; }
    @media (max-width: 1092px) {
      .news-aside-latest p {
        font-size: .9em; } }

.news-tops {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 5px; }
  @media (max-width: 490px) {
    .news-tops {
      padding: 5px 20px; } }
  .news-tops h3 {
    font-size: 1.25em;
    margin-bottom: 20px; }
    @media (max-width: 490px) {
      .news-tops h3 {
        display: none; } }

.news-top {
  margin-bottom: 20px; }
  .news-top h4 {
    font-size: .85em;
    font-weight: 700;
    margin: 0; }
  .news-top p {
    font-size: .75em;
    line-height: 1.35em;
    margin-bottom: 0;
    margin: 10px 0; }
  @media (max-width: 490px) {
    .news-top:last-child {
      display: none; } }

.news-aside-latest .date,
.news-top .date {
  font-size: .65em;
  opacity: .65;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative; }
  @media (max-width: 1092px) {
    .news-aside-latest .date,
    .news-top .date {
      font-size: .9em; } }
  .news-aside-latest .date:before,
  .news-top .date:before {
    background: url(/images/template/icon-sprite-us.png) no-repeat;
    background-size: 310px 920px;
    content: "";
    position: absolute;
    background-position: 0 13.509%;
    width: 12px;
    height: 12px;
    left: 0;
    top: 3px; }

.buy-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px; }
  .buy-box img {
    display: inline-block;
    height: 100px; }
    @media (max-width: 767px) {
      .buy-box img {
        height: 60px; } }
  .buy-box .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 28px;
    width: 45%;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .buy-box .title {
        font-size: 21px; } }
  .buy-box hr {
    margin: 20px auto;
    width: 100px; }
  .buy-box .jackpot-box {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px; }
    .buy-box .jackpot-box .jackpot-title {
      font: 18px/18px "tit_reg", sans-serif;
      color: #333; }
    .buy-box .jackpot-box .jackpot {
      font-size: 24px;
      line-height: 24px;
      color: #ce1b14; }
  .buy-box .date {
    display: inline-block;
    font: 22px/24px "tit_bold", sans-serif;
    width: 165px;
    vertical-align: middle; }
    @media (max-width: 575px) {
      .buy-box .date {
        width: 100%;
        text-align: center; } }
    .buy-box .date span {
      display: inline-block;
      width: 100%;
      font: 18px/18px "tit_reg", sans-serif; }
  .buy-box .btn-cta {
    width: 130px;
    font-size: 18px;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .buy-box .btn-cta {
        margin: 15px auto 0;
        display: block; } }

.how-it-works .featured-links p {
  padding-bottom: 0; }

.selection {
  background: #ce1b14;
  border-radius: 8px;
  color: #fff;
  margin: 10px 0 100px;
  padding: 20px;
  position: relative;
  min-height: 180px;
  width: 100%; }
  @media (max-width: 767px) {
    .selection {
      margin: 10px 0; } }
  .selection p:first-child {
    font-size: 15px; }
  .selection .section {
    display: none;
    position: relative;
    min-height: 270px;
    background: #680e0a;
    border-radius: 8px;
    padding: 20px;
    margin: 120px 0 70px;
    width: 100%; }
    @media (max-width: 767px) {
      .selection .section {
        margin: 20px 0; }
        .selection .section img {
          width: 100%; } }
    .selection .section .btn {
      top: 150px; }
    .selection .section .section {
      margin-bottom: 0;
      background: #a0150f; }
      @media (max-width: 991px) {
        .selection .section .section {
          margin-bottom: 20px; } }
  .selection .reset {
    display: none;
    margin: 20px auto;
    background: #dddddd;
    border: 1px solid #777; }
    @media (min-width: 768px) {
      .selection .reset {
        position: absolute;
        bottom: 20px;
        right: 20px; } }
    .selection .reset:hover {
      background: #dc4646 !important; }
  .selection .btn {
    color: #333; }
    .selection .btn.disabled {
      opacity: 0.3;
      cursor: default; }
    @media (min-width: 768px) {
      .selection .btn.level1, .selection .btn.level2 {
        position: absolute; } }
    @media (max-width: 767px) {
      .selection .btn.level1, .selection .btn.level2 {
        display: block;
        width: 100%;
        transform: translate(0, 0);
        margin-bottom: 20px; } }
  .selection a {
    color: #fff; }

.level1.btn, .level2.btn {
  width: 30%;
  top: 80px; }

.level1.second, .level1.second-2, .level2.second, .level2.second-2 {
  left: 50%;
  transform: translate(-50%, 0); }

.level1.third, .level1.last, .level2.third, .level2.last {
  right: 20px;
  padding: 21px 30px; }

.gen-table {
  background: #ce1b14;
  width: 100%;
  padding: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px; }
  .gen-table .title {
    display: inline-block;
    margin-right: 10px; }
  .gen-table select {
    margin-right: 20px; }
  .gen-table.triangle:before {
    border-color: #ce1b14 transparent transparent; }

.balls, .balls li {
  position: relative; }

.innerA {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  padding: 0;
  margin: 0;
  left: 0;
  top: -2px;
  display: block;
  border-radius: 40px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .innerA {
      line-height: 39px; } }

.innerB, .number {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px; }

.innerB {
  display: block; }

.generator .balls .powerball:after {
  content: ""; }

#playNumbers {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out; }
  @media (max-width: 767px) {
    #playNumbers {
      display: block; } }
  #playNumbers strong {
    margin-right: 5px; }
    @media (max-width: 767px) {
      #playNumbers strong {
        display: block; } }

.questions a {
  font-family: "tit_bold", sans-serif; }

.expandable {
  padding: 20px;
  display: none;
  background: #fff; }
  .expandable.no-padding {
    padding: 0; }
  .expandable table {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }

.js-tab {
  cursor: pointer;
  padding: 15px 20px 15px 60px;
  margin: 3px 0;
  background: rgba(0, 0, 0, 0.1);
  color: #a0150f;
  position: relative;
  font-size: 1.2em;
  font-weight: 700; }
  .js-tab:before {
    content: "+";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%); }
  .js-tab:after {
    display: none; }
  .js-tab:hover {
    background: rgba(0, 0, 0, 0.15); }
  .js-tab.is-active {
    background: #a0150f;
    color: #fff;
    transform: scale(1); }
    .js-tab.is-active:before {
      content: "-"; }

.img-col {
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .img-col .col-md-5 {
    text-align: center; }
    @media (max-width: 767px) {
      .img-col .col-md-5 {
        text-align: left; } }

.img-col img {
  width: 250px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .img-col img {
      width: 100px; } }

.revImg {
  width: 640px; }
  @media (max-width: 550px) {
    .revImg {
      width: 100%; } }

#tax-calculator {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  background: linear-gradient(to bottom, #e32e27 0%, #d02822 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  color: white; }
  #tax-calculator > div {
    width: 50%;
    padding: 40px 40px; }
    @media (max-width: 992px) {
      #tax-calculator > div {
        width: 100%;
        padding: 30px; } }
    #tax-calculator > div:last-child {
      background: #2c2c2c;
      color: white; }
  #tax-calculator h2 {
    font-size: 1.5em;
    font-weight: 700; }
    #tax-calculator h2:after {
      display: none; }
  #tax-calculator label {
    margin: 0 20px;
    display: flex;
    align-items: center; }
    @media (max-width: 550px) {
      #tax-calculator label {
        margin: 0 20px 10px 0; } }
    #tax-calculator label input {
      display: none; }
      #tax-calculator label input:checked + span {
        background: #69a369; }
        #tax-calculator label input:checked + span:after {
          transform: translate(100%, -50%); }
    #tax-calculator label span {
      margin-left: 10px;
      display: block;
      width: 30px;
      height: 18px;
      background: white;
      position: relative;
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      cursor: pointer;
      overflow: hidden;
      background: #2e2e2e;
      transition: background .1s ease-in-out; }
      #tax-calculator label span:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        top: 50%;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.2);
        left: 0;
        transition: transform .1s ease-in-out;
        transform: translate(0, -50%); }

#calc > div {
  margin-bottom: 20px; }

#calc input {
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  width: 100%; }

#calc select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: .8em;
  color: white;
  width: 150px;
  background: none; }
  @media (max-width: 550px) {
    #calc select {
      width: 100%; } }
  #calc select option {
    color: black; }

#calc ._title {
  font-size: .85em;
  opacity: .5; }

#calc-amount {
  font-size: 1.3em; }

#calc-jackpot-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 550px) {
    #calc-jackpot-box {
      margin: 20px 0 0;
      align-items: center;
      display: block; } }

#calc-results > div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#calc-results .calc-result {
  font-size: 1.4em; }
  #calc-results .calc-result.-sm {
    font-size: 1.2em; }
    #calc-results .calc-result.-sm span:last-child {
      color: #ff9696; }
  #calc-results .calc-result span {
    font-size: .75em; }

#calc-result-extras > div,
#calc-result-cash-box > div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.calc-filters {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 550px) {
    .calc-filters {
      display: block; } }

.calc-box-initial {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.calc-box.-lg {
  font-size: 1.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 550px) {
    .calc-box.-lg {
      font-size: .9em; } }

.calc-box.-sm {
  font-size: .9em;
  opacity: .5; }
  @media (max-width: 550px) {
    .calc-box.-sm {
      font-size: .8em; } }

.calc-box.-final {
  font-size: 1.4em;
  color: #ffdb00;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 550px) {
    .calc-box.-final {
      font-size: 1em; } }

.timeContainer {
  display: inline-block;
  width: 100%; }
  .timeContainer .timeBox {
    display: flex;
    border-left: 5px solid #e4e4e4;
    position: relative;
    margin: 0 0 0 30px; }
    @media (max-width: 767px) {
      .timeContainer .timeBox {
        margin: 0 0 0 10px; } }
    .timeContainer .timeBox.end {
      height: 60px; }
  .timeContainer .date {
    text-align: center;
    background: #f0f0f0;
    position: absolute;
    left: -35px;
    top: -5px;
    font-weight: 700;
    line-height: 24px;
    padding: 25px 0;
    font-size: 24px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .timeContainer .date {
        font-size: 16px;
        top: 0;
        left: -20px;
        padding: 15px 0; } }
    .timeContainer .date span {
      display: block;
      color: #aaaaaa;
      font-size: 18px; }
      @media (max-width: 767px) {
        .timeContainer .date span {
          font-size: 14px; } }
  .timeContainer .contentBox {
    width: 100%;
    margin: 0 0 20px 60px;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    position: relative; }
    @media (max-width: 767px) {
      .timeContainer .contentBox {
        margin: 0 0 20px 40px;
        padding: 15px; } }
    .timeContainer .contentBox:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 20px 15px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      left: -20px;
      top: 30px; }
      @media (max-width: 767px) {
        .timeContainer .contentBox:before {
          border-width: 10px 15px 10px 0;
          left: -15px; } }
    .timeContainer .contentBox p:last-child {
      margin-bottom: 0; }
  .timeContainer .title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .timeContainer .title {
        font-size: 21px;
        margin-bottom: 5px; } }

.i-intro {
  background: #FFF;
  padding: 20px 20px 10px;
  border-radius: 6px;
  margin-bottom: 10px; }

.i-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 690px;
  background: #FFF;
  border-radius: 6px; }
  @media (max-width: 620px) {
    .i-map {
      height: 280px; } }
  .i-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transition: top .5s ease-in-out, left .5s ease-in-out; }
  .i-map path {
    position: relative;
    fill: #680e0a;
    transition: all .1s ease-in-out; }
    .i-map path:hover {
      cursor: pointer;
      fill: #ce1b14;
      opacity: 1 !important; }
    .i-map path.alabama, .i-map path.utah, .i-map path.nevada, .i-map path.mississippi {
      fill: #aaaaaa; }
      .i-map path.alabama:hover, .i-map path.utah:hover, .i-map path.nevada:hover, .i-map path.mississippi:hover {
        cursor: default;
        fill: #aaaaaa; }
    .i-map path.is-active {
      fill: #ce1b14; }
    .i-map path.is-hidden {
      opacity: .35; }
  .i-map svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .i-map text {
    font-family: Arial, sans-serif;
    pointer-events: none;
    fill: #fff; }
    .i-map text.alabama, .i-map text.utah, .i-map text.nevada, .i-map text.mississippi {
      fill: #000; }

#map-title {
  position: fixed;
  background: #fff;
  padding: 0 10px;
  pointer-events: none;
  transform: translate(-50%, -150%); }
  #map-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff; }
    @media (max-width: 720px) {
      #map-title:after {
        display: none; } }

.state-links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  .state-links li {
    width: 175px;
    margin: 10px 10px 0 0;
    flex: auto;
    padding-left: 20px; }
    .state-links li a {
      display: block;
      white-space: nowrap;
      color: #000;
      width: 100%;
      padding: 5px 10px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.05); }
      .state-links li a:hover {
        color: #fff;
        background: #ce1b14; }

.map-info {
  position: absolute;
  top: 0;
  transform: translate(-100%);
  left: 0;
  width: 35%;
  min-width: 300px;
  height: 100%;
  background: #680e0a;
  color: #FFF;
  transition: transform .5s ease-in-out;
  padding: 20px 40px;
  overflow: auto; }
  @media (max-width: 520px) {
    .map-info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .map-info:after {
        content: 'Scroll down for more';
        background: rgba(255, 30, 30, 0.8);
        color: #FFF;
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 260px;
        left: 0;
        height: 20px;
        line-height: 20px;
        font-size: 0.8em;
        transition: opacity .4s ease-in-out; }
      .map-info.hide-after:after {
        opacity: 0 !important; } }
  .map-info.is-active {
    transform: translate(0);
    z-index: 1; }
  .map-info-close {
    width: 32px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    font-size: 1.4em;
    right: 10px;
    cursor: pointer; }
  .map-info ._title {
    font-weight: 700;
    font-size: 1.2em; }
  .map-info ._content {
    padding: 10px 20px;
    margin: 10px 0;
    background: #FFF;
    border-radius: 6px;
    color: #333; }
    .map-info ._content > div {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .map-info ._content > div:last-child {
        border-bottom: none; }
      .map-info ._content > div div:first-child {
        display: flex;
        align-items: center; }
        .map-info ._content > div div:first-child span,
        .map-info ._content > div div:first-child img {
          display: block; }
        .map-info ._content > div div:first-child img {
          width: 20px;
          height: 20px;
          opacity: .25;
          margin-right: 8px; }
      .map-info ._content > div div:last-child {
        font-weight: 700; }
  .map-info p {
    font-size: 1em;
    line-height: 1.4em; }
    @media (max-width: 520px) {
      .map-info p {
        font-size: .8em; } }

html {
  background: #680e0a; }
  
.alert {background: #C00; color: #FFF; padding: 20px; border-radius: 10px; max-width: 1140px; margin: 10px auto;}
.alert .h2 {margin: 0; padding: 0 0 10px; line-height: 30px;}
.alert .h2:after {display: none;}
.alert .h3 {margin: 0; padding: 0 0 1px; line-height: 30px;}
.alert .h3:after {display: none;}
.alert p {margin: 5px 0; padding: 0;}
.alert a {color:#ffcc00;}

/*# sourceMappingURL=_sourcemaps/styles-us.css.map */
