@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.vfa_font_regular {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
.vfa_font_bold {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
.vfa_font_light {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
}
html {
  scroll-behavior: smooth;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#vfa_page {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #f2f2f2;
  color: #333;
  transition: all 0.6s;
  position: relative;
}
@media (min-width: 768px) {
  #vfa_page.vfa_top81 {
    top: -81px;
  }
}
#vfa_page * {
  box-sizing: border-box;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#vfa_page strong {
  font-weight: normal;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_page .vfa_a {
  font-weight: normal;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  color: #00b0ca;
  cursor: pointer;
  text-decoration: none;
}
#vfa_page .vfa_p {
  font-size: 20px;
  line-height: 1.4;
}
#vfa_page .vfa_page_content_gp {
  position: relative;
  top: -44px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_page_content_gp {
    top: -80px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_page_content_gp {
    top: -203px;
  }
}
#vfa_page .vfa_full_bg {
  padding: 1px 0;
}
#vfa_page .vfa_full_bg.white {
  background-color: #fff;
}
#vfa_page .vfa_bg_white {
  background-color: #fff;
}
#vfa_page .vfa_section_container {
  width: 100%;
  max-width: 1170px;
  margin: 64px auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container {
    max-width: 744px;
    margin: 56px auto;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container {
    max-width: 320px;
    margin: 40px auto;
  }
}
#vfa_page .vfa_section_container.vfa_section_container_gp {
  margin-top: -40px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container.vfa_section_container_gp {
    margin-top: -40px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container.vfa_section_container_gp {
    margin-top: -40px;
  }
}
#vfa_page .vfa_section_container.vfa_section_container_widget {
  margin-top: 0;
}
#vfa_page .vfa_section_container.vfa_section_container_widget_amd {
  margin: 0 auto 16px;
  padding: 0 !important;
  max-width: 1170px !important;
}
#vfa_page .vfa_section_container.vfa_section_container_beforeNotes {
  margin-bottom: 16px;
}
#vfa_page .vfa_section_container.vfa_section_container_notes {
  margin-top: 16px;
}
#vfa_page .vfa_section_container.vfa_section_container_full {
  max-width: none;
  padding: 0;
}
#vfa_page .vfa_section_container.vfa_section_container_green {
  margin-bottom: 24px;
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container.vfa_section_container_green {
    margin-bottom: 16px;
  }
}
#vfa_page .vfa_section_container.vfa_section_container_purple {
  margin-top: 24px;
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container.vfa_section_container_purple {
    margin-top: 16px;
  }
}
#vfa_page .vfa_section_container.vfa_section_container_noMt {
  margin-top: 0;
}
#vfa_page .vfa_section_container.vfa_section_container_noMb {
  margin-bottom: 0;
}
#vfa_page .vfa_section_container .vfa_section_h2 {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #e60000;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_section_h2 {
    font-size: 34px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container .vfa_section_h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_page .vfa_section_container .vfa_section_h2.green {
  color: #090;
}
#vfa_page .vfa_section_container .vfa_section_h2.alone {
  margin-bottom: 32px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_section_h2.alone {
    margin-bottom: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container .vfa_section_h2.alone {
    margin-bottom: 16px;
  }
}
#vfa_page .vfa_section_container .vfa_section_h2 + div:not(.vfa_section_h3) {
  margin-top: 32px;
}
#vfa_page .vfa_section_container .vfa_section_h3 {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin-bottom: 32px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_section_h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container .vfa_section_h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
#vfa_page .vfa_section_container .vfa_section_h4 {
  font-family: "Vodafone RgBd";
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  color: #e60000;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_section_h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_page .vfa_section_container .vfa_section_h5 {
  font-family: "Vodafone Lt";
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
  color: #000;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_section_h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_page .vfa_section_container .vfa_subSection_8 {
  margin-top: 8px;
}
#vfa_page .vfa_section_container .vfa_subSection_16 {
  margin-top: 16px;
}
#vfa_page .vfa_section_container .vfa_subSection_24 {
  margin-top: 24px;
}
#vfa_page .vfa_section_container .vfa_subSection_32 {
  margin-top: 32px;
}
#vfa_page .vfa_section_container .vfa_subSection_40 {
  margin-top: 40px;
}
#vfa_page .vfa_section_container .vfa_subSection_48 {
  margin-top: 48px;
}
#vfa_page .vfa_section_container .vfa_subSection {
  margin-top: 40px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container .vfa_subSection {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container .vfa_subSection {
    margin-top: 24px;
  }
}
#vfa_page .vfa_cta {
  text-align: center;
  height: 44px;
  font-size: 20px;
  line-height: 43px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 743px) {
  #vfa_page .vfa_cta {
    font-size: 18px;
    height: 40px;
    line-height: 39px;
  }
}
#vfa_page .vfa_cta.white {
  border: 1px solid #999;
  color: #333;
}
#vfa_page .vfa_cta.white:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#vfa_page .vfa_cta.solidWhite {
  color: #333;
  background-color: #fff;
}
#vfa_page .vfa_cta.solidWhite:hover {
  background-color: #ccc;
}
#vfa_page .vfa_cta.red {
  color: #fff;
  background-color: #e60000;
}
#vfa_page .vfa_cta.red:hover {
  background-color: #900;
}
#vfa_page .vfa_cta.green {
  color: #fff;
  background-color: #090;
}
#vfa_page .vfa_cta.green:hover {
  background-color: #295201;
}
#vfa_page .vfa_cta.lightGreen {
  color: #090;
  background-color: #fff;
  border: 1px solid #090;
}
#vfa_page .vfa_cta.lightGreen:hover {
  background-color: #090;
  color: #fff;
}
#vfa_page .vfa_cta.darkGrey {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}
#vfa_page .vfa_cta.darkGrey:hover {
  background-color: #fff;
  color: #333;
}
#vfa_page .vfa_cta.inactive {
  cursor: no-drop;
  background-color: #666;
  color: #333;
}
#vfa_page .vfa_cta.w230 {
  width: 230px;
}
#vfa_page .vfa_img_responsive {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1170px) {
  #vfa_page .vfa_display_desktop {
    display: block !important;
  }
}
@media screen and (max-width: 1169px) {
  #vfa_page .vfa_display_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 743px) {
  #vfa_page .vfa_display_desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1170px) {
  #vfa_page .vfa_display_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1169px) {
  #vfa_page .vfa_display_tablet {
    display: block !important;
  }
}
@media screen and (max-width: 743px) {
  #vfa_page .vfa_display_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1170px) {
  #vfa_page .vfa_display_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1169px) {
  #vfa_page .vfa_display_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 743px) {
  #vfa_page .vfa_display_mobile {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_hide_on_desktop {
    display: none !important;
  }
}
@media (max-width: 1169px) {
  #vfa_page .vfa_hide_on_tablet {
    display: none !important;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_hide_on_mobile {
    display: none !important;
  }
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_position] {
  position: relative;
  color: #00b0ca;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin-left: 4px;
  letter-spacing: 1px;
  display: inline-block;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_position]:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.1s all;
  transition: all 0.18s ease-out 0.18s;
  border: 5px solid rgba(0, 0, 0, 0);
  z-index: 11;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_position]:after {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  content: attr(vfa_tooltip_text);
  position: absolute;
  padding: 20px;
  color: #000;
  opacity: 0;
  transition: 0.1s all;
  white-space: nowrap;
  transition: all 0.18s ease-out 0.18s;
  z-index: 10;
  pointer-events: none;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_position]:hover:before,
