body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  color: #333333;
  font-weight: 400;
}

p {
  margin: 0;
}

.font-xl3 {
  font-size: 50px;
  font-weight: 700;
}

.font-xl2 {
  font-size: 34px;
  font-weight: 700;
}

.font-xl2b {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .font-xl2b {
    font-size: 34px;
  }
}

.font-lb {
  font-size: 21px;
  font-weight: 700;
}

.font-l {
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.font-xlb {
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.font-xl {
  font-size: 26px;
  font-weight: 600;
  line-height: 29px;
}

.font-s {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.font-xsb {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.font-xs {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.color-primary {
  color: #d9000d;
}

.color-white {
  color: #ffffff;
}

.divider {
  display: block;
  height: 30px;
}

.divider-half {
  height: 15px;
}

.divider-quart {
  height: 7.5px;
}

@media screen and (min-width: 992px) {
  #main-layout {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

#main-footer {
  background-color: #f2f3f4;
  padding: 22.5px;
}
@media screen and (min-width: 1160px) {
  #main-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#main-footer header {
  font-size: 12px;
  font-weight: 600;
}
#main-footer p {
  /*font-size: 12px;
  font-weight: 400;
  line-height: 15px;*/
}

#main-content-r {
  grid-area: 1/2/2/3;
}

#main-footer {
  grid-area: 2/1/3/3;
}

.box-1 {
  max-width: 1160px;
  margin: auto;
}
@media screen and (min-width: 1920px) {
  .box-1 {
    max-width: 1528px;
  }
}
@media screen and (min-width: 2560px) {
  .box-1 {
    max-width: 2080px;
  }
}

.box-2 {
  max-width: 550px;
  margin: auto;
}

.box-3 {
  max-width: 330px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .box-3 {
    max-width: 360px;
  }
}
@media screen and (min-width: 1920px) {
  .box-3 {
    max-width: 440px;
  }
}

.text-center {
  text-align: center;
}

.slider-card-title {
  margin: 10px;
}

.slider-card-content {
  color: #707070;
}

.my-slider-progress {
  background: #ccc;
  width: 100px;
  display: inline-block;
}

.my-slider-progress-bar {
  background: #e20613;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.splide-pagination {
  margin: 10px 0 20px;
  line-height: 1rem;
}
.splide-pagination .splide-bullet {
  width: 0.8125rem;
  height: 0.375rem;
  display: inline-block;
  border-radius: 0.1875rem;
  background: #1d1d1b;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin: 0 2px;
}
.splide-pagination .splide-bullet.active {
  width: 2.25rem;
  background: #e20613;
}

.clickable {
  cursor: pointer;
}

.fumetto {
  position: relative;
}
.fumetto > div {
  position: absolute;
}

#fumetto-2-text-1 {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  #fumetto-2-text-1 {
    font-size: 26px;
    line-height: 45px;
  }
}

#fumetti-container {
  position: absolute;
  right: 10px;
  top: 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #fumetti-container {
    right: 20px;
    top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  #fumetti-container {
    right: 94px;
    top: 60px;
  }
}
@media screen and (min-width: 2560px) {
  #fumetti-container {
    right: 275px;
    top: 120px;
  }
}

#cta-container {
  position: absolute;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  bottom: 30px;
  right: 30px;
}
@media screen and (min-width: 992px) {
  #cta-container {
    right: 55px;
  }
}
@media screen and (min-width: 1920px) {
  #cta-container {
    right: 135px;
    bottom: 163px;
  }
}
@media screen and (min-width: 2560px) {
  #cta-container {
    right: 275px;
    bottom: 262px;
  }
}
#cta-container .btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #cta-container .btn + .btn {
    margin-top: 15px;
  }
}

a.btn {
  width: 175px;
  height: 31px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #d9000d;
}
@media screen and (min-width: 992px) {
  a.btn {
    width: 233px;
    height: 45px;
    font-size: 18px;
  }
}
@media screen and (min-width: 2560px) {
  a.btn {
    width: 306px;
    height: 60px;
    font-size: 24px;
  }
}
a.btn.bg-primary {
  background: #d9000d;
  color: #ffffff;
}
a.btn.bg-primary-inverse {
  background: #ffffff;
  color: #d9000d;
}

