@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat/Montserrat-VariableFont_wght.ttf)
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

::-moz-selection {
  color: #B21547;
  background: rgba(0, 0, 0, .2)
}

::selection {
  color: #B21547;
  background: rgba(0, 0, 0, .2)
}

body {
  padding: 0;
  margin: 0;
  background-color: #141314;
  font-family: Montserrat, sans-serif;
  color: #fff
}

.YES,
.yes {
  display: none !important
}

.NO,
.no {
  display: block
}

.white {
  color: #111
}

a:link {
  text-decoration: none
}

#text h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 4.7vw;
  font-weight: 400;
  line-height: 82%;
  margin: 4% 0 2% 0
}

h1.Montserrat {
  color: #111;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.3vw;
  line-height: 100%;
  transform: skew(17deg);
  margin: 0
}

h1.Montserrat.white {
  color: #fff
}

.outline {
  width: auto;
  position: relative;
  transform: skew(-17deg);
  background: #fff;
  padding: 1.5% 2.5%;
  display: inline-block;
  margin-left: 2%
}

.outline.white {
  background: #111
}

h1.green {
  color: #fff
}

.outline.green {
  background: #B21547
}

h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 82%;
  margin: 0
}

h6 {
  color: #111;
  font-size: 1.3vw;
  margin: 0;
  margin-bottom: 2%;
  font-weight: 500
}

p {
  margin: 0;
  font-size: 1.1vw
}

p a {
  color: #fff
}

a {
  margin: 0
}

#topbar-spacing {
  height: 4.1vw;
  width: 100%
}

#topbar {
  overflow: hidden;
  background-color: #B21547;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 4.8vw;
  border-bottom: 1px solid #fff
}

.ulogo {
  float: left;
  margin-left: 10%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 700;
}

.ulogo img {
  vertical-align: middle
}

#unibetlogo {
  vertical-align: middle
}

.nav-buttons {
  float: right;
  width: 50%;
  margin-right: 10%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600
}

.nav-button {
  border-radius: 3px;
  padding: 1.7% 2.5%;
  transition: all .5s;
  margin-left: 1.5%;
  font-size: .95vw
}

.reg-button {
  background-color: #ffe71e;
  color: #333;
  float: right
}

.reg-button a {
  color: #333
}

.reg-button:hover {
  background-color: #ffeb4a
}

.login-button {
  background-color: #F33D7C;
  color: #fff;
  float: right
}

.login-button:hover {
  background-color: #2db064
}

.additional-logo {
  width: 15%;
  position: absolute;
  top: 6vw;
  right: 2%
}

.additional-logo-mobile {
  display: none
}

.additional-logo img {
  width: 100%
}

.odds-banner {
  width: 90%;
  margin-top: -50%;
  z-index: -999;
  margin-left: 20%
}

#image {
  width: 100%;
  height: auto;
  background-image: url(../images/1.jpeg);
  background-size: 100%;
  background-position: top 60%;
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center;
}

#container {
  width: 80%;
  margin: 0 auto;
  height: auto
}

#text {
  width: 45%;
  padding: 10% 0;
  position: relative;
  left: 0
}

.button {
  border-radius: 4px;
  background-color: #ffe71e;
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.2vw;
  font-weight: 400;
  padding: 2.8% 7%;
  transition: all .5s;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  margin-top: 4%
}

.button span {
  display: inline-block;
  position: relative;
  transition: .5s
}

.button:hover {
  background-color: #ffeb4a
}

.button span:after {
  content: '\000BB';
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -25px;
  transition: .5s
}

.button:hover span {
  padding-right: 30px
}

.button:hover span:after {
  opacity: 1;
  right: 0
}

#text p {
  width: 80%;
  font-size: .7vw;
  padding-top: 2%;
  line-height: 120%;
  cursor: pointer
}

#cta-terms img {
  width: 4%;
  margin-bottom: -1%;
  margin-right: 5px
}

#cta-terms img.ps {
  width: 5%
}

#cta-terms img.white {
  filter: brightness(0)
}

#text p i {
  padding: 2px 0 0 8px
}

.additional-logo {
  width: 8%;
  position: absolute;
  top: 6vw;
  right: 2%
}

.additional-logo-mobile {
  display: none
}

.additional-logo img {
  width: 100%
}

