@font-face {
  font-family: "Muli";
  src: url("../../assets/fonts/Muli.ttf") format("truetype");
  font-weight: normal
}

@font-face {
  font-family: "Muli";
  src: url("../../assets/fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*, *:before, *:after {
  box-sizing: border-box
}

a {
  text-decoration: none
}

html, body {
  font-size: 10px
}

body {
  font-size: 1.4rem;
  line-height: 2rem;
  scroll-behavior: smooth;
  overflow-x: hidden
}

a {
  font-size: 1.6rem;
  color: #274063
}

a:hover {
  color: #FB661E !important;
  text-decoration: underline
}

.hide {
  display: none
}

.visual-hide {
  opacity: 0;
  pointer-events: none
}

.pointer {
  cursor: pointer
}

.center {
  text-align: center
}

.right {
  text-align: right
}

.overflow-auto {
  overflow: auto
}

.upper {
  text-transform: none
}

strong, .bold {
  font-weight: bold
}

i {
  font-style: italic
}

u, .underline {
  text-decoration: underline
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.flex {
  display: flex
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

.column {
  flex-direction: column
}

.space-between {
  justify-content: space-between
}

.space-around {
  justify-content: space-around
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: flex-end
}

.align-center {
  align-items: center
}

.align-start {
  align-items: flex-start
}

.wrap {
  flex-wrap: wrap
}

.cover {
  background-size: cover;
  background-position: center center
}

.font-size-0 {
  font-size: 0
}

.inline-block {
  display: inline-block
}

template {
  display: none
}

.full {
  width: 100%
}

.half {
  width: 50%
}

.full-height {
  height: 100%
}

.full-full {
  width: 100%;
  height: 100%
}

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.auto {
  margin: 0 auto
}

.m-5 {
  margin: 5px
}

.mb-5 {
  margin-bottom: 5px
}

.mt-5 {
  margin-top: 5px
}

.mr-5 {
  margin-right: 5px
}

.p-5 {
  padding: 5px
}

.pb-5 {
  padding-bottom: 5px
}

.pt-5 {
  padding-top: 5px
}

.pr-5 {
  padding-right: 5px
}

.pl-5 {
  padding-left: 5px
}

.m-10 {
  margin: 10px
}

.mb-10 {
  margin-bottom: 10px
}

.mt-10 {
  margin-top: 10px
}

.mr-10 {
  margin-right: 10px
}

.p-10 {
  padding: 10px
}

.pb-10 {
  padding-bottom: 10px
}

.pt-10 {
  padding-top: 10px
}

.pr-10 {
  padding-right: 10px
}

.pl-10 {
  padding-left: 10px
}

.m-12 {
  margin: 12px
}

.mb-12 {
  margin-bottom: 12px
}

.mt-12 {
  margin-top: 12px
}

.mr-12 {
  margin-right: 12px
}

.p-12 {
  padding: 12px
}

.pb-12 {
  padding-bottom: 12px
}

.pt-12 {
  padding-top: 12px
}

.pr-12 {
  padding-right: 12px
}

.pl-12 {
  padding-left: 12px
}

.m-15 {
  margin: 15px
}

.mb-15 {
  margin-bottom: 15px
}

.mt-15 {
  margin-top: 15px
}

.mr-15 {
  margin-right: 15px
}

.p-15 {
  padding: 15px
}

.pb-15 {
  padding-bottom: 15px
}

.pt-15 {
  padding-top: 15px
}

.pr-15 {
  padding-right: 15px
}

.pl-15 {
  padding-left: 15px
}

.m-20 {
  margin: 20px
}

.mb-20 {
  margin-bottom: 20px
}

.mt-20 {
  margin-top: 20px
}

.mr-20 {
  margin-right: 20px
}

.p-20 {
  padding: 20px
}

.pb-20 {
  padding-bottom: 20px
}

.pt-20 {
  padding-top: 20px
}

.pr-20 {
  padding-right: 20px
}

.pl-20 {
  padding-left: 20px
}

.m-25 {
  margin: 25px
}

.mb-25 {
  margin-bottom: 25px
}

.mt-25 {
  margin-top: 25px
}

.mr-25 {
  margin-right: 25px
}

.p-25 {
  padding: 25px
}

.pb-25 {
  padding-bottom: 25px
}

.pt-25 {
  padding-top: 25px
}

.pr-25 {
  padding-right: 25px
}

.pl-25 {
  padding-left: 25px
}

.m-30 {
  margin: 30px
}

.mb-30 {
  margin-bottom: 30px
}

.mt-30 {
  margin-top: 30px
}

.mr-30 {
  margin-right: 30px
}

.p-30 {
  padding: 30px
}

.pb-30 {
  padding-bottom: 30px
}

.pt-30 {
  padding-top: 30px
}

.pr-30 {
  padding-right: 30px
}

.pl-30 {
  padding-left: 30px
}

.m-40 {
  margin: 40px
}

.mb-40 {
  margin-bottom: 40px
}

.mt-40 {
  margin-top: 40px
}

.mr-40 {
  margin-right: 40px
}

.p-40 {
  padding: 40px
}

.pb-40 {
  padding-bottom: 40px
}

.pt-40 {
  padding-top: 40px
}

.pr-40 {
  padding-right: 40px
}

.pl-40 {
  padding-left: 40px
}

.m-50 {
  margin: 50px
}

.mb-50 {
  margin-bottom: 50px
}

.mt-50 {
  margin-top: 50px
}

.mr-50 {
  margin-right: 50px
}

.p-50 {
  padding: 50px
}

.pb-50 {
  padding-bottom: 50px
}

.pt-50 {
  padding-top: 50px
}

.pr-50 {
  padding-right: 50px
}

.pl-50 {
  padding-left: 50px
}

.m-60 {
  margin: 60px
}

.mb-60 {
  margin-bottom: 60px
}

.mt-60 {
  margin-top: 60px
}

.mr-60 {
  margin-right: 60px
}

.p-60 {
  padding: 60px
}

.pb-60 {
  padding-bottom: 60px
}

.pt-60 {
  padding-top: 60px
}

.pr-60 {
  padding-right: 60px
}

.pl-60 {
  padding-left: 60px
}

.m-70 {
  margin: 70px
}

.mb-70 {
  margin-bottom: 70px
}

.mt-70 {
  margin-top: 70px
}

.mr-70 {
  margin-right: 70px
}

.p-70 {
  padding: 70px
}

.pb-70 {
  padding-bottom: 70px
}

.pt-70 {
  padding-top: 70px
}

.pr-70 {
  padding-right: 70px
}

.pl-70 {
  padding-left: 70px
}

.m-80 {
  margin: 80px
}

.mb-80 {
  margin-bottom: 80px
}

.mt-80 {
  margin-top: 80px
}

.mr-80 {
  margin-right: 80px
}

.p-80 {
  padding: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.pt-80 {
  padding-top: 80px
}

.pr-80 {
  padding-right: 80px
}

.pl-80 {
  padding-left: 80px
}

.m-90 {
  margin: 90px
}

.mb-90 {
  margin-bottom: 90px
}

.mt-90 {
  margin-top: 90px
}

.mr-90 {
  margin-right: 90px
}

.p-90 {
  padding: 90px
}

.pb-90 {
  padding-bottom: 90px
}

.pt-90 {
  padding-top: 90px
}

.pr-90 {
  padding-right: 90px
}

.pl-90 {
  padding-left: 90px
}

.m-100 {
  margin: 100px
}

.mb-100 {
  margin-bottom: 100px
}

.mt-100 {
  margin-top: 100px
}

.mr-100 {
  margin-right: 100px
}

.p-100 {
  padding: 100px
}

.pb-100 {
  padding-bottom: 100px
}

.pt-100 {
  padding-top: 100px
}

.pr-100 {
  padding-right: 100px
}

.pl-100 {
  padding-left: 100px
}

.m-0 {
  margin: 0px
}

.mb-0 {
  margin-bottom: 0px
}

.mt-0 {
  margin-top: 0px
}

.mr-0 {
  margin-right: 0px
}

.p-0 {
  padding: 0px
}

.pb-0 {
  padding-bottom: 0px
}

.pt-0 {
  padding-top: 0px
}

.pr-0 {
  padding-right: 0px
}

.pl-0 {
  padding-left: 0px
}

@media screen and (min-width: 901px) {

  /* line 213, scss/_cms.scss */
  .no-desk {
    display: none
  }
}

html, body {
  min-height: 100%;
  background: #ebf0f5;
  font-family: 'Muli', sans-serif
}

.loader {
  border-radius: 50%;
  border: 3px solid #000;
  border-top-color: transparent;
  width: 40px;
  height: 40px;
  animation: rotate 1s linear infinite;
  z-index: 10;
  display: none
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.logo {
  width: 20%;
  max-width: 200px;
  display: block;
  margin: auto;
  margin-top: 40px;
  position: relative;
}

main {
  width: 80%;
  max-width: 100%;
  margin: 30px auto 100px;
  position: relative;
}

h2 {
  color: #274063;
  font-weight: 300;
  margin-left: 10px;
  font-size: 2.2rem;
  margin-bottom: 0px;
  border-bottom: 2px solid #FFFFFF;  
  padding-bottom: 15px;
  width: calc(100% - 40px);
}

.link {
  width: 100%;
  padding: 20px;
  transition: transform ease 0.3s;
  padding-bottom: 40px
}

@media (hover: hover) {

  .link:hover {
    transform: translateY(-5px)
  }

}

.link img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0px 0px #E1E1E1;
  transition: all ease 1s
}

.width-20 {
  width: 20%
}

.width-40 {
  width: 40%
}

.width-40 .link {
  width: calc(100% / 2)
}

.width-60 {
  width: 60%
}

.width-60 .link {
  width: calc(100% / 3)
}

.width-80 {
  width: 80%
}

.width-80 .link {
  width: calc(100% / 4)
}

article+article {
  margin-left: 20px
}

article+article .icons {
  position: relative
}

article+article .icons::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 35px;
  bottom: 35px;
  background: #cbcbcb;
  width: 1px
}

.documents {
  border-radius: 5px;
  overflow: hidden;
  color: grey
}

.documents .document {
  background: white
}

.documents .document:nth-of-type(odd) {
  background: transparent
}

.documents .document-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px
}

.documents .document-link span {
  display: flex;
  align-items: center
}

.documents .document-link span::before {
  content: '';
  display: inline-block;
  background: url("../../assets/images/pdf.png");
  background-size: cover;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  flex-shrink: 0;
}

.documents .document-link span.download {
  color: black
}

.documents .document-link span.download::before {
  /*background-image:url("../../assets/images/download.png")*/
  ;
  width: 18px;
  height: 18px;
  margin-right: 10px
}

@media (hover: hover) {
.documents .document-link:hover {
    color: black
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}