/* line 3, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .download a {
  color: black !important;
}
/* line 7, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .middlecontent {
  margin: 119px auto 0;
}
/* line 10, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .offer {
  margin-bottom: 300px;
}
/* line 14, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .offer.type2 .title {
  text-align: right;
}
/* line 17, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .offer.type2 .subtitle {
  text-align: right;
}
/* line 20, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .offer.type2 .download {
  text-align: right;
}
/* line 25, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .offer.type2 .carimage img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 37, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .title {
  font-size: 44px;
  font-weight: 700;
}
/* line 41, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .subtitle {
  opacity: 0.6;
  font-weight: 200;
}
/* line 45, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .download {
  font-weight: 800;
  font-size: 12px;
  margin-top: 20px;
}
/* line 50, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle {
  position: relative;
}
/* line 52, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .top {
  padding: 20px;
  background-color: blue;
  width: 200px;
  height: 200px;
  color: white;
  /* right: 172px; */
  left: 139px;
  top: -118px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  border-radius: 50%;
}
/* line 66, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .top .text {
  position: absolute;
  left: 0;
  padding: 20px;
  font-size: 17px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
/* line 75, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .top .text span {
  font-weight: 800;
}
/* line 80, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .bottom {
  padding: 20px;
  background-color: gray;
  color: white;
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  border-radius: 50%;
}
/* line 91, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .bottom .text {
  position: absolute;
  left: 0;
  padding: 20px;
  font-size: 17px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
/* line 100, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .bottom .text span {
  font-weight: 800;
}
/* line 107, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .carimage {
  margin-top: 50px;
  z-index: 2;
}
/* line 110, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .carimage img {
  width: 100%;
}
/* line 115, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .contain {
  position: relative;
  width: 100%;
}
/* line 118, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .contain .background {
  position: absolute;
  background-color: blue;
  width: 200%;
  right: -71px;
  z-index: 1;
  top: -100px;
  border-radius: 50%;
  max-width: 1237px;
  height: 170px;
}
/* line 130, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .mobileline {
  display: block;
}