#steps-container {
  background-color: rgba(26, 26, 26, .95);
  width: 100%
}

#steps-container-mobile {
  display: none
}

.steps-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 1.8%;
  overflow: hidden;
  padding-left: 6%
}

.steps {
  width: 33.3%;
  float: left
}

.steps-numbers {
  float: left;
  margin-top: -1px
}

.steps-numbers span {
  color: #fff;
  font-family: Montserrat;
  font-size: 7.3vw;
  line-height: 80%;
  font-weight: 100;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-text-fill-color: rgba(26, 26, 26, 0);
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: #B21547
}

.steps-content {
  width: 70%;
  float: left;
  margin: 0 4%;
  margin-top: 1.3%
}

.steps-content h4 {
  font-size: 1.7vw;
  color: #fff;
  padding-bottom: 1%;
  font-weight: 900;
  margin: 0
}

.steps-content p {
  line-height: 130%;
  font-weight: 400;
  color: #fff
}

#usp-container {
  width: 100%;
  background: #f1f1f1;
  padding: 3.5% 0;
  color: #111
}

#usp-wrapper {
  width: 65%;
  margin: 0 auto;
  overflow: hidden
}

.usp {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 3%
}

.usp-text {
  margin: 3% auto 0 auto;
  width: 85%
}

.usp-text p {
  opacity: .8
}

.usp-image {
  margin: 0 auto;
  width: 22%
}

.usp:hover .usp-image {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

#usp-container .button {
  font-size: 1.7vw;
  padding: 1.5% 3%;
  margin: 0 auto;
  display: table
}

#partners-container {
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, .176)
}

.partners {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 3.5% 0
}

.partners h4 {
  font-size: 2vw;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  background-color: transparent;
  text-transform: none;
  display: inline-block
}

hr {
  width: 7%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 1%;
  height: 3px;
  border: 0;
  border-top: 3px solid #B21547;
  padding: 0
}

#partners-container img {
  display: inline-block;
  padding: .7%;
  padding-bottom: 3%;
  vertical-align: middle;
  height: 5vw
}

.partners .button {
  font-size: 1.1vw;
  padding: 1.5% 3%;
  margin: 1% 0 0 0
}

#terms {
  padding: 1% 0
}

.terms-wrapper-dk {
  width: 100%;
  background: #111;
  padding: 2% 0;
  display: none
}

.terms-container,
.terms-container-dk {
  color: #bbb;
  border: solid 1px #B21547;
  width: 77%;
  margin: 2% auto;
  padding: 1.5%;
  font-size: .8vw;
  position: relative
}

.terms-container-dk {
  margin: 0 auto
}

.collapse {
  font-family: Montserrat, sans-serif;
  color: #B21547;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  text-align: left;
  font-size: 1vw
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  line-height: 145%
}

.collapse-content.dk {
  max-height: initial
}

.collapse p {
  float: left
}

.expand-terms-icon {
  position: absolute;
  right: 2.1vw;
  top: .8vw;
  cursor: pointer;
  transition: all .2s
}

.noexpand-terms-icon {
  display: none
}

.rotate-x {
  transform: rotate(45deg) scale(1.2);
  transition: all .2s
}

#expand-icon {
  font-weight: 100;
  font-size: 2vw;
  color: #B21547
}

#terms-container {
  width: 100%;
  height: auto;
  clear: both;
  border: none
}

.terms {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0
}

.terms span {
  font-size: 1vw;
  color: #999;
  font-weight: 700;
  text-align: left
}

.terms p {
  font-size: .9vw;
  color: #999;
  text-align: left
}

#footer-container {
  width: 100%;
  height: auto;
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, .176);
  overflow: hidden
}

#footer-box {
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.authority {
  width: 100%;
  padding: 0;
  gap: 0
}

.authority img {
  height: 5vh;
  display: inline-block;
  height: 25px;
  padding-left: 1rem
}

@media (max-width:768px) {
  .authority img {
    height: 20px;
    padding-left: 1rem
  }
}

@media (max-width:480px) {
  .authority img {
    height: 20px;
    padding-left: .5rem
  }
}

.authority img.resp {
  height: 3vh;
  margin-left: 2%;
  margin-right: 2%
}

