html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

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

[type='search'] {
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

/* stylelint-disable declaration-no-important */
.u-align-top {
  vertical-align: top !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

/* stylelint-enable declaration-no-important */
.u-bg-default {
  background: #f8f8f8;
}

.u-bg-primary {
  background: #000000;
}

.u-bg-secondary {
  background: #fedf05;
}

.u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px;
}

.u-max-width--1-12 {
  max-width: 84px;
}

.u-max-width--2-12 {
  max-width: 169px;
}

.u-max-width--3-12 {
  max-width: 253px;
}

.u-max-width--4-12 {
  max-width: 337px;
}

.u-max-width--5-12 {
  max-width: 422px;
}

.u-max-width--6-12 {
  max-width: 506px;
}

.u-max-width--7-12 {
  max-width: 590px;
}

.u-max-width--8-12 {
  max-width: 675px;
}

.u-max-width--9-12 {
  max-width: 759px;
}

.u-max-width--10-12 {
  max-width: 843px;
}

.u-max-width--11-12 {
  max-width: 928px;
}

.u-max-width--12-12 {
  max-width: 1012px;
}

.u-pt-xs {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-xs {
    padding-top: 40px;
  }
}

.u-pt-sm {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-sm {
    padding-top: 60px;
  }
}

.u-pt-md {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-md {
    padding-top: 80px;
  }
}

.u-pt-lg {
  padding-top: 40px;
}

@media (min-width: 1000px) {
  .u-pt-lg {
    padding-top: 100px;
  }
}

.u-pt-xl {
  padding-top: 40px;
}

@media (min-width: 1000px) {
  .u-pt-xl {
    padding-top: 120px;
  }
}

.u-pb-sm {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-pb-sm {
    padding-bottom: 60px;
  }
}

.u-pb-md {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-pb-md {
    padding-bottom: 80px;
  }
}

.u-pb-lg {
  padding-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-pb-lg {
    padding-bottom: 100px;
  }
}

.u-pb-xl {
  padding-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-pb-xl {
    padding-bottom: 120px;
  }
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-xs {
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .u-mb-xs {
    margin-bottom: 30px;
  }
}

.u-mb-sm {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-mb-sm {
    margin-bottom: 60px;
  }
}

.u-mb-md {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-mb-md {
    margin-bottom: 80px;
  }
}

.u-mb-lg {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-mb-lg {
    margin-bottom: 100px;
  }
}

.u-mb-xl {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-mb-xl {
    margin-bottom: 120px;
  }
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-justify {
  text-align: justify;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.u-text-lg {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.38889;
}

@media (min-width: 1000px) {
  .u-text-lg {
    font-size: 25px;
    line-height: 1.4;
  }
}

.u-text-sm {
  font-size: 13px;
  line-height: 1.53846;
}

.u-font-regular {
  font-weight: normal;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-italic {
  font-style: italic;
}

.u-text-primary {
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
}

.u-text-secondary {
  font-family: "Futura Condensed", "Roboto", sans-serif;
}

.u-text-tertiary {
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: bold;
}

.u-hide {
  display: none;
}

@media (min-width: 480px) {
  .u-hide\@sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide\@md {
    display: none;
  }
}

@media (min-width: 1000px) {
  .u-hide\@lg {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-hide\@xl {
    display: none;
  }
}

.u-show {
  display: block;
}

@media (min-width: 480px) {
  .u-show\@sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-show\@md {
    display: block;
  }
}

@media (min-width: 1000px) {
  .u-show\@lg {
    display: block;
  }
}

@media (min-width: 1280px) {
  .u-show\@xl {
    display: block;
  }
}

.js .u-js-hide {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin: 0 0 0.5cm;
  font-size: 22pt;
}

h2 {
  margin: 0.75cm 0 0.2cm;
  font-size: 18pt;
}

h3 {
  margin: 0.5cm 0 0.15cm;
  font-size: 14pt;
}

h4,
h5,
h6 {
  margin: 1cm 0 0.5cm;
  font-size: 12pt;
}

blockquote {
  margin: 0.5cm 0;
  padding-right: 0;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  width: 98% !important;
  margin: 15px 1pt 35px;
  font-size: 8pt;
  text-align: left;
}

tr {
  page-break-inside: avoid;
}

th,
td {
  padding: 4px 10px;
  border: 1pt solid #000000;
}

th {
  font-weight: bold;
}

.m-main,
.m-accessibility,
form,
.btn,
.icon-svg,
.header__item,
.header__mobile,
.footer__top,
.m-social,
.b-intro-main__img,
.b-intro__img,
.b-img,
.b-cta__img,
.b-video {
  display: none;
}

.header {
  margin: 0 auto 20pt;
  padding: 0 0 20pt;
  border-bottom: 2pt solid #000000;
}

.header__logo {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
}

.header__logo img {
  border: 0;
}

.footer {
  margin: 20pt 0 0;
  padding: 20pt 0 0;
  border-top: 2pt solid #000000;
}

.grid,
.b-news__wrap,
.b-common__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -5pt;
}

.grid > *,
.b-news__wrap > *,
.b-common__wrap > * {
  margin-bottom: 2pt;
  margin-left: 5pt;
}

.b-resolve__img {
  width: 300px;
}

body {
  width: 100%;
  background: none;
  color: #000000;
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

p,
ul,
table {
  margin: 0 0 0.4cm;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}
