/* ==========================================================================
PokerStars Casino

Author: Mateus Bettio Moreira
========================================================================== */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none;
}
.hidden-md {
  display: none;
}
.position-relative {
  position: relative;
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 70rem) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2% 2rem;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33333333%;
}
.col-2-sm {
  width: 12.66666667%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33333333%;
}
.col-5-sm {
  width: 37.66666667%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33333333%;
}
.col-8-sm {
  width: 62.66666667%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33333333%;
}
.col-11-sm {
  width: 87.66666667%;
}
.col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45rem) {
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .hidden-md {
    display: block;
  }
}
@media only screen and (min-width: 70rem) {
  .col-1 {
    width: 4.33333333%;
  }
  .col-2 {
    width: 12.66666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333333%;
  }
  .col-5 {
    width: 37.66666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333333%;
  }
  .col-8 {
    width: 62.66666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333333%;
  }
  .col-11 {
    width: 87.66666667%;
  }
  .col-12 {
    width: 96%;
  }
}
.btn {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 7px;
  transition: 0.15s ease all;
  outline: 2px solid transparent;
  cursor: pointer;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  line-height: 120%;
}
.btn.icon {
  background-color: transparent;
  padding: 10px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.icon.secondary.inverted {
  outline: none;
}
.btn.primary {
  padding: 13px 30px;
  color: #4361ee;
  border: 2px solid #4361ee;
  background-color: transparent;
}
.btn.primary:hover,
.btn.primary:focus-visible {
  background-color: #4361ee;
  color: white;
}
.btn.primary:active {
  background-color: #03254E;
  transition: none;
}
.btn.secondary {
  color: #1d1f20;
}
.btn.secondary:hover {
  outline-color: transparent;
}
.btn.secondary:focus-visible {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary:active {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary.inverted {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.secondary.inverted:hover,
.btn.secondary.inverted:focus-visible {
  border-color: #4361ee;
  background-color: #4361ee;
  color: white;
}
.btn.secondary.inverted:hover {
  outline: none;
}
.btn.secondary.inverted:active {
  background-color: #03254E;
  transition: none;
}
header {
  box-sizing: border-box;
  font-weight: 400;
}
header .logo-dark {
  display: none;
}
header .logo-standard {
  display: block;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1px 30px;
}
header .top {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header .menu li {
  list-style: none;
  margin: 0 15px;
}
header .menu li a {
  transition: 0.1s ease top;
  position: relative;
  top: 0;
  padding: 25px 30px;
}
header .menu li a::after {
  content: "";
  color: transparent;
  font-size: 30px;
  line-height: 0;
  transition: 0.2s ease color, 0.1s ease top 0.1s;
  display: block;
  text-align: center;
  bottom: -12px;
  position: relative;
}
header .menu li a:active {
  outline: none;
  color: #4361ee;
}
header .menu li a:hover {
  top: -5px;
}
header .menu li a:hover::after {
  color: #4361ee;
  bottom: -5px;
}
header.internal {
  font-family: "Inter", sans-serif;
}
header.internal .top {
  margin: 10px auto;
}
header.internal .logo img {
  max-width: 50px;
}
header.internal .logo a {
  display: flex;
  align-items: center;
}
header.internal .logo a:hover {
  text-decoration: underline;
}
header.internal .logo a > p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.2rem;
  color: #1d1f20;
}
header.internal li a::after {
  content: "↑";
  bottom: -20px;
}
header.internal li a:hover {
  top: -5px;
}
header.internal li a:hover::after {
  bottom: -15px;
}
header.dark a,
header.dark p {
  color: white !important;
}
header.dark .logo > a,
header.dark .logo p {
  color: white !important;
}
header.dark .logo-dark {
  display: block;
}
header.dark .logo-standard {
  display: none;
}
header.dark.sticky {
  background: rgba(26, 26, 26, 0.95);
}
@font-face {
  font-family: "druk_medium";
  src: url(/d4e112da0727e8aa4d70.woff) format("woff2"), url(/d4e112da0727e8aa4d70.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}
img {
  border: 0;
}
body {
  font-family: "Inter", sans-serif;
  background: #1c1e1f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMABAiQwYnoAAAEbklEQVRIx0TPMWrdABAG4W/Fr/DSrYwCTqejrIICLl+RA6lw+hwhRw3YRWCaYaoh/QHUtSe1qya81o0Y0MgQYl3bVTT0jEYKC13vZJh+oWUzhgnPh+a8PetQCc5TuFPL8ot+/ULopVGwtkX6BMMbU++Zp015L7JexpWb65EFvjFjYqGfi+gq+1laQrJ5zEcV6WiUTyf+rIfeAM1gFeVlxTkm8ThRtZ56ZAQwaDugKjMEgCmorCF+zvGbydNgwrAZVg5vNAaaBFR7spe92tzO6x0NGnZMyXS4nTimZSDk2H40e6O+F3s97WNZmF4KKVeqxb7hprUq/ZUIOsv/zzQ+7TKBbSZ/taM1agOmWFEx43jA/COaDFIqCGIg+mrIwOiqBlpw2cL3HmmZhcuPeACP0ofwwEIH+aHpQCiKSlLZL+JE2jCeJ7UVd4AwyyllG9Pua1a8PDHjB3jCEJ+smDPaO9UpLwIiLQeEjVpyLO3jIPFCoVnJIt+AXAinwAYhTFAZA+UIHOwyAolGHU1HbTAW7gRLxLH8R/YYO4R4pvRO7Upo9CgttTluXZDL0uK+/jQfQPwmMCidX7obBnE0xBK52KBG1xdrJPYO8F1bD4cEaQMqKJzBIDPFivZBFk0UIGfcq8KtA5T0TP6bTbybk4Abwebe4HFJBnSgDoMDkBDrLd5+DbZk3cYkQc1UBC0/0UV4anDpvyyTV3Enr2xCQbHV9LbXbkRAlYclLw1oB0/Aetzm4K+oasl1G4aBpEAVzo4K8oC3dG5CFyqQ7pyHdu+jJEAPYPQEPWozQxkR8oEhfofDsW5Qq8LOVQ1TbSL27uTvLD9bH/L5DSM/Nuu+KSiKH50ATAztsvTf3mDIVuWXG7Ma/pidG+tBvpNVWuQpVzJRS4XfBPLTuLmrAOI4EwoNtLJJjMGRQylhEYlAl9iMIRJ+XNa1hKxPh9EZP4MTKwrll0puFJ1gYhM10GknxckI6QZwZZZaV1GpB03dEthDfiasyvxHMpZTnBCt2/mQCEqGxgHWYpgjqrcIh2xTwX8gZgN4kFlN226xiBX6Vm6k8wIy/RTpQ6YGPifVZfQGQvoi65SZ47dUbdK7JY6jH01oLh8kTYPjuzl54IpkrIxSJhFjgYB1gRatsWLgmu1zC1G1J4p90HqxB+O+iMbYhu7vTAHfuIRd0FtaRzpHM5kKbjhvnJLVSVuS3hD7sNE9wgeSKHUuSsLkyYvPMQzA3HPVAj67o/4ZrWJRA3PvIXm+10rqjkHbS8mOMHnGpQd9Qmxh6MXNJPUVfW1ggOEC724LUaNbtU/LEDjU5i9LDsflxIUQD+obIfmAGddzX6LK9SxS2+vxPotzIaCeOfqQ4Nw1EPaLtRHTEy3SNCs68Ov53rt1JpkaRIuy4Rts9F/atVCdqEWNrkaCIJVb1ylkF7nypeq3BWa7E2jnuGOkzayBRbvoLCp3eX3KzbsDaBSvMawKVkAnNUVvtRVuZmbGPkIo5mghjxVZEitPoNTHM4n5H+JPjnMUIHMBAAAAAElFTkSuQmCC);
  scroll-behavior: smooth;
  font-weight: 300;
}
body.blur {
  filter: blur(20px);
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "druk_medium", sans-serif;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body .container {
  position: relative;
}
body .clear {
  clear: both;
}
body .overflow-fix {
  overflow: hidden;
}
body .come-in {
  transform: translateY(50px);
  animation: come-in 0.8s ease forwards;
}
body .come-in:nth-child(2n) {
  animation-duration: 1.5s;
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .clear {
  clear: both;
  overflow: hidden;
}
body .img-shadow {
  box-shadow: 0px 8px 20px 0px #eaeaea;
}
body .come-in:nth-child(even) {
  animation-duration: 0.5s;
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes appearPhone {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 00px;
    opacity: 1;
  }
}
body a {
  cursor: pointer;
  text-decoration: none;
}
.row.align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.row.align-center div[class^="col-"] {
  float: none;
}
.row.full-height {
  height: calc(100vh - 140px);
}
hr {
  opacity: 0.1;
}
main > section {
  padding: 50px 0;
  box-sizing: border-box;
}
main > section::after {
  content: " ";
  min-height: 1px;
  clear: both;
  display: block;
  width: 100%;
}
main > section p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 160%;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
main > section p a {
  color: white;
  text-decoration: underline;
}
main > section p a:hover {
  color: #d21a1a;
}
main > section.light h3.subtitle {
  color: #747a7c;
}
main > section.light h3.subtitle::after,
main > section.light h3.subtitle::before {
  background-color: #747a7c;
}
main > section.light p {
  color: #1d1f20;
}
main > section.light p a {
  color: #d21a1a;
}
h3.subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
h3.subtitle::before {
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: " ";
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  margin: 10px 25px 0 0;
}
h3.subtitle.centre {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
h3.subtitle.centre::before {
  width: 50px;
  margin: 0;
  margin-right: 25px;
}
h3.subtitle.centre::after {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: " ";
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  margin: 0;
  margin-left: 25px;
}
.top {
  padding-top: 0;
}
.top .ipad {
  background: url(/e641e24652f3092ae558.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.top .ipad img {
  filter: drop-shadow(0px 60px 60px black);
  margin: 0 auto;
  display: block;
  filter: drop-shadow(40px, 0, black);
  position: relative;
  z-index: 3;
  animation: appearPhone 0.4s ease-out forwards;
  animation-delay: 0.3s;
  top: 0px;
  opacity: 0;
}
.top .text {
  display: flex;
  align-items: normal;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
.top .text img {
  margin: 2.5rem 0;
}
.top .text h1 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-weight: 300;
}
.top .text h1 strong {
  color: white;
  font-weight: bold;
}
.top .text h2 {
  color: white;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  margin-top: 3rem;
}
.top .text .pill-container {
  margin-left: -5px;
}
.top .text .pill-container .pill {
  padding: 10px 15px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px 15px 5px;
}
.top .text .scroll-down {
  background: url(/996be30336c7a6e69f98.svg) no-repeat left center;
  padding: 15px;
  padding-left: 60px;
  margin-top: 60px;
}
.top .text .scroll-down strong {
  font-size: 1.1rem;
  color: white;
  margin: 0;
}
.top .text .scroll-down p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin: 5px 0;
}
.challenge h2 {
  color: #d21a1a;
  font-size: 3.5rem;
}
.challenge p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 160%;
  font-size: 1.2rem;
}
.challenge video {
  border-radius: 15px;
  cursor: pointer;
}
.personas {
  background: white;
}
.personas h2 {
  font-size: 3.5rem;
  color: #d21a1a;
  text-align: center;
}
.competitors {
  background: #f6f6f6;
}
.competitors .title {
  padding: 65px 0;
}
.competitors h2 {
  font-size: 3.5rem;
  color: #d21a1a;
  margin: 0;
}
.competitors p {
  margin: 0;
}
.competitors .card {
  padding: 15px;
  border-radius: 15px;
  background-color: white;
}
.competitors .card img {
  border-radius: 10px;
}
.competitors .card ul {
  padding: 10px 10px 0;
  margin: 0;
}
.competitors .card ul li {
  list-style: none;
  list-style-image: url(/1ab32a2a626198e5f72b.svg);
  color: #1d1f20;
  font-size: 1rem;
  margin: 10px 0;
  list-style-position: inside;
}
.competitors .card ul li p {
  margin: 0;
  display: inline;
  top: -5px;
  position: relative;
  font-size: 1rem;
}
.ideation {
  background: #212425 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMABAiQwYnoAAAEbklEQVRIx0TPMWrdABAG4W/Fr/DSrYwCTqejrIICLl+RA6lw+hwhRw3YRWCaYaoh/QHUtSe1qya81o0Y0MgQYl3bVTT0jEYKC13vZJh+oWUzhgnPh+a8PetQCc5TuFPL8ot+/ULopVGwtkX6BMMbU++Zp015L7JexpWb65EFvjFjYqGfi+gq+1laQrJ5zEcV6WiUTyf+rIfeAM1gFeVlxTkm8ThRtZ56ZAQwaDugKjMEgCmorCF+zvGbydNgwrAZVg5vNAaaBFR7spe92tzO6x0NGnZMyXS4nTimZSDk2H40e6O+F3s97WNZmF4KKVeqxb7hprUq/ZUIOsv/zzQ+7TKBbSZ/taM1agOmWFEx43jA/COaDFIqCGIg+mrIwOiqBlpw2cL3HmmZhcuPeACP0ofwwEIH+aHpQCiKSlLZL+JE2jCeJ7UVd4AwyyllG9Pua1a8PDHjB3jCEJ+smDPaO9UpLwIiLQeEjVpyLO3jIPFCoVnJIt+AXAinwAYhTFAZA+UIHOwyAolGHU1HbTAW7gRLxLH8R/YYO4R4pvRO7Upo9CgttTluXZDL0uK+/jQfQPwmMCidX7obBnE0xBK52KBG1xdrJPYO8F1bD4cEaQMqKJzBIDPFivZBFk0UIGfcq8KtA5T0TP6bTbybk4Abwebe4HFJBnSgDoMDkBDrLd5+DbZk3cYkQc1UBC0/0UV4anDpvyyTV3Enr2xCQbHV9LbXbkRAlYclLw1oB0/Aetzm4K+oasl1G4aBpEAVzo4K8oC3dG5CFyqQ7pyHdu+jJEAPYPQEPWozQxkR8oEhfofDsW5Qq8LOVQ1TbSL27uTvLD9bH/L5DSM/Nuu+KSiKH50ATAztsvTf3mDIVuWXG7Ma/pidG+tBvpNVWuQpVzJRS4XfBPLTuLmrAOI4EwoNtLJJjMGRQylhEYlAl9iMIRJ+XNa1hKxPh9EZP4MTKwrll0puFJ1gYhM10GknxckI6QZwZZZaV1GpB03dEthDfiasyvxHMpZTnBCt2/mQCEqGxgHWYpgjqrcIh2xTwX8gZgN4kFlN226xiBX6Vm6k8wIy/RTpQ6YGPifVZfQGQvoi65SZ47dUbdK7JY6jH01oLh8kTYPjuzl54IpkrIxSJhFjgYB1gRatsWLgmu1zC1G1J4p90HqxB+O+iMbYhu7vTAHfuIRd0FtaRzpHM5kKbjhvnJLVSVuS3hD7sNE9wgeSKHUuSsLkyYvPMQzA3HPVAj67o/4ZrWJRA3PvIXm+10rqjkHbS8mOMHnGpQd9Qmxh6MXNJPUVfW1ggOEC724LUaNbtU/LEDjU5i9LDsflxIUQD+obIfmAGddzX6LK9SxS2+vxPotzIaCeOfqQ4Nw1EPaLtRHTEy3SNCs68Ov53rt1JpkaRIuy4Rts9F/atVCdqEWNrkaCIJVb1ylkF7nypeq3BWa7E2jnuGOkzayBRbvoLCp3eX3KzbsDaBSvMawKVkAnNUVvtRVuZmbGPkIo5mghjxVZEitPoNTHM4n5H+JPjnMUIHMBAAAAAElFTkSuQmCC);
}
.ideation h2 {
  color: #d21a1a;
  font-size: 3.5rem;
}
.ideation h4 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.system {
  background: #f6f6f6;
}
.system .title {
  padding: 65px 0;
}
.system h2 {
  font-size: 3.5rem;
  color: #d21a1a;
  margin: 0;
}
.system p {
  margin: 0;
}
.testing h2 {
  color: #d21a1a;
  font-size: 3.5rem;
}
.testing p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 160%;
  font-size: 1.2rem;
}
.testing video {
  border-radius: 15px;
  cursor: pointer;
}
.testing .bg {
  background: url(/e641e24652f3092ae558.svg) no-repeat center;
  background-size: contain;
  margin: 180px 0;
  box-sizing: border-box;
}
.testing .bg img {
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0px 60px 60px black);
}
.learnings h2 {
  color: #d21a1a;
  font-size: 2.5rem;
}
.learnings h4 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.learnings p {
  font-size: 1.1rem;
  font-weight: 300;
}
.achievements h2 {
  color: #d21a1a;
  font-size: 3.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.achievements h4 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.achievements p {
  font-size: 1.1rem;
  font-weight: 300;
}
.achievements .logo {
  margin-bottom: 40px;
}
footer {
  padding: 80px 0;
  text-align: center;
}
footer strong {
  color: #d21a1a;
  font-size: 2rem;
  font-family: "druk_medium", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
footer a {
  color: white;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body .desktop {
    display: block;
  }
  body .mobile {
    display: none;
  }
}
@media (min-width: 1105px) {
  body .top .text {
    height: calc(100vh - 140px);
  }
  body .top .text h1 {
    font-size: 1.2rem;
  }
  body .top .ipad {
    margin-bottom: 0px;
  }
  body .top .ipad img {
    max-width: 110%;
  }
  body main > section {
    padding: 80px 0;
  }
  body .row.align-center {
    flex-direction: row;
  }
}

