@font-face { 
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face { 
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face { 
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}

html, body{
  min-height:100%;
}

body {
  font-family: 'Montserrat-Regular';
  min-height: 100vh;
}

.body-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

.image-wrapper {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  margin: 1rem;
}

.v1 .content {
  font-size: 18px;
  font-weight: 700;
}

.content-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6a599c;
  font-size: 17px;
  flex-direction: column;
  width: 35%;
  margin: 1rem;
}

.getgo-image {
  max-width: 100%;
}

.download-grapp {
  width: 100%;
}

.content {
  max-width: 382px;
}

.logo-mobile {
  display: none;
}

.logo-mobile, .logo-desktop {
  width: 10rem;
  margin-bottom: 1rem;
}

.download-grapp {
  font-family: 'Montserrat-Black';
  font-size: 0.94rem;
  background-color: #8464a6;
  color: white !important;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  padding: 11px;
  transition: .5s all;
}

.download-grapp:hover {
  background-color: #695084;
}

strong {
  font-family: 'Montserrat-Bold';
}

.dl-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.android, .ios, .huawei {
  width: 96px;
  height: 32px;
  cursor: pointer;
}

.android {
  background-image: url('../images/dl-android.svg');
  margin-left: .3rem;
  margin-right: .3rem;
}

.ios {
  background-image: url('../images/dl-ios.svg');
}

.huawei {
  background-image: url('../images/dl-huawei.svg');
}

.gorewards-link {
  margin-top: 1rem;
  font-family: 'Montserrat-Bold';
}

@media (max-width: 991px) {
  .body-wrapper {
    display: unset !important;
    margin: 0;
  }


  .v1 .image-wrapper {
    margin-top: 5rem;
  }

  .v1 .content {
    font-size: 17px;
    font-weight: 300;
  }

  .image-wrapper {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
    justify-content: center;
    flex-direction: column;
  }

  .content-wrapper {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .getgo-image {
    max-width: 70%;
  }

  .logo-mobile {
    display: block;
    margin-bottom: 3rem;
  }

  .logo-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    font-size: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }  
}

@media (max-width: 470px) {
  .image-wrapper {
    margin-top: 1rem;
  }

  .getgo-image {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}