<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.container {
  max-width: 1140px;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
} */

h1 {
  margin: 0 0 32px 0;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.77px;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.69px;
  text-align: center;
  color: #0d3390;
}

.green-color {
  color: #40d15c;
}

.green-bg {
  background-color: #40d15c !important;
}

.blue-color {
  color: #0d3390;
}

.blue-bg {
  background-color: #0d3390 !important;
}

.white-color {
  color: #fff;
}

.white-bg {
  background-color: #fff !important;
}

.bar {
  height: 90px;
  padding: 20px 0 10px 0;
  object-fit: contain;
  background-color: #ffffff;
}

img.desktop-logo {
  display: inline-block;
  width: 290px;
  height: 29.8px;
  margin: 10px 10px 0.2px 0;
  cursor: pointer;
}

img.mobile-logo {
  display: none;
  box-shadow: 0 20px 30px 0 rgba(13, 51, 144, 0.2);
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}

.bar p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #9fa2a9;
}

.bar .spots {
  float: right;
  max-width: 330px;
  width: 100%;
  padding: 6px 14px 4px 20px;
  text-align: center;
  min-height: 50px;
  border-radius: 24px;
  background-image: linear-gradient(to left, #f56576, #ce142a 100%);
  box-shadow: 0 14px 20px 0 rgba(206, 20, 42, 0.25);
  transition: 0.3s;
  cursor: pointer;
}

.bar .spots:hover {
  box-shadow: none;
  background-image: linear-gradient(to right, #5cb324, #9cda3c);
}

.bar .spots:active {
  background-color: #ce142a;
}

.bar .spots span.number {
  margin: 8px 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #ffffff;
  padding-right: 16px;
  border-right: solid 1px #b1b1b1;
}

.bar .spots p {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
}

.bar .spots img.handshake {
  width: 22px;
  height: 20px;
  margin: 10px 0 10px 0;
  object-fit: contain;
}

.section-1 {
  padding: 33px 0 50px 0;
  background-image: linear-gradient(68deg, #0d3390 0%, #b0c7ff 100%);
}

.section-1 .ribbon {
  position: absolute;
  right: 0;
  top: 85px;
}

.section-1 .form-wrapper {
  padding: 30px;
  object-fit: contain;
  border-radius: 24px;
  /* border: solid 1px rgba(205, 208, 227, 0.3); */
  background-color: #ffffff;
  /* min-height: 446px; */
  box-shadow: 0 40px 30px 0 rgba(13, 51, 144, 0.2);
}

.form-wrapper .form-icon {
  position: absolute;
  top: 15px;
  left: 35px;
  box-shadow: 0 19px 20px 0 rgba(13, 51, 144, 0.15);
}

.form-wrapper h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0.37px;
  text-align: center;
  color: #0d3390;
  margin-bottom: 25px;
}

form .input-style {
  border-radius: 30px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  height: 50px;
  font-size: 18px;
  /* font-weight: bold; */
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  color: #a8acb5;
  text-transform: lowercase;
  width: 100%;
}

form .btn-register {
  position: relative;
  min-height: 60px;
  width: 100%;
  object-fit: contain;
  border-radius: 30px;
  background-image: linear-gradient(to left, #f56576, #ce142a 100%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 19px 20px 0 rgba(206, 20, 42, 0.25);
  transition: 0.3s;
  outline: 0;
  /* text-transform: lowercase; */
}

form.inlineform input.input-style {
  height: 50px;
}

form.inlineform button.btn-green,
form.inlineform button.btn-register {
  min-height: 50px;
}

form input.input-style:hover {
  border-color: #9cda3c;
}

form .btn-register::after {
  content: url(../Brexit-Millionaire_files/handshake.png);
  position: absolute;
  right: 10px;
}

form .btn-register:hover {
  background-image: linear-gradient(to right, #5cb324, #9cda3c);
  box-shadow: none;
  outline: 0;
}

form .btn-register:active,
form .btn-register:focus {
  background-color: #ce142a;
  outline: 0;
}

.form-wrapper .disclaimer {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #0d3390;
  text-align: center;
  margin: 20px 0 20px 0;
}

p.red {
  font-weight: bold;
  color: #ce142a;
}

.section-1 .video {
  border-radius: 19px;
}

.section-1 .trusted {
  margin-top: 50px;
}

.section-2 {
  padding: 60px 0 52px 0;
  background-image: linear-gradient(251deg, #f5f9fc 100%, #edeff3 0%);
}

.section-2 .features {
  margin: 30px 0 50px 0;
}

.section-2 .rectangle {
  padding: 37px;
  border-radius: 24px;
  border: solid 1px rgba(205, 208, 227, 0.3);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  box-shadow: 0 19px 20px 0 rgba(13, 51, 144, 0.15);
}

.section-2 .feature-image {
  position: relative;
}

.section-2 .feature-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-2 .rectangle p {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: #0d3390;
}

.section-2 .rectangle span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #0d3390;
}
.section-2 .rectangle-text {
  margin-bottom: 12px;
}

p.normal-text {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.4px;
  text-align: center;
  color: #0d3390;
}

.section-3 {
  background-color: #0d3390;
  padding: 50px 0;
}

button.btn-big {
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.69px;
  padding: 23px 94px 22px 95px;
  object-fit: contain;
  border-radius: 50px;
  background-image: linear-gradient(to right, #5cb324, #9cda3c);
  text-align: center;
  color: #ffffff;
  border: none;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  outline: 0;
  cursor: pointer;
}

button.btn-big:hover {
  background-image: linear-gradient(68deg, #0d3390 0%, #b0c7ff 100%);
  box-shadow: 0 19px 20px 0 rgba(64, 209, 92, 0.25);
  box-shadow: none;
  outline: 0;
}

.btn-big:active,
.btn-big:focus {
  background-color: #40d15c;
  outline: 0;
}

.section-4 {
  padding: 50px 0 60px 0;
}

p.subtitle {
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.46px;
  text-align: center;
  color: #0d3390;
}

.section-4 .map-wrapper {
  position: relative;
  margin: 40px 0px;
}

.section-4 .map {
  position: relative;
  /*background-image: url(../Brexit-Millionaire_files/map.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: 99%;*/
  /*padding: 40px 34px;*/
  max-height: 570px;
}
.section-4 .map .markers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-4 .map .mapdekstop {
  max-width: 100%;
  display: block;
}
.section-4 .map .mapmobile {
  max-width: 100%;
  display: none;
}
.section-4 .map .markers &gt; .marker {
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url(../Brexit-Millionaire_files/pin.png);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  border-radius: 50%;
}

.section-4 p.nearnings {
  position: absolute;
  top: 18%;
  left: 2.5%;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.46px;
  color: #ffffff;
  max-width: 310px;
}

.section-4 .earnings {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  max-width: 700px;
  padding: 18px 20px 17px 30px;
  object-fit: contain;
  border-radius: 30px;
  box-shadow: 0 14px 22px 0 rgba(21, 23, 30, 0.35),
    inset 0 2px 2px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 2px 0 rgba(0, 0, 0, 0.07);
  background-image: linear-gradient(
    267deg,
    #f5f9fc 100%,
    #dee8f3 0%,
    #dee8f3 0%
  );
}

.section-4 .earnings p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #0d3390;
  display: inline-block;
}

.section-4 .time-wrapper {
  border-right: solid 1px #b1b1b1;
}

.section-4 .total-wrapper {
}

.section-4 .date {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.31px;
  text-align: center;
  color: #ce142a;
}

.section-4 .date-time {
  margin-right: 30px;
}

.section-4 .big-ammount {
  margin: 8px 0 7px 36px;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.31px;
  text-align: right;
  color: #0d3390;
}

.section-4 .live-updates {
  position: absolute;
  width: 100%;
  right: 3%;
  top: calc(50% - 240px);
  max-width: 265px;
  padding: 15px 15px 12px;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 14px 20px 0 rgba(21, 23, 30, 0.15),
    inset 0 2px 2px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 2px 0 rgba(0, 0, 0, 0.07);
  border: solid 5px #ffffff;
  background-image: linear-gradient(
    238deg,
    #dee8f3 100%,
    #dee8f3 17%,
    #f5f9fc 17%
  );
  box-shadow: 0 19px 20px 0 rgba(13, 51, 144, 0.15);
}

.section-4 .live-updates .users-wrapper {
  height: 270px;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.section-4 .live-updates .users-wrapper::-webkit-scrollbar {
  display: none;
}
.section-4 .live-updates .user {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #0d3390;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 10px 5px 10px 5px;
  border-radius: 30.5px;
  background-color: #fff;
}
.section-4 .live-updates .user:last-child {
  margin-bottom: 0;
}
.section-4 .live-updates img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.section-4 .live-updates .user span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
}

.section-4 .live-updates .user span.ammount {
  font-size: 15px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #40d15c;
  margin: 0;
}

.section-4 .live-updates p.fs16 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  color: #0d3390;
  margin-bottom: 20px;
}

.section-4 .live-updates p.fs16::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #40d15c;
}

.btn-green {
  position: relative;
  min-height: 50px;
  object-fit: contain;
  border-radius: 30px;
  background-image: linear-gradient(to right, #5cb324, #9cda3c);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
  border: none;
  box-shadow: 0 19px 20px 0 rgba(64, 209, 92, 0.25);
  transition: 0.3s;
  outline: 0;
  /* text-transform: lowercase; */
  cursor: pointer;
}

.section-4 .btn-green {
  text-transform: uppercase;
}

.btn-green::after {
  content: url(../Brexit-Millionaire_files/handshake.png);
  position: absolute;
  right: 10px;
}

.btn-green:hover {
  box-shadow: none;
  outline: 0;
  background-image: linear-gradient(68deg, #0d3390 0%, #b0c7ff 100%);
}

.btn-green:active,
.btn-green:focus {
  background-color: #40d15c;
  outline: 0;
}

.btn-blue {
  position: relative;
  min-height: 50px;
  object-fit: contain;
  border-radius: 24px;
  background-image: linear-gradient(85deg, #0d3390 0%, #b0c7ff 100%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
  border: none;
  box-shadow: 0 19px 20px 0 rgba(13, 51, 144, 0.25);
  transition: 0.3s;
  outline: 0;
}

.btn-blue::after {
  content: url(../Brexit-Millionaire_files/handshake.png);
  position: absolute;
  right: 10px;
}

.btn-blue:hover {
  background-image: linear-gradient(to right, #5cb324, #9cda3c);
  box-shadow: none;
  outline: 0;
}

.btn-blue:active,
.btn-blue:focus {
  background-color: #0d3390;
  outline: 0;
}

.section-4 .btn-green {
  width: 460px;
}

.section-5 {
  padding: 78px 0 80px 0;
  background-image: linear-gradient(76deg, #ffffff 0%, #ecf0f3 100%);
}

.section-5 h2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.section-5 h2,
.section-5 p.subtitle {
  text-align: left;
}

.section-5 p.subtitle {
  font-size: 26px;
}

.section-6 {
  padding: 48px 0 44px;
  object-fit: contain;
  background-image: url(../Brexit-Millionaire_files/bg-b@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-6 form .btn-green {
  min-height: 60px;
}

.section-6 h2,
.section-6 p.subtitle {
  color: #fff;
}

.section-6 .members-wrapper {
  margin: 40px 0;
}

.section-6 .rectangle {
  background-color: #fff;
  border-radius: 24px;
  margin: 15px 0;
  min-width: 265px;
}
@media (max-width: 1090px) {
  .section-6 .rectangle {
    min-width: auto;
  }
}

.section-6 .rectangle .profit {
  padding: 22px 0 22px 0;
  text-align: center;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
}

.section-6 .rectangle .profit p {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.34px;
  color: #0d3390;
}

.section-6 .rectangle .testimonial {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.section-6 .rectangle .testimonial.mem1 {
  background-image: url(../Brexit-Millionaire_files/member-1.png);
}

.section-6 .rectangle .testimonial.mem2 {
  background-image: url(../Brexit-Millionaire_files/member-2.png);
}

.section-6 .rectangle .testimonial.mem3 {
  background-image: url(../Brexit-Millionaire_files/member-3.png);
}

.section-6 .rectangle .testimonial.mem4 {
  background-image: url(../Brexit-Millionaire_files/member-4.png);
}

.section-6 .rectangle .testimonial-text {
  padding: 10px;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.section-6 .rectangle .testimonial-text.active {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* .section-6 .rectangle .testimonial-text:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
} */

.white-wrapper {
  padding: 20px 20px 10px 30px;
  border-radius: 24px;
  border: solid 1px rgba(205, 208, 227, 0.3);
  background-color: #ffffff;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
}

.white-wrapper form .input-style {
  border: solid 1px #0d3390;
}

p.red-text {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  color: #ce142a;
}

.section-7 {
  padding: 60px 0;
}

.section-7 img {
  max-width: 460px;
  float: right;
}

p.fs32 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #0d3390;
  max-width: 455px;
}

.section-8 {
  padding: 65px 0;
  background-image: url(../Brexit-Millionaire_files/bg-c@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-8 p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.34px;
  color: #0d3390;
}

.section-8 img.devices {
  float: right;
  max-width: 300px;
  margin: 45px 0px 45px 0px;
}

.section-9 {
  padding: 105px 0;
  background-image: url(../Brexit-Millionaire_files/bg-d.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-10 {
  padding: 40px 0 60px;
}

.section-10 .qa-wrapper {
  padding: 30px 80px 30px 80px;
  object-fit: contain;
  border-radius: 24px;
  border: solid 1px #cdd0e3;
  background-color: #ffffff;
  min-height: 170px;
  margin-bottom: 20px;
}

.section-10 .qa-wrapper p.question {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.34px;
  color: #0d3390;
}

.section-10 .qa-wrapper p.answer {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.31px;
  color: #a8acb5;
}

.section-11 {
  padding: 50px 0 0px;
  background-image: linear-gradient(256deg, #f5f9fc 100%, #edeff3 0%);
}

footer {
  text-align: center;
  padding: 45px 0;
  background-color: #ffffff;
}

footer p.disclaimer {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.56px;
  text-align: center;
  color: #a8acb5;
}

footer p.copyrights {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #0d3390;
}

#popup {
  z-index: 99;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 6, 8, 0.9);
  height: 100%;
}

#popup .wrapper {
  position: relative;
  max-width: 700px;
  min-height: 560px;
  padding: 0px 20px 65px;
  object-fit: contain;
  border-radius: 24px;
  border: solid 1px rgba(205, 208, 227, 0.3);
  background-image: linear-gradient(231deg, #ffffff 100%, #ecf0f3 0%);
  margin: 0 auto;
}

#popup .close-modal_exit {
  position: absolute;
  right: 10px;
  font-size: 40px;
  font-family: initial;
  font-weight: lighter;
  opacity: 0.6;
  padding: 0 5px;
  cursor: pointer;
  margin-top: 10px;
}

#popup .wrapper p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #0d3390;
  margin-bottom: 35px;
}

#popup .wrapper .btn-blue {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .section-1 .ribbon {
    top: 185px;
    width: 260px;
  }

  .section-1 .form-wrapper {
    min-height: auto;
  }
  .form-wrapper h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
  }
  .form-wrapper .form-icon {
    width: 40px;
    height: 40px;
  }
  .section-2 .rectangle {
    padding: 5px;
    margin-bottom: 20px;
    background-size: contain;
  }
  .section-2 .rectangle p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
  }
  .section-2 .rectangle span {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .section-2 .features {
    margin: 30px 0 20px;
  }
  h2 {
    font-size: 40px;
  }
  p.subtitle {
    font-size: 25px;
  }
  button.btn-big {
    padding: 30px 70px;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: center;
  }
  .section-10 .qa-wrapper {
    padding: 30px 15px 20px;
  }
  .section-4 .earnings {
    bottom: -20px;
  }
  .section-4 .map-wrapper {
    margin-bottom: 70px;
  }
  .section-4 p.nearnings {
    left: 2%;
  }
  .section-4 .live-updates {
    right: 1%;
    top: calc(50% - 203px);
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .video {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 40px;
  }
  .section-1 .ribbon {
    top: 175px;
    width: 200px;
  }
  .form-wrapper h4 {
    font-size: 20px;
  }
  .section-1 .form-wrapper {
    padding: 20px 10px;
  }
  .section-4 .live-updates {
    position: initial;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .section-4 .earnings {
    position: inherit;
    margin-top: -50px;
  }
  .section-7 img {
    max-width: 100%;
    float: initial;
  }
  .section-4 p.nearnings {
    font-size: 22px;
    top: 4%;
    left: 10%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  img.desktop-logo {
    display: none;
  }
  img.mobile-logo {
    display: inline-block;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.31px;
    text-align: center;
    color: #ffffff;
  }
  h2 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0.4px;
  }
  .bar .spots {
    max-width: 250px;
  }
  .section-1 .ribbon {
    top: 135px;
    width: 200px;
  }
  .section-1 .form-wrapper {
    padding: 20px 10px;
  }
  .section-1 .form-wrapper {
    min-height: auto;
  }
  .form-wrapper h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    padding: 0 65px;
  }
  .form-wrapper .form-icon {
    width: 40px;
    height: 40px;
  }
  form .input-style {
    height: 40px;
  }
  form .btn-register {
    min-height: 40px;
  }
  .form-wrapper .disclaimer {
    font-size: 16px;
    padding: 0 20px;
  }
  .section-1 .trusted {
    margin-top: 20px;
  }
  .section-2 {
    padding: 20px 0 40px;
  }
  .section-2 .rectangle {
    padding: 5px;
    margin-bottom: 20px;
    background-size: contain;
  }
  .section-2 .rectangle p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
  }
  .section-2 .rectangle span {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .section-2 .features {
    margin: 30px 0 20px;
  }
  p.normal-text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  button.btn-big {
    padding: 20px 50px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: center;
  }
  p.subtitle {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 0.34px;
  }
  .section-3 {
    padding: 20px 0;
  }
  .section-4 {
    padding: 20px 0 40px;
  }
  .section-4 .btn-green {
    width: 100%;
  }
  .section-5 {
    padding: 20px 0 40px;
  }
  .section-5 h2 p.subtitle {
    text-align: center;
  }
  .section-5 p.subtitle {
    margin-bottom: 20px;
  }
  p.red-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-6 {
    padding: 20px 0 30px;
    background-image: url(../Brexit-Millionaire_files/bg-b-mobi.png);
  }
  .section-7 {
    padding: 20px 0;
  }
  p.fs32 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.13;
    letter-spacing: normal;
    margin-top: 20px;
  }
  .section-8 {
    padding: 30px 0 40px;
    background-image: url(../Brexit-Millionaire_files/bg-c-mobi.png);
  }
  .section-8 img.devices {
    display: block;
    float: initial;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 280px;
  }

  .section-9 {
    padding: 50px 0;
    background-image: url(../Brexit-Millionaire_files/bg-d-mobi.png);
  }
  .section-10 {
    padding: 20px 0 30px;
  }
  .section-10 .qa-wrapper {
    padding: 30px 15px 20px;
  }
  .section-11 {
    padding: 40px 0 10px;
  }
  .section-4 .map-wrapper {
    margin: 20px 0;
  }
  .section-4 .earnings p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: block;
  }
  .section-4 .total-wrapper {
    text-align: center;
  }
  .section-4 .big-ammount {
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    margin: 0;
  }
  .section-4 .time-wrapper {
    border-right: solid 1px #b1b1b1;
  }
  .section-1 {
    padding: 20px 0 15px 0;
    background-image: linear-gradient(-60deg, #b0c7ff 0%, #0d3390 100%);
  }
  .section-5 h2,
  .section-5 p.subtitle {
    text-align: center;
  }
  .section-4 p.nearnings {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.31px;
    top: 3%;
    left: 23%;
    max-width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  #popup .wrapper {
    margin: 15px;
  }
  .section-4 .map img.mapdekstop {
    display: none;
  }
  .section-4 .map .mapmobile {
    display: block;
  }
  .bar .spots {
    max-width: 210px;
    padding: 5px 10px;
  }
  .bar .spots span.number {
    font-size: 20px;
    border-right: 0;
    padding-right: 0;
  }
  .section-1 .ribbon {
    top: 180px;
    width: 200px;
  }
  .section-6 .rectangle .testimonial-text {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .section-6 .members-wrapper {
    margin: 15px 0 30px 0;
  }
  .section-6 h2 {
    margin-bottom: 10px;
  }
  .section-4 .live-updates .user {
    padding: 10px 12px 10px 10px;
  }
}
@media (min-width: 1140px) {
  .logobigger {
    min-width: 265px;
    min-height: 93px;
  }
}
</pre></body></html>