@import url("bootstrap.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap");
/* general */
body {
  font-family: "Rubik", sans-serif;
  background: #f1f2f3;
  color: #260c38; }

h1 {
  font-size: 48px;
  font-weight: 700;
  color: #260c38; }

p {
  color: #333333;
  font-size: 17px; }

span,
strong {
  color: #db305f; }

.over {
  overflow: hidden; }

.bg-gr {
  position: relative; }
  .bg-gr:before {
    position: absolute;
    top: 0;
    content: "";
    left: -1000px;
    width: 500000px;
    background: linear-gradient(44.35deg, #bfc8d3 25.33%, #eff1f2 108.94%);
    opacity: 0.2;
    height: 100%;
    z-index: -1; }

.darken-img img {
  mix-blend-mode: darken; }

::-webkit-input-placeholder {
  /* Edge */
  color: #fff; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::placeholder {
  color: #fff; }

.dropdown-item:active {
  background: none !important; }

/* header */
@media (min-width: 991px) {
  .dropdown-links {
    position: static !important; }

  .dropdown-menu {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto !important;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px; }
    .dropdown-menu li a span {
      font-family: 'Assistant', san-serif !important;
      font-weight: 600 !important;
      font-size: 18px !important;
      line-height: 24px !important;
      color: #260C38 !important; }

  .main-menu .dropdown-menu.show {
    display: flex;
    justify-content: center;
    margin-top: 10px !important; } }
header {
  margin-top: 10px; }
  header .download-menu {
    display: none; }
  header .dropdown-toggle:after {
    display: none; }
  header nav ul li:hover a span {
    color: #db305f;
    font-weight: 700; }
  header nav .container {
    position: relative; }
    header nav .container .special {
      position: absolute;
      right: 0px; }
    header nav .container a span {
      color: #260c38; }
  header nav .special {
    background: #db305f;
    border-radius: 5px; }
    header nav .special a span {
      color: #fff;
      padding: 15px; }

/* elemets */
.download p {
  font-weight: 700;
  margin-bottom: 30px; }

/* global hero */
.hero-spacing {
  margin: 50px 0px; }

/* big hero */
.big-hero {
  margin-top: 50px;
  margin-bottom: 30px; }
  .big-hero .download .app {
    margin-top: 10px; }
  .big-hero .dowjnload p {
    margin-bottom: 20px; }
  .big-hero p.subs {
    margin: 30px 0px;
    max-width: 400px;
    font-family: 'Assistant', sans-serif; }

/* small hero */
.small-hero {
  margin-top: 50px;
  margin-bottom: 100px; }
  .small-hero .mobile-s-hero {
    display: none; }
  .small-hero .desktop-s-hero {
    display: block; }
  .small-hero h1 {
    font-size: 67px;
    margin-bottom: 50px; }
  .small-hero .big-big {
    font-size: 70px; }
  .small-hero .hero-img {
    text-align: right; }
  .small-hero p {
    max-width: 430px; }

.purpose .title {
  margin-bottom: 50px; }
  .purpose .title h2 {
    font-size: 40px;
    margin-bottom: 30px; }
  .purpose .title p {
    font-size: 27px;
    font-weight: 500;
    max-width: 380px;
    line-height: 1.3; }
    .purpose .title p span {
      font-weight: 700;
      position: relative;
      color: #260C38; }
      .purpose .title p span:before {
        position: absolute;
        content: "";
        width: 211px;
        height: 18px;
        background: url(../img/underline2.svg);
        background-size: cover;
        bottom: -20px; }
  .purpose .title span,
  .purpose .title strong {
    color: #db305f; }
.purpose .single {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 50px 30px; }
  .purpose .single p {
    font-weight: 700;
    margin-top: 20px; }

@media (min-width: 992px) {
  .purpose .col-lg-2 {
    width: 20% !important; }
  .purpose .col-lg-6 {
    width: 40% !important; } }
/* pdf hero */
.pdf-hero h2 {
  font-size: 40px;
  font-weight: 700; }
.pdf-hero h3 {
  margin: 30px 0px 20px 0px;
  max-width: 500px; }
.pdf-hero p {
  max-width: 500px; }
.pdf-hero a {
  background: #db305f;
  color: #fff;
  padding: 12px 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: table;
  width: auto;
  border-radius: 5px;
  margin: 30px 0px; }

/* classic block */
.classic-block {
  padding: 100px 0px;
  margin-bottom: 50px; }
  .classic-block h2 {
    font-size: 100px;
    margin-bottom: 20px;
    font-weight: 700; }
  .classic-block h3 {
    font-size: 60px;
    margin-bottom: 30px; }
    .classic-block h3 span,
    .classic-block h3 strong {
      color: #db305f; }
  .classic-block p {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    max-width: 560px; }

/* key features */
.features {
  position: relative;
  padding: 80px 0px;
  margin: 70px 0px; }
  .features h3 {
    color: #db305f; }
  .features h2 {
    font-weight: 700;
    font-size: 88px;
    position: resize;
    position: relative;
    margin-top: 50px; }
    .features h2:before {
      position: absolute;
      content: "";
      width: 150px;
      height: 23px;
      background: url(../img/underline.svg);
      background-size: cover;
      bottom: -15px; }
  .features:before {
    position: absolute;
    top: 0;
    content: "";
    left: -1000px;
    width: 500000px;
    background: linear-gradient(44.35deg, #bfc8d3 25.33%, #eff1f2 108.94%);
    opacity: 0.2;
    height: 100%;
    z-index: -1; }
  .features .box-inner {
    background: #fff;
    padding: 50px;
    margin-bottom: 30px;
    height: 94%; }
    .features .box-inner p {
      margin: 20px 0px;
      font-family: "Assistant", sans-serif; }
    .features .box-inner img {
      margin-bottom: 30px; }
    .features .box-inner strong {
      color: #333333; }
    .features .box-inner h4 {
      margin-bottom: 30px; }

.fan-id {
  padding: 100px 0px; }
  .fan-id .title {
    text-align: center;
    margin-bottom: 100px; }
    .fan-id .title h2 {
      font-size: 50px; }
  .fan-id .desktop-items {
    display: block; }
  .fan-id .mobile-items {
    display: none; }
  .fan-id .box-inner h4 {
    font-weight: 700; }
  .fan-id .center {
    text-align: center;
    position: relative;
    top: 150px; }
    .fan-id .center p {
      font-weight: 700;
      font-size: 30px !important;
      position: relative;
      top: 15px;
      left: 5px; }
    .fan-id .center:before {
      border: 2px dashed #c3ccd7;
      border-radius: 50%;
      width: 350px;
      height: 350px;
      position: absolute;
      content: "";
      left: 36%;
      top: -145px; }
  .fan-id .box-inner .text-content {
    max-width: 350px; }
    .fan-id .box-inner .text-content h4 {
      text-align: left; }
    .fan-id .box-inner .text-content p {
      max-width: 300px;
      font-family: 'Assistant', sans-serif; }
  .fan-id .single-items {
    width: 280px !important; }
    .fan-id .single-items h4 {
      margin-bottom: 0px;
      padding: 0px; }
  .fan-id .single-id-1 {
    position: relative;
    top: -35px;
    right: -180px; }
    .fan-id .single-id-1 h4.title {
      text-align: right;
      position: relative;
      right: 50px;
      margin-bottom: 10px; }
    .fan-id .single-id-1 p {
      text-align: right;
      position: relative;
      right: 50px; }
    .fan-id .single-id-1:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      right: 10px;
      top: 70px; }
    .fan-id .single-id-1 img {
      float: right;
      position: -15px;
      top: -15px;
      right: -105px;
      position: absolute; }
      .fan-id .single-id-1 img:before {
        position: absolute;
        width: 15px;
        height: 15px;
        background: red;
        content: ""; }
  .fan-id .single-id-2 {
    position: relative;
    top: 105px;
    right: -180px; }
    .fan-id .single-id-2 h4.title {
      text-align: right;
      position: relative;
      right: 50px;
      margin-bottom: 10px; }
    .fan-id .single-id-2 p {
      text-align: right;
      position: relative;
      right: 50px; }
    .fan-id .single-id-2 img {
      float: right;
      position: -15px;
      top: -15px;
      right: -105px;
      position: absolute; }
      .fan-id .single-id-2 img:before {
        position: absolute;
        width: 15px;
        height: 15px;
        background: red;
        content: ""; }
    .fan-id .single-id-2:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      right: 10px;
      top: 0px; }
  .fan-id .single-id-3 {
    position: relative;
    top: -246px;
    right: -820px; }
    .fan-id .single-id-3 h4 {
      margin-bottom: 10px; }
    .fan-id .single-id-3 img {
      float: left;
      top: -15px;
      left: -160px;
      position: absolute; }
      .fan-id .single-id-3 img:before {
        position: absolute;
        width: 15px;
        height: 15px;
        background: red;
        content: ""; }
    .fan-id .single-id-3:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      left: -40px;
      top: 70px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -110px;
    right: -820px; }
    .fan-id .single-id-4 h4 {
      margin-bottom: 10px; }
    .fan-id .single-id-4 img {
      float: left;
      top: -15px;
      left: -160px;
      position: absolute; }
      .fan-id .single-id-4 img:before {
        position: absolute;
        width: 15px;
        height: 15px;
        background: red;
        content: ""; }
    .fan-id .single-id-4:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      left: -40px;
      top: 0; }

.video {
  text-align: center;
  position: relative; }
  .video .video-image {
    position: relative; }
    .video .video-image:before {
      position: absolute;
      content: "";
      width: 186px;
      height: 154px;
      background: url(../img/video-top.svg);
      background-size: cover;
      top: -38px;
      left: 4px; }
  .video h2 {
    font-size: 50px;
    text-align: left; }
  .video .play-btn {
    background: url(../img/play.svg);
    background-size: cover;
    width: 115px;
    height: 115px;
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video .container {
    position: relative;
    padding: 100px 0px; }
    .video .container:before {
      position: absolute;
      top: 0;
      content: "";
      left: -1000px;
      width: 500000px;
      background: linear-gradient(44.35deg, #bfc8d3 25.33%, #eff1f2 108.94%);
      opacity: 0.2;
      height: 100%;
      z-index: -1; }

.services .title {
  text-align: center;
  margin-bottom: 40px; }
  .services .title h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px; }
.services .single {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 50px 30px;
  height: 90%; }
  .services .single img {
    margin-bottom: 30px; }
  .services .single h4 {
    font-size: 20px; }
  .services .single p {
    font-weight: 400;
    margin-top: 20px;
    font-family: "Assistant", sans-serif; }

.cta-steps {
  padding: 100px 0px;
  position: relative;
  margin-top: 50px; }
  .cta-steps:before {
    position: absolute;
    top: 0;
    content: "";
    left: -1000px;
    width: 500000px;
    background: linear-gradient(44.35deg, #bfc8d3 25.33%, #eff1f2 108.94%);
    opacity: 0.2;
    height: 100%;
    z-index: -1; }
  .cta-steps h3 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px; }
  .cta-steps h4 {
    font-weight: 600;
    font-size: 21px;
    max-width: 510px; }
  .cta-steps .number {
    position: relative; }
    .cta-steps .number p {
      position: relative;
      font-style: normal;
      font-weight: 800;
      color: #e7eaec;
      font-size: 75px; }
    .cta-steps .number:before {
      position: absolute;
      width: 75px;
      height: 75px;
      content: "";
      background: linear-gradient(48.09deg, #c62752 12.46%, #f3517e 86.21%);
      top: 0;
      left: -20px;
      border-radius: 50%;
      z-index: -1; }

.quote {
  padding: 100px 0px; }
  .quote .title {
    margin-bottom: 50px; }
    .quote .title h2 {
      text-align: center;
      font-size: 50px; }
  .quote .single {
    position: relative; }
    .quote .single .author {
      position: absolute;
      bottom: 0px; }
      .quote .single .author .quote {
        font-size: 15px;
        padding: 10px;
        background: #f1f2f3;
        border-radius: 5px 5px 5px 0px;
        font-style: italic;
        font-weight: 600;
        display: inline-flex;
        margin-right: 10px; }
      .quote .single .author img {
        display: inline-flex;
        margin-right: 10px; }
    .quote .single .main-content img.icon {
      margin-bottom: 20px; }
    .quote .single .main-content h4.title {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 10px; }
    .quote .single .main-content p {
      font-family: "Assistant", sans-serif; }
  .quote .single-quote-1 .main-content,
  .quote .single-quote-3 .main-content {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    min-height: 310px;
    margin-block: 10px;
    position: relative;
    width: 85%;
    margin-left: auto; }
  .quote .single-quote-2 .main-content,
  .quote .single-quote-4 .main-content {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    min-height: 310px;
    margin-block: 10px;
    position: relative;
    width: 85%; }
  .quote .single-quote-1 {
    background: url(../img/q1.svg) top left; }
  .quote .single-quote-2 {
    background: url(../img/q2.svg) top right; }
  .quote .single-quote-3 {
    background: url(../img/q3.svg) top left; }
  .quote .single-quote-4 {
    background: url(../img/q4.svg) top right; }

.cta {
  padding: 100px 0px 0px 0px;
  color: #fff;
  font-family: 'Assistant', sans-serif; }
  .cta h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif; }
  .cta p {
    color: #fff; }
  .cta .apps {
    margin-top: 40px; }
  .cta strong {
    color: #fff; }
  .cta .overbg {
    position: relative; }
    .cta .overbg:before {
      position: absolute;
      /*content: "";*/
      width: 361px;
      height: 373px;
      background: url(../img/cta-hand.svg);
      background-size: cover;
      top: -100px;
      right: -150px; }
    .cta .overbg .main-bg {
      background: rgba(38, 12, 56, 0.2);
      backdrop-filter: blur(24px);
      border-radius: 24px 24px 0px 0px;
      padding-bottom: 300px;
      padding: 50px;
      position: relative; }
  .cta .cta-social {
    margin-bottom: 30px; }
    .cta .cta-social .title {
      font-size: 21px;
      margin-bottom: 25px;
      font-weight: 500; }
    .cta .cta-social ul {
      margin: 0px;
      padding: 0px; }
      .cta .cta-social ul li {
        list-style: none;
        display: inline;
        margin-right: 15px; }
  .cta input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px;
    width: 100%; }
  .cta input[type="submit"] {
    margin-top: 20px;
    background: #db305f;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px; }

.ethics {
  margin: 100px 0px;
  padding: 70px 0px; }
  .ethics h3 {
    color: #db305f; }
  .ethics h2 {
    font-size: 47px;
    margin-bottom: 50px;
    font-weight: 700;
    margin-top: 20px; }
  .ethics p {
    margin: 0px 0px 0px 30px;
    padding: 0px; }
  .ethics .single-item {
    margin-bottom: 40px; }
  .ethics p.name-item {
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 15px; }
    .ethics p.name-item:before {
      position: absolute;
      content: "";
      left: -30px;
      top: 4px;
      background: url(../img/exclude.svg);
      background-size: cover;
      width: 20px;
      height: 20px; }
  .ethics p.about-item {
    padding-left: 15px; }

.cta2 {
  text-align: center;
  position: relative;
  padding: 150px 0px; }
  .cta2 h2 {
    font-size: 90px; }
  .cta2 .cta2-btn {
    background: #db305f;
    color: #fff;
    padding: 13px 180px;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    width: auto;
    border-radius: 5px;
    margin: 50px auto; }
  .cta2:before {
    position: absolute;
    content: "";
    width: 359px;
    height: 371px;
    left: 0px;
    top: 70px;
    background: url(../img/left-hand.svg);
    background-size: cover; }
  .cta2:after {
    position: absolute;
    content: "";
    width: 359px;
    height: 371px;
    right: 0px;
    top: 70px;
    background: url(../img/right-hand.svg);
    background-size: cover; }

.hiwc {
  padding: 100px 0px; }
  .hiwc .title {
    text-align: center;
    margin-bottom: 50px; }
    .hiwc .title h2 {
      font-size: 40px; }
  .hiwc .check-items .box-inner {
    background: #fff;
    padding: 20px 20px 0px 20px;
    text-align: center;
    height: 100%; }
    .hiwc .check-items .box-inner .image {
      width: 64px;
      height: 64px;
      margin: 30px auto 50px auto; }
  .hiwc .check-items .single-1 .image {
    background: url(../img/check1.svg);
    background-size: cover; }
  .hiwc .check-items .single-2 .image {
    background: url(../img/check2.svg);
    background-size: cover; }
  .hiwc .check-items .single-3 .image {
    background: url(../img/check3.svg);
    background-size: cover; }
  .hiwc .check-items .single-4 .image {
    background: url(../img/check4.svg);
    background-size: cover; }

/* simple image */
.simple-image {
  padding: 100px 0px;
  position: relative; }
  .simple-image .mobile-si {
    display: none; }
  .simple-image .desktop-si {
    display: block; }
  .simple-image .title {
    text-align: center;
    margin-bottom: 50px; }
    .simple-image .title h2 {
      font-size: 40px; }
  .simple-image .image {
    text-align: center; }

.how-it-works {
  position: relative;
  padding: 100px 0px; }
  .how-it-works:before {
    position: absolute;
    top: 0;
    content: "";
    left: -1000px;
    width: 500000px;
    background: linear-gradient(44.35deg, #bfc8d3 25.33%, #eff1f2 108.94%);
    opacity: 0.2;
    height: 100%;
    z-index: -1; }
  .how-it-works .title {
    text-align: center;
    margin-bottom: 50px; }
    .how-it-works .title h2 {
      font-size: 40px; }
  .how-it-works .plus {
    position: relative; }
    .how-it-works .plus:before {
      width: 81px;
      height: 81px;
      position: absolute;
      content: "";
      right: -50px;
      top: 50%;
      background: url(../img/plus.svg);
      transform: translate(0%, -50%);
      z-index: 99; }
  .how-it-works .result {
    position: relative; }
    .how-it-works .result:before {
      width: 81px;
      height: 81px;
      position: absolute;
      content: "";
      right: -40px;
      top: 50%;
      background: url(../img/finish.svg);
      transform: translate(0%, -50%); }
  .how-it-works .in-box {
    padding: 40px;
    background: #fff;
    height: 100%; }
    .how-it-works .in-box p.info {
      text-align: center; }
    .how-it-works .in-box .number-step {
      position: relative;
      margin: auto;
      text-align: center;
      display: table;
      text-align: center; }
      .how-it-works .in-box .number-step p {
        position: relative;
        font-style: normal;
        font-weight: 800;
        color: #fff;
        font-size: 75px;
        line-height: normal; }
      .how-it-works .in-box .number-step:before {
        position: absolute;
        width: 75px;
        height: 75px;
        content: "";
        background: linear-gradient(48.09deg, #c62752 12.46%, #f3517e 86.21%);
        top: -10px;
        left: -20px;
        border-radius: 50%; }

.fandurm .center img {
  mix-blend-mode: darken;
  max-width: 255px; }

footer {
  padding: 50px 0px 20px 0px; }
  footer ul li {
    display: inline; }
  footer a {
    color: #260c38;
    text-decoration: none;
    font-family: 'Assistant', sans-serif; }
    footer a:hover {
      color: #db305f; }
  footer ul li {
    display: inline-block;
    margin: 0px 15px; }
  footer .main-footer {
    padding-bottom: 50px; }
    footer .main-footer a {
      font-weight: 700;
      padding: 20px 10px; }
      footer .main-footer a:hover {
        color: #db305f; }
    footer .main-footer .special {
      background: #db305f;
      border-radius: 5px;
      padding: 10px; }
      footer .main-footer .special a {
        color: #fff;
        padding: 20px 10px; }
  footer .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    footer .copyright .info {
      font-family: 'Assistant', sans-serif; }

/* responsive */
@media (min-width: 375px) and (max-width: 991px) {
  .dan-id .center:before {
    border: 2px dashed #c3ccd7;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: absolute;
    content: "";
    left: calc(50% + -170px);
    top: -139px; }

  nav {
    margin-top: 35px; } }
@media (max-width: 991px) {
  h1,
  h1.big-big {
    font-size: 35px !important; }

  .services .title h3 {
    text-align: center; }
  .services .title h4 {
    text-align: center; }

  header nav .navbar-toggler {
    border: none; }
    header nav .navbar-toggler:focus {
      box-shadow: 0px 0px !important; }
    header nav .navbar-toggler span {
      display: table;
      width: 30px;
      height: 2px;
      margin-bottom: 5px;
      background: #260C38;
      border-radius: 8px; }
  header nav .container .special {
    margin-top: 40px;
    position: relative !important;
    text-align: center !important; }
    header nav .container .special:before {
      position: absolute;
      content: "";
      width: 5000px;
      height: 1px;
      left: -2000px;
      background: #260C38;
      opacity: 0.3;
      top: -30px; }
  header nav .container .download-menu {
    margin-top: 20px;
    position: relative; }
    header nav .container .download-menu p {
      font-family: 'Assistant', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 10px; }
    header nav .container .download-menu img {
      height: 50px;
      width: auto; }
    header nav .container .download-menu .dropdown-item {
      padding: 5px 15px !important; }
  header nav ul li.dropdown:hover a.show span {
    color: #db305f !important;
    font-weight: 800 !important; }
  header nav ul li {
    width: 100%; }
    header nav ul li:hover a span {
      font-family: 'Assistant', san-serif !important;
      font-weight: 600 !important;
      font-size: 18px !important;
      line-height: 24px !important;
      color: #260C38 !important; }
  header nav .download-menu {
    display: block; }
  header .miles-menu {
    margin-top: 20px;
    position: relative;
    padding-top: 10px; }
    header .miles-menu li {
      position: relative;
      z-index: 999; }
    header .miles-menu .dropdown-toggle {
      position: relative; }
      header .miles-menu .dropdown-toggle:before {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        right: 0px;
        background: url(../img/open-dropdown.svg); }
    header .miles-menu .dropdown-toggle.show {
      position: relative; }
      header .miles-menu .dropdown-toggle.show:before {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        right: 0px;
        background: url(../img/close-dropdown.svg); }
    header .miles-menu:after {
      position: absolute;
      content: "";
      width: 5000px;
      height: 100vh;
      background: #f1f2f3;
      opacity: 1;
      top: 0px; }
    header .miles-menu:before {
      position: absolute;
      content: "";
      width: 5000px;
      height: 1px;
      left: -2000px;
      background: #260C38;
      opacity: 0.3;
      z-index: 999;
      top: 0; }

  h2,
  h3 {
    font-size: 35px !important; }

  .big-hero .download {
    margin-bottom: 80px; }
    .big-hero .download .apps img {
      max-height: 50px; }

  .small-hero .mobile-s-hero {
    display: block;
    text-align: center; }
  .small-hero .desktop-s-hero {
    display: none; }
  .small-hero img {
    margin-top: 30px; }

  .classic-block h2 {
    font-size: 45px; }
  .classic-block img {
    margin-top: 30px; }

  .features h3 {
    font-size: 25px !important; }
  .features h2 {
    font-weight: 700;
    font-size: 58px;
    margin-bottom: 60px;
    position: relative;
    margin-top: 20px; }
    .features h2:before {
      bottom: -25px; }
  .features .box-inner {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    height: 98%;
    border-radius: 5px; }

  .fan-id {
    padding: 0px; }
    .fan-id .desktop-items {
      display: none; }
    .fan-id .mobile-items {
      display: block; }
    .fan-id .title h2 {
      font-size: 45px; }
      .fan-id .title h2 br {
        display: none; }

  .video {
    padding: 20px; }
    .video h2 {
      font-size: 40px;
      text-align: left;
      margin: 0px auto 100px auto;
      max-width: 270px;
      text-align: center; }
      .video h2 br {
        display: none; }
    .video .video-image:before {
      position: absolute;
      content: "";
      width: 186px;
      height: 154px;
      background: url(../img/video-top.svg);
      background-size: cover;
      top: -38px;
      left: -46px; }

  .cta-steps {
    padding: 20px; }
    .cta-steps h4 {
      margin-bottom: 50px; }
    .cta-steps .box-inner h4 {
      margin-bottom: 10px; }

  .cta2 .cta2-btn {
    width: 90% !important;
    background: #db305f;
    color: #fff;
    padding: 13px 0px;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    border-radius: 5px;
    margin: 50px auto; }
  .cta2 h2 {
    font-size: 35px !important; }
  .cta2:before {
    position: absolute;
    content: "";
    width: 159px;
    height: 165px;
    left: 30px;
    bottom: 40px;
    background: url(../img/left-hand.svg);
    background-size: cover;
    top: auto !important; }
  .cta2:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 155px;
    right: 30px;
    top: -40px;
    background: url(../img/right-hand.svg);
    background-size: cover; }

  .quote {
    padding: 50px 0px; }
    .quote .single .author {
      position: relative; }
      .quote .single .author .quote {
        font-size: 15px;
        padding: 10px;
        background: #f1f2f3;
        border-radius: 5px 5px 5px 0px;
        font-style: italic;
        font-weight: 600;
        display: inline-grid;
        margin-right: 10px;
        max-width: 76%; }
    .quote .single-quote-1,
    .quote .single-quote-3 {
      background-size: contain; }
    .quote .single-quote-4,
    .quote .single-quote-2 {
      background-size: contain;
      background-position-x: -90px; }
      .quote .single-quote-4 .main-content,
      .quote .single-quote-2 .main-content {
        margin-left: auto; }
    .quote .title h2 {
      text-align: center;
      font-size: 40px; }

  .cta .apps {
    margin-bottom: 50px; }
    .cta .apps img {
      max-height: 50px; }
  .cta .overbg {
    padding: 15px 15px 0px 25px; }
    .cta .overbg .main-bg {
      padding: 25px; }
    .cta .overbg:before {
      display: none; }

  footer .special {
    display: none; }
  footer .justify-content-end {
    justify-content: flex-start !important; }
  footer .main-footer ul {
    margin-top: 30px; }
  footer ul {
    padding-left: 0px; }
    footer ul li {
      margin-left: 0px; }
      footer ul li a {
        padding-left: 0px; }

  .services .single {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 25px 10px;
    height: 90%; }
    .services .single p {
      margin-bottom: 0px; }
  .services h4 {
    text-align: left; }
  .services .title {
    text-align: left; }

  .hiwc .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px; }
  .hiwc .check-items .box-inner {
    background: #fff;
    padding: 10px;
    text-align: center;
    height: 95%; }
    .hiwc .check-items .box-inner .image {
      width: 64px;
      height: 64px;
      margin: 10px auto 20px auto; }

  .pdf-hero h3 {
    font-size: 25px !important; }
  .pdf-hero img {
    margin-top: 50px; }

  .simple-image {
    padding: 100px 0px;
    position: relative; }
    .simple-image .mobile-si {
      display: block; }
    .simple-image .desktop-si {
      display: none; }

  .how-it-works .in-box {
    margin-bottom: 20px;
    height: 95%;
    padding: 60px 40px; }
    .how-it-works .in-box .number-step {
      left: 10px; }
  .how-it-works .plus {
    position: relative; }
    .how-it-works .plus:before {
      width: 81px;
      height: 81px;
      position: absolute;
      content: "";
      left: 50%;
      bottom: -87px;
      background: url(../img/plus.svg);
      transform: translate(-50%, -50%);
      z-index: 99;
      top: auto; }
  .how-it-works .result {
    position: relative; }
    .how-it-works .result:before {
      width: 81px;
      height: 81px;
      position: absolute;
      content: "";
      right: -40px;
      top: auto;
      bottom: -74px;
      left: 50%;
      background: url(../img/finish.svg);
      transform: translate(-50%, -50%); } }
@media (max-width: 530px) {
  .fan-id .details {
    position: relative; }
  .fan-id .center {
    text-align: center;
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-230px, 10px); }
    .fan-id .center p {
      font-weight: 700;
      font-size: 30px !important;
      position: relative;
      top: 4px;
      left: 152px; }
    .fan-id .center:before {
      // border: 2px dashed #c3ccd7 !important;
      // border-radius: 50% !important;
      //  width: 350px !important;
      //  height: 350px !important;
      //  position: absolute !important;
      //  content: "" !important;
      //  left: 36% !important;
      //  top: -145px !important; 
		display: none !important;
	}

  .mobile-items .single-items {
    width: 50% !important; }
  .mobile-items .single-id-1 {
    order: -18 !important; }
    .mobile-items .single-id-1:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      left: 10px;
      bottom: 110px !important;
      top: auto; }
  .mobile-items .single-id-2:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: auto;
    top: 100px;
    left: 10px; }
  .mobile-items .single-id-3:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: 10px;
    bottom: 210px !important;
    top: auto;
    left: auto; }
  .mobile-items .single-id-4:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: 10px;
    top: 100px;
    bottom: auto;
    left: auto; }
  .mobile-items .single-id-1 h4.title,
  .mobile-items .single-id-2 h4.title {
    text-align: left; }
  .mobile-items .single-id-1 p,
  .mobile-items .single-id-2 p {
    text-align: left;
    min-height: 80px; }
  .mobile-items .single-id-1 img,
  .mobile-items .single-id-2 img {
    float: left; }
  .mobile-items .single-id-1,
  .mobile-items .single-id-4 {
    margin-bottom: 100px; }
  .mobile-items .single-id-3 h4.title,
  .mobile-items .single-id-4 h4.title {
    text-align: right; }
  .mobile-items .single-id-3 p,
  .mobile-items .single-id-4 p {
    text-align: right;
    min-height: 80px; }
  .mobile-items .single-id-3 img,
  .mobile-items .single-id-4 img {
    float: right; }
  .mobile-items .single-id-3 {
    order: -6 !important; }
    .mobile-items .single-id-3:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      right: 0;
      bottom: 120px; }
  .mobile-items .single-id-2 .order-last.content-mobile,
  .mobile-items .single-id-4 .order-last.content-mobile {
    order: -1 !important; }
  .mobile-items .single-id-2 .order-last.image-mobile,
  .mobile-items .single-id-4 .order-last.image-mobile {
    order: -8 !important; }
  .mobile-items .single-id-1,
  .mobile-items .single-id-2,
  .mobile-items .single-id-3,
  .mobile-items .single-id-4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
    .mobile-items .single-id-1 img,
    .mobile-items .single-id-2 img,
    .mobile-items .single-id-3 img,
    .mobile-items .single-id-4 img {
      top: auto;
      left: auto;
      position: relative;
      right: auto; }
    .mobile-items .single-id-1 h4,
    .mobile-items .single-id-2 h4,
    .mobile-items .single-id-3 h4,
    .mobile-items .single-id-4 h4 {
      text-align: left;
      right: auto !important;
      left: auto !important;
      top: auto !important;
      margin-top: 20px; }
    .mobile-items .single-id-1 p,
    .mobile-items .single-id-2 p,
    .mobile-items .single-id-3 p,
    .mobile-items .single-id-4 p {
      right: auto !important;
      right: auto !important;
      left: auto !important;
      top: auto !important; } }
@media (min-width: 551px) and (max-width: 991px) {
  .classic-block img {
    margin-bottom: 80px; }

  .video .video-image:before {
    position: absolute;
    content: "";
    width: 186px;
    height: 154px;
    background: url(../img/video-top.svg);
    background-size: cover;
    top: -38px;
    left: -30px !important; } }
@media (min-width: 767px) and (max-width: 991px) {
  .video .video-image:before {
    position: absolute;
    content: "";
    width: 186px;
    height: 154px;
    background: url(../img/video-top.svg);
    background-size: cover;
    top: -38px;
    left: 60px !important; }

  .fan-id .center p {
    font-weight: 700;
    font-size: 30px !important;
    position: relative;
    top: 7px;
    left: 5px; }
  .fan-id .center:before {
    border: 2px dashed #c3ccd7;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: absolute;
    content: "";
    left: 26%;
    top: -145px; }
  .fan-id .single-items {
    width: 200px !important; }
  .fan-id .single-id-1 {
    position: relative;
    top: -65px;
    right: -10px; }
  .fan-id .single-id-2 {
    position: relative;
    top: 83px;
    right: -10px; }
  .fan-id .single-id-3 {
    position: relative;
    top: -324px;
    right: -530px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -207px;
    right: -528px; } }
@media (min-width: 530px) and (max-width: 767px) {
  .fan-id .center:before {
    border: 2px dashed #c3ccd7;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: absolute;
    content: "";
    left: calc(50% + -160px);
    top: -145px; }
  .fan-id .single-id-1 {
    position: relative;
    top: -65px;
    right: 150px; }
    .fan-id .single-id-1 .text-content h4,
    .fan-id .single-id-1 .text-content p {
      position: relative;
      top: -100px;
      left: 170px;
      text-align: left; }
  .fan-id .single-id-2 {
    position: relative;
    top: 105px;
    right: 150px; }
  .fan-id .single-id-3 {
    position: relative;
    top: 0;
    right: -450px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -377px;
    right: -450px; } }
@media (min-width: 767px) and (max-width: 880px) {
  .fan-id .single-id-3 {
    position: relative;
    top: -354px;
    right: -530px; } }
@media (min-width: 880px) and (max-width: 991px) {
  .fan-id .single-id-3 {
    position: relative;
    top: -358px;
    right: -549px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -232px;
    right: -548px; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .video .video-image:before {
    position: absolute;
    content: "";
    width: 186px;
    height: 154px;
    background: url(../img/video-top.svg);
    background-size: cover;
    top: -38px;
    left: -46px !important; }

  .big-hero .download img {
    height: 50px; }

  .classic-block h2 {
    font-weight: 90px; }

  .cta .apps img {
    height: 50px; }

  .fan-id .center p {
    font-weight: 700;
    font-size: 30px !important;
    position: relative;
    top: 7px;
    left: 5px; }
  .fan-id .center:before {
    border: 2px dashed #c3ccd7;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: absolute;
    content: "";
    left: 32%;
    top: -145px; }
  .fan-id .single-id-1 {
    position: relative;
    top: -65px;
    right: -50px; }
  .fan-id .single-id-2 {
    position: relative;
    top: 123px;
    right: -50px; }
  .fan-id .single-id-3 {
    position: relative;
    top: -274px;
    right: -660px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -87px;
    right: -660px; } }
@media (min-width: 1199px) and (max-width: 1399px) {
  .video .video-image:before {
    position: absolute;
    content: "";
    width: 186px;
    height: 154px;
    background: url(../img/video-top.svg);
    background-size: cover;
    top: -38px;
    left: -22px !important; }

  .fan-id .single-id-1 {
    position: relative;
    top: -55px;
    right: -120px; }
  .fan-id .single-id-2 {
    position: relative;
    top: 123px;
    right: -118px; }
  .fan-id .single-id-3 {
    position: relative;
    top: -269px;
    right: -760px; }
  .fan-id .single-id-4 {
    position: relative;
    top: -87px;
    right: -760px; }
  .fan-id .center p {
    left: 2px; }
  .fan-id .center:before {
    border: 2px dashed #c3ccd7;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: absolute;
    content: "";
    left: 34%;
    top: -135px; } }
@media (min-width: 530px) and (max-width: 991px) {
  .fan-id .details {
    position: relative; }
  .fan-id .center {
    text-align: center;
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-230px, 10px); }
    .fan-id .center p {
      font-weight: 700;
      font-size: 30px !important;
      position: relative;
      top: 4px;
      left: 152px; }
    .fan-id .center:before {
      border: 2px dashed #c3ccd7 !important;
      border-radius: 50% !important;
      width: 350px !important;
      height: 350px !important;
      position: absolute !important;
      content: "" !important;
      // left: 36% !important;
		left: 60px !important;
      top: -145px !important; }

  .mobile-items .single-items {
    width: 50% !important; }
  .mobile-items .single-id-1 {
    order: -18 !important; }
    .mobile-items .single-id-1:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      left: 10px;
      bottom: 110px !important;
      top: auto; }
  .mobile-items .single-id-2:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: auto;
    top: 100px;
    left: 10px; }
  .mobile-items .single-id-3:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: 10px;
    bottom: 210px !important;
    top: auto;
    left: auto; }
  .mobile-items .single-id-4:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #db305f;
    right: 10px;
    top: 100px;
    bottom: auto;
    left: auto; }
  .mobile-items .single-id-1 h4.title,
  .mobile-items .single-id-2 h4.title {
    text-align: left; }
  .mobile-items .single-id-1 p,
  .mobile-items .single-id-2 p {
    text-align: left;
    min-height: 80px; }
  .mobile-items .single-id-1 img,
  .mobile-items .single-id-2 img {
    float: left; }
  .mobile-items .single-id-1,
  .mobile-items .single-id-4 {
    margin-bottom: 100px; }
  .mobile-items .single-id-3 h4.title,
  .mobile-items .single-id-4 h4.title {
    text-align: right; }
  .mobile-items .single-id-3 p,
  .mobile-items .single-id-4 p {
    text-align: right;
    min-height: 80px; }
  .mobile-items .single-id-3 img,
  .mobile-items .single-id-4 img {
    float: right; }
  .mobile-items .single-id-3 {
    order: -6 !important; }
    .mobile-items .single-id-3:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #db305f;
      right: 0;
      bottom: 120px; }
  .mobile-items .single-id-2 .order-last.content-mobile,
  .mobile-items .single-id-4 .order-last.content-mobile {
    order: -1 !important; }
  .mobile-items .single-id-2 .order-last.image-mobile,
  .mobile-items .single-id-4 .order-last.image-mobile {
    order: -8 !important; }
  .mobile-items .single-id-1,
  .mobile-items .single-id-2,
  .mobile-items .single-id-3,
  .mobile-items .single-id-4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
    .mobile-items .single-id-1 img,
    .mobile-items .single-id-2 img,
    .mobile-items .single-id-3 img,
    .mobile-items .single-id-4 img {
      top: auto;
      left: auto;
      position: relative;
      right: auto; }
    .mobile-items .single-id-1 h4,
    .mobile-items .single-id-2 h4,
    .mobile-items .single-id-3 h4,
    .mobile-items .single-id-4 h4 {
      text-align: left;
      right: auto !important;
      left: auto !important;
      top: auto !important;
      margin-top: 20px; }
    .mobile-items .single-id-1 p,
    .mobile-items .single-id-2 p,
    .mobile-items .single-id-3 p,
    .mobile-items .single-id-4 p {
      right: auto !important;
      right: auto !important;
      left: auto !important;
      top: auto !important; } }

/*# sourceMappingURL=theme.css.map */
