.welcome[data-v-2bf5f7f6] {
  margin-top: 60px;
  text-align: center;
}

h1[data-v-2bf5f7f6] {
  font-size: 24px;
  margin-bottom: 1.5rem;
}

h2[data-v-2bf5f7f6] {
  font-size: 18px;
  margin-bottom: 1rem;
}

.type[data-v-d98d52be] {
  border: 1px solid #e2e2e2;
  display: block;
  color: #212529;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
}

.type[data-v-d98d52be]:hover {
  border-color: #e60000;
}

.type[data-v-d98d52be]:hover {
  text-decoration: none;
}

.type .title[data-v-d98d52be] {
  color: #212529;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

h1[data-v-d1e403ce] {
  font-size: 24px;
  margin: 0;
}

.font-bold {
  font-family: -apple-system, BlinkMacSystemFont, VodafoneRg-Bold, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif;
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

header {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

[type="reset"],
[type="submit"],
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, VodafoneRg-Regular, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif;
  background-color: #f5f5f5;
}

a,
a:hover {
  color: #e60000;
}

@font-face {
  font-family: VodafoneRg-Regular;
  src: url(/static/fonts/VodafoneRg-Regular.7d4b499.eot);
  src: url(/static/fonts/VodafoneRg-Regular.7d4b499.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/VodafoneRg-Regular.374314b.woff) format("woff"),
    url(/static/fonts/VodafoneRg-Regular.b9a4f47.ttf) format("truetype"),
    url(/static/img/VodafoneRg-Regular.a747515.svg#vodafone_rgregular)
      format("svg");
}

@font-face {
  font-family: VodafoneRg-Bold;
  src: url(/static/fonts/VodafoneRg-Bold.a43569b.eot);
  src: url(/static/fonts/VodafoneRg-Bold.a43569b.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/VodafoneRg-Bold.52416a6.woff) format("woff"),
    url(/static/fonts/VodafoneRg-Bold.53aed6b.ttf) format("truetype"),
    url(/static/img/VodafoneRg-Bold.3bae350.svg#vodafone_rgbold) format("svg");
}

@font-face {
  font-family: VodafoneLt-Regular;
  src: url(/static/fonts/VodafoneLt-Regular.571cc3e.eot);
  src: url(/static/fonts/VodafoneLt-Regular.571cc3e.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/VodafoneLt-Regular.f648be6.woff) format("woff"),
    url(/static/fonts/VodafoneLt-Regular.26e42e5.ttf) format("truetype"),
    url(/static/img/VodafoneLt-Regular.aaff6b2.svg#vodafone_ltregular)
      format("svg");
}

.header[data-v-0cd65c93] {
  background-color: #e60000;
  position: relative;
  z-index: 10;
}

.content[data-v-0cd65c93] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 576px) {
  .content[data-v-0cd65c93] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
  }
}

.left img[data-v-0cd65c93] {
  width: 36px;
}

@media screen and (max-width: 576px) {
  .left img[data-v-0cd65c93] {
    width: 26px;
  }
}

@media screen and (max-width: 576px) {
  .right[data-v-0cd65c93] {
    display: none;
  }
}

.right img[data-v-0cd65c93] {
  width: 40px;
}