#vfa_page [vfa_tooltip_text][vfa_tooltip_position]:hover:after {
  opacity: 1;
  pointer-events: none;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:hover:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:hover:after,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:hover:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:hover:after {
  transform: translate(-50%, 0);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="top"]:after,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="top"]:before {
  bottom: 100%;
  transform-origin: top;
  transform: translate(0, 4px);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="top"]:after {
  margin-bottom: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="top"]:before {
  border-top-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:after {
  left: 50%;
  transform: translate(-50%, 4px);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:before {
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="top"]:after {
  margin-bottom: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="bottom"]:after,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="bottom"]:before {
  top: 100%;
  transform-origin: bottom;
  transform: translate(0, 4px);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="bottom"]:after {
  margin-top: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position^="bottom"]:before {
  border-bottom-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:after {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 4px);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:before {
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="bottom"]:after {
  margin-top: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:after {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:before {
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:after {
  margin-right: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:hover:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="left"]:hover:after {
  right: 100%;
  top: 50%;
  transform: translate(4px, -50%);
  transform-origin: bottom;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:after {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:before {
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: #fff;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:after {
  margin-left: 10px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:hover:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position="right"]:hover:after {
  left: 100%;
  top: 50%;
  transform: translate(4px, -50%);
  transform-origin: bottom;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-right"]:after {
  right: 0;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-right"]:before {
  right: 5px;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-right"]:hover:after,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-right"]:hover:before,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-left"]:hover:after,
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-left"]:hover:before {
  transform: translate(0, 0);
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-left"]:after {
  left: 0;
}
#vfa_page
  [vfa_tooltip_text][vfa_tooltip_position][vfa_tooltip_position*="-left"]:before {
  left: 5px;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_size="sm"]:after {
  white-space: normal;
  width: 90px;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_size="md"]:after {
  white-space: normal;
  width: 150px;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_size="lg"]:after {
  white-space: normal;
  width: 260px;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_size="xlg"]:after {
  white-space: normal;
  width: 380px;
}
#vfa_page [vfa_tooltip_text][vfa_tooltip_size="fit"]:after {
  white-space: normal;
  width: 100%;
}
#vfa_hero {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 0;
}
#vfa_hero .swiper-container {
  height: 100%;
}
#vfa_hero .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vfa_hero .swiper-container .swiper-wrapper .swiper-slide .vfa_slide_container {
  max-width: 1170px;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container {
    max-width: 744px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container {
    max-width: 320px;
  }
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt {
  color: #fff;
  margin-top: 122px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt {
    margin-top: 122px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt {
    margin-top: 24px;
  }
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt
  .vfa_mark_h1
  .vfa_slide_h1 {
  font-family: "Vodafone Lt";
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 8px !important;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1
    br {
    display: none;
  }
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt
  .vfa_mark_h1
  .vfa_slide_h1_img {
  margin-bottom: 8px;
}
@media (min-width: 1170px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1_img {
    width: 432px;
    height: 60px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1_img {
    width: 346px;
    height: 48px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h1
    .vfa_slide_h1_img {
    width: 288px;
    height: 40px;
  }
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt
  .vfa_mark_h1
  .vfa_slide_h1_img
  img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt
  .vfa_mark_h2
  .vfa_slide_h2 {
  font-family: "Vodafone Lt";
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h2
    .vfa_slide_h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h2
    .vfa_slide_h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_mark_h2
    .vfa_slide_h2
    br {
    display: none;
  }
}
#vfa_hero
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .vfa_slide_container
  .vfa_slide_txt
  .vfa_legal {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
}
@media (min-width: 1170px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_legal {
    bottom: 124px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_legal {
    bottom: 160px;
  }
}
@media (max-width: 743px) {
  #vfa_hero
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .vfa_slide_container
    .vfa_slide_txt
    .vfa_legal {
    display: none;
  }
}
#vfa_hero .vfa_pagination_container {
  width: 100%;
  position: absolute;
  max-width: 1170px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 116px;
  z-index: 10;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero .vfa_pagination_container {
    max-width: 744px;
    bottom: 152px;
  }
}
@media (max-width: 743px) {
  #vfa_hero .vfa_pagination_container {
    max-width: 320px;
    bottom: 227px;
  }
}
#vfa_hero .vfa_pagination_container .swiper-pagination-bullet {
  width: 68px;
  height: 2px;
  border-radius: 0;
  margin-right: 30px;
  background-color: #fff;
  opacity: 0.6;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_hero .vfa_pagination_container .swiper-pagination-bullet {
    width: 40px;
    margin-right: 8px;
  }
}
@media (max-width: 743px) {
  #vfa_hero .vfa_pagination_container .swiper-pagination-bullet {
    width: 40px;
    margin-right: 8px;
  }
}
#vfa_hero .vfa_pagination_container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e60000;
}
#vfa_poster {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  display: block;
}
#vfa_poster .vfa_big_banner {
  position: relative;
  border-radius: 6px;
}
#vfa_poster .vfa_big_banner img {
  border-radius: 6px;
}
#vfa_poster .vfa_big_banner .vfa_big_banner_txt {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  align-items: flex-start;
}
@media screen and (max-width: 1169px) {
  #vfa_poster .vfa_big_banner .vfa_big_banner_txt {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_poster .vfa_big_banner .vfa_big_banner_txt {
    padding: 56px 24px;
    justify-content: flex-start;
  }
}
#vfa_poster .vfa_big_banner .vfa_big_banner_txt .vfa_big_banner_markTitle {
  background-color: rgba(230, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 8px;
  display: inline-block;
}
#vfa_poster
  .vfa_big_banner
  .vfa_big_banner_txt
  .vfa_big_banner_markTitle
  .vfa_big_banner_title {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 62px;
}
@media screen and (max-width: 1169px) {
  #vfa_poster
    .vfa_big_banner
    .vfa_big_banner_txt
    .vfa_big_banner_markTitle
    .vfa_big_banner_title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_poster
    .vfa_big_banner
    .vfa_big_banner_txt
    .vfa_big_banner_markTitle
    .vfa_big_banner_title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
}
#vfa_poster .vfa_big_banner .vfa_big_banner_txt .vfa_big_banner_markSubtitle {
  background-color: rgba(230, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
}
#vfa_poster
  .vfa_big_banner
  .vfa_big_banner_txt
  .vfa_big_banner_markSubtitle
  .vfa_big_banner_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 1169px) {
  #vfa_poster
    .vfa_big_banner
    .vfa_big_banner_txt
    .vfa_big_banner_markSubtitle
    .vfa_big_banner_subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_poster
    .vfa_big_banner
    .vfa_big_banner_txt
    .vfa_big_banner_markSubtitle
    .vfa_big_banner_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1169px) {
  #vfa_poster
    .vfa_big_banner
    .vfa_big_banner_txt
    .vfa_big_banner_markSubtitle
    .vfa_big_banner_subtitle
    br {
    display: none;
  }
}
#vfa_mixed .swiper_container_mixed {
  width: 100%;
}
#vfa_mixed .swiper_container_mixed .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
#vfa_mixed .swiper_container_mixed .vfa_mixedBoxes.swiper-wrapper {
  height: auto;
}
@media (max-width: 1169px) {
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes {
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes {
    flex-wrap: nowrap;
  }
}
#vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox.swiper-slide {
  height: auto;
}
#vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox {
    flex: calc(50% - 15px) 0 0;
    margin-bottom: 32px;
  }
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox:nth-child(odd) {
    margin-right: 15px;
  }
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox:nth-child(even) {
    margin-right: 0;
    margin-left: 15px;
  }
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox {
    flex: none;
    margin: 0;
  }
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox:nth-child(odd) {
    margin: 0;
  }
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox:nth-child(even) {
    margin: 0;
  }
  #vfa_mixed .swiper_container_mixed .vfa_mixedBoxes .vfa_mixedBox:last-child {
    margin: 0;
  }
}
#vfa_mixed
  .swiper_container_mixed
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#vfa_mixed
  .swiper_container_mixed
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed
    .swiper_container_mixed
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_mixed
  .swiper_container_mixed
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
#vfa_mixed
  .swiper_container_mixed
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#vfa_mixed_01 .swiper_container_mixed_01 {
  width: 100%;
}
#vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
#vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes.swiper-wrapper {
  height: auto;
}
@media (max-width: 1169px) {
  #vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes {
    flex: none;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes {
    flex-wrap: nowrap;
  }
}
#vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox.swiper-slide {
  height: auto;
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_mixed_01 .swiper_container_mixed_01 .vfa_mixedBoxes .vfa_mixedBox {
    flex: none;
    margin: 0;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img {
    height: 160px;
  }
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img
    img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content_txt {
  padding: 24px 32px 32px;
  position: relative;
  min-height: 312px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1169px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content_txt {
    padding: 24px;
    min-height: 256px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content_txt {
    padding: 24px 24px 32px;
    min-height: 246px;
  }
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  }
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_01
  .swiper_container_mixed_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content_txt
  .vfa_cta {
  margin-left: auto;
  margin-top: auto;
  width: 160px;
}
@media (max-width: 743px) {
  #vfa_mixed_01
    .swiper_container_mixed_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content_txt
    .vfa_cta {
    margin-top: auto;
    width: 100%;
  }
}
#vfa_mixed_02 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  #vfa_mixed_02 .vfa_mixedBoxes {
    flex-direction: column;
  }
}
#vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox {
    flex: 100% 0 0;
    margin-bottom: 32px;
    margin-right: 0;
  }
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox {
    margin-bottom: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img {
    height: 162px;
  }
}
#vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 743px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
  padding: 24px 24px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 32px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_02 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_mixed_02
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_mixed_02
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#vfa_mixed_02
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#vfa_mixed_02
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li {
  list-style-type: none;
}
#vfa_mixed_02
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li
  span {
  font-family: "Vodafone RgBd";
  margin-right: 16px;
}
#vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes {
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes {
    display: block;
  }
}
#vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-end;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1169px) {
  #vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-bottom: 24px;
  }
}
#vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_mTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  overflow-y: hidden;
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_mTag
  + .vfa_mixedBox_img
  img {
  border-radius: 0;
}
@media (max-width: 743px) {
  #vfa_page .vfa_mixed_02_tag .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img {
    height: 162px;
  }
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 743px) {
  #vfa_page
    .vfa_mixed_02_tag
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img
    img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content {
  padding: 24px 24px 32px;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_page
    .vfa_mixed_02_tag
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 32px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page
    .vfa_mixed_02_tag
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li {
  list-style-type: none;
}
#vfa_page
  .vfa_mixed_02_tag
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li
  span {
  font-family: "Vodafone RgBd";
  margin-right: 16px;
}
@media (min-width: 1170px) {
  .vfa_section_container_mixed_04 {
    overflow-x: hidden;
    max-width: 1180px !important;
    margin-bottom: 0 !important;
    padding: 0 20px 64px !important;
  }
}
@media (min-width: 1170px) {
  .vfa_section_container_mixed_04 + .vfa_section_container {
    margin-top: 0 !important;
  }
}
.vfa_section_container_mixed_04 #vfa_mixed_04 {
  position: relative;
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-next,
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1169px) {
  .vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-next,
  .vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-prev {
    display: none;
  }
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-next::after,
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-prev::after {
  content: "";
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-size: 22px 11px;
  display: inline-block;
  width: 22px;
  height: 11px;
  transform: rotate(90deg);
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-next {
  right: -18px;
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-next::after {
  transform: rotate(270deg);
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-prev {
  left: -18px;
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper-button-prev::after {
  transform: rotate(90deg);
}
.vfa_section_container_mixed_04 #vfa_mixed_04 .swiper_container_mixed_04 {
  width: 100%;
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes.swiper-wrapper {
  height: auto;
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox.swiper-slide {
  height: auto;
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  .vfa_section_container_mixed_04
    #vfa_mixed_04
    .swiper_container_mixed_04
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img
    img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  .vfa_section_container_mixed_04
    #vfa_mixed_04
    .swiper_container_mixed_04
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  .vfa_section_container_mixed_04
    #vfa_mixed_04
    .swiper_container_mixed_04
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.vfa_section_container_mixed_04
  #vfa_mixed_04
  .swiper_container_mixed_04
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#vfa_mixed_05 .swiper_container_mixed_05 {
  width: 100%;
}
#vfa_mixed_05 .swiper_container_mixed_05 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
#vfa_mixed_05 .swiper_container_mixed_05 .vfa_mixedBoxes.swiper-wrapper {
  height: auto;
}
#vfa_mixed_05 .swiper_container_mixed_05 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox.swiper-slide {
  height: auto;
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_mixed_05 .swiper_container_mixed_05 .vfa_mixedBoxes .vfa_mixedBox {
    flex: none;
    margin: 0;
  }
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_mixed_05
    .swiper_container_mixed_05
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img
    img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_05
    .swiper_container_mixed_05
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_05
    .swiper_container_mixed_05
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_mixed_05
    .swiper_container_mixed_05
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_mixed_05
  .swiper_container_mixed_05
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_05
    .swiper_container_mixed_05
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_05_1 .swiper_container_mixed_05_1 {
  width: 100%;
}
#vfa_mixed_05_1 .swiper_container_mixed_05_1 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
#vfa_mixed_05_1 .swiper_container_mixed_05_1 .vfa_mixedBoxes.swiper-wrapper {
  height: auto;
}
#vfa_mixed_05_1 .swiper_container_mixed_05_1 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox.swiper-slide {
  height: auto;
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_mixed_05_1 .swiper_container_mixed_05_1 .vfa_mixedBoxes .vfa_mixedBox {
    flex: none;
    margin: 0;
  }
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img {
  position: relative;
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  .vfa_mixedBox_img_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 16px;
  color: #fff;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.1215686275);
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_img
  img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_mixed_05_1
    .swiper_container_mixed_05_1
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_img
    img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_05_1
    .swiper_container_mixed_05_1
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_05_1
    .swiper_container_mixed_05_1
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_mixed_05_1
    .swiper_container_mixed_05_1
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_mixed_05_1
  .swiper_container_mixed_05_1
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_05_1
    .swiper_container_mixed_05_1
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_06 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 743px) {
  #vfa_mixed_06 .vfa_mixedBoxes {
    display: block;
  }
}
#vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 743px) {
  #vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 1169px) {
  #vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img {
    height: 160px;
  }
}
#vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_06 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 24px 32px;
  }
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_mixed_06
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_06
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li {
  list-style-type: none;
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li
  span {
  font-family: "Vodafone RgBd";
  margin-right: 16px;
}
#vfa_mixed_06
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_a {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #00b0ca;
  margin-top: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
#vfa_mixed_06_01 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 743px) {
  #vfa_mixed_06_01 .vfa_mixedBoxes {
    display: block;
  }
}
#vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox {
  flex: 1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 743px) {
  #vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
#vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 16px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_06_01 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 16px;
  }
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1169px) {
  #vfa_mixed_06_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_06_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_06_01
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li {
  list-style-type: none;
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li
  span {
  font-family: "Vodafone RgBd";
  margin-right: 16px;
}
#vfa_mixed_06_01
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_a {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #00b0ca;
  margin-top: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
#vfa_mixed_07 .vfa_mixedBoxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  #vfa_mixed_07 .vfa_mixedBoxes {
    display: block;
  }
}
#vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox {
  flex-basis: calc(50% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 744px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
@media (min-width: 744px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox:not(:nth-child(-n + 2)) {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1169px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img {
    height: 160px;
  }
}
#vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
  padding: 24px 40px 32px;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_mixed_07 .vfa_mixedBoxes .vfa_mixedBox .vfa_mixedBox_content {
    padding: 24px 24px 32px;
  }
}
#vfa_mixed_07
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_mixed_07
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_title {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_mixed_07
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_mixed_07
    .vfa_mixedBoxes
    .vfa_mixedBox
    .vfa_mixedBox_content
    .vfa_mixedBox_content_txt
    .vfa_mixedBox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_mixed_07
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#vfa_mixed_07
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li {
  list-style-type: none;
}
#vfa_mixed_07
  .vfa_mixedBoxes
  .vfa_mixedBox
  .vfa_mixedBox_content
  .vfa_mixedBox_content_txt
  .vfa_mixedBox_content_txt_ol
  .vfa_mixedBox_content_txt_li
  span {
  font-family: "Vodafone RgBd";
  margin-right: 16px;
}
#vfa_green {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
#vfa_green .vfa_green_number .vfa_green_number_border {
  border-radius: 6px 6px 0 0;
  height: 5px;
  background: linear-gradient(270deg, #55b100 0%, #418601 100%);
}
#vfa_green .vfa_green_number .vfa_green_number_content {
  background-color: #fff;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  #vfa_green .vfa_green_number .vfa_green_number_content {
    display: block;
  }
}
#vfa_green
  .vfa_green_number
  .vfa_green_number_content
  .vfa_green_number_content_left {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 24px;
}
#vfa_green .vfa_green_number .vfa_green_number_content .vfa_green_number_a {
  text-decoration: none;
}
#vfa_green
  .vfa_green_number
  .vfa_green_number_content
  .vfa_green_number_a
  .vfa_green_number_content_right {
  font-family: "Vodafone RgBd";
  font-size: 34px;
  color: #418601;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 743px) {
  #vfa_green
    .vfa_green_number
    .vfa_green_number_content
    .vfa_green_number_a
    .vfa_green_number_content_right {
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_green
    .vfa_green_number
    .vfa_green_number_content
    .vfa_green_number_a
    .vfa_green_number_content_right
    .vfa_green_number_content_right_txt {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #090;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
#vfa_green
  .vfa_green_number
  .vfa_green_number_content
  .vfa_green_number_a
  .vfa_green_number_content_right
  .vfa_green_number_content_right_txt
  .vfa_green_number_content_right_txt_span {
  display: none;
}
@media (max-width: 743px) {
  #vfa_green
    .vfa_green_number
    .vfa_green_number_content
    .vfa_green_number_a
    .vfa_green_number_content_right
    .vfa_green_number_content_right_txt
    .vfa_green_number_content_right_txt_span {
    display: inline-block;
  }
}
#vfa_green
  .vfa_green_number
  .vfa_green_number_content
  .vfa_green_number_a
  .vfa_green_number_content_right
  .vfa_green_number_content_right_img {
  width: 28px;
  margin-right: 8px;
  display: flex;
}
@media (max-width: 743px) {
  #vfa_green
    .vfa_green_number
    .vfa_green_number_content
    .vfa_green_number_a
    .vfa_green_number_content_right
    .vfa_green_number_content_right_img {
    display: none;
  }
}
#vfa_green
  .vfa_green_number
  .vfa_green_number_content
  .vfa_green_number_a
  .vfa_green_number_content_right
  .vfa_green_number_content_right_img
  .vfa_green_number_content_right_svg {
  width: 100%;
  height: auto;
}
#vfa_ivaPurple .vfa_discover {
  padding: 20px 32px;
  background: linear-gradient(70.49deg, #e60000 0%, #820000 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media (max-width: 743px) {
  #vfa_ivaPurple .vfa_discover {
    flex-direction: column;
    padding: 16px 16px 24px;
  }
}
#vfa_ivaPurple .vfa_discover .vfa_discover_left {
  font-size: 24px;
  line-height: 28px;
  color: #f7f7f7;
  font-family: "Vodafone RgBd";
}
@media (max-width: 743px) {
  #vfa_ivaPurple .vfa_discover .vfa_discover_left {
    margin-bottom: 16px;
  }
}
#vfa_ivaPurple .vfa_discover .vfa_discover_right .vfa_cta_big_transparent {
  width: 246px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #fff;
}
#vfa_ivaPurple
  .vfa_discover
  .vfa_discover_right
  .vfa_cta_big_transparent:hover {
  background-color: #fff;
  color: #333;
}
#vfa_widgetNotes {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_widgetNotes {
    font-size: 14px;
    line-height: 16px;
  }
}
#vfa_widgetNotes .vfa_widgetNotes_img {
  width: 16px;
  height: auto;
  vertical-align: middle;
}
#vfa_widgetNotes .vfa_widgetNotes_a {
  font-family: "Vodafone RgBd";
  color: #00b0ca;
  text-decoration: none;
}
#vfa_widgetNotes_1 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_widgetNotes_1 {
    font-size: 14px;
    line-height: 18px;
  }
}
#vfa_widgetNotes_1 .vfa_widgetNotes_img {
  width: 16px;
  height: auto;
  vertical-align: middle;
}
#vfa_widgetNotes_1 .vfa_widgetNotes_a {
  font-family: "Vodafone RgBd";
  color: #00b0ca;
  text-decoration: none;
}
#vfa_offerTable {
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1169px) {
  #vfa_offerTable {
    padding: 32px 24px;
  }
}
@media (max-width: 743px) {
  #vfa_offerTable {
    padding: 24px 16px 32px;
  }
}
#vfa_offerTable table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  color: #333;
}
#vfa_offerTable table caption {
  font-family: "Vodafone Lt";
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 1169px) {
  #vfa_offerTable table caption {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_offerTable table caption {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_offerTable table tr {
  border-bottom: 1px solid #ddd;
}
#vfa_offerTable table tr:first-child {
  border: 0;
}
#vfa_offerTable table tr:nth-child(2) td {
  padding-top: 0;
}
@media (max-width: 743px) {
  #vfa_offerTable table tr:nth-child(2) td {
    margin-top: 0;
  }
}
#vfa_offerTable table tr:last-child {
  border: 0;
}
#vfa_offerTable table tr:last-child td {
  padding-bottom: 0;
}
@media (max-width: 743px) {
  #vfa_offerTable table tr:last-child td {
    margin-bottom: 0;
  }
}
#vfa_offerTable table tr th {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
}
#vfa_offerTable table tr td {
  font-size: 20px;
  line-height: 24px;
  font-family: "Vodafone RgBd";
  padding: 24px 0;
}
@media (max-width: 1169px) {
  #vfa_offerTable table tr td {
    font-size: 18px;
    padding: 16px 0;
  }
}
@media (max-width: 743px) {
  #vfa_offerTable table tr td {
    display: block;
    padding: 0;
    margin: 16px 0;
  }
  #vfa_offerTable table tr td::before {
    content: attr(data-label);
    text-transform: uppercase;
    font-family: "Vodafone Lt";
    display: block;
    width: 100%;
  }
}
#vfa_offerCards .swiper_container_offerCards {
  width: 100%;
}
#vfa_offerCards .swiper_container_offerCards .vfa_offerCards {
  display: flex;
  justify-content: space-between;
}
#vfa_offerCards .swiper_container_offerCards .vfa_offerCards.swiper-wrapper {
  height: auto;
}
@media (max-width: 1169px) {
  #vfa_offerCards .swiper_container_offerCards .vfa_offerCards {
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  #vfa_offerCards .swiper_container_offerCards .vfa_offerCards {
    flex-wrap: nowrap;
  }
}
#vfa_offerCards .swiper_container_offerCards .vfa_offerCards .vfa_offerCard {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_offerCards .swiper_container_offerCards .vfa_offerCards .vfa_offerCard {
    flex: calc(50% - 15px) 0 0;
    margin-bottom: 32px;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:nth-child(odd) {
    margin-right: 15px;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:nth-child(even) {
    margin-right: 0;
    margin-left: 15px;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_offerCards .swiper_container_offerCards .vfa_offerCards .vfa_offerCard {
    flex: none;
    margin: 0;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:nth-child(odd) {
    margin: 0;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:nth-child(even) {
    margin: 0;
  }
  #vfa_offerCards
    .swiper_container_offerCards
    .vfa_offerCards
    .vfa_offerCard:last-child {
    margin: 0;
  }
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_head {
  padding: 16px;
  display: flex;
  align-items: center;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_l {
  flex: 45px 0 0;
  margin-right: 16px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_r {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_r
  span {
  font-family: "Vodafone Lt";
  font-size: 16px;
  line-height: 22px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_body {
  font-family: "Vodafone Lt";
  font-size: 16px;
  line-height: 22px;
  background-color: #f4f4f4;
  padding: 20px 16px 16px;
  min-height: 172px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row {
  display: flex;
  align-items: center;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row
  .vfa_offer_card_body_row_l {
  flex: 45px 0 0;
  margin-right: 16px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row
  .vfa_offer_card_body_row_l
  img {
  padding: 10px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_footer {
  padding: 8px 16px;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_footer
  .vfa_cta_big_red_card {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Vodafone Lt";
  border-radius: 6px;
  background-color: #e60000;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
#vfa_offerCards
  .swiper_container_offerCards
  .vfa_offerCards
  .vfa_offerCard
  .vfa_offer_card_footer
  .vfa_cta_big_red_card:hover {
  background-color: #900;
}
#vfa_offerCards_02 .swiper_container_offerCards_02 {
  width: 100%;
}
#vfa_offerCards_02 .swiper_container_offerCards_02 .vfa_offerCards_02 {
  display: flex;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02.swiper-wrapper {
  height: auto;
}
@media (max-width: 1169px) {
  #vfa_offerCards_02 .swiper_container_offerCards_02 .vfa_offerCards_02 {
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  #vfa_offerCards_02 .swiper_container_offerCards_02 .vfa_offerCards_02 {
    flex-wrap: nowrap;
  }
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard {
  width: 360px;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard:last-of-type {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard {
    flex: calc(50% - 15px) 0 0;
    margin-bottom: 32px;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:nth-child(odd) {
    margin-right: 15px;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:nth-child(even) {
    margin-right: 0;
    margin-left: 15px;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard {
    flex: none;
    margin: 0;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:nth-child(odd) {
    margin: 0;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:nth-child(even) {
    margin: 0;
  }
  #vfa_offerCards_02
    .swiper_container_offerCards_02
    .vfa_offerCards_02
    .vfa_offerCard:last-child {
    margin: 0;
  }
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_head {
  padding: 16px;
  display: flex;
  align-items: center;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_l {
  flex: 45px 0 0;
  margin-right: 16px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_r {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_head
  .vfa_offer_card_head_r
  span {
  font-family: "Vodafone Lt";
  font-size: 16px;
  line-height: 22px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_body {
  font-family: "Vodafone Lt";
  font-size: 16px;
  line-height: 22px;
  background-color: #f4f4f4;
  padding: 20px 16px 16px;
  min-height: 172px;
  border-radius: 0 0 6px 6px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row {
  display: flex;
  align-items: center;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row
  .vfa_offer_card_body_row_l {
  flex: 45px 0 0;
  margin-right: 16px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_body
  .vfa_offer_card_body_row
  .vfa_offer_card_body_row_l
  img {
  padding: 10px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_footer {
  padding: 8px 16px;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_footer
  .vfa_cta_big_red_card {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Vodafone Lt";
  border-radius: 6px;
  background-color: #e60000;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
#vfa_offerCards_02
  .swiper_container_offerCards_02
  .vfa_offerCards_02
  .vfa_offerCard
  .vfa_offer_card_footer
  .vfa_cta_big_red_card:hover {
  background-color: #900;
}
#vfa_showCaseWidget .vfa_showCaseWidget_content {
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  font-size: 20px;
  line-height: 28px;
  padding: 32px 40px 24px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget .vfa_showCaseWidget_content .vfa_showCaseWidget_bottom {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 24px 72px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget .vfa_showCaseWidget_content .vfa_showCaseWidget_bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
  }
}
#vfa_showCaseWidget
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  text-align: center;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_item {
    display: none;
  }
}
#vfa_showCaseWidget
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img {
  width: 48px;
  padding: 6px;
}
#vfa_showCaseWidget
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_showCaseWidget
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle
  br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle
    br {
    display: block;
  }
}
#vfa_showCaseWidget .vfa_showCaseWidget_mobileArrow {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget .vfa_showCaseWidget_mobileArrow {
    width: 40px;
    display: block;
    margin: -20px auto 0;
  }
}
#vfa_showCaseWidget .vfa_showCaseWidget_mobileArrow img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_02 .vfa_showCaseWidget_content {
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget_02 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  padding: 32px 40px 24px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_02 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_02 .vfa_showCaseWidget_content .vfa_showCaseWidget_bottom {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 72px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_02
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
  }
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 14px;
  min-width: 150px;
  border-radius: 4px;
  transition: all 0.3s;
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item:hover {
  background-color: #f2f2f2;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_02
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_item {
    display: none;
  }
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img {
  width: 48px;
  padding: 6px;
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_02
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_showCaseWidget_02
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle
  br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_02
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle
    br {
    display: block;
  }
}
#vfa_showCaseWidget_02 .vfa_showCaseWidget_mobileArrow {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_02 .vfa_showCaseWidget_mobileArrow {
    width: 40px;
    display: block;
    margin: -20px auto 0;
  }
}
#vfa_showCaseWidget_02 .vfa_showCaseWidget_mobileArrow img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_03 .vfa_showCaseWidget_03_content {
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_top {
  font-size: 20px;
  line-height: 28px;
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_03
    .vfa_showCaseWidget_03_content
    .vfa_showCaseWidget_03_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 10px 72px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_03
    .vfa_showCaseWidget_03_content
    .vfa_showCaseWidget_03_bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
  }
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 14px;
  border-radius: 6px;
  transition: all 0.3s;
  min-width: 152px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_03
    .vfa_showCaseWidget_03_content
    .vfa_showCaseWidget_03_bottom
    .vfa_showCaseWidget_03_item {
    display: none;
  }
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_item:hover {
  background-color: #f7f7f7;
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_item
  .vfa_showCaseWidget_03_img {
  width: 48px;
  padding: 6px;
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_item
  .vfa_showCaseWidget_03_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_03
    .vfa_showCaseWidget_03_content
    .vfa_showCaseWidget_03_bottom
    .vfa_showCaseWidget_03_mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_showCaseWidget_03
  .vfa_showCaseWidget_03_content
  .vfa_showCaseWidget_03_bottom
  .vfa_showCaseWidget_03_mobileTitle
  br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_03
    .vfa_showCaseWidget_03_content
    .vfa_showCaseWidget_03_bottom
    .vfa_showCaseWidget_03_mobileTitle
    br {
    display: block;
  }
}
#vfa_showCaseWidget_03 .vfa_showCaseWidget_03_mobileArrow {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_03 .vfa_showCaseWidget_03_mobileArrow {
    width: 40px;
    display: block;
    margin: -20px auto 0;
  }
}
#vfa_showCaseWidget_03 .vfa_showCaseWidget_03_mobileArrow img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_page .vfa_sCw_03_01 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_page .vfa_sCw_03_01__content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_page .vfa_sCw_03_01__content__top {
  padding: 32px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__top {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw_03_01__content__top {
    display: block;
  }
}
#vfa_page .vfa_sCw_03_01__content__top__left {
  border-radius: 6px;
  max-width: 710px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__top__left {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page .vfa_sCw_03_01__content__top__left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__top__left__p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw_03_01__content__top__left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_page .vfa_sCw_03_01__content__top__right {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw_03_01__content__top__right {
    margin-top: 24px;
  }
}
#vfa_page .vfa_sCw_03_01__content__top__right .vfa_cta {
  display: block;
  width: 260px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__top__right .vfa_cta {
    width: 248px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw_03_01__content__top__right .vfa_cta {
    width: 100%;
  }
}
#vfa_page .vfa_sCw_03_01__content__bottom {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 10px 72px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
    border-top: 1px solid #ebebeb;
  }
}
#vfa_page .vfa_sCw_03_01__content__bottom__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 14px;
  border-radius: 6px;
  transition: all 0.3s;
  min-width: 152px;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__bottom__item {
    display: none;
  }
}
#vfa_page .vfa_sCw_03_01__content__bottom__item:hover {
  background-color: #f7f7f7;
}
#vfa_page .vfa_sCw_03_01__content__bottom__item__img {
  width: 48px;
  padding: 6px;
}
#vfa_page .vfa_sCw_03_01__content__bottom__item__img img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_page .vfa_sCw_03_01__content__bottom__mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__content__bottom__mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_page .vfa_sCw_03_01__content__bottom__mobileTitle br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw_03_01__content__bottom__mobileTitle br {
    display: block;
  }
}
#vfa_page .vfa_sCw_03_01__mobileArrow {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_sCw_03_01__mobileArrow {
    width: 40px;
    display: block;
    margin: -20px auto 0;
  }
}
#vfa_page .vfa_sCw_03_01__mobileArrow img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_04 .vfa_showCaseWidget_content {
  font-size: 20px;
  line-height: 28px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget_04 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 6px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_04 .vfa_showCaseWidget_content .vfa_showCaseWidget_bottom {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 24px 72px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
  }
}
#vfa_showCaseWidget_04
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_item {
    display: none;
  }
}
#vfa_showCaseWidget_04
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img {
  width: 48px;
  padding: 6px;
}
#vfa_showCaseWidget_04
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_04
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_showCaseWidget_04
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle
  br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_04
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle
    br {
    display: block;
  }
}
#vfa_showCaseWidget_04 .vfa_showCaseWidget_mobileArrow {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04 .vfa_showCaseWidget_mobileArrow {
    width: 40px;
    display: block;
    margin: -20px auto 0;
  }
}
#vfa_showCaseWidget_04 .vfa_showCaseWidget_mobileArrow img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_04_1 .vfa_showCaseWidget_04_1_mTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  width: 555px;
  overflow-y: hidden;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1 .vfa_showCaseWidget_04_1_mTag {
    width: 100%;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_04_1 .vfa_showCaseWidget_04_1_mTag {
    font-size: 16px;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_04_1_mTag
  + .vfa_showCaseWidget_content {
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_04_1_mTag
    + .vfa_showCaseWidget_content {
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_04_1_mTag
  + .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top {
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_04_1_mTag
    + .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top {
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_04_1 .vfa_showCaseWidget_content {
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget_04_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 6px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 24px 72px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom {
    background-color: #fff;
    justify-content: center;
    padding: 16px 24px 24px;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_item {
    display: none;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img {
  width: 48px;
  padding: 6px;
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_item
  .vfa_showCaseWidget_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle {
  display: none;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Vodafone Lt";
    text-align: center;
  }
}
#vfa_showCaseWidget_04_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_showCaseWidget_mobileTitle
  br {
  display: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_04_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_showCaseWidget_mobileTitle
    br {
    display: block;
  }
}
#vfa_showCaseWidget_05 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_05 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_showCaseWidget_05 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  font-size: 20px;
  line-height: 28px;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 6px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_05 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_05
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_top__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_showCaseWidget_05
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_top__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_05
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_top__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_showCaseWidget_05
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_top__p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_05
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_top__p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_showCaseWidget_05
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_top__download {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  color: #00b0ca;
  margin-top: 16px;
  display: block;
  text-decoration: none;
}
#vfa_showCaseWidget_05
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_top__download
  img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-left: 4px;
}
#vfa_showCaseWidget_05
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_top__remember {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  margin-top: 32px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_05
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_top__remember {
    margin-top: 16px;
  }
}
#vfa_showCaseWidget_07 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07 .vfa_showCaseWidget_07_mTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffd328;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  overflow-y: hidden;
  letter-spacing: 1px;
  padding: 0 4px;
}
@media (min-width: 1170px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_07_mTag {
    width: 555px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_07_mTag {
    min-width: 50%;
    display: inline-flex;
    justify-content: center;
  }
}
#vfa_showCaseWidget_07
  .vfa_showCaseWidget_07_mTag
  + .vfa_showCaseWidget_content {
  border-radius: 0 6px 6px 6px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_07_mTag
    + .vfa_showCaseWidget_content {
    border-radius: 0 6px 6px 6px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_07_mTag
    + .vfa_showCaseWidget_content {
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_07
  .vfa_showCaseWidget_07_mTag
  + .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top {
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_07_mTag
    + .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top {
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_07 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_content {
    padding: 24px;
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_content {
    padding: 24px 24px 32px;
  }
}
#vfa_showCaseWidget_07 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
  border-radius: 6px;
  max-width: 710px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
#vfa_showCaseWidget_07
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_07
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_showCaseWidget_07 .vfa_showCaseWidget_content .vfa_showCaseWidget_right {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07 .vfa_showCaseWidget_content .vfa_showCaseWidget_right {
    align-self: flex-end;
  }
}
#vfa_showCaseWidget_07
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_right
  .vfa_cta {
  display: block;
  width: 260px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right
    .vfa_cta {
    width: 248px;
  }
}
#vfa_page .vfa_sCw070 {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070 {
    padding: 32px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_sCw070 {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070 {
    padding: 24px 24px 32px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#vfa_page .vfa_sCw070__item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
@media (min-width: 744px) {
  #vfa_page .vfa_sCw070__item:not(:first-child) {
    padding-top: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item:not(:first-child) {
    padding-top: 16px;
  }
}
@media (min-width: 744px) {
  #vfa_page .vfa_sCw070__item:not(:last-child) {
    padding-bottom: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item:not(:last-child) {
    padding-bottom: 24px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070__item__l {
    flex: 0 0 710px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070__item__r {
    flex: 0 0 260px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_sCw070__item__r {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item__r {
    margin-top: 16px;
  }
}
#vfa_page .vfa_sCw070__item__bigT {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070__item__bigT {
    font-size: 28px;
    line-height: 1.21;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_sCw070__item__bigT {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item__bigT {
    font-size: 20px;
    line-height: 1.4;
  }
}
#vfa_page .vfa_sCw070__item__bigT + .vfa_sCw070__item__p {
  margin-top: 8px;
}
#vfa_page .vfa_sCw070__item__smallT {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
@media (min-width: 744px) {
  #vfa_page .vfa_sCw070__item__smallT {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item__smallT {
    font-size: 18px;
    line-height: 1.33;
  }
}
#vfa_page .vfa_sCw070__item__smallT + .vfa_sCw070__item__p {
  margin-top: 8px;
}
@media (min-width: 744px) {
  #vfa_page .vfa_sCw070__item__p {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070__item__p {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_sCw070 .vfa_cta {
    display: block;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_sCw070 .vfa_cta {
    display: inline-block;
    min-width: 260px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_sCw070 .vfa_cta {
    display: block;
  }
}
#vfa_showCaseWidget_07_1 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07_1 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 40px;
  background-color: #fff;
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_1 .vfa_showCaseWidget_content {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_1 .vfa_showCaseWidget_content {
    display: block;
    padding: 24px 16px 32px;
  }
}
#vfa_showCaseWidget_07_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
  border-radius: 6px;
  margin-right: 30px;
  flex-basis: 520px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#vfa_showCaseWidget_07_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_07_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_showCaseWidget_07_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_right {
  padding-top: 42px;
  flex: 1;
  min-height: 260px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right {
    padding-top: 38px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right {
    padding-top: 0;
    min-height: auto;
    height: 220px;
  }
}
#vfa_showCaseWidget_07_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_right
  .vfa_showCaseWidget_iframe {
  width: 100%;
  height: 100%;
}
#vfa_showCaseWidget_07_2 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07_2 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_2 .vfa_showCaseWidget_content {
    display: block;
  }
}
#vfa_showCaseWidget_07_2 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
  border-radius: 6px;
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
  }
}
#vfa_showCaseWidget_07_2
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_07_2
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_showCaseWidget_07_2 .vfa_showCaseWidget_content .vfa_showCaseWidget_right {
  flex-shrink: 0;
  flex-grow: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 6px 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right {
    align-self: flex-end;
    position: static;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right {
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_07_2
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_right
  img {
  width: 458px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 6px 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right
    img {
    width: 342px;
    height: 150px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_2
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right
    img {
    width: 100%;
    height: auto;
    border-radius: 0 0 6px 6px;
  }
}
#vfa_showCaseWidget_07_3 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07_3 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_3 .vfa_showCaseWidget_content {
    display: block;
  }
}
#vfa_showCaseWidget_07_3 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
  border-radius: 6px;
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_3
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 24px 32px;
  }
}
#vfa_showCaseWidget_07_3
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_3
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_3
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_07_3
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_3
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_3
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_showCaseWidget_07_3
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  a {
  color: #00b0ca;
  text-decoration: none;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07_4 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_07_4 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_4 .vfa_showCaseWidget_content {
    padding: 24px;
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_4 .vfa_showCaseWidget_content {
    padding: 24px 24px 32px;
  }
}
#vfa_showCaseWidget_07_4 .vfa_showCaseWidget_content .vfa_showCaseWidget_left {
  border-radius: 6px;
  max-width: 710px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
#vfa_showCaseWidget_07_4
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_07_4
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_showCaseWidget_07_4 .vfa_showCaseWidget_content .vfa_showCaseWidget_right {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right {
    align-self: flex-end;
  }
}
#vfa_showCaseWidget_07_4
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_right
  .vfa_cta {
  display: block;
  width: 260px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_07_4
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_right
    .vfa_cta {
    width: 248px;
  }
}
#vfa_showCaseWidget_07_4
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_right__call {
  text-decoration: none;
  margin-top: 16px;
  display: block;
  text-align: center;
  color: #333;
  font-size: 18px;
}
#vfa_showCaseWidget_08 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_08 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#vfa_showCaseWidget_08 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  border-bottom: 4px solid #f4f4f4;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    padding: 24px;
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    padding: 24px 24px 32px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left {
  border-radius: 6px;
  max-width: 808px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_right {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_right {
    align-self: flex-end;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_right
  .vfa_cta {
  display: block;
  width: 220px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_right
    .vfa_cta {
    width: 248px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_st_container_xt
  .vfa_st_xt {
  padding: 0 40px;
  overflow: hidden;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_st_container_xt
    .vfa_st_xt {
    padding: 0 24px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_st_container_xt
    .vfa_st_xt {
    padding: 0 16px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_st_container_xt
  .vfa_st_xt
  .vfa_stlinks_xt {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  line-height: 52px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 0 30px;
  height: 52px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom
    .vfa_st_container_xt
    .vfa_st_xt
    .vfa_stlinks_xt {
    padding: 0 8px;
    font-size: 15px;
  }
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_st_container_xt
  .vfa_st_xt
  .vfa_stlinks_xt:hover {
  border-bottom: 3px solid #e60000;
}
#vfa_showCaseWidget_08
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom
  .vfa_st_container_xt
  .vfa_st_xt
  .vfa_stlinks_xt.vfa_stlinks_xt_active {
  border-bottom: 3px solid #e60000;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_08_1 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_showCaseWidget_08_1 .vfa_showCaseWidget_content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#vfa_showCaseWidget_08_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  border-bottom: 4px solid #f4f4f4;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08_1 .vfa_showCaseWidget_content .vfa_showCaseWidget_top {
    padding: 24px;
    flex-direction: column;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left {
  border-radius: 6px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_top
  .vfa_showCaseWidget_left
  .vfa_showCaseWidget_left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_top
    .vfa_showCaseWidget_left
    .vfa_showCaseWidget_left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom__tabs {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0 32px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom__tabs {
    padding: 0 24px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom__tabs {
    padding: 0 16px;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom__tabs
  li {
  font-family: "Vodafone Rg";
  font-size: 20px;
  min-width: 184px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.1s;
  list-style: none;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_08_1
    .vfa_showCaseWidget_content
    .vfa_showCaseWidget_bottom__tabs
    li {
    width: 50%;
    font-family: "Vodafone Rg";
    font-size: 20px;
    min-width: auto;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s;
    list-style: none;
  }
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom__tabs
  li:active,
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom__tabs
  li:focus {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_showCaseWidget_08_1
  .vfa_showCaseWidget_content
  .vfa_showCaseWidget_bottom__tabs
  li.active {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_page .vfa_scw082 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_page .vfa_scw082__content {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#vfa_page .vfa_scw082__content__top {
  border-bottom: 4px solid #f4f4f4;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_scw082__content__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 40px;
  }
}
@media (max-width: 1169px) {
  #vfa_page .vfa_scw082__content__top {
    padding: 24px;
    flex-direction: column;
  }
}
#vfa_page .vfa_scw082__content__top__left__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_scw082__content__top__left__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_scw082__content__top__left__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__top__left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_page .vfa_scw082__content__top__left__p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__top__left__p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_scw082__content__top__right {
    flex: 0 0 220px;
    margin-left: 20px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_scw082__content__top__right {
    display: flex;
    margin-top: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__top__right {
    margin-top: 16px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_scw082__content__top__right .vfa_cta {
    display: block;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_scw082__content__top__right .vfa_cta {
    flex: 0 0 220px;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__top__right .vfa_cta {
    display: block;
  }
}
#vfa_page .vfa_scw082__content__bottom__tabs {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_scw082__content__bottom__tabs {
    padding: 0 32px;
  }
}
@media (max-width: 1169px) {
  #vfa_page .vfa_scw082__content__bottom__tabs {
    padding: 0 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__bottom__tabs {
    padding: 0 16px;
  }
}
#vfa_page .vfa_scw082__content__bottom__tabs li {
  font-family: "Vodafone Rg";
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.1s;
  list-style: none;
}
@media (min-width: 744px) {
  #vfa_page .vfa_scw082__content__bottom__tabs li {
    font-size: 20px;
    min-width: 184px;
    padding: 0 20px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_scw082__content__bottom__tabs li {
    width: 50%;
    font-size: 15px;
    padding: 0;
  }
}
#vfa_page .vfa_scw082__content__bottom__tabs li:active,
#vfa_page .vfa_scw082__content__bottom__tabs li:focus {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_page .vfa_scw082__content__bottom__tabs li.active {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content {
    display: block;
    padding: 0 24px;
  }
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item {
  text-align: center;
  flex: 1;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item {
    text-align: left;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item {
    padding: 16px 0;
  }
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item:first-child {
    padding-top: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item:last-child {
    padding-bottom: 24px;
  }
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_title {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_title {
    font-size: 16px;
    line-height: 18px;
  }
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_subTitle {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000;
}
@media (max-width: 1169px) {
  #vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_subTitle {
    font-size: 28px;
    line-height: 32px;
  }
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_subTitle span {
  font-size: 20px;
}
#vfa_showCaseWidget_09 .vfa_showCaseWidget_content_item_subTitle span sup {
  font-size: 14px;
  margin-left: 4px;
}
#vfa_showCaseWidget_09 + .vfa_subSection_16 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_09 + .vfa_subSection_16 {
    font-size: 16px;
    line-height: 18px;
  }
}
#vfa_showCaseWidget_10 .vfa_showCaseWidget_content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 24px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_showCaseWidget_10 .vfa_showCaseWidget_content {
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_10 .vfa_showCaseWidget_content {
    display: block;
    padding: 24px;
  }
}
#vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item {
  flex: 1;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item:nth-child(n + 3) {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item:nth-child(n + 2) {
    margin-top: 24px;
  }
}
#vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item_title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 4px;
}
#vfa_showCaseWidget_10 .vfa_showCaseWidget_content_item_subTitle {
  font-size: 18px;
  line-height: 24px;
}
#vfa_showCaseWidget_10 + .vfa_subSection_16 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_showCaseWidget_10 + .vfa_subSection_16 {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_showCaseWidget_10 + .vfa_subSection_16 + .vfa_subSection_8 {
  font-size: 14px;
  line-height: 18px;
}
#vfa_page .sCw11 {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1170px) {
  #vfa_page .sCw11 {
    padding: 32px 40px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .sCw11 {
    padding: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .sCw11 {
    padding: 24px 16px;
  }
}
@media (min-width: 744px) {
  #vfa_page .sCw11__top {
    margin-bottom: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .sCw11__top {
    margin-bottom: 16px;
  }
}
#vfa_page .sCw11__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
@media (min-width: 1170px) {
  #vfa_page .sCw11__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1169px) {
  #vfa_page .sCw11__title {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_page .sCw11__row {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 744px) {
  #vfa_page .sCw11__row {
    display: flex;
  }
}
#vfa_page .sCw11__row:not(:first-child) {
  border-top: 1px solid #ddd;
}
@media (min-width: 744px) {
  #vfa_page .sCw11__row:not(:first-child) {
    padding-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .sCw11__row:not(:first-child) {
    padding-top: 24px;
  }
}
@media (min-width: 744px) {
  #vfa_page .sCw11__row:not(:last-child) {
    padding-bottom: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .sCw11__row:not(:last-child) {
    padding-bottom: 24px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .sCw11__row__item {
    flex-basis: 390px;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .sCw11__row__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_page .sCw11__row__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
#vfa_page .sCw11__row__span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
#vfa_page .sCw11__row__title + .sCw11__row__p {
  margin-top: 8px;
}
#vfa_page .sCw11__row__p + .sCw11__row__p {
  margin-top: 16px;
}
.vfa_imgTxt_1_mTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  height: 30px;
  line-height: 30px;
  background-color: #ffd328;
  font-size: 14px;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
  padding: 0 8px;
}
@media (min-width: 1170px) {
  .vfa_imgTxt_1_mTag {
    width: 554px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_imgTxt_1_mTag {
    display: inline-block;
    min-width: 50%;
  }
}
@media (min-width: 744px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 {
    border-radius: 0 6px 6px 6px;
  }
}
@media (max-width: 743px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 {
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 1170px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox {
    border-radius: 0 0 0 6px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox {
    border-radius: 0 6px 0 0;
  }
}
@media (max-width: 743px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox {
    border-radius: 0;
  }
}
@media (min-width: 1170px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox img {
    border-radius: 0 0 0 6px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox img {
    border-radius: 0 6px 0 0;
  }
}
@media (max-width: 743px) {
  .vfa_imgTxt_1_mTag + #vfa_imgTxt_1 .vfa_imgTxt_imgBox img {
    border-radius: 0;
  }
}
#vfa_imgTxt_1 {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 {
    flex-direction: column;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_imgBox {
  flex: 554px 0 0;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_imgBox {
    flex: 1;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_imgBox img {
    border-radius: 6px 6px 0 0;
    height: auto;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_imgBox_imgAbs {
  position: absolute;
  width: 210px;
  height: 35px;
  bottom: 24px;
  right: 24px;
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_imgBox_imgAbs {
    width: 100px;
    height: 24px;
    bottom: 12px;
    right: 12px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_imgBox_imgAbs img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox {
  flex: 1;
  padding: 32px 40px 40px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox {
    padding: 24px 24px 32px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 + .vfa_imgTxt_h3 {
  margin-top: 8px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 + .vfa_imgTxt_h3 {
    margin-top: 4px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 + .vfa_imgTxt_p {
  margin-top: 16px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2 + .vfa_imgTxt_p {
    margin-top: 8px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h3 {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h3 {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h3 span {
  font-family: "Vodafone RgBd";
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h3 + .vfa_imgTxt_p {
  margin-top: 16px;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_p + .vfa_imgTxt_p {
  margin-top: 16px;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox img.vfa_imgTxt_img {
  width: 360px;
  height: auto;
  display: block;
  margin-top: 24px;
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox img.vfa_imgTxt_img {
    width: 100%;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_ol {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  list-style-type: none;
  margin-top: 16px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_ol {
    margin-bottom: 24px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_ol .vfa_imgTxt_li span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  margin-right: 16px;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta {
  display: block;
  text-align: center;
  min-width: 180px;
  height: 44px;
  font-size: 20px;
  line-height: 43px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s;
  margin-left: auto;
  margin-top: auto;
  padding: 0 20px;
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta {
    min-width: 192px;
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta {
    min-width: auto;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta.white {
  border: 1px solid #333;
  color: #333;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta.white:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta.red {
  color: #fff;
  background-color: #e60000;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_cta.red:hover {
  background-color: #900;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2img {
  width: 240px;
  height: 32px;
}
#vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}
@media (min-width: 1170px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2img + .vfa_imgTxt_p {
    margin-top: 24px;
  }
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_txtBox .vfa_imgTxt_h2img + .vfa_imgTxt_p {
    margin-top: 16px;
  }
}
#vfa_imgTxt_1 .vfa_imgTxt_ctaBox {
  display: flex;
  margin-top: auto;
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox {
    flex-wrap: wrap;
  }
}
@media (max-width: 1169px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox {
    margin-top: 16px;
  }
}
@media (min-width: 744px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox .vfa_cta {
    flex: 1;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox .vfa_cta {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 744px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox .vfa_cta:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_imgTxt_1 .vfa_imgTxt_ctaBox .vfa_cta:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1170px) {
  #vfa_imgTxt_1.vfa_smartPay .vfa_imgTxt_txtBox .vfa_imgTxt_p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1170px) {
  .vfa_section_container_imgTxtCarousel {
    overflow-x: hidden;
    max-width: 1180px !important;
    margin-bottom: 0 !important;
    padding: 0 20px 64px !important;
  }
}
@media (min-width: 1170px) {
  .vfa_section_container_imgTxtCarousel + .vfa_section_container {
    margin-top: 0 !important;
  }
}
.vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel {
  position: relative;
}
.vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel .swiper-button-next,
.vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel .swiper-button-next,
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper-button-prev {
    display: none;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper-button-next::after,
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper-button-prev::after {
  content: "";
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-size: 22px 11px;
  display: inline-block;
  width: 22px;
  height: 11px;
  transform: rotate(90deg);
}
.vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel .swiper-button-next {
  right: -18px;
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper-button-next::after {
  transform: rotate(270deg);
}
.vfa_section_container_imgTxtCarousel #vfa_imgTxtCarousel .swiper-button-prev {
  left: -18px;
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper-button-prev::after {
  transform: rotate(90deg);
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel {
  width: 100%;
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper {
  height: auto;
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt {
  display: flex;
  background-color: #fff;
  border-radius: 6px;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt.swiper-slide-active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt.swiper-slide {
  height: auto;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt {
    flex-direction: column;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt
  .vfa_imgTxt_imgBox {
  flex: 554px 0 0;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_imgBox {
    flex: 1;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt
  .vfa_imgTxt_imgBox
  img {
  width: 100%;
  height: auto;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_imgBox
    img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt
  .vfa_imgTxt_txtBox {
  flex: 1;
  padding: 32px 40px 32px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_txtBox {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 743px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_txtBox {
    padding: 24px 16px 32px;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt
  .vfa_imgTxt_txtBox
  .vfa_imgTxt_h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 1169px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_txtBox
    .vfa_imgTxt_h2 {
    font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 743px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_txtBox
    .vfa_imgTxt_h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.vfa_section_container_imgTxtCarousel
  #vfa_imgTxtCarousel
  .swiper_container_imgTxtCarousel
  .swiper-wrapper
  .vfa_imgTxt
  .vfa_imgTxt_txtBox
  .vfa_imgTxt_p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  .vfa_section_container_imgTxtCarousel
    #vfa_imgTxtCarousel
    .swiper_container_imgTxtCarousel
    .swiper-wrapper
    .vfa_imgTxt
    .vfa_imgTxt_txtBox
    .vfa_imgTxt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page .imgTxtRed {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background: linear-gradient(90deg, #990000 0%, #b00000 56.02%, #b00000 100%);
  color: #fff;
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed {
    flex-wrap: wrap;
  }
}
#vfa_page .imgTxtRed__imgBox {
  flex: 554px 0 0;
}
@media (max-width: 1169px) {
  #vfa_page .imgTxtRed__imgBox {
    flex: 342px 0 0;
  }
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__imgBox {
    flex: 100% 0 0;
  }
}
#vfa_page .imgTxtRed__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_page .imgTxtRed__imgBox img {
    border-radius: 6px 6px 0 0;
    height: auto;
  }
}
@media (min-width: 1170px) {
  #vfa_page .imgTxtRed__imgBox + .imgTxtRed__txtBox {
    padding: 32px 40px 40px 32px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .imgTxtRed__imgBox + .imgTxtRed__txtBox {
    padding: 40px 32px;
  }
}
#vfa_page .imgTxtRed__txtBox {
  flex: 1;
  padding: 32px 40px 40px 97px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1169px) {
  #vfa_page .imgTxtRed__txtBox {
    padding: 40px 30px 40px 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__txtBox {
    padding: 24px 24px 32px;
    order: 2;
  }
}
#vfa_page .imgTxtRed__txtBox__h2 {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_page .imgTxtRed__txtBox__h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__txtBox__h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
#vfa_page .imgTxtRed__txtBox__h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (max-width: 1169px) {
  #vfa_page .imgTxtRed__txtBox__h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__txtBox__h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_page .imgTxtRed__txtBox__h3 span {
  font-family: "Vodafone RgBd";
}
#vfa_page .imgTxtRed__txtBox__p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__txtBox__p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page .imgTxtRed__txtBox .vfa_cta {
  min-width: 220px;
  margin-top: 24px;
  align-self: flex-start;
  line-height: 44px;
}
@media (max-width: 743px) {
  #vfa_page .imgTxtRed__txtBox .vfa_cta {
    min-width: 100%;
    line-height: 41px;
  }
}
#vfa_storeBanner {
  display: flex;
  flex-direction: column;
}
#vfa_storeBanner.noTag {
  border-radius: 6px;
}
#vfa_storeBanner.noTag .vfa_storeBanner__content {
  border-radius: 6px;
}
#vfa_storeBanner.noTag .vfa_storeBanner__content .vfa_storeBanner__img {
  border-radius: 6px 6px 0 0;
}
#vfa_storeBanner.noTag .vfa_storeBanner__content .vfa_storeBanner__img img {
  border-radius: 6px 6px 0 0;
}
#vfa_storeBanner .vfa_storeBanner__mt {
  align-self: flex-start;
  min-width: 555px;
  text-align: center;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  background-color: #ffd328;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 1169px) {
  #vfa_storeBanner .vfa_storeBanner__mt {
    width: 100%;
    min-width: auto;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_storeBanner .vfa_storeBanner__content {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__img {
  border-radius: 0 6px 0 0;
}
@media (max-width: 1169px) {
  #vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__img {
    border-radius: 0;
  }
}
#vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__img img {
  border-radius: 0 6px 0 0;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  #vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__img img {
    border-radius: 0;
  }
}
#vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__bottom {
  font-family: "Vodafone Rg";
  padding: 32px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__bottom {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner .vfa_storeBanner__content .vfa_storeBanner__bottom {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l {
    margin-bottom: 24px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__l
  .vfa_storeBanner__bottom___title {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom___title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom___title {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__l
  .vfa_storeBanner__bottom___title
  + .vfa_storeBanner__bottom__subtitle {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom___title
    + .vfa_storeBanner__bottom__subtitle {
    margin-top: 8px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__l
  .vfa_storeBanner__bottom__subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom__subtitle {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom__subtitle {
    font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__l
  .vfa_storeBanner__bottom__subtitle
  span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__l
  .vfa_storeBanner__bottom__subtitle
  + .vfa_storeBanner__bottom__p {
  margin-top: 16px;
}
@media (min-width: 1170px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom__p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom__p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__l
    .vfa_storeBanner__bottom__p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r {
  display: flex;
  margin-left: 30px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r {
    flex-direction: column;
    margin-left: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r {
    width: 100%;
    margin-left: 0;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_cta {
  min-width: 222px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_cta {
    min-width: 214px;
  }
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_cta {
    min-width: 100%;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_cta:first-child {
  margin-right: 16px;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_cta:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_cta:last-child {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_cta:last-child {
    margin-bottom: 0;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_storeBanner__bottom__img {
  max-width: 340px;
  max-height: 60px;
  overflow: hidden;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_storeBanner__bottom__img {
    margin-left: 24px;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_storeBanner__bottom__img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_storeBanner__bottom__imgQr {
  width: 142px;
}
@media (max-width: 743px) {
  #vfa_storeBanner
    .vfa_storeBanner__content
    .vfa_storeBanner__bottom
    .vfa_storeBanner__bottom__r
    .vfa_storeBanner__bottom__imgQr {
    width: 50%;
  }
}
#vfa_storeBanner
  .vfa_storeBanner__content
  .vfa_storeBanner__bottom
  .vfa_storeBanner__bottom__r
  .vfa_storeBanner__bottom__imgQr
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_sp_banner_01 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_01 {
    flex-direction: column;
  }
}
#vfa_sp_banner_01 .vfa_sp_banner_01_l {
  flex: 555px 0 0;
  width: 555px;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_l {
    width: 100%;
    flex: 1;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_01 .vfa_sp_banner_01_l img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_l img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_01 .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_r {
    padding: 24px 40px 32px 24px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px 24px 32px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_r .vfa_sp_banner_01_r_text {
    margin-bottom: 24px;
  }
}
#vfa_sp_banner_01
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_01
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_01
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_01
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_01 .vfa_sp_banner_01_r .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_02 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 {
    flex-direction: column;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_l {
  flex: 555px 0 0;
  width: 555px;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_l {
    flex: 1;
    border-radius: 6px 6px 0 0;
    width: 100%;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_l img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_l img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_r {
  flex: 1;
  display: flex;
  padding: 24px 32px 32px;
  flex-direction: column;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px 40px 32px 24px;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r {
    padding: 24px 24px 32px 24px;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_subtitle {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_subtitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_cta {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 38px;
  width: 160px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  background-color: #fc0001;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  align-self: flex-end;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_cta {
    margin-left: auto;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_cta {
    width: 100%;
  }
}
#vfa_sp_banner_02 .vfa_sp_banner_02_r .vfa_sp_banner_02_r_cta:hover {
  background-color: #900;
}
#vfa_sp_banner_03 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_03 {
    flex-direction: column;
  }
}
#vfa_sp_banner_03 .vfa_sp_banner_01_column {
  width: calc(50% - 15px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column {
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
  }
  #vfa_sp_banner_03 .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column {
    margin-bottom: 24px;
  }
}
#vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    width: 100%;
    flex: 1;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px 24px 32px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text {
    margin-bottom: 24px;
  }
}
#vfa_sp_banner_03
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_03
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
  width: 160px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_03 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_04 {
    flex-wrap: wrap;
  }
}
#vfa_sp_banner_04 .vfa_sp_banner_01_column {
  width: calc(33.3333333333% - 20px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column {
    flex-direction: column;
    width: calc(50% - 15px);
    margin-bottom: 32px;
  }
  #vfa_sp_banner_04 .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column {
    margin-bottom: 24px;
    width: 100%;
  }
}
#vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    width: 100%;
    flex: 1;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 32px;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px 24px 32px;
    align-items: flex-start;
  }
}
#vfa_sp_banner_04
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text {
  margin-bottom: 24px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text {
    margin-bottom: 24px;
  }
}
#vfa_sp_banner_04
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_04
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
  width: 160px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_04 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_05 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05 {
    flex-direction: column;
  }
}
#vfa_sp_banner_05 .vfa_sp_banner_01_column {
  width: calc(50% - 15px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column {
    width: 100%;
    margin-bottom: 32px;
  }
  #vfa_sp_banner_05 .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column {
    margin-bottom: 24px;
    width: 100%;
  }
}
#vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    height: 160px;
  }
}
#vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
}
#vfa_sp_banner_05
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__preTitle {
  text-transform: uppercase;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_sp_banner_05
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main {
    flex-direction: column;
  }
}
#vfa_sp_banner_05
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-right: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_05
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_05
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
  margin-left: auto;
  margin-top: auto;
  padding: 0 40px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05 .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_05_b {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05_b {
    flex-direction: column;
  }
}
#vfa_sp_banner_05_b .vfa_sp_banner_01_column {
  width: calc(50% - 15px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column {
    width: 100%;
    margin-bottom: 32px;
  }
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column {
    margin-bottom: 24px;
    width: 100%;
  }
}
#vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l {
    height: 160px;
  }
}
#vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_l img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 24px 32px 32px;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__preTitle {
  text-transform: uppercase;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main {
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main {
    flex-direction: column;
  }
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle
  span {
  font-size: 48px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle
    span {
    font-size: 28px;
  }
}
#vfa_sp_banner_05_b
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
  margin-left: auto;
  margin-top: auto;
  padding: 0 40px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_05_b .vfa_sp_banner_01_column .vfa_sp_banner_01_r .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_06 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_06 {
    flex-direction: column;
  }
}
#vfa_sp_banner_06 .vfa_sp_banner_01_column {
  width: calc(50% - 15px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_06 .vfa_sp_banner_01_column {
    width: 100%;
    margin-bottom: 32px;
  }
  #vfa_sp_banner_06 .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06 .vfa_sp_banner_01_column {
    margin-bottom: 24px;
    width: 100%;
  }
}
#vfa_sp_banner_06 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_mTag {
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content {
  border-radius: 0px 0px 6px 6px;
  margin-top: 0;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l {
  border-radius: 0;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l
  img {
  border-radius: 0;
}
#vfa_sp_banner_06 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_content {
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_06 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_content {
    margin-top: 0;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l {
    height: 160px;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l
    img {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l
    img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__preTitle {
  text-transform: uppercase;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#vfa_sp_banner_06
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_cta {
  width: 233px;
  margin-left: auto;
  margin-top: auto;
  padding: 0 40px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_06
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_cta {
    width: 100%;
  }
}
#vfa_sp_banner_07 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_07 {
    flex-direction: column;
  }
}
#vfa_sp_banner_07 .vfa_sp_banner_01_column {
  width: calc(50% - 15px);
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_07 .vfa_sp_banner_01_column {
    width: 100%;
    margin-bottom: 32px;
  }
  #vfa_sp_banner_07 .vfa_sp_banner_01_column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07 .vfa_sp_banner_01_column {
    margin-bottom: 24px;
    width: 100%;
  }
}
#vfa_sp_banner_07 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_mTag {
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content {
  border-radius: 0px 0px 6px 6px;
  margin-top: 0;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l {
  border-radius: 0;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_mTag
  + .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l
  img {
  border-radius: 0;
}
#vfa_sp_banner_07 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_content {
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_07 .vfa_sp_banner_01_column .vfa_sp_banner_01_column_content {
    margin-top: 0;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l {
    height: 160px;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_l
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1169px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l
    img {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_l
    img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r {
  flex: 1;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__preTitle {
  text-transform: uppercase;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_title {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_title {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle {
  font-size: 28px;
  line-height: 48px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_01_r_text_main
  .vfa_sp_banner_01_r_subtitle
  span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 48px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_sp_banner_01_r_text_main
    .vfa_sp_banner_01_r_subtitle
    span {
    font-size: 28px;
  }
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_sp_banner_05__p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#vfa_sp_banner_07
  .vfa_sp_banner_01_column
  .vfa_sp_banner_01_column_content
  .vfa_sp_banner_01_r
  .vfa_cta {
  width: 233px;
  margin-left: auto;
  margin-top: auto;
  padding: 0 40px;
}
@media screen and (max-width: 743px) {
  #vfa_sp_banner_07
    .vfa_sp_banner_01_column
    .vfa_sp_banner_01_column_content
    .vfa_sp_banner_01_r
    .vfa_cta {
    width: 100%;
  }
}
#vfa_page .vfaSpBanner08 {
  width: 100%;
}
#vfa_page .vfaSpBanner08__sw {
  display: flex;
  align-items: flex-end;
}
#vfa_page .vfaSpBanner08__sw.swiper-wrapper {
  height: auto;
}
@media (min-width: 744px) {
  #vfa_page .vfaSpBanner08__sw__item {
    flex: 1;
  }
}
@media (min-width: 744px) {
  #vfa_page .vfaSpBanner08__sw__item:not(:last-child) {
    margin-right: 30px;
  }
}
#vfa_page .vfaSpBanner08__sw__item.swiper-slide {
  width: auto;
  height: auto;
}
#vfa_page .vfaSpBanner08__sw__item__mTag {
  background-color: #ffd328;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
}
#vfa_page .vfaSpBanner08__sw__item__mTag + .vfaSpBanner08__sw__item__main {
  border-radius: 0 0 6px 6px;
}
#vfa_page
  .vfaSpBanner08__sw__item__mTag
  + .vfaSpBanner08__sw__item__main
  .vfaSpBanner08__sw__item__main__img {
  border-radius: 0;
}
#vfa_page
  .vfaSpBanner08__sw__item__mTag
  + .vfaSpBanner08__sw__item__main
  .vfaSpBanner08__sw__item__main__img
  img {
  border-radius: 0;
}
#vfa_page .vfaSpBanner08__sw__item__main {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
#vfa_page .vfaSpBanner08__sw__item__main__img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 1170px) {
  #vfa_page .vfaSpBanner08__sw__item__main__img {
    height: 200px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfaSpBanner08__sw__item__main__img {
    height: 160px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfaSpBanner08__sw__item__main__img {
    height: 110px;
  }
}
#vfa_page .vfaSpBanner08__sw__item__main__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
#vfa_page .vfaSpBanner08__sw__item__main__btm {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 1170px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm {
    min-height: 258px;
    padding: 24px 40px 32px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm {
    min-height: 336px;
    padding: 16px 24px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm {
    min-height: 328px;
    padding: 16px 16px 24px;
  }
}
@media (min-width: 744px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__t {
    font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__t {
    font-size: 20px;
    line-height: 28px;
  }
}
#vfa_page .vfaSpBanner08__sw__item__main__btm__s {
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
}
#vfa_page .vfaSpBanner08__sw__item__main__btm__p {
  margin-top: 16px;
}
@media (min-width: 1170px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__p {
    display: flex;
    align-items: center;
  }
}
#vfa_page .vfaSpBanner08__sw__item__main__btm__p__qr {
  flex: 0 0 80px;
  height: 80px;
}
#vfa_page .vfaSpBanner08__sw__item__main__btm__p__qr img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1170px) {
  #vfa_page
    .vfaSpBanner08__sw__item__main__btm__p__qr
    + .vfaSpBanner08__sw__item__main__btm__p__txt {
    margin-left: 16px;
  }
}
@media (min-width: 744px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__p__txt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__p__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page .vfaSpBanner08__sw__item__main__btm__cta {
  margin-top: auto;
}
@media (min-width: 1170px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__cta {
    display: flex;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__cta .vfa_cta {
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfaSpBanner08__sw__item__main__btm__cta .vfa_cta {
    padding: 0 4px;
  }
}
#vfa_future_02 {
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  background: linear-gradient(70.49deg, #820000 0%, #e60000 100%);
  display: flex;
}
@media (max-width: 743px) {
  #vfa_future_02 {
    flex-direction: column;
    background: #fff;
    color: #333;
  }
}
#vfa_future_02 .vfa_future_02__left {
  width: 555px;
  flex: 555px 0 0;
}
@media (max-width: 1169px) {
  #vfa_future_02 .vfa_future_02__left {
    width: 340px;
    flex: 340px 0 0;
  }
}
@media (max-width: 743px) {
  #vfa_future_02 .vfa_future_02__left {
    width: 100%;
    flex: 100% 0 0;
  }
}
#vfa_future_02 .vfa_future_02__left img {
  width: 100%;
  height: auto;
}
@media (max-width: 743px) {
  #vfa_future_02 .vfa_future_02__left img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_future_02 .vfa_future_02__right {
  padding: 72px 40px 64px 30px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1169px) {
  #vfa_future_02 .vfa_future_02__right {
    padding: 48px 40px 64px 30px;
  }
}
@media (max-width: 743px) {
  #vfa_future_02 .vfa_future_02__right {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 16px;
  }
}
html,
body {
  height: auto !important;
}
#vfa_topButton {
  width: 62px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 1169px) {
  #vfa_topButton {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_topButton {
    width: 52px;
    bottom: 20px;
    right: 10px;
  }
}
#vfa_topButton img {
  width: 100%;
  height: auto;
}
#vfa_begin .vfa_begin_boxes {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin_boxes {
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  #vfa_begin .vfa_begin_boxes {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box {
  flex: 1;
  margin-right: 30px;
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin_boxes .vfa_begin_box {
    flex: calc(50% - 15px) 0 0;
    margin-bottom: 32px;
  }
  #vfa_begin .vfa_begin_boxes .vfa_begin_box:nth-child(even) {
    margin-right: 0;
  }
  #vfa_begin .vfa_begin_boxes .vfa_begin_box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 743px) {
  #vfa_begin .vfa_begin_boxes .vfa_begin_box {
    flex: 1;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box:last-child {
  margin-right: 0;
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_img {
  margin-bottom: -80px;
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content {
  background-color: #fff;
  padding: 96px 40px 40px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
#vfa_begin
  .vfa_begin_boxes
  .vfa_begin_box
  .vfa_begin_box_content
  .vfa_begin_box_content_title {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_begin
    .vfa_begin_boxes
    .vfa_begin_box
    .vfa_begin_box_content
    .vfa_begin_box_content_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content__imgtxt {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content__imgtxt {
    display: none;
  }
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content__imgtxt__img {
  flex-basis: 88px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
#vfa_begin
  .vfa_begin_boxes
  .vfa_begin_box
  .vfa_begin_box_content__imgtxt__img
  img {
  width: 100%;
  height: auto;
}
#vfa_begin
  .vfa_begin_boxes
  .vfa_begin_box
  .vfa_begin_box_content__imgtxt__txt__link {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  color: #00b0ca;
  text-decoration: none;
}
#vfa_begin
  .vfa_begin_boxes
  .vfa_begin_box
  .vfa_begin_box_content
  .vfa_begin_box_content_subtitle {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_begin
    .vfa_begin_boxes
    .vfa_begin_box
    .vfa_begin_box_content
    .vfa_begin_box_content_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_begin
  .vfa_begin_boxes
  .vfa_begin_box
  .vfa_begin_box_content
  .vfa_begin_box_content_subtitle
  .vfa_begin_box_content_link {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  color: #00b0ca;
  text-decoration: none;
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content .vfa_cta {
  margin-top: 24px;
}
@media (min-width: 1170px) {
  #vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content .vfa_cta {
    display: none;
  }
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content .vfa_cta {
    display: block;
  }
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content__imgBtn {
  width: 100%;
  border-radius: 4px;
  margin-top: 24px;
}
#vfa_begin .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_content__imgBtn img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#vfa_begin .vfa_begin__subSection {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin__subSection {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_begin .vfa_begin__subSection {
    flex-direction: column;
    margin-top: 24px;
  }
}
#vfa_begin .vfa_begin__subSection .vfa_begin__subSection__text {
  font-size: 28px;
  line-height: 34px;
  margin-right: 30px;
}
@media (max-width: 1169px) {
  #vfa_begin .vfa_begin__subSection .vfa_begin__subSection__text {
    font-size: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_begin .vfa_begin__subSection .vfa_begin__subSection__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
#vfa_begin .vfa_begin__subSection .vfa_cta {
  width: 263px;
  background-color: #666;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 743px) {
  #vfa_begin .vfa_begin__subSection .vfa_cta {
    width: 100%;
  }
}
#vfa_begin .vfa_begin__subSection .vfa_cta:hover {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}
#vfa_begin.vfa_begin_02 .vfa_begin_boxes .vfa_begin_box .vfa_begin_box_img {
  width: 140px;
  margin: 0 auto -80px;
}
@media (min-width: 744px) {
  #vfa_begin.vfa_begin_02
    .vfa_begin_boxes
    .vfa_begin_box
    .vfa_begin_box_content {
    min-height: 376px;
  }
}
@media (max-width: 743px) {
  #vfa_begin.vfa_begin_02
    .vfa_begin_boxes
    .vfa_begin_box
    .vfa_begin_box_content {
    padding: 86px 24px 32px;
  }
}
#vfa_subBegin .vfa_begin__subSection {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1169px) {
  #vfa_subBegin .vfa_begin__subSection {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_subBegin .vfa_begin__subSection {
    flex-direction: column;
    margin-top: 24px;
  }
}
#vfa_subBegin .vfa_begin__subSection .vfa_begin__subSection__text {
  font-size: 28px;
  line-height: 34px;
  margin-right: 30px;
}
@media (max-width: 1169px) {
  #vfa_subBegin .vfa_begin__subSection .vfa_begin__subSection__text {
    font-size: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_subBegin .vfa_begin__subSection .vfa_begin__subSection__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
#vfa_subBegin .vfa_begin__subSection .vfa_cta {
  width: 263px;
  background-color: #666;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 743px) {
  #vfa_subBegin .vfa_begin__subSection .vfa_cta {
    width: 100%;
  }
}
#vfa_subBegin .vfa_begin__subSection .vfa_cta:hover {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}
.vfa_subBegin_02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_subBegin_02 {
    display: block;
  }
}
.vfa_subBegin_02__text {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-right: 30px;
  text-align: right;
}
@media (max-width: 1169px) {
  .vfa_subBegin_02__text {
    font-size: 24px;
  }
}
@media (max-width: 743px) {
  .vfa_subBegin_02__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.vfa_subBegin_02 .vfa_cta {
  width: 263px;
}
@media (max-width: 743px) {
  .vfa_subBegin_02 .vfa_cta {
    width: 100%;
    display: block;
  }
}
#vfa_services .vfa_square_cards_container .vfa_square_cards {
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_services .vfa_square_cards_container .vfa_square_cards {
    flex-direction: column;
  }
}
#vfa_services .vfa_square_cards_container .vfa_square_cards .vfa_square_card {
  flex: 1;
  margin-right: 30px;
  background-color: #fff;
  padding: 24px 40px 32px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card:last-child {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_services
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1169px) {
  #vfa_services .vfa_square_cards_container .vfa_square_cards .vfa_square_card {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px 40px 40px;
  }
}
@media (max-width: 743px) {
  #vfa_services .vfa_square_cards_container .vfa_square_cards .vfa_square_card {
    padding: 24px 24px 32px;
  }
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Vodafone RgBd";
}
@media (max-width: 743px) {
  #vfa_services
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_title_row
    .vfa_square_card_title {
    font-size: 18px;
  }
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img {
  width: 30px;
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_services
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
@media (max-width: 743px) {
  #vfa_services
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_services_02 .vfa_square_cards_container .vfa_square_cards {
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_services_02 .vfa_square_cards_container .vfa_square_cards {
    flex-direction: column;
  }
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card {
  flex: 1;
  margin-right: 30px;
  background-color: #fff;
  padding: 24px 40px 32px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card:last-child {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_services_02
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1169px) {
  #vfa_services_02
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px 40px 40px;
  }
}
@media (max-width: 743px) {
  #vfa_services_02
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card {
    padding: 24px 24px 32px;
  }
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Vodafone RgBd";
}
@media (max-width: 743px) {
  #vfa_services_02
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_title_row
    .vfa_square_card_title {
    font-size: 18px;
  }
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img {
  width: 32px;
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 743px) {
  #vfa_services_02
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_a {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #00b0ca;
  margin-top: 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto;
}
#vfa_services_02
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_a:hover {
  text-decoration: underline;
}
#vfa_services_03 .vfa_square_cards_container .vfa_square_cards {
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_services_03 .vfa_square_cards_container .vfa_square_cards {
    flex-direction: column;
  }
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card {
  flex: 1;
  margin-right: 30px;
  background-color: #fff;
  padding: 24px 40px 32px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card:last-child {
  margin-right: 0;
}
@media (max-width: 1169px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1169px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px 40px 40px;
  }
}
@media (max-width: 743px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card {
    padding: 24px 24px 32px;
  }
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Vodafone RgBd";
}
@media (max-width: 743px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_title_row
    .vfa_square_card_title {
    font-size: 18px;
  }
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img {
  flex-basis: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_title_row
  .vfa_square_card_title_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 743px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_a {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #00b0ca;
  margin-top: 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_a:hover {
  text-decoration: underline;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_bottom
  .vfa_square_card_bottom_r {
  text-align: right;
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_bottom
  .vfa_square_card_bottom_r
  .vfa_square_card_bottom_r_title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  #vfa_services_03
    .vfa_square_cards_container
    .vfa_square_cards
    .vfa_square_card
    .vfa_square_card_bottom
    .vfa_square_card_bottom_r
    .vfa_square_card_bottom_r_title {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_services_03
  .vfa_square_cards_container
  .vfa_square_cards
  .vfa_square_card
  .vfa_square_card_bottom
  .vfa_square_card_bottom_r
  .vfa_square_card_bottom_r_subTitle {
  font-size: 18px;
  line-height: 20px;
}
#vfa_everything {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_everything .swiper_container_everything {
  width: 100%;
}
#vfa_everything .swiper_container_everything .vfa_fourboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px !important;
}
@media screen and (max-width: 1169px) {
  #vfa_everything .swiper_container_everything .vfa_fourboxes {
    flex-wrap: nowrap;
  }
}
#vfa_everything .swiper_container_everything .vfa_fourboxes.swiper-wrapper {
  height: auto;
}
#vfa_everything .swiper_container_everything .vfa_fourboxes .vfa_fourbox {
  flex: 1;
  margin-right: 30px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1169px) {
  #vfa_everything .swiper_container_everything .vfa_fourboxes .vfa_fourbox {
    flex: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything .swiper_container_everything .vfa_fourboxes .vfa_fourbox {
    flex: none;
  }
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox.swiper-slide {
  height: auto;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag {
  background-color: #ffd328;
  border-radius: 6px 6px 0 0;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block !important;
  font-size: 14px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible {
  visibility: visible;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible
  + .vfa_fourbox_content {
  border-radius: 0 0 6px 6px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden {
  visibility: hidden;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden
  + .vfa_fourbox_content {
  border-radius: 6px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content {
  padding: 8px 16px 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img {
  width: 57px;
  height: auto;
  margin: 0 auto 8px;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_t {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 743px) {
  #vfa_everything
    .swiper_container_everything
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_t {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_everything
  .swiper_container_everything
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 743px) {
  #vfa_everything
    .swiper_container_everything
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_everything_02 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_everything_02 .swiper_container_everything_02 {
  width: 100%;
}
#vfa_everything_02 .swiper_container_everything_02 .vfa_fourboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px !important;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_02 .swiper_container_everything_02 .vfa_fourboxes {
    flex-wrap: nowrap;
  }
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes.swiper-wrapper {
  height: auto;
}
#vfa_everything_02 .swiper_container_everything_02 .vfa_fourboxes .vfa_fourbox {
  flex: 1;
  margin-right: 30px;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox.swiper-slide {
  height: auto;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag {
  background-color: #ffd328;
  border-radius: 6px 6px 0 0;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block !important;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible {
  visibility: visible;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible
  + .vfa_fourbox_content {
  border-radius: 0 0 6px 6px;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden {
  visibility: hidden;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden
  + .vfa_fourbox_content {
  border-radius: 6px;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content {
  padding: 8px 16px 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content {
    min-height: 271px;
  }
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img {
  width: 57px;
  height: auto;
  margin: 0 auto 8px;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_t {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_t {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_everything_02
  .swiper_container_everything_02
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p
    br {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_02
    .swiper_container_everything_02
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_everything_03 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_everything_03 .swiper_container_everything_03 {
  width: 100%;
}
#vfa_everything_03 .swiper_container_everything_03 .vfa_fourboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px !important;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03 .swiper_container_everything_03 .vfa_fourboxes {
    flex-wrap: nowrap;
  }
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes.swiper-wrapper {
  height: auto;
}
#vfa_everything_03 .swiper_container_everything_03 .vfa_fourboxes .vfa_fourbox {
  flex: 1;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03
    .swiper_container_everything_03
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_03
    .swiper_container_everything_03
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox.swiper-slide {
  height: auto;
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content {
  padding: 16px 16px 40px;
  text-align: center;
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img {
  width: 40px;
  height: 42px;
  margin: 0 auto 16px;
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_t {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_03
    .swiper_container_everything_03
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_t {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_everything_03
  .swiper_container_everything_03
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03
    .swiper_container_everything_03
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p
    br {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_03
    .swiper_container_everything_03
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_everything_03_1 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_everything_03_1 .swiper_container_everything_03_1 {
  width: 100%;
}
#vfa_everything_03_1 .swiper_container_everything_03_1 .vfa_fourboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px !important;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03_1 .swiper_container_everything_03_1 .vfa_fourboxes {
    flex-wrap: nowrap;
  }
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes.swiper-wrapper {
  height: auto;
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox {
  flex: 1;
  margin-right: 25px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox.swiper-slide {
  height: auto;
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content {
  padding: 16px;
  text-align: center;
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_img {
    margin-bottom: 8px;
  }
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_t {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_t {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_everything_03_1
  .swiper_container_everything_03_1
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p
    br {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_03_1
    .swiper_container_everything_03_1
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_everything_05 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
#vfa_everything_05 .swiper_container_everything_05 {
  width: 100%;
}
#vfa_everything_05 .swiper_container_everything_05 .vfa_fourboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px !important;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_05 .swiper_container_everything_05 .vfa_fourboxes {
    flex-wrap: nowrap;
  }
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes.swiper-wrapper {
  height: auto;
}
#vfa_everything_05 .swiper_container_everything_05 .vfa_fourboxes .vfa_fourbox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #fff;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_05
    .swiper_container_everything_05
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_05
    .swiper_container_everything_05
    .vfa_fourboxes
    .vfa_fourbox {
    flex: none;
  }
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox.swiper-slide {
  height: auto;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag {
  background-color: #ffd328;
  border-radius: 6px 6px 0 0;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block !important;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible {
  visibility: visible;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.visible
  + .vfa_fourbox_content {
  border-radius: 0 0 6px 6px;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden {
  visibility: hidden;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_mTag.hidden
  + .vfa_fourbox_content {
  border-radius: 6px;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content {
  padding: 8px 16px 16px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img {
  width: 57px;
  height: auto;
  margin: 0 auto 8px;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_t {
  font-family: "Vodafone RgBd";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 743px) {
  #vfa_everything_05
    .swiper_container_everything_05
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_t {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_everything_05
  .swiper_container_everything_05
  .vfa_fourboxes
  .vfa_fourbox
  .vfa_fourbox_content
  .vfa_fourbox_content_txt_p {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1169px) {
  #vfa_everything_05
    .swiper_container_everything_05
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p
    br {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  #vfa_everything_05
    .swiper_container_everything_05
    .vfa_fourboxes
    .vfa_fourbox
    .vfa_fourbox_content
    .vfa_fourbox_content_txt_p {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_modal_button {
  cursor: pointer;
}
.vfa_modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 743px) {
  .vfa_modal {
    padding-top: 70px;
  }
}
.vfa_modal .vfa_modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
@media (max-width: 1169px) {
  .vfa_modal .vfa_modal_content {
    width: 80%;
  }
}
@media (max-width: 743px) {
  .vfa_modal .vfa_modal_content {
    width: 90%;
  }
}
.vfa_modal .vfa_modal_content .vfa_modal_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.vfa_modal .vfa_modal_content .vfa_modal_close:hover,
.vfa_modal .vfa_modal_content .vfa_modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.vfa_modal .vfa_modal_content .vfa_modal_iframe {
  width: 100%;
  height: 30vw;
}
@media (max-width: 1169px) {
  .vfa_modal .vfa_modal_content .vfa_modal_iframe {
    height: 55vw;
  }
}
@media (max-width: 743px) {
  .vfa_modal .vfa_modal_content .vfa_modal_iframe {
    height: 130vw;
  }
}
.vfa_modal.vfa_modal_02 {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(51, 51, 51, 0.9);
}
@media (max-width: 1169px) {
  .vfa_modal.vfa_modal_02 {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_modal.vfa_modal_02 .vfa_modal_button {
  cursor: pointer;
}
.vfa_modal.vfa_modal_02 .vfa_modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 32px 40px;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 1170px) {
  .vfa_modal.vfa_modal_02 .vfa_modal_content {
    width: 580px;
    height: 500px;
  }
}
@media (max-width: 1169px) {
  .vfa_modal.vfa_modal_02 .vfa_modal_content {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}
@media (max-width: 743px) {
  .vfa_modal.vfa_modal_02 .vfa_modal_content {
    padding: 20px;
  }
}
.vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
  }
}
.vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_close:hover,
.vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_close:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_modal.vfa_modal_02
    .vfa_modal_content
    .vfa_modal_close
    .vfa_modal_close_t {
    display: none;
  }
}
.vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_close .vfa_modal_close_x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_modal.vfa_modal_02
    .vfa_modal_content
    .vfa_modal_close
    .vfa_modal_close_x {
    font-size: 46px;
    margin-left: 0;
    font-weight: 100;
    color: #a9a9a9;
    line-height: 24px;
  }
}
.vfa_modal.vfa_modal_02 .vfa_modal_content .vfa_modal_iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.vfa_fiberModal_button {
  cursor: pointer;
}
.vfa_fiberModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1169px) {
  .vfa_fiberModal {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_fiberModal .vfa_fiberModal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 32px 0;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 1170px) {
  .vfa_fiberModal .vfa_fiberModal_content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_fiberModal .vfa_fiberModal_content {
    width: 100%;
    border-radius: 0;
    padding-top: 10px;
  }
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_fiberModal_close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_fiberModal .vfa_fiberModal_content .vfa_fiberModal_close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
  }
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_fiberModal_close:hover,
.vfa_fiberModal .vfa_fiberModal_content .vfa_fiberModal_close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_fiberModal_close
    .vfa_fiberModal_close_t {
    display: none;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_fiberModal_close
  .vfa_fiberModal_close_x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_fiberModal_close
    .vfa_fiberModal_close_x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_modalContent_01_first_row {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  padding: 10px 40px 0;
}
@media (max-width: 743px) {
  .vfa_fiberModal .vfa_fiberModal_content .vfa_modalContent_01_first_row {
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  .vfa_fiberModal .vfa_fiberModal_content .vfa_modalContent_01_first_row {
    padding: 10px 16px 0;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_l {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1169px) and (min-width: 744px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_modalContent_01_first_row
    .vfa_modalContent_01_first_row_l {
    max-width: 310px;
  }
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_modalContent_01_first_row
    .vfa_modalContent_01_first_row_l {
    margin-bottom: 16px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_l
  .vfa_modalContent_01_first_row_img {
  flex: 36px 0 0;
  width: 36px;
  margin-right: 16px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_l
  .vfa_modalContent_01_first_row_img
  img {
  width: 100%;
  height: auto;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_l
  .vfa_modalContent_01_first_row_txt
  .vfa_modalContent_01_first_row_title {
  color: #333;
  font-family: "Vodafone RgBd";
  font-size: 28px;
  line-height: 34px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_l
  .vfa_modalContent_01_first_row_txt
  .vfa_modalContent_01_first_row_scopri {
  color: #00b0ca;
  font-family: "Vodafone RgBd";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_first_row
  .vfa_modalContent_01_first_row_r
  .vfa_cta {
  width: 320px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_modalContent_01_first_row
    .vfa_modalContent_01_first_row_r
    .vfa_cta {
    width: 240px;
  }
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_modalContent_01_first_row
    .vfa_modalContent_01_first_row_r
    .vfa_cta {
    width: 100%;
  }
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_modalContent_01_second_row {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 743px) {
  .vfa_fiberModal .vfa_fiberModal_content .vfa_modalContent_01_second_row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_price_block {
  margin-right: 24px;
  margin-top: -10px;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_modalContent_01_second_row
    .vfa_modalContent_01_price_block {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_price_block
  .vfa_modalContent_01_price {
  font-family: "Vodafone RgBd";
  font-size: 64px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_price_block
  .vfa_modalContent_01_price
  .vfa_modalContent_01_price_sup {
  font-size: 40px;
  position: relative;
  top: -15px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_price_block
  .vfa_modalContent_01_price_month {
  font-family: "Vodafone RgBd";
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  margin-top: -24px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_second_row_txt {
  font-family: "Vodafone Rg";
  font-size: 18px;
  line-height: 24px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_modalContent_01_second_row
  .vfa_modalContent_01_second_row_txt
  span {
  font-family: "Vodafone RgBd";
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_stcontent {
  padding: 32px 40px;
}
@media (max-width: 743px) {
  .vfa_fiberModal .vfa_fiberModal_content .vfa_stcontent {
    padding: 32px 16px;
  }
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_stcontent .vfa_dettagli {
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_title {
  font-family: "Vodafone RgBd";
  color: #e60000;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_title {
    font-size: 24px;
    line-height: 30px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content {
  font-family: "Vodafone Rg";
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content.vfa_dettagli_content_clause {
  font-family: "Vodafone Rg";
  padding: 24px 40px;
  font-size: 14px;
  line-height: 18px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content.vfa_dettagli_content_clause
  .vfa_dettagli_content_clause_img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content.vfa_dettagli_content_clause
  .vfa_dettagli_content_clause_a {
  text-decoration: none;
  color: #00b0ca;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content.vfa_dettagli_content_special {
  padding: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_content
    .vfa_dettagli_row {
    margin-bottom: 24px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row.vfa_dettagli_row:last-of-type {
  margin-bottom: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row.vfa_dettagli_row_special {
  padding: 24px 40px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row.vfa_dettagli_row_special:last-of-type {
  border: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row.vfa_dettagli_row_special.vfa_dettagli_row_header {
  padding: 8px 40px;
  color: #afafaf;
  text-transform: uppercase;
  font-family: "Vodafone RgBd";
  font-size: 14px;
  letter-spacing: 1px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .vfa_dettagli_left_title {
  font-family: "Vodafone RgBd";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_content
    .vfa_dettagli_row
    .vfa_dettagli_row_left
    .vfa_dettagli_left_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .vfa_dettagli_left_subtitle {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Vodafone Rg";
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_content
    .vfa_dettagli_row
    .vfa_dettagli_row_left
    .vfa_dettagli_left_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .info_link {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #00b0ca;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-top: 8px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .info_link:hover
  .tooltip {
  display: block;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .info_link
  .tooltip {
  text-transform: none;
  position: absolute;
  left: 0;
  top: 32px;
  color: #000;
  text-align: center;
  display: none;
  transition: 0.3s all;
  width: 230px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 20px;
  background-color: #fff;
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_content
    .vfa_dettagli_row
    .vfa_dettagli_row_left
    .info_link
    .tooltip {
    left: -15px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .info_link
  .tooltip::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid #fff;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    .vfa_dettagli
    .vfa_dettagli_content
    .vfa_dettagli_row
    .vfa_dettagli_row_left
    .info_link
    .tooltip::before {
    left: 20px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .info_link
  .tooltip
  a {
  font-family: "Vodafone Rg";
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .vfa_dettagli_content_clause_img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  .vfa_dettagli_content
  .vfa_dettagli_row
  .vfa_dettagli_row_left
  .vfa_dettagli_content_clause_a {
  text-decoration: none;
  color: #00b0ca;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  .vfa_dettagli
  + .vfa_dettagli {
  margin-top: 32px;
}
.vfa_fiberModal .vfa_fiberModal_content .vfa_stcontent #vfa_modal_accordion {
  margin-top: 48px;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_dettagli_title {
  font-family: "Vodafone RgBd";
  color: #e60000;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    #vfa_modal_accordion
    .vfa_dettagli_title {
    font-size: 24px;
    line-height: 30px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container {
  margin-top: 16px;
  background-color: #fff;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container:nth-of-type(1) {
  margin-top: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_accordion {
  margin-top: 16px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  line-height: 28px;
  transition: 0.4s;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-radius: 6px;
}
@media screen and (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    #vfa_modal_accordion
    .vfa_accordion_container
    .vfa_accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_accordion:first-of-type {
  margin-top: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_accordion.active
  .vfa_accordion_after {
  transform: rotate(180deg);
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_accordion
  .vfa_accordion_span {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 743px) {
  .vfa_fiberModal
    .vfa_fiberModal_content
    .vfa_stcontent
    #vfa_modal_accordion
    .vfa_accordion_container
    .vfa_accordion
    .vfa_accordion_span {
    max-width: 82%;
    font-size: 18px;
    line-height: 24px;
  }
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_accordion
  .vfa_accordion_after {
  display: flex;
  width: 24px;
  height: 12px;
  float: right;
  margin-left: 16px;
  transition: ease all 0.3s;
  flex-grow: 0;
  flex-shrink: 0;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.vfa_fiberModal
  .vfa_fiberModal_content
  .vfa_stcontent
  #vfa_modal_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p {
  margin-bottom: 16px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.vfa_gameModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_gameModal {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_gameModal__button {
  cursor: pointer;
}
.vfa_gameModal__content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 1170px) {
  .vfa_gameModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_gameModal__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.vfa_gameModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_gameModal__content__close:hover,
.vfa_gameModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__close__t {
    display: none;
  }
}
.vfa_gameModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_gameModal__content__imgContainer {
  position: relative;
}
.vfa_gameModal__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_gameModal__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_gameModal__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 40px 32px;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__imgContainer__inside {
    padding: 16px;
  }
}
.vfa_gameModal__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_gameModal__content__imgContainer__inside__bottom {
    display: block;
  }
}
.vfa_gameModal__content__imgContainer__inside__bottom__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__imgContainer__inside__bottom__txt {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_gameModal__content__imgContainer__inside__bottom__txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_gameModal__content__imgContainer__inside__bottom__cta {
    margin-top: 16px;
  }
}
.vfa_gameModal__content__imgContainer__inside__bottom__cta .vfa_cta {
  width: 320px;
  display: block;
}
@media (max-width: 743px) {
  .vfa_gameModal__content__imgContainer__inside__bottom__cta .vfa_cta {
    width: 100%;
  }
}
.vfa_gameModal__content__txtContainer {
  padding: 32px 40px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  .vfa_gameModal__content__txtContainer {
    padding: 48px 24px 24px;
  }
}
.vfa_gigaModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_gigaModal {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_gigaModal__button {
  cursor: pointer;
}
.vfa_gigaModal__content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 1170px) {
  .vfa_gigaModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.vfa_gigaModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_gigaModal__content__close:hover,
.vfa_gigaModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__close__t {
    display: none;
  }
}
.vfa_gigaModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_gigaModal__content__imgContainer {
  position: relative;
}
.vfa_gigaModal__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_gigaModal__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_gigaModal__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 40px 32px;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__imgContainer__inside {
    padding: 16px;
  }
}
.vfa_gigaModal__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_gigaModal__content__imgContainer__inside__bottom {
    display: block;
  }
}
.vfa_gigaModal__content__imgContainer__inside__bottom__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__imgContainer__inside__bottom__txt {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_gigaModal__content__imgContainer__inside__bottom__txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_gigaModal__content__imgContainer__inside__bottom__cta {
    margin-top: 16px;
  }
}
.vfa_gigaModal__content__imgContainer__inside__bottom__cta .vfa_cta {
  width: 320px;
  display: block;
}
@media (max-width: 743px) {
  .vfa_gigaModal__content__imgContainer__inside__bottom__cta .vfa_cta {
    width: 100%;
  }
}
.vfa_gigaModal__content__txtContainer {
  padding: 32px 40px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__txtContainer {
    padding: 48px 24px 24px;
  }
}
.vfa_gigaModal__content__videoContainer {
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  .vfa_gigaModal__content__videoContainer {
    padding: 24px 16px;
  }
}
.vfa_gigaModal__content__videoContainer .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
.vfa_gigaModal__content__videoContainer .rwd-video iframe,
.vfa_gigaModal__content__videoContainer .rwd-video object,
.vfa_gigaModal__content__videoContainer .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px;
}
.vfa_gigaModalVideo {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo {
    padding: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.vfa_gigaModalVideo__button {
  cursor: pointer;
}
.vfa_gigaModalVideo__content {
  margin: auto;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 1170px) {
  .vfa_gigaModalVideo__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.vfa_gigaModalVideo__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo__content__close {
    position: static;
    top: auto;
    right: auto;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_gigaModalVideo__content__close:hover,
.vfa_gigaModalVideo__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo__content__close__t {
    display: none;
  }
}
.vfa_gigaModalVideo__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (max-width: 1169px) {
  .vfa_gigaModalVideo__content__videoContainer {
    padding: 24px 16px;
  }
}
.vfa_gigaModalVideo__content__videoContainer .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
.vfa_gigaModalVideo__content__videoContainer .rwd-video iframe,
.vfa_gigaModalVideo__content__videoContainer .rwd-video object,
.vfa_gigaModalVideo__content__videoContainer .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vfa_boxModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_boxModal {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_boxModal__button {
  cursor: pointer;
}
.vfa_boxModal__content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 1170px) {
  .vfa_boxModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_boxModal__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    min-height: 100vh;
  }
}
.vfa_boxModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_boxModal__content__close:hover,
.vfa_boxModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__close__t {
    display: none;
  }
}
.vfa_boxModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_boxModal__content__imgContainer {
  position: relative;
}
.vfa_boxModal__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_boxModal__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_boxModal__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 40px 32px;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__imgContainer__inside {
    padding: 16px;
  }
}
.vfa_boxModal__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_boxModal__content__imgContainer__inside__bottom {
    display: block;
  }
}
.vfa_boxModal__content__imgContainer__inside__bottom__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__imgContainer__inside__bottom__txt {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModal__content__imgContainer__inside__bottom__txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModal__content__imgContainer__inside__bottom__cta {
    margin-top: 16px;
  }
}
.vfa_boxModal__content__imgContainer__inside__bottom__cta .vfa_cta {
  width: 320px;
  display: block;
}
@media (max-width: 743px) {
  .vfa_boxModal__content__imgContainer__inside__bottom__cta .vfa_cta {
    width: 100%;
  }
}
.vfa_boxModal__content__txtContainer {
  display: flex;
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  .vfa_boxModal__content__txtContainer {
    padding: 48px 24px 24px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModal__content__txtContainer {
    display: block;
    padding: 24px 16px;
  }
}
.vfa_boxModal__content__txtContainer__p {
  font-size: 20px;
  line-height: 28px;
  margin-right: 30px;
  flex: 8;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_boxModal__content__txtContainer__p {
    flex: 6;
  }
}
@media (max-width: 743px) {
  .vfa_boxModal__content__txtContainer__p {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.vfa_boxModal__content__txtContainer__box {
  padding: 32px;
  flex: 3;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-start;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_boxModal__content__txtContainer__box {
    flex: 5;
  }
}
.vfa_boxModal__content__txtContainer__box__row {
  display: flex;
  align-items: center;
}
.vfa_boxModal__content__txtContainer__box__row:not(:last-child) {
  margin-bottom: 24px;
}
.vfa_boxModal__content__txtContainer__box__row__img {
  flex-basis: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 743px) {
  .vfa_boxModal__content__txtContainer__box__row__img {
    flex-basis: 40px;
  }
}
.vfa_boxModal__content__txtContainer__box__row__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_boxModal__content__txtContainer__box__row__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 743px) {
  .vfa_boxModal__content__txtContainer__box__row__txt {
    font-size: 18px;
  }
}
.vfa_boxModalVideo {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_boxModalVideo__button {
  cursor: pointer;
}
.vfa_boxModalVideo__content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 1170px) {
  .vfa_boxModalVideo__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    min-height: 100vh;
  }
}
.vfa_boxModalVideo__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_boxModalVideo__content__close:hover,
.vfa_boxModalVideo__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__close__t {
    display: none;
  }
}
.vfa_boxModalVideo__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_boxModalVideo__content__imgContainer {
  position: relative;
}
.vfa_boxModalVideo__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_boxModalVideo__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_boxModalVideo__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 40px 32px;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__imgContainer__inside {
    padding: 16px;
  }
}
.vfa_boxModalVideo__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__imgContainer__inside__bottom {
    display: block;
  }
}
.vfa_boxModalVideo__content__imgContainer__inside__bottom__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__imgContainer__inside__bottom__txt {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__imgContainer__inside__bottom__txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__imgContainer__inside__bottom__cta {
    margin-top: 16px;
  }
}
.vfa_boxModalVideo__content__imgContainer__inside__bottom__cta .vfa_cta {
  width: 320px;
  display: block;
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__imgContainer__inside__bottom__cta .vfa_cta {
    width: 100%;
  }
}
.vfa_boxModalVideo__content__txtContainer {
  display: flex;
  padding: 32px 40px 16px;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__txtContainer {
    padding: 48px 24px 24px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__txtContainer {
    display: block;
    padding: 24px 16px 12px;
  }
}
.vfa_boxModalVideo__content__txtContainer__p {
  font-size: 20px;
  line-height: 28px;
  margin-right: 30px;
  flex: 8;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_boxModalVideo__content__txtContainer__p {
    flex: 6;
  }
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__txtContainer__p {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.vfa_boxModalVideo__content__txtContainer__box {
  padding: 32px;
  flex: 3;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-start;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_boxModalVideo__content__txtContainer__box {
    flex: 5;
  }
}
.vfa_boxModalVideo__content__txtContainer__box__row {
  display: flex;
  align-items: center;
}
.vfa_boxModalVideo__content__txtContainer__box__row:not(:last-child) {
  margin-bottom: 24px;
}
.vfa_boxModalVideo__content__txtContainer__box__row__img {
  flex-basis: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__txtContainer__box__row__img {
    flex-basis: 40px;
  }
}
.vfa_boxModalVideo__content__txtContainer__box__row__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_boxModalVideo__content__txtContainer__box__row__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__txtContainer__box__row__txt {
    font-size: 18px;
  }
}
.vfa_boxModalVideo__content__videoContainer {
  padding: 16px 40px 32px;
}
@media (max-width: 1169px) {
  .vfa_boxModalVideo__content__videoContainer {
    padding: 24px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_boxModalVideo__content__videoContainer {
    padding: 12px 16px 24px;
  }
}
.vfa_boxModalVideo__content__videoContainer .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
.vfa_boxModalVideo__content__videoContainer .rwd-video iframe,
.vfa_boxModalVideo__content__videoContainer .rwd-video object,
.vfa_boxModalVideo__content__videoContainer .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px;
}
.vfa_cityModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_cityModal {
    padding: 0;
    z-index: 1000;
  }
}
.vfa_cityModal__button {
  cursor: pointer;
}
.vfa_cityModal__content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 1170px) {
  .vfa_cityModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_cityModal__content {
    width: 100%;
    border-radius: 0;
  }
}
.vfa_cityModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    padding: 16px 0;
  }
}
.vfa_cityModal__content__close:hover,
.vfa_cityModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__close__t {
    display: none;
  }
}
.vfa_cityModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_cityModal__content__titlesContainer {
  background-color: #fff;
  padding: 40px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__titlesContainer {
    padding: 0 16px 32px;
  }
}
@media (max-width: 743px) {
  .vfa_cityModal__content__titlesContainer {
    padding: 0 16px 24px;
  }
}
.vfa_cityModal__content__titlesContainer__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #e60000;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__titlesContainer__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_cityModal__content__titlesContainer__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.vfa_cityModal__content__titlesContainer__subTitle {
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
}
@media (max-width: 743px) {
  .vfa_cityModal__content__titlesContainer__subTitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.vfa_cityModal__content__citiesContainer {
  background-color: #f4f4f4;
  padding: 8px 40px 24px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__citiesContainer {
    padding: 8px 32px 24px;
  }
}
@media (max-width: 743px) {
  .vfa_cityModal__content__citiesContainer {
    padding: 8px 16px 24px;
  }
}
.vfa_cityModal__content__citiesContainer__ul {
  margin: 0;
  padding: 0;
}
.vfa_cityModal__content__citiesContainer__ul__li {
  margin: 0;
  padding: 0;
  padding: 24px;
  list-style-type: none;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1169px) {
  .vfa_cityModal__content__citiesContainer__ul__li {
    padding: 16px;
  }
}
@media (max-width: 743px) {
  .vfa_cityModal__content__citiesContainer__ul__li {
    font-size: 18px;
    line-height: 24px;
    padding: 8px;
  }
}
.vfa_cityModal__content__citiesContainer__ul__li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.vfa_cityModal__content__citiesContainer__ul__li__lst {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #999;
  text-transform: uppercase;
  margin-right: 16px;
  min-width: 27px;
  display: inline-block;
}
@media (max-width: 743px) {
  .vfa_cityModal__content__citiesContainer__ul__li__lst {
    font-size: 28px;
    line-height: 40px;
    min-width: 21px;
  }
}
.vfa_smartDetailsModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal {
    padding: 0;
    z-index: 1000;
    overflow-x: hidden;
  }
}
.vfa_smartDetailsModal__button {
  cursor: pointer;
}
.vfa_smartDetailsModal__content {
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
  background: linear-gradient(180deg, #ffffff 58%, #f4f4f4 58%);
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    min-height: 100vh;
  }
}
.vfa_smartDetailsModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_smartDetailsModal__content__close:hover,
.vfa_smartDetailsModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__close__t {
    display: none;
  }
}
.vfa_smartDetailsModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_smartDetailsModal__content__imgContainer {
  position: relative;
}
.vfa_smartDetailsModal__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_smartDetailsModal__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 40px 32px;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgContainer__inside {
    padding: 16px;
  }
}
.vfa_smartDetailsModal__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgContainer__inside__bottom {
    display: block;
  }
}
.vfa_smartDetailsModal__content__imgContainer__inside__bottom__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgContainer__inside__bottom__txt {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgContainer__inside__bottom__txt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgContainer__inside__bottom__cta {
    margin-top: 16px;
  }
}
.vfa_smartDetailsModal__content__imgContainer__inside__bottom__cta .vfa_cta {
  width: 320px;
  display: block;
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgContainer__inside__bottom__cta .vfa_cta {
    width: 100%;
  }
}
.vfa_smartDetailsModal__content__strip {
  background-color: #f4f4f4;
  display: flex;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__strip {
    padding: 32px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__strip {
    padding: 32px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__strip {
    padding: 24px 16px;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__strip__desc {
    flex-basis: 700px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__strip__desc {
    flex: 1;
  }
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__strip__desc {
    display: flex;
  }
}
.vfa_smartDetailsModal__content__strip__desc__item {
  flex: 1;
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__strip__desc__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__strip__desc__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.vfa_smartDetailsModal__content__strip__desc__item__t {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}
.vfa_smartDetailsModal__content__strip__desc__item__b {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__strip__emp {
    flex: 4;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__imgGallery {
    padding: 32px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgGallery {
    padding: 20px 16px;
  }
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__imgGallery {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgGallery {
    padding: 32px 16px;
  }
}
.vfa_smartDetailsModal__content__imgGallery__item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__imgGallery__item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgGallery__item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__imgGallery__item {
    aspect-ratio: 339.33/220.86;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__imgGallery__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgGallery__item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__imgGallery__item:not(:nth-child(-n + 3)) {
    margin-top: 20px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__imgGallery__item:not(:nth-child(-n + 3)) {
    margin-top: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgGallery__item:not(:first-child) {
    margin-top: 24px;
  }
}
.vfa_smartDetailsModal__content__imgGallery__item img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__imgGallery__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__imgGallery__item img {
    height: auto;
  }
}
.vfa_smartDetailsModal__content__imgGallery__item .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
.vfa_smartDetailsModal__content__imgGallery__item .rwd-video iframe,
.vfa_smartDetailsModal__content__imgGallery__item .rwd-video object,
.vfa_smartDetailsModal__content__imgGallery__item .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.vfa_smartDetailsModal__content__txtContainer {
  display: flex;
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__txtContainer {
    padding: 48px 24px 24px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__txtContainer {
    display: block;
    padding: 24px 16px 12px;
  }
}
.vfa_smartDetailsModal__content__txtContainer__p {
  font-size: 20px;
  line-height: 28px;
  margin-right: 30px;
  flex: 8;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__txtContainer__p {
    flex: 6;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__txtContainer__p {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.vfa_smartDetailsModal__content__txtContainer__box {
  padding: 32px;
  flex: 3;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-start;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__txtContainer__box {
    margin-top: -116px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__txtContainer__box {
    flex: 5;
  }
}
.vfa_smartDetailsModal__content__txtContainer__box__row {
  display: flex;
  align-items: center;
}
.vfa_smartDetailsModal__content__txtContainer__box__row:not(:last-child) {
  margin-bottom: 24px;
}
.vfa_smartDetailsModal__content__txtContainer__box__row__img {
  flex-basis: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__txtContainer__box__row__img {
    flex-basis: 40px;
  }
}
.vfa_smartDetailsModal__content__txtContainer__box__row__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_smartDetailsModal__content__txtContainer__box__row__txt {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__txtContainer__box__row__txt {
    font-size: 18px;
  }
}
.vfa_smartDetailsModal__content__vg {
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__vg {
    padding: 24px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__vg {
    padding: 12px 16px 24px;
  }
}
.vfa_smartDetailsModal__content__vg__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg__title {
    font-size: 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__vg__title {
    font-size: 34px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__vg__title {
    font-size: 28px;
  }
}
.vfa_smartDetailsModal__content__vg__title
  + .vfa_smartDetailsModal__content__vg__subTitle {
  margin-top: 8px;
}
.vfa_smartDetailsModal__content__vg__title
  + div:not(.vfa_smartDetailsModal__content__vg__subTitle) {
  margin-top: 40px;
}
.vfa_smartDetailsModal__content__vg__subTitle {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg__subTitle {
    font-size: 28px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__vg__subTitle {
    font-size: 24px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__vg__subTitle {
    font-size: 20px;
  }
}
.vfa_smartDetailsModal__content__vg__subTitle + div {
  margin-top: 40px;
}
.vfa_smartDetailsModal__content__vg .modalSlider {
  width: 100%;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw {
    display: flex;
  }
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw.swiper-wrapper {
  height: auto;
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw__item {
    flex: 1;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw__item:not(:last-child) {
    margin-right: 30px;
  }
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item.swiper-slide {
  width: auto;
  height: auto;
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item .rwd-video iframe,
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item .rwd-video object,
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.vfa_smartDetailsModal__content__vg .modalSlider__sw__item__cap {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  padding: 24px 40px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw__item__cap {
    padding: 24px 40px;
  }
}
@media (max-width: 1169px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw__item__cap {
    padding: 24px 32px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__vg .modalSlider__sw__item__cap {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__spec {
    padding: 32px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__spec {
    padding: 32px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__spec {
    padding: 16px;
  }
}
.vfa_smartDetailsModal__content__spec__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__spec__title {
    font-size: 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__spec__title {
    font-size: 34px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__spec__title {
    font-size: 24px;
  }
}
.vfa_smartDetailsModal__content__spec__title
  + .vfa_smartDetailsModal__content__spec__subTitle {
  margin-top: 8px;
}
.vfa_smartDetailsModal__content__spec__title
  + div:not(.vfa_smartDetailsModal__content__spec__subTitle) {
  margin-top: 40px;
}
.vfa_smartDetailsModal__content__spec__subTitle {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333;
}
@media (min-width: 1170px) {
  .vfa_smartDetailsModal__content__spec__subTitle {
    font-size: 28px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_smartDetailsModal__content__spec__subTitle {
    font-size: 24px;
  }
}
.vfa_smartDetailsModal__content__spec__subTitle + div {
  margin-top: 40px;
}
.vfa_smartDetailsModal__content__spec__row {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__spec__row {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__spec__row {
    font-size: 18px;
  }
}
.vfa_smartDetailsModal__content__spec__row:not(:first-child) {
  padding-top: 32px;
}
.vfa_smartDetailsModal__content__spec__row__l {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__spec__row__l {
    max-width: 20%;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__spec__row__l {
    max-width: 30%;
  }
}
.vfa_smartDetailsModal__content__spec__row__r {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: right;
}
@media (min-width: 744px) {
  .vfa_smartDetailsModal__content__spec__row__r {
    max-width: 70%;
  }
}
@media (max-width: 743px) {
  .vfa_smartDetailsModal__content__spec__row__r {
    max-width: 60%;
  }
}
.vfa_smartDetailsModal__content__cta {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.vfa_appleTvModal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1169px) {
  .vfa_appleTvModal {
    padding: 0;
    z-index: 1000;
    overflow-x: hidden;
  }
}
.vfa_appleTvModal__button {
  cursor: pointer;
}
.vfa_appleTvModal__content {
  margin: auto;
  border: 1px solid #888;
  border-radius: 6px;
  position: relative;
  padding-bottom: 32px;
  background-color: #fff;
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content {
    width: 1140px;
  }
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content {
    width: 100%;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    min-height: 100vh;
  }
}
.vfa_appleTvModal__content__close {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content__close {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
.vfa_appleTvModal__content__close:hover,
.vfa_appleTvModal__content__close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content__close__t {
    display: none;
  }
}
.vfa_appleTvModal__content__close__x {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-left: 4px;
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content__close__x {
    font-size: 40px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.vfa_appleTvModal__content__imgContainer {
  position: relative;
}
.vfa_appleTvModal__content__imgContainer img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content__imgContainer img {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_appleTvModal__content__imgContainer__inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(98, 98, 98, 0) 0%,
    rgba(98, 98, 98, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content__imgContainer__inside {
    padding: 40px 40px 32px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_appleTvModal__content__imgContainer__inside {
    padding: 16px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__imgContainer__inside {
    padding: 32px 16px;
  }
}
.vfa_appleTvModal__content__imgContainer__inside__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__imgContainer__inside__bottom {
    display: block;
  }
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__imgContainer__inside__bottom__thumb {
    width: 125px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__imgContainer__inside__bottom__thumb {
    width: 76px;
  }
}
.vfa_appleTvModal__content__imgContainer__inside__bottom__thumb img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
.vfa_appleTvModal__content__strip {
  background-color: #f4f4f4;
  display: flex;
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content__strip {
    padding: 32px 40px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_appleTvModal__content__strip {
    padding: 32px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__strip {
    padding: 24px 16px;
  }
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content__strip__desc {
    flex: 1;
  }
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content__strip__desc {
    flex: 1;
  }
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__strip__desc {
    display: flex;
  }
}
.vfa_appleTvModal__content__strip__desc__item {
  flex: 1;
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__strip__desc__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__strip__desc__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.vfa_appleTvModal__content__strip__desc__item__t {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  color: #000;
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__strip__desc__item__t {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__strip__desc__item__t {
    font-size: 16px;
    line-height: 1.38;
  }
}
.vfa_appleTvModal__content__strip__desc__item__b {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  color: #000;
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__strip__desc__item__b {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__strip__desc__item__b {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media (min-width: 1170px) {
  .vfa_appleTvModal__content__strip__emp {
    flex: 4;
  }
}
.vfa_appleTvModal__content__txtContainer {
  padding: 32px 40px;
}
@media (max-width: 1169px) {
  .vfa_appleTvModal__content__txtContainer {
    padding: 24px 16px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__txtContainer {
    display: block;
    padding: 24px 16px 12px;
  }
}
.vfa_appleTvModal__content__txtContainer__p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_appleTvModal__content__txtContainer__p {
    flex: 6;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__txtContainer__p {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.vfa_appleTvModal__content__txtContainer__notes {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 744px) {
  .vfa_appleTvModal__content__txtContainer__notes {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  .vfa_appleTvModal__content__txtContainer__notes {
    margin-top: 24px;
  }
}
#vfa_mainWidget_05 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_mainWidget_05 {
    display: block;
  }
}
#vfa_mainWidget_05 .vfa_mainWidget__column {
  display: flex;
  flex-direction: column;
  flex: 0 0 390px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#vfa_mainWidget_05 .vfa_mainWidget__column:nth-child(2) {
  flex: 0 0 360px;
  background-color: #f4f4f4;
}
@media (max-width: 1169px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column:nth-child(2) {
    display: none;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column:nth-child(3) {
    display: none;
  }
}
#vfa_mainWidget_05 .vfa_mainWidget__column .info_block__01 {
  padding: 16px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column .info_block__01 {
    flex-basis: 100%;
  }
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__titleRow {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__titleRow
  .info_block__01__titleRow__img {
  flex: 0 0 40px;
  margin-right: 8px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__titleRow
  .info_block__01__titleRow__img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__titleRow
  .info_block__01__titleRow__title {
  font-size: 28px;
  line-height: 34px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__subTitleRow {
  font-size: 18px;
  line-height: 24px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__01
  .info_block__01__subTitleRow
  + span {
  line-height: 28px;
}
#vfa_mainWidget_05 .vfa_mainWidget__column .info_block__02 {
  padding: 16px;
  margin-top: auto;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 743px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column .info_block__02 {
    padding-bottom: 0;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column .info_block__02 {
    flex-basis: 50%;
    margin-top: 0;
  }
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__02
  .info_block__02__title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_mainWidget_05
    .vfa_mainWidget__column
    .info_block__02
    .info_block__02__title {
    margin-bottom: 0;
  }
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__02
  .info_block__02__title
  span:not([vfa_tooltip_text][vfa_tooltip_position]) {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 48px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__02
  .info_block__02__subTitle {
  font-size: 18px;
  line-height: 24px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .info_block__02
  .info_block__02__subTitle
  span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_mainWidget_05 .vfa_mainWidget__column .info_block__02 + .vfa__ctaSection {
  display: none;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_mainWidget_05
    .vfa_mainWidget__column
    .info_block__02
    + .vfa__ctaSection {
    display: block;
    flex-basis: 50%;
    border-top: 1px solid #ebebeb;
  }
}
#vfa_mainWidget_05 .vfa_mainWidget__column .vfa__detailSection {
  padding: 8px 16px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .vfa__detailSection
  .vfa__detailSection__row {
  padding: 16px 0;
  display: flex;
  align-items: center;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .vfa__detailSection
  .vfa__detailSection__row
  .vfa__detailSection__row__img {
  margin-right: 20px;
  flex: 0 0 24px;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .vfa__detailSection
  .vfa__detailSection__row
  .vfa__detailSection__row__img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_mainWidget_05
  .vfa_mainWidget__column
  .vfa__detailSection
  .vfa__detailSection__row
  .vfa__detailSection__row__txt {
  font-size: 18px;
  line-height: 24px;
}
#vfa_mainWidget_05 .vfa_mainWidget__column .vfa__ctaSection {
  padding: 24px;
}
@media (max-width: 743px) {
  #vfa_mainWidget_05 .vfa_mainWidget__column .vfa__ctaSection {
    padding: 16px;
  }
}
#vfa_mainWidget_05 .vfa_mainWidget__column .vfa__ctaSection .vfa_cta {
  display: block;
}
#vfa_mainWidget_05 .vfa_mainWidget__column .vfa__imgSection img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_mainWidget_07 .widgetTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  width: 555px;
  overflow-y: hidden;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widgetTag {
    width: auto;
    min-width: 50%;
    display: inline-block;
    padding: 0 20px;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widgetTag {
    width: 100%;
  }
}
.vfa_mainWidget_07 .widgetTag + .widget {
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_07 .widgetTag + .widget {
    border-radius: 0 0 6px 6px;
  }
}
.vfa_mainWidget_07 .widgetTag + .widget .widget__header {
  border-radius: 0;
}
.vfa_mainWidget_07 .widget {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  grid-template-rows: auto auto auto auto;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }
}
.vfa_mainWidget_07 .widget__item {
  background-color: #fff;
}
.vfa_mainWidget_07 .widget__item--a {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  border-radius: 6px 0 0 0;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    border-radius: 6px 6px 0 0;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    border-radius: 6px 6px 0 0;
  }
}
.vfa_mainWidget_07 .widget__item--b {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.vfa_mainWidget_07 .widget__item--c {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.vfa_mainWidget_07 .widget__item--d {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  background-color: #f4f4f4;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--d {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--d {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
.vfa_mainWidget_07 .widget__item--e {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
  border-radius: 0 6px 0 0;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--e {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    border-radius: 0;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--e {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    border-radius: 0;
  }
}
.vfa_mainWidget_07 .widget__item--f {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  border-top: 4px solid #f4f4f4;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__item--f {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__item--f {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }
}
.vfa_mainWidget_07 .widget__header {
  background-color: #fff;
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 6px 0 0 0;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__header {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_mainWidget_07 .widget__header__titleRow {
  display: flex;
  align-items: center;
}
.vfa_mainWidget_07 .widget__header__titleRow__l {
  width: 34px;
  flex: 34px 0 0;
  margin-right: 16px;
}
.vfa_mainWidget_07 .widget__header__titleRow__l img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_mainWidget_07 .widget__header__titleRow__r {
  font-family: "Vodafone RgBd";
  font-size: 28px;
  line-height: 34px;
}
.vfa_mainWidget_07 .widget__header__paragraph {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}
.vfa_mainWidget_07 .widget__priceSection {
  padding: 16px 16px 8px;
  background-color: #fff;
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__priceSection {
    padding: 16px;
  }
}
.vfa_mainWidget_07 .widget__priceSection__priceRow .priceSpan {
  font-family: "Vodafone RgBd";
  font-size: 36px;
  line-height: 48px;
  margin-right: 4px;
}
.vfa_mainWidget_07 .widget__priceSection__priceRow .monthSpan {
  font-size: 28px;
  line-height: 34px;
}
.vfa_mainWidget_07 .widget__priceSection__subPriceRow {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_07 .widget__priceSection__subPriceRow.green {
  color: #090;
}
.vfa_mainWidget_07 .widget__priceSection__subPriceRow span {
  font-family: "Vodafone RgBd";
}
.vfa_mainWidget_07 .widget__priceSection__freeRow {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_07 .widget__priceSection__freeRow span {
  font-family: "Vodafone RgBd";
}
.vfa_mainWidget_07 .widget__deliverySection {
  padding: 8px 16px 16px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__deliverySection {
    padding: 16px;
  }
}
.vfa_mainWidget_07 .widget__deliverySection span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
.vfa_mainWidget_07 .widget__deliverySection img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}
.vfa_mainWidget_07 .widget__deliverySection__row {
  margin-bottom: 8px;
}
.vfa_mainWidget_07 .widget__detailSection {
  background-color: #f4f4f4;
  padding: 8px 16px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__detailSection {
    display: flex;
    flex-wrap: wrap;
  }
}
.vfa_mainWidget_07 .widget__detailSection__detailRow {
  display: flex;
  padding: 16px 0;
  transition: all 0.3s;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_07 .widget__detailSection__detailRow {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 16px 16px 16px 0;
  }
}
.vfa_mainWidget_07 .widget__detailSection__detailRow__img {
  width: 24px;
  flex: 24px 0 0;
  margin-right: 16px;
}
.vfa_mainWidget_07 .widget__detailSection__detailRow__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_mainWidget_07 .widget__detailSection__detailRow__txt {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_07 .widget__detailSection__detailRow__txt img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.vfa_mainWidget_07 .widget__widget_tabs {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0 16px;
  border-radius: 0 0 6px 6px;
}
.vfa_mainWidget_07 .widget__widget_tabs li {
  font-family: "Vodafone Rg";
  font-size: 20px;
  min-width: 184px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.1s;
  list-style: none;
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__widget_tabs li {
    width: 50%;
    font-family: "Vodafone Rg";
    font-size: 20px;
    min-width: auto;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s;
    list-style: none;
  }
}
.vfa_mainWidget_07 .widget__widget_tabs li:active,
.vfa_mainWidget_07 .widget__widget_tabs li:focus {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
.vfa_mainWidget_07 .widget__widget_tabs li.active {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
.vfa_mainWidget_07 .widget__ctaSection {
  padding: 16px;
}
@media (max-width: 743px) {
  .vfa_mainWidget_07 .widget__ctaSection {
    padding: 0 16px;
  }
}
.vfa_mainWidget_07 .widget__ctaSection .vfa_cta {
  display: block;
}
.vfa_mainWidget_08 .widgetTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  width: 555px;
  overflow-y: hidden;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_08 .widgetTag {
    width: 342px;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widgetTag {
    width: 100%;
  }
}
.vfa_mainWidget_08 .widgetTag + .widget {
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_08 .widgetTag + .widget {
    border-radius: 0 0 6px 6px;
  }
}
.vfa_mainWidget_08 .widgetTag + .widget .widget__header {
  border-radius: 0;
}
.vfa_mainWidget_08 .widget {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  grid-template-rows: auto auto auto auto;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }
}
.vfa_mainWidget_08 .widget__item {
  background-color: #fff;
}
.vfa_mainWidget_08 .widget__item--a {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  border-radius: 6px 0 0 0;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    border-radius: 6px 6px 0 0;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    border-radius: 6px 6px 0 0;
  }
}
.vfa_mainWidget_08 .widget__item--b {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.vfa_mainWidget_08 .widget__item--c {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  border-radius: 0 0 0 6px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__item--c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__item--c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.vfa_mainWidget_08 .widget__item--d {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  background-color: #f4f4f4;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__item--d {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__item--d {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    border-radius: 0 0 6px 6px;
  }
}
.vfa_mainWidget_08 .widget__item--e {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
  border-radius: 0 6px 6px 0;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__item--e {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    border-radius: 0;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__item--e {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    border-radius: 0;
  }
}
.vfa_mainWidget_08 .widget__header {
  background-color: #fff;
  padding: 32px 16px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 6px 0 0 0;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__header {
    border-radius: 6px 6px 0 0;
  }
}
.vfa_mainWidget_08 .widget__header__titleRow {
  display: flex;
  align-items: center;
}
.vfa_mainWidget_08 .widget__header__titleRow__l {
  width: 34px;
  flex: 34px 0 0;
  margin-right: 16px;
}
.vfa_mainWidget_08 .widget__header__titleRow__l img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_mainWidget_08 .widget__header__titleRow__r {
  font-family: "Vodafone RgBd";
  font-size: 28px;
  line-height: 34px;
}
.vfa_mainWidget_08 .widget__header__titleRow + .widget__header__paragraph {
  margin-top: 16px;
}
.vfa_mainWidget_08 .widget__header__paragraph {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_08 .widget__priceSection {
  padding: 16px 16px 0;
  background-color: #fff;
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__priceSection {
    padding: 16px;
  }
}
.vfa_mainWidget_08 .widget__priceSection__priceRow .priceSpan {
  font-family: "Vodafone RgBd";
  font-size: 36px;
  line-height: 48px;
  margin-right: 4px;
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__priceSection__priceRow .priceSpan {
    margin-right: 0;
  }
}
.vfa_mainWidget_08 .widget__priceSection__priceRow .monthSpan {
  font-size: 28px;
  line-height: 34px;
}
.vfa_mainWidget_08 .widget__priceSection__subPriceRow {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_08 .widget__priceSection__subPriceRow.green {
  color: #090;
}
.vfa_mainWidget_08 .widget__priceSection__subPriceRow span {
  font-family: "Vodafone RgBd";
}
.vfa_mainWidget_08 .widget__priceSection__freeRow {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_08 .widget__priceSection__freeRow span {
  font-family: "Vodafone RgBd";
}
.vfa_mainWidget_08 .widget__deliverySection {
  padding: 0 16px 24px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 0 0 0 6px;
}
@media (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__deliverySection {
    border-radius: 0;
  }
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__deliverySection {
    padding: 16px;
  }
}
.vfa_mainWidget_08 .widget__deliverySection span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
.vfa_mainWidget_08 .widget__deliverySection img {
  width: 24px;
  height: auto;
}
.vfa_mainWidget_08 .widget__deliverySection__row {
  margin-bottom: 8px;
}
.vfa_mainWidget_08 .widget__detailSection {
  background-color: #f4f4f4;
  padding: 8px 16px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__detailSection {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1169px) {
  .vfa_mainWidget_08 .widget__detailSection {
    border-radius: 0 0 6px 6px;
  }
}
.vfa_mainWidget_08 .widget__detailSection__detailRow {
  display: flex;
  padding: 16px 0;
  transition: all 0.3s;
}
.vfa_mainWidget_08 .widget__detailSection__detailRow__img {
  width: 24px;
  flex: 24px 0 0;
  margin-right: 16px;
}
.vfa_mainWidget_08 .widget__detailSection__detailRow__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vfa_mainWidget_08 .widget__detailSection__detailRow__txt {
  font-size: 18px;
  line-height: 24px;
}
.vfa_mainWidget_08 .widget__widget_tabs {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0 16px;
  border-radius: 0 0 6px 6px;
}
.vfa_mainWidget_08 .widget__widget_tabs li {
  font-family: "Vodafone Rg";
  font-size: 20px;
  min-width: 184px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.1s;
  list-style: none;
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__widget_tabs li {
    width: 50%;
    font-family: "Vodafone Rg";
    font-size: 20px;
    min-width: auto;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s;
    list-style: none;
  }
}
.vfa_mainWidget_08 .widget__widget_tabs li:active,
.vfa_mainWidget_08 .widget__widget_tabs li:focus {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
.vfa_mainWidget_08 .widget__widget_tabs li.active {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
.vfa_mainWidget_08 .widget__ctaSection {
  padding: 16px;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 743px) {
  .vfa_mainWidget_08 .widget__ctaSection {
    padding: 0 16px;
  }
}
.vfa_mainWidget_08 .widget__ctaSection .vfa_cta {
  display: block;
}
.vfa_mainWidget_08 .widget__bigImgSection img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_page .vfa_mainWidget_09 .widgetTag {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffd328;
  height: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: 570px;
  overflow-y: hidden;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widgetTag {
    width: 342px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widgetTag {
    width: 100%;
  }
}
#vfa_page .vfa_mainWidget_09 .widget {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widget {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__item {
  background-color: #fff;
}
#vfa_page .vfa_mainWidget_09 .widget__item--a {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--a {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__item--b {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 16px 32px 32px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 16px 16px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--b {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 16px;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__item--d {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: #f4f4f4;
  padding: 16px 32px 32px;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--d {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    padding: 8px 24px 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget__item--d {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    padding: 16px;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__header {
  background-color: #fff;
  padding: 24px 16px;
  border-bottom: 1px solid #ebebeb;
}
#vfa_page .vfa_mainWidget_09 .widget__header__titleRow {
  display: flex;
  align-items: center;
}
#vfa_page .vfa_mainWidget_09 .widget__header__titleRow__l {
  width: 34px;
  flex: 34px 0 0;
  margin-right: 16px;
}
#vfa_page .vfa_mainWidget_09 .widget__header__titleRow__l img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_page .vfa_mainWidget_09 .widget__header__titleRow__r {
  font-family: "Vodafone RgBd";
  font-size: 28px;
  line-height: 34px;
}
#vfa_page
  .vfa_mainWidget_09
  .widget__header__titleRow
  + .widget__header__paragraph {
  margin-top: 16px;
}
#vfa_page .vfa_mainWidget_09 .widget__header__paragraph {
  font-size: 18px;
  line-height: 24px;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection {
  background-color: #fff;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__priceRow .priceSpan {
  font-family: "Vodafone RgBd";
  font-size: 36px;
  line-height: 48px;
  margin-right: 4px;
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget__priceSection__priceRow .priceSpan {
    margin-right: 0;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__priceRow .monthSpan {
  font-size: 28px;
  line-height: 34px;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__subPriceRow {
  font-size: 18px;
  line-height: 24px;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__subPriceRow.green {
  color: #090;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__subPriceRow span {
  font-family: "Vodafone RgBd";
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__freeRow {
  font-size: 18px;
  line-height: 24px;
}
#vfa_page .vfa_mainWidget_09 .widget__priceSection__freeRow span {
  font-family: "Vodafone RgBd";
}
#vfa_page .vfa_mainWidget_09 .widget__deliverySection {
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  margin-top: 16px;
}
#vfa_page .vfa_mainWidget_09 .widget__deliverySection span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_page .vfa_mainWidget_09 .widget__deliverySection img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
}
#vfa_page .vfa_mainWidget_09 .widget__deliverySection__row {
  margin-bottom: 8px;
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_mainWidget_09 .widget__detailSection {
    display: flex;
    flex-wrap: wrap;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection__detailRow {
  display: flex;
  padding: 16px 0;
  transition: all 0.3s;
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection__detailRow--scopri {
  padding-bottom: 0;
  margin-top: auto;
}
@media (max-width: 743px) {
  #vfa_page
    .vfa_mainWidget_09
    .widget__detailSection__detailRow--scopri
    .widget__detailSection__detailRow__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection__detailRow__img {
  width: 24px;
  flex: 24px 0 0;
  margin-right: 16px;
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection__detailRow__img img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_page .vfa_mainWidget_09 .widget__detailSection__detailRow__txt {
  font-size: 18px;
  line-height: 24px;
}
#vfa_page .vfa_mainWidget_09 .widget__widget_tabs {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0 16px;
}
#vfa_page .vfa_mainWidget_09 .widget__widget_tabs li {
  font-family: "Vodafone Rg";
  font-size: 20px;
  min-width: 184px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.1s;
  list-style: none;
}
@media (max-width: 743px) {
  #vfa_page .vfa_mainWidget_09 .widget__widget_tabs li {
    width: 50%;
    font-family: "Vodafone Rg";
    font-size: 20px;
    min-width: auto;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s;
    list-style: none;
  }
}
#vfa_page .vfa_mainWidget_09 .widget__widget_tabs li:active,
#vfa_page .vfa_mainWidget_09 .widget__widget_tabs li:focus {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_page .vfa_mainWidget_09 .widget__widget_tabs li.active {
  font-family: "Vodafone RgBd";
  border-bottom: 3px solid #e60000;
}
#vfa_fwaCarousel_02 {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  color: #fff;
}
#vfa_fwaCarousel_02 .swiper_container_fwaCarousel_02 {
  width: 100%;
}
#vfa_fwaCarousel_02 .swiper_container_fwaCarousel_02 .vfa_carouselBoxes {
  display: flex;
  justify-content: space-between;
}
#vfa_fwaCarousel_02
  .swiper_container_fwaCarousel_02
  .vfa_carouselBoxes.swiper-wrapper {
  height: auto;
}
#vfa_fwaCarousel_02
  .swiper_container_fwaCarousel_02
  .vfa_carouselBoxes
  .vfa_carouselBox {
  flex: 1;
  margin-right: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 288px;
  padding: 24px;
}
@media (max-width: 1169px) {
  #vfa_fwaCarousel_02
    .swiper_container_fwaCarousel_02
    .vfa_carouselBoxes
    .vfa_carouselBox {
    flex: none;
    margin: 0;
  }
}
#vfa_fwaCarousel_02
  .swiper_container_fwaCarousel_02
  .vfa_carouselBoxes
  .vfa_carouselBox:last-of-type {
  margin-right: 0;
}
#vfa_fwaCarousel_02
  .swiper_container_fwaCarousel_02
  .vfa_carouselBoxes
  .vfa_carouselBox
  .vfa_carouselBox_title {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 1169px) {
  #vfa_fwaCarousel_02
    .swiper_container_fwaCarousel_02
    .vfa_carouselBoxes
    .vfa_carouselBox
    .vfa_carouselBox_title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 743px) {
  #vfa_fwaCarousel_02
    .swiper_container_fwaCarousel_02
    .vfa_carouselBoxes
    .vfa_carouselBox
    .vfa_carouselBox_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
#vfa_fwaCarousel_02
  .swiper_container_fwaCarousel_02
  .vfa_carouselBoxes
  .vfa_carouselBox
  .vfa_carouselBox_subTitle {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_fwaCarousel_02
    .swiper_container_fwaCarousel_02
    .vfa_carouselBoxes
    .vfa_carouselBox
    .vfa_carouselBox_subTitle {
    font-size: 16px;
    line-height: 22px;
  }
}
#vfa_page_accordion .vfa_paTitle {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
#vfa_page_accordion .vfa_paTitle + .vfa_accordion_container {
  margin-top: 16px;
}
#vfa_page_accordion .vfa_accordion_container {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
#vfa_page_accordion .vfa_accordion_container + .vfa_accordion_container {
  margin-top: 16px;
}
#vfa_page_accordion .vfa_accordion_container + .vfa_paTitle {
  margin-top: 32px;
}
#vfa_page_accordion .vfa_accordion_container .vfa_accordion {
  margin-top: 16px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  line-height: 28px;
  transition: 0.4s;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 6px;
}
@media screen and (max-width: 743px) {
  #vfa_page_accordion .vfa_accordion_container .vfa_accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#vfa_page_accordion .vfa_accordion_container .vfa_accordion:first-of-type {
  margin-top: 0;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_accordion.active
  .vfa_accordion_after {
  transform: rotate(180deg);
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_accordion
  .vfa_accordion_span {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_accordion
    .vfa_accordion_span {
    max-width: 82%;
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_accordion
  .vfa_accordion_after {
  display: flex;
  width: 24px;
  height: 12px;
  float: right;
  margin-left: 16px;
  transition: ease all 0.3s;
  flex-grow: 0;
  flex-shrink: 0;
}
#vfa_page_accordion .vfa_accordion_container .vfa_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#vfa_page_accordion .vfa_accordion_container .vfa_panel .vfa_accordion_p {
  margin-bottom: 16px;
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 0 24px;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p::before {
  display: block;
  content: "";
  width: 100%;
  margin-bottom: 16px;
  height: 1px;
  background-color: #ebebeb;
}
#vfa_page_accordion .vfa_accordion_container .vfa_panel .vfa_accordion_p a {
  text-decoration: none;
  color: #00b0ca;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow {
  padding-bottom: 16px;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  .vfa_opeRow_name {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
  letter-spacing: 1px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  .vfa_opeRow_tec {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_opeRow
    .vfa_opeRow_tec {
    font-size: 14px;
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  .vfa_opeRow_tec
  .vfa_opeRow_tec_item {
  flex: 1;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  .vfa_opeRow_tec
  .vfa_opeRow_tec_item.true {
  color: #007c92;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  .vfa_opeRow_tec
  .vfa_opeRow_tec_item.false {
  color: #333;
  opacity: 0.2;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_opeRow
  + .vfa_opeRow {
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_prices_table {
  padding: 24px 16px;
  background-color: #fff;
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table {
    padding: 24px 0;
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_prices_table
  table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
@media (min-width: 744px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr {
    border-bottom: 1px solid gray;
  }
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr:not(:last-child) {
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr
    td {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 0;
  }
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr
    td:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    tr
    td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-family: "Vodafone Lt";
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_prices_table
  table
  caption {
  text-align: left;
  font-family: "Vodafone Lt";
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    caption {
    font-size: 24px;
    line-height: 30px;
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_prices_table
  table
  thead {
  text-align: left;
  font-family: "Vodafone Lt";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}
@media (max-width: 743px) {
  #vfa_page_accordion
    .vfa_accordion_container
    .vfa_panel
    .vfa_accordion_p
    .vfa_prices_table
    table
    thead {
    display: none;
  }
}
#vfa_page_accordion
  .vfa_accordion_container
  .vfa_panel
  .vfa_accordion_p
  .vfa_prices_table
  table
  tbody {
  text-align: left;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
#vfa_page .vfa_section_container_bread {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  #vfa_page .vfa_section_container_bread {
    display: none;
    visibility: hidden;
  }
}
#vfa_page .vfa_section_container_bread #vfa_breadcrumb {
  color: #fff;
  font-size: 12px;
  display: flex;
}
#vfa_page .vfa_section_container_bread #vfa_breadcrumb .vfa_breadcrumb_link {
  color: #fff;
  text-decoration: none;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#vfa_page
  .vfa_section_container_bread
  #vfa_breadcrumb
  .vfa_breadcrumb_link
  span {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
}
#vfa_page
  .vfa_section_container_bread
  #vfa_breadcrumb
  a.vfa_breadcrumb_link:hover {
  text-decoration: underline;
}
#vfa_page .vfa_section_container_bread #vfa_breadcrumb .vfa_breadcrumb_arrow {
  margin: 0 8px;
}
#vfa_longCards {
  display: flex;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_longCards {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 743px) {
  #vfa_longCards {
    display: block;
  }
}
#vfa_longCards .vfa_singleCard {
  background-color: #fff;
  width: 360px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-end;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_longCards .vfa_singleCard {
    flex-basis: calc(50% - 15px);
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 743px) {
  #vfa_longCards .vfa_singleCard {
    width: 100%;
  }
}
@media (min-width: 1170px) {
  #vfa_longCards .vfa_singleCard:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 743px) {
  #vfa_longCards .vfa_singleCard:not(:last-child) {
    margin-bottom: 24px;
  }
}
#vfa_longCards .vfa_singleCard.specialOffer {
  outline-style: solid;
  outline-color: #ffd328;
  outline-width: 4px;
}
#vfa_longCards .vfa_singleCard.specialOffer .vfa_cc_mTag {
  display: block;
  height: 48px;
  line-height: 48px;
}
#vfa_longCards .vfa_singleCard.standardOffer .vfa_cc_mTag {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
}
#vfa_longCards .vfa_singleCard .vfa_cc_mTag {
  background-color: #ffd328;
  text-align: center;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
}
#vfa_longCards .vfa_singleCard .vfa_cc_header {
  background-color: #fff;
  padding: 16px;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ebebeb;
}
#vfa_longCards .vfa_singleCard .vfa_cc_header .vfa_cc_header_title_row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  #vfa_longCards .vfa_singleCard .vfa_cc_header .vfa_cc_header_title_row {
    min-height: 102px;
  }
}
@media (max-width: 743px) {
  #vfa_longCards .vfa_singleCard .vfa_cc_header .vfa_cc_header_title_row {
    min-height: auto;
  }
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_header
  .vfa_cc_header_title_row
  .vfa_cc_header_title_row_l {
  width: 34px;
  flex: 34px 0 0;
  margin-right: 16px;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_header
  .vfa_cc_header_title_row
  .vfa_cc_header_title_row_l
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_header
  .vfa_cc_header_title_row
  .vfa_cc_header_title_row_r {
  font-family: "Vodafone RgBd";
  font-size: 28px;
  line-height: 34px;
}
#vfa_longCards .vfa_singleCard .vfa_cc_header .vfa_cc_header_subTitle {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 744px) {
  #vfa_longCards .vfa_singleCard .vfa_cc_header .vfa_cc_header_subTitle {
    min-height: 48px;
  }
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection {
  padding: 16px;
  background-color: #fff;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_priceSection
  .vfa_cc_priceRow
  .priceSpan {
  font-family: "Vodafone RgBd";
  font-size: 36px;
  line-height: 48px;
  margin-right: 4px;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_priceSection
  .vfa_cc_priceRow
  .monthSpan {
  font-size: 28px;
  line-height: 34px;
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_subPriceRow {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 744px) {
  #vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_subPriceRow {
    min-height: 48px;
  }
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_subPriceRow.green {
  color: #090;
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_subPriceRow span {
  font-family: "Vodafone RgBd";
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_freeRow {
  font-size: 18px;
  line-height: 24px;
}
#vfa_longCards .vfa_singleCard .vfa_cc_priceSection .vfa_cc_freeRow span {
  font-family: "Vodafone RgBd";
}
#vfa_longCards .vfa_singleCard .vfa_cc_ctaSectionTop {
  padding: 0 16px 16px;
  background-color: #fff;
}
#vfa_longCards .vfa_singleCard .vfa_cc_ctaSectionTop .vfa_cta {
  display: block;
}
#vfa_longCards .vfa_singleCard .vfa_cc_deliverySection {
  padding: 0 16px 16px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
}
#vfa_longCards .vfa_singleCard .vfa_cc_deliverySection span {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
}
#vfa_longCards .vfa_singleCard .vfa_cc_detailSection {
  background-color: #f4f4f4;
  padding: 8px 16px;
}
@media (max-width: 743px) {
  #vfa_longCards .vfa_singleCard .vfa_cc_detailSection {
    min-height: auto;
  }
}
#vfa_longCards .vfa_singleCard .vfa_cc_detailSection .vfa_cc_detailRow {
  display: flex;
  padding: 16px 0;
  transition: all 0.3s;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .vfa_cc_detailRow_img {
  width: 24px;
  flex: 24px 0 0;
  margin-right: 16px;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .vfa_cc_detailRow_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .vfa_cc_detailRow_txt {
  font-size: 18px;
  line-height: 24px;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .info_link {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #00b0ca;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .info_link:hover
  .tooltip {
  display: block;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .info_link
  .tooltip {
  text-transform: none;
  position: absolute;
  left: -135px;
  top: 32px;
  color: #000;
  text-align: center;
  display: none;
  transition: 0.3s all;
  width: 290px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 20px;
  background-color: #fff;
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #vfa_longCards
    .vfa_singleCard
    .vfa_cc_detailSection
    .vfa_cc_detailRow
    .info_link
    .tooltip {
    left: -182px;
  }
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .info_link
  .tooltip
  a {
  font-family: "Vodafone Rg";
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_detailSection
  .vfa_cc_detailRow
  .info_link
  .tooltip:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 142px;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid #fff;
}
@media screen and (max-width: 767px) {
  #vfa_longCards
    .vfa_singleCard
    .vfa_cc_detailSection
    .vfa_cc_detailRow
    .info_link
    .tooltip:before {
    left: 190px;
  }
}
#vfa_longCards .vfa_singleCard .vfa_cc_ctaSectionBottom {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
#vfa_longCards .vfa_singleCard .vfa_cc_ctaSectionBottom .vfa_cc_ctaQuestion {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#vfa_longCards .vfa_singleCard .vfa_cc_ctaSectionBottom .vfa_cta {
  display: block;
}
#vfa_longCards
  .vfa_singleCard
  .vfa_cc_ctaSectionBottom
  .vfa_cta.details::after {
  background-image: url("https://www.vodafone.it/content/dam/img/ic_plus.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 4px;
}
#vfa_videoSection_001 .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
#vfa_videoSection_001 .rwd-video iframe,
#vfa_videoSection_001 .rwd-video object,
#vfa_videoSection_001 .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px;
}
@media (min-width: 1170px) {
  #vfa_page .vfa_videoSection_002 {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 1170px) {
  #vfa_page .vfa_videoSection_002__item {
    flex: 1;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_page .vfa_videoSection_002__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_videoSection_002__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
#vfa_page .vfa_videoSection_002__item .rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  border-radius: 6px;
}
#vfa_page .vfa_videoSection_002__item .rwd-video iframe,
#vfa_page .vfa_videoSection_002__item .rwd-video object,
#vfa_page .vfa_videoSection_002__item .rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px;
}
#vfa_smartSection + #vfa_smartSection,
#vfa_smartSection + .vfa_smartSection,
.vfa_smartSection + #vfa_smartSection,
.vfa_smartSection + .vfa_smartSection {
  margin-top: 56px;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection + #vfa_smartSection,
  #vfa_smartSection + .vfa_smartSection,
  .vfa_smartSection + #vfa_smartSection,
  .vfa_smartSection + .vfa_smartSection {
    margin-top: 40px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection + #vfa_smartSection,
  #vfa_smartSection + .vfa_smartSection,
  .vfa_smartSection + #vfa_smartSection,
  .vfa_smartSection + .vfa_smartSection {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection.specialOffer,
  .vfa_smartSection.specialOffer {
    outline-style: solid;
    outline-color: #ffd328;
    outline-width: 4px;
    border-radius: 6px;
  }
}
#vfa_smartSection.specialOffer .vfa_smartTag,
.vfa_smartSection.specialOffer .vfa_smartTag {
  display: block;
}
@media (max-width: 743px) {
  #vfa_smartSection.specialOffer .vfa_smartTag,
  .vfa_smartSection.specialOffer .vfa_smartTag {
    border-radius: 0;
  }
}
#vfa_smartSection.specialOffer .vfa_smartMain,
.vfa_smartSection.specialOffer .vfa_smartMain {
  box-shadow: none;
}
@media (min-width: 744px) {
  #vfa_smartSection.specialOffer .vfa_smartMain,
  .vfa_smartSection.specialOffer .vfa_smartMain {
    border: 4px solid #ffd328;
    border-radius: 0 6px 6px 6px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection.specialOffer .vfa_smartMain,
  .vfa_smartSection.specialOffer .vfa_smartMain {
    border-radius: 0;
  }
}
#vfa_smartSection .vfa_smartTag,
.vfa_smartSection .vfa_smartTag {
  background-color: #ffd328;
  text-align: center;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  height: 30px;
  line-height: 34px;
  border-radius: 6px 6px 0 0;
  width: 555px;
}
@media (max-width: 1169px) {
  #vfa_smartSection .vfa_smartTag,
  .vfa_smartSection .vfa_smartTag {
    width: 50%;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartTag,
  .vfa_smartSection .vfa_smartTag {
    width: 100%;
    line-height: 30px;
  }
}
#vfa_smartSection .vfa_smartMain,
.vfa_smartSection .vfa_smartMain {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  background-color: #fff;
}
@media (max-width: 1169px) {
  #vfa_smartSection .vfa_smartMain,
  .vfa_smartSection .vfa_smartMain {
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain,
  .vfa_smartSection .vfa_smartMain {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_lSide,
.vfa_smartSection .vfa_smartMain .vfa_lSide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 555px;
  display: flex;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide,
  .vfa_smartSection .vfa_smartMain .vfa_lSide {
    width: 100%;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide,
  .vfa_smartSection .vfa_smartMain .vfa_lSide {
    width: 100%;
    flex-direction: column;
    display: block;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img,
.vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img {
  width: 264px;
  flex-basis: 264px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img {
    display: flex;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img {
    width: 100%;
    flex: 1;
    border-radius: 6px 6px 0 0;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img,
.vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img {
  width: 100%;
  display: block;
  border-radius: 6px 0 0 6px;
}
@media (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img {
    align-self: center;
    height: auto;
  }
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img {
    border-radius: 6px 0 0 0;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_img img {
    border-radius: 6px 6px 0 0;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt,
.vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt {
  width: 291px;
  flex-basis: 291px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 40px 16px 16px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt {
    width: 100%;
    flex: 1;
    padding: 0 16px 16px;
  }
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt {
    width: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt,
  .vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt {
    width: 100%;
    flex: 1;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt .vfa_lSide_title,
.vfa_smartSection .vfa_smartMain .vfa_lSide .vfa_lSide_txt .vfa_lSide_title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (min-width: 1170px) {
  #vfa_smartSection
    .vfa_smartMain
    .vfa_lSide
    .vfa_lSide_txt
    .vfa_lSide_subTitleGroup,
  .vfa_smartSection
    .vfa_smartMain
    .vfa_lSide
    .vfa_lSide_txt
    .vfa_lSide_subTitleGroup {
    min-height: 85px;
  }
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_price,
.vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_price {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_price
  .vfa_lSide_priceSpan,
.vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_price
  .vfa_lSide_priceSpan {
  font-size: 34px;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_p,
.vfa_smartSection
  .vfa_smartMain
  .vfa_lSide
  .vfa_lSide_txt
  .vfa_lSide_subTitleGroup
  .vfa_lSide_p {
  font-size: 18px;
  line-height: 24px;
}
#vfa_smartSection .vfa_smartMain .vfa_scopriButton,
.vfa_smartSection .vfa_smartMain .vfa_scopriButton {
  font-size: 18px;
  display: none;
  text-align: center;
  height: 48px;
  line-height: 48px;
}
#vfa_smartSection .vfa_smartMain .vfa_scopriButton::after,
.vfa_smartSection .vfa_smartMain .vfa_scopriButton::after {
  content: url("https://www.vodafone.it/content/dam/img/freccia_rossa.png");
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transition: ease all 0.3s;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_scopriButton.vfa_scopriButton_active::after,
.vfa_smartSection
  .vfa_smartMain
  .vfa_scopriButton.vfa_scopriButton_active::after {
  transform: rotate(180deg);
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_scopriButton,
  .vfa_smartSection .vfa_smartMain .vfa_scopriButton {
    display: block;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_rSide,
.vfa_smartSection .vfa_smartMain .vfa_rSide {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1169px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide,
  .vfa_smartSection .vfa_smartMain .vfa_rSide {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide,
  .vfa_smartSection .vfa_smartMain .vfa_rSide {
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide,
  .vfa_smartSection .vfa_smartMain .vfa_rSide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top,
.vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top {
  padding: 16px 0 8px 0;
  font-size: 18px;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top,
  .vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top {
    padding-left: 24px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top,
  .vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_top {
    padding: 16px;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom,
.vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom,
  .vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom {
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom,
  .vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom {
    flex-direction: column;
  }
}
#vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom .vfa_rSide_box,
.vfa_smartSection .vfa_smartMain .vfa_rSide .vfa_rSide_bottom .vfa_rSide_box {
  flex: 1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box:nth-child(odd),
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box:nth-child(odd) {
  background-color: #f7f7f7;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box:nth-child(odd),
  .vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box:nth-child(odd) {
    border-radius: 0 0 0 6px;
  }
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box:nth-child(even),
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box:nth-child(even) {
  background-color: #f0f0f0;
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box:nth-child(even),
  .vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box:nth-child(even) {
    border-radius: 0 0 6px 0;
  }
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxTp
  .vfa_rSide_title,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxTp
  .vfa_rSide_title {
  font-size: 28px;
  line-height: 34px;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxTp
  .vfa_rSide_subTitle,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxTp
  .vfa_rSide_subTitle {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}
@media (min-width: 1170px) {
  #vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box
    .vfa_rSide_boxBt,
  .vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box
    .vfa_rSide_boxBt {
    min-height: 80px;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  #vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box
    .vfa_rSide_boxBt,
  .vfa_smartSection
    .vfa_smartMain
    .vfa_rSide
    .vfa_rSide_bottom
    .vfa_rSide_box
    .vfa_rSide_boxBt {
    margin-top: 8px;
  }
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_price,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_price {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 32px;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_subPrice,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_subPrice {
  font-size: 18px;
  line-height: 28px;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_linkScopri,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_linkScopri {
  font-size: 18px;
  line-height: 34px;
  color: #0092aa;
  margin-top: 8px;
  cursor: pointer;
}
#vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_linkScopri::after,
.vfa_smartSection
  .vfa_smartMain
  .vfa_rSide
  .vfa_rSide_bottom
  .vfa_rSide_box
  .vfa_rSide_boxBt
  .vfa_rSide_linkScopri::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  vertical-align: middle;
  background-image: url("https://www.vodafone.it/content/dam/img/bluerightarrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 6px;
}
#vfa_smartSection .vfa_smartBelow,
.vfa_smartSection .vfa_smartBelow {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartBelow,
  .vfa_smartSection .vfa_smartBelow {
    flex-direction: column;
    margin-top: 0;
    background-color: #fff;
    padding: 16px;
    border-radius: 0 0 6px 6px;
  }
}
#vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child),
.vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child),
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child),
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt,
.vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt,
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt {
    display: none;
  }
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt br,
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_txt br {
    display: none;
  }
}
@media (min-width: 1170px) {
  #vfa_smartSection
    .vfa_smartBelow
    .vfa_smartBelow_item.vfa_smartBelow_txt.vfa_dpTitle,
  .vfa_smartSection
    .vfa_smartBelow
    .vfa_smartBelow_item.vfa_smartBelow_txt.vfa_dpTitle {
    max-width: 554px;
  }
}
#vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta,
.vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta {
  width: 262px;
}
@media (max-width: 1169px) and (min-width: 744px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta,
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta {
    width: 230px;
    flex-shrink: 0;
  }
}
@media (max-width: 743px) {
  #vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta,
  .vfa_smartSection .vfa_smartBelow .vfa_smartBelow_item.vfa_smartBelow_cta {
    width: 100%;
    flex: 1;
  }
}
#vfa_smartSection
  .vfa_smartBelow
  .vfa_smartBelow_item.vfa_smartBelow_cta
  .vfa_cta,
.vfa_smartSection
  .vfa_smartBelow
  .vfa_smartBelow_item.vfa_smartBelow_cta
  .vfa_cta {
  display: block;
}
#vfa_smartSection
  .vfa_smartBelow
  .vfa_smartBelow_item.vfa_smartBelow_cta
  .vfa_cta.white::after,
.vfa_smartSection
  .vfa_smartBelow
  .vfa_smartBelow_item.vfa_smartBelow_cta
  .vfa_cta.white::after {
  background-image: url("https://www.vodafone.it/content/dam/img/ic_plus.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 4px;
}
#vfa_avviso {
  display: flex;
}
#vfa_avviso .vfa_border {
  background-color: #e60000;
  margin-right: 16px;
  flex-basis: 4px;
  flex-grow: 0;
  flex-shrink: 0;
}
#vfa_avviso .vfa_txtSide {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 743px) {
  #vfa_avviso .vfa_txtSide {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_tooltip_amd {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #00b0ca;
  position: relative;
  display: inline-block;
}
.vfa_tooltip_amd:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.vfa_tooltip_amd .tooltiptext {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  visibility: hidden;
  width: 180px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 1s;
}
.vfa_tooltip_amd .tooltiptext::after {
  content: " ";
  position: absolute;
}
.vfa_tooltip_amd .tooltiptext.bottom {
  top: 150%;
  left: 50%;
  margin-left: -90px;
}
.vfa_tooltip_amd .tooltiptext.bottom::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.vfa_tooltip_amd .tooltiptext.bottom-left {
  top: 150%;
  left: 50%;
  margin-left: -25px;
}
.vfa_tooltip_amd .tooltiptext.bottom-left::after {
  bottom: 100%;
  left: 15%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.vfa_tooltip_amd .tooltiptext.bottom-right {
  top: 150%;
  right: 50%;
  margin-right: -25px;
}
.vfa_tooltip_amd .tooltiptext.bottom-right::after {
  bottom: 100%;
  right: 15%;
  margin-right: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.vfa_tooltip_amd .tooltiptext a {
  color: #333;
  text-decoration: none;
}
#vfa_page .vfa_section_container_timeline {
  max-width: none;
  padding: 0;
}
#vfa_page .vfa_section_container_timeline .vfa_section_h2,
#vfa_page .vfa_section_container_timeline .vfa_section_h3,
#vfa_page .vfa_section_container_timeline .vfa_timeline_tabs {
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1169px) {
  #vfa_page .vfa_section_container_timeline .vfa_section_h2,
  #vfa_page .vfa_section_container_timeline .vfa_section_h3,
  #vfa_page .vfa_section_container_timeline .vfa_timeline_tabs {
    max-width: 744px;
  }
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container_timeline .vfa_section_h2,
  #vfa_page .vfa_section_container_timeline .vfa_section_h3,
  #vfa_page .vfa_section_container_timeline .vfa_timeline_tabs {
    max-width: 320px;
  }
}
#vfa_page .vfa_section_container_timeline .vfa_timeline_tabs {
  margin-bottom: 32px;
}
#vfa_page .vfa_section_container_timeline .vfa_timeline_tabs .vfa_tt_btn {
  display: inline-block;
  min-width: 200px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 743px) {
  #vfa_page .vfa_section_container_timeline .vfa_timeline_tabs .vfa_tt_btn {
    min-width: auto;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}
#vfa_page
  .vfa_section_container_timeline
  .vfa_timeline_tabs
  .vfa_tt_btn:not(:last-child) {
  margin-right: 16px;
}
#vfa_page .vfa_section_container_timeline .vfa_timeline_tabs .vfa_tt_btn:hover,
#vfa_page
  .vfa_section_container_timeline
  .vfa_timeline_tabs
  .vfa_tt_btn.active {
  background-color: #007c92;
  color: #fff;
}
#vfa_timeline {
  background-color: #fff;
}
#vfa_timeline .vfa_timeline_container {
  max-width: 1170px;
  padding: 48px 16px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  justify-content: space-between;
  animation: fadeEffect 1s;
}
#vfa_timeline .vfa_timeline_container:first-child {
  display: flex;
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container:first-child {
    display: block;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container {
    max-width: 744px;
    padding-top: 52px;
  }
}
@media (max-width: 743px) {
  #vfa_timeline .vfa_timeline_container {
    max-width: 320px;
  }
}
#vfa_timeline .vfa_timeline_container .vfa_tl_item {
  flex: 1;
  text-align: center;
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container .vfa_tl_item {
    display: flex;
    text-align: left;
  }
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item:first-child
  .vfa_tl_lineContainer::before {
  border: 2px solid red;
  background-color: red;
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item:first-child
  .vfa_tl_lineContainer
  .vfa_tl_line:first-child {
  visibility: hidden;
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item:first-child
    .vfa_tl_lineContainer
    .vfa_tl_line:first-child {
    visibility: visible;
  }
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item:last-child
  .vfa_tl_line:last-child {
  visibility: hidden;
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container .vfa_tl_item:last-child .vfa_tl_line {
    display: none;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item:last-child
    .vfa_tl_textContainer {
    min-height: auto;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item:last-child
    .vfa_tl_textContainer
    .vfa_tl_p {
    margin-bottom: 0;
  }
}
#vfa_timeline .vfa_timeline_container .vfa_tl_item img {
  width: 64px;
  height: 64px;
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container .vfa_tl_item img {
    margin-right: 28px;
    width: 58px;
    height: 58px;
    margin-top: -20px;
  }
}
#vfa_timeline .vfa_timeline_container .vfa_tl_item .vfa_tl_lineContainer {
  display: flex;
  margin: 24px auto;
  position: relative;
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container .vfa_tl_item .vfa_tl_lineContainer {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1170px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_lineContainer::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #000;
    background-color: #fff;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_lineContainer::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #000;
    background-color: #fff;
  }
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item
  .vfa_tl_lineContainer
  .vfa_tl_line {
  height: 2px;
  width: 100%;
  background-color: #000;
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_lineContainer
    .vfa_tl_line {
    flex-basis: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 2px;
    height: 50%;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline .vfa_timeline_container .vfa_tl_item .vfa_tl_textContainer {
    margin-left: 32px;
    min-height: 100px;
  }
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item
  .vfa_tl_textContainer
  .vfa_tl_date {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_textContainer
    .vfa_tl_date {
    margin-top: -7px;
  }
}
@media (max-width: 743px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_textContainer
    .vfa_tl_date {
    font-size: 18px;
    line-height: 24px;
  }
}
#vfa_timeline
  .vfa_timeline_container
  .vfa_tl_item
  .vfa_tl_textContainer
  .vfa_tl_p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 32px;
}
@media (max-width: 743px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_textContainer
    .vfa_tl_p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1169px) {
  #vfa_timeline
    .vfa_timeline_container
    .vfa_tl_item
    .vfa_tl_textContainer
    .vfa_tl_p {
    padding: 0;
    margin-bottom: 32px;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vfa_tariffaEu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  .vfa_tariffaEu {
    display: block;
  }
}
.vfa_tariffaEu__item {
  padding: 24px 24px 32px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.vfa_tariffaEu__item--left {
  flex-basis: 750px;
}
@media (max-width: 1169px) {
  .vfa_tariffaEu__item--left {
    width: 100%;
    margin-bottom: 32px;
  }
}
.vfa_tariffaEu__item--right {
  flex-basis: 360px;
}
@media (max-width: 1169px) {
  .vfa_tariffaEu__item--right {
    width: 100%;
  }
}
.vfa_tariffaEu__title {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}
@media (max-width: 1169px) {
  .vfa_tariffaEu__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 743px) {
  .vfa_tariffaEu__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.vfa_tariffaEu__sms {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__sms {
    font-size: 16px;
    line-height: 18px;
  }
}
.vfa_tariffaEu__callRows__row {
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.vfa_tariffaEu__callRows__row__l {
  display: flex;
  align-items: center;
}
.vfa_tariffaEu__callRows__row__l img:nth-child(1),
.vfa_tariffaEu__callRows__row__l img:nth-child(3) {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
}
.vfa_tariffaEu__callRows__row__l img:nth-child(2) {
  margin: 0 8px;
  width: 23px;
  height: 19px;
}
.vfa_tariffaEu__callRows__row__r {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  text-align: right;
}
.vfa_tariffaEu__callRows__row__r__title {
  font-size: 28px;
  line-height: 32px;
  color: #000;
}
.vfa_tariffaEu__callRows__row__r__title span {
  font-size: 20px;
}
.vfa_tariffaEu__callRows__row__r__subTitle {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__callRows__row__r__subTitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.vfa_tariffaEu__lastRow {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
}
.vfa_tariffaEu__lastRow__l {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
}
.vfa_tariffaEu__lastRow__r {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 27px;
  text-align: right;
}
@media (max-width: 1169px) {
  .vfa_tariffaEu__lastRow__r {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 743px) {
  .vfa_tariffaEu__lastRow__r {
    line-height: 24px;
  }
}
.vfa_tariffaEu__lastRow__r__subTitle {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__lastRow__r__subTitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.vfa_tariffaEu__gigaRow {
  display: flex;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow {
    display: block;
  }
}
.vfa_tariffaEu__gigaRow__l {
  width: 334px;
  margin-right: 30px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.vfa_tariffaEu__gigaRow__l__ic {
  position: relative;
}
.vfa_tariffaEu__gigaRow__l__ic label {
  font-family: "Vodafone Rg";
  position: absolute;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
  left: 16px;
  color: #333;
  padding: 0 4px;
  top: -8px;
}
.vfa_tariffaEu__gigaRow__l__ic input,
.vfa_tariffaEu__gigaRow__l__ic select {
  font-family: "Vodafone Rg", vodafone_rgregular, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 60px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #666;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l__ic input,
  .vfa_tariffaEu__gigaRow__l__ic select {
    height: 48px;
    padding: 12px;
    font-size: 18px;
  }
}
.vfa_tariffaEu__gigaRow__l__ic input:focus,
.vfa_tariffaEu__gigaRow__l__ic select:focus {
  outline-width: 0;
}
.vfa_tariffaEu__gigaRow__l__ic input::-ms-expand,
.vfa_tariffaEu__gigaRow__l__ic select::-ms-expand {
  display: none;
}
.vfa_tariffaEu__gigaRow__l__ic input {
  line-height: 60px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l__ic input {
    line-height: 48px;
    padding-top: 14px;
  }
}
.vfa_tariffaEu__gigaRow__l__ic select {
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 24px 11px;
  background-color: #fff;
  color: #333;
}
.vfa_tariffaEu__gigaRow__l__ic
  select
  + .vfa_tariffaEu__gigaRow__l__ic__euroLogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vfa_tariffaEu__gigaRow__l__ic select option {
  color: #333;
}
.vfa_tariffaEu__gigaRow__l__ic__euroLogo {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 70px;
  color: gray;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l__ic__euroLogo {
    left: 58px;
    height: 48px;
    line-height: 48px;
  }
}
.vfa_tariffaEu__gigaRow__l__ic__euroLogo img {
  width: 24px;
  height: 24px;
}
.vfa_tariffaEu__gigaRow__l__note {
  font-size: 14px;
  line-height: 18px;
  padding: 0 8px;
  margin-top: 4px;
}
.vfa_tariffaEu__gigaRow__l__note span[vfa_tooltip_text][vfa_tooltip_position] {
  display: inline-block;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l__note
    span[vfa_tooltip_text][vfa_tooltip_position] {
    margin-left: 0;
    margin-top: 8px;
  }
}
.vfa_tariffaEu__gigaRow__l__note br {
  display: none;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__l__note br {
    display: block;
  }
}
.vfa_tariffaEu__gigaRow__r__smallTxt {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__r__smallTxt {
    font-size: 18px;
    line-height: 24px;
  }
}
.vfa_tariffaEu__gigaRow__r__bigTxt {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__gigaRow__r__bigTxt {
    font-size: 28px;
    line-height: 36px;
  }
}
.vfa_tariffaEu__gigaRow__r__maxGigaError {
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  display: none;
}
.vfa_tariffaEu__titleRow {
  display: flex;
  margin: 40px 0;
  align-items: center;
}
@media (max-width: 743px) {
  .vfa_tariffaEu__titleRow {
    margin: 24px 0 32px;
  }
}
.vfa_tariffaEu__titleRow .vfa_tariffaEu__title {
  margin: 0;
}
.vfa_tariffaEu__line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-left: 16px;
}
.vfa_dettagli {
  background-color: #fff;
  color: #333;
  border-radius: 6px;
}
.vfa_dettagli__border {
  height: 8px;
  background: linear-gradient(270deg, #fa0000 0%, #850000 100%);
  border-radius: 6px 6px 0 0;
}
.vfa_dettagli__content {
  padding: 40px;
}
@media (max-width: 1169px) {
  .vfa_dettagli__content {
    padding: 32px;
  }
}
@media (max-width: 743px) {
  .vfa_dettagli__content {
    padding: 24px 16px;
  }
}
.vfa_dettagli__content__row:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 743px) {
  .vfa_dettagli__content__row:not(:last-child) {
    margin-bottom: 24px;
  }
}
.vfa_dettagli__content__row__title {
  font-family: "Vodafone RgBd";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 743px) {
  .vfa_dettagli__content__row__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_dettagli__content__row__subtitle {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Vodafone Rg";
}
@media (max-width: 743px) {
  .vfa_dettagli__content__row__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_dettagli__content__row__subtitle + [vfa_tooltip_text] {
  display: inline-block;
  margin-left: 0 !important;
  margin-top: 8px;
}
.vfa_dettagli__content__row__subtitle a {
  color: #00b0ca;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.vfa_dettagli__content__row__subtitle a:hover {
  text-decoration: underline;
}
.vfa_dettagli__content__row .info_link {
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #00b0ca;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-top: 8px;
}
.vfa_dettagli__content__row .info_link:hover .tooltip {
  display: block;
}
.vfa_dettagli__content__row .info_link .tooltip {
  text-transform: none;
  position: absolute;
  left: -10px;
  top: 32px;
  color: #000;
  text-align: center;
  display: none;
  transition: 0.3s all;
  width: 160px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 20px;
  background-color: #fff;
  font-family: "Vodafone Lt", vodafone_ltregular, Arial, Helvetica, sans-serif;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.vfa_dettagli__content__row .info_link .tooltip a {
  font-family: "Vodafone Rg";
}
.vfa_dettagli__content__row .info_link .tooltip::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid #fff;
}
.vfa_stabile_wrapper .swiper_container_stabile {
  width: 100%;
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile {
    display: flex;
  }
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile.swiper-wrapper {
  height: auto;
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item {
    flex: 1;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper
    .swiper_container_stabile
    .vfa_stabile__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper
    .swiper_container_stabile
    .vfa_stabile__item:first-child:hover {
    transform-origin: left;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper
    .swiper_container_stabile
    .vfa_stabile__item:last-child:hover {
    transform-origin: right;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item:hover {
    transform: scale(1.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__ic {
  border-radius: 6px 6px 0 0;
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__ic img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1169px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__ic img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1169px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__ic img {
    height: 236px;
  }
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__tc {
  height: 72px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__tc {
    height: 60px;
  }
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__tc__txt {
  font-size: 20px;
  line-height: 28px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 743px) {
  .vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item__tc__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_stabile_wrapper .swiper_container_stabile .vfa_stabile__item.swiper-slide {
  height: auto;
}
.vfa_stabile_2_wrapper .swiper_container_stabile_2 {
  width: 100%;
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2 {
    display: flex;
  }
}
.vfa_stabile_2_wrapper
  .swiper_container_stabile_2
  .vfa_stabile_2.swiper-wrapper {
  height: auto;
}
.vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2__item {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2__item {
    flex: 1;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item:first-child:hover {
    transform-origin: left;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item:last-child:hover {
    transform-origin: right;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item:hover {
    transform: scale(1.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2__item__ic {
  border-radius: 6px 6px 0 0;
}
.vfa_stabile_2_wrapper
  .swiper_container_stabile_2
  .vfa_stabile_2__item__ic
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 263px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1169px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item__ic
    img {
    height: 280px;
  }
}
@media (max-width: 1169px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item__ic
    img {
    height: 236px;
  }
}
.vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2__item__tc {
  height: 72px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  .vfa_stabile_2_wrapper .swiper_container_stabile_2 .vfa_stabile_2__item__tc {
    height: 60px;
  }
}
.vfa_stabile_2_wrapper
  .swiper_container_stabile_2
  .vfa_stabile_2__item__tc__txt {
  font-size: 20px;
  line-height: 28px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 743px) {
  .vfa_stabile_2_wrapper
    .swiper_container_stabile_2
    .vfa_stabile_2__item__tc__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_stabile_2_wrapper
  .swiper_container_stabile_2
  .vfa_stabile_2__item.swiper-slide {
  height: auto;
}
.vfa_stabile_3_bg {
  background-color: #fff;
}
.vfa_stabile_3_bg .vfa_section_container_vfa_stabile_3 {
  margin: 0 auto !important;
  background-color: #fff;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_bg .vfa_section_container_vfa_stabile_3 {
    overflow-x: hidden;
    max-width: 1180px !important;
    padding: 64px 20px !important;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_stabile_3_bg .vfa_section_container_vfa_stabile_3 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (max-width: 743px) {
  .vfa_stabile_3_bg .vfa_section_container_vfa_stabile_3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.vfa_stabile_3_bg .vfa_section_container_vfa_stabile_3 .vfa_stabile_3_wrapper {
  position: relative;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-next,
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1169px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper-button-next,
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper-button-prev {
    display: none;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-next::after,
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-prev::after {
  content: "";
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-size: 22px 11px;
  display: inline-block;
  width: 22px;
  height: 11px;
  transform: rotate(90deg);
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-next {
  right: -18px;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-next::after {
  transform: rotate(270deg);
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-prev {
  left: -18px;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper-button-prev::after {
  transform: rotate(90deg);
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3 {
  width: 100%;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3.swiper-wrapper {
  height: auto;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item.swiper-slide-prev {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item.swiper-slide-active:hover {
    transform-origin: left;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item.swiper-slide-next
    + .vfa_stabile_3__item
    + .vfa_stabile_3__item:hover {
    transform-origin: right;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item.swiper-slide-next
  + .vfa_stabile_3__item
  + .vfa_stabile_3__item
  + .vfa_stabile_3__item {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item:hover {
    transform: scale(1.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item__ic {
  border-radius: 6px 6px 0 0;
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item__ic
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 263px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1169px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item__ic
    img {
    height: 280px;
  }
}
@media (max-width: 1169px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item__ic
    img {
    height: 236px;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item__tc {
  height: 72px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item__tc {
    height: 60px;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item__tc__txt {
  font-size: 20px;
  line-height: 28px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 743px) {
  .vfa_stabile_3_bg
    .vfa_section_container_vfa_stabile_3
    .vfa_stabile_3_wrapper
    .swiper_container_stabile_3
    .vfa_stabile_3__item__tc__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_stabile_3_bg
  .vfa_section_container_vfa_stabile_3
  .vfa_stabile_3_wrapper
  .swiper_container_stabile_3
  .vfa_stabile_3__item.swiper-slide {
  height: auto;
}
.vfa_stabile_3_apple_bg {
  background-color: #fff;
}
.vfa_stabile_3_apple_bg .vfa_section_container_vfa_stabile_3_apple {
  margin: 0 auto !important;
  background-color: #fff;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_apple_bg .vfa_section_container_vfa_stabile_3_apple {
    overflow-x: hidden;
    max-width: 1180px !important;
    padding: 64px 20px !important;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_stabile_3_apple_bg .vfa_section_container_vfa_stabile_3_apple {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (max-width: 743px) {
  .vfa_stabile_3_apple_bg .vfa_section_container_vfa_stabile_3_apple {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper {
  position: relative;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-next,
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1169px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper-button-next,
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper-button-prev {
    display: none;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-next::after,
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-prev::after {
  content: "";
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-size: 22px 11px;
  display: inline-block;
  width: 22px;
  height: 11px;
  transform: rotate(90deg);
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-next {
  right: -18px;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-next::after {
  transform: rotate(270deg);
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-prev {
  left: -18px;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper-button-prev::after {
  transform: rotate(90deg);
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple {
  width: 100%;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple.swiper-wrapper {
  height: auto;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item.swiper-slide-prev {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item.swiper-slide-active:hover {
    transform-origin: left;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item.swiper-slide-next
    + .vfa_stabile_3_apple__item
    + .vfa_stabile_3_apple__item:hover {
    transform-origin: right;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item.swiper-slide-next
  + .vfa_stabile_3_apple__item
  + .vfa_stabile_3_apple__item
  + .vfa_stabile_3_apple__item {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item:hover {
    transform: scale(1.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item__ic {
  border-radius: 6px 6px 0 0;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item__ic
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 263px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1169px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item__ic
    img {
    height: 280px;
  }
}
@media (max-width: 1169px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item__ic
    img {
    height: 236px;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item__tc {
  height: 72px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  .vfa_stabile_3_apple_bg
    .vfa_section_container_vfa_stabile_3_apple
    .vfa_stabile_3_apple_wrapper
    .swiper_container_stabile_3_apple
    .vfa_stabile_3_apple__item__tc {
    height: 60px;
  }
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item__tc__logo
  img {
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.vfa_stabile_3_apple_bg
  .vfa_section_container_vfa_stabile_3_apple
  .vfa_stabile_3_apple_wrapper
  .swiper_container_stabile_3_apple
  .vfa_stabile_3_apple__item.swiper-slide {
  height: auto;
}
.vfa_stabile_4_bg {
  background-color: #fff;
}
.vfa_stabile_4_bg .vfa_section_container_vfa_stabile_4 {
  margin: 0 auto !important;
  background-color: #fff;
}
@media (min-width: 1170px) {
  .vfa_stabile_4_bg .vfa_section_container_vfa_stabile_4 {
    overflow-x: hidden;
    max-width: 1180px !important;
    padding: 64px 20px !important;
  }
}
@media (min-width: 744px) and (max-width: 1169px) {
  .vfa_stabile_4_bg .vfa_section_container_vfa_stabile_4 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (max-width: 743px) {
  .vfa_stabile_4_bg .vfa_section_container_vfa_stabile_4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    + .vfa_section_container {
    margin-top: 0 !important;
  }
}
.vfa_stabile_4_bg .vfa_section_container_vfa_stabile_4 .vfa_stabile_4_wrapper {
  position: relative;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-next,
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1169px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper-button-next,
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper-button-prev {
    display: none;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-next::after,
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-prev::after {
  content: "";
  background-image: url("https://www.vodafone.it/content/dam/img/freccia.png");
  background-size: 22px 11px;
  display: inline-block;
  width: 22px;
  height: 11px;
  transform: rotate(90deg);
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-next {
  right: -18px;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-next::after {
  transform: rotate(270deg);
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-prev {
  left: -18px;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper-button-prev::after {
  transform: rotate(90deg);
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4 {
  width: 100%;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4.swiper-wrapper {
  height: auto;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item.swiper-slide-prev {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item.swiper-slide-active:hover {
    transform-origin: left;
  }
}
@media (min-width: 1170px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item.swiper-slide-next
    + .vfa_stabile_4__item:hover {
    transform-origin: right;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item.swiper-slide-next
  + .vfa_stabile_4__item
  + .vfa_stabile_4__item {
  box-shadow: none;
}
@media (min-width: 1170px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item:hover {
    transform: scale(1.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item__ic {
  border-radius: 6px 6px 0 0;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item__ic
  img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 263px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1169px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item__ic
    img {
    height: 280px;
  }
}
@media (max-width: 1169px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item__ic
    img {
    height: 236px;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item__tc {
  height: 72px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 743px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item__tc {
    height: 60px;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item__tc__txt {
  font-size: 20px;
  line-height: 28px;
  font-family: "Vodafone RgBd", vodafone_rgbold, Arial, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 743px) {
  .vfa_stabile_4_bg
    .vfa_section_container_vfa_stabile_4
    .vfa_stabile_4_wrapper
    .swiper_container_stabile_4
    .vfa_stabile_4__item__tc__txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .vfa_stabile_4_wrapper
  .swiper_container_stabile_4
  .vfa_stabile_4__item.swiper-slide {
  height: auto;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: static;
  margin: 16px auto 0;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.vfa_stabile_4_bg
  .vfa_section_container_vfa_stabile_4
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active {
  background-color: #e60000;
}
.test {
  bottom: 10px;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#vfa_page .vfa_iframeSection iframe {
  border-radius: 6px;
}
.plan .ds-list .generic-list {
  overflow: inherit !important;
} /*# sourceMappingURL=vfa_fixed.css.map */
