@charset "UTF-8";
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 {
  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;
}

a {
  text-decoration: none;
}

.text-color-default {
  color: #e8e8e8 !important;
}

.bg-color-default {
  background-color: #e8e8e8 !important;
}

.text-color-primary {
  color: #2aa6e4 !important;
}

.bg-color-primary {
  background-color: #2aa6e4 !important;
}

.text-color-secondary {
  color: #ff9800 !important;
}

.bg-color-secondary {
  background-color: #ff9800 !important;
}

.text-color-green {
  color: #4caf50 !important;
}

.bg-color-green {
  background-color: #4caf50 !important;
}

.text-color-red {
  color: #f44336 !important;
}

.bg-color-red {
  background-color: #f44336 !important;
}

.text-color-blue {
  color: #1f2425 !important;
}

.bg-color-blue {
  background-color: #1f2425 !important;
}

.text-color-white {
  color: #fff !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.bg-color-black {
  background-color: #000 !important;
}

.text-color-light {
  color: #f5f5f5 !important;
}

.bg-color-light {
  background-color: #f5f5f5 !important;
}

.text-color-dark {
  color: #404040 !important;
}

.bg-color-dark {
  background-color: #404040 !important;
}

body,
html {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  vertical-align: baseline;
  color: #404040;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

a {
  color: #404040;
}

.m-none {
  margin: 0;
}

.p-none {
  padding: 0;
}

.mt-none {
  margin-top: 0;
}

.pt-none {
  padding-top: 0;
}

.mr-none {
  margin-right: 0;
}

.pr-none {
  padding-right: 0;
}

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

.pb-none {
  padding-bottom: 0;
}

.ml-none {
  margin-left: 0;
}

.pl-none {
  padding-left: 0;
}

.m-s {
  margin: 0.25rem;
}

.p-s {
  padding: 0.25rem;
}

.mt-s {
  margin-top: 0.25rem;
}

.pt-s {
  padding-top: 0.25rem;
}

.mr-s {
  margin-right: 0.25rem;
}

.pr-s {
  padding-right: 0.25rem;
}

.mb-s {
  margin-bottom: 0.25rem;
}

.pb-s {
  padding-bottom: 0.25rem;
}

.ml-s {
  margin-left: 0.25rem;
}

.pl-s {
  padding-left: 0.25rem;
}

.m-m {
  margin: 0.5rem;
}

.p-m {
  padding: 0.5rem;
}

.mt-m {
  margin-top: 0.5rem;
}

.pt-m {
  padding-top: 0.5rem;
}

.mr-m {
  margin-right: 0.5rem;
}

.pr-m {
  padding-right: 0.5rem;
}

.mb-m {
  margin-bottom: 0.5rem;
}

.pb-m {
  padding-bottom: 0.5rem;
}

.ml-m {
  margin-left: 0.5rem;
}

.pl-m {
  padding-left: 0.5rem;
}

.m-l {
  margin: 1rem;
}

.p-l {
  padding: 1rem;
}

.mt-l {
  margin-top: 1rem;
}

.pt-l {
  padding-top: 1rem;
}

.mr-l {
  margin-right: 1rem;
}

.pr-l {
  padding-right: 1rem;
}

.mb-l {
  margin-bottom: 1rem;
}

.pb-l {
  padding-bottom: 1rem;
}

.ml-l {
  margin-left: 1rem;
}

.pl-l {
  padding-left: 1rem;
}

.m-xl {
  margin: 3rem;
}

.p-xl {
  padding: 3rem;
}

.mt-xl {
  margin-top: 3rem;
}

.pt-xl {
  padding-top: 3rem;
}

.mr-xl {
  margin-right: 3rem;
}

.pr-xl {
  padding-right: 3rem;
}

.mb-xl {
  margin-bottom: 3rem;
}

.pb-xl {
  padding-bottom: 3rem;
}

.ml-xl {
  margin-left: 3rem;
}

.pl-xl {
  padding-left: 3rem;
}

.m-xxl {
  margin: 4rem;
}

.p-xxl {
  padding: 4rem;
}

.mt-xxl {
  margin-top: 4rem;
}

.pt-xxl {
  padding-top: 4rem;
}

.mr-xxl {
  margin-right: 4rem;
}

.pr-xxl {
  padding-right: 4rem;
}

.mb-xxl {
  margin-bottom: 4rem;
}

.pb-xxl {
  padding-bottom: 4rem;
}

.ml-xxl {
  margin-left: 4rem;
}

.pl-xxl {
  padding-left: 4rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 2.9rem;
  line-height: 110%;
  padding: 0 0 1.16rem 0;
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 110%;
  padding: 0 0 1.04rem 0;
}

h3, .h3 {
  font-size: 2.3rem;
  line-height: 110%;
  padding: 0 0 0.92rem 0;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 110%;
  padding: 0 0 0.8rem 0;
}

h5, .h5 {
  font-size: 1.65rem;
  line-height: 110%;
  padding: 0 0 0.66rem 0;
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 110%;
  padding: 0 0 0.48rem 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}

.col .row {
  margin-left: -12px;
  margin-right: -12px;
}

.col {
  display: block;
  position: relative;
  padding: 0 12px;
  width: 100%;
}

.col.s1 {
  width: 12.5%;
}

.col.s2 {
  width: 25%;
}

.col.s3 {
  width: 37.5%;
}

.col.s4 {
  width: 50%;
}

.col.s5 {
  width: 62.5%;
}

.col.s6 {
  width: 75%;
}

.col.s7 {
  width: 87.5%;
}

.col.s8 {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .col.m1 {
    width: 8.33333%;
  }
  .col.m2 {
    width: 16.66667%;
  }
  .col.m3 {
    width: 25%;
  }
  .col.m4 {
    width: 33.33333%;
  }
  .col.m5 {
    width: 41.66667%;
  }
  .col.m6 {
    width: 50%;
  }
  .col.m7 {
    width: 58.33333%;
  }
  .col.m8 {
    width: 66.66667%;
  }
  .col.m9 {
    width: 75%;
  }
  .col.m10 {
    width: 83.33333%;
  }
  .col.m11 {
    width: 91.66667%;
  }
  .col.m12 {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .col.l1 {
    width: 8.33333%;
  }
  .col.l2 {
    width: 16.66667%;
  }
  .col.l3 {
    width: 25%;
  }
  .col.l4 {
    width: 33.33333%;
  }
  .col.l5 {
    width: 41.66667%;
  }
  .col.l6 {
    width: 50%;
  }
  .col.l7 {
    width: 58.33333%;
  }
  .col.l8 {
    width: 66.66667%;
  }
  .col.l9 {
    width: 75%;
  }
  .col.l10 {
    width: 83.33333%;
  }
  .col.l11 {
    width: 91.66667%;
  }
  .col.l12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .col.xl1 {
    width: 8.33333%;
  }
  .col.xl2 {
    width: 16.66667%;
  }
  .col.xl3 {
    width: 25%;
  }
  .col.xl4 {
    width: 33.33333%;
  }
  .col.xl5 {
    width: 41.66667%;
  }
  .col.xl6 {
    width: 50%;
  }
  .col.xl7 {
    width: 58.33333%;
  }
  .col.xl8 {
    width: 66.66667%;
  }
  .col.xl9 {
    width: 75%;
  }
  .col.xl10 {
    width: 83.33333%;
  }
  .col.xl11 {
    width: 91.66667%;
  }
  .col.xl12 {
    width: 100%;
  }
}

.btn,
.btn-flat {
  border: 0;
  border-radius: 25px;
  display: inline-block;
  line-height: 20px;
  padding: 12px 24px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.8rem;
  white-space: normal;
  cursor: pointer;
}

@media only screen and (min-width: 601px) {
  .btn,
  .btn-flat {
    font-size: 1rem;
    padding: 14px 40px;
  }
}

.btn-primary,
.btn-flat-primary {
  background: #2aa6e4;
  color: #fff;
}

.btn-light,
.btn-flat-light {
  background: #fff;
  color: #2aa6e4;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2aa6e4;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  z-index: 100;
  width: 100%;
}

@media only screen and (min-width: 993px) {
  .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.nav-item {
  display: inline-block;
  position: relative;
  line-height: 1.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.nav-link {
  display: inline-block;
  position: relative;
  padding: 20px 20px;
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  line-height: 1.2rem;
  color: #fff;
}

.nav-link i {
  font-size: 1rem;
}

.nav-link:hover {
  background: #167aac;
  color: #fff;
}

.nav li ul {
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.nav li ul .nav-item {
  width: 100%;
}

.nav li ul .nav-link {
  background: #1c9dde;
  display: block;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  width: 100%;
}

.nav li ul .nav-link:hover {
  background: #167aac;
}

.nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.nav .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  color: #fff;
}

.nav .brand .logo {
  height: 30px;
  margin-right: 10px;
}

.nav-items {
  display: none;
}

@media only screen and (min-width: 993px) {
  .nav-items {
    display: block;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 252px;
  background-color: #1c9ad9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease left;
  transition: 0.4s ease left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  z-index: 998;
  height: 100vh;
}

.mobile-nav.inactive {
  left: -100%;
}

.mobile-nav .nav-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .nav-items .nav-link {
  width: 100%;
}

.mobile-nav .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  color: #fff;
}

.mobile-nav .brand .logo {
  height: 30px;
  margin-right: 10px;
}

.mobile-burger {
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background-color: #2aa6e4;
  font-size: 1.5rem;
  padding: 10px 17px;
  line-height: 2rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  z-index: 999;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: block;
}

@media only screen and (min-width: 993px) {
  .mobile-burger {
    display: none;
  }
}

.mobile-burger::after {
  content: '☰';
}

.mobile-burger.closed {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

.section {
  padding: 45px 0;
}

.footer {
  padding: 55px 0 0;
  background: #f5f5f5;
  color: #404040;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 2px 0px;
  font-size: .8em;
}

.footer .bottom {
  margin-top: 55px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 2px 0px;
  font-size: 1em;
  padding: 20px 0;
}

#cookie-message {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px;
  max-width: 475px;
  background-color: #2aa6e4;
  padding: 15px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin: 0 30px;
  font-family: system-ui;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
}

#cookie-message textarea {
  width: 100%;
  font-family: Quicksand,sans-serif;
  line-height: 1.2em;
  max-width: 100%;
  resize: none;
  background: #fff;
  cursor: default;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

#cookie-message textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#cookie-message textarea::-webkit-scrollbar {
  background-color: #fff;
  width: 3px;
}

#cookie-message textarea::-webkit-scrollbar-thumb {
  background-color: #2aa6e4;
  border-radius: 15px;
}

#cookie-message p, #cookie-message ul {
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0;
}

#cookie-message button {
  border: none;
  background: #fff;
  font-size: 14px;
  color: #222;
  padding: 12px;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 12px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#cookie-message h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

.table th,
.table td {
  text-align: left;
  padding: .5rem .8rem;
  font-size: .9rem;
}

.table tr {
  border-bottom: 1px solid rgba(23, 43, 77, 0.1);
}

.table th {
  background-color: #f2f2f2;
  font-weight: 700;
}

.table-striped tr:nth-child(even) {
  background-color: #f5f5f5;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(23, 43, 77, 0.1);
}

.card {
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  font: 400 1rem 'Open Sans';
  line-height: 1rem;
  width: 100%;
  margin: 24px 0;
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 1rem 0;
  line-height: 1.5rem;
}

.card-content {
  padding: 1rem;
  display: block;
  position: relative;
}

pre {
  background-color: #404040;
  overflow: auto;
  color: #eee;
  font-family: 'Monaco', monospace;
  padding: 0 1em;
}

code {
  font-family: Monaco, monospace;
  font-size: 18px;
  line-height: 100%;
  background-color: #555;
  padding: 0.2em;
  letter-spacing: -0.05em;
  word-break: normal;
  border-radius: 5px;
}

pre code {
  border: none;
  background: none;
  font-size: 13.95px;
  line-height: 1em;
  letter-spacing: normal;
  word-break: break-all;
}
/*# sourceMappingURL=style.css.map */