html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.fp-slide {
  float: left;
  height: 100%;
  display: block;
}
.fp-slidesContainer {
  height: 100%;
  display: block;
  float: left;
  position: relative;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block;
}
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
div {
  padding: 0;
  margin: 0;
}
dl {
  padding: 0;
  margin: 0;
}
dt {
  padding: 0;
  margin: 0;
}
dd {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  padding: 0;
  margin: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
pre {
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
input {
  padding: 0;
  margin: 0;
}
textarea {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
blockquote {
  padding: 0;
  margin: 0;
}
th {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
img {
  border: 0;
}
address {
  font-weight: normal;
  font-style: normal;
}
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
cite {
  font-weight: normal;
  font-style: normal;
}
code {
  font-weight: normal;
  font-style: normal;
}
dfn {
  font-weight: normal;
  font-style: normal;
}
em {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: normal;
  font-style: normal;
}
var {
  font-weight: normal;
  font-style: normal;
}
q:before {
  content: "";
}
q:after {
  content: "";
}
abbr {
  border: 0;
}
acronym {
  border: 0;
}
html {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.content {
  position: relative;
  height: 100%;
  text-align: center;
}
.page-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 120px 2.5%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.stripe {
  width: 100%;
  height: 1%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: #33b45d;
  background: -webkit-linear-gradient(right, #33b45d, #33d255, #33b45d);
  background: -moz-linear-gradient(right, #33b45d, #33d255, #33b45d);
  background: -o-linear-gradient(right, #33b45d, #33d255, #33b45d);
  background: linear-gradient(right, #33b45d, #33d255, #33b45d);
}
.next {
  width: 57px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -28.5px;
  z-index: 1000;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(../../img/info/next-w.png);
}
.next2 {
  width: 57px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -28.5px;
  z-index: 1000;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(../../img/info/next-g.png);
}
.next3 {
  width: 57px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -28.5px;
  z-index: 1000;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(../../img/info/next-b.png);
}
#top-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7%;
  min-height: 45px;
  max-height: 70px;
  background-color: #152937;
  z-index: 1000;
}
#top-bar > * {
  position: absolute;
  top: 10%;
  height: 80%;
}
#menu-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  display: block;
  width: 50px;
  margin: 0 1%;
  cursor: pointer;
  background: url(../../img/info/button-menu.png) no-repeat center center;
  background-size: contain;
}
#menu-button:hover {
  background-image: url(../../img/info/button-menu-g.png);
}
#menu-button:active {
  background-image: url(../../img/info/button-menu-g.png);
}
#menu-button.active {
  background-image: url(../../img/info/button-menu-g.png);
}
#fb-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 20%;
  height: 60%;
  right: 0;
  display: block;
  width: 50px;
  margin: 0 2%;
  cursor: pointer;
  background: url(../../img/info/icon-fb.png) no-repeat center center;
  background-size: contain;
}
#fb-button:hover {
  background-image: url(../../img/info/icon-fb-g.png);
}
#fb-button:active {
  background-image: url(../../img/info/icon-fb-g.png);
}
#middle {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 230px;
  height: 100%;
  font-size: 0;
  background: url(../../img/info/logo-ubian.png) no-repeat left center;
  background-size: contain;
}
#gp-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 496px;
  height: 100%;
}
#gp-link p {
  position: absolute;
  top: 50%;
  right: 346px;
  margin-top: -16px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 16px;
  color: #ffffff;
  text-align: right;
}
#gp-link p strong {
  font-family: "Roboto", sans-serif;
}
#gp-link p:after {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  width: 23px;
  height: 100%;
  content: "";
  background: url(../../img/info/icon-rsaquo.png) no-repeat center center;
  background-size: contain;
}
#gp-link a:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 146px;
  height: 100%;
  background-size: contain;
}
#gp-link a:nth-child(3) {
  position: absolute;
  top: 0;
  right: 148px;
  display: block;
  width: 146px;
  height: 100%;
  background-size: contain;
}
#menu {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 200px;
  max-width: 50%;
  padding-top: 5%;
  background-color: rgba(21, 41, 55, 0.8);
}
#menu li {
  font-family: "Roboto", sans-serif;
  display: block;
}
#menu li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
#menu li a:visited {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
#menu li a:hover {
  color: #33b45d !important;
  text-decoration: underline;
}
#menu li a:active {
  color: #33b45d !important;
  text-decoration: underline;
}
#menu .active a {
  color: #33b45d !important;
  text-decoration: underline;
}
#video-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(21, 41, 55, 0.75);
}
#video-box-2 {
  width: 80%;
  max-width: 800px;
  margin: auto;
}
.video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  transform: translateY(50%);
}
.video-wrapper #mainVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-wrapper .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -25px;
  right: -30px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #152937;
  font-weight: 900;
  font-size: 2em;
  line-height: 30px;
  background-color: #ffffff;
}
#section0 {
  background: #e0f5ff url(../../img/info/home.png) center top no-repeat;
  background-size: cover;
}
#section0 .home-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60pt 15pt 0 0;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section0 .home-info .button.active {
  background-color: #33b45d;
}
#section0 .home-info .title {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 5%;
  color: #152937;
}
#section0 .home-info strong {
  font-weight: 900;
}
#section0 .home-info .big {
  font-family: Roboto;
  font-size: 2em;
  font-weight: 900;
}
#section0 .home-info .button {
  display: inline-block;
  width: 126pt;
  margin: auto 20px 20px auto;
  text-align: center;
  border: 2pt solid #152937;
  -moz-border-radius: 30pt;
  border-radius: 30pt;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25em;
  color: #152937;
  min-height: 50px;
  line-height: 50px;
}
#section0 .home-info .button:hover {
  background-color: #ffffff;
}
#section0 .home-info .button:active {
  background-color: #ffffff;
}
#section0 .home-info .button img {
  width: 80%;
  height: auto;
  vertical-align: middle;
}
#section0 .home-info .store-button {
  display: inline-block;
  height: 50px;
  text-indent: -5000px;
  background-size: contain;
  background-repeat: no-repeat;
}
#section0 .home-info .store-button.button-googleplay {
  width: 126pt;
  background-image: url("../../img/info/googleplay.png");
}
#section0 .home-info .store-button.button-appstore {
  width: 112pt;
  background-image: url("../../img/info/appstore.svg");
}
#section1 {
  background: #f1f1f2 url(../../img/info/bg-pattern.png) repeat-x left top;
}
#section1 .page-content {
  font-size: 0;
}
#gfx-2 {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: url(../../img/info/phone.png) no-repeat 20px top;
  background-size: contain;
  overflow: hidden;
}
#gfx-2 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: 20px;
}
#text-2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 15px;
  padding-left: 60px;
}
#text-2 li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 20%;
  line-height: 135%;
  color: #152937;
  cursor: pointer;
}
#text-2 li .title,
#text-2 li .title a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #33b45d;
}
#text-2 li .title {
  font-size: 1.5em;
  padding: 3% 0 1%;
}
#text-2 li:before {
  font-family: "Roboto", sans-serif;
  display: block;
  position: absolute;
  top: 10px;
  left: -100px;
  width: 80px;
  height: 80px;
  line-height: 170%;
  color: #ffffff;
  background-color: #33b45d;
  font-size: 3em;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #33b45d;
}
#text-2 li:nth-child(1):before {
  content: "1.";
}
#text-2 li:nth-child(2):before {
  content: "2.";
}
#text-2 li:nth-child(3):before {
  content: "3.";
}
#text-2 li:nth-child(4):before {
  content: "4.";
}
#text-2 li:nth-child(5):before {
  content: "5.";
}
#text-2 li:after {
  display: block;
  position: absolute;
  top: 44px;
  left: -128px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 20px solid #33b45d;
  content: "";
}
#text-2 li:hover .title,
#text-2 li:hover .title a {
  color: #ea6866;
}
#text-2 li:hover .title a {
  text-decoration: underline;
}
#text-2 li:hover:before {
  background-color: #ea6866;
  border: 4px solid #ad3d3b;
}
#text-2 li:hover:after {
  border-right: 20px solid #ad3d3b;
}
#text-2 li p span {
  display: block;
}
#text-2 li.active .title {
  color: #ea6866;
}
#text-2 li.active:before {
  background-color: #ea6866;
  border: 4px solid #ad3d3b;
}
#text-2 li.active:after {
  border-right: 20px solid #ad3d3b;
}
#app-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
#app-links a.gplay {
  display: inline-block;
  width: 25%;
  max-width: 146px;
  height: auto;
  padding: 0 0 7% 0;
  margin: 0 3% 0 0;
  background-size: contain;
  background: no-repeat left top;
  opacity: 0.2;
}
#app-links .appstore {
  display: inline-block;
  width: 25%;
  max-width: 146px;
  height: auto;
  padding: 0 0 7% 0;
  margin: 0 3% 0 0;
  background-size: contain;
  background: no-repeat left top;
  opacity: 0.2;
  background-image: url(../../img/info/logo-appstore.png);
}
#app-links .win10 {
  display: inline-block;
  width: 25%;
  max-width: 146px;
  height: auto;
  padding: 0 0 7% 0;
  margin: 0 3% 0 0;
  background-size: contain;
  background: no-repeat left top;
  opacity: 0.2;
  background-image: url(../../img/info/logo-win10.png);
}
#app-links .gplay {
  background-image: url(../../img/info/logo-gplay.png);
}
#app-links .gplay:hover {
  opacity: 1;
}
#app-links .gplay:active {
  opacity: 1;
}
#text-3 {
  display: inline-block;
  width: 45%;
  height: 100%;
  font-size: 15px;
  color: #ffffff;
}
#text-3 .title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}
#text-3 .title .green {
  font-size: 1.25em;
  font-family: "Roboto", sans-serif;
}
#text-3 p {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 150%;
  padding: 0 50px;
}
#text-3 p strong {
  font-family: "Roboto", sans-serif;
}
#text-3 .title-green {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  color: #33b45d;
  padding: 2% 0;
  text-transform: uppercase;
}
#text-3 hr {
  border: none;
  width: 80%;
  height: 4px;
  margin: 4% auto;
  background-color: #33b45d;
}
#section2 {
  background: #f1f1f2 url(../../img/info/bg-pattern.png) repeat-x left top;
}
#section2 .page-content > .title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  color: #152937;
  line-height: 100%;
  text-transform: uppercase;
}
#region {
  width: 100%;
  height: auto;
  margin: 40px auto 40px;
}
#region .vuc {
  width: 25%;
  padding-bottom: 8%;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-bottom: 2%;
}
#region .vuc.ba {
  background-image: url(../../img/info/vuc-ba.png);
}
#region .vuc.ke {
  background-image: url(../../img/info/vuc-ke.png);
}
#region .vuc.za {
  background-image: url(../../img/info/vuc-za.png);
}
#region .vuc.tn {
  background-image: url(../../img/info/vuc-tn.png);
}
#region .vuc.tt {
  background-image: url(../../img/info/vuc-tt.png);
}
#region .vuc.po {
  background-image: url(../../img/info/vuc-po.png);
}
#region .vuc.nr {
  background-image: url(../../img/info/vuc-nr.png);
}
#region .vuc.bb {
  background-image: url(../../img/info/vuc-bb.png);
}
#region:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
#text-4 {
  height: 90%;
  margin-top: 30px;
  padding: 0;
}
#text-4 .carriers-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#text-4 .bus {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 33.33%;
  font-size: 90%;
  line-height: 130%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: left;
  color: #152937;
}
#text-4 .bus .title {
  font-size: 120%;
  line-height: 120%;
  padding: 0 0 10px;
}
#text-4 .bus strong {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: bold;
}
#text-4 .bus a {
  color: #152937;
  text-decoration: none;
}
#text-4 .bus a:hover {
  color: #000000;
  text-decoration: none;
}
#text-4:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
#section3 {
  background-color: #4593d0;
}
#section3 .page-content > .title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  color: #ffffff;
  padding: 2% 0 2%;
  line-height: 100%;
  text-transform: uppercase;
}
#text-5 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 130%;
  height: 80%;
  margin-top: 30px;
  text-align: justify;
  color: #ffffff;
}
#text-5 .title {
  font-family: "Roboto", sans-serif;
  color: #152937;
  font-size: 1.25em;
  line-height: 100%;
  text-transform: uppercase;
  padding: 2% 0 1%;
}
#text-5 .title-big {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 100%;
  text-transform: uppercase;
  padding: 3% 0 1%;
}
#text-5 ul {
  list-style: square inside;
}
#text-6 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 120%;
  height: 80%;
  text-align: justify;
  color: #152937;
}
#text-6 .title {
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  text-align: center;
  color: #152937;
}
#text-6 p {
  padding: 0 0 2%;
}
#text-6 h1 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 h2 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 h3 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 h4 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 h5 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 h6 {
  padding: 0 0 2%;
  font-family: "Roboto", sans-serif;
}
#text-6 ul {
  padding: 0 0 2%;
}
#text-6 strong {
  font-family: "Roboto", sans-serif;
}
#section4 {
  background-color: #152937;
}
#td-logo {
  width: 100%;
  height: 80px;
  margin-top: 20pt;
  background: url(../../img/info/logo-transdata.png) no-repeat center center;
}
#contact {
  position: absolute;
  top: 50%;
  width: 85%;
  height: 220px;
  margin: -110px auto auto 5%;
}
#contact p {
  font-size: 1.25em;
  color: #ffffff;
}
#contact p:first-child {
  margin-bottom: 30pt;
}
#contact p span {
  color: #33b45d;
}
#contact p a {
  color: #ffffff;
  text-decoration: underline;
}
#contact p .green {
  font-family: "Roboto", sans-serif;
}
#contact p .green:visited {
  font-family: "Roboto", sans-serif;
}
.green {
  color: #33b45d !important;
}
.main {
  height: 100%;
  padding-bottom: 0;
  overflow: initial;
}
main {
  height: 100%;
  padding-bottom: 0;
  overflow: initial;
}
@media (min-width: 1200px) {
  #text-4 .bus {
    width: 25%;
  }
}
.bus .title {
  font-weight: 900;
}
.scrollable-section {
  height: 100%;
  overflow: auto;
  clear: both;
}
#fullpage,
.section {
  height: 100%;
}
@media (max-width: 767px) {
  #fullpage {
    height: 100%;
  }
  main {
    height: calc(100% - 58px);
  }
}
.section {
  position: relative;
}
.cooperation-page .supports,
.cooperation-page .supports-legend {
  display: flex;
  padding-top: 10px;
}
.cooperation-page .supports span,
.cooperation-page .supports-legend span {
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cooperation-page .supports span,
  .cooperation-page .supports-legend span {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
}
.cooperation-page .supports span i,
.cooperation-page .supports-legend span i {
  margin-right: 10px !important;
}
.cooperation-page .supports i,
.cooperation-page .supports-legend i {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.cooperation-page .supports i:last-of-type,
.cooperation-page .supports-legend i:last-of-type {
  margin-right: 0;
}
.cooperation-page .supports i.location,
.cooperation-page .supports-legend i.location {
  background-image: url("../../img/info/cooperation/ic-spoje.svg");
}
.cooperation-page .supports i.eshop,
.cooperation-page .supports-legend i.eshop {
  background-image: url("../../img/info/cooperation/ic-eshop.svg");
}
.cooperation-page .supports i.green-km,
.cooperation-page .supports-legend i.green-km {
  background-image: url("../../img/info/cooperation/ic-zelene-km.svg");
}
.cooperation-page .supports-legend {
  padding-left: 1%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cooperation-page .supports-legend {
    flex-wrap: wrap;
  }
}