.desktop-visible {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop-visible {
    display: initial;
  }
}

.desktop-visible-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop-visible-block {
    display: block;
  }
}

.xl-visible-block {
  display: none;
}
@media screen and (min-width: 1920px) {
  .xl-visible-block {
    display: block;
  }
}

.xxl-visible-block {
  display: none;
}
@media screen and (min-width: 2560px) {
  .xxl-visible-block {
    display: block;
  }
}

.xxl-hidden-block {
  display: block;
}
@media screen and (min-width: 2560px) {
  .xxl-hidden-block {
    display: none;
  }
}

.mobile-visible-inline-block {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .mobile-visible-inline-block {
    display: none !important;
  }
}

.mobile-hidden-inline-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hidden-inline-block {
    display: inline-block;
  }
  #desktop-logo {
    width: 200px;
  }
}

@media screen and (min-width: 1920px) {
  #desktop-logo {
    width: 280px;
  }

  #statement {
    font-size: 26px;
    line-height: 35px;
  }
  #statement .font-xlb {
    font-size: 32px;
  }
}
@media screen and (min-width: 2560px) {
  #desktop-logo {
    width: 367px;
  }

  #intro-statement {
    font-size: 25px;
  }

  .box-2 {
    max-width: 85%;
  }

  #statement {
    font-size: 36px;
    margin: 0 -90px;
    line-height: 48px;
  }
  #statement .font-xlb {
    font-size: 42px;
  }
}
.flex-1 {
  flex: 1;
}

.flag-icon {
  float: right;
  opacity: 0.5;
}
.flag-icon.active {
  opacity: 1;
}
.flag-icon + .flag-icon {
  margin-right: 10px;
}

#desktop-flag-cnt {
  position: absolute;
  top: 20px;
  right: 20px;
}

#mobile-header {
  height: 56px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #mobile-header {
    display: none;
  }
}

#main-content-l {
  grid-area: 1/1/2/2;
  position: relative;
  height: 523px;
}
@media screen and (min-width: 992px) {
  #main-content-l {
    height: auto;
  }
}

.slider-card {
  max-width: 260px;
  background-color: #f2f3f4;
  border-radius: 10px;
  padding: 15px;
  margin: auto;
}

#mobile-header {
  justify-content: center;
}

#main-content-l {
  background: url(/application/themes/compass/assets/img/landing30k/nino3-mobile.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #main-content-l {
    background: url(/application/themes/compass/assets/img/landing30k/nino3.jpg) no-repeat left top;
    background-size: cover;
  }
}

.slider-card {
  min-height: 200px;
}

#fumetto-1 {
  width: 226px;
  height: 81px;
  background: url(/application/themes/compass/assets/img/landing30k/fumettoBianco.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  #fumetto-1 {
    width: 360px;
    height: 124px;
  }
}
@media screen and (max-width: 991px) {
  #fumetto-1 {
    font-size: 17px;
    line-height: 18px;
    right: 40px;
  }
}
#fumetto-1 > div {
  /* top: 12px;
  left: 30px; */
  top: 16px;
  left: 30px;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  #fumetto-1 > div {
    top: 11px;
    left: 30px;
    line-height: 32px;
    left: 45px;
  }
}

#fumetto-2 {
  width: 227px;
  height: 95px;
  background: url(/application/themes/compass/assets/img/landing30k/fumettoRosso.svg) no-repeat center;
  background-size: contain;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #fumetto-2 {
    width: 345px;
    height: 151px;
  }
}
#fumetto-2 > div {
  left: 37px;
  top: 5px;
}
@media screen and (min-width: 992px) {
  #fumetto-2 > div {
    top: 3px;
    left: 45px;
  }
}

#fumetto-2-text-2 {
  font-size: 30px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  #fumetto-2-text-2 {
    font-size: 50px;
    line-height: 10px;
  }
}

#fumetto-2-text-3 {
  font-size: 19px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  #fumetto-2-text-3 {
    font-size: 26px;
    line-height: 30px;
  }
}

header {
  background-color: transparent;
}

