@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'cicon';
  src:  url('fonts/cicon.eot?a1ve6m');
  src:  url('fonts/cicon.eot?a1ve6m#iefix') format('embedded-opentype'),
    url('fonts/cicon.woff2?a1ve6m') format('woff2'),
    url('fonts/cicon.ttf?a1ve6m') format('truetype'),
    url('fonts/cicon.woff?a1ve6m') format('woff'),
    url('fonts/cicon.svg?a1ve6m#cicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ccicon-"], [class*=" ccicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccicon-mouse:before {
  content: "\e900";
}
.ccicon-arrow:before {
  content: "\e901";
}
.ccicon-dot:before {
  content: "\e902";
}
.ccicon-square:before {
  content: "\e903";
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html, body {
  border: 0;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Roboto', sans-serif, arial, Helvetica;
  color: #fff;
  background-color: #000;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #fff;
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

header {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

header, #usp2 {
  background-color: #000;
  background-image: url(img/noise-bg.jpg);
}

header .stratum {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

header .stratum::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(circle at 51% 53%, rgba(255, 255, 255, 0.3), rgba(129, 129, 129, 0) 35%);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: 1;
}

header .stratum::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 1;
  z-index: 1;
}

header .container {
  display: flex;
  flex-direction: column; 
  min-height: 100vh;
  position: relative;
  background-image: linear-gradient(175deg, #000 58%, transparent 58.1%);
  z-index: 2;
}

header .nav-holder {
  padding: 0 43px 0 50px;
  opacity: 0;
}

header .logo {
  margin: 25px 0;
  float: left;
}

header .logo img {
  display: block;
}

header nav {
  display: flex;
  justify-content: flex-end;
  float: right;
  z-index: 2;
}

header nav a, header nav a:hover, header nav a:active, header nav a:focus, header nav a:visited, header nav span {
  text-transform: uppercase;
  margin: 25px 7px 0;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

header nav span {
  font-weight: 700;
}

header .content {
  flex: 1; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}

header .content > div {
  text-align: center;
  padding: 0 50px 50px;
}

header .intro {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 999;
}

header .intro img {
  max-width: 100%;
}

header .intro img:first-child {
  margin-bottom: 20px;
  animation: fadein 3s;
}

#ccp_gif {
  visibility: hidden;
}

header h1 {
  margin-bottom: 35px;
  font-size: 80px;
  font-weight: 100;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 8px;
  opacity: 0;
}

header h3 {
  font-size: 18px;
  font-weight: 300;
  color: #efefef;
  line-height: 1.67;
  max-width: 1200px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

header h3.short {
  display: none;
}

header .content img.card {
  width: 320px;
  height: 202px;
  margin: 55px auto 50px;
  display: block;
  opacity: 0;
  border-radius: 10px;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.5);
}

header.loaded .intro {
  transition: opacity 1.3s ease-in, top 0.1s linear 1.3s, bottom 0.1s linear 1.3s;
  opacity: 0;
  top: -5000px;
  bottom: 5000px;
}

header.loaded h1 {
  transition: opacity 1s ease-in 1.5s;
  opacity: 1;
}

header.loaded h3 {
  transition: max-height 1.5s ease-out 1.5s, opacity 2s linear 1.5s;
  max-height: 200px;
  opacity: 1;
}

header.loaded .content img.card {
  transition: opacity 0.8s linear 1.5s;
  opacity: 1;
}

header.loaded .stratum::before {
  transition: opacity 0.5s ease-out 2.5s;
  opacity: 0.6;
}

header.loaded .stratum::after {
  transition: opacity 1s ease-out 2s;
  opacity: 0;
}

header.loaded .nav-holder {
  transition: opacity 0.8s ease-out 2.5s;
  opacity: 1;
}

header a.icon {
  display: inline-block;
}

header a.icon img {
  display: block;
}

main nav#cta {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: rgba(13, 13, 13, 0.9);
  text-align: center;
  z-index: 50;
  opacity: 0;
  transition: bottom 0.5s ease-out 2.2s, opacity 0.3s linear 2s;
}

main.loaded nav#cta {
  opacity: 1;
  bottom: -3px;
}

