*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #efefef;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;

}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}

h1 {
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(var(--primary));
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

.spf__MSISDN p,.spf__PIN p,label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.form-control,.spf__MSISDN input[type=tel],.spf__PIN input[type=tel] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
  .form-control,.spf__MSISDN input[type=tel],.spf__PIN input[type=tel] {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,.spf__MSISDN input[type=tel]::-ms-expand,.spf__PIN input[type=tel]::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring,.spf__MSISDN input[type=tel]:-moz-focusring,.spf__PIN input[type=tel]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus,.spf__MSISDN input[type=tel]:focus,.spf__PIN input[type=tel]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fbcdbd;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(243,114,69,.25);
}

.form-control::-webkit-input-placeholder,.spf__MSISDN input[type=tel]::-webkit-input-placeholder,.spf__PIN input[type=tel]::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,.spf__MSISDN input[type=tel]::-moz-placeholder,.spf__PIN input[type=tel]::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder,.spf__MSISDN input[type=tel]:-ms-input-placeholder,.spf__PIN input[type=tel]:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,.spf__MSISDN input[type=tel]::-ms-input-placeholder,.spf__PIN input[type=tel]::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,.spf__MSISDN input[type=tel]::placeholder,.spf__PIN input[type=tel]::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly],.spf__MSISDN input[readonly][type=tel],.spf__MSISDN input[type=tel]:disabled,.spf__PIN input[readonly][type=tel],.spf__PIN input[type=tel]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.spf__MSISDN input.form-control-plaintext[type=tel],.spf__PIN input.form-control-plaintext[type=tel] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-lg,.spf__MSISDN input[type=tel],.spf__PIN input[type=tel] {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.btn,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,.spf__ChargeButton:hover,.spf__MSISDN input[type=button]:hover,.spf__PIN input[type=button]:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,.btn:focus,.focus.spf__ChargeButton,.spf__ChargeButton:focus,.spf__MSISDN input.focus[type=button],.spf__MSISDN input[type=button]:focus,.spf__PIN input.focus[type=button],.spf__PIN input[type=button]:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(243,114,69,.25);
}

.btn.disabled,.btn:disabled,.disabled.spf__ChargeButton,.spf__ChargeButton:disabled,.spf__MSISDN input.disabled[type=button],.spf__MSISDN input[type=button]:disabled,.spf__PIN input.disabled[type=button],.spf__PIN input[type=button]:disabled {
  opacity: .65;
}

a.btn.disabled,a.disabled.spf__ChargeButton,fieldset:disabled a.btn,fieldset:disabled a.spf__ChargeButton {
  pointer-events: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  color: var(--font-color);
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}

.btn-primary:hover,.spf__ChargeButton:hover,.spf__MSISDN input[type=button]:hover,.spf__PIN input[type=button]:hover {
  color: var(--font-color);
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-primary.focus,.btn-primary:focus,.focus.spf__ChargeButton,.spf__ChargeButton:focus,.spf__MSISDN input.focus[type=button],.spf__MSISDN input[type=button]:focus,.spf__PIN input.focus[type=button],.spf__PIN input[type=button]:focus {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: 0 0 0 .2rem rgba(245,135,97,.5);
}

.btn-primary.disabled,.btn-primary:disabled,.disabled.spf__ChargeButton,.spf__ChargeButton:disabled,.spf__MSISDN input.disabled[type=button],.spf__MSISDN input[type=button]:disabled,.spf__PIN input.disabled[type=button],.spf__PIN input[type=button]:disabled {
  color: #fff;
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.spf__ChargeButton,.spf__ChargeButton:not(:disabled):not(.disabled).active,.spf__ChargeButton:not(:disabled):not(.disabled):active,.spf__MSISDN .show>input.dropdown-toggle[type=button],.spf__MSISDN input[type=button]:not(:disabled):not(.disabled).active,.spf__MSISDN input[type=button]:not(:disabled):not(.disabled):active,.spf__PIN .show>input.dropdown-toggle[type=button],.spf__PIN input[type=button]:not(:disabled):not(.disabled).active,.spf__PIN input[type=button]:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: #e9470f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle.spf__ChargeButton:focus,.spf__ChargeButton:not(:disabled):not(.disabled).active:focus,.spf__ChargeButton:not(:disabled):not(.disabled):active:focus,.spf__MSISDN .show>input.dropdown-toggle[type=button]:focus,.spf__MSISDN input[type=button]:not(:disabled):not(.disabled).active:focus,.spf__MSISDN input[type=button]:not(:disabled):not(.disabled):active:focus,.spf__PIN .show>input.dropdown-toggle[type=button]:focus,.spf__PIN input[type=button]:not(:disabled):not(.disabled).active:focus,.spf__PIN input[type=button]:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(245,135,97,.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light.focus,.btn-light:focus,.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-block,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  display: block;
  width: 100%;
}

.btn-block+.btn-block,.btn-block+.spf__ChargeButton,.spf__ChargeButton+.btn-block,.spf__ChargeButton+.spf__ChargeButton,.spf__MSISDN .btn-block+input[type=button],.spf__MSISDN .spf__ChargeButton+input[type=button],.spf__MSISDN input[type=button]+.btn-block,.spf__MSISDN input[type=button]+.spf__ChargeButton,.spf__MSISDN input[type=button]+input[type=button],.spf__PIN .btn-block+input[type=button],.spf__PIN .spf__ChargeButton+input[type=button],.spf__PIN input[type=button]+.btn-block,.spf__PIN input[type=button]+.spf__ChargeButton,.spf__PIN input[type=button]+input[type=button] {
  margin-top: 0.5rem;
}

.spf__MSISDN input[type=button],.spf__PIN input[type=button],input[type=button].btn-block,input[type=button].spf__ChargeButton,input[type=reset].btn-block,input[type=reset].spf__ChargeButton,input[type=submit].btn-block,input[type=submit].spf__ChargeButton {
  width: 100%;
}

.btn-lg,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-lg,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  /*padding: .75rem 1rem!important;*/
}

