html {
/* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
/* Font varient */
  font-variant-ligature: none;
  -webkit-font-variant-ligatures: none;
/* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number'] {
  -moz-appearance: textfield;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  margin: 0;
}
a:focus {
  outline: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img,
iframe,
object,
embed {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
[disabled] {
  cursor: default;
}
@media (-webkit-min-device-pixel-ratio: 0) {
}
@media (max-width: 479px) {
  .hide-mobile-down.hide-mobile-down {
    display: none;
  }
}
@media (min-width: 480px) {
  .hide-mobile-up.hide-mobile-up {
    display: none;
  }
}
@media (max-width: 749px) {
  .hide-tablet-down.hide-tablet-down {
    display: none;
  }
}
@media (min-width: 750px) {
  .hide-tablet-up.hide-tablet-up {
    display: none;
  }
}
@media (max-width: 899px) {
  .hide-tabletXL-down.hide-tabletXL-down {
    display: none;
  }
}
@media (min-width: 900px) {
  .hide-tabletXL-up.hide-tabletXL-up {
    display: none;
  }
}
@media (max-width: 999px) {
  .hide-desktop-down.hide-desktop-down {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hide-desktop-up.hide-desktop-up {
    display: none;
  }
}
@media (max-width: 1399px) {
  .hide-wide-down.hide-wide-down {
    display: none;
  }
}
@media (min-width: 1400px) {
  .hide-wide-up.hide-wide-up {
    display: none;
  }
}
.mb-0.mb-0 {
  margin-bottom: 0;
}
.mb-5.mb-5 {
  margin-bottom: 5px;
}
.mb-15.mb-15 {
  margin-bottom: 15px;
}
.mb-20.mb-20 {
  margin-bottom: 20px;
}
.mb-30.mb-30 {
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .mb-30.mb-30 {
    margin-bottom: 30px;
  }
}
.mb-40.mb-40.mb-40 {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .mb-40.mb-40.mb-40 {
    margin-bottom: 40px;
  }
}
.mb-50.mb-50 {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .mb-50.mb-50 {
    margin-bottom: 50px;
  }
}
.mb-70.mb-70 {
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .mb-70.mb-70 {
    margin-bottom: 70px;
  }
}
.mt-10.mt-10 {
  margin-top: 10px;
}
.mt-30.mt-30 {
  margin-top: 30px;
}
.mt-35.mt-35 {
  margin-top: 35px;
}
.mt-40.mt-40 {
  margin-top: 40px;
}
.mt-50.mt-50 {
  margin-top: 30px;
}
@media (min-width: 750px) {
  .mt-50.mt-50 {
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .mt-d-60.mt-d-60 {
    margin-top: 60px;
  }
}
.mw-330.mw-330 {
  width: 100%;
  max-width: 330px;
}
.mw-580.mw-580 {
  width: 100%;
  max-width: 580px;
}
.mw-560.mw-560 {
  width: 100%;
  max-width: 560px;
}
.mw-680.mw-680 {
  width: 100%;
  max-width: 680px;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.d-block {
  display: block;
}
.color-dark {
  color: #030404;
}
.color-green {
  color: #1eaf70;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-bold {
  font-weight: bold;
}
.font-regular {
  font-weight: normal;
}
.font-italic {
  font-style: italic;
}
.font-18.font-18 {
  font-size: 18px;
}
.font-16.font-16 {
  font-size: 16px;
}
.font-14.font-14 {
  font-size: 14px;
}
.font-12.font-12 {
  font-size: 12px;
}
.line-height-1.line-height-1 {
  line-height: 1;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-vertical:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.ctx {
  display: table-cell;
}
.ctx:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: xx-large;
  content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ';
}
.hide,
.js .js-hide {
  display: none;
}
.out,
.js .js-out {
  position: absolute;
  left: -5000px;
}
.vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 22pt;
  margin: 0 0 0.5cm;
}
h2 {
  font-size: 18pt;
  margin: 0.75cm 0 0.2cm;
}
h3 {
  font-size: 14pt;
  margin: 0.5cm 0 0.15cm;
}
h4,
h5,
h6 {
  font-size: 12pt;
  margin: 1cm 0 0.5cm;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin: 0.5cm 0;
}
table {
  margin: 15px 1pt 35px;
  text-align: left;
  border-collapse: collapse;
  width: 98% !important;
  font-size: 8pt;
}
tr {
  page-break-inside: avoid;
}
th,
td {
  border: 1pt solid #000;
  padding: 4px 10px;
}
th {
  font-weight: bold;
}
.m-main,
.m-accessibility,
.m-breadcrumb,
.m-mobile,
form,
.btn {
  display: none;
}
.header {
  border-bottom: 2pt solid #000;
  padding: 0 0 20pt;
  margin: 0 auto 20pt;
}
.header__logo {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.header__logo img {
  border: 0;
}
.footer {
  border-top: 2pt solid #000;
  padding: 20pt 0 0;
  margin: 20pt 0 0;
}
body {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  background: none;
  font-size: 8pt;
  line-height: 12pt;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
p,
ul,
table {
  margin: 0 0 0.4cm;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
img.pull-left,
img.pull-right {
  display: inline;
  background: #fff;
}
img.pull-right {
  margin: 4px 0 30px 29px;
  float: right;
}
img.pull-left {
  float: left;
  margin: 4px 29px 30px 0;
}

/*# sourceMappingURL=print.css.map */