main nav#cta a {
  display: inline-block;
  background: linear-gradient(263deg, #f3f3f3, #c4c4c4);
  background-color: #f3f3f3;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.41);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 30px;
  margin: 15px 0;
  border-radius: 30px;
  min-width: 160px;
  transition: background-color 0.3s linear, box-shadow 0.3s linear;
}

main nav#cta a:hover {
  background: none;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.35);
}

main nav#side {
  display: none;
}

main nav#side a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

main nav#side .ccicon {
  color: #575757;
  display: block;
  height: 20px;
}

main nav#side .active .ccicon {
  color: #fff;
}

main nav#side .ccicon-arrow {
  color: #fff;
  height: 22px;
  margin-top: 8px;
  transition: transform .2s;
}

main nav#side .ccicon-arrow.up {
  transform: rotate(180deg);
}

#usp1 .item {
  display: flex;
  height: 568px;
  overflow: hidden;
  background-image: linear-gradient(to right, #000000, #212121);
}

#usp1 .item.reverse {
  transform: rotateY(180deg);
}

#usp1 .media {
  width: 645px;
  overflow: hidden;
  position: relative;
}

#usp1 .media > div {
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  transition: left 0.8s ease-out, right 0.8s ease-out;
}

#usp1 .media .stratum {
  background-color: #000;
  z-index: 1;
}

#usp1 .media .img {
  overflow: hidden;
  z-index: 2;
  transition-delay: .4s;
}

#usp1 .media img {
  max-height: 100%;
}

#usp1 .item.view .media > div {
  left: 0;
  right: 0;
}

#usp1 .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#usp1 .item.reverse .text {
  transform: rotateY(180deg);
}

#usp1 .text .content {
  max-width: 500px;
  padding: 0 75px;
  opacity: 0;
  transition: opacity 1s linear 1.2s;
}

#usp1 .item.view .text .content {
  opacity: 1;
}

#usp1 .text h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#usp1 .text .content > div {
  font-size: 18px;
  line-height: 1.5;
  color: #6d7278;
}

#usp2 {
  padding: 100px 0;
}

#usp2 .container {
  width: 900px;
  margin: 0 auto;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #000;
}

#usp2 .row {
  display: flex;
}

#usp2 .item {
  padding: 100px 80px;
  flex: 1;
}

#usp2 .row:first-child .item:last-child, #usp2 .row:last-child .item:first-child {
  background-color: #0f0f0f;
}

#usp2 h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#usp2 h3 .ccicon {
  display: none;
}

#usp2 .item > div {
  font-size: 16px;
  line-height: 1.69;
  color: #6d7278;
}

footer {
  color: #6d7278;
  font-size: 14px;
  font-weight: 300;
  padding: 35px 35px 110px;
  position: relative;
}

footer .footer-menu {
  float: left;
}

footer .footer-menu a {
  color: #efefef;
  margin-right: 20px;
  display: inline-block;
}

footer .footer-menu a:hover {
  text-decoration: underline;
}

footer .copyright {
  text-align: right;
}

#fpos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 1px;
  height: 1px;
}

@media (max-height: 900px) {
  
  header .content > div {
    padding: 50px;
  }
  
}

@media (max-width: 1200px) {
  
  header h1 {
    font-size: 56px;
  }
  
  #usp1 .item {
    height: auto;
  }
  
  #usp1 .media {
    width: 400px;
  }
  
  #usp1 .text .content {
    max-width: 500px;
    padding: 75px 65px;
  }
  
  #usp2 {
    padding: 75px 0;
  }
  
  #usp2 .container {
    width: 675px;
  }
  
  #usp2 .item {
    padding: 55px;
  }
  
  #usp2 h3 {
    font-size: 18px;
  }
  
  footer .footer-menu {
    float: none;
    display: block;
    text-align: center;
  }
  
  footer .copyright {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
  }
  
}

