@font-face {
  font-display: swap;
  font-family: VodafoneRegular;
  src: url("Vodafone_Rg_W.woff2")
}
@font-face {
  font-display: swap;
  font-family: VodafoneLight;
  src: url("Vodafone_Lt_W.woff2")
}
@font-face {
  font-display: swap;
  font-family: VodafoneBold;
  src: url("Vodafone_Bd_W.woff2")
}
* {
  box-sizing: border-box
}
html {
  overflow-y: scroll
}
body {
  color: #25282B;
  font-family: VodafoneRegular, sans-serif;
  box-sizing: border-box
}
h1, h2, h3, h4, h5, h6, strong {
  font-family: VodafoneBold, sans-serif;
  font-weight: normal
}
h1 {
  font-size: 28px;
  line-height: 32px
}
h1 {
  font-size: 24px;
  line-height: 28px
}
h3 {
  font-size: 18px;
  line-height: 20px
}
p {
  font-size: 14px;
  line-height: 20px
}
ul {
font-size: 14px;
}
.content {
  max-width: 990px;
  margin: 0 auto
}



.icon {
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 20px
}
.icon-big {
  background-size: 30px;
  width: 30px;
  height: 30px
}
.icon-face {
  background-image: url("")
}
.icon-community {
  background-image: url("")
}
.icon-carer {
  background-image: url("")
}
.icon-chat {
  background-image: url("")
}
.icon-bolt {
  background-image: url("")
}
.icon-business {
  background-image: url("")
}
.icon-control-panel {
  background-image: url("")
}
.icon-to-do {
  background-image: url("")
}
.icon-v-car {
  background-image: url("")
}
.icon-colour-palette {
  background-image: url("")
}
.icon-conectivity {
  background-image: url("")
}
.icon-enterprise {
  background-image: url("enterprise-system.svg")
}
.icon-superwifi {
  background-image: url("")
}
.icon-acceleration-middle {
  background-image: url("")
}
.icon-compass {
  background-image: url("")
}
.icon-deals {
  background-image: url("")
}
.icon-focus {
  background-image: url("")
}
.icon-heart {
  background-image: url("")
}
.icon-map-gps {
  background-image: url("")
}
.icon-savings {
  background-image: url("")
}
.icon-training {
  background-image: url("")
}
.icon-weight {
  background-image: url("")
}
.icon-calculator {
  background-image: url("")
}
.header {
  display: flex;
  justify-content: center
}
.header__wrapper {
  position: relative
}
.header__background {
  width: 100%;
  max-width: 990px;
  min-height: 250px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  height: auto
}
@media (min-width: 576px) {
  .header__logo {
    top: 40px;
    left: 40px
  }
}
.introduction {
  padding: 20px
}
.introduction__description, .introduction__title {
  margin-bottom: 20px
}
.introduction__pretitle {
  font-family: VodafoneBold, sans-serif;
  font-weight: normal;
  margin-bottom: 0
}
@media (min-width: 768px) {
  .introduction {
    padding: 40px
  }
  .introduction__description.w-50, .introduction__pretitle.w-50 {
    width: 50%
  }
  .introduction__description.w-75, .introduction__pretitle.w-75 {
    width: 75%
  }
}
.benefits {
  background-color: #F2F2F2;
  padding: 20px
}
.benefits__title {
  margin-bottom: 20px
}
.benefits__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px
}
.benefits__list--col {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1 1 0;
  list-style: none;
  padding: 0;
  margin: 0
}
.benefits__list--item {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  line-height: 20px
}
.benefits__list--item span {
  flex-shrink: 0
}
.benefits__tables {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px
}
.benefits__table {
  display: flex;
  flex-direction: column;
  flex: 1 1 0
}
.benefits__table--title {
  margin-bottom: 20px
}
.benefits__table--card {
  height: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}
.benefits__table--image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px
}
.benefits__table--list {
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 0
}
.benefits__anchor {
  display: inline-block;
  color: white;
  background-color: #E60000;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 8px
}
.benefits__anchor--wrapper {
  text-align: center
}
.benefits__anchor:active {
  transform: translateY(1px)
}
@media (min-width: 768px) {
  .benefits {
    padding: 40px
  }
  .benefits__list, .benefits__tables {
    flex-direction: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 0
  }
}
.together {
  display: flex;
  flex-direction: column
}
.together__image, .together__content {
  flex: 1 1 0
}
.together__image {
  background-color: #E60000
}
.together__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
  -o-object-position: center 33%;
  object-position: center 33%
}
.together__content {
  color: white;
  background: linear-gradient(90deg, #820000 0%, #E60000 100%);
  padding: 20px
}
.together__content--title {
  margin-bottom: 20px
}
.together__content--descrition {
  margin-bottom: 0
}
@media (min-width: 576px) {
  .together {
    flex-direction: row-reverse
  }
  .together__image, .together__content {
    max-width: 50%
  }
  .together__image img {
    max-height: unset
  }
  .together__content {
    padding: 40px
  }
}
.informations {
  padding: 40px 20px 20px
}
.informations__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px
}
.informations .accordion-item {
  border: none
}
.informations .accordion-button {
  font-family: VodafoneBold, sans-serif;
  font-weight: normal;
  color: #25282B;
  padding: 20px 0;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-bottom: 1px solid #BEBEBE;
  border-radius: 0;
  font-size: 18px;
  line-height: 21px
}
.informations .accordion-button.collapsed {
  border-radius: 0 !important
}
.informations .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #BEBEBE
}
.informations .accordion-button:focus {
  box-shadow: none
}
.informations .accordion-button:after {
  background-image: url("plus-system.svg");
  background-size: 30px;
  height: 30px;
  width: 30px
}
.informations .accordion-button:not(.collapsed):after {
  background-image: url("minus-system.svg")
}
.informations .accordion-button span {
  flex-shrink: 0
}
.informations .accordion-body {
  padding: 20px 0;
  color: #25282B;
  font-size: 14px
}
.informations .accordion-body .inline-anchor {
  color: #E60000
}
@media (min-width: 768px) {
  .informations {
    padding: 80px 40px 40px
  }
}
.footer {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 990px;
  color: white;
  background-color: #25282B
}
.footer__title {
  margin-bottom: 20px
}
.footer__description {
  margin-bottom: 0
}
.footer__description .inline-anchor {
  color: white
}
.footer__column--logo img {
  width: 150px;
  height: auto
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
    padding: 40px
  }
  .footer__column--logo {
    display: flex;
    align-items: flex-end
  }
}