<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
:root {
    font-size: 62.5%
}
svg:not(:root) {
    overflow: hidden;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Avenir Next, Avenir, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
  color: #000;
  background-color: #000; }

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

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

h1 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 900;
  letter-spacing: .01em;
  padding: 2rem 0 1rem;
}

.button {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 1.6rem 1.5rem;
  display: inline-block;
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.button-1 {
  background: #000;
  color: #fff; 
}

.button-2 {
  background: #F9E429;
  color: #7840B0; }

.Footer {
  color: hsla(0,0%,100%,.6);
  text-align: center;
  position: relative;
  margin-top: 5rem;
}
.Footer--blackBackground {
    margin-top: 0;
    bottom: 0;
    width: 100%;
}
.Footer__content {
  position: relative;
  padding: 2.7rem 0;
  margin: 0 auto;
  background-color: #000;
}
.Footer__nav,
.Footer__copyright {
  width: 80%;
  /*width: calc(66.66667vw - 8.8rem);*/
  margin: 1rem auto;
}
.Footer__navLink {
    line-height: 3.6rem;
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}
.Footer__navLink:visited {
  color: #fff;
}
.Footer__navLink:hover {
  text-decoration: underline;
}
.Footer__navLink:not(:first-child) {
  margin-left: 1.3rem;
}
.Footer__copyright {
  font-size: 1.2rem;
}
.mobile {
  display: none; 
}
.hero-2 {
  padding: 7rem 3.7rem 0;
  background: #d03194;
  text-align: center;
  background-image: url(img/bg.png);
  background-size: cover;
  font-size: 0;
}
.hero-2 .info-wrap {
  display: inline-block; 
}
.hero-2 .info-left {
  width: 45rem;
  padding: 3rem 3rem 3.8rem;
  background-color: #07f0e4;
  display: inline-block;
}
.hero-2 .info-left .plus-logo {
  width: 72.31%;
}
.hero-2 .info-left .info-details {
  width: 76.92%;
  margin: 0 auto 1.2rem;
  font-size: 1.8rem;
  line-height: 2.7rem; 
  font-weight: 500;
}
.hero-2 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 0.2rem;
}
.hero-2 .flex .flex-item {
  display: table;
  width: 40.77%;
  margin-left: 6.15%;
  text-align: left;
  padding-bottom: 3.3rem;
}
.hero-2 .flex .flex-item .text-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
}
.hero-2 .flex .flex-item .icon, .hero-2 .flex .flex-item p {
  display: inline-block;
  margin: 0;
}
.hero-2 .flex .flex-item .icon {
  margin-right: 8.81%;
  vertical-align: middle;
  width: 35.85%;
}
.hero-2 .info-right {
  display: inline-block;
  width: 45rem;
  height: 100%;
  background-color: #d03194;
  margin: auto 0;
}
.hero-2 .info-right .device {
  width: 45rem;
  height: auto;
  margin-top: 5rem;
}
.legal-details {
  background-color: #d03194;
  text-align: center;
}
.legal-details .legal-notice {
  font-size: 1.3rem;
  line-height: 1.8rem;
  width: 69%;
  max-width: 70rem;
  color: #fff;
  margin: auto;
  padding: 2.2rem 0;
}
.legal-details .legal-notice a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 973px) {
  .hero-2 .info-right img.device {
    margin-top: 0;
  }
  .info-right {
    padding-bottom: 1rem;
  }
  .info-right .mobile {
    margin-top: -1.8rem;
    display: inline-block;
  }
}

@media screen and (max-width: 414px) {
  .hero-2 {
    background-image: url(img/bg_mbl.png);
    background-size: 100% auto;
    padding: 5rem 3.7rem 0;
  }
  .hero-2 .info-wrap {
    width: 100%;
  }
  .hero-2 .info-left {
    width: 100%;
    padding: 1.6rem 1rem 2.7rem;
  }
  h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 0.6rem 0;
  }
  .hero-2 .info-left .info-details {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0 auto 0.6rem;
  }
  .button-1, .info-right .mobile {
    padding: 1.2rem 1rem;
    font-size: 0.9rem;
    display: inline-block;
  }
  .info-right .mobile {
    margin-top: -1rem;
  }
  .hero-2 .flex {
    margin: 1.5rem 0 0.1rem;
  }
  .hero-2 .flex .flex-item {
    padding-bottom: 1.9rem;
    margin-left: 7%;
    margin-right: -4%;
    width: 44%;
  }
  .hero-2 .flex .flex-item .icon {
    width: 33.7%;
  }
  .hero-2 .flex .flex-item .text-wrap {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
  .hero-2 .info-right {
    width: 100%;
    padding-bottom: 0.8rem;
  }
  .hero-2 .info-right img.device {
    width: 100%;
  }
  .legal-details .legal-notice {
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 80.63%;
    padding: 1.8rem 0 2.0rem;
  }
  .Footer__nav {
      width: calc(100vw - 9.4rem);
        margin: 0.8rem auto 1rem;
  }
  .Footer__navLink {
      font-size: 1.2rem;
      line-height: 3rem;
  }
  .Footer__copyright {
      width: calc(100vw - 9.4rem);
      font-size: 1rem;
      line-height: 1.5rem;   
  }
}</pre></body></html>