@media (max-width: 767px) {

.cashback{
style="margin-left: 50px;"
}

  
  header .nav-holder {
    margin: 0;
    padding: 0 18px 0 25px;
    height: 54px;
  }
  
  header nav a, header nav a:hover, header nav a:active, header nav a:focus, header nav a:visited, header nav span {
    margin: 17px 7px 0;
  }
  
  header .logo {
    margin: 0;
    max-width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  
  header .logo img {
    width: 100%;
    max-width: 175px;
  }
  
  header .content > div {
    padding: 30px 25px 185px;
  }
  
  header h1 {
    font-size: 48px;
    letter-spacing: 4px;
  }

  header h3 {
    color: #cecece;
    line-height: 1.39;
    opacity: 0.9;
  }
  
  header h3.long {
    display: none;
  }

  header h3.short {
    display: block;
  }
  
  header .content img.card {
    width: 225px;
    height: 0;
    margin: 40px auto;
    border-radius: 7px;
  }
  
  header.loaded .content img.card {
    height: 142px;
  }
  
  #usp1 .item, #usp1 .item.reverse {
    flex-direction: column;
    background-image: none;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    transform: none;
    margin-bottom: 110px;
  }
  
  #usp1 .media > div {
    transition: none;
    left: 0;
    right: 0;
  }
  
  #usp1 .media {
    width: auto;
    height: 200px;
  }
  
  #usp1 .media img {
    max-height: none;
    max-width: 100%;
  }
  
  #usp1 .media .stratum {
    display: none;
  }
  
  #usp1 .text, #usp1 .item.reverse .text {
    align-items: flex-start;
    transform: none;
  }
  
  #usp1 .text .content {
    max-width: none;
    padding: 40px 25px 50px;
    transition-delay: 0s;
  }
  
  #usp1 .text h3 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  
  #usp2 h2 {
    font-size: 36px;
    letter-spacing: 5.14px;
    background-color: transparent;
    text-align: left;
    padding: 55px 20px 30px;
  }
  
  #usp2 .container {
    width: auto;
    margin: 0 26px;
    padding: 0 0 50px;
  }
  
  #usp2 .row {
    flex-direction: column;
  }
  
  #usp2 .item, #usp2 .row:first-child .item:last-child, #usp2 .row:last-child .item:first-child {
    padding: 45px 38px 0 40px;
    background-color: transparent;
  }
  
  #usp2 h3 {
    font-size: 22px;
    letter-spacing: 1.83px;
  }
  
  #usp2 h3 .ccicon {
    display: inline-block;
    float: left;
    margin-left: -27px;
    font-size: 16px;
    margin-top: 4px;
  }
  
  main nav#cta a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    min-width: 200px;
    padding: 16px 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.41);
    background: none;
    background-color: #ffffff;
  }
  
  main nav#side {
    position: fixed;
    right: 3px;
    bottom: 50%;
    margin-bottom: -55px;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    z-index: 40;
    opacity: 0;
    transition: opacity .4s ease;
  }
  
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* IE11 */
_:-ms-fullscreen, :root header { 
  min-height: 100vh;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

.jubi50 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  background-color: #4864e2;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.jubi50 > div:first-child {
  padding: 46px 32px 0;
}

.jubi50 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.jubi50 .j50cta {
  margin: 24px 0 32px;
}

.jubi50 .j50cta a, .jubi50 .j50cta a:visited {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e60050;
  border-radius: 10px;
  min-height: 48px;
  min-width: 190px;
  padding: 4px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: background-color .15s ease-out;
  user-select: none;
}

.jubi50 .j50cta a:hover, .jubi50 .j50cta a:focus {
  background-color: #85002e;
}

.jubi50 .j50note {
  font-size: 12px;
  line-height: 1.17;
  opacity: 0.9;
}

.jubi50 > div:last-child {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end;
}

.jubi50 > div:last-child img {
  width: 310px;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  
  .jubi50 {
    font-size: 24px;
    display: flex;
  }

  .jubi50 > div:first-child {
    padding: 56px;
    flex: 1 1 100%;
  }

  .jubi50 h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .jubi50 .j50cta {
    margin-top: 32px;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 24px;
    font-weight: 900;
    min-height: 54px;
    min-width: 210px;
  }

  .jubi50 > div:last-child {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 0 0 292px;
  }
  
}

@media screen and (min-width: 1201px) {

  .jubi50 > div:first-child {
    padding: 60px 46px 46px 68px;
    flex: 0 1 610px;
  }

  .jubi50 h3 {
    font-size: 48px;
    line-height: 1.1;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
    min-width: 190px;
  }

  .jubi50 > div:last-child {
    flex: 1 1 auto;
  }

  .jubi50 > div:last-child img {
    width: 100%;
    max-width: 580px;
    margin-top: -45px;
  }
  
}