#footer-box span {
  font-size: .8vw;
  color: #6f6f6f;
  vertical-align: super
}

#payments-container {
  width: 100%;
  height: auto;
  clear: both;
  border-top: thin inset #888
}

.payments img {
  max-height: 40px;
  height: 28px;
  display: inline-block
}

.fun-stops {
  width: 28%;
  margin-left: 10%;
  padding-bottom: 20px
}

footer p {
  font-size: .9vw;
  color: #6f6f6f;
  line-height: 150%;
  margin: 0
}

.footer-row {
  border-top: 1px solid rgba(0, 0, 0, .176)
}

body.en_au .info p {
  color: #ffe71e
}

.responsible-gaming-container {
  padding: 0 10%;
  overflow: hidden;
  height: 70px;
  position: relative
}

.responsible-gaming-container img {
  padding-right: .5%;
  margin-right: 10px;
  height: 1.3vw;
  display: inline
}

.responsible-gaming-container p {
  vertical-align: middle;
  line-height: 125%
}

.info {
  float: left;
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.info p {
  font-size: .8vw;
  display: inline;
  vertical-align: super
}

.links {
  float: right;
  width: 65%;
  text-align: right;
  right: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.links p a {
  font-weight: 700;
  color: #999;
  text-decoration: none
}

.links a:hover {
  text-decoration: underline
}

.legal p,
.links p {
  font-size: .9vw;
  color: #999
}

.legal {
  padding: 2% 10% 4% 10%
}

.legal a {
  color: #F33D7C !important;
  text-decoration: none;
  font-weight: 500
}

.legal a:hover {
  text-decoration: underline
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #F33D7C;
  width: 46px;
  height: 46px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

#return-to-top i {
  color: #fff;
  margin: 0 auto;
  display: table;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#return-to-top:hover {
  background: rgba(0, 0, 0, .9);
  background: #515151
}

#return-to-top:hover i {
  top: 20px
}

@media only screen and (max-width:768px) and (orientation :landscape) {
  .ulogo {
    margin-left: 7%;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-buttons {
    margin-right: 1%
  }

  .nav-button {
    font-size: 1.4vw;
    padding: 1.3% 2.5%;
    border-radius: 1px
  }

  #container {
    width: 86%
  }

  .button {
    font-size: 2vw;
    border-radius: 3px
  }

  #text p {
    font-size: 1vw;
    width: 100%
  }

  #footer-box {
    height: 30px
  }

  .payments {
    text-align: right
  }

  .payments img {
    width: 70%
  }

  .responsible-gaming-container {
    height: 30px
  }

  .terms {
    width: 85%
  }

  .terms p {
    font-size: 1vw
  }

  .collapse {
    font-size: 1.2vw
  }
}

