button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/* 
Report Regular
font-family: report, sans-serif;
font-weight: 400;
font-style: normal;


Report SemiBold
font-family: report, sans-serif;
font-weight: 600;
font-style: normal;


Report Bold
font-family: report, sans-serif;
font-weight: 700;
font-style: normal;

*/
.wrapper {
  font-family: report, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00345B; }

p {
  font-family: report, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00345B;
  font-size: 1.2em; }

a {
  font-family: report, sans-serif;
  font-weight: 600;
  font-style: normal; }

h2 {
  font-family: report, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  color: #0075BF; }

h3 {
  font-family: report, sans-serif;
  font-weight: 700;
  font-style: normal; }

.header {
  height: 200px;
  background-image: url("../img/header.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.inner {
  width: 90%;
  margin: auto;
  padding: 1em 0;
  max-width: 1400px; }

.color1 {
  width: 58%;
  background-color: #672D91; }

.color2 {
  width: 46%;
  background-color: #81BE2F; }

.color3 {
  width: 44%;
  background-color: #EB9AED; }

.color4 {
  width: 39%;
  background-color: #F87648; }

.color5 {
  width: 29%;
  background-color: #3E7FCB; }

.color6 {
  width: 24%;
  background-color: #F23B3B; }

.color7 {
  width: 22%;
  background-color: #C1773A; }

.color8 {
  width: 20%;
  background-color: #FCEE21; }

.color9 {
  width: 20%;
  background-color: #EF8020; }

.color10 {
  width: 20%;
  background-color: #4178E0; }

.color11 {
  width: 18%;
  background-color: #16BCC3; }

.color12 {
  width: 15%;
  background-color: #E5859F; }

.color13 {
  width: 14%;
  background-color: #2C51EB; }

.color14 {
  width: 14%;
  background-color: #4AC784; }

.color15 {
  width: 11%;
  background-color: #B6B7BA; }

.color16 {
  width: 11%;
  background-color: #91572D; }

.color17 {
  width: 10%;
  background-color: #84BB3B; }

.color18 {
  width: 9%;
  background-color: #C074DD; }

.heading {
  background-color: #0075BF;
  padding: 1em 0; }
  .heading h2 {
    color: white;
    margin: 0; }

.b-2 .gray {
  background-color: #D4D9DE;
  background: -webkit-gradient(linear, left top, right top, from(#0075bf), color-stop(49%, #0075bf), color-stop(50%, #d4d9de), color-stop(51%, #d4d9de));
  background: -webkit-linear-gradient(left, #0075bf 0%, #0075bf 49%, #d4d9de 50%, #d4d9de 51%);
  background: linear-gradient(90deg, #0075bf 0%, #0075bf 49%, #d4d9de 50%, #d4d9de 51%); }
  .b-2 .gray .inner {
    background-color: #D4D9DE;
    background-image: url("../img/promoted.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.b-3 .heading {
  background-color: #00345B; }

.b-3 .green .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .b-3 .green .inner .green-left {
    max-width: 800px;
    width: 100%; }
  .b-3 .green .inner .green-right {
    padding: 1em 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .b-3 .green .inner .green-right .bubble {
      background-image: url("../img/bubble.svg");
      background-repeat: no-repeat;
      background-size: contain;
      min-width: 300px;
      color: white;
      text-align: center;
      padding: 3em;
      padding-top: 1em;
      padding-bottom: 5em;
      margin-top: 3em; }
      .b-3 .green .inner .green-right .bubble > div {
        line-height: 1em;
        max-width: 220px; }
      .b-3 .green .inner .green-right .bubble .bigger {
        font-size: 3em;
        width: 100%; }

.sectors {
  background-color: #D4D9DE; }

.s-row {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: 5px 0;
  height: 75px; }
  .s-row .s-1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 50%;
    background-color: white;
    color: #707070;
    padding: 5px 25px;
    border-radius: 30px 0 0 30px; }
  .s-row .s-2 {
    display: -webkit-box;
    display: flex;
    width: 50%;
    background-color: #00345B;
    color: #FFFFFF;
    border-radius: 0 30px 30px 0; }
    .s-row .s-2 .s-text {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 5px 15px; }

.s-header {
  height: initial; }
  .s-header .s-1, .s-header .s-2 {
    background-color: initial;
    color: #00345B;
    -webkit-box-align: end;
            align-items: flex-end; }

.green {
  background-color: #88E0BB; }
  .green .s-1 {
    width: 60%; }
  .green .s-2 {
    width: 40%; }
    .green .s-2 .s-color {
      background-color: #0075BF; }

.strips .odd {
  background-color: #D4D9DE; }

.strips .even {
  background-color: #BBC4CC; }

.strips .strips-row {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .strips .strips-row > div {
    margin: 10px 10px; }
  .strips .strips-row .strips-2 {
    display: -webkit-box;
    display: flex; }
    .strips .strips-row .strips-2 > div {
      margin: 10px; }
  .strips .strips-row .strips-text {
    width: 400px; }
  .strips .strips-row .strips-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .strips .strips-row .strips-icon img {
      width: 150px;
      height: 150px; }
  .strips .strips-row .strips-bubble {
    background-color: #0075BF;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 30px;
    color: white;
    text-align: center; }
    .strips .strips-row .strips-bubble .percent {
      font-size: 2em;
      width: 100%; }
  .strips .strips-row .bigger {
    font-size: 2em;
    width: 100%; }
  .strips .strips-row .strips-hours, .strips .strips-row .strips-days {
    background-color: #E4E8EB;
    padding: 5px 30px;
    border-radius: 10px;
    text-align: center; }

.b-4 .b-4-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .b-4 .b-4-2 .b-4-l {
    width: 100%;
    background-color: #00345B;
    padding: 20px; }
    .b-4 .b-4-2 .b-4-l h2 {
      color: white;
      margin: 0; }
  .b-4 .b-4-2 .b-4-r {
    width: 100%;
    background-color: #88E0BB; }

.b-5 .heading {
  background-color: #00345B; }

.b-5 .green .inner {
  max-width: 1050px;
  margin: auto; }

.b-5 .green .s-row {
  height: 140px; }

.b-6 {
  background-color: #00345B;
  color: white; }
  .b-6 .cloud {
    padding: 1em 0; }
    .b-6 .cloud .cloud-row {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
              align-items: baseline; }
      .b-6 .cloud .cloud-row .word1 {
        font-size: 1.2vw; }
      .b-6 .cloud .cloud-row .word2 {
        font-size: 3vw; }
      .b-6 .cloud .cloud-row .word3 {
        font-size: 2.8vw; }
      .b-6 .cloud .cloud-row .word4 {
        font-size: 4.5vw; }
      .b-6 .cloud .cloud-row .word5 {
        font-size: 1.8vw; }
      .b-6 .cloud .cloud-row .word6 {
        font-size: 3.5vw; }
      .b-6 .cloud .cloud-row .word7 {
        font-size: 2vw; }
      .b-6 .cloud .cloud-row .word8 {
        font-size: 7vw; }
      .b-6 .cloud .cloud-row .word9 {
        font-size: 18vw; }
      .b-6 .cloud .cloud-row .word10 {
        font-size: 2vw; }
      .b-6 .cloud .cloud-row .word11 {
        font-size: 4vw; }
      .b-6 .cloud .cloud-row .word12 {
        font-size: 3vw; }
      .b-6 .cloud .cloud-row .word13 {
        font-size: 2.8vw; }
      .b-6 .cloud .cloud-row .word14 {
        font-size: 1.8vw; }
      .b-6 .cloud .cloud-row .word15 {
        font-size: 2.6vw; }
      .b-6 .cloud .cloud-row .word16 {
        font-size: 1.2vw; }
      .b-6 .cloud .cloud-row .word17 {
        font-size: 3.2vw; }
      .b-6 .cloud .cloud-row .word18 {
        font-size: 2vw; }
      .b-6 .cloud .cloud-row .word19 {
        font-size: 1.6vw; }
      .b-6 .cloud .cloud-row > div {
        margin: 0 10px;
        line-height: normal;
        position: relative;
        cursor: pointer; }
        .b-6 .cloud .cloud-row > div .cloud-percent {
          position: absolute;
          opacity: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 100%;
          height: 100%;
          color: #EBB148;
          text-align: center;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: rgba(0, 52, 91, 0.7); }

.buzz-head h2 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0.3em; }

.cc {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em 0; }
  .cc > div {
    margin: 1em auto;
    padding: 0 1em; }

.table {
  table-layout: auto;
  border-collapse: collapse;
  margin: auto; }
  .table thead tr > :first-child {
    border-radius: 15px 0 0 0; }
  .table thead tr > :last-child {
    border-radius: 0 15px 0 0; }
  .table thead tr > :nth-child(odd) {
    background-color: #90BAD5; }
  .table thead tr > :nth-child(even) {
    background-color: #A8CAE0; }
  .table tbody > :nth-child(odd) > :nth-child(odd) {
    background-color: #d1dfe9; }
  .table tbody > :nth-child(odd) > :nth-child(even) {
    background-color: #e2ebf1; }
  .table tbody > :nth-child(even) > :nth-child(odd) {
    background-color: #afc8d9; }
  .table tbody > :nth-child(even) > :nth-child(even) {
    background-color: #ccdce7; }
  .table tbody > :last-child > :first-child {
    border-radius: 0 0 0 15px; }
  .table tbody > :last-child > :last-child {
    border-radius: 0 0 15px 0; }
  .table th {
    text-align: left; }
  .table tr {
    border: 0; }
    .table tr > :nth-child(2), .table tr > :nth-child(3), .table tr > :nth-child(4) {
      text-align: center; }
  .table td, .table th {
    padding: 0.5em; }

.about {
  background-color: #D4D9DE; }
  .about h2 {
    color: #00345B; }

.desktop {
  display: none; }

.header h1 {
  margin: 0; }

.header img {
  display: none; }

@media only screen and (min-width: 370px) {
  .sectors .s-header {
    height: initial; } }

@media only screen and (min-width: 520px) {
  .header {
    height: 30vh;
    background-image: url("../img/header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 100%; }
    .header img {
      display: initial;
      width: 100%; }
  .sectors .s-row {
    height: initial; }
  .b-2 .gray .inner {
    background-size: contain;
    background-position: -70px center; }
    .b-2 .gray .inner .table {
      margin-left: auto;
      margin-right: 0;
      margin-bottom: 2em;
      margin-top: 2em; }
      .b-2 .gray .inner .table td, .b-2 .gray .inner .table th {
        padding: 1em; }
  .green .s-row {
    height: 50px; }
  .green .s-1 {
    width: 50%; }
  .green .s-2 {
    width: 50%; }
  .b-5 .heading {
    background-color: #00345B; }
  .b-5 .green .s-row {
    height: 80px; } }

@media only screen and (min-width: 1000px) {
  .mobile {
    display: none; }
  .desktop {
    display: initial; }
  .inner {
    padding: 3em 0; }
  .heading .inner {
    padding: 1em 0; }
  .green .s-row {
    height: initial; }
  .green .s-1 {
    width: 50%; }
  .green .s-2 {
    width: 50%; }
  .b-3 .green .inner {
    flex-wrap: nowrap; }
  .b-5 .green .s-row {
    height: initial; }
  .b-6 .cloud .cloud-row .word1 {
    font-size: 0.8vw; }
  .b-6 .cloud .cloud-row .word2 {
    font-size: 2.6vw; }
  .b-6 .cloud .cloud-row .word3 {
    font-size: 2.4vw; }
  .b-6 .cloud .cloud-row .word4 {
    font-size: 4.1vw; }
  .b-6 .cloud .cloud-row .word5 {
    font-size: 1.4vw; }
  .b-6 .cloud .cloud-row .word6 {
    font-size: 3.1vw; }
  .b-6 .cloud .cloud-row .word7 {
    font-size: 1.6vw; }
  .b-6 .cloud .cloud-row .word8 {
    font-size: 6.6vw; }
  .b-6 .cloud .cloud-row .word9 {
    font-size: 16vw; }
  .b-6 .cloud .cloud-row .word10 {
    font-size: 1.6vw; }
  .b-6 .cloud .cloud-row .word11 {
    font-size: 3.6vw; }
  .b-6 .cloud .cloud-row .word12 {
    font-size: 2.6vw; }
  .b-6 .cloud .cloud-row .word13 {
    font-size: 2.4vw; }
  .b-6 .cloud .cloud-row .word14 {
    font-size: 1.4vw; }
  .b-6 .cloud .cloud-row .word15 {
    font-size: 2.2vw; }
  .b-6 .cloud .cloud-row .word16 {
    font-size: 0.8vw; }
  .b-6 .cloud .cloud-row .word17 {
    font-size: 2.8vw; }
  .b-6 .cloud .cloud-row .word18 {
    font-size: 1.6vw; }
  .b-6 .cloud .cloud-row .word19 {
    font-size: 1.2vw; } }