.spf__ChargeButton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
}

.payment__pleaseWait b {
  font-size: 1.25rem!important;
  line-height: 1.5!important;
  color: #fff!important;
  text-align: center!important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.font-style-1 {
  font-size: 2.5rem;
  letter-spacing: -.075rem;
}

.font-style-1,.font-style-2 {
  font-family: neuzeit-grotesk,Roboto,Arial,sans-serif;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-style-2 {
  font-size: 1.4rem;
  letter-spacing: -.025rem;
}

.font-style-3 {
  font-size: 1.2rem;
  line-height: 1em;
}

.font-style-3,.font-style-4 {
  font-family: neuzeit-grotesk,Roboto,Arial,sans-serif;
  letter-spacing: -.01rem;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-style-4 {
  font-size: 1rem;
  line-height: 1.2em;
}

.font-style-5 {
  font-family: neuzeit-grotesk,Roboto,Arial,sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -.01rem;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-style-6 {
  font-size: .65rem;
  color: #828282;
  line-height: 1.3em;
}

.font-style-6,.link-style-1,footer.footer-style-1 .links li a,footer.footer-style-2 .link-row ul .column li a {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-style-1,footer.footer-style-1 .links li a,footer.footer-style-2 .link-row ul .column li a {
  font-size: .66rem;
  color: #fff;
  line-height: 1em;
}

button {
  font-family: neuzeit-grotesk,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-weight: 700!important;
}

button .rarr {
  float: right;
}

.btn-lg,.spf__ChargeButton,.spf__MSISDN input[type=button],.spf__PIN input[type=button] {
  /*padding: .75rem 1rem!important;*/
}

.spf__MSISDN p,.spf__PIN p,label {
  display: inline-block;
  margin-bottom: .5rem;
}

.spf__MSISDN p,.spf__PIN p,label {
  display: block;
  font-family: neuzeit-grotesk,Roboto,Arial,sans-serif;
  /*font-weight: 700;*/
  /*font-size: 1.2rem;*/
}

.spf__MSISDN p.form-check-label,.spf__PIN p.form-check-label,label.form-check-label {
  font-size: 1rem;
}

.spf__MSISDN p.custom-control-label,.spf__PIN p.custom-control-label,label.custom-control-label {
  font-size: .9125rem;
}

.spf__MSISDN input[type=tel],.spf__MSISDN p,.spf__PIN input[type=tel],.spf__PIN p,.text-center {
  text-align: center!important;
}

.d-flex {
  display: -webkit-box!important;
  display: flex!important;
}

.mr-auto {
  margin-right: auto!important;
}

.ml-auto {
  margin-left: auto!important;
}


.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(243,114,69,.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #fbcdbd;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #fef1ed;
  border-color: #fef1ed;
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label:after,.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(243,114,69,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(243,114,69,.5);
}

/* COPIED ALL BELOW */

.game-setup {
  /*max-width: 568px;*/
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  border-bottom: 1px solid #edf1f1;
  /*border-radius: 4px;*/
  /*margin: 2rem 1rem 3rem 1rem;*/
}

.game-setup .step {
  display: none;
}


/* HERO COMPONENT */
.hero-block-6 {
  background-color: #23272a;
  background-image: url(bg-dog-001.jpg);
  background-size: cover;
  color: #00323c;
  height: 182px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.hero-block-6 .left {
  width: 60%;
  padding-top: 1rem;
  padding-left: 1rem;
}

.hero-block-6 .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-right: .5rem;
  padding-top: .25rem;
}

.hero-block-6 .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.hero-block-6 .label {
  display: block;
  height: 20px;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 .5rem;
}

.hero-block-6 .label p {
  font-size: .8rem;
}

.hero-block-6 .label p span {
  font-weight: 700;
}

.hero-block-6 ._elem-1 {
  margin-bottom: -.1rem;
  text-shadow: 0 4px 4px rgba(0,0,0,.5);
}

.hero-block-6 h1 {
  font-family: ccsignlanguage,neuzeit-grotesk,Roboto,Arial,sans-serif;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  letter-spacing: -.025rem;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(0,0,0,.25);
  transform: rotate(-5.05deg);
  text-align: left;
  margin-bottom: .5rem;
}

.hero-block-6 .card {
  display: inline-block;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  width: auto;
  transform: rotate(-5.05deg);
  padding: .3rem;
  margin-bottom: .5rem;
}

.hero-block-6 .card p {
  font-family: ccsignlanguage,neuzeit-grotesk,Roboto,Arial,sans-serif;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  letter-spacing: -.025rem;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(0,0,0,.25);
  margin: 0;
}

.hero-block-6 h3 {
  font-family: ccsignlanguage,neuzeit-grotesk,Roboto,Arial,sans-serif;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  letter-spacing: -.025rem;
  text-shadow: 0 0px 5px rgba(0,0,0,0.8);
  transform: rotate(-5.05deg);
  /*color: var(--header-font-color);*/
  color: #ffffff;
  /*background-color: rgba(128,128,128,.1);*/
  width: 150px;
  text-align: center;
}

.hero-block-6 .right .charity {
  text-align: right;
}

.hero-block-6 .right .charity p {
  margin-bottom: 0;
}
/* ------- */

.price-note {
  color: var(--font-color);
  background-color: rgb(var(--primary));

  /*background-color: #fffae8;*/
  /*color: #00323b;*/
  /*font-weight: 700;*/
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.price-note p {
  margin: 0;
}
.main-text {
  padding: 0.5rem 2rem 0rem 2rem;
  text-align: center;
  /*margin-bottom: -20px;*/
}
.main-text ._elem-1 {
  color: #000;
  margin: 0;
  margin-bottom: 1rem;
}
.main-text ._elem-2 {
  color: rgb(var(--primary));
  font-weight: 700;
  margin: 0;
  margin-bottom: 4px;
}
.main-text ._elem-3 {
  color: #000;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0;
  margin-bottom: 8px;
}
.main-content-block {
  min-height: 190px;
}
.confirm-title,.msisdn-input,.pin-input {
  margin-top: 1rem;
}
.confirm-title {
  margin-bottom: .5rem;
  line-height: 1.3em;
}
.counter-note {
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.av-terms-link {
  text-decoration: underline;
}
.cookie-notice {
  position: absolute;
  right: 0;
  bottom: 20%;
  margin-left: 20px;
  background: #000;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px;
  color: #fff;
  z-index: 1100;
}
.cookie-notice .btn,.cookie-notice .spf__ChargeButton,.cookie-notice .spf__MSISDN input[type=button],.cookie-notice .spf__PIN input[type=button],.spf__MSISDN .cookie-notice input[type=button],.spf__PIN .cookie-notice input[type=button] {
  background: #fff;
  border-color: #fff;
  color: #000;
}
footer.footer-style-2 {
  margin-top: 10rem;
}
footer.footer-style-2 .entities {
  border-top: 1px solid #eee;
  padding-top: .4rem;
  padding-bottom: .4rem;
  background-color: #fff;
}
footer.footer-style-2 .entities ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.footer-style-2 .entities ul .entity {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
footer.footer-style-2 .entities-2 {
  border-top: 1px solid #eee;
  padding-top: .4rem;
  padding-bottom: .4rem;
  background-color: #fff;
}
footer.footer-style-2 .entities-2 ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
footer.footer-style-2 .entities-2 ul .entity {
  text-align: center;
  margin: 0 .4rem;
}
footer.footer-style-2 .entities-2 ul .entity:last-child {
  margin-right: 0;
}
footer.footer-style-2 .entities-3 {
  padding-top: .4rem;
  padding-bottom: .4rem;
  background-color: #fbfbfb;
}
footer.footer-style-2 .entities-3 ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

footer.footer-style-2 .entities-3 ul .entity {
  text-align: center;
  margin: 0 .4rem;
  align-self: center;
}

footer.footer-style-2 .entities-3 ul .entity img {
  vertical-align: top;
}

footer.footer-style-2 .entities-3 ul .entity:last-child {
  margin-right: 0;
}

footer.footer-style-2 .small-print {
  border-top: 1px solid #eee;
  background-color: #fbfbfb;
  padding: .5rem;
}

footer.footer-style-2 .small-print .-logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: .6rem;
}

footer.footer-style-2 .small-print .-logos .-left,footer.footer-style-2 .small-print .-logos .-right {
  align-self: center;
  margin: 0 1rem;
}

footer.footer-style-2 .link-row {
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #eee;
  background-color: #fbfbfb;
  margin: 0;
  padding: .25rem 0 .75rem;
  text-align: center;
}

footer.footer-style-2 .link-row ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 100%;
  flex: 100%;
  padding: 0;
  margin: 0;
}

footer.footer-style-2 .link-row ul .column {
  -webkit-box-flex: 33%;
  flex: 33%;
}

footer.footer-style-2 .link-row ul .column li {
  list-style-type: none;
  padding: 0;
}

footer.footer-style-2 .link-row ul .column li a {
  color: #414141;
  text-decoration: underline;
}

footer.footer-style-2 .copyright {
  background-color: #23272a;
  padding: .75rem .5rem;
}

footer.footer-style-2 .copyright p {
  color: #fff;
  margin-bottom: 0;
}

.step {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 132px;
}

.step ._elem-1 {
  margin-bottom: .5rem;
}

.step ._elem-2 {
  margin-bottom: .8rem;
  padding: 0 3rem;
}

.step ._elem-3 {
  padding: 0 1rem;
}

#agePinContent {
  margin-top: 20px;
  margin-bottom: 1.5rem;
}

#completeContent,#impulsePayButtonArea {
  padding-left: 1rem;
  padding-right: 1rem;
}

#impulsePayButtonArea {
  margin-top: 20px;
}

.spf__ChargeButton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
}

.payment__pleaseWait b {
  font-size: 1.25rem!important;
  line-height: 1.5!important;
  color: #fff!important;
  text-align: center!important;
}

.spf__MSISDN input[type=button] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spf__MSISDN input[type=button],.spf__PIN input[type=button], #submission_authorise {
  font-weight: 700!important;
  margin-top: 90px!important;
  text-transform: uppercase!important;
}

.step-feedback {
  display: block;
  position: absolute;
  font-size: .9rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  color: #787878;
  top: 348px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.spf_pinterms {
  display: none;
}

#completeContent .btn,#completeContent .spf__ChargeButton,#completeContent .spf__MSISDN input[type=button],#completeContent .spf__PIN input[type=button],.spf__MSISDN #completeContent input[type=button],.spf__PIN #completeContent input[type=button] {
  margin-top: 49px;
}

#completeContent {
  margin-top: 41px;
}

#completeContent .font-style-2 {
  font-size: 1.28rem!important;
}

