@charset "utf-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #b6bfc8;
  --color-darkgray: #566573;
  --color-pink: #e92063;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-extra: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
body,
html {
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #007cf7;
  text-decoration: underline;
}
a:hover {
  color: #075eb4;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
ol,
ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
ul li:before {
  color: #6fb8fd;
}
ul li .black-bullet:before,
ul li:before {
  content: "•";
  font-size: 1.875rem;
  left: -1.375rem;
  line-height: 1;
  position: absolute;
  top: -0.125rem;
}
ul li .black-bullet:before {
  color: #000;
}
body.poker-blog-page,
html.poker-blog-page {
  background-color: #e4e4e4;
  background-image: radial-gradient(#d6d6d5 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  background-position: 0 0, 0 23px;
  background-size: 15px 15px;
  color: #515151;
  font-family: "888", arial, verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
body.poker-blog-page a,
html.poker-blog-page a {
  color: #007cf7;
  -webkit-text-decoration: navy;
  text-decoration: navy;
}
body.poker-blog-page a:hover,
html.poker-blog-page a:hover {
  color: #007cf7;
}
body.poker-blog-page ol,
body.poker-blog-page ul,
html.poker-blog-page ol,
html.poker-blog-page ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
body.poker-blog-page ol,
html.poker-blog-page ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
body.poker-blog-page .rich-text ul,
body.poker-blog-page .text ul,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
html.poker-blog-page .rich-text ul,
html.poker-blog-page .text ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
body.poker-blog-page .rich-text ul li,
body.poker-blog-page .text ul li,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
html.poker-blog-page .rich-text ul li,
html.poker-blog-page .text ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
body.poker-blog-page .rich-text ul li:before,
body.poker-blog-page .text ul li:before,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
html.poker-blog-page .rich-text ul li:before,
html.poker-blog-page .text ul li:before {
  color: #007cf7;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page .rich-text ul li .black-bullet:before,
body.poker-blog-page .text ul li .black-bullet:before,
html.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page .rich-text ul li .black-bullet:before,
html.poker-blog-page .text ul li .black-bullet:before {
  color: #515151;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page.poker-blog-page-dark,
html.poker-blog-page.poker-blog-page-dark {
  background-color: #111;
  background-image: radial-gradient(#1e1e1e 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  color: #fff;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
body.poker-blog-page.poker-blog-page-dark .text ul li:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
html.poker-blog-page.poker-blog-page-dark .text ul li:before {
  color: #007cf7;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before {
  color: #fff;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 998;
}
.text-twoline-truncate {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-item-align: stretch;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hstack,
.vstack {
  -webkit-box-direction: normal;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vstack {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex-item-align: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.image-component .image-container:before,
.overlay {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.floating-pseudo {
  content: "";
  position: absolute;
}
.image-component .image-container:before,
.image-component img,
.overlay-transition {
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start,
.grid-component .column-container .column,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.image-component .modal .modal-dialog .modal-content,
.opacity-0 {
  opacity: 0;
}
.overflow-auto {
  overflow: auto;
}
.image-component .modal,
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.breadcrumb .breadcrumb-component .list .item,
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block,
.image-component img,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title {
  display: block;
}
.d-grid,
.grid-component {
  display: grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex,
.image-component .modal .modal-dialog,
.mobile-icon-menu-component .menu-items-wrapper,
.promotion-carousel-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.d-none,
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .second-cta-footer-desktop.edit-mode-display-cta {
  display: none;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-icon-menu-component.edit-mode,
.position-static {
  position: static;
}
.image-component .image-container,
.image-component .modal .modal-dialog .modal-content,
.position-relative {
  position: relative;
}
.image-component .modal .modal-dialog .modal-content .button-close,
.position-absolute {
  position: absolute;
}
.image-component .modal,
.mobile-icon-menu-component,
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.image-component .modal,
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.image-component .modal,
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-middle-y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border {
  border: 1px solid #dee2e6;
}
.border-0,
.image-component .modal .modal-dialog .modal-content .button-close,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border: 0;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: 1px solid #dee2e6;
}
.border-start-0 {
  border-left: 0;
}
.border-dark {
  border-color: #000;
}
.border-white {
  border-color: #fff;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-70 {
  width: 70%;
}
.grid-component,
.grid-component .column-container,
.herobanner-homepage-component .main_offer,
.image-component .modal .modal-dialog,
.image-component img,
.promotion-carousel-component .promotion-carousel-container,
.promotion-carousel-component .promotion-carousel-container .swiper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper
  .swiper-slide,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.grid-component,
.mw-100 {
  max-width: 100%;
}
.image-component .modal,
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.h-0,
.image-component .modal,
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  height: 0;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100,
.image-component .modal .modal-dialog {
  height: 100%;
}
.h-auto,
.image-component img {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column,
.mobile-icon-menu-component .menu-items-wrapper .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center,
.mobile-icon-menu-component .menu-items-wrapper,
.promotion-carousel-component {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center,
.image-component .modal .modal-dialog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.flex-centered,
.mobile-icon-menu-component .menu-items-wrapper .menu-item,
footer .footer-component-v2 .section-awards,
footer .footer-component-v2 .section-awards .award-sub-section,
footer .footer-component-v2 .section-cta .desktop-wrapper,
footer .footer-component-v2 .section-cta .mobile-wrapper,
footer .footer-component-v2 .section-cta .mobile-wrapper .mobile-cta a,
footer .footer-component-v2 .section-grid .grid-sub-section .grid-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-last {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.mt-small {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-small {
    margin-top: 0.9375rem;
  }
}
.mt-medium {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-medium {
    margin-top: 2rem;
  }
}
.mt-large {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-large {
    margin-top: 2.8125rem;
  }
}
.pt-small {
  padding-top: 0.5rem;
}
@media (min-width: 640px) {
  .pt-small {
    padding-top: 1rem;
  }
}
.pt-medium {
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .pt-medium {
    padding-top: 2rem;
  }
}
.pt-large {
  padding-top: 1.5rem;
}
@media (min-width: 640px) {
  .pt-large {
    padding-top: 3rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 640px) {
  .pt-xlarge {
    padding-top: 4rem;
  }
}
.pb-small {
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .pb-small {
    padding-bottom: 1rem;
  }
}
.pb-medium {
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .pb-medium {
    padding-bottom: 2rem;
  }
}
.pb-large {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .pb-large {
    padding-bottom: 3rem;
  }
}
.pb-xlarge {
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .pb-xlarge {
    padding-bottom: 4rem;
  }
}
.grid-component .column-container,
.grid-component .column-container .column,
.m-0,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .modal-image,
.m-auto {
  margin: auto;
}
.m-0-auto {
  margin: 0 auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.grid-component .column-container,
.grid-component .column-container .column,
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-4 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-5 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0 {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.fs-1 {
  font-size: 2.4rem;
}
.fs-2 {
  font-size: 2.25rem;
}
.fs-3 {
  font-size: 1rem;
}
.fs-4 {
  font-size: 0.875rem;
}
.fs-5 {
  font-size: 0.75rem;
}
.fs-6 {
  font-size: 0.687rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-left,
.text-start {
  text-align: left;
}
.text-end,
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.breadcrumb .breadcrumb-component .list .item .link,
.sidebar-component.edit-mode .sidebar-title,
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
.text-light {
  color: #969696;
}
.text-black,
.text-dark {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-body {
  color: #000;
}
.text-muted {
  color: #6c757d;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-reset {
  color: inherit;
}
.opacity-10 {
  opacity: 0.1;
}
.image-component .image-container:before,
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.image-component .modal.reveal .modal-dialog .modal-content,
.opacity-100 {
  opacity: 1;
}
.bg-light {
  background-color: #969696;
}
.bg-black,
.bg-dark {
  background-color: #000;
}
.bg-body,
.bg-white {
  background-color: #fff;
}
.bg-transparent,
.image-component .image-container:before {
  background-color: transparent;
}
.bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.15)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
.bglg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, hsla(0, 0%, 96%, 0)),
    color-stop(99%, hsla(0, 0%, 96%, 0.97)),
    to(#f4f4f4)
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 96%, 0) 65%,
    hsla(0, 0%, 96%, 0.97) 99%,
    #f4f4f4
  );
}
.user-select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.user-select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: 0.2rem;
}
.rounded-2 {
  border-radius: 0.25rem;
}
.rounded-3 {
  border-radius: 0.3rem;
}
.image-component .modal .modal-dialog .modal-content .button-close,
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: 3.125rem;
}
.rounded-top {
  border-top-left-radius: 0.25rem;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem;
}
.rounded-start {
  border-top-left-radius: 0.25rem;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
@media (min-width: 640px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-sm-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-sm-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-sm-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-sm-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-sm-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-sm-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-sm-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-sm-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-md-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-md-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-md-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-md-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-md-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-md-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-md-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-md-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-md-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-md-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-md-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-md-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-md-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-md-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-lg-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-lg-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-lg-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-lg-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-lg-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-lg-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-lg-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
.poker-blog-page .blog-wrapper-bg {
  background: #fff;
  border-radius: 0.4375rem;
  box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -webkit-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -moz-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
}
.poker-blog-page .blog-wrapper-spacing {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .poker-blog-page .blog-wrapper-spacing {
    padding: 0.9375rem;
  }
}
.poker-blog-page .blog-wrapper-bg-sidebar {
  background: #fff;
  border-radius: 0.375rem;
}
.poker-blog-page .blog-wrapper-spacing-sidebar {
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
}
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg,
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg-sidebar {
  background: #000;
}
.custom-simplebar::-webkit-scrollbar {
  display: none;
}
.custom-simplebar .simplebar-track {
  border-radius: 0.5rem;
  height: 100%;
}
.custom-simplebar .simplebar-track .simplebar-scrollbar {
  border-radius: 0.5rem;
}
.custom-simplebar .simplebar-track.simplebar-vertical {
  width: 0.25rem;
}
.custom-simplebar .simplebar-track.simplebar-horizontal {
  height: 0.375rem;
}
@media (min-width: 1025px) {
  .custom-simplebar .simplebar-track.simplebar-horizontal {
    display: none;
  }
}
.custom-simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 100%;
  top: 0;
}
.custom-simplebar.light-simplebar .simplebar-track {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.custom-simplebar.light-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.custom-simplebar.dark-simplebar .simplebar-track {
  background-color: #ebebeb;
}
.custom-simplebar.dark-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: #d9d9d9;
}
.main-container,
.main-container-lg,
.main-container-md,
.main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  width: 100%;
}
@media (min-width: 640px) {
  .main-container,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .main-container,
  .main-container-md,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container,
  .main-container-lg,
  .main-container-md,
  .main-container-sm {
    max-width: 75pc;
  }
  .root > .container-wrapper > .main-container {
    max-width: 100%;
  }
}
.root > .container-wrapper > .main-container {
  padding: 0;
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
}
.poker-blog-page .main-container,
.poker-blog-page .main-container-lg,
.poker-blog-page .main-container-md,
.poker-blog-page .main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.5rem);
  padding-right: var(--bs-gutter-x, 0.5rem);
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
.row {
  margin: 0 auto;
  max-width: 100%;
}
.row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row [class^="col-"] {
  float: left;
  padding: 1rem;
}
.row [class^="col-"]:not(:last-child) {
  margin-right: 1.25rem;
}
.row .col-1 {
  width: calc(8.33333% - 1.14583rem);
}
.row .col-2 {
  width: calc(16.66667% - 1.04167rem);
}
.row .col-3 {
  width: calc(25% - 0.9375rem);
}
.row .col-4 {
  width: calc(33.33333% - 0.83333rem);
}
.row .col-5 {
  width: calc(41.66667% - 0.72917rem);
}
.row .col-6 {
  width: calc(50% - 0.625rem);
}
.row .col-7 {
  width: calc(58.33333% - 0.52083rem);
}
.row .col-8 {
  width: calc(66.66667% - 0.41667rem);
}
.row .col-9 {
  width: calc(75% - 0.3125rem);
}
.row .col-10 {
  width: calc(83.33333% - 0.20833rem);
}
.row .col-11 {
  width: calc(91.66667% - 0.10417rem);
}
.row .col-12 {
  width: 100%;
}
@media (min-width: 640px) {
  .row .col-sm-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-sm-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-sm-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-sm-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-sm-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-sm-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-sm-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-sm-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-sm-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-sm-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-sm-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .row .col-md-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-md-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-md-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-md-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-md-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-md-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-md-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-md-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-md-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-md-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-md-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-md-12 {
    width: 100%;
  }
}
body,
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "888", arial, verdana, sans-serif;
}
body .h1,
body h1,
html .h1,
html h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h1,
  body h1,
  html .h1,
  html h1 {
    font-size: 2.25rem;
  }
}
body .h2,
body h2,
html .h2,
html h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h2,
  body h2,
  html .h2,
  html h2 {
    font-size: 1.7rem;
  }
}
body .h3,
body h3,
html .h3,
html h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h3,
  body h3,
  html .h3,
  html h3 {
    font-size: 1.6rem;
  }
}
body .h4,
body h4,
html .h4,
html h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h4,
  body h4,
  html .h4,
  html h4 {
    font-size: 1.4rem;
  }
}
body .h5,
body h5,
html .h5,
html h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h5,
  body h5,
  html .h5,
  html h5 {
    font-size: 1.2rem;
  }
}
body .h6,
body h6,
html .h6,
html h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h6,
  body h6,
  html .h6,
  html h6 {
    font-size: 1rem;
  }
}
body p,
html p {
  font-size: 1pc;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body p,
  html p {
    font-size: 1rem;
  }
}
body .bold,
body b,
html .bold,
html b {
  font-weight: 700;
}
body .normal,
body .regular,
html .normal,
html .regular {
  font-weight: 400;
}
body.poker-blog-page .h1,
body.poker-blog-page h1,
html.poker-blog-page .h1,
html.poker-blog-page h1 {
  color: #1c1c1c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h1,
  body.poker-blog-page h1,
  html.poker-blog-page .h1,
  html.poker-blog-page h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
body.poker-blog-page .h2,
body.poker-blog-page h2,
html.poker-blog-page .h2,
html.poker-blog-page h2 {
  color: #1c1c1c;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h2,
  body.poker-blog-page h2,
  html.poker-blog-page .h2,
  html.poker-blog-page h2 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page .h3,
body.poker-blog-page h3,
html.poker-blog-page .h3,
html.poker-blog-page h3 {
  color: #1c1c1c;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h3,
  body.poker-blog-page h3,
  html.poker-blog-page .h3,
  html.poker-blog-page h3 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page.poker-blog-page-dark .h1,
body.poker-blog-page.poker-blog-page-dark .h2,
body.poker-blog-page.poker-blog-page-dark .h3,
body.poker-blog-page.poker-blog-page-dark h1,
body.poker-blog-page.poker-blog-page-dark h2,
body.poker-blog-page.poker-blog-page-dark h3,
html.poker-blog-page.poker-blog-page-dark .h1,
html.poker-blog-page.poker-blog-page-dark .h2,
html.poker-blog-page.poker-blog-page-dark .h3,
html.poker-blog-page.poker-blog-page-dark h1,
html.poker-blog-page.poker-blog-page-dark h2,
html.poker-blog-page.poker-blog-page-dark h3 {
  color: #fff;
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/888-light-webfont.woff2)
      format("woff2"),
    url(/assets/888-light-webfont.woff)
      format("woff"),
    url(/assets/888-light-webfont.ttf)
      format("truetype"),
    url(/assets/888-light-webfont.svg#svg888-light-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-medium-webfont.woff2)
      format("woff2"),
    url(/assets/888-medium-webfont.woff)
      format("woff"),
    url(/assets/888-medium-webfont.ttf)
      format("truetype"),
    url(/assets/888-medium-webfont.svg#svg888-medium-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-demibold-webfont.woff2)
      format("woff2"),
    url(/assets/888-demibold-webfont.woff)
      format("woff"),
    url(/assets/888-demibold-webfont.ttf)
      format("truetype"),
    url(/assets/888-demibold-webfont.svg#svg888-demibold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/888-bold-webfont.woff2)
      format("woff2"),
    url(/assets/888-bold-webfont.woff)
      format("woff"),
    url(/assets/888-bold-webfont.ttf)
      format("truetype"),
    url(/assets/888-bold-webfont.svg#svg888-bold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/888-black-webfont.woff2)
      format("woff2"),
    url(/assets/888-black-webfont.woff)
      format("woff"),
    url(/assets/888-black-webfont.ttf)
      format("truetype"),
    url(/assets/888-black-webfont.svg#888-black-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/888-ultra-webfont.woff2)
      format("woff2"),
    url(/assets/888-ultra-webfont.woff)
      format("woff"),
    url(/assets/888-ultra-webfont.ttf)
      format("truetype"),
    url(/assets/888-ultra-webfont.svg#svg888-ultra-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/888-SemiCondensedMedium.eot);
  src: url(/assets/888-SemiCondensedMedium.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedMedium.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedMedium.woff)
      format("woff"),
    url(/assets/888-SemiCondensedMedium.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedMedium.svg#888-SemiCondensedMedium)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-SemiCondensedDemiBold.eot);
  src: url(/assets/888-SemiCondensedDemiBold.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedDemiBold.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedDemiBold.woff)
      format("woff"),
    url(/assets/888-SemiCondensedDemiBold.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedDemiBold.svg#888-SemiCondensedDemiBold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-SemiCondensed.eot);
  src: url(/assets/888-SemiCondensed.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensed.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensed.woff)
      format("woff"),
    url(/assets/888-SemiCondensed.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensed.svg#888-SemiCondensed)
      format("svg");
}
.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.icon--arrow-down-medium {
  background-image: url(/assets/arrow-medium-light-grey-bottom.png);
  height: 0.5rem;
  width: 1.125rem;
}
.icon--arrow-down-small {
  background-image: url(/assets/arrow-small-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-down-small-light {
  background-image: url(/assets/arrow-small-light-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-up-big {
  background-image: url(/assets/arrow-big-white-top.png);
  height: 0.8125rem;
  width: 1.875rem;
}
.icon--arrow-up-medium {
  background-image: url(/assets/arrow-medium-white-top.png);
  height: 0.5rem;
  width: 1.125rem;
}
.brands ul:first-child a:before,
.brands-icon,
.countries-arrow,
.icon--ball-888-grey,
.world-icon {
  background-image: url(/assets/888-ball-dark-grey.png);
  height: 1.625rem;
  width: 1.625rem;
}
.icon--ring-888-black {
  background-image: url(/assets/ring-black.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-green {
  background-image: url(/assets/ring-green.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-orange {
  background-image: url(/assets/ring-orange.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-red {
  background-image: url(/assets/ring-red.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--timer {
  background-image: url(/assets/icon-timer.png);
  background-size: 1.5625rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.icon--loader {
  background-image: url(/assets/loader.gif);
  height: 5rem;
  width: 5rem;
}
.icon--world-grey {
  background-image: url(/assets/world-grey.png);
}
.icon--world-grey,
.icon--world-white {
  background-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
}
.icon--world-white {
  background-image: url(/assets/world-white.png);
}
.icon--text-minus-white {
  background-image: url(/assets/t-minus-white.svg);
}
.icon--text-minus-black,
.icon--text-minus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-minus-black {
  background-image: url(/assets/t-minus-black.svg);
}
.icon--text-plus-white {
  background-image: url(/assets/t-plus-white.svg);
}
.icon--text-plus-black,
.icon--text-plus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-plus-black {
  background-image: url(/assets/t-plus-black.svg);
}
.icon--calendar-blue {
  background-image: url(/assets/calendar-editable-color.svg);
  -webkit-filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  height: 0.8125rem;
  width: 0.9rem;
}
.poker-blog-page .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.poker-blog-page .icon--arrow-up-big {
  background-image: url(/assets/arrow-small-white-top.png);
  background-size: 0.8125rem;
  height: 0.8125rem;
  width: 0.8125rem;
}
.back-to-top-component {
  background: 0 0;
  bottom: 36px;
  left: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.back-to-top-component .back-to-top-container {
  margin: 0 auto;
  max-width: 75rem;
  text-align: right;
  width: 100%;
}
.back-to-top-component .back-to-top-container .back-to-top {
  display: inline-block;
  margin: 0 10px 53px 0;
  pointer-events: auto;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .back-to-top-component .back-to-top-container .back-to-top {
    margin: 0 10px 10px 0;
  }
}
.back-to-top-component .back-to-top-container .back-to-top .circle {
  background: #909090;
  border-radius: 50%;
  display: inline-block;
  height: 3.125rem;
  opacity: 0;
  width: 3.125rem;
}
.back-to-top-component .back-to-top-container .back-to-top .circle .arrow {
  background-image: url(/assets/arrow-big-white-top.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 9pt;
  margin-top: 17px;
  width: 30px;
}
.back-to-top-component .back-to-top-container .back-to-top .label {
  color: transparent;
  display: block;
  font-size: 0.75rem;
  margin-top: 5px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media not all and (pointer: coarse) {
  .back-to-top-component .back-to-top-container:hover {
    cursor: pointer;
  }
  .back-to-top-component .back-to-top-container:hover .circle {
    background: #007cf7;
    opacity: 1;
  }
  .back-to-top-component .back-to-top-container:hover .label {
    color: #909090;
  }
}
.poker-blog-page
  .back-to-top-component
  .back-to-top-container
  .back-to-top
  .circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #007cf7;
  border-radius: 50%;
  bottom: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  justify-content: center;
  position: fixed;
  right: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 39px;
  z-index: 5;
}
@media (min-width: 915px) {
  .poker-blog-page
    .back-to-top-component
    .back-to-top-container
    .back-to-top
    .circle {
    bottom: 21px;
    height: 50px;
    right: 22px;
    width: 50px;
  }
}
.poker-blog-page
  .back-to-top-component
  .back-to-top-container
  .back-to-top
  .circle
  .arrow {
  background-image: none;
  color: #fff;
  height: unset;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 13px;
}
.poker-blog-page
  .back-to-top-component
  .back-to-top-container
  .back-to-top
  .circle
  .arrow:after {
  border-style: solid;
  border-width: 0.17em 0.17em 0 0;
  content: "";
  display: inline-block;
  height: 0.4em;
  left: 0.013em;
  position: relative;
  top: 0.8em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: top;
  width: 0.4em;
}
@media not all and (pointer: coarse) {
  .poker-blog-page
    .back-to-top-component
    .back-to-top-container
    .back-to-top
    .circle:hover
    .arrow {
    -webkit-transform: translateY(-0.188rem);
    transform: translateY(-0.188rem);
  }
}
.poker-blog-page
  .back-to-top-component
  .back-to-top-container
  .back-to-top
  .label {
  display: none;
}
.breadcrumb .breadcrumb-component .list {
  margin: 0;
  padding: 0.3125rem 0;
}
.breadcrumb .breadcrumb-component .list .item,
.breadcrumb .breadcrumb-component .list .item .link {
  color: #555;
  font-size: 0.875rem;
}
.breadcrumb .breadcrumb-component .list .item .link.hoverable,
.breadcrumb .breadcrumb-component .list .item.hoverable {
  cursor: pointer;
}
.breadcrumb .breadcrumb-component .list .item .link.hoverable:hover,
.breadcrumb .breadcrumb-component .list .item.hoverable:hover {
  color: #000;
}
.breadcrumb .breadcrumb-component .list .item:before {
  color: #555;
  content: ">";
  cursor: auto;
}
.breadcrumb .breadcrumb-component .list .item span {
  margin: 0 0.5rem;
}
.breadcrumb .breadcrumb-component .list .item:first-child span {
  margin-left: 0;
}
.breadcrumb .breadcrumb-component .list .item:first-child:before {
  content: "";
}
@media (max-width: 1024px) {
  .breadcrumb .breadcrumb-component:not(.edit-mode) {
    display: none;
  }
}
.poker-blog-page .breadcrumb .breadcrumb-component {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.5rem;
}
@media (min-width: 1025px) {
  .poker-blog-page .breadcrumb .breadcrumb-component {
    min-height: 4.375rem;
  }
}
.poker-blog-page .breadcrumb .breadcrumb-component .list .item,
.poker-blog-page .breadcrumb .breadcrumb-component .list .item .link {
  color: #000;
  font-weight: 700;
}
.poker-blog-page
  .breadcrumb
  .breadcrumb-component
  .list
  .item
  .link.hoverable:hover,
.poker-blog-page .breadcrumb .breadcrumb-component .list .item.hoverable:hover {
  color: #000;
}
.poker-blog-page .breadcrumb .breadcrumb-component .list .item .link.active,
.poker-blog-page .breadcrumb .breadcrumb-component .list .item .link.active a,
.poker-blog-page .breadcrumb .breadcrumb-component .list .item.active,
.poker-blog-page .breadcrumb .breadcrumb-component .list .item.active a {
  color: #1c1c1c;
  font-weight: 400;
}
.poker-blog-page .breadcrumb .breadcrumb-component .list .item:before {
  color: #000;
}
.poker-blog-page .breadcrumb .breadcrumb-component .list .item:before.active {
  color: #1c1c1c;
}
@media (max-width: 1024px) {
  .poker-blog-page .breadcrumb .breadcrumb-component:not(.edit-mode) {
    display: none;
  }
}
.poker-blog-page.poker-blog-page-dark .breadcrumb .breadcrumb-component {
  background-color: transparent;
  color: #fff;
}
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item,
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item
  .link {
  color: #fff;
  font-weight: 700;
}
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item
  .link.hoverable:hover,
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item.hoverable:hover {
  color: #000;
}
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item
  .link.active,
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item
  .link.active
  a,
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item.active,
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item.active
  a {
  color: #fff;
  font-weight: 400;
}
.poker-blog-page.poker-blog-page-dark
  .breadcrumb
  .breadcrumb-component
  .list
  .item:before {
  color: #fff;
}
.section-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3rem;
}
.section-link .footer-top-links {
  width: 90%;
}
.section-link .footer-top-links-component {
  padding: 0.8rem 0;
}
.section-link .footer-top-links-component a {
  color: #fff;
  text-decoration: none;
}
.section-link .footer-top-links-component .accordion-heading {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.8rem 0;
}
.section-link .footer-top-links-component .accordion-content ul.link-list,
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item {
  margin: 0;
}
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item
  a {
  color: #969696;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2;
}
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item
  a:hover {
  color: #fff;
}
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item
  a.with-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item
  a.with-logo
  picture
  img {
  display: block;
  height: 1.625rem;
  width: 1.625rem;
}
.section-link
  .footer-top-links-component
  .accordion-content
  ul.link-list
  li.link-item:before {
  display: none;
}
@media (max-width: 1199px) {
  .section-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: unset;
  }
  .section-link .footer-top-links {
    width: unset;
  }
  .section-link .footer-top-links-component {
    border-bottom: 0.125rem solid #525050;
    padding: 0.8rem 0;
  }
  .section-link .footer-top-links-component .accordion-heading {
    padding: 0.8rem 0;
    position: relative;
  }
  .section-link
    .footer-top-links-component
    .accordion-heading
    .toggle-icon:after {
    content: "+";
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    height: 0.625rem;
    line-height: 0.625rem;
    margin-top: 1em;
    position: absolute;
    right: 5%;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 0.625rem;
  }
  .section-link
    .footer-top-links-component
    .accordion-heading.open
    .toggle-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .section-link .footer-top-links-component .accordion-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
  }
  .section-link .footer-top-links-component .accordion-content.open {
    max-height: 31.25rem;
  }
}
.footer-top-component {
  font-size: 0.75rem;
}
.footer-top-component .section.section-restriction {
  margin-bottom: 3rem;
}
.footer-top-component .section.section-restriction .disclaimer-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .footer-top-component .section.section-restriction .disclaimer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
.footer-top-component
  .section.section-restriction
  .disclaimer-wrapper
  .disclaimer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
.footer-top-component .section.section-restriction .link-wrapper {
  text-align: center;
}
.footer-top-component .section.section-restriction .link-wrapper .link-item {
  border-right: 0.0625rem solid #fff;
  color: #d2d2d2;
  padding: 0 0.75rem;
  text-decoration: none;
}
.footer-top-component
  .section.section-restriction
  .link-wrapper
  .link-item:hover {
  color: #fff;
}
.footer-top-component
  .section.section-restriction
  .link-wrapper
  .link-item:last-child {
  border-right: none;
}
footer {
  padding: 1.625rem 0.625em 1.25rem;
}
footer .footer-component-v2 {
  margin: 0 auto;
  max-width: 75em;
  width: 100%;
}
footer .footer-component-v2 .section-cta .desktop-wrapper {
  gap: 5%;
}
footer .footer-component-v2 .section-cta .desktop-wrapper.d-none,
footer
  .footer-component-v2
  .section-cta
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .desktop-wrapper.second-cta-footer-desktop.edit-mode-display-cta,
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .footer-component-v2
  .section-cta
  .desktop-wrapper.second-cta-footer-desktop.edit-mode-display-cta {
  display: none;
}
footer .footer-component-v2 .section-cta .mobile-wrapper {
  gap: 0.5em;
}
footer .footer-component-v2 .section-cta .mobile-wrapper.d-none,
footer
  .footer-component-v2
  .section-cta
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .mobile-wrapper.second-cta-footer-desktop.edit-mode-display-cta,
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .footer-component-v2
  .section-cta
  .mobile-wrapper.second-cta-footer-desktop.edit-mode-display-cta {
  display: none;
}
footer .footer-component-v2 .section-cta .mobile-wrapper .mobile-cta {
  border: 0.00625rem solid #3f3e3e;
  height: 4.375rem;
  max-width: 15rem;
  width: 40%;
}
footer .footer-component-v2 .section-cta .mobile-wrapper .mobile-cta a {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
footer .footer-component-v2 .section-cta .mobile-wrapper .mobile-cta a img {
  display: block;
  height: auto;
  width: 75pt;
}
footer .footer-component-v2 .section-awards {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 2rem;
  row-gap: 1rem;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .section-awards {
    margin-bottom: 2.5rem;
  }
}
footer .footer-component-v2 .section-awards .award-sub-section {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .section-awards .award-sub-section {
    width: auto;
  }
}
footer .footer-component-v2 .section-awards .award-sub-section .logo {
  height: 3.75rem;
  padding: 0 0.625rem;
  width: auto;
}
footer .footer-component-v2 .section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .footer-component-v2 .section-grid .grid-sub-section {
  display: grid;
  gap: 0.5rem;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .section-grid .grid-sub-section {
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
  }
  footer .footer-component-v2 .section-grid .grid-sub-section.payments {
    border-right: 0.0125rem solid #525050;
    padding-right: 3rem;
  }
  footer .footer-component-v2 .section-grid .grid-sub-section.regulations {
    padding-left: 3rem;
  }
}
footer .footer-component-v2 .section-grid .grid-sub-section .grid-item {
  border: 0.0625rem solid #3f3e3e;
  height: 3.75rem;
  text-decoration: none;
}
@media (max-width: 1199px) {
  footer
    .footer-component-v2
    .section-grid
    .grid-sub-section
    .grid-item:last-child:nth-child(2n-1) {
    grid-column-end: span 2;
    justify-self: center;
    width: 50%;
  }
  footer
    .footer-component-v2
    .section-grid
    .grid-sub-section
    .grid-item.mobile-hidden {
    display: none;
  }
}
footer .footer-component-v2 .section-grid .grid-sub-section .grid-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  width: 55%;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .section-grid {
    margin-bottom: 3rem;
  }
}
footer .footer-component-v2 .section-banner {
  margin: 1.5rem 0 2rem;
}
footer .footer-component-v2 .section-banner .banner-container {
  background-color: #232323;
  height: 5.3125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .section-banner .banner-container {
    height: 6.875rem;
  }
}
footer .footer-component-v2 .section-banner .banner-container .banner-wrapper {
  height: 100%;
  position: absolute;
  width: auto;
}
footer
  .footer-component-v2
  .section-banner
  .banner-container
  .banner-wrapper
  .banner-img,
footer
  .footer-component-v2
  .section-banner
  .banner-container
  .banner-wrapper
  .banner-link {
  display: block;
  height: 100%;
  width: 100%;
}
footer
  .footer-component-v2
  .section-banner
  .banner-container
  .banner-wrapper.left {
  left: 0;
  max-width: 70%;
}
@media (min-width: 1200px) {
  footer
    .footer-component-v2
    .section-banner
    .banner-container
    .banner-wrapper.left {
    max-width: 60%;
  }
}
footer
  .footer-component-v2
  .section-banner
  .banner-container
  .banner-wrapper.right {
  max-width: 30%;
  right: 0;
}
@media (min-width: 1200px) {
  footer
    .footer-component-v2
    .section-banner
    .banner-container
    .banner-wrapper.right {
    max-width: 40%;
  }
}
footer .footer-component-v2 .section-disclaimer {
  margin-bottom: 1.25rem;
}
footer .footer-component-v2 .section-disclaimer p {
  color: #d2d2d2;
  font-size: 0.8rem;
  line-height: 1.6;
}
footer .footer-component-v2 .separator {
  padding: 3rem 0;
  width: 100%;
}
footer .footer-component-v2 .separator:after {
  border: 0.0625rem solid #525050;
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .separator {
    display: none;
  }
}
footer .footer-component-v2 .separator.after-grid {
  padding-bottom: 0;
}
footer .footer-component-v2 .gray-filter {
  -webkit-filter: brightness(0) invert(0.7);
  filter: brightness(0) invert(0.7);
}
@media (min-width: 1200px) {
  footer .footer-component-v2 .gray-filter {
    -webkit-filter: brightness(0) invert(0.4);
    filter: brightness(0) invert(0.4);
  }
}
footer .footer-component-v2 .gray-filter:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-component-v2 .gray-filter-1 {
  -webkit-filter: brightness(0.3) invert(0.2);
  filter: brightness(0.3) invert(0.2);
}
footer .footer-component-v2 .gray-filter-1:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-component-v2 .gray-filter-2 {
  -webkit-filter: brightness(1.2) invert(0.8);
  filter: brightness(1.2) invert(0.8);
}
footer .footer-component-v2 .gray-filter-2:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-component-v2 .gray-filter-3 {
  -webkit-filter: brightness(1) invert(0.5);
  filter: brightness(1) invert(0.5);
}
footer .footer-component-v2 .gray-filter-3:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer {
  background: #171717;
  color: #969696;
  margin: 0 auto;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
@media (orientation: landscape) {
  footer {
    padding-left: 2.813rem;
    padding-right: 2.813rem;
  }
}
@media (max-width: 640px) {
  footer {
    padding-bottom: 10.3rem;
  }
}
footer .wrapper-footer-top {
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-flow: row;
  flex-flow: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
  padding: 1.625rem 0 0;
}
footer .wrapper-footer-top,
footer .wrapper-footer-top .wrapper-two-cta {
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrapper-footer-top .wrapper-two-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
  footer .wrapper-footer-top .wrapper-two-cta {
    margin-right: 4rem;
  }
}
footer .wrapper-footer-top .wrapper-two-cta .two-cta {
  width: 15.625rem;
}
footer .wrapper-footer-top .wrapper-two-cta .two-cta .cta-footer-desktop {
  width: 100%;
}
@media (min-width: 1025px) {
  footer .wrapper-footer-top .wrapper-two-cta .two-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: flow-root;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  footer .wrapper-footer-top .wrapper-two-cta .two-cta .cta-footer-desktop {
    margin: 0.625rem auto;
  }
}
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .second-cta-footer-desktop {
  padding-top: 0.625rem;
  width: 100%;
}
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .second-cta-footer-desktop
  .cta-tertiary {
  opacity: 0.4;
}
footer
  .wrapper-footer-top
  .wrapper-two-cta
  .two-cta
  .second-cta-footer-desktop
  .cta-tertiary
  a {
  font-weight: 400;
}
footer .wrapper-footer-top.disclaimer {
  display: block;
}
footer .wrapper-footer-top.disclaimer .strip .strip-item {
  margin-bottom: 0.75rem;
  position: inherit;
}
footer .wrapper-footer-top.disclaimer .strip .strip-item .strip-item-icon {
  float: left;
}
footer .wrapper-footer-top.disclaimer .strip .strip-item .strip-item-text {
  display: block;
  font-size: 0.8rem;
  padding: 0.125rem 0 0 3rem;
  text-align: center;
}
footer .wrapper-footer-top .first-strip-en:after,
footer .wrapper-footer-top .first-strip-en:before,
footer .wrapper-footer-top .footer-links:after,
footer .wrapper-footer-top .footer-links:before {
  content: " ";
  display: table;
}
footer .wrapper-footer-top .first-strip-en > ul {
  margin: 0;
}
footer .wrapper-footer-top .footer-links {
  margin: 1.25rem auto;
  text-align: center;
}
footer .wrapper-footer-top .footer-links a {
  color: #d2d2d2;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}
footer .wrapper-footer-top .footer-links :not(:last-child):after {
  content: "|";
  margin: 0 0.625rem;
}
@media (max-width: 1024px) {
  footer .wrapper-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}
footer .wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrapper-links div {
  width: 100%;
}
@media (max-width: 640px) {
  footer .wrapper-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
footer .wrapper-links ul {
  font-size: 0.875rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper-links ul li {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  margin: 0;
}
footer .wrapper-links ul li:before {
  content: "";
  display: table;
}
footer .wrapper-links ul li .footer-list-header {
  color: #969696;
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: -0.01rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
footer .wrapper-links a {
  color: #969696;
  text-decoration: none;
}
footer .wrapper-links a:hover {
  color: #fff;
}
footer .wrapper-links .footer-list-header a {
  color: #007cf7;
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}
footer .wrapper-links .footer-list-header a:hover {
  color: #075eb4;
}
footer .wrapper-links .listcustom {
  margin-bottom: 2.5rem;
  margin-right: 2.125rem;
  padding: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  footer .wrapper-links .listcustom {
    padding: 0 0.625rem;
  }
}
footer .wrapper-links .cta-footer-desktop {
  max-width: 15.625rem;
  width: 100%;
}
footer .regulation-icons-wrapper {
  margin: 0 auto;
  max-width: 75rem;
  padding: 1.25rem 0;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .regulation-icons-wrapper {
    display: grid;
  }
}
footer .regulation-icons-wrapper.hasSocial {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .regulation-icons-wrapper .social-icons-footer {
  border-right: none;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .regulation-icons-wrapper .social-icons-footer {
    border-right: 0.0625rem solid #2c2c2c;
    width: 50%;
  }
}
footer .regulation-icons-wrapper .social-icons-footer .social-icons-header {
  color: #007cf6;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}
footer .regulation-icons-wrapper .social-icons-footer .social-icons-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 640px) {
  footer
    .regulation-icons-wrapper
    .social-icons-footer
    .social-icons-container {
    margin: 0 auto;
    max-width: 9.5rem;
  }
}
footer
  .regulation-icons-wrapper
  .social-icons-footer
  .social-icons-container
  .social-icon-item
  .social-icon-img {
  height: auto;
  opacity: 0.5;
  width: 2.625rem;
}
@media (max-width: 1025px) {
  footer
    .regulation-icons-wrapper
    .social-icons-footer
    .social-icons-container
    .social-icon-item
    .social-icon-img {
    opacity: 1;
  }
}
footer
  .regulation-icons-wrapper
  .social-icons-footer
  .social-icons-container
  .social-icon-item
  .social-icon-img:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  footer .regulation-icons-wrapper .follow-awards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .regulation-icons-wrapper .follow-awards,
  footer .regulation-icons-wrapper .follow-awards .follow-awards-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .regulation-icons-wrapper .follow-awards .follow-awards-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .follow-awards {
  margin: 0 auto 1.25rem;
  max-width: 75rem;
  text-align: center;
}
footer .follow-awards .follow-awards-header {
  color: #007cf6;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}
footer .follow-awards img {
  height: auto;
  max-height: 3.5rem;
  width: auto;
}
footer .follow-awards img:first-child,
footer .follow-awards img:nth-child(2) {
  margin-left: 0.625rem;
}
@media (min-width: 1025px) {
  footer .follow-awards img:first-child,
  footer .follow-awards img:nth-child(2) {
    height: 3.375rem;
    margin-left: 0.938rem;
  }
  footer .follow-awards img:nth-child(3) {
    margin-left: 0.625rem;
    max-height: 4.125rem;
  }
  footer .follow-awards img:nth-child(4) {
    margin-left: 0.875rem;
    max-height: 4rem;
  }
  footer .follow-awards img:nth-child(5) {
    height: 3.438rem;
    margin-left: 0.625rem;
  }
}
footer .wrapper-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: block;
  justify-content: center;
  padding: 1.25rem 0;
  width: 100%;
}
@media (min-width: 1025px) {
  footer .wrapper-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  footer .wrapper-icon .payment-reg,
  footer .wrapper-icon .responsible {
    width: 100%;
  }
}
footer .responsible {
  border-right: 0.0625rem solid #2c2c2c;
  text-align: center;
  width: 50%;
}
footer .responsible a {
  margin: 0 1%;
  text-decoration: none;
}
footer .payment-reg {
  text-align: center;
  width: 50%;
}
footer .payment-reg a {
  height: 3.4375rem;
  margin: 0 1%;
  text-decoration: none;
}
footer .safer-better-together-banner {
  margin-bottom: 1.25rem;
}
footer .safer-better-together-banner a {
  text-align: center;
}
footer .mobile-only {
  display: none;
}
footer .desktop-only {
  display: block;
}
@media (max-width: 640px) {
  footer .mobile-only {
    display: block;
  }
  footer .desktop-only {
    display: none;
  }
}
footer .footer-banner-image {
  height: 100%;
  margin: 0 auto;
  max-height: 4.375rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
footer .footer-licence {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 0.625rem;
  text-align: center;
}
footer .footer-licence p {
  color: #d2d2d2;
  font-size: 0.75rem;
  line-height: 1.6;
}
.poker-blog-page footer .wrapper-footer-top a {
  color: #969696;
  text-decoration: none;
}
.poker-blog-page footer .wrapper-footer-top a:hover {
  color: #fff;
}
.poker-blog-page footer .wrapper-footer-top .footer-list-header a {
  color: #007cf7;
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}
.poker-blog-page footer .wrapper-footer-top .footer-list-header a:hover {
  color: #075eb4;
}
body .experiencefragment_header {
  position: sticky;
  top: 0;
  -webkit-transition: translate 0.2s;
  transition: translate 0.2s;
  z-index: 1001;
}
.container-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-content: flex-start;
  margin-right: auto;
  padding: 0 1rem;
}
header {
  background: #000;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  color: #fff;
  height: auto;
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 999;
}
header ul,
header ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li,
header ul ul li {
  margin: 0;
  padding: 0;
}
header ul li:before,
header ul ul li:before {
  content: "";
}
header a {
  text-decoration: none;
}
header .header-component {
  display: block;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
header .header-component .header-container,
header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  height: auto;
  justify-content: space-between;
  max-width: 100%;
  padding: 0;
  white-space: nowrap;
}
header .menu > .menu-item {
  border-bottom: 0.1875rem solid #000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0.75rem;
  position: relative;
}
header .menu > .menu-item .icon {
  vertical-align: middle;
}
header .menu > .menu-item > a {
  text-rendering: optimizeLegibility;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.0625rem;
  outline: none;
  padding: 1rem 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .menu > .menu-item > a .expand {
  border: none;
  display: inline-block;
  height: 0.75rem;
  margin-left: 0.25rem;
  outline: none;
  pointer-events: none;
  position: relative;
  width: 0.75rem;
}
header .menu > .menu-item > a .expand:after,
header .menu > .menu-item > a .expand:before {
  background: #fff;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
}
header .menu > .menu-item:hover > a .expand:after,
header .menu > .menu-item:hover > a .expand:before {
  background: #000;
}
header .menu > .menu-item > a .expand:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .menu > .menu-item > .sub-menu > .menu-item-child > a:hover {
  background: #fff;
  color: #000;
}
header .menu > .menu-item > a:hover {
  font-weight: -0.06ex 0 #fff, 0.06ex 0 #fff;
}
header .menu > .menu-item > .sub-menu {
  background: #000;
  border-radius: 0 0 0.625rem 0.625rem;
  border-top: none;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  height: auto;
  left: -1rem;
  min-width: 100%;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  width: auto;
}
header .menu > .menu-item > .sub-menu > .first-menu-item-child-mobile > a {
  text-rendering: optimizeLegibility;
  border-bottom: 0.03125rem solid #969696;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.05rem;
  list-style: none;
  padding: 0.625rem 2rem;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  header .menu > .menu-item > .sub-menu > .first-menu-item-child-mobile > a {
    display: none;
  }
}
header .menu > .menu-item > .sub-menu > .menu-item-child:last-child {
  border: none;
}
header .menu > .menu-item > .sub-menu > .menu-item-child {
  border-bottom: 0.03125rem solid #969696;
  display: block;
  list-style: none;
}
header .menu > .menu-item > .sub-menu > .menu-item-child > a {
  text-rendering: optimizeLegibility;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.05rem;
  padding: 0.5rem 1.25rem;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap;
}
header .burger-menu {
  background: none;
  cursor: pointer;
  display: none;
  height: 1rem;
  opacity: 0;
  position: relative;
  visibility: hidden;
  width: 2rem;
}
header .burger-menu,
header .burger-menu span {
  border: none;
  outline: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .burger-menu span {
  background: #fff;
  border-radius: 0.25rem;
  display: block;
  height: 0.125rem;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}
header .burger-menu span:first-child {
  top: 0;
}
header .burger-menu span:nth-child(2),
header .burger-menu span:nth-child(3) {
  top: 0.5rem;
}
header .burger-menu span:nth-child(4) {
  top: 1rem;
}
.image-component header .image-container:before,
header .image-component .image-container:before,
header .overlay {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
header ul.menu {
  line-height: 2.3;
}
@media only screen and (min-width: 1118px) {
  .header .header-component .container-menu,
  .header .header-component .container-menu .wrapper {
    width: 100%;
  }
  .header .header-component .cta-header-mobile {
    display: none;
  }
  .header .header-component .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header .header-component .navbar-header .cta-header-desktop {
    display: inline-block;
    margin: auto 0 auto auto;
  }
  .header .menu > .menu-item:hover > .sub-menu {
    display: none;
    opacity: 1;
    -webkit-transform: translate(1rem, 1.1875rem);
    transform: translate(1rem, 0.1875rem);
    visibility: visible;
  }
  .header .menu > .menu-item:hover > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .logo-container,
  .logo-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-container a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 1em;
  }
  .logo-container a:nth-child(2) {
    margin: auto 0 auto 1rem;
  }
  .logo-container a.d-md-none {
    display: none !important;
  }
  .logo-container a .image-logo {
    height: 3.4375rem;
  }
  .egr-logo,
  .mobile-menu-cta {
    display: none !important;
  }
  .menu .menu-item:hover {
    border-bottom: 0.1875rem solid #fff;
  }
  .brands.menu > .menu-item img {
    height: 1.75rem;
    vertical-align: middle;
    width: 1.75rem;
  }
  .brands.menu > .menu-item a span {
    display: none;
  }
  .brands.menu > .menu-item.active > a {
    background-color: #000;
    color: #fff;
  }
  .brands.menu > .menu-item > .sub-menu {
    left: -8.6rem;
  }
  .brands.menu > .menu-item > .sub-menu .menu-item-child a img {
    display: inline-block;
    height: 1rem;
    margin-right: 0.3125rem;
    padding-bottom: 0.063rem;
    vertical-align: middle;
    width: 1rem;
  }
  ul li ul {
    display: none;
  }
  .mobile-sub-menu-item.menu-item.menu-item-child {
    margin: 0;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item-child:last-child a:hover {
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .header .menu .menu-item .sub-menu {
    display: none;
    visibility: hidden;
  }
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1117px) {
  .header {
    height: 3.125rem;
  }
  .header header .image-component .active.image-container:before,
  .header header .overlay.active,
  .image-component .header header .active.image-container:before {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .header-component {
    padding: 0.25rem 0;
  }
  .header .header-component .navbar-header {
    background: #000;
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    height: 95vh;
    left: -18rem;
    opacity: 0;
    overflow-y: auto;
    position: absolute;
    top: 2.9375rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 16rem;
    z-index: 999;
  }
  .header .header-component .navbar-header.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .header .header-component .menu {
    height: auto;
    margin: 0;
    width: 100%;
  }
  .header .header-component .menu > .menu-item {
    background-color: #000;
    border-bottom: 0.125rem solid #969696;
    display: block;
    margin: 0;
    text-align: left;
  }
  .header .header-component .menu > .menu-item > a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.72rem 1.25rem;
    text-align: left;
  }
  .header .header-component .menu > .menu-item > a .expand:after,
  .header .header-component .menu > .menu-item > a .expand:before {
    background: #000;
  }
  .header .header-component .menu > .menu-item.active > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .header-component .menu > .menu-item.active > a {
    background-color: #fff;
    color: #000;
  }
  .header .header-component .menu > .menu-item > .sub-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    max-height: 0;
    opacity: 1;
    outline: none;
    overflow: auto;
    padding: 0;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    width: 100%;
  }
  .header
    .header-component
    .menu
    > .menu-item
    > .sub-menu
    > .menu-item-child
    > a {
    padding: 0.625rem 2rem;
    text-align: left;
    white-space: normal;
  }
  .header .header-component .menu.brands .menu-item img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .header .header-component .menu.brands .menu-item a span {
    display: block;
    padding-left: 0.4375rem;
  }
  .header .header-component .menu.brands .menu-item.active > a {
    background-color: #000;
    color: #fff;
  }
  .header
    .header-component
    .menu.brands
    .menu-item
    .sub-menu
    .menu-item-child
    a
    img {
    height: 1rem;
    vertical-align: text-top;
    width: 1rem;
  }
  .header .header-component .burger-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .header .header-component .logo-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: -0.9375rem;
    margin-right: auto;
    order: 2;
    padding: 0.3125rem 0;
    z-index: 9999;
  }
  .header .header-component .logo-container a {
    margin: auto 0 auto 1rem;
    padding: 0;
  }
  .header .header-component .logo-container a:nth-child(2) {
    margin: auto 0.3rem auto 0;
  }
  .header .header-component .logo-container a .image-logo {
    height: 2rem;
    vertical-align: middle;
    width: auto;
  }
  .header .header-component .cta-header-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: block;
    margin: auto 0;
    order: 3;
    z-index: 9999;
  }
  .header .header-component .navbar-header .cta-header-desktop {
    display: none;
  }
  .header .header-component .container {
    margin: 0;
  }
  .header .header-component .container-menu {
    margin-right: 0;
  }
  .header .header-component .burger-menu.active span:first-child {
    top: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header-component .burger-menu.active span:nth-child(2),
  .header .header-component .burger-menu.active span:nth-child(4) {
    opacity: 0;
  }
  .header .header-component .burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header-component .brands li.menu-item.menu-item-child {
    padding-left: 0.9375rem;
  }
  .header .header-component .mobile-menu-cta {
    margin: 1rem;
  }
  .header .header-component .mobile-menu-cta li.menu-item.menu-item-child {
    list-style: none;
    padding-bottom: 2em;
  }
  .header .header-component .secondary-header-wrapper {
    height: auto !important;
  }
  .header .header-component .secondary-header {
    text-align: center;
  }
  .header .header-component .secondary-header.fixed-top {
    position: fixed;
  }
  .header .header-component .first-container {
    padding: 0.25rem 0;
  }
}
ul.play-now-menu-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}
ul.play-now-menu-cta .cta-template a {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.5em;
  margin-top: 0;
  padding: 0.3125rem 1.0625rem;
}
ul.play-now-menu-cta .cta-template a .label {
  font-weight: 400;
}
ul.play-now-menu-cta .image-logo-extra {
  height: auto;
  max-width: 5.875rem;
  vertical-align: middle;
  width: 100%;
}
.cta-header {
  margin: auto 0;
}
.brands {
  height: auto;
}
.brands a {
  color: #fff;
}
.brands ul:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.mobile-selected-main-menu-span {
  background: #000;
}
.mobile-main-menu-li > span {
  border-bottom: none;
}
span.mobile-selected-main-menu-span {
  background: #000;
}
.brands {
  margin: auto 0;
}
.brands-icon.inline-block,
.world-icon {
  cursor: pointer;
  margin: 1em 0;
}
.online-help:before {
  background-position: -14.5625rem -4rem;
}
.brand-888com:before {
  background-position: -3.375rem -4.8125rem;
}
@media only screen and (max-width: 1024px) {
  .egr-logo {
    display: inline;
    width: 3.4375rem;
  }
}
@media only screen and (min-width: 1025px) {
  .wrapper-langs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper-langs .language-switcher .clear-lang {
    height: 4.0625rem;
  }
  .wrapper-langs .language-switcher .menu-item.menu-item-child {
    margin-right: 0.75rem;
  }
}
.wrapper-langs li {
  list-style: none;
}
.wrapper-langs li.countryLink a,
.wrapper-langs li.languageLink a {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1.25rem;
}
.wrapper-langs li.countryLink:hover,
.wrapper-langs li.languageLink:hover {
  background-color: #fff;
  border: 0;
}
.wrapper-langs li.countryLink:hover a,
.wrapper-langs li.languageLink:hover a {
  color: #000;
}
.wrapper-langs .langs > .menu > .menu-item > .sub-menu {
  font-size: 1rem;
  font-weight: 400;
}
.wrapper-langs .countriesTitle,
.wrapper-langs .languagesTitle {
  border-bottom: 1px solid #efefef;
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1.25rem;
}
.wrapper-langs .countriesTitle {
  border-top: 1px solid #efefef;
}
.wrapper-langs .world-icon {
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 1.25rem 0 0;
}
@media only screen and (min-width: 1025px) {
  .wrapper-langs ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .wrapper-langs ul li {
    width: 50%;
  }
  .wrapper-langs .langs > .menu > .menu-item > .sub-menu {
    left: -18rem;
    width: 18.75rem;
  }
  .wrapper-langs .current-language {
    display: none;
  }
}
@media (max-width: 1025px) {
  .wrapper-langs .language-switcher .clear-lang {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.3125rem;
    padding: initial;
    width: 100%;
  }
  .wrapper-langs .language-switcher .world-icon {
    margin: 0 0.375rem 0 1.25rem;
  }
  .wrapper-langs .language-switcher .current-language {
    font-size: 1rem;
    font-weight: 700;
  }
  .wrapper-langs .language-switcher .lang-container.sub-menu.active {
    margin-top: -1rem;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding-bottom: 1rem;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.mobile-icon-menu-component {
  background-color: #f2f2f2;
  bottom: 0;
  -webkit-box-shadow: 0 -0.125rem 1rem #969696;
  box-shadow: 0 -0.125rem 1rem #969696;
  height: 4.25rem;
  z-index: 997;
}
.mobile-icon-menu-component .menu-items-wrapper {
  width: 100vw;
}
.mobile-icon-menu-component .menu-items-wrapper .menu-item {
  color: #000;
  font-size: 0.7em;
  margin: 0.25rem 0 1.25rem;
  text-decoration: none;
  width: 25%;
}
.mobile-icon-menu-component .menu-items-wrapper .menu-item .icon {
  height: 2rem;
  width: 2rem;
}
.mobile-icon-menu-component .menu-items-wrapper .menu-item .icon img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .mobile-icon-menu-component:not(.edit-mode) {
    display: none;
  }
}
.breadcrumb .breadcrumb-component,
.container-background-color {
  background-color: #f4f4f4;
}
.container-wrapper .display-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.container-wrapper.one-col-desktop .cmp-container,
.container-wrapper.one-col-mobile .cmp-container,
.container-wrapper.one-col-tablet .cmp-container,
.container-wrapper.three-col-desktop .cmp-container,
.container-wrapper.three-col-mobile .cmp-container,
.container-wrapper.three-col-tablet .cmp-container,
.container-wrapper.two-col-desktop .cmp-container,
.container-wrapper.two-col-mobile .cmp-container,
.container-wrapper.two-col-tablet .cmp-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.container-wrapper.one-col-mobile .cmp-container > div {
  width: 100%;
}
.container-wrapper.two-col-mobile .cmp-container > div {
  width: 50%;
}
.container-wrapper.three-col-mobile .cmp-container > div {
  width: 33.3333%;
}
@media (min-width: 640px) {
  .container-wrapper.one-col-tablet .cmp-container > div {
    width: 100%;
  }
  .container-wrapper.two-col-tablet .cmp-container > div {
    width: 50%;
  }
  .container-wrapper.three-col-tablet .cmp-container > div {
    width: 3.3333%;
  }
}
@media (min-width: 1025px) {
  .container-wrapper.one-col-desktop .cmp-container > div {
    width: 100%;
  }
  .container-wrapper.two-col-desktop .cmp-container > div {
    width: 50%;
  }
  .container-wrapper.three-col-desktop .cmp-container > div {
    width: 33.3333%;
  }
}
.breadcrumb .poker-blog-page .breadcrumb-component,
.poker-blog-page .breadcrumb .breadcrumb-component,
.poker-blog-page .container-background-color {
  background-color: #fff;
}
.breadcrumb .poker-blog-page.poker-blog-page-dark .breadcrumb-component,
.poker-blog-page.poker-blog-page-dark .breadcrumb .breadcrumb-component,
.poker-blog-page.poker-blog-page-dark .container-background-color {
  background-color: #000;
}
.grid-component .column-container {
  position: relative;
}
@media (max-width: 800px) and (orientation: landscape) {
  .grid-component .column-container.wrapTablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid-component .column-container.wrapTablet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10%;
  }
  .grid-component .column-container.minWidth {
    margin: 0 auto;
    width: 85%;
  }
}
.grid-component .column-container .column {
  height: auto !important;
}
.grid-component .column-container .column.divider .parsys {
  margin: 0.5rem;
}
.grid-component .column-container .column.divider p {
  height: 100%;
}
@media (min-width: 640px) and (max-width: 1024px) {
  .grid-component .column-container .column.divider p {
    height: 13.75rem;
  }
}
@media (min-width: 1025px) {
  .grid-component .column-container .column.divider p {
    height: 10rem;
  }
}
.grid-component .column-container .column.divider:not(:last-child):after {
  border-top: 1px solid #007cf7;
  content: " ";
  position: absolute;
  width: 100%;
}
.grid-component .column-container .column.divider:not(:first-child):after {
  border-left: none;
}
@media (min-width: 640px) {
  .grid-component .column-container .column.divider:not(:last-child):after {
    border-top: none;
    width: unset;
  }
  .grid-component .column-container .column.divider:not(:first-child):after {
    border-left: 1px solid #007cf7;
    content: " ";
    height: 90%;
    position: absolute;
    top: 0;
  }
}
.grid-component .column-container .column.divider-noRow .parsys {
  margin: 0.5rem;
}
.grid-component .column-container .column.divider-noRow:not(:last-child):after {
  border-top: 1px solid #007cf7;
  content: " ";
  position: absolute;
  width: 100%;
}
.grid-component
  .column-container
  .column.divider-noRow:not(:first-child):after {
  border-left: none;
}
@media (min-width: 1025px) {
  .grid-component
    .column-container
    .column.divider-noRow:not(:last-child):after {
    border-top: none;
  }
  .grid-component
    .column-container
    .column.divider-noRow:not(:first-child):after {
    border-left: 1px solid #007cf7;
    content: " ";
    height: 90%;
    position: absolute;
    top: 0;
  }
}
.grid-component .column-container .column .parsys > div {
  padding: 0.625rem;
}
@media (max-width: 1024px) {
  .grid-component .column-container .column .parsys > div {
    padding: 0.625rem 0;
  }
}
.grid-component .column-container .column:first-child .parsys > div {
  padding-left: 0;
}
.grid-component .column-container .column:last-child .parsys > div {
  padding-right: 0;
}
.grid-component .column-container.one-column > .column {
  width: 100%;
}
@media (max-width: 640px) {
  .grid-component .column-container.three-columns:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-33-33:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-33-66:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-50:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-66-33:not(.edit-mode) .column {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid-component .column-container.three-columns:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-33-33:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-33-66:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-50:not(.edit-mode) .column,
  .grid-component .column-container.two-columns-66-33:not(.edit-mode) .column {
    width: 100%;
  }
  .grid-component
    .column-container.three-columns:not(.edit-mode)
    .column.ipadRow,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode)
    .column.ipadRow,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode)
    .column.ipadRow,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode)
    .column.ipadRow,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode)
    .column.ipadRow {
    width: 33.33%;
  }
  .grid-component
    .column-container.three-columns:not(.edit-mode)
    .column.ipadRow
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode)
    .column.ipadRow
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode)
    .column.ipadRow
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode)
    .column.ipadRow
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode)
    .column.ipadRow
    .parsys
    > div {
    padding: 0.625rem;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .grid-component
    .column-container.three-columns:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode).wrapTablet
    .column {
    padding: 1%;
    width: 60%;
  }
  .grid-component
    .column-container.three-columns:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div {
    padding: 0.625rem 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid-component
    .column-container.three-columns:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode).wrapTablet
    .column,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode).wrapTablet
    .column {
    padding: 1%;
    width: 50%;
  }
  .grid-component
    .column-container.three-columns:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-33:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-33-66:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-50:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div,
  .grid-component
    .column-container.two-columns-66-33:not(.edit-mode).wrapTablet
    .column:nth-child(2)
    .parsys
    > div {
    padding: 0.625rem 0;
  }
}
.grid-component .column-container.two-columns-66-33 .column {
  width: 100%;
}
@media (min-width: 1025px) {
  .grid-component .column-container.two-columns-66-33 .column:first-child {
    padding: 0.625rem;
    width: 66.66666667%;
  }
  .grid-component .column-container.two-columns-66-33 .column:last-child {
    padding: 0.625rem;
    width: 33.33333333%;
  }
}
@media (min-width: 769px) {
  .grid-component
    .column-container.two-columns-66-33.landscape-two
    .column:first-child {
    padding: 0.625rem;
    width: 66.66666667%;
  }
  .grid-component
    .column-container.two-columns-66-33.landscape-two
    .column:last-child {
    padding: 0.625rem;
    width: 33.33333333%;
  }
}
.grid-component .column-container.two-columns-33-33 {
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .grid-component .column-container.two-columns-33-33 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.grid-component .column-container.two-columns-33-33 .column {
  width: 100%;
}
@media (min-width: 1025px) {
  .grid-component .column-container.two-columns-33-33 .column:first-child,
  .grid-component .column-container.two-columns-33-33 .column:last-child {
    padding: 0.625rem;
    width: 33.33333333%;
  }
}
@media (min-width: 769px) {
  .grid-component
    .column-container.two-columns-33-33.landscape-two
    .column:first-child,
  .grid-component
    .column-container.two-columns-33-33.landscape-two
    .column:last-child {
    display: inline-block;
    float: inherit;
    padding: 0.625rem;
    width: 33.33333333%;
  }
}
.grid-component .column-container.two-columns-33-66 .column {
  width: 100%;
}
@media (min-width: 1025px) {
  .grid-component .column-container.two-columns-33-66 .column:first-child {
    padding: 0.625rem;
    width: 33.33333333%;
  }
  .grid-component .column-container.two-columns-33-66 .column:last-child {
    padding: 0.625rem;
    width: 66.66666667%;
  }
}
.grid-component .column-container.two-columns-33-66.landscape-two .column {
  width: 100%;
}
@media (min-width: 769px) {
  .grid-component
    .column-container.two-columns-33-66.landscape-two
    .column:first-child {
    padding: 0.625rem;
    width: 33.33333333%;
  }
  .grid-component
    .column-container.two-columns-33-66.landscape-two
    .column:last-child {
    padding: 0.625rem;
    width: 66.66666667%;
  }
}
.grid-component .column-container.two-columns-50 .column {
  width: 100%;
}
@media (min-width: 1025px) {
  .grid-component .column-container.two-columns-50 .column:first-child,
  .grid-component .column-container.two-columns-50 .column:last-child {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {
  .grid-component .column-container.two-columns-50.landscape-two .column {
    padding: 0.625rem;
    width: 50%;
  }
}
@media (min-width: 769px) {
  .grid-component .column-container.two-columns-50.landscape-two .column {
    padding: 0.625rem;
    width: 50%;
  }
}
@media (max-width: 769px) {
  .grid-component
    .column-container.two-columns-50.landscape-two.inverted:not(.edit-mode) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {
  .grid-component
    .column-container.two-columns-50.landscape-two.inverted:not(.edit-mode) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.grid-component .column-container.three-columns .column {
  width: 100%;
}
.grid-component .column-container.three-columns .column .parsys > div {
  padding: 0.625rem 0.41665rem;
}
@media (max-width: 1024px) {
  .grid-component .column-container.three-columns .column .parsys > div {
    padding: 0.625rem 0;
  }
}
.grid-component
  .column-container.three-columns
  .column:first-child
  .parsys
  > div {
  padding-left: 0;
}
.grid-component
  .column-container.three-columns
  .column:last-child
  .parsys
  > div {
  padding-right: 0;
}
.grid-component
  .column-container.three-columns
  .column:nth-child(2)
  .parsys
  > div {
  padding: 0.625rem 0;
}
@media (min-width: 1025px) {
  .grid-component
    .column-container.three-columns
    .column:nth-child(2)
    .parsys
    > div {
    padding: 0.625rem 0.208325rem;
  }
  .grid-component .column-container.three-columns .column {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .grid-component
    .column-container.inverted:not(.edit-mode):not(.landscape-two) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.poker-blog-page
  .grid-component
  .column:first-child
  .parsys
  > div.blog-wrapper-spacing {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .poker-blog-page
    .grid-component
    .column:first-child
    .parsys
    > div.blog-wrapper-spacing {
    padding: 0.9375rem;
  }
}
.poker-blog-page
  .grid-component
  .column:last-child
  .parsys
  > div.blog-wrapper-spacing-sidebar {
  margin-bottom: 0.9375rem;
  margin-left: 0;
  padding: 0.625rem;
}
@media (min-width: 1025px) {
  .poker-blog-page
    .grid-component
    .column:last-child
    .parsys
    > div.blog-wrapper-spacing-sidebar {
    margin-left: 1.3125rem;
  }
}
.poker-blog-page
  .grid-component
  .column-container.two-columns-66-33
  .column:first-child {
  padding: 0.625rem 0;
}
.poker-blog-page
  .grid-component
  .column-container.two-columns-66-33
  .column:first-child
  .parsys
  > div.blog-wrapper-spacing {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .poker-blog-page
    .grid-component
    .column-container.two-columns-66-33
    .column:first-child
    .parsys
    > div.blog-wrapper-spacing {
    padding: 0.9375rem;
  }
}
.poker-blog-page
  .grid-component
  .column-container.two-columns-66-33
  .column:last-child {
  padding: 0.625rem 0;
}
.poker-blog-page
  .grid-component
  .column-container.two-columns-66-33
  .column:last-child
  .parsys
  > div.blog-wrapper-spacing-sidebar {
  margin-bottom: 0.9375rem;
  margin-left: 0;
  padding: 0.625rem;
}
@media (min-width: 1025px) {
  .poker-blog-page
    .grid-component
    .column-container.two-columns-66-33
    .column:last-child
    .parsys
    > div.blog-wrapper-spacing-sidebar {
    margin-left: 1.3125rem;
  }
}
.herobanner-homepage-component {
  position: relative;
}
.herobanner-homepage-component .herobanner-media {
  width: 100%;
}
.herobanner-homepage-component .herobanner-media.edit-mode {
  height: 500px;
}
.herobanner-homepage-component .herobanner-media .herobanner-video {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-desktop {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.herobanner-homepage-component .herobanner-mobile {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-mobile {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 997;
}
.herobanner-homepage-component .logo-wrapper.logo-left {
  left: 0.625rem;
  max-width: 6.25rem;
  top: 3.125rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
@media only screen and (max-height: 53.125rem) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper.logo-header {
  top: 1rem;
}
.herobanner-homepage-component .logo-wrapper .logo {
  height: 3.75rem;
  width: auto;
}
.herobanner-homepage-component .logo-wrapper a {
  text-decoration: none;
}
.herobanner-homepage-component .main_offer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  left: 50%;
  margin: 0 auto;
  max-width: 94%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer {
    max-width: 75rem;
    padding: 0.9375rem;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.herobanner-homepage-component .main_offer a {
  color: #fff;
  text-decoration: none;
}
.herobanner-homepage-component .main_offer .text_offer {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .text_offer {
    color: #fff;
    display: block;
    margin: 0 auto 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text {
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-sm,
.herobanner-homepage-component .main_offer .text_offer.homepage-text p {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-md {
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-md {
    font-size: 2.1875rem;
    font-weight: 600;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-lg {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-lg {
    font-size: 2.625rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-xl {
  font-size: 2.625rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-xl {
    font-size: 3.4375rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.landing-page-text {
  line-height: 1.2;
  text-shadow: 0 0 1.25rem #000, 0 0 1.25rem #000, 0 0 1.25rem #000;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-sm,
.herobanner-homepage-component .main_offer .text_offer.landing-page-text p {
  font-size: 1.125rem;
  font-weight: 900;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-md {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-md {
    font-size: 1.375rem;
  }
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-lg,
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-xl {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-lg,
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-xl {
    font-size: 2.625rem;
    line-height: 1.3;
  }
}
.herobanner-homepage-component .main_offer .CTA_btns {
  font-size: 1.1875rem;
  margin: 0.625rem auto auto;
  min-width: 12.5rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .CTA_btns {
    margin-left: 0;
    min-width: 17.5rem;
  }
}
.herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  margin: 0.5rem 0 0;
  width: 17.5rem;
}
@media (max-width: 1025px) {
  .herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
    margin: 0.5rem auto 0;
  }
}
.herobanner-homepage-component
  .main_offer
  .extra-text-CTA-wrapper
  .landing-extra-cta
  a {
  text-decoration: underline;
}
.herobanner-homepage-component .main_offer_desktop {
  bottom: 3%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer_desktop {
    bottom: auto;
  }
}
.herobanner-homepage-component .linear-shadow-effect {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #000),
    color-stop(transparent),
    to(transparent)
  );
  background-image: linear-gradient(0deg, #000 5%, transparent, transparent);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .linear-shadow-effect {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(transparent)
    );
    background-image: linear-gradient(90deg, #000, transparent);
    opacity: 95%;
  }
}
.herobanner-homepage-component .linear-shadow-effect.edit-mode-shadow {
  background-repeat: no-repeat;
  height: 100%;
}
.herobanner-homepage-component .fadeInAnimate {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.herobanner-homepage-component .herobanner-media,
.herobanner-homepage-component .linear-shadow-effect {
  height: 63vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 70vh;
  }
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1200px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
.herobanner-homepage-component.landing-page-banner .herobanner-media,
.herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
  height: 32.8125rem;
  max-height: 100vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component.landing-page-banner .herobanner-media,
  .herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
    height: 35.9375rem;
  }
}
.image-component {
  margin: 0 auto;
}
.image-component .image-container.modal-enabled:hover:before {
  background: #000;
  cursor: pointer;
}
.image-component .image-caption {
  background-color: #f7f7f7;
  color: #a3a3a3;
  font-style: italic;
  padding: 0.5rem;
}
.image-component .modal {
  background: 0 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  z-index: 1000;
}
.image-component .modal .modal-dialog .modal-content {
  max-width: 80%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-component .modal .modal-dialog .modal-content .button-close {
  background-color: #007cf7;
  color: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  font-size: 1.75rem;
  line-height: 2.625rem;
  right: -1.375rem;
  top: -1.375rem;
  width: 2.625rem;
  z-index: 1002;
}
.image-component .modal.reveal {
  background: rgba(0, 0, 0, 0.8);
}
.image-component.img-10 {
  max-width: 10%;
}
.image-component.img-20 {
  max-width: 20%;
}
.image-component.img-30 {
  max-width: 30%;
}
.image-component.img-40 {
  max-width: 40%;
}
.image-component.img-50 {
  max-width: 50%;
}
.image-component.img-60 {
  max-width: 60%;
}
.image-component.img-70 {
  max-width: 70%;
}
.image-component.img-80 {
  max-width: 80%;
}
.image-component.img-90 {
  max-width: 90%;
}
.image-component.img-100 {
  max-width: 100%;
}
@media (max-width: 639px) {
  .image-component.banner-img .image-container {
    height: 22vh;
  }
  .image-component.banner-img .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.image-box-shadow,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  -webkit-box-shadow: 0 0 1rem #000;
  box-shadow: 0 0 1rem #000;
}
.grid-component .image-component .image-container {
  margin: 0;
}
.large-to-small-fonts-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.large-to-small-fonts-component .font-size-title {
  display: none;
}
.large-to-small-fonts-component .font-size-changer-con {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .large-to-small-fonts-component .font-size-changer-con {
    line-height: 1.25rem;
  }
}
.large-to-small-fonts-component .font-size-changer-sizes-con {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 2.1rem;
  margin-top: 0.1875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 6.4375rem;
}
.large-to-small-fonts-component .font-size-changer {
  color: #b3b3b3;
  cursor: pointer;
  margin: 0;
}
.large-to-small-fonts-component .font-size-changer:hover {
  color: #000;
}
.large-to-small-fonts-component .font-size-changer.selected-font-size {
  color: #000;
  cursor: default;
}
.large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.large-to-small-fonts-component .font-size-changer.medium-font-size {
  font-size: 26px;
}
.large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
.zoom-small * {
  font-size: 9pt;
}
.zoom-medium * {
  font-size: 1pc;
}
.zoom-large * {
  font-size: 20px;
}
.zoom-small h1 {
  font-size: 27px;
}
.zoom-small h2 {
  font-size: 20.4px;
}
.zoom-medium h1 {
  font-size: 36px;
}
.zoom-medium h2 {
  font-size: 1.7pc;
}
.zoom-large h1 {
  font-size: 45px;
}
.zoom-large h2 {
  font-size: 34px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.medium-font-size,
.zoom-medium
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size,
.zoom-small
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size {
  font-size: 26px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .promotion-carousel-component {
    margin: 0 auto;
    width: 85%;
  }
}
.promotion-carousel-component .promotion-carousel-container {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .promotion-carousel-component .promotion-carousel-container {
    max-width: 50%;
  }
}
.promotion-carousel-component .promotion-carousel-container .swiper {
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component .promotion-carousel-container .swiper {
    padding-bottom: 2.5rem;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination {
  bottom: 0;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component
    .promotion-carousel-container
    .swiper
    .swiper-pagination {
    margin-bottom: 0;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.2rem;
  background-color: gray;
  margin: 0 0.7rem;
  opacity: 1;
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.sidebar-component {
  display: inline-grid;
  font-size: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .sidebar-component {
    height: auto;
    margin-left: 25%;
    max-width: 18.125rem;
    position: static;
    width: 100%;
    z-index: 1;
  }
}
.sidebar-component .sidebar-title {
  display: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-title {
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0.3125rem 0.625rem;
    text-decoration: none;
  }
}
.sidebar-component .sidebar-menu {
  margin: 0 -1rem;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    margin: 0;
    overflow: initial;
  }
}
.sidebar-component .sidebar-menu.custom-simplebar .simplebar-track {
  margin: -6px 1rem 0;
}
.sidebar-component .sidebar-menu .sidebar-menu-item {
  border: 0.0625rem solid #ebebeb;
  border-left: none;
  display: inline-block;
  margin-bottom: 1.075rem;
  margin-right: -0.375rem;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item {
    border: 0;
    border-top: 1px solid #ebebeb;
    display: block;
    float: left;
    margin: 0;
    white-space: normal;
    width: 100%;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a {
  border-bottom: 0.3125rem solid transparent;
  color: #555;
  display: block;
  padding: 0.875rem 2.25rem 0.6875rem;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item a {
    border-bottom: none;
    border-left: 0.625rem solid transparent;
    padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a:hover {
  background: #ededed;
}
.sidebar-component .sidebar-menu .sidebar-menu-item a.active,
.sidebar-component .sidebar-menu .sidebar-menu-item a:active {
  border-color: #007cf7;
  color: #007cf7;
}
.sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
  border-left: 0.0625rem solid #ebebeb;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
    border-left: 0;
  }
  .sidebar-component .sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: 0.0625rem solid #ebebeb;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item:before {
  content: none;
}
.sidebar-component.edit-mode {
  padding: 0 2rem;
}
.sidebar-component.edit-mode .sidebar-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0.3125rem 0.625rem;
}
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .sidebar-component.pb-large,
  .sidebar-component.pb-medium,
  .sidebar-component.pb-small,
  .sidebar-component.pb-xlarge,
  .sidebar-component.pt-large,
  .sidebar-component.pt-medium,
  .sidebar-component.pt-small,
  .sidebar-component.pt-xlarge {
    padding-bottom: 0;
    padding-top: 0;
  }
  .two-columns-66-33 .sidebar {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
@charset "utf-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #b6bfc8;
  --color-darkgray: #566573;
  --color-pink: #e92063;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-extra: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
body,
html {
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #007cf7;
  text-decoration: underline;
}
a:hover {
  color: #075eb4;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
ol,
ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
ul li:before {
  color: #6fb8fd;
}
ul li .black-bullet:before,
ul li:before {
  content: "•";
  font-size: 1.875rem;
  left: -1.375rem;
  line-height: 1;
  position: absolute;
  top: -0.125rem;
}
ul li .black-bullet:before {
  color: #000;
}
body.poker-blog-page,
html.poker-blog-page {
  background-color: #e4e4e4;
  background-image: radial-gradient(#d6d6d5 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  background-position: 0 0, 0 23px;
  background-size: 15px 15px;
  color: #515151;
  font-family: "888", arial, verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
body.poker-blog-page a,
html.poker-blog-page a {
  color: #007cf7;
  -webkit-text-decoration: navy;
  text-decoration: navy;
}
body.poker-blog-page a:hover,
html.poker-blog-page a:hover {
  color: #007cf7;
}
body.poker-blog-page ol,
body.poker-blog-page ul,
html.poker-blog-page ol,
html.poker-blog-page ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
body.poker-blog-page ol,
html.poker-blog-page ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
body.poker-blog-page .rich-text ul,
body.poker-blog-page .text ul,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
html.poker-blog-page .rich-text ul,
html.poker-blog-page .text ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
body.poker-blog-page .rich-text ul li,
body.poker-blog-page .text ul li,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
html.poker-blog-page .rich-text ul li,
html.poker-blog-page .text ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
body.poker-blog-page .rich-text ul li:before,
body.poker-blog-page .text ul li:before,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
html.poker-blog-page .rich-text ul li:before,
html.poker-blog-page .text ul li:before {
  color: #007cf7;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page .rich-text ul li .black-bullet:before,
body.poker-blog-page .text ul li .black-bullet:before,
html.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page .rich-text ul li .black-bullet:before,
html.poker-blog-page .text ul li .black-bullet:before {
  color: #515151;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page.poker-blog-page-dark,
html.poker-blog-page.poker-blog-page-dark {
  background-color: #111;
  background-image: radial-gradient(#1e1e1e 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  color: #fff;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
body.poker-blog-page.poker-blog-page-dark .text ul li:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
html.poker-blog-page.poker-blog-page-dark .text ul li:before {
  color: #007cf7;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before {
  color: #fff;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 998;
}
.text-twoline-truncate {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-item-align: stretch;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hstack,
.vstack {
  -webkit-box-direction: normal;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vstack {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex-item-align: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.overlay {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.floating-pseudo,
.progressive-number-component:before {
  content: "";
  position: absolute;
}
.cta-template a,
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.image-component img,
.overlay-transition {
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle,
.poker-ambassador-social-icons-component .info-items-strip .info-pic img {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.image-component .modal .modal-dialog .modal-content,
.opacity-0 {
  opacity: 0;
}
.dropdown-menu-component .dropdown-container .dropdown-options,
.overflow-auto {
  overflow: auto;
}
.banner-image-and-text-overlay-component,
.event-card-template .event-link .image-wrapper,
.image-component .modal,
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.d-inline {
  display: inline;
}
.d-inline-block,
.dropdown-menu-component .dropdown-container {
  display: inline-block;
}
.ambassador-numbered-list-component .content__image img,
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.d-block,
.dropdown-menu-component .dropdown-container .dropdown-options a,
.dropdown-menu-component .dropdown-container:hover .dropdown-options,
.event-card-template .event-link .image-wrapper picture img,
.image-component img,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img,
.scrolling-table-component table tbody,
.scrolling-table-component table thead,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title,
.stream-team-lobby-component .stream-team-lobby-container img {
  display: block;
}
.d-grid {
  display: grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.ambassador-numbered-list-component .content,
.ambassador-numbered-list-component .content__list,
.ambassador-numbered-list-component .content__list .list-item,
.banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper,
.cta-template a,
.d-flex,
.dropdown-menu-component,
.event-card-template .event-link,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.gallery-item-component,
.gallery-item-component .image,
.image-component .modal .modal-dialog,
.inner-banner-component .inner-banner-container,
.inner-banner-component .inner-banner-container .inner-text-container,
.link-information-component .link-information-container,
.poker-ambassador-social-icons-component,
.poker-ambassador-social-icons-component .info-items-strip,
.promotion-carousel-component,
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys,
.promotions-page-internal-banner-overlay-component .cross-strip,
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button,
.review-carousel-component .review-carousel-container .edit-mode > .parsys,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons,
.stream-team-component .players-wrapper > .parsys,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-lobby-component .stream-team-lobby-container,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons,
.table-with-blue-heading-component .table,
.table-with-blue-heading-component .table .table-body,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.table-with-blue-heading-component .table .table-heading .heading,
.text-with-icon-template,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name,
.tournament-item-template .tournament-wrapper .tournament-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.banner-image-and-text-overlay-component
  .black-opacity-mobile.edit-mode-opacity-mobile,
.banner-image-and-text-overlay-component .black-opacity.edit-mode-opacity,
.d-none,
.dropdown-menu-component .dropdown-container .dropdown-options,
.inner-banner-component .inner-banner-container .inner-image-container,
.link-information-component .link-information-container .text-container-show,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .display-cta.edit-mode-display-cta {
  display: none;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.cta-template.cta-primary a:hover,
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.position-static {
  position: static;
}
.banner-image-and-text-overlay-component,
.banner-image-and-text-overlay-component .inner,
.banner-image-and-text-overlay-component .inner .text-overlay,
.cta-template a,
.dropdown-menu-component .dropdown-container,
.image-component .image-container,
.image-component .modal .modal-dialog .modal-content,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .progressive-number-component
  .number,
.position-relative,
.progressive-number-component,
.progressive-number-component .number,
.progressive-number-component
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  position: relative;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.dropdown-menu-component .dropdown-container .dropdown-options,
.image-component .modal .modal-dialog .modal-content .button-close,
.position-absolute {
  position: absolute;
}
.image-component .modal,
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.image-component .modal,
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.image-component .modal,
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-middle-y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border {
  border: 1px solid #dee2e6;
}
.border-0,
.image-component .modal .modal-dialog .modal-content .button-close,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border: 0;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: 1px solid #dee2e6;
}
.border-start-0 {
  border-left: 0;
}
.border-dark {
  border-color: #000;
}
.border-white {
  border-color: #fff;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.w-25 {
  width: 25%;
}
.responsive-table-component table tr.w-30-70 td:first-child,
.responsive-table-component table tr.w-70-30 td:nth-child(2),
.w-30 {
  width: 30%;
}
.poker-ambassador-social-icons-component .info-items-strip,
.responsive-table-component table tr.w-50-50 td:first-child,
.responsive-table-component table tr.w-50-50 td:nth-child(2),
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.responsive-table-component table tr.w-30-70 td:nth-child(2),
.responsive-table-component table tr.w-70-30 td:first-child,
.w-70 {
  width: 70%;
}
.ambassador-numbered-list-component .content__list,
.article-slider-component .article-slider-container .slide-img img,
.article-slider-component .swiper,
.article-slider-component .swiper .swiper-wrapper,
.carousel-banner-component .carousel-banner-container .swiper,
.carousel-banner-component .carousel-banner-container .swiper .swiper-wrapper,
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-wrapper
  .swiper-slide,
.carousel-banner-component .carousel-banner-container img,
.event-card-template,
.event-card-template .event-link,
.event-card-template .event-link .image-wrapper,
.event-card-template .event-link .image-wrapper picture img,
.event-card-template .event-link .text-wrapper,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.herobanner-homepage-component .main_offer,
.image-component .modal .modal-dialog,
.image-component img,
.inner-banner-component .inner-banner-container .inner-text-container,
.live-event-choice-component .choices,
.poker-ambassador-social-icons-component,
.poker-ambassador-social-icons-component .info-items-strip .info-pic img,
.progressive-number-component:before,
.promotion-carousel-component .promotion-carousel-container,
.promotion-carousel-component .promotion-carousel-container .swiper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper
  .swiper-slide,
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .newpar,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img,
.responsive-table-component table tr.w-30-70,
.responsive-table-component table tr.w-30-70 td,
.responsive-table-component table tr.w-30-70 td.row-100,
.responsive-table-component table tr.w-50-50,
.responsive-table-component table tr.w-50-50 td,
.responsive-table-component table tr.w-50-50 td.row-100,
.responsive-table-component table tr.w-70-30,
.responsive-table-component table tr.w-70-30 td,
.responsive-table-component table tr.w-70-30 td.row-100,
.review-carousel-component
  .review-carousel-container
  .edit-mode
  > .parsys
  .newpar,
.scrolling-table-component table,
.scrolling-text-component,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.stream-team-component .players-wrapper > .parsys .newpar,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image
  img,
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper,
.stream-team-lobby-component .stream-team-lobby-container img,
.table-with-blue-heading-component .table,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template,
.tournament-item-template .tournament-wrapper,
.w-100 {
  width: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.article-slider-component .swiper-button-next,
.article-slider-component .swiper-button-prev,
.responsive-table-component table tr.w-dynamic,
.responsive-table-component table tr.w-dynamic td,
.responsive-table-component table tr.w-dynamic td.row-100,
.responsive-table-component table tr.w-dynamic td:first-child,
.responsive-table-component table tr.w-dynamic td:nth-child(2),
.responsive-table-component table.dynamic-table,
.w-auto {
  width: auto;
}
.mw-100,
.stream-team-lobby-component .stream-team-lobby-container img {
  max-width: 100%;
}
.image-component .modal,
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.h-0,
.image-component .modal,
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  height: 0;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.event-card-template,
.event-card-template .event-link,
.h-100,
.image-component .modal .modal-dialog,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img {
  height: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.event-card-template .event-link .image-wrapper picture img,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.h-auto,
.image-component img,
.scrolling-text-component,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image
  img,
.stream-team-lobby-component .stream-team-lobby-container img,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-row,
.poker-ambassador-social-icons-component .info-items-strip,
.table-with-blue-heading-component .table .table-body .bg-to-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ambassador-numbered-list-component .content__list,
.dropdown-menu-component,
.event-card-template .event-link,
.flex-column,
.gallery-item-component,
.inner-banner-component .inner-banner-container .inner-text-container,
.link-information-component .link-information-container,
.link-information-component .link-information-container .text-container-show,
.live-event-choice-component,
.review-carousel-component .review-carousel-container .edit-mode > .parsys,
.stream-team-component .players-wrapper > .parsys,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-lobby-component .stream-team-lobby-container,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons,
.table-with-blue-heading-component .table,
.table-with-blue-heading-component .table .table-body,
.text-with-icon-template.layout-top,
.tournament-item-template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-wrap,
.poker-ambassador-social-icons-component {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.gap-0,
.poker-ambassador-social-icons-component {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cta-template a,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.gallery-item-component .image,
.justify-content-center,
.promotion-carousel-component,
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name,
.tournament-item-template .tournament-wrapper .tournament-timer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ambassador-numbered-list-component .content,
.justify-content-between,
.live-event-choice-component .choices,
.poker-ambassador-social-icons-component {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ambassador-numbered-list-component .content__list,
.justify-content-around,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.table-with-blue-heading-component .table .table-heading .heading {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.align-items-start,
.ambassador-numbered-list-component .content,
.dropdown-menu-component,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end,
.tournament-item-template .tournament-wrapper .tournament-timer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center,
.ambassador-numbered-list-component .content__list .list-item,
.gallery-item-component,
.image-component .modal .modal-dialog,
.poker-ambassador-social-icons-component,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.tournament-item-template,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.ambassador-numbered-list-component .content__list .list-item__number,
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.event-card-template .event-link .image-wrapper,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.flex-centered,
.live-event-choice-component,
.live-event-choice-component .choices,
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.progressive-number-component,
.progressive-number-component .number,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.text-with-icon-template.layout-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-last {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.mt-small {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-small {
    margin-top: 0.9375rem;
  }
}
.mt-medium {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-medium {
    margin-top: 2rem;
  }
}
.mt-large {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-large {
    margin-top: 2.8125rem;
  }
}
.pt-small {
  padding-top: 0.5rem;
}
@media (min-width: 640px) {
  .pt-small {
    padding-top: 1rem;
  }
}
.pt-medium {
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .pt-medium {
    padding-top: 2rem;
  }
}
.pt-large {
  padding-top: 1.5rem;
}
@media (min-width: 640px) {
  .pt-large {
    padding-top: 3rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 640px) {
  .pt-xlarge {
    padding-top: 4rem;
  }
}
.pb-small {
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .pb-small {
    padding-bottom: 1rem;
  }
}
.pb-medium {
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .pb-medium {
    padding-bottom: 2rem;
  }
}
.pb-large {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .pb-large {
    padding-bottom: 3rem;
  }
}
.pb-xlarge {
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .pb-xlarge {
    padding-bottom: 4rem;
  }
}
.m-0,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .modal-image,
.m-auto,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image,
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons
  .player-image {
  margin: auto;
}
.m-0-auto,
.responsive-table-component table.dynamic-table {
  margin: 0 auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-auto,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .title,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons {
  margin-bottom: auto;
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.banner-image-and-text-overlay-component,
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-4 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-5 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0 {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.fs-1 {
  font-size: 2.4rem;
}
.fs-2 {
  font-size: 2.25rem;
}
.fs-3 {
  font-size: 1rem;
}
.fs-4 {
  font-size: 0.875rem;
}
.fs-5 {
  font-size: 0.75rem;
}
.fs-6 {
  font-size: 0.687rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-left,
.text-start {
  text-align: left;
}
.text-end,
.text-right {
  text-align: right;
}
.banner-image-and-text-overlay-component .inner .text-overlay,
.cta-template a,
.gallery-component .gallery-title,
.gallery-item-component .text,
.live-event-choice-component .choices,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-lobby-component .stream-team-lobby-container,
.table-with-blue-heading-component .table,
.text-center,
.text-with-icon-template.layout-top,
.tournament-gallery-component .gallery-title,
.tournament-item-template .tournament-wrapper {
  text-align: center;
}
.article-slider-component .article-slider-container a,
.cta-template a,
.poker-ambassador-social-icons-component .info-items-strip .info-description a,
.sidebar-component.edit-mode .sidebar-title,
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
.cta-template a,
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
.text-light {
  color: #969696;
}
.text-black,
.text-dark {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-body {
  color: #000;
}
.text-muted {
  color: #6c757d;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-reset {
  color: inherit;
}
.opacity-10 {
  opacity: 0.1;
}
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.image-component .modal.reveal .modal-dialog .modal-content,
.opacity-100 {
  opacity: 1;
}
.bg-light {
  background-color: #969696;
}
.bg-black,
.bg-dark {
  background-color: #000;
}
.bg-body,
.bg-white {
  background-color: #fff;
}
.bg-transparent,
.cta-template.cta-secondary a:before,
.image-component .image-container:before {
  background-color: transparent;
}
.bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.15)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
.bglg-gradient,
.inner-banner-component {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, hsla(0, 0%, 96%, 0)),
    color-stop(99%, hsla(0, 0%, 96%, 0.97)),
    to(#f4f4f4)
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 96%, 0) 65%,
    hsla(0, 0%, 96%, 0.97) 99%,
    #f4f4f4
  );
}
.user-select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.user-select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: 0.2rem;
}
.rounded-2 {
  border-radius: 0.25rem;
}
.rounded-3 {
  border-radius: 0.3rem;
}
.ambassador-numbered-list-component .content__list .list-item__number,
.image-component .modal .modal-dialog .modal-content .button-close,
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.progressive-number-component .number,
.rounded-circle {
  border-radius: 50%;
}
.cta-template a,
.cta-template.cta-secondary a:before,
.rounded-pill {
  border-radius: 3.125rem;
}
.rounded-top {
  border-top-left-radius: 0.25rem;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem;
}
.rounded-start {
  border-top-left-radius: 0.25rem;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
@media (min-width: 640px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-sm-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-sm-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-sm-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-sm-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-sm-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-sm-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-sm-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-sm-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-md-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-md-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-md-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-md-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-md-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-md-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-md-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-md-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-md-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-md-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-md-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-md-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-md-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-md-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-lg-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-lg-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-lg-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-lg-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-lg-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-lg-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-lg-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
.poker-blog-page .blog-wrapper-bg {
  background: #fff;
  border-radius: 0.4375rem;
  box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -webkit-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -moz-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
}
.poker-blog-page .blog-wrapper-spacing {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .poker-blog-page .blog-wrapper-spacing {
    padding: 0.9375rem;
  }
}
.poker-blog-page .blog-wrapper-bg-sidebar {
  background: #fff;
  border-radius: 0.375rem;
}
.poker-blog-page .blog-wrapper-spacing-sidebar {
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
}
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg,
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg-sidebar {
  background: #000;
}
.custom-simplebar::-webkit-scrollbar {
  display: none;
}
.custom-simplebar .simplebar-track {
  border-radius: 0.5rem;
  height: 100%;
}
.custom-simplebar .simplebar-track .simplebar-scrollbar {
  border-radius: 0.5rem;
}
.custom-simplebar .simplebar-track.simplebar-vertical {
  width: 0.25rem;
}
.custom-simplebar .simplebar-track.simplebar-horizontal {
  height: 0.375rem;
}
@media (min-width: 1025px) {
  .custom-simplebar .simplebar-track.simplebar-horizontal {
    display: none;
  }
}
.custom-simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 100%;
  top: 0;
}
.custom-simplebar.light-simplebar .simplebar-track {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.custom-simplebar.light-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.custom-simplebar.dark-simplebar .simplebar-track {
  background-color: #ebebeb;
}
.custom-simplebar.dark-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: #d9d9d9;
}
.main-container,
.main-container-lg,
.main-container-md,
.main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  width: 100%;
}
@media (min-width: 640px) {
  .main-container,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .main-container,
  .main-container-md,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container,
  .main-container-lg,
  .main-container-md,
  .main-container-sm {
    max-width: 75pc;
  }
  .root > .container-wrapper > .main-container {
    max-width: 100%;
  }
}
.root > .container-wrapper > .main-container {
  padding: 0;
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
}
.poker-blog-page .main-container,
.poker-blog-page .main-container-lg,
.poker-blog-page .main-container-md,
.poker-blog-page .main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.5rem);
  padding-right: var(--bs-gutter-x, 0.5rem);
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
.row {
  margin: 0 auto;
  max-width: 100%;
}
.row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row [class^="col-"] {
  float: left;
  padding: 1rem;
}
.row [class^="col-"]:not(:last-child) {
  margin-right: 1.25rem;
}
.row .col-1 {
  width: calc(8.33333% - 1.14583rem);
}
.row .col-2 {
  width: calc(16.66667% - 1.04167rem);
}
.row .col-3 {
  width: calc(25% - 0.9375rem);
}
.row .col-4 {
  width: calc(33.33333% - 0.83333rem);
}
.row .col-5 {
  width: calc(41.66667% - 0.72917rem);
}
.row .col-6 {
  width: calc(50% - 0.625rem);
}
.row .col-7 {
  width: calc(58.33333% - 0.52083rem);
}
.row .col-8 {
  width: calc(66.66667% - 0.41667rem);
}
.row .col-9 {
  width: calc(75% - 0.3125rem);
}
.row .col-10 {
  width: calc(83.33333% - 0.20833rem);
}
.row .col-11 {
  width: calc(91.66667% - 0.10417rem);
}
.row .col-12 {
  width: 100%;
}
@media (min-width: 640px) {
  .row .col-sm-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-sm-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-sm-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-sm-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-sm-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-sm-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-sm-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-sm-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-sm-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-sm-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-sm-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .row .col-md-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-md-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-md-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-md-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-md-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-md-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-md-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-md-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-md-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-md-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-md-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-md-12 {
    width: 100%;
  }
}
.container-background-color {
  background-color: #f4f4f4;
}
.container-wrapper .display-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.poker-blog-page .container-background-color {
  background-color: #fff;
}
.poker-blog-page.poker-blog-page-dark .container-background-color {
  background-color: #000;
}
body,
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "888", arial, verdana, sans-serif;
}
body .h1,
body h1,
html .h1,
html h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h1,
  body h1,
  html .h1,
  html h1 {
    font-size: 2.25rem;
  }
}
body .h2,
body h2,
html .h2,
html h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h2,
  body h2,
  html .h2,
  html h2 {
    font-size: 1.7rem;
  }
}
body .h3,
body h3,
html .h3,
html h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h3,
  body h3,
  html .h3,
  html h3 {
    font-size: 1.6rem;
  }
}
body .h4,
body h4,
html .h4,
html h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h4,
  body h4,
  html .h4,
  html h4 {
    font-size: 1.4rem;
  }
}
body .h5,
body h5,
html .h5,
html h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h5,
  body h5,
  html .h5,
  html h5 {
    font-size: 1.2rem;
  }
}
body .h6,
body h6,
html .h6,
html h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h6,
  body h6,
  html .h6,
  html h6 {
    font-size: 1rem;
  }
}
body p,
html p {
  font-size: 1pc;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body p,
  html p {
    font-size: 1rem;
  }
}
.accordion-container-component body .accordion,
.accordion-container-component html .accordion,
body .accordion-container-component .accordion,
body .bold,
body b,
html .accordion-container-component .accordion,
html .bold,
html b {
  font-weight: 700;
}
body .normal,
body .regular,
html .normal,
html .regular {
  font-weight: 400;
}
body.poker-blog-page .h1,
body.poker-blog-page h1,
html.poker-blog-page .h1,
html.poker-blog-page h1 {
  color: #1c1c1c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h1,
  body.poker-blog-page h1,
  html.poker-blog-page .h1,
  html.poker-blog-page h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
body.poker-blog-page .h2,
body.poker-blog-page h2,
html.poker-blog-page .h2,
html.poker-blog-page h2 {
  color: #1c1c1c;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h2,
  body.poker-blog-page h2,
  html.poker-blog-page .h2,
  html.poker-blog-page h2 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page .h3,
body.poker-blog-page h3,
html.poker-blog-page .h3,
html.poker-blog-page h3 {
  color: #1c1c1c;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h3,
  body.poker-blog-page h3,
  html.poker-blog-page .h3,
  html.poker-blog-page h3 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page.poker-blog-page-dark .h1,
body.poker-blog-page.poker-blog-page-dark .h2,
body.poker-blog-page.poker-blog-page-dark .h3,
body.poker-blog-page.poker-blog-page-dark h1,
body.poker-blog-page.poker-blog-page-dark h2,
body.poker-blog-page.poker-blog-page-dark h3,
html.poker-blog-page.poker-blog-page-dark .h1,
html.poker-blog-page.poker-blog-page-dark .h2,
html.poker-blog-page.poker-blog-page-dark .h3,
html.poker-blog-page.poker-blog-page-dark h1,
html.poker-blog-page.poker-blog-page-dark h2,
html.poker-blog-page.poker-blog-page-dark h3 {
  color: #fff;
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/888-light-webfont.woff2)
      format("woff2"),
    url(/assets/888-light-webfont.woff) format("woff"),
    url(/assets/888-light-webfont.ttf)
      format("truetype"),
    url(/assets/888-light-webfont.svg#svg888-light-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-medium-webfont.woff2)
      format("woff2"),
    url(/assets/888-medium-webfont.woff) format("woff"),
    url(/assets/888-medium-webfont.ttf)
      format("truetype"),
    url(/assets/888-medium-webfont.svg#svg888-medium-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-demibold-webfont.woff2)
      format("woff2"),
    url(/assets/888-demibold-webfont.woff)
      format("woff"),
    url(/assets/888-demibold-webfont.ttf)
      format("truetype"),
    url(/assets/888-demibold-webfont.svg#svg888-demibold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/888-bold-webfont.woff2)
      format("woff2"),
    url(/assets/888-bold-webfont.woff) format("woff"),
    url(/assets/888-bold-webfont.ttf) format("truetype"),
    url(/assets/888-bold-webfont.svg#svg888-bold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/888-black-webfont.woff2)
      format("woff2"),
    url(/assets/888-black-webfont.woff) format("woff"),
    url(/assets/888-black-webfont.ttf)
      format("truetype"),
    url(/assets/888-black-webfont.svg#888-black-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/888-ultra-webfont.woff2)
      format("woff2"),
    url(/assets/888-ultra-webfont.woff) format("woff"),
    url(/assets/888-ultra-webfont.ttf)
      format("truetype"),
    url(/assets/888-ultra-webfont.svg#svg888-ultra-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/888-SemiCondensedMedium.eot);
  src: url(/assets/888-SemiCondensedMedium.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedMedium.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedMedium.woff)
      format("woff"),
    url(/assets/888-SemiCondensedMedium.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedMedium.svg#888-SemiCondensedMedium)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-SemiCondensedDemiBold.eot);
  src: url(/assets/888-SemiCondensedDemiBold.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedDemiBold.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedDemiBold.woff)
      format("woff"),
    url(/assets/888-SemiCondensedDemiBold.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedDemiBold.svg#888-SemiCondensedDemiBold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-SemiCondensed.eot);
  src: url(/assets/888-SemiCondensed.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensed.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensed.woff)
      format("woff"),
    url(/assets/888-SemiCondensed.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensed.svg#888-SemiCondensed)
      format("svg");
}
.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.icon--arrow-down-medium {
  background-image: url(/assets/arrow-medium-light-grey-bottom.png);
  height: 0.5rem;
  width: 1.125rem;
}
.icon--arrow-down-small {
  background-image: url(/assets/arrow-small-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-down-small-light {
  background-image: url(/assets/arrow-small-light-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-up-big {
  background-image: url(/assets/arrow-big-white-top.png);
  height: 0.8125rem;
  width: 1.875rem;
}
.icon--arrow-up-medium {
  background-image: url(/assets/arrow-medium-white-top.png);
  height: 0.5rem;
  width: 1.125rem;
}
.icon--ball-888-grey {
  background-image: url(/assets/888-ball-dark-grey.png);
  height: 1.625rem;
  width: 1.625rem;
}
.icon--ring-888-black {
  background-image: url(/assets/ring-black.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-green {
  background-image: url(/assets/ring-green.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-orange {
  background-image: url(/assets/ring-orange.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-red {
  background-image: url(/assets/ring-red.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--timer {
  background-image: url(/assets/icon-timer.png);
  background-size: 1.5625rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.icon--loader {
  background-image: url(/assets/loader.gif);
  height: 5rem;
  width: 5rem;
}
.icon--world-grey {
  background-image: url(/assets/world-grey.png);
}
.icon--world-grey,
.icon--world-white {
  background-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
}
.icon--world-white {
  background-image: url(/assets/world-white.png);
}
.icon--text-minus-white {
  background-image: url(/assets/t-minus-white.svg);
}
.icon--text-minus-black,
.icon--text-minus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-minus-black {
  background-image: url(/assets/t-minus-black.svg);
}
.icon--text-plus-white {
  background-image: url(/assets/t-plus-white.svg);
}
.icon--text-plus-black,
.icon--text-plus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-plus-black {
  background-image: url(/assets/t-plus-black.svg);
}
.icon--calendar-blue {
  background-image: url(/assets/calendar-editable-color.svg);
  -webkit-filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  height: 0.8125rem;
  width: 0.9rem;
}
.poker-blog-page .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.poker-blog-page .icon--arrow-up-big {
  background-image: url(/assets/arrow-small-white-top.png);
  background-size: 0.8125rem;
  height: 0.8125rem;
  width: 0.8125rem;
}
.accordion-container-component table {
  border-collapse: collapse;
  width: 100%;
}
.accordion-container-component table tbody.accordion tr {
  border-top: 0.0625rem solid #dadada;
}
.accordion-container-component table tbody.accordion tr .arrow {
  content: url(/assets/arrow-medium-light-grey-bottom.png);
  float: right;
  margin-top: 0.5rem;
}
.accordion-container-component table tbody.accordion:first-child tr {
  border-top: none;
}
.accordion-container-component table .panel {
  display: none;
  overflow: hidden;
}
.accordion-container-component table .panel.open td {
  padding: 0.75rem;
}
.accordion-container-component td {
  padding: 0.5rem;
  text-align: left;
}
.accordion-container-component .accordion {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.6;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  width: 100%;
}
.accordion-container-component .accordion.active .arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ambassador-numbered-list-component {
  padding-top: 1rem;
}
@media (min-width: 1025px) {
  .ambassador-numbered-list-component {
    padding-top: 2%;
  }
}
.ambassador-numbered-list-component .list-title {
  color: #007cf7;
  margin-bottom: 1.525rem;
  text-align: center;
}
@media (min-width: 640px) {
  .ambassador-numbered-list-component .list-title {
    text-align: left;
  }
}
.ambassador-numbered-list-component .content__list .list-item {
  margin-bottom: 1.5rem;
}
.ambassador-numbered-list-component .content__list .list-item__number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 600;
  height: 2.125rem;
  margin-right: 2rem;
  width: 2.125rem;
}
.ambassador-numbered-list-component .content__image {
  display: none;
  width: 26%;
}
@media (min-width: 1025px) {
  .ambassador-numbered-list-component .content__image {
    display: block;
  }
}
.ambassador-numbered-list-component .content__image img {
  height: auto;
  width: 100%;
}
.ambassador-numbered-list-component.edit-mode .content__image {
  display: block;
}
.article-slider-component {
  padding: 2rem 0;
}
@media (min-width: 1025px) {
  .article-slider-component {
    padding: 2rem 0.625rem;
  }
}
.article-slider-component .article-slider-container {
  position: relative;
}
.article-slider-component .article-slider-container a {
  color: #000;
}
.article-slider-component .article-slider-container a:hover {
  color: #007cf7;
}
.article-slider-component .article-slider-container .slide-img,
.article-slider-component .article-slider-container .slide-text {
  width: 16.25rem;
}
.article-slider-component .article-slider-container .slide-img {
  display: inline-block;
  height: 9.125rem;
}
.article-slider-component .article-slider-container .slide-text {
  display: block;
  padding: 0.8rem 0;
}
.article-slider-component .swiper {
  margin: 1.25rem auto;
  max-width: 71rem;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  align-items: baseline;
  justify-content: left;
}
@media (min-width: 1025px) {
  .article-slider-component .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.article-slider-component .swiper-button-next,
.article-slider-component .swiper-button-prev {
  display: none;
  top: 33%;
}
@media (min-width: 1025px) {
  .article-slider-component .swiper-button-next,
  .article-slider-component .swiper-button-prev {
    display: block;
  }
}
.article-slider-component .swiper-button-prev {
  content: url(/assets/promotion-arrows-left.png);
  left: -1.5rem;
}
.article-slider-component .swiper-button-next {
  content: url(/assets/promotion-arrows-right.png);
  right: -1.5rem;
}
.banner-disclaimer-component {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 999;
}
.banner-disclaimer-component.promoStyle {
  background-color: #1d1f22;
}
.banner-disclaimer-component.promoStyle .disclaimer-container {
  color: #fff;
}
.banner-disclaimer-component.promoStyle
  .disclaimer-container
  .disclaimer-content {
  padding: 0.5rem 1rem;
}
@media (max-width: 1025px) {
  .banner-disclaimer-component.promoStyle
    .disclaimer-container
    .disclaimer-content {
    padding: 0.5rem 0;
  }
}
.banner-disclaimer-component.promoStyle
  .disclaimer-container
  .disclaimer-content
  p {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 1.25rem;
}
@media (max-width: 1025px) {
  .banner-disclaimer-component.promoStyle
    .disclaimer-container
    .disclaimer-content
    p {
    margin: 0;
  }
}
.banner-disclaimer-component.hpStyle {
  background-color: #000;
}
.banner-disclaimer-component.hpStyle .disclaimer-container {
  color: #fff;
  text-align: center;
}
.banner-disclaimer-component.hpStyle
  .disclaimer-container
  .disclaimer-content
  p {
  font-size: 0.75rem;
  padding: 5px 10px;
}
.banner-image-and-text-overlay-component {
  background-position: 35% 0;
  background-size: cover;
  z-index: 1;
}
.banner-image-and-text-overlay-component .black-opacity {
  border-color: transparent transparent #000;
  border-style: none solid solid;
  border-width: 0 0 21.563rem 9.375rem;
  content: "";
  opacity: 0.7;
  padding-left: 100%;
}
.banner-image-and-text-overlay-component .black-opacity-mobile {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.7;
  width: 100%;
}
.banner-image-and-text-overlay-component .row {
  max-width: 75em;
}
.banner-image-and-text-overlay-component .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21.563rem;
  justify-content: center;
}
.banner-image-and-text-overlay-component .inner .text-overlay {
  color: #fff;
  font-size: 1.438rem;
  margin: auto;
  max-width: 18.75rem;
  top: auto;
  z-index: 2;
}
.banner-image-and-text-overlay-component .inner .text-overlay .title {
  margin-bottom: 1.25rem;
}
.banner-image-and-text-overlay-component .inner .text-overlay .blue-text {
  color: #007cf7;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.banner-image-and-text-overlay-component .inner .text-overlay .image img {
  height: auto;
  width: 100%;
}
.banner-image-and-text-overlay-component .inner.image-content-lp .text-overlay {
  margin: auto;
  max-width: 18.75rem;
}
.banner-image-and-text-overlay-component
  .inner.image-content-lp
  .text-overlay.more-padding {
  padding: 3.3125rem 1.25rem;
}
.banner-image-and-text-overlay-component .logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: absolute;
  top: 0.625rem;
  width: 100%;
  z-index: 997;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container {
  position: relative;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container a {
  text-decoration: none;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
  height: 2.5rem;
  width: auto;
}
.banner-image-and-text-overlay-component
  .logo-wrapper
  .main-container
  .extra-logo {
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: -0.625rem;
  width: auto;
}
@media (min-width: 1025px) {
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    display: none;
  }
}
@media (min-width: 640px) {
  .banner-image-and-text-overlay-component .black-opacity {
    border-bottom: 32.813rem solid #000;
    padding-left: 45%;
  }
  .banner-image-and-text-overlay-component .inner {
    height: 32.813rem;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay {
    left: 25%;
    text-align: left;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay .blue-text {
    font-size: 4.375rem;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay .text p {
    font-size: 1.438rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay {
    left: 0;
    margin: auto;
    max-width: 25rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay.more-padding {
    padding: 3.3125rem 1.25rem;
  }
  .banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
    height: 3.4375rem;
    width: auto;
  }
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    height: 4.9375rem;
    top: -0.625rem;
  }
}
@media (min-width: 1025px) {
  .banner-image-and-text-overlay-component .black-opacity-mobile {
    display: none;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay {
    left: 30%;
    margin: auto;
    max-width: 23.18rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay.more-padding {
    padding: 1.5rem;
  }
  .banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
    height: 3.5rem;
    width: auto;
  }
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    display: none;
  }
}
.banner-image-and-text-overlay-component.mb-hero {
  margin-bottom: 1.688rem;
}
.banner-with-title-and-cta-component {
  background-color: #f4f4f4;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 65rem;
  padding: 1.25rem 0;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .title-container {
  padding: 0 0.9375rem;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .title-container
  .title {
  font-weight: 700;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .cta-template {
  margin: auto 0;
  padding: 1.25rem 0;
}
@media (min-width: 640px) {
  .banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    max-width: 75rem;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .title-container {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: auto 0;
    max-width: 100%;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .title-container
    .title {
    text-align: left;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .cta-template {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto 0;
    padding: 1.25rem 0;
  }
}
.carousel-banner-component .carousel-banner-container {
  margin-bottom: 2rem;
}
.carousel-banner-component .carousel-banner-container img {
  height: 18.125rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) {
  .carousel-banner-component .carousel-banner-container img {
    float: left;
    margin: 0;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .carousel-banner-component
    .carousel-banner-container
    .swiper
    .swiper-pagination {
    margin-bottom: 0;
  }
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.2rem;
  background-color: #fff;
  margin: 0 0.7rem;
  opacity: 1;
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.dark-promotion-component .dark-promotion-container {
  background: #3e3e3e;
  padding: 0 0.625rem;
}
.dark-promotion-component .dark-promotion-container .title .title-component {
  color: #fff;
  margin: 1.5rem 0;
}
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .text
  p,
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .title {
  color: #fff;
}
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .image-container
  img {
  height: 4.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.dark-promotion-component .dark-promotion-container .rich-text .text p {
  color: #fff;
}
.cta-template.cta-secondary a.download-animation-component:before,
.download-animation-component.overlay,
.image-component .download-animation-component.image-container:before {
  position: fixed;
  z-index: 999;
}
.download-animation-component .arrow {
  bottom: 10%;
  height: auto;
  left: 4%;
  position: fixed;
  width: 6.25rem;
}
.download-animation-component .loader {
  bottom: calc(50% - 2pc);
  height: 4rem;
  left: calc(50% - 2pc);
  position: fixed;
  width: 4rem;
}
.blur {
  -webkit-touch-callout: none;
  -webkit-filter: blur(0.5rem);
  -moz-filter: blur(0.5rem);
  -o-filter: blur(0.5rem);
  -ms-filter: blur(0.5rem);
  filter: blur(0.5rem);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu-component {
  gap: 0.5rem;
  margin: 2rem 1rem;
}
@media (min-width: 640px) {
  .dropdown-menu-component {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: left;
    margin: 2rem 0.5rem;
  }
}
.dropdown-menu-component .dropdown-container .text {
  padding-left: 0.5rem;
}
.dropdown-menu-component .dropdown-container .button {
  background: url(/assets/arrow-small-grey-bottom.png)
    no-repeat center right 10px #fff;
  background-size: 1rem;
  border: 1px solid #cacaca;
  color: #007cf7;
  height: 2.5rem;
  min-width: 12.5rem;
  position: relative;
  text-align: left;
}
.dropdown-menu-component .dropdown-container .dropdown-options {
  background: #e4e4e4;
  border-radius: 0.225rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #007cf7;
  min-width: 11.25rem;
  z-index: 997;
}
@media (min-width: 1025px) {
  .dropdown-menu-component .dropdown-container .dropdown-options {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    min-width: 12.5rem;
    z-index: 997;
  }
}
.dropdown-menu-component .dropdown-container .dropdown-options a {
  color: #007cf7;
  height: 2.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
}
.dropdown-menu-component .dropdown-container .dropdown-options a:first-child {
  background: #d7d7d7;
  color: #000;
  margin-top: 0.175rem;
}
@media (min-width: 1025px) {
  .dropdown-menu-component .dropdown-container .dropdown-options a {
    border-bottom: 1px solid #cacaca;
    color: #000;
    cursor: pointer;
    height: 2.5rem;
  }
  .dropdown-menu-component .dropdown-container .dropdown-options a:first-child {
    background: none;
    color: #000;
    margin-top: 0;
  }
}
.dropdown-menu-component .dropdown-container .dropdown-options a:hover {
  background-color: #ddd;
  color: #0a0a23;
}
.event-table_v2 {
  margin: 1.5rem auto;
  max-width: 75rem;
  overflow: auto;
  padding: 0.625rem;
  position: relative;
}
.event-table_v2 table {
  border-collapse: collapse;
  width: 100%;
}
.event-table_v2 table thead {
  background-color: #007cf7;
  border: 0.0625rem solid #007cf7;
  color: #f7f7f7;
}
.event-table_v2 table tbody {
  background-color: #f7f7f7;
}
.event-table_v2 table .panel {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-table_v2 table .panel.open td {
  padding: 0.5rem;
}
.event-table_v2 table .panel.open > tr {
  border-left: 0.0625rem solid #f7f7f7;
  border-right: 0.0625rem solid #f7f7f7;
}
.event-table_v2 table .panel.open > tr:last-child {
  border-bottom: 0.0625rem solid #f7f7f7;
}
.event-table_v2 td {
  padding: 0.5rem;
  text-align: left;
}
.event-table_v2 .event-table-accordion {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  width: 100%;
}
.event-table_v2 .event-table-accordion.dateUppercase {
  text-transform: uppercase;
}
.event-table_v2 .event-table-accordion.dateCapitalize {
  text-transform: capitalize;
}
.event-table_v2 .event-table-accordion.active {
  font-size: 1.03125rem;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.event-table_v2 .event-table-accordion.active td {
  padding: 0.5rem;
}
.event-table_v2 .event-table-accordion tr {
  border: 0.0625rem solid #f7f7f7;
}
.event-table_v2 .arrow {
  content: url(/assets/eventTable-open.png);
  float: right;
  margin-right: 1.125rem;
  margin-top: 0.25rem;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.event-table_v2 .arrow.arrow-responsive {
  position: relative;
}
.event-table_v2 .event-table-notification {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.625rem;
}
.event-table {
  margin: 1.5rem auto;
  max-width: 75rem;
  overflow: auto;
  padding: 0.625rem;
}
.event-table table {
  border-collapse: collapse;
  width: 100%;
}
.event-table table thead {
  background-color: #007cf7;
  border: 0.0625rem solid #007cf7;
  color: #f7f7f7;
}
.event-table table tbody {
  background-color: #f7f7f7;
}
.event-table table .panel {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-table table .panel.open td {
  padding: 0.75rem;
}
.event-table table .panel.open > tr {
  border-left: 0.0625rem solid #f7f7f7;
  border-right: 0.0625rem solid #f7f7f7;
}
.event-table table .panel.open > tr:last-child {
  border-bottom: 0.0625rem solid #f7f7f7;
}
.event-table td {
  padding: 0.5rem;
  text-align: left;
}
.event-table .col1 {
  width: 4.6875rem;
}
.event-table .col2 {
  width: 3.8125rem;
}
.event-table .col3 {
  width: 15.3125rem;
}
.event-table .col4 {
  white-space: nowrap;
  width: 6.25rem;
}
.event-table .col5 {
  white-space: nowrap;
  width: 5.9375rem;
}
.event-table .col6 {
  white-space: nowrap;
  width: 5.5rem;
}
.event-table .col7 {
  width: 6.25rem;
}
.event-table .col8 {
  width: 6.875rem;
}
.event-table .col9 {
  width: 19.125rem;
}
.event-table .accordion {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  width: 100%;
}
.event-table .accordion.active {
  font-size: 1.03125rem;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.event-table .accordion.active td {
  padding: 0.75rem;
}
.event-table .accordion.active .arrow {
  margin-right: 0.875rem;
}
.event-table .accordion tr {
  border: 0.0625rem solid #f7f7f7;
}
.event-table .arrow {
  content: url(/assets/eventTable-open.png);
  float: right;
  margin-right: 1.125rem;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.free-html-authorcomment {
  color: #969696;
  padding-bottom: 0.625rem;
}
.gallery-item-component {
  padding: 0 1rem;
}
.gallery-item-component .image {
  padding: 1.25rem 0;
  text-align: center;
}
.gallery-item-component .image img {
  height: auto;
  max-width: 70%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery-item-component .image img {
    max-width: 80%;
  }
}
.gallery-item-component .text {
  line-height: 1.6;
  padding-top: 0.2em;
}
.carousel .gallery-item {
  padding-bottom: 1.25rem;
}
.gallery-component .edit-mode .parsys > div:nth-child(2) {
  display: none;
}
.gallery-component .gallery-title {
  font-size: 2.25rem;
  line-height: 1.2;
  padding-top: 1.25rem;
}
@media (min-width: 640px) {
  .gallery-component .gallery-title {
    padding: 1.75rem 0;
  }
}
.gallery-component .swiper {
  padding-bottom: 2rem;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery-component .swiper {
    padding-bottom: 0;
  }
}
.gallery-component .swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .gallery-component .swiper .swiper-wrapper {
    padding-bottom: 2rem;
  }
}
.gallery-component .swiper .swiper-wrapper .swiper-slide {
  padding: 0 1rem;
}
.gallery-component .swiper .swiper-pagination {
  bottom: 1rem;
  left: 0;
}
.gallery-component .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  opacity: 1;
}
.gallery-component .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.herobanner-homepage-component {
  position: relative;
}
.herobanner-homepage-component .herobanner-media {
  width: 100%;
}
.herobanner-homepage-component .herobanner-media.edit-mode {
  height: 500px;
}
.herobanner-homepage-component .herobanner-media .herobanner-video {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-desktop {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.herobanner-homepage-component .herobanner-mobile {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-mobile {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 997;
}
.herobanner-homepage-component .logo-wrapper.logo-left {
  left: 0.625rem;
  max-width: 6.25rem;
  top: 3.125rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
@media only screen and (max-height: 53.125rem) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper.logo-header {
  top: 1rem;
}
.herobanner-homepage-component .logo-wrapper .logo {
  height: 3.75rem;
  width: auto;
}
.herobanner-homepage-component .logo-wrapper a {
  text-decoration: none;
}
.herobanner-homepage-component .main_offer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  left: 50%;
  margin: 0 auto;
  max-width: 94%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer {
    max-width: 75rem;
    padding: 0.9375rem;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.herobanner-homepage-component .main_offer a {
  color: #fff;
  text-decoration: none;
}
.herobanner-homepage-component .main_offer .text_offer {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .text_offer {
    color: #fff;
    display: block;
    margin: 0 auto 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text {
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-sm,
.herobanner-homepage-component .main_offer .text_offer.homepage-text p {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-md {
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-md {
    font-size: 2.1875rem;
    font-weight: 600;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-lg {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-lg {
    font-size: 2.625rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-xl {
  font-size: 2.625rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-xl {
    font-size: 3.4375rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.landing-page-text {
  line-height: 1.2;
  text-shadow: 0 0 1.25rem #000, 0 0 1.25rem #000, 0 0 1.25rem #000;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-sm,
.herobanner-homepage-component .main_offer .text_offer.landing-page-text p {
  font-size: 1.125rem;
  font-weight: 900;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-md {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-md {
    font-size: 1.375rem;
  }
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-lg,
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-xl {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-lg,
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-xl {
    font-size: 2.625rem;
    line-height: 1.3;
  }
}
.herobanner-homepage-component .main_offer .CTA_btns {
  font-size: 1.1875rem;
  margin: 0.625rem auto auto;
  min-width: 12.5rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .CTA_btns {
    margin-left: 0;
    min-width: 17.5rem;
  }
}
.herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  margin: 0.5rem 0 0;
  width: 17.5rem;
}
@media (max-width: 1025px) {
  .herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
    margin: 0.5rem auto 0;
  }
}
.herobanner-homepage-component
  .main_offer
  .extra-text-CTA-wrapper
  .landing-extra-cta
  a {
  text-decoration: underline;
}
.herobanner-homepage-component .main_offer_desktop {
  bottom: 3%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer_desktop {
    bottom: auto;
  }
}
.herobanner-homepage-component .linear-shadow-effect {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #000),
    color-stop(transparent),
    to(transparent)
  );
  background-image: linear-gradient(0deg, #000 5%, transparent, transparent);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .linear-shadow-effect {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(transparent)
    );
    background-image: linear-gradient(90deg, #000, transparent);
    opacity: 95%;
  }
}
.herobanner-homepage-component .linear-shadow-effect.edit-mode-shadow {
  background-repeat: no-repeat;
  height: 100%;
}
.herobanner-homepage-component .fadeInAnimate {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.herobanner-homepage-component .herobanner-media,
.herobanner-homepage-component .linear-shadow-effect {
  height: 63vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 70vh;
  }
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1200px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
.herobanner-homepage-component.landing-page-banner .herobanner-media,
.herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
  height: 32.8125rem;
  max-height: 100vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component.landing-page-banner .herobanner-media,
  .herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
    height: 35.9375rem;
  }
}
.cta-template a {
  cursor: pointer;
  font-weight: 700;
}
.cta-template.cta-primary a {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.cta-template.cta-secondary a:hover:before {
  background: #000;
}
.cta-template.cta-tertiary a {
  border: 0.063rem solid #fff;
}
.cta-template.cta-glow a {
  -webkit-animation: glowing 1.3s infinite;
  animation: glowing 1.3s infinite;
  border: 3px solid #fce403;
  font-weight: 900;
  min-width: 12.5rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cta-template.cta-glow a:hover {
  -webkit-animation: none;
  animation: none;
  background: 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fce403;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
  50% {
    background-color: #fffa78;
    -webkit-box-shadow: 0 0 20px #fffa78;
    box-shadow: 0 0 20px #fffa78;
  }
  to {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
}
@keyframes glowing {
  0% {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
  50% {
    background-color: #fffa78;
    -webkit-box-shadow: 0 0 20px #fffa78;
    box-shadow: 0 0 20px #fffa78;
  }
  to {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
}
.cta-template.cta-plain-text a {
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
}
.cta-template.cta-blog-grid {
  background: #007cf7;
  border-radius: 8px;
}
.cta-template.cta-blog-grid a {
  color: #fff;
  display: block;
  font-size: 0.938rem;
  font-weight: 700;
  padding: 0.5625rem 0.875rem;
  text-align: center;
  width: 100%;
}
.cta-template.cta-blog-grid a:hover {
  color: #fff;
}
.cta-template.cta-blog-row {
  background: #007cf7;
  border-radius: 8px 0 0 8px;
  margin: -1pc;
}
.cta-template.cta-blog-row a {
  color: #fff;
  display: block;
  font-size: 0.938rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.cta-template.cta-blog-row a .blog-arrow {
  background: #fff;
  position: absolute;
  right: 5px;
}
.cta-template.cta-blog-row a .blog-arrow.right {
  border-radius: 0 0 0 0.18em;
  -webkit-clip-path: polygon(0 0, 70% 70%, 0 70%);
  clip-path: polygon(0 0, 70% 70%, 0 70%);
  display: inline-block;
  height: 13px;
  margin-left: 0;
  margin-right: 10px;
  top: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 13px;
}
.cta-template.cta-blog-row a:hover {
  color: #fff;
}
.cta-template.cta-blog-row a:hover .blog-arrow.right {
  margin-right: 7px;
}
.cta-padding-small {
  padding: 0.25rem 1rem;
}
.cta-padding-default,
.cta-template a {
  padding: 0.625rem 2.5rem;
}
.cta-primary-text,
.cta-template.cta-primary a {
  color: #fff;
}
.cta-primary-bg,
.cta-template.cta-primary a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #007cf7),
    color-stop(50%, #0077ed)
  );
  background-image: linear-gradient(#007cf7 50%, #0077ed 0);
}
.cta-secondary-text,
.cta-template.cta-glow a,
.cta-template.cta-secondary a {
  color: #000;
}
.cta-secondary-bg,
.cta-template.cta-glow a,
.cta-template.cta-secondary a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff46a),
    color-stop(50%, #fff46a),
    color-stop(51%, #fee92c),
    to(#fee92c)
  );
  background: linear-gradient(
    180deg,
    #fff46a 0,
    #fff46a 50%,
    #fee92c 51%,
    #fee92c
  );
}
.cta-template.cta-tertiary a,
.cta-tertiary-bg {
  background-color: transparent;
}
.cta-template.cta-tertiary a,
.cta-tertiary-text {
  color: #fff;
}
.cta-template.cta-tertiary a:hover,
.hover-cta-tertiary-border {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.cta-outline-text,
.cta-template.cta-outline a {
  color: #007cf7;
}
.cta-outline-border,
.cta-template.cta-outline a {
  border: 1px solid #007cf7;
}
.cta-outline-bg,
.cta-template.cta-outline a {
  background: #000;
}
.cta-outline-bg-hover,
.cta-template.cta-outline a:hover {
  background: #fff;
}
.event-card-template .event-link {
  color: #fff;
  text-decoration: none;
}
.event-card-template .event-link .image-wrapper {
  height: 10rem;
}
.event-card-template .event-link .image-wrapper picture {
  height: 100%;
}
.event-card-template .event-link .image-wrapper picture img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-card-template .event-link .text-wrapper {
  border-radius: 0 0 1.2em 1.2em;
  padding: 1rem;
}
.event-card-template .event-link .text-wrapper .description > span,
.event-card-template .event-link .text-wrapper .title > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 3rem;
  max-height: 3rem;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
}
.event-card-template .event-link .text-wrapper--live {
  background-color: #007cf7;
}
.event-card-template .event-link .text-wrapper--past {
  background-color: #949599;
}
.event-card-template .event-link .text-wrapper .separator {
  border-top: 0.03125rem solid #fff;
  margin: 0.5rem 0;
  opacity: 0.5;
}
.event-carousel-template .swiper {
  padding: 0.85rem 0 1.01rem;
  width: 100%;
}
.event-carousel-template .swiper .swiper-wrapper {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .event-carousel-template .swiper .swiper-wrapper {
    padding-bottom: 3.5rem;
  }
}
.event-carousel-template .swiper .swiper-pagination {
  bottom: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .event-carousel-template .swiper .swiper-pagination {
    display: block;
  }
}
.event-carousel-template .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.4rem;
  background-color: #949599;
  opacity: 1;
}
.event-carousel-template
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.event-carousel-template .swiper-backface-hidden .swiper-wrapper {
  padding-bottom: 0;
}
.text-with-icon-template {
  padding-bottom: 2.5rem;
}
.text-with-icon-template.noPaddingBottom {
  padding-bottom: 0;
}
.text-with-icon-template.layout-left .image-container {
  padding-right: 1.25rem;
}
.text-with-icon-template.layout-left .image-container img {
  height: auto;
  max-width: 5rem;
}
.text-with-icon-template.layout-left .text-container .title {
  font-weight: 600;
}
.text-with-icon-template.layout-left .text-container h3.title {
  font-size: 1.4rem;
  font-weight: 400;
}
.text-with-icon-template.layout-left .text-container h4.title {
  font-size: 1rem;
  font-weight: 700;
}
.text-with-icon-template.layout-left .text-container h1.title {
  font-size: 2rem;
}
@media (min-width: 640px) {
  .text-with-icon-template.layout-left .text-container h1.title {
    font-size: 2.25rem;
  }
}
.text-with-icon-template.layout-left .text-container h2.title {
  font-size: 1.7rem;
}
.text-with-icon-template.layout-left .text-container h5.title,
.text-with-icon-template.layout-left .text-container h6.title {
  font-size: 1.4rem;
}
.text-with-icon-template.layout-left-landing-page {
  font-size: 1rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text-with-icon-template.layout-left-landing-page {
    font-size: 1rem;
  }
}
.text-with-icon-template.layout-left-landing-page .image-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.625rem;
}
.text-with-icon-template.layout-left-landing-page .image-container img {
  height: auto;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  width: 3.75rem;
}
.text-with-icon-template.layout-left-landing-page .text-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-with-icon-template.layout-left-landing-page .text-container.title {
  font-weight: 600;
}
.text-with-icon-template.layout-left-landing-page .text-container .text,
.text-with-icon-template.layout-left-landing-page .text-container .text p,
.text-with-icon-template.layout-left-landing-page .text-container .text span,
.text-with-icon-template.layout-left-landing-page .text-container h1.title,
.text-with-icon-template.layout-left-landing-page .text-container h2.title,
.text-with-icon-template.layout-left-landing-page .text-container h3.title,
.text-with-icon-template.layout-left-landing-page .text-container h4.title,
.text-with-icon-template.layout-left-landing-page .text-container h5.title,
.text-with-icon-template.layout-left-landing-page .text-container h6.title {
  font-size: 1rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text-with-icon-template.layout-left-landing-page .text-container .text p,
  .text-with-icon-template.layout-left-landing-page .text-container .text span {
    font-size: 1rem;
  }
}
.text-with-icon-template.layout-top .image-container img {
  height: auto;
  width: 44%;
}
.text-with-icon-template.layout-top .text-container {
  padding-top: 3.125rem;
}
.text-with-icon-template.layout-top .text-container .title {
  font-weight: 700;
}
.text-with-icon-template.layout-top .text-container h1.title,
.text-with-icon-template.layout-top .text-container h2.title,
.text-with-icon-template.layout-top .text-container h3.title,
.text-with-icon-template.layout-top .text-container h4.title,
.text-with-icon-template.layout-top .text-container h5.title,
.text-with-icon-template.layout-top .text-container h6.title {
  font-size: 1rem;
}
.promotion-text-with-icon-container-component
  .text-with-icon-template.layout-top
  .text-container {
  padding-top: 1.5625rem;
}
.grid-component .text-with-icon-component,
.promotion-grid-component .text-with-icon-component {
  padding-bottom: 1.25rem;
}
.tournament-item-template {
  padding: 0.125rem;
}
.tournament-item-template .tournament-wrapper {
  border-radius: 10%;
  -webkit-box-shadow: inset 0 0 0 0.125rem #007cf7;
  box-shadow: inset 0 0 0 0.125rem #007cf7;
  overflow: hidden;
  padding: 0.125rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 85%;
}
@media (min-width: 640px) {
  .tournament-item-template .tournament-wrapper {
    width: 48%;
  }
}
@media (min-width: 820px) {
  .tournament-item-template .tournament-wrapper {
    width: 54%;
  }
}
@media (min-width: 640px) and (max-width: 839px) and (orientation: landscape) {
  .tournament-item-template .tournament-wrapper {
    width: 52%;
  }
}
@media (min-width: 840px) and (max-width: 1024px) and (orientation: landscape) {
  .tournament-item-template .tournament-wrapper {
    width: 91%;
  }
}
@media (min-width: 1025px) {
  .tournament-item-template .tournament-wrapper {
    width: 75%;
  }
}
.tournament-item-template .tournament-wrapper .tournament-name {
  background-color: #007cf7;
  color: #fff;
  height: 4rem;
}
.tournament-item-template .tournament-wrapper .tournament-name span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem;
  vertical-align: middle;
}
.tournament-item-template .tournament-wrapper .tournament-icon {
  height: 5.375rem;
  padding: 0.625rem 0 0.3125rem;
}
.tournament-item-template .tournament-wrapper .tournament-icon img {
  max-height: 4.5rem;
  width: auto;
}
.tournament-item-template .tournament-wrapper .tournament-timer span {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.3125rem;
}
.tournament-item-template .tournament-wrapper .tournament-buy-in {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.375rem 0;
}
.tournament-item-template .tournament-wrapper .tournament-buy-in .value {
  color: #007cf7;
}
.tournament-item-template .tournament-wrapper .tournament-cta {
  margin: auto;
  max-width: 90%;
  min-width: 60%;
  padding: 0.75rem 0 1.25rem;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1025px) {
  .tournament-item-template .tournament-wrapper .tournament-cta {
    min-width: 10.625rem;
  }
  .tournament-item-template
    .tournament-wrapper
    .tournament-cta
    .cta-template
    a {
    padding: 0.5rem 1.563rem;
  }
}
.tournament-item-template .tournament-wrapper:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.tournament-item-template .tournament-wrapper:hover .tournament-cta {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tournament-item-template .tournament-wrapper:hover .tournament-cta a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iframe-container .iframe-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.image-blog-component img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.image-two-cta-links-component .image-two-cta-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}
.image-two-cta-links-component
  .image-two-cta-container
  .image-two-cta-links-img {
  max-height: 15.875rem;
  width: 100%;
}
.image-two-cta-links-component .image-two-cta-container .two-cta-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4.5rem;
  justify-content: center;
  position: absolute;
}
@media (min-width: 640px) {
  .image-two-cta-links-component .image-two-cta-container .two-cta-container {
    gap: 2.5rem;
  }
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a {
  background-color: rgba(4, 102, 201, 0.909);
  border: 2px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 0.4375rem 0.9375rem;
  text-align: center;
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a
  span {
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .image-two-cta-links-component
    .image-two-cta-container
    .two-cta-container
    .cta-template.cta-blue-white-border
    a
    span {
    font-size: unset;
  }
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a:hover {
  background-color: rgba(253, 232, 68, 0.909);
  color: #000;
}
.image-two-cta-links-component .image-two-link-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.image-two-cta-links-component
  .image-two-link-container
  .cta-template.cta-blue-underline
  a {
  color: rgba(4, 102, 201, 0.91);
  font-weight: 700;
  padding: 0.8125rem 1.1875rem;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.image-two-cta-links-component
  .image-two-link-container
  .cta-template.cta-blue-underline
  a
  span {
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .image-two-cta-links-component
    .image-two-link-container
    .cta-template.cta-blue-underline
    a
    span {
    font-size: unset;
  }
}
@media (max-width: 640px) {
  .image-two-cta-links-component
    .image-two-link-container
    .cta-template.cta-blue-underline
    a {
    border: 2px solid rgba(4, 102, 201, 0.91);
    border-radius: 1.5rem;
  }
}
.image-component {
  margin: 0 auto;
}
.image-component .image-container.modal-enabled:hover:before {
  background: #000;
  cursor: pointer;
}
.image-component .image-caption {
  background-color: #f7f7f7;
  color: #a3a3a3;
  font-style: italic;
  padding: 0.5rem;
}
.image-component .modal {
  background: 0 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  z-index: 1000;
}
.image-component .modal .modal-dialog .modal-content {
  max-width: 80%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-component .modal .modal-dialog .modal-content .button-close {
  background-color: #007cf7;
  color: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  font-size: 1.75rem;
  line-height: 2.625rem;
  right: -1.375rem;
  top: -1.375rem;
  width: 2.625rem;
  z-index: 1002;
}
.image-component .modal.reveal {
  background: rgba(0, 0, 0, 0.8);
}
.image-component.img-10 {
  max-width: 10%;
}
.image-component.img-20 {
  max-width: 20%;
}
.image-component.img-30 {
  max-width: 30%;
}
.image-component.img-40 {
  max-width: 40%;
}
.image-component.img-50 {
  max-width: 50%;
}
.image-component.img-60 {
  max-width: 60%;
}
.image-component.img-70 {
  max-width: 70%;
}
.image-component.img-80 {
  max-width: 80%;
}
.image-component.img-90 {
  max-width: 90%;
}
.image-component.img-100 {
  max-width: 100%;
}
@media (max-width: 639px) {
  .image-component.banner-img .image-container {
    height: 22vh;
  }
  .image-component.banner-img .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.image-box-shadow,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  -webkit-box-shadow: 0 0 1rem #000;
  box-shadow: 0 0 1rem #000;
}
.grid-component .image-component .image-container,
.promotion-grid-component .image-component .image-container {
  margin: 0;
}
.inner-banner-component .inner-banner-container {
  margin: 1rem auto;
  padding-bottom: 1rem;
}
@media (min-width: 1025px) {
  .inner-banner-component .inner-banner-container {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.inner-banner-component .inner-banner-container .inner-text-container {
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .inner-banner-component .inner-banner-container .inner-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 66.66%;
  }
  .inner-banner-component .inner-banner-container .inner-image-container {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: right;
    margin: auto;
    width: 33.33%;
  }
}
.inner-banner-component
  .inner-banner-container
  .inner-image-container
  .image-wrapper {
  margin: 0 auto;
  width: 65%;
}
.inner-banner-component
  .inner-banner-container
  .inner-image-container
  .image-wrapper
  img {
  height: auto;
  width: auto;
}
.internal-footer {
  background-color: #f4f4f4;
  padding: 1.125rem 0;
}
.internal-footer-container {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
.internal-footer-container .grid-component,
.internal-footer-container .promotion-grid-component {
  padding-top: 1.25rem;
}
.internal-footer-title {
  font-size: 1.5rem;
  margin-left: 0.1875rem;
  padding: 0.75rem 1.25rem;
}
.internal-footer-title-link {
  color: #007cf7;
  text-decoration: none;
}
.internal-footer-ul {
  line-height: 1.6;
  margin: 0;
  padding: 0.625rem 1.25rem;
}
.internal-footer-ul li {
  font-size: 0.875rem;
  margin: 0 0 0 0.1875rem;
  padding: 0 0.2em;
}
.internal-footer-ul li:before {
  content: "";
  display: table;
}
.internal-footer-ul a {
  color: #000;
  text-decoration: none;
}
li.internal-footer-list-header {
  margin: 0;
}
.internal-footer-list-header a {
  color: #007cf7;
  font-size: 1.4rem;
  margin-bottom: 0.3em;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .internal-header-container {
    padding: 0 2rem;
  }
}
.internal-header-container .internal-header-wrapper {
  height: 4rem;
  overflow-x: scroll;
  z-index: 1;
}
@media (min-width: 1025px) {
  .internal-header-container .internal-header-wrapper {
    margin: 2.625rem auto 1.375rem;
  }
}
.internal-header-container .internal-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}
.internal-header-container .internal-menu a {
  border-bottom: 0.0625rem solid #ebebeb;
  color: #000;
  height: 2.625rem;
  padding: 0.6em 2.3em;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .internal-header-container .internal-menu a {
    border-bottom: none;
  }
}
.internal-header-container .internal-menu a:after {
  background: #ebebeb;
  content: "";
  height: 2.625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}
.internal-header-container .internal-menu a:last-child:after {
  background: none;
}
.internal-header-container .internal-menu a.current-menu-item {
  border-bottom: 0.375rem solid #007cf7;
}
.large-to-small-fonts-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.large-to-small-fonts-component .font-size-title {
  display: none;
}
.large-to-small-fonts-component .font-size-changer-con {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .large-to-small-fonts-component .font-size-changer-con {
    line-height: 1.25rem;
  }
}
.large-to-small-fonts-component .font-size-changer-sizes-con {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 2.1rem;
  margin-top: 0.1875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 6.4375rem;
}
.large-to-small-fonts-component .font-size-changer {
  color: #b3b3b3;
  cursor: pointer;
  margin: 0;
}
.large-to-small-fonts-component .font-size-changer:hover {
  color: #000;
}
.large-to-small-fonts-component .font-size-changer.selected-font-size {
  color: #000;
  cursor: default;
}
.large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.large-to-small-fonts-component .font-size-changer.medium-font-size {
  font-size: 26px;
}
.large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
.zoom-small * {
  font-size: 9pt;
}
.zoom-medium * {
  font-size: 1pc;
}
.zoom-large * {
  font-size: 20px;
}
.zoom-small h1 {
  font-size: 27px;
}
.zoom-small h2 {
  font-size: 20.4px;
}
.zoom-medium h1 {
  font-size: 36px;
}
.zoom-medium h2 {
  font-size: 1.7pc;
}
.zoom-large h1 {
  font-size: 45px;
}
.zoom-large h2 {
  font-size: 34px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.medium-font-size,
.zoom-medium
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size,
.zoom-small
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size {
  font-size: 26px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
.live-event-choice-component .choice-title {
  color: #007cf6;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.live-event-choice-component .choices {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.live-event-choice-component .choices .choice {
  width: 100%;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices .choice {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 1.875rem;
    width: 45%;
  }
}
.live-event-choice-component .choices .or-label {
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices .or-label {
    width: 10%;
  }
}
.live-event-information-card-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin: 1.5625rem auto;
  width: 95%;
}
@media (min-width: 1025px) {
  .live-event-information-card-component {
    width: 70%;
  }
}
.live-event-information-card-component .label-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #007cf7;
  border: 0.125rem solid #007cf7;
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  margin-right: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  order: 1;
  padding: 0.5rem 1.25rem;
}
.live-event-information-card-component .box-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #f4f4f4;
  border: 0.125rem solid #007cf7;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  border-top-right-radius: 0;
  display: block;
  flex-grow: 1;
  height: 100%;
  order: 2;
  padding: 2%;
  width: 100%;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper {
    border-top-right-radius: 1.5625rem;
  }
}
.live-event-information-card-component .box-wrapper table {
  table-layout: fixed;
  width: 100%;
}
.live-event-information-card-component .box-wrapper .row-info {
  background-color: #fff;
  border-radius: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 0.9375rem;
  padding: 0.0625rem 1.5625rem;
}
.live-event-information-card-component .box-wrapper .row-info img {
  width: 100%;
}
.live-event-information-card-component .box-wrapper .row-info .row-info-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  margin-left: 0;
  min-width: 3.75rem;
  text-align: end;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper .row-info .row-info-left {
    margin-left: 1.875rem;
  }
}
.live-event-information-card-component .box-wrapper .row-info .row-info-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  padding-left: 0.5rem;
}
@media (min-width: 1025px) {
  .live-event-information-card-component
    .box-wrapper
    .row-info
    .row-info-right {
    font-size: 1rem;
    padding-left: 0.9375rem;
  }
}
.live-event-information-card-component
  .box-wrapper
  .row-info
  .row-info-right
  p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  text-align: start;
}
@media (min-width: 1025px) {
  .live-event-information-card-component
    .box-wrapper
    .row-info
    .row-info-right
    p {
    font-size: 1rem;
  }
}
.live-event-information-card-component
  .box-wrapper
  .row-info
  .row-info-right
  li {
  margin-bottom: 0;
}
.live-event-information-card-component .box-wrapper .row-info :nth-child(3),
.live-event-information-card-component .box-wrapper .row-info :nth-child(3) ul,
.live-event-information-card-component .box-wrapper .row-info p,
.live-event-information-card-component .box-wrapper .row-info span {
  font-size: 0.8rem;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper .row-info :nth-child(3),
  .live-event-information-card-component
    .box-wrapper
    .row-info
    :nth-child(3)
    ul,
  .live-event-information-card-component .box-wrapper .row-info p,
  .live-event-information-card-component .box-wrapper .row-info span {
    font-size: 1rem;
  }
}
.live-event-information-card-component .box-wrapper .register-live-event {
  text-align: center;
}
.live-event-information-card-component .box-wrapper .register-live-event span {
  font-weight: 700;
  margin-right: 0.3rem;
}
.link-information-component .link-information-container {
  margin: 1.5625rem 0;
  padding: 0.625rem 0;
}
.link-information-component .link-information-container .show-text-button {
  background: none;
  border: none;
  color: #007cf7;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.live-events-component {
  padding: 0.625rem 0;
}
.live-events-component .carousel-title {
  border-radius: 0.8em 0.8em 0 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  padding: 0.4rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .live-events-component .carousel-title {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.live-events-component .carousel-title--live {
  background-color: #007cf7;
}
.live-events-component .carousel-title--past {
  background-color: #949599;
}
.live-events-component .event-carousel--live {
  max-width: 60.5rem;
}
.numbered-circles-with-text-component {
  -webkit-text-size-adjust: 100%;
  padding-top: 1rem;
  width: 98%;
}
@media (min-width: 1025px) {
  .numbered-circles-with-text-component {
    padding-top: 2%;
    width: 66.66667%;
  }
}
.numbered-circles-with-text-component .list-title {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component .list-title {
    text-align: left;
  }
}
.numbered-circles-with-text-component .content__list .list-item {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component .content__list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
  }
}
.numbered-circles-with-text-component .content__list .list-item__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-circles-with-text-component
  .content__list
  .list-item__number
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .numbered-circles-with-text-component
  .content__list
  .list-item__number
  .number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  height: 3.75rem;
  line-height: 5rem;
  margin-bottom: 0.625rem;
  width: 3.75rem;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number,
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1025px) {
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number,
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number {
    height: 5rem;
    width: 5rem;
  }
}
.numbered-circles-with-text-component .content__list .list-item__text .text {
  padding-left: 0;
}
.numbered-steps-poker-family-component .numbered-steps-poker-family-wrapper {
  display: grid;
  justify-items: center;
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component .numbered-steps-poker-family-wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number {
  padding: 0.625rem 0;
  position: relative;
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number {
    width: 33.33%;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a {
  text-decoration: none;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number {
  padding: 0.938rem 0;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-symbol {
    display: none;
  }
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-symbol {
    position: absolute;
    right: 0;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  .title-under-the-number {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    .title-under-the-number {
    margin-bottom: 1.25rem;
  }
}
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  height: 4.375rem;
  line-height: 5rem;
  width: 4.375rem;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number {
    margin: 0.938rem 0;
  }
}
.numbered-steps-poker-family-component .number.yellow-poker,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .yellow-poker.number {
  background-color: #f6da01;
}
.numbered-steps-poker-family-component .number.green,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .green.number {
  background-color: #7df700;
}
.numbered-steps-poker-family-component .number.orange,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .orange.number {
  background-color: #fc6200;
}
.numbered-steps-poker-family-component .number.yellow-casino,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .yellow-casino.number {
  background-color: #ffdb02;
}
.numbered-steps-poker-family-component .number.black,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .black.number {
  background-color: #000;
}
.numbered-steps-poker-family-component .number.white,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .white.number {
  background-color: #fff;
  border: 0.063rem solid #007cf7;
  color: #007cf7;
}
.numbered-steps-poker-family-component .number.gray,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray.number {
  background-color: #969696;
}
.numbered-steps-poker-family-component .number.gray2,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray2.number {
  background-color: #b7b7b7;
}
.numbered-steps-poker-family-component .number.gray3,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray3.number {
  background-color: #cbcccb;
}
.numbered-steps-poker-family-component .number.gray4,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray4.number {
  background-color: #717171;
}
.open-client-component {
  background-image: var(--bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: auto;
  width: 100%;
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .open-client-component {
    overflow: scroll;
  }
}
.open-client-component.edit-mode {
  height: 100%;
}
.open-client-component .open-client-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container {
    gap: 1rem;
  }
}
.open-client-component .open-client-container .title {
  color: #fc0;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.open-client-component .open-client-container .img {
  height: 3rem;
  margin-bottom: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container .img {
    height: 5rem;
  }
}
.open-client-component .open-client-container p {
  font-size: 1.125rem;
  padding: 0;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container p {
    padding: 0 2.5rem;
  }
}
.poker-ambassador-bio-component {
  margin: 0 auto 0.625rem;
}
.poker-ambassador-bio-component .title {
  margin: 3% 0 2% 1%;
}
.poker-ambassador-bio-component .title > div > .primary-title {
  text-align: center;
}
.poker-ambassador-bio-component .scrolling-text-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar {
  scrollbar-base-color: #ececec;
  scrollbar-arrow-color: #ececec;
  scrollbar-track-color: #ececec;
  scrollbar-thumb-color: #a8a7a7;
  direction: rtl;
  overflow: auto;
  padding: 0;
  scrollbar-color: #a8a7a7 #ececec;
  scrollbar-width: thin;
  text-align: left;
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador-bio-component
    .scrolling-text-container.mostly-customized-scrollbar {
    width: 46%;
  }
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar {
  background: #ececec;
  display: block;
  width: 0.3125rem;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 0.625rem;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background-color: #a8a7a7;
  border: 0;
  border-radius: 1.25rem;
}
.poker-ambassador-bio-component .biography-video-container {
  padding: 0.4375rem 1.25rem;
}
@media (min-width: 640px),
  screen and (max-width: 1024px) and (orientation: landscape) {
  .poker-ambassador-bio-component {
    max-width: 75rem;
    width: 100%;
  }
  .poker-ambassador-bio-component .title > div > .primary-title {
    text-align: left;
  }
  .poker-ambassador-bio-component .biography-container {
    background: #f7f7f7;
    border-radius: 0 0 0 1.875rem;
    min-height: 22.375rem;
    padding: 1.25rem 0 1.25rem 1rem;
    position: relative;
  }
  .poker-ambassador-bio-component
    .biography-container
    .scrolling-text-container {
    height: 89%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 46%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container {
    background-color: #007cf7;
    height: 100%;
    padding: 0.3125rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container
    .video-component {
    height: 100%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container
    .video-component
    > * {
    max-height: 98%;
  }
}
.poker-ambassador-social-icons-component {
  padding: 0.3125rem 1.25rem;
}
.poker-ambassador-social-icons-component .info-items-strip {
  margin-bottom: 1.25rem;
  padding: 0 0.125rem 0 0;
}
.poker-ambassador-social-icons-component .info-items-strip .info-pic {
  width: 15%;
}
.poker-ambassador-social-icons-component .info-items-strip .info-description {
  padding: 0.1875rem 0 0 0.375rem;
}
.poker-ambassador-social-icons-component .info-items-strip .info-description p {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  .poker-ambassador-social-icons-component {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    gap: 0.625rem;
    justify-content: left;
    padding: 0.625rem 0 0 0.625rem;
  }
  .poker-ambassador-social-icons-component .info-items-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .poker-ambassador-social-icons-component .info-items-strip .info-pic {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
  }
  .poker-ambassador-social-icons-component
    .info-items-strip
    .info-description
    p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .poker-ambassador-social-icons-component {
    width: 65%;
  }
  .poker-ambassador-social-icons-component .info-items-strip {
    margin-bottom: inherit;
  }
}
.poker-ambassador {
  color: #007cf7;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1% 2%;
  text-align: center;
  text-decoration: none;
}
.poker-ambassador .boxTitle {
  font-weight: 800;
  margin: auto;
  padding: 7% 0;
}
@media (min-width: 1025px) {
  .poker-ambassador .boxTitle {
    padding: 4% 0 3%;
  }
}
.poker-ambassador .poker-ambassador-icons-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20%;
    justify-content: center;
    width: 100%;
  }
  .poker-ambassador .poker-ambassador-icons-box .poker-ambassador-link {
    display: none;
  }
}
@media (max-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box.rectangular {
    overflow-clip-margin: content-box;
    overflow: clip;
  }
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img
    picture {
    width: 100%;
  }
}
.poker-ambassador
  .poker-ambassador-icons-box.rectangular
  .poker-ambassador-img
  picture
  img {
  margin-left: -6%;
  width: 180%;
}
@media (min-width: 640px) {
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img
    picture
    img {
    margin: 0;
    width: 100%;
  }
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img {
    width: 33%;
  }
  .poker-ambassador .poker-ambassador-icons-box.rectangular {
    gap: 15%;
  }
}
.poker-ambassador .poker-ambassador-icons-box a {
  line-height: inherit;
  padding-bottom: 3%;
  width: 65%;
}
.poker-ambassador .poker-ambassador-icons-box a p {
  font-size: 0.9rem;
  white-space: nowrap;
}
.poker-ambassador .poker-ambassador-icons-box a img {
  height: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}
.poker-ambassador .poker-ambassador-icons-box a.poker-ambassador-link {
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box a {
    width: 19%;
  }
}
@media (min-width: 1025px) {
  .poker-ambassador .poker-ambassador-icons-box a :hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.progressive-item-component {
  padding-bottom: 1rem;
}
.progressive-item-component .progressive-number-component {
  padding: 2.5rem 0;
}
.progressive-item-component .rich-text-component {
  padding-bottom: 1.25rem;
}
.progressive-item-component .responsive-table-component {
  padding-top: 0;
}
@media (min-width: 640px) {
  .progressive-item-component .column.left {
    padding-right: 0.625rem;
  }
  .progressive-item-component .column.right {
    padding-left: 0.625rem;
  }
  .progressive-item-component .rich-text-component {
    padding-bottom: 0;
  }
  .progressive-item-component .responsive-table-component {
    padding-top: 4rem;
  }
}
.progressive-number-component {
  margin: 0.25rem 0;
}
.progressive-number-component:before {
  border-top: 1px solid #ccc;
}
.progressive-number-component.grey-line {
  margin: 2.5rem 0;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .progressive-number-component
  .number,
.progressive-number-component .number,
.progressive-number-component
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  background-color: #007cf6;
  color: #fff;
  font-size: 1.5rem;
  height: 2.625rem;
  width: 2.625rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .promotion-carousel-component {
    margin: 0 auto;
    width: 85%;
  }
}
.promotion-carousel-component .promotion-carousel-container {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .promotion-carousel-component .promotion-carousel-container {
    max-width: 50%;
  }
}
.promotion-carousel-component .promotion-carousel-container .swiper {
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component .promotion-carousel-container .swiper {
    padding-bottom: 2.5rem;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination {
  bottom: 0;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component
    .promotion-carousel-container
    .swiper
    .swiper-pagination {
    margin-bottom: 0;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.2rem;
  background-color: gray;
  margin: 0 0.7rem;
  opacity: 1;
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.promotion-grid-component .column-container .promotion > div {
  padding: 0.625rem;
}
@media (max-width: 1024px) {
  .promotion-grid-component .column-container .promotion > div {
    padding: 0.625rem 0;
  }
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card {
  display: none;
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card.edit {
  content: url(/assets/Small-Logo-AdobeTarget-Card.png);
  display: block;
  height: 50%;
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card:has(div) {
  display: block;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .promotion-grid-component
    .column-container.three-columns:not(.edit-mode)
    .promotion.ipadRow {
    width: 33.33%;
  }
  .promotion-grid-component
    .column-container.three-columns:not(.edit-mode)
    .promotion.ipadRow
    > div {
    padding: 0.625rem;
  }
}
.promotion-grid-component .column-container.promotion-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion-text-with-icon-container-component {
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .promotion-text-with-icon-container-component {
    padding: 1.5rem 0;
  }
}
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon {
  padding: 2% 3%;
  width: 100%;
}
@media (min-width: 640px) {
  .promotion-text-with-icon-container-component
    .icon-text-wrapper
    .parsys
    .text-with-icon {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .promotion-text-with-icon-container-component
    .icon-text-wrapper
    .parsys
    .text-with-icon {
    height: auto;
    width: 33.3%;
  }
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon
  .text-with-icon-template.layout-top
  .image-container {
  height: 4.75rem;
  width: 19.75rem;
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon
  .text-with-icon-template.layout-top
  .image-container
  img {
  height: 100%;
  width: auto;
}
.promotions-image-and-text-overlay-component {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.promotions-image-and-text-overlay-component .main-image-and-text-overlay {
  position: relative;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text {
  background-color: #000;
  bottom: 0;
  opacity: 0.9;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text {
  color: #fff;
  height: 6.25rem;
  line-height: 1.3em;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .main-text {
  display: table-cell;
  height: 3.125rem;
  max-height: 3.125rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .line {
  background: #fff;
  height: 0.063rem;
  margin: 0 auto;
  width: calc(100% - 2rem);
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .hovering-text {
  display: table-cell;
  height: 3.125rem;
  max-height: 3.125rem;
  padding: 0 1rem;
  vertical-align: middle;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .hovering-text
  .two-lines-max {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (min-width: 1025px) {
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text {
    background-color: #007cf7;
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text {
    line-height: 1.3em;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .line {
    background: #fff;
    height: 0.063rem;
    margin: 0 auto;
    width: calc(100% - 2rem);
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .hovering-text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .hovering-text
    .two-lines-max {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.promotions-page-internal-banner-overlay-component {
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0.313rem 0.938rem 0.938rem 0 #888;
  box-shadow: 0.313rem 0.938rem 0.938rem 0 #888;
  height: 16.188rem;
  margin-bottom: 2.875rem;
}
.promotions-page-internal-banner-overlay-component .cross-title {
  font-size: 2rem;
  font-weight: 800;
  padding: 1.813rem 0 0.625rem;
  text-align: center;
}
@media (min-width: 640px) {
  .promotions-page-internal-banner-overlay-component .cross-title {
    padding-left: 0.625rem;
    padding-right: 0.938rem;
  }
}
.promotions-page-internal-banner-overlay-component .cross-strip {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip {
  margin: 0 1.875rem;
}
@media (min-width: 640px) {
  .promotions-page-internal-banner-overlay-component
    .cross-strip
    .cta-container
    .cta-cross-strip {
    margin: 0 3.125rem;
  }
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button
  .icon-cta {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 10.875rem;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button
  .icon-cta:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .promotion {
  color: #000;
  font-size: 0.938rem;
  text-align: center;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .promotion
  .promo-text {
  font-weight: 700;
}
.responsive-table-component {
  margin-bottom: 1.25rem;
}
.responsive-table-component table {
  border-spacing: 0;
  width: 100%;
}
.responsive-table-component table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.responsive-table-component table tr:nth-child(2n) {
  background-color: #fff;
}
.responsive-table-component table tr td,
.responsive-table-component table tr th {
  border: none;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
}
.responsive-table-component table tr.w-30-70 td.row-100,
.responsive-table-component table tr.w-50-50 td.row-100,
.responsive-table-component table tr.w-70-30 td.row-100 {
  text-align: center;
}
.responsive-table-component table tr.w-dynamic td {
  padding: 0.5rem 0.625rem;
}
.responsive-table-component table tr.w-dynamic td.row-100 {
  text-align: center;
}
.responsive-table-component table.dynamic-table thead tr {
  background-color: transparent;
}
.responsive-table-component table.dynamic-table thead tr th {
  padding-left: 0;
  padding-right: 0;
}
.review-card-component .review-card-template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6%;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  height: 15.625rem;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 21.25rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .review-card-component .review-card-template {
    width: 19.063rem;
  }
}
@media (min-width: 1025px) {
  .review-card-component .review-card-template {
    width: 22.188rem;
  }
}
.review-card-component .review-card-template .icon-name-section {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  padding: 1.5rem 0.5rem 1rem 1rem;
}
.review-card-component .review-card-template .icon-name-section img {
  max-width: 4.688rem;
  width: auto;
}
.review-card-component .review-card-template .icon-name-section .name {
  font-weight: 700;
}
.review-card-component .review-card-template .review-section {
  height: 5.5rem;
  overflow: hidden;
  padding: 1rem 0.5rem 1rem 1rem;
  text-align: start;
  width: 100%;
}
.review-card-component .review-card-template .stars-section {
  padding-bottom: 1rem;
  text-align: center;
}
.review-card-component .review-card-template .stars-section .active-star {
  font-size: 25px;
}
.review-card-component
  .review-card-template
  .stars-section
  .active-star:before {
  color: gold;
  content: "★";
}
.review-card-component .review-card-template .stars-section .inactive-star {
  color: #000;
  font-size: 25px;
}
.review-card-component
  .review-card-template
  .stars-section
  .inactive-star:before {
  content: "★";
}
.review-card-template:hover {
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  color: #007cf7;
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
}
.review-card-template:hover .icon-name-section img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.link {
  text-decoration: none;
}
.review-carousel-component {
  background: #f4f4f4;
}
.review-carousel-component .review-carousel-container {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 0.5rem;
  position: relative;
}
.review-carousel-component .review-carousel-container .title {
  font-size: 2.25rem;
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 640px) {
  .review-carousel-component .review-carousel-container .edit-mode > .parsys {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review-carousel-component
    .review-carousel-container
    .edit-mode
    > .parsys
    .reviews-card {
    width: 50%;
  }
}
.review-carousel-component .review-carousel-container .swiper {
  padding: 0;
}
@media (min-width: 640px) {
  .review-carousel-component .review-carousel-container .swiper {
    padding: 0 0.5rem;
  }
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination {
  bottom: 0;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .review-carousel-component
    .review-carousel-container
    .swiper
    .swiper-pagination {
    display: none;
  }
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  margin: 0 0.7rem;
  opacity: 1;
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.review-carousel-component .review-carousel-container .swiper-button-prev {
  content: url(/assets/carousel-arrow-left-reviews.png);
  display: none;
  height: 3rem;
  left: -2rem;
  top: 60%;
  width: 1.875rem;
}
@media (min-width: 79rem) {
  .review-carousel-component .review-carousel-container .swiper-button-prev {
    display: block;
  }
}
.review-carousel-component .review-carousel-container .swiper-button-next {
  content: url(/assets/carousel-arrow-right-reviews.png);
  display: none;
  height: 3rem;
  right: -2rem;
  top: 60%;
  width: 1.875rem;
}
@media (min-width: 79rem) {
  .review-carousel-component .review-carousel-container .swiper-button-next {
    display: block;
  }
}
.review-carousel-component .review-carousel-container .loader {
  margin: 3rem;
  text-align: center;
}
.rich-text-component {
  word-break: break-word;
}
.rich-text-component p {
  margin-bottom: 1.25rem;
}
.rich-text-component h1 {
  margin-bottom: 0.6875rem;
}
.rich-text-component .bigger-text {
  font-size: 1.4rem;
}
.rich-text-component .Table {
  overflow-x: auto;
}
.rich-text-component .TableList,
.rich-text-component .table-wrapper {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: smaller;
  overflow-x: auto;
  text-indent: 0;
  word-break: unset;
}
.rich-text-component .TableList tbody tr:nth-of-type(odd),
.rich-text-component .table-wrapper tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.rich-text-component .TableList tbody tr td,
.rich-text-component .TableList tbody tr th,
.rich-text-component .table-wrapper tbody tr td,
.rich-text-component .table-wrapper tbody tr th {
  padding: 0.5rem 0.625rem;
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper * {
    font-size: 1rem;
    word-break: keep-all;
  }
}
@media (min-width: 640px) and (max-width: 844px) and (orientation: landscape) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper {
    width: 100%;
  }
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper * {
    word-break: break-word;
  }
}
.rich-text-component .modal-enabled:hover:before {
  border-radius: 12rem;
}
.rich-text-component .text ul li ul {
  display: block;
}
.round-banner-image-overlay {
  padding: 0;
}
.round-banner-image-overlay .round-banner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c0ff;
  border-radius: 2.8125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.25rem;
  overflow: hidden;
}
.round-banner-image-overlay .round-banner-container .round-banner-overlay {
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 1025px) {
  .round-banner-image-overlay
    .round-banner-container
    .round-banner-overlay
    .round-banner-content {
    max-width: 60%;
  }
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content
  .content-icon
  img {
  height: 100%;
  margin-top: 0.3125rem;
  max-height: 3.125rem;
  width: auto;
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content
  .content-text {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 0.625rem;
}
.royal-quest-spin-component {
  background: #000;
  height: 100vh;
  width: 100vw;
}
.royal-quest-spin-component #inner-container {
  background-size: cover;
  bottom: 0;
  height: 80vw;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 236vh;
  overflow: hidden;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.royal-quest-spin-component #inner-container img {
  display: block;
  max-width: 100%;
}
@media (min-width: 900px) and (min-height: 380px) {
  .royal-quest-spin-component #inner-container {
    max-width: 900px;
  }
}
@media (min-height: 680px) {
  .royal-quest-spin-component #inner-container {
    max-height: 680px;
  }
}
@media (min-height: 740px) and (min-width: 1000px) {
  .royal-quest-spin-component #inner-container {
    border: 3px solid #d9ac6a;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.royal-quest-spin-component #inner-container #logo {
  left: 0;
  position: absolute;
  top: 8px;
  width: 19%;
  z-index: 11;
}
.royal-quest-spin-component #inner-container .loader {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-bottom: 10px solid hsla(0, 0%, 97%, 0.1);
  border-color: #fff hsla(0, 0%, 97%, 0.1);
  border-radius: 50%;
  border-top: 10px solid hsla(0, 0%, 97%, 0.1);
  border-style: solid;
  border-width: 10px;
  display: none;
  height: 5pc;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 5pc;
  z-index: 3;
}
.royal-quest-spin-component #inner-container #contentWheel #game-board {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con {
  zoom: 1;
  display: inline-block;
  left: 0;
  margin-top: -28%;
  position: absolute;
  top: 50%;
  width: 56%;
  z-index: 3;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #wheel-of-fortune {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  z-index: 5;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #pivot {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #shadow {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #spin-text-btn {
  background: rgba(0, 0, 0, 0.7) !important;
  height: 125px;
  margin-top: -7.1%;
  max-height: 14.1vw;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  z-index: 2;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #spin-text-btn
  img {
  margin: auto;
  max-height: 100%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #loding-spin-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 3px #000;
  box-shadow: 0 0 5px 3px #000;
  color: #000;
  display: none;
  font-weight: 700;
  height: 7%;
  left: 66%;
  margin-top: 9%;
  outline: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 20%;
  z-index: 1;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  height: 38px;
  left: 66%;
  margin-top: 9%;
  padding-top: 1.4%;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 20%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.turbo-spin {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff46a),
    color-stop(50%, #fff46a),
    color-stop(51%, #fee92c),
    to(#fee92c)
  );
  background: linear-gradient(
    180deg,
    #fff46a 0,
    #fff46a 50%,
    #fee92c 51%,
    #fee92c
  );
  border-radius: 75pt;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.holiday-megawheel {
  background: #fee92c;
  border-radius: 2pc;
  -webkit-box-shadow: 0 0 13px 1px hsla(0, 0%, 50%, 0.749);
  box-shadow: 0 0 13px 1px hsla(0, 0%, 50%, 0.749);
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.royal-quest-spin {
  background: #fcd85c;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 62%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.galaxy-of-freerolls,
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.omaha-cashback {
  background: #fcd85c;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 3px #000;
  box-shadow: 0 0 5px 3px #000;
  outline: 0;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.galaxy-of-freerolls {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#583726),
    color-stop(11%, #a3784b),
    color-stop(32%, #f3c77e),
    color-stop(50%, #fff3db),
    color-stop(69%, #f3c77e),
    color-stop(89%, #a47547),
    to(#583726)
  );
  background: linear-gradient(
    180deg,
    #583726 0,
    #a3784b 11%,
    #f3c77e 32%,
    #fff3db 50%,
    #f3c77e 69%,
    #a47547 89%,
    #583726
  );
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn
  .textFitAlignVert {
  bottom: 0;
  display: inline-block;
  font-size: 15px;
  height: 23px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.royal-quest-spin-component #inner-container #popup-con {
  background-size: cover;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.royal-quest-spin-component #inner-container #popup-con .background-massege {
  background-color: rgba(0, 0, 0, 0.63);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.royal-quest-spin-component #inner-container #popup-con .popup-message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-line-pack: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-content: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.royal-quest-spin-component #inner-container #popup-con .popup-message p {
  color: #fff;
}
.royal-quest-spin-component #inner-container .tnc-link {
  background-color: rgba(0, 0, 0, 0.42);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e1dfdf;
  display: block;
  font-size: 9px !important;
  line-height: 1.3 !important;
  padding: 5px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 12;
}
.royal-quest-spin-component #inner-container .tnc-link a {
  color: #fff;
}
.royal-quest-spin-component.edit-mode {
  max-height: 500px;
  position: relative;
}
.royal-quest-spin-component.edit-mode #inner-container {
  max-height: 100%;
}
.royal-quest-spin-component .invisible {
  visibility: hidden;
}
.scrolling-table-component table {
  border-collapse: collapse;
  border-color: gray;
  border-spacing: 0;
  display: table;
  max-width: 43.75rem;
  min-width: 50%;
  table-layout: auto;
  text-indent: 0;
}
.scrolling-table-component table tbody {
  height: 25rem;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scrolling-table-component table tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.scrolling-table-component table tbody table thead tr,
.scrolling-table-component table tbody tr:nth-of-type(2n) {
  background: #fff;
}
.scrolling-table-component table tbody td,
.scrolling-table-component table tbody th,
.scrolling-table-component table thead td,
.scrolling-table-component table thead th {
  max-width: 100%;
  padding: 0.5rem 0.625rem;
  text-align: left;
  width: 18.75rem;
}
.scrolling-text-component {
  background: #f7f7f7;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}
.scrolling-text-component.edit-mode {
  height: 20rem;
}
.scrolling-text-component .biography-text-align {
  height: 9.25rem;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 1.25rem 0.9375rem;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.scrolling-text-component .biography-text-align.active {
  height: 100%;
}
.scrolling-text-component .biography-text-align:not(.active):after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, transparent),
    color-stop(90%, #f7f7f7)
  );
  background-image: linear-gradient(180deg, transparent 10%, #f7f7f7 90%);
  bottom: 0;
  content: "";
  height: 4rem;
  left: 0.0625rem;
  position: absolute;
  right: 0.0625rem;
}
.scrolling-text-component .see-more-text-for-mobile {
  display: block;
  padding-bottom: 0.0625rem;
  text-align: center;
}
.scrolling-text-component .see-more-text-for-mobile > p {
  color: #007cf7;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px),
  screen and (max-width: 1024px) and (orientation: landscape) {
  .scrolling-text-component {
    height: inherit;
    padding: 0;
  }
  .scrolling-text-component .biography-text-align {
    height: auto;
    padding: 0.3125rem 1.5rem 0.3125rem 1rem;
  }
  .scrolling-text-component .biography-text-align:after,
  .scrolling-text-component .biography-text-align:before,
  .scrolling-text-component .see-more-text-for-mobile {
    display: none;
  }
}
.sidebar-component {
  display: inline-grid;
  font-size: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .sidebar-component {
    height: auto;
    margin-left: 25%;
    max-width: 18.125rem;
    position: static;
    width: 100%;
    z-index: 1;
  }
}
.sidebar-component .sidebar-title {
  display: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-title {
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0.3125rem 0.625rem;
    text-decoration: none;
  }
}
.sidebar-component .sidebar-menu {
  margin: 0 -1rem;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    margin: 0;
    overflow: initial;
  }
}
.sidebar-component .sidebar-menu.custom-simplebar .simplebar-track {
  margin: -6px 1rem 0;
}
.sidebar-component .sidebar-menu .sidebar-menu-item {
  border: 0.0625rem solid #ebebeb;
  border-left: none;
  display: inline-block;
  margin-bottom: 1.075rem;
  margin-right: -0.375rem;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item {
    border: 0;
    border-top: 1px solid #ebebeb;
    display: block;
    float: left;
    margin: 0;
    white-space: normal;
    width: 100%;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a {
  border-bottom: 0.3125rem solid transparent;
  color: #555;
  display: block;
  padding: 0.875rem 2.25rem 0.6875rem;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item a {
    border-bottom: none;
    border-left: 0.625rem solid transparent;
    padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a:hover {
  background: #ededed;
}
.sidebar-component .sidebar-menu .sidebar-menu-item a.active,
.sidebar-component .sidebar-menu .sidebar-menu-item a:active {
  border-color: #007cf7;
  color: #007cf7;
}
.sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
  border-left: 0.0625rem solid #ebebeb;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
    border-left: 0;
  }
  .sidebar-component .sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: 0.0625rem solid #ebebeb;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item:before {
  content: none;
}
.sidebar-component.edit-mode {
  padding: 0 2rem;
}
.sidebar-component.edit-mode .sidebar-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0.3125rem 0.625rem;
}
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .sidebar-component.pb-large,
  .sidebar-component.pb-medium,
  .sidebar-component.pb-small,
  .sidebar-component.pb-xlarge,
  .sidebar-component.pt-large,
  .sidebar-component.pt-medium,
  .sidebar-component.pt-small,
  .sidebar-component.pt-xlarge {
    padding-bottom: 0;
    padding-top: 0;
  }
  .two-columns-66-33 .sidebar {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.social-share-component {
  position: relative;
}
.social-share-component .icon-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .social-share-component .icon-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.social-share-component .icon-container .social-share-icon {
  cursor: pointer;
  height: 4.375rem;
  margin: 0 0.3125rem;
  width: 4.375rem;
}
@media (min-width: 1025px) {
  .social-share-component .icon-container .social-share-icon {
    height: 6.25rem;
    margin: 1.25rem;
    width: 6.25rem;
  }
  .social-share-component .icon-container .social-share-icon:first-child {
    margin-left: 0;
  }
}
.social-share-component .popover {
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.social-share-component .form-container {
  border: 3px solid #3a3d40;
  border-radius: 0.3125rem;
  height: 11.5625rem;
  margin: auto;
  padding-top: 2.5rem;
  width: 18.75rem;
}
@media (min-width: 1025px) {
  .social-share-component .form-container {
    width: 21.675rem;
  }
}
@media (min-width: 1200px) {
  .social-share-component .form-container {
    height: 10.625rem;
    width: 31.25rem;
  }
}
.social-share-component .form-container .close-btn {
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 1.75rem;
  font-weight: 700;
  height: 2.1875rem;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 2.1875rem;
}
.social-share-component .form-container .social-share-form .input-text {
  background-color: #eee;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  outline: none;
  padding: 0.125rem;
  width: 16.25rem;
}
@media (min-width: 1025px) {
  .social-share-component .form-container .social-share-form .input-text {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .social-share-component .form-container .social-share-form .input-text {
    width: 26.875rem;
  }
}
.social-share-component
  .form-container
  .social-share-form
  .input-text
  .placeholder-text {
  color: #aaa;
}
.social-share-component
  .form-container
  .social-share-form
  .input-required-text {
  color: #0080ff;
  line-height: 1.4;
  margin: 0.625rem;
  visibility: hidden;
}
.social-share-component .form-container .social-share-form .submit-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#45a2ff),
    color-stop(50%, #45a2ff),
    color-stop(51%, #0077ed),
    to(#0077ed)
  );
  background: linear-gradient(
    180deg,
    #45a2ff 0,
    #45a2ff 50%,
    #0077ed 51%,
    #0077ed
  );
  border-radius: 0.3125rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
}
.social-share-component
  .form-container
  .social-share-form
  input:-webkit-autofill,
.social-share-component
  .form-container
  .social-share-form
  input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.social-share-component .clipboard-status-container {
  border: 0.125rem solid #1d4fae;
  border-radius: 3.125rem;
  height: 3.75rem;
  left: 50%;
  margin: 0.625rem auto;
  padding: 0.1875rem 0.25rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.25rem;
}
.social-share-component .clipboard-status-container .clipboard-status-text {
  padding: 0.875rem;
}
.sticky-title-and-cta {
  position: sticky;
  top: 0;
  z-index: 998;
}
.sticky-title-and-cta .sticky-title-and-cta-component {
  background-color: #007cf7;
  width: 100%;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 3.5rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .title {
  color: #fff;
  display: none;
  font-size: 2.4rem;
  line-height: 3.4375rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons {
  gap: 0.3rem;
  line-height: 1;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .cta-template {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .cta-template
  a {
  font-size: 1.1em;
  height: 2.25rem;
  letter-spacing: 0.01rem;
  line-height: 1em;
  padding: 0.625rem 1.4375rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .display-cta
  a {
  font-weight: 400;
  height: 2.25rem;
  padding: 0.625rem 1.2rem;
}
@media (min-width: 1025px) {
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4.6875rem;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper.main-container {
    padding-left: 0.5rem;
    padding-right: 0.6rem;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .title {
    display: block;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons
    .cta-template {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons
    .cta-template
    a {
    font-size: 1.1em;
    height: 2.625rem;
    letter-spacing: 0.01rem;
    line-height: 1.2em;
    padding: 0.625rem 1.4375rem;
  }
}
.stream-team-lobby-component {
  background-color: #007cf7;
  color: #fff;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .stream-team-lobby-component .stream-team-lobby-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  color: #fff;
  order: 1;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 70%;
  }
}
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .title {
  font-weight: 700;
  padding: 2rem 0 0.75rem;
}
@media (min-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .title {
    padding: 3%;
  }
}
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons {
  gap: 1.25rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
}
@media (min-width: 640px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons
    .player-image {
    margin: initial;
    width: 21%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
    padding: 2.25rem 0 1.25rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
    padding: 2.25rem 0 1.25rem;
    width: 70%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .cta-wrapper a {
  color: #fff;
}
.stream-team-component {
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .stream-team-component {
    padding: 1.5rem 0;
  }
}
.stream-team-component .title-wrapper .title {
  color: #007cf7;
  font-weight: 700;
}
.stream-team-component .title-wrapper .subtitle {
  padding: 6% 0;
}
@media (min-width: 640px) {
  .stream-team-component .title-wrapper .subtitle {
    padding: 3% 0 2%;
  }
}
.stream-team-component .players-wrapper {
  background-color: #007cf7;
  border-radius: 3.5rem;
  color: #fff;
}
@media (min-width: 640px) {
  .stream-team-component .players-wrapper > .parsys {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.stream-team-component .players-wrapper > .parsys .stream-team-player {
  padding: 2% 3%;
}
@media (min-width: 640px) {
  .stream-team-component .players-wrapper > .parsys .stream-team-player {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 8.5rem;
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .stream-team-component .players-wrapper > .parsys .stream-team-player {
    height: 15.625rem;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image {
  max-width: 60%;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .player-image,
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .player-image
    img {
    height: 100%;
    width: auto;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 1% 10%;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    padding: 0 9% 0 2%;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper {
  max-height: 85%;
  padding-bottom: 0.5rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-name {
  font-weight: 700;
  padding: 2% 0 0.625rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description {
  padding: 0 0 1rem;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .text-wrapper
    .player-description {
    height: 60%;
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0.75rem 0 0;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar {
  scrollbar-base-color: #5998f2;
  scrollbar-arrow-color: #5998f2;
  scrollbar-track-color: #5998f2;
  scrollbar-thumb-color: #deeafc;
  overflow: auto;
  padding: 0 0.625rem 0 0;
  scrollbar-color: #deeafc #5998f2;
  scrollbar-width: thin;
  width: 100%;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar {
  background: #5998f2;
  display: block;
  width: 0.3125rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar-track {
  background: #5998f2;
  border-radius: 0.625rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background-color: #deeafc;
  border: 0;
  border-radius: 1.25rem;
}
@media (min-width: 1025px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .text-wrapper
    .player-description {
    height: 80%;
    max-height: 80%;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .twitch-icon {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon {
    margin: initial;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .twitch-icon
  img {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon
    img {
    height: 1.25rem;
    width: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon
    img {
    height: 2rem;
    width: 2rem;
  }
}
.table-with-blue-heading-component .table {
  background: #f4f4f4;
  border: none;
  border-radius: 3.125rem;
  padding-bottom: 0.313rem;
}
.table-with-blue-heading-component .table .table-heading .heading {
  background: #007cf7;
  border-radius: 1.875rem 1.875rem 0 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.313rem;
  padding: 1.25rem 1.25rem 1.875rem;
}
.table-with-blue-heading-component .table .table-heading .heading .heading1 {
  font-weight: 700;
  width: 18%;
}
.table-with-blue-heading-component .table .table-heading .heading .heading2 {
  width: 40%;
}
.table-with-blue-heading-component .table .table-heading .heading .heading3,
.table-with-blue-heading-component .table .table-heading .heading .heading4 {
  width: 21%;
}
.table-with-blue-heading-component .table .table-body {
  background: #f4f4f4;
  border-radius: 0 0 1.875rem 1.875rem;
}
.table-with-blue-heading-component .table .table-body .bg-to-row {
  background: #fff;
  border-radius: 1.875rem;
  margin: 0.313rem 1.25rem;
  padding: 0.75rem 0.625rem;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-1 {
  font-weight: 700;
  width: 18%;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-2 {
  width: 40%;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-3,
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-4 {
  width: 21%;
}
.terminology-component {
  padding-bottom: 2rem;
  scroll-behavior: smooth;
}
.terminology-component .letter-anchors a {
  color: #007cf7;
  text-decoration: underline;
  text-transform: uppercase;
}
.terminology-component .letter-items .terminology-anchor-target {
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden;
}
.terminology-component .letter-items .letter-item .label {
  text-transform: uppercase;
}
.terminology-component
  .letter-items
  .letter-item
  .content
  .word-item
  .word-name {
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.terminology-component
  .letter-items
  .letter-item
  .content
  .word-item
  .word-text {
  padding-bottom: 1.25rem;
  word-break: break-word;
}
.text-with-info-surrounded-by-circle-component .main-div-margin {
  margin: 1.5625rem auto;
  max-width: 75rem;
  padding: 0.625rem;
  width: 100%;
}
.text-with-info-surrounded-by-circle-component .main-div-margin .main-title {
  color: #007cf7;
  font-weight: 700;
}
.text-with-info-surrounded-by-circle-component .main-div-margin .sub-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.3rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  width: auto;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle {
  background-color: #fff;
  border: 0.125rem solid #007cf7;
  border-radius: 0.9375rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 9.0625rem;
  z-index: 0;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p {
  bottom: -0.625rem;
  color: #007cf7;
  display: table;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.125rem;
  position: relative;
  text-align: center;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007cf7;
  border-radius: 1.5625rem;
  bottom: 2.8125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 2.1875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.125rem;
  position: relative;
  text-align: center;
  width: 12.5rem;
  z-index: 1;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-15 {
  font-size: 0.9375rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-12 {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-10 {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-9 {
  font-size: 0.5625rem;
  line-height: 0.625rem;
}
@media (min-width: 640px) {
  .text-with-info-surrounded-by-circle-component .tournamentInfoRepeat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
  }
  .text-with-info-surrounded-by-circle-component
    .tournamentInfoRepeat
    .tournamentInfoBox {
    background-color: #fff;
    height: 5.3125rem;
    margin: 0.625rem;
    width: 25%;
  }
}
.title-component .primary-title {
  color: #007cf7;
}
.title-component .bold-title {
  font-weight: 700;
}
.buttons-banner-component {
  position: relative;
  top: 0;
  z-index: 1001;
}
.buttons-banner-component .buttons-banner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.563rem;
  justify-content: space-between;
  padding-right: unset;
}
@media (min-width: 640px) {
  .buttons-banner-component .buttons-banner-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 21rem;
  }
}
.buttons-banner-component .buttons-banner-container .image-button a {
  text-decoration: none;
}
.buttons-banner-component .buttons-banner-container .image-button a img {
  height: 1.563rem;
  vertical-align: middle;
  width: auto;
}
.tournament-gallery-component.edit-mode .swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.tournament-gallery-component .d-none-important {
  display: none !important;
}
.tournament-gallery-component .gallery-title {
  font-size: 2.25rem;
  line-height: 1.2;
  padding: 1.25rem 0 2.5rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .gallery-title {
    padding: 2.5rem 0 4rem;
  }
}
.tournament-gallery-component .swiper {
  padding-bottom: 2rem;
  width: 100%;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper {
    padding-bottom: 0;
  }
}
.tournament-gallery-component .swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper .swiper-wrapper {
    padding-bottom: 2rem;
  }
}
.tournament-gallery-component .swiper .swiper-pagination {
  bottom: 1rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper .swiper-pagination {
    bottom: 0;
  }
}
.tournament-gallery-component
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  opacity: 1;
}
.tournament-gallery-component
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.tournament-gallery-component .swiper .loader {
  margin: 3rem;
  text-align: center;
}
.two-icons-cta-component .two-icons-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.two-icons-cta-component .two-icons-cta-container .title-container {
  font-size: 1.125rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20rem;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container
    .icon-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container
  .label {
  font-size: 1.375rem;
  font-weight: 400;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container
  img {
  height: auto;
  width: 8rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link,
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container {
  gap: 2rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container
    .cta-and-link
    .icon-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container
  .label {
  font-size: 1.375rem;
  font-weight: 400;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container
  img {
  height: auto;
  width: 8rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .display-link {
  padding-top: 0.625rem;
}
.video-dam-component {
  display: block;
  margin: 1rem 0;
  position: relative;
}
.video-dam-component .video-dam-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 99%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.video-dam-component .video-dam-overlay .video-dam-play {
  background: url(/assets/video-dam-player.png)
    no-repeat 50%;
  background-size: contain;
  height: 75pt;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 75pt;
}
.video-dam-component .video-dam-overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.video-dam-component .video-dam-overlay:hover .video-dam-play {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.video-dam-component .video-dam-player {
  height: 100%;
  width: 100%;
}
.video-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}
.video-component iframe {
  margin: auto;
}
.video-component.responsive-video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-component.responsive-video-container .responsive-iframe {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url(/assets/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@charset "utf-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #b6bfc8;
  --color-darkgray: #566573;
  --color-pink: #e92063;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-extra: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
body,
html {
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #007cf7;
  text-decoration: underline;
}
a:hover {
  color: #075eb4;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
ol,
ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
ul li:before {
  color: #6fb8fd;
}
ul li .black-bullet:before,
ul li:before {
  content: "•";
  font-size: 1.875rem;
  left: -1.375rem;
  line-height: 1;
  position: absolute;
  top: -0.125rem;
}
ul li .black-bullet:before {
  color: #000;
}
body.poker-blog-page,
html.poker-blog-page {
  background-color: #e4e4e4;
  background-image: radial-gradient(#d6d6d5 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  background-position: 0 0, 0 23px;
  background-size: 15px 15px;
  color: #515151;
  font-family: "888", arial, verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
body.poker-blog-page a,
html.poker-blog-page a {
  color: #007cf7;
  -webkit-text-decoration: navy;
  text-decoration: navy;
}
body.poker-blog-page a:hover,
html.poker-blog-page a:hover {
  color: #007cf7;
}
body.poker-blog-page ol,
body.poker-blog-page ul,
html.poker-blog-page ol,
html.poker-blog-page ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0;
}
body.poker-blog-page ol,
html.poker-blog-page ol {
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
body.poker-blog-page .rich-text ul,
body.poker-blog-page .text ul,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul,
html.poker-blog-page .rich-text ul,
html.poker-blog-page .text ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.375rem;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
body.poker-blog-page .rich-text ul li,
body.poker-blog-page .text ul li,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li,
html.poker-blog-page .rich-text ul li,
html.poker-blog-page .text ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
body.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
body.poker-blog-page .rich-text ul li:before,
body.poker-blog-page .text ul li:before,
html.poker-blog-page .blog-sidebar-article-anchor-links-component ul li:before,
html.poker-blog-page .rich-text ul li:before,
html.poker-blog-page .text ul li:before {
  color: #007cf7;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page .rich-text ul li .black-bullet:before,
body.poker-blog-page .text ul li .black-bullet:before,
html.poker-blog-page
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page .rich-text ul li .black-bullet:before,
html.poker-blog-page .text ul li .black-bullet:before {
  color: #515151;
  content: "•";
  font-size: 1.1rem;
  left: 0;
  line-height: 1;
  margin-left: -1rem;
  position: absolute;
  top: 0.3rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 0.375rem;
}
body.poker-blog-page.poker-blog-page-dark,
html.poker-blog-page.poker-blog-page-dark {
  background-color: #111;
  background-image: radial-gradient(#1e1e1e 16%, transparent 0),
    radial-gradient(transparent 10%, transparent 0);
  color: #fff;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
body.poker-blog-page.poker-blog-page-dark .text ul li:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li:before,
html.poker-blog-page.poker-blog-page-dark .text ul li:before {
  color: #007cf7;
}
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
body.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
body.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  a,
html.poker-blog-page.poker-blog-page-dark
  .blog-sidebar-article-anchor-links-component
  ul
  li
  .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .rich-text ul li .black-bullet:before,
html.poker-blog-page.poker-blog-page-dark .text ul li .black-bullet:before {
  color: #fff;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 998;
}
.text-twoline-truncate {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-item-align: stretch;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hstack,
.vstack {
  -webkit-box-direction: normal;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vstack {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex-item-align: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.overlay {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.floating-pseudo,
.progressive-number-component:before {
  content: "";
  position: absolute;
}
.cta-template a,
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.image-component img,
.overlay-transition {
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle,
.poker-ambassador-social-icons-component .info-items-strip .info-pic img {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.image-component .modal .modal-dialog .modal-content,
.opacity-0 {
  opacity: 0;
}
.dropdown-menu-component .dropdown-container .dropdown-options,
.overflow-auto {
  overflow: auto;
}
.banner-image-and-text-overlay-component,
.event-card-template .event-link .image-wrapper,
.image-component .modal,
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.d-inline {
  display: inline;
}
.d-inline-block,
.dropdown-menu-component .dropdown-container {
  display: inline-block;
}
.ambassador-numbered-list-component .content__image img,
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.d-block,
.dropdown-menu-component .dropdown-container .dropdown-options a,
.dropdown-menu-component .dropdown-container:hover .dropdown-options,
.event-card-template .event-link .image-wrapper picture img,
.image-component img,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img,
.scrolling-table-component table tbody,
.scrolling-table-component table thead,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title,
.stream-team-lobby-component .stream-team-lobby-container img {
  display: block;
}
.d-grid {
  display: grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.ambassador-numbered-list-component .content,
.ambassador-numbered-list-component .content__list,
.ambassador-numbered-list-component .content__list .list-item,
.banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper,
.cta-template a,
.d-flex,
.dropdown-menu-component,
.event-card-template .event-link,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.gallery-item-component,
.gallery-item-component .image,
.image-component .modal .modal-dialog,
.inner-banner-component .inner-banner-container,
.inner-banner-component .inner-banner-container .inner-text-container,
.link-information-component .link-information-container,
.poker-ambassador-social-icons-component,
.poker-ambassador-social-icons-component .info-items-strip,
.promotion-carousel-component,
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys,
.promotions-page-internal-banner-overlay-component .cross-strip,
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button,
.review-carousel-component .review-carousel-container .edit-mode > .parsys,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons,
.stream-team-component .players-wrapper > .parsys,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-lobby-component .stream-team-lobby-container,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons,
.table-with-blue-heading-component .table,
.table-with-blue-heading-component .table .table-body,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.table-with-blue-heading-component .table .table-heading .heading,
.text-with-icon-template,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name,
.tournament-item-template .tournament-wrapper .tournament-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.banner-image-and-text-overlay-component
  .black-opacity-mobile.edit-mode-opacity-mobile,
.banner-image-and-text-overlay-component .black-opacity.edit-mode-opacity,
.d-none,
.dropdown-menu-component .dropdown-container .dropdown-options,
.inner-banner-component .inner-banner-container .inner-image-container,
.link-information-component .link-information-container .text-container-show,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .display-cta.edit-mode-display-cta {
  display: none;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.cta-template.cta-primary a:hover,
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.position-static {
  position: static;
}
.banner-image-and-text-overlay-component,
.banner-image-and-text-overlay-component .inner,
.banner-image-and-text-overlay-component .inner .text-overlay,
.cta-template a,
.dropdown-menu-component .dropdown-container,
.image-component .image-container,
.image-component .modal .modal-dialog .modal-content,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .progressive-number-component
  .number,
.position-relative,
.progressive-number-component,
.progressive-number-component .number,
.progressive-number-component
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  position: relative;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.dropdown-menu-component .dropdown-container .dropdown-options,
.image-component .modal .modal-dialog .modal-content .button-close,
.position-absolute {
  position: absolute;
}
.image-component .modal,
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.image-component .modal,
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.image-component .modal,
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-middle-y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border {
  border: 1px solid #dee2e6;
}
.border-0,
.image-component .modal .modal-dialog .modal-content .button-close,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border: 0;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: 1px solid #dee2e6;
}
.border-start-0 {
  border-left: 0;
}
.border-dark {
  border-color: #000;
}
.border-white {
  border-color: #fff;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.w-25 {
  width: 25%;
}
.responsive-table-component table tr.w-30-70 td:first-child,
.responsive-table-component table tr.w-70-30 td:nth-child(2),
.w-30 {
  width: 30%;
}
.poker-ambassador-social-icons-component .info-items-strip,
.responsive-table-component table tr.w-50-50 td:first-child,
.responsive-table-component table tr.w-50-50 td:nth-child(2),
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.responsive-table-component table tr.w-30-70 td:nth-child(2),
.responsive-table-component table tr.w-70-30 td:first-child,
.w-70 {
  width: 70%;
}
.ambassador-numbered-list-component .content__list,
.article-slider-component .article-slider-container .slide-img img,
.article-slider-component .swiper,
.article-slider-component .swiper .swiper-wrapper,
.carousel-banner-component .carousel-banner-container .swiper,
.carousel-banner-component .carousel-banner-container .swiper .swiper-wrapper,
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-wrapper
  .swiper-slide,
.carousel-banner-component .carousel-banner-container img,
.event-card-template,
.event-card-template .event-link,
.event-card-template .event-link .image-wrapper,
.event-card-template .event-link .image-wrapper picture img,
.event-card-template .event-link .text-wrapper,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.herobanner-homepage-component .main_offer,
.image-component .modal .modal-dialog,
.image-component img,
.inner-banner-component .inner-banner-container .inner-text-container,
.live-event-choice-component .choices,
.poker-ambassador-social-icons-component,
.poker-ambassador-social-icons-component .info-items-strip .info-pic img,
.progressive-number-component:before,
.promotion-carousel-component .promotion-carousel-container,
.promotion-carousel-component .promotion-carousel-container .swiper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper,
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-wrapper
  .swiper-slide,
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .newpar,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img,
.responsive-table-component table tr.w-30-70,
.responsive-table-component table tr.w-30-70 td,
.responsive-table-component table tr.w-30-70 td.row-100,
.responsive-table-component table tr.w-50-50,
.responsive-table-component table tr.w-50-50 td,
.responsive-table-component table tr.w-50-50 td.row-100,
.responsive-table-component table tr.w-70-30,
.responsive-table-component table tr.w-70-30 td,
.responsive-table-component table tr.w-70-30 td.row-100,
.review-carousel-component
  .review-carousel-container
  .edit-mode
  > .parsys
  .newpar,
.scrolling-table-component table,
.scrolling-text-component,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.stream-team-component .players-wrapper > .parsys .newpar,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image
  img,
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper,
.stream-team-lobby-component .stream-team-lobby-container img,
.table-with-blue-heading-component .table,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template,
.tournament-item-template .tournament-wrapper,
.w-100 {
  width: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.article-slider-component .swiper-button-next,
.article-slider-component .swiper-button-prev,
.responsive-table-component table tr.w-dynamic,
.responsive-table-component table tr.w-dynamic td,
.responsive-table-component table tr.w-dynamic td.row-100,
.responsive-table-component table tr.w-dynamic td:first-child,
.responsive-table-component table tr.w-dynamic td:nth-child(2),
.responsive-table-component table.dynamic-table,
.w-auto {
  width: auto;
}
.mw-100,
.stream-team-lobby-component .stream-team-lobby-container img {
  max-width: 100%;
}
.image-component .modal,
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.banner-image-and-text-overlay-component .black-opacity,
.banner-image-and-text-overlay-component .black-opacity-mobile,
.h-0,
.image-component .modal,
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  height: 0;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.event-card-template,
.event-card-template .event-link,
.h-100,
.image-component .modal .modal-dialog,
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .promotion-img {
  height: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.event-card-template .event-link .image-wrapper picture img,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.h-auto,
.image-component img,
.scrolling-text-component,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image
  img,
.stream-team-lobby-component .stream-team-lobby-container img,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-row,
.poker-ambassador-social-icons-component .info-items-strip,
.table-with-blue-heading-component .table .table-body .bg-to-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ambassador-numbered-list-component .content__list,
.dropdown-menu-component,
.event-card-template .event-link,
.flex-column,
.gallery-item-component,
.inner-banner-component .inner-banner-container .inner-text-container,
.link-information-component .link-information-container,
.link-information-component .link-information-container .text-container-show,
.live-event-choice-component,
.review-carousel-component .review-carousel-container .edit-mode > .parsys,
.stream-team-component .players-wrapper > .parsys,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper,
.stream-team-lobby-component .stream-team-lobby-container,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons,
.table-with-blue-heading-component .table,
.table-with-blue-heading-component .table .table-body,
.text-with-icon-template.layout-top,
.tournament-item-template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-wrap,
.poker-ambassador-social-icons-component {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.gap-0,
.poker-ambassador-social-icons-component {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cta-template a,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.gallery-item-component .image,
.justify-content-center,
.promotion-carousel-component,
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name,
.tournament-item-template .tournament-wrapper .tournament-timer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ambassador-numbered-list-component .content,
.justify-content-between,
.live-event-choice-component .choices,
.poker-ambassador-social-icons-component {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ambassador-numbered-list-component .content__list,
.justify-content-around,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.table-with-blue-heading-component .table .table-heading .heading {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.align-items-start,
.ambassador-numbered-list-component .content,
.dropdown-menu-component,
.gallery-component .swiper .swiper-wrapper .swiper-slide,
.tournament-gallery-component .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end,
.tournament-item-template .tournament-wrapper .tournament-timer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center,
.ambassador-numbered-list-component .content__list .list-item,
.gallery-item-component,
.image-component .modal .modal-dialog,
.poker-ambassador-social-icons-component,
.table-with-blue-heading-component .table .table-body .bg-to-row,
.tournament-item-template,
.tournament-item-template .tournament-wrapper .tournament-icon,
.tournament-item-template .tournament-wrapper .tournament-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.ambassador-numbered-list-component .content__list .list-item__number,
.article-slider-component .swiper .swiper-wrapper .swiper-slide,
.event-card-template .event-link .image-wrapper,
.event-carousel-template .swiper .swiper-wrapper .swiper-slide,
.flex-centered,
.live-event-choice-component,
.live-event-choice-component .choices,
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.progressive-number-component,
.progressive-number-component .number,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.text-with-icon-template.layout-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-last {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.mt-small {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-small {
    margin-top: 0.9375rem;
  }
}
.mt-medium {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-medium {
    margin-top: 2rem;
  }
}
.mt-large {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mt-large {
    margin-top: 2.8125rem;
  }
}
.pt-small {
  padding-top: 0.5rem;
}
@media (min-width: 640px) {
  .pt-small {
    padding-top: 1rem;
  }
}
.pt-medium {
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .pt-medium {
    padding-top: 2rem;
  }
}
.pt-large {
  padding-top: 1.5rem;
}
@media (min-width: 640px) {
  .pt-large {
    padding-top: 3rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 640px) {
  .pt-xlarge {
    padding-top: 4rem;
  }
}
.pb-small {
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .pb-small {
    padding-bottom: 1rem;
  }
}
.pb-medium {
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .pb-medium {
    padding-bottom: 2rem;
  }
}
.pb-large {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .pb-large {
    padding-bottom: 3rem;
  }
}
.pb-xlarge {
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .pb-xlarge {
    padding-bottom: 4rem;
  }
}
.m-0,
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item,
.sidebar-component.edit-mode .sidebar-title {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.image-component .modal .modal-dialog .modal-content,
.image-component .modal .modal-dialog .modal-content .modal-image,
.m-auto,
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image,
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper,
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons
  .player-image {
  margin: auto;
}
.m-0-auto,
.responsive-table-component table.dynamic-table {
  margin: 0 auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-auto,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .title,
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons {
  margin-bottom: auto;
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.banner-image-and-text-overlay-component,
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-4 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-5 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0 {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.fs-1 {
  font-size: 2.4rem;
}
.fs-2 {
  font-size: 2.25rem;
}
.fs-3 {
  font-size: 1rem;
}
.fs-4 {
  font-size: 0.875rem;
}
.fs-5 {
  font-size: 0.75rem;
}
.fs-6 {
  font-size: 0.687rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-left,
.text-start {
  text-align: left;
}
.text-end,
.text-right {
  text-align: right;
}
.banner-image-and-text-overlay-component .inner .text-overlay,
.cta-template a,
.gallery-component .gallery-title,
.gallery-item-component .text,
.live-event-choice-component .choices,
.stream-team-component .players-wrapper > .parsys .stream-team-player,
.stream-team-lobby-component .stream-team-lobby-container,
.table-with-blue-heading-component .table,
.text-center,
.text-with-icon-template.layout-top,
.tournament-gallery-component .gallery-title,
.tournament-item-template .tournament-wrapper {
  text-align: center;
}
.article-slider-component .article-slider-container a,
.cta-template a,
.poker-ambassador-social-icons-component .info-items-strip .info-description a,
.sidebar-component.edit-mode .sidebar-title,
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
.cta-template a,
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
.text-light {
  color: #969696;
}
.text-black,
.text-dark {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-body {
  color: #000;
}
.text-muted {
  color: #6c757d;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-reset {
  color: inherit;
}
.opacity-10 {
  opacity: 0.1;
}
.cta-template.cta-secondary a:before,
.image-component .image-container:before,
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.image-component .modal.reveal .modal-dialog .modal-content,
.opacity-100 {
  opacity: 1;
}
.bg-light {
  background-color: #969696;
}
.bg-black,
.bg-dark {
  background-color: #000;
}
.bg-body,
.bg-white {
  background-color: #fff;
}
.bg-transparent,
.cta-template.cta-secondary a:before,
.image-component .image-container:before {
  background-color: transparent;
}
.bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.15)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
.bglg-gradient,
.inner-banner-component {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, hsla(0, 0%, 96%, 0)),
    color-stop(99%, hsla(0, 0%, 96%, 0.97)),
    to(#f4f4f4)
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 96%, 0) 65%,
    hsla(0, 0%, 96%, 0.97) 99%,
    #f4f4f4
  );
}
.user-select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.user-select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: 0.2rem;
}
.rounded-2 {
  border-radius: 0.25rem;
}
.rounded-3 {
  border-radius: 0.3rem;
}
.ambassador-numbered-list-component .content__list .list-item__number,
.image-component .modal .modal-dialog .modal-content .button-close,
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.progressive-number-component .number,
.rounded-circle {
  border-radius: 50%;
}
.cta-template a,
.cta-template.cta-secondary a:before,
.rounded-pill {
  border-radius: 3.125rem;
}
.rounded-top {
  border-top-left-radius: 0.25rem;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem;
}
.rounded-start {
  border-top-left-radius: 0.25rem;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
@media (min-width: 640px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-sm-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-sm-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-sm-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-sm-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-sm-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-sm-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-sm-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-sm-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-md-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-md-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-md-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-md-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-md-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-md-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-md-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-md-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-md-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-md-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-md-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-md-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-md-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-md-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-lg-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .my-lg-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .my-lg-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-lg-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-lg-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-lg-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .py-lg-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
.poker-blog-page .blog-wrapper-bg {
  background: #fff;
  border-radius: 0.4375rem;
  box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -webkit-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
  -moz-box-shadow: 0 0.1875rem 1.75rem rgba(0, 0, 0, 0.161);
}
.poker-blog-page .blog-wrapper-spacing {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
@media (min-width: 1025px) {
  .poker-blog-page .blog-wrapper-spacing {
    padding: 0.9375rem;
  }
}
.poker-blog-page .blog-wrapper-bg-sidebar {
  background: #fff;
  border-radius: 0.375rem;
}
.poker-blog-page .blog-wrapper-spacing-sidebar {
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
}
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg,
.poker-blog-page.poker-blog-page-dark .blog-wrapper-bg-sidebar {
  background: #000;
}
.custom-simplebar::-webkit-scrollbar {
  display: none;
}
.custom-simplebar .simplebar-track {
  border-radius: 0.5rem;
  height: 100%;
}
.custom-simplebar .simplebar-track .simplebar-scrollbar {
  border-radius: 0.5rem;
}
.custom-simplebar .simplebar-track.simplebar-vertical {
  width: 0.25rem;
}
.custom-simplebar .simplebar-track.simplebar-horizontal {
  height: 0.375rem;
}
@media (min-width: 1025px) {
  .custom-simplebar .simplebar-track.simplebar-horizontal {
    display: none;
  }
}
.custom-simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 100%;
  top: 0;
}
.custom-simplebar.light-simplebar .simplebar-track {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.custom-simplebar.light-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.custom-simplebar.dark-simplebar .simplebar-track {
  background-color: #ebebeb;
}
.custom-simplebar.dark-simplebar .simplebar-track .simplebar-scrollbar {
  background-color: #d9d9d9;
}
.main-container,
.main-container-lg,
.main-container-md,
.main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  width: 100%;
}
@media (min-width: 640px) {
  .main-container,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .main-container,
  .main-container-md,
  .main-container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container,
  .main-container-lg,
  .main-container-md,
  .main-container-sm {
    max-width: 75pc;
  }
  .root > .container-wrapper > .main-container {
    max-width: 100%;
  }
}
.root > .container-wrapper > .main-container {
  padding: 0;
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
}
.poker-blog-page .main-container,
.poker-blog-page .main-container-lg,
.poker-blog-page .main-container-md,
.poker-blog-page .main-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.5rem);
  padding-right: var(--bs-gutter-x, 0.5rem);
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
.row {
  margin: 0 auto;
  max-width: 100%;
}
.row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row [class^="col-"] {
  float: left;
  padding: 1rem;
}
.row [class^="col-"]:not(:last-child) {
  margin-right: 1.25rem;
}
.row .col-1 {
  width: calc(8.33333% - 1.14583rem);
}
.row .col-2 {
  width: calc(16.66667% - 1.04167rem);
}
.row .col-3 {
  width: calc(25% - 0.9375rem);
}
.row .col-4 {
  width: calc(33.33333% - 0.83333rem);
}
.row .col-5 {
  width: calc(41.66667% - 0.72917rem);
}
.row .col-6 {
  width: calc(50% - 0.625rem);
}
.row .col-7 {
  width: calc(58.33333% - 0.52083rem);
}
.row .col-8 {
  width: calc(66.66667% - 0.41667rem);
}
.row .col-9 {
  width: calc(75% - 0.3125rem);
}
.row .col-10 {
  width: calc(83.33333% - 0.20833rem);
}
.row .col-11 {
  width: calc(91.66667% - 0.10417rem);
}
.row .col-12 {
  width: 100%;
}
@media (min-width: 640px) {
  .row .col-sm-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-sm-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-sm-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-sm-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-sm-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-sm-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-sm-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-sm-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-sm-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-sm-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-sm-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .row .col-md-1 {
    width: calc(8.33333% - 1.14583rem);
  }
  .row .col-md-2 {
    width: calc(16.66667% - 1.04167rem);
  }
  .row .col-md-3 {
    width: calc(25% - 0.9375rem);
  }
  .row .col-md-4 {
    width: calc(33.33333% - 0.83333rem);
  }
  .row .col-md-5 {
    width: calc(41.66667% - 0.72917rem);
  }
  .row .col-md-6 {
    width: calc(50% - 0.625rem);
  }
  .row .col-md-7 {
    width: calc(58.33333% - 0.52083rem);
  }
  .row .col-md-8 {
    width: calc(66.66667% - 0.41667rem);
  }
  .row .col-md-9 {
    width: calc(75% - 0.3125rem);
  }
  .row .col-md-10 {
    width: calc(83.33333% - 0.20833rem);
  }
  .row .col-md-11 {
    width: calc(91.66667% - 0.10417rem);
  }
  .row .col-md-12 {
    width: 100%;
  }
}
.container-background-color {
  background-color: #f4f4f4;
}
.container-wrapper .display-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.poker-blog-page .container-background-color {
  background-color: #fff;
}
.poker-blog-page.poker-blog-page-dark .container-background-color {
  background-color: #000;
}
body,
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "888", arial, verdana, sans-serif;
}
body .h1,
body h1,
html .h1,
html h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h1,
  body h1,
  html .h1,
  html h1 {
    font-size: 2.25rem;
  }
}
body .h2,
body h2,
html .h2,
html h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h2,
  body h2,
  html .h2,
  html h2 {
    font-size: 1.7rem;
  }
}
body .h3,
body h3,
html .h3,
html h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h3,
  body h3,
  html .h3,
  html h3 {
    font-size: 1.6rem;
  }
}
body .h4,
body h4,
html .h4,
html h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h4,
  body h4,
  html .h4,
  html h4 {
    font-size: 1.4rem;
  }
}
body .h5,
body h5,
html .h5,
html h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h5,
  body h5,
  html .h5,
  html h5 {
    font-size: 1.2rem;
  }
}
body .h6,
body h6,
html .h6,
html h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  body .h6,
  body h6,
  html .h6,
  html h6 {
    font-size: 1rem;
  }
}
body p,
html p {
  font-size: 1pc;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body p,
  html p {
    font-size: 1rem;
  }
}
.accordion-container-component body .accordion,
.accordion-container-component html .accordion,
body .accordion-container-component .accordion,
body .bold,
body b,
html .accordion-container-component .accordion,
html .bold,
html b {
  font-weight: 700;
}
body .normal,
body .regular,
html .normal,
html .regular {
  font-weight: 400;
}
body.poker-blog-page .h1,
body.poker-blog-page h1,
html.poker-blog-page .h1,
html.poker-blog-page h1 {
  color: #1c1c1c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h1,
  body.poker-blog-page h1,
  html.poker-blog-page .h1,
  html.poker-blog-page h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
body.poker-blog-page .h2,
body.poker-blog-page h2,
html.poker-blog-page .h2,
html.poker-blog-page h2 {
  color: #1c1c1c;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h2,
  body.poker-blog-page h2,
  html.poker-blog-page .h2,
  html.poker-blog-page h2 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page .h3,
body.poker-blog-page h3,
html.poker-blog-page .h3,
html.poker-blog-page h3 {
  color: #1c1c1c;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body.poker-blog-page .h3,
  body.poker-blog-page h3,
  html.poker-blog-page .h3,
  html.poker-blog-page h3 {
    font-size: 1.7rem;
  }
}
body.poker-blog-page.poker-blog-page-dark .h1,
body.poker-blog-page.poker-blog-page-dark .h2,
body.poker-blog-page.poker-blog-page-dark .h3,
body.poker-blog-page.poker-blog-page-dark h1,
body.poker-blog-page.poker-blog-page-dark h2,
body.poker-blog-page.poker-blog-page-dark h3,
html.poker-blog-page.poker-blog-page-dark .h1,
html.poker-blog-page.poker-blog-page-dark .h2,
html.poker-blog-page.poker-blog-page-dark .h3,
html.poker-blog-page.poker-blog-page-dark h1,
html.poker-blog-page.poker-blog-page-dark h2,
html.poker-blog-page.poker-blog-page-dark h3 {
  color: #fff;
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/888-light-webfont.woff2)
      format("woff2"),
    url(/assets/888-light-webfont.woff) format("woff"),
    url(/assets/888-light-webfont.ttf)
      format("truetype"),
    url(/assets/888-light-webfont.svg#svg888-light-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-medium-webfont.woff2)
      format("woff2"),
    url(/assets/888-medium-webfont.woff) format("woff"),
    url(/assets/888-medium-webfont.ttf)
      format("truetype"),
    url(/assets/888-medium-webfont.svg#svg888-medium-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-demibold-webfont.woff2)
      format("woff2"),
    url(/assets/888-demibold-webfont.woff)
      format("woff"),
    url(/assets/888-demibold-webfont.ttf)
      format("truetype"),
    url(/assets/888-demibold-webfont.svg#svg888-demibold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/888-bold-webfont.woff2)
      format("woff2"),
    url(/assets/888-bold-webfont.woff) format("woff"),
    url(/assets/888-bold-webfont.ttf) format("truetype"),
    url(/assets/888-bold-webfont.svg#svg888-bold-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/888-black-webfont.woff2)
      format("woff2"),
    url(/assets/888-black-webfont.woff) format("woff"),
    url(/assets/888-black-webfont.ttf)
      format("truetype"),
    url(/assets/888-black-webfont.svg#888-black-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/888-ultra-webfont.woff2)
      format("woff2"),
    url(/assets/888-ultra-webfont.woff) format("woff"),
    url(/assets/888-ultra-webfont.ttf)
      format("truetype"),
    url(/assets/888-ultra-webfont.svg#svg888-ultra-webfont)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/888-SemiCondensedMedium.eot);
  src: url(/assets/888-SemiCondensedMedium.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedMedium.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedMedium.woff)
      format("woff"),
    url(/assets/888-SemiCondensedMedium.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedMedium.svg#888-SemiCondensedMedium)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/888-SemiCondensedDemiBold.eot);
  src: url(/assets/888-SemiCondensedDemiBold.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensedDemiBold.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensedDemiBold.woff)
      format("woff"),
    url(/assets/888-SemiCondensedDemiBold.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensedDemiBold.svg#888-SemiCondensedDemiBold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "888 Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/888-SemiCondensed.eot);
  src: url(/assets/888-SemiCondensed.eot)
      format("embedded-opentype"),
    url(/assets/888-SemiCondensed.woff2)
      format("woff2"),
    url(/assets/888-SemiCondensed.woff)
      format("woff"),
    url(/assets/888-SemiCondensed.ttf)
      format("truetype"),
    url(/assets/888-SemiCondensed.svg#888-SemiCondensed)
      format("svg");
}
.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.icon--arrow-down-medium {
  background-image: url(/assets/arrow-medium-light-grey-bottom.png);
  height: 0.5rem;
  width: 1.125rem;
}
.icon--arrow-down-small {
  background-image: url(/assets/arrow-small-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-down-small-light {
  background-image: url(/assets/arrow-small-light-grey-buttom.png);
  height: 0.3125rem;
  width: 0.5625rem;
}
.icon--arrow-up-big {
  background-image: url(/assets/arrow-big-white-top.png);
  height: 0.8125rem;
  width: 1.875rem;
}
.icon--arrow-up-medium {
  background-image: url(/assets/arrow-medium-white-top.png);
  height: 0.5rem;
  width: 1.125rem;
}
.icon--ball-888-grey {
  background-image: url(/assets/888-ball-dark-grey.png);
  height: 1.625rem;
  width: 1.625rem;
}
.icon--ring-888-black {
  background-image: url(/assets/ring-black.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-green {
  background-image: url(/assets/ring-green.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-orange {
  background-image: url(/assets/ring-orange.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--ring-888-red {
  background-image: url(/assets/ring-red.png);
  height: 0.9375rem;
  width: 0.9375rem;
}
.icon--timer {
  background-image: url(/assets/icon-timer.png);
  background-size: 1.5625rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.icon--loader {
  background-image: url(/assets/loader.gif);
  height: 5rem;
  width: 5rem;
}
.icon--world-grey {
  background-image: url(/assets/world-grey.png);
}
.icon--world-grey,
.icon--world-white {
  background-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
}
.icon--world-white {
  background-image: url(/assets/world-white.png);
}
.icon--text-minus-white {
  background-image: url(/assets/t-minus-white.svg);
}
.icon--text-minus-black,
.icon--text-minus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-minus-black {
  background-image: url(/assets/t-minus-black.svg);
}
.icon--text-plus-white {
  background-image: url(/assets/t-plus-white.svg);
}
.icon--text-plus-black,
.icon--text-plus-white {
  background-size: 2.3125rem 1.6875rem;
  height: 1.6875rem;
  width: 2.3125rem;
}
.icon--text-plus-black {
  background-image: url(/assets/t-plus-black.svg);
}
.icon--calendar-blue {
  background-image: url(/assets/calendar-editable-color.svg);
  -webkit-filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  filter: invert(46%) sepia(70%) saturate(5894%) hue-rotate(195deg)
    brightness(97%) contrast(102%);
  height: 0.8125rem;
  width: 0.9rem;
}
.poker-blog-page .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.poker-blog-page .icon--arrow-up-big {
  background-image: url(/assets/arrow-small-white-top.png);
  background-size: 0.8125rem;
  height: 0.8125rem;
  width: 0.8125rem;
}
.accordion-container-component table {
  border-collapse: collapse;
  width: 100%;
}
.accordion-container-component table tbody.accordion tr {
  border-top: 0.0625rem solid #dadada;
}
.accordion-container-component table tbody.accordion tr .arrow {
  content: url(/assets/arrow-medium-light-grey-bottom.png);
  float: right;
  margin-top: 0.5rem;
}
.accordion-container-component table tbody.accordion:first-child tr {
  border-top: none;
}
.accordion-container-component table .panel {
  display: none;
  overflow: hidden;
}
.accordion-container-component table .panel.open td {
  padding: 0.75rem;
}
.accordion-container-component td {
  padding: 0.5rem;
  text-align: left;
}
.accordion-container-component .accordion {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.6;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  width: 100%;
}
.accordion-container-component .accordion.active .arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ambassador-numbered-list-component {
  padding-top: 1rem;
}
@media (min-width: 1025px) {
  .ambassador-numbered-list-component {
    padding-top: 2%;
  }
}
.ambassador-numbered-list-component .list-title {
  color: #007cf7;
  margin-bottom: 1.525rem;
  text-align: center;
}
@media (min-width: 640px) {
  .ambassador-numbered-list-component .list-title {
    text-align: left;
  }
}
.ambassador-numbered-list-component .content__list .list-item {
  margin-bottom: 1.5rem;
}
.ambassador-numbered-list-component .content__list .list-item__number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 600;
  height: 2.125rem;
  margin-right: 2rem;
  width: 2.125rem;
}
.ambassador-numbered-list-component .content__image {
  display: none;
  width: 26%;
}
@media (min-width: 1025px) {
  .ambassador-numbered-list-component .content__image {
    display: block;
  }
}
.ambassador-numbered-list-component .content__image img {
  height: auto;
  width: 100%;
}
.ambassador-numbered-list-component.edit-mode .content__image {
  display: block;
}
.article-slider-component {
  padding: 2rem 0;
}
@media (min-width: 1025px) {
  .article-slider-component {
    padding: 2rem 0.625rem;
  }
}
.article-slider-component .article-slider-container {
  position: relative;
}
.article-slider-component .article-slider-container a {
  color: #000;
}
.article-slider-component .article-slider-container a:hover {
  color: #007cf7;
}
.article-slider-component .article-slider-container .slide-img,
.article-slider-component .article-slider-container .slide-text {
  width: 16.25rem;
}
.article-slider-component .article-slider-container .slide-img {
  display: inline-block;
  height: 9.125rem;
}
.article-slider-component .article-slider-container .slide-text {
  display: block;
  padding: 0.8rem 0;
}
.article-slider-component .swiper {
  margin: 1.25rem auto;
  max-width: 71rem;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  align-items: baseline;
  justify-content: left;
}
@media (min-width: 1025px) {
  .article-slider-component .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.article-slider-component .swiper-button-next,
.article-slider-component .swiper-button-prev {
  display: none;
  top: 33%;
}
@media (min-width: 1025px) {
  .article-slider-component .swiper-button-next,
  .article-slider-component .swiper-button-prev {
    display: block;
  }
}
.article-slider-component .swiper-button-prev {
  content: url(/assets/promotion-arrows-left.png);
  left: -1.5rem;
}
.article-slider-component .swiper-button-next {
  content: url(/assets/promotion-arrows-right.png);
  right: -1.5rem;
}
.banner-disclaimer-component {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 999;
}
.banner-disclaimer-component.promoStyle {
  background-color: #1d1f22;
}
.banner-disclaimer-component.promoStyle .disclaimer-container {
  color: #fff;
}
.banner-disclaimer-component.promoStyle
  .disclaimer-container
  .disclaimer-content {
  padding: 0.5rem 1rem;
}
@media (max-width: 1025px) {
  .banner-disclaimer-component.promoStyle
    .disclaimer-container
    .disclaimer-content {
    padding: 0.5rem 0;
  }
}
.banner-disclaimer-component.promoStyle
  .disclaimer-container
  .disclaimer-content
  p {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 1.25rem;
}
@media (max-width: 1025px) {
  .banner-disclaimer-component.promoStyle
    .disclaimer-container
    .disclaimer-content
    p {
    margin: 0;
  }
}
.banner-disclaimer-component.hpStyle {
  background-color: #000;
}
.banner-disclaimer-component.hpStyle .disclaimer-container {
  color: #fff;
  text-align: center;
}
.banner-disclaimer-component.hpStyle
  .disclaimer-container
  .disclaimer-content
  p {
  font-size: 0.75rem;
  padding: 5px 10px;
}
.banner-image-and-text-overlay-component {
  background-position: 35% 0;
  background-size: cover;
  z-index: 1;
}
.banner-image-and-text-overlay-component .black-opacity {
  border-color: transparent transparent #000;
  border-style: none solid solid;
  border-width: 0 0 21.563rem 9.375rem;
  content: "";
  opacity: 0.7;
  padding-left: 100%;
}
.banner-image-and-text-overlay-component .black-opacity-mobile {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.7;
  width: 100%;
}
.banner-image-and-text-overlay-component .row {
  max-width: 75em;
}
.banner-image-and-text-overlay-component .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21.563rem;
  justify-content: center;
}
.banner-image-and-text-overlay-component .inner .text-overlay {
  color: #fff;
  font-size: 1.438rem;
  margin: auto;
  max-width: 18.75rem;
  top: auto;
  z-index: 2;
}
.banner-image-and-text-overlay-component .inner .text-overlay .title {
  margin-bottom: 1.25rem;
}
.banner-image-and-text-overlay-component .inner .text-overlay .blue-text {
  color: #007cf7;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.banner-image-and-text-overlay-component .inner .text-overlay .image img {
  height: auto;
  width: 100%;
}
.banner-image-and-text-overlay-component .inner.image-content-lp .text-overlay {
  margin: auto;
  max-width: 18.75rem;
}
.banner-image-and-text-overlay-component
  .inner.image-content-lp
  .text-overlay.more-padding {
  padding: 3.3125rem 1.25rem;
}
.banner-image-and-text-overlay-component .logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: absolute;
  top: 0.625rem;
  width: 100%;
  z-index: 997;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container {
  position: relative;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container a {
  text-decoration: none;
}
.banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
  height: 2.5rem;
  width: auto;
}
.banner-image-and-text-overlay-component
  .logo-wrapper
  .main-container
  .extra-logo {
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: -0.625rem;
  width: auto;
}
@media (min-width: 1025px) {
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    display: none;
  }
}
@media (min-width: 640px) {
  .banner-image-and-text-overlay-component .black-opacity {
    border-bottom: 32.813rem solid #000;
    padding-left: 45%;
  }
  .banner-image-and-text-overlay-component .inner {
    height: 32.813rem;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay {
    left: 25%;
    text-align: left;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay .blue-text {
    font-size: 4.375rem;
  }
  .banner-image-and-text-overlay-component .inner .text-overlay .text p {
    font-size: 1.438rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay {
    left: 0;
    margin: auto;
    max-width: 25rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay.more-padding {
    padding: 3.3125rem 1.25rem;
  }
  .banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
    height: 3.4375rem;
    width: auto;
  }
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    height: 4.9375rem;
    top: -0.625rem;
  }
}
@media (min-width: 1025px) {
  .banner-image-and-text-overlay-component .black-opacity-mobile {
    display: none;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay {
    left: 30%;
    margin: auto;
    max-width: 23.18rem;
  }
  .banner-image-and-text-overlay-component
    .inner.image-content-lp
    .text-overlay.more-padding {
    padding: 1.5rem;
  }
  .banner-image-and-text-overlay-component .logo-wrapper .main-container .logo {
    height: 3.5rem;
    width: auto;
  }
  .banner-image-and-text-overlay-component
    .logo-wrapper
    .main-container
    .extra-logo {
    display: none;
  }
}
.banner-image-and-text-overlay-component.mb-hero {
  margin-bottom: 1.688rem;
}
.banner-with-title-and-cta-component {
  background-color: #f4f4f4;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 65rem;
  padding: 1.25rem 0;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .title-container {
  padding: 0 0.9375rem;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .title-container
  .title {
  font-weight: 700;
}
.banner-with-title-and-cta-component
  .banner-with-title-and-cta-wrapper
  .cta-template {
  margin: auto 0;
  padding: 1.25rem 0;
}
@media (min-width: 640px) {
  .banner-with-title-and-cta-component .banner-with-title-and-cta-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    max-width: 75rem;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .title-container {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: auto 0;
    max-width: 100%;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .title-container
    .title {
    text-align: left;
  }
  .banner-with-title-and-cta-component
    .banner-with-title-and-cta-wrapper
    .cta-template {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto 0;
    padding: 1.25rem 0;
  }
}
.carousel-banner-component .carousel-banner-container {
  margin-bottom: 2rem;
}
.carousel-banner-component .carousel-banner-container img {
  height: 18.125rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) {
  .carousel-banner-component .carousel-banner-container img {
    float: left;
    margin: 0;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .carousel-banner-component
    .carousel-banner-container
    .swiper
    .swiper-pagination {
    margin-bottom: 0;
  }
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.2rem;
  background-color: #fff;
  margin: 0 0.7rem;
  opacity: 1;
}
.carousel-banner-component
  .carousel-banner-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.dark-promotion-component .dark-promotion-container {
  background: #3e3e3e;
  padding: 0 0.625rem;
}
.dark-promotion-component .dark-promotion-container .title .title-component {
  color: #fff;
  margin: 1.5rem 0;
}
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .text
  p,
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .title {
  color: #fff;
}
.dark-promotion-component
  .dark-promotion-container
  .text-with-icon
  .text-with-icon-component
  .image-container
  img {
  height: 4.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.dark-promotion-component .dark-promotion-container .rich-text .text p {
  color: #fff;
}
.cta-template.cta-secondary a.download-animation-component:before,
.download-animation-component.overlay,
.image-component .download-animation-component.image-container:before {
  position: fixed;
  z-index: 999;
}
.download-animation-component .arrow {
  bottom: 10%;
  height: auto;
  left: 4%;
  position: fixed;
  width: 6.25rem;
}
.download-animation-component .loader {
  bottom: calc(50% - 2pc);
  height: 4rem;
  left: calc(50% - 2pc);
  position: fixed;
  width: 4rem;
}
.blur {
  -webkit-touch-callout: none;
  -webkit-filter: blur(0.5rem);
  -moz-filter: blur(0.5rem);
  -o-filter: blur(0.5rem);
  -ms-filter: blur(0.5rem);
  filter: blur(0.5rem);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu-component {
  gap: 0.5rem;
  margin: 2rem 1rem;
}
@media (min-width: 640px) {
  .dropdown-menu-component {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: left;
    margin: 2rem 0.5rem;
  }
}
.dropdown-menu-component .dropdown-container .text {
  padding-left: 0.5rem;
}
.dropdown-menu-component .dropdown-container .button {
  background: url(/assets/arrow-small-grey-bottom.png)
    no-repeat center right 10px #fff;
  background-size: 1rem;
  border: 1px solid #cacaca;
  color: #007cf7;
  height: 2.5rem;
  min-width: 12.5rem;
  position: relative;
  text-align: left;
}
.dropdown-menu-component .dropdown-container .dropdown-options {
  background: #e4e4e4;
  border-radius: 0.225rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #007cf7;
  min-width: 11.25rem;
  z-index: 997;
}
@media (min-width: 1025px) {
  .dropdown-menu-component .dropdown-container .dropdown-options {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    min-width: 12.5rem;
    z-index: 997;
  }
}
.dropdown-menu-component .dropdown-container .dropdown-options a {
  color: #007cf7;
  height: 2.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
}
.dropdown-menu-component .dropdown-container .dropdown-options a:first-child {
  background: #d7d7d7;
  color: #000;
  margin-top: 0.175rem;
}
@media (min-width: 1025px) {
  .dropdown-menu-component .dropdown-container .dropdown-options a {
    border-bottom: 1px solid #cacaca;
    color: #000;
    cursor: pointer;
    height: 2.5rem;
  }
  .dropdown-menu-component .dropdown-container .dropdown-options a:first-child {
    background: none;
    color: #000;
    margin-top: 0;
  }
}
.dropdown-menu-component .dropdown-container .dropdown-options a:hover {
  background-color: #ddd;
  color: #0a0a23;
}
.event-table_v2 {
  margin: 1.5rem auto;
  max-width: 75rem;
  overflow: auto;
  padding: 0.625rem;
  position: relative;
}
.event-table_v2 table {
  border-collapse: collapse;
  width: 100%;
}
.event-table_v2 table thead {
  background-color: #007cf7;
  border: 0.0625rem solid #007cf7;
  color: #f7f7f7;
}
.event-table_v2 table tbody {
  background-color: #f7f7f7;
}
.event-table_v2 table .panel {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-table_v2 table .panel.open td {
  padding: 0.5rem;
}
.event-table_v2 table .panel.open > tr {
  border-left: 0.0625rem solid #f7f7f7;
  border-right: 0.0625rem solid #f7f7f7;
}
.event-table_v2 table .panel.open > tr:last-child {
  border-bottom: 0.0625rem solid #f7f7f7;
}
.event-table_v2 td {
  padding: 0.5rem;
  text-align: left;
}
.event-table_v2 .event-table-accordion {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  width: 100%;
}
.event-table_v2 .event-table-accordion.dateUppercase {
  text-transform: uppercase;
}
.event-table_v2 .event-table-accordion.dateCapitalize {
  text-transform: capitalize;
}
.event-table_v2 .event-table-accordion.active {
  font-size: 1.03125rem;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.event-table_v2 .event-table-accordion.active td {
  padding: 0.5rem;
}
.event-table_v2 .event-table-accordion tr {
  border: 0.0625rem solid #f7f7f7;
}
.event-table_v2 .arrow {
  content: url(/assets/eventTable-open.png);
  float: right;
  margin-right: 1.125rem;
  margin-top: 0.25rem;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.event-table_v2 .arrow.arrow-responsive {
  position: relative;
}
.event-table_v2 .event-table-notification {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.625rem;
}
.event-table {
  margin: 1.5rem auto;
  max-width: 75rem;
  overflow: auto;
  padding: 0.625rem;
}
.event-table table {
  border-collapse: collapse;
  width: 100%;
}
.event-table table thead {
  background-color: #007cf7;
  border: 0.0625rem solid #007cf7;
  color: #f7f7f7;
}
.event-table table tbody {
  background-color: #f7f7f7;
}
.event-table table .panel {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-table table .panel.open td {
  padding: 0.75rem;
}
.event-table table .panel.open > tr {
  border-left: 0.0625rem solid #f7f7f7;
  border-right: 0.0625rem solid #f7f7f7;
}
.event-table table .panel.open > tr:last-child {
  border-bottom: 0.0625rem solid #f7f7f7;
}
.event-table td {
  padding: 0.5rem;
  text-align: left;
}
.event-table .col1 {
  width: 4.6875rem;
}
.event-table .col2 {
  width: 3.8125rem;
}
.event-table .col3 {
  width: 15.3125rem;
}
.event-table .col4 {
  white-space: nowrap;
  width: 6.25rem;
}
.event-table .col5 {
  white-space: nowrap;
  width: 5.9375rem;
}
.event-table .col6 {
  white-space: nowrap;
  width: 5.5rem;
}
.event-table .col7 {
  width: 6.25rem;
}
.event-table .col8 {
  width: 6.875rem;
}
.event-table .col9 {
  width: 19.125rem;
}
.event-table .accordion {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  outline: none;
  padding: 0.5rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  width: 100%;
}
.event-table .accordion.active {
  font-size: 1.03125rem;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.event-table .accordion.active td {
  padding: 0.75rem;
}
.event-table .accordion.active .arrow {
  margin-right: 0.875rem;
}
.event-table .accordion tr {
  border: 0.0625rem solid #f7f7f7;
}
.event-table .arrow {
  content: url(/assets/eventTable-open.png);
  float: right;
  margin-right: 1.125rem;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.free-html-authorcomment {
  color: #969696;
  padding-bottom: 0.625rem;
}
.gallery-item-component {
  padding: 0 1rem;
}
.gallery-item-component .image {
  padding: 1.25rem 0;
  text-align: center;
}
.gallery-item-component .image img {
  height: auto;
  max-width: 70%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery-item-component .image img {
    max-width: 80%;
  }
}
.gallery-item-component .text {
  line-height: 1.6;
  padding-top: 0.2em;
}
.carousel .gallery-item {
  padding-bottom: 1.25rem;
}
.gallery-component .edit-mode .parsys > div:nth-child(2) {
  display: none;
}
.gallery-component .gallery-title {
  font-size: 2.25rem;
  line-height: 1.2;
  padding-top: 1.25rem;
}
@media (min-width: 640px) {
  .gallery-component .gallery-title {
    padding: 1.75rem 0;
  }
}
.gallery-component .swiper {
  padding-bottom: 2rem;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery-component .swiper {
    padding-bottom: 0;
  }
}
.gallery-component .swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .gallery-component .swiper .swiper-wrapper {
    padding-bottom: 2rem;
  }
}
.gallery-component .swiper .swiper-wrapper .swiper-slide {
  padding: 0 1rem;
}
.gallery-component .swiper .swiper-pagination {
  bottom: 1rem;
  left: 0;
}
.gallery-component .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  opacity: 1;
}
.gallery-component .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.herobanner-homepage-component {
  position: relative;
}
.herobanner-homepage-component .herobanner-media {
  width: 100%;
}
.herobanner-homepage-component .herobanner-media.edit-mode {
  height: 500px;
}
.herobanner-homepage-component .herobanner-media .herobanner-video {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image {
  height: 100%;
}
.herobanner-homepage-component .herobanner-media .herobanner-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.herobanner-homepage-component .herobanner-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-desktop {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.herobanner-homepage-component .herobanner-mobile {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-mobile {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 997;
}
.herobanner-homepage-component .logo-wrapper.logo-left {
  left: 0.625rem;
  max-width: 6.25rem;
  top: 3.125rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
@media only screen and (max-height: 53.125rem) {
  .herobanner-homepage-component .logo-wrapper.logo-left {
    display: none;
  }
}
.herobanner-homepage-component .logo-wrapper.logo-header {
  top: 1rem;
}
.herobanner-homepage-component .logo-wrapper .logo {
  height: 3.75rem;
  width: auto;
}
.herobanner-homepage-component .logo-wrapper a {
  text-decoration: none;
}
.herobanner-homepage-component .main_offer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  left: 50%;
  margin: 0 auto;
  max-width: 94%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer {
    max-width: 75rem;
    padding: 0.9375rem;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.herobanner-homepage-component .main_offer a {
  color: #fff;
  text-decoration: none;
}
.herobanner-homepage-component .main_offer .text_offer {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .text_offer {
    color: #fff;
    display: block;
    margin: 0 auto 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text {
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-sm,
.herobanner-homepage-component .main_offer .text_offer.homepage-text p {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.3;
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-md {
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-md {
    font-size: 2.1875rem;
    font-weight: 600;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-lg {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-lg {
    font-size: 2.625rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.homepage-text .text-xl {
  font-size: 2.625rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.homepage-text
    .text-xl {
    font-size: 3.4375rem;
  }
}
.herobanner-homepage-component .main_offer .text_offer.landing-page-text {
  line-height: 1.2;
  text-shadow: 0 0 1.25rem #000, 0 0 1.25rem #000, 0 0 1.25rem #000;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-sm,
.herobanner-homepage-component .main_offer .text_offer.landing-page-text p {
  font-size: 1.125rem;
  font-weight: 900;
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-md {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-md {
    font-size: 1.375rem;
  }
}
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-lg,
.herobanner-homepage-component
  .main_offer
  .text_offer.landing-page-text
  .text-xl {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-lg,
  .herobanner-homepage-component
    .main_offer
    .text_offer.landing-page-text
    .text-xl {
    font-size: 2.625rem;
    line-height: 1.3;
  }
}
.herobanner-homepage-component .main_offer .CTA_btns {
  font-size: 1.1875rem;
  margin: 0.625rem auto auto;
  min-width: 12.5rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer .CTA_btns {
    margin-left: 0;
    min-width: 17.5rem;
  }
}
.herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  margin: 0.5rem 0 0;
  width: 17.5rem;
}
@media (max-width: 1025px) {
  .herobanner-homepage-component .main_offer .extra-text-CTA-wrapper {
    margin: 0.5rem auto 0;
  }
}
.herobanner-homepage-component
  .main_offer
  .extra-text-CTA-wrapper
  .landing-extra-cta
  a {
  text-decoration: underline;
}
.herobanner-homepage-component .main_offer_desktop {
  bottom: 3%;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .main_offer_desktop {
    bottom: auto;
  }
}
.herobanner-homepage-component .linear-shadow-effect {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #000),
    color-stop(transparent),
    to(transparent)
  );
  background-image: linear-gradient(0deg, #000 5%, transparent, transparent);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .linear-shadow-effect {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(transparent)
    );
    background-image: linear-gradient(90deg, #000, transparent);
    opacity: 95%;
  }
}
.herobanner-homepage-component .linear-shadow-effect.edit-mode-shadow {
  background-repeat: no-repeat;
  height: 100%;
}
.herobanner-homepage-component .fadeInAnimate {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.herobanner-homepage-component .herobanner-media,
.herobanner-homepage-component .linear-shadow-effect {
  height: 63vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 70vh;
  }
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1025px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 90vh;
  }
}
@media (min-width: 1200px) {
  .herobanner-homepage-component .herobanner-media,
  .herobanner-homepage-component .linear-shadow-effect {
    height: 62vh;
  }
}
.herobanner-homepage-component.landing-page-banner .herobanner-media,
.herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
  height: 32.8125rem;
  max-height: 100vh;
}
@media (min-width: 640px) {
  .herobanner-homepage-component.landing-page-banner .herobanner-media,
  .herobanner-homepage-component.landing-page-banner .linear-shadow-effect {
    height: 35.9375rem;
  }
}
.cta-template a {
  cursor: pointer;
  font-weight: 700;
}
.cta-template.cta-primary a {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.cta-template.cta-secondary a:hover:before {
  background: #000;
}
.cta-template.cta-tertiary a {
  border: 0.063rem solid #fff;
}
.cta-template.cta-glow a {
  -webkit-animation: glowing 1.3s infinite;
  animation: glowing 1.3s infinite;
  border: 3px solid #fce403;
  font-weight: 900;
  min-width: 12.5rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cta-template.cta-glow a:hover {
  -webkit-animation: none;
  animation: none;
  background: 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fce403;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
  50% {
    background-color: #fffa78;
    -webkit-box-shadow: 0 0 20px #fffa78;
    box-shadow: 0 0 20px #fffa78;
  }
  to {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
}
@keyframes glowing {
  0% {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
  50% {
    background-color: #fffa78;
    -webkit-box-shadow: 0 0 20px #fffa78;
    box-shadow: 0 0 20px #fffa78;
  }
  to {
    background-color: #ffea2b;
    -webkit-box-shadow: 0 0 5px #ffea2b;
    box-shadow: 0 0 5px #ffea2b;
  }
}
.cta-template.cta-plain-text a {
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
}
.cta-template.cta-blog-grid {
  background: #007cf7;
  border-radius: 8px;
}
.cta-template.cta-blog-grid a {
  color: #fff;
  display: block;
  font-size: 0.938rem;
  font-weight: 700;
  padding: 0.5625rem 0.875rem;
  text-align: center;
  width: 100%;
}
.cta-template.cta-blog-grid a:hover {
  color: #fff;
}
.cta-template.cta-blog-row {
  background: #007cf7;
  border-radius: 8px 0 0 8px;
  margin: -1pc;
}
.cta-template.cta-blog-row a {
  color: #fff;
  display: block;
  font-size: 0.938rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.cta-template.cta-blog-row a .blog-arrow {
  background: #fff;
  position: absolute;
  right: 5px;
}
.cta-template.cta-blog-row a .blog-arrow.right {
  border-radius: 0 0 0 0.18em;
  -webkit-clip-path: polygon(0 0, 70% 70%, 0 70%);
  clip-path: polygon(0 0, 70% 70%, 0 70%);
  display: inline-block;
  height: 13px;
  margin-left: 0;
  margin-right: 10px;
  top: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 13px;
}
.cta-template.cta-blog-row a:hover {
  color: #fff;
}
.cta-template.cta-blog-row a:hover .blog-arrow.right {
  margin-right: 7px;
}
.cta-padding-small {
  padding: 0.25rem 1rem;
}
.cta-padding-default,
.cta-template a {
  padding: 0.625rem 2.5rem;
}
.cta-primary-text,
.cta-template.cta-primary a {
  color: #fff;
}
.cta-primary-bg,
.cta-template.cta-primary a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #007cf7),
    color-stop(50%, #0077ed)
  );
  background-image: linear-gradient(#007cf7 50%, #0077ed 0);
}
.cta-secondary-text,
.cta-template.cta-glow a,
.cta-template.cta-secondary a {
  color: #000;
}
.cta-secondary-bg,
.cta-template.cta-glow a,
.cta-template.cta-secondary a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff46a),
    color-stop(50%, #fff46a),
    color-stop(51%, #fee92c),
    to(#fee92c)
  );
  background: linear-gradient(
    180deg,
    #fff46a 0,
    #fff46a 50%,
    #fee92c 51%,
    #fee92c
  );
}
.cta-template.cta-tertiary a,
.cta-tertiary-bg {
  background-color: transparent;
}
.cta-template.cta-tertiary a,
.cta-tertiary-text {
  color: #fff;
}
.cta-template.cta-tertiary a:hover,
.hover-cta-tertiary-border {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.cta-outline-text,
.cta-template.cta-outline a {
  color: #007cf7;
}
.cta-outline-border,
.cta-template.cta-outline a {
  border: 1px solid #007cf7;
}
.cta-outline-bg,
.cta-template.cta-outline a {
  background: #000;
}
.cta-outline-bg-hover,
.cta-template.cta-outline a:hover {
  background: #fff;
}
.event-card-template .event-link {
  color: #fff;
  text-decoration: none;
}
.event-card-template .event-link .image-wrapper {
  height: 10rem;
}
.event-card-template .event-link .image-wrapper picture {
  height: 100%;
}
.event-card-template .event-link .image-wrapper picture img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-card-template .event-link .text-wrapper {
  border-radius: 0 0 1.2em 1.2em;
  padding: 1rem;
}
.event-card-template .event-link .text-wrapper .description > span,
.event-card-template .event-link .text-wrapper .title > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 3rem;
  max-height: 3rem;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
}
.event-card-template .event-link .text-wrapper--live {
  background-color: #007cf7;
}
.event-card-template .event-link .text-wrapper--past {
  background-color: #949599;
}
.event-card-template .event-link .text-wrapper .separator {
  border-top: 0.03125rem solid #fff;
  margin: 0.5rem 0;
  opacity: 0.5;
}
.event-carousel-template .swiper {
  padding: 0.85rem 0 1.01rem;
  width: 100%;
}
.event-carousel-template .swiper .swiper-wrapper {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .event-carousel-template .swiper .swiper-wrapper {
    padding-bottom: 3.5rem;
  }
}
.event-carousel-template .swiper .swiper-pagination {
  bottom: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .event-carousel-template .swiper .swiper-pagination {
    display: block;
  }
}
.event-carousel-template .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.4rem;
  background-color: #949599;
  opacity: 1;
}
.event-carousel-template
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.event-carousel-template .swiper-backface-hidden .swiper-wrapper {
  padding-bottom: 0;
}
.text-with-icon-template {
  padding-bottom: 2.5rem;
}
.text-with-icon-template.noPaddingBottom {
  padding-bottom: 0;
}
.text-with-icon-template.layout-left .image-container {
  padding-right: 1.25rem;
}
.text-with-icon-template.layout-left .image-container img {
  height: auto;
  max-width: 5rem;
}
.text-with-icon-template.layout-left .text-container .title {
  font-weight: 600;
}
.text-with-icon-template.layout-left .text-container h3.title {
  font-size: 1.4rem;
  font-weight: 400;
}
.text-with-icon-template.layout-left .text-container h4.title {
  font-size: 1rem;
  font-weight: 700;
}
.text-with-icon-template.layout-left .text-container h1.title {
  font-size: 2rem;
}
@media (min-width: 640px) {
  .text-with-icon-template.layout-left .text-container h1.title {
    font-size: 2.25rem;
  }
}
.text-with-icon-template.layout-left .text-container h2.title {
  font-size: 1.7rem;
}
.text-with-icon-template.layout-left .text-container h5.title,
.text-with-icon-template.layout-left .text-container h6.title {
  font-size: 1.4rem;
}
.text-with-icon-template.layout-left-landing-page {
  font-size: 1rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text-with-icon-template.layout-left-landing-page {
    font-size: 1rem;
  }
}
.text-with-icon-template.layout-left-landing-page .image-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.625rem;
}
.text-with-icon-template.layout-left-landing-page .image-container img {
  height: auto;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  width: 3.75rem;
}
.text-with-icon-template.layout-left-landing-page .text-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-with-icon-template.layout-left-landing-page .text-container.title {
  font-weight: 600;
}
.text-with-icon-template.layout-left-landing-page .text-container .text,
.text-with-icon-template.layout-left-landing-page .text-container .text p,
.text-with-icon-template.layout-left-landing-page .text-container .text span,
.text-with-icon-template.layout-left-landing-page .text-container h1.title,
.text-with-icon-template.layout-left-landing-page .text-container h2.title,
.text-with-icon-template.layout-left-landing-page .text-container h3.title,
.text-with-icon-template.layout-left-landing-page .text-container h4.title,
.text-with-icon-template.layout-left-landing-page .text-container h5.title,
.text-with-icon-template.layout-left-landing-page .text-container h6.title {
  font-size: 1rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text-with-icon-template.layout-left-landing-page .text-container .text p,
  .text-with-icon-template.layout-left-landing-page .text-container .text span {
    font-size: 1rem;
  }
}
.text-with-icon-template.layout-top .image-container img {
  height: auto;
  width: 44%;
}
.text-with-icon-template.layout-top .text-container {
  padding-top: 3.125rem;
}
.text-with-icon-template.layout-top .text-container .title {
  font-weight: 700;
}
.text-with-icon-template.layout-top .text-container h1.title,
.text-with-icon-template.layout-top .text-container h2.title,
.text-with-icon-template.layout-top .text-container h3.title,
.text-with-icon-template.layout-top .text-container h4.title,
.text-with-icon-template.layout-top .text-container h5.title,
.text-with-icon-template.layout-top .text-container h6.title {
  font-size: 1rem;
}
.promotion-text-with-icon-container-component
  .text-with-icon-template.layout-top
  .text-container {
  padding-top: 1.5625rem;
}
.grid-component .text-with-icon-component,
.promotion-grid-component .text-with-icon-component {
  padding-bottom: 1.25rem;
}
.tournament-item-template {
  padding: 0.125rem;
}
.tournament-item-template .tournament-wrapper {
  border-radius: 10%;
  -webkit-box-shadow: inset 0 0 0 0.125rem #007cf7;
  box-shadow: inset 0 0 0 0.125rem #007cf7;
  overflow: hidden;
  padding: 0.125rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 85%;
}
@media (min-width: 640px) {
  .tournament-item-template .tournament-wrapper {
    width: 48%;
  }
}
@media (min-width: 820px) {
  .tournament-item-template .tournament-wrapper {
    width: 54%;
  }
}
@media (min-width: 640px) and (max-width: 839px) and (orientation: landscape) {
  .tournament-item-template .tournament-wrapper {
    width: 52%;
  }
}
@media (min-width: 840px) and (max-width: 1024px) and (orientation: landscape) {
  .tournament-item-template .tournament-wrapper {
    width: 91%;
  }
}
@media (min-width: 1025px) {
  .tournament-item-template .tournament-wrapper {
    width: 75%;
  }
}
.tournament-item-template .tournament-wrapper .tournament-name {
  background-color: #007cf7;
  color: #fff;
  height: 4rem;
}
.tournament-item-template .tournament-wrapper .tournament-name span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem;
  vertical-align: middle;
}
.tournament-item-template .tournament-wrapper .tournament-icon {
  height: 5.375rem;
  padding: 0.625rem 0 0.3125rem;
}
.tournament-item-template .tournament-wrapper .tournament-icon img {
  max-height: 4.5rem;
  width: auto;
}
.tournament-item-template .tournament-wrapper .tournament-timer span {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.3125rem;
}
.tournament-item-template .tournament-wrapper .tournament-buy-in {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.375rem 0;
}
.tournament-item-template .tournament-wrapper .tournament-buy-in .value {
  color: #007cf7;
}
.tournament-item-template .tournament-wrapper .tournament-cta {
  margin: auto;
  max-width: 90%;
  min-width: 60%;
  padding: 0.75rem 0 1.25rem;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1025px) {
  .tournament-item-template .tournament-wrapper .tournament-cta {
    min-width: 10.625rem;
  }
  .tournament-item-template
    .tournament-wrapper
    .tournament-cta
    .cta-template
    a {
    padding: 0.5rem 1.563rem;
  }
}
.tournament-item-template .tournament-wrapper:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.tournament-item-template .tournament-wrapper:hover .tournament-cta {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tournament-item-template .tournament-wrapper:hover .tournament-cta a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iframe-container .iframe-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.image-blog-component img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.image-two-cta-links-component .image-two-cta-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}
.image-two-cta-links-component
  .image-two-cta-container
  .image-two-cta-links-img {
  max-height: 15.875rem;
  width: 100%;
}
.image-two-cta-links-component .image-two-cta-container .two-cta-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4.5rem;
  justify-content: center;
  position: absolute;
}
@media (min-width: 640px) {
  .image-two-cta-links-component .image-two-cta-container .two-cta-container {
    gap: 2.5rem;
  }
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a {
  background-color: rgba(4, 102, 201, 0.909);
  border: 2px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 0.4375rem 0.9375rem;
  text-align: center;
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a
  span {
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .image-two-cta-links-component
    .image-two-cta-container
    .two-cta-container
    .cta-template.cta-blue-white-border
    a
    span {
    font-size: unset;
  }
}
.image-two-cta-links-component
  .image-two-cta-container
  .two-cta-container
  .cta-template.cta-blue-white-border
  a:hover {
  background-color: rgba(253, 232, 68, 0.909);
  color: #000;
}
.image-two-cta-links-component .image-two-link-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.image-two-cta-links-component
  .image-two-link-container
  .cta-template.cta-blue-underline
  a {
  color: rgba(4, 102, 201, 0.91);
  font-weight: 700;
  padding: 0.8125rem 1.1875rem;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.image-two-cta-links-component
  .image-two-link-container
  .cta-template.cta-blue-underline
  a
  span {
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .image-two-cta-links-component
    .image-two-link-container
    .cta-template.cta-blue-underline
    a
    span {
    font-size: unset;
  }
}
@media (max-width: 640px) {
  .image-two-cta-links-component
    .image-two-link-container
    .cta-template.cta-blue-underline
    a {
    border: 2px solid rgba(4, 102, 201, 0.91);
    border-radius: 1.5rem;
  }
}
.image-component {
  margin: 0 auto;
}
.image-component .image-container.modal-enabled:hover:before {
  background: #000;
  cursor: pointer;
}
.image-component .image-caption {
  background-color: #f7f7f7;
  color: #a3a3a3;
  font-style: italic;
  padding: 0.5rem;
}
.image-component .modal {
  background: 0 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  z-index: 1000;
}
.image-component .modal .modal-dialog .modal-content {
  max-width: 80%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-component .modal .modal-dialog .modal-content .button-close {
  background-color: #007cf7;
  color: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  font-size: 1.75rem;
  line-height: 2.625rem;
  right: -1.375rem;
  top: -1.375rem;
  width: 2.625rem;
  z-index: 1002;
}
.image-component .modal.reveal {
  background: rgba(0, 0, 0, 0.8);
}
.image-component.img-10 {
  max-width: 10%;
}
.image-component.img-20 {
  max-width: 20%;
}
.image-component.img-30 {
  max-width: 30%;
}
.image-component.img-40 {
  max-width: 40%;
}
.image-component.img-50 {
  max-width: 50%;
}
.image-component.img-60 {
  max-width: 60%;
}
.image-component.img-70 {
  max-width: 70%;
}
.image-component.img-80 {
  max-width: 80%;
}
.image-component.img-90 {
  max-width: 90%;
}
.image-component.img-100 {
  max-width: 100%;
}
@media (max-width: 639px) {
  .image-component.banner-img .image-container {
    height: 22vh;
  }
  .image-component.banner-img .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.image-box-shadow,
.image-component .modal .modal-dialog .modal-content .button-close,
.image-component .modal .modal-dialog .modal-content .modal-image {
  -webkit-box-shadow: 0 0 1rem #000;
  box-shadow: 0 0 1rem #000;
}
.grid-component .image-component .image-container,
.promotion-grid-component .image-component .image-container {
  margin: 0;
}
.inner-banner-component .inner-banner-container {
  margin: 1rem auto;
  padding-bottom: 1rem;
}
@media (min-width: 1025px) {
  .inner-banner-component .inner-banner-container {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.inner-banner-component .inner-banner-container .inner-text-container {
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .inner-banner-component .inner-banner-container .inner-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 66.66%;
  }
  .inner-banner-component .inner-banner-container .inner-image-container {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: right;
    margin: auto;
    width: 33.33%;
  }
}
.inner-banner-component
  .inner-banner-container
  .inner-image-container
  .image-wrapper {
  margin: 0 auto;
  width: 65%;
}
.inner-banner-component
  .inner-banner-container
  .inner-image-container
  .image-wrapper
  img {
  height: auto;
  width: auto;
}
.internal-footer {
  background-color: #f4f4f4;
  padding: 1.125rem 0;
}
.internal-footer-container {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
.internal-footer-container .grid-component,
.internal-footer-container .promotion-grid-component {
  padding-top: 1.25rem;
}
.internal-footer-title {
  font-size: 1.5rem;
  margin-left: 0.1875rem;
  padding: 0.75rem 1.25rem;
}
.internal-footer-title-link {
  color: #007cf7;
  text-decoration: none;
}
.internal-footer-ul {
  line-height: 1.6;
  margin: 0;
  padding: 0.625rem 1.25rem;
}
.internal-footer-ul li {
  font-size: 0.875rem;
  margin: 0 0 0 0.1875rem;
  padding: 0 0.2em;
}
.internal-footer-ul li:before {
  content: "";
  display: table;
}
.internal-footer-ul a {
  color: #000;
  text-decoration: none;
}
li.internal-footer-list-header {
  margin: 0;
}
.internal-footer-list-header a {
  color: #007cf7;
  font-size: 1.4rem;
  margin-bottom: 0.3em;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .internal-header-container {
    padding: 0 2rem;
  }
}
.internal-header-container .internal-header-wrapper {
  height: 4rem;
  overflow-x: scroll;
  z-index: 1;
}
@media (min-width: 1025px) {
  .internal-header-container .internal-header-wrapper {
    margin: 2.625rem auto 1.375rem;
  }
}
.internal-header-container .internal-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}
.internal-header-container .internal-menu a {
  border-bottom: 0.0625rem solid #ebebeb;
  color: #000;
  height: 2.625rem;
  padding: 0.6em 2.3em;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .internal-header-container .internal-menu a {
    border-bottom: none;
  }
}
.internal-header-container .internal-menu a:after {
  background: #ebebeb;
  content: "";
  height: 2.625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}
.internal-header-container .internal-menu a:last-child:after {
  background: none;
}
.internal-header-container .internal-menu a.current-menu-item {
  border-bottom: 0.375rem solid #007cf7;
}
.large-to-small-fonts-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.large-to-small-fonts-component .font-size-title {
  display: none;
}
.large-to-small-fonts-component .font-size-changer-con {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .large-to-small-fonts-component .font-size-changer-con {
    line-height: 1.25rem;
  }
}
.large-to-small-fonts-component .font-size-changer-sizes-con {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 2.1rem;
  margin-top: 0.1875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 6.4375rem;
}
.large-to-small-fonts-component .font-size-changer {
  color: #b3b3b3;
  cursor: pointer;
  margin: 0;
}
.large-to-small-fonts-component .font-size-changer:hover {
  color: #000;
}
.large-to-small-fonts-component .font-size-changer.selected-font-size {
  color: #000;
  cursor: default;
}
.large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.large-to-small-fonts-component .font-size-changer.medium-font-size {
  font-size: 26px;
}
.large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
.zoom-small * {
  font-size: 9pt;
}
.zoom-medium * {
  font-size: 1pc;
}
.zoom-large * {
  font-size: 20px;
}
.zoom-small h1 {
  font-size: 27px;
}
.zoom-small h2 {
  font-size: 20.4px;
}
.zoom-medium h1 {
  font-size: 36px;
}
.zoom-medium h2 {
  font-size: 1.7pc;
}
.zoom-large h1 {
  font-size: 45px;
}
.zoom-large h2 {
  font-size: 34px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.small-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.small-font-size {
  font-size: 18px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.medium-font-size,
.zoom-medium
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size,
.zoom-small
  .large-to-small-fonts-component
  .font-size-changer.medium-font-size {
  font-size: 26px;
}
.zoom-large .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-medium .large-to-small-fonts-component .font-size-changer.large-font-size,
.zoom-small .large-to-small-fonts-component .font-size-changer.large-font-size {
  font-size: 36px;
}
.live-event-choice-component .choice-title {
  color: #007cf6;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.live-event-choice-component .choices {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.live-event-choice-component .choices .choice {
  width: 100%;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices .choice {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 1.875rem;
    width: 45%;
  }
}
.live-event-choice-component .choices .or-label {
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 640px) {
  .live-event-choice-component .choices .or-label {
    width: 10%;
  }
}
.live-event-information-card-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin: 1.5625rem auto;
  width: 95%;
}
@media (min-width: 1025px) {
  .live-event-information-card-component {
    width: 70%;
  }
}
.live-event-information-card-component .label-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #007cf7;
  border: 0.125rem solid #007cf7;
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  margin-right: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  order: 1;
  padding: 0.5rem 1.25rem;
}
.live-event-information-card-component .box-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #f4f4f4;
  border: 0.125rem solid #007cf7;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  border-top-right-radius: 0;
  display: block;
  flex-grow: 1;
  height: 100%;
  order: 2;
  padding: 2%;
  width: 100%;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper {
    border-top-right-radius: 1.5625rem;
  }
}
.live-event-information-card-component .box-wrapper table {
  table-layout: fixed;
  width: 100%;
}
.live-event-information-card-component .box-wrapper .row-info {
  background-color: #fff;
  border-radius: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 0.9375rem;
  padding: 0.0625rem 1.5625rem;
}
.live-event-information-card-component .box-wrapper .row-info img {
  width: 100%;
}
.live-event-information-card-component .box-wrapper .row-info .row-info-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  margin-left: 0;
  min-width: 3.75rem;
  text-align: end;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper .row-info .row-info-left {
    margin-left: 1.875rem;
  }
}
.live-event-information-card-component .box-wrapper .row-info .row-info-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  padding-left: 0.5rem;
}
@media (min-width: 1025px) {
  .live-event-information-card-component
    .box-wrapper
    .row-info
    .row-info-right {
    font-size: 1rem;
    padding-left: 0.9375rem;
  }
}
.live-event-information-card-component
  .box-wrapper
  .row-info
  .row-info-right
  p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  text-align: start;
}
@media (min-width: 1025px) {
  .live-event-information-card-component
    .box-wrapper
    .row-info
    .row-info-right
    p {
    font-size: 1rem;
  }
}
.live-event-information-card-component
  .box-wrapper
  .row-info
  .row-info-right
  li {
  margin-bottom: 0;
}
.live-event-information-card-component .box-wrapper .row-info :nth-child(3),
.live-event-information-card-component .box-wrapper .row-info :nth-child(3) ul,
.live-event-information-card-component .box-wrapper .row-info p,
.live-event-information-card-component .box-wrapper .row-info span {
  font-size: 0.8rem;
}
@media (min-width: 1025px) {
  .live-event-information-card-component .box-wrapper .row-info :nth-child(3),
  .live-event-information-card-component
    .box-wrapper
    .row-info
    :nth-child(3)
    ul,
  .live-event-information-card-component .box-wrapper .row-info p,
  .live-event-information-card-component .box-wrapper .row-info span {
    font-size: 1rem;
  }
}
.live-event-information-card-component .box-wrapper .register-live-event {
  text-align: center;
}
.live-event-information-card-component .box-wrapper .register-live-event span {
  font-weight: 700;
  margin-right: 0.3rem;
}
.link-information-component .link-information-container {
  margin: 1.5625rem 0;
  padding: 0.625rem 0;
}
.link-information-component .link-information-container .show-text-button {
  background: none;
  border: none;
  color: #007cf7;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.live-events-component {
  padding: 0.625rem 0;
}
.live-events-component .carousel-title {
  border-radius: 0.8em 0.8em 0 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  padding: 0.4rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .live-events-component .carousel-title {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.live-events-component .carousel-title--live {
  background-color: #007cf7;
}
.live-events-component .carousel-title--past {
  background-color: #949599;
}
.live-events-component .event-carousel--live {
  max-width: 60.5rem;
}
.numbered-circles-with-text-component {
  -webkit-text-size-adjust: 100%;
  padding-top: 1rem;
  width: 98%;
}
@media (min-width: 1025px) {
  .numbered-circles-with-text-component {
    padding-top: 2%;
    width: 66.66667%;
  }
}
.numbered-circles-with-text-component .list-title {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component .list-title {
    text-align: left;
  }
}
.numbered-circles-with-text-component .content__list .list-item {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component .content__list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
  }
}
.numbered-circles-with-text-component .content__list .list-item__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.numbered-circles-with-text-component .content__list .list-item__number .number,
.numbered-circles-with-text-component
  .content__list
  .list-item__number
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .numbered-circles-with-text-component
  .content__list
  .list-item__number
  .number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  height: 3.75rem;
  line-height: 5rem;
  margin-bottom: 0.625rem;
  width: 3.75rem;
}
@media (min-width: 640px) {
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number,
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1025px) {
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number,
  .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .numbered-circles-with-text-component
    .content__list
    .list-item__number
    .number {
    height: 5rem;
    width: 5rem;
  }
}
.numbered-circles-with-text-component .content__list .list-item__text .text {
  padding-left: 0;
}
.numbered-steps-poker-family-component .numbered-steps-poker-family-wrapper {
  display: grid;
  justify-items: center;
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component .numbered-steps-poker-family-wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number {
  padding: 0.625rem 0;
  position: relative;
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number {
    width: 33.33%;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a {
  text-decoration: none;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number {
  padding: 0.938rem 0;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-symbol {
    display: none;
  }
}
@media (min-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-symbol {
    position: absolute;
    right: 0;
  }
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  .title-under-the-number {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    .title-under-the-number {
    margin-bottom: 1.25rem;
  }
}
.numbered-steps-poker-family-component .number,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  -ms-flex-negative: 0;
  background-color: #007cf7;
  color: #fff;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  height: 4.375rem;
  line-height: 5rem;
  width: 4.375rem;
}
@media (max-width: 640px) {
  .numbered-steps-poker-family-component .number,
  .numbered-steps-poker-family-component
    .numbered-steps-poker-family-wrapper
    .step-number
    a
    .number-wrapper-and-symbol
    .wrapper-number
    .number {
    margin: 0.938rem 0;
  }
}
.numbered-steps-poker-family-component .number.yellow-poker,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .yellow-poker.number {
  background-color: #f6da01;
}
.numbered-steps-poker-family-component .number.green,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .green.number {
  background-color: #7df700;
}
.numbered-steps-poker-family-component .number.orange,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .orange.number {
  background-color: #fc6200;
}
.numbered-steps-poker-family-component .number.yellow-casino,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .yellow-casino.number {
  background-color: #ffdb02;
}
.numbered-steps-poker-family-component .number.black,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .black.number {
  background-color: #000;
}
.numbered-steps-poker-family-component .number.white,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .white.number {
  background-color: #fff;
  border: 0.063rem solid #007cf7;
  color: #007cf7;
}
.numbered-steps-poker-family-component .number.gray,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray.number {
  background-color: #969696;
}
.numbered-steps-poker-family-component .number.gray2,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray2.number {
  background-color: #b7b7b7;
}
.numbered-steps-poker-family-component .number.gray3,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray3.number {
  background-color: #cbcccb;
}
.numbered-steps-poker-family-component .number.gray4,
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .gray4.number {
  background-color: #717171;
}
.open-client-component {
  background-image: var(--bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: auto;
  width: 100%;
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .open-client-component {
    overflow: scroll;
  }
}
.open-client-component.edit-mode {
  height: 100%;
}
.open-client-component .open-client-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container {
    gap: 1rem;
  }
}
.open-client-component .open-client-container .title {
  color: #fc0;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.open-client-component .open-client-container .img {
  height: 3rem;
  margin-bottom: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container .img {
    height: 5rem;
  }
}
.open-client-component .open-client-container p {
  font-size: 1.125rem;
  padding: 0;
}
@media (min-width: 640px) {
  .open-client-component .open-client-container p {
    padding: 0 2.5rem;
  }
}
.poker-ambassador-bio-component {
  margin: 0 auto 0.625rem;
}
.poker-ambassador-bio-component .title {
  margin: 3% 0 2% 1%;
}
.poker-ambassador-bio-component .title > div > .primary-title {
  text-align: center;
}
.poker-ambassador-bio-component .scrolling-text-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar {
  scrollbar-base-color: #ececec;
  scrollbar-arrow-color: #ececec;
  scrollbar-track-color: #ececec;
  scrollbar-thumb-color: #a8a7a7;
  direction: rtl;
  overflow: auto;
  padding: 0;
  scrollbar-color: #a8a7a7 #ececec;
  scrollbar-width: thin;
  text-align: left;
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador-bio-component
    .scrolling-text-container.mostly-customized-scrollbar {
    width: 46%;
  }
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar {
  background: #ececec;
  display: block;
  width: 0.3125rem;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 0.625rem;
}
.poker-ambassador-bio-component
  .scrolling-text-container.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background-color: #a8a7a7;
  border: 0;
  border-radius: 1.25rem;
}
.poker-ambassador-bio-component .biography-video-container {
  padding: 0.4375rem 1.25rem;
}
@media (min-width: 640px),
  screen and (max-width: 1024px) and (orientation: landscape) {
  .poker-ambassador-bio-component {
    max-width: 75rem;
    width: 100%;
  }
  .poker-ambassador-bio-component .title > div > .primary-title {
    text-align: left;
  }
  .poker-ambassador-bio-component .biography-container {
    background: #f7f7f7;
    border-radius: 0 0 0 1.875rem;
    min-height: 22.375rem;
    padding: 1.25rem 0 1.25rem 1rem;
    position: relative;
  }
  .poker-ambassador-bio-component
    .biography-container
    .scrolling-text-container {
    height: 89%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 46%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container {
    background-color: #007cf7;
    height: 100%;
    padding: 0.3125rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container
    .video-component {
    height: 100%;
  }
  .poker-ambassador-bio-component
    .biography-container
    .biography-video-container
    .video-component
    > * {
    max-height: 98%;
  }
}
.poker-ambassador-social-icons-component {
  padding: 0.3125rem 1.25rem;
}
.poker-ambassador-social-icons-component .info-items-strip {
  margin-bottom: 1.25rem;
  padding: 0 0.125rem 0 0;
}
.poker-ambassador-social-icons-component .info-items-strip .info-pic {
  width: 15%;
}
.poker-ambassador-social-icons-component .info-items-strip .info-description {
  padding: 0.1875rem 0 0 0.375rem;
}
.poker-ambassador-social-icons-component .info-items-strip .info-description p {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  .poker-ambassador-social-icons-component {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    gap: 0.625rem;
    justify-content: left;
    padding: 0.625rem 0 0 0.625rem;
  }
  .poker-ambassador-social-icons-component .info-items-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .poker-ambassador-social-icons-component .info-items-strip .info-pic {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
  }
  .poker-ambassador-social-icons-component
    .info-items-strip
    .info-description
    p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .poker-ambassador-social-icons-component {
    width: 65%;
  }
  .poker-ambassador-social-icons-component .info-items-strip {
    margin-bottom: inherit;
  }
}
.poker-ambassador {
  color: #007cf7;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1% 2%;
  text-align: center;
  text-decoration: none;
}
.poker-ambassador .boxTitle {
  font-weight: 800;
  margin: auto;
  padding: 7% 0;
}
@media (min-width: 1025px) {
  .poker-ambassador .boxTitle {
    padding: 4% 0 3%;
  }
}
.poker-ambassador .poker-ambassador-icons-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20%;
    justify-content: center;
    width: 100%;
  }
  .poker-ambassador .poker-ambassador-icons-box .poker-ambassador-link {
    display: none;
  }
}
@media (max-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box.rectangular {
    overflow-clip-margin: content-box;
    overflow: clip;
  }
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img
    picture {
    width: 100%;
  }
}
.poker-ambassador
  .poker-ambassador-icons-box.rectangular
  .poker-ambassador-img
  picture
  img {
  margin-left: -6%;
  width: 180%;
}
@media (min-width: 640px) {
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img
    picture
    img {
    margin: 0;
    width: 100%;
  }
  .poker-ambassador
    .poker-ambassador-icons-box.rectangular
    .poker-ambassador-img {
    width: 33%;
  }
  .poker-ambassador .poker-ambassador-icons-box.rectangular {
    gap: 15%;
  }
}
.poker-ambassador .poker-ambassador-icons-box a {
  line-height: inherit;
  padding-bottom: 3%;
  width: 65%;
}
.poker-ambassador .poker-ambassador-icons-box a p {
  font-size: 0.9rem;
  white-space: nowrap;
}
.poker-ambassador .poker-ambassador-icons-box a img {
  height: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}
.poker-ambassador .poker-ambassador-icons-box a.poker-ambassador-link {
  width: 100%;
}
@media (min-width: 640px) {
  .poker-ambassador .poker-ambassador-icons-box a {
    width: 19%;
  }
}
@media (min-width: 1025px) {
  .poker-ambassador .poker-ambassador-icons-box a :hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.progressive-item-component {
  padding-bottom: 1rem;
}
.progressive-item-component .progressive-number-component {
  padding: 2.5rem 0;
}
.progressive-item-component .rich-text-component {
  padding-bottom: 1.25rem;
}
.progressive-item-component .responsive-table-component {
  padding-top: 0;
}
@media (min-width: 640px) {
  .progressive-item-component .column.left {
    padding-right: 0.625rem;
  }
  .progressive-item-component .column.right {
    padding-left: 0.625rem;
  }
  .progressive-item-component .rich-text-component {
    padding-bottom: 0;
  }
  .progressive-item-component .responsive-table-component {
    padding-top: 4rem;
  }
}
.progressive-number-component {
  margin: 0.25rem 0;
}
.progressive-number-component:before {
  border-top: 1px solid #ccc;
}
.progressive-number-component.grey-line {
  margin: 2.5rem 0;
}
.numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .progressive-number-component
  .number,
.progressive-number-component .number,
.progressive-number-component
  .numbered-steps-poker-family-component
  .numbered-steps-poker-family-wrapper
  .step-number
  a
  .number-wrapper-and-symbol
  .wrapper-number
  .number {
  background-color: #007cf6;
  color: #fff;
  font-size: 1.5rem;
  height: 2.625rem;
  width: 2.625rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .promotion-carousel-component {
    margin: 0 auto;
    width: 85%;
  }
}
.promotion-carousel-component .promotion-carousel-container {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .promotion-carousel-component .promotion-carousel-container {
    max-width: 50%;
  }
}
.promotion-carousel-component .promotion-carousel-container .swiper {
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component .promotion-carousel-container .swiper {
    padding-bottom: 2.5rem;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination {
  bottom: 0;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .promotion-carousel-component
    .promotion-carousel-container
    .swiper
    .swiper-pagination {
    margin-bottom: 0;
  }
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 1.2rem;
  background-color: gray;
  margin: 0 0.7rem;
  opacity: 1;
}
.promotion-carousel-component
  .promotion-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #007cf7;
}
.promotion-grid-component .column-container .promotion > div {
  padding: 0.625rem;
}
@media (max-width: 1024px) {
  .promotion-grid-component .column-container .promotion > div {
    padding: 0.625rem 0;
  }
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card {
  display: none;
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card.edit {
  content: url(/assets/Small-Logo-AdobeTarget-Card.png);
  display: block;
  height: 50%;
}
.promotion-grid-component
  .column-container.three-columns
  > .column.target-card:has(div) {
  display: block;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .promotion-grid-component
    .column-container.three-columns:not(.edit-mode)
    .promotion.ipadRow {
    width: 33.33%;
  }
  .promotion-grid-component
    .column-container.three-columns:not(.edit-mode)
    .promotion.ipadRow
    > div {
    padding: 0.625rem;
  }
}
.promotion-grid-component .column-container.promotion-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion-text-with-icon-container-component {
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .promotion-text-with-icon-container-component {
    padding: 1.5rem 0;
  }
}
.promotion-text-with-icon-container-component .icon-text-wrapper .parsys {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon {
  padding: 2% 3%;
  width: 100%;
}
@media (min-width: 640px) {
  .promotion-text-with-icon-container-component
    .icon-text-wrapper
    .parsys
    .text-with-icon {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .promotion-text-with-icon-container-component
    .icon-text-wrapper
    .parsys
    .text-with-icon {
    height: auto;
    width: 33.3%;
  }
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon
  .text-with-icon-template.layout-top
  .image-container {
  height: 4.75rem;
  width: 19.75rem;
}
.promotion-text-with-icon-container-component
  .icon-text-wrapper
  .parsys
  .text-with-icon
  .text-with-icon-template.layout-top
  .image-container
  img {
  height: 100%;
  width: auto;
}
.promotions-image-and-text-overlay-component {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.promotions-image-and-text-overlay-component .main-image-and-text-overlay {
  position: relative;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text {
  background-color: #000;
  bottom: 0;
  opacity: 0.9;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text {
  color: #fff;
  height: 6.25rem;
  line-height: 1.3em;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .main-text {
  display: table-cell;
  height: 3.125rem;
  max-height: 3.125rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .line {
  background: #fff;
  height: 0.063rem;
  margin: 0 auto;
  width: calc(100% - 2rem);
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .hovering-text {
  display: table-cell;
  height: 3.125rem;
  max-height: 3.125rem;
  padding: 0 1rem;
  vertical-align: middle;
}
.promotions-image-and-text-overlay-component
  .main-image-and-text-overlay
  .wrapper
  .bottom-text
  .wrapper-text
  .hovering-text
  .two-lines-max {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (min-width: 1025px) {
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text {
    background-color: #007cf7;
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text {
    line-height: 1.3em;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .line {
    background: #fff;
    height: 0.063rem;
    margin: 0 auto;
    width: calc(100% - 2rem);
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .hovering-text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .promotions-image-and-text-overlay-component
    .main-image-and-text-overlay:hover
    .bottom-text
    .wrapper-text
    .hovering-text
    .two-lines-max {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.promotions-page-internal-banner-overlay-component {
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0.313rem 0.938rem 0.938rem 0 #888;
  box-shadow: 0.313rem 0.938rem 0.938rem 0 #888;
  height: 16.188rem;
  margin-bottom: 2.875rem;
}
.promotions-page-internal-banner-overlay-component .cross-title {
  font-size: 2rem;
  font-weight: 800;
  padding: 1.813rem 0 0.625rem;
  text-align: center;
}
@media (min-width: 640px) {
  .promotions-page-internal-banner-overlay-component .cross-title {
    padding-left: 0.625rem;
    padding-right: 0.938rem;
  }
}
.promotions-page-internal-banner-overlay-component .cross-strip {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip {
  margin: 0 1.875rem;
}
@media (min-width: 640px) {
  .promotions-page-internal-banner-overlay-component
    .cross-strip
    .cta-container
    .cta-cross-strip {
    margin: 0 3.125rem;
  }
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button
  .icon-cta {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 10.875rem;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .cta-button
  .icon-cta:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .promotion {
  color: #000;
  font-size: 0.938rem;
  text-align: center;
}
.promotions-page-internal-banner-overlay-component
  .cross-strip
  .cta-container
  .cta-cross-strip
  .promotion
  .promo-text {
  font-weight: 700;
}
.responsive-table-component {
  margin-bottom: 1.25rem;
}
.responsive-table-component table {
  border-spacing: 0;
  width: 100%;
}
.responsive-table-component table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.responsive-table-component table tr:nth-child(2n) {
  background-color: #fff;
}
.responsive-table-component table tr td,
.responsive-table-component table tr th {
  border: none;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
}
.responsive-table-component table tr.w-30-70 td.row-100,
.responsive-table-component table tr.w-50-50 td.row-100,
.responsive-table-component table tr.w-70-30 td.row-100 {
  text-align: center;
}
.responsive-table-component table tr.w-dynamic td {
  padding: 0.5rem 0.625rem;
}
.responsive-table-component table tr.w-dynamic td.row-100 {
  text-align: center;
}
.responsive-table-component table.dynamic-table thead tr {
  background-color: transparent;
}
.responsive-table-component table.dynamic-table thead tr th {
  padding-left: 0;
  padding-right: 0;
}
.review-card-component .review-card-template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6%;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  height: 15.625rem;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 21.25rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .review-card-component .review-card-template {
    width: 19.063rem;
  }
}
@media (min-width: 1025px) {
  .review-card-component .review-card-template {
    width: 22.188rem;
  }
}
.review-card-component .review-card-template .icon-name-section {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  padding: 1.5rem 0.5rem 1rem 1rem;
}
.review-card-component .review-card-template .icon-name-section img {
  max-width: 4.688rem;
  width: auto;
}
.review-card-component .review-card-template .icon-name-section .name {
  font-weight: 700;
}
.review-card-component .review-card-template .review-section {
  height: 5.5rem;
  overflow: hidden;
  padding: 1rem 0.5rem 1rem 1rem;
  text-align: start;
  width: 100%;
}
.review-card-component .review-card-template .stars-section {
  padding-bottom: 1rem;
  text-align: center;
}
.review-card-component .review-card-template .stars-section .active-star {
  font-size: 25px;
}
.review-card-component
  .review-card-template
  .stars-section
  .active-star:before {
  color: gold;
  content: "★";
}
.review-card-component .review-card-template .stars-section .inactive-star {
  color: #000;
  font-size: 25px;
}
.review-card-component
  .review-card-template
  .stars-section
  .inactive-star:before {
  content: "★";
}
.review-card-template:hover {
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  color: #007cf7;
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
}
.review-card-template:hover .icon-name-section img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.link {
  text-decoration: none;
}
.review-carousel-component {
  background: #f4f4f4;
}
.review-carousel-component .review-carousel-container {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 0.5rem;
  position: relative;
}
.review-carousel-component .review-carousel-container .title {
  font-size: 2.25rem;
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 640px) {
  .review-carousel-component .review-carousel-container .edit-mode > .parsys {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review-carousel-component
    .review-carousel-container
    .edit-mode
    > .parsys
    .reviews-card {
    width: 50%;
  }
}
.review-carousel-component .review-carousel-container .swiper {
  padding: 0;
}
@media (min-width: 640px) {
  .review-carousel-component .review-carousel-container .swiper {
    padding: 0 0.5rem;
  }
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination {
  bottom: 0;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .review-carousel-component
    .review-carousel-container
    .swiper
    .swiper-pagination {
    display: none;
  }
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  margin: 0 0.7rem;
  opacity: 1;
}
.review-carousel-component
  .review-carousel-container
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.review-carousel-component .review-carousel-container .swiper-button-prev {
  content: url(/assets/carousel-arrow-left-reviews.png);
  display: none;
  height: 3rem;
  left: -2rem;
  top: 60%;
  width: 1.875rem;
}
@media (min-width: 79rem) {
  .review-carousel-component .review-carousel-container .swiper-button-prev {
    display: block;
  }
}
.review-carousel-component .review-carousel-container .swiper-button-next {
  content: url(/assets/carousel-arrow-right-reviews.png);
  display: none;
  height: 3rem;
  right: -2rem;
  top: 60%;
  width: 1.875rem;
}
@media (min-width: 79rem) {
  .review-carousel-component .review-carousel-container .swiper-button-next {
    display: block;
  }
}
.review-carousel-component .review-carousel-container .loader {
  margin: 3rem;
  text-align: center;
}
.rich-text-component {
  word-break: break-word;
}
.rich-text-component p {
  margin-bottom: 1.25rem;
}
.rich-text-component h1 {
  margin-bottom: 0.6875rem;
}
.rich-text-component .bigger-text {
  font-size: 1.4rem;
}
.rich-text-component .Table {
  overflow-x: auto;
}
.rich-text-component .TableList,
.rich-text-component .table-wrapper {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: smaller;
  overflow-x: auto;
  text-indent: 0;
  word-break: unset;
}
.rich-text-component .TableList tbody tr:nth-of-type(odd),
.rich-text-component .table-wrapper tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.rich-text-component .TableList tbody tr td,
.rich-text-component .TableList tbody tr th,
.rich-text-component .table-wrapper tbody tr td,
.rich-text-component .table-wrapper tbody tr th {
  padding: 0.5rem 0.625rem;
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper * {
    font-size: 1rem;
    word-break: keep-all;
  }
}
@media (min-width: 640px) and (max-width: 844px) and (orientation: landscape) {
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper {
    width: 100%;
  }
  .rich-text-component .TableList,
  .rich-text-component .table-wrapper * {
    word-break: break-word;
  }
}
.rich-text-component .modal-enabled:hover:before {
  border-radius: 12rem;
}
.rich-text-component .text ul li ul {
  display: block;
}
.round-banner-image-overlay {
  padding: 0;
}
.round-banner-image-overlay .round-banner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c0ff;
  border-radius: 2.8125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.25rem;
  overflow: hidden;
}
.round-banner-image-overlay .round-banner-container .round-banner-overlay {
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 1025px) {
  .round-banner-image-overlay
    .round-banner-container
    .round-banner-overlay
    .round-banner-content {
    max-width: 60%;
  }
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content
  .content-icon
  img {
  height: 100%;
  margin-top: 0.3125rem;
  max-height: 3.125rem;
  width: auto;
}
.round-banner-image-overlay
  .round-banner-container
  .round-banner-overlay
  .round-banner-content
  .content-text {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 0.625rem;
}
.royal-quest-spin-component {
  background: #000;
  height: 100vh;
  width: 100vw;
}
.royal-quest-spin-component #inner-container {
  background-size: cover;
  bottom: 0;
  height: 80vw;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 236vh;
  overflow: hidden;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.royal-quest-spin-component #inner-container img {
  display: block;
  max-width: 100%;
}
@media (min-width: 900px) and (min-height: 380px) {
  .royal-quest-spin-component #inner-container {
    max-width: 900px;
  }
}
@media (min-height: 680px) {
  .royal-quest-spin-component #inner-container {
    max-height: 680px;
  }
}
@media (min-height: 740px) and (min-width: 1000px) {
  .royal-quest-spin-component #inner-container {
    border: 3px solid #d9ac6a;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.royal-quest-spin-component #inner-container #logo {
  left: 0;
  position: absolute;
  top: 8px;
  width: 19%;
  z-index: 11;
}
.royal-quest-spin-component #inner-container .loader {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-bottom: 10px solid hsla(0, 0%, 97%, 0.1);
  border-color: #fff hsla(0, 0%, 97%, 0.1);
  border-radius: 50%;
  border-top: 10px solid hsla(0, 0%, 97%, 0.1);
  border-style: solid;
  border-width: 10px;
  display: none;
  height: 5pc;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 5pc;
  z-index: 3;
}
.royal-quest-spin-component #inner-container #contentWheel #game-board {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con {
  zoom: 1;
  display: inline-block;
  left: 0;
  margin-top: -28%;
  position: absolute;
  top: 50%;
  width: 56%;
  z-index: 3;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #wheel-of-fortune {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  z-index: 5;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #pivot {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #wheel-con
  #shadow {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #spin-text-btn {
  background: rgba(0, 0, 0, 0.7) !important;
  height: 125px;
  margin-top: -7.1%;
  max-height: 14.1vw;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  z-index: 2;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  #spin-text-btn
  img {
  margin: auto;
  max-height: 100%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #loding-spin-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 3px #000;
  box-shadow: 0 0 5px 3px #000;
  color: #000;
  display: none;
  font-weight: 700;
  height: 7%;
  left: 66%;
  margin-top: 9%;
  outline: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 20%;
  z-index: 1;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  height: 38px;
  left: 66%;
  margin-top: 9%;
  padding-top: 1.4%;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 20%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.turbo-spin {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff46a),
    color-stop(50%, #fff46a),
    color-stop(51%, #fee92c),
    to(#fee92c)
  );
  background: linear-gradient(
    180deg,
    #fff46a 0,
    #fff46a 50%,
    #fee92c 51%,
    #fee92c
  );
  border-radius: 75pt;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.holiday-megawheel {
  background: #fee92c;
  border-radius: 2pc;
  -webkit-box-shadow: 0 0 13px 1px hsla(0, 0%, 50%, 0.749);
  box-shadow: 0 0 13px 1px hsla(0, 0%, 50%, 0.749);
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.royal-quest-spin {
  background: #fcd85c;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 62%;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.galaxy-of-freerolls,
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.omaha-cashback {
  background: #fcd85c;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 3px #000;
  box-shadow: 0 0 5px 3px #000;
  outline: 0;
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn.galaxy-of-freerolls {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#583726),
    color-stop(11%, #a3784b),
    color-stop(32%, #f3c77e),
    color-stop(50%, #fff3db),
    color-stop(69%, #f3c77e),
    color-stop(89%, #a47547),
    to(#583726)
  );
  background: linear-gradient(
    180deg,
    #583726 0,
    #a3784b 11%,
    #f3c77e 32%,
    #fff3db 50%,
    #f3c77e 69%,
    #a47547 89%,
    #583726
  );
}
.royal-quest-spin-component
  #inner-container
  #contentWheel
  #game-board
  .spin-cta
  #spin-btn
  .textFitAlignVert {
  bottom: 0;
  display: inline-block;
  font-size: 15px;
  height: 23px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.royal-quest-spin-component #inner-container #popup-con {
  background-size: cover;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.royal-quest-spin-component #inner-container #popup-con .background-massege {
  background-color: rgba(0, 0, 0, 0.63);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.royal-quest-spin-component #inner-container #popup-con .popup-message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-line-pack: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-content: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.royal-quest-spin-component #inner-container #popup-con .popup-message p {
  color: #fff;
}
.royal-quest-spin-component #inner-container .tnc-link {
  background-color: rgba(0, 0, 0, 0.42);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e1dfdf;
  display: block;
  font-size: 9px !important;
  line-height: 1.3 !important;
  padding: 5px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 12;
}
.royal-quest-spin-component #inner-container .tnc-link a {
  color: #fff;
}
.royal-quest-spin-component.edit-mode {
  max-height: 500px;
  position: relative;
}
.royal-quest-spin-component.edit-mode #inner-container {
  max-height: 100%;
}
.royal-quest-spin-component .invisible {
  visibility: hidden;
}
.scrolling-table-component table {
  border-collapse: collapse;
  border-color: gray;
  border-spacing: 0;
  display: table;
  max-width: 43.75rem;
  min-width: 50%;
  table-layout: auto;
  text-indent: 0;
}
.scrolling-table-component table tbody {
  height: 25rem;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scrolling-table-component table tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.scrolling-table-component table tbody table thead tr,
.scrolling-table-component table tbody tr:nth-of-type(2n) {
  background: #fff;
}
.scrolling-table-component table tbody td,
.scrolling-table-component table tbody th,
.scrolling-table-component table thead td,
.scrolling-table-component table thead th {
  max-width: 100%;
  padding: 0.5rem 0.625rem;
  text-align: left;
  width: 18.75rem;
}
.scrolling-text-component {
  background: #f7f7f7;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}
.scrolling-text-component.edit-mode {
  height: 20rem;
}
.scrolling-text-component .biography-text-align {
  height: 9.25rem;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 1.25rem 0.9375rem;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.scrolling-text-component .biography-text-align.active {
  height: 100%;
}
.scrolling-text-component .biography-text-align:not(.active):after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, transparent),
    color-stop(90%, #f7f7f7)
  );
  background-image: linear-gradient(180deg, transparent 10%, #f7f7f7 90%);
  bottom: 0;
  content: "";
  height: 4rem;
  left: 0.0625rem;
  position: absolute;
  right: 0.0625rem;
}
.scrolling-text-component .see-more-text-for-mobile {
  display: block;
  padding-bottom: 0.0625rem;
  text-align: center;
}
.scrolling-text-component .see-more-text-for-mobile > p {
  color: #007cf7;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px),
  screen and (max-width: 1024px) and (orientation: landscape) {
  .scrolling-text-component {
    height: inherit;
    padding: 0;
  }
  .scrolling-text-component .biography-text-align {
    height: auto;
    padding: 0.3125rem 1.5rem 0.3125rem 1rem;
  }
  .scrolling-text-component .biography-text-align:after,
  .scrolling-text-component .biography-text-align:before,
  .scrolling-text-component .see-more-text-for-mobile {
    display: none;
  }
}
.sidebar-component {
  display: inline-grid;
  font-size: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .sidebar-component {
    height: auto;
    margin-left: 25%;
    max-width: 18.125rem;
    position: static;
    width: 100%;
    z-index: 1;
  }
}
.sidebar-component .sidebar-title {
  display: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-title {
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0.3125rem 0.625rem;
    text-decoration: none;
  }
}
.sidebar-component .sidebar-menu {
  margin: 0 -1rem;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    margin: 0;
    overflow: initial;
  }
}
.sidebar-component .sidebar-menu.custom-simplebar .simplebar-track {
  margin: -6px 1rem 0;
}
.sidebar-component .sidebar-menu .sidebar-menu-item {
  border: 0.0625rem solid #ebebeb;
  border-left: none;
  display: inline-block;
  margin-bottom: 1.075rem;
  margin-right: -0.375rem;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item {
    border: 0;
    border-top: 1px solid #ebebeb;
    display: block;
    float: left;
    margin: 0;
    white-space: normal;
    width: 100%;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a {
  border-bottom: 0.3125rem solid transparent;
  color: #555;
  display: block;
  padding: 0.875rem 2.25rem 0.6875rem;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item a {
    border-bottom: none;
    border-left: 0.625rem solid transparent;
    padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item a:hover {
  background: #ededed;
}
.sidebar-component .sidebar-menu .sidebar-menu-item a.active,
.sidebar-component .sidebar-menu .sidebar-menu-item a:active {
  border-color: #007cf7;
  color: #007cf7;
}
.sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
  border-left: 0.0625rem solid #ebebeb;
}
@media (min-width: 1025px) {
  .sidebar-component .sidebar-menu .sidebar-menu-item:first-child {
    border-left: 0;
  }
  .sidebar-component .sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: 0.0625rem solid #ebebeb;
  }
}
.sidebar-component .sidebar-menu .sidebar-menu-item:before {
  content: none;
}
.sidebar-component.edit-mode {
  padding: 0 2rem;
}
.sidebar-component.edit-mode .sidebar-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0.3125rem 0.625rem;
}
.sidebar-component.edit-mode .sidebar-menu .sidebar-menu-item {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .sidebar-component.pb-large,
  .sidebar-component.pb-medium,
  .sidebar-component.pb-small,
  .sidebar-component.pb-xlarge,
  .sidebar-component.pt-large,
  .sidebar-component.pt-medium,
  .sidebar-component.pt-small,
  .sidebar-component.pt-xlarge {
    padding-bottom: 0;
    padding-top: 0;
  }
  .two-columns-66-33 .sidebar {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.social-share-component {
  position: relative;
}
.social-share-component .icon-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .social-share-component .icon-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.social-share-component .icon-container .social-share-icon {
  cursor: pointer;
  height: 4.375rem;
  margin: 0 0.3125rem;
  width: 4.375rem;
}
@media (min-width: 1025px) {
  .social-share-component .icon-container .social-share-icon {
    height: 6.25rem;
    margin: 1.25rem;
    width: 6.25rem;
  }
  .social-share-component .icon-container .social-share-icon:first-child {
    margin-left: 0;
  }
}
.social-share-component .popover {
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.social-share-component .form-container {
  border: 3px solid #3a3d40;
  border-radius: 0.3125rem;
  height: 11.5625rem;
  margin: auto;
  padding-top: 2.5rem;
  width: 18.75rem;
}
@media (min-width: 1025px) {
  .social-share-component .form-container {
    width: 21.675rem;
  }
}
@media (min-width: 1200px) {
  .social-share-component .form-container {
    height: 10.625rem;
    width: 31.25rem;
  }
}
.social-share-component .form-container .close-btn {
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 1.75rem;
  font-weight: 700;
  height: 2.1875rem;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 2.1875rem;
}
.social-share-component .form-container .social-share-form .input-text {
  background-color: #eee;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  outline: none;
  padding: 0.125rem;
  width: 16.25rem;
}
@media (min-width: 1025px) {
  .social-share-component .form-container .social-share-form .input-text {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .social-share-component .form-container .social-share-form .input-text {
    width: 26.875rem;
  }
}
.social-share-component
  .form-container
  .social-share-form
  .input-text
  .placeholder-text {
  color: #aaa;
}
.social-share-component
  .form-container
  .social-share-form
  .input-required-text {
  color: #0080ff;
  line-height: 1.4;
  margin: 0.625rem;
  visibility: hidden;
}
.social-share-component .form-container .social-share-form .submit-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#45a2ff),
    color-stop(50%, #45a2ff),
    color-stop(51%, #0077ed),
    to(#0077ed)
  );
  background: linear-gradient(
    180deg,
    #45a2ff 0,
    #45a2ff 50%,
    #0077ed 51%,
    #0077ed
  );
  border-radius: 0.3125rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
}
.social-share-component
  .form-container
  .social-share-form
  input:-webkit-autofill,
.social-share-component
  .form-container
  .social-share-form
  input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.social-share-component .clipboard-status-container {
  border: 0.125rem solid #1d4fae;
  border-radius: 3.125rem;
  height: 3.75rem;
  left: 50%;
  margin: 0.625rem auto;
  padding: 0.1875rem 0.25rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.25rem;
}
.social-share-component .clipboard-status-container .clipboard-status-text {
  padding: 0.875rem;
}
.sticky-title-and-cta {
  position: sticky;
  top: 0;
  z-index: 998;
}
.sticky-title-and-cta .sticky-title-and-cta-component {
  background-color: #007cf7;
  width: 100%;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 3.5rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .title {
  color: #fff;
  display: none;
  font-size: 2.4rem;
  line-height: 3.4375rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons {
  gap: 0.3rem;
  line-height: 1;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .cta-template {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .cta-template
  a {
  font-size: 1.1em;
  height: 2.25rem;
  letter-spacing: 0.01rem;
  line-height: 1em;
  padding: 0.625rem 1.4375rem;
}
.sticky-title-and-cta
  .sticky-title-and-cta-component
  .sticky-title-and-cta-wrapper
  .two-buttons
  .display-cta
  a {
  font-weight: 400;
  height: 2.25rem;
  padding: 0.625rem 1.2rem;
}
@media (min-width: 1025px) {
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4.6875rem;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper.main-container {
    padding-left: 0.5rem;
    padding-right: 0.6rem;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .title {
    display: block;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons
    .cta-template {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .sticky-title-and-cta
    .sticky-title-and-cta-component
    .sticky-title-and-cta-wrapper
    .two-buttons
    .cta-template
    a {
    font-size: 1.1em;
    height: 2.625rem;
    letter-spacing: 0.01rem;
    line-height: 1.2em;
    padding: 0.625rem 1.4375rem;
  }
}
.stream-team-lobby-component {
  background-color: #007cf7;
  color: #fff;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .stream-team-lobby-component .stream-team-lobby-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  color: #fff;
  order: 1;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .players-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 70%;
  }
}
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .title {
  font-weight: 700;
  padding: 2rem 0 0.75rem;
}
@media (min-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .title {
    padding: 3%;
  }
}
.stream-team-lobby-component
  .stream-team-lobby-container
  .players-wrapper
  .player-icons {
  gap: 1.25rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
}
@media (min-width: 640px) {
  .stream-team-lobby-component
    .stream-team-lobby-container
    .players-wrapper
    .player-icons
    .player-image {
    margin: initial;
    width: 21%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
    padding: 2.25rem 0 1.25rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .stream-team-lobby-component .stream-team-lobby-container .cta-wrapper {
    padding: 2.25rem 0 1.25rem;
    width: 70%;
  }
}
.stream-team-lobby-component .stream-team-lobby-container .cta-wrapper a {
  color: #fff;
}
.stream-team-component {
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .stream-team-component {
    padding: 1.5rem 0;
  }
}
.stream-team-component .title-wrapper .title {
  color: #007cf7;
  font-weight: 700;
}
.stream-team-component .title-wrapper .subtitle {
  padding: 6% 0;
}
@media (min-width: 640px) {
  .stream-team-component .title-wrapper .subtitle {
    padding: 3% 0 2%;
  }
}
.stream-team-component .players-wrapper {
  background-color: #007cf7;
  border-radius: 3.5rem;
  color: #fff;
}
@media (min-width: 640px) {
  .stream-team-component .players-wrapper > .parsys {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.stream-team-component .players-wrapper > .parsys .stream-team-player {
  padding: 2% 3%;
}
@media (min-width: 640px) {
  .stream-team-component .players-wrapper > .parsys .stream-team-player {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 8.5rem;
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .stream-team-component .players-wrapper > .parsys .stream-team-player {
    height: 15.625rem;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .player-image {
  max-width: 60%;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .player-image,
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .player-image
    img {
    height: 100%;
    width: auto;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 1% 10%;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    padding: 0 9% 0 2%;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper {
  max-height: 85%;
  padding-bottom: 0.5rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-name {
  font-weight: 700;
  padding: 2% 0 0.625rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description {
  padding: 0 0 1rem;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .text-wrapper
    .player-description {
    height: 60%;
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0.75rem 0 0;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar {
  scrollbar-base-color: #5998f2;
  scrollbar-arrow-color: #5998f2;
  scrollbar-track-color: #5998f2;
  scrollbar-thumb-color: #deeafc;
  overflow: auto;
  padding: 0 0.625rem 0 0;
  scrollbar-color: #deeafc #5998f2;
  scrollbar-width: thin;
  width: 100%;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar {
  background: #5998f2;
  display: block;
  width: 0.3125rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar-track {
  background: #5998f2;
  border-radius: 0.625rem;
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .text-wrapper
  .player-description.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background-color: #deeafc;
  border: 0;
  border-radius: 1.25rem;
}
@media (min-width: 1025px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .text-wrapper
    .player-description {
    height: 80%;
    max-height: 80%;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .twitch-icon {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon {
    margin: initial;
  }
}
.stream-team-component
  .players-wrapper
  > .parsys
  .stream-team-player
  .content-wrapper
  .twitch-icon
  img {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 640px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon
    img {
    height: 1.25rem;
    width: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .stream-team-component
    .players-wrapper
    > .parsys
    .stream-team-player
    .content-wrapper
    .twitch-icon
    img {
    height: 2rem;
    width: 2rem;
  }
}
.table-with-blue-heading-component .table {
  background: #f4f4f4;
  border: none;
  border-radius: 3.125rem;
  padding-bottom: 0.313rem;
}
.table-with-blue-heading-component .table .table-heading .heading {
  background: #007cf7;
  border-radius: 1.875rem 1.875rem 0 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.313rem;
  padding: 1.25rem 1.25rem 1.875rem;
}
.table-with-blue-heading-component .table .table-heading .heading .heading1 {
  font-weight: 700;
  width: 18%;
}
.table-with-blue-heading-component .table .table-heading .heading .heading2 {
  width: 40%;
}
.table-with-blue-heading-component .table .table-heading .heading .heading3,
.table-with-blue-heading-component .table .table-heading .heading .heading4 {
  width: 21%;
}
.table-with-blue-heading-component .table .table-body {
  background: #f4f4f4;
  border-radius: 0 0 1.875rem 1.875rem;
}
.table-with-blue-heading-component .table .table-body .bg-to-row {
  background: #fff;
  border-radius: 1.875rem;
  margin: 0.313rem 1.25rem;
  padding: 0.75rem 0.625rem;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-1 {
  font-weight: 700;
  width: 18%;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-2 {
  width: 40%;
}
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-3,
.table-with-blue-heading-component .table .table-body .bg-to-row .body-col-4 {
  width: 21%;
}
.terminology-component {
  padding-bottom: 2rem;
  scroll-behavior: smooth;
}
.terminology-component .letter-anchors a {
  color: #007cf7;
  text-decoration: underline;
  text-transform: uppercase;
}
.terminology-component .letter-items .terminology-anchor-target {
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden;
}
.terminology-component .letter-items .letter-item .label {
  text-transform: uppercase;
}
.terminology-component
  .letter-items
  .letter-item
  .content
  .word-item
  .word-name {
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.terminology-component
  .letter-items
  .letter-item
  .content
  .word-item
  .word-text {
  padding-bottom: 1.25rem;
  word-break: break-word;
}
.text-with-info-surrounded-by-circle-component .main-div-margin {
  margin: 1.5625rem auto;
  max-width: 75rem;
  padding: 0.625rem;
  width: 100%;
}
.text-with-info-surrounded-by-circle-component .main-div-margin .main-title {
  color: #007cf7;
  font-weight: 700;
}
.text-with-info-surrounded-by-circle-component .main-div-margin .sub-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.3rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  width: auto;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle {
  background-color: #fff;
  border: 0.125rem solid #007cf7;
  border-radius: 0.9375rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 9.0625rem;
  z-index: 0;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p {
  bottom: -0.625rem;
  color: #007cf7;
  display: table;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.125rem;
  position: relative;
  text-align: center;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007cf7;
  border-radius: 1.5625rem;
  bottom: 2.8125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 2.1875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.125rem;
  position: relative;
  text-align: center;
  width: 12.5rem;
  z-index: 1;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-15,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-15 {
  font-size: 0.9375rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-12,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-12 {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-10,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-10 {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoDetails.fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p
  .fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle
  p.fs-9,
.text-with-info-surrounded-by-circle-component
  .tournamentInfoRepeat
  .tournamentInfoBox
  .tournamentInfoTitle.fs-9 {
  font-size: 0.5625rem;
  line-height: 0.625rem;
}
@media (min-width: 640px) {
  .text-with-info-surrounded-by-circle-component .tournamentInfoRepeat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
  }
  .text-with-info-surrounded-by-circle-component
    .tournamentInfoRepeat
    .tournamentInfoBox {
    background-color: #fff;
    height: 5.3125rem;
    margin: 0.625rem;
    width: 25%;
  }
}
.title-component .primary-title {
  color: #007cf7;
}
.title-component .bold-title {
  font-weight: 700;
}
.buttons-banner-component {
  position: relative;
  top: 0;
  z-index: 1001;
}
.buttons-banner-component .buttons-banner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.563rem;
  justify-content: space-between;
  padding-right: unset;
}
@media (min-width: 640px) {
  .buttons-banner-component .buttons-banner-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 21rem;
  }
}
.buttons-banner-component .buttons-banner-container .image-button a {
  text-decoration: none;
}
.buttons-banner-component .buttons-banner-container .image-button a img {
  height: 1.563rem;
  vertical-align: middle;
  width: auto;
}
.tournament-gallery-component.edit-mode .swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.tournament-gallery-component .d-none-important {
  display: none !important;
}
.tournament-gallery-component .gallery-title {
  font-size: 2.25rem;
  line-height: 1.2;
  padding: 1.25rem 0 2.5rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .gallery-title {
    padding: 2.5rem 0 4rem;
  }
}
.tournament-gallery-component .swiper {
  padding-bottom: 2rem;
  width: 100%;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper {
    padding-bottom: 0;
  }
}
.tournament-gallery-component .swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper .swiper-wrapper {
    padding-bottom: 2rem;
  }
}
.tournament-gallery-component .swiper .swiper-pagination {
  bottom: 1rem;
}
@media (min-width: 640px) {
  .tournament-gallery-component .swiper .swiper-pagination {
    bottom: 0;
  }
}
.tournament-gallery-component
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #b3b3b6;
  opacity: 1;
}
.tournament-gallery-component
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #d1d2d4;
}
.tournament-gallery-component .swiper .loader {
  margin: 3rem;
  text-align: center;
}
.two-icons-cta-component .two-icons-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.two-icons-cta-component .two-icons-cta-container .title-container {
  font-size: 1.125rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20rem;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container
    .icon-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container
  .label {
  font-size: 1.375rem;
  font-weight: 400;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .icon-cta-container
  img {
  height: auto;
  width: 8rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link,
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container {
  gap: 2rem;
}
@media (min-width: 1025px) {
  .two-icons-cta-component
    .two-icons-cta-container
    .icon-cta-components-container
    .cta-and-link
    .icon-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container
  .label {
  font-size: 1.375rem;
  font-weight: 400;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .icon-cta-container
  img {
  height: auto;
  width: 8rem;
}
.two-icons-cta-component
  .two-icons-cta-container
  .icon-cta-components-container
  .cta-and-link
  .display-link {
  padding-top: 0.625rem;
}
.video-dam-component {
  display: block;
  margin: 1rem 0;
  position: relative;
}
.video-dam-component .video-dam-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 99%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.video-dam-component .video-dam-overlay .video-dam-play {
  background: url(/assets/video-dam-player.png)
    no-repeat 50%;
  background-size: contain;
  height: 75pt;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 75pt;
}
.video-dam-component .video-dam-overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.video-dam-component .video-dam-overlay:hover .video-dam-play {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.video-dam-component .video-dam-player {
  height: 100%;
  width: 100%;
}
.video-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}
.video-component iframe {
  margin: auto;
}
.video-component.responsive-video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-component.responsive-video-container .responsive-iframe {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper:not(.ready) {
  overflow: hidden !important;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
