/* 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 39, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .title {
  font-size: 44px;
  font-weight: 700;
}
/* line 43, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .subtitle {
  opacity: 0.6;
  font-weight: 200;
}
/* line 47, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .download {
  font-weight: 800;
  font-size: 12px;
  margin-top: 20px;
}
/* line 52, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle {
  position: relative;
  z-index: 3;
  top: 50;
}
/* line 56, /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 70, /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 79, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .top .text span {
  font-weight: 800;
}
/* line 84, /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 95, /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 104, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .doublecircle .bottom .text span {
  font-weight: 800;
}
/* line 111, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .carimage {
  margin-top: 50px;
  z-index: 2;
}
/* line 114, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .carimage img {
  width: 100%;
  border: 42px solid #ffffff;
  outline: 12px solid #ffffff;
  outline-offset: 0;
  border-radius: 85px;
}
/* line 125, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .contain {
  position: relative;
  width: 100%;
}
/* line 128, /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 140, /var/www/htdocs/app/assets/stylesheets/offers.scss */
.offers .mobileline {
  display: block;
}
