@import url(/Assets/StandalonePages/fonts/Avenir/Avenir-Light-min.css);
@import url(/Assets/StandalonePages/fonts/Avenir/Avenir-Regular-min.css);
@import url(/Assets/StandalonePages/fonts/Avenir-2/Avenir-Bold-min.css);
@import url(/Assets/StandalonePages/fonts/Grafolita-Script-Medium/GrafolitaScript-Medium-min.css);
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: "Avenir";
  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: "Avenir";
  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']:-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%; }

table {
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: calc(100% - 10px);
  margin: auto;
  border-radius: 10px 10px 0 0; }

tbody {
  vertical-align: top;
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 5px;
  display: table;
  width: 100%; }

@media screen and (max-width: 700px) {
  table {
    table-layout: initial;
    border-collapse: collapse; }
  tbody, thead {
    border-collapse: initial;
    width: 100%;
    display: table-row-group; }
  thead th:nth-child(1) {
    border-radius: 10px 0 0 0; }
  thead th:nth-child(4) {
    border-radius: 0 10px 0 0; } }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.375em 0.375em;
  margin: 5px; }

html {
  color: #333;
  font-family: "Avenir";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir";
  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; }

.wrapper {
  font-size: 18px;
  text-align: center;
  color: #212B53; }
  .wrapper a {
    color: #23BCF9;
    font-weight: 700; }
  .wrapper section {
    padding: 0 20px;
    overflow: hidden; }
    .wrapper section .inner {
      max-width: 1100px;
      margin: auto; }
    .wrapper section.top .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .wrapper section.top .inner .logo {
        padding-top: 15px; }
      .wrapper section.top .inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex; }
        .wrapper section.top .inner ul li {
          margin: 0 5px;
          line-height: 10px; }
    .wrapper section.header {
      background-color: #23BCF9;
      color: #fff;
      padding-bottom: 20px; }
      .wrapper section.header .browser {
        border-radius: 10px;
        overflow: hidden;
        margin: 40px 0;
        background-image: -webkit-repeating-linear-gradient(150deg, #212B53, #212B53 3px, #2c365c 3px, #2c365c 6px);
        background-image: repeating-linear-gradient(-60deg, #212B53, #212B53 3px, #2c365c 3px, #2c365c 6px); }
        .wrapper section.header .browser .top {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
                  justify-content: space-between;
          background-image: url(../img/top_m.svg);
          background-position: center;
          background-size: auto 100%; }
          .wrapper section.header .browser .top img {
            float: left;
            height: 70px; }
        .wrapper section.header .browser .text {
          max-width: 700px;
          margin: 20px auto;
          padding: 0 20px; }
          .wrapper section.header .browser .text h1 {
            font-size: 3em;
            color: #FCD060;
            font-weight: 100; }
            .wrapper section.header .browser .text h1 span {
              display: inline-block;
              margin: auto;
              color: #fff;
              font-family: 'GrafolitaScript';
              font-size: 1.7em;
              line-height: 1em;
              text-shadow: -2px -2px #212B53, -2px 2px #212B53, 2px -2px #212B53, 2px 2px #212B53;
              background-size: 1px 1em;
              box-shadow: inset 0 -2px white; }
            @media screen and (max-width: 700px) {
              .wrapper section.header .browser .text h1 {
                font-size: 7vw; }
                .wrapper section.header .browser .text h1 span {
                  font-size: 170%; } }
      .wrapper section.header p {
        max-width: 1000px;
        margin: 0 auto 1em; }
    .wrapper section.content.grey {
      background-color: #EFEFEF; }
    .wrapper section.content h2 {
      font-size: 2em;
      display: inline-block;
      text-decoration: underline;
      line-height: 1em;
      margin: 1em 0; }
    .wrapper section.content p {
      max-width: 700px;
      margin: 0 auto 1em; }
    .wrapper section.content figure {
      margin: 2em 0 1em; }
    .wrapper section.content .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
              justify-content: space-around; }
      .wrapper section.content .flex img {
        display: block; }
      @media screen and (max-width: 700px) {
        .wrapper section.content .flex {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .wrapper section.content .flex img {
            margin-bottom: 1em; }
          .wrapper section.content .flex > * {
            margin: 0 0 1em; } }
      .wrapper section.content .flex.window {
        -webkit-justify-content: space-around;
                justify-content: space-around;
        max-width: 700px;
        margin: 20px auto; }
        .wrapper section.content .flex.window > * {
          max-width: 250px !important; }
          .wrapper section.content .flex.window > * img {
            height: 200px; }
          .wrapper section.content .flex.window > * span {
            color: #FCD060;
            font-weight: 700; }
          .wrapper section.content .flex.window > *:nth-child(1) span {
            color: #23BCF9; }
    .wrapper section.content .grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
              justify-content: space-around; }
      .wrapper section.content .grid .item {
        width: 120px;
        margin: 0 10px; }
        .wrapper section.content .grid .item .perc {
          font-weight: 700;
          margin-bottom: 0; }
          .wrapper section.content .grid .item .perc:after {
            content: "%"; }
    .wrapper section.content.problem figure {
      margin-bottom: 0; }
    .wrapper section.content.avoid .flex > * {
      max-width: 300px;
      margin: 10px; }
      .wrapper section.content.avoid .flex > * img {
        max-height: 300px;
        margin: 0 auto 20px; }
    .wrapper section.content.hotspots {
      background-color: #23BCF9;
      color: #fff; }
      .wrapper section.content.hotspots h3 {
        color: #212B53; }
      .wrapper section.content.hotspots .small {
        margin: 2em auto; }
    .wrapper section.content table {
      overflow: hidden;
      margin: 20px auto; }
      @media screen and (max-width: 700px) {
        .wrapper section.content table {
          font-size: 0.7em; } }
      .wrapper section.content table thead {
        color: #fff;
        background-color: #23BCF9;
        text-align: left; }
        .wrapper section.content table thead th {
          font-weight: 400; }
      .wrapper section.content table tbody td {
        background-color: #EFEFEF; }
      .wrapper section.content table tr > *:nth-child(1) {
        width: 40px; }
    .wrapper section.content .source {
      text-align: left;
      font-size: 0.7em;
      margin: 0 0 1em; }
    .wrapper section.footer {
      background-color: #212B53;
      color: #fff;
      padding: 1em 20px;
      margin-top: 1em; }
      .wrapper section.footer p {
        font-weight: 100;
        margin: 1em auto;
        max-width: 900px; }
        .wrapper section.footer p a {
          color: #23BCF9; }
        .wrapper section.footer p.cc {
          font-size: 0.7em;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center;
          margin: 3em auto 2em; }
          .wrapper section.footer p.cc img {
            margin-right: 10px; }
          .wrapper section.footer p.cc a {
            color: inherit;
            font-weight: initial;
            text-decoration: none; }
  .wrapper .mobile {
    display: none; }
  @media screen and (max-width: 700px) {
    .wrapper .mobile {
      display: initial; }
    .wrapper .desktop {
      display: none; } }