.prize-list {
  display: flex;
  flex-wrap: wrap;
}

.prize-list .-top {
  display: flex;
  width: 100%;
}

.prize-list p {
  color: #00323b;
}


.prize-list .-left,.prize-list .-right {
  flex-direction: column;
}

.prize-list .-left {
  width: 50%;
}

.prize-list .-right {
  text-align: right;
  width: 50%;
}

.about {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  /*border-top: 1px solid #edf1f1;*/
  border-bottom: 1px solid #edf1f1;
  margin: 2rem 0;
  margin-top: 0;
  /*border-radius: 4px;*/
}

.about img {
  width: 100%;
  /*border-top-left-radius: 3px;*/
  /*border-top-right-radius: 3px;*/
}

.about .-content {
  padding: 1rem;
}

.about .-content h3 {
  /*font-size: 16px;*/
  margin-bottom: .25rem;
}

.about .-content p {
  /*font-size: 13px;*/
  font-family: neuzeit-grotesk,Roboto,Arial,sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.faqs {
  margin: 1rem;
}

.accordion {
  background-color: #f9f9f9;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border: 1px solid #edf1f1;
  border-radius: 4px;
  outline: 0;
  transition: .4s;
  font-weight: 300!important;
  font-size: 14px;
  padding: 16px 14px;
}

.accordion:hover,.active {
  background-color: #ccc;
}

.panel {
  padding: 0 1rem;
  background-color: #f6f6f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  margin-bottom: .5rem;
}

.panel p {
  margin: 1rem 0;
  font-size: 14px;
}

.accordion:after {
  content: '\25BC';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\25B2";
}

.counter-icon path {
  fill: rgb(var(--primary));
}

.button-area {
  display: flex;
  flex-direction: column;
}

.entry-counter {
  display: flex;
  width: 100%;
  align-self: center;
}

.entry-counter .btn-light:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.entry-counter .btn-light:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.counter {
  width: 100%;
  border-radius: 0px;
  text-align: center;
}

@media (min-width: 375px) {
  .entry-counter {
    justify-content: center;
  }

  .counter {
    width: auto;
  }
}

.up_count {
  margin-bottom: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.down_count {
  margin-bottom: 10px;
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.validation-error {
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  color: #A12222;
  margin: 0;
  text-align: left;
  padding: 0.25rem;
  background-color: #FFF2F2;
  border-left: 2px solid #A12222;
  margin-top: 1rem;
}

.main-container {
  max-width: 375px;
  margin: auto;
  position: relative;
  text-align: center
}
.content {
  margin: auto;
  max-width: 375px;
  background-color: #ffffff;
  text-align: left;
  display: inline-block;
}

.content_form {
  padding: 0.5rem 2rem 1rem 2rem;
}

.notice {
  margin-top: 0.5em;
}



.marketing-wrapper {
  padding: 0.5rem 2rem 0rem 2rem;
}

.marketing-desc, .marketing-small-print {
  text-align: center;
}

.marketing-desc {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #676767;
}

.marketing-cta {
  font-size: 1rem !important;
  font-weight: 800 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.marketing-small-print {
  font-size: .8rem !important;
  font-weight: 400 !important;
  color: #676767;
}

.marketing-skip {
  /*font-size: .8rem !important;*/
  font-weight: 400 !important;
  margin-top: 0.5em;
  color: #676767;
}

.primary-marketing-options {
  display: flex;
}

.btn-image-form {
  flex: 1;
  margin-left: .25rem;
  margin-right: .25rem;
  margin-bottom: 0.5rem;
}

.btn-image {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 1rem;
  width: 100%;

  border: 2px solid rgb(var(--primary));
  background-color: rgba(var(--primary), 0.025);
  border-radius: 4px;
}

.btn-image:hover {
  filter: saturate(2);
  cursor: pointer;
  background-color: rgba(var(--primary), 0.04);
}

.btn-image-icon {
  height: 79px !important;
}

.btn-image circle {
  fill: rgba(var(--primary), 0.025);
}

.btn-image path {
  fill: rgb(var(--primary));
}

.btn-image:hover circle {
  fill: rgba(var(--primary), 0.05);
}

.btn-image span {
  font-size: .8rem !important;
  font-weight: 400 !important;
  color: #616161 !important;
}

.mobile-wrapper .info-message {
  color: #f26617;
  background-color: #fff6ee;
  border-left: 2px solid #f26617;
}

.mobile-wrapper .info-message {
  font-weight: 400!important;
  font-size: .95rem!important;
  text-align: left;
  padding: 0.25rem;
  margin: 2rem 0 0;
}

.mt-s {
  margin-top: 0.8em;
}

.submission-title {
  color: rgb(var(--primary));
  font-weight: 700;
  margin: 0;
  /*margin-top: 2rem;*/
}

.submission-select {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.mobile-headline, .authorise-headline {
  font-weight: 500;
  margin-top: 1rem;
}

.__thank-you h1 {
  color: rgb(var(--primary));
  font-weight: 700;
  font-size: 2rem;
}

#age_container {
  margin-top: 2rem;
}
#resident_container {
  margin-top: 2rem;
}

.donr-lottery-title {
  margin-top: 2em;
  margin-bottom: .5em;
  text-align: center;
  font-weight: 400;
}