@media only screen and (max-width:768px) and (orientation :portrait) {
  #text h2 {
    font-size: 12.5vw !important;
    margin: 3% 0 0 0;
    line-height: 85%
  }

  h1.roboto {
    font-size: 4vw
  }

  h3 {
    font-size: 6.5vw;
    line-height: 82%;
    letter-spacing: 0;
    margin-top: 3%
  }

  h6 {
    font-size: 4.5vw
  }

  p {
    font-size: 4.2vw
  }

  #topbar {
    height: 12vw
  }

  #topbar-spacing {
    height: 7.5vw
  }

  .ulogo {
    width: 20%;
    margin-left: 1.5%;
    font-size: 12px;
    font-weight: 600;
  }

  .nav-buttons {
    width: 70%;
    margin-right: 1.5%
  }

  .nav-button {
    padding: 4% 7%;
    margin-left: 2%;
    font-size: 3vw
  }

  .button span:after {
    top: -2.5px
  }

  .additional-logo-mobile {
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-top: 8%;
    margin-bottom: -10%
  }

  .additional-logo-mobile img {
    width: 100%
  }

  .odds-banner {
    width: 100%;
    margin-top: -65%;
    z-index: -999;
    margin-left: 0
  }

  #image {
    background-image: linear-gradient(#0000005e, #0000005e), url(/images/1.jpeg);
    height: auto;
    background-size: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }

  #image.green {
    background-color: #3eab36
  }

  #image.white {
    background-color: #fff
  }

  #container {
    text-align: center;
    margin-top: 10%;
    width: 85%
  }

  #text {
    width: 100%;
    padding: 10% 0;
    padding-bottom: 70%
  }

  .button {
    font-size: 5vw;
    padding: 3.4% 8%;
    margin-top: 5%
  }

  #text p {
    font-size: 2vw;
    padding-top: 3%;
    margin: 0 auto;
    width: 78%
  }

  .outline {
    padding: 2.4% 2.5% 2% 2.5%
  }

  #cta-terms img {
    width: 5%;
    margin-right: 3px;
    margin-bottom: -1.5%
  }

  #cta-terms img.ps {
    width: 6%
  }

  .steps-wrapper {
    overflow: auto;
    padding: 4% 0
  }

  .steps {
    background-color: transparent;
    width: 100%;
    margin: 6% 0
  }

  .steps-numbers {
    padding: 0;
    margin: 0 auto
  }

  .steps-numbers span {
    font-size: 18vw;
    padding: 5% 0 0 0;
    color: rgba(38, 38, 38, 1)
  }

  .first {
    margin-left: 3.8%
  }

  .steps-content {
    width: 75%;
    margin-top: 1.3%
  }

  .steps-content h4 {
    font-size: 5.2vw
  }

  .steps-content p {
    font-size: 4.2vw
  }

  #usp-container {
    padding: 12% 0
  }

  #usp-wrapper {
    width: 80%
  }

  .usp {
    width: 100%;
    float: none;
    margin-bottom: 10%
  }

  #usp-container .button {
    font-size: 5vw;
    padding: 4% 8%;
    margin: 1% auto
  }

  .partners {
    padding: 10% 0
  }

  .partners h4 {
    font-size: 5.6vw
  }

  #partners-container img {
    max-width: 40%;
    padding: 2% 3%;
    height: 11vw
  }

  hr {
    width: 18%;
    margin-top: 3%;
    margin-bottom: 3%
  }

  .partners .button {
    font-size: 4vw;
    padding: 4% 10%;
    margin: 0 auto;
    margin-top: 5%
  }

  #terms {
    padding: 4% 0
  }

  .terms-container,
  .terms-container-dk {
    width: 82%;
    font-size: 2.9vw;
    padding: 4%;
    margin: 4% auto
  }

  .collapse {
    font-size: 3vw
  }

  .expand-terms-icon {
    right: 3vw;
    top: 2.9vw
  }

  #expand-icon {
    font-size: 5vw
  }

  .terms {
    width: 90%
  }

  .terms span {
    font-size: 4vw
  }

  .terms p {
    font-size: 3vw
  }

  #footer-box {
    width: 90%
  }

  #footer-box span {
    font-size: 2vw;
    display: block
  }

  .authority img {
    height: 1.5vh
  }

  .authority img.resp {
    height: 2vh
  }

  .payments {
    width: 100%;
    text-align: right
  }

  .payments img {
    max-height: 30px;
    height: auto;
    width: 100%
  }

  .fun-stops {
    width: 60%
  }

  #return-to-top {
    bottom: 20px
  }

  .fun-stops {
    max-width: 300px;
    margin-left: 5%
  }

  .responsible-gaming-container {
    padding: 3% 5%;
    height: auto
  }

  .responsible-gaming-container p {
    padding-bottom: 2%;
    padding-top: 2.5%
  }

  .responsible-gaming-container img {
    height: 24px
  }

  .links {
    float: left;
    width: 100%;
    text-align: left;
    position: initial;
    top: 0;
    transform: none
  }

  .info {
    float: left;
    width: 100%;
    position: initial;
    top: 0;
    transform: none
  }

  .info p {
    position: initial;
    top: 0;
    transform: none;
    font-size: 3vw;
    width: 95%;
    margin-top: -1%
  }

  .footer-logos {
    display: none
  }

  .legal {
    padding: 5% 5% 12% 5%
  }

  .legal p {
    font-size: 3vw
  }

  .links p {
    font-size: 3vw
  }

  footer p {
    font-size: 3vw
  }
}

.popup-form,
.thank-you-page {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  box-sizing: border-box;
  color: #000
}

.form-group {
  margin-bottom: 15px
}

.form-group label {
  display: block
}

.form-group input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999
}

.button,
.nav-button,
.promo {
  cursor: pointer
}