#main-footer a {
  color: #333;
}

.flex-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .flex-row {
    flex-direction: row;
  }
}
.flex-row.center-v {
  align-items: center;
}
.flex {
  flex: 0;
}
#telefono-nero-icon {
  height: 83px;
}
.container-btn-store a,
.container-btn-store a:link,
.container-btn-store a:visited,
.container-btn-store a:hover,
.container-btn-store a:active {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .container-btn-store a,
  .container-btn-store a:link,
  .container-btn-store a:visited,
  .container-btn-store a:hover,
  .container-btn-store a:active {
    margin-right: 15px;
  }
}
#app-footer-text {
  justify-content: flex-end;
}
#app-footer-text img {
  transition: all 0.5s ease;
}
#app-footer-text p {
  max-width: 369px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #app-footer-text p {
    text-align: left;
    margin-bottom: 0;
  }
}
#app-footer:hover #app-footer-text img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.separator {
  border-width: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .separator {
    border-width: 1px;
  }
}
@media screen and (max-width: 991px) {
  .font-s-mobile {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }
}
.footer-info-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}
.footer-info-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .cmps_btn_store img {
    max-width: 100px;
  }
  .cmps_btn_store:nth-child(2) img {
    margin: 0 10px;
  }
}

/* nuova landing */

.landing-nuova #fumetto-3 {
  position: absolute;
  color: white;
  right: 65px;
  top: 115px;
}

.landing-nuova #cta-container {
  bottom: 55px;
}

@media screen and (min-width: 992px) {
  .landing-nuova #cta-container {
    right: 70px;
  }
}

.landing-nuova a.btn {
  font-weight: 400;
  line-height: 20px;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .landing-nuova a.btn {
    width: 275px;
  }
}
.landing-nuova a.btn.inverse {
  background-color: transparent;
  color: #d9000d;
}
.landing-nuova a.btn.huge {
  margin: auto;
}

.landing-nuova #main-content-l { 
  background: url(/application/themes/compass/assets/img/landing30k/nino-landing-nuova-mobile.jpg) no-repeat center top;
  background-size: cover;

}
.landing-nuova #main-content-l { 
  @media screen and (min-width: 992px) {
    background: url(/application/themes/compass/assets/img/landing30k/nino-landing-nuova.jpg) no-repeat center top;
    background-size: cover;
  }
}

.landing-nuova .font-xl {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}
.landing-nuova .font-l {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.landing-nuova .font-xlb {
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
}

.landing-nuova #fumetto-2-text-2,
.landing-nuova #fumetto-2-text-3 {
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .landing-nuova #fumetto-2-text-3,
  .landing-nuova .font-xl {
    font-size: 40px;
    line-height: 45px;
  }

  #fumetto-2-text-2 {
    font-size: 65px;
  }

  .landing-nuova #fumetto-3 {
    top: 155px;
  }

  .landing-nuova a.btn {
    width: 350px;
    height: 60px;
    font-size: 22px;
    line-height: 30px;
  }

  .landing-nuova .font-xlb,
  .landing-nuova .font-l {
    font-size: 26px;
  }
}

@media screen and (min-width: 2400px) {
  .landing-nuova #fumetto-2-text-3,
  .landing-nuova .font-xl {
    font-size: 55px;
    line-height: 65px;
  }

  #fumetto-2-text-2 {
    font-size: 85px;
  }

  .landing-nuova #fumetto-3 {
    top: 200px;
  }

  .landing-nuova a.btn {
    width: 470px;
    height: 80px;
    font-size: 30px;
    line-height: 37px;
    border-radius: 50px;
  }

  .landing-nuova .font-l,
  .landing-nuova .font-xlb {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .landing-nuova #fumetto-2-text-3,
  .landing-nuova .font-xl {
    font-size: 22px;
    line-height: 30px;
  }

  #fumetto-2-text-2 {
    font-size: 35px;
  }

  .landing-nuova #fumetto-3 {
    right: 15px;
    top: 77px;
  }

  .landing-nuova a.btn {
    width: 255px;
    height: 50px;
    font-size: 16px;    
  }

  .landing-nuova #main-content-l {
    background-position-x: left;
  }
}
